diff --git a/.env.example b/.env.example index 0f50f57..72fcddb 100644 --- a/.env.example +++ b/.env.example @@ -1,10 +1,17 @@ DEPLOYER_PRIVATE_KEY= -TREASURY_ADDRESS= -AGGREGATOR_ADDRESS= ETHERSCAN_API_KEY= POLYGONSCAN_API_KEY= -BSCSCAN_API_KEY= BASESCAN_API_KEY= ARBISCAN_API_KEY= +BSCSCAN_API_KEY= + SHIELD3_API_KEY= + +TREASURY_ADDRESS= +AGGREGATOR_ADDRESS= + +TREASURY_ADDRESS_TRON= +AGGREGATOR_ADDRESS_TRON= +DEPLOYER_PRIVATE_KEY_TRON= +TRON_PRO_API_KEY= \ No newline at end of file diff --git a/.openzeppelin/unknown-2494104990.json b/.openzeppelin/unknown-2494104990.json new file mode 100644 index 0000000..51ee66d --- /dev/null +++ b/.openzeppelin/unknown-2494104990.json @@ -0,0 +1,513 @@ +{ + "manifestVersion": "3.2", + "admin": { + "address": "0x8abdd946a41568fac23b0fbe0df7e6b3c7116efa", + "txHash": "8243e0c85e31ae287e183aadd1a76442cb0eff6d5af2d646fb20a219eabcc845" + }, + "proxies": [ + { + "address": "0x25437c4f1a46405ae7f99b2b698206cfe073468c", + "txHash": "2d1e459141850ffb5a21f080a106100e023a0709a6d1d10af17c58dd9f904138", + "kind": "transparent" + }, + { + "address": "0x08d650f780cc9959165d719130bcf04873d35377", + "txHash": "bd889a0c9718592d1b315d3d0d2b850de8dfe9ce1a9db427ee75e8b4da5aaefb", + "kind": "transparent" + } + ], + "impls": { + "92fb4619b2fdd2ca3c13acfa4ea17047cbb0fdd7901bf8b568f50b28bf47dd6f": { + "address": "0x86af88ccb34ec32aa4e22ebbba8c989058550f3c", + "txHash": "cba8a396158db7e3304cf2a749ae22111e15e63c03997a8a3939b7024cab8f09", + "layout": { + "solcVersion": "0.8.18", + "storage": [ + { + "contract": "Initializable", + "label": "_initialized", + "type": "t_uint8", + "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63", + "retypedFrom": "bool" + }, + { + "contract": "Initializable", + "label": "_initializing", + "type": "t_bool", + "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68" + }, + { + "contract": "ContextUpgradeable", + "label": "__gap", + "type": "t_array(t_uint256)50_storage", + "src": "../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40" + }, + { + "contract": "OwnableUpgradeable", + "label": "_owner", + "type": "t_address", + "src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22" + }, + { + "contract": "OwnableUpgradeable", + "label": "__gap", + "type": "t_array(t_uint256)49_storage", + "src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94" + }, + { + "contract": "Ownable2StepUpgradeable", + "label": "_pendingOwner", + "type": "t_address", + "src": "../@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:21" + }, + { + "contract": "Ownable2StepUpgradeable", + "label": "__gap", + "type": "t_array(t_uint256)49_storage", + "src": "../@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:70" + }, + { + "contract": "GatewaySettingManager", + "label": "MAX_BPS", + "type": "t_uint256", + "src": "GatewaySettingManager.sol:14" + }, + { + "contract": "GatewaySettingManager", + "label": "protocolFeePercent", + "type": "t_uint64", + "src": "GatewaySettingManager.sol:15" + }, + { + "contract": "GatewaySettingManager", + "label": "treasuryAddress", + "type": "t_address", + "src": "GatewaySettingManager.sol:16" + }, + { + "contract": "GatewaySettingManager", + "label": "_aggregatorAddress", + "type": "t_address", + "src": "GatewaySettingManager.sol:17" + }, + { + "contract": "GatewaySettingManager", + "label": "__gap", + "type": "t_array(t_uint256)50_storage", + "src": "GatewaySettingManager.sol:20" + }, + { + "contract": "GatewaySettingManager", + "label": "_isTokenSupported", + "type": "t_mapping(t_address,t_uint256)", + "src": "GatewaySettingManager.sol:22" + }, + { + "contract": "GatewaySettingManager", + "label": "supportedInstitutions", + "type": "t_mapping(t_bytes32,t_array(t_struct(Institution)1062_storage)dyn_storage)", + "src": "GatewaySettingManager.sol:24" + }, + { + "contract": "GatewaySettingManager", + "label": "supportedInstitutionsByCode", + "type": "t_mapping(t_bytes32,t_struct(InstitutionByCode)1067_storage)", + "src": "GatewaySettingManager.sol:25" + }, + { + "contract": "PausableUpgradeable", + "label": "_paused", + "type": "t_bool", + "src": "../@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:29" + }, + { + "contract": "PausableUpgradeable", + "label": "__gap", + "type": "t_array(t_uint256)49_storage", + "src": "../@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:116" + }, + { + "contract": "Gateway", + "label": "order", + "type": "t_mapping(t_bytes32,t_struct(Order)964_storage)", + "src": "Gateway.sol:20" + }, + { + "contract": "Gateway", + "label": "_nonce", + "type": "t_mapping(t_address,t_uint256)", + "src": "Gateway.sol:21" + }, + { + "contract": "Gateway", + "label": "__gap", + "type": "t_array(t_uint256)50_storage", + "src": "Gateway.sol:22" + } + ], + "types": { + "t_mapping(t_bytes32,t_struct(Order)964_storage)": { + "label": "mapping(bytes32 => struct IGateway.Order)" + }, + "t_bytes32": { + "label": "bytes32" + }, + "t_struct(Order)964_storage": { + "label": "struct IGateway.Order", + "members": [ + { + "label": "sender", + "type": "t_address" + }, + { + "label": "token", + "type": "t_address" + }, + { + "label": "senderFeeRecipient", + "type": "t_address" + }, + { + "label": "senderFee", + "type": "t_uint256" + }, + { + "label": "protocolFee", + "type": "t_uint256" + }, + { + "label": "isFulfilled", + "type": "t_bool" + }, + { + "label": "isRefunded", + "type": "t_bool" + }, + { + "label": "refundAddress", + "type": "t_address" + }, + { + "label": "currentBPS", + "type": "t_uint96" + }, + { + "label": "amount", + "type": "t_uint256" + } + ] + }, + "t_address": { + "label": "address" + }, + "t_uint256": { + "label": "uint256" + }, + "t_bool": { + "label": "bool" + }, + "t_uint96": { + "label": "uint96" + }, + "t_mapping(t_address,t_uint256)": { + "label": "mapping(address => uint256)" + }, + "t_array(t_uint256)50_storage": { + "label": "uint256[50]" + }, + "t_array(t_uint256)49_storage": { + "label": "uint256[49]" + }, + "t_uint64": { + "label": "uint64" + }, + "t_mapping(t_bytes32,t_array(t_struct(Institution)1062_storage)dyn_storage)": { + "label": "mapping(bytes32 => struct SharedStructs.Institution[])" + }, + "t_array(t_struct(Institution)1062_storage)dyn_storage": { + "label": "struct SharedStructs.Institution[]" + }, + "t_struct(Institution)1062_storage": { + "label": "struct SharedStructs.Institution", + "members": [ + { + "label": "code", + "type": "t_bytes32" + }, + { + "label": "name", + "type": "t_bytes32" + } + ] + }, + "t_mapping(t_bytes32,t_struct(InstitutionByCode)1067_storage)": { + "label": "mapping(bytes32 => struct SharedStructs.InstitutionByCode)" + }, + "t_struct(InstitutionByCode)1067_storage": { + "label": "struct SharedStructs.InstitutionByCode", + "members": [ + { + "label": "name", + "type": "t_bytes32" + }, + { + "label": "currency", + "type": "t_bytes32" + } + ] + }, + "t_uint8": { + "label": "uint8" + } + }, + "namespaces": {} + } + }, + "fc77a9dc465278e19b73fa6203ba5fa413ee940980324324d901c460897b7cc9": { + "address": "0x1b038c55f8718961445c15f07ca350a4b09ddea6", + "txHash": "b17575450fc2327d9bf6d8728fcb8cb7c5f6e6062ec1bb86b07e2458e2bf113b", + "layout": { + "solcVersion": "0.8.18", + "storage": [ + { + "contract": "Initializable", + "label": "_initialized", + "type": "t_uint8", + "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63", + "retypedFrom": "bool" + }, + { + "contract": "Initializable", + "label": "_initializing", + "type": "t_bool", + "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68" + }, + { + "contract": "ContextUpgradeable", + "label": "__gap", + "type": "t_array(t_uint256)50_storage", + "src": "../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40" + }, + { + "contract": "OwnableUpgradeable", + "label": "_owner", + "type": "t_address", + "src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22" + }, + { + "contract": "OwnableUpgradeable", + "label": "__gap", + "type": "t_array(t_uint256)49_storage", + "src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94" + }, + { + "contract": "Ownable2StepUpgradeable", + "label": "_pendingOwner", + "type": "t_address", + "src": "../@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:21" + }, + { + "contract": "Ownable2StepUpgradeable", + "label": "__gap", + "type": "t_array(t_uint256)49_storage", + "src": "../@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:70" + }, + { + "contract": "GatewaySettingManager", + "label": "MAX_BPS", + "type": "t_uint256", + "src": "GatewaySettingManager.sol:14" + }, + { + "contract": "GatewaySettingManager", + "label": "protocolFeePercent", + "type": "t_uint64", + "src": "GatewaySettingManager.sol:15" + }, + { + "contract": "GatewaySettingManager", + "label": "treasuryAddress", + "type": "t_address", + "src": "GatewaySettingManager.sol:16" + }, + { + "contract": "GatewaySettingManager", + "label": "_aggregatorAddress", + "type": "t_address", + "src": "GatewaySettingManager.sol:17" + }, + { + "contract": "GatewaySettingManager", + "label": "__gap", + "type": "t_array(t_uint256)50_storage", + "src": "GatewaySettingManager.sol:20" + }, + { + "contract": "GatewaySettingManager", + "label": "_isTokenSupported", + "type": "t_mapping(t_address,t_uint256)", + "src": "GatewaySettingManager.sol:22" + }, + { + "contract": "GatewaySettingManager", + "label": "supportedInstitutions", + "type": "t_mapping(t_bytes32,t_array(t_struct(Institution)1692_storage)dyn_storage)", + "src": "GatewaySettingManager.sol:24" + }, + { + "contract": "GatewaySettingManager", + "label": "supportedInstitutionsByCode", + "type": "t_mapping(t_bytes32,t_struct(InstitutionByCode)1697_storage)", + "src": "GatewaySettingManager.sol:25" + }, + { + "contract": "PausableUpgradeable", + "label": "_paused", + "type": "t_bool", + "src": "../@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:29" + }, + { + "contract": "PausableUpgradeable", + "label": "__gap", + "type": "t_array(t_uint256)49_storage", + "src": "../@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:116" + }, + { + "contract": "Gateway", + "label": "order", + "type": "t_mapping(t_bytes32,t_struct(Order)1594_storage)", + "src": "Gateway.sol:20" + }, + { + "contract": "Gateway", + "label": "_nonce", + "type": "t_mapping(t_address,t_uint256)", + "src": "Gateway.sol:21" + }, + { + "contract": "Gateway", + "label": "__gap", + "type": "t_array(t_uint256)50_storage", + "src": "Gateway.sol:22" + } + ], + "types": { + "t_mapping(t_bytes32,t_struct(Order)1594_storage)": { + "label": "mapping(bytes32 => struct IGateway.Order)" + }, + "t_bytes32": { + "label": "bytes32" + }, + "t_struct(Order)1594_storage": { + "label": "struct IGateway.Order", + "members": [ + { + "label": "sender", + "type": "t_address" + }, + { + "label": "token", + "type": "t_address" + }, + { + "label": "senderFeeRecipient", + "type": "t_address" + }, + { + "label": "senderFee", + "type": "t_uint256" + }, + { + "label": "protocolFee", + "type": "t_uint256" + }, + { + "label": "isFulfilled", + "type": "t_bool" + }, + { + "label": "isRefunded", + "type": "t_bool" + }, + { + "label": "refundAddress", + "type": "t_address" + }, + { + "label": "currentBPS", + "type": "t_uint96" + }, + { + "label": "amount", + "type": "t_uint256" + } + ] + }, + "t_address": { + "label": "address" + }, + "t_uint256": { + "label": "uint256" + }, + "t_bool": { + "label": "bool" + }, + "t_uint96": { + "label": "uint96" + }, + "t_mapping(t_address,t_uint256)": { + "label": "mapping(address => uint256)" + }, + "t_array(t_uint256)50_storage": { + "label": "uint256[50]" + }, + "t_array(t_uint256)49_storage": { + "label": "uint256[49]" + }, + "t_uint64": { + "label": "uint64" + }, + "t_mapping(t_bytes32,t_array(t_struct(Institution)1692_storage)dyn_storage)": { + "label": "mapping(bytes32 => struct SharedStructs.Institution[])" + }, + "t_array(t_struct(Institution)1692_storage)dyn_storage": { + "label": "struct SharedStructs.Institution[]" + }, + "t_struct(Institution)1692_storage": { + "label": "struct SharedStructs.Institution", + "members": [ + { + "label": "code", + "type": "t_bytes32" + }, + { + "label": "name", + "type": "t_bytes32" + } + ] + }, + "t_mapping(t_bytes32,t_struct(InstitutionByCode)1697_storage)": { + "label": "mapping(bytes32 => struct SharedStructs.InstitutionByCode)" + }, + "t_struct(InstitutionByCode)1697_storage": { + "label": "struct SharedStructs.InstitutionByCode", + "members": [ + { + "label": "name", + "type": "t_bytes32" + }, + { + "label": "currency", + "type": "t_bytes32" + } + ] + }, + "t_uint8": { + "label": "uint8" + } + }, + "namespaces": {} + } + } + } +} diff --git a/README.md b/README.md index b034e5b..c5222fe 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npx hardhat run scripts/setSupportedInstitutions.ts --network npx hardhat run scripts/setSupportedTokens.ts --network -npx hardhat run scripts/updateProtocolAddress.ts --network +npx hardhat run scripts/updateProtocolAddresses.ts --network npx hardhat run scripts/updateProtocolFee.ts --network ``` diff --git a/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.dbg.json b/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.dbg.json index 72714ac..67d34f7 100644 --- a/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.dbg.json +++ b/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../build-info/6164674e9bbea538819c3024385ea085.json" + "buildInfo": "../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json b/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json index 383b301..67d34f7 100644 --- a/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json +++ b/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json b/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json index 98e6142..a2b5f1a 100644 --- a/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +++ b/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.dbg.json b/artifacts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.dbg.json index 383b301..67d34f7 100644 --- a/artifacts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.dbg.json +++ b/artifacts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json b/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json index 383b301..67d34f7 100644 --- a/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +++ b/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json b/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json index 383b301..67d34f7 100644 --- a/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +++ b/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json b/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json index 98e6142..a2b5f1a 100644 --- a/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +++ b/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json b/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json index 98e6142..a2b5f1a 100644 --- a/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +++ b/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json b/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json index 0f7e2f0..f8d3bbb 100644 --- a/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +++ b/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json b/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json index 383b301..67d34f7 100644 --- a/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +++ b/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/build-info/20f2ff1dca3fcfa474251aceb28448e9.json b/artifacts/build-info/20f2ff1dca3fcfa474251aceb28448e9.json deleted file mode 100644 index 6b9fcdd..0000000 --- a/artifacts/build-info/20f2ff1dca3fcfa474251aceb28448e9.json +++ /dev/null @@ -1 +0,0 @@ -{"id":"20f2ff1dca3fcfa474251aceb28448e9","_format":"hh-sol-build-info-1","solcVersion":"0.8.18","solcLongVersion":"0.8.18+commit.87f61d96","input":{"language":"Solidity","sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./OwnableUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership} and {acceptOwnership}.\n *\n * This module is used through inheritance. It will make available all functions\n * from parent (Ownable).\n */\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\n address private _pendingOwner;\n\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\n\n function __Ownable2Step_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable2Step_init_unchained() internal onlyInitializing {\n }\n /**\n * @dev Returns the address of the pending owner.\n */\n function pendingOwner() public view virtual returns (address) {\n return _pendingOwner;\n }\n\n /**\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual override onlyOwner {\n _pendingOwner = newOwner;\n emit OwnershipTransferStarted(owner(), newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual override {\n delete _pendingOwner;\n super._transferOwnership(newOwner);\n }\n\n /**\n * @dev The new owner accepts the ownership transfer.\n */\n function acceptOwnership() public virtual {\n address sender = _msgSender();\n require(pendingOwner() == sender, \"Ownable2Step: caller is not the new owner\");\n _transferOwnership(sender);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides a basic access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership}.\n *\n * This module is used through inheritance. It will make available the modifier\n * `onlyOwner`, which can be applied to your functions to restrict their use to\n * the owner.\n */\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\n address private _owner;\n\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\n\n /**\n * @dev Initializes the contract setting the deployer as the initial owner.\n */\n function __Ownable_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable_init_unchained() internal onlyInitializing {\n _transferOwnership(_msgSender());\n }\n\n /**\n * @dev Throws if called by any account other than the owner.\n */\n modifier onlyOwner() {\n _checkOwner();\n _;\n }\n\n /**\n * @dev Returns the address of the current owner.\n */\n function owner() public view virtual returns (address) {\n return _owner;\n }\n\n /**\n * @dev Throws if the sender is not the owner.\n */\n function _checkOwner() internal view virtual {\n require(owner() == _msgSender(), \"Ownable: caller is not the owner\");\n }\n\n /**\n * @dev Leaves the contract without owner. It will not be possible to call\n * `onlyOwner` functions. Can only be called by the current owner.\n *\n * NOTE: Renouncing ownership will leave the contract without an owner,\n * thereby disabling any functionality that is only available to the owner.\n */\n function renounceOwnership() public virtual onlyOwner {\n _transferOwnership(address(0));\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual onlyOwner {\n require(newOwner != address(0), \"Ownable: new owner is the zero address\");\n _transferOwnership(newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual {\n address oldOwner = _owner;\n _owner = newOwner;\n emit OwnershipTransferred(oldOwner, newOwner);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\n\npragma solidity ^0.8.2;\n\nimport \"../../utils/AddressUpgradeable.sol\";\n\n/**\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\n *\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\n * reused. This mechanism prevents re-execution of each \"step\" but allows the creation of new initialization steps in\n * case an upgrade adds a module that needs to be initialized.\n *\n * For example:\n *\n * [.hljs-theme-light.nopadding]\n * ```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 Indicates that the contract has been initialized.\n * @custom:oz-retyped-from bool\n */\n uint8 private _initialized;\n\n /**\n * @dev Indicates that the contract is in the process of being initialized.\n */\n bool private _initializing;\n\n /**\n * @dev Triggered when the contract has been initialized or reinitialized.\n */\n event Initialized(uint8 version);\n\n /**\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\n * `onlyInitializing` functions can be used to initialize parent contracts.\n *\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\n * constructor.\n *\n * Emits an {Initialized} event.\n */\n modifier initializer() {\n bool isTopLevelCall = !_initializing;\n require(\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\n \"Initializable: contract is already initialized\"\n );\n _initialized = 1;\n if (isTopLevelCall) {\n _initializing = true;\n }\n _;\n if (isTopLevelCall) {\n _initializing = false;\n emit Initialized(1);\n }\n }\n\n /**\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\n * used to initialize parent contracts.\n *\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\n * are added through upgrades and that require initialization.\n *\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\n * cannot be nested. If one is invoked in the context of another, execution will revert.\n *\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\n * a contract, executing them in the right order is up to the developer or operator.\n *\n * WARNING: setting the version to 255 will prevent any future reinitialization.\n *\n * Emits an {Initialized} event.\n */\n modifier reinitializer(uint8 version) {\n require(!_initializing && _initialized < version, \"Initializable: contract is already initialized\");\n _initialized = version;\n _initializing = true;\n _;\n _initializing = false;\n emit Initialized(version);\n }\n\n /**\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\n */\n modifier onlyInitializing() {\n require(_initializing, \"Initializable: contract is not initializing\");\n _;\n }\n\n /**\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\n * through proxies.\n *\n * Emits an {Initialized} event the first time it is successfully executed.\n */\n function _disableInitializers() internal virtual {\n require(!_initializing, \"Initializable: contract is initializing\");\n if (_initialized != type(uint8).max) {\n _initialized = type(uint8).max;\n emit Initialized(type(uint8).max);\n }\n }\n\n /**\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\n */\n function _getInitializedVersion() internal view returns (uint8) {\n return _initialized;\n }\n\n /**\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\n */\n function _isInitializing() internal view returns (bool) {\n return _initializing;\n }\n}\n"},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which allows children to implement an emergency stop\n * mechanism that can be triggered by an authorized account.\n *\n * This module is used through inheritance. It will make available the\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n * the functions of your contract. Note that they will not be pausable by\n * simply including this module, only once the modifiers are put in place.\n */\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\n /**\n * @dev Emitted when the pause is triggered by `account`.\n */\n event Paused(address account);\n\n /**\n * @dev Emitted when the pause is lifted by `account`.\n */\n event Unpaused(address account);\n\n bool private _paused;\n\n /**\n * @dev Initializes the contract in unpaused state.\n */\n function __Pausable_init() internal onlyInitializing {\n __Pausable_init_unchained();\n }\n\n function __Pausable_init_unchained() internal onlyInitializing {\n _paused = false;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is not paused.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n modifier whenNotPaused() {\n _requireNotPaused();\n _;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is paused.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n modifier whenPaused() {\n _requirePaused();\n _;\n }\n\n /**\n * @dev Returns true if the contract is paused, and false otherwise.\n */\n function paused() public view virtual returns (bool) {\n return _paused;\n }\n\n /**\n * @dev Throws if the contract is paused.\n */\n function _requireNotPaused() internal view virtual {\n require(!paused(), \"Pausable: paused\");\n }\n\n /**\n * @dev Throws if the contract is not paused.\n */\n function _requirePaused() internal view virtual {\n require(paused(), \"Pausable: not paused\");\n }\n\n /**\n * @dev Triggers stopped state.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n function _pause() internal virtual whenNotPaused {\n _paused = true;\n emit Paused(_msgSender());\n }\n\n /**\n * @dev Returns to normal state.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n function _unpause() internal virtual whenPaused {\n _paused = false;\n emit Unpaused(_msgSender());\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\n\npragma solidity ^0.8.1;\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary AddressUpgradeable {\n /**\n * @dev Returns true if `account` is a contract.\n *\n * [IMPORTANT]\n * ====\n * It is unsafe to assume that an address for which this function returns\n * false is an externally-owned account (EOA) and not a contract.\n *\n * Among others, `isContract` will return false for the following\n * types of addresses:\n *\n * - an externally-owned account\n * - a contract in construction\n * - an address where a contract will be created\n * - an address where a contract lived, but was destroyed\n *\n * Furthermore, `isContract` will also return true if the target contract within\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n * which only has an effect at the end of a transaction.\n * ====\n *\n * [IMPORTANT]\n * ====\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\n *\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n * constructor.\n * ====\n */\n function isContract(address account) internal view returns (bool) {\n // This method relies on extcodesize/address.code.length, which returns 0\n // for contracts in construction, since the code is only stored at the end\n // of the constructor execution.\n\n return account.code.length > 0;\n }\n\n /**\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n * `recipient`, forwarding all available gas and reverting on errors.\n *\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\n * imposed by `transfer`, making them unable to receive funds via\n * `transfer`. {sendValue} removes this limitation.\n *\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n require(address(this).balance >= amount, \"Address: insufficient balance\");\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n require(success, \"Address: unable to send value, recipient may have reverted\");\n }\n\n /**\n * @dev Performs a Solidity function call using a low level `call`. A\n * plain `call` is an unsafe replacement for a function call: use this\n * function instead.\n *\n * If `target` reverts with a revert reason, it is bubbled up by this\n * function (like regular Solidity function calls).\n *\n * Returns the raw returned data. To convert to the expected return value,\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n *\n * Requirements:\n *\n * - `target` must be a contract.\n * - calling `target` with `data` must not revert.\n *\n * _Available since v3.1._\n */\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, \"Address: low-level call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n * `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but also transferring `value` wei to `target`.\n *\n * Requirements:\n *\n * - the calling contract must have an ETH balance of at least `value`.\n * - the called Solidity function must be `payable`.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\n return functionCallWithValue(target, data, value, \"Address: low-level call with value failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n * with `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(\n address target,\n bytes memory data,\n uint256 value,\n string memory errorMessage\n ) internal returns (bytes memory) {\n require(address(this).balance >= value, \"Address: insufficient balance for call\");\n (bool success, bytes memory returndata) = target.call{value: value}(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n return functionStaticCall(target, data, \"Address: low-level static call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n (bool success, bytes memory returndata) = target.staticcall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionDelegateCall(target, data, \"Address: low-level delegate call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n (bool success, bytes memory returndata) = target.delegatecall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n *\n * _Available since v4.8._\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n if (success) {\n if (returndata.length == 0) {\n // only check isContract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n require(isContract(target), \"Address: call to non-contract\");\n }\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n * revert reason or using the provided one.\n *\n * _Available since v4.3._\n */\n function verifyCallResult(\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal pure returns (bytes memory) {\n if (success) {\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\n // Look for revert reason and bubble it up if present\n if (returndata.length > 0) {\n // The easiest way to bubble the revert reason is using memory via assembly\n /// @solidity memory-safe-assembly\n assembly {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert(errorMessage);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\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 /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[50] private __gap;\n}\n"},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 standard as defined in the EIP.\n */\ninterface IERC20 {\n /**\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\n * another (`to`).\n *\n * Note that `value` may be zero.\n */\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n /**\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\n * a call to {approve}. `value` is the new allowance.\n */\n event Approval(address indexed owner, address indexed spender, uint256 value);\n\n /**\n * @dev Returns the amount of tokens in existence.\n */\n function totalSupply() external view returns (uint256);\n\n /**\n * @dev Returns the amount of tokens owned by `account`.\n */\n function balanceOf(address account) external view returns (uint256);\n\n /**\n * @dev Moves `amount` tokens from the caller's account to `to`.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transfer(address to, uint256 amount) external returns (bool);\n\n /**\n * @dev Returns the remaining number of tokens that `spender` will be\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\n * zero by default.\n *\n * This value changes when {approve} or {transferFrom} are called.\n */\n function allowance(address owner, address spender) external view returns (uint256);\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\n * that someone may use both the old and the new allowance by unfortunate\n * transaction ordering. One possible solution to mitigate this race\n * condition is to first reduce the spender's allowance to 0 and set the\n * desired value afterwards:\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n *\n * Emits an {Approval} event.\n */\n function approve(address spender, uint256 amount) external returns (bool);\n\n /**\n * @dev Moves `amount` tokens from `from` to `to` using the\n * allowance mechanism. `amount` is then deducted from the caller's\n * allowance.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\n}\n"},"contracts/Gateway.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\n\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\n/**\n * @title Gateway\n * @dev Gateway contract for handling orders and settlements.\n */\ncontract Gateway is IGateway, GatewaySettingManager, PausableUpgradeable {\n\tstruct fee {\n\t\tuint256 protocolFee;\n\t\tuint256 liquidityProviderAmount;\n\t}\n\n\tmapping(bytes32 => Order) private order;\n\tmapping(address => uint256) private _nonce;\n\tuint256[50] private __gap;\n\n\t/// @custom:oz-upgrades-unsafe-allow constructor\n\tconstructor() {\n\t\t_disableInitializers();\n\t}\n\n\t/**\n\t * @dev Initialize function.\n\t */\n\tfunction initialize() external initializer {\n\t\tMAX_BPS = 100_000;\n\t\t__Ownable2Step_init();\n\t\t__Pausable_init();\n\t}\n\n\t/**\n\t * @dev Modifier that allows only the aggregator to call a function.\n\t */\n\tmodifier onlyAggregator() {\n\t\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\n\t\t_;\n\t}\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\t/**\n\t * @dev Pause the contract.\n\t */\n\tfunction pause() external onlyOwner {\n\t\t_pause();\n\t}\n\n\t/**\n\t * @dev Unpause the contract.\n\t */\n\tfunction unpause() external onlyOwner {\n\t\t_unpause();\n\t}\n\n\t/* ##################################################################\n USER CALLS\n ################################################################## */\n\t/** @dev See {createOrder-IGateway}. */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external whenNotPaused returns (bytes32 orderId) {\n\t\t// checks that are required\n\t\t_handler(\n\t\t\t_token,\n\t\t\t_amount,\n\t\t\t_refundAddress,\n\t\t\t_senderFeeRecipient,\n\t\t\t_senderFee,\n\t\t\t_institutionCode\n\t\t);\n\n\t\t// validate messageHash\n\t\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\n\n\t\t// transfer token from msg.sender to contract\n\t\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\n\n\t\t// increase users nonce to avoid replay attacks\n\t\t_nonce[msg.sender]++;\n\n\t\t// generate transaction id for the transaction\n\t\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\n\n\t\t// update transaction\n\t\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\n\t\torder[orderId] = Order({\n\t\t\tsender: msg.sender,\n\t\t\ttoken: _token,\n\t\t\tsenderFeeRecipient: _senderFeeRecipient,\n\t\t\tsenderFee: _senderFee,\n\t\t\tprotocolFee: _protocolFee,\n\t\t\tisFulfilled: false,\n\t\t\tisRefunded: false,\n\t\t\trefundAddress: _refundAddress,\n\t\t\tcurrentBPS: uint64(MAX_BPS),\n\t\t\tamount: _amount - _protocolFee\n\t\t});\n\n\t\t// emit order created event\n\t\temit OrderCreated(\n\t\t\torder[orderId].sender,\n\t\t\t_token,\n\t\t\torder[orderId].amount,\n\t\t\t_protocolFee,\n\t\t\torderId,\n\t\t\t_rate,\n\t\t\t_institutionCode,\n\t\t\tmessageHash\n\t\t);\n\t}\n\n\t/**\n\t * @dev Internal function to handle order creation.\n\t * @param _token The address of the token being traded.\n\t * @param _amount The amount of tokens being traded.\n\t * @param _refundAddress The address to refund the tokens in case of cancellation.\n\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\n\t * @param _senderFee The amount of the sender fee.\n\t * @param _institutionCode The code of the institution associated with the order.\n\t */\n\tfunction _handler(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\taddress _refundAddress,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\tbytes32 _institutionCode\n\t) internal view {\n\t\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\n\t\trequire(_amount != 0, 'AmountIsZero');\n\t\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\n\t\trequire(\n\t\t\tsupportedInstitutionsByCode[_institutionCode].name != bytes32(0),\n\t\t\t'InvalidInstitutionCode'\n\t\t);\n\n\t\tif (_senderFee != 0) {\n\t\t\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\n\t\t}\n\t}\n\n\t/* ##################################################################\n AGGREGATOR FUNCTIONS\n ################################################################## */\n\t/** @dev See {settle-IGateway}. */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\n\t\t// load the token into memory\n\t\taddress token = order[_orderId].token;\n\n\t\t// subtract sum of amount based on the input _settlePercent\n\t\torder[_orderId].currentBPS -= _settlePercent;\n\n\t\tif (order[_orderId].currentBPS == 0) {\n\t\t\t// update the transaction to be fulfilled\n\t\t\torder[_orderId].isFulfilled = true;\n\n\t\t\tif (order[_orderId].senderFee != 0) {\n\t\t\t\t// transfer sender fee\n\t\t\t\tIERC20(order[_orderId].token).transfer(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\n\t\t\t\t// emit event\n\t\t\t\temit SenderFeeTransferred(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tif (order[_orderId].protocolFee != 0) {\n\t\t\t\t// transfer protocol fee\n\t\t\t\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\n\t\t\t}\n\t\t}\n\n\t\t// transfer to liquidity provider\n\t\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\n\t\torder[_orderId].amount -= liquidityProviderAmount;\n\t\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\n\n\t\t// emit settled event\n\t\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\n\n\t\treturn true;\n\t}\n\n\t/** @dev See {refund-IGateway}. */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\t\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\n\n\t\t// transfer refund fee to the treasury\n\t\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\n\n\t\t// reset state values\n\t\torder[_orderId].isRefunded = true;\n\t\torder[_orderId].currentBPS = 0;\n\n\t\t// deduct fee from order amount\n\t\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\n\n\t\t// transfer refund amount and sender fee to the refund address\n\t\tIERC20(order[_orderId].token).transfer(\n\t\t\torder[_orderId].refundAddress,\n\t\t\trefundAmount + order[_orderId].senderFee\n\t\t);\n\n\t\t// emit refunded event\n\t\temit OrderRefunded(_fee, _orderId);\n\n\t\treturn true;\n\t}\n\n\t/* ##################################################################\n VIEW CALLS\n ################################################################## */\n\t/** @dev See {getOrderInfo-IGateway}. */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\n\t\treturn order[_orderId];\n\t}\n\n\t/** @dev See {isTokenSupported-IGateway}. */\n\tfunction isTokenSupported(address _token) external view returns (bool) {\n\t\tif (_isTokenSupported[_token] == 1) return true;\n\t\treturn false;\n\t}\n\n\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory) {\n\t\treturn supportedInstitutionsByCode[_code];\n\t}\n\n\t/** @dev See {getSupportedInstitutions-IGateway}. */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory) {\n\t\treturn supportedInstitutions[_currency];\n\t}\n\n\t/** @dev See {getFeeDetails-IGateway}. */\n\tfunction getFeeDetails() external view returns (uint64, uint256) {\n\t\treturn (protocolFeePercent, MAX_BPS);\n\t}\n}\n"},"contracts/GatewaySettingManager.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n\n/**\n * @title GatewaySettingManager\n * @dev This contract manages the settings and configurations for the Gateway protocol.\n */\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\n\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\n\tuint256 internal MAX_BPS;\n\tuint64 internal protocolFeePercent;\n\taddress internal treasuryAddress;\n\taddress internal _aggregatorAddress;\n\n\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\n\tuint256[50] private __gap;\n\n\tmapping(address => uint256) internal _isTokenSupported;\n\n\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\n\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\n\n\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\n\tevent SupportedInstitutionsUpdated(\n\t\tbytes32 indexed currency,\n\t\tSharedStructs.Institution[] institutions\n\t);\n\tevent ProtocolFeeUpdated(uint64 protocolFee);\n\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\n\tevent SetFeeRecipient(address indexed treasuryAddress);\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\n\t/**\n\t * @dev Sets the boolean value for a specific setting.\n\t * @param what The setting to be updated.\n\t * @param value The address or value associated with the setting.\n\t * @param status The boolean value to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\trequire(status == 1 || status == 2, 'Gateway: invalid status');\n\t\tif (what == 'token') {\n\t\t\t_isTokenSupported[value] = status;\n\t\t\temit SettingManagerBool(what, value, status);\n\t\t}\n\t}\n\n\t/**\n\t * @dev Sets the supported institutions for a specific currency.\n\t * @param currency The currency for which the institutions are being set.\n\t * @param institutions The array of institutions to be set.\n\t */\n\tfunction setSupportedInstitutions(\n\t\tbytes32 currency,\n\t\tSharedStructs.Institution[] memory institutions\n\t) external onlyOwner {\n\t\tdelete supportedInstitutions[currency];\n\t\tfor (uint i; i < institutions.length; ) {\n\t\t\tsupportedInstitutions[currency].push(institutions[i]);\n\t\t\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\n\t\t\t\tname: institutions[i].name,\n\t\t\t\tcurrency: currency\n\t\t\t});\n\t\t\tunchecked {\n\t\t\t\t++i;\n\t\t\t}\n\t\t}\n\t\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\n\t}\n\n\t/**\n\t * @dev Updates the protocol fee percentage.\n\t * @param _protocolFeePercent The new protocol fee percentage to be set.\n\t */\n\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\n\t\tprotocolFeePercent = _protocolFeePercent;\n\t\temit ProtocolFeeUpdated(_protocolFeePercent);\n\t}\n\n\t/**\n\t * @dev Updates a protocol address.\n\t * @param what The address type to be updated (treasury or aggregator).\n\t * @param value The new address to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\tbool updated;\n\t\tif (what == 'treasury') {\n\t\t\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\n\t\t\ttreasuryAddress = value;\n\t\t\tupdated = true;\n\t\t} else if (what == 'aggregator') {\n\t\t\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\n\t\t\t_aggregatorAddress = value;\n\t\t\tupdated = true;\n\t\t}\n\t\tif (updated) {\n\t\t\temit ProtocolAddressUpdated(what, value);\n\t\t}\n\t}\n}\n"},"contracts/interfaces/IGateway.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\n\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\n\n/**\n * @title IGateway\n * @dev Interface for the Gateway contract.\n */\ninterface IGateway {\n\t/* ##################################################################\n EVENTS\n ################################################################## */\n\t/**\n\t * @dev Emitted when a deposit is made.\n\t * @param sender The address of the sender.\n\t * @param token The address of the deposited token.\n\t * @param amount The amount of the deposit.\n\t * @param orderId The ID of the order.\n\t * @param rate The rate at which the deposit is made.\n\t * @param institutionCode The code of the institution.\n\t * @param messageHash The hash of the message.\n\t */\n\tevent OrderCreated(\n\t\taddress indexed sender,\n\t\taddress indexed token,\n\t\tuint256 indexed amount,\n\t\tuint256 protocolFee,\n\t\tbytes32 orderId,\n\t\tuint256 rate,\n\t\tbytes32 institutionCode,\n\t\tstring messageHash\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator settles a transaction.\n\t * @param splitOrderId The ID of the split order.\n\t * @param orderId The ID of the order.\n\t * @param liquidityProvider The address of the liquidity provider.\n\t * @param settlePercent The percentage at which the transaction is settled.\n\t */\n\tevent OrderSettled(\n\t\tbytes32 splitOrderId,\n\t\tbytes32 indexed orderId,\n\t\taddress indexed liquidityProvider,\n\t\tuint96 settlePercent\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator refunds a transaction.\n\t * @param fee The fee deducted from the refund amount.\n\t * @param orderId The ID of the order.\n\t */\n\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\n\n\t/**\n\t * @dev Emitted when the sender's fee is transferred.\n\t * @param sender The address of the sender.\n\t * @param amount The amount of the fee transferred.\n\t */\n\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\n\n\t/* ##################################################################\n STRUCTS\n ################################################################## */\n\t/**\n\t * @dev Struct representing transaction metadata.\n\t * @param identifier The identifier of the transaction.\n\t * @param institution The institution of the transaction.\n\t * @param name The name of the transaction.\n\t * @param currency The currency of the transaction.\n\t * @param liquidityProviderID The ID of the liquidity provider.\n\t */\n\tstruct TransactionMetadata {\n\t\tbytes8 identifier;\n\t\tbytes8 institution;\n\t\tbytes8 name;\n\t\tbytes8 currency;\n\t\tuint256 liquidityProviderID;\n\t}\n\n\t/**\n\t * @dev Struct representing an order.\n\t * @param sender The address of the sender.\n\t * @param token The address of the token.\n\t * @param senderFeeRecipient The address of the sender fee recipient.\n\t * @param senderFee The fee to be paid to the sender fee recipient.\n\t * @param protocolFee The protocol fee to be paid.\n\t * @param isFulfilled Whether the order is fulfilled.\n\t * @param isRefunded Whether the order is refunded.\n\t * @param refundAddress The address to which the refund is made.\n\t * @param currentBPS The current basis points.\n\t * @param amount The amount of the order.\n\t */\n\tstruct Order {\n\t\taddress sender;\n\t\taddress token;\n\t\taddress senderFeeRecipient;\n\t\tuint256 senderFee;\n\t\tuint256 protocolFee;\n\t\tbool isFulfilled;\n\t\tbool isRefunded;\n\t\taddress refundAddress;\n\t\tuint96 currentBPS;\n\t\tuint256 amount;\n\t}\n\n\t/* ##################################################################\n EXTERNAL CALLS\n ################################################################## */\n\t/**\n\t * @notice Locks the sender's amount of token into Gateway.\n\t * @dev Requirements:\n\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n\t * - `_token` must be an acceptable token. See {isTokenSupported}.\n\t * - `amount` must be greater than minimum.\n\t * - `_refundAddress` refund address must not be zero address.\n\t * @param _token The address of the token.\n\t * @param _amount The amount in the decimal of `_token` to be locked.\n\t * @param _institutionCode The institution code of the sender.\n\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n\t * @param messageHash The hash of the message.\n\t * @return _orderId The ID of the order.\n\t */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external returns (bytes32 _orderId);\n\n\t/**\n\t * @notice Settles a transaction and distributes rewards accordingly.\n\t * @param _splitOrderId The ID of the split order.\n\t * @param _orderId The ID of the transaction.\n\t * @param _liquidityProvider The address of the liquidity provider.\n\t * @param _settlePercent The rate at which the transaction is settled.\n\t * @return bool the settlement is successful.\n\t */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external returns (bool);\n\n\t/**\n\t * @notice Refunds to the specified refundable address.\n\t * @dev Requirements:\n\t * - Only aggregators can call this function.\n\t * @param _fee The amount to be deducted from the amount to be refunded.\n\t * @param _orderId The ID of the transaction.\n\t * @return bool the refund is successful.\n\t */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\n\n\t/**\n\t * @notice Checks if a token is supported by Gateway.\n\t * @param _token The address of the token to check.\n\t * @return bool the token is supported.\n\t */\n\tfunction isTokenSupported(address _token) external view returns (bool);\n\n\t/**\n\t * @notice Gets the details of an order.\n\t * @param _orderId The ID of the order.\n\t * @return Order The order details.\n\t */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\n\n\t/**\n\t * @notice Gets the fee details of Gateway.\n\t * @return protocolReward The protocol reward amount.\n\t * @return max_bps The maximum basis points.\n\t */\n\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\n\n\t/**\n\t * @notice Gets the details of a supported institution by code.\n\t * @param _code The institution code.\n\t * @return InstitutionByCode The institution details.\n\t */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory);\n\n\t/**\n\t * @notice Gets the details of supported institutions by currency.\n\t * @param _currency The currency code.\n\t * @return Institutions An array of institutions.\n\t */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory);\n}\n"},"contracts/libraries/SharedStructs.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nlibrary SharedStructs {\n /**\n * @dev Struct representing an institution.\n * @param code The code of the institution.\n * @param name The name of the institution.\n */\n struct Institution {\n bytes32 code;\n bytes32 name;\n }\n\n /**\n * @dev Struct representing an institution by code.\n * @param name The name of the institution.\n * @param currency The currency of the institution.\n */\n struct InstitutionByCode {\n bytes32 name;\n bytes32 currency;\n }\n}"}},"settings":{"optimizer":{"enabled":false,"runs":200},"outputSelection":{"*":{"*":["abi","evm.bytecode","evm.deployedBytecode","evm.methodIdentifiers","metadata","devdoc","userdoc","storageLayout","evm.gasEstimates"],"":["ast"]}},"metadata":{"useLiteralContent":true}}},"output":{"sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239]},"id":107,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"107:23:0"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","file":"./OwnableUpgradeable.sol","id":2,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":240,"src":"132:34:0","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":4,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":409,"src":"167:63:0","symbolAliases":[{"foreign":{"id":3,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"175:13:0","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":6,"name":"Initializable","nameLocations":["719:13:0"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"719:13:0"},"id":7,"nodeType":"InheritanceSpecifier","src":"719:13:0"},{"baseName":{"id":8,"name":"OwnableUpgradeable","nameLocations":["734:18:0"],"nodeType":"IdentifierPath","referencedDeclaration":239,"src":"734:18:0"},"id":9,"nodeType":"InheritanceSpecifier","src":"734:18:0"}],"canonicalName":"Ownable2StepUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":5,"nodeType":"StructuredDocumentation","src":"232:441:0","text":" @dev Contract module which provides access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership} and {acceptOwnership}.\n This module is used through inheritance. It will make available all functions\n from parent (Ownable)."},"fullyImplemented":true,"id":106,"linearizedBaseContracts":[106,239,917,408],"name":"Ownable2StepUpgradeable","nameLocation":"692:23:0","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":11,"mutability":"mutable","name":"_pendingOwner","nameLocation":"775:13:0","nodeType":"VariableDeclaration","scope":106,"src":"759:29:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":10,"name":"address","nodeType":"ElementaryTypeName","src":"759:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700","id":17,"name":"OwnershipTransferStarted","nameLocation":"801:24:0","nodeType":"EventDefinition","parameters":{"id":16,"nodeType":"ParameterList","parameters":[{"constant":false,"id":13,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"842:13:0","nodeType":"VariableDeclaration","scope":17,"src":"826:29:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":12,"name":"address","nodeType":"ElementaryTypeName","src":"826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":15,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"873:8:0","nodeType":"VariableDeclaration","scope":17,"src":"857:24:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":14,"name":"address","nodeType":"ElementaryTypeName","src":"857:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"825:57:0"},"src":"795:88:0"},{"body":{"id":25,"nodeType":"Block","src":"946:43:0","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":22,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"956:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":23,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"956:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":24,"nodeType":"ExpressionStatement","src":"956:26:0"}]},"id":26,"implemented":true,"kind":"function","modifiers":[{"id":20,"kind":"modifierInvocation","modifierName":{"id":19,"name":"onlyInitializing","nameLocations":["929:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"929:16:0"},"nodeType":"ModifierInvocation","src":"929:16:0"}],"name":"__Ownable2Step_init","nameLocation":"898:19:0","nodeType":"FunctionDefinition","parameters":{"id":18,"nodeType":"ParameterList","parameters":[],"src":"917:2:0"},"returnParameters":{"id":21,"nodeType":"ParameterList","parameters":[],"src":"946:0:0"},"scope":106,"src":"889:100:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":31,"nodeType":"Block","src":"1062:7:0","statements":[]},"id":32,"implemented":true,"kind":"function","modifiers":[{"id":29,"kind":"modifierInvocation","modifierName":{"id":28,"name":"onlyInitializing","nameLocations":["1045:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1045:16:0"},"nodeType":"ModifierInvocation","src":"1045:16:0"}],"name":"__Ownable2Step_init_unchained","nameLocation":"1004:29:0","nodeType":"FunctionDefinition","parameters":{"id":27,"nodeType":"ParameterList","parameters":[],"src":"1033:2:0"},"returnParameters":{"id":30,"nodeType":"ParameterList","parameters":[],"src":"1062:0:0"},"scope":106,"src":"995:74:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":40,"nodeType":"Block","src":"1206:37:0","statements":[{"expression":{"id":38,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1223:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":37,"id":39,"nodeType":"Return","src":"1216:20:0"}]},"documentation":{"id":33,"nodeType":"StructuredDocumentation","src":"1074:65:0","text":" @dev Returns the address of the pending owner."},"functionSelector":"e30c3978","id":41,"implemented":true,"kind":"function","modifiers":[],"name":"pendingOwner","nameLocation":"1153:12:0","nodeType":"FunctionDefinition","parameters":{"id":34,"nodeType":"ParameterList","parameters":[],"src":"1165:2:0"},"returnParameters":{"id":37,"nodeType":"ParameterList","parameters":[{"constant":false,"id":36,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":41,"src":"1197:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":35,"name":"address","nodeType":"ElementaryTypeName","src":"1197:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1196:9:0"},"scope":106,"src":"1144:99:0","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[213],"body":{"id":60,"nodeType":"Block","src":"1515:99:0","statements":[{"expression":{"id":52,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":50,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1525:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":51,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1541:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1525:24:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":53,"nodeType":"ExpressionStatement","src":"1525:24:0"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":55,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1589:5:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":56,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1589:7:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":57,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1598:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":54,"name":"OwnershipTransferStarted","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":17,"src":"1564:24:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":58,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1564:43:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":59,"nodeType":"EmitStatement","src":"1559:48:0"}]},"documentation":{"id":42,"nodeType":"StructuredDocumentation","src":"1249:182:0","text":" @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":61,"implemented":true,"kind":"function","modifiers":[{"id":48,"kind":"modifierInvocation","modifierName":{"id":47,"name":"onlyOwner","nameLocations":["1505:9:0"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1505:9:0"},"nodeType":"ModifierInvocation","src":"1505:9:0"}],"name":"transferOwnership","nameLocation":"1445:17:0","nodeType":"FunctionDefinition","overrides":{"id":46,"nodeType":"OverrideSpecifier","overrides":[],"src":"1496:8:0"},"parameters":{"id":45,"nodeType":"ParameterList","parameters":[{"constant":false,"id":44,"mutability":"mutable","name":"newOwner","nameLocation":"1471:8:0","nodeType":"VariableDeclaration","scope":61,"src":"1463:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":43,"name":"address","nodeType":"ElementaryTypeName","src":"1463:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1462:18:0"},"returnParameters":{"id":49,"nodeType":"ParameterList","parameters":[],"src":"1515:0:0"},"scope":106,"src":"1436:178:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[233],"body":{"id":77,"nodeType":"Block","src":"1870:81:0","statements":[{"expression":{"id":69,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"1880:20:0","subExpression":{"id":68,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1887:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":70,"nodeType":"ExpressionStatement","src":"1880:20:0"},{"expression":{"arguments":[{"id":74,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":64,"src":"1935:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":71,"name":"super","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-25,"src":"1910:5:0","typeDescriptions":{"typeIdentifier":"t_type$_t_super$_Ownable2StepUpgradeable_$106_$","typeString":"type(contract super Ownable2StepUpgradeable)"}},"id":73,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1916:18:0","memberName":"_transferOwnership","nodeType":"MemberAccess","referencedDeclaration":233,"src":"1910:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":75,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1910:34:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":76,"nodeType":"ExpressionStatement","src":"1910:34:0"}]},"documentation":{"id":62,"nodeType":"StructuredDocumentation","src":"1620:173:0","text":" @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n Internal function without access restriction."},"id":78,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"1807:18:0","nodeType":"FunctionDefinition","overrides":{"id":66,"nodeType":"OverrideSpecifier","overrides":[],"src":"1861:8:0"},"parameters":{"id":65,"nodeType":"ParameterList","parameters":[{"constant":false,"id":64,"mutability":"mutable","name":"newOwner","nameLocation":"1834:8:0","nodeType":"VariableDeclaration","scope":78,"src":"1826:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":63,"name":"address","nodeType":"ElementaryTypeName","src":"1826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1825:18:0"},"returnParameters":{"id":67,"nodeType":"ParameterList","parameters":[],"src":"1870:0:0"},"scope":106,"src":"1798:153:0","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":99,"nodeType":"Block","src":"2073:170:0","statements":[{"assignments":[83],"declarations":[{"constant":false,"id":83,"mutability":"mutable","name":"sender","nameLocation":"2091:6:0","nodeType":"VariableDeclaration","scope":99,"src":"2083:14:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":82,"name":"address","nodeType":"ElementaryTypeName","src":"2083:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":86,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":84,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2100:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":85,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2100:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2083:29:0"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":91,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":88,"name":"pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":41,"src":"2130:12:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":89,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2130:14:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":90,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2148:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2130:24:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572","id":92,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2156:43:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""},"value":"Ownable2Step: caller is not the new owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""}],"id":87,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2122:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":93,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2122:78:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":94,"nodeType":"ExpressionStatement","src":"2122:78:0"},{"expression":{"arguments":[{"id":96,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2229:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":95,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[78],"referencedDeclaration":78,"src":"2210:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":97,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2210:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":98,"nodeType":"ExpressionStatement","src":"2210:26:0"}]},"documentation":{"id":79,"nodeType":"StructuredDocumentation","src":"1957:69:0","text":" @dev The new owner accepts the ownership transfer."},"functionSelector":"79ba5097","id":100,"implemented":true,"kind":"function","modifiers":[],"name":"acceptOwnership","nameLocation":"2040:15:0","nodeType":"FunctionDefinition","parameters":{"id":80,"nodeType":"ParameterList","parameters":[],"src":"2055:2:0"},"returnParameters":{"id":81,"nodeType":"ParameterList","parameters":[],"src":"2073:0:0"},"scope":106,"src":"2031:212:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"constant":false,"documentation":{"id":101,"nodeType":"StructuredDocumentation","src":"2249:254:0","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":105,"mutability":"mutable","name":"__gap","nameLocation":"2528:5:0","nodeType":"VariableDeclaration","scope":106,"src":"2508:25:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":102,"name":"uint256","nodeType":"ElementaryTypeName","src":"2508:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":104,"length":{"hexValue":"3439","id":103,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2516:2:0","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"2508:11:0","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":107,"src":"674:1862:0","usedErrors":[]}],"src":"107:2430:0"},"id":0},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"OwnableUpgradeable":[239]},"id":240,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":108,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"102:23:1"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":109,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":918,"src":"127:41:1","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":111,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":409,"src":"169:63:1","symbolAliases":[{"foreign":{"id":110,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"177:13:1","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":113,"name":"Initializable","nameLocations":["769:13:1"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"769:13:1"},"id":114,"nodeType":"InheritanceSpecifier","src":"769:13:1"},{"baseName":{"id":115,"name":"ContextUpgradeable","nameLocations":["784:18:1"],"nodeType":"IdentifierPath","referencedDeclaration":917,"src":"784:18:1"},"id":116,"nodeType":"InheritanceSpecifier","src":"784:18:1"}],"canonicalName":"OwnableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":112,"nodeType":"StructuredDocumentation","src":"234:494:1","text":" @dev Contract module which provides a basic access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership}.\n This module is used through inheritance. It will make available the modifier\n `onlyOwner`, which can be applied to your functions to restrict their use to\n the owner."},"fullyImplemented":true,"id":239,"linearizedBaseContracts":[239,917,408],"name":"OwnableUpgradeable","nameLocation":"747:18:1","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":118,"mutability":"mutable","name":"_owner","nameLocation":"825:6:1","nodeType":"VariableDeclaration","scope":239,"src":"809:22:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":117,"name":"address","nodeType":"ElementaryTypeName","src":"809:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","id":124,"name":"OwnershipTransferred","nameLocation":"844:20:1","nodeType":"EventDefinition","parameters":{"id":123,"nodeType":"ParameterList","parameters":[{"constant":false,"id":120,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"881:13:1","nodeType":"VariableDeclaration","scope":124,"src":"865:29:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":119,"name":"address","nodeType":"ElementaryTypeName","src":"865:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":122,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"912:8:1","nodeType":"VariableDeclaration","scope":124,"src":"896:24:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":121,"name":"address","nodeType":"ElementaryTypeName","src":"896:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"864:57:1"},"src":"838:84:1"},{"body":{"id":133,"nodeType":"Block","src":"1076:43:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":130,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"1086:24:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":131,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1086:26:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":132,"nodeType":"ExpressionStatement","src":"1086:26:1"}]},"documentation":{"id":125,"nodeType":"StructuredDocumentation","src":"928:91:1","text":" @dev Initializes the contract setting the deployer as the initial owner."},"id":134,"implemented":true,"kind":"function","modifiers":[{"id":128,"kind":"modifierInvocation","modifierName":{"id":127,"name":"onlyInitializing","nameLocations":["1059:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1059:16:1"},"nodeType":"ModifierInvocation","src":"1059:16:1"}],"name":"__Ownable_init","nameLocation":"1033:14:1","nodeType":"FunctionDefinition","parameters":{"id":126,"nodeType":"ParameterList","parameters":[],"src":"1047:2:1"},"returnParameters":{"id":129,"nodeType":"ParameterList","parameters":[],"src":"1076:0:1"},"scope":239,"src":"1024:95:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":144,"nodeType":"Block","src":"1187:49:1","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":140,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"1216:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":141,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1216:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":139,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"1197:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":142,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1197:32:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":143,"nodeType":"ExpressionStatement","src":"1197:32:1"}]},"id":145,"implemented":true,"kind":"function","modifiers":[{"id":137,"kind":"modifierInvocation","modifierName":{"id":136,"name":"onlyInitializing","nameLocations":["1170:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1170:16:1"},"nodeType":"ModifierInvocation","src":"1170:16:1"}],"name":"__Ownable_init_unchained","nameLocation":"1134:24:1","nodeType":"FunctionDefinition","parameters":{"id":135,"nodeType":"ParameterList","parameters":[],"src":"1158:2:1"},"returnParameters":{"id":138,"nodeType":"ParameterList","parameters":[],"src":"1187:0:1"},"scope":239,"src":"1125:111:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":152,"nodeType":"Block","src":"1345:41:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":148,"name":"_checkOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":176,"src":"1355:11:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":149,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1355:13:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":150,"nodeType":"ExpressionStatement","src":"1355:13:1"},{"id":151,"nodeType":"PlaceholderStatement","src":"1378:1:1"}]},"documentation":{"id":146,"nodeType":"StructuredDocumentation","src":"1242:77:1","text":" @dev Throws if called by any account other than the owner."},"id":153,"name":"onlyOwner","nameLocation":"1333:9:1","nodeType":"ModifierDefinition","parameters":{"id":147,"nodeType":"ParameterList","parameters":[],"src":"1342:2:1"},"src":"1324:62:1","virtual":false,"visibility":"internal"},{"body":{"id":161,"nodeType":"Block","src":"1517:30:1","statements":[{"expression":{"id":159,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"1534:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":158,"id":160,"nodeType":"Return","src":"1527:13:1"}]},"documentation":{"id":154,"nodeType":"StructuredDocumentation","src":"1392:65:1","text":" @dev Returns the address of the current owner."},"functionSelector":"8da5cb5b","id":162,"implemented":true,"kind":"function","modifiers":[],"name":"owner","nameLocation":"1471:5:1","nodeType":"FunctionDefinition","parameters":{"id":155,"nodeType":"ParameterList","parameters":[],"src":"1476:2:1"},"returnParameters":{"id":158,"nodeType":"ParameterList","parameters":[{"constant":false,"id":157,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":162,"src":"1508:7:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":156,"name":"address","nodeType":"ElementaryTypeName","src":"1508:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1507:9:1"},"scope":239,"src":"1462:85:1","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":175,"nodeType":"Block","src":"1665:85:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":171,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":167,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1683:5:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":168,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1683:7:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":169,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"1694:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":170,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1694:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1683:23:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","id":172,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1708:34:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""},"value":"Ownable: caller is not the owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""}],"id":166,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1675:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":173,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1675:68:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":174,"nodeType":"ExpressionStatement","src":"1675:68:1"}]},"documentation":{"id":163,"nodeType":"StructuredDocumentation","src":"1553:62:1","text":" @dev Throws if the sender is not the owner."},"id":176,"implemented":true,"kind":"function","modifiers":[],"name":"_checkOwner","nameLocation":"1629:11:1","nodeType":"FunctionDefinition","parameters":{"id":164,"nodeType":"ParameterList","parameters":[],"src":"1640:2:1"},"returnParameters":{"id":165,"nodeType":"ParameterList","parameters":[],"src":"1665:0:1"},"scope":239,"src":"1620:130:1","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":189,"nodeType":"Block","src":"2139:47:1","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":185,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2176: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":184,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2168:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":183,"name":"address","nodeType":"ElementaryTypeName","src":"2168:7:1","typeDescriptions":{}}},"id":186,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2168:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":182,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2149:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":187,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2149:30:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":188,"nodeType":"ExpressionStatement","src":"2149:30:1"}]},"documentation":{"id":177,"nodeType":"StructuredDocumentation","src":"1756:324:1","text":" @dev Leaves the contract without owner. It will not be possible to call\n `onlyOwner` functions. Can only be called by the current owner.\n NOTE: Renouncing ownership will leave the contract without an owner,\n thereby disabling any functionality that is only available to the owner."},"functionSelector":"715018a6","id":190,"implemented":true,"kind":"function","modifiers":[{"id":180,"kind":"modifierInvocation","modifierName":{"id":179,"name":"onlyOwner","nameLocations":["2129:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2129:9:1"},"nodeType":"ModifierInvocation","src":"2129:9:1"}],"name":"renounceOwnership","nameLocation":"2094:17:1","nodeType":"FunctionDefinition","parameters":{"id":178,"nodeType":"ParameterList","parameters":[],"src":"2111:2:1"},"returnParameters":{"id":181,"nodeType":"ParameterList","parameters":[],"src":"2139:0:1"},"scope":239,"src":"2085:101:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":212,"nodeType":"Block","src":"2405:128:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":204,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":199,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2423:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":202,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2443: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":201,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2435:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":200,"name":"address","nodeType":"ElementaryTypeName","src":"2435:7:1","typeDescriptions":{}}},"id":203,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2435:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2423:22:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373","id":205,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2447:40:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""},"value":"Ownable: new owner is the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""}],"id":198,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2415:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":206,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2415:73:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":207,"nodeType":"ExpressionStatement","src":"2415:73:1"},{"expression":{"arguments":[{"id":209,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2517:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":208,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2498:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":210,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2498:28:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":211,"nodeType":"ExpressionStatement","src":"2498:28:1"}]},"documentation":{"id":191,"nodeType":"StructuredDocumentation","src":"2192:138:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":213,"implemented":true,"kind":"function","modifiers":[{"id":196,"kind":"modifierInvocation","modifierName":{"id":195,"name":"onlyOwner","nameLocations":["2395:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2395:9:1"},"nodeType":"ModifierInvocation","src":"2395:9:1"}],"name":"transferOwnership","nameLocation":"2344:17:1","nodeType":"FunctionDefinition","parameters":{"id":194,"nodeType":"ParameterList","parameters":[{"constant":false,"id":193,"mutability":"mutable","name":"newOwner","nameLocation":"2370:8:1","nodeType":"VariableDeclaration","scope":213,"src":"2362:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":192,"name":"address","nodeType":"ElementaryTypeName","src":"2362:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2361:18:1"},"returnParameters":{"id":197,"nodeType":"ParameterList","parameters":[],"src":"2405:0:1"},"scope":239,"src":"2335:198:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":232,"nodeType":"Block","src":"2750:124:1","statements":[{"assignments":[220],"declarations":[{"constant":false,"id":220,"mutability":"mutable","name":"oldOwner","nameLocation":"2768:8:1","nodeType":"VariableDeclaration","scope":232,"src":"2760:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":219,"name":"address","nodeType":"ElementaryTypeName","src":"2760:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":222,"initialValue":{"id":221,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2779:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2760:25:1"},{"expression":{"id":225,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":223,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2795:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":224,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2804:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2795:17:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":226,"nodeType":"ExpressionStatement","src":"2795:17:1"},{"eventCall":{"arguments":[{"id":228,"name":"oldOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":220,"src":"2848:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":229,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2858:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":227,"name":"OwnershipTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":124,"src":"2827:20:1","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":230,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2827:40:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":231,"nodeType":"EmitStatement","src":"2822:45:1"}]},"documentation":{"id":214,"nodeType":"StructuredDocumentation","src":"2539:143:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Internal function without access restriction."},"id":233,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"2696:18:1","nodeType":"FunctionDefinition","parameters":{"id":217,"nodeType":"ParameterList","parameters":[{"constant":false,"id":216,"mutability":"mutable","name":"newOwner","nameLocation":"2723:8:1","nodeType":"VariableDeclaration","scope":233,"src":"2715:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":215,"name":"address","nodeType":"ElementaryTypeName","src":"2715:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2714:18:1"},"returnParameters":{"id":218,"nodeType":"ParameterList","parameters":[],"src":"2750:0:1"},"scope":239,"src":"2687:187:1","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":234,"nodeType":"StructuredDocumentation","src":"2880:254:1","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":238,"mutability":"mutable","name":"__gap","nameLocation":"3159:5:1","nodeType":"VariableDeclaration","scope":239,"src":"3139:25:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":235,"name":"uint256","nodeType":"ElementaryTypeName","src":"3139:7:1","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":237,"length":{"hexValue":"3439","id":236,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3147:2:1","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3139:11:1","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":240,"src":"729:2438:1","usedErrors":[]}],"src":"102:3066:1"},"id":1},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","exportedSymbols":{"AddressUpgradeable":[866],"Initializable":[408]},"id":409,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":241,"literals":["solidity","^","0.8",".2"],"nodeType":"PragmaDirective","src":"113:23:2"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","file":"../../utils/AddressUpgradeable.sol","id":242,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":409,"sourceUnit":867,"src":"138:44:2","symbolAliases":[],"unitAlias":""},{"abstract":true,"baseContracts":[],"canonicalName":"Initializable","contractDependencies":[],"contractKind":"contract","documentation":{"id":243,"nodeType":"StructuredDocumentation","src":"184:2209:2","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":408,"linearizedBaseContracts":[408],"name":"Initializable","nameLocation":"2412:13:2","nodeType":"ContractDefinition","nodes":[{"constant":false,"documentation":{"id":244,"nodeType":"StructuredDocumentation","src":"2432:109:2","text":" @dev Indicates that the contract has been initialized.\n @custom:oz-retyped-from bool"},"id":246,"mutability":"mutable","name":"_initialized","nameLocation":"2560:12:2","nodeType":"VariableDeclaration","scope":408,"src":"2546:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":245,"name":"uint8","nodeType":"ElementaryTypeName","src":"2546:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"private"},{"constant":false,"documentation":{"id":247,"nodeType":"StructuredDocumentation","src":"2579:91:2","text":" @dev Indicates that the contract is in the process of being initialized."},"id":249,"mutability":"mutable","name":"_initializing","nameLocation":"2688:13:2","nodeType":"VariableDeclaration","scope":408,"src":"2675:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":248,"name":"bool","nodeType":"ElementaryTypeName","src":"2675:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"anonymous":false,"documentation":{"id":250,"nodeType":"StructuredDocumentation","src":"2708:90:2","text":" @dev Triggered when the contract has been initialized or reinitialized."},"eventSelector":"7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498","id":254,"name":"Initialized","nameLocation":"2809:11:2","nodeType":"EventDefinition","parameters":{"id":253,"nodeType":"ParameterList","parameters":[{"constant":false,"id":252,"indexed":false,"mutability":"mutable","name":"version","nameLocation":"2827:7:2","nodeType":"VariableDeclaration","scope":254,"src":"2821:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":251,"name":"uint8","nodeType":"ElementaryTypeName","src":"2821:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"2820:15:2"},"src":"2803:33:2"},{"body":{"id":309,"nodeType":"Block","src":"3269:483:2","statements":[{"assignments":[258],"declarations":[{"constant":false,"id":258,"mutability":"mutable","name":"isTopLevelCall","nameLocation":"3284:14:2","nodeType":"VariableDeclaration","scope":309,"src":"3279:19:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":257,"name":"bool","nodeType":"ElementaryTypeName","src":"3279:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":261,"initialValue":{"id":260,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3301:14:2","subExpression":{"id":259,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3302:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"VariableDeclarationStatement","src":"3279:36:2"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":282,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":267,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":263,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3347:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":266,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":264,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3365:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"hexValue":"31","id":265,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3380:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3365:16:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3347:34:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":268,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3346:36:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":280,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":276,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3387:45:2","subExpression":{"arguments":[{"arguments":[{"id":273,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3426:4:2","typeDescriptions":{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}],"id":272,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3418:7:2","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":271,"name":"address","nodeType":"ElementaryTypeName","src":"3418:7:2","typeDescriptions":{}}},"id":274,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3418:13:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":269,"name":"AddressUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":866,"src":"3388:18:2","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_AddressUpgradeable_$866_$","typeString":"type(library AddressUpgradeable)"}},"id":270,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3407:10:2","memberName":"isContract","nodeType":"MemberAccess","referencedDeclaration":554,"src":"3388:29:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":275,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3388:44:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":279,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":277,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3436:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":278,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3452:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3436:17:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3387:66:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":281,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3386:68:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3346:108:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":283,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3468:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":262,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3325:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":284,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3325:201:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":285,"nodeType":"ExpressionStatement","src":"3325:201:2"},{"expression":{"id":288,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":286,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3536:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"31","id":287,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3551:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3536:16:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":289,"nodeType":"ExpressionStatement","src":"3536:16:2"},{"condition":{"id":290,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3566:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":296,"nodeType":"IfStatement","src":"3562:65:2","trueBody":{"id":295,"nodeType":"Block","src":"3582:45:2","statements":[{"expression":{"id":293,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":291,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3596:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":292,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3612:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3596:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":294,"nodeType":"ExpressionStatement","src":"3596:20:2"}]}},{"id":297,"nodeType":"PlaceholderStatement","src":"3636:1:2"},{"condition":{"id":298,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3651:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":308,"nodeType":"IfStatement","src":"3647:99:2","trueBody":{"id":307,"nodeType":"Block","src":"3667:79:2","statements":[{"expression":{"id":301,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":299,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3681:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":300,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3697:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"3681:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":302,"nodeType":"ExpressionStatement","src":"3681:21:2"},{"eventCall":{"arguments":[{"hexValue":"31","id":304,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3733:1:2","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":303,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"3721:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":305,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3721:14:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":306,"nodeType":"EmitStatement","src":"3716:19:2"}]}}]},"documentation":{"id":255,"nodeType":"StructuredDocumentation","src":"2842:399:2","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 functions marked with `initializer` can be nested in the context of a\n constructor.\n Emits an {Initialized} event."},"id":310,"name":"initializer","nameLocation":"3255:11:2","nodeType":"ModifierDefinition","parameters":{"id":256,"nodeType":"ParameterList","parameters":[],"src":"3266:2:2"},"src":"3246:506:2","virtual":false,"visibility":"internal"},{"body":{"id":342,"nodeType":"Block","src":"4863:255:2","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":321,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":317,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4881:14:2","subExpression":{"id":316,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"4882:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":320,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":318,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4899:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":319,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4914:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4899:22:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4881:40:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":322,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4923:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":315,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4873:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":323,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4873:99:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":324,"nodeType":"ExpressionStatement","src":"4873:99:2"},{"expression":{"id":327,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":325,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4982:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":326,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4997:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4982:22:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":328,"nodeType":"ExpressionStatement","src":"4982:22:2"},{"expression":{"id":331,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":329,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5014:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":330,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5030:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5014:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":332,"nodeType":"ExpressionStatement","src":"5014:20:2"},{"id":333,"nodeType":"PlaceholderStatement","src":"5044:1:2"},{"expression":{"id":336,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":334,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5055:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":335,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5071:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"5055:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":337,"nodeType":"ExpressionStatement","src":"5055:21:2"},{"eventCall":{"arguments":[{"id":339,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"5103:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":338,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"5091:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":340,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5091:20:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":341,"nodeType":"EmitStatement","src":"5086:25:2"}]},"documentation":{"id":311,"nodeType":"StructuredDocumentation","src":"3758:1062:2","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 255 will prevent any future reinitialization.\n Emits an {Initialized} event."},"id":343,"name":"reinitializer","nameLocation":"4834:13:2","nodeType":"ModifierDefinition","parameters":{"id":314,"nodeType":"ParameterList","parameters":[{"constant":false,"id":313,"mutability":"mutable","name":"version","nameLocation":"4854:7:2","nodeType":"VariableDeclaration","scope":343,"src":"4848:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":312,"name":"uint8","nodeType":"ElementaryTypeName","src":"4848:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"4847:15:2"},"src":"4825:293:2","virtual":false,"visibility":"internal"},{"body":{"id":352,"nodeType":"Block","src":"5356:97:2","statements":[{"expression":{"arguments":[{"id":347,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5374:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420696e697469616c697a696e67","id":348,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5389:45:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""},"value":"Initializable: contract is not initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""}],"id":346,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5366:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":349,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5366:69:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":350,"nodeType":"ExpressionStatement","src":"5366:69:2"},{"id":351,"nodeType":"PlaceholderStatement","src":"5445:1:2"}]},"documentation":{"id":344,"nodeType":"StructuredDocumentation","src":"5124:199:2","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":353,"name":"onlyInitializing","nameLocation":"5337:16:2","nodeType":"ModifierDefinition","parameters":{"id":345,"nodeType":"ParameterList","parameters":[],"src":"5353:2:2"},"src":"5328:125:2","virtual":false,"visibility":"internal"},{"body":{"id":388,"nodeType":"Block","src":"5988:231:2","statements":[{"expression":{"arguments":[{"id":359,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6006:14:2","subExpression":{"id":358,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6007:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e67","id":360,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6022:41:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""},"value":"Initializable: contract is initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""}],"id":357,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5998:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":361,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5998:66:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":362,"nodeType":"ExpressionStatement","src":"5998:66:2"},{"condition":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":369,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":363,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6078:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"arguments":[{"id":366,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6099:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":365,"name":"uint8","nodeType":"ElementaryTypeName","src":"6099:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":364,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6094:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":367,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6094:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":368,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6106:3:2","memberName":"max","nodeType":"MemberAccess","src":"6094:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6078:31:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":387,"nodeType":"IfStatement","src":"6074:139:2","trueBody":{"id":386,"nodeType":"Block","src":"6111:102:2","statements":[{"expression":{"id":376,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":370,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6125:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"expression":{"arguments":[{"id":373,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6145:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":372,"name":"uint8","nodeType":"ElementaryTypeName","src":"6145:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":371,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6140:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":374,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6140:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":375,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6152:3:2","memberName":"max","nodeType":"MemberAccess","src":"6140:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6125:30:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":377,"nodeType":"ExpressionStatement","src":"6125:30:2"},{"eventCall":{"arguments":[{"expression":{"arguments":[{"id":381,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6191:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":380,"name":"uint8","nodeType":"ElementaryTypeName","src":"6191:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":379,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6186:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":382,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6186:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":383,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6198:3:2","memberName":"max","nodeType":"MemberAccess","src":"6186:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":378,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"6174:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":384,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6174:28:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":385,"nodeType":"EmitStatement","src":"6169:33:2"}]}}]},"documentation":{"id":354,"nodeType":"StructuredDocumentation","src":"5459:475:2","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":389,"implemented":true,"kind":"function","modifiers":[],"name":"_disableInitializers","nameLocation":"5948:20:2","nodeType":"FunctionDefinition","parameters":{"id":355,"nodeType":"ParameterList","parameters":[],"src":"5968:2:2"},"returnParameters":{"id":356,"nodeType":"ParameterList","parameters":[],"src":"5988:0:2"},"scope":408,"src":"5939:280:2","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":397,"nodeType":"Block","src":"6393:36:2","statements":[{"expression":{"id":395,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6410:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"functionReturnParameters":394,"id":396,"nodeType":"Return","src":"6403:19:2"}]},"documentation":{"id":390,"nodeType":"StructuredDocumentation","src":"6225:99:2","text":" @dev Returns the highest version that has been initialized. See {reinitializer}."},"id":398,"implemented":true,"kind":"function","modifiers":[],"name":"_getInitializedVersion","nameLocation":"6338:22:2","nodeType":"FunctionDefinition","parameters":{"id":391,"nodeType":"ParameterList","parameters":[],"src":"6360:2:2"},"returnParameters":{"id":394,"nodeType":"ParameterList","parameters":[{"constant":false,"id":393,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":398,"src":"6386:5:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":392,"name":"uint8","nodeType":"ElementaryTypeName","src":"6386:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"6385:7:2"},"scope":408,"src":"6329:100:2","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":406,"nodeType":"Block","src":"6601:37:2","statements":[{"expression":{"id":404,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6618:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":403,"id":405,"nodeType":"Return","src":"6611:20:2"}]},"documentation":{"id":399,"nodeType":"StructuredDocumentation","src":"6435:105:2","text":" @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}."},"id":407,"implemented":true,"kind":"function","modifiers":[],"name":"_isInitializing","nameLocation":"6554:15:2","nodeType":"FunctionDefinition","parameters":{"id":400,"nodeType":"ParameterList","parameters":[],"src":"6569:2:2"},"returnParameters":{"id":403,"nodeType":"ParameterList","parameters":[{"constant":false,"id":402,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":407,"src":"6595:4:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":401,"name":"bool","nodeType":"ElementaryTypeName","src":"6595:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6594:6:2"},"scope":408,"src":"6545:93:2","stateMutability":"view","virtual":false,"visibility":"internal"}],"scope":409,"src":"2394:4246:2","usedErrors":[]}],"src":"113:6528:2"},"id":2},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"PausableUpgradeable":[536]},"id":537,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":410,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"105:23:3"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":411,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":918,"src":"130:41:3","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":413,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":409,"src":"172:63:3","symbolAliases":[{"foreign":{"id":412,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"180:13:3","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":415,"name":"Initializable","nameLocations":["718:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"718:13:3"},"id":416,"nodeType":"InheritanceSpecifier","src":"718:13:3"},{"baseName":{"id":417,"name":"ContextUpgradeable","nameLocations":["733:18:3"],"nodeType":"IdentifierPath","referencedDeclaration":917,"src":"733:18:3"},"id":418,"nodeType":"InheritanceSpecifier","src":"733:18:3"}],"canonicalName":"PausableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":414,"nodeType":"StructuredDocumentation","src":"237:439:3","text":" @dev Contract module which allows children to implement an emergency stop\n mechanism that can be triggered by an authorized account.\n This module is used through inheritance. It will make available the\n modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n the functions of your contract. Note that they will not be pausable by\n simply including this module, only once the modifiers are put in place."},"fullyImplemented":true,"id":536,"linearizedBaseContracts":[536,917,408],"name":"PausableUpgradeable","nameLocation":"695:19:3","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":419,"nodeType":"StructuredDocumentation","src":"758:73:3","text":" @dev Emitted when the pause is triggered by `account`."},"eventSelector":"62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258","id":423,"name":"Paused","nameLocation":"842:6:3","nodeType":"EventDefinition","parameters":{"id":422,"nodeType":"ParameterList","parameters":[{"constant":false,"id":421,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"857:7:3","nodeType":"VariableDeclaration","scope":423,"src":"849:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":420,"name":"address","nodeType":"ElementaryTypeName","src":"849:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"848:17:3"},"src":"836:30:3"},{"anonymous":false,"documentation":{"id":424,"nodeType":"StructuredDocumentation","src":"872:70:3","text":" @dev Emitted when the pause is lifted by `account`."},"eventSelector":"5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa","id":428,"name":"Unpaused","nameLocation":"953:8:3","nodeType":"EventDefinition","parameters":{"id":427,"nodeType":"ParameterList","parameters":[{"constant":false,"id":426,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"970:7:3","nodeType":"VariableDeclaration","scope":428,"src":"962:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":425,"name":"address","nodeType":"ElementaryTypeName","src":"962:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"961:17:3"},"src":"947:32:3"},{"constant":false,"id":430,"mutability":"mutable","name":"_paused","nameLocation":"998:7:3","nodeType":"VariableDeclaration","scope":536,"src":"985:20:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":429,"name":"bool","nodeType":"ElementaryTypeName","src":"985:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"body":{"id":439,"nodeType":"Block","src":"1137:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":436,"name":"__Pausable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":450,"src":"1147:25:3","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":437,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1147:27:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":438,"nodeType":"ExpressionStatement","src":"1147:27:3"}]},"documentation":{"id":431,"nodeType":"StructuredDocumentation","src":"1012:67:3","text":" @dev Initializes the contract in unpaused state."},"id":440,"implemented":true,"kind":"function","modifiers":[{"id":434,"kind":"modifierInvocation","modifierName":{"id":433,"name":"onlyInitializing","nameLocations":["1120:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1120:16:3"},"nodeType":"ModifierInvocation","src":"1120:16:3"}],"name":"__Pausable_init","nameLocation":"1093:15:3","nodeType":"FunctionDefinition","parameters":{"id":432,"nodeType":"ParameterList","parameters":[],"src":"1108:2:3"},"returnParameters":{"id":435,"nodeType":"ParameterList","parameters":[],"src":"1137:0:3"},"scope":536,"src":"1084:97:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":449,"nodeType":"Block","src":"1250:32:3","statements":[{"expression":{"id":447,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":445,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1260:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":446,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"1270:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"1260:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":448,"nodeType":"ExpressionStatement","src":"1260:15:3"}]},"id":450,"implemented":true,"kind":"function","modifiers":[{"id":443,"kind":"modifierInvocation","modifierName":{"id":442,"name":"onlyInitializing","nameLocations":["1233:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1233:16:3"},"nodeType":"ModifierInvocation","src":"1233:16:3"}],"name":"__Pausable_init_unchained","nameLocation":"1196:25:3","nodeType":"FunctionDefinition","parameters":{"id":441,"nodeType":"ParameterList","parameters":[],"src":"1221:2:3"},"returnParameters":{"id":444,"nodeType":"ParameterList","parameters":[],"src":"1250:0:3"},"scope":536,"src":"1187:95:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":457,"nodeType":"Block","src":"1493:47:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":453,"name":"_requireNotPaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":487,"src":"1503:17:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":454,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1503:19:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":455,"nodeType":"ExpressionStatement","src":"1503:19:3"},{"id":456,"nodeType":"PlaceholderStatement","src":"1532:1:3"}]},"documentation":{"id":451,"nodeType":"StructuredDocumentation","src":"1288:175:3","text":" @dev Modifier to make a function callable only when the contract is not paused.\n Requirements:\n - The contract must not be paused."},"id":458,"name":"whenNotPaused","nameLocation":"1477:13:3","nodeType":"ModifierDefinition","parameters":{"id":452,"nodeType":"ParameterList","parameters":[],"src":"1490:2:3"},"src":"1468:72:3","virtual":false,"visibility":"internal"},{"body":{"id":465,"nodeType":"Block","src":"1740:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":461,"name":"_requirePaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":498,"src":"1750:14:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":462,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1750:16:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":463,"nodeType":"ExpressionStatement","src":"1750:16:3"},{"id":464,"nodeType":"PlaceholderStatement","src":"1776:1:3"}]},"documentation":{"id":459,"nodeType":"StructuredDocumentation","src":"1546:167:3","text":" @dev Modifier to make a function callable only when the contract is paused.\n Requirements:\n - The contract must be paused."},"id":466,"name":"whenPaused","nameLocation":"1727:10:3","nodeType":"ModifierDefinition","parameters":{"id":460,"nodeType":"ParameterList","parameters":[],"src":"1737:2:3"},"src":"1718:66:3","virtual":false,"visibility":"internal"},{"body":{"id":474,"nodeType":"Block","src":"1932:31:3","statements":[{"expression":{"id":472,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1949:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":471,"id":473,"nodeType":"Return","src":"1942:14:3"}]},"documentation":{"id":467,"nodeType":"StructuredDocumentation","src":"1790:84:3","text":" @dev Returns true if the contract is paused, and false otherwise."},"functionSelector":"5c975abb","id":475,"implemented":true,"kind":"function","modifiers":[],"name":"paused","nameLocation":"1888:6:3","nodeType":"FunctionDefinition","parameters":{"id":468,"nodeType":"ParameterList","parameters":[],"src":"1894:2:3"},"returnParameters":{"id":471,"nodeType":"ParameterList","parameters":[{"constant":false,"id":470,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":475,"src":"1926:4:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":469,"name":"bool","nodeType":"ElementaryTypeName","src":"1926:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1925:6:3"},"scope":536,"src":"1879:84:3","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":486,"nodeType":"Block","src":"2082:55:3","statements":[{"expression":{"arguments":[{"id":482,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"2100:9:3","subExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":480,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2101:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":481,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2101:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a20706175736564","id":483,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2111:18:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""},"value":"Pausable: paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""}],"id":479,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2092:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":484,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2092:38:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":485,"nodeType":"ExpressionStatement","src":"2092:38:3"}]},"documentation":{"id":476,"nodeType":"StructuredDocumentation","src":"1969:57:3","text":" @dev Throws if the contract is paused."},"id":487,"implemented":true,"kind":"function","modifiers":[],"name":"_requireNotPaused","nameLocation":"2040:17:3","nodeType":"FunctionDefinition","parameters":{"id":477,"nodeType":"ParameterList","parameters":[],"src":"2057:2:3"},"returnParameters":{"id":478,"nodeType":"ParameterList","parameters":[],"src":"2082:0:3"},"scope":536,"src":"2031:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":497,"nodeType":"Block","src":"2257:58:3","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":492,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2275:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":493,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2275:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a206e6f7420706175736564","id":494,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2285:22:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""},"value":"Pausable: not paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""}],"id":491,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2267:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":495,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2267:41:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":496,"nodeType":"ExpressionStatement","src":"2267:41:3"}]},"documentation":{"id":488,"nodeType":"StructuredDocumentation","src":"2143:61:3","text":" @dev Throws if the contract is not paused."},"id":498,"implemented":true,"kind":"function","modifiers":[],"name":"_requirePaused","nameLocation":"2218:14:3","nodeType":"FunctionDefinition","parameters":{"id":489,"nodeType":"ParameterList","parameters":[],"src":"2232:2:3"},"returnParameters":{"id":490,"nodeType":"ParameterList","parameters":[],"src":"2257:0:3"},"scope":536,"src":"2209:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":513,"nodeType":"Block","src":"2499:66:3","statements":[{"expression":{"id":506,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":504,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2509:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2519:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"2509:14:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":507,"nodeType":"ExpressionStatement","src":"2509:14:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":509,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2545:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":510,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2545:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":508,"name":"Paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":423,"src":"2538:6:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":511,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2538:20:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":512,"nodeType":"EmitStatement","src":"2533:25:3"}]},"documentation":{"id":499,"nodeType":"StructuredDocumentation","src":"2321:124:3","text":" @dev Triggers stopped state.\n Requirements:\n - The contract must not be paused."},"id":514,"implemented":true,"kind":"function","modifiers":[{"id":502,"kind":"modifierInvocation","modifierName":{"id":501,"name":"whenNotPaused","nameLocations":["2485:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"2485:13:3"},"nodeType":"ModifierInvocation","src":"2485:13:3"}],"name":"_pause","nameLocation":"2459:6:3","nodeType":"FunctionDefinition","parameters":{"id":500,"nodeType":"ParameterList","parameters":[],"src":"2465:2:3"},"returnParameters":{"id":503,"nodeType":"ParameterList","parameters":[],"src":"2499:0:3"},"scope":536,"src":"2450:115:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":529,"nodeType":"Block","src":"2745:69:3","statements":[{"expression":{"id":522,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":520,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2755:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":521,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2765:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"2755:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":523,"nodeType":"ExpressionStatement","src":"2755:15:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":525,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2794:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":526,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2794:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":524,"name":"Unpaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":428,"src":"2785:8:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":527,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2785:22:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":528,"nodeType":"EmitStatement","src":"2780:27:3"}]},"documentation":{"id":515,"nodeType":"StructuredDocumentation","src":"2571:121:3","text":" @dev Returns to normal state.\n Requirements:\n - The contract must be paused."},"id":530,"implemented":true,"kind":"function","modifiers":[{"id":518,"kind":"modifierInvocation","modifierName":{"id":517,"name":"whenPaused","nameLocations":["2734:10:3"],"nodeType":"IdentifierPath","referencedDeclaration":466,"src":"2734:10:3"},"nodeType":"ModifierInvocation","src":"2734:10:3"}],"name":"_unpause","nameLocation":"2706:8:3","nodeType":"FunctionDefinition","parameters":{"id":516,"nodeType":"ParameterList","parameters":[],"src":"2714:2:3"},"returnParameters":{"id":519,"nodeType":"ParameterList","parameters":[],"src":"2745:0:3"},"scope":536,"src":"2697:117:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":531,"nodeType":"StructuredDocumentation","src":"2820:254:3","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":535,"mutability":"mutable","name":"__gap","nameLocation":"3099:5:3","nodeType":"VariableDeclaration","scope":536,"src":"3079:25:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":532,"name":"uint256","nodeType":"ElementaryTypeName","src":"3079:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":534,"length":{"hexValue":"3439","id":533,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3087:2:3","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3079:11:3","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":537,"src":"677:2430:3","usedErrors":[]}],"src":"105:3003:3"},"id":3},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","exportedSymbols":{"AddressUpgradeable":[866]},"id":867,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":538,"literals":["solidity","^","0.8",".1"],"nodeType":"PragmaDirective","src":"101:23:4"},{"abstract":false,"baseContracts":[],"canonicalName":"AddressUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":539,"nodeType":"StructuredDocumentation","src":"126:67:4","text":" @dev Collection of functions related to the address type"},"fullyImplemented":true,"id":866,"linearizedBaseContracts":[866],"name":"AddressUpgradeable","nameLocation":"202:18:4","nodeType":"ContractDefinition","nodes":[{"body":{"id":553,"nodeType":"Block","src":"1489:254:4","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":551,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":547,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":542,"src":"1713:7:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":548,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1721:4:4","memberName":"code","nodeType":"MemberAccess","src":"1713:12:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":549,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1726:6:4","memberName":"length","nodeType":"MemberAccess","src":"1713:19:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":550,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1735:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1713:23:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":546,"id":552,"nodeType":"Return","src":"1706:30:4"}]},"documentation":{"id":540,"nodeType":"StructuredDocumentation","src":"227:1191:4","text":" @dev Returns true if `account` is a contract.\n [IMPORTANT]\n ====\n It is unsafe to assume that an address for which this function returns\n false is an externally-owned account (EOA) and not a contract.\n Among others, `isContract` will return false for the following\n types of addresses:\n - an externally-owned account\n - a contract in construction\n - an address where a contract will be created\n - an address where a contract lived, but was destroyed\n Furthermore, `isContract` will also return true if the target contract within\n the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n which only has an effect at the end of a transaction.\n ====\n [IMPORTANT]\n ====\n You shouldn't rely on `isContract` to protect against flash loan attacks!\n Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n constructor.\n ===="},"id":554,"implemented":true,"kind":"function","modifiers":[],"name":"isContract","nameLocation":"1432:10:4","nodeType":"FunctionDefinition","parameters":{"id":543,"nodeType":"ParameterList","parameters":[{"constant":false,"id":542,"mutability":"mutable","name":"account","nameLocation":"1451:7:4","nodeType":"VariableDeclaration","scope":554,"src":"1443:15:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":541,"name":"address","nodeType":"ElementaryTypeName","src":"1443:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1442:17:4"},"returnParameters":{"id":546,"nodeType":"ParameterList","parameters":[{"constant":false,"id":545,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":554,"src":"1483:4:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":544,"name":"bool","nodeType":"ElementaryTypeName","src":"1483:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1482:6:4"},"scope":866,"src":"1423:320:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":587,"nodeType":"Block","src":"2729:241:4","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":569,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":565,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2755:4:4","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}],"id":564,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2747:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":563,"name":"address","nodeType":"ElementaryTypeName","src":"2747:7:4","typeDescriptions":{}}},"id":566,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2747:13:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":567,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2761:7:4","memberName":"balance","nodeType":"MemberAccess","src":"2747:21:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":568,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"2772:6:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2747:31:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e6365","id":570,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2780:31:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""},"value":"Address: insufficient balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""}],"id":562,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2739:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":571,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2739:73:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":572,"nodeType":"ExpressionStatement","src":"2739:73:4"},{"assignments":[574,null],"declarations":[{"constant":false,"id":574,"mutability":"mutable","name":"success","nameLocation":"2829:7:4","nodeType":"VariableDeclaration","scope":587,"src":"2824:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":573,"name":"bool","nodeType":"ElementaryTypeName","src":"2824:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},null],"id":581,"initialValue":{"arguments":[{"hexValue":"","id":579,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2872:2:4","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":575,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":557,"src":"2842:9:4","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"id":576,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2852:4:4","memberName":"call","nodeType":"MemberAccess","src":"2842:14:4","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":578,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":577,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"2864:6:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"2842:29:4","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":580,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2842:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"2823:52:4"},{"expression":{"arguments":[{"id":583,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":574,"src":"2893:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20756e61626c6520746f2073656e642076616c75652c20726563697069656e74206d61792068617665207265766572746564","id":584,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2902:60:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""},"value":"Address: unable to send value, recipient may have reverted"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""}],"id":582,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2885:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":585,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2885:78:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":586,"nodeType":"ExpressionStatement","src":"2885:78:4"}]},"documentation":{"id":555,"nodeType":"StructuredDocumentation","src":"1749:904:4","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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]."},"id":588,"implemented":true,"kind":"function","modifiers":[],"name":"sendValue","nameLocation":"2667:9:4","nodeType":"FunctionDefinition","parameters":{"id":560,"nodeType":"ParameterList","parameters":[{"constant":false,"id":557,"mutability":"mutable","name":"recipient","nameLocation":"2693:9:4","nodeType":"VariableDeclaration","scope":588,"src":"2677:25:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"},"typeName":{"id":556,"name":"address","nodeType":"ElementaryTypeName","src":"2677:15:4","stateMutability":"payable","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"visibility":"internal"},{"constant":false,"id":559,"mutability":"mutable","name":"amount","nameLocation":"2712:6:4","nodeType":"VariableDeclaration","scope":588,"src":"2704:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":558,"name":"uint256","nodeType":"ElementaryTypeName","src":"2704:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2676:43:4"},"returnParameters":{"id":561,"nodeType":"ParameterList","parameters":[],"src":"2729:0:4"},"scope":866,"src":"2658:312:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":605,"nodeType":"Block","src":"3801:96:4","statements":[{"expression":{"arguments":[{"id":599,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":591,"src":"3840:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":600,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":593,"src":"3848:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":601,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3854:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564","id":602,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3857:32:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""},"value":"Address: low-level call failed"}],"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"},{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""}],"id":598,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"3818:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":603,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3818:72:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":597,"id":604,"nodeType":"Return","src":"3811:79:4"}]},"documentation":{"id":589,"nodeType":"StructuredDocumentation","src":"2976:731:4","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, it is bubbled up by this\n function (like regular Solidity function calls).\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.\n _Available since v3.1._"},"id":606,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"3721:12:4","nodeType":"FunctionDefinition","parameters":{"id":594,"nodeType":"ParameterList","parameters":[{"constant":false,"id":591,"mutability":"mutable","name":"target","nameLocation":"3742:6:4","nodeType":"VariableDeclaration","scope":606,"src":"3734:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":590,"name":"address","nodeType":"ElementaryTypeName","src":"3734:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":593,"mutability":"mutable","name":"data","nameLocation":"3763:4:4","nodeType":"VariableDeclaration","scope":606,"src":"3750:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":592,"name":"bytes","nodeType":"ElementaryTypeName","src":"3750:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3733:35:4"},"returnParameters":{"id":597,"nodeType":"ParameterList","parameters":[{"constant":false,"id":596,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":606,"src":"3787:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":595,"name":"bytes","nodeType":"ElementaryTypeName","src":"3787:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3786:14:4"},"scope":866,"src":"3712:185:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":625,"nodeType":"Block","src":"4266:76:4","statements":[{"expression":{"arguments":[{"id":619,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":609,"src":"4305:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":620,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"4313:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":621,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4319:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"id":622,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":613,"src":"4322:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"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"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":618,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"4283:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":623,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4283:52:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":617,"id":624,"nodeType":"Return","src":"4276:59:4"}]},"documentation":{"id":607,"nodeType":"StructuredDocumentation","src":"3903:211:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":626,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"4128:12:4","nodeType":"FunctionDefinition","parameters":{"id":614,"nodeType":"ParameterList","parameters":[{"constant":false,"id":609,"mutability":"mutable","name":"target","nameLocation":"4158:6:4","nodeType":"VariableDeclaration","scope":626,"src":"4150:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":608,"name":"address","nodeType":"ElementaryTypeName","src":"4150:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":611,"mutability":"mutable","name":"data","nameLocation":"4187:4:4","nodeType":"VariableDeclaration","scope":626,"src":"4174:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":610,"name":"bytes","nodeType":"ElementaryTypeName","src":"4174:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":613,"mutability":"mutable","name":"errorMessage","nameLocation":"4215:12:4","nodeType":"VariableDeclaration","scope":626,"src":"4201:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":612,"name":"string","nodeType":"ElementaryTypeName","src":"4201:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4140:93:4"},"returnParameters":{"id":617,"nodeType":"ParameterList","parameters":[{"constant":false,"id":616,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":626,"src":"4252:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":615,"name":"bytes","nodeType":"ElementaryTypeName","src":"4252:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4251:14:4"},"scope":866,"src":"4119:223:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":645,"nodeType":"Block","src":"4817:111:4","statements":[{"expression":{"arguments":[{"id":639,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":629,"src":"4856:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":640,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":631,"src":"4864:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":641,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":633,"src":"4870:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c20776974682076616c7565206661696c6564","id":642,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4877:43:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""},"value":"Address: low-level call with value failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""}],"id":638,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"4834:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":643,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4834:87:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":637,"id":644,"nodeType":"Return","src":"4827:94:4"}]},"documentation":{"id":627,"nodeType":"StructuredDocumentation","src":"4348:351:4","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`.\n _Available since v3.1._"},"id":646,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"4713:21:4","nodeType":"FunctionDefinition","parameters":{"id":634,"nodeType":"ParameterList","parameters":[{"constant":false,"id":629,"mutability":"mutable","name":"target","nameLocation":"4743:6:4","nodeType":"VariableDeclaration","scope":646,"src":"4735:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":628,"name":"address","nodeType":"ElementaryTypeName","src":"4735:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":631,"mutability":"mutable","name":"data","nameLocation":"4764:4:4","nodeType":"VariableDeclaration","scope":646,"src":"4751:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":630,"name":"bytes","nodeType":"ElementaryTypeName","src":"4751:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":633,"mutability":"mutable","name":"value","nameLocation":"4778:5:4","nodeType":"VariableDeclaration","scope":646,"src":"4770:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":632,"name":"uint256","nodeType":"ElementaryTypeName","src":"4770:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4734:50:4"},"returnParameters":{"id":637,"nodeType":"ParameterList","parameters":[{"constant":false,"id":636,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":646,"src":"4803:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":635,"name":"bytes","nodeType":"ElementaryTypeName","src":"4803:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4802:14:4"},"scope":866,"src":"4704:224:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":689,"nodeType":"Block","src":"5355:267:4","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":667,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":663,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"5381:4:4","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}],"id":662,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5373:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":661,"name":"address","nodeType":"ElementaryTypeName","src":"5373:7:4","typeDescriptions":{}}},"id":664,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5373:13:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":665,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5387:7:4","memberName":"balance","nodeType":"MemberAccess","src":"5373:21:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":666,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"5398:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5373:30:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c","id":668,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5405:40:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""},"value":"Address: insufficient balance for call"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""}],"id":660,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5365:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":669,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5365:81:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":670,"nodeType":"ExpressionStatement","src":"5365:81:4"},{"assignments":[672,674],"declarations":[{"constant":false,"id":672,"mutability":"mutable","name":"success","nameLocation":"5462:7:4","nodeType":"VariableDeclaration","scope":689,"src":"5457:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":671,"name":"bool","nodeType":"ElementaryTypeName","src":"5457:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":674,"mutability":"mutable","name":"returndata","nameLocation":"5484:10:4","nodeType":"VariableDeclaration","scope":689,"src":"5471:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":673,"name":"bytes","nodeType":"ElementaryTypeName","src":"5471:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":681,"initialValue":{"arguments":[{"id":679,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":651,"src":"5524:4:4","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":675,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":649,"src":"5498:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":676,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5505:4:4","memberName":"call","nodeType":"MemberAccess","src":"5498:11:4","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":678,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":677,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"5517:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"5498:25:4","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":680,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5498:31:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"5456:73:4"},{"expression":{"arguments":[{"id":683,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":649,"src":"5573:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":684,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":672,"src":"5581:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":685,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":674,"src":"5590:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":686,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":655,"src":"5602:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":682,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"5546:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":687,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5546:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":659,"id":688,"nodeType":"Return","src":"5539:76:4"}]},"documentation":{"id":647,"nodeType":"StructuredDocumentation","src":"4934:237:4","text":" @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n with `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":690,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"5185:21:4","nodeType":"FunctionDefinition","parameters":{"id":656,"nodeType":"ParameterList","parameters":[{"constant":false,"id":649,"mutability":"mutable","name":"target","nameLocation":"5224:6:4","nodeType":"VariableDeclaration","scope":690,"src":"5216:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":648,"name":"address","nodeType":"ElementaryTypeName","src":"5216:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":651,"mutability":"mutable","name":"data","nameLocation":"5253:4:4","nodeType":"VariableDeclaration","scope":690,"src":"5240:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":650,"name":"bytes","nodeType":"ElementaryTypeName","src":"5240:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":653,"mutability":"mutable","name":"value","nameLocation":"5275:5:4","nodeType":"VariableDeclaration","scope":690,"src":"5267:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":652,"name":"uint256","nodeType":"ElementaryTypeName","src":"5267:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":655,"mutability":"mutable","name":"errorMessage","nameLocation":"5304:12:4","nodeType":"VariableDeclaration","scope":690,"src":"5290:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":654,"name":"string","nodeType":"ElementaryTypeName","src":"5290:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"5206:116:4"},"returnParameters":{"id":659,"nodeType":"ParameterList","parameters":[{"constant":false,"id":658,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":690,"src":"5341:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":657,"name":"bytes","nodeType":"ElementaryTypeName","src":"5341:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5340:14:4"},"scope":866,"src":"5176:446:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":706,"nodeType":"Block","src":"5899:97:4","statements":[{"expression":{"arguments":[{"id":701,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":693,"src":"5935:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":702,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":695,"src":"5943:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c207374617469632063616c6c206661696c6564","id":703,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5949:39:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""},"value":"Address: low-level static call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""}],"id":700,"name":"functionStaticCall","nodeType":"Identifier","overloadedDeclarations":[707,736],"referencedDeclaration":736,"src":"5916:18:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) view returns (bytes memory)"}},"id":704,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5916:73:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":699,"id":705,"nodeType":"Return","src":"5909:80:4"}]},"documentation":{"id":691,"nodeType":"StructuredDocumentation","src":"5628:166:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":707,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"5808:18:4","nodeType":"FunctionDefinition","parameters":{"id":696,"nodeType":"ParameterList","parameters":[{"constant":false,"id":693,"mutability":"mutable","name":"target","nameLocation":"5835:6:4","nodeType":"VariableDeclaration","scope":707,"src":"5827:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":692,"name":"address","nodeType":"ElementaryTypeName","src":"5827:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":695,"mutability":"mutable","name":"data","nameLocation":"5856:4:4","nodeType":"VariableDeclaration","scope":707,"src":"5843:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":694,"name":"bytes","nodeType":"ElementaryTypeName","src":"5843:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5826:35:4"},"returnParameters":{"id":699,"nodeType":"ParameterList","parameters":[{"constant":false,"id":698,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":707,"src":"5885:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":697,"name":"bytes","nodeType":"ElementaryTypeName","src":"5885:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5884:14:4"},"scope":866,"src":"5799:197:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":735,"nodeType":"Block","src":"6338:168:4","statements":[{"assignments":[720,722],"declarations":[{"constant":false,"id":720,"mutability":"mutable","name":"success","nameLocation":"6354:7:4","nodeType":"VariableDeclaration","scope":735,"src":"6349:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":719,"name":"bool","nodeType":"ElementaryTypeName","src":"6349:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":722,"mutability":"mutable","name":"returndata","nameLocation":"6376:10:4","nodeType":"VariableDeclaration","scope":735,"src":"6363:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":721,"name":"bytes","nodeType":"ElementaryTypeName","src":"6363:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":727,"initialValue":{"arguments":[{"id":725,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":712,"src":"6408:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":723,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":710,"src":"6390:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":724,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6397:10:4","memberName":"staticcall","nodeType":"MemberAccess","src":"6390:17:4","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":726,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6390:23:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6348:65:4"},{"expression":{"arguments":[{"id":729,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":710,"src":"6457:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":730,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":720,"src":"6465:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":731,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":722,"src":"6474:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":732,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":714,"src":"6486:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":728,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"6430:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":733,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6430:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":718,"id":734,"nodeType":"Return","src":"6423:76:4"}]},"documentation":{"id":708,"nodeType":"StructuredDocumentation","src":"6002:173:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":736,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"6189:18:4","nodeType":"FunctionDefinition","parameters":{"id":715,"nodeType":"ParameterList","parameters":[{"constant":false,"id":710,"mutability":"mutable","name":"target","nameLocation":"6225:6:4","nodeType":"VariableDeclaration","scope":736,"src":"6217:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":709,"name":"address","nodeType":"ElementaryTypeName","src":"6217:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":712,"mutability":"mutable","name":"data","nameLocation":"6254:4:4","nodeType":"VariableDeclaration","scope":736,"src":"6241:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":711,"name":"bytes","nodeType":"ElementaryTypeName","src":"6241:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":714,"mutability":"mutable","name":"errorMessage","nameLocation":"6282:12:4","nodeType":"VariableDeclaration","scope":736,"src":"6268:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":713,"name":"string","nodeType":"ElementaryTypeName","src":"6268:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"6207:93:4"},"returnParameters":{"id":718,"nodeType":"ParameterList","parameters":[{"constant":false,"id":717,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":736,"src":"6324:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":716,"name":"bytes","nodeType":"ElementaryTypeName","src":"6324:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6323:14:4"},"scope":866,"src":"6180:326:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":752,"nodeType":"Block","src":"6782:101:4","statements":[{"expression":{"arguments":[{"id":747,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":739,"src":"6820:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":748,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":741,"src":"6828:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564","id":749,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6834:41:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""},"value":"Address: low-level delegate call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""}],"id":746,"name":"functionDelegateCall","nodeType":"Identifier","overloadedDeclarations":[753,782],"referencedDeclaration":782,"src":"6799:20:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) returns (bytes memory)"}},"id":750,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6799:77:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":745,"id":751,"nodeType":"Return","src":"6792:84:4"}]},"documentation":{"id":737,"nodeType":"StructuredDocumentation","src":"6512:168:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":753,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"6694:20:4","nodeType":"FunctionDefinition","parameters":{"id":742,"nodeType":"ParameterList","parameters":[{"constant":false,"id":739,"mutability":"mutable","name":"target","nameLocation":"6723:6:4","nodeType":"VariableDeclaration","scope":753,"src":"6715:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":738,"name":"address","nodeType":"ElementaryTypeName","src":"6715:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":741,"mutability":"mutable","name":"data","nameLocation":"6744:4:4","nodeType":"VariableDeclaration","scope":753,"src":"6731:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":740,"name":"bytes","nodeType":"ElementaryTypeName","src":"6731:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6714:35:4"},"returnParameters":{"id":745,"nodeType":"ParameterList","parameters":[{"constant":false,"id":744,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":753,"src":"6768:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":743,"name":"bytes","nodeType":"ElementaryTypeName","src":"6768:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6767:14:4"},"scope":866,"src":"6685:198:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":781,"nodeType":"Block","src":"7224:170:4","statements":[{"assignments":[766,768],"declarations":[{"constant":false,"id":766,"mutability":"mutable","name":"success","nameLocation":"7240:7:4","nodeType":"VariableDeclaration","scope":781,"src":"7235:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":765,"name":"bool","nodeType":"ElementaryTypeName","src":"7235:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":768,"mutability":"mutable","name":"returndata","nameLocation":"7262:10:4","nodeType":"VariableDeclaration","scope":781,"src":"7249:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":767,"name":"bytes","nodeType":"ElementaryTypeName","src":"7249:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":773,"initialValue":{"arguments":[{"id":771,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":758,"src":"7296:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":769,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":756,"src":"7276:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":770,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7283:12:4","memberName":"delegatecall","nodeType":"MemberAccess","src":"7276:19:4","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":772,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7276:25:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"7234:67:4"},{"expression":{"arguments":[{"id":775,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":756,"src":"7345:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":776,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":766,"src":"7353:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":777,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":768,"src":"7362:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":778,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":760,"src":"7374:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":774,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"7318:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":779,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7318:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":764,"id":780,"nodeType":"Return","src":"7311:76:4"}]},"documentation":{"id":754,"nodeType":"StructuredDocumentation","src":"6889:175:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":782,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"7078:20:4","nodeType":"FunctionDefinition","parameters":{"id":761,"nodeType":"ParameterList","parameters":[{"constant":false,"id":756,"mutability":"mutable","name":"target","nameLocation":"7116:6:4","nodeType":"VariableDeclaration","scope":782,"src":"7108:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":755,"name":"address","nodeType":"ElementaryTypeName","src":"7108:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":758,"mutability":"mutable","name":"data","nameLocation":"7145:4:4","nodeType":"VariableDeclaration","scope":782,"src":"7132:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":757,"name":"bytes","nodeType":"ElementaryTypeName","src":"7132:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":760,"mutability":"mutable","name":"errorMessage","nameLocation":"7173:12:4","nodeType":"VariableDeclaration","scope":782,"src":"7159:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":759,"name":"string","nodeType":"ElementaryTypeName","src":"7159:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7098:93:4"},"returnParameters":{"id":764,"nodeType":"ParameterList","parameters":[{"constant":false,"id":763,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":782,"src":"7210:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":762,"name":"bytes","nodeType":"ElementaryTypeName","src":"7210:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7209:14:4"},"scope":866,"src":"7069:325:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":820,"nodeType":"Block","src":"7876:434:4","statements":[{"condition":{"id":796,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":787,"src":"7890:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":818,"nodeType":"Block","src":"8246:58:4","statements":[{"expression":{"arguments":[{"id":814,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"8268:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":815,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":791,"src":"8280:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":813,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":865,"src":"8260:7:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":816,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8260:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":817,"nodeType":"ExpressionStatement","src":"8260:33:4"}]},"id":819,"nodeType":"IfStatement","src":"7886:418:4","trueBody":{"id":812,"nodeType":"Block","src":"7899:341:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":800,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":797,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"7917:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":798,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7928:6:4","memberName":"length","nodeType":"MemberAccess","src":"7917:17:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":799,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7938:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"7917:22:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":809,"nodeType":"IfStatement","src":"7913:286:4","trueBody":{"id":808,"nodeType":"Block","src":"7941:258:4","statements":[{"expression":{"arguments":[{"arguments":[{"id":803,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":785,"src":"8143:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":802,"name":"isContract","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":554,"src":"8132:10:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":804,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8132:18:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374","id":805,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8152:31:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""},"value":"Address: call to non-contract"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""}],"id":801,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8124:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":806,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8124:60:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":807,"nodeType":"ExpressionStatement","src":"8124:60:4"}]}},{"expression":{"id":810,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"8219:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":795,"id":811,"nodeType":"Return","src":"8212:17:4"}]}}]},"documentation":{"id":783,"nodeType":"StructuredDocumentation","src":"7400:277:4","text":" @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n _Available since v4.8._"},"id":821,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResultFromTarget","nameLocation":"7691:26:4","nodeType":"FunctionDefinition","parameters":{"id":792,"nodeType":"ParameterList","parameters":[{"constant":false,"id":785,"mutability":"mutable","name":"target","nameLocation":"7735:6:4","nodeType":"VariableDeclaration","scope":821,"src":"7727:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":784,"name":"address","nodeType":"ElementaryTypeName","src":"7727:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":787,"mutability":"mutable","name":"success","nameLocation":"7756:7:4","nodeType":"VariableDeclaration","scope":821,"src":"7751:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":786,"name":"bool","nodeType":"ElementaryTypeName","src":"7751:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":789,"mutability":"mutable","name":"returndata","nameLocation":"7786:10:4","nodeType":"VariableDeclaration","scope":821,"src":"7773:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":788,"name":"bytes","nodeType":"ElementaryTypeName","src":"7773:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":791,"mutability":"mutable","name":"errorMessage","nameLocation":"7820:12:4","nodeType":"VariableDeclaration","scope":821,"src":"7806:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":790,"name":"string","nodeType":"ElementaryTypeName","src":"7806:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7717:121:4"},"returnParameters":{"id":795,"nodeType":"ParameterList","parameters":[{"constant":false,"id":794,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":821,"src":"7862:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":793,"name":"bytes","nodeType":"ElementaryTypeName","src":"7862:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7861:14:4"},"scope":866,"src":"7682:628:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":844,"nodeType":"Block","src":"8691:135:4","statements":[{"condition":{"id":833,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":824,"src":"8705:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":842,"nodeType":"Block","src":"8762:58:4","statements":[{"expression":{"arguments":[{"id":838,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":826,"src":"8784:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":839,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":828,"src":"8796:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":837,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":865,"src":"8776:7:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":840,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8776:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":841,"nodeType":"ExpressionStatement","src":"8776:33:4"}]},"id":843,"nodeType":"IfStatement","src":"8701:119:4","trueBody":{"id":836,"nodeType":"Block","src":"8714:42:4","statements":[{"expression":{"id":834,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":826,"src":"8735:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":832,"id":835,"nodeType":"Return","src":"8728:17:4"}]}}]},"documentation":{"id":822,"nodeType":"StructuredDocumentation","src":"8316:210:4","text":" @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n revert reason or using the provided one.\n _Available since v4.3._"},"id":845,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResult","nameLocation":"8540:16:4","nodeType":"FunctionDefinition","parameters":{"id":829,"nodeType":"ParameterList","parameters":[{"constant":false,"id":824,"mutability":"mutable","name":"success","nameLocation":"8571:7:4","nodeType":"VariableDeclaration","scope":845,"src":"8566:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":823,"name":"bool","nodeType":"ElementaryTypeName","src":"8566:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":826,"mutability":"mutable","name":"returndata","nameLocation":"8601:10:4","nodeType":"VariableDeclaration","scope":845,"src":"8588:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":825,"name":"bytes","nodeType":"ElementaryTypeName","src":"8588:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":828,"mutability":"mutable","name":"errorMessage","nameLocation":"8635:12:4","nodeType":"VariableDeclaration","scope":845,"src":"8621:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":827,"name":"string","nodeType":"ElementaryTypeName","src":"8621:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8556:97:4"},"returnParameters":{"id":832,"nodeType":"ParameterList","parameters":[{"constant":false,"id":831,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":845,"src":"8677:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":830,"name":"bytes","nodeType":"ElementaryTypeName","src":"8677:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"8676:14:4"},"scope":866,"src":"8531:295:4","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":864,"nodeType":"Block","src":"8915:457:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":855,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":852,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":847,"src":"8991:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":853,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"9002:6:4","memberName":"length","nodeType":"MemberAccess","src":"8991:17:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":854,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9011:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8991:21:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":862,"nodeType":"Block","src":"9321:45:4","statements":[{"expression":{"arguments":[{"id":859,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":849,"src":"9342:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":858,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"9335:6:4","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":860,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9335:20:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":861,"nodeType":"ExpressionStatement","src":"9335:20:4"}]},"id":863,"nodeType":"IfStatement","src":"8987:379:4","trueBody":{"id":857,"nodeType":"Block","src":"9014:301:4","statements":[{"AST":{"nodeType":"YulBlock","src":"9172:133:4","statements":[{"nodeType":"YulVariableDeclaration","src":"9190:40:4","value":{"arguments":[{"name":"returndata","nodeType":"YulIdentifier","src":"9219:10:4"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"9213:5:4"},"nodeType":"YulFunctionCall","src":"9213:17:4"},"variables":[{"name":"returndata_size","nodeType":"YulTypedName","src":"9194:15:4","type":""}]},{"expression":{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9258:2:4","type":"","value":"32"},{"name":"returndata","nodeType":"YulIdentifier","src":"9262:10:4"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9254:3:4"},"nodeType":"YulFunctionCall","src":"9254:19:4"},{"name":"returndata_size","nodeType":"YulIdentifier","src":"9275:15:4"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9247:6:4"},"nodeType":"YulFunctionCall","src":"9247:44:4"},"nodeType":"YulExpressionStatement","src":"9247:44:4"}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":847,"isOffset":false,"isSlot":false,"src":"9219:10:4","valueSize":1},{"declaration":847,"isOffset":false,"isSlot":false,"src":"9262:10:4","valueSize":1}],"id":856,"nodeType":"InlineAssembly","src":"9163:142:4"}]}}]},"id":865,"implemented":true,"kind":"function","modifiers":[],"name":"_revert","nameLocation":"8841:7:4","nodeType":"FunctionDefinition","parameters":{"id":850,"nodeType":"ParameterList","parameters":[{"constant":false,"id":847,"mutability":"mutable","name":"returndata","nameLocation":"8862:10:4","nodeType":"VariableDeclaration","scope":865,"src":"8849:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":846,"name":"bytes","nodeType":"ElementaryTypeName","src":"8849:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":849,"mutability":"mutable","name":"errorMessage","nameLocation":"8888:12:4","nodeType":"VariableDeclaration","scope":865,"src":"8874:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":848,"name":"string","nodeType":"ElementaryTypeName","src":"8874:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8848:53:4"},"returnParameters":{"id":851,"nodeType":"ParameterList","parameters":[],"src":"8915:0:4"},"scope":866,"src":"8832:540:4","stateMutability":"pure","virtual":false,"visibility":"private"}],"scope":867,"src":"194:9180:4","usedErrors":[]}],"src":"101:9274:4"},"id":4},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408]},"id":918,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":868,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:5"},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":870,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":918,"sourceUnit":409,"src":"125:63:5","symbolAliases":[{"foreign":{"id":869,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"133:13:5","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":872,"name":"Initializable","nameLocations":["727:13:5"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"727:13:5"},"id":873,"nodeType":"InheritanceSpecifier","src":"727:13:5"}],"canonicalName":"ContextUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":871,"nodeType":"StructuredDocumentation","src":"190:496:5","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":917,"linearizedBaseContracts":[917,408],"name":"ContextUpgradeable","nameLocation":"705:18:5","nodeType":"ContractDefinition","nodes":[{"body":{"id":878,"nodeType":"Block","src":"799:7:5","statements":[]},"id":879,"implemented":true,"kind":"function","modifiers":[{"id":876,"kind":"modifierInvocation","modifierName":{"id":875,"name":"onlyInitializing","nameLocations":["782:16:5"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"782:16:5"},"nodeType":"ModifierInvocation","src":"782:16:5"}],"name":"__Context_init","nameLocation":"756:14:5","nodeType":"FunctionDefinition","parameters":{"id":874,"nodeType":"ParameterList","parameters":[],"src":"770:2:5"},"returnParameters":{"id":877,"nodeType":"ParameterList","parameters":[],"src":"799:0:5"},"scope":917,"src":"747:59:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":884,"nodeType":"Block","src":"874:7:5","statements":[]},"id":885,"implemented":true,"kind":"function","modifiers":[{"id":882,"kind":"modifierInvocation","modifierName":{"id":881,"name":"onlyInitializing","nameLocations":["857:16:5"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"857:16:5"},"nodeType":"ModifierInvocation","src":"857:16:5"}],"name":"__Context_init_unchained","nameLocation":"821:24:5","nodeType":"FunctionDefinition","parameters":{"id":880,"nodeType":"ParameterList","parameters":[],"src":"845:2:5"},"returnParameters":{"id":883,"nodeType":"ParameterList","parameters":[],"src":"874:0:5"},"scope":917,"src":"812:69:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":893,"nodeType":"Block","src":"948:34:5","statements":[{"expression":{"expression":{"id":890,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"965:3:5","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":891,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"969:6:5","memberName":"sender","nodeType":"MemberAccess","src":"965:10:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":889,"id":892,"nodeType":"Return","src":"958:17:5"}]},"id":894,"implemented":true,"kind":"function","modifiers":[],"name":"_msgSender","nameLocation":"895:10:5","nodeType":"FunctionDefinition","parameters":{"id":886,"nodeType":"ParameterList","parameters":[],"src":"905:2:5"},"returnParameters":{"id":889,"nodeType":"ParameterList","parameters":[{"constant":false,"id":888,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":894,"src":"939:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":887,"name":"address","nodeType":"ElementaryTypeName","src":"939:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"938:9:5"},"scope":917,"src":"886:96:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":902,"nodeType":"Block","src":"1055:32:5","statements":[{"expression":{"expression":{"id":899,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1072:3:5","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":900,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1076:4:5","memberName":"data","nodeType":"MemberAccess","src":"1072:8:5","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"functionReturnParameters":898,"id":901,"nodeType":"Return","src":"1065:15:5"}]},"id":903,"implemented":true,"kind":"function","modifiers":[],"name":"_msgData","nameLocation":"997:8:5","nodeType":"FunctionDefinition","parameters":{"id":895,"nodeType":"ParameterList","parameters":[],"src":"1005:2:5"},"returnParameters":{"id":898,"nodeType":"ParameterList","parameters":[{"constant":false,"id":897,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":903,"src":"1039:14:5","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":896,"name":"bytes","nodeType":"ElementaryTypeName","src":"1039:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1038:16:5"},"scope":917,"src":"988:99:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":910,"nodeType":"Block","src":"1165:25:5","statements":[{"expression":{"hexValue":"30","id":908,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1182:1:5","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":907,"id":909,"nodeType":"Return","src":"1175:8:5"}]},"id":911,"implemented":true,"kind":"function","modifiers":[],"name":"_contextSuffixLength","nameLocation":"1102:20:5","nodeType":"FunctionDefinition","parameters":{"id":904,"nodeType":"ParameterList","parameters":[],"src":"1122:2:5"},"returnParameters":{"id":907,"nodeType":"ParameterList","parameters":[{"constant":false,"id":906,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":911,"src":"1156:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":905,"name":"uint256","nodeType":"ElementaryTypeName","src":"1156:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1155:9:5"},"scope":917,"src":"1093:97:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":912,"nodeType":"StructuredDocumentation","src":"1196:254:5","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":916,"mutability":"mutable","name":"__gap","nameLocation":"1475:5:5","nodeType":"VariableDeclaration","scope":917,"src":"1455:25:5","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":913,"name":"uint256","nodeType":"ElementaryTypeName","src":"1455:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":915,"length":{"hexValue":"3530","id":914,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1463:2:5","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"1455:11:5","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"}],"scope":918,"src":"687:796:5","usedErrors":[]}],"src":"101:1383:5"},"id":5},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","exportedSymbols":{"IERC20":[995]},"id":996,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":919,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"106:23:6"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20","contractDependencies":[],"contractKind":"interface","documentation":{"id":920,"nodeType":"StructuredDocumentation","src":"131:70:6","text":" @dev Interface of the ERC20 standard as defined in the EIP."},"fullyImplemented":false,"id":995,"linearizedBaseContracts":[995],"name":"IERC20","nameLocation":"212:6:6","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":921,"nodeType":"StructuredDocumentation","src":"225:158:6","text":" @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero."},"eventSelector":"ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","id":929,"name":"Transfer","nameLocation":"394:8:6","nodeType":"EventDefinition","parameters":{"id":928,"nodeType":"ParameterList","parameters":[{"constant":false,"id":923,"indexed":true,"mutability":"mutable","name":"from","nameLocation":"419:4:6","nodeType":"VariableDeclaration","scope":929,"src":"403:20:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":922,"name":"address","nodeType":"ElementaryTypeName","src":"403:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":925,"indexed":true,"mutability":"mutable","name":"to","nameLocation":"441:2:6","nodeType":"VariableDeclaration","scope":929,"src":"425:18:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":924,"name":"address","nodeType":"ElementaryTypeName","src":"425:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":927,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"453:5:6","nodeType":"VariableDeclaration","scope":929,"src":"445:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":926,"name":"uint256","nodeType":"ElementaryTypeName","src":"445:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"402:57:6"},"src":"388:72:6"},{"anonymous":false,"documentation":{"id":930,"nodeType":"StructuredDocumentation","src":"466:148:6","text":" @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance."},"eventSelector":"8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925","id":938,"name":"Approval","nameLocation":"625:8:6","nodeType":"EventDefinition","parameters":{"id":937,"nodeType":"ParameterList","parameters":[{"constant":false,"id":932,"indexed":true,"mutability":"mutable","name":"owner","nameLocation":"650:5:6","nodeType":"VariableDeclaration","scope":938,"src":"634:21:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":931,"name":"address","nodeType":"ElementaryTypeName","src":"634:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":934,"indexed":true,"mutability":"mutable","name":"spender","nameLocation":"673:7:6","nodeType":"VariableDeclaration","scope":938,"src":"657:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":933,"name":"address","nodeType":"ElementaryTypeName","src":"657:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":936,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"690:5:6","nodeType":"VariableDeclaration","scope":938,"src":"682:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":935,"name":"uint256","nodeType":"ElementaryTypeName","src":"682:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"633:63:6"},"src":"619:78:6"},{"documentation":{"id":939,"nodeType":"StructuredDocumentation","src":"703:66:6","text":" @dev Returns the amount of tokens in existence."},"functionSelector":"18160ddd","id":944,"implemented":false,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"783:11:6","nodeType":"FunctionDefinition","parameters":{"id":940,"nodeType":"ParameterList","parameters":[],"src":"794:2:6"},"returnParameters":{"id":943,"nodeType":"ParameterList","parameters":[{"constant":false,"id":942,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":944,"src":"820:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":941,"name":"uint256","nodeType":"ElementaryTypeName","src":"820:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"819:9:6"},"scope":995,"src":"774:55:6","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":945,"nodeType":"StructuredDocumentation","src":"835:72:6","text":" @dev Returns the amount of tokens owned by `account`."},"functionSelector":"70a08231","id":952,"implemented":false,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"921:9:6","nodeType":"FunctionDefinition","parameters":{"id":948,"nodeType":"ParameterList","parameters":[{"constant":false,"id":947,"mutability":"mutable","name":"account","nameLocation":"939:7:6","nodeType":"VariableDeclaration","scope":952,"src":"931:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":946,"name":"address","nodeType":"ElementaryTypeName","src":"931:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"930:17:6"},"returnParameters":{"id":951,"nodeType":"ParameterList","parameters":[{"constant":false,"id":950,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":952,"src":"971:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":949,"name":"uint256","nodeType":"ElementaryTypeName","src":"971:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"970:9:6"},"scope":995,"src":"912:68:6","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":953,"nodeType":"StructuredDocumentation","src":"986:202:6","text":" @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"a9059cbb","id":962,"implemented":false,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"1202:8:6","nodeType":"FunctionDefinition","parameters":{"id":958,"nodeType":"ParameterList","parameters":[{"constant":false,"id":955,"mutability":"mutable","name":"to","nameLocation":"1219:2:6","nodeType":"VariableDeclaration","scope":962,"src":"1211:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":954,"name":"address","nodeType":"ElementaryTypeName","src":"1211:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":957,"mutability":"mutable","name":"amount","nameLocation":"1231:6:6","nodeType":"VariableDeclaration","scope":962,"src":"1223:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":956,"name":"uint256","nodeType":"ElementaryTypeName","src":"1223:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1210:28:6"},"returnParameters":{"id":961,"nodeType":"ParameterList","parameters":[{"constant":false,"id":960,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":962,"src":"1257:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":959,"name":"bool","nodeType":"ElementaryTypeName","src":"1257:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1256:6:6"},"scope":995,"src":"1193:70:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":963,"nodeType":"StructuredDocumentation","src":"1269:264:6","text":" @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called."},"functionSelector":"dd62ed3e","id":972,"implemented":false,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"1547:9:6","nodeType":"FunctionDefinition","parameters":{"id":968,"nodeType":"ParameterList","parameters":[{"constant":false,"id":965,"mutability":"mutable","name":"owner","nameLocation":"1565:5:6","nodeType":"VariableDeclaration","scope":972,"src":"1557:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":964,"name":"address","nodeType":"ElementaryTypeName","src":"1557:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":967,"mutability":"mutable","name":"spender","nameLocation":"1580:7:6","nodeType":"VariableDeclaration","scope":972,"src":"1572:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":966,"name":"address","nodeType":"ElementaryTypeName","src":"1572:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1556:32:6"},"returnParameters":{"id":971,"nodeType":"ParameterList","parameters":[{"constant":false,"id":970,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":972,"src":"1612:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":969,"name":"uint256","nodeType":"ElementaryTypeName","src":"1612:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1611:9:6"},"scope":995,"src":"1538:83:6","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":973,"nodeType":"StructuredDocumentation","src":"1627:642:6","text":" @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event."},"functionSelector":"095ea7b3","id":982,"implemented":false,"kind":"function","modifiers":[],"name":"approve","nameLocation":"2283:7:6","nodeType":"FunctionDefinition","parameters":{"id":978,"nodeType":"ParameterList","parameters":[{"constant":false,"id":975,"mutability":"mutable","name":"spender","nameLocation":"2299:7:6","nodeType":"VariableDeclaration","scope":982,"src":"2291:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":974,"name":"address","nodeType":"ElementaryTypeName","src":"2291:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":977,"mutability":"mutable","name":"amount","nameLocation":"2316:6:6","nodeType":"VariableDeclaration","scope":982,"src":"2308:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":976,"name":"uint256","nodeType":"ElementaryTypeName","src":"2308:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2290:33:6"},"returnParameters":{"id":981,"nodeType":"ParameterList","parameters":[{"constant":false,"id":980,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":982,"src":"2342:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":979,"name":"bool","nodeType":"ElementaryTypeName","src":"2342:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2341:6:6"},"scope":995,"src":"2274:74:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":983,"nodeType":"StructuredDocumentation","src":"2354:287:6","text":" @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"23b872dd","id":994,"implemented":false,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"2655:12:6","nodeType":"FunctionDefinition","parameters":{"id":990,"nodeType":"ParameterList","parameters":[{"constant":false,"id":985,"mutability":"mutable","name":"from","nameLocation":"2676:4:6","nodeType":"VariableDeclaration","scope":994,"src":"2668:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":984,"name":"address","nodeType":"ElementaryTypeName","src":"2668:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":987,"mutability":"mutable","name":"to","nameLocation":"2690:2:6","nodeType":"VariableDeclaration","scope":994,"src":"2682:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":986,"name":"address","nodeType":"ElementaryTypeName","src":"2682:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":989,"mutability":"mutable","name":"amount","nameLocation":"2702:6:6","nodeType":"VariableDeclaration","scope":994,"src":"2694:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":988,"name":"uint256","nodeType":"ElementaryTypeName","src":"2694:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2667:42:6"},"returnParameters":{"id":993,"nodeType":"ParameterList","parameters":[{"constant":false,"id":992,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":994,"src":"2728:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":991,"name":"bool","nodeType":"ElementaryTypeName","src":"2728:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2727:6:6"},"scope":995,"src":"2646:88:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":996,"src":"202:2534:6","usedErrors":[]}],"src":"106:2631:6"},"id":6},"contracts/Gateway.sol":{"ast":{"absolutePath":"contracts/Gateway.sol","exportedSymbols":{"ContextUpgradeable":[917],"Gateway":[1625],"GatewaySettingManager":[1893],"IERC20":[995],"IGateway":[2067],"Initializable":[408],"PausableUpgradeable":[536],"SharedStructs":[2080]},"id":1626,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":997,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:7"},{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","id":998,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1626,"sourceUnit":537,"src":"65:78:7","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/GatewaySettingManager.sol","file":"./GatewaySettingManager.sol","id":1000,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1626,"sourceUnit":1894,"src":"145:66:7","symbolAliases":[{"foreign":{"id":999,"name":"GatewaySettingManager","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1893,"src":"153:21:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/interfaces/IGateway.sol","file":"./interfaces/IGateway.sol","id":1003,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1626,"sourceUnit":2068,"src":"212:59:7","symbolAliases":[{"foreign":{"id":1001,"name":"IGateway","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2067,"src":"220:8:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"},{"foreign":{"id":1002,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"230:6:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":1005,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1626,"sourceUnit":2081,"src":"272:60:7","symbolAliases":[{"foreign":{"id":1004,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2080,"src":"280:13:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1007,"name":"IGateway","nameLocations":["442:8:7"],"nodeType":"IdentifierPath","referencedDeclaration":2067,"src":"442:8:7"},"id":1008,"nodeType":"InheritanceSpecifier","src":"442:8:7"},{"baseName":{"id":1009,"name":"GatewaySettingManager","nameLocations":["452:21:7"],"nodeType":"IdentifierPath","referencedDeclaration":1893,"src":"452:21:7"},"id":1010,"nodeType":"InheritanceSpecifier","src":"452:21:7"},{"baseName":{"id":1011,"name":"PausableUpgradeable","nameLocations":["475:19:7"],"nodeType":"IdentifierPath","referencedDeclaration":536,"src":"475:19:7"},"id":1012,"nodeType":"InheritanceSpecifier","src":"475:19:7"}],"canonicalName":"Gateway","contractDependencies":[],"contractKind":"contract","documentation":{"id":1006,"nodeType":"StructuredDocumentation","src":"334:87:7","text":" @title Gateway\n @dev Gateway contract for handling orders and settlements."},"fullyImplemented":true,"id":1625,"linearizedBaseContracts":[1625,536,1893,106,239,917,408,2067],"name":"Gateway","nameLocation":"431:7:7","nodeType":"ContractDefinition","nodes":[{"canonicalName":"Gateway.fee","id":1017,"members":[{"constant":false,"id":1014,"mutability":"mutable","name":"protocolFee","nameLocation":"521:11:7","nodeType":"VariableDeclaration","scope":1017,"src":"513:19:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1013,"name":"uint256","nodeType":"ElementaryTypeName","src":"513:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1016,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"544:23:7","nodeType":"VariableDeclaration","scope":1017,"src":"536:31:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1015,"name":"uint256","nodeType":"ElementaryTypeName","src":"536:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"fee","nameLocation":"505:3:7","nodeType":"StructDefinition","scope":1625,"src":"498:73:7","visibility":"public"},{"constant":false,"id":1022,"mutability":"mutable","name":"order","nameLocation":"608:5:7","nodeType":"VariableDeclaration","scope":1625,"src":"574:39:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order)"},"typeName":{"id":1021,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1018,"name":"bytes32","nodeType":"ElementaryTypeName","src":"582:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"574:25:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1020,"nodeType":"UserDefinedTypeName","pathNode":{"id":1019,"name":"Order","nameLocations":["593:5:7"],"nodeType":"IdentifierPath","referencedDeclaration":1976,"src":"593:5:7"},"referencedDeclaration":1976,"src":"593:5:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage_ptr","typeString":"struct IGateway.Order"}}},"visibility":"private"},{"constant":false,"id":1026,"mutability":"mutable","name":"_nonce","nameLocation":"652:6:7","nodeType":"VariableDeclaration","scope":1625,"src":"616:42:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":1025,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1023,"name":"address","nodeType":"ElementaryTypeName","src":"624:7:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"616:27:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1024,"name":"uint256","nodeType":"ElementaryTypeName","src":"635:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"private"},{"constant":false,"id":1030,"mutability":"mutable","name":"__gap","nameLocation":"681:5:7","nodeType":"VariableDeclaration","scope":1625,"src":"661:25:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":1027,"name":"uint256","nodeType":"ElementaryTypeName","src":"661:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1029,"length":{"hexValue":"3530","id":1028,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"669:2:7","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"661:11:7","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"body":{"id":1037,"nodeType":"Block","src":"754:30:7","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1034,"name":"_disableInitializers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":389,"src":"758:20:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1035,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"758:22:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1036,"nodeType":"ExpressionStatement","src":"758:22:7"}]},"documentation":{"id":1031,"nodeType":"StructuredDocumentation","src":"690:48:7","text":"@custom:oz-upgrades-unsafe-allow constructor"},"id":1038,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":1032,"nodeType":"ParameterList","parameters":[],"src":"751:2:7"},"returnParameters":{"id":1033,"nodeType":"ParameterList","parameters":[],"src":"754:0:7"},"scope":1625,"src":"740:44:7","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":1054,"nodeType":"Block","src":"870:71:7","statements":[{"expression":{"id":1046,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1044,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"874:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"3130305f303030","id":1045,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"884:7:7","typeDescriptions":{"typeIdentifier":"t_rational_100000_by_1","typeString":"int_const 100000"},"value":"100_000"},"src":"874:17:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1047,"nodeType":"ExpressionStatement","src":"874:17:7"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1048,"name":"__Ownable2Step_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"895:19:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1049,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"895:21:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1050,"nodeType":"ExpressionStatement","src":"895:21:7"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1051,"name":"__Pausable_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":440,"src":"920:15:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1052,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"920:17:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1053,"nodeType":"ExpressionStatement","src":"920:17:7"}]},"documentation":{"id":1039,"nodeType":"StructuredDocumentation","src":"787:38:7","text":" @dev Initialize function."},"functionSelector":"8129fc1c","id":1055,"implemented":true,"kind":"function","modifiers":[{"id":1042,"kind":"modifierInvocation","modifierName":{"id":1041,"name":"initializer","nameLocations":["858:11:7"],"nodeType":"IdentifierPath","referencedDeclaration":310,"src":"858:11:7"},"nodeType":"ModifierInvocation","src":"858:11:7"}],"name":"initialize","nameLocation":"836:10:7","nodeType":"FunctionDefinition","parameters":{"id":1040,"nodeType":"ParameterList","parameters":[],"src":"846:2:7"},"returnParameters":{"id":1043,"nodeType":"ParameterList","parameters":[],"src":"870:0:7"},"scope":1625,"src":"827:114:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1067,"nodeType":"Block","src":"1050:72:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1062,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1059,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1062:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1060,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1066:6:7","memberName":"sender","nodeType":"MemberAccess","src":"1062:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":1061,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1640,"src":"1076:18:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1062:32:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f6e6c7941676772656761746f72","id":1063,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1096:16:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""},"value":"OnlyAggregator"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""}],"id":1058,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1054:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1064,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1054:59:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1065,"nodeType":"ExpressionStatement","src":"1054:59:7"},{"id":1066,"nodeType":"PlaceholderStatement","src":"1117:1:7"}]},"documentation":{"id":1056,"nodeType":"StructuredDocumentation","src":"944:78:7","text":" @dev Modifier that allows only the aggregator to call a function."},"id":1068,"name":"onlyAggregator","nameLocation":"1033:14:7","nodeType":"ModifierDefinition","parameters":{"id":1057,"nodeType":"ParameterList","parameters":[],"src":"1047:2:7"},"src":"1024:98:7","virtual":false,"visibility":"internal"},{"body":{"id":1077,"nodeType":"Block","src":"1393:16:7","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1074,"name":"_pause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":514,"src":"1397:6:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1075,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1397:8:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1076,"nodeType":"ExpressionStatement","src":"1397:8:7"}]},"documentation":{"id":1069,"nodeType":"StructuredDocumentation","src":"1318:37:7","text":" @dev Pause the contract."},"functionSelector":"8456cb59","id":1078,"implemented":true,"kind":"function","modifiers":[{"id":1072,"kind":"modifierInvocation","modifierName":{"id":1071,"name":"onlyOwner","nameLocations":["1383:9:7"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1383:9:7"},"nodeType":"ModifierInvocation","src":"1383:9:7"}],"name":"pause","nameLocation":"1366:5:7","nodeType":"FunctionDefinition","parameters":{"id":1070,"nodeType":"ParameterList","parameters":[],"src":"1371:2:7"},"returnParameters":{"id":1073,"nodeType":"ParameterList","parameters":[],"src":"1393:0:7"},"scope":1625,"src":"1357:52:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1087,"nodeType":"Block","src":"1491:18:7","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1084,"name":"_unpause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":530,"src":"1495:8:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1085,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1495:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1086,"nodeType":"ExpressionStatement","src":"1495:10:7"}]},"documentation":{"id":1079,"nodeType":"StructuredDocumentation","src":"1412:39:7","text":" @dev Unpause the contract."},"functionSelector":"3f4ba83a","id":1088,"implemented":true,"kind":"function","modifiers":[{"id":1082,"kind":"modifierInvocation","modifierName":{"id":1081,"name":"onlyOwner","nameLocations":["1481:9:7"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1481:9:7"},"nodeType":"ModifierInvocation","src":"1481:9:7"}],"name":"unpause","nameLocation":"1462:7:7","nodeType":"FunctionDefinition","parameters":{"id":1080,"nodeType":"ParameterList","parameters":[],"src":"1469:2:7"},"returnParameters":{"id":1083,"nodeType":"ParameterList","parameters":[],"src":"1491:0:7"},"scope":1625,"src":"1453:56:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[1998],"body":{"id":1216,"nodeType":"Block","src":"2005:1171:7","statements":[{"expression":{"arguments":[{"id":1113,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"2052:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1114,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"2063:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1115,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1103,"src":"2075:14:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1116,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1099,"src":"2094:19:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1117,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1101,"src":"2118:10:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1118,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1095,"src":"2133:16:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1112,"name":"_handler","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1288,"src":"2039:8:7","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$_t_bytes32_$returns$__$","typeString":"function (address,uint256,address,address,uint256,bytes32) view"}},"id":1119,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2039:114:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1120,"nodeType":"ExpressionStatement","src":"2039:114:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1128,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":1124,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1105,"src":"2198:11:7","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":1123,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2192:5:7","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":1122,"name":"bytes","nodeType":"ElementaryTypeName","src":"2192:5:7","typeDescriptions":{}}},"id":1125,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2192:18:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"id":1126,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2211:6:7","memberName":"length","nodeType":"MemberAccess","src":"2192:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1127,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2221:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2192:30:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c69644d65737361676548617368","id":1129,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2224:20:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""},"value":"InvalidMessageHash"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""}],"id":1121,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2184:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1130,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2184:61:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1131,"nodeType":"ExpressionStatement","src":"2184:61:7"},{"expression":{"arguments":[{"expression":{"id":1136,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2326:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1137,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2330:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2326:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":1140,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2346:4:7","typeDescriptions":{"typeIdentifier":"t_contract$_Gateway_$1625","typeString":"contract Gateway"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Gateway_$1625","typeString":"contract Gateway"}],"id":1139,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2338:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1138,"name":"address","nodeType":"ElementaryTypeName","src":"2338:7:7","typeDescriptions":{}}},"id":1141,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2338:13:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1144,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1142,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"2353:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"id":1143,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1101,"src":"2363:10:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2353:20:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1133,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"2305:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1132,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"2298:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1134,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2298:14:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1135,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2313:12:7","memberName":"transferFrom","nodeType":"MemberAccess","referencedDeclaration":994,"src":"2298:27:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,address,uint256) external returns (bool)"}},"id":1145,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2298:76:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1146,"nodeType":"ExpressionStatement","src":"2298:76:7"},{"expression":{"id":1151,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":false,"src":"2429:20:7","subExpression":{"baseExpression":{"id":1147,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1026,"src":"2429:6:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1150,"indexExpression":{"expression":{"id":1148,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2436:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1149,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2440:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2436:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2429:18:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1152,"nodeType":"ExpressionStatement","src":"2429:20:7"},{"expression":{"id":1165,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1153,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"2503:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"arguments":[{"expression":{"id":1157,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2534:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1158,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2538:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2534:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"baseExpression":{"id":1159,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1026,"src":"2546:6:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1162,"indexExpression":{"expression":{"id":1160,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2553:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1161,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2557:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2553:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2546:18:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1155,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"2523:3:7","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1156,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2527:6:7","memberName":"encode","nodeType":"MemberAccess","src":"2523:10:7","typeDescriptions":{"typeIdentifier":"t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1163,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2523:42:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1154,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"2513:9:7","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1164,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2513:53:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"2503:63:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"id":1166,"nodeType":"ExpressionStatement","src":"2503:63:7"},{"assignments":[1168],"declarations":[{"constant":false,"id":1168,"mutability":"mutable","name":"_protocolFee","nameLocation":"2603:12:7","nodeType":"VariableDeclaration","scope":1216,"src":"2595:20:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1167,"name":"uint256","nodeType":"ElementaryTypeName","src":"2595:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1175,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1174,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1171,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1169,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"2619:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1170,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1636,"src":"2629:18:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"2619:28:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1172,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"2618:30:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":1173,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"2651:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2618:40:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"2595:63:7"},{"expression":{"id":1197,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1176,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"2662:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1178,"indexExpression":{"id":1177,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"2668:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2662:14:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"id":1180,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2698:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1181,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2702:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2698:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1182,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"2720:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1183,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1099,"src":"2751:19:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1184,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1101,"src":"2786:10:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1185,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1168,"src":"2814:12:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"66616c7365","id":1186,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2844:5:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"hexValue":"66616c7365","id":1187,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2866:5:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"id":1188,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1103,"src":"2891:14:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":1191,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"2929:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1190,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2922:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_uint64_$","typeString":"type(uint64)"},"typeName":{"id":1189,"name":"uint64","nodeType":"ElementaryTypeName","src":"2922:6:7","typeDescriptions":{}}},"id":1192,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2922:15:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1195,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1193,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"2950:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1194,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1168,"src":"2960:12:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2950:22:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1179,"name":"Order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1976,"src":"2679:5:7","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_Order_$1976_storage_ptr_$","typeString":"type(struct IGateway.Order storage pointer)"}},"id":1196,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2690:6:7","2713:5:7","2731:18:7","2775:9:7","2801:11:7","2831:11:7","2854:10:7","2876:13:7","2910:10:7","2942:6:7"],"names":["sender","token","senderFeeRecipient","senderFee","protocolFee","isFulfilled","isRefunded","refundAddress","currentBPS","amount"],"nodeType":"FunctionCall","src":"2679:298:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_memory_ptr","typeString":"struct IGateway.Order memory"}},"src":"2662:315:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1198,"nodeType":"ExpressionStatement","src":"2662:315:7"},{"eventCall":{"arguments":[{"expression":{"baseExpression":{"id":1200,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"3034:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1202,"indexExpression":{"id":1201,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"3040:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3034:14:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1203,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3049:6:7","memberName":"sender","nodeType":"MemberAccess","referencedDeclaration":1957,"src":"3034:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1204,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"3060:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1205,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"3071:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1207,"indexExpression":{"id":1206,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"3077:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3071:14:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1208,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3086:6:7","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1975,"src":"3071:21:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1209,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1168,"src":"3097:12:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1210,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"3114:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1211,"name":"_rate","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1097,"src":"3126:5:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},{"id":1212,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1095,"src":"3136:16:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1213,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1105,"src":"3157:11:7","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_uint96","typeString":"uint96"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":1199,"name":"OrderCreated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1919,"src":"3017:12:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_string_memory_ptr_$returns$__$","typeString":"function (address,address,uint256,uint256,bytes32,uint256,bytes32,string memory)"}},"id":1214,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3017:155:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1215,"nodeType":"EmitStatement","src":"3012:160:7"}]},"documentation":{"id":1089,"nodeType":"StructuredDocumentation","src":"1700:39:7","text":"@dev See {createOrder-IGateway}. "},"functionSelector":"d12ff20a","id":1217,"implemented":true,"kind":"function","modifiers":[{"id":1108,"kind":"modifierInvocation","modifierName":{"id":1107,"name":"whenNotPaused","nameLocations":["1965:13:7"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"1965:13:7"},"nodeType":"ModifierInvocation","src":"1965:13:7"}],"name":"createOrder","nameLocation":"1750:11:7","nodeType":"FunctionDefinition","parameters":{"id":1106,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1091,"mutability":"mutable","name":"_token","nameLocation":"1773:6:7","nodeType":"VariableDeclaration","scope":1217,"src":"1765:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1090,"name":"address","nodeType":"ElementaryTypeName","src":"1765:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1093,"mutability":"mutable","name":"_amount","nameLocation":"1791:7:7","nodeType":"VariableDeclaration","scope":1217,"src":"1783:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1092,"name":"uint256","nodeType":"ElementaryTypeName","src":"1783:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1095,"mutability":"mutable","name":"_institutionCode","nameLocation":"1810:16:7","nodeType":"VariableDeclaration","scope":1217,"src":"1802:24:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1094,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1802:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1097,"mutability":"mutable","name":"_rate","nameLocation":"1837:5:7","nodeType":"VariableDeclaration","scope":1217,"src":"1830:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1096,"name":"uint96","nodeType":"ElementaryTypeName","src":"1830:6:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1099,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"1854:19:7","nodeType":"VariableDeclaration","scope":1217,"src":"1846:27:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1098,"name":"address","nodeType":"ElementaryTypeName","src":"1846:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1101,"mutability":"mutable","name":"_senderFee","nameLocation":"1885:10:7","nodeType":"VariableDeclaration","scope":1217,"src":"1877:18:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1100,"name":"uint256","nodeType":"ElementaryTypeName","src":"1877:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1103,"mutability":"mutable","name":"_refundAddress","nameLocation":"1907:14:7","nodeType":"VariableDeclaration","scope":1217,"src":"1899:22:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1102,"name":"address","nodeType":"ElementaryTypeName","src":"1899:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1105,"mutability":"mutable","name":"messageHash","nameLocation":"1941:11:7","nodeType":"VariableDeclaration","scope":1217,"src":"1925:27:7","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":1104,"name":"string","nodeType":"ElementaryTypeName","src":"1925:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1761:194:7"},"returnParameters":{"id":1111,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1110,"mutability":"mutable","name":"orderId","nameLocation":"1996:7:7","nodeType":"VariableDeclaration","scope":1217,"src":"1988:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1109,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1988:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1987:17:7"},"scope":1625,"src":"1741:1435:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1287,"nodeType":"Block","src":"3831:389:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1238,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":1234,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1648,"src":"3843:17:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1236,"indexExpression":{"id":1235,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1220,"src":"3861:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3843:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1237,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3872:1:7","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3843:30:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"546f6b656e4e6f74537570706f72746564","id":1239,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3875:19:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""},"value":"TokenNotSupported"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""}],"id":1233,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3835:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1240,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3835:60:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1241,"nodeType":"ExpressionStatement","src":"3835:60:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1245,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1243,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1222,"src":"3907:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1244,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3918:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"3907:12:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416d6f756e7449735a65726f","id":1246,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3921:14:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""},"value":"AmountIsZero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""}],"id":1242,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3899:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1247,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3899:37:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1248,"nodeType":"ExpressionStatement","src":"3899:37:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1255,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1250,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1224,"src":"3948:14:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1253,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3974:1:7","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":1252,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3966:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1251,"name":"address","nodeType":"ElementaryTypeName","src":"3966:7:7","typeDescriptions":{}}},"id":1254,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3966:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3948:28:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5468726f775a65726f41646472657373","id":1256,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3978:18:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""},"value":"ThrowZeroAddress"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""}],"id":1249,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3940:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1257,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3940:57:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1258,"nodeType":"ExpressionStatement","src":"3940:57:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1268,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1260,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"4013:27:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":1262,"indexExpression":{"id":1261,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1230,"src":"4041:16:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4013:45:7","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":1263,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4059:4:7","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":2076,"src":"4013:50:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1266,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4075:1:7","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":1265,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4067:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"},"typeName":{"id":1264,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4067:7:7","typeDescriptions":{}}},"id":1267,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4067:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"4013:64:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","id":1269,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4082:24:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""},"value":"InvalidInstitutionCode"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""}],"id":1259,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4001:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1270,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4001:109:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1271,"nodeType":"ExpressionStatement","src":"4001:109:7"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1274,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1272,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1228,"src":"4119:10:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1273,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4133:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4119:15:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1286,"nodeType":"IfStatement","src":"4115:102:7","trueBody":{"id":1285,"nodeType":"Block","src":"4136:81:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1281,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1276,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1226,"src":"4149:19:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1279,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4180:1:7","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":1278,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4172:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1277,"name":"address","nodeType":"ElementaryTypeName","src":"4172:7:7","typeDescriptions":{}}},"id":1280,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4172:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4149:33:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","id":1282,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4184:27:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""},"value":"InvalidSenderFeeRecipient"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""}],"id":1275,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4141:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1283,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4141:71:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1284,"nodeType":"ExpressionStatement","src":"4141:71:7"}]}}]},"documentation":{"id":1218,"nodeType":"StructuredDocumentation","src":"3179:471:7","text":" @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee.\n @param _institutionCode The code of the institution associated with the order."},"id":1288,"implemented":true,"kind":"function","modifiers":[],"name":"_handler","nameLocation":"3661:8:7","nodeType":"FunctionDefinition","parameters":{"id":1231,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1220,"mutability":"mutable","name":"_token","nameLocation":"3681:6:7","nodeType":"VariableDeclaration","scope":1288,"src":"3673:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1219,"name":"address","nodeType":"ElementaryTypeName","src":"3673:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1222,"mutability":"mutable","name":"_amount","nameLocation":"3699:7:7","nodeType":"VariableDeclaration","scope":1288,"src":"3691:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1221,"name":"uint256","nodeType":"ElementaryTypeName","src":"3691:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1224,"mutability":"mutable","name":"_refundAddress","nameLocation":"3718:14:7","nodeType":"VariableDeclaration","scope":1288,"src":"3710:22:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1223,"name":"address","nodeType":"ElementaryTypeName","src":"3710:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1226,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"3744:19:7","nodeType":"VariableDeclaration","scope":1288,"src":"3736:27:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1225,"name":"address","nodeType":"ElementaryTypeName","src":"3736:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1228,"mutability":"mutable","name":"_senderFee","nameLocation":"3775:10:7","nodeType":"VariableDeclaration","scope":1288,"src":"3767:18:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1227,"name":"uint256","nodeType":"ElementaryTypeName","src":"3767:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1230,"mutability":"mutable","name":"_institutionCode","nameLocation":"3797:16:7","nodeType":"VariableDeclaration","scope":1288,"src":"3789:24:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1229,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3789:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3669:147:7"},"returnParameters":{"id":1232,"nodeType":"ParameterList","parameters":[],"src":"3831:0:7"},"scope":1625,"src":"3652:568:7","stateMutability":"view","virtual":false,"visibility":"internal"},{"baseFunctions":[2012],"body":{"id":1442,"nodeType":"Block","src":"4615:1337:7","statements":[{"expression":{"arguments":[{"id":1309,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4678:28:7","subExpression":{"expression":{"baseExpression":{"id":1305,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"4679:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1307,"indexExpression":{"id":1306,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"4685:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4679:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1308,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4695:11:7","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":1967,"src":"4679:27:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":1310,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4708:16:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":1304,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4670:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1311,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4670:55:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1312,"nodeType":"ExpressionStatement","src":"4670:55:7"},{"expression":{"arguments":[{"id":1318,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4737:27:7","subExpression":{"expression":{"baseExpression":{"id":1314,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"4738:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1316,"indexExpression":{"id":1315,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"4744:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4738:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1317,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4754:10:7","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":1969,"src":"4738:26:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f72646572526566756e646564","id":1319,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4766:15:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""},"value":"OrderRefunded"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""}],"id":1313,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4729:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1320,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4729:53:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1321,"nodeType":"ExpressionStatement","src":"4729:53:7"},{"assignments":[1323],"declarations":[{"constant":false,"id":1323,"mutability":"mutable","name":"token","nameLocation":"4827:5:7","nodeType":"VariableDeclaration","scope":1442,"src":"4819:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1322,"name":"address","nodeType":"ElementaryTypeName","src":"4819:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1328,"initialValue":{"expression":{"baseExpression":{"id":1324,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"4835:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1326,"indexExpression":{"id":1325,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"4841:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4835:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1327,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4851:5:7","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"4835:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"4819:37:7"},{"expression":{"id":1334,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1329,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"4923:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1331,"indexExpression":{"id":1330,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"4929:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4923:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1332,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"4939:10:7","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":1973,"src":"4923:26:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":1333,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1297,"src":"4953:14:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"4923:44:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":1335,"nodeType":"ExpressionStatement","src":"4923:44:7"},{"condition":{"commonType":{"typeIdentifier":"t_uint96","typeString":"uint96"},"id":1341,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1336,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"4976:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1338,"indexExpression":{"id":1337,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"4982:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4976:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1339,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4992:10:7","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":1973,"src":"4976:26:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1340,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5006:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4976:31:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1405,"nodeType":"IfStatement","src":"4972:604:7","trueBody":{"id":1404,"nodeType":"Block","src":"5009:567:7","statements":[{"expression":{"id":1347,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1342,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5059:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1344,"indexExpression":{"id":1343,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5065:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5059:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1345,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5075:11:7","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":1967,"src":"5059:27:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1346,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5089:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5059:34:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1348,"nodeType":"ExpressionStatement","src":"5059:34:7"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1354,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1349,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5103:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1351,"indexExpression":{"id":1350,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5109:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5103:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1352,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5119:9:7","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1963,"src":"5103:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1353,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5132:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5103:30:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1384,"nodeType":"IfStatement","src":"5099:321:7","trueBody":{"id":1383,"nodeType":"Block","src":"5135:285:7","statements":[{"expression":{"arguments":[{"expression":{"baseExpression":{"id":1362,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5213:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1364,"indexExpression":{"id":1363,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5219:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5213:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1365,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5229:18:7","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":1961,"src":"5213:34:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1366,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5254:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1368,"indexExpression":{"id":1367,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5260:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5254:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1369,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5270:9:7","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1963,"src":"5254:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1356,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5175:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1358,"indexExpression":{"id":1357,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5181:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5175:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1359,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5191:5:7","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"5175:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1355,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"5168:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1360,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5168:29:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1361,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5198:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"5168:38:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1370,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5168:117:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1371,"nodeType":"ExpressionStatement","src":"5168:117:7"},{"eventCall":{"arguments":[{"expression":{"baseExpression":{"id":1373,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5342:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1375,"indexExpression":{"id":1374,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5348:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5342:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1376,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5358:18:7","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":1961,"src":"5342:34:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1377,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5383:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1379,"indexExpression":{"id":1378,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5389:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5383:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1380,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5399:9:7","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1963,"src":"5383:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1372,"name":"SenderFeeTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1944,"src":"5315:20:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":1381,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5315:99:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1382,"nodeType":"EmitStatement","src":"5310:104:7"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1390,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1385,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5429:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1387,"indexExpression":{"id":1386,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5435:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5429:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1388,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5445:11:7","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1965,"src":"5429:27:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1389,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5460:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5429:32:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1403,"nodeType":"IfStatement","src":"5425:147:7","trueBody":{"id":1402,"nodeType":"Block","src":"5463:109:7","statements":[{"expression":{"arguments":[{"id":1395,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1638,"src":"5521:15:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1396,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5538:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1398,"indexExpression":{"id":1397,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5544:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5538:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1399,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5554:11:7","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1965,"src":"5538:27:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1392,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1323,"src":"5505:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1391,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"5498:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1393,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5498:13:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1394,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5512:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"5498:22:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1400,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5498:68:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1401,"nodeType":"ExpressionStatement","src":"5498:68:7"}]}}]}},{"assignments":[1407],"declarations":[{"constant":false,"id":1407,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"5624:23:7","nodeType":"VariableDeclaration","scope":1442,"src":"5616:31:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1406,"name":"uint256","nodeType":"ElementaryTypeName","src":"5616:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1417,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1416,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1413,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1408,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5651:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1410,"indexExpression":{"id":1409,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5657:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5651:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1411,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5667:6:7","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1975,"src":"5651:22:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1412,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1297,"src":"5676:14:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"5651:39:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1414,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"5650:41:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":1415,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"5694:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5650:51:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"5616:85:7"},{"expression":{"id":1423,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1418,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5705:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1420,"indexExpression":{"id":1419,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5711:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5705:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1421,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5721:6:7","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1975,"src":"5705:22:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":1422,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1407,"src":"5731:23:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5705:49:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1424,"nodeType":"ExpressionStatement","src":"5705:49:7"},{"expression":{"arguments":[{"id":1429,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1295,"src":"5781:18:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1430,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1407,"src":"5801:23:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1426,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1323,"src":"5765:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1425,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"5758:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1427,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5758:13:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1428,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5772:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"5758:22:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1431,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5758:67:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1432,"nodeType":"ExpressionStatement","src":"5758:67:7"},{"eventCall":{"arguments":[{"id":1434,"name":"_splitOrderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1291,"src":"5872:13:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1435,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5887:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1436,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1295,"src":"5897:18:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1437,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1297,"src":"5917:14:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":1433,"name":"OrderSettled","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1930,"src":"5859:12:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$","typeString":"function (bytes32,bytes32,address,uint96)"}},"id":1438,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5859:73:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1439,"nodeType":"EmitStatement","src":"5854:78:7"},{"expression":{"hexValue":"74727565","id":1440,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5944:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1303,"id":1441,"nodeType":"Return","src":"5937:11:7"}]},"documentation":{"id":1289,"nodeType":"StructuredDocumentation","src":"4421:34:7","text":"@dev See {settle-IGateway}. "},"functionSelector":"f22ee704","id":1443,"implemented":true,"kind":"function","modifiers":[{"id":1300,"kind":"modifierInvocation","modifierName":{"id":1299,"name":"onlyAggregator","nameLocations":["4585:14:7"],"nodeType":"IdentifierPath","referencedDeclaration":1068,"src":"4585:14:7"},"nodeType":"ModifierInvocation","src":"4585:14:7"}],"name":"settle","nameLocation":"4466:6:7","nodeType":"FunctionDefinition","parameters":{"id":1298,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1291,"mutability":"mutable","name":"_splitOrderId","nameLocation":"4484:13:7","nodeType":"VariableDeclaration","scope":1443,"src":"4476:21:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1290,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4476:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1293,"mutability":"mutable","name":"_orderId","nameLocation":"4509:8:7","nodeType":"VariableDeclaration","scope":1443,"src":"4501:16:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1292,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4501:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1295,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"4529:18:7","nodeType":"VariableDeclaration","scope":1443,"src":"4521:26:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1294,"name":"address","nodeType":"ElementaryTypeName","src":"4521:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1297,"mutability":"mutable","name":"_settlePercent","nameLocation":"4558:14:7","nodeType":"VariableDeclaration","scope":1443,"src":"4551:21:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1296,"name":"uint64","nodeType":"ElementaryTypeName","src":"4551:6:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"4472:103:7"},"returnParameters":{"id":1303,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1302,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1443,"src":"4609:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1301,"name":"bool","nodeType":"ElementaryTypeName","src":"4609:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"4608:6:7"},"scope":1625,"src":"4457:1495:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[2022],"body":{"id":1548,"nodeType":"Block","src":"6078:839:7","statements":[{"expression":{"arguments":[{"id":1460,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6141:28:7","subExpression":{"expression":{"baseExpression":{"id":1456,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6142:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1458,"indexExpression":{"id":1457,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6148:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6142:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1459,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6158:11:7","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":1967,"src":"6142:27:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":1461,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6171:16:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":1455,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6133:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1462,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6133:55:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1463,"nodeType":"ExpressionStatement","src":"6133:55:7"},{"expression":{"arguments":[{"id":1469,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6200:27:7","subExpression":{"expression":{"baseExpression":{"id":1465,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6201:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1467,"indexExpression":{"id":1466,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6207:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6201:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1468,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6217:10:7","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":1969,"src":"6201:26:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f72646572526566756e646564","id":1470,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6229:15:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""},"value":"OrderRefunded"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""}],"id":1464,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6192:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1471,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6192:53:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1472,"nodeType":"ExpressionStatement","src":"6192:53:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1479,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1474,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6257:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1476,"indexExpression":{"id":1475,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6263:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6257:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1477,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6273:11:7","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1965,"src":"6257:27:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1478,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1446,"src":"6288:4:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6257:35:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4665654578636565647350726f746f636f6c466565","id":1480,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6294:23:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","typeString":"literal_string \"FeeExceedsProtocolFee\""},"value":"FeeExceedsProtocolFee"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","typeString":"literal_string \"FeeExceedsProtocolFee\""}],"id":1473,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6249:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1481,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6249:69:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1482,"nodeType":"ExpressionStatement","src":"6249:69:7"},{"expression":{"arguments":[{"id":1490,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1638,"src":"6403:15:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1491,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1446,"src":"6420:4:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1484,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6371:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1486,"indexExpression":{"id":1485,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6377:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6371:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1487,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6387:5:7","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"6371:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1483,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"6364:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1488,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6364:29:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1489,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6394:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"6364:38:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1492,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6364:61:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1493,"nodeType":"ExpressionStatement","src":"6364:61:7"},{"expression":{"id":1499,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1494,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6454:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1496,"indexExpression":{"id":1495,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6460:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6454:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1497,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"6470:10:7","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":1969,"src":"6454:26:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1498,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6483:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"6454:33:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1500,"nodeType":"ExpressionStatement","src":"6454:33:7"},{"expression":{"id":1506,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1501,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6491:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1503,"indexExpression":{"id":1502,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6497:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6491:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1504,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"6507:10:7","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":1973,"src":"6491:26:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"30","id":1505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6520:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6491:30:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":1507,"nodeType":"ExpressionStatement","src":"6491:30:7"},{"assignments":[1509],"declarations":[{"constant":false,"id":1509,"mutability":"mutable","name":"refundAmount","nameLocation":"6568:12:7","nodeType":"VariableDeclaration","scope":1548,"src":"6560:20:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1508,"name":"uint256","nodeType":"ElementaryTypeName","src":"6560:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1521,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1520,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1518,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1510,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6583:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1512,"indexExpression":{"id":1511,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6589:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6583:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1513,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6599:6:7","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1975,"src":"6583:22:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"expression":{"baseExpression":{"id":1514,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6608:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1516,"indexExpression":{"id":1515,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6614:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6608:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1517,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6624:11:7","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1965,"src":"6608:27:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6583:52:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1519,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1446,"src":"6638:4:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6583:59:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6560:82:7"},{"expression":{"arguments":[{"expression":{"baseExpression":{"id":1529,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6755:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1531,"indexExpression":{"id":1530,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6761:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6755:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1532,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6771:13:7","memberName":"refundAddress","nodeType":"MemberAccess","referencedDeclaration":1971,"src":"6755:29:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1538,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1533,"name":"refundAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1509,"src":"6789:12:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"expression":{"baseExpression":{"id":1534,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6804:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1536,"indexExpression":{"id":1535,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6810:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6804:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1537,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6820:9:7","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1963,"src":"6804:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6789:40:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1523,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6719:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1525,"indexExpression":{"id":1524,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6725:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6719:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1526,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6735:5:7","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"6719:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1522,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"6712:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1527,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6712:29:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1528,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6742:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"6712:38:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1539,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6712:121:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1540,"nodeType":"ExpressionStatement","src":"6712:121:7"},{"eventCall":{"arguments":[{"id":1542,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1446,"src":"6882:4:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1543,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6888:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1541,"name":"OrderRefunded","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1937,"src":"6868:13:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint256_$_t_bytes32_$returns$__$","typeString":"function (uint256,bytes32)"}},"id":1544,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6868:29:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1545,"nodeType":"EmitStatement","src":"6863:34:7"},{"expression":{"hexValue":"74727565","id":1546,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6909:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1454,"id":1547,"nodeType":"Return","src":"6902:11:7"}]},"documentation":{"id":1444,"nodeType":"StructuredDocumentation","src":"5955:34:7","text":"@dev See {refund-IGateway}. "},"functionSelector":"71eedb88","id":1549,"implemented":true,"kind":"function","modifiers":[{"id":1451,"kind":"modifierInvocation","modifierName":{"id":1450,"name":"onlyAggregator","nameLocations":["6048:14:7"],"nodeType":"IdentifierPath","referencedDeclaration":1068,"src":"6048:14:7"},"nodeType":"ModifierInvocation","src":"6048:14:7"}],"name":"refund","nameLocation":"6000:6:7","nodeType":"FunctionDefinition","parameters":{"id":1449,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1446,"mutability":"mutable","name":"_fee","nameLocation":"6015:4:7","nodeType":"VariableDeclaration","scope":1549,"src":"6007:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1445,"name":"uint256","nodeType":"ElementaryTypeName","src":"6007:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1448,"mutability":"mutable","name":"_orderId","nameLocation":"6029:8:7","nodeType":"VariableDeclaration","scope":1549,"src":"6021:16:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1447,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6021:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6006:32:7"},"returnParameters":{"id":1454,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1453,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1549,"src":"6072:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1452,"name":"bool","nodeType":"ElementaryTypeName","src":"6072:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6071:6:7"},"scope":1625,"src":"5991:926:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[2039],"body":{"id":1562,"nodeType":"Block","src":"7227:30:7","statements":[{"expression":{"baseExpression":{"id":1558,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"7238:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1560,"indexExpression":{"id":1559,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1552,"src":"7244:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7238:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"functionReturnParameters":1557,"id":1561,"nodeType":"Return","src":"7231:22:7"}]},"documentation":{"id":1550,"nodeType":"StructuredDocumentation","src":"7108:40:7","text":"@dev See {getOrderInfo-IGateway}. "},"functionSelector":"768c6ec0","id":1563,"implemented":true,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"7159:12:7","nodeType":"FunctionDefinition","parameters":{"id":1553,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1552,"mutability":"mutable","name":"_orderId","nameLocation":"7180:8:7","nodeType":"VariableDeclaration","scope":1563,"src":"7172:16:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1551,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7172:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7171:18:7"},"returnParameters":{"id":1557,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1556,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1563,"src":"7213:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_memory_ptr","typeString":"struct IGateway.Order"},"typeName":{"id":1555,"nodeType":"UserDefinedTypeName","pathNode":{"id":1554,"name":"Order","nameLocations":["7213:5:7"],"nodeType":"IdentifierPath","referencedDeclaration":1976,"src":"7213:5:7"},"referencedDeclaration":1976,"src":"7213:5:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage_ptr","typeString":"struct IGateway.Order"}},"visibility":"internal"}],"src":"7212:14:7"},"scope":1625,"src":"7150:107:7","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2030],"body":{"id":1581,"nodeType":"Block","src":"7377:71:7","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1575,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":1571,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1648,"src":"7385:17:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1573,"indexExpression":{"id":1572,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1566,"src":"7403:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7385:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1574,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7414:1:7","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7385:30:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1578,"nodeType":"IfStatement","src":"7381:47:7","trueBody":{"expression":{"hexValue":"74727565","id":1576,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7424:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1570,"id":1577,"nodeType":"Return","src":"7417:11:7"}},{"expression":{"hexValue":"66616c7365","id":1579,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7439:5:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"functionReturnParameters":1570,"id":1580,"nodeType":"Return","src":"7432:12:7"}]},"documentation":{"id":1564,"nodeType":"StructuredDocumentation","src":"7260:44:7","text":"@dev See {isTokenSupported-IGateway}. "},"functionSelector":"75151b63","id":1582,"implemented":true,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"7315:16:7","nodeType":"FunctionDefinition","parameters":{"id":1567,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1566,"mutability":"mutable","name":"_token","nameLocation":"7340:6:7","nodeType":"VariableDeclaration","scope":1582,"src":"7332:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1565,"name":"address","nodeType":"ElementaryTypeName","src":"7332:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"7331:16:7"},"returnParameters":{"id":1570,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1569,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1582,"src":"7371:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1568,"name":"bool","nodeType":"ElementaryTypeName","src":"7371:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7370:6:7"},"scope":1625,"src":"7306:142:7","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2056],"body":{"id":1595,"nodeType":"Block","src":"7632:49:7","statements":[{"expression":{"baseExpression":{"id":1591,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"7643:27:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":1593,"indexExpression":{"id":1592,"name":"_code","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1585,"src":"7671:5:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7643:34:7","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"functionReturnParameters":1590,"id":1594,"nodeType":"Return","src":"7636:41:7"}]},"documentation":{"id":1583,"nodeType":"StructuredDocumentation","src":"7451:57:7","text":"@dev See {getSupportedInstitutionByCode-IGateway}. "},"functionSelector":"c2280103","id":1596,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"7519:29:7","nodeType":"FunctionDefinition","parameters":{"id":1586,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1585,"mutability":"mutable","name":"_code","nameLocation":"7560:5:7","nodeType":"VariableDeclaration","scope":1596,"src":"7552:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1584,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7552:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7548:20:7"},"returnParameters":{"id":1590,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1589,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1596,"src":"7592:38:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":1588,"nodeType":"UserDefinedTypeName","pathNode":{"id":1587,"name":"SharedStructs.InstitutionByCode","nameLocations":["7592:13:7","7606:17:7"],"nodeType":"IdentifierPath","referencedDeclaration":2079,"src":"7592:31:7"},"referencedDeclaration":2079,"src":"7592:31:7","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"7591:40:7"},"scope":1625,"src":"7510:171:7","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2066],"body":{"id":1610,"nodeType":"Block","src":"7855:47:7","statements":[{"expression":{"baseExpression":{"id":1606,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1654,"src":"7866:21:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1608,"indexExpression":{"id":1607,"name":"_currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1599,"src":"7888:9:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7866:32:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"functionReturnParameters":1605,"id":1609,"nodeType":"Return","src":"7859:39:7"}]},"documentation":{"id":1597,"nodeType":"StructuredDocumentation","src":"7684:52:7","text":"@dev See {getSupportedInstitutions-IGateway}. "},"functionSelector":"02621338","id":1611,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"7747:24:7","nodeType":"FunctionDefinition","parameters":{"id":1600,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1599,"mutability":"mutable","name":"_currency","nameLocation":"7783:9:7","nodeType":"VariableDeclaration","scope":1611,"src":"7775:17:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1598,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7775:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7771:24:7"},"returnParameters":{"id":1605,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1604,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1611,"src":"7819:34:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":1602,"nodeType":"UserDefinedTypeName","pathNode":{"id":1601,"name":"SharedStructs.Institution","nameLocations":["7819:13:7","7833:11:7"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"7819:25:7"},"referencedDeclaration":2074,"src":"7819:25:7","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1603,"nodeType":"ArrayTypeName","src":"7819:27:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"7818:36:7"},"scope":1625,"src":"7738:164:7","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2047],"body":{"id":1623,"nodeType":"Block","src":"8013:44:7","statements":[{"expression":{"components":[{"id":1619,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1636,"src":"8025:18:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"id":1620,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"8045:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1621,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8024:29:7","typeDescriptions":{"typeIdentifier":"t_tuple$_t_uint64_$_t_uint256_$","typeString":"tuple(uint64,uint256)"}},"functionReturnParameters":1618,"id":1622,"nodeType":"Return","src":"8017:36:7"}]},"documentation":{"id":1612,"nodeType":"StructuredDocumentation","src":"7905:41:7","text":"@dev See {getFeeDetails-IGateway}. "},"functionSelector":"b810c636","id":1624,"implemented":true,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"7957:13:7","nodeType":"FunctionDefinition","parameters":{"id":1613,"nodeType":"ParameterList","parameters":[],"src":"7970:2:7"},"returnParameters":{"id":1618,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1615,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1624,"src":"7996:6:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1614,"name":"uint64","nodeType":"ElementaryTypeName","src":"7996:6:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":1617,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1624,"src":"8004:7:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1616,"name":"uint256","nodeType":"ElementaryTypeName","src":"8004:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"7995:17:7"},"scope":1625,"src":"7948:109:7","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":1626,"src":"422:7637:7","usedErrors":[]}],"src":"39:8021:7"},"id":7},"contracts/GatewaySettingManager.sol":{"ast":{"absolutePath":"contracts/GatewaySettingManager.sol","exportedSymbols":{"ContextUpgradeable":[917],"GatewaySettingManager":[1893],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239],"SharedStructs":[2080]},"id":1894,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":1627,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"168:24:8"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","id":1628,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1894,"sourceUnit":107,"src":"194:80:8","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":1630,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1894,"sourceUnit":2081,"src":"276:60:8","symbolAliases":[{"foreign":{"id":1629,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2080,"src":"284:13:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1631,"name":"Ownable2StepUpgradeable","nameLocations":["372:23:8"],"nodeType":"IdentifierPath","referencedDeclaration":106,"src":"372:23:8"},"id":1632,"nodeType":"InheritanceSpecifier","src":"372:23:8"}],"canonicalName":"GatewaySettingManager","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":1893,"linearizedBaseContracts":[1893,106,239,917,408],"name":"GatewaySettingManager","nameLocation":"347:21:8","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":1634,"mutability":"mutable","name":"MAX_BPS","nameLocation":"416:7:8","nodeType":"VariableDeclaration","scope":1893,"src":"399:24:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1633,"name":"uint256","nodeType":"ElementaryTypeName","src":"399:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1636,"mutability":"mutable","name":"protocolFeePercent","nameLocation":"442:18:8","nodeType":"VariableDeclaration","scope":1893,"src":"426:34:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1635,"name":"uint64","nodeType":"ElementaryTypeName","src":"426:6:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":1638,"mutability":"mutable","name":"treasuryAddress","nameLocation":"480:15:8","nodeType":"VariableDeclaration","scope":1893,"src":"463:32:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1637,"name":"address","nodeType":"ElementaryTypeName","src":"463:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1640,"mutability":"mutable","name":"_aggregatorAddress","nameLocation":"515:18:8","nodeType":"VariableDeclaration","scope":1893,"src":"498:35:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1639,"name":"address","nodeType":"ElementaryTypeName","src":"498:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1644,"mutability":"mutable","name":"__gap","nameLocation":"663:5:8","nodeType":"VariableDeclaration","scope":1893,"src":"643:25:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":1641,"name":"uint256","nodeType":"ElementaryTypeName","src":"643:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1643,"length":{"hexValue":"3530","id":1642,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"651:2:8","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"643:11:8","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"constant":false,"id":1648,"mutability":"mutable","name":"_isTokenSupported","nameLocation":"709:17:8","nodeType":"VariableDeclaration","scope":1893,"src":"672:54:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":1647,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1645,"name":"address","nodeType":"ElementaryTypeName","src":"680:7:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"672:27:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1646,"name":"uint256","nodeType":"ElementaryTypeName","src":"691:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"internal"},{"constant":false,"id":1654,"mutability":"mutable","name":"supportedInstitutions","nameLocation":"787:21:8","nodeType":"VariableDeclaration","scope":1893,"src":"730:78:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"typeName":{"id":1653,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1649,"name":"bytes32","nodeType":"ElementaryTypeName","src":"738:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"730:47:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"baseType":{"id":1651,"nodeType":"UserDefinedTypeName","pathNode":{"id":1650,"name":"SharedStructs.Institution","nameLocations":["749:13:8","763:11:8"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"749:25:8"},"referencedDeclaration":2074,"src":"749:25:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1652,"nodeType":"ArrayTypeName","src":"749:27:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}}},"visibility":"internal"},{"constant":false,"id":1659,"mutability":"mutable","name":"supportedInstitutionsByCode","nameLocation":"872:27:8","nodeType":"VariableDeclaration","scope":1893,"src":"811:88:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"typeName":{"id":1658,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1655,"name":"bytes32","nodeType":"ElementaryTypeName","src":"819:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"811:51:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1657,"nodeType":"UserDefinedTypeName","pathNode":{"id":1656,"name":"SharedStructs.InstitutionByCode","nameLocations":["830:13:8","844:17:8"],"nodeType":"IdentifierPath","referencedDeclaration":2079,"src":"830:31:8"},"referencedDeclaration":2079,"src":"830:31:8","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}}},"visibility":"internal"},{"anonymous":false,"eventSelector":"cfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c","id":1667,"name":"SettingManagerBool","nameLocation":"909:18:8","nodeType":"EventDefinition","parameters":{"id":1666,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1661,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"944:4:8","nodeType":"VariableDeclaration","scope":1667,"src":"928:20:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1660,"name":"bytes32","nodeType":"ElementaryTypeName","src":"928:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1663,"indexed":true,"mutability":"mutable","name":"value","nameLocation":"966:5:8","nodeType":"VariableDeclaration","scope":1667,"src":"950:21:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1662,"name":"address","nodeType":"ElementaryTypeName","src":"950:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1665,"indexed":false,"mutability":"mutable","name":"status","nameLocation":"981:6:8","nodeType":"VariableDeclaration","scope":1667,"src":"973:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1664,"name":"uint256","nodeType":"ElementaryTypeName","src":"973:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"927:61:8"},"src":"903:86:8"},{"anonymous":false,"eventSelector":"58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac","id":1675,"name":"SupportedInstitutionsUpdated","nameLocation":"997:28:8","nodeType":"EventDefinition","parameters":{"id":1674,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1669,"indexed":true,"mutability":"mutable","name":"currency","nameLocation":"1045:8:8","nodeType":"VariableDeclaration","scope":1675,"src":"1029:24:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1668,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1029:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1673,"indexed":false,"mutability":"mutable","name":"institutions","nameLocation":"1085:12:8","nodeType":"VariableDeclaration","scope":1675,"src":"1057:40:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":1671,"nodeType":"UserDefinedTypeName","pathNode":{"id":1670,"name":"SharedStructs.Institution","nameLocations":["1057:13:8","1071:11:8"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"1057:25:8"},"referencedDeclaration":2074,"src":"1057:25:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1672,"nodeType":"ArrayTypeName","src":"1057:27:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"1025:75:8"},"src":"991:110:8"},{"anonymous":false,"eventSelector":"1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b","id":1679,"name":"ProtocolFeeUpdated","nameLocation":"1109:18:8","nodeType":"EventDefinition","parameters":{"id":1678,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1677,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"1135:11:8","nodeType":"VariableDeclaration","scope":1679,"src":"1128:18:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1676,"name":"uint64","nodeType":"ElementaryTypeName","src":"1128:6:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"1127:20:8"},"src":"1103:45:8"},{"anonymous":false,"eventSelector":"bbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a4","id":1685,"name":"ProtocolAddressUpdated","nameLocation":"1156:22:8","nodeType":"EventDefinition","parameters":{"id":1684,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1681,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"1195:4:8","nodeType":"VariableDeclaration","scope":1685,"src":"1179:20:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1680,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1179:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1683,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1217:15:8","nodeType":"VariableDeclaration","scope":1685,"src":"1201:31:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1682,"name":"address","nodeType":"ElementaryTypeName","src":"1201:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1178:55:8"},"src":"1150:84:8"},{"anonymous":false,"eventSelector":"2e979f80fe4d43055c584cf4a8467c55875ea36728fc37176c05acd784eb7a73","id":1689,"name":"SetFeeRecipient","nameLocation":"1242:15:8","nodeType":"EventDefinition","parameters":{"id":1688,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1687,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1274:15:8","nodeType":"VariableDeclaration","scope":1689,"src":"1258:31:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1686,"name":"address","nodeType":"ElementaryTypeName","src":"1258:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1257:33:8"},"src":"1236:55:8"},{"body":{"id":1739,"nodeType":"Block","src":"1865:243:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1707,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1702,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1694,"src":"1877:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1705,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1894: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":1704,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1886:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1703,"name":"address","nodeType":"ElementaryTypeName","src":"1886:7:8","typeDescriptions":{}}},"id":1706,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1886:10:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1877:19:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207a65726f2061646472657373","id":1708,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1898:23:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""},"value":"Gateway: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""}],"id":1701,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1869:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1709,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1869:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1710,"nodeType":"ExpressionStatement","src":"1869:53:8"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1718,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1714,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1712,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1696,"src":"1934:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1713,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1944:1:8","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1934:11:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1717,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1715,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1696,"src":"1949:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"32","id":1716,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1959:1:8","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"1949:11:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"1934:26:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a20696e76616c696420737461747573","id":1719,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1962:25:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","typeString":"literal_string \"Gateway: invalid status\""},"value":"Gateway: invalid status"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","typeString":"literal_string \"Gateway: invalid status\""}],"id":1711,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1926:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1720,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1926:62:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1721,"nodeType":"ExpressionStatement","src":"1926:62:8"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1724,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1722,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1692,"src":"1996:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"746f6b656e","id":1723,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2004:7:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_9b9b0454cadcb5884dd3faa6ba975da4d2459aa3f11d31291a25a8358f84946d","typeString":"literal_string \"token\""},"value":"token"},"src":"1996:15:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1738,"nodeType":"IfStatement","src":"1992:113:8","trueBody":{"id":1737,"nodeType":"Block","src":"2013:92:8","statements":[{"expression":{"id":1729,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1725,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1648,"src":"2018:17:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1727,"indexExpression":{"id":1726,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1694,"src":"2036:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2018:24:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1728,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1696,"src":"2045:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2018:33:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1730,"nodeType":"ExpressionStatement","src":"2018:33:8"},{"eventCall":{"arguments":[{"id":1732,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1692,"src":"2080:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1733,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1694,"src":"2086:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1734,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1696,"src":"2093:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1731,"name":"SettingManagerBool","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1667,"src":"2061:18:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_uint256_$returns$__$","typeString":"function (bytes32,address,uint256)"}},"id":1735,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2061:39:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1736,"nodeType":"EmitStatement","src":"2056:44:8"}]}}]},"documentation":{"id":1690,"nodeType":"StructuredDocumentation","src":"1488:283:8","text":" @dev Sets the boolean value for a specific setting.\n @param what The setting to be updated.\n @param value The address or value associated with the setting.\n @param status The boolean value to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"cd992400","id":1740,"implemented":true,"kind":"function","modifiers":[{"id":1699,"kind":"modifierInvocation","modifierName":{"id":1698,"name":"onlyOwner","nameLocations":["1855:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1855:9:8"},"nodeType":"ModifierInvocation","src":"1855:9:8"}],"name":"settingManagerBool","nameLocation":"1782:18:8","nodeType":"FunctionDefinition","parameters":{"id":1697,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1692,"mutability":"mutable","name":"what","nameLocation":"1809:4:8","nodeType":"VariableDeclaration","scope":1740,"src":"1801:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1691,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1801:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1694,"mutability":"mutable","name":"value","nameLocation":"1823:5:8","nodeType":"VariableDeclaration","scope":1740,"src":"1815:13:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1693,"name":"address","nodeType":"ElementaryTypeName","src":"1815:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1696,"mutability":"mutable","name":"status","nameLocation":"1838:6:8","nodeType":"VariableDeclaration","scope":1740,"src":"1830:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1695,"name":"uint256","nodeType":"ElementaryTypeName","src":"1830:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1800:45:8"},"returnParameters":{"id":1700,"nodeType":"ParameterList","parameters":[],"src":"1865:0:8"},"scope":1893,"src":"1773:335:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1802,"nodeType":"Block","src":"2450:412:8","statements":[{"expression":{"id":1755,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"2454:38:8","subExpression":{"baseExpression":{"id":1752,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1654,"src":"2461:21:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1754,"indexExpression":{"id":1753,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2483:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2461:31:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1756,"nodeType":"ExpressionStatement","src":"2454:38:8"},{"body":{"id":1793,"nodeType":"Block","src":"2536:243:8","statements":[{"expression":{"arguments":[{"baseExpression":{"id":1768,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"2578:12:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1770,"indexExpression":{"id":1769,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2591:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2578:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_memory_ptr","typeString":"struct SharedStructs.Institution memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_struct$_Institution_$2074_memory_ptr","typeString":"struct SharedStructs.Institution memory"}],"expression":{"baseExpression":{"id":1764,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1654,"src":"2541:21:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1766,"indexExpression":{"id":1765,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2563:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2541:31:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"id":1767,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2573:4:8","memberName":"push","nodeType":"MemberAccess","src":"2541:36:8","typeDescriptions":{"typeIdentifier":"t_function_arraypush_nonpayable$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr_$_t_struct$_Institution_$2074_storage_$returns$__$attached_to$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr_$","typeString":"function (struct SharedStructs.Institution storage ref[] storage pointer,struct SharedStructs.Institution storage ref)"}},"id":1771,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2541:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1772,"nodeType":"ExpressionStatement","src":"2541:53:8"},{"expression":{"id":1787,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1773,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"2599:27:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":1778,"indexExpression":{"expression":{"baseExpression":{"id":1774,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"2627:12:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1776,"indexExpression":{"id":1775,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2640:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2627:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":1777,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2643:4:8","memberName":"code","nodeType":"MemberAccess","referencedDeclaration":2071,"src":"2627:20:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2599:49:8","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"baseExpression":{"id":1781,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"2695:12:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1783,"indexExpression":{"id":1782,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2708:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2695:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":1784,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2711:4:8","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":2073,"src":"2695:20:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1785,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2731:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":1779,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2080,"src":"2651:13:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_SharedStructs_$2080_$","typeString":"type(library SharedStructs)"}},"id":1780,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2665:17:8","memberName":"InstitutionByCode","nodeType":"MemberAccess","referencedDeclaration":2079,"src":"2651:31:8","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_InstitutionByCode_$2079_storage_ptr_$","typeString":"type(struct SharedStructs.InstitutionByCode storage pointer)"}},"id":1786,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2689:4:8","2721:8:8"],"names":["name","currency"],"nodeType":"FunctionCall","src":"2651:94:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode memory"}},"src":"2599:146:8","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":1788,"nodeType":"ExpressionStatement","src":"2599:146:8"},{"id":1792,"nodeType":"UncheckedBlock","src":"2750:25:8","statements":[{"expression":{"id":1790,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":true,"src":"2766:3:8","subExpression":{"id":1789,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2768:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1791,"nodeType":"ExpressionStatement","src":"2766:3:8"}]}]},"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1763,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1760,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2509:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"expression":{"id":1761,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"2513:12:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1762,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2526:6:8","memberName":"length","nodeType":"MemberAccess","src":"2513:19:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2509:23:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1794,"initializationExpression":{"assignments":[1758],"declarations":[{"constant":false,"id":1758,"mutability":"mutable","name":"i","nameLocation":"2506:1:8","nodeType":"VariableDeclaration","scope":1794,"src":"2501:6:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1757,"name":"uint","nodeType":"ElementaryTypeName","src":"2501:4:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1759,"nodeType":"VariableDeclarationStatement","src":"2501:6:8"},"nodeType":"ForStatement","src":"2496:283:8"},{"eventCall":{"arguments":[{"id":1796,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2816:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"baseExpression":{"id":1797,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1654,"src":"2826:21:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1799,"indexExpression":{"id":1798,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2848:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2826:31:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}],"id":1795,"name":"SupportedInstitutionsUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1675,"src":"2787:28:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_$returns$__$","typeString":"function (bytes32,struct SharedStructs.Institution memory[] memory)"}},"id":1800,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2787:71:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1801,"nodeType":"EmitStatement","src":"2782:76:8"}]},"documentation":{"id":1741,"nodeType":"StructuredDocumentation","src":"2111:210:8","text":" @dev Sets the supported institutions for a specific currency.\n @param currency The currency for which the institutions are being set.\n @param institutions The array of institutions to be set."},"functionSelector":"32200882","id":1803,"implemented":true,"kind":"function","modifiers":[{"id":1750,"kind":"modifierInvocation","modifierName":{"id":1749,"name":"onlyOwner","nameLocations":["2440:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2440:9:8"},"nodeType":"ModifierInvocation","src":"2440:9:8"}],"name":"setSupportedInstitutions","nameLocation":"2332:24:8","nodeType":"FunctionDefinition","parameters":{"id":1748,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1743,"mutability":"mutable","name":"currency","nameLocation":"2368:8:8","nodeType":"VariableDeclaration","scope":1803,"src":"2360:16:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1742,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2360:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1747,"mutability":"mutable","name":"institutions","nameLocation":"2415:12:8","nodeType":"VariableDeclaration","scope":1803,"src":"2380:47:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":1745,"nodeType":"UserDefinedTypeName","pathNode":{"id":1744,"name":"SharedStructs.Institution","nameLocations":["2380:13:8","2394:11:8"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"2380:25:8"},"referencedDeclaration":2074,"src":"2380:25:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1746,"nodeType":"ArrayTypeName","src":"2380:27:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"2356:74:8"},"returnParameters":{"id":1751,"nodeType":"ParameterList","parameters":[],"src":"2450:0:8"},"scope":1893,"src":"2323:539:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1819,"nodeType":"Block","src":"3069:96:8","statements":[{"expression":{"id":1813,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1811,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1636,"src":"3073:18:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1812,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1806,"src":"3094:19:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"3073:40:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"id":1814,"nodeType":"ExpressionStatement","src":"3073:40:8"},{"eventCall":{"arguments":[{"id":1816,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1806,"src":"3141:19:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":1815,"name":"ProtocolFeeUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1679,"src":"3122:18:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint64_$returns$__$","typeString":"function (uint64)"}},"id":1817,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3122:39:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1818,"nodeType":"EmitStatement","src":"3117:44:8"}]},"documentation":{"id":1804,"nodeType":"StructuredDocumentation","src":"2865:128:8","text":" @dev Updates the protocol fee percentage.\n @param _protocolFeePercent The new protocol fee percentage to be set."},"functionSelector":"47094e2e","id":1820,"implemented":true,"kind":"function","modifiers":[{"id":1809,"kind":"modifierInvocation","modifierName":{"id":1808,"name":"onlyOwner","nameLocations":["3059:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3059:9:8"},"nodeType":"ModifierInvocation","src":"3059:9:8"}],"name":"updateProtocolFee","nameLocation":"3004:17:8","nodeType":"FunctionDefinition","parameters":{"id":1807,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1806,"mutability":"mutable","name":"_protocolFeePercent","nameLocation":"3029:19:8","nodeType":"VariableDeclaration","scope":1820,"src":"3022:26:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1805,"name":"uint64","nodeType":"ElementaryTypeName","src":"3022:6:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"3021:28:8"},"returnParameters":{"id":1810,"nodeType":"ParameterList","parameters":[],"src":"3069:0:8"},"scope":1893,"src":"2995:170:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1891,"nodeType":"Block","src":"3473:472:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1836,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1831,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3485:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1834,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3502: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":1833,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3494:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1832,"name":"address","nodeType":"ElementaryTypeName","src":"3494:7:8","typeDescriptions":{}}},"id":1835,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3494:10:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3485:19:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207a65726f2061646472657373","id":1837,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3506:23:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""},"value":"Gateway: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""}],"id":1830,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3477:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1838,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3477:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1839,"nodeType":"ExpressionStatement","src":"3477:53:8"},{"assignments":[1841],"declarations":[{"constant":false,"id":1841,"mutability":"mutable","name":"updated","nameLocation":"3539:7:8","nodeType":"VariableDeclaration","scope":1891,"src":"3534:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1840,"name":"bool","nodeType":"ElementaryTypeName","src":"3534:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":1842,"nodeType":"VariableDeclarationStatement","src":"3534:12:8"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1845,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1843,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1823,"src":"3554:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"7472656173757279","id":1844,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3562:10:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_cbd818ad4dd6f1ff9338c2bb62480241424dd9a65f9f3284101a01cd099ad8ac","typeString":"literal_string \"treasury\""},"value":"treasury"},"src":"3554:18:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1864,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1862,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1823,"src":"3715:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"61676772656761746f72","id":1863,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3723:12:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_e124d7cc79a19705865fa21b784ba187cd393559e960c0c071132cb60354d1a3","typeString":"literal_string \"aggregator\""},"value":"aggregator"},"src":"3715:20:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1881,"nodeType":"IfStatement","src":"3711:165:8","trueBody":{"id":1880,"nodeType":"Block","src":"3737:139:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1868,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1866,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1640,"src":"3750:18:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":1867,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3772:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3750:27:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c726561647920736574","id":1869,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3779:41:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","typeString":"literal_string \"Gateway: aggregator address already set\""},"value":"Gateway: aggregator address already set"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","typeString":"literal_string \"Gateway: aggregator address already set\""}],"id":1865,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3742:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1870,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3742:79:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1871,"nodeType":"ExpressionStatement","src":"3742:79:8"},{"expression":{"id":1874,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1872,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1640,"src":"3826:18:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1873,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3847:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3826:26:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1875,"nodeType":"ExpressionStatement","src":"3826:26:8"},{"expression":{"id":1878,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1876,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1841,"src":"3857:7:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1877,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3867:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3857:14:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1879,"nodeType":"ExpressionStatement","src":"3857:14:8"}]}},"id":1882,"nodeType":"IfStatement","src":"3550:326:8","trueBody":{"id":1861,"nodeType":"Block","src":"3574:131:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1849,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1847,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1638,"src":"3587:15:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":1848,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3606:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3587:24:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207472656173757279206164647265737320616c726561647920736574","id":1850,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3613:39:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","typeString":"literal_string \"Gateway: treasury address already set\""},"value":"Gateway: treasury address already set"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","typeString":"literal_string \"Gateway: treasury address already set\""}],"id":1846,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3579:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1851,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3579:74:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1852,"nodeType":"ExpressionStatement","src":"3579:74:8"},{"expression":{"id":1855,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1853,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1638,"src":"3658:15:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1854,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3676:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3658:23:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1856,"nodeType":"ExpressionStatement","src":"3658:23:8"},{"expression":{"id":1859,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1857,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1841,"src":"3686:7:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1858,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3696:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3686:14:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1860,"nodeType":"ExpressionStatement","src":"3686:14:8"}]}},{"condition":{"id":1883,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1841,"src":"3883:7:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1890,"nodeType":"IfStatement","src":"3879:63:8","trueBody":{"id":1889,"nodeType":"Block","src":"3892:50:8","statements":[{"eventCall":{"arguments":[{"id":1885,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1823,"src":"3925:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1886,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3931:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"}],"id":1884,"name":"ProtocolAddressUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1685,"src":"3902:22:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$returns$__$","typeString":"function (bytes32,address)"}},"id":1887,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3902:35:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1888,"nodeType":"EmitStatement","src":"3897:40:8"}]}}]},"documentation":{"id":1821,"nodeType":"StructuredDocumentation","src":"3168:224:8","text":" @dev Updates a protocol address.\n @param what The address type to be updated (treasury or aggregator).\n @param value The new address to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"40ebc677","id":1892,"implemented":true,"kind":"function","modifiers":[{"id":1828,"kind":"modifierInvocation","modifierName":{"id":1827,"name":"onlyOwner","nameLocations":["3463:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3463:9:8"},"nodeType":"ModifierInvocation","src":"3463:9:8"}],"name":"updateProtocolAddress","nameLocation":"3403:21:8","nodeType":"FunctionDefinition","parameters":{"id":1826,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1823,"mutability":"mutable","name":"what","nameLocation":"3433:4:8","nodeType":"VariableDeclaration","scope":1892,"src":"3425:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1822,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3425:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1825,"mutability":"mutable","name":"value","nameLocation":"3447:5:8","nodeType":"VariableDeclaration","scope":1892,"src":"3439:13:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1824,"name":"address","nodeType":"ElementaryTypeName","src":"3439:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3424:29:8"},"returnParameters":{"id":1829,"nodeType":"ParameterList","parameters":[],"src":"3473:0:8"},"scope":1893,"src":"3394:551:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":1894,"src":"338:3609:8","usedErrors":[]}],"src":"168:3780:8"},"id":8},"contracts/interfaces/IGateway.sol":{"ast":{"absolutePath":"contracts/interfaces/IGateway.sol","exportedSymbols":{"IERC20":[995],"IGateway":[2067],"SharedStructs":[2080]},"id":2068,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":1895,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:9"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"@openzeppelin/contracts/token/ERC20/IERC20.sol","id":1897,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2068,"sourceUnit":996,"src":"65:70:9","symbolAliases":[{"foreign":{"id":1896,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"73:6:9","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"../libraries/SharedStructs.sol","id":1899,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2068,"sourceUnit":2081,"src":"137:61:9","symbolAliases":[{"foreign":{"id":1898,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2080,"src":"145:13:9","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"IGateway","contractDependencies":[],"contractKind":"interface","documentation":{"id":1900,"nodeType":"StructuredDocumentation","src":"200:70:9","text":" @title IGateway\n @dev Interface for the Gateway contract."},"fullyImplemented":false,"id":2067,"linearizedBaseContracts":[2067],"name":"IGateway","nameLocation":"281:8:9","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":1901,"nodeType":"StructuredDocumentation","src":"477:391:9","text":" @dev Emitted when a deposit is made.\n @param sender The address of the sender.\n @param token The address of the deposited token.\n @param amount The amount of the deposit.\n @param orderId The ID of the order.\n @param rate The rate at which the deposit is made.\n @param institutionCode The code of the institution.\n @param messageHash The hash of the message."},"eventSelector":"3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf333","id":1919,"name":"OrderCreated","nameLocation":"876:12:9","nodeType":"EventDefinition","parameters":{"id":1918,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1903,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"908:6:9","nodeType":"VariableDeclaration","scope":1919,"src":"892:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1902,"name":"address","nodeType":"ElementaryTypeName","src":"892:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1905,"indexed":true,"mutability":"mutable","name":"token","nameLocation":"934:5:9","nodeType":"VariableDeclaration","scope":1919,"src":"918:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1904,"name":"address","nodeType":"ElementaryTypeName","src":"918:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1907,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"959:6:9","nodeType":"VariableDeclaration","scope":1919,"src":"943:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1906,"name":"uint256","nodeType":"ElementaryTypeName","src":"943:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1909,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"977:11:9","nodeType":"VariableDeclaration","scope":1919,"src":"969:19:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1908,"name":"uint256","nodeType":"ElementaryTypeName","src":"969:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1911,"indexed":false,"mutability":"mutable","name":"orderId","nameLocation":"1000:7:9","nodeType":"VariableDeclaration","scope":1919,"src":"992:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1910,"name":"bytes32","nodeType":"ElementaryTypeName","src":"992:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1913,"indexed":false,"mutability":"mutable","name":"rate","nameLocation":"1019:4:9","nodeType":"VariableDeclaration","scope":1919,"src":"1011:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1912,"name":"uint256","nodeType":"ElementaryTypeName","src":"1011:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1915,"indexed":false,"mutability":"mutable","name":"institutionCode","nameLocation":"1035:15:9","nodeType":"VariableDeclaration","scope":1919,"src":"1027:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1914,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1027:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1917,"indexed":false,"mutability":"mutable","name":"messageHash","nameLocation":"1061:11:9","nodeType":"VariableDeclaration","scope":1919,"src":"1054:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1916,"name":"string","nodeType":"ElementaryTypeName","src":"1054:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"888:187:9"},"src":"870:206:9"},{"anonymous":false,"documentation":{"id":1920,"nodeType":"StructuredDocumentation","src":"1079:303:9","text":" @dev Emitted when an aggregator settles a transaction.\n @param splitOrderId The ID of the split order.\n @param orderId The ID of the order.\n @param liquidityProvider The address of the liquidity provider.\n @param settlePercent The percentage at which the transaction is settled."},"eventSelector":"98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a","id":1930,"name":"OrderSettled","nameLocation":"1390:12:9","nodeType":"EventDefinition","parameters":{"id":1929,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1922,"indexed":false,"mutability":"mutable","name":"splitOrderId","nameLocation":"1414:12:9","nodeType":"VariableDeclaration","scope":1930,"src":"1406:20:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1921,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1406:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1924,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1446:7:9","nodeType":"VariableDeclaration","scope":1930,"src":"1430:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1923,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1430:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1926,"indexed":true,"mutability":"mutable","name":"liquidityProvider","nameLocation":"1473:17:9","nodeType":"VariableDeclaration","scope":1930,"src":"1457:33:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1925,"name":"address","nodeType":"ElementaryTypeName","src":"1457:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1928,"indexed":false,"mutability":"mutable","name":"settlePercent","nameLocation":"1501:13:9","nodeType":"VariableDeclaration","scope":1930,"src":"1494:20:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1927,"name":"uint96","nodeType":"ElementaryTypeName","src":"1494:6:9","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"}],"src":"1402:115:9"},"src":"1384:134:9"},{"anonymous":false,"documentation":{"id":1931,"nodeType":"StructuredDocumentation","src":"1521:163:9","text":" @dev Emitted when an aggregator refunds a transaction.\n @param fee The fee deducted from the refund amount.\n @param orderId The ID of the order."},"eventSelector":"0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e","id":1937,"name":"OrderRefunded","nameLocation":"1692:13:9","nodeType":"EventDefinition","parameters":{"id":1936,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1933,"indexed":false,"mutability":"mutable","name":"fee","nameLocation":"1714:3:9","nodeType":"VariableDeclaration","scope":1937,"src":"1706:11:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1932,"name":"uint256","nodeType":"ElementaryTypeName","src":"1706:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1935,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1735:7:9","nodeType":"VariableDeclaration","scope":1937,"src":"1719:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1934,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1719:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1705:38:9"},"src":"1686:58:9"},{"anonymous":false,"documentation":{"id":1938,"nodeType":"StructuredDocumentation","src":"1747:161:9","text":" @dev Emitted when the sender's fee is transferred.\n @param sender The address of the sender.\n @param amount The amount of the fee transferred."},"eventSelector":"44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c2501","id":1944,"name":"SenderFeeTransferred","nameLocation":"1916:20:9","nodeType":"EventDefinition","parameters":{"id":1943,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1940,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"1953:6:9","nodeType":"VariableDeclaration","scope":1944,"src":"1937:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1939,"name":"address","nodeType":"ElementaryTypeName","src":"1937:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1942,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"1977:6:9","nodeType":"VariableDeclaration","scope":1944,"src":"1961:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1941,"name":"uint256","nodeType":"ElementaryTypeName","src":"1961:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1936:48:9"},"src":"1910:75:9"},{"canonicalName":"IGateway.TransactionMetadata","id":1955,"members":[{"constant":false,"id":1946,"mutability":"mutable","name":"identifier","nameLocation":"2551:10:9","nodeType":"VariableDeclaration","scope":1955,"src":"2544:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1945,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2544:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1948,"mutability":"mutable","name":"institution","nameLocation":"2572:11:9","nodeType":"VariableDeclaration","scope":1955,"src":"2565:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1947,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2565:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1950,"mutability":"mutable","name":"name","nameLocation":"2594:4:9","nodeType":"VariableDeclaration","scope":1955,"src":"2587:11:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1949,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2587:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1952,"mutability":"mutable","name":"currency","nameLocation":"2609:8:9","nodeType":"VariableDeclaration","scope":1955,"src":"2602:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1951,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2602:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1954,"mutability":"mutable","name":"liquidityProviderID","nameLocation":"2629:19:9","nodeType":"VariableDeclaration","scope":1955,"src":"2621:27:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1953,"name":"uint256","nodeType":"ElementaryTypeName","src":"2621:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"TransactionMetadata","nameLocation":"2520:19:9","nodeType":"StructDefinition","scope":2067,"src":"2513:139:9","visibility":"public"},{"canonicalName":"IGateway.Order","id":1976,"members":[{"constant":false,"id":1957,"mutability":"mutable","name":"sender","nameLocation":"3274:6:9","nodeType":"VariableDeclaration","scope":1976,"src":"3266:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1956,"name":"address","nodeType":"ElementaryTypeName","src":"3266:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1959,"mutability":"mutable","name":"token","nameLocation":"3292:5:9","nodeType":"VariableDeclaration","scope":1976,"src":"3284:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1958,"name":"address","nodeType":"ElementaryTypeName","src":"3284:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1961,"mutability":"mutable","name":"senderFeeRecipient","nameLocation":"3309:18:9","nodeType":"VariableDeclaration","scope":1976,"src":"3301:26:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1960,"name":"address","nodeType":"ElementaryTypeName","src":"3301:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1963,"mutability":"mutable","name":"senderFee","nameLocation":"3339:9:9","nodeType":"VariableDeclaration","scope":1976,"src":"3331:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1962,"name":"uint256","nodeType":"ElementaryTypeName","src":"3331:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1965,"mutability":"mutable","name":"protocolFee","nameLocation":"3360:11:9","nodeType":"VariableDeclaration","scope":1976,"src":"3352:19:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1964,"name":"uint256","nodeType":"ElementaryTypeName","src":"3352:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1967,"mutability":"mutable","name":"isFulfilled","nameLocation":"3380:11:9","nodeType":"VariableDeclaration","scope":1976,"src":"3375:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1966,"name":"bool","nodeType":"ElementaryTypeName","src":"3375:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1969,"mutability":"mutable","name":"isRefunded","nameLocation":"3400:10:9","nodeType":"VariableDeclaration","scope":1976,"src":"3395:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1968,"name":"bool","nodeType":"ElementaryTypeName","src":"3395:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1971,"mutability":"mutable","name":"refundAddress","nameLocation":"3422:13:9","nodeType":"VariableDeclaration","scope":1976,"src":"3414:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1970,"name":"address","nodeType":"ElementaryTypeName","src":"3414:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1973,"mutability":"mutable","name":"currentBPS","nameLocation":"3446:10:9","nodeType":"VariableDeclaration","scope":1976,"src":"3439:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1972,"name":"uint96","nodeType":"ElementaryTypeName","src":"3439:6:9","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1975,"mutability":"mutable","name":"amount","nameLocation":"3468:6:9","nodeType":"VariableDeclaration","scope":1976,"src":"3460:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1974,"name":"uint256","nodeType":"ElementaryTypeName","src":"3460:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"Order","nameLocation":"3256:5:9","nodeType":"StructDefinition","scope":2067,"src":"3249:229:9","visibility":"public"},{"documentation":{"id":1977,"nodeType":"StructuredDocumentation","src":"3673:1028:9","text":" @notice Locks the sender's amount of token into Gateway.\n @dev Requirements:\n - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n - `_token` must be an acceptable token. See {isTokenSupported}.\n - `amount` must be greater than minimum.\n - `_refundAddress` refund address must not be zero address.\n @param _token The address of the token.\n @param _amount The amount in the decimal of `_token` to be locked.\n @param _institutionCode The institution code of the sender.\n @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n @param messageHash The hash of the message.\n @return _orderId The ID of the order."},"functionSelector":"d12ff20a","id":1998,"implemented":false,"kind":"function","modifiers":[],"name":"createOrder","nameLocation":"4712:11:9","nodeType":"FunctionDefinition","parameters":{"id":1994,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1979,"mutability":"mutable","name":"_token","nameLocation":"4735:6:9","nodeType":"VariableDeclaration","scope":1998,"src":"4727:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1978,"name":"address","nodeType":"ElementaryTypeName","src":"4727:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1981,"mutability":"mutable","name":"_amount","nameLocation":"4753:7:9","nodeType":"VariableDeclaration","scope":1998,"src":"4745:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1980,"name":"uint256","nodeType":"ElementaryTypeName","src":"4745:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1983,"mutability":"mutable","name":"_institutionCode","nameLocation":"4772:16:9","nodeType":"VariableDeclaration","scope":1998,"src":"4764:24:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1982,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4764:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1985,"mutability":"mutable","name":"_rate","nameLocation":"4799:5:9","nodeType":"VariableDeclaration","scope":1998,"src":"4792:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1984,"name":"uint96","nodeType":"ElementaryTypeName","src":"4792:6:9","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1987,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"4816:19:9","nodeType":"VariableDeclaration","scope":1998,"src":"4808:27:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1986,"name":"address","nodeType":"ElementaryTypeName","src":"4808:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1989,"mutability":"mutable","name":"_senderFee","nameLocation":"4847:10:9","nodeType":"VariableDeclaration","scope":1998,"src":"4839:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1988,"name":"uint256","nodeType":"ElementaryTypeName","src":"4839:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1991,"mutability":"mutable","name":"_refundAddress","nameLocation":"4869:14:9","nodeType":"VariableDeclaration","scope":1998,"src":"4861:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1990,"name":"address","nodeType":"ElementaryTypeName","src":"4861:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1993,"mutability":"mutable","name":"messageHash","nameLocation":"4903:11:9","nodeType":"VariableDeclaration","scope":1998,"src":"4887:27:9","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":1992,"name":"string","nodeType":"ElementaryTypeName","src":"4887:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4723:194:9"},"returnParameters":{"id":1997,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1996,"mutability":"mutable","name":"_orderId","nameLocation":"4944:8:9","nodeType":"VariableDeclaration","scope":1998,"src":"4936:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1995,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4936:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4935:18:9"},"scope":2067,"src":"4703:251:9","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":1999,"nodeType":"StructuredDocumentation","src":"4957:366:9","text":" @notice Settles a transaction and distributes rewards accordingly.\n @param _splitOrderId The ID of the split order.\n @param _orderId The ID of the transaction.\n @param _liquidityProvider The address of the liquidity provider.\n @param _settlePercent The rate at which the transaction is settled.\n @return bool the settlement is successful."},"functionSelector":"f22ee704","id":2012,"implemented":false,"kind":"function","modifiers":[],"name":"settle","nameLocation":"5334:6:9","nodeType":"FunctionDefinition","parameters":{"id":2008,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2001,"mutability":"mutable","name":"_splitOrderId","nameLocation":"5352:13:9","nodeType":"VariableDeclaration","scope":2012,"src":"5344:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2000,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5344:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2003,"mutability":"mutable","name":"_orderId","nameLocation":"5377:8:9","nodeType":"VariableDeclaration","scope":2012,"src":"5369:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2002,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5369:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2005,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"5397:18:9","nodeType":"VariableDeclaration","scope":2012,"src":"5389:26:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2004,"name":"address","nodeType":"ElementaryTypeName","src":"5389:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2007,"mutability":"mutable","name":"_settlePercent","nameLocation":"5426:14:9","nodeType":"VariableDeclaration","scope":2012,"src":"5419:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2006,"name":"uint64","nodeType":"ElementaryTypeName","src":"5419:6:9","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"5340:103:9"},"returnParameters":{"id":2011,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2010,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2012,"src":"5462:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2009,"name":"bool","nodeType":"ElementaryTypeName","src":"5462:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5461:6:9"},"scope":2067,"src":"5325:143:9","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":2013,"nodeType":"StructuredDocumentation","src":"5471:299:9","text":" @notice Refunds to the specified refundable address.\n @dev Requirements:\n - Only aggregators can call this function.\n @param _fee The amount to be deducted from the amount to be refunded.\n @param _orderId The ID of the transaction.\n @return bool the refund is successful."},"functionSelector":"71eedb88","id":2022,"implemented":false,"kind":"function","modifiers":[],"name":"refund","nameLocation":"5781:6:9","nodeType":"FunctionDefinition","parameters":{"id":2018,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2015,"mutability":"mutable","name":"_fee","nameLocation":"5796:4:9","nodeType":"VariableDeclaration","scope":2022,"src":"5788:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2014,"name":"uint256","nodeType":"ElementaryTypeName","src":"5788:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2017,"mutability":"mutable","name":"_orderId","nameLocation":"5810:8:9","nodeType":"VariableDeclaration","scope":2022,"src":"5802:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2016,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5802:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"5787:32:9"},"returnParameters":{"id":2021,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2020,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2022,"src":"5838:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2019,"name":"bool","nodeType":"ElementaryTypeName","src":"5838:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5837:6:9"},"scope":2067,"src":"5772:72:9","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":2023,"nodeType":"StructuredDocumentation","src":"5847:157:9","text":" @notice Checks if a token is supported by Gateway.\n @param _token The address of the token to check.\n @return bool the token is supported."},"functionSelector":"75151b63","id":2030,"implemented":false,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"6015:16:9","nodeType":"FunctionDefinition","parameters":{"id":2026,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2025,"mutability":"mutable","name":"_token","nameLocation":"6040:6:9","nodeType":"VariableDeclaration","scope":2030,"src":"6032:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2024,"name":"address","nodeType":"ElementaryTypeName","src":"6032:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6031:16:9"},"returnParameters":{"id":2029,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2028,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2030,"src":"6071:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2027,"name":"bool","nodeType":"ElementaryTypeName","src":"6071:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6070:6:9"},"scope":2067,"src":"6006:71:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2031,"nodeType":"StructuredDocumentation","src":"6080:128:9","text":" @notice Gets the details of an order.\n @param _orderId The ID of the order.\n @return Order The order details."},"functionSelector":"768c6ec0","id":2039,"implemented":false,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"6219:12:9","nodeType":"FunctionDefinition","parameters":{"id":2034,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2033,"mutability":"mutable","name":"_orderId","nameLocation":"6240:8:9","nodeType":"VariableDeclaration","scope":2039,"src":"6232:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2032,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6232:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6231:18:9"},"returnParameters":{"id":2038,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2037,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2039,"src":"6273:12:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_memory_ptr","typeString":"struct IGateway.Order"},"typeName":{"id":2036,"nodeType":"UserDefinedTypeName","pathNode":{"id":2035,"name":"Order","nameLocations":["6273:5:9"],"nodeType":"IdentifierPath","referencedDeclaration":1976,"src":"6273:5:9"},"referencedDeclaration":1976,"src":"6273:5:9","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage_ptr","typeString":"struct IGateway.Order"}},"visibility":"internal"}],"src":"6272:14:9"},"scope":2067,"src":"6210:77:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2040,"nodeType":"StructuredDocumentation","src":"6290:154:9","text":" @notice Gets the fee details of Gateway.\n @return protocolReward The protocol reward amount.\n @return max_bps The maximum basis points."},"functionSelector":"b810c636","id":2047,"implemented":false,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"6455:13:9","nodeType":"FunctionDefinition","parameters":{"id":2041,"nodeType":"ParameterList","parameters":[],"src":"6468:2:9"},"returnParameters":{"id":2046,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2043,"mutability":"mutable","name":"protocolReward","nameLocation":"6501:14:9","nodeType":"VariableDeclaration","scope":2047,"src":"6494:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2042,"name":"uint64","nodeType":"ElementaryTypeName","src":"6494:6:9","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":2045,"mutability":"mutable","name":"max_bps","nameLocation":"6525:7:9","nodeType":"VariableDeclaration","scope":2047,"src":"6517:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2044,"name":"uint256","nodeType":"ElementaryTypeName","src":"6517:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6493:40:9"},"scope":2067,"src":"6446:88:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2048,"nodeType":"StructuredDocumentation","src":"6537:167:9","text":" @notice Gets the details of a supported institution by code.\n @param _code The institution code.\n @return InstitutionByCode The institution details."},"functionSelector":"c2280103","id":2056,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"6715:29:9","nodeType":"FunctionDefinition","parameters":{"id":2051,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2050,"mutability":"mutable","name":"_code","nameLocation":"6756:5:9","nodeType":"VariableDeclaration","scope":2056,"src":"6748:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2049,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6748:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6744:20:9"},"returnParameters":{"id":2055,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2054,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2056,"src":"6788:38:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":2053,"nodeType":"UserDefinedTypeName","pathNode":{"id":2052,"name":"SharedStructs.InstitutionByCode","nameLocations":["6788:13:9","6802:17:9"],"nodeType":"IdentifierPath","referencedDeclaration":2079,"src":"6788:31:9"},"referencedDeclaration":2079,"src":"6788:31:9","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"6787:40:9"},"scope":2067,"src":"6706:122:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2057,"nodeType":"StructuredDocumentation","src":"6831:167:9","text":" @notice Gets the details of supported institutions by currency.\n @param _currency The currency code.\n @return Institutions An array of institutions."},"functionSelector":"02621338","id":2066,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"7009:24:9","nodeType":"FunctionDefinition","parameters":{"id":2060,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2059,"mutability":"mutable","name":"_currency","nameLocation":"7045:9:9","nodeType":"VariableDeclaration","scope":2066,"src":"7037:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2058,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7037:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7033:24:9"},"returnParameters":{"id":2065,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2064,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2066,"src":"7081:34:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":2062,"nodeType":"UserDefinedTypeName","pathNode":{"id":2061,"name":"SharedStructs.Institution","nameLocations":["7081:13:9","7095:11:9"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"7081:25:9"},"referencedDeclaration":2074,"src":"7081:25:9","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":2063,"nodeType":"ArrayTypeName","src":"7081:27:9","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"7080:36:9"},"scope":2067,"src":"7000:117:9","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":2068,"src":"271:6848:9","usedErrors":[]}],"src":"39:7081:9"},"id":9},"contracts/libraries/SharedStructs.sol":{"ast":{"absolutePath":"contracts/libraries/SharedStructs.sol","exportedSymbols":{"SharedStructs":[2080]},"id":2081,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":2069,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:10"},{"abstract":false,"baseContracts":[],"canonicalName":"SharedStructs","contractDependencies":[],"contractKind":"library","fullyImplemented":true,"id":2080,"linearizedBaseContracts":[2080],"name":"SharedStructs","nameLocation":"73:13:10","nodeType":"ContractDefinition","nodes":[{"canonicalName":"SharedStructs.Institution","id":2074,"members":[{"constant":false,"id":2071,"mutability":"mutable","name":"code","nameLocation":"290:4:10","nodeType":"VariableDeclaration","scope":2074,"src":"282:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2070,"name":"bytes32","nodeType":"ElementaryTypeName","src":"282:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2073,"mutability":"mutable","name":"name","nameLocation":"312:4:10","nodeType":"VariableDeclaration","scope":2074,"src":"304:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2072,"name":"bytes32","nodeType":"ElementaryTypeName","src":"304:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"Institution","nameLocation":"260:11:10","nodeType":"StructDefinition","scope":2080,"src":"253:70:10","visibility":"public"},{"canonicalName":"SharedStructs.InstitutionByCode","id":2079,"members":[{"constant":false,"id":2076,"mutability":"mutable","name":"name","nameLocation":"548:4:10","nodeType":"VariableDeclaration","scope":2079,"src":"540:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2075,"name":"bytes32","nodeType":"ElementaryTypeName","src":"540:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2078,"mutability":"mutable","name":"currency","nameLocation":"570:8:10","nodeType":"VariableDeclaration","scope":2079,"src":"562:16:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2077,"name":"bytes32","nodeType":"ElementaryTypeName","src":"562:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"InstitutionByCode","nameLocation":"512:17:10","nodeType":"StructDefinition","scope":2080,"src":"505:80:10","visibility":"public"}],"scope":2081,"src":"65:522:10","usedErrors":[]}],"src":"39:548:10"},"id":10}},"contracts":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"Ownable2StepUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":\"Ownable2StepUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"OwnableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"owner()":"8da5cb5b","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":\"OwnableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"Initializable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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] ```","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"_initialized":{"custom:oz-retyped-from":"bool","details":"Indicates that the contract has been initialized."},"_initializing":{"details":"Indicates that the contract is in the process of being initialized."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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] ```\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"_initialized\":{\"custom:oz-retyped-from\":\"bool\",\"details\":\"Indicates that the contract has been initialized.\"},\"_initializing\":{\"details\":\"Indicates that the contract is in the process of being initialized.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":\"Initializable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"}],"types":{"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"PausableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}],"devdoc":{"details":"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"paused()":{"details":"Returns true if the contract is paused, and false otherwise."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"paused()":"5c975abb"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":\"PausableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":430,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_paused","offset":0,"slot":"51","type":"t_bool"},{"astId":535,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"AddressUpgradeable":{"abi":[],"devdoc":{"details":"Collection of functions related to the address type","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:4:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:4:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_revert(bytes memory,string memory)":"infinite","functionCall(address,bytes memory)":"infinite","functionCall(address,bytes memory,string memory)":"infinite","functionCallWithValue(address,bytes memory,uint256)":"infinite","functionCallWithValue(address,bytes memory,uint256,string memory)":"infinite","functionDelegateCall(address,bytes memory)":"infinite","functionDelegateCall(address,bytes memory,string memory)":"infinite","functionStaticCall(address,bytes memory)":"infinite","functionStaticCall(address,bytes memory,string memory)":"infinite","isContract(address)":"infinite","sendValue(address payable,uint256)":"infinite","verifyCallResult(bool,bytes memory,string memory)":"infinite","verifyCallResultFromTarget(address,bool,bytes memory,string memory)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Collection of functions related to the address type\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":\"AddressUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ContextUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":\"ContextUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"}],"types":{"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"IERC20":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 standard as defined in the EIP.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 standard as defined in the EIP.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":\"IERC20\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/Gateway.sol":{"Gateway":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"","type":"uint64"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"bool","name":"isRefunded","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IGateway.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFee","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Gateway contract for handling orders and settlements.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","sender":"The address of the sender.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"constructor":{"custom:oz-upgrades-unsafe-allow":"constructor"},"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"details":"See {createOrder-IGateway}. "},"getFeeDetails()":{"details":"See {getFeeDetails-IGateway}. "},"getOrderInfo(bytes32)":{"details":"See {getOrderInfo-IGateway}. "},"getSupportedInstitutionByCode(bytes32)":{"details":"See {getSupportedInstitutionByCode-IGateway}. "},"getSupportedInstitutions(bytes32)":{"details":"See {getSupportedInstitutions-IGateway}. "},"initialize()":{"details":"Initialize function."},"isTokenSupported(address)":{"details":"See {isTokenSupported-IGateway}. "},"owner()":{"details":"Returns the address of the current owner."},"pause()":{"details":"Pause the contract."},"paused()":{"details":"Returns true if the contract is paused, and false otherwise."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"refund(uint256,bytes32)":{"details":"See {refund-IGateway}. "},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"settle(bytes32,bytes32,address,uint64)":{"details":"See {settle-IGateway}. "},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"unpause()":{"details":"Unpause the contract."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolFee(uint64)":{"details":"Updates the protocol fee percentage.","params":{"_protocolFeePercent":"The new protocol fee percentage to be set."}}},"title":"Gateway","version":1},"evm":{"bytecode":{"functionDebugData":{"@_1038":{"entryPoint":null,"id":1038,"parameterSlots":0,"returnSlots":0},"@_disableInitializers_389":{"entryPoint":40,"id":389,"parameterSlots":0,"returnSlots":0},"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack":{"entryPoint":334,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":420,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":373,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":437,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":238,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":407,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a":{"entryPoint":255,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:1638:11","statements":[{"body":{"nodeType":"YulBlock","src":"103:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"120:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"125:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"113:6:11"},"nodeType":"YulFunctionCall","src":"113:19:11"},"nodeType":"YulExpressionStatement","src":"113:19:11"},{"nodeType":"YulAssignment","src":"141:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"160:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"165:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"156:3:11"},"nodeType":"YulFunctionCall","src":"156:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"141:11:11"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"75:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"80:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"91:11:11","type":""}],"src":"7:169:11"},{"body":{"nodeType":"YulBlock","src":"288:120:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"310:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"318:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"306:3:11"},"nodeType":"YulFunctionCall","src":"306:14:11"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469","kind":"string","nodeType":"YulLiteral","src":"322:34:11","type":"","value":"Initializable: contract is initi"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"299:6:11"},"nodeType":"YulFunctionCall","src":"299:58:11"},"nodeType":"YulExpressionStatement","src":"299:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"378:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"386:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"374:3:11"},"nodeType":"YulFunctionCall","src":"374:15:11"},{"hexValue":"616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"391:9:11","type":"","value":"alizing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"367:6:11"},"nodeType":"YulFunctionCall","src":"367:34:11"},"nodeType":"YulExpressionStatement","src":"367:34:11"}]},"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"280:6:11","type":""}],"src":"182:226:11"},{"body":{"nodeType":"YulBlock","src":"560:220:11","statements":[{"nodeType":"YulAssignment","src":"570:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"636:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"641:2:11","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"577:58:11"},"nodeType":"YulFunctionCall","src":"577:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"570:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"742:3:11"}],"functionName":{"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulIdentifier","src":"653:88:11"},"nodeType":"YulFunctionCall","src":"653:93:11"},"nodeType":"YulExpressionStatement","src":"653:93:11"},{"nodeType":"YulAssignment","src":"755:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"766:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"771:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"762:3:11"},"nodeType":"YulFunctionCall","src":"762:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"755:3:11"}]}]},"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"548:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"556:3:11","type":""}],"src":"414:366:11"},{"body":{"nodeType":"YulBlock","src":"957:248:11","statements":[{"nodeType":"YulAssignment","src":"967:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"979:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"990:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"975:3:11"},"nodeType":"YulFunctionCall","src":"975:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"967:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1014:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"1025:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1010:3:11"},"nodeType":"YulFunctionCall","src":"1010:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1033:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"1039:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1029:3:11"},"nodeType":"YulFunctionCall","src":"1029:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1003:6:11"},"nodeType":"YulFunctionCall","src":"1003:47:11"},"nodeType":"YulExpressionStatement","src":"1003:47:11"},{"nodeType":"YulAssignment","src":"1059:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1193:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1067:124:11"},"nodeType":"YulFunctionCall","src":"1067:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1059:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"937:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"952:4:11","type":""}],"src":"786:419:11"},{"body":{"nodeType":"YulBlock","src":"1254:43:11","statements":[{"nodeType":"YulAssignment","src":"1264:27:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1279:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"1286:4:11","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1275:3:11"},"nodeType":"YulFunctionCall","src":"1275:16:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1264:7:11"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1236:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1246:7:11","type":""}],"src":"1211:86:11"},{"body":{"nodeType":"YulBlock","src":"1364:51:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1381:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1402:5:11"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"1386:15:11"},"nodeType":"YulFunctionCall","src":"1386:22:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1374:6:11"},"nodeType":"YulFunctionCall","src":"1374:35:11"},"nodeType":"YulExpressionStatement","src":"1374:35:11"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1352:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1359:3:11","type":""}],"src":"1303:112:11"},{"body":{"nodeType":"YulBlock","src":"1515:120:11","statements":[{"nodeType":"YulAssignment","src":"1525:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1537:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"1548:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:11"},"nodeType":"YulFunctionCall","src":"1533:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1525:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1601:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1614:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"1625:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1610:3:11"},"nodeType":"YulFunctionCall","src":"1610:17:11"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"1561:39:11"},"nodeType":"YulFunctionCall","src":"1561:67:11"},"nodeType":"YulExpressionStatement","src":"1561:67:11"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1487:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1499:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1510:4:11","type":""}],"src":"1421:214:11"}]},"contents":"{\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is initi\")\n\n mstore(add(memPtr, 32), \"alizing\")\n\n }\n\n function abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n}\n","id":11,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b50620000226200002860201b60201c565b620001d2565b600060019054906101000a900460ff16156200007b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620000729062000175565b60405180910390fd5b60ff801660008054906101000a900460ff1660ff1614620000ec5760ff6000806101000a81548160ff021916908360ff1602179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860ff604051620000e39190620001b5565b60405180910390a15b565b600082825260208201905092915050565b7f496e697469616c697a61626c653a20636f6e747261637420697320696e69746960008201527f616c697a696e6700000000000000000000000000000000000000000000000000602082015250565b60006200015d602783620000ee565b91506200016a82620000ff565b604082019050919050565b6000602082019050818103600083015262000190816200014e565b9050919050565b600060ff82169050919050565b620001af8162000197565b82525050565b6000602082019050620001cc6000830184620001a4565b92915050565b61413c80620001e26000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b610156600480360381019061015191906128ba565b6103c3565b60405161016391906129d4565b60405180910390f35b61018660048036038101906101819190612ba4565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c5e565b6105d0565b005b6101c860048036038101906101c39190612cde565b610898565b005b6101d2610903565b6040516101df9190612d26565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d77565b61092e565b6040516102199190612d26565b60405180910390f35b61023c60048036038101906102379190612db7565b610dce565b6040516102499190612d26565b60405180910390f35b61026c600480360381019061026791906128ba565b610e2a565b6040516102799190612f04565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612f2f565b60405180910390f35b6102c661125c565b6040516102d4929190612f68565b60405180910390f35b6102f760048036038101906102f291906128ba565b611281565b6040516103049190612fc0565b60405180910390f35b61032760048036038101906103229190612fdb565b6112c2565b005b610343600480360381019061033e91906130b5565b611447565b604051610350919061319a565b60405180910390f35b61036161198e565b60405161036e9190612f2f565b60405180910390f35b610391600480360381019061038c91906131b5565b6119b8565b60405161039e9190612d26565b60405180910390f35b6103c160048036038101906103bc9190612db7565b612014565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c1565b60cd600083815260200190815260200160002060006104709190612748565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a161321c565b5b602002602001015190806001815401808255809150506001900390600052602060002090600202016000909190919091506000820151816000015560208201518160010155505060405180604001604052808383815181106105075761050661321c565b5b60200260200101516020015181526020018481525060ce60008484815181106105335761053261321c565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613365565b60405180910390a25050565b6105c66120c1565b6105ce61213f565b565b6105d86120c1565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e906133e4565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613476565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f890613508565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c1565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f89190613528565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c1565b61092c60006121a2565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b79061358f565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c906135fb565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8190613667565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb906136d3565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b789291906136f3565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb9190613748565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c7091906137a4565b610c7a91906137d8565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a91906137a4565b6040518363ffffffff1660e01b8152600401610d479291906136f3565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a9190613748565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb919061380c565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261276c565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d3565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198e565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb90613899565b60405180910390fd5b6110cd816121a2565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121db565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111649061392b565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fe565b6111c4612257565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024986001604051611214919061399d565b60405180910390a15b50565b6112286120c1565b6112306122b0565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b611289612829565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c1565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611330906133e4565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e90613a04565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c83604051611439919061380c565b60405180910390a35b505050565b6000611451612313565b61145f8a8a8689898d61235d565b600083839050036114a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149c90613a70565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114cf91906137a4565b6040518463ffffffff1660e01b81526004016114ed93929190613a90565b6020604051808303816000875af115801561150c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115309190613748565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158290613ac7565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115da9291906136f3565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116239190613b0f565b61162d9190613b80565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f591906137d8565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197896959493929190613c1e565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a4a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a419061358f565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa6906135fb565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b14576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0b90613667565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b989190613c7a565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611eca576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df157610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d1a9291906136f3565b6020604051808303816000875af1158015611d39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5d9190613748565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec9578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e849291906136f3565b6020604051808303816000875af1158015611ea3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec79190613748565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efc9190613b0f565b611f069190613b80565b90508061010160008881526020019081526020016000206007016000828254611f2f91906137d8565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f719291906136f3565b6020604051808303816000875af1158015611f90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb49190613748565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffe929190613ceb565b60405180910390a3600192505050949350505050565b61201c6120c1565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207c611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c96121d3565b73ffffffffffffffffffffffffffffffffffffffff166120e7611232565b73ffffffffffffffffffffffffffffffffffffffff161461213d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213490613d60565b60405180910390fd5b565b61214761256c565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218b6121d3565b6040516121989190612f2f565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121d0816125b5565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224490613df2565b60405180910390fd5b61225561267b565b565b600060019054906101000a900460ff166122a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229d90613df2565b60405180910390fd5b6122ae6126dc565b565b6122b8612313565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fc6121d3565b6040516123099190612f2f565b60405180910390a1565b61231b610903565b1561235b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235290613e5e565b60405180910390fd5b565b600160cc60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d690613eca565b60405180910390fd5b60008503612422576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241990613f36565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603612491576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248890613fa2565b60405180910390fd5b6000801b60ce600083815260200190815260200160002060000154036124ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e39061400e565b60405180910390fd5b6000821461256457600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612563576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161255a9061407a565b60405180910390fd5b5b505050505050565b612574610903565b6125b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125aa906140e6565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff166126ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c190613df2565b60405180910390fd5b6126da6126d56121d3565b6121a2565b565b600060019054906101000a900460ff1661272b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161272290613df2565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127699190612849565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561286c5760008082016000905560018201600090555060020161284a565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61289781612884565b81146128a257600080fd5b50565b6000813590506128b48161288e565b92915050565b6000602082840312156128d0576128cf61287a565b5b60006128de848285016128a5565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61291c81612884565b82525050565b6040820160008201516129386000850182612913565b50602082015161294b6020850182612913565b50505050565b600061295d8383612922565b60408301905092915050565b6000602082019050919050565b6000612981826128e7565b61298b81856128f2565b935061299683612903565b8060005b838110156129c75781516129ae8882612951565b97506129b983612969565b92505060018101905061299a565b5085935050505092915050565b600060208201905081810360008301526129ee8184612976565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a44826129fb565b810181811067ffffffffffffffff82111715612a6357612a62612a0c565b5b80604052505050565b6000612a76612870565b9050612a828282612a3b565b919050565b600067ffffffffffffffff821115612aa257612aa1612a0c565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612ad357612ad2612ab8565b5b612add6040612a6c565b90506000612aed848285016128a5565b6000830152506020612b01848285016128a5565b60208301525092915050565b6000612b20612b1b84612a87565b612a6c565b90508083825260208201905060408402830185811115612b4357612b42612ab3565b5b835b81811015612b6c5780612b588882612abd565b845260208401935050604081019050612b45565b5050509392505050565b600082601f830112612b8b57612b8a6129f6565b5b8135612b9b848260208601612b0d565b91505092915050565b60008060408385031215612bbb57612bba61287a565b5b6000612bc9858286016128a5565b925050602083013567ffffffffffffffff811115612bea57612be961287f565b5b612bf685828601612b76565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c2b82612c00565b9050919050565b612c3b81612c20565b8114612c4657600080fd5b50565b600081359050612c5881612c32565b92915050565b60008060408385031215612c7557612c7461287a565b5b6000612c83858286016128a5565b9250506020612c9485828601612c49565b9150509250929050565b600067ffffffffffffffff82169050919050565b612cbb81612c9e565b8114612cc657600080fd5b50565b600081359050612cd881612cb2565b92915050565b600060208284031215612cf457612cf361287a565b5b6000612d0284828501612cc9565b91505092915050565b60008115159050919050565b612d2081612d0b565b82525050565b6000602082019050612d3b6000830184612d17565b92915050565b6000819050919050565b612d5481612d41565b8114612d5f57600080fd5b50565b600081359050612d7181612d4b565b92915050565b60008060408385031215612d8e57612d8d61287a565b5b6000612d9c85828601612d62565b9250506020612dad858286016128a5565b9150509250929050565b600060208284031215612dcd57612dcc61287a565b5b6000612ddb84828501612c49565b91505092915050565b612ded81612c20565b82525050565b612dfc81612d41565b82525050565b612e0b81612d0b565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e3281612e11565b82525050565b61014082016000820151612e4f6000850182612de4565b506020820151612e626020850182612de4565b506040820151612e756040850182612de4565b506060820151612e886060850182612df3565b506080820151612e9b6080850182612df3565b5060a0820151612eae60a0850182612e02565b5060c0820151612ec160c0850182612e02565b5060e0820151612ed460e0850182612de4565b50610100820151612ee9610100850182612e29565b50610120820151612efe610120850182612df3565b50505050565b600061014082019050612f1a6000830184612e38565b92915050565b612f2981612c20565b82525050565b6000602082019050612f446000830184612f20565b92915050565b612f5381612c9e565b82525050565b612f6281612d41565b82525050565b6000604082019050612f7d6000830185612f4a565b612f8a6020830184612f59565b9392505050565b604082016000820151612fa76000850182612913565b506020820151612fba6020850182612913565b50505050565b6000604082019050612fd56000830184612f91565b92915050565b600080600060608486031215612ff457612ff361287a565b5b6000613002868287016128a5565b935050602061301386828701612c49565b925050604061302486828701612d62565b9150509250925092565b61303781612e11565b811461304257600080fd5b50565b6000813590506130548161302e565b92915050565b600080fd5b60008083601f840112613075576130746129f6565b5b8235905067ffffffffffffffff8111156130925761309161305a565b5b6020830191508360018202830111156130ae576130ad612ab3565b5b9250929050565b60008060008060008060008060006101008a8c0312156130d8576130d761287a565b5b60006130e68c828d01612c49565b99505060206130f78c828d01612d62565b98505060406131088c828d016128a5565b97505060606131198c828d01613045565b965050608061312a8c828d01612c49565b95505060a061313b8c828d01612d62565b94505060c061314c8c828d01612c49565b93505060e08a013567ffffffffffffffff81111561316d5761316c61287f565b5b6131798c828d0161305f565b92509250509295985092959850929598565b61319481612884565b82525050565b60006020820190506131af600083018461318b565b92915050565b600080600080608085870312156131cf576131ce61287a565b5b60006131dd878288016128a5565b94505060206131ee878288016128a5565b93505060406131ff87828801612c49565b925050606061321087828801612cc9565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132956132908361326b565b613278565b9050919050565b6040820160008083015490506132b181613282565b6132be6000860182612913565b50600183015490506132cf81613282565b6132dc6020860182612913565b5050505050565b60006132ef838361329c565b60408301905092915050565b6000600282019050919050565b60006133138261324b565b61331d81856128f2565b935061332883613256565b8060005b83811015613358578161333f88826132e3565b975061334a836132fb565b92505060018101905061332c565b5085935050505092915050565b6000602082019050818103600083015261337f8184613308565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006133ce601583613387565b91506133d982613398565b602082019050919050565b600060208201905081810360008301526133fd816133c1565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b6000613460602583613387565b915061346b82613404565b604082019050919050565b6000602082019050818103600083015261348f81613453565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006134f2602783613387565b91506134fd82613496565b604082019050919050565b60006020820190508181036000830152613521816134e5565b9050919050565b600060208201905061353d6000830184612f4a565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613579600e83613387565b915061358482613543565b602082019050919050565b600060208201905081810360008301526135a88161356c565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b60006135e5600e83613387565b91506135f0826135af565b602082019050919050565b60006020820190508181036000830152613614816135d8565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b6000613651600d83613387565b915061365c8261361b565b602082019050919050565b6000602082019050818103600083015261368081613644565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006136bd601583613387565b91506136c882613687565b602082019050919050565b600060208201905081810360008301526136ec816136b0565b9050919050565b60006040820190506137086000830185612f20565b6137156020830184612f59565b9392505050565b61372581612d0b565b811461373057600080fd5b50565b6000815190506137428161371c565b92915050565b60006020828403121561375e5761375d61287a565b5b600061376c84828501613733565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006137af82612d41565b91506137ba83612d41565b92508282019050808211156137d2576137d1613775565b5b92915050565b60006137e382612d41565b91506137ee83612d41565b925082820390508181111561380657613805613775565b5b92915050565b60006020820190506138216000830184612f59565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613883602983613387565b915061388e82613827565b604082019050919050565b600060208201905081810360008301526138b281613876565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b6000613915602e83613387565b9150613920826138b9565b604082019050919050565b6000602082019050818103600083015261394481613908565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061398761398261397d8461394b565b613962565b613955565b9050919050565b6139978161396c565b82525050565b60006020820190506139b2600083018461398e565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006139ee601783613387565b91506139f9826139b8565b602082019050919050565b60006020820190508181036000830152613a1d816139e1565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613a5a601283613387565b9150613a6582613a24565b602082019050919050565b60006020820190508181036000830152613a8981613a4d565b9050919050565b6000606082019050613aa56000830186612f20565b613ab26020830185612f20565b613abf6040830184612f59565b949350505050565b6000613ad282612d41565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613b0457613b03613775565b5b600182019050919050565b6000613b1a82612d41565b9150613b2583612d41565b9250828202613b3381612d41565b91508282048414831517613b4a57613b49613775565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b8b82612d41565b9150613b9683612d41565b925082613ba657613ba5613b51565b5b828204905092915050565b6000613bcc613bc7613bc284612e11565b613962565b612d41565b9050919050565b613bdc81613bb1565b82525050565b82818337600083830152505050565b6000613bfd8385613387565b9350613c0a838584613be2565b613c13836129fb565b840190509392505050565b600060a082019050613c336000830189612f59565b613c40602083018861318b565b613c4d6040830187613bd3565b613c5a606083018661318b565b8181036080830152613c6d818486613bf1565b9050979650505050505050565b6000613c8582612e11565b9150613c9083612e11565b925082820390506bffffffffffffffffffffffff811115613cb457613cb3613775565b5b92915050565b6000613cd5613cd0613ccb84612c9e565b613962565b612e11565b9050919050565b613ce581613cba565b82525050565b6000604082019050613d00600083018561318b565b613d0d6020830184613cdc565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d4a602083613387565b9150613d5582613d14565b602082019050919050565b60006020820190508181036000830152613d7981613d3d565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613ddc602b83613387565b9150613de782613d80565b604082019050919050565b60006020820190508181036000830152613e0b81613dcf565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e48601083613387565b9150613e5382613e12565b602082019050919050565b60006020820190508181036000830152613e7781613e3b565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613eb4601183613387565b9150613ebf82613e7e565b602082019050919050565b60006020820190508181036000830152613ee381613ea7565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f20600c83613387565b9150613f2b82613eea565b602082019050919050565b60006020820190508181036000830152613f4f81613f13565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f8c601083613387565b9150613f9782613f56565b602082019050919050565b60006020820190508181036000830152613fbb81613f7f565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b6000613ff8601683613387565b915061400382613fc2565b602082019050919050565b6000602082019050818103600083015261402781613feb565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000614064601983613387565b915061406f8261402e565b602082019050919050565b6000602082019050818103600083015261409381614057565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006140d0601483613387565b91506140db8261409a565b602082019050919050565b600060208201905081810360008301526140ff816140c3565b905091905056fea26469706673582212205abb50239e0c1c5b805774e2177a8828e221eefc2ded84bae92bbabf69e817c264736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x22 PUSH3 0x28 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0x1D2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH3 0x7B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH3 0x72 SWAP1 PUSH3 0x175 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xFF DUP1 AND PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ PUSH3 0xEC JUMPI PUSH1 0xFF PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0xFF PUSH1 0x40 MLOAD PUSH3 0xE3 SWAP2 SWAP1 PUSH3 0x1B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320696E697469 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C697A696E6700000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x15D PUSH1 0x27 DUP4 PUSH3 0xEE JUMP JUMPDEST SWAP2 POP PUSH3 0x16A DUP3 PUSH3 0xFF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH3 0x190 DUP2 PUSH3 0x14E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x1AF DUP2 PUSH3 0x197 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH3 0x1CC PUSH1 0x0 DUP4 ADD DUP5 PUSH3 0x1A4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x413C DUP1 PUSH3 0x1E2 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 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x2DD JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x30D JUMPI DUP1 PUSH4 0xD12FF20A EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x359 JUMPI DUP1 PUSH4 0xF22EE704 EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x282 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x28C JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x296 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2A0 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x2BE JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1CA JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0x71EEDB88 EQ PUSH2 0x1F2 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x222 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x252 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x188 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x192 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0x1AE JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x29D4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x2BA4 JUMP JUMPDEST PUSH2 0x449 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x190 PUSH2 0x5BE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1AC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1A7 SWAP2 SWAP1 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0x5D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C3 SWAP2 SWAP1 PUSH2 0x2CDE JUMP JUMPDEST PUSH2 0x898 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D2 PUSH2 0x903 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DF SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F0 PUSH2 0x91A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x207 SWAP2 SWAP1 PUSH2 0x2D77 JUMP JUMPDEST PUSH2 0x92E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x219 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x237 SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0xDCE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x249 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x26C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x267 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0xE2A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x279 SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x28A PUSH2 0x1043 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x294 PUSH2 0x10D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x29E PUSH2 0x1220 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2A8 PUSH2 0x1232 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2B5 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2C6 PUSH2 0x125C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2D4 SWAP3 SWAP2 SWAP1 PUSH2 0x2F68 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2F7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2F2 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x1281 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x2FC0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x327 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x322 SWAP2 SWAP1 PUSH2 0x2FDB JUMP JUMPDEST PUSH2 0x12C2 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x343 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x30B5 JUMP JUMPDEST PUSH2 0x1447 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x350 SWAP2 SWAP1 PUSH2 0x319A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH2 0x198E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x31B5 JUMP JUMPDEST PUSH2 0x19B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0x2014 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x43E JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x3F8 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x451 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x470 SWAP2 SWAP1 PUSH2 0x2748 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x56F JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4A2 JUMPI PUSH2 0x4A1 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x507 JUMPI PUSH2 0x506 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x533 JUMPI PUSH2 0x532 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x473 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x5B2 SWAP2 SWAP1 PUSH2 0x3365 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x5C6 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x5CE PUSH2 0x213F JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x5D8 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x647 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x63E SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x74A JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x700 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F7 SWAP1 PUSH2 0x3476 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x848 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x847 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x801 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F8 SWAP1 PUSH2 0x3508 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x893 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x8A0 PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x8F8 SWAP2 SWAP1 PUSH2 0x3528 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x922 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x92C PUSH1 0x0 PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9C0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B7 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA25 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA1C SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA8A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA81 SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD LT ISZERO PUSH2 0xAE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xADB SWAP1 PUSH2 0x36D3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB78 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB97 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 0xBBB SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP4 PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0xC70 SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH2 0xC7A SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP1 POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP5 PUSH2 0xD2A SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD47 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xD66 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 0xD8A SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP3 PUSH32 0x736FE428E1747CA8D387C2E6FA1A31A0CDE62D3A167C40A46ADE59A3CDC828E DUP6 PUSH1 0x40 MLOAD PUSH2 0xDBB SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xE20 JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xE25 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE32 PUSH2 0x276C JUMP JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x104D PUSH2 0x21D3 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x106E PUSH2 0x198E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x10BB SWAP1 PUSH2 0x3899 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10CD DUP2 PUSH2 0x21A2 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x1101 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x112E JUMPI POP PUSH2 0x1110 ADDRESS PUSH2 0x21DB JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x112D JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1164 SWAP1 PUSH2 0x392B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x11AA JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x11BC PUSH2 0x21FE JUMP JUMPDEST PUSH2 0x11C4 PUSH2 0x2257 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x121D JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x1214 SWAP2 SWAP1 PUSH2 0x399D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1228 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x1230 PUSH2 0x22B0 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1289 PUSH2 0x2829 JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x12CA PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1339 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1330 SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1348 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x1387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x137E SWAP1 PUSH2 0x3A04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1442 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1439 SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1451 PUSH2 0x2313 JUMP JUMPDEST PUSH2 0x145F DUP11 DUP11 DUP7 DUP10 DUP10 DUP14 PUSH2 0x235D JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x14A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x149C SWAP1 PUSH2 0x3A70 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP14 PUSH2 0x14CF SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x14ED SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3A90 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x150C 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 0x1530 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x1582 SWAP1 PUSH2 0x3AC7 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x15DA SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP12 PUSH2 0x1623 SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x162D SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP13 PUSH2 0x16F5 SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x2 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x3BDD0D86E09A22D7CE596118BD3CA5EC73EA47533A465BE37621E913ED2BF333 DUP5 DUP7 DUP14 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x1978 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3C1E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1A4A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A41 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1AAF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AA6 SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1B14 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1B0B SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1B98 SWAP2 SWAP1 PUSH2 0x3C7A JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1ECA JUMPI PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x1DF1 JUMPI PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D1A SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1D39 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 0x1D5D SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x1EC9 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E84 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1EA3 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 0x1EC7 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1EFC SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x1F06 SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1F2F SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP7 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F71 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1F90 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 0x1FB4 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH32 0x98ECE21E01A01CBE1D1C0DAD3B053C8FBD368F99BE78BE958FCF1D1D13FD249A DUP10 DUP8 PUSH1 0x40 MLOAD PUSH2 0x1FFE SWAP3 SWAP2 SWAP1 PUSH2 0x3CEB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH1 0x1 SWAP3 POP POP POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x201C PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x207C PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x20C9 PUSH2 0x21D3 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x20E7 PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x213D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2134 SWAP1 PUSH2 0x3D60 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2147 PUSH2 0x256C JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x218B PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2198 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x21D0 DUP2 PUSH2 0x25B5 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x224D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2244 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2255 PUSH2 0x267B JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22A6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x229D SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22AE PUSH2 0x26DC JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x22B8 PUSH2 0x2313 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x22FC PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2309 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x231B PUSH2 0x903 JUMP JUMPDEST ISZERO PUSH2 0x235B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2352 SWAP1 PUSH2 0x3E5E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x23DF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x23D6 SWAP1 PUSH2 0x3ECA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 SUB PUSH2 0x2422 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2419 SWAP1 PUSH2 0x3F36 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2491 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2488 SWAP1 PUSH2 0x3FA2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x24EC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24E3 SWAP1 PUSH2 0x400E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 EQ PUSH2 0x2564 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2563 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x255A SWAP1 PUSH2 0x407A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2574 PUSH2 0x903 JUMP JUMPDEST PUSH2 0x25B3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x25AA SWAP1 PUSH2 0x40E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26CA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26C1 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x26DA PUSH2 0x26D5 PUSH2 0x21D3 JUMP JUMPDEST PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x272B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2722 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x2769 SWAP2 SWAP1 PUSH2 0x2849 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x286C JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x284A JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2897 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP2 EQ PUSH2 0x28A2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x28B4 DUP2 PUSH2 0x288E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x28D0 JUMPI PUSH2 0x28CF PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x28DE DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x291C DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2938 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x294B PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x295D DUP4 DUP4 PUSH2 0x2922 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2981 DUP3 PUSH2 0x28E7 JUMP JUMPDEST PUSH2 0x298B DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x2996 DUP4 PUSH2 0x2903 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x29C7 JUMPI DUP2 MLOAD PUSH2 0x29AE DUP9 DUP3 PUSH2 0x2951 JUMP JUMPDEST SWAP8 POP PUSH2 0x29B9 DUP4 PUSH2 0x2969 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x299A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x29EE DUP2 DUP5 PUSH2 0x2976 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2A44 DUP3 PUSH2 0x29FB JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A63 JUMPI PUSH2 0x2A62 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A76 PUSH2 0x2870 JUMP JUMPDEST SWAP1 POP PUSH2 0x2A82 DUP3 DUP3 PUSH2 0x2A3B JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2AA2 JUMPI PUSH2 0x2AA1 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD3 JUMPI PUSH2 0x2AD2 PUSH2 0x2AB8 JUMP JUMPDEST JUMPDEST PUSH2 0x2ADD PUSH1 0x40 PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2AED DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2B01 DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2B20 PUSH2 0x2B1B DUP5 PUSH2 0x2A87 JUMP JUMPDEST PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2B43 JUMPI PUSH2 0x2B42 PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B6C JUMPI DUP1 PUSH2 0x2B58 DUP9 DUP3 PUSH2 0x2ABD JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2B45 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B8B JUMPI PUSH2 0x2B8A PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B9B DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2B0D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2BBB JUMPI PUSH2 0x2BBA PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2BC9 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BEA JUMPI PUSH2 0x2BE9 PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x2BF6 DUP6 DUP3 DUP7 ADD PUSH2 0x2B76 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C2B DUP3 PUSH2 0x2C00 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C3B DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP2 EQ PUSH2 0x2C46 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2C58 DUP2 PUSH2 0x2C32 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C75 JUMPI PUSH2 0x2C74 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2C83 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2C94 DUP6 DUP3 DUP7 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CBB DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP2 EQ PUSH2 0x2CC6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2CD8 DUP2 PUSH2 0x2CB2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CF4 JUMPI PUSH2 0x2CF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D02 DUP5 DUP3 DUP6 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D20 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2D3B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2D17 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D54 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D71 DUP2 PUSH2 0x2D4B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D8E JUMPI PUSH2 0x2D8D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D9C DUP6 DUP3 DUP7 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2DAD DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DCD JUMPI PUSH2 0x2DCC PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2DDB DUP5 DUP3 DUP6 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2DED DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2DFC DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E0B DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2E32 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2E4F PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E62 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E75 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E88 PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2E9B PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2EAE PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2EC1 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2ED4 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2EE9 PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x2EFE PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x2F1A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2E38 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F29 DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2F44 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F20 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F53 DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F62 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F7D PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F4A JUMP JUMPDEST PUSH2 0x2F8A PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2FA7 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2FBA PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2FD5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH2 0x2FF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3002 DUP7 DUP3 DUP8 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x3013 DUP7 DUP3 DUP8 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3024 DUP7 DUP3 DUP8 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x3037 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP2 EQ PUSH2 0x3042 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x3054 DUP2 PUSH2 0x302E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3075 JUMPI PUSH2 0x3074 PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3092 JUMPI PUSH2 0x3091 PUSH2 0x305A JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x30AE JUMPI PUSH2 0x30AD PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 DUP11 DUP13 SUB SLT ISZERO PUSH2 0x30D8 JUMPI PUSH2 0x30D7 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x30E6 DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP10 POP POP PUSH1 0x20 PUSH2 0x30F7 DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x40 PUSH2 0x3108 DUP13 DUP3 DUP14 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x60 PUSH2 0x3119 DUP13 DUP3 DUP14 ADD PUSH2 0x3045 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x80 PUSH2 0x312A DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP6 POP POP PUSH1 0xA0 PUSH2 0x313B DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xC0 PUSH2 0x314C DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP4 POP POP PUSH1 0xE0 DUP11 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x316D JUMPI PUSH2 0x316C PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x3179 DUP13 DUP3 DUP14 ADD PUSH2 0x305F JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 JUMP JUMPDEST PUSH2 0x3194 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x31AF PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x318B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x31CF JUMPI PUSH2 0x31CE PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x31DD DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x20 PUSH2 0x31EE DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x40 PUSH2 0x31FF DUP8 DUP3 DUP9 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x60 PUSH2 0x3210 DUP8 DUP3 DUP9 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3295 PUSH2 0x3290 DUP4 PUSH2 0x326B JUMP JUMPDEST PUSH2 0x3278 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32B1 DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32BE PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32CF DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32DC PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x32EF DUP4 DUP4 PUSH2 0x329C JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3313 DUP3 PUSH2 0x324B JUMP JUMPDEST PUSH2 0x331D DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x3328 DUP4 PUSH2 0x3256 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3358 JUMPI DUP2 PUSH2 0x333F DUP9 DUP3 PUSH2 0x32E3 JUMP JUMPDEST SWAP8 POP PUSH2 0x334A DUP4 PUSH2 0x32FB JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x332C JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x337F DUP2 DUP5 PUSH2 0x3308 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x33CE PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x33D9 DUP3 PUSH2 0x3398 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33FD DUP2 PUSH2 0x33C1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3460 PUSH1 0x25 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x346B DUP3 PUSH2 0x3404 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x348F DUP2 PUSH2 0x3453 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x34F2 PUSH1 0x27 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x34FD DUP3 PUSH2 0x3496 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3521 DUP2 PUSH2 0x34E5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x353D PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F4A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3579 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3584 DUP3 PUSH2 0x3543 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x35A8 DUP2 PUSH2 0x356C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35E5 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x35F0 DUP3 PUSH2 0x35AF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3614 DUP2 PUSH2 0x35D8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F72646572526566756E64656400000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3651 PUSH1 0xD DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x365C DUP3 PUSH2 0x361B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3680 DUP2 PUSH2 0x3644 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4665654578636565647350726F746F636F6C4665650000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x36BD PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x36C8 DUP3 PUSH2 0x3687 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x36EC DUP2 PUSH2 0x36B0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3708 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3715 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x3725 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP2 EQ PUSH2 0x3730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x3742 DUP2 PUSH2 0x371C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x375E JUMPI PUSH2 0x375D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x376C DUP5 DUP3 DUP6 ADD PUSH2 0x3733 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x37AF DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37BA DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x37D2 JUMPI PUSH2 0x37D1 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37E3 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37EE DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x3806 JUMPI PUSH2 0x3805 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3821 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3883 PUSH1 0x29 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x388E DUP3 PUSH2 0x3827 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x38B2 DUP2 PUSH2 0x3876 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3915 PUSH1 0x2E DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3920 DUP3 PUSH2 0x38B9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3944 DUP2 PUSH2 0x3908 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3987 PUSH2 0x3982 PUSH2 0x397D DUP5 PUSH2 0x394B JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x3955 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3997 DUP2 PUSH2 0x396C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x39B2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x398E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x39EE PUSH1 0x17 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x39F9 DUP3 PUSH2 0x39B8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A1D DUP2 PUSH2 0x39E1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A5A PUSH1 0x12 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3A65 DUP3 PUSH2 0x3A24 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A89 DUP2 PUSH2 0x3A4D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3AA5 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3AB2 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3ABF PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3AD2 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3B04 JUMPI PUSH2 0x3B03 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B1A DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B25 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3B33 DUP2 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3B4A JUMPI PUSH2 0x3B49 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3B8B DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B96 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3BA6 JUMPI PUSH2 0x3BA5 PUSH2 0x3B51 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BCC PUSH2 0x3BC7 PUSH2 0x3BC2 DUP5 PUSH2 0x2E11 JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2D41 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3BDC DUP2 PUSH2 0x3BB1 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BFD DUP4 DUP6 PUSH2 0x3387 JUMP JUMPDEST SWAP4 POP PUSH2 0x3C0A DUP4 DUP6 DUP5 PUSH2 0x3BE2 JUMP JUMPDEST PUSH2 0x3C13 DUP4 PUSH2 0x29FB JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x3C33 PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x2F59 JUMP JUMPDEST PUSH2 0x3C40 PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3C4D PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x3BD3 JUMP JUMPDEST PUSH2 0x3C5A PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x318B JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x3C6D DUP2 DUP5 DUP7 PUSH2 0x3BF1 JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C85 DUP3 PUSH2 0x2E11 JUMP JUMPDEST SWAP2 POP PUSH2 0x3C90 DUP4 PUSH2 0x2E11 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3CB4 JUMPI PUSH2 0x3CB3 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CD5 PUSH2 0x3CD0 PUSH2 0x3CCB DUP5 PUSH2 0x2C9E JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2E11 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3CE5 DUP2 PUSH2 0x3CBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3D00 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3D0D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3CDC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D4A PUSH1 0x20 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3D55 DUP3 PUSH2 0x3D14 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D79 DUP2 PUSH2 0x3D3D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DDC PUSH1 0x2B DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3DE7 DUP3 PUSH2 0x3D80 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E0B DUP2 PUSH2 0x3DCF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3E48 PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3E53 DUP3 PUSH2 0x3E12 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E77 DUP2 PUSH2 0x3E3B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EB4 PUSH1 0x11 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3EBF DUP3 PUSH2 0x3E7E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EE3 DUP2 PUSH2 0x3EA7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F20 PUSH1 0xC DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F2B DUP3 PUSH2 0x3EEA JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F4F DUP2 PUSH2 0x3F13 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F8C PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F97 DUP3 PUSH2 0x3F56 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3FBB DUP2 PUSH2 0x3F7F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FF8 PUSH1 0x16 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x4003 DUP3 PUSH2 0x3FC2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4027 DUP2 PUSH2 0x3FEB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4064 PUSH1 0x19 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x406F DUP3 PUSH2 0x402E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4093 DUP2 PUSH2 0x4057 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x40D0 PUSH1 0x14 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x40DB DUP3 PUSH2 0x409A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x40FF DUP2 PUSH2 0x40C3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 GAS 0xBB POP 0x23 SWAP15 0xC SHR JUMPDEST DUP1 JUMPI PUSH21 0xE2177A8828E221EEFC2DED84BAE92BBABF69E817C2 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"422:7637:7:-:0;;;740:44;;;;;;;;;;758:22;:20;;;:22;;:::i;:::-;422:7637;;5939:280:2;6007:13;;;;;;;;;;;6006:14;5998:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;6094:15;6078:31;;:12;;;;;;;;;;:31;;;6074:139;;6140:15;6125:12;;:30;;;;;;;;;;;;;;;;;;6174:28;6186:15;6174:28;;;;;;:::i;:::-;;;;;;;;6074:139;5939:280::o;7:169:11:-;91:11;125:6;120:3;113:19;165:4;160:3;156:14;141:29;;7:169;;;;:::o;182:226::-;322:34;318:1;310:6;306:14;299:58;391:9;386:2;378:6;374:15;367:34;182:226;:::o;414:366::-;556:3;577:67;641:2;636:3;577:67;:::i;:::-;570:74;;653:93;742:3;653:93;:::i;:::-;771:2;766:3;762:12;755:19;;414:366;;;:::o;786:419::-;952:4;990:2;979:9;975:18;967:26;;1039:9;1033:4;1029:20;1025:1;1014:9;1010:17;1003:47;1067:131;1193:4;1067:131;:::i;:::-;1059:139;;786:419;;;:::o;1211:86::-;1246:7;1286:4;1279:5;1275:16;1264:27;;1211:86;;;:::o;1303:112::-;1386:22;1402:5;1386:22;:::i;:::-;1381:3;1374:35;1303:112;;:::o;1421:214::-;1510:4;1548:2;1537:9;1533:18;1525:26;;1561:67;1625:1;1614:9;1610:17;1601:6;1561:67;:::i;:::-;1421:214;;;;:::o;422:7637:7:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@__Ownable2Step_init_26":{"entryPoint":8702,"id":26,"parameterSlots":0,"returnSlots":0},"@__Ownable_init_unchained_145":{"entryPoint":9851,"id":145,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_440":{"entryPoint":8791,"id":440,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_unchained_450":{"entryPoint":9948,"id":450,"parameterSlots":0,"returnSlots":0},"@_checkOwner_176":{"entryPoint":8385,"id":176,"parameterSlots":0,"returnSlots":0},"@_handler_1288":{"entryPoint":9053,"id":1288,"parameterSlots":6,"returnSlots":0},"@_msgSender_894":{"entryPoint":8659,"id":894,"parameterSlots":0,"returnSlots":1},"@_pause_514":{"entryPoint":8880,"id":514,"parameterSlots":0,"returnSlots":0},"@_requireNotPaused_487":{"entryPoint":8979,"id":487,"parameterSlots":0,"returnSlots":0},"@_requirePaused_498":{"entryPoint":9580,"id":498,"parameterSlots":0,"returnSlots":0},"@_transferOwnership_233":{"entryPoint":9653,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":8610,"id":78,"parameterSlots":1,"returnSlots":0},"@_unpause_530":{"entryPoint":8511,"id":530,"parameterSlots":0,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":4163,"id":100,"parameterSlots":0,"returnSlots":0},"@createOrder_1217":{"entryPoint":5191,"id":1217,"parameterSlots":9,"returnSlots":1},"@getFeeDetails_1624":{"entryPoint":4700,"id":1624,"parameterSlots":0,"returnSlots":2},"@getOrderInfo_1563":{"entryPoint":3626,"id":1563,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutionByCode_1596":{"entryPoint":4737,"id":1596,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutions_1611":{"entryPoint":963,"id":1611,"parameterSlots":1,"returnSlots":1},"@initialize_1055":{"entryPoint":4304,"id":1055,"parameterSlots":0,"returnSlots":0},"@isContract_554":{"entryPoint":8667,"id":554,"parameterSlots":1,"returnSlots":1},"@isTokenSupported_1582":{"entryPoint":3534,"id":1582,"parameterSlots":1,"returnSlots":1},"@owner_162":{"entryPoint":4658,"id":162,"parameterSlots":0,"returnSlots":1},"@pause_1078":{"entryPoint":4640,"id":1078,"parameterSlots":0,"returnSlots":0},"@paused_475":{"entryPoint":2307,"id":475,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":6542,"id":41,"parameterSlots":0,"returnSlots":1},"@refund_1549":{"entryPoint":2350,"id":1549,"parameterSlots":2,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":2330,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_1803":{"entryPoint":1097,"id":1803,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_1740":{"entryPoint":4802,"id":1740,"parameterSlots":3,"returnSlots":0},"@settle_1443":{"entryPoint":6584,"id":1443,"parameterSlots":4,"returnSlots":1},"@transferOwnership_61":{"entryPoint":8212,"id":61,"parameterSlots":1,"returnSlots":0},"@unpause_1088":{"entryPoint":1470,"id":1088,"parameterSlots":0,"returnSlots":0},"@updateProtocolAddress_1892":{"entryPoint":1488,"id":1892,"parameterSlots":2,"returnSlots":0},"@updateProtocolFee_1820":{"entryPoint":2200,"id":1820,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":11021,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":11337,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":11126,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bool_fromMemory":{"entryPoint":14131,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":10405,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_string_calldata_ptr":{"entryPoint":12383,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":10941,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":11618,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":11465,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint96":{"entryPoint":12357,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":11703,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr":{"entryPoint":12469,"id":null,"parameterSlots":2,"returnSlots":9},"abi_decode_tuple_t_bool_fromMemory":{"entryPoint":14152,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32":{"entryPoint":10426,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":11358,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":12251,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":11172,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64":{"entryPoint":12725,"id":null,"parameterSlots":2,"returnSlots":4},"abi_decode_tuple_t_uint256t_bytes32":{"entryPoint":11639,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":11486,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":10577,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":13027,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address":{"entryPoint":11748,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":12064,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10614,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":13064,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bool_to_t_bool":{"entryPoint":11778,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":11543,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":10515,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32_fromStack":{"entryPoint":12683,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack":{"entryPoint":14734,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":15345,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack":{"entryPoint":13892,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack":{"entryPoint":16579,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack":{"entryPoint":13249,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":14454,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack":{"entryPoint":16147,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack":{"entryPoint":15931,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack":{"entryPoint":14600,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack":{"entryPoint":14817,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack":{"entryPoint":13784,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack":{"entryPoint":16363,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":15677,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack":{"entryPoint":13395,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack":{"entryPoint":14000,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack":{"entryPoint":16255,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack":{"entryPoint":14925,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack":{"entryPoint":16039,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack":{"entryPoint":15823,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack":{"entryPoint":13541,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack":{"entryPoint":13676,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack":{"entryPoint":16471,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack":{"entryPoint":12177,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":10530,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":12956,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack":{"entryPoint":11832,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256":{"entryPoint":11763,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":12121,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":12106,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint96_fromStack":{"entryPoint":15580,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint256_fromStack":{"entryPoint":15315,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint96":{"entryPoint":11817,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":12079,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed":{"entryPoint":14992,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed":{"entryPoint":14067,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":10708,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":13157,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":11558,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed":{"entryPoint":12698,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed":{"entryPoint":15595,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed":{"entryPoint":14749,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13927,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16614,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13284,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14489,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16182,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15966,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14635,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14852,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13819,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16398,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15712,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13430,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14035,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16290,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14960,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16074,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15858,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13576,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13711,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16506,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_struct$_InstitutionByCode_$2079_memory_ptr__to_t_struct$_InstitutionByCode_$2079_memory_ptr__fromStack_reversed":{"entryPoint":12224,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_struct$_Order_$1976_memory_ptr__to_t_struct$_Order_$1976_memory_ptr__fromStack_reversed":{"entryPoint":12036,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":14348,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15390,"id":null,"parameterSlots":7,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":13608,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed":{"entryPoint":12136,"id":null,"parameterSlots":3,"returnSlots":1},"allocate_memory":{"entryPoint":10860,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":10352,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":10887,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":10499,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":12886,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":10471,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":12875,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":10601,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":13051,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10482,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":13191,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":14244,"id":null,"parameterSlots":2,"returnSlots":1},"checked_div_t_uint256":{"entryPoint":15232,"id":null,"parameterSlots":2,"returnSlots":1},"checked_mul_t_uint256":{"entryPoint":15119,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint256":{"entryPoint":14296,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint96":{"entryPoint":15482,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_from_storage_t_bytes32":{"entryPoint":12920,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":11296,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":11531,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":10372,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_rational_1_by_1":{"entryPoint":14667,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":11264,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":11585,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":11422,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":14677,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint96":{"entryPoint":11793,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_rational_1_by_1_to_t_uint8":{"entryPoint":14700,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint64_to_t_uint96":{"entryPoint":15546,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint96_to_t_uint256":{"entryPoint":15281,"id":null,"parameterSlots":1,"returnSlots":1},"copy_calldata_to_memory_with_cleanup":{"entryPoint":15330,"id":null,"parameterSlots":3,"returnSlots":0},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":12930,"id":null,"parameterSlots":1,"returnSlots":1},"finalize_allocation":{"entryPoint":10811,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":14690,"id":null,"parameterSlots":1,"returnSlots":1},"increment_t_uint256":{"entryPoint":15047,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x11":{"entryPoint":14197,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x12":{"entryPoint":15185,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x32":{"entryPoint":12828,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":10764,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490":{"entryPoint":12378,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":10742,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":10936,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":10931,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":10367,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":10362,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":10747,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":12907,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd":{"entryPoint":13851,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a":{"entryPoint":16538,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf":{"entryPoint":13208,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":14375,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2":{"entryPoint":16106,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a":{"entryPoint":15890,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759":{"entryPoint":14521,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338":{"entryPoint":14776,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5":{"entryPoint":13743,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5":{"entryPoint":16322,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":15636,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead":{"entryPoint":13316,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de":{"entryPoint":13959,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7":{"entryPoint":16214,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4":{"entryPoint":14884,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1":{"entryPoint":15998,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b":{"entryPoint":15744,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4":{"entryPoint":13462,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243":{"entryPoint":13635,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8":{"entryPoint":16430,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":11314,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bool":{"entryPoint":14108,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":10382,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":11595,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":11442,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint96":{"entryPoint":12334,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:51040:11","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:11","statements":[{"nodeType":"YulAssignment","src":"57:19:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:11","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:11"},"nodeType":"YulFunctionCall","src":"67:9:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:11"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:11","type":""}],"src":"7:75:11"},{"body":{"nodeType":"YulBlock","src":"177:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:11"},"nodeType":"YulFunctionCall","src":"187:12:11"},"nodeType":"YulExpressionStatement","src":"187:12:11"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:11"},{"body":{"nodeType":"YulBlock","src":"300:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:11"},"nodeType":"YulFunctionCall","src":"310:12:11"},"nodeType":"YulExpressionStatement","src":"310:12:11"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:11"},{"body":{"nodeType":"YulBlock","src":"379:32:11","statements":[{"nodeType":"YulAssignment","src":"389:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:11"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:11","type":""}],"src":"334:77:11"},{"body":{"nodeType":"YulBlock","src":"460:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:11"},"nodeType":"YulFunctionCall","src":"519:12:11"},"nodeType":"YulExpressionStatement","src":"519:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:11"},"nodeType":"YulFunctionCall","src":"490:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:11"},"nodeType":"YulFunctionCall","src":"480:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:11"},"nodeType":"YulFunctionCall","src":"473:43:11"},"nodeType":"YulIf","src":"470:63:11"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:11","type":""}],"src":"417:122:11"},{"body":{"nodeType":"YulBlock","src":"597:87:11","statements":[{"nodeType":"YulAssignment","src":"607:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:11"},"nodeType":"YulFunctionCall","src":"616:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:11"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:11"},"nodeType":"YulFunctionCall","src":"645:33:11"},"nodeType":"YulExpressionStatement","src":"645:33:11"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:11","type":""}],"src":"545:139:11"},{"body":{"nodeType":"YulBlock","src":"756:263:11","statements":[{"body":{"nodeType":"YulBlock","src":"802:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"804:77:11"},"nodeType":"YulFunctionCall","src":"804:79:11"},"nodeType":"YulExpressionStatement","src":"804:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"777:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"786:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"773:3:11"},"nodeType":"YulFunctionCall","src":"773:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"798:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"769:3:11"},"nodeType":"YulFunctionCall","src":"769:32:11"},"nodeType":"YulIf","src":"766:119:11"},{"nodeType":"YulBlock","src":"895:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"910:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"924:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"914:6:11","type":""}]},{"nodeType":"YulAssignment","src":"939:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"974:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"985:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"970:3:11"},"nodeType":"YulFunctionCall","src":"970:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"994:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"949:20:11"},"nodeType":"YulFunctionCall","src":"949:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"939:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"726:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"737:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"749:6:11","type":""}],"src":"690:329:11"},{"body":{"nodeType":"YulBlock","src":"1128:40:11","statements":[{"nodeType":"YulAssignment","src":"1139:22:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1155:5:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1149:5:11"},"nodeType":"YulFunctionCall","src":"1149:12:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"1139:6:11"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1111:5:11","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"1121:6:11","type":""}],"src":"1025:143:11"},{"body":{"nodeType":"YulBlock","src":"1314:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1331:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"1336:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1324:6:11"},"nodeType":"YulFunctionCall","src":"1324:19:11"},"nodeType":"YulExpressionStatement","src":"1324:19:11"},{"nodeType":"YulAssignment","src":"1352:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1371:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"1376:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1367:3:11"},"nodeType":"YulFunctionCall","src":"1367:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"1352:11:11"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"1286:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"1291:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"1302:11:11","type":""}],"src":"1174:213:11"},{"body":{"nodeType":"YulBlock","src":"1494:60:11","statements":[{"nodeType":"YulAssignment","src":"1504:11:11","value":{"name":"ptr","nodeType":"YulIdentifier","src":"1512:3:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1504:4:11"}]},{"nodeType":"YulAssignment","src":"1525:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"1537:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"1542:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:11"},"nodeType":"YulFunctionCall","src":"1533:14:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1525:4:11"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"1481:3:11","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"1489:4:11","type":""}],"src":"1393:161:11"},{"body":{"nodeType":"YulBlock","src":"1615:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1632:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1655:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"1637:17:11"},"nodeType":"YulFunctionCall","src":"1637:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1625:6:11"},"nodeType":"YulFunctionCall","src":"1625:37:11"},"nodeType":"YulExpressionStatement","src":"1625:37:11"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1603:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1610:3:11","type":""}],"src":"1560:108:11"},{"body":{"nodeType":"YulBlock","src":"1864:391:11","statements":[{"nodeType":"YulVariableDeclaration","src":"1874:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1890:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"1895:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1886:3:11"},"nodeType":"YulFunctionCall","src":"1886:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"1878:4:11","type":""}]},{"nodeType":"YulBlock","src":"1910:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"1945:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1975:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"1982:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1971:3:11"},"nodeType":"YulFunctionCall","src":"1971:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1965:5:11"},"nodeType":"YulFunctionCall","src":"1965:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"1949:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2035:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2053:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2058:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2049:3:11"},"nodeType":"YulFunctionCall","src":"2049:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2001:33:11"},"nodeType":"YulFunctionCall","src":"2001:63:11"},"nodeType":"YulExpressionStatement","src":"2001:63:11"}]},{"nodeType":"YulBlock","src":"2084:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2119:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2149:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"2156:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2145:3:11"},"nodeType":"YulFunctionCall","src":"2145:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2139:5:11"},"nodeType":"YulFunctionCall","src":"2139:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"2123:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2209:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2227:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2232:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2223:3:11"},"nodeType":"YulFunctionCall","src":"2223:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2175:33:11"},"nodeType":"YulFunctionCall","src":"2175:63:11"},"nodeType":"YulExpressionStatement","src":"2175:63:11"}]}]},"name":"abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1851:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1858:3:11","type":""}],"src":"1750:505:11"},{"body":{"nodeType":"YulBlock","src":"2399:157:11","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"2501:6:11"},{"name":"pos","nodeType":"YulIdentifier","src":"2509:3:11"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"2409:91:11"},"nodeType":"YulFunctionCall","src":"2409:104:11"},"nodeType":"YulExpressionStatement","src":"2409:104:11"},{"nodeType":"YulAssignment","src":"2522:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2540:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2545:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2536:3:11"},"nodeType":"YulFunctionCall","src":"2536:14:11"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"2522:10:11"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"2372:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2380:3:11","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"2388:10:11","type":""}],"src":"2261:295:11"},{"body":{"nodeType":"YulBlock","src":"2666:38:11","statements":[{"nodeType":"YulAssignment","src":"2676:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"2688:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2693:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2684:3:11"},"nodeType":"YulFunctionCall","src":"2684:14:11"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"2676:4:11"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"2653:3:11","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"2661:4:11","type":""}],"src":"2562:142:11"},{"body":{"nodeType":"YulBlock","src":"2972:782:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2982:97:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3073:5:11"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"2996:76:11"},"nodeType":"YulFunctionCall","src":"2996:83:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2986:6:11","type":""}]},{"nodeType":"YulAssignment","src":"3088:122:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3198:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"3203:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"3095:102:11"},"nodeType":"YulFunctionCall","src":"3095:115:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3088:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"3219:100:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3313:5:11"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3234:78:11"},"nodeType":"YulFunctionCall","src":"3234:85:11"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"3223:7:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"3328:21:11","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"3342:7:11"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"3332:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"3418:311:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3432:34:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3459:6:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3453:5:11"},"nodeType":"YulFunctionCall","src":"3453:13:11"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"3436:13:11","type":""}]},{"nodeType":"YulAssignment","src":"3479:128:11","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"3588:13:11"},{"name":"pos","nodeType":"YulIdentifier","src":"3603:3:11"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"3486:101:11"},"nodeType":"YulFunctionCall","src":"3486:121:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3479:3:11"}]},{"nodeType":"YulAssignment","src":"3620:99:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3712:6:11"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3630:81:11"},"nodeType":"YulFunctionCall","src":"3630:89:11"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3620:6:11"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3380:1:11"},{"name":"length","nodeType":"YulIdentifier","src":"3383:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3377:2:11"},"nodeType":"YulFunctionCall","src":"3377:13:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3391:18:11","statements":[{"nodeType":"YulAssignment","src":"3393:14:11","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3402:1:11"},{"kind":"number","nodeType":"YulLiteral","src":"3405:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3398:3:11"},"nodeType":"YulFunctionCall","src":"3398:9:11"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"3393:1:11"}]}]},"pre":{"nodeType":"YulBlock","src":"3362:14:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3364:10:11","value":{"kind":"number","nodeType":"YulLiteral","src":"3373:1:11","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"3368:1:11","type":""}]}]},"src":"3358:371:11"},{"nodeType":"YulAssignment","src":"3738:10:11","value":{"name":"pos","nodeType":"YulIdentifier","src":"3745:3:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"3738:3:11"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2951:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2958:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"2967:3:11","type":""}],"src":"2790:964:11"},{"body":{"nodeType":"YulBlock","src":"3966:283:11","statements":[{"nodeType":"YulAssignment","src":"3976:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3988:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"3999:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3984:3:11"},"nodeType":"YulFunctionCall","src":"3984:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3976:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4023:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"4034:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4019:3:11"},"nodeType":"YulFunctionCall","src":"4019:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"4042:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"4048:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4038:3:11"},"nodeType":"YulFunctionCall","src":"4038:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4012:6:11"},"nodeType":"YulFunctionCall","src":"4012:47:11"},"nodeType":"YulExpressionStatement","src":"4012:47:11"},{"nodeType":"YulAssignment","src":"4068:174:11","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4228:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"4237:4:11"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"4076:151:11"},"nodeType":"YulFunctionCall","src":"4076:166:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4068:4:11"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3938:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3950:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3961:4:11","type":""}],"src":"3760:489:11"},{"body":{"nodeType":"YulBlock","src":"4344:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4361:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4364:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4354:6:11"},"nodeType":"YulFunctionCall","src":"4354:12:11"},"nodeType":"YulExpressionStatement","src":"4354:12:11"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"4255:117:11"},{"body":{"nodeType":"YulBlock","src":"4426:54:11","statements":[{"nodeType":"YulAssignment","src":"4436:38:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4454:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"4461:2:11","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4450:3:11"},"nodeType":"YulFunctionCall","src":"4450:14:11"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4470:2:11","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"4466:3:11"},"nodeType":"YulFunctionCall","src":"4466:7:11"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4446:3:11"},"nodeType":"YulFunctionCall","src":"4446:28:11"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4436:6:11"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4409:5:11","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4419:6:11","type":""}],"src":"4378:102:11"},{"body":{"nodeType":"YulBlock","src":"4514:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4531:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4534:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4524:6:11"},"nodeType":"YulFunctionCall","src":"4524:88:11"},"nodeType":"YulExpressionStatement","src":"4524:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4628:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"4631:4:11","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4621:6:11"},"nodeType":"YulFunctionCall","src":"4621:15:11"},"nodeType":"YulExpressionStatement","src":"4621:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4652:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4655:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4645:6:11"},"nodeType":"YulFunctionCall","src":"4645:15:11"},"nodeType":"YulExpressionStatement","src":"4645:15:11"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"4486:180:11"},{"body":{"nodeType":"YulBlock","src":"4715:238:11","statements":[{"nodeType":"YulVariableDeclaration","src":"4725:58:11","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"4747:6:11"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"4777:4:11"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"4755:21:11"},"nodeType":"YulFunctionCall","src":"4755:27:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4743:3:11"},"nodeType":"YulFunctionCall","src":"4743:40:11"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"4729:10:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"4894:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"4896:16:11"},"nodeType":"YulFunctionCall","src":"4896:18:11"},"nodeType":"YulExpressionStatement","src":"4896:18:11"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4837:10:11"},{"kind":"number","nodeType":"YulLiteral","src":"4849:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4834:2:11"},"nodeType":"YulFunctionCall","src":"4834:34:11"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4873:10:11"},{"name":"memPtr","nodeType":"YulIdentifier","src":"4885:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4870:2:11"},"nodeType":"YulFunctionCall","src":"4870:22:11"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"4831:2:11"},"nodeType":"YulFunctionCall","src":"4831:62:11"},"nodeType":"YulIf","src":"4828:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4932:2:11","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4936:10:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4925:6:11"},"nodeType":"YulFunctionCall","src":"4925:22:11"},"nodeType":"YulExpressionStatement","src":"4925:22:11"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"4701:6:11","type":""},{"name":"size","nodeType":"YulTypedName","src":"4709:4:11","type":""}],"src":"4672:281:11"},{"body":{"nodeType":"YulBlock","src":"5000:88:11","statements":[{"nodeType":"YulAssignment","src":"5010:30:11","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"5020:18:11"},"nodeType":"YulFunctionCall","src":"5020:20:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5010:6:11"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5069:6:11"},{"name":"size","nodeType":"YulIdentifier","src":"5077:4:11"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"5049:19:11"},"nodeType":"YulFunctionCall","src":"5049:33:11"},"nodeType":"YulExpressionStatement","src":"5049:33:11"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"4984:4:11","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"4993:6:11","type":""}],"src":"4959:129:11"},{"body":{"nodeType":"YulBlock","src":"5205:229:11","statements":[{"body":{"nodeType":"YulBlock","src":"5310:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"5312:16:11"},"nodeType":"YulFunctionCall","src":"5312:18:11"},"nodeType":"YulExpressionStatement","src":"5312:18:11"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"5282:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"5290:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"5279:2:11"},"nodeType":"YulFunctionCall","src":"5279:30:11"},"nodeType":"YulIf","src":"5276:56:11"},{"nodeType":"YulAssignment","src":"5342:25:11","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"5354:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"5362:4:11","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"5350:3:11"},"nodeType":"YulFunctionCall","src":"5350:17:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"5342:4:11"}]},{"nodeType":"YulAssignment","src":"5404:23:11","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"5416:4:11"},{"kind":"number","nodeType":"YulLiteral","src":"5422:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5412:3:11"},"nodeType":"YulFunctionCall","src":"5412:15:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"5404:4:11"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"5189:6:11","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"5200:4:11","type":""}],"src":"5094:340:11"},{"body":{"nodeType":"YulBlock","src":"5529:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5546:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5549:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5539:6:11"},"nodeType":"YulFunctionCall","src":"5539:12:11"},"nodeType":"YulExpressionStatement","src":"5539:12:11"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"5440:117:11"},{"body":{"nodeType":"YulBlock","src":"5652:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5669:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5672:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5662:6:11"},"nodeType":"YulFunctionCall","src":"5662:12:11"},"nodeType":"YulExpressionStatement","src":"5662:12:11"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"5563:117:11"},{"body":{"nodeType":"YulBlock","src":"5775:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5792:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5795:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5785:6:11"},"nodeType":"YulFunctionCall","src":"5785:12:11"},"nodeType":"YulExpressionStatement","src":"5785:12:11"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"5686:117:11"},{"body":{"nodeType":"YulBlock","src":"5933:494:11","statements":[{"body":{"nodeType":"YulBlock","src":"5977:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"5979:77:11"},"nodeType":"YulFunctionCall","src":"5979:79:11"},"nodeType":"YulExpressionStatement","src":"5979:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"5954:3:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"5959:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5950:3:11"},"nodeType":"YulFunctionCall","src":"5950:19:11"},{"kind":"number","nodeType":"YulLiteral","src":"5971:4:11","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5946:3:11"},"nodeType":"YulFunctionCall","src":"5946:30:11"},"nodeType":"YulIf","src":"5943:117:11"},{"nodeType":"YulAssignment","src":"6069:30:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6094:4:11","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"6078:15:11"},"nodeType":"YulFunctionCall","src":"6078:21:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6069:5:11"}]},{"nodeType":"YulBlock","src":"6109:150:11","statements":[{"nodeType":"YulVariableDeclaration","src":"6144:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"6158:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6148:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6184:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6191:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6180:3:11"},"nodeType":"YulFunctionCall","src":"6180:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6223:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"6234:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6219:3:11"},"nodeType":"YulFunctionCall","src":"6219:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"6243:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"6198:20:11"},"nodeType":"YulFunctionCall","src":"6198:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6173:6:11"},"nodeType":"YulFunctionCall","src":"6173:75:11"},"nodeType":"YulExpressionStatement","src":"6173:75:11"}]},{"nodeType":"YulBlock","src":"6269:151:11","statements":[{"nodeType":"YulVariableDeclaration","src":"6304:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"6318:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6308:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6345:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6352:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6341:3:11"},"nodeType":"YulFunctionCall","src":"6341:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6384:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"6395:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6380:3:11"},"nodeType":"YulFunctionCall","src":"6380:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"6404:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"6359:20:11"},"nodeType":"YulFunctionCall","src":"6359:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6334:6:11"},"nodeType":"YulFunctionCall","src":"6334:75:11"},"nodeType":"YulExpressionStatement","src":"6334:75:11"}]}]},"name":"abi_decode_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5908:9:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"5919:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5927:5:11","type":""}],"src":"5849:578:11"},{"body":{"nodeType":"YulBlock","src":"6606:666:11","statements":[{"nodeType":"YulAssignment","src":"6616:119:11","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6727:6:11"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"6641:85:11"},"nodeType":"YulFunctionCall","src":"6641:93:11"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"6625:15:11"},"nodeType":"YulFunctionCall","src":"6625:110:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"6616:5:11"}]},{"nodeType":"YulVariableDeclaration","src":"6744:16:11","value":{"name":"array","nodeType":"YulIdentifier","src":"6755:5:11"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"6748:3:11","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6777:5:11"},{"name":"length","nodeType":"YulIdentifier","src":"6784:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6770:6:11"},"nodeType":"YulFunctionCall","src":"6770:21:11"},"nodeType":"YulExpressionStatement","src":"6770:21:11"},{"nodeType":"YulAssignment","src":"6800:23:11","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6811:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6818:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6807:3:11"},"nodeType":"YulFunctionCall","src":"6807:16:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"6800:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"6833:44:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6851:6:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6863:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"6871:4:11","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6859:3:11"},"nodeType":"YulFunctionCall","src":"6859:17:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6847:3:11"},"nodeType":"YulFunctionCall","src":"6847:30:11"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"6837:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"6905:103:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"6919:77:11"},"nodeType":"YulFunctionCall","src":"6919:79:11"},"nodeType":"YulExpressionStatement","src":"6919:79:11"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"6892:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"6900:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6889:2:11"},"nodeType":"YulFunctionCall","src":"6889:15:11"},"nodeType":"YulIf","src":"6886:122:11"},{"body":{"nodeType":"YulBlock","src":"7093:173:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7108:21:11","value":{"name":"src","nodeType":"YulIdentifier","src":"7126:3:11"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"7112:10:11","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"7150:3:11"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"7205:10:11"},{"name":"end","nodeType":"YulIdentifier","src":"7217:3:11"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"7155:49:11"},"nodeType":"YulFunctionCall","src":"7155:66:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7143:6:11"},"nodeType":"YulFunctionCall","src":"7143:79:11"},"nodeType":"YulExpressionStatement","src":"7143:79:11"},{"nodeType":"YulAssignment","src":"7235:21:11","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"7246:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"7251:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7242:3:11"},"nodeType":"YulFunctionCall","src":"7242:14:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"7235:3:11"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7046:3:11"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"7051:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"7043:2:11"},"nodeType":"YulFunctionCall","src":"7043:15:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"7059:25:11","statements":[{"nodeType":"YulAssignment","src":"7061:21:11","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7072:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"7077:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7068:3:11"},"nodeType":"YulFunctionCall","src":"7068:14:11"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"7061:3:11"}]}]},"pre":{"nodeType":"YulBlock","src":"7021:21:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7023:17:11","value":{"name":"offset","nodeType":"YulIdentifier","src":"7034:6:11"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"7027:3:11","type":""}]}]},"src":"7017:249:11"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6576:6:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"6584:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"6592:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"6600:5:11","type":""}],"src":"6475:797:11"},{"body":{"nodeType":"YulBlock","src":"7426:322:11","statements":[{"body":{"nodeType":"YulBlock","src":"7475:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"7477:77:11"},"nodeType":"YulFunctionCall","src":"7477:79:11"},"nodeType":"YulExpressionStatement","src":"7477:79:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7454:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"7462:4:11","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7450:3:11"},"nodeType":"YulFunctionCall","src":"7450:17:11"},{"name":"end","nodeType":"YulIdentifier","src":"7469:3:11"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7446:3:11"},"nodeType":"YulFunctionCall","src":"7446:27:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7439:6:11"},"nodeType":"YulFunctionCall","src":"7439:35:11"},"nodeType":"YulIf","src":"7436:122:11"},{"nodeType":"YulVariableDeclaration","src":"7567:34:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7594:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7581:12:11"},"nodeType":"YulFunctionCall","src":"7581:20:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"7571:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7610:132:11","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7715:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"7723:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7711:3:11"},"nodeType":"YulFunctionCall","src":"7711:17:11"},{"name":"length","nodeType":"YulIdentifier","src":"7730:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"7738:3:11"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"7619:91:11"},"nodeType":"YulFunctionCall","src":"7619:123:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"7610:5:11"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7404:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"7412:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"7420:5:11","type":""}],"src":"7320:428:11"},{"body":{"nodeType":"YulBlock","src":"7891:605:11","statements":[{"body":{"nodeType":"YulBlock","src":"7937:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7939:77:11"},"nodeType":"YulFunctionCall","src":"7939:79:11"},"nodeType":"YulExpressionStatement","src":"7939:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7912:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"7921:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7908:3:11"},"nodeType":"YulFunctionCall","src":"7908:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"7933:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7904:3:11"},"nodeType":"YulFunctionCall","src":"7904:32:11"},"nodeType":"YulIf","src":"7901:119:11"},{"nodeType":"YulBlock","src":"8030:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"8045:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"8059:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8049:6:11","type":""}]},{"nodeType":"YulAssignment","src":"8074:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8109:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"8120:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8105:3:11"},"nodeType":"YulFunctionCall","src":"8105:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8129:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"8084:20:11"},"nodeType":"YulFunctionCall","src":"8084:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8074:6:11"}]}]},{"nodeType":"YulBlock","src":"8157:332:11","statements":[{"nodeType":"YulVariableDeclaration","src":"8172:46:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8203:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"8214:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8199:3:11"},"nodeType":"YulFunctionCall","src":"8199:18:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8186:12:11"},"nodeType":"YulFunctionCall","src":"8186:32:11"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8176:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"8265:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"8267:77:11"},"nodeType":"YulFunctionCall","src":"8267:79:11"},"nodeType":"YulExpressionStatement","src":"8267:79:11"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8237:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"8245:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8234:2:11"},"nodeType":"YulFunctionCall","src":"8234:30:11"},"nodeType":"YulIf","src":"8231:117:11"},{"nodeType":"YulAssignment","src":"8362:117:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8451:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"8462:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8447:3:11"},"nodeType":"YulFunctionCall","src":"8447:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8471:7:11"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"8372:74:11"},"nodeType":"YulFunctionCall","src":"8372:107:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"8362:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7853:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7864:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7876:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7884:6:11","type":""}],"src":"7754:742:11"},{"body":{"nodeType":"YulBlock","src":"8547:81:11","statements":[{"nodeType":"YulAssignment","src":"8557:65:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8572:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"8579:42:11","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8568:3:11"},"nodeType":"YulFunctionCall","src":"8568:54:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"8557:7:11"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8529:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"8539:7:11","type":""}],"src":"8502:126:11"},{"body":{"nodeType":"YulBlock","src":"8679:51:11","statements":[{"nodeType":"YulAssignment","src":"8689:35:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8718:5:11"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"8700:17:11"},"nodeType":"YulFunctionCall","src":"8700:24:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"8689:7:11"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8661:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"8671:7:11","type":""}],"src":"8634:96:11"},{"body":{"nodeType":"YulBlock","src":"8779:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"8836:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8845:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8848:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8838:6:11"},"nodeType":"YulFunctionCall","src":"8838:12:11"},"nodeType":"YulExpressionStatement","src":"8838:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8802:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8827:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"8809:17:11"},"nodeType":"YulFunctionCall","src":"8809:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"8799:2:11"},"nodeType":"YulFunctionCall","src":"8799:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"8792:6:11"},"nodeType":"YulFunctionCall","src":"8792:43:11"},"nodeType":"YulIf","src":"8789:63:11"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8772:5:11","type":""}],"src":"8736:122:11"},{"body":{"nodeType":"YulBlock","src":"8916:87:11","statements":[{"nodeType":"YulAssignment","src":"8926:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8948:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8935:12:11"},"nodeType":"YulFunctionCall","src":"8935:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"8926:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8991:5:11"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"8964:26:11"},"nodeType":"YulFunctionCall","src":"8964:33:11"},"nodeType":"YulExpressionStatement","src":"8964:33:11"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"8894:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"8902:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"8910:5:11","type":""}],"src":"8864:139:11"},{"body":{"nodeType":"YulBlock","src":"9092:391:11","statements":[{"body":{"nodeType":"YulBlock","src":"9138:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9140:77:11"},"nodeType":"YulFunctionCall","src":"9140:79:11"},"nodeType":"YulExpressionStatement","src":"9140:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9113:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"9122:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9109:3:11"},"nodeType":"YulFunctionCall","src":"9109:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"9134:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9105:3:11"},"nodeType":"YulFunctionCall","src":"9105:32:11"},"nodeType":"YulIf","src":"9102:119:11"},{"nodeType":"YulBlock","src":"9231:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"9246:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"9260:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9250:6:11","type":""}]},{"nodeType":"YulAssignment","src":"9275:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9310:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"9321:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9306:3:11"},"nodeType":"YulFunctionCall","src":"9306:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9330:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"9285:20:11"},"nodeType":"YulFunctionCall","src":"9285:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"9275:6:11"}]}]},{"nodeType":"YulBlock","src":"9358:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"9373:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"9387:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9377:6:11","type":""}]},{"nodeType":"YulAssignment","src":"9403:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9438:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"9449:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9434:3:11"},"nodeType":"YulFunctionCall","src":"9434:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9458:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"9413:20:11"},"nodeType":"YulFunctionCall","src":"9413:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"9403:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9054:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9065:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9077:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"9085:6:11","type":""}],"src":"9009:474:11"},{"body":{"nodeType":"YulBlock","src":"9533:57:11","statements":[{"nodeType":"YulAssignment","src":"9543:41:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9558:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"9565:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9554:3:11"},"nodeType":"YulFunctionCall","src":"9554:30:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"9543:7:11"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9515:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"9525:7:11","type":""}],"src":"9489:101:11"},{"body":{"nodeType":"YulBlock","src":"9638:78:11","statements":[{"body":{"nodeType":"YulBlock","src":"9694:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9703:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9706:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9696:6:11"},"nodeType":"YulFunctionCall","src":"9696:12:11"},"nodeType":"YulExpressionStatement","src":"9696:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9661:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9685:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"9668:16:11"},"nodeType":"YulFunctionCall","src":"9668:23:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"9658:2:11"},"nodeType":"YulFunctionCall","src":"9658:34:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"9651:6:11"},"nodeType":"YulFunctionCall","src":"9651:42:11"},"nodeType":"YulIf","src":"9648:62:11"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9631:5:11","type":""}],"src":"9596:120:11"},{"body":{"nodeType":"YulBlock","src":"9773:86:11","statements":[{"nodeType":"YulAssignment","src":"9783:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"9805:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"9792:12:11"},"nodeType":"YulFunctionCall","src":"9792:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"9783:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9847:5:11"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"9821:25:11"},"nodeType":"YulFunctionCall","src":"9821:32:11"},"nodeType":"YulExpressionStatement","src":"9821:32:11"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"9751:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"9759:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9767:5:11","type":""}],"src":"9722:137:11"},{"body":{"nodeType":"YulBlock","src":"9930:262:11","statements":[{"body":{"nodeType":"YulBlock","src":"9976:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9978:77:11"},"nodeType":"YulFunctionCall","src":"9978:79:11"},"nodeType":"YulExpressionStatement","src":"9978:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9951:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"9960:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9947:3:11"},"nodeType":"YulFunctionCall","src":"9947:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"9972:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9943:3:11"},"nodeType":"YulFunctionCall","src":"9943:32:11"},"nodeType":"YulIf","src":"9940:119:11"},{"nodeType":"YulBlock","src":"10069:116:11","statements":[{"nodeType":"YulVariableDeclaration","src":"10084:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"10098:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"10088:6:11","type":""}]},{"nodeType":"YulAssignment","src":"10113:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10147:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"10158:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10143:3:11"},"nodeType":"YulFunctionCall","src":"10143:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"10167:7:11"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"10123:19:11"},"nodeType":"YulFunctionCall","src":"10123:52:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"10113:6:11"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9900:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9911:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9923:6:11","type":""}],"src":"9865:327:11"},{"body":{"nodeType":"YulBlock","src":"10240:48:11","statements":[{"nodeType":"YulAssignment","src":"10250:32:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10275:5:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10268:6:11"},"nodeType":"YulFunctionCall","src":"10268:13:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10261:6:11"},"nodeType":"YulFunctionCall","src":"10261:21:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"10250:7:11"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10222:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"10232:7:11","type":""}],"src":"10198:90:11"},{"body":{"nodeType":"YulBlock","src":"10353:50:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10370:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10390:5:11"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"10375:14:11"},"nodeType":"YulFunctionCall","src":"10375:21:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10363:6:11"},"nodeType":"YulFunctionCall","src":"10363:34:11"},"nodeType":"YulExpressionStatement","src":"10363:34:11"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10341:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10348:3:11","type":""}],"src":"10294:109:11"},{"body":{"nodeType":"YulBlock","src":"10501:118:11","statements":[{"nodeType":"YulAssignment","src":"10511:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10523:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"10534:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10519:3:11"},"nodeType":"YulFunctionCall","src":"10519:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10511:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"10585:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10598:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"10609:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10594:3:11"},"nodeType":"YulFunctionCall","src":"10594:17:11"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"10547:37:11"},"nodeType":"YulFunctionCall","src":"10547:65:11"},"nodeType":"YulExpressionStatement","src":"10547:65:11"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10473:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"10485:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10496:4:11","type":""}],"src":"10409:210:11"},{"body":{"nodeType":"YulBlock","src":"10670:32:11","statements":[{"nodeType":"YulAssignment","src":"10680:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"10691:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"10680:7:11"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10652:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"10662:7:11","type":""}],"src":"10625:77:11"},{"body":{"nodeType":"YulBlock","src":"10751:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"10808:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10817:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"10820:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"10810:6:11"},"nodeType":"YulFunctionCall","src":"10810:12:11"},"nodeType":"YulExpressionStatement","src":"10810:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10774:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10799:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"10781:17:11"},"nodeType":"YulFunctionCall","src":"10781:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"10771:2:11"},"nodeType":"YulFunctionCall","src":"10771:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10764:6:11"},"nodeType":"YulFunctionCall","src":"10764:43:11"},"nodeType":"YulIf","src":"10761:63:11"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10744:5:11","type":""}],"src":"10708:122:11"},{"body":{"nodeType":"YulBlock","src":"10888:87:11","statements":[{"nodeType":"YulAssignment","src":"10898:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"10920:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"10907:12:11"},"nodeType":"YulFunctionCall","src":"10907:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"10898:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10963:5:11"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"10936:26:11"},"nodeType":"YulFunctionCall","src":"10936:33:11"},"nodeType":"YulExpressionStatement","src":"10936:33:11"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"10866:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"10874:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"10882:5:11","type":""}],"src":"10836:139:11"},{"body":{"nodeType":"YulBlock","src":"11064:391:11","statements":[{"body":{"nodeType":"YulBlock","src":"11110:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11112:77:11"},"nodeType":"YulFunctionCall","src":"11112:79:11"},"nodeType":"YulExpressionStatement","src":"11112:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11085:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"11094:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11081:3:11"},"nodeType":"YulFunctionCall","src":"11081:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"11106:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11077:3:11"},"nodeType":"YulFunctionCall","src":"11077:32:11"},"nodeType":"YulIf","src":"11074:119:11"},{"nodeType":"YulBlock","src":"11203:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11218:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11232:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11222:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11247:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11282:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"11293:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11278:3:11"},"nodeType":"YulFunctionCall","src":"11278:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11302:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"11257:20:11"},"nodeType":"YulFunctionCall","src":"11257:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"11247:6:11"}]}]},{"nodeType":"YulBlock","src":"11330:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11345:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11359:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11349:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11375:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11410:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"11421:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11406:3:11"},"nodeType":"YulFunctionCall","src":"11406:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11430:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"11385:20:11"},"nodeType":"YulFunctionCall","src":"11385:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"11375:6:11"}]}]}]},"name":"abi_decode_tuple_t_uint256t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11026:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11037:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11049:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"11057:6:11","type":""}],"src":"10981:474:11"},{"body":{"nodeType":"YulBlock","src":"11527:263:11","statements":[{"body":{"nodeType":"YulBlock","src":"11573:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11575:77:11"},"nodeType":"YulFunctionCall","src":"11575:79:11"},"nodeType":"YulExpressionStatement","src":"11575:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11548:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"11557:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11544:3:11"},"nodeType":"YulFunctionCall","src":"11544:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"11569:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11540:3:11"},"nodeType":"YulFunctionCall","src":"11540:32:11"},"nodeType":"YulIf","src":"11537:119:11"},{"nodeType":"YulBlock","src":"11666:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11681:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11695:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11685:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11710:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11745:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"11756:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11741:3:11"},"nodeType":"YulFunctionCall","src":"11741:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11765:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"11720:20:11"},"nodeType":"YulFunctionCall","src":"11720:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"11710:6:11"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11497:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11508:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11520:6:11","type":""}],"src":"11461:329:11"},{"body":{"nodeType":"YulBlock","src":"11851:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11868:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11891:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"11873:17:11"},"nodeType":"YulFunctionCall","src":"11873:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11861:6:11"},"nodeType":"YulFunctionCall","src":"11861:37:11"},"nodeType":"YulExpressionStatement","src":"11861:37:11"}]},"name":"abi_encode_t_address_to_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11839:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11846:3:11","type":""}],"src":"11796:108:11"},{"body":{"nodeType":"YulBlock","src":"11965:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11982:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12005:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"11987:17:11"},"nodeType":"YulFunctionCall","src":"11987:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11975:6:11"},"nodeType":"YulFunctionCall","src":"11975:37:11"},"nodeType":"YulExpressionStatement","src":"11975:37:11"}]},"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11953:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11960:3:11","type":""}],"src":"11910:108:11"},{"body":{"nodeType":"YulBlock","src":"12073:50:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12090:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12110:5:11"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"12095:14:11"},"nodeType":"YulFunctionCall","src":"12095:21:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12083:6:11"},"nodeType":"YulFunctionCall","src":"12083:34:11"},"nodeType":"YulExpressionStatement","src":"12083:34:11"}]},"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12061:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12068:3:11","type":""}],"src":"12024:99:11"},{"body":{"nodeType":"YulBlock","src":"12173:65:11","statements":[{"nodeType":"YulAssignment","src":"12183:49:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12198:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"12205:26:11","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"12194:3:11"},"nodeType":"YulFunctionCall","src":"12194:38:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"12183:7:11"}]}]},"name":"cleanup_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12155:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"12165:7:11","type":""}],"src":"12129:109:11"},{"body":{"nodeType":"YulBlock","src":"12297:52:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12314:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12336:5:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"12319:16:11"},"nodeType":"YulFunctionCall","src":"12319:23:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12307:6:11"},"nodeType":"YulFunctionCall","src":"12307:36:11"},"nodeType":"YulExpressionStatement","src":"12307:36:11"}]},"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12285:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12292:3:11","type":""}],"src":"12244:105:11"},{"body":{"nodeType":"YulBlock","src":"12521:1838:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12531:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12547:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12552:6:11","type":"","value":"0x0140"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12543:3:11"},"nodeType":"YulFunctionCall","src":"12543:16:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"12535:4:11","type":""}]},{"nodeType":"YulBlock","src":"12569:166:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12606:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12636:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"12643:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12632:3:11"},"nodeType":"YulFunctionCall","src":"12632:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12626:5:11"},"nodeType":"YulFunctionCall","src":"12626:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12610:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"12696:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12714:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12719:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12710:3:11"},"nodeType":"YulFunctionCall","src":"12710:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"12662:33:11"},"nodeType":"YulFunctionCall","src":"12662:63:11"},"nodeType":"YulExpressionStatement","src":"12662:63:11"}]},{"nodeType":"YulBlock","src":"12745:165:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12781:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12811:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"12818:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12807:3:11"},"nodeType":"YulFunctionCall","src":"12807:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12801:5:11"},"nodeType":"YulFunctionCall","src":"12801:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12785:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"12871:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12889:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12894:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12885:3:11"},"nodeType":"YulFunctionCall","src":"12885:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"12837:33:11"},"nodeType":"YulFunctionCall","src":"12837:63:11"},"nodeType":"YulExpressionStatement","src":"12837:63:11"}]},{"nodeType":"YulBlock","src":"12920:178:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12969:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12999:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13006:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12995:3:11"},"nodeType":"YulFunctionCall","src":"12995:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12989:5:11"},"nodeType":"YulFunctionCall","src":"12989:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12973:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13059:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13077:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13082:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13073:3:11"},"nodeType":"YulFunctionCall","src":"13073:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"13025:33:11"},"nodeType":"YulFunctionCall","src":"13025:63:11"},"nodeType":"YulExpressionStatement","src":"13025:63:11"}]},{"nodeType":"YulBlock","src":"13108:169:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13148:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13178:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13185:4:11","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13174:3:11"},"nodeType":"YulFunctionCall","src":"13174:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13168:5:11"},"nodeType":"YulFunctionCall","src":"13168:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13152:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13238:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13256:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13261:4:11","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13252:3:11"},"nodeType":"YulFunctionCall","src":"13252:14:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"13204:33:11"},"nodeType":"YulFunctionCall","src":"13204:63:11"},"nodeType":"YulExpressionStatement","src":"13204:63:11"}]},{"nodeType":"YulBlock","src":"13287:171:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13329:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13359:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13366:4:11","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13355:3:11"},"nodeType":"YulFunctionCall","src":"13355:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13349:5:11"},"nodeType":"YulFunctionCall","src":"13349:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13333:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13419:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13437:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13442:4:11","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13433:3:11"},"nodeType":"YulFunctionCall","src":"13433:14:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"13385:33:11"},"nodeType":"YulFunctionCall","src":"13385:63:11"},"nodeType":"YulExpressionStatement","src":"13385:63:11"}]},{"nodeType":"YulBlock","src":"13468:165:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13510:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13540:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13547:4:11","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13536:3:11"},"nodeType":"YulFunctionCall","src":"13536:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13530:5:11"},"nodeType":"YulFunctionCall","src":"13530:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13514:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13594:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13612:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13617:4:11","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13608:3:11"},"nodeType":"YulFunctionCall","src":"13608:14:11"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"13566:27:11"},"nodeType":"YulFunctionCall","src":"13566:57:11"},"nodeType":"YulExpressionStatement","src":"13566:57:11"}]},{"nodeType":"YulBlock","src":"13643:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13684:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13714:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13721:4:11","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13710:3:11"},"nodeType":"YulFunctionCall","src":"13710:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13704:5:11"},"nodeType":"YulFunctionCall","src":"13704:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13688:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13768:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13786:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13791:4:11","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13782:3:11"},"nodeType":"YulFunctionCall","src":"13782:14:11"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"13740:27:11"},"nodeType":"YulFunctionCall","src":"13740:57:11"},"nodeType":"YulExpressionStatement","src":"13740:57:11"}]},{"nodeType":"YulBlock","src":"13817:173:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13861:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13891:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13898:4:11","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13887:3:11"},"nodeType":"YulFunctionCall","src":"13887:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13881:5:11"},"nodeType":"YulFunctionCall","src":"13881:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13865:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13951:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13969:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13974:4:11","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13965:3:11"},"nodeType":"YulFunctionCall","src":"13965:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"13917:33:11"},"nodeType":"YulFunctionCall","src":"13917:63:11"},"nodeType":"YulExpressionStatement","src":"13917:63:11"}]},{"nodeType":"YulBlock","src":"14000:172:11","statements":[{"nodeType":"YulVariableDeclaration","src":"14041:45:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14071:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"14078:6:11","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14067:3:11"},"nodeType":"YulFunctionCall","src":"14067:18:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"14061:5:11"},"nodeType":"YulFunctionCall","src":"14061:25:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"14045:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"14131:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14149:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14154:6:11","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14145:3:11"},"nodeType":"YulFunctionCall","src":"14145:16:11"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulIdentifier","src":"14099:31:11"},"nodeType":"YulFunctionCall","src":"14099:63:11"},"nodeType":"YulExpressionStatement","src":"14099:63:11"}]},{"nodeType":"YulBlock","src":"14182:170:11","statements":[{"nodeType":"YulVariableDeclaration","src":"14219:45:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14249:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"14256:6:11","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14245:3:11"},"nodeType":"YulFunctionCall","src":"14245:18:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"14239:5:11"},"nodeType":"YulFunctionCall","src":"14239:25:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"14223:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"14311:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14329:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14334:6:11","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14325:3:11"},"nodeType":"YulFunctionCall","src":"14325:16:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"14277:33:11"},"nodeType":"YulFunctionCall","src":"14277:65:11"},"nodeType":"YulExpressionStatement","src":"14277:65:11"}]}]},"name":"abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12508:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12515:3:11","type":""}],"src":"12409:1950:11"},{"body":{"nodeType":"YulBlock","src":"14509:171:11","statements":[{"nodeType":"YulAssignment","src":"14519:27:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14531:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14542:3:11","type":"","value":"320"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14527:3:11"},"nodeType":"YulFunctionCall","src":"14527:19:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14519:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14646:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14659:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14670:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14655:3:11"},"nodeType":"YulFunctionCall","src":"14655:17:11"}],"functionName":{"name":"abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14556:89:11"},"nodeType":"YulFunctionCall","src":"14556:117:11"},"nodeType":"YulExpressionStatement","src":"14556:117:11"}]},"name":"abi_encode_tuple_t_struct$_Order_$1976_memory_ptr__to_t_struct$_Order_$1976_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14481:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14493:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14504:4:11","type":""}],"src":"14365:315:11"},{"body":{"nodeType":"YulBlock","src":"14751:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14768:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14791:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"14773:17:11"},"nodeType":"YulFunctionCall","src":"14773:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14761:6:11"},"nodeType":"YulFunctionCall","src":"14761:37:11"},"nodeType":"YulExpressionStatement","src":"14761:37:11"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"14739:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"14746:3:11","type":""}],"src":"14686:118:11"},{"body":{"nodeType":"YulBlock","src":"14908:124:11","statements":[{"nodeType":"YulAssignment","src":"14918:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14930:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14941:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14926:3:11"},"nodeType":"YulFunctionCall","src":"14926:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14918:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14998:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15011:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15022:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15007:3:11"},"nodeType":"YulFunctionCall","src":"15007:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"14954:43:11"},"nodeType":"YulFunctionCall","src":"14954:71:11"},"nodeType":"YulExpressionStatement","src":"14954:71:11"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14880:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14892:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14903:4:11","type":""}],"src":"14810:222:11"},{"body":{"nodeType":"YulBlock","src":"15101:52:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15118:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15140:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"15123:16:11"},"nodeType":"YulFunctionCall","src":"15123:23:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15111:6:11"},"nodeType":"YulFunctionCall","src":"15111:36:11"},"nodeType":"YulExpressionStatement","src":"15111:36:11"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15089:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15096:3:11","type":""}],"src":"15038:115:11"},{"body":{"nodeType":"YulBlock","src":"15224:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15241:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15264:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"15246:17:11"},"nodeType":"YulFunctionCall","src":"15246:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15234:6:11"},"nodeType":"YulFunctionCall","src":"15234:37:11"},"nodeType":"YulExpressionStatement","src":"15234:37:11"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15212:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15219:3:11","type":""}],"src":"15159:118:11"},{"body":{"nodeType":"YulBlock","src":"15407:204:11","statements":[{"nodeType":"YulAssignment","src":"15417:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15429:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15440:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15425:3:11"},"nodeType":"YulFunctionCall","src":"15425:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15417:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"15495:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15508:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15519:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15504:3:11"},"nodeType":"YulFunctionCall","src":"15504:17:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"15453:41:11"},"nodeType":"YulFunctionCall","src":"15453:69:11"},"nodeType":"YulExpressionStatement","src":"15453:69:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"15576:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15589:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15600:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15585:3:11"},"nodeType":"YulFunctionCall","src":"15585:18:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"15532:43:11"},"nodeType":"YulFunctionCall","src":"15532:72:11"},"nodeType":"YulExpressionStatement","src":"15532:72:11"}]},"name":"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15371:9:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"15383:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"15391:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15402:4:11","type":""}],"src":"15283:328:11"},{"body":{"nodeType":"YulBlock","src":"15841:395:11","statements":[{"nodeType":"YulVariableDeclaration","src":"15851:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15867:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"15872:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15863:3:11"},"nodeType":"YulFunctionCall","src":"15863:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"15855:4:11","type":""}]},{"nodeType":"YulBlock","src":"15887:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"15922:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15952:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"15959:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15948:3:11"},"nodeType":"YulFunctionCall","src":"15948:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"15942:5:11"},"nodeType":"YulFunctionCall","src":"15942:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"15926:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16012:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16030:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16035:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16026:3:11"},"nodeType":"YulFunctionCall","src":"16026:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"15978:33:11"},"nodeType":"YulFunctionCall","src":"15978:63:11"},"nodeType":"YulExpressionStatement","src":"15978:63:11"}]},{"nodeType":"YulBlock","src":"16061:168:11","statements":[{"nodeType":"YulVariableDeclaration","src":"16100:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16130:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"16137:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16126:3:11"},"nodeType":"YulFunctionCall","src":"16126:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16120:5:11"},"nodeType":"YulFunctionCall","src":"16120:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16104:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16190:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16208:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16213:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16204:3:11"},"nodeType":"YulFunctionCall","src":"16204:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"16156:33:11"},"nodeType":"YulFunctionCall","src":"16156:63:11"},"nodeType":"YulExpressionStatement","src":"16156:63:11"}]}]},"name":"abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15828:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15835:3:11","type":""}],"src":"15705:531:11"},{"body":{"nodeType":"YulBlock","src":"16410:194:11","statements":[{"nodeType":"YulAssignment","src":"16420:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16432:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16443:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16428:3:11"},"nodeType":"YulFunctionCall","src":"16428:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16420:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"16570:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16583:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16594:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16579:3:11"},"nodeType":"YulFunctionCall","src":"16579:17:11"}],"functionName":{"name":"abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16456:113:11"},"nodeType":"YulFunctionCall","src":"16456:141:11"},"nodeType":"YulExpressionStatement","src":"16456:141:11"}]},"name":"abi_encode_tuple_t_struct$_InstitutionByCode_$2079_memory_ptr__to_t_struct$_InstitutionByCode_$2079_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16382:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"16394:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16405:4:11","type":""}],"src":"16242:362:11"},{"body":{"nodeType":"YulBlock","src":"16710:519:11","statements":[{"body":{"nodeType":"YulBlock","src":"16756:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"16758:77:11"},"nodeType":"YulFunctionCall","src":"16758:79:11"},"nodeType":"YulExpressionStatement","src":"16758:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"16731:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"16740:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16727:3:11"},"nodeType":"YulFunctionCall","src":"16727:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"16752:2:11","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"16723:3:11"},"nodeType":"YulFunctionCall","src":"16723:32:11"},"nodeType":"YulIf","src":"16720:119:11"},{"nodeType":"YulBlock","src":"16849:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"16864:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"16878:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"16868:6:11","type":""}]},{"nodeType":"YulAssignment","src":"16893:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16928:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"16939:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16924:3:11"},"nodeType":"YulFunctionCall","src":"16924:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"16948:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"16903:20:11"},"nodeType":"YulFunctionCall","src":"16903:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"16893:6:11"}]}]},{"nodeType":"YulBlock","src":"16976:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"16991:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"17005:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"16995:6:11","type":""}]},{"nodeType":"YulAssignment","src":"17021:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17056:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"17067:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17052:3:11"},"nodeType":"YulFunctionCall","src":"17052:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"17076:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"17031:20:11"},"nodeType":"YulFunctionCall","src":"17031:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"17021:6:11"}]}]},{"nodeType":"YulBlock","src":"17104:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"17119:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"17133:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"17123:6:11","type":""}]},{"nodeType":"YulAssignment","src":"17149:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17184:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"17195:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17180:3:11"},"nodeType":"YulFunctionCall","src":"17180:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"17204:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"17159:20:11"},"nodeType":"YulFunctionCall","src":"17159:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"17149:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16664:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"16675:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"16687:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"16695:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"16703:6:11","type":""}],"src":"16610:619:11"},{"body":{"nodeType":"YulBlock","src":"17277:78:11","statements":[{"body":{"nodeType":"YulBlock","src":"17333:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"17342:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"17345:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"17335:6:11"},"nodeType":"YulFunctionCall","src":"17335:12:11"},"nodeType":"YulExpressionStatement","src":"17335:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17300:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17324:5:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"17307:16:11"},"nodeType":"YulFunctionCall","src":"17307:23:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"17297:2:11"},"nodeType":"YulFunctionCall","src":"17297:34:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"17290:6:11"},"nodeType":"YulFunctionCall","src":"17290:42:11"},"nodeType":"YulIf","src":"17287:62:11"}]},"name":"validator_revert_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17270:5:11","type":""}],"src":"17235:120:11"},{"body":{"nodeType":"YulBlock","src":"17412:86:11","statements":[{"nodeType":"YulAssignment","src":"17422:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17444:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"17431:12:11"},"nodeType":"YulFunctionCall","src":"17431:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"17422:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17486:5:11"}],"functionName":{"name":"validator_revert_t_uint96","nodeType":"YulIdentifier","src":"17460:25:11"},"nodeType":"YulFunctionCall","src":"17460:32:11"},"nodeType":"YulExpressionStatement","src":"17460:32:11"}]},"name":"abi_decode_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"17390:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"17398:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"17406:5:11","type":""}],"src":"17361:137:11"},{"body":{"nodeType":"YulBlock","src":"17593:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"17610:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"17613:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"17603:6:11"},"nodeType":"YulFunctionCall","src":"17603:12:11"},"nodeType":"YulExpressionStatement","src":"17603:12:11"}]},"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulFunctionDefinition","src":"17504:117:11"},{"body":{"nodeType":"YulBlock","src":"17716:478:11","statements":[{"body":{"nodeType":"YulBlock","src":"17765:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"17767:77:11"},"nodeType":"YulFunctionCall","src":"17767:79:11"},"nodeType":"YulExpressionStatement","src":"17767:79:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17744:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"17752:4:11","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17740:3:11"},"nodeType":"YulFunctionCall","src":"17740:17:11"},{"name":"end","nodeType":"YulIdentifier","src":"17759:3:11"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"17736:3:11"},"nodeType":"YulFunctionCall","src":"17736:27:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"17729:6:11"},"nodeType":"YulFunctionCall","src":"17729:35:11"},"nodeType":"YulIf","src":"17726:122:11"},{"nodeType":"YulAssignment","src":"17857:30:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17880:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"17867:12:11"},"nodeType":"YulFunctionCall","src":"17867:20:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"17857:6:11"}]},{"body":{"nodeType":"YulBlock","src":"17930:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"17932:77:11"},"nodeType":"YulFunctionCall","src":"17932:79:11"},"nodeType":"YulExpressionStatement","src":"17932:79:11"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"17902:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"17910:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"17899:2:11"},"nodeType":"YulFunctionCall","src":"17899:30:11"},"nodeType":"YulIf","src":"17896:117:11"},{"nodeType":"YulAssignment","src":"18022:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"18038:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"18046:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18034:3:11"},"nodeType":"YulFunctionCall","src":"18034:17:11"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"18022:8:11"}]},{"body":{"nodeType":"YulBlock","src":"18105:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"18107:77:11"},"nodeType":"YulFunctionCall","src":"18107:79:11"},"nodeType":"YulExpressionStatement","src":"18107:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"18070:8:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"18084:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"18092:4:11","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"18080:3:11"},"nodeType":"YulFunctionCall","src":"18080:17:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18066:3:11"},"nodeType":"YulFunctionCall","src":"18066:32:11"},{"name":"end","nodeType":"YulIdentifier","src":"18100:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"18063:2:11"},"nodeType":"YulFunctionCall","src":"18063:41:11"},"nodeType":"YulIf","src":"18060:128:11"}]},"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"17683:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"17691:3:11","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"17699:8:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"17709:6:11","type":""}],"src":"17641:553:11"},{"body":{"nodeType":"YulBlock","src":"18404:1343:11","statements":[{"body":{"nodeType":"YulBlock","src":"18451:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"18453:77:11"},"nodeType":"YulFunctionCall","src":"18453:79:11"},"nodeType":"YulExpressionStatement","src":"18453:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"18425:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"18434:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18421:3:11"},"nodeType":"YulFunctionCall","src":"18421:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"18446:3:11","type":"","value":"256"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"18417:3:11"},"nodeType":"YulFunctionCall","src":"18417:33:11"},"nodeType":"YulIf","src":"18414:120:11"},{"nodeType":"YulBlock","src":"18544:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18559:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18573:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18563:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18588:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18623:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"18634:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18619:3:11"},"nodeType":"YulFunctionCall","src":"18619:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18643:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"18598:20:11"},"nodeType":"YulFunctionCall","src":"18598:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"18588:6:11"}]}]},{"nodeType":"YulBlock","src":"18671:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18686:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18700:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18690:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18716:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18751:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"18762:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18747:3:11"},"nodeType":"YulFunctionCall","src":"18747:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18771:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"18726:20:11"},"nodeType":"YulFunctionCall","src":"18726:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"18716:6:11"}]}]},{"nodeType":"YulBlock","src":"18799:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18814:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18828:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18818:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18844:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18879:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"18890:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18875:3:11"},"nodeType":"YulFunctionCall","src":"18875:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18899:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"18854:20:11"},"nodeType":"YulFunctionCall","src":"18854:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"18844:6:11"}]}]},{"nodeType":"YulBlock","src":"18927:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18942:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18956:2:11","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18946:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18972:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19006:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19017:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19002:3:11"},"nodeType":"YulFunctionCall","src":"19002:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19026:7:11"}],"functionName":{"name":"abi_decode_t_uint96","nodeType":"YulIdentifier","src":"18982:19:11"},"nodeType":"YulFunctionCall","src":"18982:52:11"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"18972:6:11"}]}]},{"nodeType":"YulBlock","src":"19054:119:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19069:17:11","value":{"kind":"number","nodeType":"YulLiteral","src":"19083:3:11","type":"","value":"128"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19073:6:11","type":""}]},{"nodeType":"YulAssignment","src":"19100:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19135:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19146:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19131:3:11"},"nodeType":"YulFunctionCall","src":"19131:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19155:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19110:20:11"},"nodeType":"YulFunctionCall","src":"19110:53:11"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"19100:6:11"}]}]},{"nodeType":"YulBlock","src":"19183:119:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19198:17:11","value":{"kind":"number","nodeType":"YulLiteral","src":"19212:3:11","type":"","value":"160"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19202:6:11","type":""}]},{"nodeType":"YulAssignment","src":"19229:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19264:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19275:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19260:3:11"},"nodeType":"YulFunctionCall","src":"19260:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19284:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"19239:20:11"},"nodeType":"YulFunctionCall","src":"19239:53:11"},"variableNames":[{"name":"value5","nodeType":"YulIdentifier","src":"19229:6:11"}]}]},{"nodeType":"YulBlock","src":"19312:119:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19327:17:11","value":{"kind":"number","nodeType":"YulLiteral","src":"19341:3:11","type":"","value":"192"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19331:6:11","type":""}]},{"nodeType":"YulAssignment","src":"19358:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19393:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19404:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19389:3:11"},"nodeType":"YulFunctionCall","src":"19389:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19413:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19368:20:11"},"nodeType":"YulFunctionCall","src":"19368:53:11"},"variableNames":[{"name":"value6","nodeType":"YulIdentifier","src":"19358:6:11"}]}]},{"nodeType":"YulBlock","src":"19441:299:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19456:47:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19487:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"19498:3:11","type":"","value":"224"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19483:3:11"},"nodeType":"YulFunctionCall","src":"19483:19:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"19470:12:11"},"nodeType":"YulFunctionCall","src":"19470:33:11"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19460:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"19550:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"19552:77:11"},"nodeType":"YulFunctionCall","src":"19552:79:11"},"nodeType":"YulExpressionStatement","src":"19552:79:11"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"19522:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"19530:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"19519:2:11"},"nodeType":"YulFunctionCall","src":"19519:30:11"},"nodeType":"YulIf","src":"19516:117:11"},{"nodeType":"YulAssignment","src":"19647:83:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19702:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19713:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19698:3:11"},"nodeType":"YulFunctionCall","src":"19698:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19722:7:11"}],"functionName":{"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulIdentifier","src":"19665:32:11"},"nodeType":"YulFunctionCall","src":"19665:65:11"},"variableNames":[{"name":"value7","nodeType":"YulIdentifier","src":"19647:6:11"},{"name":"value8","nodeType":"YulIdentifier","src":"19655:6:11"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18310:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"18321:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"18333:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"18341:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"18349:6:11","type":""},{"name":"value3","nodeType":"YulTypedName","src":"18357:6:11","type":""},{"name":"value4","nodeType":"YulTypedName","src":"18365:6:11","type":""},{"name":"value5","nodeType":"YulTypedName","src":"18373:6:11","type":""},{"name":"value6","nodeType":"YulTypedName","src":"18381:6:11","type":""},{"name":"value7","nodeType":"YulTypedName","src":"18389:6:11","type":""},{"name":"value8","nodeType":"YulTypedName","src":"18397:6:11","type":""}],"src":"18200:1547:11"},{"body":{"nodeType":"YulBlock","src":"19818:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"19835:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"19858:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"19840:17:11"},"nodeType":"YulFunctionCall","src":"19840:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"19828:6:11"},"nodeType":"YulFunctionCall","src":"19828:37:11"},"nodeType":"YulExpressionStatement","src":"19828:37:11"}]},"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"19806:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"19813:3:11","type":""}],"src":"19753:118:11"},{"body":{"nodeType":"YulBlock","src":"19975:124:11","statements":[{"nodeType":"YulAssignment","src":"19985:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19997:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"20008:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19993:3:11"},"nodeType":"YulFunctionCall","src":"19993:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"19985:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"20065:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20078:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"20089:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20074:3:11"},"nodeType":"YulFunctionCall","src":"20074:17:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"20021:43:11"},"nodeType":"YulFunctionCall","src":"20021:71:11"},"nodeType":"YulExpressionStatement","src":"20021:71:11"}]},"name":"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"19947:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"19959:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"19970:4:11","type":""}],"src":"19877:222:11"},{"body":{"nodeType":"YulBlock","src":"20221:647:11","statements":[{"body":{"nodeType":"YulBlock","src":"20268:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"20270:77:11"},"nodeType":"YulFunctionCall","src":"20270:79:11"},"nodeType":"YulExpressionStatement","src":"20270:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"20242:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"20251:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"20238:3:11"},"nodeType":"YulFunctionCall","src":"20238:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"20263:3:11","type":"","value":"128"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"20234:3:11"},"nodeType":"YulFunctionCall","src":"20234:33:11"},"nodeType":"YulIf","src":"20231:120:11"},{"nodeType":"YulBlock","src":"20361:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20376:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20390:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20380:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20405:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20440:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20451:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20436:3:11"},"nodeType":"YulFunctionCall","src":"20436:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20460:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"20415:20:11"},"nodeType":"YulFunctionCall","src":"20415:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"20405:6:11"}]}]},{"nodeType":"YulBlock","src":"20488:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20503:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20517:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20507:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20533:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20568:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20579:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20564:3:11"},"nodeType":"YulFunctionCall","src":"20564:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20588:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"20543:20:11"},"nodeType":"YulFunctionCall","src":"20543:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"20533:6:11"}]}]},{"nodeType":"YulBlock","src":"20616:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20631:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20645:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20635:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20661:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20696:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20707:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20692:3:11"},"nodeType":"YulFunctionCall","src":"20692:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20716:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"20671:20:11"},"nodeType":"YulFunctionCall","src":"20671:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"20661:6:11"}]}]},{"nodeType":"YulBlock","src":"20744:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20759:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20773:2:11","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20763:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20789:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20823:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20834:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20819:3:11"},"nodeType":"YulFunctionCall","src":"20819:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20843:7:11"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"20799:19:11"},"nodeType":"YulFunctionCall","src":"20799:52:11"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"20789:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"20167:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"20178:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"20190:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"20198:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"20206:6:11","type":""},{"name":"value3","nodeType":"YulTypedName","src":"20214:6:11","type":""}],"src":"20105:763:11"},{"body":{"nodeType":"YulBlock","src":"20902:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"20919:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"20922:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"20912:6:11"},"nodeType":"YulFunctionCall","src":"20912:88:11"},"nodeType":"YulExpressionStatement","src":"20912:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21016:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"21019:4:11","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21009:6:11"},"nodeType":"YulFunctionCall","src":"21009:15:11"},"nodeType":"YulExpressionStatement","src":"21009:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21040:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"21043:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"21033:6:11"},"nodeType":"YulFunctionCall","src":"21033:15:11"},"nodeType":"YulExpressionStatement","src":"21033:15:11"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"20874:180:11"},{"body":{"nodeType":"YulBlock","src":"21157:40:11","statements":[{"nodeType":"YulAssignment","src":"21168:22:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"21184:5:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"21178:5:11"},"nodeType":"YulFunctionCall","src":"21178:12:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"21168:6:11"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21140:5:11","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"21150:6:11","type":""}],"src":"21060:137:11"},{"body":{"nodeType":"YulBlock","src":"21298:87:11","statements":[{"nodeType":"YulAssignment","src":"21308:11:11","value":{"name":"ptr","nodeType":"YulIdentifier","src":"21316:3:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"21308:4:11"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21336:1:11","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"21339:3:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21329:6:11"},"nodeType":"YulFunctionCall","src":"21329:14:11"},"nodeType":"YulExpressionStatement","src":"21329:14:11"},{"nodeType":"YulAssignment","src":"21352:26:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21370:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"21373:4:11","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"21360:9:11"},"nodeType":"YulFunctionCall","src":"21360:18:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"21352:4:11"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"21285:3:11","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"21293:4:11","type":""}],"src":"21203:182:11"},{"body":{"nodeType":"YulBlock","src":"21442:51:11","statements":[{"nodeType":"YulAssignment","src":"21452:34:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21477:1:11","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"21480:5:11"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"21473:3:11"},"nodeType":"YulFunctionCall","src":"21473:13:11"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"21452:8:11"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21423:5:11","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"21433:8:11","type":""}],"src":"21391:102:11"},{"body":{"nodeType":"YulBlock","src":"21557:32:11","statements":[{"nodeType":"YulAssignment","src":"21567:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"21578:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"21567:7:11"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21539:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"21549:7:11","type":""}],"src":"21499:90:11"},{"body":{"nodeType":"YulBlock","src":"21670:91:11","statements":[{"nodeType":"YulAssignment","src":"21680:75:11","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"21743:10:11"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"21720:22:11"},"nodeType":"YulFunctionCall","src":"21720:34:11"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"21689:30:11"},"nodeType":"YulFunctionCall","src":"21689:66:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"21680:5:11"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"21649:10:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"21664:5:11","type":""}],"src":"21595:166:11"},{"body":{"nodeType":"YulBlock","src":"21954:578:11","statements":[{"nodeType":"YulVariableDeclaration","src":"21964:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21980:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"21985:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21976:3:11"},"nodeType":"YulFunctionCall","src":"21976:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"21968:4:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"21999:18:11","value":{"kind":"number","nodeType":"YulLiteral","src":"22016:1:11","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"22003:9:11","type":""}]},{"nodeType":"YulBlock","src":"22027:244:11","statements":[{"nodeType":"YulAssignment","src":"22061:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"22084:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"22091:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22080:3:11"},"nodeType":"YulFunctionCall","src":"22080:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"22074:5:11"},"nodeType":"YulFunctionCall","src":"22074:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22061:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"22110:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22175:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"22130:44:11"},"nodeType":"YulFunctionCall","src":"22130:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"22114:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"22232:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22250:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22255:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22246:3:11"},"nodeType":"YulFunctionCall","src":"22246:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"22198:33:11"},"nodeType":"YulFunctionCall","src":"22198:63:11"},"nodeType":"YulExpressionStatement","src":"22198:63:11"}]},{"nodeType":"YulBlock","src":"22281:244:11","statements":[{"nodeType":"YulAssignment","src":"22315:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"22338:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"22345:4:11","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22334:3:11"},"nodeType":"YulFunctionCall","src":"22334:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"22328:5:11"},"nodeType":"YulFunctionCall","src":"22328:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22315:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"22364:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22429:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"22384:44:11"},"nodeType":"YulFunctionCall","src":"22384:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"22368:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"22486:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22504:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22509:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22500:3:11"},"nodeType":"YulFunctionCall","src":"22500:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"22452:33:11"},"nodeType":"YulFunctionCall","src":"22452:63:11"},"nodeType":"YulExpressionStatement","src":"22452:63:11"}]}]},"name":"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21941:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"21948:3:11","type":""}],"src":"21843:689:11"},{"body":{"nodeType":"YulBlock","src":"22673:154:11","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"22772:6:11"},{"name":"pos","nodeType":"YulIdentifier","src":"22780:3:11"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"22683:88:11"},"nodeType":"YulFunctionCall","src":"22683:101:11"},"nodeType":"YulExpressionStatement","src":"22683:101:11"},{"nodeType":"YulAssignment","src":"22793:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22811:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22816:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22807:3:11"},"nodeType":"YulFunctionCall","src":"22807:14:11"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"22793:10:11"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"22646:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"22654:3:11","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"22662:10:11","type":""}],"src":"22538:289:11"},{"body":{"nodeType":"YulBlock","src":"22931:38:11","statements":[{"nodeType":"YulAssignment","src":"22941:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"22953:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22958:4:11","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22949:3:11"},"nodeType":"YulFunctionCall","src":"22949:14:11"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"22941:4:11"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"22918:3:11","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"22926:4:11","type":""}],"src":"22833:136:11"},{"body":{"nodeType":"YulBlock","src":"23231:754:11","statements":[{"nodeType":"YulVariableDeclaration","src":"23241:91:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"23326:5:11"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23255:70:11"},"nodeType":"YulFunctionCall","src":"23255:77:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"23245:6:11","type":""}]},{"nodeType":"YulAssignment","src":"23341:122:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"23451:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"23456:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"23348:102:11"},"nodeType":"YulFunctionCall","src":"23348:115:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"23341:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"23472:94:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"23560:5:11"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23487:72:11"},"nodeType":"YulFunctionCall","src":"23487:79:11"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"23476:7:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"23575:21:11","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"23589:7:11"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"23579:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"23665:295:11","statements":[{"nodeType":"YulVariableDeclaration","src":"23679:27:11","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"23700:6:11"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"23683:13:11","type":""}]},{"nodeType":"YulAssignment","src":"23719:125:11","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"23825:13:11"},{"name":"pos","nodeType":"YulIdentifier","src":"23840:3:11"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"23726:98:11"},"nodeType":"YulFunctionCall","src":"23726:118:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"23719:3:11"}]},{"nodeType":"YulAssignment","src":"23857:93:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"23943:6:11"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23867:75:11"},"nodeType":"YulFunctionCall","src":"23867:83:11"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"23857:6:11"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"23627:1:11"},{"name":"length","nodeType":"YulIdentifier","src":"23630:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"23624:2:11"},"nodeType":"YulFunctionCall","src":"23624:13:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"23638:18:11","statements":[{"nodeType":"YulAssignment","src":"23640:14:11","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"23649:1:11"},{"kind":"number","nodeType":"YulLiteral","src":"23652:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23645:3:11"},"nodeType":"YulFunctionCall","src":"23645:9:11"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"23640:1:11"}]}]},"pre":{"nodeType":"YulBlock","src":"23609:14:11","statements":[{"nodeType":"YulVariableDeclaration","src":"23611:10:11","value":{"kind":"number","nodeType":"YulLiteral","src":"23620:1:11","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"23615:1:11","type":""}]}]},"src":"23605:355:11"},{"nodeType":"YulAssignment","src":"23969:10:11","value":{"name":"pos","nodeType":"YulIdentifier","src":"23976:3:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"23969:3:11"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"23210:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"23217:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"23226:3:11","type":""}],"src":"23055:930:11"},{"body":{"nodeType":"YulBlock","src":"24191:277:11","statements":[{"nodeType":"YulAssignment","src":"24201:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24213:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"24224:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24209:3:11"},"nodeType":"YulFunctionCall","src":"24209:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24201:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24248:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"24259:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24244:3:11"},"nodeType":"YulFunctionCall","src":"24244:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"24267:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"24273:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"24263:3:11"},"nodeType":"YulFunctionCall","src":"24263:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24237:6:11"},"nodeType":"YulFunctionCall","src":"24237:47:11"},"nodeType":"YulExpressionStatement","src":"24237:47:11"},{"nodeType":"YulAssignment","src":"24293:168:11","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"24447:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"24456:4:11"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24301:145:11"},"nodeType":"YulFunctionCall","src":"24301:160:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24293:4:11"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"24163:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"24175:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"24186:4:11","type":""}],"src":"23991:477:11"},{"body":{"nodeType":"YulBlock","src":"24570:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24587:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"24592:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24580:6:11"},"nodeType":"YulFunctionCall","src":"24580:19:11"},"nodeType":"YulExpressionStatement","src":"24580:19:11"},{"nodeType":"YulAssignment","src":"24608:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24627:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"24632:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24623:3:11"},"nodeType":"YulFunctionCall","src":"24623:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"24608:11:11"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24542:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"24547:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"24558:11:11","type":""}],"src":"24474:169:11"},{"body":{"nodeType":"YulBlock","src":"24755:65:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"24777:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"24785:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24773:3:11"},"nodeType":"YulFunctionCall","src":"24773:14:11"},{"hexValue":"476174657761793a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"24789:23:11","type":"","value":"Gateway: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24766:6:11"},"nodeType":"YulFunctionCall","src":"24766:47:11"},"nodeType":"YulExpressionStatement","src":"24766:47:11"}]},"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"24747:6:11","type":""}],"src":"24649:171:11"},{"body":{"nodeType":"YulBlock","src":"24972:220:11","statements":[{"nodeType":"YulAssignment","src":"24982:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25048:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"25053:2:11","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24989:58:11"},"nodeType":"YulFunctionCall","src":"24989:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"24982:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25154:3:11"}],"functionName":{"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulIdentifier","src":"25065:88:11"},"nodeType":"YulFunctionCall","src":"25065:93:11"},"nodeType":"YulExpressionStatement","src":"25065:93:11"},{"nodeType":"YulAssignment","src":"25167:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25178:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"25183:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25174:3:11"},"nodeType":"YulFunctionCall","src":"25174:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"25167:3:11"}]}]},"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24960:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"24968:3:11","type":""}],"src":"24826:366:11"},{"body":{"nodeType":"YulBlock","src":"25369:248:11","statements":[{"nodeType":"YulAssignment","src":"25379:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25391:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"25402:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25387:3:11"},"nodeType":"YulFunctionCall","src":"25387:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25379:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25426:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"25437:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25422:3:11"},"nodeType":"YulFunctionCall","src":"25422:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25445:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"25451:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"25441:3:11"},"nodeType":"YulFunctionCall","src":"25441:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25415:6:11"},"nodeType":"YulFunctionCall","src":"25415:47:11"},"nodeType":"YulExpressionStatement","src":"25415:47:11"},{"nodeType":"YulAssignment","src":"25471:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25605:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"25479:124:11"},"nodeType":"YulFunctionCall","src":"25479:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25471:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"25349:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"25364:4:11","type":""}],"src":"25198:419:11"},{"body":{"nodeType":"YulBlock","src":"25729:118:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"25751:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"25759:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25747:3:11"},"nodeType":"YulFunctionCall","src":"25747:14:11"},{"hexValue":"476174657761793a207472656173757279206164647265737320616c72656164","kind":"string","nodeType":"YulLiteral","src":"25763:34:11","type":"","value":"Gateway: treasury address alread"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25740:6:11"},"nodeType":"YulFunctionCall","src":"25740:58:11"},"nodeType":"YulExpressionStatement","src":"25740:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"25819:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"25827:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25815:3:11"},"nodeType":"YulFunctionCall","src":"25815:15:11"},{"hexValue":"7920736574","kind":"string","nodeType":"YulLiteral","src":"25832:7:11","type":"","value":"y set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25808:6:11"},"nodeType":"YulFunctionCall","src":"25808:32:11"},"nodeType":"YulExpressionStatement","src":"25808:32:11"}]},"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"25721:6:11","type":""}],"src":"25623:224:11"},{"body":{"nodeType":"YulBlock","src":"25999:220:11","statements":[{"nodeType":"YulAssignment","src":"26009:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26075:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"26080:2:11","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"26016:58:11"},"nodeType":"YulFunctionCall","src":"26016:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"26009:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26181:3:11"}],"functionName":{"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulIdentifier","src":"26092:88:11"},"nodeType":"YulFunctionCall","src":"26092:93:11"},"nodeType":"YulExpressionStatement","src":"26092:93:11"},{"nodeType":"YulAssignment","src":"26194:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26205:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"26210:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26201:3:11"},"nodeType":"YulFunctionCall","src":"26201:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"26194:3:11"}]}]},"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"25987:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"25995:3:11","type":""}],"src":"25853:366:11"},{"body":{"nodeType":"YulBlock","src":"26396:248:11","statements":[{"nodeType":"YulAssignment","src":"26406:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26418:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"26429:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26414:3:11"},"nodeType":"YulFunctionCall","src":"26414:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"26406:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26453:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"26464:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26449:3:11"},"nodeType":"YulFunctionCall","src":"26449:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"26472:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"26478:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"26468:3:11"},"nodeType":"YulFunctionCall","src":"26468:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26442:6:11"},"nodeType":"YulFunctionCall","src":"26442:47:11"},"nodeType":"YulExpressionStatement","src":"26442:47:11"},{"nodeType":"YulAssignment","src":"26498:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"26632:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"26506:124:11"},"nodeType":"YulFunctionCall","src":"26506:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"26498:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"26376:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"26391:4:11","type":""}],"src":"26225:419:11"},{"body":{"nodeType":"YulBlock","src":"26756:120:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"26778:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"26786:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26774:3:11"},"nodeType":"YulFunctionCall","src":"26774:14:11"},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c7265","kind":"string","nodeType":"YulLiteral","src":"26790:34:11","type":"","value":"Gateway: aggregator address alre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26767:6:11"},"nodeType":"YulFunctionCall","src":"26767:58:11"},"nodeType":"YulExpressionStatement","src":"26767:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"26846:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"26854:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26842:3:11"},"nodeType":"YulFunctionCall","src":"26842:15:11"},{"hexValue":"61647920736574","kind":"string","nodeType":"YulLiteral","src":"26859:9:11","type":"","value":"ady set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26835:6:11"},"nodeType":"YulFunctionCall","src":"26835:34:11"},"nodeType":"YulExpressionStatement","src":"26835:34:11"}]},"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"26748:6:11","type":""}],"src":"26650:226:11"},{"body":{"nodeType":"YulBlock","src":"27028:220:11","statements":[{"nodeType":"YulAssignment","src":"27038:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27104:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"27109:2:11","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"27045:58:11"},"nodeType":"YulFunctionCall","src":"27045:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"27038:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27210:3:11"}],"functionName":{"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulIdentifier","src":"27121:88:11"},"nodeType":"YulFunctionCall","src":"27121:93:11"},"nodeType":"YulExpressionStatement","src":"27121:93:11"},{"nodeType":"YulAssignment","src":"27223:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27234:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"27239:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27230:3:11"},"nodeType":"YulFunctionCall","src":"27230:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"27223:3:11"}]}]},"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"27016:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"27024:3:11","type":""}],"src":"26882:366:11"},{"body":{"nodeType":"YulBlock","src":"27425:248:11","statements":[{"nodeType":"YulAssignment","src":"27435:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27447:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27458:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27443:3:11"},"nodeType":"YulFunctionCall","src":"27443:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27435:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27482:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27493:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27478:3:11"},"nodeType":"YulFunctionCall","src":"27478:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"27501:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"27507:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"27497:3:11"},"nodeType":"YulFunctionCall","src":"27497:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"27471:6:11"},"nodeType":"YulFunctionCall","src":"27471:47:11"},"nodeType":"YulExpressionStatement","src":"27471:47:11"},{"nodeType":"YulAssignment","src":"27527:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"27661:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"27535:124:11"},"nodeType":"YulFunctionCall","src":"27535:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27527:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"27405:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"27420:4:11","type":""}],"src":"27254:419:11"},{"body":{"nodeType":"YulBlock","src":"27775:122:11","statements":[{"nodeType":"YulAssignment","src":"27785:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27797:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27808:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27793:3:11"},"nodeType":"YulFunctionCall","src":"27793:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27785:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"27863:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27876:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27887:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27872:3:11"},"nodeType":"YulFunctionCall","src":"27872:17:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"27821:41:11"},"nodeType":"YulFunctionCall","src":"27821:69:11"},"nodeType":"YulExpressionStatement","src":"27821:69:11"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"27747:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"27759:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"27770:4:11","type":""}],"src":"27679:218:11"},{"body":{"nodeType":"YulBlock","src":"28009:58:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"28031:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"28039:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28027:3:11"},"nodeType":"YulFunctionCall","src":"28027:14:11"},{"hexValue":"4f6e6c7941676772656761746f72","kind":"string","nodeType":"YulLiteral","src":"28043:16:11","type":"","value":"OnlyAggregator"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28020:6:11"},"nodeType":"YulFunctionCall","src":"28020:40:11"},"nodeType":"YulExpressionStatement","src":"28020:40:11"}]},"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"28001:6:11","type":""}],"src":"27903:164:11"},{"body":{"nodeType":"YulBlock","src":"28219:220:11","statements":[{"nodeType":"YulAssignment","src":"28229:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28295:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"28300:2:11","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28236:58:11"},"nodeType":"YulFunctionCall","src":"28236:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"28229:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28401:3:11"}],"functionName":{"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulIdentifier","src":"28312:88:11"},"nodeType":"YulFunctionCall","src":"28312:93:11"},"nodeType":"YulExpressionStatement","src":"28312:93:11"},{"nodeType":"YulAssignment","src":"28414:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28425:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"28430:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28421:3:11"},"nodeType":"YulFunctionCall","src":"28421:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"28414:3:11"}]}]},"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"28207:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"28215:3:11","type":""}],"src":"28073:366:11"},{"body":{"nodeType":"YulBlock","src":"28616:248:11","statements":[{"nodeType":"YulAssignment","src":"28626:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28638:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"28649:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28634:3:11"},"nodeType":"YulFunctionCall","src":"28634:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28626:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28673:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"28684:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28669:3:11"},"nodeType":"YulFunctionCall","src":"28669:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"28692:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"28698:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"28688:3:11"},"nodeType":"YulFunctionCall","src":"28688:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28662:6:11"},"nodeType":"YulFunctionCall","src":"28662:47:11"},"nodeType":"YulExpressionStatement","src":"28662:47:11"},{"nodeType":"YulAssignment","src":"28718:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"28852:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28726:124:11"},"nodeType":"YulFunctionCall","src":"28726:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28718:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"28596:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"28611:4:11","type":""}],"src":"28445:419:11"},{"body":{"nodeType":"YulBlock","src":"28976:58:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"28998:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"29006:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28994:3:11"},"nodeType":"YulFunctionCall","src":"28994:14:11"},{"hexValue":"4f7264657246756c66696c6c6564","kind":"string","nodeType":"YulLiteral","src":"29010:16:11","type":"","value":"OrderFulfilled"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28987:6:11"},"nodeType":"YulFunctionCall","src":"28987:40:11"},"nodeType":"YulExpressionStatement","src":"28987:40:11"}]},"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"28968:6:11","type":""}],"src":"28870:164:11"},{"body":{"nodeType":"YulBlock","src":"29186:220:11","statements":[{"nodeType":"YulAssignment","src":"29196:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29262:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"29267:2:11","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29203:58:11"},"nodeType":"YulFunctionCall","src":"29203:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"29196:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29368:3:11"}],"functionName":{"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulIdentifier","src":"29279:88:11"},"nodeType":"YulFunctionCall","src":"29279:93:11"},"nodeType":"YulExpressionStatement","src":"29279:93:11"},{"nodeType":"YulAssignment","src":"29381:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29392:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"29397:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29388:3:11"},"nodeType":"YulFunctionCall","src":"29388:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"29381:3:11"}]}]},"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"29174:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"29182:3:11","type":""}],"src":"29040:366:11"},{"body":{"nodeType":"YulBlock","src":"29583:248:11","statements":[{"nodeType":"YulAssignment","src":"29593:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29605:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"29616:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29601:3:11"},"nodeType":"YulFunctionCall","src":"29601:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29593:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29640:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"29651:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29636:3:11"},"nodeType":"YulFunctionCall","src":"29636:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"29659:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"29665:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"29655:3:11"},"nodeType":"YulFunctionCall","src":"29655:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29629:6:11"},"nodeType":"YulFunctionCall","src":"29629:47:11"},"nodeType":"YulExpressionStatement","src":"29629:47:11"},{"nodeType":"YulAssignment","src":"29685:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"29819:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29693:124:11"},"nodeType":"YulFunctionCall","src":"29693:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29685:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"29563:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"29578:4:11","type":""}],"src":"29412:419:11"},{"body":{"nodeType":"YulBlock","src":"29943:57:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"29965:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"29973:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29961:3:11"},"nodeType":"YulFunctionCall","src":"29961:14:11"},{"hexValue":"4f72646572526566756e646564","kind":"string","nodeType":"YulLiteral","src":"29977:15:11","type":"","value":"OrderRefunded"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29954:6:11"},"nodeType":"YulFunctionCall","src":"29954:39:11"},"nodeType":"YulExpressionStatement","src":"29954:39:11"}]},"name":"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"29935:6:11","type":""}],"src":"29837:163:11"},{"body":{"nodeType":"YulBlock","src":"30152:220:11","statements":[{"nodeType":"YulAssignment","src":"30162:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30228:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"30233:2:11","type":"","value":"13"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30169:58:11"},"nodeType":"YulFunctionCall","src":"30169:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"30162:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30334:3:11"}],"functionName":{"name":"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","nodeType":"YulIdentifier","src":"30245:88:11"},"nodeType":"YulFunctionCall","src":"30245:93:11"},"nodeType":"YulExpressionStatement","src":"30245:93:11"},{"nodeType":"YulAssignment","src":"30347:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30358:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"30363:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30354:3:11"},"nodeType":"YulFunctionCall","src":"30354:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"30347:3:11"}]}]},"name":"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"30140:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"30148:3:11","type":""}],"src":"30006:366:11"},{"body":{"nodeType":"YulBlock","src":"30549:248:11","statements":[{"nodeType":"YulAssignment","src":"30559:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30571:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"30582:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30567:3:11"},"nodeType":"YulFunctionCall","src":"30567:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30559:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30606:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"30617:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30602:3:11"},"nodeType":"YulFunctionCall","src":"30602:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30625:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"30631:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"30621:3:11"},"nodeType":"YulFunctionCall","src":"30621:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30595:6:11"},"nodeType":"YulFunctionCall","src":"30595:47:11"},"nodeType":"YulExpressionStatement","src":"30595:47:11"},{"nodeType":"YulAssignment","src":"30651:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30785:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30659:124:11"},"nodeType":"YulFunctionCall","src":"30659:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30651:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"30529:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"30544:4:11","type":""}],"src":"30378:419:11"},{"body":{"nodeType":"YulBlock","src":"30909:65:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"30931:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"30939:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30927:3:11"},"nodeType":"YulFunctionCall","src":"30927:14:11"},{"hexValue":"4665654578636565647350726f746f636f6c466565","kind":"string","nodeType":"YulLiteral","src":"30943:23:11","type":"","value":"FeeExceedsProtocolFee"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30920:6:11"},"nodeType":"YulFunctionCall","src":"30920:47:11"},"nodeType":"YulExpressionStatement","src":"30920:47:11"}]},"name":"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"30901:6:11","type":""}],"src":"30803:171:11"},{"body":{"nodeType":"YulBlock","src":"31126:220:11","statements":[{"nodeType":"YulAssignment","src":"31136:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31202:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"31207:2:11","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"31143:58:11"},"nodeType":"YulFunctionCall","src":"31143:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"31136:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31308:3:11"}],"functionName":{"name":"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","nodeType":"YulIdentifier","src":"31219:88:11"},"nodeType":"YulFunctionCall","src":"31219:93:11"},"nodeType":"YulExpressionStatement","src":"31219:93:11"},{"nodeType":"YulAssignment","src":"31321:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31332:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"31337:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31328:3:11"},"nodeType":"YulFunctionCall","src":"31328:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"31321:3:11"}]}]},"name":"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"31114:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"31122:3:11","type":""}],"src":"30980:366:11"},{"body":{"nodeType":"YulBlock","src":"31523:248:11","statements":[{"nodeType":"YulAssignment","src":"31533:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31545:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"31556:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31541:3:11"},"nodeType":"YulFunctionCall","src":"31541:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31533:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31580:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"31591:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31576:3:11"},"nodeType":"YulFunctionCall","src":"31576:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31599:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"31605:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"31595:3:11"},"nodeType":"YulFunctionCall","src":"31595:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"31569:6:11"},"nodeType":"YulFunctionCall","src":"31569:47:11"},"nodeType":"YulExpressionStatement","src":"31569:47:11"},{"nodeType":"YulAssignment","src":"31625:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31759:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"31633:124:11"},"nodeType":"YulFunctionCall","src":"31633:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31625:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"31503:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"31518:4:11","type":""}],"src":"31352:419:11"},{"body":{"nodeType":"YulBlock","src":"31903:206:11","statements":[{"nodeType":"YulAssignment","src":"31913:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31925:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"31936:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31921:3:11"},"nodeType":"YulFunctionCall","src":"31921:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31913:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"31993:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32006:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"32017:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32002:3:11"},"nodeType":"YulFunctionCall","src":"32002:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"31949:43:11"},"nodeType":"YulFunctionCall","src":"31949:71:11"},"nodeType":"YulExpressionStatement","src":"31949:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"32074:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32087:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"32098:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32083:3:11"},"nodeType":"YulFunctionCall","src":"32083:18:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"32030:43:11"},"nodeType":"YulFunctionCall","src":"32030:72:11"},"nodeType":"YulExpressionStatement","src":"32030:72:11"}]},"name":"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"31867:9:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"31879:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"31887:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"31898:4:11","type":""}],"src":"31777:332:11"},{"body":{"nodeType":"YulBlock","src":"32155:76:11","statements":[{"body":{"nodeType":"YulBlock","src":"32209:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32218:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32221:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"32211:6:11"},"nodeType":"YulFunctionCall","src":"32211:12:11"},"nodeType":"YulExpressionStatement","src":"32211:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32178:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32200:5:11"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"32185:14:11"},"nodeType":"YulFunctionCall","src":"32185:21:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"32175:2:11"},"nodeType":"YulFunctionCall","src":"32175:32:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"32168:6:11"},"nodeType":"YulFunctionCall","src":"32168:40:11"},"nodeType":"YulIf","src":"32165:60:11"}]},"name":"validator_revert_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"32148:5:11","type":""}],"src":"32115:116:11"},{"body":{"nodeType":"YulBlock","src":"32297:77:11","statements":[{"nodeType":"YulAssignment","src":"32307:22:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"32322:6:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"32316:5:11"},"nodeType":"YulFunctionCall","src":"32316:13:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"32307:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32362:5:11"}],"functionName":{"name":"validator_revert_t_bool","nodeType":"YulIdentifier","src":"32338:23:11"},"nodeType":"YulFunctionCall","src":"32338:30:11"},"nodeType":"YulExpressionStatement","src":"32338:30:11"}]},"name":"abi_decode_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"32275:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"32283:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"32291:5:11","type":""}],"src":"32237:137:11"},{"body":{"nodeType":"YulBlock","src":"32454:271:11","statements":[{"body":{"nodeType":"YulBlock","src":"32500:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"32502:77:11"},"nodeType":"YulFunctionCall","src":"32502:79:11"},"nodeType":"YulExpressionStatement","src":"32502:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"32475:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"32484:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"32471:3:11"},"nodeType":"YulFunctionCall","src":"32471:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"32496:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"32467:3:11"},"nodeType":"YulFunctionCall","src":"32467:32:11"},"nodeType":"YulIf","src":"32464:119:11"},{"nodeType":"YulBlock","src":"32593:125:11","statements":[{"nodeType":"YulVariableDeclaration","src":"32608:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"32622:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"32612:6:11","type":""}]},{"nodeType":"YulAssignment","src":"32637:71:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32680:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"32691:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32676:3:11"},"nodeType":"YulFunctionCall","src":"32676:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"32700:7:11"}],"functionName":{"name":"abi_decode_t_bool_fromMemory","nodeType":"YulIdentifier","src":"32647:28:11"},"nodeType":"YulFunctionCall","src":"32647:61:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"32637:6:11"}]}]}]},"name":"abi_decode_tuple_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"32424:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"32435:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"32447:6:11","type":""}],"src":"32380:345:11"},{"body":{"nodeType":"YulBlock","src":"32759:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32776:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32779:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32769:6:11"},"nodeType":"YulFunctionCall","src":"32769:88:11"},"nodeType":"YulExpressionStatement","src":"32769:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32873:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"32876:4:11","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32866:6:11"},"nodeType":"YulFunctionCall","src":"32866:15:11"},"nodeType":"YulExpressionStatement","src":"32866:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32897:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32900:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"32890:6:11"},"nodeType":"YulFunctionCall","src":"32890:15:11"},"nodeType":"YulExpressionStatement","src":"32890:15:11"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"32731:180:11"},{"body":{"nodeType":"YulBlock","src":"32961:147:11","statements":[{"nodeType":"YulAssignment","src":"32971:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"32994:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"32976:17:11"},"nodeType":"YulFunctionCall","src":"32976:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"32971:1:11"}]},{"nodeType":"YulAssignment","src":"33005:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"33028:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33010:17:11"},"nodeType":"YulFunctionCall","src":"33010:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"33005:1:11"}]},{"nodeType":"YulAssignment","src":"33039:16:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33050:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"33053:1:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33046:3:11"},"nodeType":"YulFunctionCall","src":"33046:9:11"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"33039:3:11"}]},{"body":{"nodeType":"YulBlock","src":"33079:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"33081:16:11"},"nodeType":"YulFunctionCall","src":"33081:18:11"},"nodeType":"YulExpressionStatement","src":"33081:18:11"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33071:1:11"},{"name":"sum","nodeType":"YulIdentifier","src":"33074:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"33068:2:11"},"nodeType":"YulFunctionCall","src":"33068:10:11"},"nodeType":"YulIf","src":"33065:36:11"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"32948:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"32951:1:11","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"32957:3:11","type":""}],"src":"32917:191:11"},{"body":{"nodeType":"YulBlock","src":"33159:149:11","statements":[{"nodeType":"YulAssignment","src":"33169:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33192:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33174:17:11"},"nodeType":"YulFunctionCall","src":"33174:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"33169:1:11"}]},{"nodeType":"YulAssignment","src":"33203:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"33226:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33208:17:11"},"nodeType":"YulFunctionCall","src":"33208:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"33203:1:11"}]},{"nodeType":"YulAssignment","src":"33237:17:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33249:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"33252:1:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"33245:3:11"},"nodeType":"YulFunctionCall","src":"33245:9:11"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"33237:4:11"}]},{"body":{"nodeType":"YulBlock","src":"33279:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"33281:16:11"},"nodeType":"YulFunctionCall","src":"33281:18:11"},"nodeType":"YulExpressionStatement","src":"33281:18:11"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"33270:4:11"},{"name":"x","nodeType":"YulIdentifier","src":"33276:1:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"33267:2:11"},"nodeType":"YulFunctionCall","src":"33267:11:11"},"nodeType":"YulIf","src":"33264:37:11"}]},"name":"checked_sub_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"33145:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"33148:1:11","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"33154:4:11","type":""}],"src":"33114:194:11"},{"body":{"nodeType":"YulBlock","src":"33412:124:11","statements":[{"nodeType":"YulAssignment","src":"33422:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33434:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"33445:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33430:3:11"},"nodeType":"YulFunctionCall","src":"33430:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"33422:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"33502:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33515:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"33526:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33511:3:11"},"nodeType":"YulFunctionCall","src":"33511:17:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"33458:43:11"},"nodeType":"YulFunctionCall","src":"33458:71:11"},"nodeType":"YulExpressionStatement","src":"33458:71:11"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"33384:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"33396:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"33407:4:11","type":""}],"src":"33314:222:11"},{"body":{"nodeType":"YulBlock","src":"33648:122:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33670:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"33678:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33666:3:11"},"nodeType":"YulFunctionCall","src":"33666:14:11"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"33682:34:11","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33659:6:11"},"nodeType":"YulFunctionCall","src":"33659:58:11"},"nodeType":"YulExpressionStatement","src":"33659:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33738:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"33746:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33734:3:11"},"nodeType":"YulFunctionCall","src":"33734:15:11"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"33751:11:11","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33727:6:11"},"nodeType":"YulFunctionCall","src":"33727:36:11"},"nodeType":"YulExpressionStatement","src":"33727:36:11"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"33640:6:11","type":""}],"src":"33542:228:11"},{"body":{"nodeType":"YulBlock","src":"33922:220:11","statements":[{"nodeType":"YulAssignment","src":"33932:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"33998:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"34003:2:11","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"33939:58:11"},"nodeType":"YulFunctionCall","src":"33939:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"33932:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34104:3:11"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"34015:88:11"},"nodeType":"YulFunctionCall","src":"34015:93:11"},"nodeType":"YulExpressionStatement","src":"34015:93:11"},{"nodeType":"YulAssignment","src":"34117:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34128:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"34133:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34124:3:11"},"nodeType":"YulFunctionCall","src":"34124:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"34117:3:11"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"33910:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"33918:3:11","type":""}],"src":"33776:366:11"},{"body":{"nodeType":"YulBlock","src":"34319:248:11","statements":[{"nodeType":"YulAssignment","src":"34329:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34341:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"34352:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34337:3:11"},"nodeType":"YulFunctionCall","src":"34337:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34329:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34376:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"34387:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34372:3:11"},"nodeType":"YulFunctionCall","src":"34372:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34395:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"34401:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"34391:3:11"},"nodeType":"YulFunctionCall","src":"34391:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34365:6:11"},"nodeType":"YulFunctionCall","src":"34365:47:11"},"nodeType":"YulExpressionStatement","src":"34365:47:11"},{"nodeType":"YulAssignment","src":"34421:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34555:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34429:124:11"},"nodeType":"YulFunctionCall","src":"34429:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34421:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"34299:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"34314:4:11","type":""}],"src":"34148:419:11"},{"body":{"nodeType":"YulBlock","src":"34679:127:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34701:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"34709:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34697:3:11"},"nodeType":"YulFunctionCall","src":"34697:14:11"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561","kind":"string","nodeType":"YulLiteral","src":"34713:34:11","type":"","value":"Initializable: contract is alrea"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34690:6:11"},"nodeType":"YulFunctionCall","src":"34690:58:11"},"nodeType":"YulExpressionStatement","src":"34690:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34769:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"34777:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34765:3:11"},"nodeType":"YulFunctionCall","src":"34765:15:11"},{"hexValue":"647920696e697469616c697a6564","kind":"string","nodeType":"YulLiteral","src":"34782:16:11","type":"","value":"dy initialized"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34758:6:11"},"nodeType":"YulFunctionCall","src":"34758:41:11"},"nodeType":"YulExpressionStatement","src":"34758:41:11"}]},"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"34671:6:11","type":""}],"src":"34573:233:11"},{"body":{"nodeType":"YulBlock","src":"34958:220:11","statements":[{"nodeType":"YulAssignment","src":"34968:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35034:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"35039:2:11","type":"","value":"46"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34975:58:11"},"nodeType":"YulFunctionCall","src":"34975:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"34968:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35140:3:11"}],"functionName":{"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulIdentifier","src":"35051:88:11"},"nodeType":"YulFunctionCall","src":"35051:93:11"},"nodeType":"YulExpressionStatement","src":"35051:93:11"},{"nodeType":"YulAssignment","src":"35153:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35164:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"35169:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35160:3:11"},"nodeType":"YulFunctionCall","src":"35160:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"35153:3:11"}]}]},"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"34946:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"34954:3:11","type":""}],"src":"34812:366:11"},{"body":{"nodeType":"YulBlock","src":"35355:248:11","statements":[{"nodeType":"YulAssignment","src":"35365:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35377:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"35388:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35373:3:11"},"nodeType":"YulFunctionCall","src":"35373:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35365:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35412:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"35423:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35408:3:11"},"nodeType":"YulFunctionCall","src":"35408:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35431:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"35437:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"35427:3:11"},"nodeType":"YulFunctionCall","src":"35427:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"35401:6:11"},"nodeType":"YulFunctionCall","src":"35401:47:11"},"nodeType":"YulExpressionStatement","src":"35401:47:11"},{"nodeType":"YulAssignment","src":"35457:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35591:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"35465:124:11"},"nodeType":"YulFunctionCall","src":"35465:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35457:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"35335:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"35350:4:11","type":""}],"src":"35184:419:11"},{"body":{"nodeType":"YulBlock","src":"35662:32:11","statements":[{"nodeType":"YulAssignment","src":"35672:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"35683:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"35672:7:11"}]}]},"name":"cleanup_t_rational_1_by_1","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35644:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"35654:7:11","type":""}],"src":"35609:85:11"},{"body":{"nodeType":"YulBlock","src":"35743:43:11","statements":[{"nodeType":"YulAssignment","src":"35753:27:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"35768:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"35775:4:11","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"35764:3:11"},"nodeType":"YulFunctionCall","src":"35764:16:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"35753:7:11"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35725:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"35735:7:11","type":""}],"src":"35700:86:11"},{"body":{"nodeType":"YulBlock","src":"35824:28:11","statements":[{"nodeType":"YulAssignment","src":"35834:12:11","value":{"name":"value","nodeType":"YulIdentifier","src":"35841:5:11"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"35834:3:11"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35810:5:11","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"35820:3:11","type":""}],"src":"35792:60:11"},{"body":{"nodeType":"YulBlock","src":"35924:88:11","statements":[{"nodeType":"YulAssignment","src":"35934:72:11","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"35998:5:11"}],"functionName":{"name":"cleanup_t_rational_1_by_1","nodeType":"YulIdentifier","src":"35972:25:11"},"nodeType":"YulFunctionCall","src":"35972:32:11"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"35963:8:11"},"nodeType":"YulFunctionCall","src":"35963:42:11"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"35947:15:11"},"nodeType":"YulFunctionCall","src":"35947:59:11"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"35934:9:11"}]}]},"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35904:5:11","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"35914:9:11","type":""}],"src":"35858:154:11"},{"body":{"nodeType":"YulBlock","src":"36089:72:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36106:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"36148:5:11"}],"functionName":{"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulIdentifier","src":"36111:36:11"},"nodeType":"YulFunctionCall","src":"36111:43:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36099:6:11"},"nodeType":"YulFunctionCall","src":"36099:56:11"},"nodeType":"YulExpressionStatement","src":"36099:56:11"}]},"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"36077:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"36084:3:11","type":""}],"src":"36018:143:11"},{"body":{"nodeType":"YulBlock","src":"36271:130:11","statements":[{"nodeType":"YulAssignment","src":"36281:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36293:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"36304:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36289:3:11"},"nodeType":"YulFunctionCall","src":"36289:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"36281:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"36367:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36380:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"36391:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36376:3:11"},"nodeType":"YulFunctionCall","src":"36376:17:11"}],"functionName":{"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"36317:49:11"},"nodeType":"YulFunctionCall","src":"36317:77:11"},"nodeType":"YulExpressionStatement","src":"36317:77:11"}]},"name":"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"36243:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"36255:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"36266:4:11","type":""}],"src":"36167:234:11"},{"body":{"nodeType":"YulBlock","src":"36513:67:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"36535:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"36543:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36531:3:11"},"nodeType":"YulFunctionCall","src":"36531:14:11"},{"hexValue":"476174657761793a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"36547:25:11","type":"","value":"Gateway: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36524:6:11"},"nodeType":"YulFunctionCall","src":"36524:49:11"},"nodeType":"YulExpressionStatement","src":"36524:49:11"}]},"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"36505:6:11","type":""}],"src":"36407:173:11"},{"body":{"nodeType":"YulBlock","src":"36732:220:11","statements":[{"nodeType":"YulAssignment","src":"36742:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36808:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"36813:2:11","type":"","value":"23"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"36749:58:11"},"nodeType":"YulFunctionCall","src":"36749:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"36742:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36914:3:11"}],"functionName":{"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulIdentifier","src":"36825:88:11"},"nodeType":"YulFunctionCall","src":"36825:93:11"},"nodeType":"YulExpressionStatement","src":"36825:93:11"},{"nodeType":"YulAssignment","src":"36927:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36938:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"36943:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36934:3:11"},"nodeType":"YulFunctionCall","src":"36934:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"36927:3:11"}]}]},"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"36720:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"36728:3:11","type":""}],"src":"36586:366:11"},{"body":{"nodeType":"YulBlock","src":"37129:248:11","statements":[{"nodeType":"YulAssignment","src":"37139:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37151:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"37162:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37147:3:11"},"nodeType":"YulFunctionCall","src":"37147:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37139:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37186:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"37197:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37182:3:11"},"nodeType":"YulFunctionCall","src":"37182:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"37205:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"37211:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"37201:3:11"},"nodeType":"YulFunctionCall","src":"37201:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37175:6:11"},"nodeType":"YulFunctionCall","src":"37175:47:11"},"nodeType":"YulExpressionStatement","src":"37175:47:11"},{"nodeType":"YulAssignment","src":"37231:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"37365:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"37239:124:11"},"nodeType":"YulFunctionCall","src":"37239:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37231:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"37109:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"37124:4:11","type":""}],"src":"36958:419:11"},{"body":{"nodeType":"YulBlock","src":"37489:62:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"37511:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"37519:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37507:3:11"},"nodeType":"YulFunctionCall","src":"37507:14:11"},{"hexValue":"496e76616c69644d65737361676548617368","kind":"string","nodeType":"YulLiteral","src":"37523:20:11","type":"","value":"InvalidMessageHash"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37500:6:11"},"nodeType":"YulFunctionCall","src":"37500:44:11"},"nodeType":"YulExpressionStatement","src":"37500:44:11"}]},"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"37481:6:11","type":""}],"src":"37383:168:11"},{"body":{"nodeType":"YulBlock","src":"37703:220:11","statements":[{"nodeType":"YulAssignment","src":"37713:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37779:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"37784:2:11","type":"","value":"18"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"37720:58:11"},"nodeType":"YulFunctionCall","src":"37720:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"37713:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37885:3:11"}],"functionName":{"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulIdentifier","src":"37796:88:11"},"nodeType":"YulFunctionCall","src":"37796:93:11"},"nodeType":"YulExpressionStatement","src":"37796:93:11"},{"nodeType":"YulAssignment","src":"37898:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37909:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"37914:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37905:3:11"},"nodeType":"YulFunctionCall","src":"37905:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"37898:3:11"}]}]},"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"37691:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"37699:3:11","type":""}],"src":"37557:366:11"},{"body":{"nodeType":"YulBlock","src":"38100:248:11","statements":[{"nodeType":"YulAssignment","src":"38110:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38122:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38133:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38118:3:11"},"nodeType":"YulFunctionCall","src":"38118:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38110:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38157:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38168:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38153:3:11"},"nodeType":"YulFunctionCall","src":"38153:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38176:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"38182:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"38172:3:11"},"nodeType":"YulFunctionCall","src":"38172:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"38146:6:11"},"nodeType":"YulFunctionCall","src":"38146:47:11"},"nodeType":"YulExpressionStatement","src":"38146:47:11"},{"nodeType":"YulAssignment","src":"38202:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38336:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"38210:124:11"},"nodeType":"YulFunctionCall","src":"38210:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38202:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"38080:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"38095:4:11","type":""}],"src":"37929:419:11"},{"body":{"nodeType":"YulBlock","src":"38508:288:11","statements":[{"nodeType":"YulAssignment","src":"38518:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38530:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38541:2:11","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38526:3:11"},"nodeType":"YulFunctionCall","src":"38526:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38518:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"38598:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38611:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38622:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38607:3:11"},"nodeType":"YulFunctionCall","src":"38607:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"38554:43:11"},"nodeType":"YulFunctionCall","src":"38554:71:11"},"nodeType":"YulExpressionStatement","src":"38554:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"38679:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38692:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38703:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38688:3:11"},"nodeType":"YulFunctionCall","src":"38688:18:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"38635:43:11"},"nodeType":"YulFunctionCall","src":"38635:72:11"},"nodeType":"YulExpressionStatement","src":"38635:72:11"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"38761:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38774:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38785:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38770:3:11"},"nodeType":"YulFunctionCall","src":"38770:18:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"38717:43:11"},"nodeType":"YulFunctionCall","src":"38717:72:11"},"nodeType":"YulExpressionStatement","src":"38717:72:11"}]},"name":"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"38464:9:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"38476:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"38484:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"38492:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"38503:4:11","type":""}],"src":"38354:442:11"},{"body":{"nodeType":"YulBlock","src":"38845:190:11","statements":[{"nodeType":"YulAssignment","src":"38855:33:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"38882:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"38864:17:11"},"nodeType":"YulFunctionCall","src":"38864:24:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"38855:5:11"}]},{"body":{"nodeType":"YulBlock","src":"38978:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"38980:16:11"},"nodeType":"YulFunctionCall","src":"38980:18:11"},"nodeType":"YulExpressionStatement","src":"38980:18:11"}]},"condition":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"38903:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"38910:66:11","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"38900:2:11"},"nodeType":"YulFunctionCall","src":"38900:77:11"},"nodeType":"YulIf","src":"38897:103:11"},{"nodeType":"YulAssignment","src":"39009:20:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"39020:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"39027:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39016:3:11"},"nodeType":"YulFunctionCall","src":"39016:13:11"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"39009:3:11"}]}]},"name":"increment_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"38831:5:11","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"38841:3:11","type":""}],"src":"38802:233:11"},{"body":{"nodeType":"YulBlock","src":"39089:362:11","statements":[{"nodeType":"YulAssignment","src":"39099:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39122:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39104:17:11"},"nodeType":"YulFunctionCall","src":"39104:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"39099:1:11"}]},{"nodeType":"YulAssignment","src":"39133:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39156:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39138:17:11"},"nodeType":"YulFunctionCall","src":"39138:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"39133:1:11"}]},{"nodeType":"YulVariableDeclaration","src":"39167:28:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39190:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"39193:1:11"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"39186:3:11"},"nodeType":"YulFunctionCall","src":"39186:9:11"},"variables":[{"name":"product_raw","nodeType":"YulTypedName","src":"39171:11:11","type":""}]},{"nodeType":"YulAssignment","src":"39204:41:11","value":{"arguments":[{"name":"product_raw","nodeType":"YulIdentifier","src":"39233:11:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39215:17:11"},"nodeType":"YulFunctionCall","src":"39215:30:11"},"variableNames":[{"name":"product","nodeType":"YulIdentifier","src":"39204:7:11"}]},{"body":{"nodeType":"YulBlock","src":"39422:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"39424:16:11"},"nodeType":"YulFunctionCall","src":"39424:18:11"},"nodeType":"YulExpressionStatement","src":"39424:18:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39355:1:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39348:6:11"},"nodeType":"YulFunctionCall","src":"39348:9:11"},{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39378:1:11"},{"arguments":[{"name":"product","nodeType":"YulIdentifier","src":"39385:7:11"},{"name":"x","nodeType":"YulIdentifier","src":"39394:1:11"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"39381:3:11"},"nodeType":"YulFunctionCall","src":"39381:15:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"39375:2:11"},"nodeType":"YulFunctionCall","src":"39375:22:11"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"39328:2:11"},"nodeType":"YulFunctionCall","src":"39328:83:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39308:6:11"},"nodeType":"YulFunctionCall","src":"39308:113:11"},"nodeType":"YulIf","src":"39305:139:11"}]},"name":"checked_mul_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"39072:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"39075:1:11","type":""}],"returnVariables":[{"name":"product","nodeType":"YulTypedName","src":"39081:7:11","type":""}],"src":"39041:410:11"},{"body":{"nodeType":"YulBlock","src":"39485:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39502:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"39505:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"39495:6:11"},"nodeType":"YulFunctionCall","src":"39495:88:11"},"nodeType":"YulExpressionStatement","src":"39495:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39599:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"39602:4:11","type":"","value":"0x12"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"39592:6:11"},"nodeType":"YulFunctionCall","src":"39592:15:11"},"nodeType":"YulExpressionStatement","src":"39592:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39623:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"39626:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"39616:6:11"},"nodeType":"YulFunctionCall","src":"39616:15:11"},"nodeType":"YulExpressionStatement","src":"39616:15:11"}]},"name":"panic_error_0x12","nodeType":"YulFunctionDefinition","src":"39457:180:11"},{"body":{"nodeType":"YulBlock","src":"39685:143:11","statements":[{"nodeType":"YulAssignment","src":"39695:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39718:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39700:17:11"},"nodeType":"YulFunctionCall","src":"39700:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"39695:1:11"}]},{"nodeType":"YulAssignment","src":"39729:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39752:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39734:17:11"},"nodeType":"YulFunctionCall","src":"39734:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"39729:1:11"}]},{"body":{"nodeType":"YulBlock","src":"39776:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x12","nodeType":"YulIdentifier","src":"39778:16:11"},"nodeType":"YulFunctionCall","src":"39778:18:11"},"nodeType":"YulExpressionStatement","src":"39778:18:11"}]},"condition":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39773:1:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39766:6:11"},"nodeType":"YulFunctionCall","src":"39766:9:11"},"nodeType":"YulIf","src":"39763:35:11"},{"nodeType":"YulAssignment","src":"39808:14:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39817:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"39820:1:11"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"39813:3:11"},"nodeType":"YulFunctionCall","src":"39813:9:11"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"39808:1:11"}]}]},"name":"checked_div_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"39674:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"39677:1:11","type":""}],"returnVariables":[{"name":"r","nodeType":"YulTypedName","src":"39683:1:11","type":""}],"src":"39643:185:11"},{"body":{"nodeType":"YulBlock","src":"39893:81:11","statements":[{"nodeType":"YulAssignment","src":"39903:65:11","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"39960:5:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"39943:16:11"},"nodeType":"YulFunctionCall","src":"39943:23:11"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"39934:8:11"},"nodeType":"YulFunctionCall","src":"39934:33:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39916:17:11"},"nodeType":"YulFunctionCall","src":"39916:52:11"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"39903:9:11"}]}]},"name":"convert_t_uint96_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"39873:5:11","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"39883:9:11","type":""}],"src":"39834:140:11"},{"body":{"nodeType":"YulBlock","src":"40044:65:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40061:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"40096:5:11"}],"functionName":{"name":"convert_t_uint96_to_t_uint256","nodeType":"YulIdentifier","src":"40066:29:11"},"nodeType":"YulFunctionCall","src":"40066:36:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40054:6:11"},"nodeType":"YulFunctionCall","src":"40054:49:11"},"nodeType":"YulExpressionStatement","src":"40054:49:11"}]},"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"40032:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40039:3:11","type":""}],"src":"39980:129:11"},{"body":{"nodeType":"YulBlock","src":"40179:82:11","statements":[{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"40202:3:11"},{"name":"src","nodeType":"YulIdentifier","src":"40207:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40212:6:11"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"40189:12:11"},"nodeType":"YulFunctionCall","src":"40189:30:11"},"nodeType":"YulExpressionStatement","src":"40189:30:11"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"40239:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40244:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40235:3:11"},"nodeType":"YulFunctionCall","src":"40235:16:11"},{"kind":"number","nodeType":"YulLiteral","src":"40253:1:11","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40228:6:11"},"nodeType":"YulFunctionCall","src":"40228:27:11"},"nodeType":"YulExpressionStatement","src":"40228:27:11"}]},"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"40161:3:11","type":""},{"name":"dst","nodeType":"YulTypedName","src":"40166:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"40171:6:11","type":""}],"src":"40115:146:11"},{"body":{"nodeType":"YulBlock","src":"40393:215:11","statements":[{"nodeType":"YulAssignment","src":"40403:78:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40469:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40474:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"40410:58:11"},"nodeType":"YulFunctionCall","src":"40410:71:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"40403:3:11"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"40528:5:11"},{"name":"pos","nodeType":"YulIdentifier","src":"40535:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40540:6:11"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"40491:36:11"},"nodeType":"YulFunctionCall","src":"40491:56:11"},"nodeType":"YulExpressionStatement","src":"40491:56:11"},{"nodeType":"YulAssignment","src":"40556:46:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40567:3:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"40594:6:11"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"40572:21:11"},"nodeType":"YulFunctionCall","src":"40572:29:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40563:3:11"},"nodeType":"YulFunctionCall","src":"40563:39:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"40556:3:11"}]}]},"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"40366:5:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"40373:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40381:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"40389:3:11","type":""}],"src":"40291:317:11"},{"body":{"nodeType":"YulBlock","src":"40853:534:11","statements":[{"nodeType":"YulAssignment","src":"40863:27:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40875:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"40886:3:11","type":"","value":"160"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40871:3:11"},"nodeType":"YulFunctionCall","src":"40871:19:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"40863:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"40944:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40957:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"40968:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40953:3:11"},"nodeType":"YulFunctionCall","src":"40953:17:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"40900:43:11"},"nodeType":"YulFunctionCall","src":"40900:71:11"},"nodeType":"YulExpressionStatement","src":"40900:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"41025:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41038:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41049:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41034:3:11"},"nodeType":"YulFunctionCall","src":"41034:18:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"40981:43:11"},"nodeType":"YulFunctionCall","src":"40981:72:11"},"nodeType":"YulExpressionStatement","src":"40981:72:11"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"41106:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41119:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41130:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41115:3:11"},"nodeType":"YulFunctionCall","src":"41115:18:11"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"41063:42:11"},"nodeType":"YulFunctionCall","src":"41063:71:11"},"nodeType":"YulExpressionStatement","src":"41063:71:11"},{"expression":{"arguments":[{"name":"value3","nodeType":"YulIdentifier","src":"41188:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41201:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41212:2:11","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41197:3:11"},"nodeType":"YulFunctionCall","src":"41197:18:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"41144:43:11"},"nodeType":"YulFunctionCall","src":"41144:72:11"},"nodeType":"YulExpressionStatement","src":"41144:72:11"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41237:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41248:3:11","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41233:3:11"},"nodeType":"YulFunctionCall","src":"41233:19:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"41258:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"41264:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"41254:3:11"},"nodeType":"YulFunctionCall","src":"41254:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41226:6:11"},"nodeType":"YulFunctionCall","src":"41226:49:11"},"nodeType":"YulExpressionStatement","src":"41226:49:11"},{"nodeType":"YulAssignment","src":"41284:96:11","value":{"arguments":[{"name":"value4","nodeType":"YulIdentifier","src":"41358:6:11"},{"name":"value5","nodeType":"YulIdentifier","src":"41366:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"41375:4:11"}],"functionName":{"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"41292:65:11"},"nodeType":"YulFunctionCall","src":"41292:88:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"41284:4:11"}]}]},"name":"abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"40785:9:11","type":""},{"name":"value5","nodeType":"YulTypedName","src":"40797:6:11","type":""},{"name":"value4","nodeType":"YulTypedName","src":"40805:6:11","type":""},{"name":"value3","nodeType":"YulTypedName","src":"40813:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"40821:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"40829:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"40837:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"40848:4:11","type":""}],"src":"40614:773:11"},{"body":{"nodeType":"YulBlock","src":"41437:172:11","statements":[{"nodeType":"YulAssignment","src":"41447:24:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"41469:1:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41452:16:11"},"nodeType":"YulFunctionCall","src":"41452:19:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"41447:1:11"}]},{"nodeType":"YulAssignment","src":"41480:24:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"41502:1:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41485:16:11"},"nodeType":"YulFunctionCall","src":"41485:19:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"41480:1:11"}]},{"nodeType":"YulAssignment","src":"41513:17:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"41525:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"41528:1:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"41521:3:11"},"nodeType":"YulFunctionCall","src":"41521:9:11"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"41513:4:11"}]},{"body":{"nodeType":"YulBlock","src":"41580:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"41582:16:11"},"nodeType":"YulFunctionCall","src":"41582:18:11"},"nodeType":"YulExpressionStatement","src":"41582:18:11"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"41546:4:11"},{"kind":"number","nodeType":"YulLiteral","src":"41552:26:11","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"41543:2:11"},"nodeType":"YulFunctionCall","src":"41543:36:11"},"nodeType":"YulIf","src":"41540:62:11"}]},"name":"checked_sub_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"41423:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"41426:1:11","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"41432:4:11","type":""}],"src":"41393:216:11"},{"body":{"nodeType":"YulBlock","src":"41673:80:11","statements":[{"nodeType":"YulAssignment","src":"41683:64:11","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41739:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"41722:16:11"},"nodeType":"YulFunctionCall","src":"41722:23:11"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"41713:8:11"},"nodeType":"YulFunctionCall","src":"41713:33:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41696:16:11"},"nodeType":"YulFunctionCall","src":"41696:51:11"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"41683:9:11"}]}]},"name":"convert_t_uint64_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41653:5:11","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"41663:9:11","type":""}],"src":"41615:138:11"},{"body":{"nodeType":"YulBlock","src":"41822:64:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"41839:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41873:5:11"}],"functionName":{"name":"convert_t_uint64_to_t_uint96","nodeType":"YulIdentifier","src":"41844:28:11"},"nodeType":"YulFunctionCall","src":"41844:35:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41832:6:11"},"nodeType":"YulFunctionCall","src":"41832:48:11"},"nodeType":"YulExpressionStatement","src":"41832:48:11"}]},"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41810:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"41817:3:11","type":""}],"src":"41759:127:11"},{"body":{"nodeType":"YulBlock","src":"42016:204:11","statements":[{"nodeType":"YulAssignment","src":"42026:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42038:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42049:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42034:3:11"},"nodeType":"YulFunctionCall","src":"42034:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42026:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"42106:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42119:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42130:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42115:3:11"},"nodeType":"YulFunctionCall","src":"42115:17:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"42062:43:11"},"nodeType":"YulFunctionCall","src":"42062:71:11"},"nodeType":"YulExpressionStatement","src":"42062:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"42185:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42198:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42209:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42194:3:11"},"nodeType":"YulFunctionCall","src":"42194:18:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulIdentifier","src":"42143:41:11"},"nodeType":"YulFunctionCall","src":"42143:70:11"},"nodeType":"YulExpressionStatement","src":"42143:70:11"}]},"name":"abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"41980:9:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"41992:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"42000:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"42011:4:11","type":""}],"src":"41892:328:11"},{"body":{"nodeType":"YulBlock","src":"42332:76:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"42354:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"42362:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42350:3:11"},"nodeType":"YulFunctionCall","src":"42350:14:11"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"42366:34:11","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"42343:6:11"},"nodeType":"YulFunctionCall","src":"42343:58:11"},"nodeType":"YulExpressionStatement","src":"42343:58:11"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"42324:6:11","type":""}],"src":"42226:182:11"},{"body":{"nodeType":"YulBlock","src":"42560:220:11","statements":[{"nodeType":"YulAssignment","src":"42570:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42636:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"42641:2:11","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"42577:58:11"},"nodeType":"YulFunctionCall","src":"42577:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"42570:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42742:3:11"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"42653:88:11"},"nodeType":"YulFunctionCall","src":"42653:93:11"},"nodeType":"YulExpressionStatement","src":"42653:93:11"},{"nodeType":"YulAssignment","src":"42755:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42766:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"42771:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42762:3:11"},"nodeType":"YulFunctionCall","src":"42762:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"42755:3:11"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"42548:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"42556:3:11","type":""}],"src":"42414:366:11"},{"body":{"nodeType":"YulBlock","src":"42957:248:11","statements":[{"nodeType":"YulAssignment","src":"42967:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42979:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42990:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42975:3:11"},"nodeType":"YulFunctionCall","src":"42975:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42967:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"43014:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"43025:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43010:3:11"},"nodeType":"YulFunctionCall","src":"43010:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43033:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"43039:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"43029:3:11"},"nodeType":"YulFunctionCall","src":"43029:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43003:6:11"},"nodeType":"YulFunctionCall","src":"43003:47:11"},"nodeType":"YulExpressionStatement","src":"43003:47:11"},{"nodeType":"YulAssignment","src":"43059:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43193:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43067:124:11"},"nodeType":"YulFunctionCall","src":"43067:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"43059:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"42937:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"42952:4:11","type":""}],"src":"42786:419:11"},{"body":{"nodeType":"YulBlock","src":"43317:124:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"43339:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"43347:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43335:3:11"},"nodeType":"YulFunctionCall","src":"43335:14:11"},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069","kind":"string","nodeType":"YulLiteral","src":"43351:34:11","type":"","value":"Initializable: contract is not i"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43328:6:11"},"nodeType":"YulFunctionCall","src":"43328:58:11"},"nodeType":"YulExpressionStatement","src":"43328:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"43407:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"43415:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43403:3:11"},"nodeType":"YulFunctionCall","src":"43403:15:11"},{"hexValue":"6e697469616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"43420:13:11","type":"","value":"nitializing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43396:6:11"},"nodeType":"YulFunctionCall","src":"43396:38:11"},"nodeType":"YulExpressionStatement","src":"43396:38:11"}]},"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"43309:6:11","type":""}],"src":"43211:230:11"},{"body":{"nodeType":"YulBlock","src":"43593:220:11","statements":[{"nodeType":"YulAssignment","src":"43603:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43669:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"43674:2:11","type":"","value":"43"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43610:58:11"},"nodeType":"YulFunctionCall","src":"43610:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"43603:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43775:3:11"}],"functionName":{"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulIdentifier","src":"43686:88:11"},"nodeType":"YulFunctionCall","src":"43686:93:11"},"nodeType":"YulExpressionStatement","src":"43686:93:11"},{"nodeType":"YulAssignment","src":"43788:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43799:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"43804:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43795:3:11"},"nodeType":"YulFunctionCall","src":"43795:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"43788:3:11"}]}]},"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"43581:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"43589:3:11","type":""}],"src":"43447:366:11"},{"body":{"nodeType":"YulBlock","src":"43990:248:11","statements":[{"nodeType":"YulAssignment","src":"44000:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44012:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"44023:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44008:3:11"},"nodeType":"YulFunctionCall","src":"44008:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44000:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44047:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"44058:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44043:3:11"},"nodeType":"YulFunctionCall","src":"44043:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44066:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"44072:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"44062:3:11"},"nodeType":"YulFunctionCall","src":"44062:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44036:6:11"},"nodeType":"YulFunctionCall","src":"44036:47:11"},"nodeType":"YulExpressionStatement","src":"44036:47:11"},{"nodeType":"YulAssignment","src":"44092:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44226:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44100:124:11"},"nodeType":"YulFunctionCall","src":"44100:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44092:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"43970:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"43985:4:11","type":""}],"src":"43819:419:11"},{"body":{"nodeType":"YulBlock","src":"44350:60:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"44372:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"44380:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44368:3:11"},"nodeType":"YulFunctionCall","src":"44368:14:11"},{"hexValue":"5061757361626c653a20706175736564","kind":"string","nodeType":"YulLiteral","src":"44384:18:11","type":"","value":"Pausable: paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44361:6:11"},"nodeType":"YulFunctionCall","src":"44361:42:11"},"nodeType":"YulExpressionStatement","src":"44361:42:11"}]},"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"44342:6:11","type":""}],"src":"44244:166:11"},{"body":{"nodeType":"YulBlock","src":"44562:220:11","statements":[{"nodeType":"YulAssignment","src":"44572:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44638:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"44643:2:11","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44579:58:11"},"nodeType":"YulFunctionCall","src":"44579:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"44572:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44744:3:11"}],"functionName":{"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulIdentifier","src":"44655:88:11"},"nodeType":"YulFunctionCall","src":"44655:93:11"},"nodeType":"YulExpressionStatement","src":"44655:93:11"},{"nodeType":"YulAssignment","src":"44757:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44768:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"44773:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44764:3:11"},"nodeType":"YulFunctionCall","src":"44764:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"44757:3:11"}]}]},"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"44550:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"44558:3:11","type":""}],"src":"44416:366:11"},{"body":{"nodeType":"YulBlock","src":"44959:248:11","statements":[{"nodeType":"YulAssignment","src":"44969:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44981:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"44992:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44977:3:11"},"nodeType":"YulFunctionCall","src":"44977:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44969:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45016:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"45027:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45012:3:11"},"nodeType":"YulFunctionCall","src":"45012:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45035:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"45041:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"45031:3:11"},"nodeType":"YulFunctionCall","src":"45031:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45005:6:11"},"nodeType":"YulFunctionCall","src":"45005:47:11"},"nodeType":"YulExpressionStatement","src":"45005:47:11"},{"nodeType":"YulAssignment","src":"45061:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45195:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45069:124:11"},"nodeType":"YulFunctionCall","src":"45069:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45061:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"44939:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"44954:4:11","type":""}],"src":"44788:419:11"},{"body":{"nodeType":"YulBlock","src":"45319:61:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"45341:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"45349:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45337:3:11"},"nodeType":"YulFunctionCall","src":"45337:14:11"},{"hexValue":"546f6b656e4e6f74537570706f72746564","kind":"string","nodeType":"YulLiteral","src":"45353:19:11","type":"","value":"TokenNotSupported"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45330:6:11"},"nodeType":"YulFunctionCall","src":"45330:43:11"},"nodeType":"YulExpressionStatement","src":"45330:43:11"}]},"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"45311:6:11","type":""}],"src":"45213:167:11"},{"body":{"nodeType":"YulBlock","src":"45532:220:11","statements":[{"nodeType":"YulAssignment","src":"45542:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45608:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"45613:2:11","type":"","value":"17"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45549:58:11"},"nodeType":"YulFunctionCall","src":"45549:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"45542:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45714:3:11"}],"functionName":{"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulIdentifier","src":"45625:88:11"},"nodeType":"YulFunctionCall","src":"45625:93:11"},"nodeType":"YulExpressionStatement","src":"45625:93:11"},{"nodeType":"YulAssignment","src":"45727:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45738:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"45743:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45734:3:11"},"nodeType":"YulFunctionCall","src":"45734:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"45727:3:11"}]}]},"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"45520:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"45528:3:11","type":""}],"src":"45386:366:11"},{"body":{"nodeType":"YulBlock","src":"45929:248:11","statements":[{"nodeType":"YulAssignment","src":"45939:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45951:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"45962:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45947:3:11"},"nodeType":"YulFunctionCall","src":"45947:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45939:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45986:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"45997:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45982:3:11"},"nodeType":"YulFunctionCall","src":"45982:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46005:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"46011:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46001:3:11"},"nodeType":"YulFunctionCall","src":"46001:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45975:6:11"},"nodeType":"YulFunctionCall","src":"45975:47:11"},"nodeType":"YulExpressionStatement","src":"45975:47:11"},{"nodeType":"YulAssignment","src":"46031:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46165:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46039:124:11"},"nodeType":"YulFunctionCall","src":"46039:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46031:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"45909:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"45924:4:11","type":""}],"src":"45758:419:11"},{"body":{"nodeType":"YulBlock","src":"46289:56:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"46311:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"46319:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46307:3:11"},"nodeType":"YulFunctionCall","src":"46307:14:11"},{"hexValue":"416d6f756e7449735a65726f","kind":"string","nodeType":"YulLiteral","src":"46323:14:11","type":"","value":"AmountIsZero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46300:6:11"},"nodeType":"YulFunctionCall","src":"46300:38:11"},"nodeType":"YulExpressionStatement","src":"46300:38:11"}]},"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"46281:6:11","type":""}],"src":"46183:162:11"},{"body":{"nodeType":"YulBlock","src":"46497:220:11","statements":[{"nodeType":"YulAssignment","src":"46507:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46573:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"46578:2:11","type":"","value":"12"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46514:58:11"},"nodeType":"YulFunctionCall","src":"46514:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"46507:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46679:3:11"}],"functionName":{"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulIdentifier","src":"46590:88:11"},"nodeType":"YulFunctionCall","src":"46590:93:11"},"nodeType":"YulExpressionStatement","src":"46590:93:11"},{"nodeType":"YulAssignment","src":"46692:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46703:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"46708:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46699:3:11"},"nodeType":"YulFunctionCall","src":"46699:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"46692:3:11"}]}]},"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"46485:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"46493:3:11","type":""}],"src":"46351:366:11"},{"body":{"nodeType":"YulBlock","src":"46894:248:11","statements":[{"nodeType":"YulAssignment","src":"46904:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46916:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"46927:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46912:3:11"},"nodeType":"YulFunctionCall","src":"46912:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46904:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46951:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"46962:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46947:3:11"},"nodeType":"YulFunctionCall","src":"46947:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46970:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"46976:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46966:3:11"},"nodeType":"YulFunctionCall","src":"46966:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46940:6:11"},"nodeType":"YulFunctionCall","src":"46940:47:11"},"nodeType":"YulExpressionStatement","src":"46940:47:11"},{"nodeType":"YulAssignment","src":"46996:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47130:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47004:124:11"},"nodeType":"YulFunctionCall","src":"47004:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46996:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"46874:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"46889:4:11","type":""}],"src":"46723:419:11"},{"body":{"nodeType":"YulBlock","src":"47254:60:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"47276:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"47284:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47272:3:11"},"nodeType":"YulFunctionCall","src":"47272:14:11"},{"hexValue":"5468726f775a65726f41646472657373","kind":"string","nodeType":"YulLiteral","src":"47288:18:11","type":"","value":"ThrowZeroAddress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47265:6:11"},"nodeType":"YulFunctionCall","src":"47265:42:11"},"nodeType":"YulExpressionStatement","src":"47265:42:11"}]},"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"47246:6:11","type":""}],"src":"47148:166:11"},{"body":{"nodeType":"YulBlock","src":"47466:220:11","statements":[{"nodeType":"YulAssignment","src":"47476:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47542:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"47547:2:11","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47483:58:11"},"nodeType":"YulFunctionCall","src":"47483:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"47476:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47648:3:11"}],"functionName":{"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulIdentifier","src":"47559:88:11"},"nodeType":"YulFunctionCall","src":"47559:93:11"},"nodeType":"YulExpressionStatement","src":"47559:93:11"},{"nodeType":"YulAssignment","src":"47661:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47672:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"47677:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47668:3:11"},"nodeType":"YulFunctionCall","src":"47668:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"47661:3:11"}]}]},"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"47454:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"47462:3:11","type":""}],"src":"47320:366:11"},{"body":{"nodeType":"YulBlock","src":"47863:248:11","statements":[{"nodeType":"YulAssignment","src":"47873:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47885:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"47896:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47881:3:11"},"nodeType":"YulFunctionCall","src":"47881:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47873:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47920:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"47931:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47916:3:11"},"nodeType":"YulFunctionCall","src":"47916:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47939:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"47945:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"47935:3:11"},"nodeType":"YulFunctionCall","src":"47935:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47909:6:11"},"nodeType":"YulFunctionCall","src":"47909:47:11"},"nodeType":"YulExpressionStatement","src":"47909:47:11"},{"nodeType":"YulAssignment","src":"47965:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48099:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47973:124:11"},"nodeType":"YulFunctionCall","src":"47973:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47965:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"47843:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"47858:4:11","type":""}],"src":"47692:419:11"},{"body":{"nodeType":"YulBlock","src":"48223:66:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"48245:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"48253:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48241:3:11"},"nodeType":"YulFunctionCall","src":"48241:14:11"},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","kind":"string","nodeType":"YulLiteral","src":"48257:24:11","type":"","value":"InvalidInstitutionCode"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48234:6:11"},"nodeType":"YulFunctionCall","src":"48234:48:11"},"nodeType":"YulExpressionStatement","src":"48234:48:11"}]},"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"48215:6:11","type":""}],"src":"48117:172:11"},{"body":{"nodeType":"YulBlock","src":"48441:220:11","statements":[{"nodeType":"YulAssignment","src":"48451:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48517:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"48522:2:11","type":"","value":"22"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48458:58:11"},"nodeType":"YulFunctionCall","src":"48458:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"48451:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48623:3:11"}],"functionName":{"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulIdentifier","src":"48534:88:11"},"nodeType":"YulFunctionCall","src":"48534:93:11"},"nodeType":"YulExpressionStatement","src":"48534:93:11"},{"nodeType":"YulAssignment","src":"48636:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48647:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"48652:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48643:3:11"},"nodeType":"YulFunctionCall","src":"48643:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"48636:3:11"}]}]},"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"48429:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"48437:3:11","type":""}],"src":"48295:366:11"},{"body":{"nodeType":"YulBlock","src":"48838:248:11","statements":[{"nodeType":"YulAssignment","src":"48848:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48860:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"48871:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48856:3:11"},"nodeType":"YulFunctionCall","src":"48856:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48848:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48895:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"48906:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48891:3:11"},"nodeType":"YulFunctionCall","src":"48891:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48914:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"48920:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"48910:3:11"},"nodeType":"YulFunctionCall","src":"48910:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48884:6:11"},"nodeType":"YulFunctionCall","src":"48884:47:11"},"nodeType":"YulExpressionStatement","src":"48884:47:11"},{"nodeType":"YulAssignment","src":"48940:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49074:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48948:124:11"},"nodeType":"YulFunctionCall","src":"48948:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48940:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"48818:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"48833:4:11","type":""}],"src":"48667:419:11"},{"body":{"nodeType":"YulBlock","src":"49198:69:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"49220:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"49228:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49216:3:11"},"nodeType":"YulFunctionCall","src":"49216:14:11"},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","kind":"string","nodeType":"YulLiteral","src":"49232:27:11","type":"","value":"InvalidSenderFeeRecipient"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49209:6:11"},"nodeType":"YulFunctionCall","src":"49209:51:11"},"nodeType":"YulExpressionStatement","src":"49209:51:11"}]},"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"49190:6:11","type":""}],"src":"49092:175:11"},{"body":{"nodeType":"YulBlock","src":"49419:220:11","statements":[{"nodeType":"YulAssignment","src":"49429:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49495:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"49500:2:11","type":"","value":"25"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49436:58:11"},"nodeType":"YulFunctionCall","src":"49436:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"49429:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49601:3:11"}],"functionName":{"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulIdentifier","src":"49512:88:11"},"nodeType":"YulFunctionCall","src":"49512:93:11"},"nodeType":"YulExpressionStatement","src":"49512:93:11"},{"nodeType":"YulAssignment","src":"49614:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49625:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"49630:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49621:3:11"},"nodeType":"YulFunctionCall","src":"49621:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"49614:3:11"}]}]},"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"49407:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"49415:3:11","type":""}],"src":"49273:366:11"},{"body":{"nodeType":"YulBlock","src":"49816:248:11","statements":[{"nodeType":"YulAssignment","src":"49826:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49838:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"49849:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49834:3:11"},"nodeType":"YulFunctionCall","src":"49834:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49826:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49873:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"49884:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49869:3:11"},"nodeType":"YulFunctionCall","src":"49869:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49892:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"49898:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"49888:3:11"},"nodeType":"YulFunctionCall","src":"49888:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49862:6:11"},"nodeType":"YulFunctionCall","src":"49862:47:11"},"nodeType":"YulExpressionStatement","src":"49862:47:11"},{"nodeType":"YulAssignment","src":"49918:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50052:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49926:124:11"},"nodeType":"YulFunctionCall","src":"49926:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49918:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"49796:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"49811:4:11","type":""}],"src":"49645:419:11"},{"body":{"nodeType":"YulBlock","src":"50176:64:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"50198:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"50206:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50194:3:11"},"nodeType":"YulFunctionCall","src":"50194:14:11"},{"hexValue":"5061757361626c653a206e6f7420706175736564","kind":"string","nodeType":"YulLiteral","src":"50210:22:11","type":"","value":"Pausable: not paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"50187:6:11"},"nodeType":"YulFunctionCall","src":"50187:46:11"},"nodeType":"YulExpressionStatement","src":"50187:46:11"}]},"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"50168:6:11","type":""}],"src":"50070:170:11"},{"body":{"nodeType":"YulBlock","src":"50392:220:11","statements":[{"nodeType":"YulAssignment","src":"50402:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50468:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"50473:2:11","type":"","value":"20"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50409:58:11"},"nodeType":"YulFunctionCall","src":"50409:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"50402:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50574:3:11"}],"functionName":{"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulIdentifier","src":"50485:88:11"},"nodeType":"YulFunctionCall","src":"50485:93:11"},"nodeType":"YulExpressionStatement","src":"50485:93:11"},{"nodeType":"YulAssignment","src":"50587:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50598:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"50603:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50594:3:11"},"nodeType":"YulFunctionCall","src":"50594:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"50587:3:11"}]}]},"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"50380:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"50388:3:11","type":""}],"src":"50246:366:11"},{"body":{"nodeType":"YulBlock","src":"50789:248:11","statements":[{"nodeType":"YulAssignment","src":"50799:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50811:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"50822:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50807:3:11"},"nodeType":"YulFunctionCall","src":"50807:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50799:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50846:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"50857:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50842:3:11"},"nodeType":"YulFunctionCall","src":"50842:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50865:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"50871:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"50861:3:11"},"nodeType":"YulFunctionCall","src":"50861:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"50835:6:11"},"nodeType":"YulFunctionCall","src":"50835:47:11"},"nodeType":"YulExpressionStatement","src":"50835:47:11"},{"nodeType":"YulAssignment","src":"50891:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"51025:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50899:124:11"},"nodeType":"YulFunctionCall","src":"50899:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50891:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"50769:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"50784:4:11","type":""}],"src":"50618:419:11"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(ptr) -> data {\n data := ptr\n\n data := add(ptr, 0x20)\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // code\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(ptr) -> next {\n next := add(ptr, 0x20)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := mload(srcPtr)\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$2074_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$2074_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_uint256t_bytes32(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_t_bool_to_t_bool(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function cleanup_t_uint96(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffff)\n }\n\n function abi_encode_t_uint96_to_t_uint96(value, pos) {\n mstore(pos, cleanup_t_uint96(value))\n }\n\n // struct IGateway.Order -> struct IGateway.Order\n function abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x0140)\n\n {\n // sender\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x00))\n }\n\n {\n // token\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x20))\n }\n\n {\n // senderFeeRecipient\n\n let memberValue0 := mload(add(value, 0x40))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x40))\n }\n\n {\n // senderFee\n\n let memberValue0 := mload(add(value, 0x60))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x60))\n }\n\n {\n // protocolFee\n\n let memberValue0 := mload(add(value, 0x80))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x80))\n }\n\n {\n // isFulfilled\n\n let memberValue0 := mload(add(value, 0xa0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xa0))\n }\n\n {\n // isRefunded\n\n let memberValue0 := mload(add(value, 0xc0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xc0))\n }\n\n {\n // refundAddress\n\n let memberValue0 := mload(add(value, 0xe0))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0xe0))\n }\n\n {\n // currentBPS\n\n let memberValue0 := mload(add(value, 0x0100))\n abi_encode_t_uint96_to_t_uint96(memberValue0, add(pos, 0x0100))\n }\n\n {\n // amount\n\n let memberValue0 := mload(add(value, 0x0120))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x0120))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_Order_$1976_memory_ptr__to_t_struct$_Order_$1976_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 320)\n\n abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n // struct SharedStructs.InstitutionByCode -> struct SharedStructs.InstitutionByCode\n function abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // currency\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_InstitutionByCode_$2079_memory_ptr__to_t_struct$_InstitutionByCode_$2079_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function validator_revert_t_uint96(value) {\n if iszero(eq(value, cleanup_t_uint96(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint96(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint96(value)\n }\n\n function revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() {\n revert(0, 0)\n }\n\n // string\n function abi_decode_t_string_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6, value7, value8 {\n if slt(sub(dataEnd, headStart), 256) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_uint96(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 128\n\n value4 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 160\n\n value5 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 192\n\n value6 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 224))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value7, value8 := abi_decode_t_string_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32_fromStack(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64(headStart, dataEnd) -> value0, value1, value2, value3 {\n if slt(sub(dataEnd, headStart), 128) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: treasury address alread\")\n\n mstore(add(memPtr, 32), \"y set\")\n\n }\n\n function abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: aggregator address alre\")\n\n mstore(add(memPtr, 32), \"ady set\")\n\n }\n\n function abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(memPtr) {\n\n mstore(add(memPtr, 0), \"OnlyAggregator\")\n\n }\n\n function abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderFulfilled\")\n\n }\n\n function abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderRefunded\")\n\n }\n\n function abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 13)\n store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de(memPtr) {\n\n mstore(add(memPtr, 0), \"FeeExceedsProtocolFee\")\n\n }\n\n function abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n function validator_revert_t_bool(value) {\n if iszero(eq(value, cleanup_t_bool(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bool_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bool_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function checked_sub_t_uint256(x, y) -> diff {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n diff := sub(x, y)\n\n if gt(diff, x) { panic_error_0x11() }\n\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is alrea\")\n\n mstore(add(memPtr, 32), \"dy initialized\")\n\n }\n\n function abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 46)\n store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_rational_1_by_1(value) -> cleaned {\n cleaned := value\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_rational_1_by_1_to_t_uint8(value) -> converted {\n converted := cleanup_t_uint8(identity(cleanup_t_rational_1_by_1(value)))\n }\n\n function abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value, pos) {\n mstore(pos, convert_t_rational_1_by_1_to_t_uint8(value))\n }\n\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 23)\n store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidMessageHash\")\n\n }\n\n function abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 18)\n store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed(headStart , value2, value1, value0) -> tail {\n tail := add(headStart, 96)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n }\n\n function increment_t_uint256(value) -> ret {\n value := cleanup_t_uint256(value)\n if eq(value, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) { panic_error_0x11() }\n ret := add(value, 1)\n }\n\n function checked_mul_t_uint256(x, y) -> product {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n let product_raw := mul(x, y)\n product := cleanup_t_uint256(product_raw)\n\n // overflow, if x != 0 and y != product/x\n if iszero(\n or(\n iszero(x),\n eq(y, div(product, x))\n )\n ) { panic_error_0x11() }\n\n }\n\n function panic_error_0x12() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n\n function checked_div_t_uint256(x, y) -> r {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n if iszero(y) { panic_error_0x12() }\n\n r := div(x, y)\n }\n\n function convert_t_uint96_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint96(value)))\n }\n\n function abi_encode_t_uint96_to_t_uint256_fromStack(value, pos) {\n mstore(pos, convert_t_uint96_to_t_uint256(value))\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n // string -> string\n function abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed(headStart , value5, value4, value3, value2, value1, value0) -> tail {\n tail := add(headStart, 160)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint96_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value3, add(headStart, 96))\n\n mstore(add(headStart, 128), sub(tail, headStart))\n tail := abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(value4, value5, tail)\n\n }\n\n function checked_sub_t_uint96(x, y) -> diff {\n x := cleanup_t_uint96(x)\n y := cleanup_t_uint96(y)\n diff := sub(x, y)\n\n if gt(diff, 0xffffffffffffffffffffffff) { panic_error_0x11() }\n\n }\n\n function convert_t_uint64_to_t_uint96(value) -> converted {\n converted := cleanup_t_uint96(identity(cleanup_t_uint64(value)))\n }\n\n function abi_encode_t_uint64_to_t_uint96_fromStack(value, pos) {\n mstore(pos, convert_t_uint64_to_t_uint96(value))\n }\n\n function abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint64_to_t_uint96_fromStack(value1, add(headStart, 32))\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is not i\")\n\n mstore(add(memPtr, 32), \"nitializing\")\n\n }\n\n function abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 43)\n store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: paused\")\n\n }\n\n function abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(memPtr) {\n\n mstore(add(memPtr, 0), \"TokenNotSupported\")\n\n }\n\n function abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 17)\n store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(memPtr) {\n\n mstore(add(memPtr, 0), \"AmountIsZero\")\n\n }\n\n function abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 12)\n store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(memPtr) {\n\n mstore(add(memPtr, 0), \"ThrowZeroAddress\")\n\n }\n\n function abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidInstitutionCode\")\n\n }\n\n function abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidSenderFeeRecipient\")\n\n }\n\n function abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 25)\n store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: not paused\")\n\n }\n\n function abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 20)\n store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":11,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b610156600480360381019061015191906128ba565b6103c3565b60405161016391906129d4565b60405180910390f35b61018660048036038101906101819190612ba4565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c5e565b6105d0565b005b6101c860048036038101906101c39190612cde565b610898565b005b6101d2610903565b6040516101df9190612d26565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d77565b61092e565b6040516102199190612d26565b60405180910390f35b61023c60048036038101906102379190612db7565b610dce565b6040516102499190612d26565b60405180910390f35b61026c600480360381019061026791906128ba565b610e2a565b6040516102799190612f04565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612f2f565b60405180910390f35b6102c661125c565b6040516102d4929190612f68565b60405180910390f35b6102f760048036038101906102f291906128ba565b611281565b6040516103049190612fc0565b60405180910390f35b61032760048036038101906103229190612fdb565b6112c2565b005b610343600480360381019061033e91906130b5565b611447565b604051610350919061319a565b60405180910390f35b61036161198e565b60405161036e9190612f2f565b60405180910390f35b610391600480360381019061038c91906131b5565b6119b8565b60405161039e9190612d26565b60405180910390f35b6103c160048036038101906103bc9190612db7565b612014565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c1565b60cd600083815260200190815260200160002060006104709190612748565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a161321c565b5b602002602001015190806001815401808255809150506001900390600052602060002090600202016000909190919091506000820151816000015560208201518160010155505060405180604001604052808383815181106105075761050661321c565b5b60200260200101516020015181526020018481525060ce60008484815181106105335761053261321c565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613365565b60405180910390a25050565b6105c66120c1565b6105ce61213f565b565b6105d86120c1565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e906133e4565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613476565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f890613508565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c1565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f89190613528565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c1565b61092c60006121a2565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b79061358f565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c906135fb565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8190613667565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb906136d3565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b789291906136f3565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb9190613748565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c7091906137a4565b610c7a91906137d8565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a91906137a4565b6040518363ffffffff1660e01b8152600401610d479291906136f3565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a9190613748565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb919061380c565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261276c565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d3565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198e565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb90613899565b60405180910390fd5b6110cd816121a2565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121db565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111649061392b565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fe565b6111c4612257565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024986001604051611214919061399d565b60405180910390a15b50565b6112286120c1565b6112306122b0565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b611289612829565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c1565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611330906133e4565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e90613a04565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c83604051611439919061380c565b60405180910390a35b505050565b6000611451612313565b61145f8a8a8689898d61235d565b600083839050036114a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149c90613a70565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114cf91906137a4565b6040518463ffffffff1660e01b81526004016114ed93929190613a90565b6020604051808303816000875af115801561150c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115309190613748565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158290613ac7565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115da9291906136f3565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116239190613b0f565b61162d9190613b80565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f591906137d8565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197896959493929190613c1e565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a4a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a419061358f565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa6906135fb565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b14576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0b90613667565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b989190613c7a565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611eca576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df157610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d1a9291906136f3565b6020604051808303816000875af1158015611d39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5d9190613748565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec9578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e849291906136f3565b6020604051808303816000875af1158015611ea3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec79190613748565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efc9190613b0f565b611f069190613b80565b90508061010160008881526020019081526020016000206007016000828254611f2f91906137d8565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f719291906136f3565b6020604051808303816000875af1158015611f90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb49190613748565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffe929190613ceb565b60405180910390a3600192505050949350505050565b61201c6120c1565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207c611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c96121d3565b73ffffffffffffffffffffffffffffffffffffffff166120e7611232565b73ffffffffffffffffffffffffffffffffffffffff161461213d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213490613d60565b60405180910390fd5b565b61214761256c565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218b6121d3565b6040516121989190612f2f565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121d0816125b5565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224490613df2565b60405180910390fd5b61225561267b565b565b600060019054906101000a900460ff166122a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229d90613df2565b60405180910390fd5b6122ae6126dc565b565b6122b8612313565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fc6121d3565b6040516123099190612f2f565b60405180910390a1565b61231b610903565b1561235b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235290613e5e565b60405180910390fd5b565b600160cc60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d690613eca565b60405180910390fd5b60008503612422576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241990613f36565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603612491576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248890613fa2565b60405180910390fd5b6000801b60ce600083815260200190815260200160002060000154036124ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e39061400e565b60405180910390fd5b6000821461256457600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612563576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161255a9061407a565b60405180910390fd5b5b505050505050565b612574610903565b6125b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125aa906140e6565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff166126ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c190613df2565b60405180910390fd5b6126da6126d56121d3565b6121a2565b565b600060019054906101000a900460ff1661272b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161272290613df2565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127699190612849565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561286c5760008082016000905560018201600090555060020161284a565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61289781612884565b81146128a257600080fd5b50565b6000813590506128b48161288e565b92915050565b6000602082840312156128d0576128cf61287a565b5b60006128de848285016128a5565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61291c81612884565b82525050565b6040820160008201516129386000850182612913565b50602082015161294b6020850182612913565b50505050565b600061295d8383612922565b60408301905092915050565b6000602082019050919050565b6000612981826128e7565b61298b81856128f2565b935061299683612903565b8060005b838110156129c75781516129ae8882612951565b97506129b983612969565b92505060018101905061299a565b5085935050505092915050565b600060208201905081810360008301526129ee8184612976565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a44826129fb565b810181811067ffffffffffffffff82111715612a6357612a62612a0c565b5b80604052505050565b6000612a76612870565b9050612a828282612a3b565b919050565b600067ffffffffffffffff821115612aa257612aa1612a0c565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612ad357612ad2612ab8565b5b612add6040612a6c565b90506000612aed848285016128a5565b6000830152506020612b01848285016128a5565b60208301525092915050565b6000612b20612b1b84612a87565b612a6c565b90508083825260208201905060408402830185811115612b4357612b42612ab3565b5b835b81811015612b6c5780612b588882612abd565b845260208401935050604081019050612b45565b5050509392505050565b600082601f830112612b8b57612b8a6129f6565b5b8135612b9b848260208601612b0d565b91505092915050565b60008060408385031215612bbb57612bba61287a565b5b6000612bc9858286016128a5565b925050602083013567ffffffffffffffff811115612bea57612be961287f565b5b612bf685828601612b76565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c2b82612c00565b9050919050565b612c3b81612c20565b8114612c4657600080fd5b50565b600081359050612c5881612c32565b92915050565b60008060408385031215612c7557612c7461287a565b5b6000612c83858286016128a5565b9250506020612c9485828601612c49565b9150509250929050565b600067ffffffffffffffff82169050919050565b612cbb81612c9e565b8114612cc657600080fd5b50565b600081359050612cd881612cb2565b92915050565b600060208284031215612cf457612cf361287a565b5b6000612d0284828501612cc9565b91505092915050565b60008115159050919050565b612d2081612d0b565b82525050565b6000602082019050612d3b6000830184612d17565b92915050565b6000819050919050565b612d5481612d41565b8114612d5f57600080fd5b50565b600081359050612d7181612d4b565b92915050565b60008060408385031215612d8e57612d8d61287a565b5b6000612d9c85828601612d62565b9250506020612dad858286016128a5565b9150509250929050565b600060208284031215612dcd57612dcc61287a565b5b6000612ddb84828501612c49565b91505092915050565b612ded81612c20565b82525050565b612dfc81612d41565b82525050565b612e0b81612d0b565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e3281612e11565b82525050565b61014082016000820151612e4f6000850182612de4565b506020820151612e626020850182612de4565b506040820151612e756040850182612de4565b506060820151612e886060850182612df3565b506080820151612e9b6080850182612df3565b5060a0820151612eae60a0850182612e02565b5060c0820151612ec160c0850182612e02565b5060e0820151612ed460e0850182612de4565b50610100820151612ee9610100850182612e29565b50610120820151612efe610120850182612df3565b50505050565b600061014082019050612f1a6000830184612e38565b92915050565b612f2981612c20565b82525050565b6000602082019050612f446000830184612f20565b92915050565b612f5381612c9e565b82525050565b612f6281612d41565b82525050565b6000604082019050612f7d6000830185612f4a565b612f8a6020830184612f59565b9392505050565b604082016000820151612fa76000850182612913565b506020820151612fba6020850182612913565b50505050565b6000604082019050612fd56000830184612f91565b92915050565b600080600060608486031215612ff457612ff361287a565b5b6000613002868287016128a5565b935050602061301386828701612c49565b925050604061302486828701612d62565b9150509250925092565b61303781612e11565b811461304257600080fd5b50565b6000813590506130548161302e565b92915050565b600080fd5b60008083601f840112613075576130746129f6565b5b8235905067ffffffffffffffff8111156130925761309161305a565b5b6020830191508360018202830111156130ae576130ad612ab3565b5b9250929050565b60008060008060008060008060006101008a8c0312156130d8576130d761287a565b5b60006130e68c828d01612c49565b99505060206130f78c828d01612d62565b98505060406131088c828d016128a5565b97505060606131198c828d01613045565b965050608061312a8c828d01612c49565b95505060a061313b8c828d01612d62565b94505060c061314c8c828d01612c49565b93505060e08a013567ffffffffffffffff81111561316d5761316c61287f565b5b6131798c828d0161305f565b92509250509295985092959850929598565b61319481612884565b82525050565b60006020820190506131af600083018461318b565b92915050565b600080600080608085870312156131cf576131ce61287a565b5b60006131dd878288016128a5565b94505060206131ee878288016128a5565b93505060406131ff87828801612c49565b925050606061321087828801612cc9565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132956132908361326b565b613278565b9050919050565b6040820160008083015490506132b181613282565b6132be6000860182612913565b50600183015490506132cf81613282565b6132dc6020860182612913565b5050505050565b60006132ef838361329c565b60408301905092915050565b6000600282019050919050565b60006133138261324b565b61331d81856128f2565b935061332883613256565b8060005b83811015613358578161333f88826132e3565b975061334a836132fb565b92505060018101905061332c565b5085935050505092915050565b6000602082019050818103600083015261337f8184613308565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006133ce601583613387565b91506133d982613398565b602082019050919050565b600060208201905081810360008301526133fd816133c1565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b6000613460602583613387565b915061346b82613404565b604082019050919050565b6000602082019050818103600083015261348f81613453565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006134f2602783613387565b91506134fd82613496565b604082019050919050565b60006020820190508181036000830152613521816134e5565b9050919050565b600060208201905061353d6000830184612f4a565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613579600e83613387565b915061358482613543565b602082019050919050565b600060208201905081810360008301526135a88161356c565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b60006135e5600e83613387565b91506135f0826135af565b602082019050919050565b60006020820190508181036000830152613614816135d8565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b6000613651600d83613387565b915061365c8261361b565b602082019050919050565b6000602082019050818103600083015261368081613644565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006136bd601583613387565b91506136c882613687565b602082019050919050565b600060208201905081810360008301526136ec816136b0565b9050919050565b60006040820190506137086000830185612f20565b6137156020830184612f59565b9392505050565b61372581612d0b565b811461373057600080fd5b50565b6000815190506137428161371c565b92915050565b60006020828403121561375e5761375d61287a565b5b600061376c84828501613733565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006137af82612d41565b91506137ba83612d41565b92508282019050808211156137d2576137d1613775565b5b92915050565b60006137e382612d41565b91506137ee83612d41565b925082820390508181111561380657613805613775565b5b92915050565b60006020820190506138216000830184612f59565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613883602983613387565b915061388e82613827565b604082019050919050565b600060208201905081810360008301526138b281613876565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b6000613915602e83613387565b9150613920826138b9565b604082019050919050565b6000602082019050818103600083015261394481613908565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061398761398261397d8461394b565b613962565b613955565b9050919050565b6139978161396c565b82525050565b60006020820190506139b2600083018461398e565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006139ee601783613387565b91506139f9826139b8565b602082019050919050565b60006020820190508181036000830152613a1d816139e1565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613a5a601283613387565b9150613a6582613a24565b602082019050919050565b60006020820190508181036000830152613a8981613a4d565b9050919050565b6000606082019050613aa56000830186612f20565b613ab26020830185612f20565b613abf6040830184612f59565b949350505050565b6000613ad282612d41565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613b0457613b03613775565b5b600182019050919050565b6000613b1a82612d41565b9150613b2583612d41565b9250828202613b3381612d41565b91508282048414831517613b4a57613b49613775565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b8b82612d41565b9150613b9683612d41565b925082613ba657613ba5613b51565b5b828204905092915050565b6000613bcc613bc7613bc284612e11565b613962565b612d41565b9050919050565b613bdc81613bb1565b82525050565b82818337600083830152505050565b6000613bfd8385613387565b9350613c0a838584613be2565b613c13836129fb565b840190509392505050565b600060a082019050613c336000830189612f59565b613c40602083018861318b565b613c4d6040830187613bd3565b613c5a606083018661318b565b8181036080830152613c6d818486613bf1565b9050979650505050505050565b6000613c8582612e11565b9150613c9083612e11565b925082820390506bffffffffffffffffffffffff811115613cb457613cb3613775565b5b92915050565b6000613cd5613cd0613ccb84612c9e565b613962565b612e11565b9050919050565b613ce581613cba565b82525050565b6000604082019050613d00600083018561318b565b613d0d6020830184613cdc565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d4a602083613387565b9150613d5582613d14565b602082019050919050565b60006020820190508181036000830152613d7981613d3d565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613ddc602b83613387565b9150613de782613d80565b604082019050919050565b60006020820190508181036000830152613e0b81613dcf565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e48601083613387565b9150613e5382613e12565b602082019050919050565b60006020820190508181036000830152613e7781613e3b565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613eb4601183613387565b9150613ebf82613e7e565b602082019050919050565b60006020820190508181036000830152613ee381613ea7565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f20600c83613387565b9150613f2b82613eea565b602082019050919050565b60006020820190508181036000830152613f4f81613f13565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f8c601083613387565b9150613f9782613f56565b602082019050919050565b60006020820190508181036000830152613fbb81613f7f565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b6000613ff8601683613387565b915061400382613fc2565b602082019050919050565b6000602082019050818103600083015261402781613feb565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000614064601983613387565b915061406f8261402e565b602082019050919050565b6000602082019050818103600083015261409381614057565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006140d0601483613387565b91506140db8261409a565b602082019050919050565b600060208201905081810360008301526140ff816140c3565b905091905056fea26469706673582212205abb50239e0c1c5b805774e2177a8828e221eefc2ded84bae92bbabf69e817c264736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x2DD JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x30D JUMPI DUP1 PUSH4 0xD12FF20A EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x359 JUMPI DUP1 PUSH4 0xF22EE704 EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x282 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x28C JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x296 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2A0 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x2BE JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1CA JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0x71EEDB88 EQ PUSH2 0x1F2 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x222 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x252 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x188 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x192 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0x1AE JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x29D4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x2BA4 JUMP JUMPDEST PUSH2 0x449 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x190 PUSH2 0x5BE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1AC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1A7 SWAP2 SWAP1 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0x5D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C3 SWAP2 SWAP1 PUSH2 0x2CDE JUMP JUMPDEST PUSH2 0x898 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D2 PUSH2 0x903 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DF SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F0 PUSH2 0x91A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x207 SWAP2 SWAP1 PUSH2 0x2D77 JUMP JUMPDEST PUSH2 0x92E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x219 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x237 SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0xDCE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x249 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x26C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x267 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0xE2A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x279 SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x28A PUSH2 0x1043 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x294 PUSH2 0x10D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x29E PUSH2 0x1220 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2A8 PUSH2 0x1232 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2B5 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2C6 PUSH2 0x125C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2D4 SWAP3 SWAP2 SWAP1 PUSH2 0x2F68 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2F7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2F2 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x1281 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x2FC0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x327 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x322 SWAP2 SWAP1 PUSH2 0x2FDB JUMP JUMPDEST PUSH2 0x12C2 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x343 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x30B5 JUMP JUMPDEST PUSH2 0x1447 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x350 SWAP2 SWAP1 PUSH2 0x319A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH2 0x198E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x31B5 JUMP JUMPDEST PUSH2 0x19B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0x2014 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x43E JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x3F8 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x451 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x470 SWAP2 SWAP1 PUSH2 0x2748 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x56F JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4A2 JUMPI PUSH2 0x4A1 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x507 JUMPI PUSH2 0x506 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x533 JUMPI PUSH2 0x532 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x473 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x5B2 SWAP2 SWAP1 PUSH2 0x3365 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x5C6 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x5CE PUSH2 0x213F JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x5D8 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x647 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x63E SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x74A JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x700 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F7 SWAP1 PUSH2 0x3476 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x848 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x847 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x801 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F8 SWAP1 PUSH2 0x3508 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x893 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x8A0 PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x8F8 SWAP2 SWAP1 PUSH2 0x3528 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x922 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x92C PUSH1 0x0 PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9C0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B7 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA25 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA1C SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA8A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA81 SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD LT ISZERO PUSH2 0xAE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xADB SWAP1 PUSH2 0x36D3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB78 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB97 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 0xBBB SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP4 PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0xC70 SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH2 0xC7A SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP1 POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP5 PUSH2 0xD2A SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD47 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xD66 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 0xD8A SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP3 PUSH32 0x736FE428E1747CA8D387C2E6FA1A31A0CDE62D3A167C40A46ADE59A3CDC828E DUP6 PUSH1 0x40 MLOAD PUSH2 0xDBB SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xE20 JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xE25 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE32 PUSH2 0x276C JUMP JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x104D PUSH2 0x21D3 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x106E PUSH2 0x198E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x10BB SWAP1 PUSH2 0x3899 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10CD DUP2 PUSH2 0x21A2 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x1101 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x112E JUMPI POP PUSH2 0x1110 ADDRESS PUSH2 0x21DB JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x112D JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1164 SWAP1 PUSH2 0x392B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x11AA JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x11BC PUSH2 0x21FE JUMP JUMPDEST PUSH2 0x11C4 PUSH2 0x2257 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x121D JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x1214 SWAP2 SWAP1 PUSH2 0x399D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1228 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x1230 PUSH2 0x22B0 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1289 PUSH2 0x2829 JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x12CA PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1339 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1330 SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1348 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x1387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x137E SWAP1 PUSH2 0x3A04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1442 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1439 SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1451 PUSH2 0x2313 JUMP JUMPDEST PUSH2 0x145F DUP11 DUP11 DUP7 DUP10 DUP10 DUP14 PUSH2 0x235D JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x14A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x149C SWAP1 PUSH2 0x3A70 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP14 PUSH2 0x14CF SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x14ED SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3A90 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x150C 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 0x1530 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x1582 SWAP1 PUSH2 0x3AC7 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x15DA SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP12 PUSH2 0x1623 SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x162D SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP13 PUSH2 0x16F5 SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x2 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x3BDD0D86E09A22D7CE596118BD3CA5EC73EA47533A465BE37621E913ED2BF333 DUP5 DUP7 DUP14 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x1978 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3C1E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1A4A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A41 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1AAF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AA6 SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1B14 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1B0B SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1B98 SWAP2 SWAP1 PUSH2 0x3C7A JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1ECA JUMPI PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x1DF1 JUMPI PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D1A SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1D39 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 0x1D5D SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x1EC9 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E84 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1EA3 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 0x1EC7 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1EFC SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x1F06 SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1F2F SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP7 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F71 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1F90 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 0x1FB4 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH32 0x98ECE21E01A01CBE1D1C0DAD3B053C8FBD368F99BE78BE958FCF1D1D13FD249A DUP10 DUP8 PUSH1 0x40 MLOAD PUSH2 0x1FFE SWAP3 SWAP2 SWAP1 PUSH2 0x3CEB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH1 0x1 SWAP3 POP POP POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x201C PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x207C PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x20C9 PUSH2 0x21D3 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x20E7 PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x213D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2134 SWAP1 PUSH2 0x3D60 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2147 PUSH2 0x256C JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x218B PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2198 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x21D0 DUP2 PUSH2 0x25B5 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x224D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2244 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2255 PUSH2 0x267B JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22A6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x229D SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22AE PUSH2 0x26DC JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x22B8 PUSH2 0x2313 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x22FC PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2309 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x231B PUSH2 0x903 JUMP JUMPDEST ISZERO PUSH2 0x235B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2352 SWAP1 PUSH2 0x3E5E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x23DF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x23D6 SWAP1 PUSH2 0x3ECA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 SUB PUSH2 0x2422 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2419 SWAP1 PUSH2 0x3F36 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2491 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2488 SWAP1 PUSH2 0x3FA2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x24EC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24E3 SWAP1 PUSH2 0x400E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 EQ PUSH2 0x2564 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2563 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x255A SWAP1 PUSH2 0x407A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2574 PUSH2 0x903 JUMP JUMPDEST PUSH2 0x25B3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x25AA SWAP1 PUSH2 0x40E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26CA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26C1 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x26DA PUSH2 0x26D5 PUSH2 0x21D3 JUMP JUMPDEST PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x272B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2722 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x2769 SWAP2 SWAP1 PUSH2 0x2849 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x286C JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x284A JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2897 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP2 EQ PUSH2 0x28A2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x28B4 DUP2 PUSH2 0x288E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x28D0 JUMPI PUSH2 0x28CF PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x28DE DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x291C DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2938 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x294B PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x295D DUP4 DUP4 PUSH2 0x2922 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2981 DUP3 PUSH2 0x28E7 JUMP JUMPDEST PUSH2 0x298B DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x2996 DUP4 PUSH2 0x2903 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x29C7 JUMPI DUP2 MLOAD PUSH2 0x29AE DUP9 DUP3 PUSH2 0x2951 JUMP JUMPDEST SWAP8 POP PUSH2 0x29B9 DUP4 PUSH2 0x2969 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x299A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x29EE DUP2 DUP5 PUSH2 0x2976 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2A44 DUP3 PUSH2 0x29FB JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A63 JUMPI PUSH2 0x2A62 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A76 PUSH2 0x2870 JUMP JUMPDEST SWAP1 POP PUSH2 0x2A82 DUP3 DUP3 PUSH2 0x2A3B JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2AA2 JUMPI PUSH2 0x2AA1 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD3 JUMPI PUSH2 0x2AD2 PUSH2 0x2AB8 JUMP JUMPDEST JUMPDEST PUSH2 0x2ADD PUSH1 0x40 PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2AED DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2B01 DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2B20 PUSH2 0x2B1B DUP5 PUSH2 0x2A87 JUMP JUMPDEST PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2B43 JUMPI PUSH2 0x2B42 PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B6C JUMPI DUP1 PUSH2 0x2B58 DUP9 DUP3 PUSH2 0x2ABD JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2B45 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B8B JUMPI PUSH2 0x2B8A PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B9B DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2B0D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2BBB JUMPI PUSH2 0x2BBA PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2BC9 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BEA JUMPI PUSH2 0x2BE9 PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x2BF6 DUP6 DUP3 DUP7 ADD PUSH2 0x2B76 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C2B DUP3 PUSH2 0x2C00 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C3B DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP2 EQ PUSH2 0x2C46 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2C58 DUP2 PUSH2 0x2C32 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C75 JUMPI PUSH2 0x2C74 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2C83 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2C94 DUP6 DUP3 DUP7 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CBB DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP2 EQ PUSH2 0x2CC6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2CD8 DUP2 PUSH2 0x2CB2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CF4 JUMPI PUSH2 0x2CF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D02 DUP5 DUP3 DUP6 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D20 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2D3B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2D17 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D54 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D71 DUP2 PUSH2 0x2D4B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D8E JUMPI PUSH2 0x2D8D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D9C DUP6 DUP3 DUP7 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2DAD DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DCD JUMPI PUSH2 0x2DCC PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2DDB DUP5 DUP3 DUP6 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2DED DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2DFC DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E0B DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2E32 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2E4F PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E62 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E75 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E88 PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2E9B PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2EAE PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2EC1 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2ED4 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2EE9 PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x2EFE PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x2F1A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2E38 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F29 DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2F44 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F20 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F53 DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F62 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F7D PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F4A JUMP JUMPDEST PUSH2 0x2F8A PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2FA7 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2FBA PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2FD5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH2 0x2FF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3002 DUP7 DUP3 DUP8 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x3013 DUP7 DUP3 DUP8 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3024 DUP7 DUP3 DUP8 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x3037 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP2 EQ PUSH2 0x3042 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x3054 DUP2 PUSH2 0x302E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3075 JUMPI PUSH2 0x3074 PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3092 JUMPI PUSH2 0x3091 PUSH2 0x305A JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x30AE JUMPI PUSH2 0x30AD PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 DUP11 DUP13 SUB SLT ISZERO PUSH2 0x30D8 JUMPI PUSH2 0x30D7 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x30E6 DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP10 POP POP PUSH1 0x20 PUSH2 0x30F7 DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x40 PUSH2 0x3108 DUP13 DUP3 DUP14 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x60 PUSH2 0x3119 DUP13 DUP3 DUP14 ADD PUSH2 0x3045 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x80 PUSH2 0x312A DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP6 POP POP PUSH1 0xA0 PUSH2 0x313B DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xC0 PUSH2 0x314C DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP4 POP POP PUSH1 0xE0 DUP11 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x316D JUMPI PUSH2 0x316C PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x3179 DUP13 DUP3 DUP14 ADD PUSH2 0x305F JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 JUMP JUMPDEST PUSH2 0x3194 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x31AF PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x318B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x31CF JUMPI PUSH2 0x31CE PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x31DD DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x20 PUSH2 0x31EE DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x40 PUSH2 0x31FF DUP8 DUP3 DUP9 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x60 PUSH2 0x3210 DUP8 DUP3 DUP9 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3295 PUSH2 0x3290 DUP4 PUSH2 0x326B JUMP JUMPDEST PUSH2 0x3278 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32B1 DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32BE PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32CF DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32DC PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x32EF DUP4 DUP4 PUSH2 0x329C JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3313 DUP3 PUSH2 0x324B JUMP JUMPDEST PUSH2 0x331D DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x3328 DUP4 PUSH2 0x3256 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3358 JUMPI DUP2 PUSH2 0x333F DUP9 DUP3 PUSH2 0x32E3 JUMP JUMPDEST SWAP8 POP PUSH2 0x334A DUP4 PUSH2 0x32FB JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x332C JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x337F DUP2 DUP5 PUSH2 0x3308 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x33CE PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x33D9 DUP3 PUSH2 0x3398 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33FD DUP2 PUSH2 0x33C1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3460 PUSH1 0x25 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x346B DUP3 PUSH2 0x3404 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x348F DUP2 PUSH2 0x3453 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x34F2 PUSH1 0x27 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x34FD DUP3 PUSH2 0x3496 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3521 DUP2 PUSH2 0x34E5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x353D PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F4A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3579 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3584 DUP3 PUSH2 0x3543 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x35A8 DUP2 PUSH2 0x356C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35E5 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x35F0 DUP3 PUSH2 0x35AF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3614 DUP2 PUSH2 0x35D8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F72646572526566756E64656400000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3651 PUSH1 0xD DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x365C DUP3 PUSH2 0x361B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3680 DUP2 PUSH2 0x3644 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4665654578636565647350726F746F636F6C4665650000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x36BD PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x36C8 DUP3 PUSH2 0x3687 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x36EC DUP2 PUSH2 0x36B0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3708 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3715 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x3725 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP2 EQ PUSH2 0x3730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x3742 DUP2 PUSH2 0x371C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x375E JUMPI PUSH2 0x375D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x376C DUP5 DUP3 DUP6 ADD PUSH2 0x3733 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x37AF DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37BA DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x37D2 JUMPI PUSH2 0x37D1 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37E3 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37EE DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x3806 JUMPI PUSH2 0x3805 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3821 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3883 PUSH1 0x29 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x388E DUP3 PUSH2 0x3827 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x38B2 DUP2 PUSH2 0x3876 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3915 PUSH1 0x2E DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3920 DUP3 PUSH2 0x38B9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3944 DUP2 PUSH2 0x3908 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3987 PUSH2 0x3982 PUSH2 0x397D DUP5 PUSH2 0x394B JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x3955 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3997 DUP2 PUSH2 0x396C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x39B2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x398E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x39EE PUSH1 0x17 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x39F9 DUP3 PUSH2 0x39B8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A1D DUP2 PUSH2 0x39E1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A5A PUSH1 0x12 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3A65 DUP3 PUSH2 0x3A24 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A89 DUP2 PUSH2 0x3A4D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3AA5 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3AB2 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3ABF PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3AD2 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3B04 JUMPI PUSH2 0x3B03 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B1A DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B25 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3B33 DUP2 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3B4A JUMPI PUSH2 0x3B49 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3B8B DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B96 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3BA6 JUMPI PUSH2 0x3BA5 PUSH2 0x3B51 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BCC PUSH2 0x3BC7 PUSH2 0x3BC2 DUP5 PUSH2 0x2E11 JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2D41 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3BDC DUP2 PUSH2 0x3BB1 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BFD DUP4 DUP6 PUSH2 0x3387 JUMP JUMPDEST SWAP4 POP PUSH2 0x3C0A DUP4 DUP6 DUP5 PUSH2 0x3BE2 JUMP JUMPDEST PUSH2 0x3C13 DUP4 PUSH2 0x29FB JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x3C33 PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x2F59 JUMP JUMPDEST PUSH2 0x3C40 PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3C4D PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x3BD3 JUMP JUMPDEST PUSH2 0x3C5A PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x318B JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x3C6D DUP2 DUP5 DUP7 PUSH2 0x3BF1 JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C85 DUP3 PUSH2 0x2E11 JUMP JUMPDEST SWAP2 POP PUSH2 0x3C90 DUP4 PUSH2 0x2E11 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3CB4 JUMPI PUSH2 0x3CB3 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CD5 PUSH2 0x3CD0 PUSH2 0x3CCB DUP5 PUSH2 0x2C9E JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2E11 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3CE5 DUP2 PUSH2 0x3CBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3D00 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3D0D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3CDC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D4A PUSH1 0x20 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3D55 DUP3 PUSH2 0x3D14 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D79 DUP2 PUSH2 0x3D3D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DDC PUSH1 0x2B DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3DE7 DUP3 PUSH2 0x3D80 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E0B DUP2 PUSH2 0x3DCF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3E48 PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3E53 DUP3 PUSH2 0x3E12 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E77 DUP2 PUSH2 0x3E3B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EB4 PUSH1 0x11 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3EBF DUP3 PUSH2 0x3E7E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EE3 DUP2 PUSH2 0x3EA7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F20 PUSH1 0xC DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F2B DUP3 PUSH2 0x3EEA JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F4F DUP2 PUSH2 0x3F13 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F8C PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F97 DUP3 PUSH2 0x3F56 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3FBB DUP2 PUSH2 0x3F7F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FF8 PUSH1 0x16 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x4003 DUP3 PUSH2 0x3FC2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4027 DUP2 PUSH2 0x3FEB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4064 PUSH1 0x19 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x406F DUP3 PUSH2 0x402E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4093 DUP2 PUSH2 0x4057 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x40D0 PUSH1 0x14 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x40DB DUP3 PUSH2 0x409A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x40FF DUP2 PUSH2 0x40C3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 GAS 0xBB POP 0x23 SWAP15 0xC SHR JUMPDEST DUP1 JUMPI PUSH21 0xE2177A8828E221EEFC2DED84BAE92BBABF69E817C2 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"422:7637:7:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7738:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2323:539:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1453:56:7;;;:::i;:::-;;3394:551:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1879:84:3;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2085:101:1;;;:::i;:::-;;5991:926:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7306:142;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7150:107;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2031:212:0;;;:::i;:::-;;827:114:7;;;:::i;:::-;;1357:52;;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7948:109:7;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;7510:171;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1741:1435:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4457:1495:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7738:164:7;7819:34;7866:21;:32;7888:9;7866:32;;;;;;;;;;;7859:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7738:164;;;:::o;2323:539:8:-;1355:13:1;:11;:13::i;:::-;2461:21:8::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;1453:56:7:-;1355:13:1;:11;:13::i;:::-;1495:10:7::1;:8;:10::i;:::-;1453:56::o:0;3394:551:8:-;1355:13:1;:11;:13::i;:::-;3502:1:8::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:1;:11;:13::i;:::-;3094:19:8::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;1879:84:3:-;1926:4;1949:7;;;;;;;;;;;1942:14;;1879:84;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;5991:926:7:-;6072:4;1076:18;;;;;;;;;;;1062:32;;:10;:32;;;1054:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;6142:5:::1;:15;6148:8;6142:15;;;;;;;;;;;:27;;;;;;;;;;;;6141:28;6133:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;6201:5;:15;6207:8;6201:15;;;;;;;;;;;:26;;;;;;;;;;;;6200:27;6192:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;6288:4;6257:5;:15;6263:8;6257:15;;;;;;;;;;;:27;;;:35;;6249:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;6371:5;:15;6377:8;6371:15;;;;;;;;;;;:21;;;;;;;;;;;;6364:38;;;6403:15;;;;;;;;;;;6420:4;6364:61;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6483:4;6454:5;:15;6460:8;6454:15;;;;;;;;;;;:26;;;:33;;;;;;;;;;;;;;;;;;6520:1;6491:5;:15;6497:8;6491:15;;;;;;;;;;;:26;;;:30;;;;;;;;;;;;;;;;;;6560:20;6638:4;6608:5;:15;6614:8;6608:15;;;;;;;;;;;:27;;;6583:5;:15;6589:8;6583:15;;;;;;;;;;;:22;;;:52;;;;:::i;:::-;:59;;;;:::i;:::-;6560:82;;6719:5;:15;6725:8;6719:15;;;;;;;;;;;:21;;;;;;;;;;;;6712:38;;;6755:5;:15;6761:8;6755:15;;;;;;;;;;;:29;;;;;;;;;;;;6804:5;:15;6810:8;6804:15;;;;;;;;;;;:25;;;6789:12;:40;;;;:::i;:::-;6712:121;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6888:8;6868:29;6882:4;6868:29;;;;;;:::i;:::-;;;;;;;;6909:4;6902:11;;;5991:926:::0;;;;:::o;7306:142::-;7371:4;7414:1;7385:17;:25;7403:6;7385:25;;;;;;;;;;;;;;;;:30;7381:47;;7424:4;7417:11;;;;7381:47;7439:5;7432:12;;7306:142;;;;:::o;7150:107::-;7213:12;;:::i;:::-;7238:5;:15;7244:8;7238:15;;;;;;;;;;;7231:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7150:107;;;:::o;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;827:114:7:-;3279:19:2;3302:13;;;;;;;;;;;3301:14;3279:36;;3347:14;:34;;;;;3380:1;3365:12;;;;;;;;;;:16;;;3347:34;3346:108;;;;3388:44;3426:4;3388:29;:44::i;:::-;3387:45;:66;;;;;3452:1;3436:12;;;;;;;;;;:17;;;3387:66;3346:108;3325:201;;;;;;;;;;;;:::i;:::-;;;;;;;;;3551:1;3536:12;;:16;;;;;;;;;;;;;;;;;;3566:14;3562:65;;;3612:4;3596:13;;:20;;;;;;;;;;;;;;;;;;3562:65;884:7:7::1;874;:17;;;;895:21;:19;:21::i;:::-;920:17;:15;:17::i;:::-;3651:14:2::0;3647:99;;;3697:5;3681:13;;:21;;;;;;;;;;;;;;;;;;3721:14;3733:1;3721:14;;;;;;:::i;:::-;;;;;;;;3647:99;3269:483;827:114:7:o;1357:52::-;1355:13:1;:11;:13::i;:::-;1397:8:7::1;:6;:8::i;:::-;1357:52::o:0;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;7948:109:7:-;7996:6;8004:7;8025:18;;;;;;;;;;;8045:7;;8017:36;;;;7948:109;;:::o;7510:171::-;7592:38;;:::i;:::-;7643:27;:34;7671:5;7643:34;;;;;;;;;;;7636:41;;;;;;;;;;;;;;;;;;;;;;;;;;;7510:171;;;:::o;1773:335:8:-;1355:13:1;:11;:13::i;:::-;1894:1:8::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1741:1435:7:-;1988:15;1503:19:3;:17;:19::i;:::-;2039:114:7::1;2052:6;2063:7;2075:14;2094:19;2118:10;2133:16;2039:8;:114::i;:::-;2221:1;2198:11;;2192:25;;:30:::0;2184:61:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2305:6;2298:27;;;2326:10;2346:4;2363:10;2353:7;:20;;;;:::i;:::-;2298:76;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;2429:6;:18;2436:10;2429:18;;;;;;;;;;;;;;;;:20;;;;;;;;;:::i;:::-;;;;;;2534:10;2546:6;:18;2553:10;2546:18;;;;;;;;;;;;;;;;2523:42;;;;;;;;;:::i;:::-;;;;;;;;;;;;;2513:53;;;;;;2503:63;;2595:20;2651:7;;2629:18;;;;;;;;;;;2619:28;;:7;:28;;;;:::i;:::-;2618:40;;;;:::i;:::-;2595:63;;2679:298;;;;;;;;2698:10;2679:298;;;;;;2720:6;2679:298;;;;;;2751:19;2679:298;;;;;;2786:10;2679:298;;;;2814:12;2679:298;;;;2844:5;2679:298;;;;;;2866:5;2679:298;;;;;;2891:14;2679:298;;;;;;2929:7;;2679:298;;;;;;;;2960:12;2950:7;:22;;;;:::i;:::-;2679:298;;::::0;2662:5:::1;:14;2668:7;2662:14;;;;;;;;;;;:315;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3071:5;:14;3077:7;3071:14;;;;;;;;;;;:21;;;3060:6;3017:155;;3034:5;:14;3040:7;3034:14;;;;;;;;;;;:21;;;;;;;;;;;;3017:155;;;3097:12;3114:7;3126:5;3136:16;3157:11;;3017:155;;;;;;;;;;;:::i;:::-;;;;;;;;2005:1171;1741:1435:::0;;;;;;;;;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;4457:1495:7:-;4609:4;1076:18;;;;;;;;;;;1062:32;;:10;:32;;;1054:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;4679:5:::1;:15;4685:8;4679:15;;;;;;;;;;;:27;;;;;;;;;;;;4678:28;4670:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;4738:5;:15;4744:8;4738:15;;;;;;;;;;;:26;;;;;;;;;;;;4737:27;4729:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;4819:13;4835:5;:15;4841:8;4835:15;;;;;;;;;;;:21;;;;;;;;;;;;4819:37;;4953:14;4923:44;;:5;:15;4929:8;4923:15;;;;;;;;;;;:26;;;:44;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;5006:1;4976:5;:15;4982:8;4976:15;;;;;;;;;;;:26;;;;;;;;;;;;:31;;::::0;4972:604:::1;;5089:4;5059:5;:15;5065:8;5059:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;5132:1;5103:5;:15;5109:8;5103:15;;;;;;;;;;;:25;;;:30;5099:321;;5175:5;:15;5181:8;5175:15;;;;;;;;;;;:21;;;;;;;;;;;;5168:38;;;5213:5;:15;5219:8;5213:15;;;;;;;;;;;:34;;;;;;;;;;;;5254:5;:15;5260:8;5254:15;;;;;;;;;;;:25;;;5168:117;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5383:5;:15;5389:8;5383:15;;;;;;;;;;;:25;;;5342:5;:15;5348:8;5342:15;;;;;;;;;;;:34;;;;;;;;;;;;5315:99;;;;;;;;;;;;5099:321;5460:1;5429:5;:15;5435:8;5429:15;;;;;;;;;;;:27;;;:32;5425:147;;5505:5;5498:22;;;5521:15;;;;;;;;;;;5538:5;:15;5544:8;5538:15;;;;;;;;;;;:27;;;5498:68;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5425:147;4972:604;5616:31;5694:7;;5676:14;5651:39;;:5;:15;5657:8;5651:15;;;;;;;;;;;:22;;;:39;;;;:::i;:::-;5650:51;;;;:::i;:::-;5616:85;;5731:23;5705:5;:15;5711:8;5705:15;;;;;;;;;;;:22;;;:49;;;;;;;:::i;:::-;;;;;;;;5765:5;5758:22;;;5781:18;5801:23;5758:67;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5897:18;5859:73;;5887:8;5859:73;5872:13;5917:14;5859:73;;;;;;;:::i;:::-;;;;;;;;5944:4;5937:11;;;;4457:1495:::0;;;;;;:::o;1436:178:0:-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;2697:117:3:-;1750:16;:14;:16::i;:::-;2765:5:::1;2755:7;;:15;;;;;;;;;;;;;;;;;;2785:22;2794:12;:10;:12::i;:::-;2785:22;;;;;;:::i;:::-;;;;;;;;2697:117::o:0;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:5:-;939:7;965:10;958:17;;886:96;:::o;1423:320:4:-;1483:4;1735:1;1713:7;:19;;;:23;1706:30;;1423:320;;;:::o;889:100:0:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;956:26:0::1;:24;:26::i;:::-;889:100::o:0;1084:97:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1147:27:3::1;:25;:27::i;:::-;1084:97::o:0;2450:115::-;1503:19;:17;:19::i;:::-;2519:4:::1;2509:7;;:14;;;;;;;;;;;;;;;;;;2538:20;2545:12;:10;:12::i;:::-;2538:20;;;;;;:::i;:::-;;;;;;;;2450:115::o:0;2031:106::-;2101:8;:6;:8::i;:::-;2100:9;2092:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;2031:106::o;3652:568:7:-;3872:1;3843:17;:25;3861:6;3843:25;;;;;;;;;;;;;;;;:30;3835:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;3918:1;3907:7;:12;3899:37;;;;;;;;;;;;:::i;:::-;;;;;;;;;3974:1;3948:28;;:14;:28;;;3940:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;4075:1;4067:10;;4013:27;:45;4041:16;4013:45;;;;;;;;;;;:50;;;:64;4001:109;;;;;;;;;;;;:::i;:::-;;;;;;;;;4133:1;4119:10;:15;4115:102;;4180:1;4149:33;;:19;:33;;;4141:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;4115:102;3652:568;;;;;;:::o;2209:106:3:-;2275:8;:6;:8::i;:::-;2267:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;2209:106::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;1125:111::-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1197:32:1::1;1216:12;:10;:12::i;:::-;1197:18;:32::i;:::-;1125:111::o:0;1187:95:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1270:5:3::1;1260:7;;:15;;;;;;;;;;;;;;;;;;1187:95::o:0;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:11:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:329::-;749:6;798:2;786:9;777:7;773:23;769:32;766:119;;;804:79;;:::i;:::-;766:119;924:1;949:53;994:7;985:6;974:9;970:22;949:53;:::i;:::-;939:63;;895:117;690:329;;;;:::o;1025:143::-;1121:6;1155:5;1149:12;1139:22;;1025:143;;;:::o;1174:213::-;1302:11;1336:6;1331:3;1324:19;1376:4;1371:3;1367:14;1352:29;;1174:213;;;;:::o;1393:161::-;1489:4;1512:3;1504:11;;1542:4;1537:3;1533:14;1525:22;;1393:161;;;:::o;1560:108::-;1637:24;1655:5;1637:24;:::i;:::-;1632:3;1625:37;1560:108;;:::o;1750:505::-;1895:4;1890:3;1886:14;1982:4;1975:5;1971:16;1965:23;2001:63;2058:4;2053:3;2049:14;2035:12;2001:63;:::i;:::-;1910:164;2156:4;2149:5;2145:16;2139:23;2175:63;2232:4;2227:3;2223:14;2209:12;2175:63;:::i;:::-;2084:164;1864:391;1750:505;;:::o;2261:295::-;2388:10;2409:104;2509:3;2501:6;2409:104;:::i;:::-;2545:4;2540:3;2536:14;2522:28;;2261:295;;;;:::o;2562:142::-;2661:4;2693;2688:3;2684:14;2676:22;;2562:142;;;:::o;2790:964::-;2967:3;2996:83;3073:5;2996:83;:::i;:::-;3095:115;3203:6;3198:3;3095:115;:::i;:::-;3088:122;;3234:85;3313:5;3234:85;:::i;:::-;3342:7;3373:1;3358:371;3383:6;3380:1;3377:13;3358:371;;;3459:6;3453:13;3486:121;3603:3;3588:13;3486:121;:::i;:::-;3479:128;;3630:89;3712:6;3630:89;:::i;:::-;3620:99;;3418:311;3405:1;3402;3398:9;3393:14;;3358:371;;;3362:14;3745:3;3738:10;;2972:782;;;2790:964;;;;:::o;3760:489::-;3961:4;3999:2;3988:9;3984:18;3976:26;;4048:9;4042:4;4038:20;4034:1;4023:9;4019:17;4012:47;4076:166;4237:4;4228:6;4076:166;:::i;:::-;4068:174;;3760:489;;;;:::o;4255:117::-;4364:1;4361;4354:12;4378:102;4419:6;4470:2;4466:7;4461:2;4454:5;4450:14;4446:28;4436:38;;4378:102;;;:::o;4486:180::-;4534:77;4531:1;4524:88;4631:4;4628:1;4621:15;4655:4;4652:1;4645:15;4672:281;4755:27;4777:4;4755:27;:::i;:::-;4747:6;4743:40;4885:6;4873:10;4870:22;4849:18;4837:10;4834:34;4831:62;4828:88;;;4896:18;;:::i;:::-;4828:88;4936:10;4932:2;4925:22;4715:238;4672:281;;:::o;4959:129::-;4993:6;5020:20;;:::i;:::-;5010:30;;5049:33;5077:4;5069:6;5049:33;:::i;:::-;4959:129;;;:::o;5094:340::-;5200:4;5290:18;5282:6;5279:30;5276:56;;;5312:18;;:::i;:::-;5276:56;5362:4;5354:6;5350:17;5342:25;;5422:4;5416;5412:15;5404:23;;5094:340;;;:::o;5440:117::-;5549:1;5546;5539:12;5563:117;5672:1;5669;5662:12;5849:578;5927:5;5971:4;5959:9;5954:3;5950:19;5946:30;5943:117;;;5979:79;;:::i;:::-;5943:117;6078:21;6094:4;6078:21;:::i;:::-;6069:30;;6158:1;6198:49;6243:3;6234:6;6223:9;6219:22;6198:49;:::i;:::-;6191:4;6184:5;6180:16;6173:75;6109:150;6318:2;6359:49;6404:3;6395:6;6384:9;6380:22;6359:49;:::i;:::-;6352:4;6345:5;6341:16;6334:75;6269:151;5849:578;;;;:::o;6475:797::-;6600:5;6625:110;6641:93;6727:6;6641:93;:::i;:::-;6625:110;:::i;:::-;6616:119;;6755:5;6784:6;6777:5;6770:21;6818:4;6811:5;6807:16;6800:23;;6871:4;6863:6;6859:17;6851:6;6847:30;6900:3;6892:6;6889:15;6886:122;;;6919:79;;:::i;:::-;6886:122;7034:6;7017:249;7051:6;7046:3;7043:15;7017:249;;;7126:3;7155:66;7217:3;7205:10;7155:66;:::i;:::-;7150:3;7143:79;7251:4;7246:3;7242:14;7235:21;;7093:173;7077:4;7072:3;7068:14;7061:21;;7017:249;;;7021:21;6606:666;;6475:797;;;;;:::o;7320:428::-;7420:5;7469:3;7462:4;7454:6;7450:17;7446:27;7436:122;;7477:79;;:::i;:::-;7436:122;7594:6;7581:20;7619:123;7738:3;7730:6;7723:4;7715:6;7711:17;7619:123;:::i;:::-;7610:132;;7426:322;7320:428;;;;:::o;7754:742::-;7876:6;7884;7933:2;7921:9;7912:7;7908:23;7904:32;7901:119;;;7939:79;;:::i;:::-;7901:119;8059:1;8084:53;8129:7;8120:6;8109:9;8105:22;8084:53;:::i;:::-;8074:63;;8030:117;8214:2;8203:9;8199:18;8186:32;8245:18;8237:6;8234:30;8231:117;;;8267:79;;:::i;:::-;8231:117;8372:107;8471:7;8462:6;8451:9;8447:22;8372:107;:::i;:::-;8362:117;;8157:332;7754:742;;;;;:::o;8502:126::-;8539:7;8579:42;8572:5;8568:54;8557:65;;8502:126;;;:::o;8634:96::-;8671:7;8700:24;8718:5;8700:24;:::i;:::-;8689:35;;8634:96;;;:::o;8736:122::-;8809:24;8827:5;8809:24;:::i;:::-;8802:5;8799:35;8789:63;;8848:1;8845;8838:12;8789:63;8736:122;:::o;8864:139::-;8910:5;8948:6;8935:20;8926:29;;8964:33;8991:5;8964:33;:::i;:::-;8864:139;;;;:::o;9009:474::-;9077:6;9085;9134:2;9122:9;9113:7;9109:23;9105:32;9102:119;;;9140:79;;:::i;:::-;9102:119;9260:1;9285:53;9330:7;9321:6;9310:9;9306:22;9285:53;:::i;:::-;9275:63;;9231:117;9387:2;9413:53;9458:7;9449:6;9438:9;9434:22;9413:53;:::i;:::-;9403:63;;9358:118;9009:474;;;;;:::o;9489:101::-;9525:7;9565:18;9558:5;9554:30;9543:41;;9489:101;;;:::o;9596:120::-;9668:23;9685:5;9668:23;:::i;:::-;9661:5;9658:34;9648:62;;9706:1;9703;9696:12;9648:62;9596:120;:::o;9722:137::-;9767:5;9805:6;9792:20;9783:29;;9821:32;9847:5;9821:32;:::i;:::-;9722:137;;;;:::o;9865:327::-;9923:6;9972:2;9960:9;9951:7;9947:23;9943:32;9940:119;;;9978:79;;:::i;:::-;9940:119;10098:1;10123:52;10167:7;10158:6;10147:9;10143:22;10123:52;:::i;:::-;10113:62;;10069:116;9865:327;;;;:::o;10198:90::-;10232:7;10275:5;10268:13;10261:21;10250:32;;10198:90;;;:::o;10294:109::-;10375:21;10390:5;10375:21;:::i;:::-;10370:3;10363:34;10294:109;;:::o;10409:210::-;10496:4;10534:2;10523:9;10519:18;10511:26;;10547:65;10609:1;10598:9;10594:17;10585:6;10547:65;:::i;:::-;10409:210;;;;:::o;10625:77::-;10662:7;10691:5;10680:16;;10625:77;;;:::o;10708:122::-;10781:24;10799:5;10781:24;:::i;:::-;10774:5;10771:35;10761:63;;10820:1;10817;10810:12;10761:63;10708:122;:::o;10836:139::-;10882:5;10920:6;10907:20;10898:29;;10936:33;10963:5;10936:33;:::i;:::-;10836:139;;;;:::o;10981:474::-;11049:6;11057;11106:2;11094:9;11085:7;11081:23;11077:32;11074:119;;;11112:79;;:::i;:::-;11074:119;11232:1;11257:53;11302:7;11293:6;11282:9;11278:22;11257:53;:::i;:::-;11247:63;;11203:117;11359:2;11385:53;11430:7;11421:6;11410:9;11406:22;11385:53;:::i;:::-;11375:63;;11330:118;10981:474;;;;;:::o;11461:329::-;11520:6;11569:2;11557:9;11548:7;11544:23;11540:32;11537:119;;;11575:79;;:::i;:::-;11537:119;11695:1;11720:53;11765:7;11756:6;11745:9;11741:22;11720:53;:::i;:::-;11710:63;;11666:117;11461:329;;;;:::o;11796:108::-;11873:24;11891:5;11873:24;:::i;:::-;11868:3;11861:37;11796:108;;:::o;11910:::-;11987:24;12005:5;11987:24;:::i;:::-;11982:3;11975:37;11910:108;;:::o;12024:99::-;12095:21;12110:5;12095:21;:::i;:::-;12090:3;12083:34;12024:99;;:::o;12129:109::-;12165:7;12205:26;12198:5;12194:38;12183:49;;12129:109;;;:::o;12244:105::-;12319:23;12336:5;12319:23;:::i;:::-;12314:3;12307:36;12244:105;;:::o;12409:1950::-;12552:6;12547:3;12543:16;12643:4;12636:5;12632:16;12626:23;12662:63;12719:4;12714:3;12710:14;12696:12;12662:63;:::i;:::-;12569:166;12818:4;12811:5;12807:16;12801:23;12837:63;12894:4;12889:3;12885:14;12871:12;12837:63;:::i;:::-;12745:165;13006:4;12999:5;12995:16;12989:23;13025:63;13082:4;13077:3;13073:14;13059:12;13025:63;:::i;:::-;12920:178;13185:4;13178:5;13174:16;13168:23;13204:63;13261:4;13256:3;13252:14;13238:12;13204:63;:::i;:::-;13108:169;13366:4;13359:5;13355:16;13349:23;13385:63;13442:4;13437:3;13433:14;13419:12;13385:63;:::i;:::-;13287:171;13547:4;13540:5;13536:16;13530:23;13566:57;13617:4;13612:3;13608:14;13594:12;13566:57;:::i;:::-;13468:165;13721:4;13714:5;13710:16;13704:23;13740:57;13791:4;13786:3;13782:14;13768:12;13740:57;:::i;:::-;13643:164;13898:4;13891:5;13887:16;13881:23;13917:63;13974:4;13969:3;13965:14;13951:12;13917:63;:::i;:::-;13817:173;14078:6;14071:5;14067:18;14061:25;14099:63;14154:6;14149:3;14145:16;14131:12;14099:63;:::i;:::-;14000:172;14256:6;14249:5;14245:18;14239:25;14277:65;14334:6;14329:3;14325:16;14311:12;14277:65;:::i;:::-;14182:170;12521:1838;12409:1950;;:::o;14365:315::-;14504:4;14542:3;14531:9;14527:19;14519:27;;14556:117;14670:1;14659:9;14655:17;14646:6;14556:117;:::i;:::-;14365:315;;;;:::o;14686:118::-;14773:24;14791:5;14773:24;:::i;:::-;14768:3;14761:37;14686:118;;:::o;14810:222::-;14903:4;14941:2;14930:9;14926:18;14918:26;;14954:71;15022:1;15011:9;15007:17;14998:6;14954:71;:::i;:::-;14810:222;;;;:::o;15038:115::-;15123:23;15140:5;15123:23;:::i;:::-;15118:3;15111:36;15038:115;;:::o;15159:118::-;15246:24;15264:5;15246:24;:::i;:::-;15241:3;15234:37;15159:118;;:::o;15283:328::-;15402:4;15440:2;15429:9;15425:18;15417:26;;15453:69;15519:1;15508:9;15504:17;15495:6;15453:69;:::i;:::-;15532:72;15600:2;15589:9;15585:18;15576:6;15532:72;:::i;:::-;15283:328;;;;;:::o;15705:531::-;15872:4;15867:3;15863:14;15959:4;15952:5;15948:16;15942:23;15978:63;16035:4;16030:3;16026:14;16012:12;15978:63;:::i;:::-;15887:164;16137:4;16130:5;16126:16;16120:23;16156:63;16213:4;16208:3;16204:14;16190:12;16156:63;:::i;:::-;16061:168;15841:395;15705:531;;:::o;16242:362::-;16405:4;16443:2;16432:9;16428:18;16420:26;;16456:141;16594:1;16583:9;16579:17;16570:6;16456:141;:::i;:::-;16242:362;;;;:::o;16610:619::-;16687:6;16695;16703;16752:2;16740:9;16731:7;16727:23;16723:32;16720:119;;;16758:79;;:::i;:::-;16720:119;16878:1;16903:53;16948:7;16939:6;16928:9;16924:22;16903:53;:::i;:::-;16893:63;;16849:117;17005:2;17031:53;17076:7;17067:6;17056:9;17052:22;17031:53;:::i;:::-;17021:63;;16976:118;17133:2;17159:53;17204:7;17195:6;17184:9;17180:22;17159:53;:::i;:::-;17149:63;;17104:118;16610:619;;;;;:::o;17235:120::-;17307:23;17324:5;17307:23;:::i;:::-;17300:5;17297:34;17287:62;;17345:1;17342;17335:12;17287:62;17235:120;:::o;17361:137::-;17406:5;17444:6;17431:20;17422:29;;17460:32;17486:5;17460:32;:::i;:::-;17361:137;;;;:::o;17504:117::-;17613:1;17610;17603:12;17641:553;17699:8;17709:6;17759:3;17752:4;17744:6;17740:17;17736:27;17726:122;;17767:79;;:::i;:::-;17726:122;17880:6;17867:20;17857:30;;17910:18;17902:6;17899:30;17896:117;;;17932:79;;:::i;:::-;17896:117;18046:4;18038:6;18034:17;18022:29;;18100:3;18092:4;18084:6;18080:17;18070:8;18066:32;18063:41;18060:128;;;18107:79;;:::i;:::-;18060:128;17641:553;;;;;:::o;18200:1547::-;18333:6;18341;18349;18357;18365;18373;18381;18389;18397;18446:3;18434:9;18425:7;18421:23;18417:33;18414:120;;;18453:79;;:::i;:::-;18414:120;18573:1;18598:53;18643:7;18634:6;18623:9;18619:22;18598:53;:::i;:::-;18588:63;;18544:117;18700:2;18726:53;18771:7;18762:6;18751:9;18747:22;18726:53;:::i;:::-;18716:63;;18671:118;18828:2;18854:53;18899:7;18890:6;18879:9;18875:22;18854:53;:::i;:::-;18844:63;;18799:118;18956:2;18982:52;19026:7;19017:6;19006:9;19002:22;18982:52;:::i;:::-;18972:62;;18927:117;19083:3;19110:53;19155:7;19146:6;19135:9;19131:22;19110:53;:::i;:::-;19100:63;;19054:119;19212:3;19239:53;19284:7;19275:6;19264:9;19260:22;19239:53;:::i;:::-;19229:63;;19183:119;19341:3;19368:53;19413:7;19404:6;19393:9;19389:22;19368:53;:::i;:::-;19358:63;;19312:119;19498:3;19487:9;19483:19;19470:33;19530:18;19522:6;19519:30;19516:117;;;19552:79;;:::i;:::-;19516:117;19665:65;19722:7;19713:6;19702:9;19698:22;19665:65;:::i;:::-;19647:83;;;;19441:299;18200:1547;;;;;;;;;;;:::o;19753:118::-;19840:24;19858:5;19840:24;:::i;:::-;19835:3;19828:37;19753:118;;:::o;19877:222::-;19970:4;20008:2;19997:9;19993:18;19985:26;;20021:71;20089:1;20078:9;20074:17;20065:6;20021:71;:::i;:::-;19877:222;;;;:::o;20105:763::-;20190:6;20198;20206;20214;20263:3;20251:9;20242:7;20238:23;20234:33;20231:120;;;20270:79;;:::i;:::-;20231:120;20390:1;20415:53;20460:7;20451:6;20440:9;20436:22;20415:53;:::i;:::-;20405:63;;20361:117;20517:2;20543:53;20588:7;20579:6;20568:9;20564:22;20543:53;:::i;:::-;20533:63;;20488:118;20645:2;20671:53;20716:7;20707:6;20696:9;20692:22;20671:53;:::i;:::-;20661:63;;20616:118;20773:2;20799:52;20843:7;20834:6;20823:9;20819:22;20799:52;:::i;:::-;20789:62;;20744:117;20105:763;;;;;;;:::o;20874:180::-;20922:77;20919:1;20912:88;21019:4;21016:1;21009:15;21043:4;21040:1;21033:15;21060:137;21150:6;21184:5;21178:12;21168:22;;21060:137;;;:::o;21203:182::-;21293:4;21316:3;21308:11;;21339:3;21336:1;21329:14;21373:4;21370:1;21360:18;21352:26;;21203:182;;;:::o;21391:102::-;21433:8;21480:5;21477:1;21473:13;21452:34;;21391:102;;;:::o;21499:90::-;21549:7;21578:5;21567:16;;21499:90;;;:::o;21595:166::-;21664:5;21689:66;21720:34;21743:10;21720:34;:::i;:::-;21689:66;:::i;:::-;21680:75;;21595:166;;;:::o;21843:689::-;21985:4;21980:3;21976:14;22016:1;22091:4;22084:5;22080:16;22074:23;22061:36;;22130:55;22175:9;22130:55;:::i;:::-;22198:63;22255:4;22250:3;22246:14;22232:12;22198:63;:::i;:::-;22027:244;22345:4;22338:5;22334:16;22328:23;22315:36;;22384:55;22429:9;22384:55;:::i;:::-;22452:63;22509:4;22504:3;22500:14;22486:12;22452:63;:::i;:::-;22281:244;21954:578;;21843:689;;:::o;22538:289::-;22662:10;22683:101;22780:3;22772:6;22683:101;:::i;:::-;22816:4;22811:3;22807:14;22793:28;;22538:289;;;;:::o;22833:136::-;22926:4;22958;22953:3;22949:14;22941:22;;22833:136;;;:::o;23055:930::-;23226:3;23255:77;23326:5;23255:77;:::i;:::-;23348:115;23456:6;23451:3;23348:115;:::i;:::-;23341:122;;23487:79;23560:5;23487:79;:::i;:::-;23589:7;23620:1;23605:355;23630:6;23627:1;23624:13;23605:355;;;23700:6;23726:118;23840:3;23825:13;23726:118;:::i;:::-;23719:125;;23867:83;23943:6;23867:83;:::i;:::-;23857:93;;23665:295;23652:1;23649;23645:9;23640:14;;23605:355;;;23609:14;23976:3;23969:10;;23231:754;;;23055:930;;;;:::o;23991:477::-;24186:4;24224:2;24213:9;24209:18;24201:26;;24273:9;24267:4;24263:20;24259:1;24248:9;24244:17;24237:47;24301:160;24456:4;24447:6;24301:160;:::i;:::-;24293:168;;23991:477;;;;:::o;24474:169::-;24558:11;24592:6;24587:3;24580:19;24632:4;24627:3;24623:14;24608:29;;24474:169;;;;:::o;24649:171::-;24789:23;24785:1;24777:6;24773:14;24766:47;24649:171;:::o;24826:366::-;24968:3;24989:67;25053:2;25048:3;24989:67;:::i;:::-;24982:74;;25065:93;25154:3;25065:93;:::i;:::-;25183:2;25178:3;25174:12;25167:19;;24826:366;;;:::o;25198:419::-;25364:4;25402:2;25391:9;25387:18;25379:26;;25451:9;25445:4;25441:20;25437:1;25426:9;25422:17;25415:47;25479:131;25605:4;25479:131;:::i;:::-;25471:139;;25198:419;;;:::o;25623:224::-;25763:34;25759:1;25751:6;25747:14;25740:58;25832:7;25827:2;25819:6;25815:15;25808:32;25623:224;:::o;25853:366::-;25995:3;26016:67;26080:2;26075:3;26016:67;:::i;:::-;26009:74;;26092:93;26181:3;26092:93;:::i;:::-;26210:2;26205:3;26201:12;26194:19;;25853:366;;;:::o;26225:419::-;26391:4;26429:2;26418:9;26414:18;26406:26;;26478:9;26472:4;26468:20;26464:1;26453:9;26449:17;26442:47;26506:131;26632:4;26506:131;:::i;:::-;26498:139;;26225:419;;;:::o;26650:226::-;26790:34;26786:1;26778:6;26774:14;26767:58;26859:9;26854:2;26846:6;26842:15;26835:34;26650:226;:::o;26882:366::-;27024:3;27045:67;27109:2;27104:3;27045:67;:::i;:::-;27038:74;;27121:93;27210:3;27121:93;:::i;:::-;27239:2;27234:3;27230:12;27223:19;;26882:366;;;:::o;27254:419::-;27420:4;27458:2;27447:9;27443:18;27435:26;;27507:9;27501:4;27497:20;27493:1;27482:9;27478:17;27471:47;27535:131;27661:4;27535:131;:::i;:::-;27527:139;;27254:419;;;:::o;27679:218::-;27770:4;27808:2;27797:9;27793:18;27785:26;;27821:69;27887:1;27876:9;27872:17;27863:6;27821:69;:::i;:::-;27679:218;;;;:::o;27903:164::-;28043:16;28039:1;28031:6;28027:14;28020:40;27903:164;:::o;28073:366::-;28215:3;28236:67;28300:2;28295:3;28236:67;:::i;:::-;28229:74;;28312:93;28401:3;28312:93;:::i;:::-;28430:2;28425:3;28421:12;28414:19;;28073:366;;;:::o;28445:419::-;28611:4;28649:2;28638:9;28634:18;28626:26;;28698:9;28692:4;28688:20;28684:1;28673:9;28669:17;28662:47;28726:131;28852:4;28726:131;:::i;:::-;28718:139;;28445:419;;;:::o;28870:164::-;29010:16;29006:1;28998:6;28994:14;28987:40;28870:164;:::o;29040:366::-;29182:3;29203:67;29267:2;29262:3;29203:67;:::i;:::-;29196:74;;29279:93;29368:3;29279:93;:::i;:::-;29397:2;29392:3;29388:12;29381:19;;29040:366;;;:::o;29412:419::-;29578:4;29616:2;29605:9;29601:18;29593:26;;29665:9;29659:4;29655:20;29651:1;29640:9;29636:17;29629:47;29693:131;29819:4;29693:131;:::i;:::-;29685:139;;29412:419;;;:::o;29837:163::-;29977:15;29973:1;29965:6;29961:14;29954:39;29837:163;:::o;30006:366::-;30148:3;30169:67;30233:2;30228:3;30169:67;:::i;:::-;30162:74;;30245:93;30334:3;30245:93;:::i;:::-;30363:2;30358:3;30354:12;30347:19;;30006:366;;;:::o;30378:419::-;30544:4;30582:2;30571:9;30567:18;30559:26;;30631:9;30625:4;30621:20;30617:1;30606:9;30602:17;30595:47;30659:131;30785:4;30659:131;:::i;:::-;30651:139;;30378:419;;;:::o;30803:171::-;30943:23;30939:1;30931:6;30927:14;30920:47;30803:171;:::o;30980:366::-;31122:3;31143:67;31207:2;31202:3;31143:67;:::i;:::-;31136:74;;31219:93;31308:3;31219:93;:::i;:::-;31337:2;31332:3;31328:12;31321:19;;30980:366;;;:::o;31352:419::-;31518:4;31556:2;31545:9;31541:18;31533:26;;31605:9;31599:4;31595:20;31591:1;31580:9;31576:17;31569:47;31633:131;31759:4;31633:131;:::i;:::-;31625:139;;31352:419;;;:::o;31777:332::-;31898:4;31936:2;31925:9;31921:18;31913:26;;31949:71;32017:1;32006:9;32002:17;31993:6;31949:71;:::i;:::-;32030:72;32098:2;32087:9;32083:18;32074:6;32030:72;:::i;:::-;31777:332;;;;;:::o;32115:116::-;32185:21;32200:5;32185:21;:::i;:::-;32178:5;32175:32;32165:60;;32221:1;32218;32211:12;32165:60;32115:116;:::o;32237:137::-;32291:5;32322:6;32316:13;32307:22;;32338:30;32362:5;32338:30;:::i;:::-;32237:137;;;;:::o;32380:345::-;32447:6;32496:2;32484:9;32475:7;32471:23;32467:32;32464:119;;;32502:79;;:::i;:::-;32464:119;32622:1;32647:61;32700:7;32691:6;32680:9;32676:22;32647:61;:::i;:::-;32637:71;;32593:125;32380:345;;;;:::o;32731:180::-;32779:77;32776:1;32769:88;32876:4;32873:1;32866:15;32900:4;32897:1;32890:15;32917:191;32957:3;32976:20;32994:1;32976:20;:::i;:::-;32971:25;;33010:20;33028:1;33010:20;:::i;:::-;33005:25;;33053:1;33050;33046:9;33039:16;;33074:3;33071:1;33068:10;33065:36;;;33081:18;;:::i;:::-;33065:36;32917:191;;;;:::o;33114:194::-;33154:4;33174:20;33192:1;33174:20;:::i;:::-;33169:25;;33208:20;33226:1;33208:20;:::i;:::-;33203:25;;33252:1;33249;33245:9;33237:17;;33276:1;33270:4;33267:11;33264:37;;;33281:18;;:::i;:::-;33264:37;33114:194;;;;:::o;33314:222::-;33407:4;33445:2;33434:9;33430:18;33422:26;;33458:71;33526:1;33515:9;33511:17;33502:6;33458:71;:::i;:::-;33314:222;;;;:::o;33542:228::-;33682:34;33678:1;33670:6;33666:14;33659:58;33751:11;33746:2;33738:6;33734:15;33727:36;33542:228;:::o;33776:366::-;33918:3;33939:67;34003:2;33998:3;33939:67;:::i;:::-;33932:74;;34015:93;34104:3;34015:93;:::i;:::-;34133:2;34128:3;34124:12;34117:19;;33776:366;;;:::o;34148:419::-;34314:4;34352:2;34341:9;34337:18;34329:26;;34401:9;34395:4;34391:20;34387:1;34376:9;34372:17;34365:47;34429:131;34555:4;34429:131;:::i;:::-;34421:139;;34148:419;;;:::o;34573:233::-;34713:34;34709:1;34701:6;34697:14;34690:58;34782:16;34777:2;34769:6;34765:15;34758:41;34573:233;:::o;34812:366::-;34954:3;34975:67;35039:2;35034:3;34975:67;:::i;:::-;34968:74;;35051:93;35140:3;35051:93;:::i;:::-;35169:2;35164:3;35160:12;35153:19;;34812:366;;;:::o;35184:419::-;35350:4;35388:2;35377:9;35373:18;35365:26;;35437:9;35431:4;35427:20;35423:1;35412:9;35408:17;35401:47;35465:131;35591:4;35465:131;:::i;:::-;35457:139;;35184:419;;;:::o;35609:85::-;35654:7;35683:5;35672:16;;35609:85;;;:::o;35700:86::-;35735:7;35775:4;35768:5;35764:16;35753:27;;35700:86;;;:::o;35792:60::-;35820:3;35841:5;35834:12;;35792:60;;;:::o;35858:154::-;35914:9;35947:59;35963:42;35972:32;35998:5;35972:32;:::i;:::-;35963:42;:::i;:::-;35947:59;:::i;:::-;35934:72;;35858:154;;;:::o;36018:143::-;36111:43;36148:5;36111:43;:::i;:::-;36106:3;36099:56;36018:143;;:::o;36167:234::-;36266:4;36304:2;36293:9;36289:18;36281:26;;36317:77;36391:1;36380:9;36376:17;36367:6;36317:77;:::i;:::-;36167:234;;;;:::o;36407:173::-;36547:25;36543:1;36535:6;36531:14;36524:49;36407:173;:::o;36586:366::-;36728:3;36749:67;36813:2;36808:3;36749:67;:::i;:::-;36742:74;;36825:93;36914:3;36825:93;:::i;:::-;36943:2;36938:3;36934:12;36927:19;;36586:366;;;:::o;36958:419::-;37124:4;37162:2;37151:9;37147:18;37139:26;;37211:9;37205:4;37201:20;37197:1;37186:9;37182:17;37175:47;37239:131;37365:4;37239:131;:::i;:::-;37231:139;;36958:419;;;:::o;37383:168::-;37523:20;37519:1;37511:6;37507:14;37500:44;37383:168;:::o;37557:366::-;37699:3;37720:67;37784:2;37779:3;37720:67;:::i;:::-;37713:74;;37796:93;37885:3;37796:93;:::i;:::-;37914:2;37909:3;37905:12;37898:19;;37557:366;;;:::o;37929:419::-;38095:4;38133:2;38122:9;38118:18;38110:26;;38182:9;38176:4;38172:20;38168:1;38157:9;38153:17;38146:47;38210:131;38336:4;38210:131;:::i;:::-;38202:139;;37929:419;;;:::o;38354:442::-;38503:4;38541:2;38530:9;38526:18;38518:26;;38554:71;38622:1;38611:9;38607:17;38598:6;38554:71;:::i;:::-;38635:72;38703:2;38692:9;38688:18;38679:6;38635:72;:::i;:::-;38717;38785:2;38774:9;38770:18;38761:6;38717:72;:::i;:::-;38354:442;;;;;;:::o;38802:233::-;38841:3;38864:24;38882:5;38864:24;:::i;:::-;38855:33;;38910:66;38903:5;38900:77;38897:103;;38980:18;;:::i;:::-;38897:103;39027:1;39020:5;39016:13;39009:20;;38802:233;;;:::o;39041:410::-;39081:7;39104:20;39122:1;39104:20;:::i;:::-;39099:25;;39138:20;39156:1;39138:20;:::i;:::-;39133:25;;39193:1;39190;39186:9;39215:30;39233:11;39215:30;:::i;:::-;39204:41;;39394:1;39385:7;39381:15;39378:1;39375:22;39355:1;39348:9;39328:83;39305:139;;39424:18;;:::i;:::-;39305:139;39089:362;39041:410;;;;:::o;39457:180::-;39505:77;39502:1;39495:88;39602:4;39599:1;39592:15;39626:4;39623:1;39616:15;39643:185;39683:1;39700:20;39718:1;39700:20;:::i;:::-;39695:25;;39734:20;39752:1;39734:20;:::i;:::-;39729:25;;39773:1;39763:35;;39778:18;;:::i;:::-;39763:35;39820:1;39817;39813:9;39808:14;;39643:185;;;;:::o;39834:140::-;39883:9;39916:52;39934:33;39943:23;39960:5;39943:23;:::i;:::-;39934:33;:::i;:::-;39916:52;:::i;:::-;39903:65;;39834:140;;;:::o;39980:129::-;40066:36;40096:5;40066:36;:::i;:::-;40061:3;40054:49;39980:129;;:::o;40115:146::-;40212:6;40207:3;40202;40189:30;40253:1;40244:6;40239:3;40235:16;40228:27;40115:146;;;:::o;40291:317::-;40389:3;40410:71;40474:6;40469:3;40410:71;:::i;:::-;40403:78;;40491:56;40540:6;40535:3;40528:5;40491:56;:::i;:::-;40572:29;40594:6;40572:29;:::i;:::-;40567:3;40563:39;40556:46;;40291:317;;;;;:::o;40614:773::-;40848:4;40886:3;40875:9;40871:19;40863:27;;40900:71;40968:1;40957:9;40953:17;40944:6;40900:71;:::i;:::-;40981:72;41049:2;41038:9;41034:18;41025:6;40981:72;:::i;:::-;41063:71;41130:2;41119:9;41115:18;41106:6;41063:71;:::i;:::-;41144:72;41212:2;41201:9;41197:18;41188:6;41144:72;:::i;:::-;41264:9;41258:4;41254:20;41248:3;41237:9;41233:19;41226:49;41292:88;41375:4;41366:6;41358;41292:88;:::i;:::-;41284:96;;40614:773;;;;;;;;;:::o;41393:216::-;41432:4;41452:19;41469:1;41452:19;:::i;:::-;41447:24;;41485:19;41502:1;41485:19;:::i;:::-;41480:24;;41528:1;41525;41521:9;41513:17;;41552:26;41546:4;41543:36;41540:62;;;41582:18;;:::i;:::-;41540:62;41393:216;;;;:::o;41615:138::-;41663:9;41696:51;41713:33;41722:23;41739:5;41722:23;:::i;:::-;41713:33;:::i;:::-;41696:51;:::i;:::-;41683:64;;41615:138;;;:::o;41759:127::-;41844:35;41873:5;41844:35;:::i;:::-;41839:3;41832:48;41759:127;;:::o;41892:328::-;42011:4;42049:2;42038:9;42034:18;42026:26;;42062:71;42130:1;42119:9;42115:17;42106:6;42062:71;:::i;:::-;42143:70;42209:2;42198:9;42194:18;42185:6;42143:70;:::i;:::-;41892:328;;;;;:::o;42226:182::-;42366:34;42362:1;42354:6;42350:14;42343:58;42226:182;:::o;42414:366::-;42556:3;42577:67;42641:2;42636:3;42577:67;:::i;:::-;42570:74;;42653:93;42742:3;42653:93;:::i;:::-;42771:2;42766:3;42762:12;42755:19;;42414:366;;;:::o;42786:419::-;42952:4;42990:2;42979:9;42975:18;42967:26;;43039:9;43033:4;43029:20;43025:1;43014:9;43010:17;43003:47;43067:131;43193:4;43067:131;:::i;:::-;43059:139;;42786:419;;;:::o;43211:230::-;43351:34;43347:1;43339:6;43335:14;43328:58;43420:13;43415:2;43407:6;43403:15;43396:38;43211:230;:::o;43447:366::-;43589:3;43610:67;43674:2;43669:3;43610:67;:::i;:::-;43603:74;;43686:93;43775:3;43686:93;:::i;:::-;43804:2;43799:3;43795:12;43788:19;;43447:366;;;:::o;43819:419::-;43985:4;44023:2;44012:9;44008:18;44000:26;;44072:9;44066:4;44062:20;44058:1;44047:9;44043:17;44036:47;44100:131;44226:4;44100:131;:::i;:::-;44092:139;;43819:419;;;:::o;44244:166::-;44384:18;44380:1;44372:6;44368:14;44361:42;44244:166;:::o;44416:366::-;44558:3;44579:67;44643:2;44638:3;44579:67;:::i;:::-;44572:74;;44655:93;44744:3;44655:93;:::i;:::-;44773:2;44768:3;44764:12;44757:19;;44416:366;;;:::o;44788:419::-;44954:4;44992:2;44981:9;44977:18;44969:26;;45041:9;45035:4;45031:20;45027:1;45016:9;45012:17;45005:47;45069:131;45195:4;45069:131;:::i;:::-;45061:139;;44788:419;;;:::o;45213:167::-;45353:19;45349:1;45341:6;45337:14;45330:43;45213:167;:::o;45386:366::-;45528:3;45549:67;45613:2;45608:3;45549:67;:::i;:::-;45542:74;;45625:93;45714:3;45625:93;:::i;:::-;45743:2;45738:3;45734:12;45727:19;;45386:366;;;:::o;45758:419::-;45924:4;45962:2;45951:9;45947:18;45939:26;;46011:9;46005:4;46001:20;45997:1;45986:9;45982:17;45975:47;46039:131;46165:4;46039:131;:::i;:::-;46031:139;;45758:419;;;:::o;46183:162::-;46323:14;46319:1;46311:6;46307:14;46300:38;46183:162;:::o;46351:366::-;46493:3;46514:67;46578:2;46573:3;46514:67;:::i;:::-;46507:74;;46590:93;46679:3;46590:93;:::i;:::-;46708:2;46703:3;46699:12;46692:19;;46351:366;;;:::o;46723:419::-;46889:4;46927:2;46916:9;46912:18;46904:26;;46976:9;46970:4;46966:20;46962:1;46951:9;46947:17;46940:47;47004:131;47130:4;47004:131;:::i;:::-;46996:139;;46723:419;;;:::o;47148:166::-;47288:18;47284:1;47276:6;47272:14;47265:42;47148:166;:::o;47320:366::-;47462:3;47483:67;47547:2;47542:3;47483:67;:::i;:::-;47476:74;;47559:93;47648:3;47559:93;:::i;:::-;47677:2;47672:3;47668:12;47661:19;;47320:366;;;:::o;47692:419::-;47858:4;47896:2;47885:9;47881:18;47873:26;;47945:9;47939:4;47935:20;47931:1;47920:9;47916:17;47909:47;47973:131;48099:4;47973:131;:::i;:::-;47965:139;;47692:419;;;:::o;48117:172::-;48257:24;48253:1;48245:6;48241:14;48234:48;48117:172;:::o;48295:366::-;48437:3;48458:67;48522:2;48517:3;48458:67;:::i;:::-;48451:74;;48534:93;48623:3;48534:93;:::i;:::-;48652:2;48647:3;48643:12;48636:19;;48295:366;;;:::o;48667:419::-;48833:4;48871:2;48860:9;48856:18;48848:26;;48920:9;48914:4;48910:20;48906:1;48895:9;48891:17;48884:47;48948:131;49074:4;48948:131;:::i;:::-;48940:139;;48667:419;;;:::o;49092:175::-;49232:27;49228:1;49220:6;49216:14;49209:51;49092:175;:::o;49273:366::-;49415:3;49436:67;49500:2;49495:3;49436:67;:::i;:::-;49429:74;;49512:93;49601:3;49512:93;:::i;:::-;49630:2;49625:3;49621:12;49614:19;;49273:366;;;:::o;49645:419::-;49811:4;49849:2;49838:9;49834:18;49826:26;;49898:9;49892:4;49888:20;49884:1;49873:9;49869:17;49862:47;49926:131;50052:4;49926:131;:::i;:::-;49918:139;;49645:419;;;:::o;50070:170::-;50210:22;50206:1;50198:6;50194:14;50187:46;50070:170;:::o;50246:366::-;50388:3;50409:67;50473:2;50468:3;50409:67;:::i;:::-;50402:74;;50485:93;50574:3;50485:93;:::i;:::-;50603:2;50598:3;50594:12;50587:19;;50246:366;;;:::o;50618:419::-;50784:4;50822:2;50811:9;50807:18;50799:26;;50871:9;50865:4;50861:20;50857:1;50846:9;50842:17;50835:47;50899:131;51025:4;50899:131;:::i;:::-;50891:139;;50618:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"3340000","executionCost":"infinite","totalCost":"infinite"},"external":{"acceptOwnership()":"54681","createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"infinite","getFeeDetails()":"4804","getOrderInfo(bytes32)":"infinite","getSupportedInstitutionByCode(bytes32)":"infinite","getSupportedInstitutions(bytes32)":"infinite","initialize()":"191278","isTokenSupported(address)":"2970","owner()":"2611","pause()":"infinite","paused()":"2502","pendingOwner()":"2610","refund(uint256,bytes32)":"infinite","renounceOwnership()":"54714","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","settle(bytes32,bytes32,address,uint64)":"infinite","transferOwnership(address)":"infinite","unpause()":"infinite","updateProtocolAddress(bytes32,address)":"31161","updateProtocolFee(uint64)":"infinite"},"internal":{"_handler(address,uint256,address,address,uint256,bytes32)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"d12ff20a","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","initialize()":"8129fc1c","isTokenSupported(address)":"75151b63","owner()":"8da5cb5b","pause()":"8456cb59","paused()":"5c975abb","pendingOwner()":"e30c3978","refund(uint256,bytes32)":"71eedb88","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","settle(bytes32,bytes32,address,uint64)":"f22ee704","transferOwnership(address)":"f2fde38b","unpause()":"3f4ba83a","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolFee(uint64)":"47094e2e"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"isRefunded\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IGateway.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Gateway contract for handling orders and settlements.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"sender\":\"The address of the sender.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"See {createOrder-IGateway}. \"},\"getFeeDetails()\":{\"details\":\"See {getFeeDetails-IGateway}. \"},\"getOrderInfo(bytes32)\":{\"details\":\"See {getOrderInfo-IGateway}. \"},\"getSupportedInstitutionByCode(bytes32)\":{\"details\":\"See {getSupportedInstitutionByCode-IGateway}. \"},\"getSupportedInstitutions(bytes32)\":{\"details\":\"See {getSupportedInstitutions-IGateway}. \"},\"initialize()\":{\"details\":\"Initialize function.\"},\"isTokenSupported(address)\":{\"details\":\"See {isTokenSupported-IGateway}. \"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pause()\":{\"details\":\"Pause the contract.\"},\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"refund(uint256,bytes32)\":{\"details\":\"See {refund-IGateway}. \"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"settle(bytes32,bytes32,address,uint64)\":{\"details\":\"See {settle-IGateway}. \"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"unpause()\":{\"details\":\"Unpause the contract.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolFee(uint64)\":{\"details\":\"Updates the protocol fee percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fee percentage to be set.\"}}},\"title\":\"Gateway\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Gateway.sol\":\"Gateway\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/Gateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\\n\\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\n/**\\n * @title Gateway\\n * @dev Gateway contract for handling orders and settlements.\\n */\\ncontract Gateway is IGateway, GatewaySettingManager, PausableUpgradeable {\\n\\tstruct fee {\\n\\t\\tuint256 protocolFee;\\n\\t\\tuint256 liquidityProviderAmount;\\n\\t}\\n\\n\\tmapping(bytes32 => Order) private order;\\n\\tmapping(address => uint256) private _nonce;\\n\\tuint256[50] private __gap;\\n\\n\\t/// @custom:oz-upgrades-unsafe-allow constructor\\n\\tconstructor() {\\n\\t\\t_disableInitializers();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Initialize function.\\n\\t */\\n\\tfunction initialize() external initializer {\\n\\t\\tMAX_BPS = 100_000;\\n\\t\\t__Ownable2Step_init();\\n\\t\\t__Pausable_init();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Modifier that allows only the aggregator to call a function.\\n\\t */\\n\\tmodifier onlyAggregator() {\\n\\t\\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\\n\\t\\t_;\\n\\t}\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Pause the contract.\\n\\t */\\n\\tfunction pause() external onlyOwner {\\n\\t\\t_pause();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Unpause the contract.\\n\\t */\\n\\tfunction unpause() external onlyOwner {\\n\\t\\t_unpause();\\n\\t}\\n\\n\\t/* ##################################################################\\n USER CALLS\\n ################################################################## */\\n\\t/** @dev See {createOrder-IGateway}. */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external whenNotPaused returns (bytes32 orderId) {\\n\\t\\t// checks that are required\\n\\t\\t_handler(\\n\\t\\t\\t_token,\\n\\t\\t\\t_amount,\\n\\t\\t\\t_refundAddress,\\n\\t\\t\\t_senderFeeRecipient,\\n\\t\\t\\t_senderFee,\\n\\t\\t\\t_institutionCode\\n\\t\\t);\\n\\n\\t\\t// validate messageHash\\n\\t\\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\\n\\n\\t\\t// transfer token from msg.sender to contract\\n\\t\\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\\n\\n\\t\\t// increase users nonce to avoid replay attacks\\n\\t\\t_nonce[msg.sender]++;\\n\\n\\t\\t// generate transaction id for the transaction\\n\\t\\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\\n\\n\\t\\t// update transaction\\n\\t\\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\\n\\t\\torder[orderId] = Order({\\n\\t\\t\\tsender: msg.sender,\\n\\t\\t\\ttoken: _token,\\n\\t\\t\\tsenderFeeRecipient: _senderFeeRecipient,\\n\\t\\t\\tsenderFee: _senderFee,\\n\\t\\t\\tprotocolFee: _protocolFee,\\n\\t\\t\\tisFulfilled: false,\\n\\t\\t\\tisRefunded: false,\\n\\t\\t\\trefundAddress: _refundAddress,\\n\\t\\t\\tcurrentBPS: uint64(MAX_BPS),\\n\\t\\t\\tamount: _amount - _protocolFee\\n\\t\\t});\\n\\n\\t\\t// emit order created event\\n\\t\\temit OrderCreated(\\n\\t\\t\\torder[orderId].sender,\\n\\t\\t\\t_token,\\n\\t\\t\\torder[orderId].amount,\\n\\t\\t\\t_protocolFee,\\n\\t\\t\\torderId,\\n\\t\\t\\t_rate,\\n\\t\\t\\t_institutionCode,\\n\\t\\t\\tmessageHash\\n\\t\\t);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Internal function to handle order creation.\\n\\t * @param _token The address of the token being traded.\\n\\t * @param _amount The amount of tokens being traded.\\n\\t * @param _refundAddress The address to refund the tokens in case of cancellation.\\n\\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\\n\\t * @param _senderFee The amount of the sender fee.\\n\\t * @param _institutionCode The code of the institution associated with the order.\\n\\t */\\n\\tfunction _handler(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\taddress _refundAddress,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\tbytes32 _institutionCode\\n\\t) internal view {\\n\\t\\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\\n\\t\\trequire(_amount != 0, 'AmountIsZero');\\n\\t\\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\\n\\t\\trequire(\\n\\t\\t\\tsupportedInstitutionsByCode[_institutionCode].name != bytes32(0),\\n\\t\\t\\t'InvalidInstitutionCode'\\n\\t\\t);\\n\\n\\t\\tif (_senderFee != 0) {\\n\\t\\t\\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\\n\\t\\t}\\n\\t}\\n\\n\\t/* ##################################################################\\n AGGREGATOR FUNCTIONS\\n ################################################################## */\\n\\t/** @dev See {settle-IGateway}. */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external onlyAggregator returns (bool) {\\n\\t\\t// ensure the transaction has not been fulfilled\\n\\t\\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\\n\\t\\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\\n\\n\\t\\t// load the token into memory\\n\\t\\taddress token = order[_orderId].token;\\n\\n\\t\\t// subtract sum of amount based on the input _settlePercent\\n\\t\\torder[_orderId].currentBPS -= _settlePercent;\\n\\n\\t\\tif (order[_orderId].currentBPS == 0) {\\n\\t\\t\\t// update the transaction to be fulfilled\\n\\t\\t\\torder[_orderId].isFulfilled = true;\\n\\n\\t\\t\\tif (order[_orderId].senderFee != 0) {\\n\\t\\t\\t\\t// transfer sender fee\\n\\t\\t\\t\\tIERC20(order[_orderId].token).transfer(\\n\\t\\t\\t\\t\\torder[_orderId].senderFeeRecipient,\\n\\t\\t\\t\\t\\torder[_orderId].senderFee\\n\\t\\t\\t\\t);\\n\\n\\t\\t\\t\\t// emit event\\n\\t\\t\\t\\temit SenderFeeTransferred(\\n\\t\\t\\t\\t\\torder[_orderId].senderFeeRecipient,\\n\\t\\t\\t\\t\\torder[_orderId].senderFee\\n\\t\\t\\t\\t);\\n\\t\\t\\t}\\n\\n\\t\\t\\tif (order[_orderId].protocolFee != 0) {\\n\\t\\t\\t\\t// transfer protocol fee\\n\\t\\t\\t\\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// transfer to liquidity provider\\n\\t\\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\\n\\t\\torder[_orderId].amount -= liquidityProviderAmount;\\n\\t\\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\\n\\n\\t\\t// emit settled event\\n\\t\\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\\n\\n\\t\\treturn true;\\n\\t}\\n\\n\\t/** @dev See {refund-IGateway}. */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\\n\\t\\t// ensure the transaction has not been fulfilled\\n\\t\\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\\n\\t\\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\\n\\t\\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\\n\\n\\t\\t// transfer refund fee to the treasury\\n\\t\\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\\n\\n\\t\\t// reset state values\\n\\t\\torder[_orderId].isRefunded = true;\\n\\t\\torder[_orderId].currentBPS = 0;\\n\\n\\t\\t// deduct fee from order amount\\n\\t\\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\\n\\n\\t\\t// transfer refund amount and sender fee to the refund address\\n\\t\\tIERC20(order[_orderId].token).transfer(\\n\\t\\t\\torder[_orderId].refundAddress,\\n\\t\\t\\trefundAmount + order[_orderId].senderFee\\n\\t\\t);\\n\\n\\t\\t// emit refunded event\\n\\t\\temit OrderRefunded(_fee, _orderId);\\n\\n\\t\\treturn true;\\n\\t}\\n\\n\\t/* ##################################################################\\n VIEW CALLS\\n ################################################################## */\\n\\t/** @dev See {getOrderInfo-IGateway}. */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\\n\\t\\treturn order[_orderId];\\n\\t}\\n\\n\\t/** @dev See {isTokenSupported-IGateway}. */\\n\\tfunction isTokenSupported(address _token) external view returns (bool) {\\n\\t\\tif (_isTokenSupported[_token] == 1) return true;\\n\\t\\treturn false;\\n\\t}\\n\\n\\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory) {\\n\\t\\treturn supportedInstitutionsByCode[_code];\\n\\t}\\n\\n\\t/** @dev See {getSupportedInstitutions-IGateway}. */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory) {\\n\\t\\treturn supportedInstitutions[_currency];\\n\\t}\\n\\n\\t/** @dev See {getFeeDetails-IGateway}. */\\n\\tfunction getFeeDetails() external view returns (uint64, uint256) {\\n\\t\\treturn (protocolFeePercent, MAX_BPS);\\n\\t}\\n}\\n\",\"keccak256\":\"0x2084ea09fdf21cf7aa850e4ddd023820293c393463b5c3c68c1574bb78d65c2d\",\"license\":\"UNLICENSED\"},\"contracts/GatewaySettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title GatewaySettingManager\\n * @dev This contract manages the settings and configurations for the Gateway protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\\n\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\\n\\tuint256 internal MAX_BPS;\\n\\tuint64 internal protocolFeePercent;\\n\\taddress internal treasuryAddress;\\n\\taddress internal _aggregatorAddress;\\n\\n\\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n\\tuint256[50] private __gap;\\n\\n\\tmapping(address => uint256) internal _isTokenSupported;\\n\\n\\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n\\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n\\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n\\tevent SupportedInstitutionsUpdated(\\n\\t\\tbytes32 indexed currency,\\n\\t\\tSharedStructs.Institution[] institutions\\n\\t);\\n\\tevent ProtocolFeeUpdated(uint64 protocolFee);\\n\\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n\\tevent SetFeeRecipient(address indexed treasuryAddress);\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n\\t/**\\n\\t * @dev Sets the boolean value for a specific setting.\\n\\t * @param what The setting to be updated.\\n\\t * @param value The address or value associated with the setting.\\n\\t * @param status The boolean value to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\trequire(status == 1 || status == 2, 'Gateway: invalid status');\\n\\t\\tif (what == 'token') {\\n\\t\\t\\t_isTokenSupported[value] = status;\\n\\t\\t\\temit SettingManagerBool(what, value, status);\\n\\t\\t}\\n\\t}\\n\\n\\t/**\\n\\t * @dev Sets the supported institutions for a specific currency.\\n\\t * @param currency The currency for which the institutions are being set.\\n\\t * @param institutions The array of institutions to be set.\\n\\t */\\n\\tfunction setSupportedInstitutions(\\n\\t\\tbytes32 currency,\\n\\t\\tSharedStructs.Institution[] memory institutions\\n\\t) external onlyOwner {\\n\\t\\tdelete supportedInstitutions[currency];\\n\\t\\tfor (uint i; i < institutions.length; ) {\\n\\t\\t\\tsupportedInstitutions[currency].push(institutions[i]);\\n\\t\\t\\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n\\t\\t\\t\\tname: institutions[i].name,\\n\\t\\t\\t\\tcurrency: currency\\n\\t\\t\\t});\\n\\t\\t\\tunchecked {\\n\\t\\t\\t\\t++i;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates the protocol fee percentage.\\n\\t * @param _protocolFeePercent The new protocol fee percentage to be set.\\n\\t */\\n\\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\\n\\t\\tprotocolFeePercent = _protocolFeePercent;\\n\\t\\temit ProtocolFeeUpdated(_protocolFeePercent);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates a protocol address.\\n\\t * @param what The address type to be updated (treasury or aggregator).\\n\\t * @param value The new address to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\tbool updated;\\n\\t\\tif (what == 'treasury') {\\n\\t\\t\\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\\n\\t\\t\\ttreasuryAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t} else if (what == 'aggregator') {\\n\\t\\t\\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\\n\\t\\t\\t_aggregatorAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t}\\n\\t\\tif (updated) {\\n\\t\\t\\temit ProtocolAddressUpdated(what, value);\\n\\t\\t}\\n\\t}\\n}\\n\",\"keccak256\":\"0x7bf3fc733cbf8f2815924c2f10199aa0836d3b5d5b5b92b10cd4855d65773477\",\"license\":\"UNLICENSED\"},\"contracts/interfaces/IGateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\\n\\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\\n\\n/**\\n * @title IGateway\\n * @dev Interface for the Gateway contract.\\n */\\ninterface IGateway {\\n\\t/* ##################################################################\\n EVENTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Emitted when a deposit is made.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the deposited token.\\n\\t * @param amount The amount of the deposit.\\n\\t * @param orderId The ID of the order.\\n\\t * @param rate The rate at which the deposit is made.\\n\\t * @param institutionCode The code of the institution.\\n\\t * @param messageHash The hash of the message.\\n\\t */\\n\\tevent OrderCreated(\\n\\t\\taddress indexed sender,\\n\\t\\taddress indexed token,\\n\\t\\tuint256 indexed amount,\\n\\t\\tuint256 protocolFee,\\n\\t\\tbytes32 orderId,\\n\\t\\tuint256 rate,\\n\\t\\tbytes32 institutionCode,\\n\\t\\tstring messageHash\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator settles a transaction.\\n\\t * @param splitOrderId The ID of the split order.\\n\\t * @param orderId The ID of the order.\\n\\t * @param liquidityProvider The address of the liquidity provider.\\n\\t * @param settlePercent The percentage at which the transaction is settled.\\n\\t */\\n\\tevent OrderSettled(\\n\\t\\tbytes32 splitOrderId,\\n\\t\\tbytes32 indexed orderId,\\n\\t\\taddress indexed liquidityProvider,\\n\\t\\tuint96 settlePercent\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator refunds a transaction.\\n\\t * @param fee The fee deducted from the refund amount.\\n\\t * @param orderId The ID of the order.\\n\\t */\\n\\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\\n\\n\\t/**\\n\\t * @dev Emitted when the sender's fee is transferred.\\n\\t * @param sender The address of the sender.\\n\\t * @param amount The amount of the fee transferred.\\n\\t */\\n\\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n\\t/* ##################################################################\\n STRUCTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Struct representing transaction metadata.\\n\\t * @param identifier The identifier of the transaction.\\n\\t * @param institution The institution of the transaction.\\n\\t * @param name The name of the transaction.\\n\\t * @param currency The currency of the transaction.\\n\\t * @param liquidityProviderID The ID of the liquidity provider.\\n\\t */\\n\\tstruct TransactionMetadata {\\n\\t\\tbytes8 identifier;\\n\\t\\tbytes8 institution;\\n\\t\\tbytes8 name;\\n\\t\\tbytes8 currency;\\n\\t\\tuint256 liquidityProviderID;\\n\\t}\\n\\n\\t/**\\n\\t * @dev Struct representing an order.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the token.\\n\\t * @param senderFeeRecipient The address of the sender fee recipient.\\n\\t * @param senderFee The fee to be paid to the sender fee recipient.\\n\\t * @param protocolFee The protocol fee to be paid.\\n\\t * @param isFulfilled Whether the order is fulfilled.\\n\\t * @param isRefunded Whether the order is refunded.\\n\\t * @param refundAddress The address to which the refund is made.\\n\\t * @param currentBPS The current basis points.\\n\\t * @param amount The amount of the order.\\n\\t */\\n\\tstruct Order {\\n\\t\\taddress sender;\\n\\t\\taddress token;\\n\\t\\taddress senderFeeRecipient;\\n\\t\\tuint256 senderFee;\\n\\t\\tuint256 protocolFee;\\n\\t\\tbool isFulfilled;\\n\\t\\tbool isRefunded;\\n\\t\\taddress refundAddress;\\n\\t\\tuint96 currentBPS;\\n\\t\\tuint256 amount;\\n\\t}\\n\\n\\t/* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n\\t/**\\n\\t * @notice Locks the sender's amount of token into Gateway.\\n\\t * @dev Requirements:\\n\\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\\n\\t * - `_token` must be an acceptable token. See {isTokenSupported}.\\n\\t * - `amount` must be greater than minimum.\\n\\t * - `_refundAddress` refund address must not be zero address.\\n\\t * @param _token The address of the token.\\n\\t * @param _amount The amount in the decimal of `_token` to be locked.\\n\\t * @param _institutionCode The institution code of the sender.\\n\\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n\\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\\n\\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\\n\\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n\\t * @param messageHash The hash of the message.\\n\\t * @return _orderId The ID of the order.\\n\\t */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external returns (bytes32 _orderId);\\n\\n\\t/**\\n\\t * @notice Settles a transaction and distributes rewards accordingly.\\n\\t * @param _splitOrderId The ID of the split order.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @param _liquidityProvider The address of the liquidity provider.\\n\\t * @param _settlePercent The rate at which the transaction is settled.\\n\\t * @return bool the settlement is successful.\\n\\t */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Refunds to the specified refundable address.\\n\\t * @dev Requirements:\\n\\t * - Only aggregators can call this function.\\n\\t * @param _fee The amount to be deducted from the amount to be refunded.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @return bool the refund is successful.\\n\\t */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Checks if a token is supported by Gateway.\\n\\t * @param _token The address of the token to check.\\n\\t * @return bool the token is supported.\\n\\t */\\n\\tfunction isTokenSupported(address _token) external view returns (bool);\\n\\n\\t/**\\n\\t * @notice Gets the details of an order.\\n\\t * @param _orderId The ID of the order.\\n\\t * @return Order The order details.\\n\\t */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\\n\\n\\t/**\\n\\t * @notice Gets the fee details of Gateway.\\n\\t * @return protocolReward The protocol reward amount.\\n\\t * @return max_bps The maximum basis points.\\n\\t */\\n\\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\\n\\n\\t/**\\n\\t * @notice Gets the details of a supported institution by code.\\n\\t * @param _code The institution code.\\n\\t * @return InstitutionByCode The institution details.\\n\\t */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory);\\n\\n\\t/**\\n\\t * @notice Gets the details of supported institutions by currency.\\n\\t * @param _currency The currency code.\\n\\t * @return Institutions An array of institutions.\\n\\t */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x87935d3d8008279809bd3635a425da75d369089cfe989131fedf0bc559328b75\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/Gateway.sol:Gateway","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/Gateway.sol:Gateway","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/Gateway.sol:Gateway","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/Gateway.sol:Gateway","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":1634,"contract":"contracts/Gateway.sol:Gateway","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":1636,"contract":"contracts/Gateway.sol:Gateway","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":1638,"contract":"contracts/Gateway.sol:Gateway","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":1640,"contract":"contracts/Gateway.sol:Gateway","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":1644,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"154","type":"t_array(t_uint256)50_storage"},{"astId":1648,"contract":"contracts/Gateway.sol:Gateway","label":"_isTokenSupported","offset":0,"slot":"204","type":"t_mapping(t_address,t_uint256)"},{"astId":1654,"contract":"contracts/Gateway.sol:Gateway","label":"supportedInstitutions","offset":0,"slot":"205","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)2074_storage)dyn_storage)"},{"astId":1659,"contract":"contracts/Gateway.sol:Gateway","label":"supportedInstitutionsByCode","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)2079_storage)"},{"astId":430,"contract":"contracts/Gateway.sol:Gateway","label":"_paused","offset":0,"slot":"207","type":"t_bool"},{"astId":535,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"208","type":"t_array(t_uint256)49_storage"},{"astId":1022,"contract":"contracts/Gateway.sol:Gateway","label":"order","offset":0,"slot":"257","type":"t_mapping(t_bytes32,t_struct(Order)1976_storage)"},{"astId":1026,"contract":"contracts/Gateway.sol:Gateway","label":"_nonce","offset":0,"slot":"258","type":"t_mapping(t_address,t_uint256)"},{"astId":1030,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"259","type":"t_array(t_uint256)50_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)2074_storage)dyn_storage":{"base":"t_struct(Institution)2074_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)2074_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)2074_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)2079_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)2079_storage"},"t_mapping(t_bytes32,t_struct(Order)1976_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct IGateway.Order)","numberOfBytes":"32","value":"t_struct(Order)1976_storage"},"t_struct(Institution)2074_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":2071,"contract":"contracts/Gateway.sol:Gateway","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2073,"contract":"contracts/Gateway.sol:Gateway","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)2079_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":2076,"contract":"contracts/Gateway.sol:Gateway","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2078,"contract":"contracts/Gateway.sol:Gateway","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(Order)1976_storage":{"encoding":"inplace","label":"struct IGateway.Order","members":[{"astId":1957,"contract":"contracts/Gateway.sol:Gateway","label":"sender","offset":0,"slot":"0","type":"t_address"},{"astId":1959,"contract":"contracts/Gateway.sol:Gateway","label":"token","offset":0,"slot":"1","type":"t_address"},{"astId":1961,"contract":"contracts/Gateway.sol:Gateway","label":"senderFeeRecipient","offset":0,"slot":"2","type":"t_address"},{"astId":1963,"contract":"contracts/Gateway.sol:Gateway","label":"senderFee","offset":0,"slot":"3","type":"t_uint256"},{"astId":1965,"contract":"contracts/Gateway.sol:Gateway","label":"protocolFee","offset":0,"slot":"4","type":"t_uint256"},{"astId":1967,"contract":"contracts/Gateway.sol:Gateway","label":"isFulfilled","offset":0,"slot":"5","type":"t_bool"},{"astId":1969,"contract":"contracts/Gateway.sol:Gateway","label":"isRefunded","offset":1,"slot":"5","type":"t_bool"},{"astId":1971,"contract":"contracts/Gateway.sol:Gateway","label":"refundAddress","offset":2,"slot":"5","type":"t_address"},{"astId":1973,"contract":"contracts/Gateway.sol:Gateway","label":"currentBPS","offset":0,"slot":"6","type":"t_uint96"},{"astId":1975,"contract":"contracts/Gateway.sol:Gateway","label":"amount","offset":0,"slot":"7","type":"t_uint256"}],"numberOfBytes":"256"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"},"t_uint96":{"encoding":"inplace","label":"uint96","numberOfBytes":"12"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/GatewaySettingManager.sol":{"GatewaySettingManager":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFee","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolFee(uint64)":{"details":"Updates the protocol fee percentage.","params":{"_protocolFeePercent":"The new protocol fee percentage to be set."}}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"608060405234801561001057600080fd5b5061146a806100206000396000f3fe608060405234801561001057600080fd5b50600436106100935760003560e01c806379ba50971161006657806379ba5097146100f65780638da5cb5b14610100578063cd9924001461011e578063e30c39781461013a578063f2fde38b1461015857610093565b8063322008821461009857806340ebc677146100b457806347094e2e146100d0578063715018a6146100ec575b600080fd5b6100b260048036038101906100ad9190610d03565b610174565b005b6100ce60048036038101906100c99190610dbd565b6102e9565b005b6100ea60048036038101906100e59190610e3d565b6105b1565b005b6100f461061c565b005b6100fe610630565b005b6101086106bd565b6040516101159190610e79565b60405180910390f35b61013860048036038101906101339190610eca565b6106e7565b005b61014261086c565b60405161014f9190610e79565b60405180910390f35b610172600480360381019061016d9190610f1d565b610896565b005b61017c610943565b60cd6000838152602001908152602001600020600061019b9190610ac0565b60005b815181101561029a5760cd60008481526020019081526020016000208282815181106101cd576101cc610f4a565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061023257610231610f4a565b5b60200260200101516020015181526020018481525060ce600084848151811061025e5761025d610f4a565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061019e565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102dd91906110b3565b60405180910390a25050565b6102f1610943565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610360576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161035790611132565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610463578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610419576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610410906111c4565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610561565b7f61676772656761746f72000000000000000000000000000000000000000000008303610560578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361051a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051190611256565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105ac578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105b9610943565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516106119190611285565b60405180910390a150565b610624610943565b61062e60006109c1565b565b600061063a6109f2565b90508073ffffffffffffffffffffffffffffffffffffffff1661065b61086c565b73ffffffffffffffffffffffffffffffffffffffff16146106b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a890611312565b60405180910390fd5b6106ba816109c1565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6106ef610943565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361075e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161075590611132565b60405180910390fd5b600181148061076d5750600281145b6107ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107a39061137e565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610867578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161085e91906113ad565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61089e610943565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108fe6106bd565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61094b6109f2565b73ffffffffffffffffffffffffffffffffffffffff166109696106bd565b73ffffffffffffffffffffffffffffffffffffffff16146109bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b690611414565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109ef816109fa565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610ae19190610ae4565b50565b5b80821115610b0757600080820160009055600182016000905550600201610ae5565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b3281610b1f565b8114610b3d57600080fd5b50565b600081359050610b4f81610b29565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610ba382610b5a565b810181811067ffffffffffffffff82111715610bc257610bc1610b6b565b5b80604052505050565b6000610bd5610b0b565b9050610be18282610b9a565b919050565b600067ffffffffffffffff821115610c0157610c00610b6b565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c3257610c31610c17565b5b610c3c6040610bcb565b90506000610c4c84828501610b40565b6000830152506020610c6084828501610b40565b60208301525092915050565b6000610c7f610c7a84610be6565b610bcb565b90508083825260208201905060408402830185811115610ca257610ca1610c12565b5b835b81811015610ccb5780610cb78882610c1c565b845260208401935050604081019050610ca4565b5050509392505050565b600082601f830112610cea57610ce9610b55565b5b8135610cfa848260208601610c6c565b91505092915050565b60008060408385031215610d1a57610d19610b15565b5b6000610d2885828601610b40565b925050602083013567ffffffffffffffff811115610d4957610d48610b1a565b5b610d5585828601610cd5565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d8a82610d5f565b9050919050565b610d9a81610d7f565b8114610da557600080fd5b50565b600081359050610db781610d91565b92915050565b60008060408385031215610dd457610dd3610b15565b5b6000610de285828601610b40565b9250506020610df385828601610da8565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e1a81610dfd565b8114610e2557600080fd5b50565b600081359050610e3781610e11565b92915050565b600060208284031215610e5357610e52610b15565b5b6000610e6184828501610e28565b91505092915050565b610e7381610d7f565b82525050565b6000602082019050610e8e6000830184610e6a565b92915050565b6000819050919050565b610ea781610e94565b8114610eb257600080fd5b50565b600081359050610ec481610e9e565b92915050565b600080600060608486031215610ee357610ee2610b15565b5b6000610ef186828701610b40565b9350506020610f0286828701610da8565b9250506040610f1386828701610eb5565b9150509250925092565b600060208284031215610f3357610f32610b15565b5b6000610f4184828501610da8565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fd4610fcf83610faa565b610fb7565b9050919050565b610fe481610b1f565b82525050565b604082016000808301549050610fff81610fc1565b61100c6000860182610fdb565b506001830154905061101d81610fc1565b61102a6020860182610fdb565b5050505050565b600061103d8383610fea565b60408301905092915050565b6000600282019050919050565b600061106182610f79565b61106b8185610f84565b935061107683610f95565b8060005b838110156110a6578161108d8882611031565b975061109883611049565b92505060018101905061107a565b5085935050505092915050565b600060208201905081810360008301526110cd8184611056565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061111c6015836110d5565b9150611127826110e6565b602082019050919050565b6000602082019050818103600083015261114b8161110f565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111ae6025836110d5565b91506111b982611152565b604082019050919050565b600060208201905081810360008301526111dd816111a1565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006112406027836110d5565b915061124b826111e4565b604082019050919050565b6000602082019050818103600083015261126f81611233565b9050919050565b61127f81610dfd565b82525050565b600060208201905061129a6000830184611276565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006112fc6029836110d5565b9150611307826112a0565b604082019050919050565b6000602082019050818103600083015261132b816112ef565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113686017836110d5565b915061137382611332565b602082019050919050565b600060208201905081810360008301526113978161135b565b9050919050565b6113a781610e94565b82525050565b60006020820190506113c2600083018461139e565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006113fe6020836110d5565b9150611409826113c8565b602082019050919050565b6000602082019050818103600083015261142d816113f1565b905091905056fea2646970667358221220a5cf2406f8bb007a45008610cf8baf05dde6f3dbf02727307f944766ecf3cbe164736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x146A DUP1 PUSH2 0x20 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 0x93 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xF6 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x11E JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x13A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x158 JUMPI PUSH2 0x93 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x98 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xB4 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0xD0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xEC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAD SWAP2 SWAP1 PUSH2 0xD03 JUMP JUMPDEST PUSH2 0x174 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC9 SWAP2 SWAP1 PUSH2 0xDBD JUMP JUMPDEST PUSH2 0x2E9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE5 SWAP2 SWAP1 PUSH2 0xE3D JUMP JUMPDEST PUSH2 0x5B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x61C JUMP JUMPDEST STOP JUMPDEST PUSH2 0xFE PUSH2 0x630 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x108 PUSH2 0x6BD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x115 SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x138 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x133 SWAP2 SWAP1 PUSH2 0xECA JUMP JUMPDEST PUSH2 0x6E7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x142 PUSH2 0x86C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14F SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x172 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x16D SWAP2 SWAP1 PUSH2 0xF1D JUMP JUMPDEST PUSH2 0x896 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x17C PUSH2 0x943 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x19B SWAP2 SWAP1 PUSH2 0xAC0 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x29A JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1CD JUMPI PUSH2 0x1CC PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x232 JUMPI PUSH2 0x231 PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x25E JUMPI PUSH2 0x25D PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x19E JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x2DD SWAP2 SWAP1 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x2F1 PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x360 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x357 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x463 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x419 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x410 SWAP1 PUSH2 0x11C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x561 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x560 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x51A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x511 SWAP1 PUSH2 0x1256 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x5AC JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x5B9 PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x611 SWAP2 SWAP1 PUSH2 0x1285 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH2 0x624 PUSH2 0x943 JUMP JUMPDEST PUSH2 0x62E PUSH1 0x0 PUSH2 0x9C1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x63A PUSH2 0x9F2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x65B PUSH2 0x86C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x6B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A8 SWAP1 PUSH2 0x1312 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6BA DUP2 PUSH2 0x9C1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x6EF PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x75E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x755 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x76D JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x7AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7A3 SWAP1 PUSH2 0x137E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x867 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x85E SWAP2 SWAP1 PUSH2 0x13AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x89E PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FE PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x94B PUSH2 0x9F2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x969 PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9BF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B6 SWAP1 PUSH2 0x1414 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x9EF DUP2 PUSH2 0x9FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xAE1 SWAP2 SWAP1 PUSH2 0xAE4 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xB07 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xAE5 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB32 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP2 EQ PUSH2 0xB3D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB4F DUP2 PUSH2 0xB29 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xBA3 DUP3 PUSH2 0xB5A JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xBC2 JUMPI PUSH2 0xBC1 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD5 PUSH2 0xB0B JUMP JUMPDEST SWAP1 POP PUSH2 0xBE1 DUP3 DUP3 PUSH2 0xB9A JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xC01 JUMPI PUSH2 0xC00 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC32 JUMPI PUSH2 0xC31 PUSH2 0xC17 JUMP JUMPDEST JUMPDEST PUSH2 0xC3C PUSH1 0x40 PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC4C DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xC60 DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC7F PUSH2 0xC7A DUP5 PUSH2 0xBE6 JUMP JUMPDEST PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0xC12 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCCB JUMPI DUP1 PUSH2 0xCB7 DUP9 DUP3 PUSH2 0xC1C JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xCA4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xCEA JUMPI PUSH2 0xCE9 PUSH2 0xB55 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xCFA DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xC6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD1A JUMPI PUSH2 0xD19 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD28 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD49 JUMPI PUSH2 0xD48 PUSH2 0xB1A JUMP JUMPDEST JUMPDEST PUSH2 0xD55 DUP6 DUP3 DUP7 ADD PUSH2 0xCD5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP3 PUSH2 0xD5F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD9A DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP2 EQ PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xDB7 DUP2 PUSH2 0xD91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDD4 JUMPI PUSH2 0xDD3 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDE2 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDF3 DUP6 DUP3 DUP7 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE1A DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP2 EQ PUSH2 0xE25 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xE37 DUP2 PUSH2 0xE11 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE53 JUMPI PUSH2 0xE52 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xE61 DUP5 DUP3 DUP6 ADD PUSH2 0xE28 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE73 DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE8E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE6A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEC4 DUP2 PUSH2 0xE9E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEE3 JUMPI PUSH2 0xEE2 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEF1 DUP7 DUP3 DUP8 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xF02 DUP7 DUP3 DUP8 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF13 DUP7 DUP3 DUP8 ADD PUSH2 0xEB5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF33 JUMPI PUSH2 0xF32 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF41 DUP5 DUP3 DUP6 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFD4 PUSH2 0xFCF DUP4 PUSH2 0xFAA JUMP JUMPDEST PUSH2 0xFB7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFE4 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFFF DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x100C PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x101D DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x102A PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x103D DUP4 DUP4 PUSH2 0xFEA JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1061 DUP3 PUSH2 0xF79 JUMP JUMPDEST PUSH2 0x106B DUP2 DUP6 PUSH2 0xF84 JUMP JUMPDEST SWAP4 POP PUSH2 0x1076 DUP4 PUSH2 0xF95 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A6 JUMPI DUP2 PUSH2 0x108D DUP9 DUP3 PUSH2 0x1031 JUMP JUMPDEST SWAP8 POP PUSH2 0x1098 DUP4 PUSH2 0x1049 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x107A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CD DUP2 DUP5 PUSH2 0x1056 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x111C PUSH1 0x15 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1127 DUP3 PUSH2 0x10E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x114B DUP2 PUSH2 0x110F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11AE PUSH1 0x25 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x11B9 DUP3 PUSH2 0x1152 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11DD DUP2 PUSH2 0x11A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1240 PUSH1 0x27 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x124B DUP3 PUSH2 0x11E4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x126F DUP2 PUSH2 0x1233 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x129A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1276 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12FC PUSH1 0x29 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1307 DUP3 PUSH2 0x12A0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x132B DUP2 PUSH2 0x12EF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1368 PUSH1 0x17 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1373 DUP3 PUSH2 0x1332 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1397 DUP2 PUSH2 0x135B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13A7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x139E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13FE PUSH1 0x20 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1409 DUP3 PUSH2 0x13C8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x142D DUP2 PUSH2 0x13F1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xA5 0xCF 0x24 MOD 0xF8 0xBB STOP PUSH27 0x45008610CF8BAF05DDE6F3DBF02727307F944766ECF3CBE164736F PUSH13 0x63430008120033000000000000 ","sourceMap":"338:3609:8:-:0;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_checkOwner_176":{"entryPoint":2371,"id":176,"parameterSlots":0,"returnSlots":0},"@_msgSender_894":{"entryPoint":2546,"id":894,"parameterSlots":0,"returnSlots":1},"@_transferOwnership_233":{"entryPoint":2554,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":2497,"id":78,"parameterSlots":1,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":1584,"id":100,"parameterSlots":0,"returnSlots":0},"@owner_162":{"entryPoint":1725,"id":162,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":2156,"id":41,"parameterSlots":0,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":1564,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_1803":{"entryPoint":372,"id":1803,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_1740":{"entryPoint":1767,"id":1740,"parameterSlots":3,"returnSlots":0},"@transferOwnership_61":{"entryPoint":2198,"id":61,"parameterSlots":1,"returnSlots":0},"@updateProtocolAddress_1892":{"entryPoint":745,"id":1892,"parameterSlots":2,"returnSlots":0},"@updateProtocolFee_1820":{"entryPoint":1457,"id":1820,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":3180,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":3496,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":3285,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":2880,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":3100,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":3765,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":3624,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":3869,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":3517,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":3786,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":3331,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":3645,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":4145,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":3690,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":4182,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":4059,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack":{"entryPoint":4367,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":4847,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack":{"entryPoint":4955,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":5105,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack":{"entryPoint":4513,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack":{"entryPoint":4659,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":4074,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":5022,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":4726,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":3705,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":4275,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4402,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4882,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4990,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5140,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4548,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4694,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":5037,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":4741,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_memory":{"entryPoint":3019,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":2827,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":3046,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":3989,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":3961,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":4169,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":3972,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":4309,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_from_storage_t_bytes32":{"entryPoint":4023,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":3455,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":2847,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":3423,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":3732,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":3581,"id":null,"parameterSlots":1,"returnSlots":1},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":4033,"id":null,"parameterSlots":1,"returnSlots":1},"finalize_allocation":{"entryPoint":2970,"id":null,"parameterSlots":2,"returnSlots":0},"panic_error_0x32":{"entryPoint":3914,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":2923,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":2901,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":3095,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":3090,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":2842,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":2837,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":2906,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":4010,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf":{"entryPoint":4326,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":4768,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338":{"entryPoint":4914,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":5064,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead":{"entryPoint":4434,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4":{"entryPoint":4580,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":3473,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":2857,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":3742,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":3601,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:19125:11","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:11","statements":[{"nodeType":"YulAssignment","src":"57:19:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:11","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:11"},"nodeType":"YulFunctionCall","src":"67:9:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:11"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:11","type":""}],"src":"7:75:11"},{"body":{"nodeType":"YulBlock","src":"177:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:11"},"nodeType":"YulFunctionCall","src":"187:12:11"},"nodeType":"YulExpressionStatement","src":"187:12:11"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:11"},{"body":{"nodeType":"YulBlock","src":"300:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:11"},"nodeType":"YulFunctionCall","src":"310:12:11"},"nodeType":"YulExpressionStatement","src":"310:12:11"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:11"},{"body":{"nodeType":"YulBlock","src":"379:32:11","statements":[{"nodeType":"YulAssignment","src":"389:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:11"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:11","type":""}],"src":"334:77:11"},{"body":{"nodeType":"YulBlock","src":"460:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:11"},"nodeType":"YulFunctionCall","src":"519:12:11"},"nodeType":"YulExpressionStatement","src":"519:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:11"},"nodeType":"YulFunctionCall","src":"490:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:11"},"nodeType":"YulFunctionCall","src":"480:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:11"},"nodeType":"YulFunctionCall","src":"473:43:11"},"nodeType":"YulIf","src":"470:63:11"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:11","type":""}],"src":"417:122:11"},{"body":{"nodeType":"YulBlock","src":"597:87:11","statements":[{"nodeType":"YulAssignment","src":"607:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:11"},"nodeType":"YulFunctionCall","src":"616:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:11"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:11"},"nodeType":"YulFunctionCall","src":"645:33:11"},"nodeType":"YulExpressionStatement","src":"645:33:11"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:11","type":""}],"src":"545:139:11"},{"body":{"nodeType":"YulBlock","src":"779:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"796:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"799:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"789:6:11"},"nodeType":"YulFunctionCall","src":"789:12:11"},"nodeType":"YulExpressionStatement","src":"789:12:11"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"690:117:11"},{"body":{"nodeType":"YulBlock","src":"861:54:11","statements":[{"nodeType":"YulAssignment","src":"871:38:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"889:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"896:2:11","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"885:3:11"},"nodeType":"YulFunctionCall","src":"885:14:11"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"905:2:11","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"901:3:11"},"nodeType":"YulFunctionCall","src":"901:7:11"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"881:3:11"},"nodeType":"YulFunctionCall","src":"881:28:11"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"871:6:11"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"844:5:11","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"854:6:11","type":""}],"src":"813:102:11"},{"body":{"nodeType":"YulBlock","src":"949:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"966:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"969:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"959:6:11"},"nodeType":"YulFunctionCall","src":"959:88:11"},"nodeType":"YulExpressionStatement","src":"959:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1063:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"1066:4:11","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1056:6:11"},"nodeType":"YulFunctionCall","src":"1056:15:11"},"nodeType":"YulExpressionStatement","src":"1056:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1087:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1090:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1080:6:11"},"nodeType":"YulFunctionCall","src":"1080:15:11"},"nodeType":"YulExpressionStatement","src":"1080:15:11"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"921:180:11"},{"body":{"nodeType":"YulBlock","src":"1150:238:11","statements":[{"nodeType":"YulVariableDeclaration","src":"1160:58:11","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1182:6:11"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1212:4:11"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"1190:21:11"},"nodeType":"YulFunctionCall","src":"1190:27:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1178:3:11"},"nodeType":"YulFunctionCall","src":"1178:40:11"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"1164:10:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"1329:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1331:16:11"},"nodeType":"YulFunctionCall","src":"1331:18:11"},"nodeType":"YulExpressionStatement","src":"1331:18:11"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1272:10:11"},{"kind":"number","nodeType":"YulLiteral","src":"1284:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1269:2:11"},"nodeType":"YulFunctionCall","src":"1269:34:11"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1308:10:11"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1320:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1305:2:11"},"nodeType":"YulFunctionCall","src":"1305:22:11"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1266:2:11"},"nodeType":"YulFunctionCall","src":"1266:62:11"},"nodeType":"YulIf","src":"1263:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1367:2:11","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1371:10:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1360:6:11"},"nodeType":"YulFunctionCall","src":"1360:22:11"},"nodeType":"YulExpressionStatement","src":"1360:22:11"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"1136:6:11","type":""},{"name":"size","nodeType":"YulTypedName","src":"1144:4:11","type":""}],"src":"1107:281:11"},{"body":{"nodeType":"YulBlock","src":"1435:88:11","statements":[{"nodeType":"YulAssignment","src":"1445:30:11","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"1455:18:11"},"nodeType":"YulFunctionCall","src":"1455:20:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1445:6:11"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1504:6:11"},{"name":"size","nodeType":"YulIdentifier","src":"1512:4:11"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"1484:19:11"},"nodeType":"YulFunctionCall","src":"1484:33:11"},"nodeType":"YulExpressionStatement","src":"1484:33:11"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"1419:4:11","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1428:6:11","type":""}],"src":"1394:129:11"},{"body":{"nodeType":"YulBlock","src":"1640:229:11","statements":[{"body":{"nodeType":"YulBlock","src":"1745:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1747:16:11"},"nodeType":"YulFunctionCall","src":"1747:18:11"},"nodeType":"YulExpressionStatement","src":"1747:18:11"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1717:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"1725:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1714:2:11"},"nodeType":"YulFunctionCall","src":"1714:30:11"},"nodeType":"YulIf","src":"1711:56:11"},{"nodeType":"YulAssignment","src":"1777:25:11","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1789:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"1797:4:11","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"1785:3:11"},"nodeType":"YulFunctionCall","src":"1785:17:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1777:4:11"}]},{"nodeType":"YulAssignment","src":"1839:23:11","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1851:4:11"},{"kind":"number","nodeType":"YulLiteral","src":"1857:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1847:3:11"},"nodeType":"YulFunctionCall","src":"1847:15:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1839:4:11"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"1624:6:11","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"1635:4:11","type":""}],"src":"1529:340:11"},{"body":{"nodeType":"YulBlock","src":"1964:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1981:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1984:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1974:6:11"},"nodeType":"YulFunctionCall","src":"1974:12:11"},"nodeType":"YulExpressionStatement","src":"1974:12:11"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"1875:117:11"},{"body":{"nodeType":"YulBlock","src":"2087:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2104:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2107:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2097:6:11"},"nodeType":"YulFunctionCall","src":"2097:12:11"},"nodeType":"YulExpressionStatement","src":"2097:12:11"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"1998:117:11"},{"body":{"nodeType":"YulBlock","src":"2210:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2227:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2230:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2220:6:11"},"nodeType":"YulFunctionCall","src":"2220:12:11"},"nodeType":"YulExpressionStatement","src":"2220:12:11"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"2121:117:11"},{"body":{"nodeType":"YulBlock","src":"2368:494:11","statements":[{"body":{"nodeType":"YulBlock","src":"2412:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"2414:77:11"},"nodeType":"YulFunctionCall","src":"2414:79:11"},"nodeType":"YulExpressionStatement","src":"2414:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"2389:3:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"2394:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2385:3:11"},"nodeType":"YulFunctionCall","src":"2385:19:11"},{"kind":"number","nodeType":"YulLiteral","src":"2406:4:11","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2381:3:11"},"nodeType":"YulFunctionCall","src":"2381:30:11"},"nodeType":"YulIf","src":"2378:117:11"},{"nodeType":"YulAssignment","src":"2504:30:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2529:4:11","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"2513:15:11"},"nodeType":"YulFunctionCall","src":"2513:21:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2504:5:11"}]},{"nodeType":"YulBlock","src":"2544:150:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2579:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"2593:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2583:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2619:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"2626:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2615:3:11"},"nodeType":"YulFunctionCall","src":"2615:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2658:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"2669:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2654:3:11"},"nodeType":"YulFunctionCall","src":"2654:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"2678:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2633:20:11"},"nodeType":"YulFunctionCall","src":"2633:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2608:6:11"},"nodeType":"YulFunctionCall","src":"2608:75:11"},"nodeType":"YulExpressionStatement","src":"2608:75:11"}]},{"nodeType":"YulBlock","src":"2704:151:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2739:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"2753:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2743:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2780:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"2787:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2776:3:11"},"nodeType":"YulFunctionCall","src":"2776:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2819:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"2830:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2815:3:11"},"nodeType":"YulFunctionCall","src":"2815:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"2839:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2794:20:11"},"nodeType":"YulFunctionCall","src":"2794:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2769:6:11"},"nodeType":"YulFunctionCall","src":"2769:75:11"},"nodeType":"YulExpressionStatement","src":"2769:75:11"}]}]},"name":"abi_decode_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2343:9:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"2354:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2362:5:11","type":""}],"src":"2284:578:11"},{"body":{"nodeType":"YulBlock","src":"3041:666:11","statements":[{"nodeType":"YulAssignment","src":"3051:119:11","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3162:6:11"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3076:85:11"},"nodeType":"YulFunctionCall","src":"3076:93:11"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"3060:15:11"},"nodeType":"YulFunctionCall","src":"3060:110:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"3051:5:11"}]},{"nodeType":"YulVariableDeclaration","src":"3179:16:11","value":{"name":"array","nodeType":"YulIdentifier","src":"3190:5:11"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"3183:3:11","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3212:5:11"},{"name":"length","nodeType":"YulIdentifier","src":"3219:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3205:6:11"},"nodeType":"YulFunctionCall","src":"3205:21:11"},"nodeType":"YulExpressionStatement","src":"3205:21:11"},{"nodeType":"YulAssignment","src":"3235:23:11","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3246:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"3253:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3242:3:11"},"nodeType":"YulFunctionCall","src":"3242:16:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3235:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"3268:44:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3286:6:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3298:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"3306:4:11","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3294:3:11"},"nodeType":"YulFunctionCall","src":"3294:17:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3282:3:11"},"nodeType":"YulFunctionCall","src":"3282:30:11"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"3272:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"3340:103:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"3354:77:11"},"nodeType":"YulFunctionCall","src":"3354:79:11"},"nodeType":"YulExpressionStatement","src":"3354:79:11"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"3327:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"3335:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3324:2:11"},"nodeType":"YulFunctionCall","src":"3324:15:11"},"nodeType":"YulIf","src":"3321:122:11"},{"body":{"nodeType":"YulBlock","src":"3528:173:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3543:21:11","value":{"name":"src","nodeType":"YulIdentifier","src":"3561:3:11"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"3547:10:11","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3585:3:11"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"3640:10:11"},{"name":"end","nodeType":"YulIdentifier","src":"3652:3:11"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"3590:49:11"},"nodeType":"YulFunctionCall","src":"3590:66:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3578:6:11"},"nodeType":"YulFunctionCall","src":"3578:79:11"},"nodeType":"YulExpressionStatement","src":"3578:79:11"},{"nodeType":"YulAssignment","src":"3670:21:11","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3681:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"3686:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3677:3:11"},"nodeType":"YulFunctionCall","src":"3677:14:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3670:3:11"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3481:3:11"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"3486:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3478:2:11"},"nodeType":"YulFunctionCall","src":"3478:15:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3494:25:11","statements":[{"nodeType":"YulAssignment","src":"3496:21:11","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3507:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"3512:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3503:3:11"},"nodeType":"YulFunctionCall","src":"3503:14:11"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"3496:3:11"}]}]},"pre":{"nodeType":"YulBlock","src":"3456:21:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3458:17:11","value":{"name":"offset","nodeType":"YulIdentifier","src":"3469:6:11"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"3462:3:11","type":""}]}]},"src":"3452:249:11"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3011:6:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"3019:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"3027:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3035:5:11","type":""}],"src":"2910:797:11"},{"body":{"nodeType":"YulBlock","src":"3861:322:11","statements":[{"body":{"nodeType":"YulBlock","src":"3910:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"3912:77:11"},"nodeType":"YulFunctionCall","src":"3912:79:11"},"nodeType":"YulExpressionStatement","src":"3912:79:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3889:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"3897:4:11","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3885:3:11"},"nodeType":"YulFunctionCall","src":"3885:17:11"},{"name":"end","nodeType":"YulIdentifier","src":"3904:3:11"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3881:3:11"},"nodeType":"YulFunctionCall","src":"3881:27:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3874:6:11"},"nodeType":"YulFunctionCall","src":"3874:35:11"},"nodeType":"YulIf","src":"3871:122:11"},{"nodeType":"YulVariableDeclaration","src":"4002:34:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4029:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4016:12:11"},"nodeType":"YulFunctionCall","src":"4016:20:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"4006:6:11","type":""}]},{"nodeType":"YulAssignment","src":"4045:132:11","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4150:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"4158:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4146:3:11"},"nodeType":"YulFunctionCall","src":"4146:17:11"},{"name":"length","nodeType":"YulIdentifier","src":"4165:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"4173:3:11"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4054:91:11"},"nodeType":"YulFunctionCall","src":"4054:123:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"4045:5:11"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3839:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"3847:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3855:5:11","type":""}],"src":"3755:428:11"},{"body":{"nodeType":"YulBlock","src":"4326:605:11","statements":[{"body":{"nodeType":"YulBlock","src":"4372:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4374:77:11"},"nodeType":"YulFunctionCall","src":"4374:79:11"},"nodeType":"YulExpressionStatement","src":"4374:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4347:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"4356:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4343:3:11"},"nodeType":"YulFunctionCall","src":"4343:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"4368:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4339:3:11"},"nodeType":"YulFunctionCall","src":"4339:32:11"},"nodeType":"YulIf","src":"4336:119:11"},{"nodeType":"YulBlock","src":"4465:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"4480:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"4494:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4484:6:11","type":""}]},{"nodeType":"YulAssignment","src":"4509:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4544:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"4555:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4540:3:11"},"nodeType":"YulFunctionCall","src":"4540:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4564:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"4519:20:11"},"nodeType":"YulFunctionCall","src":"4519:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4509:6:11"}]}]},{"nodeType":"YulBlock","src":"4592:332:11","statements":[{"nodeType":"YulVariableDeclaration","src":"4607:46:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4638:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"4649:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4634:3:11"},"nodeType":"YulFunctionCall","src":"4634:18:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4621:12:11"},"nodeType":"YulFunctionCall","src":"4621:32:11"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4611:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"4700:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"4702:77:11"},"nodeType":"YulFunctionCall","src":"4702:79:11"},"nodeType":"YulExpressionStatement","src":"4702:79:11"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4672:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"4680:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4669:2:11"},"nodeType":"YulFunctionCall","src":"4669:30:11"},"nodeType":"YulIf","src":"4666:117:11"},{"nodeType":"YulAssignment","src":"4797:117:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4886:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"4897:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4882:3:11"},"nodeType":"YulFunctionCall","src":"4882:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4906:7:11"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4807:74:11"},"nodeType":"YulFunctionCall","src":"4807:107:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4797:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4288:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4299:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4311:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"4319:6:11","type":""}],"src":"4189:742:11"},{"body":{"nodeType":"YulBlock","src":"4982:81:11","statements":[{"nodeType":"YulAssignment","src":"4992:65:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5007:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"5014:42:11","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5003:3:11"},"nodeType":"YulFunctionCall","src":"5003:54:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4992:7:11"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4964:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4974:7:11","type":""}],"src":"4937:126:11"},{"body":{"nodeType":"YulBlock","src":"5114:51:11","statements":[{"nodeType":"YulAssignment","src":"5124:35:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5153:5:11"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"5135:17:11"},"nodeType":"YulFunctionCall","src":"5135:24:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5124:7:11"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5096:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5106:7:11","type":""}],"src":"5069:96:11"},{"body":{"nodeType":"YulBlock","src":"5214:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"5271:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5280:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5283:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5273:6:11"},"nodeType":"YulFunctionCall","src":"5273:12:11"},"nodeType":"YulExpressionStatement","src":"5273:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5237:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5262:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"5244:17:11"},"nodeType":"YulFunctionCall","src":"5244:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"5234:2:11"},"nodeType":"YulFunctionCall","src":"5234:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5227:6:11"},"nodeType":"YulFunctionCall","src":"5227:43:11"},"nodeType":"YulIf","src":"5224:63:11"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5207:5:11","type":""}],"src":"5171:122:11"},{"body":{"nodeType":"YulBlock","src":"5351:87:11","statements":[{"nodeType":"YulAssignment","src":"5361:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5383:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5370:12:11"},"nodeType":"YulFunctionCall","src":"5370:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5361:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5426:5:11"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"5399:26:11"},"nodeType":"YulFunctionCall","src":"5399:33:11"},"nodeType":"YulExpressionStatement","src":"5399:33:11"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5329:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"5337:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5345:5:11","type":""}],"src":"5299:139:11"},{"body":{"nodeType":"YulBlock","src":"5527:391:11","statements":[{"body":{"nodeType":"YulBlock","src":"5573:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5575:77:11"},"nodeType":"YulFunctionCall","src":"5575:79:11"},"nodeType":"YulExpressionStatement","src":"5575:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5548:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"5557:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5544:3:11"},"nodeType":"YulFunctionCall","src":"5544:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"5569:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5540:3:11"},"nodeType":"YulFunctionCall","src":"5540:32:11"},"nodeType":"YulIf","src":"5537:119:11"},{"nodeType":"YulBlock","src":"5666:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"5681:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"5695:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5685:6:11","type":""}]},{"nodeType":"YulAssignment","src":"5710:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5745:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"5756:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5741:3:11"},"nodeType":"YulFunctionCall","src":"5741:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5765:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"5720:20:11"},"nodeType":"YulFunctionCall","src":"5720:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5710:6:11"}]}]},{"nodeType":"YulBlock","src":"5793:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"5808:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"5822:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5812:6:11","type":""}]},{"nodeType":"YulAssignment","src":"5838:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5873:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"5884:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5869:3:11"},"nodeType":"YulFunctionCall","src":"5869:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5893:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5848:20:11"},"nodeType":"YulFunctionCall","src":"5848:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5838:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5489:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5500:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5512:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5520:6:11","type":""}],"src":"5444:474:11"},{"body":{"nodeType":"YulBlock","src":"5968:57:11","statements":[{"nodeType":"YulAssignment","src":"5978:41:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5993:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6000:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5989:3:11"},"nodeType":"YulFunctionCall","src":"5989:30:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5978:7:11"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5950:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5960:7:11","type":""}],"src":"5924:101:11"},{"body":{"nodeType":"YulBlock","src":"6073:78:11","statements":[{"body":{"nodeType":"YulBlock","src":"6129:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6138:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6141:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6131:6:11"},"nodeType":"YulFunctionCall","src":"6131:12:11"},"nodeType":"YulExpressionStatement","src":"6131:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6096:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6120:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"6103:16:11"},"nodeType":"YulFunctionCall","src":"6103:23:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6093:2:11"},"nodeType":"YulFunctionCall","src":"6093:34:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"6086:6:11"},"nodeType":"YulFunctionCall","src":"6086:42:11"},"nodeType":"YulIf","src":"6083:62:11"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6066:5:11","type":""}],"src":"6031:120:11"},{"body":{"nodeType":"YulBlock","src":"6208:86:11","statements":[{"nodeType":"YulAssignment","src":"6218:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6240:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"6227:12:11"},"nodeType":"YulFunctionCall","src":"6227:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6218:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6282:5:11"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"6256:25:11"},"nodeType":"YulFunctionCall","src":"6256:32:11"},"nodeType":"YulExpressionStatement","src":"6256:32:11"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6186:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"6194:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"6202:5:11","type":""}],"src":"6157:137:11"},{"body":{"nodeType":"YulBlock","src":"6365:262:11","statements":[{"body":{"nodeType":"YulBlock","src":"6411:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"6413:77:11"},"nodeType":"YulFunctionCall","src":"6413:79:11"},"nodeType":"YulExpressionStatement","src":"6413:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"6386:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"6395:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6382:3:11"},"nodeType":"YulFunctionCall","src":"6382:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"6407:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"6378:3:11"},"nodeType":"YulFunctionCall","src":"6378:32:11"},"nodeType":"YulIf","src":"6375:119:11"},{"nodeType":"YulBlock","src":"6504:116:11","statements":[{"nodeType":"YulVariableDeclaration","src":"6519:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"6533:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6523:6:11","type":""}]},{"nodeType":"YulAssignment","src":"6548:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6582:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"6593:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6578:3:11"},"nodeType":"YulFunctionCall","src":"6578:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"6602:7:11"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"6558:19:11"},"nodeType":"YulFunctionCall","src":"6558:52:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"6548:6:11"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6335:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"6346:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"6358:6:11","type":""}],"src":"6300:327:11"},{"body":{"nodeType":"YulBlock","src":"6698:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6715:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6738:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"6720:17:11"},"nodeType":"YulFunctionCall","src":"6720:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6708:6:11"},"nodeType":"YulFunctionCall","src":"6708:37:11"},"nodeType":"YulExpressionStatement","src":"6708:37:11"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6686:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"6693:3:11","type":""}],"src":"6633:118:11"},{"body":{"nodeType":"YulBlock","src":"6855:124:11","statements":[{"nodeType":"YulAssignment","src":"6865:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6877:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"6888:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6873:3:11"},"nodeType":"YulFunctionCall","src":"6873:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6865:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"6945:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6958:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"6969:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6954:3:11"},"nodeType":"YulFunctionCall","src":"6954:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"6901:43:11"},"nodeType":"YulFunctionCall","src":"6901:71:11"},"nodeType":"YulExpressionStatement","src":"6901:71:11"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6827:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6839:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6850:4:11","type":""}],"src":"6757:222:11"},{"body":{"nodeType":"YulBlock","src":"7030:32:11","statements":[{"nodeType":"YulAssignment","src":"7040:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"7051:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"7040:7:11"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7012:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"7022:7:11","type":""}],"src":"6985:77:11"},{"body":{"nodeType":"YulBlock","src":"7111:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"7168:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7177:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7180:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"7170:6:11"},"nodeType":"YulFunctionCall","src":"7170:12:11"},"nodeType":"YulExpressionStatement","src":"7170:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7134:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7159:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"7141:17:11"},"nodeType":"YulFunctionCall","src":"7141:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"7131:2:11"},"nodeType":"YulFunctionCall","src":"7131:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7124:6:11"},"nodeType":"YulFunctionCall","src":"7124:43:11"},"nodeType":"YulIf","src":"7121:63:11"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7104:5:11","type":""}],"src":"7068:122:11"},{"body":{"nodeType":"YulBlock","src":"7248:87:11","statements":[{"nodeType":"YulAssignment","src":"7258:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7280:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7267:12:11"},"nodeType":"YulFunctionCall","src":"7267:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"7258:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7323:5:11"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"7296:26:11"},"nodeType":"YulFunctionCall","src":"7296:33:11"},"nodeType":"YulExpressionStatement","src":"7296:33:11"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7226:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"7234:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"7242:5:11","type":""}],"src":"7196:139:11"},{"body":{"nodeType":"YulBlock","src":"7441:519:11","statements":[{"body":{"nodeType":"YulBlock","src":"7487:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7489:77:11"},"nodeType":"YulFunctionCall","src":"7489:79:11"},"nodeType":"YulExpressionStatement","src":"7489:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7462:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"7471:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7458:3:11"},"nodeType":"YulFunctionCall","src":"7458:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"7483:2:11","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7454:3:11"},"nodeType":"YulFunctionCall","src":"7454:32:11"},"nodeType":"YulIf","src":"7451:119:11"},{"nodeType":"YulBlock","src":"7580:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7595:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"7609:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7599:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7624:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7659:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"7670:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7655:3:11"},"nodeType":"YulFunctionCall","src":"7655:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7679:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"7634:20:11"},"nodeType":"YulFunctionCall","src":"7634:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"7624:6:11"}]}]},{"nodeType":"YulBlock","src":"7707:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7722:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"7736:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7726:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7752:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7787:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"7798:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7783:3:11"},"nodeType":"YulFunctionCall","src":"7783:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7807:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"7762:20:11"},"nodeType":"YulFunctionCall","src":"7762:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"7752:6:11"}]}]},{"nodeType":"YulBlock","src":"7835:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7850:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"7864:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7854:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7880:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7915:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"7926:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7911:3:11"},"nodeType":"YulFunctionCall","src":"7911:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7935:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"7890:20:11"},"nodeType":"YulFunctionCall","src":"7890:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"7880:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7395:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7406:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7418:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7426:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"7434:6:11","type":""}],"src":"7341:619:11"},{"body":{"nodeType":"YulBlock","src":"8032:263:11","statements":[{"body":{"nodeType":"YulBlock","src":"8078:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"8080:77:11"},"nodeType":"YulFunctionCall","src":"8080:79:11"},"nodeType":"YulExpressionStatement","src":"8080:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"8053:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"8062:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8049:3:11"},"nodeType":"YulFunctionCall","src":"8049:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"8074:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"8045:3:11"},"nodeType":"YulFunctionCall","src":"8045:32:11"},"nodeType":"YulIf","src":"8042:119:11"},{"nodeType":"YulBlock","src":"8171:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"8186:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"8200:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8190:6:11","type":""}]},{"nodeType":"YulAssignment","src":"8215:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8250:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"8261:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8246:3:11"},"nodeType":"YulFunctionCall","src":"8246:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8270:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"8225:20:11"},"nodeType":"YulFunctionCall","src":"8225:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8215:6:11"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8002:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"8013:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"8025:6:11","type":""}],"src":"7966:329:11"},{"body":{"nodeType":"YulBlock","src":"8329:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8346:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8349:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8339:6:11"},"nodeType":"YulFunctionCall","src":"8339:88:11"},"nodeType":"YulExpressionStatement","src":"8339:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8443:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"8446:4:11","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8436:6:11"},"nodeType":"YulFunctionCall","src":"8436:15:11"},"nodeType":"YulExpressionStatement","src":"8436:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8467:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8470:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8460:6:11"},"nodeType":"YulFunctionCall","src":"8460:15:11"},"nodeType":"YulExpressionStatement","src":"8460:15:11"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"8301:180:11"},{"body":{"nodeType":"YulBlock","src":"8584:40:11","statements":[{"nodeType":"YulAssignment","src":"8595:22:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8611:5:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"8605:5:11"},"nodeType":"YulFunctionCall","src":"8605:12:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"8595:6:11"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8567:5:11","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"8577:6:11","type":""}],"src":"8487:137:11"},{"body":{"nodeType":"YulBlock","src":"8770:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8787:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"8792:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8780:6:11"},"nodeType":"YulFunctionCall","src":"8780:19:11"},"nodeType":"YulExpressionStatement","src":"8780:19:11"},{"nodeType":"YulAssignment","src":"8808:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8827:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"8832:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8823:3:11"},"nodeType":"YulFunctionCall","src":"8823:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"8808:11:11"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"8742:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"8747:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"8758:11:11","type":""}],"src":"8630:213:11"},{"body":{"nodeType":"YulBlock","src":"8944:87:11","statements":[{"nodeType":"YulAssignment","src":"8954:11:11","value":{"name":"ptr","nodeType":"YulIdentifier","src":"8962:3:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8954:4:11"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8982:1:11","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"8985:3:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8975:6:11"},"nodeType":"YulFunctionCall","src":"8975:14:11"},"nodeType":"YulExpressionStatement","src":"8975:14:11"},{"nodeType":"YulAssignment","src":"8998:26:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9016:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9019:4:11","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"9006:9:11"},"nodeType":"YulFunctionCall","src":"9006:18:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8998:4:11"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"8931:3:11","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"8939:4:11","type":""}],"src":"8849:182:11"},{"body":{"nodeType":"YulBlock","src":"9088:51:11","statements":[{"nodeType":"YulAssignment","src":"9098:34:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9123:1:11","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"9126:5:11"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"9119:3:11"},"nodeType":"YulFunctionCall","src":"9119:13:11"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"9098:8:11"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9069:5:11","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"9079:8:11","type":""}],"src":"9037:102:11"},{"body":{"nodeType":"YulBlock","src":"9203:32:11","statements":[{"nodeType":"YulAssignment","src":"9213:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"9224:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"9213:7:11"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9185:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"9195:7:11","type":""}],"src":"9145:90:11"},{"body":{"nodeType":"YulBlock","src":"9316:91:11","statements":[{"nodeType":"YulAssignment","src":"9326:75:11","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"9389:10:11"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"9366:22:11"},"nodeType":"YulFunctionCall","src":"9366:34:11"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"9335:30:11"},"nodeType":"YulFunctionCall","src":"9335:66:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"9326:5:11"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"9295:10:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9310:5:11","type":""}],"src":"9241:166:11"},{"body":{"nodeType":"YulBlock","src":"9468:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9485:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9508:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"9490:17:11"},"nodeType":"YulFunctionCall","src":"9490:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9478:6:11"},"nodeType":"YulFunctionCall","src":"9478:37:11"},"nodeType":"YulExpressionStatement","src":"9478:37:11"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9456:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"9463:3:11","type":""}],"src":"9413:108:11"},{"body":{"nodeType":"YulBlock","src":"9714:578:11","statements":[{"nodeType":"YulVariableDeclaration","src":"9724:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9740:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"9745:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9736:3:11"},"nodeType":"YulFunctionCall","src":"9736:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"9728:4:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"9759:18:11","value":{"kind":"number","nodeType":"YulLiteral","src":"9776:1:11","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"9763:9:11","type":""}]},{"nodeType":"YulBlock","src":"9787:244:11","statements":[{"nodeType":"YulAssignment","src":"9821:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9844:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"9851:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9840:3:11"},"nodeType":"YulFunctionCall","src":"9840:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"9834:5:11"},"nodeType":"YulFunctionCall","src":"9834:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9821:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"9870:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9935:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"9890:44:11"},"nodeType":"YulFunctionCall","src":"9890:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"9874:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"9992:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10010:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10015:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10006:3:11"},"nodeType":"YulFunctionCall","src":"10006:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"9958:33:11"},"nodeType":"YulFunctionCall","src":"9958:63:11"},"nodeType":"YulExpressionStatement","src":"9958:63:11"}]},{"nodeType":"YulBlock","src":"10041:244:11","statements":[{"nodeType":"YulAssignment","src":"10075:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10098:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"10105:4:11","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10094:3:11"},"nodeType":"YulFunctionCall","src":"10094:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"10088:5:11"},"nodeType":"YulFunctionCall","src":"10088:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"10075:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"10124:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"10189:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"10144:44:11"},"nodeType":"YulFunctionCall","src":"10144:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"10128:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"10246:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10264:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10269:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10260:3:11"},"nodeType":"YulFunctionCall","src":"10260:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"10212:33:11"},"nodeType":"YulFunctionCall","src":"10212:63:11"},"nodeType":"YulExpressionStatement","src":"10212:63:11"}]}]},"name":"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9701:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"9708:3:11","type":""}],"src":"9603:689:11"},{"body":{"nodeType":"YulBlock","src":"10433:154:11","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"10532:6:11"},{"name":"pos","nodeType":"YulIdentifier","src":"10540:3:11"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"10443:88:11"},"nodeType":"YulFunctionCall","src":"10443:101:11"},"nodeType":"YulExpressionStatement","src":"10443:101:11"},{"nodeType":"YulAssignment","src":"10553:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10571:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10576:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10567:3:11"},"nodeType":"YulFunctionCall","src":"10567:14:11"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"10553:10:11"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"10406:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10414:3:11","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"10422:10:11","type":""}],"src":"10298:289:11"},{"body":{"nodeType":"YulBlock","src":"10691:38:11","statements":[{"nodeType":"YulAssignment","src":"10701:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"10713:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10718:4:11","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10709:3:11"},"nodeType":"YulFunctionCall","src":"10709:14:11"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"10701:4:11"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"10678:3:11","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"10686:4:11","type":""}],"src":"10593:136:11"},{"body":{"nodeType":"YulBlock","src":"10991:754:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11001:91:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11086:5:11"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11015:70:11"},"nodeType":"YulFunctionCall","src":"11015:77:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"11005:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11101:122:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11211:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"11216:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11108:102:11"},"nodeType":"YulFunctionCall","src":"11108:115:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11101:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"11232:94:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11320:5:11"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11247:72:11"},"nodeType":"YulFunctionCall","src":"11247:79:11"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"11236:7:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"11335:21:11","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"11349:7:11"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"11339:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"11425:295:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11439:27:11","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"11460:6:11"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"11443:13:11","type":""}]},{"nodeType":"YulAssignment","src":"11479:125:11","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"11585:13:11"},{"name":"pos","nodeType":"YulIdentifier","src":"11600:3:11"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"11486:98:11"},"nodeType":"YulFunctionCall","src":"11486:118:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11479:3:11"}]},{"nodeType":"YulAssignment","src":"11617:93:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"11703:6:11"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11627:75:11"},"nodeType":"YulFunctionCall","src":"11627:83:11"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"11617:6:11"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"11387:1:11"},{"name":"length","nodeType":"YulIdentifier","src":"11390:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"11384:2:11"},"nodeType":"YulFunctionCall","src":"11384:13:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"11398:18:11","statements":[{"nodeType":"YulAssignment","src":"11400:14:11","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"11409:1:11"},{"kind":"number","nodeType":"YulLiteral","src":"11412:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11405:3:11"},"nodeType":"YulFunctionCall","src":"11405:9:11"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"11400:1:11"}]}]},"pre":{"nodeType":"YulBlock","src":"11369:14:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11371:10:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11380:1:11","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"11375:1:11","type":""}]}]},"src":"11365:355:11"},{"nodeType":"YulAssignment","src":"11729:10:11","value":{"name":"pos","nodeType":"YulIdentifier","src":"11736:3:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"11729:3:11"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10970:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10977:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10986:3:11","type":""}],"src":"10815:930:11"},{"body":{"nodeType":"YulBlock","src":"11951:277:11","statements":[{"nodeType":"YulAssignment","src":"11961:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11973:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"11984:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11969:3:11"},"nodeType":"YulFunctionCall","src":"11969:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11961:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12008:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"12019:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12004:3:11"},"nodeType":"YulFunctionCall","src":"12004:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12027:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"12033:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"12023:3:11"},"nodeType":"YulFunctionCall","src":"12023:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11997:6:11"},"nodeType":"YulFunctionCall","src":"11997:47:11"},"nodeType":"YulExpressionStatement","src":"11997:47:11"},{"nodeType":"YulAssignment","src":"12053:168:11","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"12207:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"12216:4:11"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12061:145:11"},"nodeType":"YulFunctionCall","src":"12061:160:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12053:4:11"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11923:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"11935:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11946:4:11","type":""}],"src":"11751:477:11"},{"body":{"nodeType":"YulBlock","src":"12330:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12347:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"12352:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12340:6:11"},"nodeType":"YulFunctionCall","src":"12340:19:11"},"nodeType":"YulExpressionStatement","src":"12340:19:11"},{"nodeType":"YulAssignment","src":"12368:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12387:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12392:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12383:3:11"},"nodeType":"YulFunctionCall","src":"12383:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"12368:11:11"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12302:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"12307:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"12318:11:11","type":""}],"src":"12234:169:11"},{"body":{"nodeType":"YulBlock","src":"12515:65:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12537:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"12545:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12533:3:11"},"nodeType":"YulFunctionCall","src":"12533:14:11"},{"hexValue":"476174657761793a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"12549:23:11","type":"","value":"Gateway: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12526:6:11"},"nodeType":"YulFunctionCall","src":"12526:47:11"},"nodeType":"YulExpressionStatement","src":"12526:47:11"}]},"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"12507:6:11","type":""}],"src":"12409:171:11"},{"body":{"nodeType":"YulBlock","src":"12732:220:11","statements":[{"nodeType":"YulAssignment","src":"12742:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12808:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12813:2:11","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12749:58:11"},"nodeType":"YulFunctionCall","src":"12749:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12742:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12914:3:11"}],"functionName":{"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulIdentifier","src":"12825:88:11"},"nodeType":"YulFunctionCall","src":"12825:93:11"},"nodeType":"YulExpressionStatement","src":"12825:93:11"},{"nodeType":"YulAssignment","src":"12927:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12938:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12943:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12934:3:11"},"nodeType":"YulFunctionCall","src":"12934:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12927:3:11"}]}]},"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12720:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12728:3:11","type":""}],"src":"12586:366:11"},{"body":{"nodeType":"YulBlock","src":"13129:248:11","statements":[{"nodeType":"YulAssignment","src":"13139:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13151:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"13162:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13147:3:11"},"nodeType":"YulFunctionCall","src":"13147:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13139:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13186:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"13197:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13182:3:11"},"nodeType":"YulFunctionCall","src":"13182:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13205:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"13211:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13201:3:11"},"nodeType":"YulFunctionCall","src":"13201:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13175:6:11"},"nodeType":"YulFunctionCall","src":"13175:47:11"},"nodeType":"YulExpressionStatement","src":"13175:47:11"},{"nodeType":"YulAssignment","src":"13231:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13365:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13239:124:11"},"nodeType":"YulFunctionCall","src":"13239:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13231:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13109:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13124:4:11","type":""}],"src":"12958:419:11"},{"body":{"nodeType":"YulBlock","src":"13489:118:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13511:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"13519:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13507:3:11"},"nodeType":"YulFunctionCall","src":"13507:14:11"},{"hexValue":"476174657761793a207472656173757279206164647265737320616c72656164","kind":"string","nodeType":"YulLiteral","src":"13523:34:11","type":"","value":"Gateway: treasury address alread"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13500:6:11"},"nodeType":"YulFunctionCall","src":"13500:58:11"},"nodeType":"YulExpressionStatement","src":"13500:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13579:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"13587:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13575:3:11"},"nodeType":"YulFunctionCall","src":"13575:15:11"},{"hexValue":"7920736574","kind":"string","nodeType":"YulLiteral","src":"13592:7:11","type":"","value":"y set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13568:6:11"},"nodeType":"YulFunctionCall","src":"13568:32:11"},"nodeType":"YulExpressionStatement","src":"13568:32:11"}]},"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"13481:6:11","type":""}],"src":"13383:224:11"},{"body":{"nodeType":"YulBlock","src":"13759:220:11","statements":[{"nodeType":"YulAssignment","src":"13769:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13835:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13840:2:11","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13776:58:11"},"nodeType":"YulFunctionCall","src":"13776:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13769:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13941:3:11"}],"functionName":{"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulIdentifier","src":"13852:88:11"},"nodeType":"YulFunctionCall","src":"13852:93:11"},"nodeType":"YulExpressionStatement","src":"13852:93:11"},{"nodeType":"YulAssignment","src":"13954:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13965:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13970:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13961:3:11"},"nodeType":"YulFunctionCall","src":"13961:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13954:3:11"}]}]},"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13747:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13755:3:11","type":""}],"src":"13613:366:11"},{"body":{"nodeType":"YulBlock","src":"14156:248:11","statements":[{"nodeType":"YulAssignment","src":"14166:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14178:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14189:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14174:3:11"},"nodeType":"YulFunctionCall","src":"14174:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14166:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14213:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14224:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14209:3:11"},"nodeType":"YulFunctionCall","src":"14209:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14232:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"14238:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"14228:3:11"},"nodeType":"YulFunctionCall","src":"14228:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14202:6:11"},"nodeType":"YulFunctionCall","src":"14202:47:11"},"nodeType":"YulExpressionStatement","src":"14202:47:11"},{"nodeType":"YulAssignment","src":"14258:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14392:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14266:124:11"},"nodeType":"YulFunctionCall","src":"14266:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14258:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14136:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14151:4:11","type":""}],"src":"13985:419:11"},{"body":{"nodeType":"YulBlock","src":"14516:120:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14538:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"14546:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14534:3:11"},"nodeType":"YulFunctionCall","src":"14534:14:11"},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c7265","kind":"string","nodeType":"YulLiteral","src":"14550:34:11","type":"","value":"Gateway: aggregator address alre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14527:6:11"},"nodeType":"YulFunctionCall","src":"14527:58:11"},"nodeType":"YulExpressionStatement","src":"14527:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14606:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"14614:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14602:3:11"},"nodeType":"YulFunctionCall","src":"14602:15:11"},{"hexValue":"61647920736574","kind":"string","nodeType":"YulLiteral","src":"14619:9:11","type":"","value":"ady set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14595:6:11"},"nodeType":"YulFunctionCall","src":"14595:34:11"},"nodeType":"YulExpressionStatement","src":"14595:34:11"}]},"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"14508:6:11","type":""}],"src":"14410:226:11"},{"body":{"nodeType":"YulBlock","src":"14788:220:11","statements":[{"nodeType":"YulAssignment","src":"14798:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14864:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14869:2:11","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14805:58:11"},"nodeType":"YulFunctionCall","src":"14805:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"14798:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14970:3:11"}],"functionName":{"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulIdentifier","src":"14881:88:11"},"nodeType":"YulFunctionCall","src":"14881:93:11"},"nodeType":"YulExpressionStatement","src":"14881:93:11"},{"nodeType":"YulAssignment","src":"14983:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14994:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14999:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14990:3:11"},"nodeType":"YulFunctionCall","src":"14990:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"14983:3:11"}]}]},"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"14776:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"14784:3:11","type":""}],"src":"14642:366:11"},{"body":{"nodeType":"YulBlock","src":"15185:248:11","statements":[{"nodeType":"YulAssignment","src":"15195:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15207:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15218:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15203:3:11"},"nodeType":"YulFunctionCall","src":"15203:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15195:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15242:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15253:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15238:3:11"},"nodeType":"YulFunctionCall","src":"15238:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15261:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"15267:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"15257:3:11"},"nodeType":"YulFunctionCall","src":"15257:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15231:6:11"},"nodeType":"YulFunctionCall","src":"15231:47:11"},"nodeType":"YulExpressionStatement","src":"15231:47:11"},{"nodeType":"YulAssignment","src":"15287:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15421:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15295:124:11"},"nodeType":"YulFunctionCall","src":"15295:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15287:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15165:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15180:4:11","type":""}],"src":"15014:419:11"},{"body":{"nodeType":"YulBlock","src":"15502:52:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15519:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15541:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"15524:16:11"},"nodeType":"YulFunctionCall","src":"15524:23:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15512:6:11"},"nodeType":"YulFunctionCall","src":"15512:36:11"},"nodeType":"YulExpressionStatement","src":"15512:36:11"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15490:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15497:3:11","type":""}],"src":"15439:115:11"},{"body":{"nodeType":"YulBlock","src":"15656:122:11","statements":[{"nodeType":"YulAssignment","src":"15666:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15678:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15689:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15674:3:11"},"nodeType":"YulFunctionCall","src":"15674:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15666:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"15744:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15757:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15768:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15753:3:11"},"nodeType":"YulFunctionCall","src":"15753:17:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"15702:41:11"},"nodeType":"YulFunctionCall","src":"15702:69:11"},"nodeType":"YulExpressionStatement","src":"15702:69:11"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15628:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"15640:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15651:4:11","type":""}],"src":"15560:218:11"},{"body":{"nodeType":"YulBlock","src":"15890:122:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15912:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"15920:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15908:3:11"},"nodeType":"YulFunctionCall","src":"15908:14:11"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"15924:34:11","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15901:6:11"},"nodeType":"YulFunctionCall","src":"15901:58:11"},"nodeType":"YulExpressionStatement","src":"15901:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15980:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"15988:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15976:3:11"},"nodeType":"YulFunctionCall","src":"15976:15:11"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"15993:11:11","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15969:6:11"},"nodeType":"YulFunctionCall","src":"15969:36:11"},"nodeType":"YulExpressionStatement","src":"15969:36:11"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"15882:6:11","type":""}],"src":"15784:228:11"},{"body":{"nodeType":"YulBlock","src":"16164:220:11","statements":[{"nodeType":"YulAssignment","src":"16174:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16240:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16245:2:11","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16181:58:11"},"nodeType":"YulFunctionCall","src":"16181:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"16174:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16346:3:11"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"16257:88:11"},"nodeType":"YulFunctionCall","src":"16257:93:11"},"nodeType":"YulExpressionStatement","src":"16257:93:11"},{"nodeType":"YulAssignment","src":"16359:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16370:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16375:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16366:3:11"},"nodeType":"YulFunctionCall","src":"16366:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"16359:3:11"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"16152:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"16160:3:11","type":""}],"src":"16018:366:11"},{"body":{"nodeType":"YulBlock","src":"16561:248:11","statements":[{"nodeType":"YulAssignment","src":"16571:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16583:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16594:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16579:3:11"},"nodeType":"YulFunctionCall","src":"16579:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16571:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16618:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16629:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16614:3:11"},"nodeType":"YulFunctionCall","src":"16614:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16637:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"16643:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16633:3:11"},"nodeType":"YulFunctionCall","src":"16633:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16607:6:11"},"nodeType":"YulFunctionCall","src":"16607:47:11"},"nodeType":"YulExpressionStatement","src":"16607:47:11"},{"nodeType":"YulAssignment","src":"16663:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16797:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16671:124:11"},"nodeType":"YulFunctionCall","src":"16671:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16663:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16541:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16556:4:11","type":""}],"src":"16390:419:11"},{"body":{"nodeType":"YulBlock","src":"16921:67:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"16943:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"16951:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16939:3:11"},"nodeType":"YulFunctionCall","src":"16939:14:11"},{"hexValue":"476174657761793a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"16955:25:11","type":"","value":"Gateway: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16932:6:11"},"nodeType":"YulFunctionCall","src":"16932:49:11"},"nodeType":"YulExpressionStatement","src":"16932:49:11"}]},"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"16913:6:11","type":""}],"src":"16815:173:11"},{"body":{"nodeType":"YulBlock","src":"17140:220:11","statements":[{"nodeType":"YulAssignment","src":"17150:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17216:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"17221:2:11","type":"","value":"23"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17157:58:11"},"nodeType":"YulFunctionCall","src":"17157:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"17150:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17322:3:11"}],"functionName":{"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulIdentifier","src":"17233:88:11"},"nodeType":"YulFunctionCall","src":"17233:93:11"},"nodeType":"YulExpressionStatement","src":"17233:93:11"},{"nodeType":"YulAssignment","src":"17335:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17346:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"17351:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17342:3:11"},"nodeType":"YulFunctionCall","src":"17342:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"17335:3:11"}]}]},"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"17128:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"17136:3:11","type":""}],"src":"16994:366:11"},{"body":{"nodeType":"YulBlock","src":"17537:248:11","statements":[{"nodeType":"YulAssignment","src":"17547:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17559:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"17570:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17555:3:11"},"nodeType":"YulFunctionCall","src":"17555:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17547:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17594:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"17605:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17590:3:11"},"nodeType":"YulFunctionCall","src":"17590:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17613:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"17619:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"17609:3:11"},"nodeType":"YulFunctionCall","src":"17609:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17583:6:11"},"nodeType":"YulFunctionCall","src":"17583:47:11"},"nodeType":"YulExpressionStatement","src":"17583:47:11"},{"nodeType":"YulAssignment","src":"17639:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17773:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17647:124:11"},"nodeType":"YulFunctionCall","src":"17647:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17639:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17517:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"17532:4:11","type":""}],"src":"17366:419:11"},{"body":{"nodeType":"YulBlock","src":"17856:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17873:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17896:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"17878:17:11"},"nodeType":"YulFunctionCall","src":"17878:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17866:6:11"},"nodeType":"YulFunctionCall","src":"17866:37:11"},"nodeType":"YulExpressionStatement","src":"17866:37:11"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17844:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"17851:3:11","type":""}],"src":"17791:118:11"},{"body":{"nodeType":"YulBlock","src":"18013:124:11","statements":[{"nodeType":"YulAssignment","src":"18023:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18035:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18046:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18031:3:11"},"nodeType":"YulFunctionCall","src":"18031:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18023:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"18103:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18116:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18127:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18112:3:11"},"nodeType":"YulFunctionCall","src":"18112:17:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"18059:43:11"},"nodeType":"YulFunctionCall","src":"18059:71:11"},"nodeType":"YulExpressionStatement","src":"18059:71:11"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17985:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"17997:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18008:4:11","type":""}],"src":"17915:222:11"},{"body":{"nodeType":"YulBlock","src":"18249:76:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"18271:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"18279:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18267:3:11"},"nodeType":"YulFunctionCall","src":"18267:14:11"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"18283:34:11","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18260:6:11"},"nodeType":"YulFunctionCall","src":"18260:58:11"},"nodeType":"YulExpressionStatement","src":"18260:58:11"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"18241:6:11","type":""}],"src":"18143:182:11"},{"body":{"nodeType":"YulBlock","src":"18477:220:11","statements":[{"nodeType":"YulAssignment","src":"18487:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18553:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"18558:2:11","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18494:58:11"},"nodeType":"YulFunctionCall","src":"18494:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"18487:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18659:3:11"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"18570:88:11"},"nodeType":"YulFunctionCall","src":"18570:93:11"},"nodeType":"YulExpressionStatement","src":"18570:93:11"},{"nodeType":"YulAssignment","src":"18672:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18683:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"18688:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18679:3:11"},"nodeType":"YulFunctionCall","src":"18679:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"18672:3:11"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"18465:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"18473:3:11","type":""}],"src":"18331:366:11"},{"body":{"nodeType":"YulBlock","src":"18874:248:11","statements":[{"nodeType":"YulAssignment","src":"18884:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18896:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18907:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18892:3:11"},"nodeType":"YulFunctionCall","src":"18892:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18884:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18931:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18942:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18927:3:11"},"nodeType":"YulFunctionCall","src":"18927:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"18950:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"18956:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18946:3:11"},"nodeType":"YulFunctionCall","src":"18946:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18920:6:11"},"nodeType":"YulFunctionCall","src":"18920:47:11"},"nodeType":"YulExpressionStatement","src":"18920:47:11"},{"nodeType":"YulAssignment","src":"18976:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"19110:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18984:124:11"},"nodeType":"YulFunctionCall","src":"18984:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18976:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18854:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18869:4:11","type":""}],"src":"18703:419:11"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$2074_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$2074_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: treasury address alread\")\n\n mstore(add(memPtr, 32), \"y set\")\n\n }\n\n function abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: aggregator address alre\")\n\n mstore(add(memPtr, 32), \"ady set\")\n\n }\n\n function abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 23)\n store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":11,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100935760003560e01c806379ba50971161006657806379ba5097146100f65780638da5cb5b14610100578063cd9924001461011e578063e30c39781461013a578063f2fde38b1461015857610093565b8063322008821461009857806340ebc677146100b457806347094e2e146100d0578063715018a6146100ec575b600080fd5b6100b260048036038101906100ad9190610d03565b610174565b005b6100ce60048036038101906100c99190610dbd565b6102e9565b005b6100ea60048036038101906100e59190610e3d565b6105b1565b005b6100f461061c565b005b6100fe610630565b005b6101086106bd565b6040516101159190610e79565b60405180910390f35b61013860048036038101906101339190610eca565b6106e7565b005b61014261086c565b60405161014f9190610e79565b60405180910390f35b610172600480360381019061016d9190610f1d565b610896565b005b61017c610943565b60cd6000838152602001908152602001600020600061019b9190610ac0565b60005b815181101561029a5760cd60008481526020019081526020016000208282815181106101cd576101cc610f4a565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061023257610231610f4a565b5b60200260200101516020015181526020018481525060ce600084848151811061025e5761025d610f4a565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061019e565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102dd91906110b3565b60405180910390a25050565b6102f1610943565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610360576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161035790611132565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610463578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610419576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610410906111c4565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610561565b7f61676772656761746f72000000000000000000000000000000000000000000008303610560578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361051a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051190611256565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105ac578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105b9610943565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516106119190611285565b60405180910390a150565b610624610943565b61062e60006109c1565b565b600061063a6109f2565b90508073ffffffffffffffffffffffffffffffffffffffff1661065b61086c565b73ffffffffffffffffffffffffffffffffffffffff16146106b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a890611312565b60405180910390fd5b6106ba816109c1565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6106ef610943565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361075e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161075590611132565b60405180910390fd5b600181148061076d5750600281145b6107ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107a39061137e565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610867578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161085e91906113ad565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61089e610943565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108fe6106bd565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61094b6109f2565b73ffffffffffffffffffffffffffffffffffffffff166109696106bd565b73ffffffffffffffffffffffffffffffffffffffff16146109bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b690611414565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109ef816109fa565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610ae19190610ae4565b50565b5b80821115610b0757600080820160009055600182016000905550600201610ae5565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b3281610b1f565b8114610b3d57600080fd5b50565b600081359050610b4f81610b29565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610ba382610b5a565b810181811067ffffffffffffffff82111715610bc257610bc1610b6b565b5b80604052505050565b6000610bd5610b0b565b9050610be18282610b9a565b919050565b600067ffffffffffffffff821115610c0157610c00610b6b565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c3257610c31610c17565b5b610c3c6040610bcb565b90506000610c4c84828501610b40565b6000830152506020610c6084828501610b40565b60208301525092915050565b6000610c7f610c7a84610be6565b610bcb565b90508083825260208201905060408402830185811115610ca257610ca1610c12565b5b835b81811015610ccb5780610cb78882610c1c565b845260208401935050604081019050610ca4565b5050509392505050565b600082601f830112610cea57610ce9610b55565b5b8135610cfa848260208601610c6c565b91505092915050565b60008060408385031215610d1a57610d19610b15565b5b6000610d2885828601610b40565b925050602083013567ffffffffffffffff811115610d4957610d48610b1a565b5b610d5585828601610cd5565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d8a82610d5f565b9050919050565b610d9a81610d7f565b8114610da557600080fd5b50565b600081359050610db781610d91565b92915050565b60008060408385031215610dd457610dd3610b15565b5b6000610de285828601610b40565b9250506020610df385828601610da8565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e1a81610dfd565b8114610e2557600080fd5b50565b600081359050610e3781610e11565b92915050565b600060208284031215610e5357610e52610b15565b5b6000610e6184828501610e28565b91505092915050565b610e7381610d7f565b82525050565b6000602082019050610e8e6000830184610e6a565b92915050565b6000819050919050565b610ea781610e94565b8114610eb257600080fd5b50565b600081359050610ec481610e9e565b92915050565b600080600060608486031215610ee357610ee2610b15565b5b6000610ef186828701610b40565b9350506020610f0286828701610da8565b9250506040610f1386828701610eb5565b9150509250925092565b600060208284031215610f3357610f32610b15565b5b6000610f4184828501610da8565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fd4610fcf83610faa565b610fb7565b9050919050565b610fe481610b1f565b82525050565b604082016000808301549050610fff81610fc1565b61100c6000860182610fdb565b506001830154905061101d81610fc1565b61102a6020860182610fdb565b5050505050565b600061103d8383610fea565b60408301905092915050565b6000600282019050919050565b600061106182610f79565b61106b8185610f84565b935061107683610f95565b8060005b838110156110a6578161108d8882611031565b975061109883611049565b92505060018101905061107a565b5085935050505092915050565b600060208201905081810360008301526110cd8184611056565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061111c6015836110d5565b9150611127826110e6565b602082019050919050565b6000602082019050818103600083015261114b8161110f565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111ae6025836110d5565b91506111b982611152565b604082019050919050565b600060208201905081810360008301526111dd816111a1565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006112406027836110d5565b915061124b826111e4565b604082019050919050565b6000602082019050818103600083015261126f81611233565b9050919050565b61127f81610dfd565b82525050565b600060208201905061129a6000830184611276565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006112fc6029836110d5565b9150611307826112a0565b604082019050919050565b6000602082019050818103600083015261132b816112ef565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113686017836110d5565b915061137382611332565b602082019050919050565b600060208201905081810360008301526113978161135b565b9050919050565b6113a781610e94565b82525050565b60006020820190506113c2600083018461139e565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006113fe6020836110d5565b9150611409826113c8565b602082019050919050565b6000602082019050818103600083015261142d816113f1565b905091905056fea2646970667358221220a5cf2406f8bb007a45008610cf8baf05dde6f3dbf02727307f944766ecf3cbe164736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x93 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xF6 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x11E JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x13A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x158 JUMPI PUSH2 0x93 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x98 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xB4 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0xD0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xEC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAD SWAP2 SWAP1 PUSH2 0xD03 JUMP JUMPDEST PUSH2 0x174 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC9 SWAP2 SWAP1 PUSH2 0xDBD JUMP JUMPDEST PUSH2 0x2E9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE5 SWAP2 SWAP1 PUSH2 0xE3D JUMP JUMPDEST PUSH2 0x5B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x61C JUMP JUMPDEST STOP JUMPDEST PUSH2 0xFE PUSH2 0x630 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x108 PUSH2 0x6BD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x115 SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x138 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x133 SWAP2 SWAP1 PUSH2 0xECA JUMP JUMPDEST PUSH2 0x6E7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x142 PUSH2 0x86C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14F SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x172 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x16D SWAP2 SWAP1 PUSH2 0xF1D JUMP JUMPDEST PUSH2 0x896 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x17C PUSH2 0x943 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x19B SWAP2 SWAP1 PUSH2 0xAC0 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x29A JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1CD JUMPI PUSH2 0x1CC PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x232 JUMPI PUSH2 0x231 PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x25E JUMPI PUSH2 0x25D PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x19E JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x2DD SWAP2 SWAP1 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x2F1 PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x360 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x357 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x463 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x419 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x410 SWAP1 PUSH2 0x11C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x561 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x560 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x51A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x511 SWAP1 PUSH2 0x1256 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x5AC JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x5B9 PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x611 SWAP2 SWAP1 PUSH2 0x1285 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH2 0x624 PUSH2 0x943 JUMP JUMPDEST PUSH2 0x62E PUSH1 0x0 PUSH2 0x9C1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x63A PUSH2 0x9F2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x65B PUSH2 0x86C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x6B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A8 SWAP1 PUSH2 0x1312 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6BA DUP2 PUSH2 0x9C1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x6EF PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x75E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x755 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x76D JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x7AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7A3 SWAP1 PUSH2 0x137E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x867 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x85E SWAP2 SWAP1 PUSH2 0x13AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x89E PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FE PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x94B PUSH2 0x9F2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x969 PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9BF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B6 SWAP1 PUSH2 0x1414 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x9EF DUP2 PUSH2 0x9FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xAE1 SWAP2 SWAP1 PUSH2 0xAE4 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xB07 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xAE5 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB32 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP2 EQ PUSH2 0xB3D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB4F DUP2 PUSH2 0xB29 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xBA3 DUP3 PUSH2 0xB5A JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xBC2 JUMPI PUSH2 0xBC1 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD5 PUSH2 0xB0B JUMP JUMPDEST SWAP1 POP PUSH2 0xBE1 DUP3 DUP3 PUSH2 0xB9A JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xC01 JUMPI PUSH2 0xC00 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC32 JUMPI PUSH2 0xC31 PUSH2 0xC17 JUMP JUMPDEST JUMPDEST PUSH2 0xC3C PUSH1 0x40 PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC4C DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xC60 DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC7F PUSH2 0xC7A DUP5 PUSH2 0xBE6 JUMP JUMPDEST PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0xC12 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCCB JUMPI DUP1 PUSH2 0xCB7 DUP9 DUP3 PUSH2 0xC1C JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xCA4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xCEA JUMPI PUSH2 0xCE9 PUSH2 0xB55 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xCFA DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xC6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD1A JUMPI PUSH2 0xD19 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD28 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD49 JUMPI PUSH2 0xD48 PUSH2 0xB1A JUMP JUMPDEST JUMPDEST PUSH2 0xD55 DUP6 DUP3 DUP7 ADD PUSH2 0xCD5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP3 PUSH2 0xD5F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD9A DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP2 EQ PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xDB7 DUP2 PUSH2 0xD91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDD4 JUMPI PUSH2 0xDD3 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDE2 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDF3 DUP6 DUP3 DUP7 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE1A DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP2 EQ PUSH2 0xE25 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xE37 DUP2 PUSH2 0xE11 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE53 JUMPI PUSH2 0xE52 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xE61 DUP5 DUP3 DUP6 ADD PUSH2 0xE28 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE73 DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE8E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE6A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEC4 DUP2 PUSH2 0xE9E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEE3 JUMPI PUSH2 0xEE2 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEF1 DUP7 DUP3 DUP8 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xF02 DUP7 DUP3 DUP8 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF13 DUP7 DUP3 DUP8 ADD PUSH2 0xEB5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF33 JUMPI PUSH2 0xF32 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF41 DUP5 DUP3 DUP6 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFD4 PUSH2 0xFCF DUP4 PUSH2 0xFAA JUMP JUMPDEST PUSH2 0xFB7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFE4 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFFF DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x100C PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x101D DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x102A PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x103D DUP4 DUP4 PUSH2 0xFEA JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1061 DUP3 PUSH2 0xF79 JUMP JUMPDEST PUSH2 0x106B DUP2 DUP6 PUSH2 0xF84 JUMP JUMPDEST SWAP4 POP PUSH2 0x1076 DUP4 PUSH2 0xF95 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A6 JUMPI DUP2 PUSH2 0x108D DUP9 DUP3 PUSH2 0x1031 JUMP JUMPDEST SWAP8 POP PUSH2 0x1098 DUP4 PUSH2 0x1049 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x107A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CD DUP2 DUP5 PUSH2 0x1056 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x111C PUSH1 0x15 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1127 DUP3 PUSH2 0x10E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x114B DUP2 PUSH2 0x110F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11AE PUSH1 0x25 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x11B9 DUP3 PUSH2 0x1152 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11DD DUP2 PUSH2 0x11A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1240 PUSH1 0x27 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x124B DUP3 PUSH2 0x11E4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x126F DUP2 PUSH2 0x1233 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x129A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1276 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12FC PUSH1 0x29 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1307 DUP3 PUSH2 0x12A0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x132B DUP2 PUSH2 0x12EF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1368 PUSH1 0x17 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1373 DUP3 PUSH2 0x1332 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1397 DUP2 PUSH2 0x135B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13A7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x139E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13FE PUSH1 0x20 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1409 DUP3 PUSH2 0x13C8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x142D DUP2 PUSH2 0x13F1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xA5 0xCF 0x24 MOD 0xF8 0xBB STOP PUSH27 0x45008610CF8BAF05DDE6F3DBF02727307F944766ECF3CBE164736F PUSH13 0x63430008120033000000000000 ","sourceMap":"338:3609:8:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2323:539;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3394:551;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2085:101:1;;;:::i;:::-;;2031:212:0;;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2323:539:8;1355:13:1;:11;:13::i;:::-;2461:21:8::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;3394:551::-;1355:13:1;:11;:13::i;:::-;3502:1:8::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:1;:11;:13::i;:::-;3094:19:8::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;1773:335:8:-;1355:13:1;:11;:13::i;:::-;1894:1:8::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;1436:178::-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:5:-;939:7;965:10;958:17;;886:96;:::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:11:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:117::-;799:1;796;789:12;813:102;854:6;905:2;901:7;896:2;889:5;885:14;881:28;871:38;;813:102;;;:::o;921:180::-;969:77;966:1;959:88;1066:4;1063:1;1056:15;1090:4;1087:1;1080:15;1107:281;1190:27;1212:4;1190:27;:::i;:::-;1182:6;1178:40;1320:6;1308:10;1305:22;1284:18;1272:10;1269:34;1266:62;1263:88;;;1331:18;;:::i;:::-;1263:88;1371:10;1367:2;1360:22;1150:238;1107:281;;:::o;1394:129::-;1428:6;1455:20;;:::i;:::-;1445:30;;1484:33;1512:4;1504:6;1484:33;:::i;:::-;1394:129;;;:::o;1529:340::-;1635:4;1725:18;1717:6;1714:30;1711:56;;;1747:18;;:::i;:::-;1711:56;1797:4;1789:6;1785:17;1777:25;;1857:4;1851;1847:15;1839:23;;1529:340;;;:::o;1875:117::-;1984:1;1981;1974:12;1998:117;2107:1;2104;2097:12;2284:578;2362:5;2406:4;2394:9;2389:3;2385:19;2381:30;2378:117;;;2414:79;;:::i;:::-;2378:117;2513:21;2529:4;2513:21;:::i;:::-;2504:30;;2593:1;2633:49;2678:3;2669:6;2658:9;2654:22;2633:49;:::i;:::-;2626:4;2619:5;2615:16;2608:75;2544:150;2753:2;2794:49;2839:3;2830:6;2819:9;2815:22;2794:49;:::i;:::-;2787:4;2780:5;2776:16;2769:75;2704:151;2284:578;;;;:::o;2910:797::-;3035:5;3060:110;3076:93;3162:6;3076:93;:::i;:::-;3060:110;:::i;:::-;3051:119;;3190:5;3219:6;3212:5;3205:21;3253:4;3246:5;3242:16;3235:23;;3306:4;3298:6;3294:17;3286:6;3282:30;3335:3;3327:6;3324:15;3321:122;;;3354:79;;:::i;:::-;3321:122;3469:6;3452:249;3486:6;3481:3;3478:15;3452:249;;;3561:3;3590:66;3652:3;3640:10;3590:66;:::i;:::-;3585:3;3578:79;3686:4;3681:3;3677:14;3670:21;;3528:173;3512:4;3507:3;3503:14;3496:21;;3452:249;;;3456:21;3041:666;;2910:797;;;;;:::o;3755:428::-;3855:5;3904:3;3897:4;3889:6;3885:17;3881:27;3871:122;;3912:79;;:::i;:::-;3871:122;4029:6;4016:20;4054:123;4173:3;4165:6;4158:4;4150:6;4146:17;4054:123;:::i;:::-;4045:132;;3861:322;3755:428;;;;:::o;4189:742::-;4311:6;4319;4368:2;4356:9;4347:7;4343:23;4339:32;4336:119;;;4374:79;;:::i;:::-;4336:119;4494:1;4519:53;4564:7;4555:6;4544:9;4540:22;4519:53;:::i;:::-;4509:63;;4465:117;4649:2;4638:9;4634:18;4621:32;4680:18;4672:6;4669:30;4666:117;;;4702:79;;:::i;:::-;4666:117;4807:107;4906:7;4897:6;4886:9;4882:22;4807:107;:::i;:::-;4797:117;;4592:332;4189:742;;;;;:::o;4937:126::-;4974:7;5014:42;5007:5;5003:54;4992:65;;4937:126;;;:::o;5069:96::-;5106:7;5135:24;5153:5;5135:24;:::i;:::-;5124:35;;5069:96;;;:::o;5171:122::-;5244:24;5262:5;5244:24;:::i;:::-;5237:5;5234:35;5224:63;;5283:1;5280;5273:12;5224:63;5171:122;:::o;5299:139::-;5345:5;5383:6;5370:20;5361:29;;5399:33;5426:5;5399:33;:::i;:::-;5299:139;;;;:::o;5444:474::-;5512:6;5520;5569:2;5557:9;5548:7;5544:23;5540:32;5537:119;;;5575:79;;:::i;:::-;5537:119;5695:1;5720:53;5765:7;5756:6;5745:9;5741:22;5720:53;:::i;:::-;5710:63;;5666:117;5822:2;5848:53;5893:7;5884:6;5873:9;5869:22;5848:53;:::i;:::-;5838:63;;5793:118;5444:474;;;;;:::o;5924:101::-;5960:7;6000:18;5993:5;5989:30;5978:41;;5924:101;;;:::o;6031:120::-;6103:23;6120:5;6103:23;:::i;:::-;6096:5;6093:34;6083:62;;6141:1;6138;6131:12;6083:62;6031:120;:::o;6157:137::-;6202:5;6240:6;6227:20;6218:29;;6256:32;6282:5;6256:32;:::i;:::-;6157:137;;;;:::o;6300:327::-;6358:6;6407:2;6395:9;6386:7;6382:23;6378:32;6375:119;;;6413:79;;:::i;:::-;6375:119;6533:1;6558:52;6602:7;6593:6;6582:9;6578:22;6558:52;:::i;:::-;6548:62;;6504:116;6300:327;;;;:::o;6633:118::-;6720:24;6738:5;6720:24;:::i;:::-;6715:3;6708:37;6633:118;;:::o;6757:222::-;6850:4;6888:2;6877:9;6873:18;6865:26;;6901:71;6969:1;6958:9;6954:17;6945:6;6901:71;:::i;:::-;6757:222;;;;:::o;6985:77::-;7022:7;7051:5;7040:16;;6985:77;;;:::o;7068:122::-;7141:24;7159:5;7141:24;:::i;:::-;7134:5;7131:35;7121:63;;7180:1;7177;7170:12;7121:63;7068:122;:::o;7196:139::-;7242:5;7280:6;7267:20;7258:29;;7296:33;7323:5;7296:33;:::i;:::-;7196:139;;;;:::o;7341:619::-;7418:6;7426;7434;7483:2;7471:9;7462:7;7458:23;7454:32;7451:119;;;7489:79;;:::i;:::-;7451:119;7609:1;7634:53;7679:7;7670:6;7659:9;7655:22;7634:53;:::i;:::-;7624:63;;7580:117;7736:2;7762:53;7807:7;7798:6;7787:9;7783:22;7762:53;:::i;:::-;7752:63;;7707:118;7864:2;7890:53;7935:7;7926:6;7915:9;7911:22;7890:53;:::i;:::-;7880:63;;7835:118;7341:619;;;;;:::o;7966:329::-;8025:6;8074:2;8062:9;8053:7;8049:23;8045:32;8042:119;;;8080:79;;:::i;:::-;8042:119;8200:1;8225:53;8270:7;8261:6;8250:9;8246:22;8225:53;:::i;:::-;8215:63;;8171:117;7966:329;;;;:::o;8301:180::-;8349:77;8346:1;8339:88;8446:4;8443:1;8436:15;8470:4;8467:1;8460:15;8487:137;8577:6;8611:5;8605:12;8595:22;;8487:137;;;:::o;8630:213::-;8758:11;8792:6;8787:3;8780:19;8832:4;8827:3;8823:14;8808:29;;8630:213;;;;:::o;8849:182::-;8939:4;8962:3;8954:11;;8985:3;8982:1;8975:14;9019:4;9016:1;9006:18;8998:26;;8849:182;;;:::o;9037:102::-;9079:8;9126:5;9123:1;9119:13;9098:34;;9037:102;;;:::o;9145:90::-;9195:7;9224:5;9213:16;;9145:90;;;:::o;9241:166::-;9310:5;9335:66;9366:34;9389:10;9366:34;:::i;:::-;9335:66;:::i;:::-;9326:75;;9241:166;;;:::o;9413:108::-;9490:24;9508:5;9490:24;:::i;:::-;9485:3;9478:37;9413:108;;:::o;9603:689::-;9745:4;9740:3;9736:14;9776:1;9851:4;9844:5;9840:16;9834:23;9821:36;;9890:55;9935:9;9890:55;:::i;:::-;9958:63;10015:4;10010:3;10006:14;9992:12;9958:63;:::i;:::-;9787:244;10105:4;10098:5;10094:16;10088:23;10075:36;;10144:55;10189:9;10144:55;:::i;:::-;10212:63;10269:4;10264:3;10260:14;10246:12;10212:63;:::i;:::-;10041:244;9714:578;;9603:689;;:::o;10298:289::-;10422:10;10443:101;10540:3;10532:6;10443:101;:::i;:::-;10576:4;10571:3;10567:14;10553:28;;10298:289;;;;:::o;10593:136::-;10686:4;10718;10713:3;10709:14;10701:22;;10593:136;;;:::o;10815:930::-;10986:3;11015:77;11086:5;11015:77;:::i;:::-;11108:115;11216:6;11211:3;11108:115;:::i;:::-;11101:122;;11247:79;11320:5;11247:79;:::i;:::-;11349:7;11380:1;11365:355;11390:6;11387:1;11384:13;11365:355;;;11460:6;11486:118;11600:3;11585:13;11486:118;:::i;:::-;11479:125;;11627:83;11703:6;11627:83;:::i;:::-;11617:93;;11425:295;11412:1;11409;11405:9;11400:14;;11365:355;;;11369:14;11736:3;11729:10;;10991:754;;;10815:930;;;;:::o;11751:477::-;11946:4;11984:2;11973:9;11969:18;11961:26;;12033:9;12027:4;12023:20;12019:1;12008:9;12004:17;11997:47;12061:160;12216:4;12207:6;12061:160;:::i;:::-;12053:168;;11751:477;;;;:::o;12234:169::-;12318:11;12352:6;12347:3;12340:19;12392:4;12387:3;12383:14;12368:29;;12234:169;;;;:::o;12409:171::-;12549:23;12545:1;12537:6;12533:14;12526:47;12409:171;:::o;12586:366::-;12728:3;12749:67;12813:2;12808:3;12749:67;:::i;:::-;12742:74;;12825:93;12914:3;12825:93;:::i;:::-;12943:2;12938:3;12934:12;12927:19;;12586:366;;;:::o;12958:419::-;13124:4;13162:2;13151:9;13147:18;13139:26;;13211:9;13205:4;13201:20;13197:1;13186:9;13182:17;13175:47;13239:131;13365:4;13239:131;:::i;:::-;13231:139;;12958:419;;;:::o;13383:224::-;13523:34;13519:1;13511:6;13507:14;13500:58;13592:7;13587:2;13579:6;13575:15;13568:32;13383:224;:::o;13613:366::-;13755:3;13776:67;13840:2;13835:3;13776:67;:::i;:::-;13769:74;;13852:93;13941:3;13852:93;:::i;:::-;13970:2;13965:3;13961:12;13954:19;;13613:366;;;:::o;13985:419::-;14151:4;14189:2;14178:9;14174:18;14166:26;;14238:9;14232:4;14228:20;14224:1;14213:9;14209:17;14202:47;14266:131;14392:4;14266:131;:::i;:::-;14258:139;;13985:419;;;:::o;14410:226::-;14550:34;14546:1;14538:6;14534:14;14527:58;14619:9;14614:2;14606:6;14602:15;14595:34;14410:226;:::o;14642:366::-;14784:3;14805:67;14869:2;14864:3;14805:67;:::i;:::-;14798:74;;14881:93;14970:3;14881:93;:::i;:::-;14999:2;14994:3;14990:12;14983:19;;14642:366;;;:::o;15014:419::-;15180:4;15218:2;15207:9;15203:18;15195:26;;15267:9;15261:4;15257:20;15253:1;15242:9;15238:17;15231:47;15295:131;15421:4;15295:131;:::i;:::-;15287:139;;15014:419;;;:::o;15439:115::-;15524:23;15541:5;15524:23;:::i;:::-;15519:3;15512:36;15439:115;;:::o;15560:218::-;15651:4;15689:2;15678:9;15674:18;15666:26;;15702:69;15768:1;15757:9;15753:17;15744:6;15702:69;:::i;:::-;15560:218;;;;:::o;15784:228::-;15924:34;15920:1;15912:6;15908:14;15901:58;15993:11;15988:2;15980:6;15976:15;15969:36;15784:228;:::o;16018:366::-;16160:3;16181:67;16245:2;16240:3;16181:67;:::i;:::-;16174:74;;16257:93;16346:3;16257:93;:::i;:::-;16375:2;16370:3;16366:12;16359:19;;16018:366;;;:::o;16390:419::-;16556:4;16594:2;16583:9;16579:18;16571:26;;16643:9;16637:4;16633:20;16629:1;16618:9;16614:17;16607:47;16671:131;16797:4;16671:131;:::i;:::-;16663:139;;16390:419;;;:::o;16815:173::-;16955:25;16951:1;16943:6;16939:14;16932:49;16815:173;:::o;16994:366::-;17136:3;17157:67;17221:2;17216:3;17157:67;:::i;:::-;17150:74;;17233:93;17322:3;17233:93;:::i;:::-;17351:2;17346:3;17342:12;17335:19;;16994:366;;;:::o;17366:419::-;17532:4;17570:2;17559:9;17555:18;17547:26;;17619:9;17613:4;17609:20;17605:1;17594:9;17590:17;17583:47;17647:131;17773:4;17647:131;:::i;:::-;17639:139;;17366:419;;;:::o;17791:118::-;17878:24;17896:5;17878:24;:::i;:::-;17873:3;17866:37;17791:118;;:::o;17915:222::-;18008:4;18046:2;18035:9;18031:18;18023:26;;18059:71;18127:1;18116:9;18112:17;18103:6;18059:71;:::i;:::-;17915:222;;;;:::o;18143:182::-;18283:34;18279:1;18271:6;18267:14;18260:58;18143:182;:::o;18331:366::-;18473:3;18494:67;18558:2;18553:3;18494:67;:::i;:::-;18487:74;;18570:93;18659:3;18570:93;:::i;:::-;18688:2;18683:3;18679:12;18672:19;;18331:366;;;:::o;18703:419::-;18869:4;18907:2;18896:9;18892:18;18884:26;;18956:9;18950:4;18946:20;18942:1;18931:9;18927:17;18920:47;18984:131;19110:4;18984:131;:::i;:::-;18976:139;;18703:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"1045200","executionCost":"1087","totalCost":"1046287"},"external":{"acceptOwnership()":"54658","owner()":"2544","pendingOwner()":"2588","renounceOwnership()":"54736","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","transferOwnership(address)":"infinite","updateProtocolAddress(bytes32,address)":"31094","updateProtocolFee(uint64)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","transferOwnership(address)":"f2fde38b","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolFee(uint64)":"47094e2e"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolFee(uint64)\":{\"details\":\"Updates the protocol fee percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fee percentage to be set.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/GatewaySettingManager.sol\":\"GatewaySettingManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"contracts/GatewaySettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title GatewaySettingManager\\n * @dev This contract manages the settings and configurations for the Gateway protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\\n\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\\n\\tuint256 internal MAX_BPS;\\n\\tuint64 internal protocolFeePercent;\\n\\taddress internal treasuryAddress;\\n\\taddress internal _aggregatorAddress;\\n\\n\\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n\\tuint256[50] private __gap;\\n\\n\\tmapping(address => uint256) internal _isTokenSupported;\\n\\n\\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n\\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n\\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n\\tevent SupportedInstitutionsUpdated(\\n\\t\\tbytes32 indexed currency,\\n\\t\\tSharedStructs.Institution[] institutions\\n\\t);\\n\\tevent ProtocolFeeUpdated(uint64 protocolFee);\\n\\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n\\tevent SetFeeRecipient(address indexed treasuryAddress);\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n\\t/**\\n\\t * @dev Sets the boolean value for a specific setting.\\n\\t * @param what The setting to be updated.\\n\\t * @param value The address or value associated with the setting.\\n\\t * @param status The boolean value to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\trequire(status == 1 || status == 2, 'Gateway: invalid status');\\n\\t\\tif (what == 'token') {\\n\\t\\t\\t_isTokenSupported[value] = status;\\n\\t\\t\\temit SettingManagerBool(what, value, status);\\n\\t\\t}\\n\\t}\\n\\n\\t/**\\n\\t * @dev Sets the supported institutions for a specific currency.\\n\\t * @param currency The currency for which the institutions are being set.\\n\\t * @param institutions The array of institutions to be set.\\n\\t */\\n\\tfunction setSupportedInstitutions(\\n\\t\\tbytes32 currency,\\n\\t\\tSharedStructs.Institution[] memory institutions\\n\\t) external onlyOwner {\\n\\t\\tdelete supportedInstitutions[currency];\\n\\t\\tfor (uint i; i < institutions.length; ) {\\n\\t\\t\\tsupportedInstitutions[currency].push(institutions[i]);\\n\\t\\t\\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n\\t\\t\\t\\tname: institutions[i].name,\\n\\t\\t\\t\\tcurrency: currency\\n\\t\\t\\t});\\n\\t\\t\\tunchecked {\\n\\t\\t\\t\\t++i;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates the protocol fee percentage.\\n\\t * @param _protocolFeePercent The new protocol fee percentage to be set.\\n\\t */\\n\\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\\n\\t\\tprotocolFeePercent = _protocolFeePercent;\\n\\t\\temit ProtocolFeeUpdated(_protocolFeePercent);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates a protocol address.\\n\\t * @param what The address type to be updated (treasury or aggregator).\\n\\t * @param value The new address to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\tbool updated;\\n\\t\\tif (what == 'treasury') {\\n\\t\\t\\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\\n\\t\\t\\ttreasuryAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t} else if (what == 'aggregator') {\\n\\t\\t\\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\\n\\t\\t\\t_aggregatorAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t}\\n\\t\\tif (updated) {\\n\\t\\t\\temit ProtocolAddressUpdated(what, value);\\n\\t\\t}\\n\\t}\\n}\\n\",\"keccak256\":\"0x7bf3fc733cbf8f2815924c2f10199aa0836d3b5d5b5b92b10cd4855d65773477\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":1634,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":1636,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":1638,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":1640,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":1644,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"154","type":"t_array(t_uint256)50_storage"},{"astId":1648,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_isTokenSupported","offset":0,"slot":"204","type":"t_mapping(t_address,t_uint256)"},{"astId":1654,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"supportedInstitutions","offset":0,"slot":"205","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)2074_storage)dyn_storage)"},{"astId":1659,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"supportedInstitutionsByCode","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)2079_storage)"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)2074_storage)dyn_storage":{"base":"t_struct(Institution)2074_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)2074_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)2074_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)2079_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)2079_storage"},"t_struct(Institution)2074_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":2071,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2073,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)2079_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":2076,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2078,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/interfaces/IGateway.sol":{"IGateway":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"protocolReward","type":"uint64"},{"internalType":"uint256","name":"max_bps","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"bool","name":"isRefunded","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IGateway.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface for the Gateway contract.","events":{"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","sender":"The address of the sender.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}}},"kind":"dev","methods":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"details":"Requirements: - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundAddress` refund address must not be zero address.","params":{"_amount":"The amount in the decimal of `_token` to be locked.","_institutionCode":"The institution code of the sender.","_rate":"The rate at which the sender intends to sell `_amount` of `_token`.","_refundAddress":"The address that will receive `_amount` in `_token` when there is a need to refund.","_senderFee":"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.","_senderFeeRecipient":"The address that will receive `_senderFee` in `_token`.","_token":"The address of the token.","messageHash":"The hash of the message."},"returns":{"_orderId":"The ID of the order."}},"getFeeDetails()":{"returns":{"max_bps":"The maximum basis points.","protocolReward":"The protocol reward amount."}},"getOrderInfo(bytes32)":{"params":{"_orderId":"The ID of the order."},"returns":{"_0":"Order The order details."}},"getSupportedInstitutionByCode(bytes32)":{"params":{"_code":"The institution code."},"returns":{"_0":"InstitutionByCode The institution details."}},"getSupportedInstitutions(bytes32)":{"params":{"_currency":"The currency code."},"returns":{"_0":"Institutions An array of institutions."}},"isTokenSupported(address)":{"params":{"_token":"The address of the token to check."},"returns":{"_0":"bool the token is supported."}},"refund(uint256,bytes32)":{"details":"Requirements: - Only aggregators can call this function.","params":{"_fee":"The amount to be deducted from the amount to be refunded.","_orderId":"The ID of the transaction."},"returns":{"_0":"bool the refund is successful."}},"settle(bytes32,bytes32,address,uint64)":{"params":{"_liquidityProvider":"The address of the liquidity provider.","_orderId":"The ID of the transaction.","_settlePercent":"The rate at which the transaction is settled.","_splitOrderId":"The ID of the split order."},"returns":{"_0":"bool the settlement is successful."}}},"title":"IGateway","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"d12ff20a","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","isTokenSupported(address)":"75151b63","refund(uint256,bytes32)":"71eedb88","settle(bytes32,bytes32,address,uint64)":"f22ee704"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"protocolReward\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"max_bps\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"isRefunded\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IGateway.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface for the Gateway contract.\",\"events\":{\"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"sender\":\"The address of the sender.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}}},\"kind\":\"dev\",\"methods\":{\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"Requirements: - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundAddress` refund address must not be zero address.\",\"params\":{\"_amount\":\"The amount in the decimal of `_token` to be locked.\",\"_institutionCode\":\"The institution code of the sender.\",\"_rate\":\"The rate at which the sender intends to sell `_amount` of `_token`.\",\"_refundAddress\":\"The address that will receive `_amount` in `_token` when there is a need to refund.\",\"_senderFee\":\"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\",\"_senderFeeRecipient\":\"The address that will receive `_senderFee` in `_token`.\",\"_token\":\"The address of the token.\",\"messageHash\":\"The hash of the message.\"},\"returns\":{\"_orderId\":\"The ID of the order.\"}},\"getFeeDetails()\":{\"returns\":{\"max_bps\":\"The maximum basis points.\",\"protocolReward\":\"The protocol reward amount.\"}},\"getOrderInfo(bytes32)\":{\"params\":{\"_orderId\":\"The ID of the order.\"},\"returns\":{\"_0\":\"Order The order details.\"}},\"getSupportedInstitutionByCode(bytes32)\":{\"params\":{\"_code\":\"The institution code.\"},\"returns\":{\"_0\":\"InstitutionByCode The institution details.\"}},\"getSupportedInstitutions(bytes32)\":{\"params\":{\"_currency\":\"The currency code.\"},\"returns\":{\"_0\":\"Institutions An array of institutions.\"}},\"isTokenSupported(address)\":{\"params\":{\"_token\":\"The address of the token to check.\"},\"returns\":{\"_0\":\"bool the token is supported.\"}},\"refund(uint256,bytes32)\":{\"details\":\"Requirements: - Only aggregators can call this function.\",\"params\":{\"_fee\":\"The amount to be deducted from the amount to be refunded.\",\"_orderId\":\"The ID of the transaction.\"},\"returns\":{\"_0\":\"bool the refund is successful.\"}},\"settle(bytes32,bytes32,address,uint64)\":{\"params\":{\"_liquidityProvider\":\"The address of the liquidity provider.\",\"_orderId\":\"The ID of the transaction.\",\"_settlePercent\":\"The rate at which the transaction is settled.\",\"_splitOrderId\":\"The ID of the split order.\"},\"returns\":{\"_0\":\"bool the settlement is successful.\"}}},\"title\":\"IGateway\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"notice\":\"Locks the sender's amount of token into Gateway.\"},\"getFeeDetails()\":{\"notice\":\"Gets the fee details of Gateway.\"},\"getOrderInfo(bytes32)\":{\"notice\":\"Gets the details of an order.\"},\"getSupportedInstitutionByCode(bytes32)\":{\"notice\":\"Gets the details of a supported institution by code.\"},\"getSupportedInstitutions(bytes32)\":{\"notice\":\"Gets the details of supported institutions by currency.\"},\"isTokenSupported(address)\":{\"notice\":\"Checks if a token is supported by Gateway.\"},\"refund(uint256,bytes32)\":{\"notice\":\"Refunds to the specified refundable address.\"},\"settle(bytes32,bytes32,address,uint64)\":{\"notice\":\"Settles a transaction and distributes rewards accordingly.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/interfaces/IGateway.sol\":\"IGateway\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/interfaces/IGateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\\n\\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\\n\\n/**\\n * @title IGateway\\n * @dev Interface for the Gateway contract.\\n */\\ninterface IGateway {\\n\\t/* ##################################################################\\n EVENTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Emitted when a deposit is made.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the deposited token.\\n\\t * @param amount The amount of the deposit.\\n\\t * @param orderId The ID of the order.\\n\\t * @param rate The rate at which the deposit is made.\\n\\t * @param institutionCode The code of the institution.\\n\\t * @param messageHash The hash of the message.\\n\\t */\\n\\tevent OrderCreated(\\n\\t\\taddress indexed sender,\\n\\t\\taddress indexed token,\\n\\t\\tuint256 indexed amount,\\n\\t\\tuint256 protocolFee,\\n\\t\\tbytes32 orderId,\\n\\t\\tuint256 rate,\\n\\t\\tbytes32 institutionCode,\\n\\t\\tstring messageHash\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator settles a transaction.\\n\\t * @param splitOrderId The ID of the split order.\\n\\t * @param orderId The ID of the order.\\n\\t * @param liquidityProvider The address of the liquidity provider.\\n\\t * @param settlePercent The percentage at which the transaction is settled.\\n\\t */\\n\\tevent OrderSettled(\\n\\t\\tbytes32 splitOrderId,\\n\\t\\tbytes32 indexed orderId,\\n\\t\\taddress indexed liquidityProvider,\\n\\t\\tuint96 settlePercent\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator refunds a transaction.\\n\\t * @param fee The fee deducted from the refund amount.\\n\\t * @param orderId The ID of the order.\\n\\t */\\n\\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\\n\\n\\t/**\\n\\t * @dev Emitted when the sender's fee is transferred.\\n\\t * @param sender The address of the sender.\\n\\t * @param amount The amount of the fee transferred.\\n\\t */\\n\\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n\\t/* ##################################################################\\n STRUCTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Struct representing transaction metadata.\\n\\t * @param identifier The identifier of the transaction.\\n\\t * @param institution The institution of the transaction.\\n\\t * @param name The name of the transaction.\\n\\t * @param currency The currency of the transaction.\\n\\t * @param liquidityProviderID The ID of the liquidity provider.\\n\\t */\\n\\tstruct TransactionMetadata {\\n\\t\\tbytes8 identifier;\\n\\t\\tbytes8 institution;\\n\\t\\tbytes8 name;\\n\\t\\tbytes8 currency;\\n\\t\\tuint256 liquidityProviderID;\\n\\t}\\n\\n\\t/**\\n\\t * @dev Struct representing an order.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the token.\\n\\t * @param senderFeeRecipient The address of the sender fee recipient.\\n\\t * @param senderFee The fee to be paid to the sender fee recipient.\\n\\t * @param protocolFee The protocol fee to be paid.\\n\\t * @param isFulfilled Whether the order is fulfilled.\\n\\t * @param isRefunded Whether the order is refunded.\\n\\t * @param refundAddress The address to which the refund is made.\\n\\t * @param currentBPS The current basis points.\\n\\t * @param amount The amount of the order.\\n\\t */\\n\\tstruct Order {\\n\\t\\taddress sender;\\n\\t\\taddress token;\\n\\t\\taddress senderFeeRecipient;\\n\\t\\tuint256 senderFee;\\n\\t\\tuint256 protocolFee;\\n\\t\\tbool isFulfilled;\\n\\t\\tbool isRefunded;\\n\\t\\taddress refundAddress;\\n\\t\\tuint96 currentBPS;\\n\\t\\tuint256 amount;\\n\\t}\\n\\n\\t/* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n\\t/**\\n\\t * @notice Locks the sender's amount of token into Gateway.\\n\\t * @dev Requirements:\\n\\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\\n\\t * - `_token` must be an acceptable token. See {isTokenSupported}.\\n\\t * - `amount` must be greater than minimum.\\n\\t * - `_refundAddress` refund address must not be zero address.\\n\\t * @param _token The address of the token.\\n\\t * @param _amount The amount in the decimal of `_token` to be locked.\\n\\t * @param _institutionCode The institution code of the sender.\\n\\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n\\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\\n\\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\\n\\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n\\t * @param messageHash The hash of the message.\\n\\t * @return _orderId The ID of the order.\\n\\t */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external returns (bytes32 _orderId);\\n\\n\\t/**\\n\\t * @notice Settles a transaction and distributes rewards accordingly.\\n\\t * @param _splitOrderId The ID of the split order.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @param _liquidityProvider The address of the liquidity provider.\\n\\t * @param _settlePercent The rate at which the transaction is settled.\\n\\t * @return bool the settlement is successful.\\n\\t */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Refunds to the specified refundable address.\\n\\t * @dev Requirements:\\n\\t * - Only aggregators can call this function.\\n\\t * @param _fee The amount to be deducted from the amount to be refunded.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @return bool the refund is successful.\\n\\t */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Checks if a token is supported by Gateway.\\n\\t * @param _token The address of the token to check.\\n\\t * @return bool the token is supported.\\n\\t */\\n\\tfunction isTokenSupported(address _token) external view returns (bool);\\n\\n\\t/**\\n\\t * @notice Gets the details of an order.\\n\\t * @param _orderId The ID of the order.\\n\\t * @return Order The order details.\\n\\t */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\\n\\n\\t/**\\n\\t * @notice Gets the fee details of Gateway.\\n\\t * @return protocolReward The protocol reward amount.\\n\\t * @return max_bps The maximum basis points.\\n\\t */\\n\\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\\n\\n\\t/**\\n\\t * @notice Gets the details of a supported institution by code.\\n\\t * @param _code The institution code.\\n\\t * @return InstitutionByCode The institution details.\\n\\t */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory);\\n\\n\\t/**\\n\\t * @notice Gets the details of supported institutions by currency.\\n\\t * @param _currency The currency code.\\n\\t * @return Institutions An array of institutions.\\n\\t */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x87935d3d8008279809bd3635a425da75d369089cfe989131fedf0bc559328b75\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"notice":"Locks the sender's amount of token into Gateway."},"getFeeDetails()":{"notice":"Gets the fee details of Gateway."},"getOrderInfo(bytes32)":{"notice":"Gets the details of an order."},"getSupportedInstitutionByCode(bytes32)":{"notice":"Gets the details of a supported institution by code."},"getSupportedInstitutions(bytes32)":{"notice":"Gets the details of supported institutions by currency."},"isTokenSupported(address)":{"notice":"Checks if a token is supported by Gateway."},"refund(uint256,bytes32)":{"notice":"Refunds to the specified refundable address."},"settle(bytes32,bytes32,address,uint64)":{"notice":"Settles a transaction and distributes rewards accordingly."}},"version":1}}},"contracts/libraries/SharedStructs.sol":{"SharedStructs":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:10:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 XOR 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:10:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/libraries/SharedStructs.sol\":\"SharedStructs\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}}}}} \ No newline at end of file diff --git a/artifacts/build-info/4d07e76c039c84b0b291de9f9c80f1a6.json b/artifacts/build-info/4d07e76c039c84b0b291de9f9c80f1a6.json deleted file mode 100644 index 7c85722..0000000 --- a/artifacts/build-info/4d07e76c039c84b0b291de9f9c80f1a6.json +++ /dev/null @@ -1 +0,0 @@ -{"id":"4d07e76c039c84b0b291de9f9c80f1a6","_format":"hh-sol-build-info-1","solcVersion":"0.8.18","solcLongVersion":"0.8.18+commit.87f61d96","input":{"language":"Solidity","sources":{"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides a basic access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership}.\n *\n * This module is used through inheritance. It will make available the modifier\n * `onlyOwner`, which can be applied to your functions to restrict their use to\n * the owner.\n */\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\n address private _owner;\n\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\n\n /**\n * @dev Initializes the contract setting the deployer as the initial owner.\n */\n function __Ownable_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable_init_unchained() internal onlyInitializing {\n _transferOwnership(_msgSender());\n }\n\n /**\n * @dev Throws if called by any account other than the owner.\n */\n modifier onlyOwner() {\n _checkOwner();\n _;\n }\n\n /**\n * @dev Returns the address of the current owner.\n */\n function owner() public view virtual returns (address) {\n return _owner;\n }\n\n /**\n * @dev Throws if the sender is not the owner.\n */\n function _checkOwner() internal view virtual {\n require(owner() == _msgSender(), \"Ownable: caller is not the owner\");\n }\n\n /**\n * @dev Leaves the contract without owner. It will not be possible to call\n * `onlyOwner` functions. Can only be called by the current owner.\n *\n * NOTE: Renouncing ownership will leave the contract without an owner,\n * thereby disabling any functionality that is only available to the owner.\n */\n function renounceOwnership() public virtual onlyOwner {\n _transferOwnership(address(0));\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual onlyOwner {\n require(newOwner != address(0), \"Ownable: new owner is the zero address\");\n _transferOwnership(newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual {\n address oldOwner = _owner;\n _owner = newOwner;\n emit OwnershipTransferred(oldOwner, newOwner);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\n\npragma solidity ^0.8.2;\n\nimport \"../../utils/AddressUpgradeable.sol\";\n\n/**\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\n *\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\n * reused. This mechanism prevents re-execution of each \"step\" but allows the creation of new initialization steps in\n * case an upgrade adds a module that needs to be initialized.\n *\n * For example:\n *\n * [.hljs-theme-light.nopadding]\n * ```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 Indicates that the contract has been initialized.\n * @custom:oz-retyped-from bool\n */\n uint8 private _initialized;\n\n /**\n * @dev Indicates that the contract is in the process of being initialized.\n */\n bool private _initializing;\n\n /**\n * @dev Triggered when the contract has been initialized or reinitialized.\n */\n event Initialized(uint8 version);\n\n /**\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\n * `onlyInitializing` functions can be used to initialize parent contracts.\n *\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\n * constructor.\n *\n * Emits an {Initialized} event.\n */\n modifier initializer() {\n bool isTopLevelCall = !_initializing;\n require(\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\n \"Initializable: contract is already initialized\"\n );\n _initialized = 1;\n if (isTopLevelCall) {\n _initializing = true;\n }\n _;\n if (isTopLevelCall) {\n _initializing = false;\n emit Initialized(1);\n }\n }\n\n /**\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\n * used to initialize parent contracts.\n *\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\n * are added through upgrades and that require initialization.\n *\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\n * cannot be nested. If one is invoked in the context of another, execution will revert.\n *\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\n * a contract, executing them in the right order is up to the developer or operator.\n *\n * WARNING: setting the version to 255 will prevent any future reinitialization.\n *\n * Emits an {Initialized} event.\n */\n modifier reinitializer(uint8 version) {\n require(!_initializing && _initialized < version, \"Initializable: contract is already initialized\");\n _initialized = version;\n _initializing = true;\n _;\n _initializing = false;\n emit Initialized(version);\n }\n\n /**\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\n */\n modifier onlyInitializing() {\n require(_initializing, \"Initializable: contract is not initializing\");\n _;\n }\n\n /**\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\n * through proxies.\n *\n * Emits an {Initialized} event the first time it is successfully executed.\n */\n function _disableInitializers() internal virtual {\n require(!_initializing, \"Initializable: contract is initializing\");\n if (_initialized != type(uint8).max) {\n _initialized = type(uint8).max;\n emit Initialized(type(uint8).max);\n }\n }\n\n /**\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\n */\n function _getInitializedVersion() internal view returns (uint8) {\n return _initialized;\n }\n\n /**\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\n */\n function _isInitializing() internal view returns (bool) {\n return _initializing;\n }\n}\n"},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which allows children to implement an emergency stop\n * mechanism that can be triggered by an authorized account.\n *\n * This module is used through inheritance. It will make available the\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n * the functions of your contract. Note that they will not be pausable by\n * simply including this module, only once the modifiers are put in place.\n */\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\n /**\n * @dev Emitted when the pause is triggered by `account`.\n */\n event Paused(address account);\n\n /**\n * @dev Emitted when the pause is lifted by `account`.\n */\n event Unpaused(address account);\n\n bool private _paused;\n\n /**\n * @dev Initializes the contract in unpaused state.\n */\n function __Pausable_init() internal onlyInitializing {\n __Pausable_init_unchained();\n }\n\n function __Pausable_init_unchained() internal onlyInitializing {\n _paused = false;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is not paused.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n modifier whenNotPaused() {\n _requireNotPaused();\n _;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is paused.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n modifier whenPaused() {\n _requirePaused();\n _;\n }\n\n /**\n * @dev Returns true if the contract is paused, and false otherwise.\n */\n function paused() public view virtual returns (bool) {\n return _paused;\n }\n\n /**\n * @dev Throws if the contract is paused.\n */\n function _requireNotPaused() internal view virtual {\n require(!paused(), \"Pausable: paused\");\n }\n\n /**\n * @dev Throws if the contract is not paused.\n */\n function _requirePaused() internal view virtual {\n require(paused(), \"Pausable: not paused\");\n }\n\n /**\n * @dev Triggers stopped state.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n function _pause() internal virtual whenNotPaused {\n _paused = true;\n emit Paused(_msgSender());\n }\n\n /**\n * @dev Returns to normal state.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n function _unpause() internal virtual whenPaused {\n _paused = false;\n emit Unpaused(_msgSender());\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\n *\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\n * need to send a transaction, and thus is not required to hold Ether at all.\n *\n * ==== Security Considerations\n *\n * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\n * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\n * considered as an intention to spend the allowance in any specific way. The second is that because permits have\n * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\n * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\n * generally recommended is:\n *\n * ```solidity\n * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\n * try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\n * doThing(..., value);\n * }\n *\n * function doThing(..., uint256 value) public {\n * token.safeTransferFrom(msg.sender, address(this), value);\n * ...\n * }\n * ```\n *\n * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\n * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\n * {SafeERC20-safeTransferFrom}).\n *\n * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\n * contracts should have entry points that don't rely on permit.\n */\ninterface IERC20PermitUpgradeable {\n /**\n * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\n * given ``owner``'s signed approval.\n *\n * IMPORTANT: The same issues {IERC20-approve} has related to transaction\n * ordering also apply here.\n *\n * Emits an {Approval} event.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n * - `deadline` must be a timestamp in the future.\n * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\n * over the EIP712-formatted function arguments.\n * - the signature must use ``owner``'s current nonce (see {nonces}).\n *\n * For more information on the signature format, see the\n * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\n * section].\n *\n * CAUTION: See Security Considerations above.\n */\n function permit(\n address owner,\n address spender,\n uint256 value,\n uint256 deadline,\n uint8 v,\n bytes32 r,\n bytes32 s\n ) external;\n\n /**\n * @dev Returns the current nonce for `owner`. This value must be\n * included whenever a signature is generated for {permit}.\n *\n * Every successful call to {permit} increases ``owner``'s nonce by one. This\n * prevents a signature from being used multiple times.\n */\n function nonces(address owner) external view returns (uint256);\n\n /**\n * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\n */\n // solhint-disable-next-line func-name-mixedcase\n function DOMAIN_SEPARATOR() external view returns (bytes32);\n}\n"},"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 standard as defined in the EIP.\n */\ninterface IERC20Upgradeable {\n /**\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\n * another (`to`).\n *\n * Note that `value` may be zero.\n */\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n /**\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\n * a call to {approve}. `value` is the new allowance.\n */\n event Approval(address indexed owner, address indexed spender, uint256 value);\n\n /**\n * @dev Returns the amount of tokens in existence.\n */\n function totalSupply() external view returns (uint256);\n\n /**\n * @dev Returns the amount of tokens owned by `account`.\n */\n function balanceOf(address account) external view returns (uint256);\n\n /**\n * @dev Moves `amount` tokens from the caller's account to `to`.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transfer(address to, uint256 amount) external returns (bool);\n\n /**\n * @dev Returns the remaining number of tokens that `spender` will be\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\n * zero by default.\n *\n * This value changes when {approve} or {transferFrom} are called.\n */\n function allowance(address owner, address spender) external view returns (uint256);\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\n * that someone may use both the old and the new allowance by unfortunate\n * transaction ordering. One possible solution to mitigate this race\n * condition is to first reduce the spender's allowance to 0 and set the\n * desired value afterwards:\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n *\n * Emits an {Approval} event.\n */\n function approve(address spender, uint256 amount) external returns (bool);\n\n /**\n * @dev Moves `amount` tokens from `from` to `to` using the\n * allowance mechanism. `amount` is then deducted from the caller's\n * allowance.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\n}\n"},"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.3) (token/ERC20/utils/SafeERC20.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../IERC20Upgradeable.sol\";\nimport \"../extensions/IERC20PermitUpgradeable.sol\";\nimport \"../../../utils/AddressUpgradeable.sol\";\n\n/**\n * @title SafeERC20\n * @dev Wrappers around ERC20 operations that throw on failure (when the token\n * contract returns false). Tokens that return no value (and instead revert or\n * throw on failure) are also supported, non-reverting calls are assumed to be\n * successful.\n * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,\n * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.\n */\nlibrary SafeERC20Upgradeable {\n using AddressUpgradeable for address;\n\n /**\n * @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,\n * non-reverting calls are assumed to be successful.\n */\n function safeTransfer(IERC20Upgradeable token, address to, uint256 value) internal {\n _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));\n }\n\n /**\n * @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the\n * calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.\n */\n function safeTransferFrom(IERC20Upgradeable token, address from, address to, uint256 value) internal {\n _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));\n }\n\n /**\n * @dev Deprecated. This function has issues similar to the ones found in\n * {IERC20-approve}, and its usage is discouraged.\n *\n * Whenever possible, use {safeIncreaseAllowance} and\n * {safeDecreaseAllowance} instead.\n */\n function safeApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\n // safeApprove should only be called when setting an initial allowance,\n // or when resetting it to zero. To increase and decrease it, use\n // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'\n require(\n (value == 0) || (token.allowance(address(this), spender) == 0),\n \"SafeERC20: approve from non-zero to non-zero allowance\"\n );\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));\n }\n\n /**\n * @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\n * non-reverting calls are assumed to be successful.\n */\n function safeIncreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\n uint256 oldAllowance = token.allowance(address(this), spender);\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance + value));\n }\n\n /**\n * @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\n * non-reverting calls are assumed to be successful.\n */\n function safeDecreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\n unchecked {\n uint256 oldAllowance = token.allowance(address(this), spender);\n require(oldAllowance >= value, \"SafeERC20: decreased allowance below zero\");\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance - value));\n }\n }\n\n /**\n * @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,\n * non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval\n * to be set to zero before setting it to a non-zero value, such as USDT.\n */\n function forceApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\n bytes memory approvalCall = abi.encodeWithSelector(token.approve.selector, spender, value);\n\n if (!_callOptionalReturnBool(token, approvalCall)) {\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, 0));\n _callOptionalReturn(token, approvalCall);\n }\n }\n\n /**\n * @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.\n * Revert on invalid signature.\n */\n function safePermit(\n IERC20PermitUpgradeable token,\n address owner,\n address spender,\n uint256 value,\n uint256 deadline,\n uint8 v,\n bytes32 r,\n bytes32 s\n ) internal {\n uint256 nonceBefore = token.nonces(owner);\n token.permit(owner, spender, value, deadline, v, r, s);\n uint256 nonceAfter = token.nonces(owner);\n require(nonceAfter == nonceBefore + 1, \"SafeERC20: permit did not succeed\");\n }\n\n /**\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\n * on the return value: the return value is optional (but if data is returned, it must not be false).\n * @param token The token targeted by the call.\n * @param data The call data (encoded using abi.encode or one of its variants).\n */\n function _callOptionalReturn(IERC20Upgradeable token, bytes memory data) private {\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\n // we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that\n // the target address contains contract code and also asserts for success in the low-level call.\n\n bytes memory returndata = address(token).functionCall(data, \"SafeERC20: low-level call failed\");\n require(returndata.length == 0 || abi.decode(returndata, (bool)), \"SafeERC20: ERC20 operation did not succeed\");\n }\n\n /**\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\n * on the return value: the return value is optional (but if data is returned, it must not be false).\n * @param token The token targeted by the call.\n * @param data The call data (encoded using abi.encode or one of its variants).\n *\n * This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.\n */\n function _callOptionalReturnBool(IERC20Upgradeable token, bytes memory data) private returns (bool) {\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\n // we're implementing it ourselves. We cannot use {Address-functionCall} here since this should return false\n // and not revert is the subcall reverts.\n\n (bool success, bytes memory returndata) = address(token).call(data);\n return\n success && (returndata.length == 0 || abi.decode(returndata, (bool))) && AddressUpgradeable.isContract(address(token));\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\n\npragma solidity ^0.8.1;\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary AddressUpgradeable {\n /**\n * @dev Returns true if `account` is a contract.\n *\n * [IMPORTANT]\n * ====\n * It is unsafe to assume that an address for which this function returns\n * false is an externally-owned account (EOA) and not a contract.\n *\n * Among others, `isContract` will return false for the following\n * types of addresses:\n *\n * - an externally-owned account\n * - a contract in construction\n * - an address where a contract will be created\n * - an address where a contract lived, but was destroyed\n *\n * Furthermore, `isContract` will also return true if the target contract within\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n * which only has an effect at the end of a transaction.\n * ====\n *\n * [IMPORTANT]\n * ====\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\n *\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n * constructor.\n * ====\n */\n function isContract(address account) internal view returns (bool) {\n // This method relies on extcodesize/address.code.length, which returns 0\n // for contracts in construction, since the code is only stored at the end\n // of the constructor execution.\n\n return account.code.length > 0;\n }\n\n /**\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n * `recipient`, forwarding all available gas and reverting on errors.\n *\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\n * imposed by `transfer`, making them unable to receive funds via\n * `transfer`. {sendValue} removes this limitation.\n *\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n require(address(this).balance >= amount, \"Address: insufficient balance\");\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n require(success, \"Address: unable to send value, recipient may have reverted\");\n }\n\n /**\n * @dev Performs a Solidity function call using a low level `call`. A\n * plain `call` is an unsafe replacement for a function call: use this\n * function instead.\n *\n * If `target` reverts with a revert reason, it is bubbled up by this\n * function (like regular Solidity function calls).\n *\n * Returns the raw returned data. To convert to the expected return value,\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n *\n * Requirements:\n *\n * - `target` must be a contract.\n * - calling `target` with `data` must not revert.\n *\n * _Available since v3.1._\n */\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, \"Address: low-level call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n * `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but also transferring `value` wei to `target`.\n *\n * Requirements:\n *\n * - the calling contract must have an ETH balance of at least `value`.\n * - the called Solidity function must be `payable`.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\n return functionCallWithValue(target, data, value, \"Address: low-level call with value failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n * with `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(\n address target,\n bytes memory data,\n uint256 value,\n string memory errorMessage\n ) internal returns (bytes memory) {\n require(address(this).balance >= value, \"Address: insufficient balance for call\");\n (bool success, bytes memory returndata) = target.call{value: value}(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n return functionStaticCall(target, data, \"Address: low-level static call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n (bool success, bytes memory returndata) = target.staticcall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionDelegateCall(target, data, \"Address: low-level delegate call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n (bool success, bytes memory returndata) = target.delegatecall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n *\n * _Available since v4.8._\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n if (success) {\n if (returndata.length == 0) {\n // only check isContract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n require(isContract(target), \"Address: call to non-contract\");\n }\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n * revert reason or using the provided one.\n *\n * _Available since v4.3._\n */\n function verifyCallResult(\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal pure returns (bytes memory) {\n if (success) {\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\n // Look for revert reason and bubble it up if present\n if (returndata.length > 0) {\n // The easiest way to bubble the revert reason is using memory via assembly\n /// @solidity memory-safe-assembly\n assembly {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert(errorMessage);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\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 /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[50] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/ECDSA.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../StringsUpgradeable.sol\";\n\n/**\n * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.\n *\n * These functions can be used to verify that a message was signed by the holder\n * of the private keys of a given address.\n */\nlibrary ECDSAUpgradeable {\n enum RecoverError {\n NoError,\n InvalidSignature,\n InvalidSignatureLength,\n InvalidSignatureS,\n InvalidSignatureV // Deprecated in v4.8\n }\n\n function _throwError(RecoverError error) private pure {\n if (error == RecoverError.NoError) {\n return; // no error: do nothing\n } else if (error == RecoverError.InvalidSignature) {\n revert(\"ECDSA: invalid signature\");\n } else if (error == RecoverError.InvalidSignatureLength) {\n revert(\"ECDSA: invalid signature length\");\n } else if (error == RecoverError.InvalidSignatureS) {\n revert(\"ECDSA: invalid signature 's' value\");\n }\n }\n\n /**\n * @dev Returns the address that signed a hashed message (`hash`) with\n * `signature` or error string. This address can then be used for verification purposes.\n *\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\n * this function rejects them by requiring the `s` value to be in the lower\n * half order, and the `v` value to be either 27 or 28.\n *\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\n * verification to be secure: it is possible to craft signatures that\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\n * this is by receiving a hash of the original message (which may otherwise\n * be too long), and then calling {toEthSignedMessageHash} on it.\n *\n * Documentation for signature generation:\n * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]\n * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]\n *\n * _Available since v4.3._\n */\n function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {\n if (signature.length == 65) {\n bytes32 r;\n bytes32 s;\n uint8 v;\n // ecrecover takes the signature parameters, and the only way to get them\n // currently is to use assembly.\n /// @solidity memory-safe-assembly\n assembly {\n r := mload(add(signature, 0x20))\n s := mload(add(signature, 0x40))\n v := byte(0, mload(add(signature, 0x60)))\n }\n return tryRecover(hash, v, r, s);\n } else {\n return (address(0), RecoverError.InvalidSignatureLength);\n }\n }\n\n /**\n * @dev Returns the address that signed a hashed message (`hash`) with\n * `signature`. This address can then be used for verification purposes.\n *\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\n * this function rejects them by requiring the `s` value to be in the lower\n * half order, and the `v` value to be either 27 or 28.\n *\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\n * verification to be secure: it is possible to craft signatures that\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\n * this is by receiving a hash of the original message (which may otherwise\n * be too long), and then calling {toEthSignedMessageHash} on it.\n */\n function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {\n (address recovered, RecoverError error) = tryRecover(hash, signature);\n _throwError(error);\n return recovered;\n }\n\n /**\n * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\n *\n * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]\n *\n * _Available since v4.3._\n */\n function tryRecover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address, RecoverError) {\n bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);\n uint8 v = uint8((uint256(vs) >> 255) + 27);\n return tryRecover(hash, v, r, s);\n }\n\n /**\n * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\n *\n * _Available since v4.2._\n */\n function recover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address) {\n (address recovered, RecoverError error) = tryRecover(hash, r, vs);\n _throwError(error);\n return recovered;\n }\n\n /**\n * @dev Overload of {ECDSA-tryRecover} that receives the `v`,\n * `r` and `s` signature fields separately.\n *\n * _Available since v4.3._\n */\n function tryRecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address, RecoverError) {\n // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature\n // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines\n // the valid range for s in (301): 0 < s < secp256k1n ÷ 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);\n }\n\n // If the signature is valid (and not malleable), return the signer address\n address signer = ecrecover(hash, v, r, s);\n if (signer == address(0)) {\n return (address(0), RecoverError.InvalidSignature);\n }\n\n return (signer, RecoverError.NoError);\n }\n\n /**\n * @dev Overload of {ECDSA-recover} that receives the `v`,\n * `r` and `s` signature fields separately.\n */\n function recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address) {\n (address recovered, RecoverError error) = tryRecover(hash, v, r, s);\n _throwError(error);\n return recovered;\n }\n\n /**\n * @dev Returns an Ethereum Signed Message, created from a `hash`. This\n * produces hash corresponding to the one signed with the\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\n * JSON-RPC method as part of EIP-191.\n *\n * See {recover}.\n */\n function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32 message) {\n // 32 is the length in bytes of hash,\n // enforced by the type signature above\n /// @solidity memory-safe-assembly\n assembly {\n mstore(0x00, \"\\x19Ethereum Signed Message:\\n32\")\n mstore(0x1c, hash)\n message := keccak256(0x00, 0x3c)\n }\n }\n\n /**\n * @dev Returns an Ethereum Signed Message, created from `s`. This\n * produces hash corresponding to the one signed with the\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\n * JSON-RPC method as part of EIP-191.\n *\n * See {recover}.\n */\n function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {\n return keccak256(abi.encodePacked(\"\\x19Ethereum Signed Message:\\n\", StringsUpgradeable.toString(s.length), s));\n }\n\n /**\n * @dev Returns an Ethereum Signed Typed Data, created from a\n * `domainSeparator` and a `structHash`. This produces hash corresponding\n * to the one signed with the\n * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]\n * JSON-RPC method as part of EIP-712.\n *\n * See {recover}.\n */\n function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32 data) {\n /// @solidity memory-safe-assembly\n assembly {\n let ptr := mload(0x40)\n mstore(ptr, \"\\x19\\x01\")\n mstore(add(ptr, 0x02), domainSeparator)\n mstore(add(ptr, 0x22), structHash)\n data := keccak256(ptr, 0x42)\n }\n }\n\n /**\n * @dev Returns an Ethereum Signed Data with intended validator, created from a\n * `validator` and `data` according to the version 0 of EIP-191.\n *\n * See {recover}.\n */\n function toDataWithIntendedValidatorHash(address validator, bytes memory data) internal pure returns (bytes32) {\n return keccak256(abi.encodePacked(\"\\x19\\x00\", validator, data));\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Standard math utilities missing in the Solidity language.\n */\nlibrary MathUpgradeable {\n enum Rounding {\n Down, // Toward negative infinity\n Up, // Toward infinity\n Zero // Toward zero\n }\n\n /**\n * @dev Returns the largest of two numbers.\n */\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\n return a > b ? a : b;\n }\n\n /**\n * @dev Returns the smallest of two numbers.\n */\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\n return a < b ? a : b;\n }\n\n /**\n * @dev Returns the average of two numbers. The result is rounded towards\n * zero.\n */\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\n // (a + b) / 2 can overflow.\n return (a & b) + (a ^ b) / 2;\n }\n\n /**\n * @dev Returns the ceiling of the division of two numbers.\n *\n * This differs from standard division with `/` in that it rounds up instead\n * of rounding down.\n */\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\n // (a + b - 1) / b can overflow on addition, so we distribute.\n return a == 0 ? 0 : (a - 1) / b + 1;\n }\n\n /**\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\n * with further edits by Uniswap Labs also under MIT license.\n */\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\n unchecked {\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\n // variables such that product = prod1 * 2^256 + prod0.\n uint256 prod0; // Least significant 256 bits of the product\n uint256 prod1; // Most significant 256 bits of the product\n assembly {\n let mm := mulmod(x, y, not(0))\n prod0 := mul(x, y)\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\n }\n\n // Handle non-overflow cases, 256 by 256 division.\n if (prod1 == 0) {\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\n // The surrounding unchecked block does not change this fact.\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\n return prod0 / denominator;\n }\n\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\n require(denominator > prod1, \"Math: mulDiv overflow\");\n\n ///////////////////////////////////////////////\n // 512 by 256 division.\n ///////////////////////////////////////////////\n\n // Make division exact by subtracting the remainder from [prod1 prod0].\n uint256 remainder;\n assembly {\n // Compute remainder using mulmod.\n remainder := mulmod(x, y, denominator)\n\n // Subtract 256 bit number from 512 bit number.\n prod1 := sub(prod1, gt(remainder, prod0))\n prod0 := sub(prod0, remainder)\n }\n\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\n // See https://cs.stackexchange.com/q/138556/92363.\n\n // Does not overflow because the denominator cannot be zero at this stage in the function.\n uint256 twos = denominator & (~denominator + 1);\n assembly {\n // Divide denominator by twos.\n denominator := div(denominator, twos)\n\n // Divide [prod1 prod0] by twos.\n prod0 := div(prod0, twos)\n\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\n twos := add(div(sub(0, twos), twos), 1)\n }\n\n // Shift in bits from prod1 into prod0.\n prod0 |= prod1 * twos;\n\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\n // four bits. That is, denominator * inv = 1 mod 2^4.\n uint256 inverse = (3 * denominator) ^ 2;\n\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\n // in modular arithmetic, doubling the correct bits in each step.\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\n\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\n // is no longer required.\n result = prod0 * inverse;\n return result;\n }\n }\n\n /**\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\n */\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\n uint256 result = mulDiv(x, y, denominator);\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\n result += 1;\n }\n return result;\n }\n\n /**\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\n *\n * Inspired by Henry S. Warren, Jr.'s \"Hacker's Delight\" (Chapter 11).\n */\n function sqrt(uint256 a) internal pure returns (uint256) {\n if (a == 0) {\n return 0;\n }\n\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\n //\n // We know that the \"msb\" (most significant bit) of our target number `a` is a power of 2 such that we have\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\n //\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\n // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\n // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\n //\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\n uint256 result = 1 << (log2(a) >> 1);\n\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\n // into the expected uint128 result.\n unchecked {\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n return min(result, a / result);\n }\n }\n\n /**\n * @notice Calculates sqrt(a), following the selected rounding direction.\n */\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\n unchecked {\n uint256 result = sqrt(a);\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\n }\n }\n\n /**\n * @dev Return the log in base 2, rounded down, of a positive value.\n * Returns 0 if given 0.\n */\n function log2(uint256 value) internal pure returns (uint256) {\n uint256 result = 0;\n unchecked {\n if (value >> 128 > 0) {\n value >>= 128;\n result += 128;\n }\n if (value >> 64 > 0) {\n value >>= 64;\n result += 64;\n }\n if (value >> 32 > 0) {\n value >>= 32;\n result += 32;\n }\n if (value >> 16 > 0) {\n value >>= 16;\n result += 16;\n }\n if (value >> 8 > 0) {\n value >>= 8;\n result += 8;\n }\n if (value >> 4 > 0) {\n value >>= 4;\n result += 4;\n }\n if (value >> 2 > 0) {\n value >>= 2;\n result += 2;\n }\n if (value >> 1 > 0) {\n result += 1;\n }\n }\n return result;\n }\n\n /**\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\n * Returns 0 if given 0.\n */\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\n unchecked {\n uint256 result = log2(value);\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\n }\n }\n\n /**\n * @dev Return the log in base 10, rounded down, of a positive value.\n * Returns 0 if given 0.\n */\n function log10(uint256 value) internal pure returns (uint256) {\n uint256 result = 0;\n unchecked {\n if (value >= 10 ** 64) {\n value /= 10 ** 64;\n result += 64;\n }\n if (value >= 10 ** 32) {\n value /= 10 ** 32;\n result += 32;\n }\n if (value >= 10 ** 16) {\n value /= 10 ** 16;\n result += 16;\n }\n if (value >= 10 ** 8) {\n value /= 10 ** 8;\n result += 8;\n }\n if (value >= 10 ** 4) {\n value /= 10 ** 4;\n result += 4;\n }\n if (value >= 10 ** 2) {\n value /= 10 ** 2;\n result += 2;\n }\n if (value >= 10 ** 1) {\n result += 1;\n }\n }\n return result;\n }\n\n /**\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\n * Returns 0 if given 0.\n */\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\n unchecked {\n uint256 result = log10(value);\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\n }\n }\n\n /**\n * @dev Return the log in base 256, rounded down, of a positive value.\n * Returns 0 if given 0.\n *\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\n */\n function log256(uint256 value) internal pure returns (uint256) {\n uint256 result = 0;\n unchecked {\n if (value >> 128 > 0) {\n value >>= 128;\n result += 16;\n }\n if (value >> 64 > 0) {\n value >>= 64;\n result += 8;\n }\n if (value >> 32 > 0) {\n value >>= 32;\n result += 4;\n }\n if (value >> 16 > 0) {\n value >>= 16;\n result += 2;\n }\n if (value >> 8 > 0) {\n result += 1;\n }\n }\n return result;\n }\n\n /**\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Standard signed math utilities missing in the Solidity language.\n */\nlibrary SignedMathUpgradeable {\n /**\n * @dev Returns the largest of two signed numbers.\n */\n function max(int256 a, int256 b) internal pure returns (int256) {\n return a > b ? a : b;\n }\n\n /**\n * @dev Returns the smallest of two signed numbers.\n */\n function min(int256 a, int256 b) internal pure returns (int256) {\n return a < b ? a : b;\n }\n\n /**\n * @dev Returns the average of two signed numbers without overflow.\n * The result is rounded towards zero.\n */\n function average(int256 a, int256 b) internal pure returns (int256) {\n // Formula from the book \"Hacker's Delight\"\n int256 x = (a & b) + ((a ^ b) >> 1);\n return x + (int256(uint256(x) >> 255) & (a ^ b));\n }\n\n /**\n * @dev Returns the absolute unsigned value of a signed value.\n */\n function abs(int256 n) internal pure returns (uint256) {\n unchecked {\n // must be unchecked in order to support `n = type(int256).min`\n return uint256(n >= 0 ? n : -n);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./math/MathUpgradeable.sol\";\nimport \"./math/SignedMathUpgradeable.sol\";\n\n/**\n * @dev String operations.\n */\nlibrary StringsUpgradeable {\n bytes16 private constant _SYMBOLS = \"0123456789abcdef\";\n uint8 private constant _ADDRESS_LENGTH = 20;\n\n /**\n * @dev Converts a `uint256` to its ASCII `string` decimal representation.\n */\n function toString(uint256 value) internal pure returns (string memory) {\n unchecked {\n uint256 length = MathUpgradeable.log10(value) + 1;\n string memory buffer = new string(length);\n uint256 ptr;\n /// @solidity memory-safe-assembly\n assembly {\n ptr := add(buffer, add(32, length))\n }\n while (true) {\n ptr--;\n /// @solidity memory-safe-assembly\n assembly {\n mstore8(ptr, byte(mod(value, 10), _SYMBOLS))\n }\n value /= 10;\n if (value == 0) break;\n }\n return buffer;\n }\n }\n\n /**\n * @dev Converts a `int256` to its ASCII `string` decimal representation.\n */\n function toString(int256 value) internal pure returns (string memory) {\n return string(abi.encodePacked(value < 0 ? \"-\" : \"\", toString(SignedMathUpgradeable.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, MathUpgradeable.log256(value) + 1);\n }\n }\n\n /**\n * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.\n */\n function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {\n bytes memory buffer = new bytes(2 * length + 2);\n buffer[0] = \"0\";\n buffer[1] = \"x\";\n for (uint256 i = 2 * length + 1; i > 1; --i) {\n buffer[i] = _SYMBOLS[value & 0xf];\n value >>= 4;\n }\n require(value == 0, \"Strings: hex length insufficient\");\n return string(buffer);\n }\n\n /**\n * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.\n */\n function toHexString(address addr) internal pure returns (string memory) {\n return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);\n }\n\n /**\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 keccak256(bytes(a)) == keccak256(bytes(b));\n }\n}\n"},"@openzeppelin/contracts/token/ERC20/ERC20.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./IERC20.sol\";\nimport \"./extensions/IERC20Metadata.sol\";\nimport \"../../utils/Context.sol\";\n\n/**\n * @dev Implementation of the {IERC20} interface.\n *\n * This implementation is agnostic to the way tokens are created. This means\n * that a supply mechanism has to be added in a derived contract using {_mint}.\n * For a generic mechanism see {ERC20PresetMinterPauser}.\n *\n * TIP: For a detailed writeup see our guide\n * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\n * to implement supply mechanisms].\n *\n * The default value of {decimals} is 18. To change this, you should override\n * this function so it returns a different value.\n *\n * We have followed general OpenZeppelin Contracts guidelines: functions revert\n * instead returning `false` on failure. This behavior is nonetheless\n * conventional and does not conflict with the expectations of ERC20\n * applications.\n *\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\n * This allows applications to reconstruct the allowance for all accounts just\n * by listening to said events. Other implementations of the EIP may not emit\n * these events, as it isn't required by the specification.\n *\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\n * functions have been added to mitigate the well-known issues around setting\n * allowances. See {IERC20-approve}.\n */\ncontract ERC20 is Context, IERC20, IERC20Metadata {\n mapping(address => uint256) private _balances;\n\n mapping(address => mapping(address => uint256)) private _allowances;\n\n uint256 private _totalSupply;\n\n string private _name;\n string private _symbol;\n\n /**\n * @dev Sets the values for {name} and {symbol}.\n *\n * All two of these values are immutable: they can only be set once during\n * construction.\n */\n constructor(string memory name_, string memory symbol_) {\n _name = name_;\n _symbol = symbol_;\n }\n\n /**\n * @dev Returns the name of the token.\n */\n function name() public view virtual override returns (string memory) {\n return _name;\n }\n\n /**\n * @dev Returns the symbol of the token, usually a shorter version of the\n * name.\n */\n function symbol() public view virtual override returns (string memory) {\n return _symbol;\n }\n\n /**\n * @dev Returns the number of decimals used to get its user representation.\n * For example, if `decimals` equals `2`, a balance of `505` tokens should\n * be displayed to a user as `5.05` (`505 / 10 ** 2`).\n *\n * Tokens usually opt for a value of 18, imitating the relationship between\n * Ether and Wei. This is the default value returned by this function, unless\n * it's overridden.\n *\n * NOTE: This information is only used for _display_ purposes: it in\n * no way affects any of the arithmetic of the contract, including\n * {IERC20-balanceOf} and {IERC20-transfer}.\n */\n function decimals() public view virtual override returns (uint8) {\n return 18;\n }\n\n /**\n * @dev See {IERC20-totalSupply}.\n */\n function totalSupply() public view virtual override returns (uint256) {\n return _totalSupply;\n }\n\n /**\n * @dev See {IERC20-balanceOf}.\n */\n function balanceOf(address account) public view virtual override returns (uint256) {\n return _balances[account];\n }\n\n /**\n * @dev See {IERC20-transfer}.\n *\n * Requirements:\n *\n * - `to` cannot be the zero address.\n * - the caller must have a balance of at least `amount`.\n */\n function transfer(address to, uint256 amount) public virtual override returns (bool) {\n address owner = _msgSender();\n _transfer(owner, to, amount);\n return true;\n }\n\n /**\n * @dev See {IERC20-allowance}.\n */\n function allowance(address owner, address spender) public view virtual override returns (uint256) {\n return _allowances[owner][spender];\n }\n\n /**\n * @dev See {IERC20-approve}.\n *\n * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\n * `transferFrom`. This is semantically equivalent to an infinite approval.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n */\n function approve(address spender, uint256 amount) public virtual override returns (bool) {\n address owner = _msgSender();\n _approve(owner, spender, amount);\n return true;\n }\n\n /**\n * @dev See {IERC20-transferFrom}.\n *\n * Emits an {Approval} event indicating the updated allowance. This is not\n * required by the EIP. See the note at the beginning of {ERC20}.\n *\n * NOTE: Does not update the allowance if the current allowance\n * is the maximum `uint256`.\n *\n * Requirements:\n *\n * - `from` and `to` cannot be the zero address.\n * - `from` must have a balance of at least `amount`.\n * - the caller must have allowance for ``from``'s tokens of at least\n * `amount`.\n */\n function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {\n address spender = _msgSender();\n _spendAllowance(from, spender, amount);\n _transfer(from, to, amount);\n return true;\n }\n\n /**\n * @dev Atomically increases the allowance granted to `spender` by the caller.\n *\n * This is an alternative to {approve} that can be used as a mitigation for\n * problems described in {IERC20-approve}.\n *\n * Emits an {Approval} event indicating the updated allowance.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n */\n function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\n address owner = _msgSender();\n _approve(owner, spender, allowance(owner, spender) + addedValue);\n return true;\n }\n\n /**\n * @dev Atomically decreases the allowance granted to `spender` by the caller.\n *\n * This is an alternative to {approve} that can be used as a mitigation for\n * problems described in {IERC20-approve}.\n *\n * Emits an {Approval} event indicating the updated allowance.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n * - `spender` must have allowance for the caller of at least\n * `subtractedValue`.\n */\n function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\n address owner = _msgSender();\n uint256 currentAllowance = allowance(owner, spender);\n require(currentAllowance >= subtractedValue, \"ERC20: decreased allowance below zero\");\n unchecked {\n _approve(owner, spender, currentAllowance - subtractedValue);\n }\n\n return true;\n }\n\n /**\n * @dev Moves `amount` of tokens from `from` to `to`.\n *\n * This internal function is equivalent to {transfer}, and can be used to\n * e.g. implement automatic token fees, slashing mechanisms, etc.\n *\n * Emits a {Transfer} event.\n *\n * Requirements:\n *\n * - `from` cannot be the zero address.\n * - `to` cannot be the zero address.\n * - `from` must have a balance of at least `amount`.\n */\n function _transfer(address from, address to, uint256 amount) internal virtual {\n require(from != address(0), \"ERC20: transfer from the zero address\");\n require(to != address(0), \"ERC20: transfer to the zero address\");\n\n _beforeTokenTransfer(from, to, amount);\n\n uint256 fromBalance = _balances[from];\n require(fromBalance >= amount, \"ERC20: transfer amount exceeds balance\");\n unchecked {\n _balances[from] = fromBalance - amount;\n // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by\n // decrementing then incrementing.\n _balances[to] += amount;\n }\n\n emit Transfer(from, to, amount);\n\n _afterTokenTransfer(from, to, amount);\n }\n\n /** @dev Creates `amount` tokens and assigns them to `account`, increasing\n * the total supply.\n *\n * Emits a {Transfer} event with `from` set to the zero address.\n *\n * Requirements:\n *\n * - `account` cannot be the zero address.\n */\n function _mint(address account, uint256 amount) internal virtual {\n require(account != address(0), \"ERC20: mint to the zero address\");\n\n _beforeTokenTransfer(address(0), account, amount);\n\n _totalSupply += amount;\n unchecked {\n // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.\n _balances[account] += amount;\n }\n emit Transfer(address(0), account, amount);\n\n _afterTokenTransfer(address(0), account, amount);\n }\n\n /**\n * @dev Destroys `amount` tokens from `account`, reducing the\n * total supply.\n *\n * Emits a {Transfer} event with `to` set to the zero address.\n *\n * Requirements:\n *\n * - `account` cannot be the zero address.\n * - `account` must have at least `amount` tokens.\n */\n function _burn(address account, uint256 amount) internal virtual {\n require(account != address(0), \"ERC20: burn from the zero address\");\n\n _beforeTokenTransfer(account, address(0), amount);\n\n uint256 accountBalance = _balances[account];\n require(accountBalance >= amount, \"ERC20: burn amount exceeds balance\");\n unchecked {\n _balances[account] = accountBalance - amount;\n // Overflow not possible: amount <= accountBalance <= totalSupply.\n _totalSupply -= amount;\n }\n\n emit Transfer(account, address(0), amount);\n\n _afterTokenTransfer(account, address(0), amount);\n }\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\n *\n * This internal function is equivalent to `approve`, and can be used to\n * e.g. set automatic allowances for certain subsystems, etc.\n *\n * Emits an {Approval} event.\n *\n * Requirements:\n *\n * - `owner` cannot be the zero address.\n * - `spender` cannot be the zero address.\n */\n function _approve(address owner, address spender, uint256 amount) internal virtual {\n require(owner != address(0), \"ERC20: approve from the zero address\");\n require(spender != address(0), \"ERC20: approve to the zero address\");\n\n _allowances[owner][spender] = amount;\n emit Approval(owner, spender, amount);\n }\n\n /**\n * @dev Updates `owner` s allowance for `spender` based on spent `amount`.\n *\n * Does not update the allowance amount in case of infinite allowance.\n * Revert if not enough allowance is available.\n *\n * Might emit an {Approval} event.\n */\n function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {\n uint256 currentAllowance = allowance(owner, spender);\n if (currentAllowance != type(uint256).max) {\n require(currentAllowance >= amount, \"ERC20: insufficient allowance\");\n unchecked {\n _approve(owner, spender, currentAllowance - amount);\n }\n }\n }\n\n /**\n * @dev Hook that is called before any transfer of tokens. This includes\n * minting and burning.\n *\n * Calling conditions:\n *\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n * will be transferred to `to`.\n * - when `from` is zero, `amount` tokens will be minted for `to`.\n * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\n * - `from` and `to` are never both zero.\n *\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\n */\n function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}\n\n /**\n * @dev Hook that is called after any transfer of tokens. This includes\n * minting and burning.\n *\n * Calling conditions:\n *\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n * has been transferred to `to`.\n * - when `from` is zero, `amount` tokens have been minted for `to`.\n * - when `to` is zero, `amount` of ``from``'s tokens have been burned.\n * - `from` and `to` are never both zero.\n *\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\n */\n function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}\n}\n"},"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../IERC20.sol\";\n\n/**\n * @dev Interface for the optional metadata functions from the ERC20 standard.\n *\n * _Available since v4.1._\n */\ninterface IERC20Metadata is IERC20 {\n /**\n * @dev Returns the name of the token.\n */\n function name() external view returns (string memory);\n\n /**\n * @dev Returns the symbol of the token.\n */\n function symbol() external view returns (string memory);\n\n /**\n * @dev Returns the decimals places of the token.\n */\n function decimals() external view returns (uint8);\n}\n"},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 standard as defined in the EIP.\n */\ninterface IERC20 {\n /**\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\n * another (`to`).\n *\n * Note that `value` may be zero.\n */\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n /**\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\n * a call to {approve}. `value` is the new allowance.\n */\n event Approval(address indexed owner, address indexed spender, uint256 value);\n\n /**\n * @dev Returns the amount of tokens in existence.\n */\n function totalSupply() external view returns (uint256);\n\n /**\n * @dev Returns the amount of tokens owned by `account`.\n */\n function balanceOf(address account) external view returns (uint256);\n\n /**\n * @dev Moves `amount` tokens from the caller's account to `to`.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transfer(address to, uint256 amount) external returns (bool);\n\n /**\n * @dev Returns the remaining number of tokens that `spender` will be\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\n * zero by default.\n *\n * This value changes when {approve} or {transferFrom} are called.\n */\n function allowance(address owner, address spender) external view returns (uint256);\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\n * that someone may use both the old and the new allowance by unfortunate\n * transaction ordering. One possible solution to mitigate this race\n * condition is to first reduce the spender's allowance to 0 and set the\n * desired value afterwards:\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n *\n * Emits an {Approval} event.\n */\n function approve(address spender, uint256 amount) external returns (bool);\n\n /**\n * @dev Moves `amount` tokens from `from` to `to` using the\n * allowance mechanism. `amount` is then deducted from the caller's\n * allowance.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\n}\n"},"@openzeppelin/contracts/utils/Context.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Provides information about the current execution context, including the\n * sender of the transaction and its data. While these are generally available\n * via msg.sender and msg.data, they should not be accessed in such a direct\n * manner, since when dealing with meta-transactions the account sending and\n * paying for execution may not be the actual sender (as far as an application\n * is concerned).\n *\n * This contract is only required for intermediate, library-like contracts.\n */\nabstract contract Context {\n function _msgSender() internal view virtual returns (address) {\n return msg.sender;\n }\n\n function _msgData() internal view virtual returns (bytes calldata) {\n return msg.data;\n }\n\n function _contextSuffixLength() internal view virtual returns (uint256) {\n return 0;\n }\n}\n"},"contracts/interfaces/IPaycrest.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {IERC20} from \"@openzeppelin/contracts/token/ERC20/IERC20.sol\";\n\nimport {SharedStructs} from \"../libraries/SharedStructs.sol\";\n\n/**\n * @title IPaycrest\n * @dev Interface for the Paycrest contract.\n */\ninterface IPaycrest {\n \n /* ##################################################################\n EVENTS\n ################################################################## */\n /**\n * @dev Emitted when a deposit is made.\n * @param token The address of the deposited token.\n * @param amount The amount of the deposit.\n * @param orderId The ID of the order.\n * @param rate The rate at which the deposit is made.\n * @param institutionCode The code of the institution.\n * @param label The label of the deposit.\n * @param messageHash The hash of the message.\n */\n event OrderCreated(address indexed token, uint256 indexed amount, bytes32 indexed orderId, uint256 rate, bytes32 institutionCode, bytes32 label, string messageHash);\n\n /**\n * @dev Emitted when an aggregator settles a transaction.\n * @param splitOrderId The ID of the split order.\n * @param orderId The ID of the order.\n * @param label The label of the transaction.\n * @param liquidityProvider The address of the liquidity provider.\n * @param settlePercent The percentage at which the transaction is settled.\n */\n event OrderSettled(bytes32 splitOrderId, bytes32 indexed orderId, bytes32 label, address indexed liquidityProvider, uint96 settlePercent);\n\n /**\n * @dev Emitted when an aggregator refunds a transaction.\n * @param fee The fee deducted from the refund amount.\n * @param orderId The ID of the order.\n * @param label The label of the transaction.\n */\n event OrderRefunded(uint256 fee, bytes32 indexed orderId, bytes32 label);\n\n /**\n * @dev Emitted when the sender's fee is transferred.\n * @param sender The address of the sender.\n * @param amount The amount of the fee transferred.\n */\n event SenderFeeTransferred(address indexed sender, uint256 indexed amount);\n\n /* ##################################################################\n STRUCTS\n ################################################################## */\n /**\n * @dev Struct representing transaction metadata.\n * @param identifier The identifier of the transaction.\n * @param institution The institution of the transaction.\n * @param name The name of the transaction.\n * @param currency The currency of the transaction.\n * @param liquidityProviderID The ID of the liquidity provider.\n */\n struct TransactionMetadata {\n bytes8 identifier;\n bytes8 institution;\n bytes8 name;\n bytes8 currency;\n uint256 liquidityProviderID;\n }\n\n /**\n * @dev Struct representing an order.\n * @param seller The address of the seller.\n * @param token The address of the token.\n * @param senderFeeRecipient The address of the sender fee recipient.\n * @param senderFee The fee to be paid to the sender fee recipient.\n * @param rate The rate at which the order is made.\n * @param isFulfilled Whether the order is fulfilled.\n * @param refundAddress The address to which the refund is made.\n * @param currentBPS The current basis points.\n * @param amount The amount of the order.\n */\n struct Order {\n address seller;\n address token;\n address senderFeeRecipient;\n uint256 senderFee;\n uint96 rate;\n bool isFulfilled;\n address refundAddress;\n uint96 currentBPS;\n uint256 amount;\n }\n\n /* ##################################################################\n EXTERNAL CALLS\n ################################################################## */\n /**\n * @notice Locks the sender's amount of token into Paycrest.\n * @dev Requirements:\n * - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call.\n * - `_token` must be an acceptable token. See {isTokenSupported}.\n * - `amount` must be greater than minimum.\n * - `_refundable` refundable address must not be zero address.\n * @param _token The address of the token.\n * @param _amount The amount in the decimal of `_token` to be locked.\n * @param _institutionCode The institution code of the sender.\n * @param _label The reference of the sender.\n * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token` when there is a need to refund.\n * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\n * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n * @param messageHash The hash of the message.\n * @return _orderId The ID of the order.\n */\n function createOrder(\n address _token, \n uint256 _amount, \n bytes32 _institutionCode,\n bytes32 _label,\n uint96 _rate, \n address _senderFeeRecipient,\n uint256 _senderFee,\n address _refundAddress, \n string calldata messageHash\n ) external returns(bytes32 _orderId);\n\n /**\n * @notice Settles a transaction and distributes rewards accordingly.\n * @dev Requirements:\n * - Only aggregators can call this function.\n * - `_orderId` must be less than total IDs.\n * - `_orderId` must be an open ID.\n * - `_primaryValidator` must have stake on the Paycrest staking platform.\n * - `_secondaryValidators` must have stake on the Paycrest staking platform.\n * - `amount` must be greater than minimum.\n * - `_refundable` refundable address must not be zero address.\n * @param _orderId The ID of the transaction.\n * @param _label The reference of the sender.\n * @param _liquidityProvider The address of the liquidity provider.\n * @param _settlePercent The rate at which the transaction is settled.\n * @param _isPartner Whether the liquidity provider is a partner.\n * @return _orderId The ID of the order.\n * @return _liquidityProvider The address of the liquidity provider.\n */\n function settle(bytes32 _splitOrderId, bytes32 _orderId, bytes32 _label, address _liquidityProvider, uint64 _settlePercent, bool _isPartner) external returns(bytes32, address);\n\n /**\n * @notice Refunds to the specified refundable address.\n * @dev Requirements:\n * - Only aggregators can call this function.\n * - `_orderId` must be less than total IDs.\n * - `_orderId` must be an open ID.\n * - `isFulfilled` must be false.\n * @param _fee The amount to be deducted from the amount to be refunded.\n * @param _orderId The ID of the transaction.\n * @param _label The reference of the sender.\n * @return Whether the refund is successful.\n */\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external returns(bool);\n\n /**\n * @notice Checks if a token is supported by Paycrest.\n * @param _token The address of the token to check.\n * @return Whether the token is supported.\n */\n function isTokenSupported(address _token) external view returns(bool);\n\n /**\n * @notice Gets the details of an order.\n * @param _orderId The ID of the order.\n * @return return The order details.\n */\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory);\n\n /**\n * @notice Gets the fee details of Paycrest.\n * @return protocolReward The protocol reward amount.\n * @return max_bps The maximum basis points.\n */\n function getFeeDetails() external view returns(uint64 protocolReward, uint256 max_bps);\n\n /**\n * @notice Gets the aggregator's public key.\n * @return return The aggregator's public key.\n */\n function getAggregator() external view returns(bytes memory);\n\n /**\n * @notice Gets the details of a supported institution by code.\n * @param _code The institution code.\n * @return return The institution details.\n */\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory);\n\n /**\n * @notice Gets the details of supported institutions by currency.\n * @param _currency The currency code.\n * @return return An array of institutions.\n */ \n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory);\n}\n"},"contracts/libraries/SharedStructs.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nlibrary SharedStructs {\n /**\n * @dev Struct representing an institution.\n * @param code The code of the institution.\n * @param name The name of the institution.\n */\n struct Institution {\n bytes32 code;\n bytes32 name;\n }\n\n /**\n * @dev Struct representing an institution by code.\n * @param name The name of the institution.\n * @param currency The currency of the institution.\n */\n struct InstitutionByCode {\n bytes32 name;\n bytes32 currency;\n }\n}"},"contracts/mocks/MockUSDC.sol":{"content":"//SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {ERC20} from \"@openzeppelin/contracts/token/ERC20/ERC20.sol\";\n\n/// @dev Mock mintable USDC\ncontract MockUSDT is ERC20 {\n constructor() ERC20(\"MockUDSC\", \"MUSDC\") {\n _mint(msg.sender, 1_000_000E18);\n }\n\n function mint(uint256 _amount) external {\n _mint(msg.sender, _amount);\n }\n\n function burn(uint256 _amount) external {\n _burn(msg.sender, _amount);\n }\n\n function burnAll() external {\n uint256 _balanceOf = balanceOf(msg.sender);\n require(_balanceOf > 0, \"MockUSDT: Nothing to burn\");\n _burn(msg.sender, _balanceOf);\n }\n}\n"},"contracts/Paycrest.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport \"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\";\nimport \"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\";\nimport \"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\";\n\nimport {PaycrestSettingManager} from \"./PaycrestSettingManager.sol\";\nimport {IPaycrest, IERC20} from \"./interfaces/IPaycrest.sol\";\nimport {SharedStructs} from \"./libraries/SharedStructs.sol\";\n\n/**\n * @title Paycrest\n * @dev Paycrest contract for handling orders and settlements.\n */\ncontract Paycrest is IPaycrest, PaycrestSettingManager, PausableUpgradeable { \n using SafeERC20Upgradeable for IERC20;\n using ECDSAUpgradeable for bytes32;\n\n struct fee {\n uint256 protocolFee;\n uint256 liquidityProviderAmount;\n }\n\n mapping(bytes32 => Order) private order;\n mapping(address => uint256) private _nonce;\n uint256[50] private __gap;\n\n /// @custom:oz-upgrades-unsafe-allow constructor\n constructor() {\n _disableInitializers();\n }\n\n /**\n * @dev Initialize function.\n */\n function initialize() external initializer {\n MAX_BPS = 100_000;\n __Ownable_init();\n __Pausable_init();\n }\n\n /**\n * @dev Modifier that allows only the aggregator to call a function.\n */\n modifier onlyAggregator {\n require(msg.sender == _aggregatorAddress, \"OnlyAggregator\");\n _;\n }\n\n /* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n /**\n * @dev Pause the contract.\n */\n function pause() external onlyOwner {\n _pause();\n }\n\n /**\n * @dev Unpause the contract.\n */\n function unpause() external onlyOwner {\n _unpause();\n }\n \n /* ##################################################################\n USER CALLS\n ################################################################## */\n /** @dev See {createOrder-IPaycrest}. */\n function createOrder(\n address _token, \n uint256 _amount, \n bytes32 _institutionCode,\n bytes32 _label,\n uint96 _rate, \n address _senderFeeRecipient,\n uint256 _senderFee,\n address _refundAddress, \n string calldata messageHash\n ) external whenNotPaused() returns(bytes32 orderId) {\n // checks that are required\n _handler(_token, _amount, _refundAddress, _senderFeeRecipient, _senderFee, _institutionCode);\n\n // validate messageHash\n require(bytes(messageHash).length > 0, \"InvalidMessageHash\");\n\n // transfer token from msg.sender to contract\n IERC20(_token).transferFrom(msg.sender, address(this), _amount);\n\n // increase users nonce to avoid replay attacks\n _nonce[msg.sender] ++;\n\n // generate transaction id for the transaction\n orderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\n\n // update transaction\n order[orderId] = Order({\n seller: msg.sender,\n token: _token,\n senderFeeRecipient: _senderFeeRecipient,\n senderFee: _senderFee,\n rate: _rate,\n isFulfilled: false,\n refundAddress: _refundAddress,\n currentBPS: uint64(MAX_BPS),\n amount: _amount\n });\n\n // emit deposit event\n emit OrderCreated(_token, _amount, orderId, _rate, _institutionCode, _label, messageHash);\n }\n\n /**\n * @dev Internal function to handle order creation.\n * @param _token The address of the token being traded.\n * @param _amount The amount of tokens being traded.\n * @param _refundAddress The address to refund the tokens in case of cancellation.\n * @param _senderFeeRecipient The address of the recipient for the sender fee.\n * @param _senderFee The amount of the sender fee.\n * @param _institutionCode The code of the institution associated with the order.\n */\n function _handler(address _token, uint256 _amount, address _refundAddress, address _senderFeeRecipient, uint256 _senderFee, bytes32 _institutionCode) internal view {\n require(_isTokenSupported[_token], \"TokenNotSupported\");\n require(_amount > 0, \"AmountIsZero\");\n require(_refundAddress != address(0), \"ThrowZeroAddress\");\n require(supportedInstitutionsByCode[_institutionCode].name != bytes32(0), \"InvalidInstitutionCode\");\n\n if (_senderFee > 0) {\n require(_senderFeeRecipient != address(0), \"InvalidSenderFeeRecipient\");\n }\n require(_senderFee <= (_amount * 500) / MAX_BPS, \"SenderFeeTooHigh\");\n }\n\n /* ##################################################################\n AGGREGATOR FUNCTIONS\n ################################################################## */\n /** @dev See {settle-IPaycrest}. */\n function settle(\n bytes32 _splitOrderId,\n bytes32 _orderId, \n bytes32 _label,\n address _liquidityProvider, \n uint64 _settlePercent,\n bool _isPartner\n ) external onlyAggregator() returns(bytes32, address) {\n // ensure the transaction has not been fulfilled\n require(!order[_orderId].isFulfilled, \"OrderFulfilled\");\n\n // load the token into memory\n address token = order[_orderId].token;\n\n // subtract sum of amount based on the input _settlePercent\n order[_orderId].currentBPS -= _settlePercent;\n\n // if transaction amount is zero\n // load the fees and transfer associated protocol fees to the protocol fee recipient\n ( fee memory _feeParams ) = _calculateFees(_orderId, _settlePercent, _isPartner);\n if(order[_orderId].currentBPS == 0) {\n // update the transaction to be fulfilled\n order[_orderId].isFulfilled = true;\n if (order[_orderId].senderFee > 0) {\n // transfer sender fee\n _transferSenderFee(_orderId);\n }\n }\n \n if (_feeParams.protocolFee > 0) {\n // transfer protocol fee\n IERC20(token).transfer(treasuryAddress, _feeParams.protocolFee);\n }\n\n // transfer to liquidity provider \n IERC20(token).transfer(_liquidityProvider, _feeParams.liquidityProviderAmount);\n\n // emit event\n emit OrderSettled(_splitOrderId, _orderId, _label, _liquidityProvider, _settlePercent);\n return (_orderId, token);\n }\n\n /**\n * @dev Internal function to transfer the sender fee.\n * @param _orderId The ID of the order.\n */\n function _transferSenderFee(bytes32 _orderId) internal {\n address recipient = order[_orderId].senderFeeRecipient;\n uint256 _fee = order[_orderId].senderFee;\n // transfer sender fee\n IERC20(order[_orderId].token).transfer(recipient, _fee);\n // emmit event\n emit SenderFeeTransferred(recipient, _fee);\n }\n\n /** @dev See {refund-IPaycrest}. */\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external onlyAggregator() returns(bool) {\n // ensure the transaction has not been fulfilled\n require(!order[_orderId].isFulfilled, \"OrderFulfilled\");\n\n // deduct fee from order amount\n uint256 refundAmount = order[_orderId].amount - _fee;\n IERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\n\n // reset state values\n order[_orderId].isFulfilled = true;\n order[_orderId].currentBPS = 0;\n \n // transfer to sender and emit event\n IERC20(order[_orderId].token).transfer(order[_orderId].refundAddress, refundAmount);\n emit OrderRefunded(_fee, _orderId, _label);\n\n return true;\n }\n\n /**\n * @dev Calculates the fees for a given order.\n * @param _orderId The ID of the order.\n * @param _settlePercent The percentage of the order amount to settle.\n * @param _isPartner Flag indicating if the order is from a partner.\n * @return _feeParams The fee parameters including amount to settle the liquidity provider and the protocol fee.\n */\n function _calculateFees(bytes32 _orderId, uint96 _settlePercent, bool _isPartner) private view returns(fee memory _feeParams ) {\n // get the total amount associated with the orderId\n uint256 amount = order[_orderId].amount;\n\n // get sender fee from amount\n amount = amount - order[_orderId].senderFee;\n\n // get the settled percent that is scheduled for this amount\n _feeParams.liquidityProviderAmount = (amount * _settlePercent) / MAX_BPS;\n\n // deduct protocol fees from the new total amount\n _feeParams.protocolFee = (_feeParams.liquidityProviderAmount * protocolFeePercent) / MAX_BPS;\n \n // subtract total fees from the new amount after getting the scheduled amount\n _feeParams.liquidityProviderAmount = (_feeParams.liquidityProviderAmount - _feeParams.protocolFee);\n\n // if (_isPartner) protocol fee should be 0, and the whole protocol fee should be added to liquidity provider\n if (_isPartner) {\n _feeParams.liquidityProviderAmount += _feeParams.protocolFee;\n _feeParams.protocolFee = 0;\n }\n }\n \n /* ##################################################################\n VIEW CALLS\n ################################################################## */\n /** @dev See {getOrderInfo-IPaycrest}. */\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory) {\n return order[_orderId];\n }\n\n /** @dev See {isTokenSupported-IPaycrest}. */\n function isTokenSupported(address _token) external view returns(bool) {\n return _isTokenSupported[_token];\n }\n\n /** @dev See {getSupportedInstitutionByCode-IPaycrest}. */\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory) {\n return supportedInstitutionsByCode[_code];\n }\n\n /** @dev See {getSupportedInstitutions-IPaycrest}. */\n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory) {\n SharedStructs.Institution[] memory institutions = supportedInstitutions[_currency];\n uint256 length = institutions.length;\n SharedStructs.Institution[] memory result = new SharedStructs.Institution[](length);\n \n for (uint256 i = 0; i < length; ) {\n result[i] = institutions[i];\n unchecked {\n i++;\n }\n }\n \n return result;\n }\n\n /** @dev See {getFeeDetails-IPaycrest}. */\n function getFeeDetails() external view returns(\n uint64, \n uint256\n ) {\n return(protocolFeePercent, MAX_BPS);\n }\n\n /** @dev See {getAggregator-IPaycrest}. */\n function getAggregator() external view returns(bytes memory) {\n return _aggregator;\n } \n}\n"},"contracts/PaycrestSettingManager.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n\n/**\n * @title PaycrestSettingManager\n * @dev This contract manages the settings and configurations for the Paycrest protocol.\n */\npragma solidity ^0.8.18;\n\nimport \"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\";\n\nimport {SharedStructs} from \"./libraries/SharedStructs.sol\";\n\ncontract PaycrestSettingManager is OwnableUpgradeable { \n uint256 internal MAX_BPS;\n uint64 internal protocolFeePercent;\n address internal treasuryAddress;\n address internal _aggregatorAddress;\n bytes internal _aggregator;\n \n // this should decrease if more slots are needed on this contract to avoid collisions with base contract\n uint256[50] private __gap;\n\n mapping(address => bool) internal _isTokenSupported;\n\n mapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\n mapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\n\n event SettingManagerBool(bytes32 what, address value, bool status);\n event ProtocolFeesUpdated(uint64 protocolFee);\n event ProtocolAddressesUpdated(address treasuryAddress);\n event SetAggregator(bytes aggregator);\n event SetFeeRecipient(address treasuryAddress);\n \n /* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\n /**\n * @dev Sets the boolean value for a specific setting.\n * @param what The setting to be updated.\n * @param value The address or value associated with the setting.\n * @param status The boolean value to be set.\n * Requirements:\n * - The value must not be a zero address.\n */\n function settingManagerBool(bytes32 what, address value, bool status) external onlyOwner {\n require(value != address(0), \"Paycrest: zero address\");\n if (what == \"token\") _isTokenSupported[value] = status;\n\n emit SettingManagerBool(what, value, status);\n }\n\n /**\n * @dev Sets the supported institutions for a specific currency.\n * @param currency The currency for which the institutions are being set.\n * @param institutions The array of institutions to be set.\n */\n function setSupportedInstitutions(bytes32 currency, SharedStructs.Institution[] memory institutions) external onlyOwner { \n uint256 length = institutions.length;\n for (uint i = 0; i < length; ) {\n supportedInstitutions[currency].push(institutions[i]);\n supportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\n name: institutions[i].name, currency: currency\n });\n unchecked {\n i++;\n }\n }\n }\n\n /**\n * @dev Updates the protocol fees percentage.\n * @param _protocolFeePercent The new protocol fees percentage to be set.\n */\n function updateProtocolFees(uint64 _protocolFeePercent) external onlyOwner {\n protocolFeePercent = _protocolFeePercent;\n emit ProtocolFeesUpdated(_protocolFeePercent);\n }\n\n /**\n * @dev Updates the protocol addresses.\n * @param what The address type to be updated (treasury or aggregator).\n * @param value The new address to be set.\n * Requirements:\n * - The value must not be a zero address.\n */\n function updateProtocolAddresses(bytes32 what, address value) external onlyOwner {\n require(value != address(0), \"Paycrest: zero address\");\n if (what == \"treasury\") treasuryAddress = value;\n if (what == \"aggregator\") _aggregatorAddress = value;\n emit ProtocolAddressesUpdated(treasuryAddress);\n }\n\n /**\n * @dev Updates the protocol aggregator.\n * @param aggregator The new aggregator to be set.\n */\n function updateProtocolAggregator(bytes calldata aggregator) external onlyOwner {\n _aggregator = aggregator;\n emit SetAggregator(aggregator);\n }\n}\n"}},"settings":{"optimizer":{"enabled":false,"runs":200},"outputSelection":{"*":{"*":["abi","evm.bytecode","evm.deployedBytecode","evm.methodIdentifiers","metadata","devdoc","userdoc","storageLayout","evm.gasEstimates"],"":["ast"]}},"metadata":{"useLiteralContent":true}}},"output":{"sources":{"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[1300],"Initializable":[301],"OwnableUpgradeable":[132]},"id":133,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"102:23:0"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":2,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":133,"sourceUnit":1301,"src":"127:41:0","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":4,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":133,"sourceUnit":302,"src":"169:63:0","symbolAliases":[{"foreign":{"id":3,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":301,"src":"177:13:0","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":6,"name":"Initializable","nameLocations":["769:13:0"],"nodeType":"IdentifierPath","referencedDeclaration":301,"src":"769:13:0"},"id":7,"nodeType":"InheritanceSpecifier","src":"769:13:0"},{"baseName":{"id":8,"name":"ContextUpgradeable","nameLocations":["784:18:0"],"nodeType":"IdentifierPath","referencedDeclaration":1300,"src":"784:18:0"},"id":9,"nodeType":"InheritanceSpecifier","src":"784:18:0"}],"canonicalName":"OwnableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":5,"nodeType":"StructuredDocumentation","src":"234:494:0","text":" @dev Contract module which provides a basic access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership}.\n This module is used through inheritance. It will make available the modifier\n `onlyOwner`, which can be applied to your functions to restrict their use to\n the owner."},"fullyImplemented":true,"id":132,"linearizedBaseContracts":[132,1300,301],"name":"OwnableUpgradeable","nameLocation":"747:18:0","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":11,"mutability":"mutable","name":"_owner","nameLocation":"825:6:0","nodeType":"VariableDeclaration","scope":132,"src":"809:22:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":10,"name":"address","nodeType":"ElementaryTypeName","src":"809:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","id":17,"name":"OwnershipTransferred","nameLocation":"844:20:0","nodeType":"EventDefinition","parameters":{"id":16,"nodeType":"ParameterList","parameters":[{"constant":false,"id":13,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"881:13:0","nodeType":"VariableDeclaration","scope":17,"src":"865:29:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":12,"name":"address","nodeType":"ElementaryTypeName","src":"865:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":15,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"912:8:0","nodeType":"VariableDeclaration","scope":17,"src":"896:24:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":14,"name":"address","nodeType":"ElementaryTypeName","src":"896:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"864:57:0"},"src":"838:84:0"},{"body":{"id":26,"nodeType":"Block","src":"1076:43:0","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":23,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":38,"src":"1086:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":24,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1086:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":25,"nodeType":"ExpressionStatement","src":"1086:26:0"}]},"documentation":{"id":18,"nodeType":"StructuredDocumentation","src":"928:91:0","text":" @dev Initializes the contract setting the deployer as the initial owner."},"id":27,"implemented":true,"kind":"function","modifiers":[{"id":21,"kind":"modifierInvocation","modifierName":{"id":20,"name":"onlyInitializing","nameLocations":["1059:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":246,"src":"1059:16:0"},"nodeType":"ModifierInvocation","src":"1059:16:0"}],"name":"__Ownable_init","nameLocation":"1033:14:0","nodeType":"FunctionDefinition","parameters":{"id":19,"nodeType":"ParameterList","parameters":[],"src":"1047:2:0"},"returnParameters":{"id":22,"nodeType":"ParameterList","parameters":[],"src":"1076:0:0"},"scope":132,"src":"1024:95:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":37,"nodeType":"Block","src":"1187:49:0","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":33,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1277,"src":"1216:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":34,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1216:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":32,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":126,"src":"1197:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":35,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1197:32:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":36,"nodeType":"ExpressionStatement","src":"1197:32:0"}]},"id":38,"implemented":true,"kind":"function","modifiers":[{"id":30,"kind":"modifierInvocation","modifierName":{"id":29,"name":"onlyInitializing","nameLocations":["1170:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":246,"src":"1170:16:0"},"nodeType":"ModifierInvocation","src":"1170:16:0"}],"name":"__Ownable_init_unchained","nameLocation":"1134:24:0","nodeType":"FunctionDefinition","parameters":{"id":28,"nodeType":"ParameterList","parameters":[],"src":"1158:2:0"},"returnParameters":{"id":31,"nodeType":"ParameterList","parameters":[],"src":"1187:0:0"},"scope":132,"src":"1125:111:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":45,"nodeType":"Block","src":"1345:41:0","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":41,"name":"_checkOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":69,"src":"1355:11:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":42,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1355:13:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":43,"nodeType":"ExpressionStatement","src":"1355:13:0"},{"id":44,"nodeType":"PlaceholderStatement","src":"1378:1:0"}]},"documentation":{"id":39,"nodeType":"StructuredDocumentation","src":"1242:77:0","text":" @dev Throws if called by any account other than the owner."},"id":46,"name":"onlyOwner","nameLocation":"1333:9:0","nodeType":"ModifierDefinition","parameters":{"id":40,"nodeType":"ParameterList","parameters":[],"src":"1342:2:0"},"src":"1324:62:0","virtual":false,"visibility":"internal"},{"body":{"id":54,"nodeType":"Block","src":"1517:30:0","statements":[{"expression":{"id":52,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1534:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":51,"id":53,"nodeType":"Return","src":"1527:13:0"}]},"documentation":{"id":47,"nodeType":"StructuredDocumentation","src":"1392:65:0","text":" @dev Returns the address of the current owner."},"functionSelector":"8da5cb5b","id":55,"implemented":true,"kind":"function","modifiers":[],"name":"owner","nameLocation":"1471:5:0","nodeType":"FunctionDefinition","parameters":{"id":48,"nodeType":"ParameterList","parameters":[],"src":"1476:2:0"},"returnParameters":{"id":51,"nodeType":"ParameterList","parameters":[{"constant":false,"id":50,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":55,"src":"1508:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":49,"name":"address","nodeType":"ElementaryTypeName","src":"1508:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1507:9:0"},"scope":132,"src":"1462:85:0","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":68,"nodeType":"Block","src":"1665:85:0","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":64,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":60,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":55,"src":"1683:5:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":61,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1683:7:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":62,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1277,"src":"1694:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":63,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1694:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1683:23:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","id":65,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1708:34:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""},"value":"Ownable: caller is not the owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""}],"id":59,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1675:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":66,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1675:68:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":67,"nodeType":"ExpressionStatement","src":"1675:68:0"}]},"documentation":{"id":56,"nodeType":"StructuredDocumentation","src":"1553:62:0","text":" @dev Throws if the sender is not the owner."},"id":69,"implemented":true,"kind":"function","modifiers":[],"name":"_checkOwner","nameLocation":"1629:11:0","nodeType":"FunctionDefinition","parameters":{"id":57,"nodeType":"ParameterList","parameters":[],"src":"1640:2:0"},"returnParameters":{"id":58,"nodeType":"ParameterList","parameters":[],"src":"1665:0:0"},"scope":132,"src":"1620:130:0","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":82,"nodeType":"Block","src":"2139:47:0","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":78,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2176:1:0","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":77,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2168:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":76,"name":"address","nodeType":"ElementaryTypeName","src":"2168:7:0","typeDescriptions":{}}},"id":79,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2168:10:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":75,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":126,"src":"2149:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":80,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2149:30:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":81,"nodeType":"ExpressionStatement","src":"2149:30:0"}]},"documentation":{"id":70,"nodeType":"StructuredDocumentation","src":"1756:324:0","text":" @dev Leaves the contract without owner. It will not be possible to call\n `onlyOwner` functions. Can only be called by the current owner.\n NOTE: Renouncing ownership will leave the contract without an owner,\n thereby disabling any functionality that is only available to the owner."},"functionSelector":"715018a6","id":83,"implemented":true,"kind":"function","modifiers":[{"id":73,"kind":"modifierInvocation","modifierName":{"id":72,"name":"onlyOwner","nameLocations":["2129:9:0"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"2129:9:0"},"nodeType":"ModifierInvocation","src":"2129:9:0"}],"name":"renounceOwnership","nameLocation":"2094:17:0","nodeType":"FunctionDefinition","parameters":{"id":71,"nodeType":"ParameterList","parameters":[],"src":"2111:2:0"},"returnParameters":{"id":74,"nodeType":"ParameterList","parameters":[],"src":"2139:0:0"},"scope":132,"src":"2085:101:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":105,"nodeType":"Block","src":"2405:128:0","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":97,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":92,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":86,"src":"2423:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":95,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2443:1:0","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":94,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2435:7:0","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":93,"name":"address","nodeType":"ElementaryTypeName","src":"2435:7:0","typeDescriptions":{}}},"id":96,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2435:10:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2423:22:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373","id":98,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2447:40:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""},"value":"Ownable: new owner is the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""}],"id":91,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2415:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":99,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2415:73:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":100,"nodeType":"ExpressionStatement","src":"2415:73:0"},{"expression":{"arguments":[{"id":102,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":86,"src":"2517:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":101,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":126,"src":"2498:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":103,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2498:28:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":104,"nodeType":"ExpressionStatement","src":"2498:28:0"}]},"documentation":{"id":84,"nodeType":"StructuredDocumentation","src":"2192:138:0","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":106,"implemented":true,"kind":"function","modifiers":[{"id":89,"kind":"modifierInvocation","modifierName":{"id":88,"name":"onlyOwner","nameLocations":["2395:9:0"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"2395:9:0"},"nodeType":"ModifierInvocation","src":"2395:9:0"}],"name":"transferOwnership","nameLocation":"2344:17:0","nodeType":"FunctionDefinition","parameters":{"id":87,"nodeType":"ParameterList","parameters":[{"constant":false,"id":86,"mutability":"mutable","name":"newOwner","nameLocation":"2370:8:0","nodeType":"VariableDeclaration","scope":106,"src":"2362:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":85,"name":"address","nodeType":"ElementaryTypeName","src":"2362:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2361:18:0"},"returnParameters":{"id":90,"nodeType":"ParameterList","parameters":[],"src":"2405:0:0"},"scope":132,"src":"2335:198:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":125,"nodeType":"Block","src":"2750:124:0","statements":[{"assignments":[113],"declarations":[{"constant":false,"id":113,"mutability":"mutable","name":"oldOwner","nameLocation":"2768:8:0","nodeType":"VariableDeclaration","scope":125,"src":"2760:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":112,"name":"address","nodeType":"ElementaryTypeName","src":"2760:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":115,"initialValue":{"id":114,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"2779:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2760:25:0"},{"expression":{"id":118,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":116,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"2795:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":117,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":109,"src":"2804:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2795:17:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":119,"nodeType":"ExpressionStatement","src":"2795:17:0"},{"eventCall":{"arguments":[{"id":121,"name":"oldOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":113,"src":"2848:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":122,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":109,"src":"2858:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":120,"name":"OwnershipTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":17,"src":"2827:20:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":123,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2827:40:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":124,"nodeType":"EmitStatement","src":"2822:45:0"}]},"documentation":{"id":107,"nodeType":"StructuredDocumentation","src":"2539:143:0","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Internal function without access restriction."},"id":126,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"2696:18:0","nodeType":"FunctionDefinition","parameters":{"id":110,"nodeType":"ParameterList","parameters":[{"constant":false,"id":109,"mutability":"mutable","name":"newOwner","nameLocation":"2723:8:0","nodeType":"VariableDeclaration","scope":126,"src":"2715:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":108,"name":"address","nodeType":"ElementaryTypeName","src":"2715:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2714:18:0"},"returnParameters":{"id":111,"nodeType":"ParameterList","parameters":[],"src":"2750:0:0"},"scope":132,"src":"2687:187:0","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":127,"nodeType":"StructuredDocumentation","src":"2880:254:0","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":131,"mutability":"mutable","name":"__gap","nameLocation":"3159:5:0","nodeType":"VariableDeclaration","scope":132,"src":"3139:25:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":128,"name":"uint256","nodeType":"ElementaryTypeName","src":"3139:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":130,"length":{"hexValue":"3439","id":129,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3147:2:0","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3139:11:0","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":133,"src":"729:2438:0","usedErrors":[]}],"src":"102:3066:0"},"id":0},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","exportedSymbols":{"AddressUpgradeable":[1249],"Initializable":[301]},"id":302,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":134,"literals":["solidity","^","0.8",".2"],"nodeType":"PragmaDirective","src":"113:23:1"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","file":"../../utils/AddressUpgradeable.sol","id":135,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":302,"sourceUnit":1250,"src":"138:44:1","symbolAliases":[],"unitAlias":""},{"abstract":true,"baseContracts":[],"canonicalName":"Initializable","contractDependencies":[],"contractKind":"contract","documentation":{"id":136,"nodeType":"StructuredDocumentation","src":"184:2209:1","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":301,"linearizedBaseContracts":[301],"name":"Initializable","nameLocation":"2412:13:1","nodeType":"ContractDefinition","nodes":[{"constant":false,"documentation":{"id":137,"nodeType":"StructuredDocumentation","src":"2432:109:1","text":" @dev Indicates that the contract has been initialized.\n @custom:oz-retyped-from bool"},"id":139,"mutability":"mutable","name":"_initialized","nameLocation":"2560:12:1","nodeType":"VariableDeclaration","scope":301,"src":"2546:26:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":138,"name":"uint8","nodeType":"ElementaryTypeName","src":"2546:5:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"private"},{"constant":false,"documentation":{"id":140,"nodeType":"StructuredDocumentation","src":"2579:91:1","text":" @dev Indicates that the contract is in the process of being initialized."},"id":142,"mutability":"mutable","name":"_initializing","nameLocation":"2688:13:1","nodeType":"VariableDeclaration","scope":301,"src":"2675:26:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":141,"name":"bool","nodeType":"ElementaryTypeName","src":"2675:4:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"anonymous":false,"documentation":{"id":143,"nodeType":"StructuredDocumentation","src":"2708:90:1","text":" @dev Triggered when the contract has been initialized or reinitialized."},"eventSelector":"7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498","id":147,"name":"Initialized","nameLocation":"2809:11:1","nodeType":"EventDefinition","parameters":{"id":146,"nodeType":"ParameterList","parameters":[{"constant":false,"id":145,"indexed":false,"mutability":"mutable","name":"version","nameLocation":"2827:7:1","nodeType":"VariableDeclaration","scope":147,"src":"2821:13:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":144,"name":"uint8","nodeType":"ElementaryTypeName","src":"2821:5:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"2820:15:1"},"src":"2803:33:1"},{"body":{"id":202,"nodeType":"Block","src":"3269:483:1","statements":[{"assignments":[151],"declarations":[{"constant":false,"id":151,"mutability":"mutable","name":"isTopLevelCall","nameLocation":"3284:14:1","nodeType":"VariableDeclaration","scope":202,"src":"3279:19:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":150,"name":"bool","nodeType":"ElementaryTypeName","src":"3279:4:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":154,"initialValue":{"id":153,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3301:14:1","subExpression":{"id":152,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":142,"src":"3302:13:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"VariableDeclarationStatement","src":"3279:36:1"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":175,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":160,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":156,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":151,"src":"3347:14:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":159,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":157,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":139,"src":"3365:12:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"hexValue":"31","id":158,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3380:1:1","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3365:16:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3347:34:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":161,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3346:36:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":173,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":169,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3387:45:1","subExpression":{"arguments":[{"arguments":[{"id":166,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3426:4:1","typeDescriptions":{"typeIdentifier":"t_contract$_Initializable_$301","typeString":"contract Initializable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Initializable_$301","typeString":"contract Initializable"}],"id":165,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3418:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":164,"name":"address","nodeType":"ElementaryTypeName","src":"3418:7:1","typeDescriptions":{}}},"id":167,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3418:13:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":162,"name":"AddressUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1249,"src":"3388:18:1","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_AddressUpgradeable_$1249_$","typeString":"type(library AddressUpgradeable)"}},"id":163,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3407:10:1","memberName":"isContract","nodeType":"MemberAccess","referencedDeclaration":937,"src":"3388:29:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":168,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3388:44:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":172,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":170,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":139,"src":"3436:12:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":171,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3452:1:1","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3436:17:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3387:66:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":174,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3386:68:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3346:108:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":176,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3468:48:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":155,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3325:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":177,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3325:201:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":178,"nodeType":"ExpressionStatement","src":"3325:201:1"},{"expression":{"id":181,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":179,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":139,"src":"3536:12:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"31","id":180,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3551:1:1","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3536:16:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":182,"nodeType":"ExpressionStatement","src":"3536:16:1"},{"condition":{"id":183,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":151,"src":"3566:14:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":189,"nodeType":"IfStatement","src":"3562:65:1","trueBody":{"id":188,"nodeType":"Block","src":"3582:45:1","statements":[{"expression":{"id":186,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":184,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":142,"src":"3596:13:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":185,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3612:4:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3596:20:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":187,"nodeType":"ExpressionStatement","src":"3596:20:1"}]}},{"id":190,"nodeType":"PlaceholderStatement","src":"3636:1:1"},{"condition":{"id":191,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":151,"src":"3651:14:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":201,"nodeType":"IfStatement","src":"3647:99:1","trueBody":{"id":200,"nodeType":"Block","src":"3667:79:1","statements":[{"expression":{"id":194,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":192,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":142,"src":"3681:13:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":193,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3697:5:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"3681:21:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":195,"nodeType":"ExpressionStatement","src":"3681:21:1"},{"eventCall":{"arguments":[{"hexValue":"31","id":197,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3733: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":196,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":147,"src":"3721:11:1","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":198,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3721:14:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":199,"nodeType":"EmitStatement","src":"3716:19:1"}]}}]},"documentation":{"id":148,"nodeType":"StructuredDocumentation","src":"2842:399:1","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 functions marked with `initializer` can be nested in the context of a\n constructor.\n Emits an {Initialized} event."},"id":203,"name":"initializer","nameLocation":"3255:11:1","nodeType":"ModifierDefinition","parameters":{"id":149,"nodeType":"ParameterList","parameters":[],"src":"3266:2:1"},"src":"3246:506:1","virtual":false,"visibility":"internal"},{"body":{"id":235,"nodeType":"Block","src":"4863:255:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":214,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":210,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4881:14:1","subExpression":{"id":209,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":142,"src":"4882:13:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":213,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":211,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":139,"src":"4899:12:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":212,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":206,"src":"4914:7:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4899:22:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4881:40:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":215,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4923:48:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":208,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4873:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":216,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4873:99:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":217,"nodeType":"ExpressionStatement","src":"4873:99:1"},{"expression":{"id":220,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":218,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":139,"src":"4982:12:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":219,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":206,"src":"4997:7:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4982:22:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":221,"nodeType":"ExpressionStatement","src":"4982:22:1"},{"expression":{"id":224,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":222,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":142,"src":"5014:13:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":223,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5030:4:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5014:20:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":225,"nodeType":"ExpressionStatement","src":"5014:20:1"},{"id":226,"nodeType":"PlaceholderStatement","src":"5044:1:1"},{"expression":{"id":229,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":227,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":142,"src":"5055:13:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":228,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5071:5:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"5055:21:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":230,"nodeType":"ExpressionStatement","src":"5055:21:1"},{"eventCall":{"arguments":[{"id":232,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":206,"src":"5103:7:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":231,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":147,"src":"5091:11:1","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":233,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5091:20:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":234,"nodeType":"EmitStatement","src":"5086:25:1"}]},"documentation":{"id":204,"nodeType":"StructuredDocumentation","src":"3758:1062:1","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 255 will prevent any future reinitialization.\n Emits an {Initialized} event."},"id":236,"name":"reinitializer","nameLocation":"4834:13:1","nodeType":"ModifierDefinition","parameters":{"id":207,"nodeType":"ParameterList","parameters":[{"constant":false,"id":206,"mutability":"mutable","name":"version","nameLocation":"4854:7:1","nodeType":"VariableDeclaration","scope":236,"src":"4848:13:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":205,"name":"uint8","nodeType":"ElementaryTypeName","src":"4848:5:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"4847:15:1"},"src":"4825:293:1","virtual":false,"visibility":"internal"},{"body":{"id":245,"nodeType":"Block","src":"5356:97:1","statements":[{"expression":{"arguments":[{"id":240,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":142,"src":"5374:13:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420696e697469616c697a696e67","id":241,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5389:45:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""},"value":"Initializable: contract is not initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""}],"id":239,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5366:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":242,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5366:69:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":243,"nodeType":"ExpressionStatement","src":"5366:69:1"},{"id":244,"nodeType":"PlaceholderStatement","src":"5445:1:1"}]},"documentation":{"id":237,"nodeType":"StructuredDocumentation","src":"5124:199:1","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":246,"name":"onlyInitializing","nameLocation":"5337:16:1","nodeType":"ModifierDefinition","parameters":{"id":238,"nodeType":"ParameterList","parameters":[],"src":"5353:2:1"},"src":"5328:125:1","virtual":false,"visibility":"internal"},{"body":{"id":281,"nodeType":"Block","src":"5988:231:1","statements":[{"expression":{"arguments":[{"id":252,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6006:14:1","subExpression":{"id":251,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":142,"src":"6007:13:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e67","id":253,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6022:41:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""},"value":"Initializable: contract is initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""}],"id":250,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5998:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":254,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5998:66:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":255,"nodeType":"ExpressionStatement","src":"5998:66:1"},{"condition":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":262,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":256,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":139,"src":"6078:12:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"arguments":[{"id":259,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6099:5:1","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":258,"name":"uint8","nodeType":"ElementaryTypeName","src":"6099:5:1","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":257,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6094:4:1","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":260,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6094:11:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":261,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6106:3:1","memberName":"max","nodeType":"MemberAccess","src":"6094:15:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6078:31:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":280,"nodeType":"IfStatement","src":"6074:139:1","trueBody":{"id":279,"nodeType":"Block","src":"6111:102:1","statements":[{"expression":{"id":269,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":263,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":139,"src":"6125:12:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"expression":{"arguments":[{"id":266,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6145:5:1","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":265,"name":"uint8","nodeType":"ElementaryTypeName","src":"6145:5:1","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":264,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6140:4:1","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":267,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6140:11:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":268,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6152:3:1","memberName":"max","nodeType":"MemberAccess","src":"6140:15:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6125:30:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":270,"nodeType":"ExpressionStatement","src":"6125:30:1"},{"eventCall":{"arguments":[{"expression":{"arguments":[{"id":274,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6191:5:1","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":273,"name":"uint8","nodeType":"ElementaryTypeName","src":"6191:5:1","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":272,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6186:4:1","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":275,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6186:11:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":276,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6198:3:1","memberName":"max","nodeType":"MemberAccess","src":"6186:15:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":271,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":147,"src":"6174:11:1","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":277,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6174:28:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":278,"nodeType":"EmitStatement","src":"6169:33:1"}]}}]},"documentation":{"id":247,"nodeType":"StructuredDocumentation","src":"5459:475:1","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":282,"implemented":true,"kind":"function","modifiers":[],"name":"_disableInitializers","nameLocation":"5948:20:1","nodeType":"FunctionDefinition","parameters":{"id":248,"nodeType":"ParameterList","parameters":[],"src":"5968:2:1"},"returnParameters":{"id":249,"nodeType":"ParameterList","parameters":[],"src":"5988:0:1"},"scope":301,"src":"5939:280:1","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":290,"nodeType":"Block","src":"6393:36:1","statements":[{"expression":{"id":288,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":139,"src":"6410:12:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"functionReturnParameters":287,"id":289,"nodeType":"Return","src":"6403:19:1"}]},"documentation":{"id":283,"nodeType":"StructuredDocumentation","src":"6225:99:1","text":" @dev Returns the highest version that has been initialized. See {reinitializer}."},"id":291,"implemented":true,"kind":"function","modifiers":[],"name":"_getInitializedVersion","nameLocation":"6338:22:1","nodeType":"FunctionDefinition","parameters":{"id":284,"nodeType":"ParameterList","parameters":[],"src":"6360:2:1"},"returnParameters":{"id":287,"nodeType":"ParameterList","parameters":[{"constant":false,"id":286,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":291,"src":"6386:5:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":285,"name":"uint8","nodeType":"ElementaryTypeName","src":"6386:5:1","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"6385:7:1"},"scope":301,"src":"6329:100:1","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":299,"nodeType":"Block","src":"6601:37:1","statements":[{"expression":{"id":297,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":142,"src":"6618:13:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":296,"id":298,"nodeType":"Return","src":"6611:20:1"}]},"documentation":{"id":292,"nodeType":"StructuredDocumentation","src":"6435:105:1","text":" @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}."},"id":300,"implemented":true,"kind":"function","modifiers":[],"name":"_isInitializing","nameLocation":"6554:15:1","nodeType":"FunctionDefinition","parameters":{"id":293,"nodeType":"ParameterList","parameters":[],"src":"6569:2:1"},"returnParameters":{"id":296,"nodeType":"ParameterList","parameters":[{"constant":false,"id":295,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":300,"src":"6595:4:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":294,"name":"bool","nodeType":"ElementaryTypeName","src":"6595:4:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6594:6:1"},"scope":301,"src":"6545:93:1","stateMutability":"view","virtual":false,"visibility":"internal"}],"scope":302,"src":"2394:4246:1","usedErrors":[]}],"src":"113:6528:1"},"id":1},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[1300],"Initializable":[301],"PausableUpgradeable":[429]},"id":430,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":303,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"105:23:2"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":304,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":430,"sourceUnit":1301,"src":"130:41:2","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":306,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":430,"sourceUnit":302,"src":"172:63:2","symbolAliases":[{"foreign":{"id":305,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":301,"src":"180:13:2","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":308,"name":"Initializable","nameLocations":["718:13:2"],"nodeType":"IdentifierPath","referencedDeclaration":301,"src":"718:13:2"},"id":309,"nodeType":"InheritanceSpecifier","src":"718:13:2"},{"baseName":{"id":310,"name":"ContextUpgradeable","nameLocations":["733:18:2"],"nodeType":"IdentifierPath","referencedDeclaration":1300,"src":"733:18:2"},"id":311,"nodeType":"InheritanceSpecifier","src":"733:18:2"}],"canonicalName":"PausableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":307,"nodeType":"StructuredDocumentation","src":"237:439:2","text":" @dev Contract module which allows children to implement an emergency stop\n mechanism that can be triggered by an authorized account.\n This module is used through inheritance. It will make available the\n modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n the functions of your contract. Note that they will not be pausable by\n simply including this module, only once the modifiers are put in place."},"fullyImplemented":true,"id":429,"linearizedBaseContracts":[429,1300,301],"name":"PausableUpgradeable","nameLocation":"695:19:2","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":312,"nodeType":"StructuredDocumentation","src":"758:73:2","text":" @dev Emitted when the pause is triggered by `account`."},"eventSelector":"62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258","id":316,"name":"Paused","nameLocation":"842:6:2","nodeType":"EventDefinition","parameters":{"id":315,"nodeType":"ParameterList","parameters":[{"constant":false,"id":314,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"857:7:2","nodeType":"VariableDeclaration","scope":316,"src":"849:15:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":313,"name":"address","nodeType":"ElementaryTypeName","src":"849:7:2","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"848:17:2"},"src":"836:30:2"},{"anonymous":false,"documentation":{"id":317,"nodeType":"StructuredDocumentation","src":"872:70:2","text":" @dev Emitted when the pause is lifted by `account`."},"eventSelector":"5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa","id":321,"name":"Unpaused","nameLocation":"953:8:2","nodeType":"EventDefinition","parameters":{"id":320,"nodeType":"ParameterList","parameters":[{"constant":false,"id":319,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"970:7:2","nodeType":"VariableDeclaration","scope":321,"src":"962:15:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":318,"name":"address","nodeType":"ElementaryTypeName","src":"962:7:2","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"961:17:2"},"src":"947:32:2"},{"constant":false,"id":323,"mutability":"mutable","name":"_paused","nameLocation":"998:7:2","nodeType":"VariableDeclaration","scope":429,"src":"985:20:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":322,"name":"bool","nodeType":"ElementaryTypeName","src":"985:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"body":{"id":332,"nodeType":"Block","src":"1137:44:2","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":329,"name":"__Pausable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":343,"src":"1147:25:2","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":330,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1147:27:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":331,"nodeType":"ExpressionStatement","src":"1147:27:2"}]},"documentation":{"id":324,"nodeType":"StructuredDocumentation","src":"1012:67:2","text":" @dev Initializes the contract in unpaused state."},"id":333,"implemented":true,"kind":"function","modifiers":[{"id":327,"kind":"modifierInvocation","modifierName":{"id":326,"name":"onlyInitializing","nameLocations":["1120:16:2"],"nodeType":"IdentifierPath","referencedDeclaration":246,"src":"1120:16:2"},"nodeType":"ModifierInvocation","src":"1120:16:2"}],"name":"__Pausable_init","nameLocation":"1093:15:2","nodeType":"FunctionDefinition","parameters":{"id":325,"nodeType":"ParameterList","parameters":[],"src":"1108:2:2"},"returnParameters":{"id":328,"nodeType":"ParameterList","parameters":[],"src":"1137:0:2"},"scope":429,"src":"1084:97:2","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":342,"nodeType":"Block","src":"1250:32:2","statements":[{"expression":{"id":340,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":338,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":323,"src":"1260:7:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":339,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"1270:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"1260:15:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":341,"nodeType":"ExpressionStatement","src":"1260:15:2"}]},"id":343,"implemented":true,"kind":"function","modifiers":[{"id":336,"kind":"modifierInvocation","modifierName":{"id":335,"name":"onlyInitializing","nameLocations":["1233:16:2"],"nodeType":"IdentifierPath","referencedDeclaration":246,"src":"1233:16:2"},"nodeType":"ModifierInvocation","src":"1233:16:2"}],"name":"__Pausable_init_unchained","nameLocation":"1196:25:2","nodeType":"FunctionDefinition","parameters":{"id":334,"nodeType":"ParameterList","parameters":[],"src":"1221:2:2"},"returnParameters":{"id":337,"nodeType":"ParameterList","parameters":[],"src":"1250:0:2"},"scope":429,"src":"1187:95:2","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":350,"nodeType":"Block","src":"1493:47:2","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":346,"name":"_requireNotPaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":380,"src":"1503:17:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":347,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1503:19:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":348,"nodeType":"ExpressionStatement","src":"1503:19:2"},{"id":349,"nodeType":"PlaceholderStatement","src":"1532:1:2"}]},"documentation":{"id":344,"nodeType":"StructuredDocumentation","src":"1288:175:2","text":" @dev Modifier to make a function callable only when the contract is not paused.\n Requirements:\n - The contract must not be paused."},"id":351,"name":"whenNotPaused","nameLocation":"1477:13:2","nodeType":"ModifierDefinition","parameters":{"id":345,"nodeType":"ParameterList","parameters":[],"src":"1490:2:2"},"src":"1468:72:2","virtual":false,"visibility":"internal"},{"body":{"id":358,"nodeType":"Block","src":"1740:44:2","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":354,"name":"_requirePaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":391,"src":"1750:14:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":355,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1750:16:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":356,"nodeType":"ExpressionStatement","src":"1750:16:2"},{"id":357,"nodeType":"PlaceholderStatement","src":"1776:1:2"}]},"documentation":{"id":352,"nodeType":"StructuredDocumentation","src":"1546:167:2","text":" @dev Modifier to make a function callable only when the contract is paused.\n Requirements:\n - The contract must be paused."},"id":359,"name":"whenPaused","nameLocation":"1727:10:2","nodeType":"ModifierDefinition","parameters":{"id":353,"nodeType":"ParameterList","parameters":[],"src":"1737:2:2"},"src":"1718:66:2","virtual":false,"visibility":"internal"},{"body":{"id":367,"nodeType":"Block","src":"1932:31:2","statements":[{"expression":{"id":365,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":323,"src":"1949:7:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":364,"id":366,"nodeType":"Return","src":"1942:14:2"}]},"documentation":{"id":360,"nodeType":"StructuredDocumentation","src":"1790:84:2","text":" @dev Returns true if the contract is paused, and false otherwise."},"functionSelector":"5c975abb","id":368,"implemented":true,"kind":"function","modifiers":[],"name":"paused","nameLocation":"1888:6:2","nodeType":"FunctionDefinition","parameters":{"id":361,"nodeType":"ParameterList","parameters":[],"src":"1894:2:2"},"returnParameters":{"id":364,"nodeType":"ParameterList","parameters":[{"constant":false,"id":363,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":368,"src":"1926:4:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":362,"name":"bool","nodeType":"ElementaryTypeName","src":"1926:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1925:6:2"},"scope":429,"src":"1879:84:2","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":379,"nodeType":"Block","src":"2082:55:2","statements":[{"expression":{"arguments":[{"id":375,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"2100:9:2","subExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":373,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":368,"src":"2101:6:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":374,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2101:8:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a20706175736564","id":376,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2111:18:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""},"value":"Pausable: paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""}],"id":372,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2092:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":377,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2092:38:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":378,"nodeType":"ExpressionStatement","src":"2092:38:2"}]},"documentation":{"id":369,"nodeType":"StructuredDocumentation","src":"1969:57:2","text":" @dev Throws if the contract is paused."},"id":380,"implemented":true,"kind":"function","modifiers":[],"name":"_requireNotPaused","nameLocation":"2040:17:2","nodeType":"FunctionDefinition","parameters":{"id":370,"nodeType":"ParameterList","parameters":[],"src":"2057:2:2"},"returnParameters":{"id":371,"nodeType":"ParameterList","parameters":[],"src":"2082:0:2"},"scope":429,"src":"2031:106:2","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":390,"nodeType":"Block","src":"2257:58:2","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":385,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":368,"src":"2275:6:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":386,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2275:8:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a206e6f7420706175736564","id":387,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2285:22:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""},"value":"Pausable: not paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""}],"id":384,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2267:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":388,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2267:41:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":389,"nodeType":"ExpressionStatement","src":"2267:41:2"}]},"documentation":{"id":381,"nodeType":"StructuredDocumentation","src":"2143:61:2","text":" @dev Throws if the contract is not paused."},"id":391,"implemented":true,"kind":"function","modifiers":[],"name":"_requirePaused","nameLocation":"2218:14:2","nodeType":"FunctionDefinition","parameters":{"id":382,"nodeType":"ParameterList","parameters":[],"src":"2232:2:2"},"returnParameters":{"id":383,"nodeType":"ParameterList","parameters":[],"src":"2257:0:2"},"scope":429,"src":"2209:106:2","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":406,"nodeType":"Block","src":"2499:66:2","statements":[{"expression":{"id":399,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":397,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":323,"src":"2509:7:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":398,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2519:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"2509:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":400,"nodeType":"ExpressionStatement","src":"2509:14:2"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":402,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1277,"src":"2545:10:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":403,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2545:12:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":401,"name":"Paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":316,"src":"2538:6:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":404,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2538:20:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":405,"nodeType":"EmitStatement","src":"2533:25:2"}]},"documentation":{"id":392,"nodeType":"StructuredDocumentation","src":"2321:124:2","text":" @dev Triggers stopped state.\n Requirements:\n - The contract must not be paused."},"id":407,"implemented":true,"kind":"function","modifiers":[{"id":395,"kind":"modifierInvocation","modifierName":{"id":394,"name":"whenNotPaused","nameLocations":["2485:13:2"],"nodeType":"IdentifierPath","referencedDeclaration":351,"src":"2485:13:2"},"nodeType":"ModifierInvocation","src":"2485:13:2"}],"name":"_pause","nameLocation":"2459:6:2","nodeType":"FunctionDefinition","parameters":{"id":393,"nodeType":"ParameterList","parameters":[],"src":"2465:2:2"},"returnParameters":{"id":396,"nodeType":"ParameterList","parameters":[],"src":"2499:0:2"},"scope":429,"src":"2450:115:2","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":422,"nodeType":"Block","src":"2745:69:2","statements":[{"expression":{"id":415,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":413,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":323,"src":"2755:7:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":414,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2765:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"2755:15:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":416,"nodeType":"ExpressionStatement","src":"2755:15:2"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":418,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1277,"src":"2794:10:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":419,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2794:12:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":417,"name":"Unpaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":321,"src":"2785:8:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":420,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2785:22:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":421,"nodeType":"EmitStatement","src":"2780:27:2"}]},"documentation":{"id":408,"nodeType":"StructuredDocumentation","src":"2571:121:2","text":" @dev Returns to normal state.\n Requirements:\n - The contract must be paused."},"id":423,"implemented":true,"kind":"function","modifiers":[{"id":411,"kind":"modifierInvocation","modifierName":{"id":410,"name":"whenPaused","nameLocations":["2734:10:2"],"nodeType":"IdentifierPath","referencedDeclaration":359,"src":"2734:10:2"},"nodeType":"ModifierInvocation","src":"2734:10:2"}],"name":"_unpause","nameLocation":"2706:8:2","nodeType":"FunctionDefinition","parameters":{"id":409,"nodeType":"ParameterList","parameters":[],"src":"2714:2:2"},"returnParameters":{"id":412,"nodeType":"ParameterList","parameters":[],"src":"2745:0:2"},"scope":429,"src":"2697:117:2","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":424,"nodeType":"StructuredDocumentation","src":"2820:254:2","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":428,"mutability":"mutable","name":"__gap","nameLocation":"3099:5:2","nodeType":"VariableDeclaration","scope":429,"src":"3079:25:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":425,"name":"uint256","nodeType":"ElementaryTypeName","src":"3079:7:2","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":427,"length":{"hexValue":"3439","id":426,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3087:2:2","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3079:11:2","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":430,"src":"677:2430:2","usedErrors":[]}],"src":"105:3003:2"},"id":2},"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol","exportedSymbols":{"IERC20Upgradeable":[507]},"id":508,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":431,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"106:23:3"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20Upgradeable","contractDependencies":[],"contractKind":"interface","documentation":{"id":432,"nodeType":"StructuredDocumentation","src":"131:70:3","text":" @dev Interface of the ERC20 standard as defined in the EIP."},"fullyImplemented":false,"id":507,"linearizedBaseContracts":[507],"name":"IERC20Upgradeable","nameLocation":"212:17:3","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":433,"nodeType":"StructuredDocumentation","src":"236:158:3","text":" @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero."},"eventSelector":"ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","id":441,"name":"Transfer","nameLocation":"405:8:3","nodeType":"EventDefinition","parameters":{"id":440,"nodeType":"ParameterList","parameters":[{"constant":false,"id":435,"indexed":true,"mutability":"mutable","name":"from","nameLocation":"430:4:3","nodeType":"VariableDeclaration","scope":441,"src":"414:20:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":434,"name":"address","nodeType":"ElementaryTypeName","src":"414:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":437,"indexed":true,"mutability":"mutable","name":"to","nameLocation":"452:2:3","nodeType":"VariableDeclaration","scope":441,"src":"436:18:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":436,"name":"address","nodeType":"ElementaryTypeName","src":"436:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":439,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"464:5:3","nodeType":"VariableDeclaration","scope":441,"src":"456:13:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":438,"name":"uint256","nodeType":"ElementaryTypeName","src":"456:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"413:57:3"},"src":"399:72:3"},{"anonymous":false,"documentation":{"id":442,"nodeType":"StructuredDocumentation","src":"477:148:3","text":" @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance."},"eventSelector":"8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925","id":450,"name":"Approval","nameLocation":"636:8:3","nodeType":"EventDefinition","parameters":{"id":449,"nodeType":"ParameterList","parameters":[{"constant":false,"id":444,"indexed":true,"mutability":"mutable","name":"owner","nameLocation":"661:5:3","nodeType":"VariableDeclaration","scope":450,"src":"645:21:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":443,"name":"address","nodeType":"ElementaryTypeName","src":"645:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":446,"indexed":true,"mutability":"mutable","name":"spender","nameLocation":"684:7:3","nodeType":"VariableDeclaration","scope":450,"src":"668:23:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":445,"name":"address","nodeType":"ElementaryTypeName","src":"668:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":448,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"701:5:3","nodeType":"VariableDeclaration","scope":450,"src":"693:13:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":447,"name":"uint256","nodeType":"ElementaryTypeName","src":"693:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"644:63:3"},"src":"630:78:3"},{"documentation":{"id":451,"nodeType":"StructuredDocumentation","src":"714:66:3","text":" @dev Returns the amount of tokens in existence."},"functionSelector":"18160ddd","id":456,"implemented":false,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"794:11:3","nodeType":"FunctionDefinition","parameters":{"id":452,"nodeType":"ParameterList","parameters":[],"src":"805:2:3"},"returnParameters":{"id":455,"nodeType":"ParameterList","parameters":[{"constant":false,"id":454,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":456,"src":"831:7:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":453,"name":"uint256","nodeType":"ElementaryTypeName","src":"831:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"830:9:3"},"scope":507,"src":"785:55:3","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":457,"nodeType":"StructuredDocumentation","src":"846:72:3","text":" @dev Returns the amount of tokens owned by `account`."},"functionSelector":"70a08231","id":464,"implemented":false,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"932:9:3","nodeType":"FunctionDefinition","parameters":{"id":460,"nodeType":"ParameterList","parameters":[{"constant":false,"id":459,"mutability":"mutable","name":"account","nameLocation":"950:7:3","nodeType":"VariableDeclaration","scope":464,"src":"942:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":458,"name":"address","nodeType":"ElementaryTypeName","src":"942:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"941:17:3"},"returnParameters":{"id":463,"nodeType":"ParameterList","parameters":[{"constant":false,"id":462,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":464,"src":"982:7:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":461,"name":"uint256","nodeType":"ElementaryTypeName","src":"982:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"981:9:3"},"scope":507,"src":"923:68:3","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":465,"nodeType":"StructuredDocumentation","src":"997:202:3","text":" @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"a9059cbb","id":474,"implemented":false,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"1213:8:3","nodeType":"FunctionDefinition","parameters":{"id":470,"nodeType":"ParameterList","parameters":[{"constant":false,"id":467,"mutability":"mutable","name":"to","nameLocation":"1230:2:3","nodeType":"VariableDeclaration","scope":474,"src":"1222:10:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":466,"name":"address","nodeType":"ElementaryTypeName","src":"1222:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":469,"mutability":"mutable","name":"amount","nameLocation":"1242:6:3","nodeType":"VariableDeclaration","scope":474,"src":"1234:14:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":468,"name":"uint256","nodeType":"ElementaryTypeName","src":"1234:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1221:28:3"},"returnParameters":{"id":473,"nodeType":"ParameterList","parameters":[{"constant":false,"id":472,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":474,"src":"1268:4:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":471,"name":"bool","nodeType":"ElementaryTypeName","src":"1268:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1267:6:3"},"scope":507,"src":"1204:70:3","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":475,"nodeType":"StructuredDocumentation","src":"1280:264:3","text":" @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called."},"functionSelector":"dd62ed3e","id":484,"implemented":false,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"1558:9:3","nodeType":"FunctionDefinition","parameters":{"id":480,"nodeType":"ParameterList","parameters":[{"constant":false,"id":477,"mutability":"mutable","name":"owner","nameLocation":"1576:5:3","nodeType":"VariableDeclaration","scope":484,"src":"1568:13:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":476,"name":"address","nodeType":"ElementaryTypeName","src":"1568:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":479,"mutability":"mutable","name":"spender","nameLocation":"1591:7:3","nodeType":"VariableDeclaration","scope":484,"src":"1583:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":478,"name":"address","nodeType":"ElementaryTypeName","src":"1583:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1567:32:3"},"returnParameters":{"id":483,"nodeType":"ParameterList","parameters":[{"constant":false,"id":482,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":484,"src":"1623:7:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":481,"name":"uint256","nodeType":"ElementaryTypeName","src":"1623:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1622:9:3"},"scope":507,"src":"1549:83:3","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":485,"nodeType":"StructuredDocumentation","src":"1638:642:3","text":" @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event."},"functionSelector":"095ea7b3","id":494,"implemented":false,"kind":"function","modifiers":[],"name":"approve","nameLocation":"2294:7:3","nodeType":"FunctionDefinition","parameters":{"id":490,"nodeType":"ParameterList","parameters":[{"constant":false,"id":487,"mutability":"mutable","name":"spender","nameLocation":"2310:7:3","nodeType":"VariableDeclaration","scope":494,"src":"2302:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":486,"name":"address","nodeType":"ElementaryTypeName","src":"2302:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":489,"mutability":"mutable","name":"amount","nameLocation":"2327:6:3","nodeType":"VariableDeclaration","scope":494,"src":"2319:14:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":488,"name":"uint256","nodeType":"ElementaryTypeName","src":"2319:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2301:33:3"},"returnParameters":{"id":493,"nodeType":"ParameterList","parameters":[{"constant":false,"id":492,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":494,"src":"2353:4:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":491,"name":"bool","nodeType":"ElementaryTypeName","src":"2353:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2352:6:3"},"scope":507,"src":"2285:74:3","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":495,"nodeType":"StructuredDocumentation","src":"2365:287:3","text":" @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"23b872dd","id":506,"implemented":false,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"2666:12:3","nodeType":"FunctionDefinition","parameters":{"id":502,"nodeType":"ParameterList","parameters":[{"constant":false,"id":497,"mutability":"mutable","name":"from","nameLocation":"2687:4:3","nodeType":"VariableDeclaration","scope":506,"src":"2679:12:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":496,"name":"address","nodeType":"ElementaryTypeName","src":"2679:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":499,"mutability":"mutable","name":"to","nameLocation":"2701:2:3","nodeType":"VariableDeclaration","scope":506,"src":"2693:10:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":498,"name":"address","nodeType":"ElementaryTypeName","src":"2693:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":501,"mutability":"mutable","name":"amount","nameLocation":"2713:6:3","nodeType":"VariableDeclaration","scope":506,"src":"2705:14:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":500,"name":"uint256","nodeType":"ElementaryTypeName","src":"2705:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2678:42:3"},"returnParameters":{"id":505,"nodeType":"ParameterList","parameters":[{"constant":false,"id":504,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":506,"src":"2739:4:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":503,"name":"bool","nodeType":"ElementaryTypeName","src":"2739:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2738:6:3"},"scope":507,"src":"2657:88:3","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":508,"src":"202:2545:3","usedErrors":[]}],"src":"106:2642:3"},"id":3},"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol","exportedSymbols":{"IERC20PermitUpgradeable":[543]},"id":544,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":509,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"123:23:4"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20PermitUpgradeable","contractDependencies":[],"contractKind":"interface","documentation":{"id":510,"nodeType":"StructuredDocumentation","src":"148:1963:4","text":" @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\n https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\n Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\n presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\n need to send a transaction, and thus is not required to hold Ether at all.\n ==== Security Considerations\n There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\n expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\n considered as an intention to spend the allowance in any specific way. The second is that because permits have\n built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\n take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\n generally recommended is:\n ```solidity\n function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\n try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\n doThing(..., value);\n }\n function doThing(..., uint256 value) public {\n token.safeTransferFrom(msg.sender, address(this), value);\n ...\n }\n ```\n Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\n `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\n {SafeERC20-safeTransferFrom}).\n Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\n contracts should have entry points that don't rely on permit."},"fullyImplemented":false,"id":543,"linearizedBaseContracts":[543],"name":"IERC20PermitUpgradeable","nameLocation":"2122:23:4","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":511,"nodeType":"StructuredDocumentation","src":"2152:850:4","text":" @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\n given ``owner``'s signed approval.\n IMPORTANT: The same issues {IERC20-approve} has related to transaction\n ordering also apply here.\n Emits an {Approval} event.\n Requirements:\n - `spender` cannot be the zero address.\n - `deadline` must be a timestamp in the future.\n - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\n over the EIP712-formatted function arguments.\n - the signature must use ``owner``'s current nonce (see {nonces}).\n For more information on the signature format, see the\n https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\n section].\n CAUTION: See Security Considerations above."},"functionSelector":"d505accf","id":528,"implemented":false,"kind":"function","modifiers":[],"name":"permit","nameLocation":"3016:6:4","nodeType":"FunctionDefinition","parameters":{"id":526,"nodeType":"ParameterList","parameters":[{"constant":false,"id":513,"mutability":"mutable","name":"owner","nameLocation":"3040:5:4","nodeType":"VariableDeclaration","scope":528,"src":"3032:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":512,"name":"address","nodeType":"ElementaryTypeName","src":"3032:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":515,"mutability":"mutable","name":"spender","nameLocation":"3063:7:4","nodeType":"VariableDeclaration","scope":528,"src":"3055:15:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":514,"name":"address","nodeType":"ElementaryTypeName","src":"3055:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":517,"mutability":"mutable","name":"value","nameLocation":"3088:5:4","nodeType":"VariableDeclaration","scope":528,"src":"3080:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":516,"name":"uint256","nodeType":"ElementaryTypeName","src":"3080:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":519,"mutability":"mutable","name":"deadline","nameLocation":"3111:8:4","nodeType":"VariableDeclaration","scope":528,"src":"3103:16:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":518,"name":"uint256","nodeType":"ElementaryTypeName","src":"3103:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":521,"mutability":"mutable","name":"v","nameLocation":"3135:1:4","nodeType":"VariableDeclaration","scope":528,"src":"3129:7:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":520,"name":"uint8","nodeType":"ElementaryTypeName","src":"3129:5:4","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"},{"constant":false,"id":523,"mutability":"mutable","name":"r","nameLocation":"3154:1:4","nodeType":"VariableDeclaration","scope":528,"src":"3146:9:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":522,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3146:7:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":525,"mutability":"mutable","name":"s","nameLocation":"3173:1:4","nodeType":"VariableDeclaration","scope":528,"src":"3165:9:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":524,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3165:7:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3022:158:4"},"returnParameters":{"id":527,"nodeType":"ParameterList","parameters":[],"src":"3189:0:4"},"scope":543,"src":"3007:183:4","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":529,"nodeType":"StructuredDocumentation","src":"3196:294:4","text":" @dev Returns the current nonce for `owner`. This value must be\n included whenever a signature is generated for {permit}.\n Every successful call to {permit} increases ``owner``'s nonce by one. This\n prevents a signature from being used multiple times."},"functionSelector":"7ecebe00","id":536,"implemented":false,"kind":"function","modifiers":[],"name":"nonces","nameLocation":"3504:6:4","nodeType":"FunctionDefinition","parameters":{"id":532,"nodeType":"ParameterList","parameters":[{"constant":false,"id":531,"mutability":"mutable","name":"owner","nameLocation":"3519:5:4","nodeType":"VariableDeclaration","scope":536,"src":"3511:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":530,"name":"address","nodeType":"ElementaryTypeName","src":"3511:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3510:15:4"},"returnParameters":{"id":535,"nodeType":"ParameterList","parameters":[{"constant":false,"id":534,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":536,"src":"3549:7:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":533,"name":"uint256","nodeType":"ElementaryTypeName","src":"3549:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3548:9:4"},"scope":543,"src":"3495:63:4","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":537,"nodeType":"StructuredDocumentation","src":"3564:128:4","text":" @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}."},"functionSelector":"3644e515","id":542,"implemented":false,"kind":"function","modifiers":[],"name":"DOMAIN_SEPARATOR","nameLocation":"3759:16:4","nodeType":"FunctionDefinition","parameters":{"id":538,"nodeType":"ParameterList","parameters":[],"src":"3775:2:4"},"returnParameters":{"id":541,"nodeType":"ParameterList","parameters":[{"constant":false,"id":540,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":542,"src":"3801:7:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":539,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3801:7:4","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3800:9:4"},"scope":543,"src":"3750:60:4","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":544,"src":"2112:1700:4","usedErrors":[]}],"src":"123:3690:4"},"id":4},"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol","exportedSymbols":{"AddressUpgradeable":[1249],"IERC20PermitUpgradeable":[543],"IERC20Upgradeable":[507],"SafeERC20Upgradeable":[919]},"id":920,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":545,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"115:23:5"},{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol","file":"../IERC20Upgradeable.sol","id":546,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":920,"sourceUnit":508,"src":"140:34:5","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol","file":"../extensions/IERC20PermitUpgradeable.sol","id":547,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":920,"sourceUnit":544,"src":"175:51:5","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","file":"../../../utils/AddressUpgradeable.sol","id":548,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":920,"sourceUnit":1250,"src":"227:47:5","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"SafeERC20Upgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":549,"nodeType":"StructuredDocumentation","src":"276:457:5","text":" @title SafeERC20\n @dev Wrappers around ERC20 operations that throw on failure (when the token\n contract returns false). Tokens that return no value (and instead revert or\n throw on failure) are also supported, non-reverting calls are assumed to be\n successful.\n To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,\n which allows you to call the safe operations as `token.safeTransfer(...)`, etc."},"fullyImplemented":true,"id":919,"linearizedBaseContracts":[919],"name":"SafeERC20Upgradeable","nameLocation":"742:20:5","nodeType":"ContractDefinition","nodes":[{"global":false,"id":552,"libraryName":{"id":550,"name":"AddressUpgradeable","nameLocations":["775:18:5"],"nodeType":"IdentifierPath","referencedDeclaration":1249,"src":"775:18:5"},"nodeType":"UsingForDirective","src":"769:37:5","typeName":{"id":551,"name":"address","nodeType":"ElementaryTypeName","src":"798:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}},{"body":{"id":575,"nodeType":"Block","src":"1079:103:5","statements":[{"expression":{"arguments":[{"id":564,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":556,"src":"1109:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":567,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":556,"src":"1139:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":568,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1145:8:5","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":474,"src":"1139:14:5","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":569,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1154:8:5","memberName":"selector","nodeType":"MemberAccess","src":"1139:23:5","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":570,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":558,"src":"1164:2:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":571,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":560,"src":"1168:5:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":565,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"1116:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":566,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"1120:18:5","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"1116:22:5","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":572,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1116:58:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":563,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":870,"src":"1089:19:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$507_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":573,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1089:86:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":574,"nodeType":"ExpressionStatement","src":"1089:86:5"}]},"documentation":{"id":553,"nodeType":"StructuredDocumentation","src":"812:179:5","text":" @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,\n non-reverting calls are assumed to be successful."},"id":576,"implemented":true,"kind":"function","modifiers":[],"name":"safeTransfer","nameLocation":"1005:12:5","nodeType":"FunctionDefinition","parameters":{"id":561,"nodeType":"ParameterList","parameters":[{"constant":false,"id":556,"mutability":"mutable","name":"token","nameLocation":"1036:5:5","nodeType":"VariableDeclaration","scope":576,"src":"1018:23:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},"typeName":{"id":555,"nodeType":"UserDefinedTypeName","pathNode":{"id":554,"name":"IERC20Upgradeable","nameLocations":["1018:17:5"],"nodeType":"IdentifierPath","referencedDeclaration":507,"src":"1018:17:5"},"referencedDeclaration":507,"src":"1018:17:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":558,"mutability":"mutable","name":"to","nameLocation":"1051:2:5","nodeType":"VariableDeclaration","scope":576,"src":"1043:10:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":557,"name":"address","nodeType":"ElementaryTypeName","src":"1043:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":560,"mutability":"mutable","name":"value","nameLocation":"1063:5:5","nodeType":"VariableDeclaration","scope":576,"src":"1055:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":559,"name":"uint256","nodeType":"ElementaryTypeName","src":"1055:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1017:52:5"},"returnParameters":{"id":562,"nodeType":"ParameterList","parameters":[],"src":"1079:0:5"},"scope":919,"src":"996:186:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":602,"nodeType":"Block","src":"1522:113:5","statements":[{"expression":{"arguments":[{"id":590,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":580,"src":"1552:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":593,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":580,"src":"1582:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":594,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1588:12:5","memberName":"transferFrom","nodeType":"MemberAccess","referencedDeclaration":506,"src":"1582:18:5","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,address,uint256) external returns (bool)"}},"id":595,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1601:8:5","memberName":"selector","nodeType":"MemberAccess","src":"1582:27:5","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":596,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":582,"src":"1611:4:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":597,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":584,"src":"1617:2:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":598,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":586,"src":"1621:5:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":591,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"1559:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":592,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"1563:18:5","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"1559:22:5","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":599,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1559:68:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":589,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":870,"src":"1532:19:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$507_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":600,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1532:96:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":601,"nodeType":"ExpressionStatement","src":"1532:96:5"}]},"documentation":{"id":577,"nodeType":"StructuredDocumentation","src":"1188:228:5","text":" @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the\n calling contract. If `token` returns no value, non-reverting calls are assumed to be successful."},"id":603,"implemented":true,"kind":"function","modifiers":[],"name":"safeTransferFrom","nameLocation":"1430:16:5","nodeType":"FunctionDefinition","parameters":{"id":587,"nodeType":"ParameterList","parameters":[{"constant":false,"id":580,"mutability":"mutable","name":"token","nameLocation":"1465:5:5","nodeType":"VariableDeclaration","scope":603,"src":"1447:23:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},"typeName":{"id":579,"nodeType":"UserDefinedTypeName","pathNode":{"id":578,"name":"IERC20Upgradeable","nameLocations":["1447:17:5"],"nodeType":"IdentifierPath","referencedDeclaration":507,"src":"1447:17:5"},"referencedDeclaration":507,"src":"1447:17:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":582,"mutability":"mutable","name":"from","nameLocation":"1480:4:5","nodeType":"VariableDeclaration","scope":603,"src":"1472:12:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":581,"name":"address","nodeType":"ElementaryTypeName","src":"1472:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":584,"mutability":"mutable","name":"to","nameLocation":"1494:2:5","nodeType":"VariableDeclaration","scope":603,"src":"1486:10:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":583,"name":"address","nodeType":"ElementaryTypeName","src":"1486:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":586,"mutability":"mutable","name":"value","nameLocation":"1506:5:5","nodeType":"VariableDeclaration","scope":603,"src":"1498:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":585,"name":"uint256","nodeType":"ElementaryTypeName","src":"1498:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1446:66:5"},"returnParameters":{"id":588,"nodeType":"ParameterList","parameters":[],"src":"1522:0:5"},"scope":919,"src":"1421:214:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":646,"nodeType":"Block","src":"1982:497:5","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":630,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":617,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":615,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"2231:5:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":616,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2240:1:5","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2231:10:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":618,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"2230:12:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":628,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"arguments":[{"id":623,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2271:4:5","typeDescriptions":{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$919","typeString":"library SafeERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$919","typeString":"library SafeERC20Upgradeable"}],"id":622,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2263:7:5","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":621,"name":"address","nodeType":"ElementaryTypeName","src":"2263:7:5","typeDescriptions":{}}},"id":624,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2263:13:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":625,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":609,"src":"2278:7:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":619,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":607,"src":"2247:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":620,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2253:9:5","memberName":"allowance","nodeType":"MemberAccess","referencedDeclaration":484,"src":"2247:15:5","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view external returns (uint256)"}},"id":626,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2247:39:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":627,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2290:1:5","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2247:44:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":629,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"2246:46:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"2230:62:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f20746f206e6f6e2d7a65726f20616c6c6f77616e6365","id":631,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2306:56:5","typeDescriptions":{"typeIdentifier":"t_stringliteral_ef945ddb1bfdc0da870feb4560d868b047642b4ac7f2fb7f8b7c51cb4a411e25","typeString":"literal_string \"SafeERC20: approve from non-zero to non-zero allowance\""},"value":"SafeERC20: approve from non-zero to non-zero allowance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_ef945ddb1bfdc0da870feb4560d868b047642b4ac7f2fb7f8b7c51cb4a411e25","typeString":"literal_string \"SafeERC20: approve from non-zero to non-zero allowance\""}],"id":614,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2209:7:5","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":632,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2209:163:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":633,"nodeType":"ExpressionStatement","src":"2209:163:5"},{"expression":{"arguments":[{"id":635,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":607,"src":"2402:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":638,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":607,"src":"2432:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":639,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2438:7:5","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":494,"src":"2432:13:5","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":640,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2446:8:5","memberName":"selector","nodeType":"MemberAccess","src":"2432:22:5","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":641,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":609,"src":"2456:7:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":642,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"2465:5:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":636,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"2409:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":637,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2413:18:5","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"2409:22:5","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":643,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2409:62:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":634,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":870,"src":"2382:19:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$507_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":644,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2382:90:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":645,"nodeType":"ExpressionStatement","src":"2382:90:5"}]},"documentation":{"id":604,"nodeType":"StructuredDocumentation","src":"1641:249:5","text":" @dev Deprecated. This function has issues similar to the ones found in\n {IERC20-approve}, and its usage is discouraged.\n Whenever possible, use {safeIncreaseAllowance} and\n {safeDecreaseAllowance} instead."},"id":647,"implemented":true,"kind":"function","modifiers":[],"name":"safeApprove","nameLocation":"1904:11:5","nodeType":"FunctionDefinition","parameters":{"id":612,"nodeType":"ParameterList","parameters":[{"constant":false,"id":607,"mutability":"mutable","name":"token","nameLocation":"1934:5:5","nodeType":"VariableDeclaration","scope":647,"src":"1916:23:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},"typeName":{"id":606,"nodeType":"UserDefinedTypeName","pathNode":{"id":605,"name":"IERC20Upgradeable","nameLocations":["1916:17:5"],"nodeType":"IdentifierPath","referencedDeclaration":507,"src":"1916:17:5"},"referencedDeclaration":507,"src":"1916:17:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":609,"mutability":"mutable","name":"spender","nameLocation":"1949:7:5","nodeType":"VariableDeclaration","scope":647,"src":"1941:15:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":608,"name":"address","nodeType":"ElementaryTypeName","src":"1941:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":611,"mutability":"mutable","name":"value","nameLocation":"1966:5:5","nodeType":"VariableDeclaration","scope":647,"src":"1958:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":610,"name":"uint256","nodeType":"ElementaryTypeName","src":"1958:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1915:57:5"},"returnParameters":{"id":613,"nodeType":"ParameterList","parameters":[],"src":"1982:0:5"},"scope":919,"src":"1895:584:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":683,"nodeType":"Block","src":"2767:194:5","statements":[{"assignments":[659],"declarations":[{"constant":false,"id":659,"mutability":"mutable","name":"oldAllowance","nameLocation":"2785:12:5","nodeType":"VariableDeclaration","scope":683,"src":"2777:20:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":658,"name":"uint256","nodeType":"ElementaryTypeName","src":"2777:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":668,"initialValue":{"arguments":[{"arguments":[{"id":664,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2824:4:5","typeDescriptions":{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$919","typeString":"library SafeERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$919","typeString":"library SafeERC20Upgradeable"}],"id":663,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2816:7:5","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":662,"name":"address","nodeType":"ElementaryTypeName","src":"2816:7:5","typeDescriptions":{}}},"id":665,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2816:13:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":666,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"2831:7:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":660,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":651,"src":"2800:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":661,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2806:9:5","memberName":"allowance","nodeType":"MemberAccess","referencedDeclaration":484,"src":"2800:15:5","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view external returns (uint256)"}},"id":667,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2800:39:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"2777:62:5"},{"expression":{"arguments":[{"id":670,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":651,"src":"2869:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":673,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":651,"src":"2899:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":674,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2905:7:5","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":494,"src":"2899:13:5","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":675,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2913:8:5","memberName":"selector","nodeType":"MemberAccess","src":"2899:22:5","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":676,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"2923:7:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":679,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":677,"name":"oldAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":659,"src":"2932:12:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"id":678,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":655,"src":"2947:5:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2932:20:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":671,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"2876:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":672,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2880:18:5","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"2876:22:5","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":680,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2876:77:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":669,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":870,"src":"2849:19:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$507_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":681,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2849:105:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":682,"nodeType":"ExpressionStatement","src":"2849:105:5"}]},"documentation":{"id":648,"nodeType":"StructuredDocumentation","src":"2485:180:5","text":" @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\n non-reverting calls are assumed to be successful."},"id":684,"implemented":true,"kind":"function","modifiers":[],"name":"safeIncreaseAllowance","nameLocation":"2679:21:5","nodeType":"FunctionDefinition","parameters":{"id":656,"nodeType":"ParameterList","parameters":[{"constant":false,"id":651,"mutability":"mutable","name":"token","nameLocation":"2719:5:5","nodeType":"VariableDeclaration","scope":684,"src":"2701:23:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},"typeName":{"id":650,"nodeType":"UserDefinedTypeName","pathNode":{"id":649,"name":"IERC20Upgradeable","nameLocations":["2701:17:5"],"nodeType":"IdentifierPath","referencedDeclaration":507,"src":"2701:17:5"},"referencedDeclaration":507,"src":"2701:17:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":653,"mutability":"mutable","name":"spender","nameLocation":"2734:7:5","nodeType":"VariableDeclaration","scope":684,"src":"2726:15:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":652,"name":"address","nodeType":"ElementaryTypeName","src":"2726:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":655,"mutability":"mutable","name":"value","nameLocation":"2751:5:5","nodeType":"VariableDeclaration","scope":684,"src":"2743:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":654,"name":"uint256","nodeType":"ElementaryTypeName","src":"2743:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2700:57:5"},"returnParameters":{"id":657,"nodeType":"ParameterList","parameters":[],"src":"2767:0:5"},"scope":919,"src":"2670:291:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":728,"nodeType":"Block","src":"3249:321:5","statements":[{"id":727,"nodeType":"UncheckedBlock","src":"3259:305:5","statements":[{"assignments":[696],"declarations":[{"constant":false,"id":696,"mutability":"mutable","name":"oldAllowance","nameLocation":"3291:12:5","nodeType":"VariableDeclaration","scope":727,"src":"3283:20:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":695,"name":"uint256","nodeType":"ElementaryTypeName","src":"3283:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":705,"initialValue":{"arguments":[{"arguments":[{"id":701,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3330:4:5","typeDescriptions":{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$919","typeString":"library SafeERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$919","typeString":"library SafeERC20Upgradeable"}],"id":700,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3322:7:5","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":699,"name":"address","nodeType":"ElementaryTypeName","src":"3322:7:5","typeDescriptions":{}}},"id":702,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3322:13:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":703,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":690,"src":"3337:7:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":697,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":688,"src":"3306:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":698,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3312:9:5","memberName":"allowance","nodeType":"MemberAccess","referencedDeclaration":484,"src":"3306:15:5","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view external returns (uint256)"}},"id":704,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3306:39:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"3283:62:5"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":709,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":707,"name":"oldAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":696,"src":"3367:12:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":708,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":692,"src":"3383:5:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"3367:21:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5361666545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f","id":710,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3390:43:5","typeDescriptions":{"typeIdentifier":"t_stringliteral_2c3af60974a758b7e72e108c9bf0943ecc9e4f2e8af4695da5f52fbf57a63d3a","typeString":"literal_string \"SafeERC20: decreased allowance below zero\""},"value":"SafeERC20: decreased allowance below zero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_2c3af60974a758b7e72e108c9bf0943ecc9e4f2e8af4695da5f52fbf57a63d3a","typeString":"literal_string \"SafeERC20: decreased allowance below zero\""}],"id":706,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3359:7:5","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":711,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3359:75:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":712,"nodeType":"ExpressionStatement","src":"3359:75:5"},{"expression":{"arguments":[{"id":714,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":688,"src":"3468:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":717,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":688,"src":"3498:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":718,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3504:7:5","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":494,"src":"3498:13:5","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":719,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3512:8:5","memberName":"selector","nodeType":"MemberAccess","src":"3498:22:5","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":720,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":690,"src":"3522:7:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":723,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":721,"name":"oldAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":696,"src":"3531:12:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":722,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":692,"src":"3546:5:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"3531:20:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":715,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"3475:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":716,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"3479:18:5","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"3475:22:5","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":724,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3475:77:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":713,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":870,"src":"3448:19:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$507_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":725,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3448:105:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":726,"nodeType":"ExpressionStatement","src":"3448:105:5"}]}]},"documentation":{"id":685,"nodeType":"StructuredDocumentation","src":"2967:180:5","text":" @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\n non-reverting calls are assumed to be successful."},"id":729,"implemented":true,"kind":"function","modifiers":[],"name":"safeDecreaseAllowance","nameLocation":"3161:21:5","nodeType":"FunctionDefinition","parameters":{"id":693,"nodeType":"ParameterList","parameters":[{"constant":false,"id":688,"mutability":"mutable","name":"token","nameLocation":"3201:5:5","nodeType":"VariableDeclaration","scope":729,"src":"3183:23:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},"typeName":{"id":687,"nodeType":"UserDefinedTypeName","pathNode":{"id":686,"name":"IERC20Upgradeable","nameLocations":["3183:17:5"],"nodeType":"IdentifierPath","referencedDeclaration":507,"src":"3183:17:5"},"referencedDeclaration":507,"src":"3183:17:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":690,"mutability":"mutable","name":"spender","nameLocation":"3216:7:5","nodeType":"VariableDeclaration","scope":729,"src":"3208:15:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":689,"name":"address","nodeType":"ElementaryTypeName","src":"3208:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":692,"mutability":"mutable","name":"value","nameLocation":"3233:5:5","nodeType":"VariableDeclaration","scope":729,"src":"3225:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":691,"name":"uint256","nodeType":"ElementaryTypeName","src":"3225:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3182:57:5"},"returnParameters":{"id":694,"nodeType":"ParameterList","parameters":[],"src":"3249:0:5"},"scope":919,"src":"3152:418:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":775,"nodeType":"Block","src":"3977:333:5","statements":[{"assignments":[741],"declarations":[{"constant":false,"id":741,"mutability":"mutable","name":"approvalCall","nameLocation":"4000:12:5","nodeType":"VariableDeclaration","scope":775,"src":"3987:25:5","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":740,"name":"bytes","nodeType":"ElementaryTypeName","src":"3987:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":750,"initialValue":{"arguments":[{"expression":{"expression":{"id":744,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":733,"src":"4038:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":745,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4044:7:5","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":494,"src":"4038:13:5","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":746,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4052:8:5","memberName":"selector","nodeType":"MemberAccess","src":"4038:22:5","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":747,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":735,"src":"4062:7:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":748,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":737,"src":"4071:5:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":742,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"4015:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":743,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"4019:18:5","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"4015:22:5","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":749,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4015:62:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"nodeType":"VariableDeclarationStatement","src":"3987:90:5"},{"condition":{"id":755,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4092:45:5","subExpression":{"arguments":[{"id":752,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":733,"src":"4117:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},{"id":753,"name":"approvalCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":741,"src":"4124:12:5","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":751,"name":"_callOptionalReturnBool","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":918,"src":"4093:23:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$507_$_t_bytes_memory_ptr_$returns$_t_bool_$","typeString":"function (contract IERC20Upgradeable,bytes memory) returns (bool)"}},"id":754,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4093:44:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":774,"nodeType":"IfStatement","src":"4088:216:5","trueBody":{"id":773,"nodeType":"Block","src":"4139:165:5","statements":[{"expression":{"arguments":[{"id":757,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":733,"src":"4173:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":760,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":733,"src":"4203:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"id":761,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4209:7:5","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":494,"src":"4203:13:5","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":762,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4217:8:5","memberName":"selector","nodeType":"MemberAccess","src":"4203:22:5","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":763,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":735,"src":"4227:7:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"hexValue":"30","id":764,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4236:1:5","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"}],"expression":{"id":758,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"4180:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":759,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"4184:18:5","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"4180:22:5","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":765,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4180:58:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":756,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":870,"src":"4153:19:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$507_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":766,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4153:86:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":767,"nodeType":"ExpressionStatement","src":"4153:86:5"},{"expression":{"arguments":[{"id":769,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":733,"src":"4273:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},{"id":770,"name":"approvalCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":741,"src":"4280:12:5","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":768,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":870,"src":"4253:19:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$507_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":771,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4253:40:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":772,"nodeType":"ExpressionStatement","src":"4253:40:5"}]}}]},"documentation":{"id":730,"nodeType":"StructuredDocumentation","src":"3576:308:5","text":" @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,\n non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval\n to be set to zero before setting it to a non-zero value, such as USDT."},"id":776,"implemented":true,"kind":"function","modifiers":[],"name":"forceApprove","nameLocation":"3898:12:5","nodeType":"FunctionDefinition","parameters":{"id":738,"nodeType":"ParameterList","parameters":[{"constant":false,"id":733,"mutability":"mutable","name":"token","nameLocation":"3929:5:5","nodeType":"VariableDeclaration","scope":776,"src":"3911:23:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},"typeName":{"id":732,"nodeType":"UserDefinedTypeName","pathNode":{"id":731,"name":"IERC20Upgradeable","nameLocations":["3911:17:5"],"nodeType":"IdentifierPath","referencedDeclaration":507,"src":"3911:17:5"},"referencedDeclaration":507,"src":"3911:17:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":735,"mutability":"mutable","name":"spender","nameLocation":"3944:7:5","nodeType":"VariableDeclaration","scope":776,"src":"3936:15:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":734,"name":"address","nodeType":"ElementaryTypeName","src":"3936:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":737,"mutability":"mutable","name":"value","nameLocation":"3961:5:5","nodeType":"VariableDeclaration","scope":776,"src":"3953:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":736,"name":"uint256","nodeType":"ElementaryTypeName","src":"3953:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3910:57:5"},"returnParameters":{"id":739,"nodeType":"ParameterList","parameters":[],"src":"3977:0:5"},"scope":919,"src":"3889:421:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":832,"nodeType":"Block","src":"4688:257:5","statements":[{"assignments":[798],"declarations":[{"constant":false,"id":798,"mutability":"mutable","name":"nonceBefore","nameLocation":"4706:11:5","nodeType":"VariableDeclaration","scope":832,"src":"4698:19:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":797,"name":"uint256","nodeType":"ElementaryTypeName","src":"4698:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":803,"initialValue":{"arguments":[{"id":801,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":782,"src":"4733:5:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":799,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":780,"src":"4720:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$543","typeString":"contract IERC20PermitUpgradeable"}},"id":800,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4726:6:5","memberName":"nonces","nodeType":"MemberAccess","referencedDeclaration":536,"src":"4720:12:5","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$returns$_t_uint256_$","typeString":"function (address) view external returns (uint256)"}},"id":802,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4720:19:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"4698:41:5"},{"expression":{"arguments":[{"id":807,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":782,"src":"4762:5:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":808,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":784,"src":"4769:7:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":809,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":786,"src":"4778:5:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":810,"name":"deadline","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":788,"src":"4785:8:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":811,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":790,"src":"4795:1:5","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":812,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":792,"src":"4798:1:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":813,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":794,"src":"4801:1:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint8","typeString":"uint8"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":804,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":780,"src":"4749:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$543","typeString":"contract IERC20PermitUpgradeable"}},"id":806,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4755:6:5","memberName":"permit","nodeType":"MemberAccess","referencedDeclaration":528,"src":"4749:12:5","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$__$","typeString":"function (address,address,uint256,uint256,uint8,bytes32,bytes32) external"}},"id":814,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4749:54:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":815,"nodeType":"ExpressionStatement","src":"4749:54:5"},{"assignments":[817],"declarations":[{"constant":false,"id":817,"mutability":"mutable","name":"nonceAfter","nameLocation":"4821:10:5","nodeType":"VariableDeclaration","scope":832,"src":"4813:18:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":816,"name":"uint256","nodeType":"ElementaryTypeName","src":"4813:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":822,"initialValue":{"arguments":[{"id":820,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":782,"src":"4847:5:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":818,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":780,"src":"4834:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$543","typeString":"contract IERC20PermitUpgradeable"}},"id":819,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4840:6:5","memberName":"nonces","nodeType":"MemberAccess","referencedDeclaration":536,"src":"4834:12:5","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$returns$_t_uint256_$","typeString":"function (address) view external returns (uint256)"}},"id":821,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4834:19:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"4813:40:5"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":828,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":824,"name":"nonceAfter","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":817,"src":"4871:10:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":827,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":825,"name":"nonceBefore","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":798,"src":"4885:11:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":826,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4899:1:5","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"4885:15:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4871:29:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5361666545524332303a207065726d697420646964206e6f742073756363656564","id":829,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4902:35:5","typeDescriptions":{"typeIdentifier":"t_stringliteral_cde8e927812a7a656f8f04e89ac4f4113d47940dd2125d11fcb8e0bd36bfc59d","typeString":"literal_string \"SafeERC20: permit did not succeed\""},"value":"SafeERC20: permit did not succeed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cde8e927812a7a656f8f04e89ac4f4113d47940dd2125d11fcb8e0bd36bfc59d","typeString":"literal_string \"SafeERC20: permit did not succeed\""}],"id":823,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4863:7:5","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":830,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4863:75:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":831,"nodeType":"ExpressionStatement","src":"4863:75:5"}]},"documentation":{"id":777,"nodeType":"StructuredDocumentation","src":"4316:141:5","text":" @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.\n Revert on invalid signature."},"id":833,"implemented":true,"kind":"function","modifiers":[],"name":"safePermit","nameLocation":"4471:10:5","nodeType":"FunctionDefinition","parameters":{"id":795,"nodeType":"ParameterList","parameters":[{"constant":false,"id":780,"mutability":"mutable","name":"token","nameLocation":"4515:5:5","nodeType":"VariableDeclaration","scope":833,"src":"4491:29:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$543","typeString":"contract IERC20PermitUpgradeable"},"typeName":{"id":779,"nodeType":"UserDefinedTypeName","pathNode":{"id":778,"name":"IERC20PermitUpgradeable","nameLocations":["4491:23:5"],"nodeType":"IdentifierPath","referencedDeclaration":543,"src":"4491:23:5"},"referencedDeclaration":543,"src":"4491:23:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$543","typeString":"contract IERC20PermitUpgradeable"}},"visibility":"internal"},{"constant":false,"id":782,"mutability":"mutable","name":"owner","nameLocation":"4538:5:5","nodeType":"VariableDeclaration","scope":833,"src":"4530:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":781,"name":"address","nodeType":"ElementaryTypeName","src":"4530:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":784,"mutability":"mutable","name":"spender","nameLocation":"4561:7:5","nodeType":"VariableDeclaration","scope":833,"src":"4553:15:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":783,"name":"address","nodeType":"ElementaryTypeName","src":"4553:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":786,"mutability":"mutable","name":"value","nameLocation":"4586:5:5","nodeType":"VariableDeclaration","scope":833,"src":"4578:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":785,"name":"uint256","nodeType":"ElementaryTypeName","src":"4578:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":788,"mutability":"mutable","name":"deadline","nameLocation":"4609:8:5","nodeType":"VariableDeclaration","scope":833,"src":"4601:16:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":787,"name":"uint256","nodeType":"ElementaryTypeName","src":"4601:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":790,"mutability":"mutable","name":"v","nameLocation":"4633:1:5","nodeType":"VariableDeclaration","scope":833,"src":"4627:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":789,"name":"uint8","nodeType":"ElementaryTypeName","src":"4627:5:5","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"},{"constant":false,"id":792,"mutability":"mutable","name":"r","nameLocation":"4652:1:5","nodeType":"VariableDeclaration","scope":833,"src":"4644:9:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":791,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4644:7:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":794,"mutability":"mutable","name":"s","nameLocation":"4671:1:5","nodeType":"VariableDeclaration","scope":833,"src":"4663:9:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":793,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4663:7:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4481:197:5"},"returnParameters":{"id":796,"nodeType":"ParameterList","parameters":[],"src":"4688:0:5"},"scope":919,"src":"4462:483:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":869,"nodeType":"Block","src":"5409:572:5","statements":[{"assignments":[843],"declarations":[{"constant":false,"id":843,"mutability":"mutable","name":"returndata","nameLocation":"5771:10:5","nodeType":"VariableDeclaration","scope":869,"src":"5758:23:5","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":842,"name":"bytes","nodeType":"ElementaryTypeName","src":"5758:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":852,"initialValue":{"arguments":[{"id":849,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":839,"src":"5812:4:5","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564","id":850,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5818:34:5","typeDescriptions":{"typeIdentifier":"t_stringliteral_47fb62c2c272651d2f0f342bac006756b8ba07f21cc5cb87e0fbb9d50c0c585b","typeString":"literal_string \"SafeERC20: low-level call failed\""},"value":"SafeERC20: low-level call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_47fb62c2c272651d2f0f342bac006756b8ba07f21cc5cb87e0fbb9d50c0c585b","typeString":"literal_string \"SafeERC20: low-level call failed\""}],"expression":{"arguments":[{"id":846,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":837,"src":"5792:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}],"id":845,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5784:7:5","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":844,"name":"address","nodeType":"ElementaryTypeName","src":"5784:7:5","typeDescriptions":{}}},"id":847,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5784:14:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":848,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5799:12:5","memberName":"functionCall","nodeType":"MemberAccess","referencedDeclaration":1009,"src":"5784:27:5","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$attached_to$_t_address_$","typeString":"function (address,bytes memory,string memory) returns (bytes memory)"}},"id":851,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5784:69:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"nodeType":"VariableDeclarationStatement","src":"5758:95:5"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":865,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":857,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":854,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":843,"src":"5871:10:5","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":855,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5882:6:5","memberName":"length","nodeType":"MemberAccess","src":"5871:17:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":856,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5892:1:5","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5871:22:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"arguments":[{"id":860,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":843,"src":"5908:10:5","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"components":[{"id":862,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5921:4:5","typeDescriptions":{"typeIdentifier":"t_type$_t_bool_$","typeString":"type(bool)"},"typeName":{"id":861,"name":"bool","nodeType":"ElementaryTypeName","src":"5921:4:5","typeDescriptions":{}}}],"id":863,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"5920:6:5","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":858,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"5897:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":859,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"5901:6:5","memberName":"decode","nodeType":"MemberAccess","src":"5897:10:5","typeDescriptions":{"typeIdentifier":"t_function_abidecode_pure$__$returns$__$","typeString":"function () pure"}},"id":864,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5897:30:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"5871:56:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564","id":866,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5929:44:5","typeDescriptions":{"typeIdentifier":"t_stringliteral_e11ad79d1e4a7f2e5f376964cb99e8e8f7904e3fc16a109f7a7ecb9aa7956dcd","typeString":"literal_string \"SafeERC20: ERC20 operation did not succeed\""},"value":"SafeERC20: ERC20 operation did not succeed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_e11ad79d1e4a7f2e5f376964cb99e8e8f7904e3fc16a109f7a7ecb9aa7956dcd","typeString":"literal_string \"SafeERC20: ERC20 operation did not succeed\""}],"id":853,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5863:7:5","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":867,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5863:111:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":868,"nodeType":"ExpressionStatement","src":"5863:111:5"}]},"documentation":{"id":834,"nodeType":"StructuredDocumentation","src":"4951:372:5","text":" @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\n on the return value: the return value is optional (but if data is returned, it must not be false).\n @param token The token targeted by the call.\n @param data The call data (encoded using abi.encode or one of its variants)."},"id":870,"implemented":true,"kind":"function","modifiers":[],"name":"_callOptionalReturn","nameLocation":"5337:19:5","nodeType":"FunctionDefinition","parameters":{"id":840,"nodeType":"ParameterList","parameters":[{"constant":false,"id":837,"mutability":"mutable","name":"token","nameLocation":"5375:5:5","nodeType":"VariableDeclaration","scope":870,"src":"5357:23:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},"typeName":{"id":836,"nodeType":"UserDefinedTypeName","pathNode":{"id":835,"name":"IERC20Upgradeable","nameLocations":["5357:17:5"],"nodeType":"IdentifierPath","referencedDeclaration":507,"src":"5357:17:5"},"referencedDeclaration":507,"src":"5357:17:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":839,"mutability":"mutable","name":"data","nameLocation":"5395:4:5","nodeType":"VariableDeclaration","scope":870,"src":"5382:17:5","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":838,"name":"bytes","nodeType":"ElementaryTypeName","src":"5382:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5356:44:5"},"returnParameters":{"id":841,"nodeType":"ParameterList","parameters":[],"src":"5409:0:5"},"scope":919,"src":"5328:653:5","stateMutability":"nonpayable","virtual":false,"visibility":"private"},{"body":{"id":917,"nodeType":"Block","src":"6582:516:5","statements":[{"assignments":[882,884],"declarations":[{"constant":false,"id":882,"mutability":"mutable","name":"success","nameLocation":"6883:7:5","nodeType":"VariableDeclaration","scope":917,"src":"6878:12:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":881,"name":"bool","nodeType":"ElementaryTypeName","src":"6878:4:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":884,"mutability":"mutable","name":"returndata","nameLocation":"6905:10:5","nodeType":"VariableDeclaration","scope":917,"src":"6892:23:5","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":883,"name":"bytes","nodeType":"ElementaryTypeName","src":"6892:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":892,"initialValue":{"arguments":[{"id":890,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":876,"src":"6939:4:5","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"arguments":[{"id":887,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":874,"src":"6927:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}],"id":886,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6919:7:5","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":885,"name":"address","nodeType":"ElementaryTypeName","src":"6919:7:5","typeDescriptions":{}}},"id":888,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6919:14:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":889,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6934:4:5","memberName":"call","nodeType":"MemberAccess","src":"6919:19:5","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":891,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6919:25:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6877:67:5"},{"expression":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":915,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":907,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":893,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":882,"src":"6973:7:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":905,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":897,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":894,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":884,"src":"6985:10:5","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":895,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6996:6:5","memberName":"length","nodeType":"MemberAccess","src":"6985:17:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":896,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7006:1:5","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6985:22:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"arguments":[{"id":900,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":884,"src":"7022:10:5","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"components":[{"id":902,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7035:4:5","typeDescriptions":{"typeIdentifier":"t_type$_t_bool_$","typeString":"type(bool)"},"typeName":{"id":901,"name":"bool","nodeType":"ElementaryTypeName","src":"7035:4:5","typeDescriptions":{}}}],"id":903,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"7034:6:5","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":898,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"7011:3:5","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":899,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"7015:6:5","memberName":"decode","nodeType":"MemberAccess","src":"7011:10:5","typeDescriptions":{"typeIdentifier":"t_function_abidecode_pure$__$returns$__$","typeString":"function () pure"}},"id":904,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7011:30:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"6985:56:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":906,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"6984:58:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"6973:69:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"arguments":[{"arguments":[{"id":912,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":874,"src":"7084:5:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}],"id":911,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7076:7:5","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":910,"name":"address","nodeType":"ElementaryTypeName","src":"7076:7:5","typeDescriptions":{}}},"id":913,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7076:14:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":908,"name":"AddressUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1249,"src":"7046:18:5","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_AddressUpgradeable_$1249_$","typeString":"type(library AddressUpgradeable)"}},"id":909,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7065:10:5","memberName":"isContract","nodeType":"MemberAccess","referencedDeclaration":937,"src":"7046:29:5","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":914,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7046:45:5","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"6973:118:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":880,"id":916,"nodeType":"Return","src":"6954:137:5"}]},"documentation":{"id":871,"nodeType":"StructuredDocumentation","src":"5987:490:5","text":" @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\n on the return value: the return value is optional (but if data is returned, it must not be false).\n @param token The token targeted by the call.\n @param data The call data (encoded using abi.encode or one of its variants).\n This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead."},"id":918,"implemented":true,"kind":"function","modifiers":[],"name":"_callOptionalReturnBool","nameLocation":"6491:23:5","nodeType":"FunctionDefinition","parameters":{"id":877,"nodeType":"ParameterList","parameters":[{"constant":false,"id":874,"mutability":"mutable","name":"token","nameLocation":"6533:5:5","nodeType":"VariableDeclaration","scope":918,"src":"6515:23:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"},"typeName":{"id":873,"nodeType":"UserDefinedTypeName","pathNode":{"id":872,"name":"IERC20Upgradeable","nameLocations":["6515:17:5"],"nodeType":"IdentifierPath","referencedDeclaration":507,"src":"6515:17:5"},"referencedDeclaration":507,"src":"6515:17:5","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$507","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":876,"mutability":"mutable","name":"data","nameLocation":"6553:4:5","nodeType":"VariableDeclaration","scope":918,"src":"6540:17:5","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":875,"name":"bytes","nodeType":"ElementaryTypeName","src":"6540:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6514:44:5"},"returnParameters":{"id":880,"nodeType":"ParameterList","parameters":[{"constant":false,"id":879,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":918,"src":"6576:4:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":878,"name":"bool","nodeType":"ElementaryTypeName","src":"6576:4:5","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6575:6:5"},"scope":919,"src":"6482:616:5","stateMutability":"nonpayable","virtual":false,"visibility":"private"}],"scope":920,"src":"734:6366:5","usedErrors":[]}],"src":"115:6986:5"},"id":5},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","exportedSymbols":{"AddressUpgradeable":[1249]},"id":1250,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":921,"literals":["solidity","^","0.8",".1"],"nodeType":"PragmaDirective","src":"101:23:6"},{"abstract":false,"baseContracts":[],"canonicalName":"AddressUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":922,"nodeType":"StructuredDocumentation","src":"126:67:6","text":" @dev Collection of functions related to the address type"},"fullyImplemented":true,"id":1249,"linearizedBaseContracts":[1249],"name":"AddressUpgradeable","nameLocation":"202:18:6","nodeType":"ContractDefinition","nodes":[{"body":{"id":936,"nodeType":"Block","src":"1489:254:6","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":934,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":930,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":925,"src":"1713:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":931,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1721:4:6","memberName":"code","nodeType":"MemberAccess","src":"1713:12:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":932,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1726:6:6","memberName":"length","nodeType":"MemberAccess","src":"1713:19:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":933,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1735:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1713:23:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":929,"id":935,"nodeType":"Return","src":"1706:30:6"}]},"documentation":{"id":923,"nodeType":"StructuredDocumentation","src":"227:1191:6","text":" @dev Returns true if `account` is a contract.\n [IMPORTANT]\n ====\n It is unsafe to assume that an address for which this function returns\n false is an externally-owned account (EOA) and not a contract.\n Among others, `isContract` will return false for the following\n types of addresses:\n - an externally-owned account\n - a contract in construction\n - an address where a contract will be created\n - an address where a contract lived, but was destroyed\n Furthermore, `isContract` will also return true if the target contract within\n the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n which only has an effect at the end of a transaction.\n ====\n [IMPORTANT]\n ====\n You shouldn't rely on `isContract` to protect against flash loan attacks!\n Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n constructor.\n ===="},"id":937,"implemented":true,"kind":"function","modifiers":[],"name":"isContract","nameLocation":"1432:10:6","nodeType":"FunctionDefinition","parameters":{"id":926,"nodeType":"ParameterList","parameters":[{"constant":false,"id":925,"mutability":"mutable","name":"account","nameLocation":"1451:7:6","nodeType":"VariableDeclaration","scope":937,"src":"1443:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":924,"name":"address","nodeType":"ElementaryTypeName","src":"1443:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1442:17:6"},"returnParameters":{"id":929,"nodeType":"ParameterList","parameters":[{"constant":false,"id":928,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":937,"src":"1483:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":927,"name":"bool","nodeType":"ElementaryTypeName","src":"1483:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1482:6:6"},"scope":1249,"src":"1423:320:6","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":970,"nodeType":"Block","src":"2729:241:6","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":952,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":948,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2755:4:6","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$1249","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$1249","typeString":"library AddressUpgradeable"}],"id":947,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2747:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":946,"name":"address","nodeType":"ElementaryTypeName","src":"2747:7:6","typeDescriptions":{}}},"id":949,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2747:13:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":950,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2761:7:6","memberName":"balance","nodeType":"MemberAccess","src":"2747:21:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":951,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":942,"src":"2772:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2747:31:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e6365","id":953,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2780:31:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""},"value":"Address: insufficient balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""}],"id":945,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2739:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":954,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2739:73:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":955,"nodeType":"ExpressionStatement","src":"2739:73:6"},{"assignments":[957,null],"declarations":[{"constant":false,"id":957,"mutability":"mutable","name":"success","nameLocation":"2829:7:6","nodeType":"VariableDeclaration","scope":970,"src":"2824:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":956,"name":"bool","nodeType":"ElementaryTypeName","src":"2824:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},null],"id":964,"initialValue":{"arguments":[{"hexValue":"","id":962,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2872:2:6","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":958,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":940,"src":"2842:9:6","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"id":959,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2852:4:6","memberName":"call","nodeType":"MemberAccess","src":"2842:14:6","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":961,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":960,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":942,"src":"2864:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"2842:29:6","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":963,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2842:33:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"2823:52:6"},{"expression":{"arguments":[{"id":966,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":957,"src":"2893:7:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20756e61626c6520746f2073656e642076616c75652c20726563697069656e74206d61792068617665207265766572746564","id":967,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2902:60:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""},"value":"Address: unable to send value, recipient may have reverted"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""}],"id":965,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2885:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":968,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2885:78:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":969,"nodeType":"ExpressionStatement","src":"2885:78:6"}]},"documentation":{"id":938,"nodeType":"StructuredDocumentation","src":"1749:904:6","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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]."},"id":971,"implemented":true,"kind":"function","modifiers":[],"name":"sendValue","nameLocation":"2667:9:6","nodeType":"FunctionDefinition","parameters":{"id":943,"nodeType":"ParameterList","parameters":[{"constant":false,"id":940,"mutability":"mutable","name":"recipient","nameLocation":"2693:9:6","nodeType":"VariableDeclaration","scope":971,"src":"2677:25:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"},"typeName":{"id":939,"name":"address","nodeType":"ElementaryTypeName","src":"2677:15:6","stateMutability":"payable","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"visibility":"internal"},{"constant":false,"id":942,"mutability":"mutable","name":"amount","nameLocation":"2712:6:6","nodeType":"VariableDeclaration","scope":971,"src":"2704:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":941,"name":"uint256","nodeType":"ElementaryTypeName","src":"2704:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2676:43:6"},"returnParameters":{"id":944,"nodeType":"ParameterList","parameters":[],"src":"2729:0:6"},"scope":1249,"src":"2658:312:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":988,"nodeType":"Block","src":"3801:96:6","statements":[{"expression":{"arguments":[{"id":982,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":974,"src":"3840:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":983,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":976,"src":"3848:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":984,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3854:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564","id":985,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3857:32:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""},"value":"Address: low-level call failed"}],"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"},{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""}],"id":981,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[1029,1073],"referencedDeclaration":1073,"src":"3818:21:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":986,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3818:72:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":980,"id":987,"nodeType":"Return","src":"3811:79:6"}]},"documentation":{"id":972,"nodeType":"StructuredDocumentation","src":"2976:731:6","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, it is bubbled up by this\n function (like regular Solidity function calls).\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.\n _Available since v3.1._"},"id":989,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"3721:12:6","nodeType":"FunctionDefinition","parameters":{"id":977,"nodeType":"ParameterList","parameters":[{"constant":false,"id":974,"mutability":"mutable","name":"target","nameLocation":"3742:6:6","nodeType":"VariableDeclaration","scope":989,"src":"3734:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":973,"name":"address","nodeType":"ElementaryTypeName","src":"3734:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":976,"mutability":"mutable","name":"data","nameLocation":"3763:4:6","nodeType":"VariableDeclaration","scope":989,"src":"3750:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":975,"name":"bytes","nodeType":"ElementaryTypeName","src":"3750:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3733:35:6"},"returnParameters":{"id":980,"nodeType":"ParameterList","parameters":[{"constant":false,"id":979,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":989,"src":"3787:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":978,"name":"bytes","nodeType":"ElementaryTypeName","src":"3787:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3786:14:6"},"scope":1249,"src":"3712:185:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1008,"nodeType":"Block","src":"4266:76:6","statements":[{"expression":{"arguments":[{"id":1002,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":992,"src":"4305:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1003,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":994,"src":"4313:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":1004,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4319:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"id":1005,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":996,"src":"4322:12:6","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"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"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1001,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[1029,1073],"referencedDeclaration":1073,"src":"4283:21:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":1006,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4283:52:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1000,"id":1007,"nodeType":"Return","src":"4276:59:6"}]},"documentation":{"id":990,"nodeType":"StructuredDocumentation","src":"3903:211:6","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":1009,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"4128:12:6","nodeType":"FunctionDefinition","parameters":{"id":997,"nodeType":"ParameterList","parameters":[{"constant":false,"id":992,"mutability":"mutable","name":"target","nameLocation":"4158:6:6","nodeType":"VariableDeclaration","scope":1009,"src":"4150:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":991,"name":"address","nodeType":"ElementaryTypeName","src":"4150:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":994,"mutability":"mutable","name":"data","nameLocation":"4187:4:6","nodeType":"VariableDeclaration","scope":1009,"src":"4174:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":993,"name":"bytes","nodeType":"ElementaryTypeName","src":"4174:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":996,"mutability":"mutable","name":"errorMessage","nameLocation":"4215:12:6","nodeType":"VariableDeclaration","scope":1009,"src":"4201:26:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":995,"name":"string","nodeType":"ElementaryTypeName","src":"4201:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4140:93:6"},"returnParameters":{"id":1000,"nodeType":"ParameterList","parameters":[{"constant":false,"id":999,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1009,"src":"4252:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":998,"name":"bytes","nodeType":"ElementaryTypeName","src":"4252:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4251:14:6"},"scope":1249,"src":"4119:223:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1028,"nodeType":"Block","src":"4817:111:6","statements":[{"expression":{"arguments":[{"id":1022,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1012,"src":"4856:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1023,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1014,"src":"4864:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1024,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1016,"src":"4870:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c20776974682076616c7565206661696c6564","id":1025,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4877:43:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""},"value":"Address: low-level call with value failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""}],"id":1021,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[1029,1073],"referencedDeclaration":1073,"src":"4834:21:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":1026,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4834:87:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1020,"id":1027,"nodeType":"Return","src":"4827:94:6"}]},"documentation":{"id":1010,"nodeType":"StructuredDocumentation","src":"4348:351:6","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`.\n _Available since v3.1._"},"id":1029,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"4713:21:6","nodeType":"FunctionDefinition","parameters":{"id":1017,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1012,"mutability":"mutable","name":"target","nameLocation":"4743:6:6","nodeType":"VariableDeclaration","scope":1029,"src":"4735:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1011,"name":"address","nodeType":"ElementaryTypeName","src":"4735:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1014,"mutability":"mutable","name":"data","nameLocation":"4764:4:6","nodeType":"VariableDeclaration","scope":1029,"src":"4751:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1013,"name":"bytes","nodeType":"ElementaryTypeName","src":"4751:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1016,"mutability":"mutable","name":"value","nameLocation":"4778:5:6","nodeType":"VariableDeclaration","scope":1029,"src":"4770:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1015,"name":"uint256","nodeType":"ElementaryTypeName","src":"4770:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4734:50:6"},"returnParameters":{"id":1020,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1019,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1029,"src":"4803:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1018,"name":"bytes","nodeType":"ElementaryTypeName","src":"4803:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4802:14:6"},"scope":1249,"src":"4704:224:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1072,"nodeType":"Block","src":"5355:267:6","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1050,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":1046,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"5381:4:6","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$1249","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$1249","typeString":"library AddressUpgradeable"}],"id":1045,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5373:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1044,"name":"address","nodeType":"ElementaryTypeName","src":"5373:7:6","typeDescriptions":{}}},"id":1047,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5373:13:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1048,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5387:7:6","memberName":"balance","nodeType":"MemberAccess","src":"5373:21:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1049,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1036,"src":"5398:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5373:30:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c","id":1051,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5405:40:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""},"value":"Address: insufficient balance for call"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""}],"id":1043,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5365:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1052,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5365:81:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1053,"nodeType":"ExpressionStatement","src":"5365:81:6"},{"assignments":[1055,1057],"declarations":[{"constant":false,"id":1055,"mutability":"mutable","name":"success","nameLocation":"5462:7:6","nodeType":"VariableDeclaration","scope":1072,"src":"5457:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1054,"name":"bool","nodeType":"ElementaryTypeName","src":"5457:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1057,"mutability":"mutable","name":"returndata","nameLocation":"5484:10:6","nodeType":"VariableDeclaration","scope":1072,"src":"5471:23:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1056,"name":"bytes","nodeType":"ElementaryTypeName","src":"5471:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":1064,"initialValue":{"arguments":[{"id":1062,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1034,"src":"5524:4:6","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":1058,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1032,"src":"5498:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1059,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5505:4:6","memberName":"call","nodeType":"MemberAccess","src":"5498:11:6","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":1061,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":1060,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1036,"src":"5517:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"5498:25:6","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":1063,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5498:31:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"5456:73:6"},{"expression":{"arguments":[{"id":1066,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1032,"src":"5573:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1067,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1055,"src":"5581:7:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":1068,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1057,"src":"5590:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1069,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1038,"src":"5602:12:6","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1065,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1204,"src":"5546:26:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":1070,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5546:69:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1042,"id":1071,"nodeType":"Return","src":"5539:76:6"}]},"documentation":{"id":1030,"nodeType":"StructuredDocumentation","src":"4934:237:6","text":" @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n with `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":1073,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"5185:21:6","nodeType":"FunctionDefinition","parameters":{"id":1039,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1032,"mutability":"mutable","name":"target","nameLocation":"5224:6:6","nodeType":"VariableDeclaration","scope":1073,"src":"5216:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1031,"name":"address","nodeType":"ElementaryTypeName","src":"5216:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1034,"mutability":"mutable","name":"data","nameLocation":"5253:4:6","nodeType":"VariableDeclaration","scope":1073,"src":"5240:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1033,"name":"bytes","nodeType":"ElementaryTypeName","src":"5240:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1036,"mutability":"mutable","name":"value","nameLocation":"5275:5:6","nodeType":"VariableDeclaration","scope":1073,"src":"5267:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1035,"name":"uint256","nodeType":"ElementaryTypeName","src":"5267:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1038,"mutability":"mutable","name":"errorMessage","nameLocation":"5304:12:6","nodeType":"VariableDeclaration","scope":1073,"src":"5290:26:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1037,"name":"string","nodeType":"ElementaryTypeName","src":"5290:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"5206:116:6"},"returnParameters":{"id":1042,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1041,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1073,"src":"5341:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1040,"name":"bytes","nodeType":"ElementaryTypeName","src":"5341:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5340:14:6"},"scope":1249,"src":"5176:446:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1089,"nodeType":"Block","src":"5899:97:6","statements":[{"expression":{"arguments":[{"id":1084,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1076,"src":"5935:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1085,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1078,"src":"5943:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c207374617469632063616c6c206661696c6564","id":1086,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5949:39:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""},"value":"Address: low-level static call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""}],"id":1083,"name":"functionStaticCall","nodeType":"Identifier","overloadedDeclarations":[1090,1119],"referencedDeclaration":1119,"src":"5916:18:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) view returns (bytes memory)"}},"id":1087,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5916:73:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1082,"id":1088,"nodeType":"Return","src":"5909:80:6"}]},"documentation":{"id":1074,"nodeType":"StructuredDocumentation","src":"5628:166:6","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":1090,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"5808:18:6","nodeType":"FunctionDefinition","parameters":{"id":1079,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1076,"mutability":"mutable","name":"target","nameLocation":"5835:6:6","nodeType":"VariableDeclaration","scope":1090,"src":"5827:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1075,"name":"address","nodeType":"ElementaryTypeName","src":"5827:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1078,"mutability":"mutable","name":"data","nameLocation":"5856:4:6","nodeType":"VariableDeclaration","scope":1090,"src":"5843:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1077,"name":"bytes","nodeType":"ElementaryTypeName","src":"5843:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5826:35:6"},"returnParameters":{"id":1082,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1081,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1090,"src":"5885:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1080,"name":"bytes","nodeType":"ElementaryTypeName","src":"5885:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5884:14:6"},"scope":1249,"src":"5799:197:6","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1118,"nodeType":"Block","src":"6338:168:6","statements":[{"assignments":[1103,1105],"declarations":[{"constant":false,"id":1103,"mutability":"mutable","name":"success","nameLocation":"6354:7:6","nodeType":"VariableDeclaration","scope":1118,"src":"6349:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1102,"name":"bool","nodeType":"ElementaryTypeName","src":"6349:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1105,"mutability":"mutable","name":"returndata","nameLocation":"6376:10:6","nodeType":"VariableDeclaration","scope":1118,"src":"6363:23:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1104,"name":"bytes","nodeType":"ElementaryTypeName","src":"6363:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":1110,"initialValue":{"arguments":[{"id":1108,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1095,"src":"6408:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1106,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"6390:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1107,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6397:10:6","memberName":"staticcall","nodeType":"MemberAccess","src":"6390:17:6","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":1109,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6390:23:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6348:65:6"},{"expression":{"arguments":[{"id":1112,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"6457:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1113,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1103,"src":"6465:7:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":1114,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1105,"src":"6474:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1115,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1097,"src":"6486:12:6","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1111,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1204,"src":"6430:26:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":1116,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6430:69:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1101,"id":1117,"nodeType":"Return","src":"6423:76:6"}]},"documentation":{"id":1091,"nodeType":"StructuredDocumentation","src":"6002:173:6","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":1119,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"6189:18:6","nodeType":"FunctionDefinition","parameters":{"id":1098,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1093,"mutability":"mutable","name":"target","nameLocation":"6225:6:6","nodeType":"VariableDeclaration","scope":1119,"src":"6217:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1092,"name":"address","nodeType":"ElementaryTypeName","src":"6217:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1095,"mutability":"mutable","name":"data","nameLocation":"6254:4:6","nodeType":"VariableDeclaration","scope":1119,"src":"6241:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1094,"name":"bytes","nodeType":"ElementaryTypeName","src":"6241:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1097,"mutability":"mutable","name":"errorMessage","nameLocation":"6282:12:6","nodeType":"VariableDeclaration","scope":1119,"src":"6268:26:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1096,"name":"string","nodeType":"ElementaryTypeName","src":"6268:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"6207:93:6"},"returnParameters":{"id":1101,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1100,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1119,"src":"6324:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1099,"name":"bytes","nodeType":"ElementaryTypeName","src":"6324:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6323:14:6"},"scope":1249,"src":"6180:326:6","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1135,"nodeType":"Block","src":"6782:101:6","statements":[{"expression":{"arguments":[{"id":1130,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1122,"src":"6820:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1131,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1124,"src":"6828:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564","id":1132,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6834:41:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""},"value":"Address: low-level delegate call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""}],"id":1129,"name":"functionDelegateCall","nodeType":"Identifier","overloadedDeclarations":[1136,1165],"referencedDeclaration":1165,"src":"6799:20:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) returns (bytes memory)"}},"id":1133,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6799:77:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1128,"id":1134,"nodeType":"Return","src":"6792:84:6"}]},"documentation":{"id":1120,"nodeType":"StructuredDocumentation","src":"6512:168:6","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":1136,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"6694:20:6","nodeType":"FunctionDefinition","parameters":{"id":1125,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1122,"mutability":"mutable","name":"target","nameLocation":"6723:6:6","nodeType":"VariableDeclaration","scope":1136,"src":"6715:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1121,"name":"address","nodeType":"ElementaryTypeName","src":"6715:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1124,"mutability":"mutable","name":"data","nameLocation":"6744:4:6","nodeType":"VariableDeclaration","scope":1136,"src":"6731:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1123,"name":"bytes","nodeType":"ElementaryTypeName","src":"6731:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6714:35:6"},"returnParameters":{"id":1128,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1127,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1136,"src":"6768:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1126,"name":"bytes","nodeType":"ElementaryTypeName","src":"6768:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6767:14:6"},"scope":1249,"src":"6685:198:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1164,"nodeType":"Block","src":"7224:170:6","statements":[{"assignments":[1149,1151],"declarations":[{"constant":false,"id":1149,"mutability":"mutable","name":"success","nameLocation":"7240:7:6","nodeType":"VariableDeclaration","scope":1164,"src":"7235:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1148,"name":"bool","nodeType":"ElementaryTypeName","src":"7235:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1151,"mutability":"mutable","name":"returndata","nameLocation":"7262:10:6","nodeType":"VariableDeclaration","scope":1164,"src":"7249:23:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1150,"name":"bytes","nodeType":"ElementaryTypeName","src":"7249:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":1156,"initialValue":{"arguments":[{"id":1154,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1141,"src":"7296:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1152,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1139,"src":"7276:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1153,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7283:12:6","memberName":"delegatecall","nodeType":"MemberAccess","src":"7276:19:6","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":1155,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7276:25:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"7234:67:6"},{"expression":{"arguments":[{"id":1158,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1139,"src":"7345:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1159,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1149,"src":"7353:7:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":1160,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1151,"src":"7362:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1161,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1143,"src":"7374:12:6","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1157,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1204,"src":"7318:26:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":1162,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7318:69:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1147,"id":1163,"nodeType":"Return","src":"7311:76:6"}]},"documentation":{"id":1137,"nodeType":"StructuredDocumentation","src":"6889:175:6","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":1165,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"7078:20:6","nodeType":"FunctionDefinition","parameters":{"id":1144,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1139,"mutability":"mutable","name":"target","nameLocation":"7116:6:6","nodeType":"VariableDeclaration","scope":1165,"src":"7108:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1138,"name":"address","nodeType":"ElementaryTypeName","src":"7108:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1141,"mutability":"mutable","name":"data","nameLocation":"7145:4:6","nodeType":"VariableDeclaration","scope":1165,"src":"7132:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1140,"name":"bytes","nodeType":"ElementaryTypeName","src":"7132:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1143,"mutability":"mutable","name":"errorMessage","nameLocation":"7173:12:6","nodeType":"VariableDeclaration","scope":1165,"src":"7159:26:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1142,"name":"string","nodeType":"ElementaryTypeName","src":"7159:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7098:93:6"},"returnParameters":{"id":1147,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1146,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1165,"src":"7210:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1145,"name":"bytes","nodeType":"ElementaryTypeName","src":"7210:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7209:14:6"},"scope":1249,"src":"7069:325:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1203,"nodeType":"Block","src":"7876:434:6","statements":[{"condition":{"id":1179,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1170,"src":"7890:7:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1201,"nodeType":"Block","src":"8246:58:6","statements":[{"expression":{"arguments":[{"id":1197,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1172,"src":"8268:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1198,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1174,"src":"8280:12:6","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1196,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1248,"src":"8260:7:6","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":1199,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8260:33:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1200,"nodeType":"ExpressionStatement","src":"8260:33:6"}]},"id":1202,"nodeType":"IfStatement","src":"7886:418:6","trueBody":{"id":1195,"nodeType":"Block","src":"7899:341:6","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1183,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1180,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1172,"src":"7917:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1181,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7928:6:6","memberName":"length","nodeType":"MemberAccess","src":"7917:17:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1182,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7938:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"7917:22:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1192,"nodeType":"IfStatement","src":"7913:286:6","trueBody":{"id":1191,"nodeType":"Block","src":"7941:258:6","statements":[{"expression":{"arguments":[{"arguments":[{"id":1186,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1168,"src":"8143:6:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1185,"name":"isContract","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":937,"src":"8132:10:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":1187,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8132:18:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374","id":1188,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8152:31:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""},"value":"Address: call to non-contract"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""}],"id":1184,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8124:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1189,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8124:60:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1190,"nodeType":"ExpressionStatement","src":"8124:60:6"}]}},{"expression":{"id":1193,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1172,"src":"8219:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1178,"id":1194,"nodeType":"Return","src":"8212:17:6"}]}}]},"documentation":{"id":1166,"nodeType":"StructuredDocumentation","src":"7400:277:6","text":" @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n _Available since v4.8._"},"id":1204,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResultFromTarget","nameLocation":"7691:26:6","nodeType":"FunctionDefinition","parameters":{"id":1175,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1168,"mutability":"mutable","name":"target","nameLocation":"7735:6:6","nodeType":"VariableDeclaration","scope":1204,"src":"7727:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1167,"name":"address","nodeType":"ElementaryTypeName","src":"7727:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1170,"mutability":"mutable","name":"success","nameLocation":"7756:7:6","nodeType":"VariableDeclaration","scope":1204,"src":"7751:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1169,"name":"bool","nodeType":"ElementaryTypeName","src":"7751:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1172,"mutability":"mutable","name":"returndata","nameLocation":"7786:10:6","nodeType":"VariableDeclaration","scope":1204,"src":"7773:23:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1171,"name":"bytes","nodeType":"ElementaryTypeName","src":"7773:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1174,"mutability":"mutable","name":"errorMessage","nameLocation":"7820:12:6","nodeType":"VariableDeclaration","scope":1204,"src":"7806:26:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1173,"name":"string","nodeType":"ElementaryTypeName","src":"7806:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7717:121:6"},"returnParameters":{"id":1178,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1177,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1204,"src":"7862:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1176,"name":"bytes","nodeType":"ElementaryTypeName","src":"7862:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7861:14:6"},"scope":1249,"src":"7682:628:6","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1227,"nodeType":"Block","src":"8691:135:6","statements":[{"condition":{"id":1216,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1207,"src":"8705:7:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1225,"nodeType":"Block","src":"8762:58:6","statements":[{"expression":{"arguments":[{"id":1221,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1209,"src":"8784:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1222,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1211,"src":"8796:12:6","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1220,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1248,"src":"8776:7:6","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":1223,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8776:33:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1224,"nodeType":"ExpressionStatement","src":"8776:33:6"}]},"id":1226,"nodeType":"IfStatement","src":"8701:119:6","trueBody":{"id":1219,"nodeType":"Block","src":"8714:42:6","statements":[{"expression":{"id":1217,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1209,"src":"8735:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1215,"id":1218,"nodeType":"Return","src":"8728:17:6"}]}}]},"documentation":{"id":1205,"nodeType":"StructuredDocumentation","src":"8316:210:6","text":" @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n revert reason or using the provided one.\n _Available since v4.3._"},"id":1228,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResult","nameLocation":"8540:16:6","nodeType":"FunctionDefinition","parameters":{"id":1212,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1207,"mutability":"mutable","name":"success","nameLocation":"8571:7:6","nodeType":"VariableDeclaration","scope":1228,"src":"8566:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1206,"name":"bool","nodeType":"ElementaryTypeName","src":"8566:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1209,"mutability":"mutable","name":"returndata","nameLocation":"8601:10:6","nodeType":"VariableDeclaration","scope":1228,"src":"8588:23:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1208,"name":"bytes","nodeType":"ElementaryTypeName","src":"8588:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1211,"mutability":"mutable","name":"errorMessage","nameLocation":"8635:12:6","nodeType":"VariableDeclaration","scope":1228,"src":"8621:26:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1210,"name":"string","nodeType":"ElementaryTypeName","src":"8621:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8556:97:6"},"returnParameters":{"id":1215,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1214,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1228,"src":"8677:12:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1213,"name":"bytes","nodeType":"ElementaryTypeName","src":"8677:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"8676:14:6"},"scope":1249,"src":"8531:295:6","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1247,"nodeType":"Block","src":"8915:457:6","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1238,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1235,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1230,"src":"8991:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1236,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"9002:6:6","memberName":"length","nodeType":"MemberAccess","src":"8991:17:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1237,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9011:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8991:21:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1245,"nodeType":"Block","src":"9321:45:6","statements":[{"expression":{"arguments":[{"id":1242,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1232,"src":"9342:12:6","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1241,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"9335:6:6","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":1243,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9335:20:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1244,"nodeType":"ExpressionStatement","src":"9335:20:6"}]},"id":1246,"nodeType":"IfStatement","src":"8987:379:6","trueBody":{"id":1240,"nodeType":"Block","src":"9014:301:6","statements":[{"AST":{"nodeType":"YulBlock","src":"9172:133:6","statements":[{"nodeType":"YulVariableDeclaration","src":"9190:40:6","value":{"arguments":[{"name":"returndata","nodeType":"YulIdentifier","src":"9219:10:6"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"9213:5:6"},"nodeType":"YulFunctionCall","src":"9213:17:6"},"variables":[{"name":"returndata_size","nodeType":"YulTypedName","src":"9194:15:6","type":""}]},{"expression":{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9258:2:6","type":"","value":"32"},{"name":"returndata","nodeType":"YulIdentifier","src":"9262:10:6"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9254:3:6"},"nodeType":"YulFunctionCall","src":"9254:19:6"},{"name":"returndata_size","nodeType":"YulIdentifier","src":"9275:15:6"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9247:6:6"},"nodeType":"YulFunctionCall","src":"9247:44:6"},"nodeType":"YulExpressionStatement","src":"9247:44:6"}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1230,"isOffset":false,"isSlot":false,"src":"9219:10:6","valueSize":1},{"declaration":1230,"isOffset":false,"isSlot":false,"src":"9262:10:6","valueSize":1}],"id":1239,"nodeType":"InlineAssembly","src":"9163:142:6"}]}}]},"id":1248,"implemented":true,"kind":"function","modifiers":[],"name":"_revert","nameLocation":"8841:7:6","nodeType":"FunctionDefinition","parameters":{"id":1233,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1230,"mutability":"mutable","name":"returndata","nameLocation":"8862:10:6","nodeType":"VariableDeclaration","scope":1248,"src":"8849:23:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1229,"name":"bytes","nodeType":"ElementaryTypeName","src":"8849:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1232,"mutability":"mutable","name":"errorMessage","nameLocation":"8888:12:6","nodeType":"VariableDeclaration","scope":1248,"src":"8874:26:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1231,"name":"string","nodeType":"ElementaryTypeName","src":"8874:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8848:53:6"},"returnParameters":{"id":1234,"nodeType":"ParameterList","parameters":[],"src":"8915:0:6"},"scope":1249,"src":"8832:540:6","stateMutability":"pure","virtual":false,"visibility":"private"}],"scope":1250,"src":"194:9180:6","usedErrors":[]}],"src":"101:9274:6"},"id":6},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[1300],"Initializable":[301]},"id":1301,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1251,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:7"},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":1253,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1301,"sourceUnit":302,"src":"125:63:7","symbolAliases":[{"foreign":{"id":1252,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":301,"src":"133:13:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":1255,"name":"Initializable","nameLocations":["727:13:7"],"nodeType":"IdentifierPath","referencedDeclaration":301,"src":"727:13:7"},"id":1256,"nodeType":"InheritanceSpecifier","src":"727:13:7"}],"canonicalName":"ContextUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":1254,"nodeType":"StructuredDocumentation","src":"190: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":1300,"linearizedBaseContracts":[1300,301],"name":"ContextUpgradeable","nameLocation":"705:18:7","nodeType":"ContractDefinition","nodes":[{"body":{"id":1261,"nodeType":"Block","src":"799:7:7","statements":[]},"id":1262,"implemented":true,"kind":"function","modifiers":[{"id":1259,"kind":"modifierInvocation","modifierName":{"id":1258,"name":"onlyInitializing","nameLocations":["782:16:7"],"nodeType":"IdentifierPath","referencedDeclaration":246,"src":"782:16:7"},"nodeType":"ModifierInvocation","src":"782:16:7"}],"name":"__Context_init","nameLocation":"756:14:7","nodeType":"FunctionDefinition","parameters":{"id":1257,"nodeType":"ParameterList","parameters":[],"src":"770:2:7"},"returnParameters":{"id":1260,"nodeType":"ParameterList","parameters":[],"src":"799:0:7"},"scope":1300,"src":"747:59:7","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1267,"nodeType":"Block","src":"874:7:7","statements":[]},"id":1268,"implemented":true,"kind":"function","modifiers":[{"id":1265,"kind":"modifierInvocation","modifierName":{"id":1264,"name":"onlyInitializing","nameLocations":["857:16:7"],"nodeType":"IdentifierPath","referencedDeclaration":246,"src":"857:16:7"},"nodeType":"ModifierInvocation","src":"857:16:7"}],"name":"__Context_init_unchained","nameLocation":"821:24:7","nodeType":"FunctionDefinition","parameters":{"id":1263,"nodeType":"ParameterList","parameters":[],"src":"845:2:7"},"returnParameters":{"id":1266,"nodeType":"ParameterList","parameters":[],"src":"874:0:7"},"scope":1300,"src":"812:69:7","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1276,"nodeType":"Block","src":"948:34:7","statements":[{"expression":{"expression":{"id":1273,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"965:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1274,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"969:6:7","memberName":"sender","nodeType":"MemberAccess","src":"965:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1272,"id":1275,"nodeType":"Return","src":"958:17:7"}]},"id":1277,"implemented":true,"kind":"function","modifiers":[],"name":"_msgSender","nameLocation":"895:10:7","nodeType":"FunctionDefinition","parameters":{"id":1269,"nodeType":"ParameterList","parameters":[],"src":"905:2:7"},"returnParameters":{"id":1272,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1271,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1277,"src":"939:7:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1270,"name":"address","nodeType":"ElementaryTypeName","src":"939:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"938:9:7"},"scope":1300,"src":"886:96:7","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":1285,"nodeType":"Block","src":"1055:32:7","statements":[{"expression":{"expression":{"id":1282,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1072:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1283,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1076:4:7","memberName":"data","nodeType":"MemberAccess","src":"1072:8:7","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"functionReturnParameters":1281,"id":1284,"nodeType":"Return","src":"1065:15:7"}]},"id":1286,"implemented":true,"kind":"function","modifiers":[],"name":"_msgData","nameLocation":"997:8:7","nodeType":"FunctionDefinition","parameters":{"id":1278,"nodeType":"ParameterList","parameters":[],"src":"1005:2:7"},"returnParameters":{"id":1281,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1280,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1286,"src":"1039:14:7","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":1279,"name":"bytes","nodeType":"ElementaryTypeName","src":"1039:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1038:16:7"},"scope":1300,"src":"988:99:7","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":1293,"nodeType":"Block","src":"1165:25:7","statements":[{"expression":{"hexValue":"30","id":1291,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1182:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":1290,"id":1292,"nodeType":"Return","src":"1175:8:7"}]},"id":1294,"implemented":true,"kind":"function","modifiers":[],"name":"_contextSuffixLength","nameLocation":"1102:20:7","nodeType":"FunctionDefinition","parameters":{"id":1287,"nodeType":"ParameterList","parameters":[],"src":"1122:2:7"},"returnParameters":{"id":1290,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1289,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1294,"src":"1156:7:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1288,"name":"uint256","nodeType":"ElementaryTypeName","src":"1156:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1155:9:7"},"scope":1300,"src":"1093:97:7","stateMutability":"view","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":1295,"nodeType":"StructuredDocumentation","src":"1196:254:7","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":1299,"mutability":"mutable","name":"__gap","nameLocation":"1475:5:7","nodeType":"VariableDeclaration","scope":1300,"src":"1455:25:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":1296,"name":"uint256","nodeType":"ElementaryTypeName","src":"1455:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1298,"length":{"hexValue":"3530","id":1297,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1463:2:7","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"1455:11:7","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"}],"scope":1301,"src":"687:796:7","usedErrors":[]}],"src":"101:1383:7"},"id":7},"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol","exportedSymbols":{"MathUpgradeable":[2761],"SignedMathUpgradeable":[2866],"StringsUpgradeable":[1529]},"id":1530,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1302,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:8"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol","file":"./math/MathUpgradeable.sol","id":1303,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1530,"sourceUnit":2762,"src":"126:36:8","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol","file":"./math/SignedMathUpgradeable.sol","id":1304,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1530,"sourceUnit":2867,"src":"163:42:8","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"StringsUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":1305,"nodeType":"StructuredDocumentation","src":"207:34:8","text":" @dev String operations."},"fullyImplemented":true,"id":1529,"linearizedBaseContracts":[1529],"name":"StringsUpgradeable","nameLocation":"250:18:8","nodeType":"ContractDefinition","nodes":[{"constant":true,"id":1308,"mutability":"constant","name":"_SYMBOLS","nameLocation":"300:8:8","nodeType":"VariableDeclaration","scope":1529,"src":"275:54:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes16","typeString":"bytes16"},"typeName":{"id":1306,"name":"bytes16","nodeType":"ElementaryTypeName","src":"275:7:8","typeDescriptions":{"typeIdentifier":"t_bytes16","typeString":"bytes16"}},"value":{"hexValue":"30313233343536373839616263646566","id":1307,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"311:18:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_cb29997ed99ead0db59ce4d12b7d3723198c827273e5796737c926d78019c39f","typeString":"literal_string \"0123456789abcdef\""},"value":"0123456789abcdef"},"visibility":"private"},{"constant":true,"id":1311,"mutability":"constant","name":"_ADDRESS_LENGTH","nameLocation":"358:15:8","nodeType":"VariableDeclaration","scope":1529,"src":"335:43:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1309,"name":"uint8","nodeType":"ElementaryTypeName","src":"335:5:8","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"value":{"hexValue":"3230","id":1310,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"376:2:8","typeDescriptions":{"typeIdentifier":"t_rational_20_by_1","typeString":"int_const 20"},"value":"20"},"visibility":"private"},{"body":{"id":1358,"nodeType":"Block","src":"551:636:8","statements":[{"id":1357,"nodeType":"UncheckedBlock","src":"561:620:8","statements":[{"assignments":[1320],"declarations":[{"constant":false,"id":1320,"mutability":"mutable","name":"length","nameLocation":"593:6:8","nodeType":"VariableDeclaration","scope":1357,"src":"585:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1319,"name":"uint256","nodeType":"ElementaryTypeName","src":"585:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1327,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1326,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":1323,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1314,"src":"624:5:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1321,"name":"MathUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2761,"src":"602:15:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_MathUpgradeable_$2761_$","typeString":"type(library MathUpgradeable)"}},"id":1322,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"618:5:8","memberName":"log10","nodeType":"MemberAccess","referencedDeclaration":2598,"src":"602:21:8","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":1324,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"602:28:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":1325,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"633:1:8","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"602:32:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"585:49:8"},{"assignments":[1329],"declarations":[{"constant":false,"id":1329,"mutability":"mutable","name":"buffer","nameLocation":"662:6:8","nodeType":"VariableDeclaration","scope":1357,"src":"648:20:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1328,"name":"string","nodeType":"ElementaryTypeName","src":"648:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"id":1334,"initialValue":{"arguments":[{"id":1332,"name":"length","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1320,"src":"682:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1331,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"NewExpression","src":"671:10:8","typeDescriptions":{"typeIdentifier":"t_function_objectcreation_pure$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256) pure returns (string memory)"},"typeName":{"id":1330,"name":"string","nodeType":"ElementaryTypeName","src":"675:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}}},"id":1333,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"671:18:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"nodeType":"VariableDeclarationStatement","src":"648:41:8"},{"assignments":[1336],"declarations":[{"constant":false,"id":1336,"mutability":"mutable","name":"ptr","nameLocation":"711:3:8","nodeType":"VariableDeclaration","scope":1357,"src":"703:11:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1335,"name":"uint256","nodeType":"ElementaryTypeName","src":"703:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1337,"nodeType":"VariableDeclarationStatement","src":"703:11:8"},{"AST":{"nodeType":"YulBlock","src":"784:67:8","statements":[{"nodeType":"YulAssignment","src":"802:35:8","value":{"arguments":[{"name":"buffer","nodeType":"YulIdentifier","src":"813:6:8"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"825:2:8","type":"","value":"32"},{"name":"length","nodeType":"YulIdentifier","src":"829:6:8"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"821:3:8"},"nodeType":"YulFunctionCall","src":"821:15:8"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"809:3:8"},"nodeType":"YulFunctionCall","src":"809:28:8"},"variableNames":[{"name":"ptr","nodeType":"YulIdentifier","src":"802:3:8"}]}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1329,"isOffset":false,"isSlot":false,"src":"813:6:8","valueSize":1},{"declaration":1320,"isOffset":false,"isSlot":false,"src":"829:6:8","valueSize":1},{"declaration":1336,"isOffset":false,"isSlot":false,"src":"802:3:8","valueSize":1}],"id":1338,"nodeType":"InlineAssembly","src":"775:76:8"},{"body":{"id":1353,"nodeType":"Block","src":"877:267:8","statements":[{"expression":{"id":1341,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"--","prefix":false,"src":"895:5:8","subExpression":{"id":1340,"name":"ptr","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1336,"src":"895:3:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1342,"nodeType":"ExpressionStatement","src":"895:5:8"},{"AST":{"nodeType":"YulBlock","src":"978:84:8","statements":[{"expression":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"1008:3:8"},{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1022:5:8"},{"kind":"number","nodeType":"YulLiteral","src":"1029:2:8","type":"","value":"10"}],"functionName":{"name":"mod","nodeType":"YulIdentifier","src":"1018:3:8"},"nodeType":"YulFunctionCall","src":"1018:14:8"},{"name":"_SYMBOLS","nodeType":"YulIdentifier","src":"1034:8:8"}],"functionName":{"name":"byte","nodeType":"YulIdentifier","src":"1013:4:8"},"nodeType":"YulFunctionCall","src":"1013:30:8"}],"functionName":{"name":"mstore8","nodeType":"YulIdentifier","src":"1000:7:8"},"nodeType":"YulFunctionCall","src":"1000:44:8"},"nodeType":"YulExpressionStatement","src":"1000:44:8"}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1308,"isOffset":false,"isSlot":false,"src":"1034:8:8","valueSize":1},{"declaration":1336,"isOffset":false,"isSlot":false,"src":"1008:3:8","valueSize":1},{"declaration":1314,"isOffset":false,"isSlot":false,"src":"1022:5:8","valueSize":1}],"id":1343,"nodeType":"InlineAssembly","src":"969:93:8"},{"expression":{"id":1346,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1344,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1314,"src":"1079:5:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"hexValue":"3130","id":1345,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1088:2:8","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"src":"1079:11:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1347,"nodeType":"ExpressionStatement","src":"1079:11:8"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1350,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1348,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1314,"src":"1112:5:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1349,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1121:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1112:10:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1352,"nodeType":"IfStatement","src":"1108:21:8","trueBody":{"id":1351,"nodeType":"Break","src":"1124:5:8"}}]},"condition":{"hexValue":"74727565","id":1339,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"871:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"id":1354,"nodeType":"WhileStatement","src":"864:280:8"},{"expression":{"id":1355,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1329,"src":"1164:6:8","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1318,"id":1356,"nodeType":"Return","src":"1157:13:8"}]}]},"documentation":{"id":1312,"nodeType":"StructuredDocumentation","src":"385:90:8","text":" @dev Converts a `uint256` to its ASCII `string` decimal representation."},"id":1359,"implemented":true,"kind":"function","modifiers":[],"name":"toString","nameLocation":"489:8:8","nodeType":"FunctionDefinition","parameters":{"id":1315,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1314,"mutability":"mutable","name":"value","nameLocation":"506:5:8","nodeType":"VariableDeclaration","scope":1359,"src":"498:13:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1313,"name":"uint256","nodeType":"ElementaryTypeName","src":"498:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"497:15:8"},"returnParameters":{"id":1318,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1317,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1359,"src":"536:13:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1316,"name":"string","nodeType":"ElementaryTypeName","src":"536:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"535:15:8"},"scope":1529,"src":"480:707:8","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1386,"nodeType":"Block","src":"1357:114:8","statements":[{"expression":{"arguments":[{"arguments":[{"condition":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":1373,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1371,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1362,"src":"1398:5:8","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"hexValue":"30","id":1372,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1406:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1398:9:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"","id":1375,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1416:2:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470","typeString":"literal_string \"\""},"value":""},"id":1376,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"1398:20:8","trueExpression":{"hexValue":"2d","id":1374,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1410:3:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_d3b8281179950f98149eefdb158d0e1acb56f56e8e343aa9fefafa7e36959561","typeString":"literal_string \"-\""},"value":"-"},"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},{"arguments":[{"arguments":[{"id":1380,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1362,"src":"1455:5:8","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_int256","typeString":"int256"}],"expression":{"id":1378,"name":"SignedMathUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2866,"src":"1429:21:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_SignedMathUpgradeable_$2866_$","typeString":"type(library SignedMathUpgradeable)"}},"id":1379,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1451:3:8","memberName":"abs","nodeType":"MemberAccess","referencedDeclaration":2865,"src":"1429:25:8","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_int256_$returns$_t_uint256_$","typeString":"function (int256) pure returns (uint256)"}},"id":1381,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1429:32:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1377,"name":"toString","nodeType":"Identifier","overloadedDeclarations":[1359,1387],"referencedDeclaration":1359,"src":"1420:8:8","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256) pure returns (string memory)"}},"id":1382,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1420:42:8","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":1369,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"1381:3:8","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1370,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"1385:12:8","memberName":"encodePacked","nodeType":"MemberAccess","src":"1381:16:8","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1383,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1381:82:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1368,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1374:6:8","typeDescriptions":{"typeIdentifier":"t_type$_t_string_storage_ptr_$","typeString":"type(string storage pointer)"},"typeName":{"id":1367,"name":"string","nodeType":"ElementaryTypeName","src":"1374:6:8","typeDescriptions":{}}},"id":1384,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1374:90:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1366,"id":1385,"nodeType":"Return","src":"1367:97:8"}]},"documentation":{"id":1360,"nodeType":"StructuredDocumentation","src":"1193:89:8","text":" @dev Converts a `int256` to its ASCII `string` decimal representation."},"id":1387,"implemented":true,"kind":"function","modifiers":[],"name":"toString","nameLocation":"1296:8:8","nodeType":"FunctionDefinition","parameters":{"id":1363,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1362,"mutability":"mutable","name":"value","nameLocation":"1312:5:8","nodeType":"VariableDeclaration","scope":1387,"src":"1305:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":1361,"name":"int256","nodeType":"ElementaryTypeName","src":"1305:6:8","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"1304:14:8"},"returnParameters":{"id":1366,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1365,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1387,"src":"1342:13:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1364,"name":"string","nodeType":"ElementaryTypeName","src":"1342:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1341:15:8"},"scope":1529,"src":"1287:184:8","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1406,"nodeType":"Block","src":"1650:111:8","statements":[{"id":1405,"nodeType":"UncheckedBlock","src":"1660:95:8","statements":[{"expression":{"arguments":[{"id":1396,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1390,"src":"1703:5:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1402,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":1399,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1390,"src":"1733:5:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1397,"name":"MathUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2761,"src":"1710:15:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_MathUpgradeable_$2761_$","typeString":"type(library MathUpgradeable)"}},"id":1398,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1726:6:8","memberName":"log256","nodeType":"MemberAccess","referencedDeclaration":2721,"src":"1710:22:8","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":1400,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1710:29:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":1401,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1742:1:8","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1710:33:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1395,"name":"toHexString","nodeType":"Identifier","overloadedDeclarations":[1407,1483,1503],"referencedDeclaration":1483,"src":"1691:11:8","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256,uint256) pure returns (string memory)"}},"id":1403,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1691:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1394,"id":1404,"nodeType":"Return","src":"1684:60:8"}]}]},"documentation":{"id":1388,"nodeType":"StructuredDocumentation","src":"1477:94:8","text":" @dev Converts a `uint256` to its ASCII `string` hexadecimal representation."},"id":1407,"implemented":true,"kind":"function","modifiers":[],"name":"toHexString","nameLocation":"1585:11:8","nodeType":"FunctionDefinition","parameters":{"id":1391,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1390,"mutability":"mutable","name":"value","nameLocation":"1605:5:8","nodeType":"VariableDeclaration","scope":1407,"src":"1597:13:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1389,"name":"uint256","nodeType":"ElementaryTypeName","src":"1597:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1596:15:8"},"returnParameters":{"id":1394,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1393,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1407,"src":"1635:13:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1392,"name":"string","nodeType":"ElementaryTypeName","src":"1635:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1634:15:8"},"scope":1529,"src":"1576:185:8","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1482,"nodeType":"Block","src":"1974:347:8","statements":[{"assignments":[1418],"declarations":[{"constant":false,"id":1418,"mutability":"mutable","name":"buffer","nameLocation":"1997:6:8","nodeType":"VariableDeclaration","scope":1482,"src":"1984:19:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1417,"name":"bytes","nodeType":"ElementaryTypeName","src":"1984:5:8","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":1427,"initialValue":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1425,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1423,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":1421,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2016:1:8","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1422,"name":"length","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1412,"src":"2020:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2016:10:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"32","id":1424,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2029:1:8","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"2016:14:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1420,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"NewExpression","src":"2006:9:8","typeDescriptions":{"typeIdentifier":"t_function_objectcreation_pure$_t_uint256_$returns$_t_bytes_memory_ptr_$","typeString":"function (uint256) pure returns (bytes memory)"},"typeName":{"id":1419,"name":"bytes","nodeType":"ElementaryTypeName","src":"2010:5:8","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}}},"id":1426,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2006:25:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"nodeType":"VariableDeclarationStatement","src":"1984:47:8"},{"expression":{"id":1432,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1428,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1418,"src":"2041:6:8","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1430,"indexExpression":{"hexValue":"30","id":1429,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2048:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2041:9:8","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"30","id":1431,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2053:3:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_044852b2a670ade5407e78fb2863c51de9fcb96542a07186fe3aeda6bb8a116d","typeString":"literal_string \"0\""},"value":"0"},"src":"2041:15:8","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"id":1433,"nodeType":"ExpressionStatement","src":"2041:15:8"},{"expression":{"id":1438,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1434,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1418,"src":"2066:6:8","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1436,"indexExpression":{"hexValue":"31","id":1435,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2073:1:8","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2066:9:8","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"78","id":1437,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2078:3:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_7521d1cadbcfa91eec65aa16715b94ffc1c9654ba57ea2ef1a2127bca1127a83","typeString":"literal_string \"x\""},"value":"x"},"src":"2066:15:8","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"id":1439,"nodeType":"ExpressionStatement","src":"2066:15:8"},{"body":{"id":1468,"nodeType":"Block","src":"2136:83:8","statements":[{"expression":{"id":1462,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1454,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1418,"src":"2150:6:8","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1456,"indexExpression":{"id":1455,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1441,"src":"2157:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2150:9:8","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"baseExpression":{"id":1457,"name":"_SYMBOLS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1308,"src":"2162:8:8","typeDescriptions":{"typeIdentifier":"t_bytes16","typeString":"bytes16"}},"id":1461,"indexExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1460,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1458,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1410,"src":"2171:5:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"hexValue":"307866","id":1459,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2179:3:8","typeDescriptions":{"typeIdentifier":"t_rational_15_by_1","typeString":"int_const 15"},"value":"0xf"},"src":"2171:11:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2162:21:8","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"src":"2150:33:8","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"id":1463,"nodeType":"ExpressionStatement","src":"2150:33:8"},{"expression":{"id":1466,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1464,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1410,"src":"2197:5:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"34","id":1465,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2207:1:8","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"2197:11:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1467,"nodeType":"ExpressionStatement","src":"2197:11:8"}]},"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1450,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1448,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1441,"src":"2124:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"31","id":1449,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2128:1:8","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"2124:5:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1469,"initializationExpression":{"assignments":[1441],"declarations":[{"constant":false,"id":1441,"mutability":"mutable","name":"i","nameLocation":"2104:1:8","nodeType":"VariableDeclaration","scope":1469,"src":"2096:9:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1440,"name":"uint256","nodeType":"ElementaryTypeName","src":"2096:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1447,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1446,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1444,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":1442,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2108:1:8","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1443,"name":"length","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1412,"src":"2112:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2108:10:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":1445,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2121:1:8","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"2108:14:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"2096:26:8"},"loopExpression":{"expression":{"id":1452,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"--","prefix":true,"src":"2131:3:8","subExpression":{"id":1451,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1441,"src":"2133:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1453,"nodeType":"ExpressionStatement","src":"2131:3:8"},"nodeType":"ForStatement","src":"2091:128:8"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1473,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1471,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1410,"src":"2236:5:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1472,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2245:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2236:10:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"537472696e67733a20686578206c656e67746820696e73756666696369656e74","id":1474,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2248:34:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_04fc88320d7c9f639317c75102c103ff0044d3075a5c627e24e76e5bbb2733c2","typeString":"literal_string \"Strings: hex length insufficient\""},"value":"Strings: hex length insufficient"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_04fc88320d7c9f639317c75102c103ff0044d3075a5c627e24e76e5bbb2733c2","typeString":"literal_string \"Strings: hex length insufficient\""}],"id":1470,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2228:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1475,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2228:55:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1476,"nodeType":"ExpressionStatement","src":"2228:55:8"},{"expression":{"arguments":[{"id":1479,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1418,"src":"2307:6:8","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1478,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2300:6:8","typeDescriptions":{"typeIdentifier":"t_type$_t_string_storage_ptr_$","typeString":"type(string storage pointer)"},"typeName":{"id":1477,"name":"string","nodeType":"ElementaryTypeName","src":"2300:6:8","typeDescriptions":{}}},"id":1480,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2300:14:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1416,"id":1481,"nodeType":"Return","src":"2293:21:8"}]},"documentation":{"id":1408,"nodeType":"StructuredDocumentation","src":"1767:112:8","text":" @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length."},"id":1483,"implemented":true,"kind":"function","modifiers":[],"name":"toHexString","nameLocation":"1893:11:8","nodeType":"FunctionDefinition","parameters":{"id":1413,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1410,"mutability":"mutable","name":"value","nameLocation":"1913:5:8","nodeType":"VariableDeclaration","scope":1483,"src":"1905:13:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1409,"name":"uint256","nodeType":"ElementaryTypeName","src":"1905:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1412,"mutability":"mutable","name":"length","nameLocation":"1928:6:8","nodeType":"VariableDeclaration","scope":1483,"src":"1920:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1411,"name":"uint256","nodeType":"ElementaryTypeName","src":"1920:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1904:31:8"},"returnParameters":{"id":1416,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1415,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1483,"src":"1959:13:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1414,"name":"string","nodeType":"ElementaryTypeName","src":"1959:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1958:15:8"},"scope":1529,"src":"1884:437:8","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1502,"nodeType":"Block","src":"2546:76:8","statements":[{"expression":{"arguments":[{"arguments":[{"arguments":[{"id":1496,"name":"addr","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1486,"src":"2591:4:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1495,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2583:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_uint160_$","typeString":"type(uint160)"},"typeName":{"id":1494,"name":"uint160","nodeType":"ElementaryTypeName","src":"2583:7:8","typeDescriptions":{}}},"id":1497,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2583:13:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint160","typeString":"uint160"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint160","typeString":"uint160"}],"id":1493,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2575:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":1492,"name":"uint256","nodeType":"ElementaryTypeName","src":"2575:7:8","typeDescriptions":{}}},"id":1498,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2575:22:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1499,"name":"_ADDRESS_LENGTH","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1311,"src":"2599:15:8","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":1491,"name":"toHexString","nodeType":"Identifier","overloadedDeclarations":[1407,1483,1503],"referencedDeclaration":1483,"src":"2563:11:8","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256,uint256) pure returns (string memory)"}},"id":1500,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2563:52:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1490,"id":1501,"nodeType":"Return","src":"2556:59:8"}]},"documentation":{"id":1484,"nodeType":"StructuredDocumentation","src":"2327:141:8","text":" @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation."},"id":1503,"implemented":true,"kind":"function","modifiers":[],"name":"toHexString","nameLocation":"2482:11:8","nodeType":"FunctionDefinition","parameters":{"id":1487,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1486,"mutability":"mutable","name":"addr","nameLocation":"2502:4:8","nodeType":"VariableDeclaration","scope":1503,"src":"2494:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1485,"name":"address","nodeType":"ElementaryTypeName","src":"2494:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2493:14:8"},"returnParameters":{"id":1490,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1489,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1503,"src":"2531:13:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1488,"name":"string","nodeType":"ElementaryTypeName","src":"2531:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2530:15:8"},"scope":1529,"src":"2473:149:8","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1527,"nodeType":"Block","src":"2777:66:8","statements":[{"expression":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1525,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"arguments":[{"id":1516,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1506,"src":"2810:1:8","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1515,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2804:5:8","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":1514,"name":"bytes","nodeType":"ElementaryTypeName","src":"2804:5:8","typeDescriptions":{}}},"id":1517,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2804:8:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1513,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"2794:9:8","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1518,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2794:19:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[{"arguments":[{"id":1522,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1508,"src":"2833:1:8","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1521,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2827:5:8","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":1520,"name":"bytes","nodeType":"ElementaryTypeName","src":"2827:5:8","typeDescriptions":{}}},"id":1523,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2827:8:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1519,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"2817:9:8","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1524,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2817:19:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"2794:42:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":1512,"id":1526,"nodeType":"Return","src":"2787:49:8"}]},"documentation":{"id":1504,"nodeType":"StructuredDocumentation","src":"2628:66:8","text":" @dev Returns true if the two strings are equal."},"id":1528,"implemented":true,"kind":"function","modifiers":[],"name":"equal","nameLocation":"2708:5:8","nodeType":"FunctionDefinition","parameters":{"id":1509,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1506,"mutability":"mutable","name":"a","nameLocation":"2728:1:8","nodeType":"VariableDeclaration","scope":1528,"src":"2714:15:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1505,"name":"string","nodeType":"ElementaryTypeName","src":"2714:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"},{"constant":false,"id":1508,"mutability":"mutable","name":"b","nameLocation":"2745:1:8","nodeType":"VariableDeclaration","scope":1528,"src":"2731:15:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1507,"name":"string","nodeType":"ElementaryTypeName","src":"2731:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2713:34:8"},"returnParameters":{"id":1512,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1511,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1528,"src":"2771:4:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1510,"name":"bool","nodeType":"ElementaryTypeName","src":"2771:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2770:6:8"},"scope":1529,"src":"2699:144:8","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":1530,"src":"242:2603:8","usedErrors":[]}],"src":"101:2745:8"},"id":8},"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol","exportedSymbols":{"ECDSAUpgradeable":[1895],"MathUpgradeable":[2761],"SignedMathUpgradeable":[2866],"StringsUpgradeable":[1529]},"id":1896,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1531,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"112:23:9"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol","file":"../StringsUpgradeable.sol","id":1532,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1896,"sourceUnit":1530,"src":"137:35:9","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"ECDSAUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":1533,"nodeType":"StructuredDocumentation","src":"174:205:9","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":1895,"linearizedBaseContracts":[1895],"name":"ECDSAUpgradeable","nameLocation":"388:16:9","nodeType":"ContractDefinition","nodes":[{"canonicalName":"ECDSAUpgradeable.RecoverError","id":1539,"members":[{"id":1534,"name":"NoError","nameLocation":"439:7:9","nodeType":"EnumValue","src":"439:7:9"},{"id":1535,"name":"InvalidSignature","nameLocation":"456:16:9","nodeType":"EnumValue","src":"456:16:9"},{"id":1536,"name":"InvalidSignatureLength","nameLocation":"482:22:9","nodeType":"EnumValue","src":"482:22:9"},{"id":1537,"name":"InvalidSignatureS","nameLocation":"514:17:9","nodeType":"EnumValue","src":"514:17:9"},{"id":1538,"name":"InvalidSignatureV","nameLocation":"541:17:9","nodeType":"EnumValue","src":"541:17:9"}],"name":"RecoverError","nameLocation":"416:12:9","nodeType":"EnumDefinition","src":"411:175:9"},{"body":{"id":1582,"nodeType":"Block","src":"646:457:9","statements":[{"condition":{"commonType":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"id":1548,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1545,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1542,"src":"660:5:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":1546,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1539,"src":"669:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1539_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1547,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"682:7:9","memberName":"NoError","nodeType":"MemberAccess","referencedDeclaration":1534,"src":"669:20:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"src":"660:29:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"id":1554,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1551,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1542,"src":"756:5:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":1552,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1539,"src":"765:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1539_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1553,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"778:16:9","memberName":"InvalidSignature","nodeType":"MemberAccess","referencedDeclaration":1535,"src":"765:29:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"src":"756:38:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"id":1563,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1560,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1542,"src":"865:5:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":1561,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1539,"src":"874:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1539_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1562,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"887:22:9","memberName":"InvalidSignatureLength","nodeType":"MemberAccess","referencedDeclaration":1536,"src":"874:35:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"src":"865:44:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"id":1572,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1569,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1542,"src":"987:5:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":1570,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1539,"src":"996:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1539_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1571,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"1009:17:9","memberName":"InvalidSignatureS","nodeType":"MemberAccess","referencedDeclaration":1537,"src":"996:30:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"src":"987:39:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1578,"nodeType":"IfStatement","src":"983:114:9","trueBody":{"id":1577,"nodeType":"Block","src":"1028:69:9","statements":[{"expression":{"arguments":[{"hexValue":"45434453413a20696e76616c6964207369676e6174757265202773272076616c7565","id":1574,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1049:36:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_520d1f787dbcafbbfc007fd2c4ecf3d2711ec587f3ee9a1215c0b646c3e530bd","typeString":"literal_string \"ECDSA: invalid signature 's' value\""},"value":"ECDSA: invalid signature 's' value"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_520d1f787dbcafbbfc007fd2c4ecf3d2711ec587f3ee9a1215c0b646c3e530bd","typeString":"literal_string \"ECDSA: invalid signature 's' value\""}],"id":1573,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"1042:6:9","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":1575,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1042:44:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1576,"nodeType":"ExpressionStatement","src":"1042:44:9"}]}},"id":1579,"nodeType":"IfStatement","src":"861:236:9","trueBody":{"id":1568,"nodeType":"Block","src":"911:66:9","statements":[{"expression":{"arguments":[{"hexValue":"45434453413a20696e76616c6964207369676e6174757265206c656e677468","id":1565,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"932:33:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_1669ff3ba3cdf64474e1193492d05b8434e29b0b495e60095eb5f5c8ec14ce77","typeString":"literal_string \"ECDSA: invalid signature length\""},"value":"ECDSA: invalid signature length"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_1669ff3ba3cdf64474e1193492d05b8434e29b0b495e60095eb5f5c8ec14ce77","typeString":"literal_string \"ECDSA: invalid signature length\""}],"id":1564,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"925:6:9","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":1566,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"925:41:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1567,"nodeType":"ExpressionStatement","src":"925:41:9"}]}},"id":1580,"nodeType":"IfStatement","src":"752:345:9","trueBody":{"id":1559,"nodeType":"Block","src":"796:59:9","statements":[{"expression":{"arguments":[{"hexValue":"45434453413a20696e76616c6964207369676e6174757265","id":1556,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"817:26:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_00043f6bf76368aa97c21698e9b9d4779e31902453daccf3525ddfb36e53e2be","typeString":"literal_string \"ECDSA: invalid signature\""},"value":"ECDSA: invalid signature"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_00043f6bf76368aa97c21698e9b9d4779e31902453daccf3525ddfb36e53e2be","typeString":"literal_string \"ECDSA: invalid signature\""}],"id":1555,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"810:6:9","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":1557,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"810:34:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1558,"nodeType":"ExpressionStatement","src":"810:34:9"}]}},"id":1581,"nodeType":"IfStatement","src":"656:441:9","trueBody":{"id":1550,"nodeType":"Block","src":"691:55:9","statements":[{"functionReturnParameters":1544,"id":1549,"nodeType":"Return","src":"705:7:9"}]}}]},"id":1583,"implemented":true,"kind":"function","modifiers":[],"name":"_throwError","nameLocation":"601:11:9","nodeType":"FunctionDefinition","parameters":{"id":1543,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1542,"mutability":"mutable","name":"error","nameLocation":"626:5:9","nodeType":"VariableDeclaration","scope":1583,"src":"613:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1541,"nodeType":"UserDefinedTypeName","pathNode":{"id":1540,"name":"RecoverError","nameLocations":["613:12:9"],"nodeType":"IdentifierPath","referencedDeclaration":1539,"src":"613:12:9"},"referencedDeclaration":1539,"src":"613:12:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"src":"612:20:9"},"returnParameters":{"id":1544,"nodeType":"ParameterList","parameters":[],"src":"646:0:9"},"scope":1895,"src":"592:511:9","stateMutability":"pure","virtual":false,"visibility":"private"},{"body":{"id":1628,"nodeType":"Block","src":"2271:626:9","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1599,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1596,"name":"signature","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1588,"src":"2285:9:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1597,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2295:6:9","memberName":"length","nodeType":"MemberAccess","src":"2285:16:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"3635","id":1598,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2305:2:9","typeDescriptions":{"typeIdentifier":"t_rational_65_by_1","typeString":"int_const 65"},"value":"65"},"src":"2285:22:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1626,"nodeType":"Block","src":"2810:81:9","statements":[{"expression":{"components":[{"arguments":[{"hexValue":"30","id":1620,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2840: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":1619,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2832:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1618,"name":"address","nodeType":"ElementaryTypeName","src":"2832:7:9","typeDescriptions":{}}},"id":1621,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2832:10:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":1622,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1539,"src":"2844:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1539_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1623,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2857:22:9","memberName":"InvalidSignatureLength","nodeType":"MemberAccess","referencedDeclaration":1536,"src":"2844:35:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"id":1624,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"2831:49:9","typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1595,"id":1625,"nodeType":"Return","src":"2824:56:9"}]},"id":1627,"nodeType":"IfStatement","src":"2281:610:9","trueBody":{"id":1617,"nodeType":"Block","src":"2309:495:9","statements":[{"assignments":[1601],"declarations":[{"constant":false,"id":1601,"mutability":"mutable","name":"r","nameLocation":"2331:1:9","nodeType":"VariableDeclaration","scope":1617,"src":"2323:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1600,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2323:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":1602,"nodeType":"VariableDeclarationStatement","src":"2323:9:9"},{"assignments":[1604],"declarations":[{"constant":false,"id":1604,"mutability":"mutable","name":"s","nameLocation":"2354:1:9","nodeType":"VariableDeclaration","scope":1617,"src":"2346:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1603,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2346:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":1605,"nodeType":"VariableDeclarationStatement","src":"2346:9:9"},{"assignments":[1607],"declarations":[{"constant":false,"id":1607,"mutability":"mutable","name":"v","nameLocation":"2375:1:9","nodeType":"VariableDeclaration","scope":1617,"src":"2369:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1606,"name":"uint8","nodeType":"ElementaryTypeName","src":"2369:5:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"id":1608,"nodeType":"VariableDeclarationStatement","src":"2369:7:9"},{"AST":{"nodeType":"YulBlock","src":"2577:171:9","statements":[{"nodeType":"YulAssignment","src":"2595:32:9","value":{"arguments":[{"arguments":[{"name":"signature","nodeType":"YulIdentifier","src":"2610:9:9"},{"kind":"number","nodeType":"YulLiteral","src":"2621:4:9","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2606:3:9"},"nodeType":"YulFunctionCall","src":"2606:20:9"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2600:5:9"},"nodeType":"YulFunctionCall","src":"2600:27:9"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"2595:1:9"}]},{"nodeType":"YulAssignment","src":"2644:32:9","value":{"arguments":[{"arguments":[{"name":"signature","nodeType":"YulIdentifier","src":"2659:9:9"},{"kind":"number","nodeType":"YulLiteral","src":"2670:4:9","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2655:3:9"},"nodeType":"YulFunctionCall","src":"2655:20:9"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2649:5:9"},"nodeType":"YulFunctionCall","src":"2649:27:9"},"variableNames":[{"name":"s","nodeType":"YulIdentifier","src":"2644:1:9"}]},{"nodeType":"YulAssignment","src":"2693:41:9","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2703:1:9","type":"","value":"0"},{"arguments":[{"arguments":[{"name":"signature","nodeType":"YulIdentifier","src":"2716:9:9"},{"kind":"number","nodeType":"YulLiteral","src":"2727:4:9","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2712:3:9"},"nodeType":"YulFunctionCall","src":"2712:20:9"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2706:5:9"},"nodeType":"YulFunctionCall","src":"2706:27:9"}],"functionName":{"name":"byte","nodeType":"YulIdentifier","src":"2698:4:9"},"nodeType":"YulFunctionCall","src":"2698:36:9"},"variableNames":[{"name":"v","nodeType":"YulIdentifier","src":"2693:1:9"}]}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1601,"isOffset":false,"isSlot":false,"src":"2595:1:9","valueSize":1},{"declaration":1604,"isOffset":false,"isSlot":false,"src":"2644:1:9","valueSize":1},{"declaration":1588,"isOffset":false,"isSlot":false,"src":"2610:9:9","valueSize":1},{"declaration":1588,"isOffset":false,"isSlot":false,"src":"2659:9:9","valueSize":1},{"declaration":1588,"isOffset":false,"isSlot":false,"src":"2716:9:9","valueSize":1},{"declaration":1607,"isOffset":false,"isSlot":false,"src":"2693:1:9","valueSize":1}],"id":1609,"nodeType":"InlineAssembly","src":"2568:180:9"},{"expression":{"arguments":[{"id":1611,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1586,"src":"2779:4:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1612,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1607,"src":"2785:1:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":1613,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1601,"src":"2788:1:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1614,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1604,"src":"2791:1:9","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":1610,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1629,1703,1797],"referencedDeclaration":1797,"src":"2768:10:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1615,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2768:25:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1595,"id":1616,"nodeType":"Return","src":"2761:32:9"}]}}]},"documentation":{"id":1584,"nodeType":"StructuredDocumentation","src":"1109:1053:9","text":" @dev Returns the address that signed a hashed message (`hash`) with\n `signature` or error string. This address can then be used for verification purposes.\n The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\n this function rejects them by requiring the `s` value to be in the lower\n half order, and the `v` value to be either 27 or 28.\n IMPORTANT: `hash` _must_ be the result of a hash operation for the\n verification to be secure: it is possible to craft signatures that\n recover to arbitrary addresses for non-hashed data. A safe way to ensure\n this is by receiving a hash of the original message (which may otherwise\n be too long), and then calling {toEthSignedMessageHash} on it.\n 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 _Available since v4.3._"},"id":1629,"implemented":true,"kind":"function","modifiers":[],"name":"tryRecover","nameLocation":"2176:10:9","nodeType":"FunctionDefinition","parameters":{"id":1589,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1586,"mutability":"mutable","name":"hash","nameLocation":"2195:4:9","nodeType":"VariableDeclaration","scope":1629,"src":"2187:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1585,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2187:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1588,"mutability":"mutable","name":"signature","nameLocation":"2214:9:9","nodeType":"VariableDeclaration","scope":1629,"src":"2201:22:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1587,"name":"bytes","nodeType":"ElementaryTypeName","src":"2201:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"2186:38:9"},"returnParameters":{"id":1595,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1591,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1629,"src":"2248:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1590,"name":"address","nodeType":"ElementaryTypeName","src":"2248:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1594,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1629,"src":"2257:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1593,"nodeType":"UserDefinedTypeName","pathNode":{"id":1592,"name":"RecoverError","nameLocations":["2257:12:9"],"nodeType":"IdentifierPath","referencedDeclaration":1539,"src":"2257:12:9"},"referencedDeclaration":1539,"src":"2257:12:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"src":"2247:23:9"},"scope":1895,"src":"2167:730:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1655,"nodeType":"Block","src":"3770:140:9","statements":[{"assignments":[1640,1643],"declarations":[{"constant":false,"id":1640,"mutability":"mutable","name":"recovered","nameLocation":"3789:9:9","nodeType":"VariableDeclaration","scope":1655,"src":"3781:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1639,"name":"address","nodeType":"ElementaryTypeName","src":"3781:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1643,"mutability":"mutable","name":"error","nameLocation":"3813:5:9","nodeType":"VariableDeclaration","scope":1655,"src":"3800:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1642,"nodeType":"UserDefinedTypeName","pathNode":{"id":1641,"name":"RecoverError","nameLocations":["3800:12:9"],"nodeType":"IdentifierPath","referencedDeclaration":1539,"src":"3800:12:9"},"referencedDeclaration":1539,"src":"3800:12:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"id":1648,"initialValue":{"arguments":[{"id":1645,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1632,"src":"3833:4:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1646,"name":"signature","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"3839:9:9","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":1644,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1629,1703,1797],"referencedDeclaration":1629,"src":"3822:10:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"function (bytes32,bytes memory) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1647,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3822:27:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"nodeType":"VariableDeclarationStatement","src":"3780:69:9"},{"expression":{"arguments":[{"id":1650,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1643,"src":"3871:5:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}],"id":1649,"name":"_throwError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1583,"src":"3859:11:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_enum$_RecoverError_$1539_$returns$__$","typeString":"function (enum ECDSAUpgradeable.RecoverError) pure"}},"id":1651,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3859:18:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1652,"nodeType":"ExpressionStatement","src":"3859:18:9"},{"expression":{"id":1653,"name":"recovered","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1640,"src":"3894:9:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1638,"id":1654,"nodeType":"Return","src":"3887:16:9"}]},"documentation":{"id":1630,"nodeType":"StructuredDocumentation","src":"2903:775:9","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 opcode allows for malleable (non-unique) signatures:\n this function rejects them by requiring the `s` value to be in the lower\n half order, and the `v` value to be either 27 or 28.\n IMPORTANT: `hash` _must_ be the result of a hash operation for the\n verification to be secure: it is possible to craft signatures that\n recover to arbitrary addresses for non-hashed data. A safe way to ensure\n this is by receiving a hash of the original message (which may otherwise\n be too long), and then calling {toEthSignedMessageHash} on it."},"id":1656,"implemented":true,"kind":"function","modifiers":[],"name":"recover","nameLocation":"3692:7:9","nodeType":"FunctionDefinition","parameters":{"id":1635,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1632,"mutability":"mutable","name":"hash","nameLocation":"3708:4:9","nodeType":"VariableDeclaration","scope":1656,"src":"3700:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1631,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3700:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1634,"mutability":"mutable","name":"signature","nameLocation":"3727:9:9","nodeType":"VariableDeclaration","scope":1656,"src":"3714:22:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1633,"name":"bytes","nodeType":"ElementaryTypeName","src":"3714:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3699:38:9"},"returnParameters":{"id":1638,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1637,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1656,"src":"3761:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1636,"name":"address","nodeType":"ElementaryTypeName","src":"3761:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3760:9:9"},"scope":1895,"src":"3683:227:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1702,"nodeType":"Block","src":"4267:203:9","statements":[{"assignments":[1672],"declarations":[{"constant":false,"id":1672,"mutability":"mutable","name":"s","nameLocation":"4285:1:9","nodeType":"VariableDeclaration","scope":1702,"src":"4277:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1671,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4277:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":1679,"initialValue":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1678,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1673,"name":"vs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1663,"src":"4289:2:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"arguments":[{"hexValue":"307837666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666","id":1676,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4302:66:9","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":1675,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4294:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"},"typeName":{"id":1674,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4294:7:9","typeDescriptions":{}}},"id":1677,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4294:75:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"4289:80:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"VariableDeclarationStatement","src":"4277:92:9"},{"assignments":[1681],"declarations":[{"constant":false,"id":1681,"mutability":"mutable","name":"v","nameLocation":"4385:1:9","nodeType":"VariableDeclaration","scope":1702,"src":"4379:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1680,"name":"uint8","nodeType":"ElementaryTypeName","src":"4379:5:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"id":1694,"initialValue":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1692,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1689,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":1686,"name":"vs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1663,"src":"4404:2:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1685,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4396:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":1684,"name":"uint256","nodeType":"ElementaryTypeName","src":"4396:7:9","typeDescriptions":{}}},"id":1687,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4396:11:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"323535","id":1688,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4411:3:9","typeDescriptions":{"typeIdentifier":"t_rational_255_by_1","typeString":"int_const 255"},"value":"255"},"src":"4396:18:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1690,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"4395:20:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"3237","id":1691,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4418:2:9","typeDescriptions":{"typeIdentifier":"t_rational_27_by_1","typeString":"int_const 27"},"value":"27"},"src":"4395:25:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1683,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4389:5:9","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":1682,"name":"uint8","nodeType":"ElementaryTypeName","src":"4389:5:9","typeDescriptions":{}}},"id":1693,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4389:32:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"VariableDeclarationStatement","src":"4379:42:9"},{"expression":{"arguments":[{"id":1696,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"4449:4:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1697,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1681,"src":"4455:1:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":1698,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1661,"src":"4458:1:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1699,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1672,"src":"4461:1:9","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":1695,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1629,1703,1797],"referencedDeclaration":1797,"src":"4438:10:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1700,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4438:25:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1670,"id":1701,"nodeType":"Return","src":"4431:32:9"}]},"documentation":{"id":1657,"nodeType":"StructuredDocumentation","src":"3916:243:9","text":" @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\n See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]\n _Available since v4.3._"},"id":1703,"implemented":true,"kind":"function","modifiers":[],"name":"tryRecover","nameLocation":"4173:10:9","nodeType":"FunctionDefinition","parameters":{"id":1664,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1659,"mutability":"mutable","name":"hash","nameLocation":"4192:4:9","nodeType":"VariableDeclaration","scope":1703,"src":"4184:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1658,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4184:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1661,"mutability":"mutable","name":"r","nameLocation":"4206:1:9","nodeType":"VariableDeclaration","scope":1703,"src":"4198:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1660,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4198:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1663,"mutability":"mutable","name":"vs","nameLocation":"4217:2:9","nodeType":"VariableDeclaration","scope":1703,"src":"4209:10:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1662,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4209:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4183:37:9"},"returnParameters":{"id":1670,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1666,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1703,"src":"4244:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1665,"name":"address","nodeType":"ElementaryTypeName","src":"4244:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1669,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1703,"src":"4253:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1668,"nodeType":"UserDefinedTypeName","pathNode":{"id":1667,"name":"RecoverError","nameLocations":["4253:12:9"],"nodeType":"IdentifierPath","referencedDeclaration":1539,"src":"4253:12:9"},"referencedDeclaration":1539,"src":"4253:12:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"src":"4243:23:9"},"scope":1895,"src":"4164:306:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1732,"nodeType":"Block","src":"4721:136:9","statements":[{"assignments":[1716,1719],"declarations":[{"constant":false,"id":1716,"mutability":"mutable","name":"recovered","nameLocation":"4740:9:9","nodeType":"VariableDeclaration","scope":1732,"src":"4732:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1715,"name":"address","nodeType":"ElementaryTypeName","src":"4732:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1719,"mutability":"mutable","name":"error","nameLocation":"4764:5:9","nodeType":"VariableDeclaration","scope":1732,"src":"4751:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1718,"nodeType":"UserDefinedTypeName","pathNode":{"id":1717,"name":"RecoverError","nameLocations":["4751:12:9"],"nodeType":"IdentifierPath","referencedDeclaration":1539,"src":"4751:12:9"},"referencedDeclaration":1539,"src":"4751:12:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"id":1725,"initialValue":{"arguments":[{"id":1721,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1706,"src":"4784:4:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1722,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1708,"src":"4790:1:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1723,"name":"vs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1710,"src":"4793:2:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1720,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1629,1703,1797],"referencedDeclaration":1703,"src":"4773:10:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"function (bytes32,bytes32,bytes32) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1724,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4773:23:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"nodeType":"VariableDeclarationStatement","src":"4731:65:9"},{"expression":{"arguments":[{"id":1727,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1719,"src":"4818:5:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}],"id":1726,"name":"_throwError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1583,"src":"4806:11:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_enum$_RecoverError_$1539_$returns$__$","typeString":"function (enum ECDSAUpgradeable.RecoverError) pure"}},"id":1728,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4806:18:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1729,"nodeType":"ExpressionStatement","src":"4806:18:9"},{"expression":{"id":1730,"name":"recovered","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1716,"src":"4841:9:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1714,"id":1731,"nodeType":"Return","src":"4834:16:9"}]},"documentation":{"id":1704,"nodeType":"StructuredDocumentation","src":"4476:154:9","text":" @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\n _Available since v4.2._"},"id":1733,"implemented":true,"kind":"function","modifiers":[],"name":"recover","nameLocation":"4644:7:9","nodeType":"FunctionDefinition","parameters":{"id":1711,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1706,"mutability":"mutable","name":"hash","nameLocation":"4660:4:9","nodeType":"VariableDeclaration","scope":1733,"src":"4652:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1705,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4652:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1708,"mutability":"mutable","name":"r","nameLocation":"4674:1:9","nodeType":"VariableDeclaration","scope":1733,"src":"4666:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1707,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4666:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1710,"mutability":"mutable","name":"vs","nameLocation":"4685:2:9","nodeType":"VariableDeclaration","scope":1733,"src":"4677:10:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1709,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4677:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4651:37:9"},"returnParameters":{"id":1714,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1713,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1733,"src":"4712:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1712,"name":"address","nodeType":"ElementaryTypeName","src":"4712:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"4711:9:9"},"scope":1895,"src":"4635:222:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1796,"nodeType":"Block","src":"5142:1345:9","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1755,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":1752,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1742,"src":"6038:1:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1751,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6030:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":1750,"name":"uint256","nodeType":"ElementaryTypeName","src":"6030:7:9","typeDescriptions":{}}},"id":1753,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6030:10:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"307837464646464646464646464646464646464646464646464646464646464646463544353736453733353741343530314444464539324634363638314232304130","id":1754,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6043:66:9","typeDescriptions":{"typeIdentifier":"t_rational_57896044618658097711785492504343953926418782139537452191302581570759080747168_by_1","typeString":"int_const 5789...(69 digits omitted)...7168"},"value":"0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0"},"src":"6030:79:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1765,"nodeType":"IfStatement","src":"6026:161:9","trueBody":{"id":1764,"nodeType":"Block","src":"6111:76:9","statements":[{"expression":{"components":[{"arguments":[{"hexValue":"30","id":1758,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6141: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":1757,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6133:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1756,"name":"address","nodeType":"ElementaryTypeName","src":"6133:7:9","typeDescriptions":{}}},"id":1759,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6133:10:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":1760,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1539,"src":"6145:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1539_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1761,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6158:17:9","memberName":"InvalidSignatureS","nodeType":"MemberAccess","referencedDeclaration":1537,"src":"6145:30:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"id":1762,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"6132:44:9","typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1749,"id":1763,"nodeType":"Return","src":"6125:51:9"}]}},{"assignments":[1767],"declarations":[{"constant":false,"id":1767,"mutability":"mutable","name":"signer","nameLocation":"6289:6:9","nodeType":"VariableDeclaration","scope":1796,"src":"6281:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1766,"name":"address","nodeType":"ElementaryTypeName","src":"6281:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1774,"initialValue":{"arguments":[{"id":1769,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1736,"src":"6308:4:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1770,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1738,"src":"6314:1:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":1771,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1740,"src":"6317:1:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1772,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1742,"src":"6320:1:9","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":1768,"name":"ecrecover","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-6,"src":"6298:9:9","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":1773,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6298:24:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"6281:41:9"},{"condition":{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1780,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1775,"name":"signer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1767,"src":"6336:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[{"hexValue":"30","id":1778,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6354: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":1777,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6346:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1776,"name":"address","nodeType":"ElementaryTypeName","src":"6346:7:9","typeDescriptions":{}}},"id":1779,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6346:10:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"6336:20:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1790,"nodeType":"IfStatement","src":"6332:101:9","trueBody":{"id":1789,"nodeType":"Block","src":"6358:75:9","statements":[{"expression":{"components":[{"arguments":[{"hexValue":"30","id":1783,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6388: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":1782,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6380:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1781,"name":"address","nodeType":"ElementaryTypeName","src":"6380:7:9","typeDescriptions":{}}},"id":1784,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6380:10:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":1785,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1539,"src":"6392:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1539_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1786,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6405:16:9","memberName":"InvalidSignature","nodeType":"MemberAccess","referencedDeclaration":1535,"src":"6392:29:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"id":1787,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"6379:43:9","typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1749,"id":1788,"nodeType":"Return","src":"6372:50:9"}]}},{"expression":{"components":[{"id":1791,"name":"signer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1767,"src":"6451:6:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":1792,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1539,"src":"6459:12:9","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1539_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1793,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6472:7:9","memberName":"NoError","nodeType":"MemberAccess","referencedDeclaration":1534,"src":"6459:20:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"id":1794,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"6450:30:9","typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1749,"id":1795,"nodeType":"Return","src":"6443:37:9"}]},"documentation":{"id":1734,"nodeType":"StructuredDocumentation","src":"4863:163:9","text":" @dev Overload of {ECDSA-tryRecover} that receives the `v`,\n `r` and `s` signature fields separately.\n _Available since v4.3._"},"id":1797,"implemented":true,"kind":"function","modifiers":[],"name":"tryRecover","nameLocation":"5040:10:9","nodeType":"FunctionDefinition","parameters":{"id":1743,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1736,"mutability":"mutable","name":"hash","nameLocation":"5059:4:9","nodeType":"VariableDeclaration","scope":1797,"src":"5051:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1735,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5051:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1738,"mutability":"mutable","name":"v","nameLocation":"5071:1:9","nodeType":"VariableDeclaration","scope":1797,"src":"5065:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1737,"name":"uint8","nodeType":"ElementaryTypeName","src":"5065:5:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"},{"constant":false,"id":1740,"mutability":"mutable","name":"r","nameLocation":"5082:1:9","nodeType":"VariableDeclaration","scope":1797,"src":"5074:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1739,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5074:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1742,"mutability":"mutable","name":"s","nameLocation":"5093:1:9","nodeType":"VariableDeclaration","scope":1797,"src":"5085:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1741,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5085:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"5050:45:9"},"returnParameters":{"id":1749,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1745,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1797,"src":"5119:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1744,"name":"address","nodeType":"ElementaryTypeName","src":"5119:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1748,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1797,"src":"5128:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1747,"nodeType":"UserDefinedTypeName","pathNode":{"id":1746,"name":"RecoverError","nameLocations":["5128:12:9"],"nodeType":"IdentifierPath","referencedDeclaration":1539,"src":"5128:12:9"},"referencedDeclaration":1539,"src":"5128:12:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"src":"5118:23:9"},"scope":1895,"src":"5031:1456:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1829,"nodeType":"Block","src":"6714:138:9","statements":[{"assignments":[1812,1815],"declarations":[{"constant":false,"id":1812,"mutability":"mutable","name":"recovered","nameLocation":"6733:9:9","nodeType":"VariableDeclaration","scope":1829,"src":"6725:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1811,"name":"address","nodeType":"ElementaryTypeName","src":"6725:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1815,"mutability":"mutable","name":"error","nameLocation":"6757:5:9","nodeType":"VariableDeclaration","scope":1829,"src":"6744:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1814,"nodeType":"UserDefinedTypeName","pathNode":{"id":1813,"name":"RecoverError","nameLocations":["6744:12:9"],"nodeType":"IdentifierPath","referencedDeclaration":1539,"src":"6744:12:9"},"referencedDeclaration":1539,"src":"6744:12:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"id":1822,"initialValue":{"arguments":[{"id":1817,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1800,"src":"6777:4:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1818,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1802,"src":"6783:1:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":1819,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1804,"src":"6786:1:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1820,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1806,"src":"6789:1:9","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":1816,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1629,1703,1797],"referencedDeclaration":1797,"src":"6766:10:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1821,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6766:25:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1539_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"nodeType":"VariableDeclarationStatement","src":"6724:67:9"},{"expression":{"arguments":[{"id":1824,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1815,"src":"6813:5:9","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_enum$_RecoverError_$1539","typeString":"enum ECDSAUpgradeable.RecoverError"}],"id":1823,"name":"_throwError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1583,"src":"6801:11:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_enum$_RecoverError_$1539_$returns$__$","typeString":"function (enum ECDSAUpgradeable.RecoverError) pure"}},"id":1825,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6801:18:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1826,"nodeType":"ExpressionStatement","src":"6801:18:9"},{"expression":{"id":1827,"name":"recovered","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1812,"src":"6836:9:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1810,"id":1828,"nodeType":"Return","src":"6829:16:9"}]},"documentation":{"id":1798,"nodeType":"StructuredDocumentation","src":"6493:122:9","text":" @dev Overload of {ECDSA-recover} that receives the `v`,\n `r` and `s` signature fields separately."},"id":1830,"implemented":true,"kind":"function","modifiers":[],"name":"recover","nameLocation":"6629:7:9","nodeType":"FunctionDefinition","parameters":{"id":1807,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1800,"mutability":"mutable","name":"hash","nameLocation":"6645:4:9","nodeType":"VariableDeclaration","scope":1830,"src":"6637:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1799,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6637:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1802,"mutability":"mutable","name":"v","nameLocation":"6657:1:9","nodeType":"VariableDeclaration","scope":1830,"src":"6651:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1801,"name":"uint8","nodeType":"ElementaryTypeName","src":"6651:5:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"},{"constant":false,"id":1804,"mutability":"mutable","name":"r","nameLocation":"6668:1:9","nodeType":"VariableDeclaration","scope":1830,"src":"6660:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1803,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6660:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1806,"mutability":"mutable","name":"s","nameLocation":"6679:1:9","nodeType":"VariableDeclaration","scope":1830,"src":"6671:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1805,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6671:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6636:45:9"},"returnParameters":{"id":1810,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1809,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1830,"src":"6705:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1808,"name":"address","nodeType":"ElementaryTypeName","src":"6705:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6704:9:9"},"scope":1895,"src":"6620:232:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1839,"nodeType":"Block","src":"7228:310:9","statements":[{"AST":{"nodeType":"YulBlock","src":"7384:148:9","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7405:4:9","type":"","value":"0x00"},{"hexValue":"19457468657265756d205369676e6564204d6573736167653a0a3332","kind":"string","nodeType":"YulLiteral","src":"7411:34:9","type":"","value":"\u0019Ethereum Signed Message:\n32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7398:6:9"},"nodeType":"YulFunctionCall","src":"7398:48:9"},"nodeType":"YulExpressionStatement","src":"7398:48:9"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7466:4:9","type":"","value":"0x1c"},{"name":"hash","nodeType":"YulIdentifier","src":"7472:4:9"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7459:6:9"},"nodeType":"YulFunctionCall","src":"7459:18:9"},"nodeType":"YulExpressionStatement","src":"7459:18:9"},{"nodeType":"YulAssignment","src":"7490:32:9","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7511:4:9","type":"","value":"0x00"},{"kind":"number","nodeType":"YulLiteral","src":"7517:4:9","type":"","value":"0x3c"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"7501:9:9"},"nodeType":"YulFunctionCall","src":"7501:21:9"},"variableNames":[{"name":"message","nodeType":"YulIdentifier","src":"7490:7:9"}]}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1833,"isOffset":false,"isSlot":false,"src":"7472:4:9","valueSize":1},{"declaration":1836,"isOffset":false,"isSlot":false,"src":"7490:7:9","valueSize":1}],"id":1838,"nodeType":"InlineAssembly","src":"7375:157:9"}]},"documentation":{"id":1831,"nodeType":"StructuredDocumentation","src":"6858:279:9","text":" @dev Returns an Ethereum Signed Message, created from a `hash`. This\n produces hash corresponding to the one signed with the\n https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\n JSON-RPC method as part of EIP-191.\n See {recover}."},"id":1840,"implemented":true,"kind":"function","modifiers":[],"name":"toEthSignedMessageHash","nameLocation":"7151:22:9","nodeType":"FunctionDefinition","parameters":{"id":1834,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1833,"mutability":"mutable","name":"hash","nameLocation":"7182:4:9","nodeType":"VariableDeclaration","scope":1840,"src":"7174:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1832,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7174:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7173:14:9"},"returnParameters":{"id":1837,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1836,"mutability":"mutable","name":"message","nameLocation":"7219:7:9","nodeType":"VariableDeclaration","scope":1840,"src":"7211:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1835,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7211:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7210:17:9"},"scope":1895,"src":"7142:396:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1861,"nodeType":"Block","src":"7903:127:9","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"19457468657265756d205369676e6564204d6573736167653a0a","id":1851,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7947:32:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_9af2d9c228f6cfddaa6d1e5b94e0bce4ab16bd9a472a2b7fbfd74ebff4c720b4","typeString":"literal_string hex\"19457468657265756d205369676e6564204d6573736167653a0a\""},"value":"\u0019Ethereum Signed Message:\n"},{"arguments":[{"expression":{"id":1854,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1843,"src":"8009:1:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1855,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"8011:6:9","memberName":"length","nodeType":"MemberAccess","src":"8009:8:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1852,"name":"StringsUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1529,"src":"7981:18:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_StringsUpgradeable_$1529_$","typeString":"type(library StringsUpgradeable)"}},"id":1853,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"8000:8:9","memberName":"toString","nodeType":"MemberAccess","referencedDeclaration":1359,"src":"7981:27:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256) pure returns (string memory)"}},"id":1856,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7981:37:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},{"id":1857,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1843,"src":"8020:1:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_9af2d9c228f6cfddaa6d1e5b94e0bce4ab16bd9a472a2b7fbfd74ebff4c720b4","typeString":"literal_string hex\"19457468657265756d205369676e6564204d6573736167653a0a\""},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1849,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"7930:3:9","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1850,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"7934:12:9","memberName":"encodePacked","nodeType":"MemberAccess","src":"7930:16:9","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1858,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7930:92:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1848,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"7920:9:9","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1859,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7920:103:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"functionReturnParameters":1847,"id":1860,"nodeType":"Return","src":"7913:110:9"}]},"documentation":{"id":1841,"nodeType":"StructuredDocumentation","src":"7544:274:9","text":" @dev Returns an Ethereum Signed Message, created from `s`. This\n produces hash corresponding to the one signed with the\n https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\n JSON-RPC method as part of EIP-191.\n See {recover}."},"id":1862,"implemented":true,"kind":"function","modifiers":[],"name":"toEthSignedMessageHash","nameLocation":"7832:22:9","nodeType":"FunctionDefinition","parameters":{"id":1844,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1843,"mutability":"mutable","name":"s","nameLocation":"7868:1:9","nodeType":"VariableDeclaration","scope":1862,"src":"7855:14:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1842,"name":"bytes","nodeType":"ElementaryTypeName","src":"7855:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7854:16:9"},"returnParameters":{"id":1847,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1846,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1862,"src":"7894:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1845,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7894:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7893:9:9"},"scope":1895,"src":"7823:207:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1873,"nodeType":"Block","src":"8476:290:9","statements":[{"AST":{"nodeType":"YulBlock","src":"8538:222:9","statements":[{"nodeType":"YulVariableDeclaration","src":"8552:22:9","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8569:4:9","type":"","value":"0x40"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8563:5:9"},"nodeType":"YulFunctionCall","src":"8563:11:9"},"variables":[{"name":"ptr","nodeType":"YulTypedName","src":"8556:3:9","type":""}]},{"expression":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"8594:3:9"},{"hexValue":"1901","kind":"string","nodeType":"YulLiteral","src":"8599:10:9","type":"","value":"\u0019\u0001"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8587:6:9"},"nodeType":"YulFunctionCall","src":"8587:23:9"},"nodeType":"YulExpressionStatement","src":"8587:23:9"},{"expression":{"arguments":[{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"8634:3:9"},{"kind":"number","nodeType":"YulLiteral","src":"8639:4:9","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8630:3:9"},"nodeType":"YulFunctionCall","src":"8630:14:9"},{"name":"domainSeparator","nodeType":"YulIdentifier","src":"8646:15:9"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8623:6:9"},"nodeType":"YulFunctionCall","src":"8623:39:9"},"nodeType":"YulExpressionStatement","src":"8623:39:9"},{"expression":{"arguments":[{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"8686:3:9"},{"kind":"number","nodeType":"YulLiteral","src":"8691:4:9","type":"","value":"0x22"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8682:3:9"},"nodeType":"YulFunctionCall","src":"8682:14:9"},{"name":"structHash","nodeType":"YulIdentifier","src":"8698:10:9"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8675:6:9"},"nodeType":"YulFunctionCall","src":"8675:34:9"},"nodeType":"YulExpressionStatement","src":"8675:34:9"},{"nodeType":"YulAssignment","src":"8722:28:9","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"8740:3:9"},{"kind":"number","nodeType":"YulLiteral","src":"8745:4:9","type":"","value":"0x42"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"8730:9:9"},"nodeType":"YulFunctionCall","src":"8730:20:9"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8722:4:9"}]}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1870,"isOffset":false,"isSlot":false,"src":"8722:4:9","valueSize":1},{"declaration":1865,"isOffset":false,"isSlot":false,"src":"8646:15:9","valueSize":1},{"declaration":1867,"isOffset":false,"isSlot":false,"src":"8698:10:9","valueSize":1}],"id":1872,"nodeType":"InlineAssembly","src":"8529:231:9"}]},"documentation":{"id":1863,"nodeType":"StructuredDocumentation","src":"8036:328:9","text":" @dev Returns an Ethereum Signed Typed Data, created from a\n `domainSeparator` and a `structHash`. This produces hash corresponding\n to the one signed with the\n https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]\n JSON-RPC method as part of EIP-712.\n See {recover}."},"id":1874,"implemented":true,"kind":"function","modifiers":[],"name":"toTypedDataHash","nameLocation":"8378:15:9","nodeType":"FunctionDefinition","parameters":{"id":1868,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1865,"mutability":"mutable","name":"domainSeparator","nameLocation":"8402:15:9","nodeType":"VariableDeclaration","scope":1874,"src":"8394:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1864,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8394:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1867,"mutability":"mutable","name":"structHash","nameLocation":"8427:10:9","nodeType":"VariableDeclaration","scope":1874,"src":"8419:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1866,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8419:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8393:45:9"},"returnParameters":{"id":1871,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1870,"mutability":"mutable","name":"data","nameLocation":"8470:4:9","nodeType":"VariableDeclaration","scope":1874,"src":"8462:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1869,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8462:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8461:14:9"},"scope":1895,"src":"8369:397:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1893,"nodeType":"Block","src":"9081:80:9","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"1900","id":1887,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"9125:10:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_73fd5d154550a4a103564cb191928cd38898034de1b952dc21b290898b4b697a","typeString":"literal_string hex\"1900\""},"value":"\u0019\u0000"},{"id":1888,"name":"validator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1877,"src":"9137:9:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1889,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1879,"src":"9148:4:9","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":1885,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"9108:3:9","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1886,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"9112:12:9","memberName":"encodePacked","nodeType":"MemberAccess","src":"9108:16:9","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1890,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9108:45:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1884,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"9098:9:9","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1891,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9098:56:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"functionReturnParameters":1883,"id":1892,"nodeType":"Return","src":"9091:63:9"}]},"documentation":{"id":1875,"nodeType":"StructuredDocumentation","src":"8772:193:9","text":" @dev Returns an Ethereum Signed Data with intended validator, created from a\n `validator` and `data` according to the version 0 of EIP-191.\n See {recover}."},"id":1894,"implemented":true,"kind":"function","modifiers":[],"name":"toDataWithIntendedValidatorHash","nameLocation":"8979:31:9","nodeType":"FunctionDefinition","parameters":{"id":1880,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1877,"mutability":"mutable","name":"validator","nameLocation":"9019:9:9","nodeType":"VariableDeclaration","scope":1894,"src":"9011:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1876,"name":"address","nodeType":"ElementaryTypeName","src":"9011:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1879,"mutability":"mutable","name":"data","nameLocation":"9043:4:9","nodeType":"VariableDeclaration","scope":1894,"src":"9030:17:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1878,"name":"bytes","nodeType":"ElementaryTypeName","src":"9030:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"9010:38:9"},"returnParameters":{"id":1883,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1882,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1894,"src":"9072:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1881,"name":"bytes32","nodeType":"ElementaryTypeName","src":"9072:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"9071:9:9"},"scope":1895,"src":"8970:191:9","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":1896,"src":"380:8783:9","usedErrors":[]}],"src":"112:9052:9"},"id":9},"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol","exportedSymbols":{"MathUpgradeable":[2761]},"id":2762,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1897,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"103:23:10"},{"abstract":false,"baseContracts":[],"canonicalName":"MathUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":1898,"nodeType":"StructuredDocumentation","src":"128:73:10","text":" @dev Standard math utilities missing in the Solidity language."},"fullyImplemented":true,"id":2761,"linearizedBaseContracts":[2761],"name":"MathUpgradeable","nameLocation":"210:15:10","nodeType":"ContractDefinition","nodes":[{"canonicalName":"MathUpgradeable.Rounding","id":1902,"members":[{"id":1899,"name":"Down","nameLocation":"256:4:10","nodeType":"EnumValue","src":"256:4:10"},{"id":1900,"name":"Up","nameLocation":"298:2:10","nodeType":"EnumValue","src":"298:2:10"},{"id":1901,"name":"Zero","nameLocation":"329:4:10","nodeType":"EnumValue","src":"329:4:10"}],"name":"Rounding","nameLocation":"237:8:10","nodeType":"EnumDefinition","src":"232:122:10"},{"body":{"id":1919,"nodeType":"Block","src":"491:37:10","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1914,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1912,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1905,"src":"508:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"id":1913,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1907,"src":"512:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"508:5:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":1916,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1907,"src":"520:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1917,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"508:13:10","trueExpression":{"id":1915,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1905,"src":"516:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":1911,"id":1918,"nodeType":"Return","src":"501:20:10"}]},"documentation":{"id":1903,"nodeType":"StructuredDocumentation","src":"360:59:10","text":" @dev Returns the largest of two numbers."},"id":1920,"implemented":true,"kind":"function","modifiers":[],"name":"max","nameLocation":"433:3:10","nodeType":"FunctionDefinition","parameters":{"id":1908,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1905,"mutability":"mutable","name":"a","nameLocation":"445:1:10","nodeType":"VariableDeclaration","scope":1920,"src":"437:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1904,"name":"uint256","nodeType":"ElementaryTypeName","src":"437:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1907,"mutability":"mutable","name":"b","nameLocation":"456:1:10","nodeType":"VariableDeclaration","scope":1920,"src":"448:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1906,"name":"uint256","nodeType":"ElementaryTypeName","src":"448:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"436:22:10"},"returnParameters":{"id":1911,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1910,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1920,"src":"482:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1909,"name":"uint256","nodeType":"ElementaryTypeName","src":"482:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"481:9:10"},"scope":2761,"src":"424:104:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1937,"nodeType":"Block","src":"666:37:10","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1932,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1930,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1923,"src":"683:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":1931,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1925,"src":"687:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"683:5:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":1934,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1925,"src":"695:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1935,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"683:13:10","trueExpression":{"id":1933,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1923,"src":"691:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":1929,"id":1936,"nodeType":"Return","src":"676:20:10"}]},"documentation":{"id":1921,"nodeType":"StructuredDocumentation","src":"534:60:10","text":" @dev Returns the smallest of two numbers."},"id":1938,"implemented":true,"kind":"function","modifiers":[],"name":"min","nameLocation":"608:3:10","nodeType":"FunctionDefinition","parameters":{"id":1926,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1923,"mutability":"mutable","name":"a","nameLocation":"620:1:10","nodeType":"VariableDeclaration","scope":1938,"src":"612:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1922,"name":"uint256","nodeType":"ElementaryTypeName","src":"612:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1925,"mutability":"mutable","name":"b","nameLocation":"631:1:10","nodeType":"VariableDeclaration","scope":1938,"src":"623:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1924,"name":"uint256","nodeType":"ElementaryTypeName","src":"623:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"611:22:10"},"returnParameters":{"id":1929,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1928,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1938,"src":"657:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1927,"name":"uint256","nodeType":"ElementaryTypeName","src":"657:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"656:9:10"},"scope":2761,"src":"599:104:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1960,"nodeType":"Block","src":"887:82:10","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1958,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1950,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1948,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1941,"src":"942:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"id":1949,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1943,"src":"946:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"942:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1951,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"941:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1957,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1954,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1952,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1941,"src":"952:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"^","rightExpression":{"id":1953,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1943,"src":"956:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"952:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1955,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"951:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"hexValue":"32","id":1956,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"961:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"951:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"941:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":1947,"id":1959,"nodeType":"Return","src":"934:28:10"}]},"documentation":{"id":1939,"nodeType":"StructuredDocumentation","src":"709:102:10","text":" @dev Returns the average of two numbers. The result is rounded towards\n zero."},"id":1961,"implemented":true,"kind":"function","modifiers":[],"name":"average","nameLocation":"825:7:10","nodeType":"FunctionDefinition","parameters":{"id":1944,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1941,"mutability":"mutable","name":"a","nameLocation":"841:1:10","nodeType":"VariableDeclaration","scope":1961,"src":"833:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1940,"name":"uint256","nodeType":"ElementaryTypeName","src":"833:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1943,"mutability":"mutable","name":"b","nameLocation":"852:1:10","nodeType":"VariableDeclaration","scope":1961,"src":"844:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1942,"name":"uint256","nodeType":"ElementaryTypeName","src":"844:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"832:22:10"},"returnParameters":{"id":1947,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1946,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1961,"src":"878:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1945,"name":"uint256","nodeType":"ElementaryTypeName","src":"878:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"877:9:10"},"scope":2761,"src":"816:153:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1985,"nodeType":"Block","src":"1239:123:10","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1973,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1971,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1964,"src":"1327:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1972,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1332:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1327:6:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1982,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1980,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1977,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1975,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1964,"src":"1341:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"hexValue":"31","id":1976,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1345:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1341:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1978,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"1340:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":1979,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1966,"src":"1350:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"1340:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":1981,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1354:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1340:15:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1983,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"1327:28:10","trueExpression":{"hexValue":"30","id":1974,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1336:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":1970,"id":1984,"nodeType":"Return","src":"1320:35:10"}]},"documentation":{"id":1962,"nodeType":"StructuredDocumentation","src":"975:188:10","text":" @dev Returns the ceiling of the division of two numbers.\n This differs from standard division with `/` in that it rounds up instead\n of rounding down."},"id":1986,"implemented":true,"kind":"function","modifiers":[],"name":"ceilDiv","nameLocation":"1177:7:10","nodeType":"FunctionDefinition","parameters":{"id":1967,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1964,"mutability":"mutable","name":"a","nameLocation":"1193:1:10","nodeType":"VariableDeclaration","scope":1986,"src":"1185:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1963,"name":"uint256","nodeType":"ElementaryTypeName","src":"1185:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1966,"mutability":"mutable","name":"b","nameLocation":"1204:1:10","nodeType":"VariableDeclaration","scope":1986,"src":"1196:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1965,"name":"uint256","nodeType":"ElementaryTypeName","src":"1196:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1184:22:10"},"returnParameters":{"id":1970,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1969,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1986,"src":"1230:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1968,"name":"uint256","nodeType":"ElementaryTypeName","src":"1230:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1229:9:10"},"scope":2761,"src":"1168:194:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2108,"nodeType":"Block","src":"1776:4115:10","statements":[{"id":2107,"nodeType":"UncheckedBlock","src":"1786:4099:10","statements":[{"assignments":[1999],"declarations":[{"constant":false,"id":1999,"mutability":"mutable","name":"prod0","nameLocation":"2115:5:10","nodeType":"VariableDeclaration","scope":2107,"src":"2107:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1998,"name":"uint256","nodeType":"ElementaryTypeName","src":"2107:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2000,"nodeType":"VariableDeclarationStatement","src":"2107:13:10"},{"assignments":[2002],"declarations":[{"constant":false,"id":2002,"mutability":"mutable","name":"prod1","nameLocation":"2187:5:10","nodeType":"VariableDeclaration","scope":2107,"src":"2179:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2001,"name":"uint256","nodeType":"ElementaryTypeName","src":"2179:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2003,"nodeType":"VariableDeclarationStatement","src":"2179:13:10"},{"AST":{"nodeType":"YulBlock","src":"2259:157:10","statements":[{"nodeType":"YulVariableDeclaration","src":"2277:30:10","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"2294:1:10"},{"name":"y","nodeType":"YulIdentifier","src":"2297:1:10"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2304:1:10","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"2300:3:10"},"nodeType":"YulFunctionCall","src":"2300:6:10"}],"functionName":{"name":"mulmod","nodeType":"YulIdentifier","src":"2287:6:10"},"nodeType":"YulFunctionCall","src":"2287:20:10"},"variables":[{"name":"mm","nodeType":"YulTypedName","src":"2281:2:10","type":""}]},{"nodeType":"YulAssignment","src":"2324:18:10","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"2337:1:10"},{"name":"y","nodeType":"YulIdentifier","src":"2340:1:10"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"2333:3:10"},"nodeType":"YulFunctionCall","src":"2333:9:10"},"variableNames":[{"name":"prod0","nodeType":"YulIdentifier","src":"2324:5:10"}]},{"nodeType":"YulAssignment","src":"2359:43:10","value":{"arguments":[{"arguments":[{"name":"mm","nodeType":"YulIdentifier","src":"2376:2:10"},{"name":"prod0","nodeType":"YulIdentifier","src":"2380:5:10"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2372:3:10"},"nodeType":"YulFunctionCall","src":"2372:14:10"},{"arguments":[{"name":"mm","nodeType":"YulIdentifier","src":"2391:2:10"},{"name":"prod0","nodeType":"YulIdentifier","src":"2395:5:10"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"2388:2:10"},"nodeType":"YulFunctionCall","src":"2388:13:10"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2368:3:10"},"nodeType":"YulFunctionCall","src":"2368:34:10"},"variableNames":[{"name":"prod1","nodeType":"YulIdentifier","src":"2359:5:10"}]}]},"evmVersion":"paris","externalReferences":[{"declaration":1999,"isOffset":false,"isSlot":false,"src":"2324:5:10","valueSize":1},{"declaration":1999,"isOffset":false,"isSlot":false,"src":"2380:5:10","valueSize":1},{"declaration":1999,"isOffset":false,"isSlot":false,"src":"2395:5:10","valueSize":1},{"declaration":2002,"isOffset":false,"isSlot":false,"src":"2359:5:10","valueSize":1},{"declaration":1989,"isOffset":false,"isSlot":false,"src":"2294:1:10","valueSize":1},{"declaration":1989,"isOffset":false,"isSlot":false,"src":"2337:1:10","valueSize":1},{"declaration":1991,"isOffset":false,"isSlot":false,"src":"2297:1:10","valueSize":1},{"declaration":1991,"isOffset":false,"isSlot":false,"src":"2340:1:10","valueSize":1}],"id":2004,"nodeType":"InlineAssembly","src":"2250:166:10"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2007,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2005,"name":"prod1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2002,"src":"2497:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":2006,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2506:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2497:10:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2013,"nodeType":"IfStatement","src":"2493:368:10","trueBody":{"id":2012,"nodeType":"Block","src":"2509:352:10","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2010,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2008,"name":"prod0","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1999,"src":"2827:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2009,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"2835:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2827:19:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":1997,"id":2011,"nodeType":"Return","src":"2820:26:10"}]}},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2017,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2015,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"2971:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"id":2016,"name":"prod1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2002,"src":"2985:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2971:19:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4d6174683a206d756c446976206f766572666c6f77","id":2018,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2992:23:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_d87093691d63b122ac2c14d1b11554b287e2431cf2b03550b3be7cffb0f86851","typeString":"literal_string \"Math: mulDiv overflow\""},"value":"Math: mulDiv overflow"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d87093691d63b122ac2c14d1b11554b287e2431cf2b03550b3be7cffb0f86851","typeString":"literal_string \"Math: mulDiv overflow\""}],"id":2014,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2963:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2019,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2963:53:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2020,"nodeType":"ExpressionStatement","src":"2963:53:10"},{"assignments":[2022],"declarations":[{"constant":false,"id":2022,"mutability":"mutable","name":"remainder","nameLocation":"3280:9:10","nodeType":"VariableDeclaration","scope":2107,"src":"3272:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2021,"name":"uint256","nodeType":"ElementaryTypeName","src":"3272:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2023,"nodeType":"VariableDeclarationStatement","src":"3272:17:10"},{"AST":{"nodeType":"YulBlock","src":"3312:291:10","statements":[{"nodeType":"YulAssignment","src":"3381:38:10","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"3401:1:10"},{"name":"y","nodeType":"YulIdentifier","src":"3404:1:10"},{"name":"denominator","nodeType":"YulIdentifier","src":"3407:11:10"}],"functionName":{"name":"mulmod","nodeType":"YulIdentifier","src":"3394:6:10"},"nodeType":"YulFunctionCall","src":"3394:25:10"},"variableNames":[{"name":"remainder","nodeType":"YulIdentifier","src":"3381:9:10"}]},{"nodeType":"YulAssignment","src":"3501:41:10","value":{"arguments":[{"name":"prod1","nodeType":"YulIdentifier","src":"3514:5:10"},{"arguments":[{"name":"remainder","nodeType":"YulIdentifier","src":"3524:9:10"},{"name":"prod0","nodeType":"YulIdentifier","src":"3535:5:10"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3521:2:10"},"nodeType":"YulFunctionCall","src":"3521:20:10"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3510:3:10"},"nodeType":"YulFunctionCall","src":"3510:32:10"},"variableNames":[{"name":"prod1","nodeType":"YulIdentifier","src":"3501:5:10"}]},{"nodeType":"YulAssignment","src":"3559:30:10","value":{"arguments":[{"name":"prod0","nodeType":"YulIdentifier","src":"3572:5:10"},{"name":"remainder","nodeType":"YulIdentifier","src":"3579:9:10"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3568:3:10"},"nodeType":"YulFunctionCall","src":"3568:21:10"},"variableNames":[{"name":"prod0","nodeType":"YulIdentifier","src":"3559:5:10"}]}]},"evmVersion":"paris","externalReferences":[{"declaration":1993,"isOffset":false,"isSlot":false,"src":"3407:11:10","valueSize":1},{"declaration":1999,"isOffset":false,"isSlot":false,"src":"3535:5:10","valueSize":1},{"declaration":1999,"isOffset":false,"isSlot":false,"src":"3559:5:10","valueSize":1},{"declaration":1999,"isOffset":false,"isSlot":false,"src":"3572:5:10","valueSize":1},{"declaration":2002,"isOffset":false,"isSlot":false,"src":"3501:5:10","valueSize":1},{"declaration":2002,"isOffset":false,"isSlot":false,"src":"3514:5:10","valueSize":1},{"declaration":2022,"isOffset":false,"isSlot":false,"src":"3381:9:10","valueSize":1},{"declaration":2022,"isOffset":false,"isSlot":false,"src":"3524:9:10","valueSize":1},{"declaration":2022,"isOffset":false,"isSlot":false,"src":"3579:9:10","valueSize":1},{"declaration":1989,"isOffset":false,"isSlot":false,"src":"3401:1:10","valueSize":1},{"declaration":1991,"isOffset":false,"isSlot":false,"src":"3404:1:10","valueSize":1}],"id":2024,"nodeType":"InlineAssembly","src":"3303:300:10"},{"assignments":[2026],"declarations":[{"constant":false,"id":2026,"mutability":"mutable","name":"twos","nameLocation":"3918:4:10","nodeType":"VariableDeclaration","scope":2107,"src":"3910:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2025,"name":"uint256","nodeType":"ElementaryTypeName","src":"3910:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2034,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2033,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2027,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"3925:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2031,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2029,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"~","prefix":true,"src":"3940:12:10","subExpression":{"id":2028,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"3941:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":2030,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3955:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3940:16:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2032,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3939:18:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"3925:32:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"3910:47:10"},{"AST":{"nodeType":"YulBlock","src":"3980:362:10","statements":[{"nodeType":"YulAssignment","src":"4045:37:10","value":{"arguments":[{"name":"denominator","nodeType":"YulIdentifier","src":"4064:11:10"},{"name":"twos","nodeType":"YulIdentifier","src":"4077:4:10"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4060:3:10"},"nodeType":"YulFunctionCall","src":"4060:22:10"},"variableNames":[{"name":"denominator","nodeType":"YulIdentifier","src":"4045:11:10"}]},{"nodeType":"YulAssignment","src":"4149:25:10","value":{"arguments":[{"name":"prod0","nodeType":"YulIdentifier","src":"4162:5:10"},{"name":"twos","nodeType":"YulIdentifier","src":"4169:4:10"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4158:3:10"},"nodeType":"YulFunctionCall","src":"4158:16:10"},"variableNames":[{"name":"prod0","nodeType":"YulIdentifier","src":"4149:5:10"}]},{"nodeType":"YulAssignment","src":"4289:39:10","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4309:1:10","type":"","value":"0"},{"name":"twos","nodeType":"YulIdentifier","src":"4312:4:10"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4305:3:10"},"nodeType":"YulFunctionCall","src":"4305:12:10"},{"name":"twos","nodeType":"YulIdentifier","src":"4319:4:10"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4301:3:10"},"nodeType":"YulFunctionCall","src":"4301:23:10"},{"kind":"number","nodeType":"YulLiteral","src":"4326:1:10","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4297:3:10"},"nodeType":"YulFunctionCall","src":"4297:31:10"},"variableNames":[{"name":"twos","nodeType":"YulIdentifier","src":"4289:4:10"}]}]},"evmVersion":"paris","externalReferences":[{"declaration":1993,"isOffset":false,"isSlot":false,"src":"4045:11:10","valueSize":1},{"declaration":1993,"isOffset":false,"isSlot":false,"src":"4064:11:10","valueSize":1},{"declaration":1999,"isOffset":false,"isSlot":false,"src":"4149:5:10","valueSize":1},{"declaration":1999,"isOffset":false,"isSlot":false,"src":"4162:5:10","valueSize":1},{"declaration":2026,"isOffset":false,"isSlot":false,"src":"4077:4:10","valueSize":1},{"declaration":2026,"isOffset":false,"isSlot":false,"src":"4169:4:10","valueSize":1},{"declaration":2026,"isOffset":false,"isSlot":false,"src":"4289:4:10","valueSize":1},{"declaration":2026,"isOffset":false,"isSlot":false,"src":"4312:4:10","valueSize":1},{"declaration":2026,"isOffset":false,"isSlot":false,"src":"4319:4:10","valueSize":1}],"id":2035,"nodeType":"InlineAssembly","src":"3971:371:10"},{"expression":{"id":2040,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2036,"name":"prod0","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1999,"src":"4408:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"|=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2039,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2037,"name":"prod1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2002,"src":"4417:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2038,"name":"twos","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2026,"src":"4425:4:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4417:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4408:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2041,"nodeType":"ExpressionStatement","src":"4408:21:10"},{"assignments":[2043],"declarations":[{"constant":false,"id":2043,"mutability":"mutable","name":"inverse","nameLocation":"4755:7:10","nodeType":"VariableDeclaration","scope":2107,"src":"4747:15:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2042,"name":"uint256","nodeType":"ElementaryTypeName","src":"4747:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2050,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2049,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2046,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"33","id":2044,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4766:1:10","typeDescriptions":{"typeIdentifier":"t_rational_3_by_1","typeString":"int_const 3"},"value":"3"},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2045,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"4770:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4766:15:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2047,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"4765:17:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"^","rightExpression":{"hexValue":"32","id":2048,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4785:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"4765:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"4747:39:10"},{"expression":{"id":2057,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2051,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5003:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2056,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2052,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5014:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2055,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2053,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"5018:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2054,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5032:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5018:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5014:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5003:36:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2058,"nodeType":"ExpressionStatement","src":"5003:36:10"},{"expression":{"id":2065,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2059,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5072:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2064,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2060,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5083:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2063,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2061,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"5087:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2062,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5101:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5087:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5083:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5072:36:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2066,"nodeType":"ExpressionStatement","src":"5072:36:10"},{"expression":{"id":2073,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2067,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5142:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2072,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2068,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5153:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2071,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2069,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"5157:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2070,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5171:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5157:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5153:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5142:36:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2074,"nodeType":"ExpressionStatement","src":"5142:36:10"},{"expression":{"id":2081,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2075,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5212:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2080,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2076,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5223:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2079,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2077,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"5227:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2078,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5241:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5227:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5223:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5212:36:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2082,"nodeType":"ExpressionStatement","src":"5212:36:10"},{"expression":{"id":2089,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2083,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5282:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2088,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2084,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5293:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2087,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2085,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"5297:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2086,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5311:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5297:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5293:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5282:36:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2090,"nodeType":"ExpressionStatement","src":"5282:36:10"},{"expression":{"id":2097,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2091,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5353:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2096,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2092,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5364:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2095,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2093,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1993,"src":"5368:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2094,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5382:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5368:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5364:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5353:36:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2098,"nodeType":"ExpressionStatement","src":"5353:36:10"},{"expression":{"id":2103,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2099,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1996,"src":"5823:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2102,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2100,"name":"prod0","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1999,"src":"5832:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2101,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2043,"src":"5840:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5832:15:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5823:24:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2104,"nodeType":"ExpressionStatement","src":"5823:24:10"},{"expression":{"id":2105,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1996,"src":"5868:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":1997,"id":2106,"nodeType":"Return","src":"5861:13:10"}]}]},"documentation":{"id":1987,"nodeType":"StructuredDocumentation","src":"1368:305:10","text":" @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\n @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\n with further edits by Uniswap Labs also under MIT license."},"id":2109,"implemented":true,"kind":"function","modifiers":[],"name":"mulDiv","nameLocation":"1687:6:10","nodeType":"FunctionDefinition","parameters":{"id":1994,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1989,"mutability":"mutable","name":"x","nameLocation":"1702:1:10","nodeType":"VariableDeclaration","scope":2109,"src":"1694:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1988,"name":"uint256","nodeType":"ElementaryTypeName","src":"1694:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1991,"mutability":"mutable","name":"y","nameLocation":"1713:1:10","nodeType":"VariableDeclaration","scope":2109,"src":"1705:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1990,"name":"uint256","nodeType":"ElementaryTypeName","src":"1705:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1993,"mutability":"mutable","name":"denominator","nameLocation":"1724:11:10","nodeType":"VariableDeclaration","scope":2109,"src":"1716:19:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1992,"name":"uint256","nodeType":"ElementaryTypeName","src":"1716:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1693:43:10"},"returnParameters":{"id":1997,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1996,"mutability":"mutable","name":"result","nameLocation":"1768:6:10","nodeType":"VariableDeclaration","scope":2109,"src":"1760:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1995,"name":"uint256","nodeType":"ElementaryTypeName","src":"1760:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1759:16:10"},"scope":2761,"src":"1678:4213:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2152,"nodeType":"Block","src":"6133:189:10","statements":[{"assignments":[2125],"declarations":[{"constant":false,"id":2125,"mutability":"mutable","name":"result","nameLocation":"6151:6:10","nodeType":"VariableDeclaration","scope":2152,"src":"6143:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2124,"name":"uint256","nodeType":"ElementaryTypeName","src":"6143:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2131,"initialValue":{"arguments":[{"id":2127,"name":"x","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2112,"src":"6167:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":2128,"name":"y","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2114,"src":"6170:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":2129,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2116,"src":"6173:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2126,"name":"mulDiv","nodeType":"Identifier","overloadedDeclarations":[2109,2153],"referencedDeclaration":2109,"src":"6160:6:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256,uint256,uint256) pure returns (uint256)"}},"id":2130,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6160:25:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6143:42:10"},{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2143,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"id":2135,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2132,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2119,"src":"6199:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2133,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1902,"src":"6211:8:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$1902_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2134,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6220:2:10","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":1900,"src":"6211:11:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"src":"6199:23:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2142,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":2137,"name":"x","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2112,"src":"6233:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":2138,"name":"y","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2114,"src":"6236:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":2139,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2116,"src":"6239:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2136,"name":"mulmod","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-16,"src":"6226:6:10","typeDescriptions":{"typeIdentifier":"t_function_mulmod_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256,uint256,uint256) pure returns (uint256)"}},"id":2140,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6226:25:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2141,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6254:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6226:29:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"6199:56:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2149,"nodeType":"IfStatement","src":"6195:98:10","trueBody":{"id":2148,"nodeType":"Block","src":"6257:36:10","statements":[{"expression":{"id":2146,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2144,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2125,"src":"6271:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"31","id":2145,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6281:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"6271:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2147,"nodeType":"ExpressionStatement","src":"6271:11:10"}]}},{"expression":{"id":2150,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2125,"src":"6309:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2123,"id":2151,"nodeType":"Return","src":"6302:13:10"}]},"documentation":{"id":2110,"nodeType":"StructuredDocumentation","src":"5897:121:10","text":" @notice Calculates x * y / denominator with full precision, following the selected rounding direction."},"id":2153,"implemented":true,"kind":"function","modifiers":[],"name":"mulDiv","nameLocation":"6032:6:10","nodeType":"FunctionDefinition","parameters":{"id":2120,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2112,"mutability":"mutable","name":"x","nameLocation":"6047:1:10","nodeType":"VariableDeclaration","scope":2153,"src":"6039:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2111,"name":"uint256","nodeType":"ElementaryTypeName","src":"6039:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2114,"mutability":"mutable","name":"y","nameLocation":"6058:1:10","nodeType":"VariableDeclaration","scope":2153,"src":"6050:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2113,"name":"uint256","nodeType":"ElementaryTypeName","src":"6050:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2116,"mutability":"mutable","name":"denominator","nameLocation":"6069:11:10","nodeType":"VariableDeclaration","scope":2153,"src":"6061:19:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2115,"name":"uint256","nodeType":"ElementaryTypeName","src":"6061:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2119,"mutability":"mutable","name":"rounding","nameLocation":"6091:8:10","nodeType":"VariableDeclaration","scope":2153,"src":"6082:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2118,"nodeType":"UserDefinedTypeName","pathNode":{"id":2117,"name":"Rounding","nameLocations":["6082:8:10"],"nodeType":"IdentifierPath","referencedDeclaration":1902,"src":"6082:8:10"},"referencedDeclaration":1902,"src":"6082:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"6038:62:10"},"returnParameters":{"id":2123,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2122,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2153,"src":"6124:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2121,"name":"uint256","nodeType":"ElementaryTypeName","src":"6124:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6123:9:10"},"scope":2761,"src":"6023:299:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2264,"nodeType":"Block","src":"6598:1585:10","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2163,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2161,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"6612:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":2162,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6617:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6612:6:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2167,"nodeType":"IfStatement","src":"6608:45:10","trueBody":{"id":2166,"nodeType":"Block","src":"6620:33:10","statements":[{"expression":{"hexValue":"30","id":2164,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6641:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":2160,"id":2165,"nodeType":"Return","src":"6634:8:10"}]}},{"assignments":[2169],"declarations":[{"constant":false,"id":2169,"mutability":"mutable","name":"result","nameLocation":"7340:6:10","nodeType":"VariableDeclaration","scope":2264,"src":"7332:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2168,"name":"uint256","nodeType":"ElementaryTypeName","src":"7332:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2178,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2177,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"31","id":2170,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7349:1:10","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":2175,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":2172,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"7360:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2171,"name":"log2","nodeType":"Identifier","overloadedDeclarations":[2433,2469],"referencedDeclaration":2433,"src":"7355:4:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2173,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7355:7:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2174,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7366:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7355:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2176,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7354:14:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7349:19:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"7332:36:10"},{"id":2263,"nodeType":"UncheckedBlock","src":"7769:408:10","statements":[{"expression":{"id":2188,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2179,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7793:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2187,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2184,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2180,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7803:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2183,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2181,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"7812:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2182,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7816:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7812:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7803:19:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2185,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7802:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2186,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7827:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7802:26:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7793:35:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2189,"nodeType":"ExpressionStatement","src":"7793:35:10"},{"expression":{"id":2199,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2190,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7842:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2198,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2195,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2191,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7852:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2194,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2192,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"7861:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2193,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7865:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7861:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7852:19:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2196,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7851:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2197,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7876:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7851:26:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7842:35:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2200,"nodeType":"ExpressionStatement","src":"7842:35:10"},{"expression":{"id":2210,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2201,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7891:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2209,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2206,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2202,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7901:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2205,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2203,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"7910:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2204,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7914:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7910:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7901:19:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2207,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7900:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2208,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7925:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7900:26:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7891:35:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2211,"nodeType":"ExpressionStatement","src":"7891:35:10"},{"expression":{"id":2221,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2212,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7940:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2220,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2217,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2213,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7950:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2216,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2214,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"7959:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2215,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7963:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7959:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7950:19:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2218,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7949:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2219,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7974:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7949:26:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7940:35:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2222,"nodeType":"ExpressionStatement","src":"7940:35:10"},{"expression":{"id":2232,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2223,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7989:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2231,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2228,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2224,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"7999:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2227,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2225,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"8008:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2226,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"8012:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8008:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7999:19:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2229,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7998:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2230,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8023:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7998:26:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7989:35:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2233,"nodeType":"ExpressionStatement","src":"7989:35:10"},{"expression":{"id":2243,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2234,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"8038:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2242,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2239,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2235,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"8048:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2238,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2236,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"8057:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2237,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"8061:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8057:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8048:19:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2240,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8047:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2241,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8072:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"8047:26:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8038:35:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2244,"nodeType":"ExpressionStatement","src":"8038:35:10"},{"expression":{"id":2254,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2245,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"8087:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2253,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2250,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2246,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"8097:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2249,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2247,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"8106:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2248,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"8110:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8106:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8097:19:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2251,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8096:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2252,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8121:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"8096:26:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8087:35:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2255,"nodeType":"ExpressionStatement","src":"8087:35:10"},{"expression":{"arguments":[{"id":2257,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"8147:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2260,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2258,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2156,"src":"8155:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2259,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2169,"src":"8159:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8155:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2256,"name":"min","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1938,"src":"8143:3:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256,uint256) pure returns (uint256)"}},"id":2261,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8143:23:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2160,"id":2262,"nodeType":"Return","src":"8136:30:10"}]}]},"documentation":{"id":2154,"nodeType":"StructuredDocumentation","src":"6328:208:10","text":" @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\n Inspired by Henry S. Warren, Jr.'s \"Hacker's Delight\" (Chapter 11)."},"id":2265,"implemented":true,"kind":"function","modifiers":[],"name":"sqrt","nameLocation":"6550:4:10","nodeType":"FunctionDefinition","parameters":{"id":2157,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2156,"mutability":"mutable","name":"a","nameLocation":"6563:1:10","nodeType":"VariableDeclaration","scope":2265,"src":"6555:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2155,"name":"uint256","nodeType":"ElementaryTypeName","src":"6555:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6554:11:10"},"returnParameters":{"id":2160,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2159,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2265,"src":"6589:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2158,"name":"uint256","nodeType":"ElementaryTypeName","src":"6589:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6588:9:10"},"scope":2761,"src":"6541:1642:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2300,"nodeType":"Block","src":"8359:161:10","statements":[{"id":2299,"nodeType":"UncheckedBlock","src":"8369:145:10","statements":[{"assignments":[2277],"declarations":[{"constant":false,"id":2277,"mutability":"mutable","name":"result","nameLocation":"8401:6:10","nodeType":"VariableDeclaration","scope":2299,"src":"8393:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2276,"name":"uint256","nodeType":"ElementaryTypeName","src":"8393:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2281,"initialValue":{"arguments":[{"id":2279,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2268,"src":"8415:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2278,"name":"sqrt","nodeType":"Identifier","overloadedDeclarations":[2265,2301],"referencedDeclaration":2265,"src":"8410:4:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2280,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8410:7:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"8393:24:10"},{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2297,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2282,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2277,"src":"8438:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2292,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"id":2286,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2283,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2271,"src":"8448:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2284,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1902,"src":"8460:8:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$1902_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2285,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"8469:2:10","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":1900,"src":"8460:11:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"src":"8448:23:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2291,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2289,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2287,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2277,"src":"8475:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2288,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2277,"src":"8484:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8475:15:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2290,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2268,"src":"8493:1:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8475:19:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"8448:46:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"30","id":2294,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8501:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"id":2295,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"8448:54:10","trueExpression":{"hexValue":"31","id":2293,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8497:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"id":2296,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8447:56:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"8438:65:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2275,"id":2298,"nodeType":"Return","src":"8431:72:10"}]}]},"documentation":{"id":2266,"nodeType":"StructuredDocumentation","src":"8189:89:10","text":" @notice Calculates sqrt(a), following the selected rounding direction."},"id":2301,"implemented":true,"kind":"function","modifiers":[],"name":"sqrt","nameLocation":"8292:4:10","nodeType":"FunctionDefinition","parameters":{"id":2272,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2268,"mutability":"mutable","name":"a","nameLocation":"8305:1:10","nodeType":"VariableDeclaration","scope":2301,"src":"8297:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2267,"name":"uint256","nodeType":"ElementaryTypeName","src":"8297:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2271,"mutability":"mutable","name":"rounding","nameLocation":"8317:8:10","nodeType":"VariableDeclaration","scope":2301,"src":"8308:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2270,"nodeType":"UserDefinedTypeName","pathNode":{"id":2269,"name":"Rounding","nameLocations":["8308:8:10"],"nodeType":"IdentifierPath","referencedDeclaration":1902,"src":"8308:8:10"},"referencedDeclaration":1902,"src":"8308:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"8296:30:10"},"returnParameters":{"id":2275,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2274,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2301,"src":"8350:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2273,"name":"uint256","nodeType":"ElementaryTypeName","src":"8350:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8349:9:10"},"scope":2761,"src":"8283:237:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2432,"nodeType":"Block","src":"8705:922:10","statements":[{"assignments":[2310],"declarations":[{"constant":false,"id":2310,"mutability":"mutable","name":"result","nameLocation":"8723:6:10","nodeType":"VariableDeclaration","scope":2432,"src":"8715:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2309,"name":"uint256","nodeType":"ElementaryTypeName","src":"8715:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2312,"initialValue":{"hexValue":"30","id":2311,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8732:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"nodeType":"VariableDeclarationStatement","src":"8715:18:10"},{"id":2429,"nodeType":"UncheckedBlock","src":"8743:855:10","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2317,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2315,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2313,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"8771:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"313238","id":2314,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8780:3:10","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"8771:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2316,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8786:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8771:16:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2327,"nodeType":"IfStatement","src":"8767:99:10","trueBody":{"id":2326,"nodeType":"Block","src":"8789:77:10","statements":[{"expression":{"id":2320,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2318,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"8807:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"313238","id":2319,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8817:3:10","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"8807:13:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2321,"nodeType":"ExpressionStatement","src":"8807:13:10"},{"expression":{"id":2324,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2322,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2310,"src":"8838:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"313238","id":2323,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8848:3:10","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"8838:13:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2325,"nodeType":"ExpressionStatement","src":"8838:13:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2332,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2330,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2328,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"8883:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3634","id":2329,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8892:2:10","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"8883:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2331,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8897:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8883:15:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2342,"nodeType":"IfStatement","src":"8879:96:10","trueBody":{"id":2341,"nodeType":"Block","src":"8900:75:10","statements":[{"expression":{"id":2335,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2333,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"8918:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3634","id":2334,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8928:2:10","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"8918:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2336,"nodeType":"ExpressionStatement","src":"8918:12:10"},{"expression":{"id":2339,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2337,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2310,"src":"8948:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3634","id":2338,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8958:2:10","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"8948:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2340,"nodeType":"ExpressionStatement","src":"8948:12:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2347,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2345,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2343,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"8992:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3332","id":2344,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9001:2:10","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"8992:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2346,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9006:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8992:15:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2357,"nodeType":"IfStatement","src":"8988:96:10","trueBody":{"id":2356,"nodeType":"Block","src":"9009:75:10","statements":[{"expression":{"id":2350,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2348,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9027:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3332","id":2349,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9037:2:10","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"9027:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2351,"nodeType":"ExpressionStatement","src":"9027:12:10"},{"expression":{"id":2354,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2352,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2310,"src":"9057:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3332","id":2353,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9067:2:10","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"9057:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2355,"nodeType":"ExpressionStatement","src":"9057:12:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2362,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2360,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2358,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9101:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3136","id":2359,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9110:2:10","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"9101:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2361,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9115:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9101:15:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2372,"nodeType":"IfStatement","src":"9097:96:10","trueBody":{"id":2371,"nodeType":"Block","src":"9118:75:10","statements":[{"expression":{"id":2365,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2363,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9136:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3136","id":2364,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9146:2:10","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"9136:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2366,"nodeType":"ExpressionStatement","src":"9136:12:10"},{"expression":{"id":2369,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2367,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2310,"src":"9166:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3136","id":2368,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9176:2:10","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"9166:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2370,"nodeType":"ExpressionStatement","src":"9166:12:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2377,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2375,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2373,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9210:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"38","id":2374,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9219:1:10","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"9210:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2376,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9223:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9210:14:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2387,"nodeType":"IfStatement","src":"9206:93:10","trueBody":{"id":2386,"nodeType":"Block","src":"9226:73:10","statements":[{"expression":{"id":2380,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2378,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9244:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"38","id":2379,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9254:1:10","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"9244:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2381,"nodeType":"ExpressionStatement","src":"9244:11:10"},{"expression":{"id":2384,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2382,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2310,"src":"9273:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"38","id":2383,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9283:1:10","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"9273:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2385,"nodeType":"ExpressionStatement","src":"9273:11:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2392,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2390,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2388,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9316:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"34","id":2389,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9325:1:10","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"9316:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2391,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9329:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9316:14:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2402,"nodeType":"IfStatement","src":"9312:93:10","trueBody":{"id":2401,"nodeType":"Block","src":"9332:73:10","statements":[{"expression":{"id":2395,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2393,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9350:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"34","id":2394,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9360:1:10","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"9350:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2396,"nodeType":"ExpressionStatement","src":"9350:11:10"},{"expression":{"id":2399,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2397,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2310,"src":"9379:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"34","id":2398,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9389:1:10","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"9379:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2400,"nodeType":"ExpressionStatement","src":"9379:11:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2407,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2405,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2403,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9422:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"32","id":2404,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9431:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"9422:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2406,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9435:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9422:14:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2417,"nodeType":"IfStatement","src":"9418:93:10","trueBody":{"id":2416,"nodeType":"Block","src":"9438:73:10","statements":[{"expression":{"id":2410,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2408,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9456:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"32","id":2409,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9466:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"9456:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2411,"nodeType":"ExpressionStatement","src":"9456:11:10"},{"expression":{"id":2414,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2412,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2310,"src":"9485:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"32","id":2413,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9495:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"9485:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2415,"nodeType":"ExpressionStatement","src":"9485:11:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2422,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2420,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2418,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2304,"src":"9528:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2419,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9537:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"9528:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2421,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9541:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9528:14:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2428,"nodeType":"IfStatement","src":"9524:64:10","trueBody":{"id":2427,"nodeType":"Block","src":"9544:44:10","statements":[{"expression":{"id":2425,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2423,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2310,"src":"9562:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"31","id":2424,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9572:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"9562:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2426,"nodeType":"ExpressionStatement","src":"9562:11:10"}]}}]},{"expression":{"id":2430,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2310,"src":"9614:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2308,"id":2431,"nodeType":"Return","src":"9607:13:10"}]},"documentation":{"id":2302,"nodeType":"StructuredDocumentation","src":"8526:113:10","text":" @dev Return the log in base 2, rounded down, of a positive value.\n Returns 0 if given 0."},"id":2433,"implemented":true,"kind":"function","modifiers":[],"name":"log2","nameLocation":"8653:4:10","nodeType":"FunctionDefinition","parameters":{"id":2305,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2304,"mutability":"mutable","name":"value","nameLocation":"8666:5:10","nodeType":"VariableDeclaration","scope":2433,"src":"8658:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2303,"name":"uint256","nodeType":"ElementaryTypeName","src":"8658:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8657:15:10"},"returnParameters":{"id":2308,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2307,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2433,"src":"8696:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2306,"name":"uint256","nodeType":"ElementaryTypeName","src":"8696:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8695:9:10"},"scope":2761,"src":"8644:983:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2468,"nodeType":"Block","src":"9860:165:10","statements":[{"id":2467,"nodeType":"UncheckedBlock","src":"9870:149:10","statements":[{"assignments":[2445],"declarations":[{"constant":false,"id":2445,"mutability":"mutable","name":"result","nameLocation":"9902:6:10","nodeType":"VariableDeclaration","scope":2467,"src":"9894:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2444,"name":"uint256","nodeType":"ElementaryTypeName","src":"9894:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2449,"initialValue":{"arguments":[{"id":2447,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2436,"src":"9916:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2446,"name":"log2","nodeType":"Identifier","overloadedDeclarations":[2433,2469],"referencedDeclaration":2433,"src":"9911:4:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2448,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9911:11:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"9894:28:10"},{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2465,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2450,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2445,"src":"9943:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2460,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"id":2454,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2451,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2439,"src":"9953:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2452,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1902,"src":"9965:8:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$1902_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2453,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"9974:2:10","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":1900,"src":"9965:11:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"src":"9953:23:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2459,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2457,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"31","id":2455,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9980:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"nodeType":"BinaryOperation","operator":"<<","rightExpression":{"id":2456,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2445,"src":"9985:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9980:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2458,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2436,"src":"9994:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9980:19:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"9953:46:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"30","id":2462,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10006:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"id":2463,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"9953:54:10","trueExpression":{"hexValue":"31","id":2461,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10002:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"id":2464,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"9952:56:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"9943:65:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2443,"id":2466,"nodeType":"Return","src":"9936:72:10"}]}]},"documentation":{"id":2434,"nodeType":"StructuredDocumentation","src":"9633:142:10","text":" @dev Return the log in base 2, following the selected rounding direction, of a positive value.\n Returns 0 if given 0."},"id":2469,"implemented":true,"kind":"function","modifiers":[],"name":"log2","nameLocation":"9789:4:10","nodeType":"FunctionDefinition","parameters":{"id":2440,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2436,"mutability":"mutable","name":"value","nameLocation":"9802:5:10","nodeType":"VariableDeclaration","scope":2469,"src":"9794:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2435,"name":"uint256","nodeType":"ElementaryTypeName","src":"9794:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2439,"mutability":"mutable","name":"rounding","nameLocation":"9818:8:10","nodeType":"VariableDeclaration","scope":2469,"src":"9809:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2438,"nodeType":"UserDefinedTypeName","pathNode":{"id":2437,"name":"Rounding","nameLocations":["9809:8:10"],"nodeType":"IdentifierPath","referencedDeclaration":1902,"src":"9809:8:10"},"referencedDeclaration":1902,"src":"9809:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"9793:34:10"},"returnParameters":{"id":2443,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2442,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2469,"src":"9851:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2441,"name":"uint256","nodeType":"ElementaryTypeName","src":"9851:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"9850:9:10"},"scope":2761,"src":"9780:245:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2597,"nodeType":"Block","src":"10212:854:10","statements":[{"assignments":[2478],"declarations":[{"constant":false,"id":2478,"mutability":"mutable","name":"result","nameLocation":"10230:6:10","nodeType":"VariableDeclaration","scope":2597,"src":"10222:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2477,"name":"uint256","nodeType":"ElementaryTypeName","src":"10222:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2480,"initialValue":{"hexValue":"30","id":2479,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10239:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"nodeType":"VariableDeclarationStatement","src":"10222:18:10"},{"id":2594,"nodeType":"UncheckedBlock","src":"10250:787:10","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2485,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2481,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10278:5:10","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":2484,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2482,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10287:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3634","id":2483,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10293:2:10","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"10287:8:10","typeDescriptions":{"typeIdentifier":"t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1","typeString":"int_const 1000...(57 digits omitted)...0000"}},"src":"10278:17:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2497,"nodeType":"IfStatement","src":"10274:103:10","trueBody":{"id":2496,"nodeType":"Block","src":"10297:80:10","statements":[{"expression":{"id":2490,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2486,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10315:5:10","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":2489,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2487,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10324:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3634","id":2488,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10330:2:10","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"10324:8:10","typeDescriptions":{"typeIdentifier":"t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1","typeString":"int_const 1000...(57 digits omitted)...0000"}},"src":"10315:17:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2491,"nodeType":"ExpressionStatement","src":"10315:17:10"},{"expression":{"id":2494,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2492,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2478,"src":"10350:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3634","id":2493,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10360:2:10","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"10350:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2495,"nodeType":"ExpressionStatement","src":"10350:12:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2502,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2498,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10394:5:10","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":2501,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2499,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10403:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3332","id":2500,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10409:2:10","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"10403:8:10","typeDescriptions":{"typeIdentifier":"t_rational_100000000000000000000000000000000_by_1","typeString":"int_const 1000...(25 digits omitted)...0000"}},"src":"10394:17:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2514,"nodeType":"IfStatement","src":"10390:103:10","trueBody":{"id":2513,"nodeType":"Block","src":"10413:80:10","statements":[{"expression":{"id":2507,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2503,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10431:5:10","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":2506,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2504,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10440:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3332","id":2505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10446:2:10","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"10440:8:10","typeDescriptions":{"typeIdentifier":"t_rational_100000000000000000000000000000000_by_1","typeString":"int_const 1000...(25 digits omitted)...0000"}},"src":"10431:17:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2508,"nodeType":"ExpressionStatement","src":"10431:17:10"},{"expression":{"id":2511,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2509,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2478,"src":"10466:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3332","id":2510,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10476:2:10","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"10466:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2512,"nodeType":"ExpressionStatement","src":"10466:12:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2519,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2515,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10510:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_10000000000000000_by_1","typeString":"int_const 10000000000000000"},"id":2518,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2516,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10519:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3136","id":2517,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10525:2:10","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"10519:8:10","typeDescriptions":{"typeIdentifier":"t_rational_10000000000000000_by_1","typeString":"int_const 10000000000000000"}},"src":"10510:17:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2531,"nodeType":"IfStatement","src":"10506:103:10","trueBody":{"id":2530,"nodeType":"Block","src":"10529:80:10","statements":[{"expression":{"id":2524,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2520,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10547:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"commonType":{"typeIdentifier":"t_rational_10000000000000000_by_1","typeString":"int_const 10000000000000000"},"id":2523,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2521,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10556:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3136","id":2522,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10562:2:10","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"10556:8:10","typeDescriptions":{"typeIdentifier":"t_rational_10000000000000000_by_1","typeString":"int_const 10000000000000000"}},"src":"10547:17:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2525,"nodeType":"ExpressionStatement","src":"10547:17:10"},{"expression":{"id":2528,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2526,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2478,"src":"10582:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3136","id":2527,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10592:2:10","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"10582:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2529,"nodeType":"ExpressionStatement","src":"10582:12:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2536,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2532,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10626:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_100000000_by_1","typeString":"int_const 100000000"},"id":2535,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2533,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10635:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"38","id":2534,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10641:1:10","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"10635:7:10","typeDescriptions":{"typeIdentifier":"t_rational_100000000_by_1","typeString":"int_const 100000000"}},"src":"10626:16:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2548,"nodeType":"IfStatement","src":"10622:100:10","trueBody":{"id":2547,"nodeType":"Block","src":"10644:78:10","statements":[{"expression":{"id":2541,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2537,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10662:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"commonType":{"typeIdentifier":"t_rational_100000000_by_1","typeString":"int_const 100000000"},"id":2540,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2538,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10671:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"38","id":2539,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10677:1:10","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"10671:7:10","typeDescriptions":{"typeIdentifier":"t_rational_100000000_by_1","typeString":"int_const 100000000"}},"src":"10662:16:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2542,"nodeType":"ExpressionStatement","src":"10662:16:10"},{"expression":{"id":2545,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2543,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2478,"src":"10696:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"38","id":2544,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10706:1:10","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"10696:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2546,"nodeType":"ExpressionStatement","src":"10696:11:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2553,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2549,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10739:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_10000_by_1","typeString":"int_const 10000"},"id":2552,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2550,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10748:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"34","id":2551,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10754:1:10","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"10748:7:10","typeDescriptions":{"typeIdentifier":"t_rational_10000_by_1","typeString":"int_const 10000"}},"src":"10739:16:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2565,"nodeType":"IfStatement","src":"10735:100:10","trueBody":{"id":2564,"nodeType":"Block","src":"10757:78:10","statements":[{"expression":{"id":2558,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2554,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10775:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"commonType":{"typeIdentifier":"t_rational_10000_by_1","typeString":"int_const 10000"},"id":2557,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2555,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10784:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"34","id":2556,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10790:1:10","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"10784:7:10","typeDescriptions":{"typeIdentifier":"t_rational_10000_by_1","typeString":"int_const 10000"}},"src":"10775:16:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2559,"nodeType":"ExpressionStatement","src":"10775:16:10"},{"expression":{"id":2562,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2560,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2478,"src":"10809:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"34","id":2561,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10819:1:10","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"10809:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2563,"nodeType":"ExpressionStatement","src":"10809:11:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2570,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2566,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10852:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_100_by_1","typeString":"int_const 100"},"id":2569,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2567,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10861:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"32","id":2568,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10867:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"10861:7:10","typeDescriptions":{"typeIdentifier":"t_rational_100_by_1","typeString":"int_const 100"}},"src":"10852:16:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2582,"nodeType":"IfStatement","src":"10848:100:10","trueBody":{"id":2581,"nodeType":"Block","src":"10870:78:10","statements":[{"expression":{"id":2575,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2571,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10888:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"commonType":{"typeIdentifier":"t_rational_100_by_1","typeString":"int_const 100"},"id":2574,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2572,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10897:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"32","id":2573,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10903:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"10897:7:10","typeDescriptions":{"typeIdentifier":"t_rational_100_by_1","typeString":"int_const 100"}},"src":"10888:16:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2576,"nodeType":"ExpressionStatement","src":"10888:16:10"},{"expression":{"id":2579,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2577,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2478,"src":"10922:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"32","id":2578,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10932:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"10922:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2580,"nodeType":"ExpressionStatement","src":"10922:11:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2587,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2583,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2472,"src":"10965:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"id":2586,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2584,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10974:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"31","id":2585,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10980:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"10974:7:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"}},"src":"10965:16:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2593,"nodeType":"IfStatement","src":"10961:66:10","trueBody":{"id":2592,"nodeType":"Block","src":"10983:44:10","statements":[{"expression":{"id":2590,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2588,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2478,"src":"11001:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"31","id":2589,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11011:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"11001:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2591,"nodeType":"ExpressionStatement","src":"11001:11:10"}]}}]},{"expression":{"id":2595,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2478,"src":"11053:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2476,"id":2596,"nodeType":"Return","src":"11046:13:10"}]},"documentation":{"id":2470,"nodeType":"StructuredDocumentation","src":"10031:114:10","text":" @dev Return the log in base 10, rounded down, of a positive value.\n Returns 0 if given 0."},"id":2598,"implemented":true,"kind":"function","modifiers":[],"name":"log10","nameLocation":"10159:5:10","nodeType":"FunctionDefinition","parameters":{"id":2473,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2472,"mutability":"mutable","name":"value","nameLocation":"10173:5:10","nodeType":"VariableDeclaration","scope":2598,"src":"10165:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2471,"name":"uint256","nodeType":"ElementaryTypeName","src":"10165:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"10164:15:10"},"returnParameters":{"id":2476,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2475,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2598,"src":"10203:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2474,"name":"uint256","nodeType":"ElementaryTypeName","src":"10203:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"10202:9:10"},"scope":2761,"src":"10150:916:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2633,"nodeType":"Block","src":"11301:167:10","statements":[{"id":2632,"nodeType":"UncheckedBlock","src":"11311:151:10","statements":[{"assignments":[2610],"declarations":[{"constant":false,"id":2610,"mutability":"mutable","name":"result","nameLocation":"11343:6:10","nodeType":"VariableDeclaration","scope":2632,"src":"11335:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2609,"name":"uint256","nodeType":"ElementaryTypeName","src":"11335:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2614,"initialValue":{"arguments":[{"id":2612,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2601,"src":"11358:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2611,"name":"log10","nodeType":"Identifier","overloadedDeclarations":[2598,2634],"referencedDeclaration":2598,"src":"11352:5:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2613,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11352:12:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"11335:29:10"},{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2630,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2615,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2610,"src":"11385:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2625,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"id":2619,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2616,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2604,"src":"11395:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2617,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1902,"src":"11407:8:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$1902_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2618,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"11416:2:10","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":1900,"src":"11407:11:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"src":"11395:23:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2624,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2622,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2620,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11422:2:10","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"id":2621,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2610,"src":"11428:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11422:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2623,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2601,"src":"11437:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11422:20:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"11395:47:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"30","id":2627,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11449:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"id":2628,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"11395:55:10","trueExpression":{"hexValue":"31","id":2626,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11445:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"id":2629,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"11394:57:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"11385:66:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2608,"id":2631,"nodeType":"Return","src":"11378:73:10"}]}]},"documentation":{"id":2599,"nodeType":"StructuredDocumentation","src":"11072:143:10","text":" @dev Return the log in base 10, following the selected rounding direction, of a positive value.\n Returns 0 if given 0."},"id":2634,"implemented":true,"kind":"function","modifiers":[],"name":"log10","nameLocation":"11229:5:10","nodeType":"FunctionDefinition","parameters":{"id":2605,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2601,"mutability":"mutable","name":"value","nameLocation":"11243:5:10","nodeType":"VariableDeclaration","scope":2634,"src":"11235:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2600,"name":"uint256","nodeType":"ElementaryTypeName","src":"11235:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2604,"mutability":"mutable","name":"rounding","nameLocation":"11259:8:10","nodeType":"VariableDeclaration","scope":2634,"src":"11250:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2603,"nodeType":"UserDefinedTypeName","pathNode":{"id":2602,"name":"Rounding","nameLocations":["11250:8:10"],"nodeType":"IdentifierPath","referencedDeclaration":1902,"src":"11250:8:10"},"referencedDeclaration":1902,"src":"11250:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"11234:34:10"},"returnParameters":{"id":2608,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2607,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2634,"src":"11292:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2606,"name":"uint256","nodeType":"ElementaryTypeName","src":"11292:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"11291:9:10"},"scope":2761,"src":"11220:248:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2720,"nodeType":"Block","src":"11782:600:10","statements":[{"assignments":[2643],"declarations":[{"constant":false,"id":2643,"mutability":"mutable","name":"result","nameLocation":"11800:6:10","nodeType":"VariableDeclaration","scope":2720,"src":"11792:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2642,"name":"uint256","nodeType":"ElementaryTypeName","src":"11792:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2645,"initialValue":{"hexValue":"30","id":2644,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11809:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"nodeType":"VariableDeclarationStatement","src":"11792:18:10"},{"id":2717,"nodeType":"UncheckedBlock","src":"11820:533:10","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2650,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2648,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2646,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2637,"src":"11848:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"313238","id":2647,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11857:3:10","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"11848:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2649,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11863:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"11848:16:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2660,"nodeType":"IfStatement","src":"11844:98:10","trueBody":{"id":2659,"nodeType":"Block","src":"11866:76:10","statements":[{"expression":{"id":2653,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2651,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2637,"src":"11884:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"313238","id":2652,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11894:3:10","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"11884:13:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2654,"nodeType":"ExpressionStatement","src":"11884:13:10"},{"expression":{"id":2657,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2655,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2643,"src":"11915:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3136","id":2656,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11925:2:10","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"11915:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2658,"nodeType":"ExpressionStatement","src":"11915:12:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2665,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2663,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2661,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2637,"src":"11959:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3634","id":2662,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11968:2:10","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"11959:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2664,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11973:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"11959:15:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2675,"nodeType":"IfStatement","src":"11955:95:10","trueBody":{"id":2674,"nodeType":"Block","src":"11976:74:10","statements":[{"expression":{"id":2668,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2666,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2637,"src":"11994:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3634","id":2667,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12004:2:10","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"11994:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2669,"nodeType":"ExpressionStatement","src":"11994:12:10"},{"expression":{"id":2672,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2670,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2643,"src":"12024:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"38","id":2671,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12034:1:10","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"12024:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2673,"nodeType":"ExpressionStatement","src":"12024:11:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2680,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2678,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2676,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2637,"src":"12067:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3332","id":2677,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12076:2:10","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"12067:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2679,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12081:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"12067:15:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2690,"nodeType":"IfStatement","src":"12063:95:10","trueBody":{"id":2689,"nodeType":"Block","src":"12084:74:10","statements":[{"expression":{"id":2683,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2681,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2637,"src":"12102:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3332","id":2682,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12112:2:10","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"12102:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2684,"nodeType":"ExpressionStatement","src":"12102:12:10"},{"expression":{"id":2687,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2685,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2643,"src":"12132:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"34","id":2686,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12142:1:10","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"12132:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2688,"nodeType":"ExpressionStatement","src":"12132:11:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2695,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2693,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2691,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2637,"src":"12175:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3136","id":2692,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12184:2:10","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"12175:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2694,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12189:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"12175:15:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2705,"nodeType":"IfStatement","src":"12171:95:10","trueBody":{"id":2704,"nodeType":"Block","src":"12192:74:10","statements":[{"expression":{"id":2698,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2696,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2637,"src":"12210:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3136","id":2697,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12220:2:10","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"12210:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2699,"nodeType":"ExpressionStatement","src":"12210:12:10"},{"expression":{"id":2702,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2700,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2643,"src":"12240:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"32","id":2701,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12250:1:10","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"12240:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2703,"nodeType":"ExpressionStatement","src":"12240:11:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2710,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2708,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2706,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2637,"src":"12283:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"38","id":2707,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12292:1:10","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"12283:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2709,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12296:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"12283:14:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2716,"nodeType":"IfStatement","src":"12279:64:10","trueBody":{"id":2715,"nodeType":"Block","src":"12299:44:10","statements":[{"expression":{"id":2713,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2711,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2643,"src":"12317:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"31","id":2712,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12327:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"12317:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2714,"nodeType":"ExpressionStatement","src":"12317:11:10"}]}}]},{"expression":{"id":2718,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2643,"src":"12369:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2641,"id":2719,"nodeType":"Return","src":"12362:13:10"}]},"documentation":{"id":2635,"nodeType":"StructuredDocumentation","src":"11474:240:10","text":" @dev Return the log in base 256, rounded down, of a positive value.\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":2721,"implemented":true,"kind":"function","modifiers":[],"name":"log256","nameLocation":"11728:6:10","nodeType":"FunctionDefinition","parameters":{"id":2638,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2637,"mutability":"mutable","name":"value","nameLocation":"11743:5:10","nodeType":"VariableDeclaration","scope":2721,"src":"11735:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2636,"name":"uint256","nodeType":"ElementaryTypeName","src":"11735:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"11734:15:10"},"returnParameters":{"id":2641,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2640,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2721,"src":"11773:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2639,"name":"uint256","nodeType":"ElementaryTypeName","src":"11773:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"11772:9:10"},"scope":2761,"src":"11719:663:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2759,"nodeType":"Block","src":"12619:174:10","statements":[{"id":2758,"nodeType":"UncheckedBlock","src":"12629:158:10","statements":[{"assignments":[2733],"declarations":[{"constant":false,"id":2733,"mutability":"mutable","name":"result","nameLocation":"12661:6:10","nodeType":"VariableDeclaration","scope":2758,"src":"12653:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2732,"name":"uint256","nodeType":"ElementaryTypeName","src":"12653:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2737,"initialValue":{"arguments":[{"id":2735,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2724,"src":"12677:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2734,"name":"log256","nodeType":"Identifier","overloadedDeclarations":[2721,2760],"referencedDeclaration":2721,"src":"12670:6:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2736,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"12670:13:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"12653:30:10"},{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2756,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2738,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2733,"src":"12704:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2751,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"id":2742,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2739,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2727,"src":"12714:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2740,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1902,"src":"12726:8:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$1902_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2741,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"12735:2:10","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":1900,"src":"12726:11:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"src":"12714:23:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2750,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2748,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"31","id":2743,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12741:1:10","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":2746,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2744,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2733,"src":"12747:6:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<<","rightExpression":{"hexValue":"33","id":2745,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12757:1:10","typeDescriptions":{"typeIdentifier":"t_rational_3_by_1","typeString":"int_const 3"},"value":"3"},"src":"12747:11:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2747,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"12746:13:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"12741:18:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2749,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2724,"src":"12762:5:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"12741:26:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"12714:53:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"30","id":2753,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12774:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"id":2754,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"12714:61:10","trueExpression":{"hexValue":"31","id":2752,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12770:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"id":2755,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"12713:63:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"12704:72:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2731,"id":2757,"nodeType":"Return","src":"12697:79:10"}]}]},"documentation":{"id":2722,"nodeType":"StructuredDocumentation","src":"12388:144:10","text":" @dev Return the log in base 256, following the selected rounding direction, of a positive value.\n Returns 0 if given 0."},"id":2760,"implemented":true,"kind":"function","modifiers":[],"name":"log256","nameLocation":"12546:6:10","nodeType":"FunctionDefinition","parameters":{"id":2728,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2724,"mutability":"mutable","name":"value","nameLocation":"12561:5:10","nodeType":"VariableDeclaration","scope":2760,"src":"12553:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2723,"name":"uint256","nodeType":"ElementaryTypeName","src":"12553:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2727,"mutability":"mutable","name":"rounding","nameLocation":"12577:8:10","nodeType":"VariableDeclaration","scope":2760,"src":"12568:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2726,"nodeType":"UserDefinedTypeName","pathNode":{"id":2725,"name":"Rounding","nameLocations":["12568:8:10"],"nodeType":"IdentifierPath","referencedDeclaration":1902,"src":"12568:8:10"},"referencedDeclaration":1902,"src":"12568:8:10","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$1902","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"12552:34:10"},"returnParameters":{"id":2731,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2730,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2760,"src":"12610:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2729,"name":"uint256","nodeType":"ElementaryTypeName","src":"12610:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"12609:9:10"},"scope":2761,"src":"12537:256:10","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":2762,"src":"202:12593:10","usedErrors":[]}],"src":"103:12693:10"},"id":10},"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol","exportedSymbols":{"SignedMathUpgradeable":[2866]},"id":2867,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":2763,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"109:23:11"},{"abstract":false,"baseContracts":[],"canonicalName":"SignedMathUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":2764,"nodeType":"StructuredDocumentation","src":"134:80:11","text":" @dev Standard signed math utilities missing in the Solidity language."},"fullyImplemented":true,"id":2866,"linearizedBaseContracts":[2866],"name":"SignedMathUpgradeable","nameLocation":"223:21:11","nodeType":"ContractDefinition","nodes":[{"body":{"id":2781,"nodeType":"Block","src":"386:37:11","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2776,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2774,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2767,"src":"403:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"id":2775,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2769,"src":"407:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"403:5:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":2778,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2769,"src":"415:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"id":2779,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"403:13:11","trueExpression":{"id":2777,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2767,"src":"411:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"functionReturnParameters":2773,"id":2780,"nodeType":"Return","src":"396:20:11"}]},"documentation":{"id":2765,"nodeType":"StructuredDocumentation","src":"251:66:11","text":" @dev Returns the largest of two signed numbers."},"id":2782,"implemented":true,"kind":"function","modifiers":[],"name":"max","nameLocation":"331:3:11","nodeType":"FunctionDefinition","parameters":{"id":2770,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2767,"mutability":"mutable","name":"a","nameLocation":"342:1:11","nodeType":"VariableDeclaration","scope":2782,"src":"335:8:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2766,"name":"int256","nodeType":"ElementaryTypeName","src":"335:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"},{"constant":false,"id":2769,"mutability":"mutable","name":"b","nameLocation":"352:1:11","nodeType":"VariableDeclaration","scope":2782,"src":"345:8:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2768,"name":"int256","nodeType":"ElementaryTypeName","src":"345:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"334:20:11"},"returnParameters":{"id":2773,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2772,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2782,"src":"378:6:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2771,"name":"int256","nodeType":"ElementaryTypeName","src":"378:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"377:8:11"},"scope":2866,"src":"322:101:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2799,"nodeType":"Block","src":"565:37:11","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2794,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2792,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2785,"src":"582:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2793,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2787,"src":"586:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"582:5:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":2796,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2787,"src":"594:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"id":2797,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"582:13:11","trueExpression":{"id":2795,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2785,"src":"590:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"functionReturnParameters":2791,"id":2798,"nodeType":"Return","src":"575:20:11"}]},"documentation":{"id":2783,"nodeType":"StructuredDocumentation","src":"429:67:11","text":" @dev Returns the smallest of two signed numbers."},"id":2800,"implemented":true,"kind":"function","modifiers":[],"name":"min","nameLocation":"510:3:11","nodeType":"FunctionDefinition","parameters":{"id":2788,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2785,"mutability":"mutable","name":"a","nameLocation":"521:1:11","nodeType":"VariableDeclaration","scope":2800,"src":"514:8:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2784,"name":"int256","nodeType":"ElementaryTypeName","src":"514:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"},{"constant":false,"id":2787,"mutability":"mutable","name":"b","nameLocation":"531:1:11","nodeType":"VariableDeclaration","scope":2800,"src":"524:8:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2786,"name":"int256","nodeType":"ElementaryTypeName","src":"524:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"513:20:11"},"returnParameters":{"id":2791,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2790,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2800,"src":"557:6:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2789,"name":"int256","nodeType":"ElementaryTypeName","src":"557:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"556:8:11"},"scope":2866,"src":"501:101:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2843,"nodeType":"Block","src":"807:162:11","statements":[{"assignments":[2811],"declarations":[{"constant":false,"id":2811,"mutability":"mutable","name":"x","nameLocation":"876:1:11","nodeType":"VariableDeclaration","scope":2843,"src":"869:8:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2810,"name":"int256","nodeType":"ElementaryTypeName","src":"869:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"id":2824,"initialValue":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2823,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2814,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2812,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2803,"src":"881:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"id":2813,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2805,"src":"885:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"881:5:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2815,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"880:7:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2821,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2818,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2816,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2803,"src":"892:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"^","rightExpression":{"id":2817,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2805,"src":"896:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"892:5:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2819,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"891:7:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2820,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"902:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"891:12:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2822,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"890:14:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"880:24:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"VariableDeclarationStatement","src":"869:35:11"},{"expression":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2841,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2825,"name":"x","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2811,"src":"921:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2839,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2833,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":2830,"name":"x","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2811,"src":"941:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_int256","typeString":"int256"}],"id":2829,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"933:7:11","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":2828,"name":"uint256","nodeType":"ElementaryTypeName","src":"933:7:11","typeDescriptions":{}}},"id":2831,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"933:10:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"323535","id":2832,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"947:3:11","typeDescriptions":{"typeIdentifier":"t_rational_255_by_1","typeString":"int_const 255"},"value":"255"},"src":"933:17:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2827,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"926:6:11","typeDescriptions":{"typeIdentifier":"t_type$_t_int256_$","typeString":"type(int256)"},"typeName":{"id":2826,"name":"int256","nodeType":"ElementaryTypeName","src":"926:6:11","typeDescriptions":{}}},"id":2834,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"926:25:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2837,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2835,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2803,"src":"955:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"^","rightExpression":{"id":2836,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2805,"src":"959:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"955:5:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2838,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"954:7:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"926:35:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2840,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"925:37:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"921:41:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"functionReturnParameters":2809,"id":2842,"nodeType":"Return","src":"914:48:11"}]},"documentation":{"id":2801,"nodeType":"StructuredDocumentation","src":"608:126:11","text":" @dev Returns the average of two signed numbers without overflow.\n The result is rounded towards zero."},"id":2844,"implemented":true,"kind":"function","modifiers":[],"name":"average","nameLocation":"748:7:11","nodeType":"FunctionDefinition","parameters":{"id":2806,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2803,"mutability":"mutable","name":"a","nameLocation":"763:1:11","nodeType":"VariableDeclaration","scope":2844,"src":"756:8:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2802,"name":"int256","nodeType":"ElementaryTypeName","src":"756:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"},{"constant":false,"id":2805,"mutability":"mutable","name":"b","nameLocation":"773:1:11","nodeType":"VariableDeclaration","scope":2844,"src":"766:8:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2804,"name":"int256","nodeType":"ElementaryTypeName","src":"766:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"755:20:11"},"returnParameters":{"id":2809,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2808,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2844,"src":"799:6:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2807,"name":"int256","nodeType":"ElementaryTypeName","src":"799:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"798:8:11"},"scope":2866,"src":"739:230:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2864,"nodeType":"Block","src":"1113:158:11","statements":[{"id":2863,"nodeType":"UncheckedBlock","src":"1123:142:11","statements":[{"expression":{"arguments":[{"condition":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2856,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2854,"name":"n","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2847,"src":"1238:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"hexValue":"30","id":2855,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1243:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1238:6:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":2859,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"-","prefix":true,"src":"1251:2:11","subExpression":{"id":2858,"name":"n","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2847,"src":"1252:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"id":2860,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"1238:15:11","trueExpression":{"id":2857,"name":"n","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2847,"src":"1247:1:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_int256","typeString":"int256"}],"id":2853,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1230:7:11","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":2852,"name":"uint256","nodeType":"ElementaryTypeName","src":"1230:7:11","typeDescriptions":{}}},"id":2861,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1230:24:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2851,"id":2862,"nodeType":"Return","src":"1223:31:11"}]}]},"documentation":{"id":2845,"nodeType":"StructuredDocumentation","src":"975:78:11","text":" @dev Returns the absolute unsigned value of a signed value."},"id":2865,"implemented":true,"kind":"function","modifiers":[],"name":"abs","nameLocation":"1067:3:11","nodeType":"FunctionDefinition","parameters":{"id":2848,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2847,"mutability":"mutable","name":"n","nameLocation":"1078:1:11","nodeType":"VariableDeclaration","scope":2865,"src":"1071:8:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2846,"name":"int256","nodeType":"ElementaryTypeName","src":"1071:6:11","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"1070:10:11"},"returnParameters":{"id":2851,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2850,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2865,"src":"1104:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2849,"name":"uint256","nodeType":"ElementaryTypeName","src":"1104:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1103:9:11"},"scope":2866,"src":"1058:213:11","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":2867,"src":"215:1058:11","usedErrors":[]}],"src":"109:1165:11"},"id":11},"@openzeppelin/contracts/token/ERC20/ERC20.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/ERC20.sol","exportedSymbols":{"Context":[3586],"ERC20":[3453],"IERC20":[3531],"IERC20Metadata":[3556]},"id":3454,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":2868,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"105:23:12"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"./IERC20.sol","id":2869,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3454,"sourceUnit":3532,"src":"130:22:12","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol","file":"./extensions/IERC20Metadata.sol","id":2870,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3454,"sourceUnit":3557,"src":"153:41:12","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/utils/Context.sol","file":"../../utils/Context.sol","id":2871,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3454,"sourceUnit":3587,"src":"195:33:12","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":2873,"name":"Context","nameLocations":["1550:7:12"],"nodeType":"IdentifierPath","referencedDeclaration":3586,"src":"1550:7:12"},"id":2874,"nodeType":"InheritanceSpecifier","src":"1550:7:12"},{"baseName":{"id":2875,"name":"IERC20","nameLocations":["1559:6:12"],"nodeType":"IdentifierPath","referencedDeclaration":3531,"src":"1559:6:12"},"id":2876,"nodeType":"InheritanceSpecifier","src":"1559:6:12"},{"baseName":{"id":2877,"name":"IERC20Metadata","nameLocations":["1567:14:12"],"nodeType":"IdentifierPath","referencedDeclaration":3556,"src":"1567:14:12"},"id":2878,"nodeType":"InheritanceSpecifier","src":"1567:14:12"}],"canonicalName":"ERC20","contractDependencies":[],"contractKind":"contract","documentation":{"id":2872,"nodeType":"StructuredDocumentation","src":"230:1301:12","text":" @dev Implementation of the {IERC20} interface.\n This implementation is agnostic to the way tokens are created. This means\n that a supply mechanism has to be added in a derived contract using {_mint}.\n For a generic mechanism see {ERC20PresetMinterPauser}.\n TIP: For a detailed writeup see our guide\n https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\n to implement supply mechanisms].\n The default value of {decimals} is 18. To change this, you should override\n this function so it returns a different value.\n We have followed general OpenZeppelin Contracts guidelines: functions revert\n instead returning `false` on failure. This behavior is nonetheless\n conventional and does not conflict with the expectations of ERC20\n applications.\n Additionally, an {Approval} event is emitted on calls to {transferFrom}.\n This allows applications to reconstruct the allowance for all accounts just\n by listening to said events. Other implementations of the EIP may not emit\n these events, as it isn't required by the specification.\n Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\n functions have been added to mitigate the well-known issues around setting\n allowances. See {IERC20-approve}."},"fullyImplemented":true,"id":3453,"linearizedBaseContracts":[3453,3556,3531,3586],"name":"ERC20","nameLocation":"1541:5:12","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":2882,"mutability":"mutable","name":"_balances","nameLocation":"1624:9:12","nodeType":"VariableDeclaration","scope":3453,"src":"1588:45:12","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":2881,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":2879,"name":"address","nodeType":"ElementaryTypeName","src":"1596:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"1588:27:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":2880,"name":"uint256","nodeType":"ElementaryTypeName","src":"1607:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"private"},{"constant":false,"id":2888,"mutability":"mutable","name":"_allowances","nameLocation":"1696:11:12","nodeType":"VariableDeclaration","scope":3453,"src":"1640:67:12","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$","typeString":"mapping(address => mapping(address => uint256))"},"typeName":{"id":2887,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":2883,"name":"address","nodeType":"ElementaryTypeName","src":"1648:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"1640:47:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$","typeString":"mapping(address => mapping(address => uint256))"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":2886,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":2884,"name":"address","nodeType":"ElementaryTypeName","src":"1667:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"1659:27:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":2885,"name":"uint256","nodeType":"ElementaryTypeName","src":"1678:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}}},"visibility":"private"},{"constant":false,"id":2890,"mutability":"mutable","name":"_totalSupply","nameLocation":"1730:12:12","nodeType":"VariableDeclaration","scope":3453,"src":"1714:28:12","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2889,"name":"uint256","nodeType":"ElementaryTypeName","src":"1714:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"private"},{"constant":false,"id":2892,"mutability":"mutable","name":"_name","nameLocation":"1764:5:12","nodeType":"VariableDeclaration","scope":3453,"src":"1749:20:12","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string"},"typeName":{"id":2891,"name":"string","nodeType":"ElementaryTypeName","src":"1749:6:12","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"private"},{"constant":false,"id":2894,"mutability":"mutable","name":"_symbol","nameLocation":"1790:7:12","nodeType":"VariableDeclaration","scope":3453,"src":"1775:22:12","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string"},"typeName":{"id":2893,"name":"string","nodeType":"ElementaryTypeName","src":"1775:6:12","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"private"},{"body":{"id":2910,"nodeType":"Block","src":"2036:57:12","statements":[{"expression":{"id":2904,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2902,"name":"_name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2892,"src":"2046:5:12","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":2903,"name":"name_","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2897,"src":"2054:5:12","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"src":"2046:13:12","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"id":2905,"nodeType":"ExpressionStatement","src":"2046:13:12"},{"expression":{"id":2908,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2906,"name":"_symbol","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2894,"src":"2069:7:12","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":2907,"name":"symbol_","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2899,"src":"2079:7:12","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"src":"2069:17:12","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"id":2909,"nodeType":"ExpressionStatement","src":"2069:17:12"}]},"documentation":{"id":2895,"nodeType":"StructuredDocumentation","src":"1804:171:12","text":" @dev Sets the values for {name} and {symbol}.\n All two of these values are immutable: they can only be set once during\n construction."},"id":2911,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":2900,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2897,"mutability":"mutable","name":"name_","nameLocation":"2006:5:12","nodeType":"VariableDeclaration","scope":2911,"src":"1992:19:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":2896,"name":"string","nodeType":"ElementaryTypeName","src":"1992:6:12","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"},{"constant":false,"id":2899,"mutability":"mutable","name":"symbol_","nameLocation":"2027:7:12","nodeType":"VariableDeclaration","scope":2911,"src":"2013:21:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":2898,"name":"string","nodeType":"ElementaryTypeName","src":"2013:6:12","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1991:44:12"},"returnParameters":{"id":2901,"nodeType":"ParameterList","parameters":[],"src":"2036:0:12"},"scope":3453,"src":"1980:113:12","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"baseFunctions":[3543],"body":{"id":2920,"nodeType":"Block","src":"2227:29:12","statements":[{"expression":{"id":2918,"name":"_name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2892,"src":"2244:5:12","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"functionReturnParameters":2917,"id":2919,"nodeType":"Return","src":"2237:12:12"}]},"documentation":{"id":2912,"nodeType":"StructuredDocumentation","src":"2099:54:12","text":" @dev Returns the name of the token."},"functionSelector":"06fdde03","id":2921,"implemented":true,"kind":"function","modifiers":[],"name":"name","nameLocation":"2167:4:12","nodeType":"FunctionDefinition","overrides":{"id":2914,"nodeType":"OverrideSpecifier","overrides":[],"src":"2194:8:12"},"parameters":{"id":2913,"nodeType":"ParameterList","parameters":[],"src":"2171:2:12"},"returnParameters":{"id":2917,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2916,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2921,"src":"2212:13:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":2915,"name":"string","nodeType":"ElementaryTypeName","src":"2212:6:12","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2211:15:12"},"scope":3453,"src":"2158:98:12","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[3549],"body":{"id":2930,"nodeType":"Block","src":"2440:31:12","statements":[{"expression":{"id":2928,"name":"_symbol","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2894,"src":"2457:7:12","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"functionReturnParameters":2927,"id":2929,"nodeType":"Return","src":"2450:14:12"}]},"documentation":{"id":2922,"nodeType":"StructuredDocumentation","src":"2262:102:12","text":" @dev Returns the symbol of the token, usually a shorter version of the\n name."},"functionSelector":"95d89b41","id":2931,"implemented":true,"kind":"function","modifiers":[],"name":"symbol","nameLocation":"2378:6:12","nodeType":"FunctionDefinition","overrides":{"id":2924,"nodeType":"OverrideSpecifier","overrides":[],"src":"2407:8:12"},"parameters":{"id":2923,"nodeType":"ParameterList","parameters":[],"src":"2384:2:12"},"returnParameters":{"id":2927,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2926,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2931,"src":"2425:13:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":2925,"name":"string","nodeType":"ElementaryTypeName","src":"2425:6:12","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2424:15:12"},"scope":3453,"src":"2369:102:12","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[3555],"body":{"id":2940,"nodeType":"Block","src":"3169:26:12","statements":[{"expression":{"hexValue":"3138","id":2938,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3186:2:12","typeDescriptions":{"typeIdentifier":"t_rational_18_by_1","typeString":"int_const 18"},"value":"18"},"functionReturnParameters":2937,"id":2939,"nodeType":"Return","src":"3179:9:12"}]},"documentation":{"id":2932,"nodeType":"StructuredDocumentation","src":"2477:622:12","text":" @dev Returns the number of decimals used to get its user representation.\n For example, if `decimals` equals `2`, a balance of `505` tokens should\n be displayed to a user as `5.05` (`505 / 10 ** 2`).\n Tokens usually opt for a value of 18, imitating the relationship between\n Ether and Wei. This is the default value returned by this function, unless\n it's overridden.\n NOTE: This information is only used for _display_ purposes: it in\n no way affects any of the arithmetic of the contract, including\n {IERC20-balanceOf} and {IERC20-transfer}."},"functionSelector":"313ce567","id":2941,"implemented":true,"kind":"function","modifiers":[],"name":"decimals","nameLocation":"3113:8:12","nodeType":"FunctionDefinition","overrides":{"id":2934,"nodeType":"OverrideSpecifier","overrides":[],"src":"3144:8:12"},"parameters":{"id":2933,"nodeType":"ParameterList","parameters":[],"src":"3121:2:12"},"returnParameters":{"id":2937,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2936,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2941,"src":"3162:5:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":2935,"name":"uint8","nodeType":"ElementaryTypeName","src":"3162:5:12","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"3161:7:12"},"scope":3453,"src":"3104:91:12","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[3480],"body":{"id":2950,"nodeType":"Block","src":"3325:36:12","statements":[{"expression":{"id":2948,"name":"_totalSupply","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2890,"src":"3342:12:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2947,"id":2949,"nodeType":"Return","src":"3335:19:12"}]},"documentation":{"id":2942,"nodeType":"StructuredDocumentation","src":"3201:49:12","text":" @dev See {IERC20-totalSupply}."},"functionSelector":"18160ddd","id":2951,"implemented":true,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"3264:11:12","nodeType":"FunctionDefinition","overrides":{"id":2944,"nodeType":"OverrideSpecifier","overrides":[],"src":"3298:8:12"},"parameters":{"id":2943,"nodeType":"ParameterList","parameters":[],"src":"3275:2:12"},"returnParameters":{"id":2947,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2946,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2951,"src":"3316:7:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2945,"name":"uint256","nodeType":"ElementaryTypeName","src":"3316:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3315:9:12"},"scope":3453,"src":"3255:106:12","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[3488],"body":{"id":2964,"nodeType":"Block","src":"3502:42:12","statements":[{"expression":{"baseExpression":{"id":2960,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2882,"src":"3519:9:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":2962,"indexExpression":{"id":2961,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2954,"src":"3529:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3519:18:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2959,"id":2963,"nodeType":"Return","src":"3512:25:12"}]},"documentation":{"id":2952,"nodeType":"StructuredDocumentation","src":"3367:47:12","text":" @dev See {IERC20-balanceOf}."},"functionSelector":"70a08231","id":2965,"implemented":true,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"3428:9:12","nodeType":"FunctionDefinition","overrides":{"id":2956,"nodeType":"OverrideSpecifier","overrides":[],"src":"3475:8:12"},"parameters":{"id":2955,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2954,"mutability":"mutable","name":"account","nameLocation":"3446:7:12","nodeType":"VariableDeclaration","scope":2965,"src":"3438:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2953,"name":"address","nodeType":"ElementaryTypeName","src":"3438:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3437:17:12"},"returnParameters":{"id":2959,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2958,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2965,"src":"3493:7:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2957,"name":"uint256","nodeType":"ElementaryTypeName","src":"3493:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3492:9:12"},"scope":3453,"src":"3419:125:12","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[3498],"body":{"id":2989,"nodeType":"Block","src":"3825:104:12","statements":[{"assignments":[2977],"declarations":[{"constant":false,"id":2977,"mutability":"mutable","name":"owner","nameLocation":"3843:5:12","nodeType":"VariableDeclaration","scope":2989,"src":"3835:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2976,"name":"address","nodeType":"ElementaryTypeName","src":"3835:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":2980,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":2978,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3568,"src":"3851:10:12","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":2979,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3851:12:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"3835:28:12"},{"expression":{"arguments":[{"id":2982,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2977,"src":"3883:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":2983,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2968,"src":"3890:2:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":2984,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2970,"src":"3894:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2981,"name":"_transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3213,"src":"3873:9:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":2985,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3873:28:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2986,"nodeType":"ExpressionStatement","src":"3873:28:12"},{"expression":{"hexValue":"74727565","id":2987,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3918:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":2975,"id":2988,"nodeType":"Return","src":"3911:11:12"}]},"documentation":{"id":2966,"nodeType":"StructuredDocumentation","src":"3550:185:12","text":" @dev See {IERC20-transfer}.\n Requirements:\n - `to` cannot be the zero address.\n - the caller must have a balance of at least `amount`."},"functionSelector":"a9059cbb","id":2990,"implemented":true,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"3749:8:12","nodeType":"FunctionDefinition","overrides":{"id":2972,"nodeType":"OverrideSpecifier","overrides":[],"src":"3801:8:12"},"parameters":{"id":2971,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2968,"mutability":"mutable","name":"to","nameLocation":"3766:2:12","nodeType":"VariableDeclaration","scope":2990,"src":"3758:10:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2967,"name":"address","nodeType":"ElementaryTypeName","src":"3758:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2970,"mutability":"mutable","name":"amount","nameLocation":"3778:6:12","nodeType":"VariableDeclaration","scope":2990,"src":"3770:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2969,"name":"uint256","nodeType":"ElementaryTypeName","src":"3770:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3757:28:12"},"returnParameters":{"id":2975,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2974,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2990,"src":"3819:4:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2973,"name":"bool","nodeType":"ElementaryTypeName","src":"3819:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"3818:6:12"},"scope":3453,"src":"3740:189:12","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[3508],"body":{"id":3007,"nodeType":"Block","src":"4085:51:12","statements":[{"expression":{"baseExpression":{"baseExpression":{"id":3001,"name":"_allowances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2888,"src":"4102:11:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$","typeString":"mapping(address => mapping(address => uint256))"}},"id":3003,"indexExpression":{"id":3002,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2993,"src":"4114:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4102:18:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3005,"indexExpression":{"id":3004,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2995,"src":"4121:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4102:27:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":3000,"id":3006,"nodeType":"Return","src":"4095:34:12"}]},"documentation":{"id":2991,"nodeType":"StructuredDocumentation","src":"3935:47:12","text":" @dev See {IERC20-allowance}."},"functionSelector":"dd62ed3e","id":3008,"implemented":true,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"3996:9:12","nodeType":"FunctionDefinition","overrides":{"id":2997,"nodeType":"OverrideSpecifier","overrides":[],"src":"4058:8:12"},"parameters":{"id":2996,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2993,"mutability":"mutable","name":"owner","nameLocation":"4014:5:12","nodeType":"VariableDeclaration","scope":3008,"src":"4006:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2992,"name":"address","nodeType":"ElementaryTypeName","src":"4006:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2995,"mutability":"mutable","name":"spender","nameLocation":"4029:7:12","nodeType":"VariableDeclaration","scope":3008,"src":"4021:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2994,"name":"address","nodeType":"ElementaryTypeName","src":"4021:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"4005:32:12"},"returnParameters":{"id":3000,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2999,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3008,"src":"4076:7:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2998,"name":"uint256","nodeType":"ElementaryTypeName","src":"4076:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4075:9:12"},"scope":3453,"src":"3987:149:12","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[3518],"body":{"id":3032,"nodeType":"Block","src":"4533:108:12","statements":[{"assignments":[3020],"declarations":[{"constant":false,"id":3020,"mutability":"mutable","name":"owner","nameLocation":"4551:5:12","nodeType":"VariableDeclaration","scope":3032,"src":"4543:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3019,"name":"address","nodeType":"ElementaryTypeName","src":"4543:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":3023,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":3021,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3568,"src":"4559:10:12","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":3022,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4559:12:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"4543:28:12"},{"expression":{"arguments":[{"id":3025,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3020,"src":"4590:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3026,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3011,"src":"4597:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3027,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3013,"src":"4606:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3024,"name":"_approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3387,"src":"4581:8:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3028,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4581:32:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3029,"nodeType":"ExpressionStatement","src":"4581:32:12"},{"expression":{"hexValue":"74727565","id":3030,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"4630:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":3018,"id":3031,"nodeType":"Return","src":"4623:11:12"}]},"documentation":{"id":3009,"nodeType":"StructuredDocumentation","src":"4142:297:12","text":" @dev See {IERC20-approve}.\n NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\n `transferFrom`. This is semantically equivalent to an infinite approval.\n Requirements:\n - `spender` cannot be the zero address."},"functionSelector":"095ea7b3","id":3033,"implemented":true,"kind":"function","modifiers":[],"name":"approve","nameLocation":"4453:7:12","nodeType":"FunctionDefinition","overrides":{"id":3015,"nodeType":"OverrideSpecifier","overrides":[],"src":"4509:8:12"},"parameters":{"id":3014,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3011,"mutability":"mutable","name":"spender","nameLocation":"4469:7:12","nodeType":"VariableDeclaration","scope":3033,"src":"4461:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3010,"name":"address","nodeType":"ElementaryTypeName","src":"4461:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3013,"mutability":"mutable","name":"amount","nameLocation":"4486:6:12","nodeType":"VariableDeclaration","scope":3033,"src":"4478:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3012,"name":"uint256","nodeType":"ElementaryTypeName","src":"4478:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4460:33:12"},"returnParameters":{"id":3018,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3017,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3033,"src":"4527:4:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3016,"name":"bool","nodeType":"ElementaryTypeName","src":"4527:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"4526:6:12"},"scope":3453,"src":"4444:197:12","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[3530],"body":{"id":3065,"nodeType":"Block","src":"5306:153:12","statements":[{"assignments":[3047],"declarations":[{"constant":false,"id":3047,"mutability":"mutable","name":"spender","nameLocation":"5324:7:12","nodeType":"VariableDeclaration","scope":3065,"src":"5316:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3046,"name":"address","nodeType":"ElementaryTypeName","src":"5316:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":3050,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":3048,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3568,"src":"5334:10:12","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":3049,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5334:12:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"5316:30:12"},{"expression":{"arguments":[{"id":3052,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3036,"src":"5372:4:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3053,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3047,"src":"5378:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3054,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3040,"src":"5387:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3051,"name":"_spendAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3430,"src":"5356:15:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3055,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5356:38:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3056,"nodeType":"ExpressionStatement","src":"5356:38:12"},{"expression":{"arguments":[{"id":3058,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3036,"src":"5414:4:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3059,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3038,"src":"5420:2:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3060,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3040,"src":"5424:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3057,"name":"_transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3213,"src":"5404:9:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3061,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5404:27:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3062,"nodeType":"ExpressionStatement","src":"5404:27:12"},{"expression":{"hexValue":"74727565","id":3063,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5448:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":3045,"id":3064,"nodeType":"Return","src":"5441:11:12"}]},"documentation":{"id":3034,"nodeType":"StructuredDocumentation","src":"4647:551:12","text":" @dev See {IERC20-transferFrom}.\n Emits an {Approval} event indicating the updated allowance. This is not\n required by the EIP. See the note at the beginning of {ERC20}.\n NOTE: Does not update the allowance if the current allowance\n is the maximum `uint256`.\n Requirements:\n - `from` and `to` cannot be the zero address.\n - `from` must have a balance of at least `amount`.\n - the caller must have allowance for ``from``'s tokens of at least\n `amount`."},"functionSelector":"23b872dd","id":3066,"implemented":true,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"5212:12:12","nodeType":"FunctionDefinition","overrides":{"id":3042,"nodeType":"OverrideSpecifier","overrides":[],"src":"5282:8:12"},"parameters":{"id":3041,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3036,"mutability":"mutable","name":"from","nameLocation":"5233:4:12","nodeType":"VariableDeclaration","scope":3066,"src":"5225:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3035,"name":"address","nodeType":"ElementaryTypeName","src":"5225:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3038,"mutability":"mutable","name":"to","nameLocation":"5247:2:12","nodeType":"VariableDeclaration","scope":3066,"src":"5239:10:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3037,"name":"address","nodeType":"ElementaryTypeName","src":"5239:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3040,"mutability":"mutable","name":"amount","nameLocation":"5259:6:12","nodeType":"VariableDeclaration","scope":3066,"src":"5251:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3039,"name":"uint256","nodeType":"ElementaryTypeName","src":"5251:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"5224:42:12"},"returnParameters":{"id":3045,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3044,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3066,"src":"5300:4:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3043,"name":"bool","nodeType":"ElementaryTypeName","src":"5300:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5299:6:12"},"scope":3453,"src":"5203:256:12","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":3094,"nodeType":"Block","src":"5948:140:12","statements":[{"assignments":[3077],"declarations":[{"constant":false,"id":3077,"mutability":"mutable","name":"owner","nameLocation":"5966:5:12","nodeType":"VariableDeclaration","scope":3094,"src":"5958:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3076,"name":"address","nodeType":"ElementaryTypeName","src":"5958:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":3080,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":3078,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3568,"src":"5974:10:12","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":"5974:12:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"5958:28:12"},{"expression":{"arguments":[{"id":3082,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3077,"src":"6005:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3083,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3069,"src":"6012:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3089,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":3085,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3077,"src":"6031:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3086,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3069,"src":"6038:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":3084,"name":"allowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3008,"src":"6021:9:12","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view returns (uint256)"}},"id":3087,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6021:25:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"id":3088,"name":"addedValue","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3071,"src":"6049:10:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6021:38:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3081,"name":"_approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3387,"src":"5996:8:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3090,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5996:64:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3091,"nodeType":"ExpressionStatement","src":"5996:64:12"},{"expression":{"hexValue":"74727565","id":3092,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6077:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":3075,"id":3093,"nodeType":"Return","src":"6070:11:12"}]},"documentation":{"id":3067,"nodeType":"StructuredDocumentation","src":"5465:384:12","text":" @dev Atomically increases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address."},"functionSelector":"39509351","id":3095,"implemented":true,"kind":"function","modifiers":[],"name":"increaseAllowance","nameLocation":"5863:17:12","nodeType":"FunctionDefinition","parameters":{"id":3072,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3069,"mutability":"mutable","name":"spender","nameLocation":"5889:7:12","nodeType":"VariableDeclaration","scope":3095,"src":"5881:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3068,"name":"address","nodeType":"ElementaryTypeName","src":"5881:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3071,"mutability":"mutable","name":"addedValue","nameLocation":"5906:10:12","nodeType":"VariableDeclaration","scope":3095,"src":"5898:18:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3070,"name":"uint256","nodeType":"ElementaryTypeName","src":"5898:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"5880:37:12"},"returnParameters":{"id":3075,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3074,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3095,"src":"5942:4:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3073,"name":"bool","nodeType":"ElementaryTypeName","src":"5942:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5941:6:12"},"scope":3453,"src":"5854:234:12","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":3135,"nodeType":"Block","src":"6674:328:12","statements":[{"assignments":[3106],"declarations":[{"constant":false,"id":3106,"mutability":"mutable","name":"owner","nameLocation":"6692:5:12","nodeType":"VariableDeclaration","scope":3135,"src":"6684:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3105,"name":"address","nodeType":"ElementaryTypeName","src":"6684:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":3109,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":3107,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3568,"src":"6700:10:12","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":3108,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6700:12:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"6684:28:12"},{"assignments":[3111],"declarations":[{"constant":false,"id":3111,"mutability":"mutable","name":"currentAllowance","nameLocation":"6730:16:12","nodeType":"VariableDeclaration","scope":3135,"src":"6722:24:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3110,"name":"uint256","nodeType":"ElementaryTypeName","src":"6722:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":3116,"initialValue":{"arguments":[{"id":3113,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3106,"src":"6759:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3114,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3098,"src":"6766:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":3112,"name":"allowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3008,"src":"6749:9:12","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view returns (uint256)"}},"id":3115,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6749:25:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6722:52:12"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3120,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3118,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3111,"src":"6792:16:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":3119,"name":"subtractedValue","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3100,"src":"6812:15:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6792:35:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f","id":3121,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6829:39:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","typeString":"literal_string \"ERC20: decreased allowance below zero\""},"value":"ERC20: decreased allowance below zero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","typeString":"literal_string \"ERC20: decreased allowance below zero\""}],"id":3117,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6784:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3122,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6784:85:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3123,"nodeType":"ExpressionStatement","src":"6784:85:12"},{"id":3132,"nodeType":"UncheckedBlock","src":"6879:95:12","statements":[{"expression":{"arguments":[{"id":3125,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3106,"src":"6912:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3126,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3098,"src":"6919:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3129,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3127,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3111,"src":"6928:16:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":3128,"name":"subtractedValue","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3100,"src":"6947:15:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6928:34:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3124,"name":"_approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3387,"src":"6903:8:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3130,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6903:60:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3131,"nodeType":"ExpressionStatement","src":"6903:60:12"}]},{"expression":{"hexValue":"74727565","id":3133,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6991:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":3104,"id":3134,"nodeType":"Return","src":"6984:11:12"}]},"documentation":{"id":3096,"nodeType":"StructuredDocumentation","src":"6094:476:12","text":" @dev Atomically decreases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address.\n - `spender` must have allowance for the caller of at least\n `subtractedValue`."},"functionSelector":"a457c2d7","id":3136,"implemented":true,"kind":"function","modifiers":[],"name":"decreaseAllowance","nameLocation":"6584:17:12","nodeType":"FunctionDefinition","parameters":{"id":3101,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3098,"mutability":"mutable","name":"spender","nameLocation":"6610:7:12","nodeType":"VariableDeclaration","scope":3136,"src":"6602:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3097,"name":"address","nodeType":"ElementaryTypeName","src":"6602:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3100,"mutability":"mutable","name":"subtractedValue","nameLocation":"6627:15:12","nodeType":"VariableDeclaration","scope":3136,"src":"6619:23:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3099,"name":"uint256","nodeType":"ElementaryTypeName","src":"6619:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6601:42:12"},"returnParameters":{"id":3104,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3103,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3136,"src":"6668:4:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3102,"name":"bool","nodeType":"ElementaryTypeName","src":"6668:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6667:6:12"},"scope":3453,"src":"6575:427:12","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":3212,"nodeType":"Block","src":"7534:710:12","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3152,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3147,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3139,"src":"7552:4:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3150,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7568: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":3149,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7560:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3148,"name":"address","nodeType":"ElementaryTypeName","src":"7560:7:12","typeDescriptions":{}}},"id":3151,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7560:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"7552:18:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a207472616e736665722066726f6d20746865207a65726f2061646472657373","id":3153,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7572:39:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","typeString":"literal_string \"ERC20: transfer from the zero address\""},"value":"ERC20: transfer from the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","typeString":"literal_string \"ERC20: transfer from the zero address\""}],"id":3146,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"7544:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3154,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7544:68:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3155,"nodeType":"ExpressionStatement","src":"7544:68:12"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3162,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3157,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3141,"src":"7630:2:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3160,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7644: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":3159,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7636:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3158,"name":"address","nodeType":"ElementaryTypeName","src":"7636:7:12","typeDescriptions":{}}},"id":3161,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7636:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"7630:16:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a207472616e7366657220746f20746865207a65726f2061646472657373","id":3163,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7648:37:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","typeString":"literal_string \"ERC20: transfer to the zero address\""},"value":"ERC20: transfer to the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","typeString":"literal_string \"ERC20: transfer to the zero address\""}],"id":3156,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"7622:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3164,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7622:64:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3165,"nodeType":"ExpressionStatement","src":"7622:64:12"},{"expression":{"arguments":[{"id":3167,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3139,"src":"7718:4:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3168,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3141,"src":"7724:2:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3169,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3143,"src":"7728:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3166,"name":"_beforeTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3441,"src":"7697:20:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3170,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7697:38:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3171,"nodeType":"ExpressionStatement","src":"7697:38:12"},{"assignments":[3173],"declarations":[{"constant":false,"id":3173,"mutability":"mutable","name":"fromBalance","nameLocation":"7754:11:12","nodeType":"VariableDeclaration","scope":3212,"src":"7746:19:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3172,"name":"uint256","nodeType":"ElementaryTypeName","src":"7746:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":3177,"initialValue":{"baseExpression":{"id":3174,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2882,"src":"7768:9:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3176,"indexExpression":{"id":3175,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3139,"src":"7778:4:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7768:15:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"7746:37:12"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3181,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3179,"name":"fromBalance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3173,"src":"7801:11:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":3180,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3143,"src":"7816:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7801:21:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365","id":3182,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7824:40:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","typeString":"literal_string \"ERC20: transfer amount exceeds balance\""},"value":"ERC20: transfer amount exceeds balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","typeString":"literal_string \"ERC20: transfer amount exceeds balance\""}],"id":3178,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"7793:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3183,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7793:72:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3184,"nodeType":"ExpressionStatement","src":"7793:72:12"},{"id":3199,"nodeType":"UncheckedBlock","src":"7875:273:12","statements":[{"expression":{"id":3191,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":3185,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2882,"src":"7899:9:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3187,"indexExpression":{"id":3186,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3139,"src":"7909:4:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"7899:15:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3190,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3188,"name":"fromBalance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3173,"src":"7917:11:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":3189,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3143,"src":"7931:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7917:20:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7899:38:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3192,"nodeType":"ExpressionStatement","src":"7899:38:12"},{"expression":{"id":3197,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":3193,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2882,"src":"8114:9:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3195,"indexExpression":{"id":3194,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3141,"src":"8124:2:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"8114:13:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"id":3196,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3143,"src":"8131:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8114:23:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3198,"nodeType":"ExpressionStatement","src":"8114:23:12"}]},{"eventCall":{"arguments":[{"id":3201,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3139,"src":"8172:4:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3202,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3141,"src":"8178:2:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3203,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3143,"src":"8182:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3200,"name":"Transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3465,"src":"8163:8:12","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3204,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8163:26:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3205,"nodeType":"EmitStatement","src":"8158:31:12"},{"expression":{"arguments":[{"id":3207,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3139,"src":"8220:4:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3208,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3141,"src":"8226:2:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3209,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3143,"src":"8230:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3206,"name":"_afterTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3452,"src":"8200:19:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3210,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8200:37:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3211,"nodeType":"ExpressionStatement","src":"8200:37:12"}]},"documentation":{"id":3137,"nodeType":"StructuredDocumentation","src":"7008:443:12","text":" @dev Moves `amount` of tokens from `from` to `to`.\n This internal function is equivalent to {transfer}, and can be used to\n e.g. implement automatic token fees, slashing mechanisms, etc.\n Emits a {Transfer} event.\n Requirements:\n - `from` cannot be the zero address.\n - `to` cannot be the zero address.\n - `from` must have a balance of at least `amount`."},"id":3213,"implemented":true,"kind":"function","modifiers":[],"name":"_transfer","nameLocation":"7465:9:12","nodeType":"FunctionDefinition","parameters":{"id":3144,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3139,"mutability":"mutable","name":"from","nameLocation":"7483:4:12","nodeType":"VariableDeclaration","scope":3213,"src":"7475:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3138,"name":"address","nodeType":"ElementaryTypeName","src":"7475:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3141,"mutability":"mutable","name":"to","nameLocation":"7497:2:12","nodeType":"VariableDeclaration","scope":3213,"src":"7489:10:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3140,"name":"address","nodeType":"ElementaryTypeName","src":"7489:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3143,"mutability":"mutable","name":"amount","nameLocation":"7509:6:12","nodeType":"VariableDeclaration","scope":3213,"src":"7501:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3142,"name":"uint256","nodeType":"ElementaryTypeName","src":"7501:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"7474:42:12"},"returnParameters":{"id":3145,"nodeType":"ParameterList","parameters":[],"src":"7534:0:12"},"scope":3453,"src":"7456:788:12","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":3269,"nodeType":"Block","src":"8585:470:12","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3227,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3222,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3216,"src":"8603:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3225,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8622: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":3224,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"8614:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3223,"name":"address","nodeType":"ElementaryTypeName","src":"8614:7:12","typeDescriptions":{}}},"id":3226,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8614:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"8603:21:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a206d696e7420746f20746865207a65726f2061646472657373","id":3228,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8626:33:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","typeString":"literal_string \"ERC20: mint to the zero address\""},"value":"ERC20: mint to the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","typeString":"literal_string \"ERC20: mint to the zero address\""}],"id":3221,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8595:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3229,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8595:65:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3230,"nodeType":"ExpressionStatement","src":"8595:65:12"},{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":3234,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8700: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":3233,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"8692:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3232,"name":"address","nodeType":"ElementaryTypeName","src":"8692:7:12","typeDescriptions":{}}},"id":3235,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8692:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3236,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3216,"src":"8704:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3237,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3218,"src":"8713:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3231,"name":"_beforeTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3441,"src":"8671:20:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3238,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8671:49:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3239,"nodeType":"ExpressionStatement","src":"8671:49:12"},{"expression":{"id":3242,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3240,"name":"_totalSupply","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2890,"src":"8731:12:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"id":3241,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3218,"src":"8747:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8731:22:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3243,"nodeType":"ExpressionStatement","src":"8731:22:12"},{"id":3250,"nodeType":"UncheckedBlock","src":"8763:175:12","statements":[{"expression":{"id":3248,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":3244,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2882,"src":"8899:9:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3246,"indexExpression":{"id":3245,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3216,"src":"8909:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"8899:18:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"id":3247,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3218,"src":"8921:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8899:28:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3249,"nodeType":"ExpressionStatement","src":"8899:28:12"}]},{"eventCall":{"arguments":[{"arguments":[{"hexValue":"30","id":3254,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8969: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":3253,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"8961:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3252,"name":"address","nodeType":"ElementaryTypeName","src":"8961:7:12","typeDescriptions":{}}},"id":3255,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8961:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3256,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3216,"src":"8973:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3257,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3218,"src":"8982:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3251,"name":"Transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3465,"src":"8952:8:12","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3258,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8952:37:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3259,"nodeType":"EmitStatement","src":"8947:42:12"},{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":3263,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9028: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":3262,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"9020:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3261,"name":"address","nodeType":"ElementaryTypeName","src":"9020:7:12","typeDescriptions":{}}},"id":3264,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9020:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3265,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3216,"src":"9032:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3266,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3218,"src":"9041:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3260,"name":"_afterTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3452,"src":"9000:19:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3267,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9000:48:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3268,"nodeType":"ExpressionStatement","src":"9000:48:12"}]},"documentation":{"id":3214,"nodeType":"StructuredDocumentation","src":"8250:265:12","text":"@dev Creates `amount` tokens and assigns them to `account`, increasing\n the total supply.\n Emits a {Transfer} event with `from` set to the zero address.\n Requirements:\n - `account` cannot be the zero address."},"id":3270,"implemented":true,"kind":"function","modifiers":[],"name":"_mint","nameLocation":"8529:5:12","nodeType":"FunctionDefinition","parameters":{"id":3219,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3216,"mutability":"mutable","name":"account","nameLocation":"8543:7:12","nodeType":"VariableDeclaration","scope":3270,"src":"8535:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3215,"name":"address","nodeType":"ElementaryTypeName","src":"8535:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3218,"mutability":"mutable","name":"amount","nameLocation":"8560:6:12","nodeType":"VariableDeclaration","scope":3270,"src":"8552:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3217,"name":"uint256","nodeType":"ElementaryTypeName","src":"8552:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8534:33:12"},"returnParameters":{"id":3220,"nodeType":"ParameterList","parameters":[],"src":"8585:0:12"},"scope":3453,"src":"8520:535:12","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":3341,"nodeType":"Block","src":"9440:594:12","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3284,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3279,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3273,"src":"9458:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3282,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9477: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":3281,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"9469:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3280,"name":"address","nodeType":"ElementaryTypeName","src":"9469:7:12","typeDescriptions":{}}},"id":3283,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9469:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"9458:21:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a206275726e2066726f6d20746865207a65726f2061646472657373","id":3285,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"9481:35:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f","typeString":"literal_string \"ERC20: burn from the zero address\""},"value":"ERC20: burn from the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f","typeString":"literal_string \"ERC20: burn from the zero address\""}],"id":3278,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"9450:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3286,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9450:67:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3287,"nodeType":"ExpressionStatement","src":"9450:67:12"},{"expression":{"arguments":[{"id":3289,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3273,"src":"9549:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"hexValue":"30","id":3292,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9566: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":3291,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"9558:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3290,"name":"address","nodeType":"ElementaryTypeName","src":"9558:7:12","typeDescriptions":{}}},"id":3293,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9558:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3294,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3275,"src":"9570:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3288,"name":"_beforeTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3441,"src":"9528:20:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3295,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9528:49:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3296,"nodeType":"ExpressionStatement","src":"9528:49:12"},{"assignments":[3298],"declarations":[{"constant":false,"id":3298,"mutability":"mutable","name":"accountBalance","nameLocation":"9596:14:12","nodeType":"VariableDeclaration","scope":3341,"src":"9588:22:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3297,"name":"uint256","nodeType":"ElementaryTypeName","src":"9588:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":3302,"initialValue":{"baseExpression":{"id":3299,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2882,"src":"9613:9:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3301,"indexExpression":{"id":3300,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3273,"src":"9623:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"9613:18:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"9588:43:12"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3306,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3304,"name":"accountBalance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3298,"src":"9649:14:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":3305,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3275,"src":"9667:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9649:24:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a206275726e20616d6f756e7420657863656564732062616c616e6365","id":3307,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"9675:36:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd","typeString":"literal_string \"ERC20: burn amount exceeds balance\""},"value":"ERC20: burn amount exceeds balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd","typeString":"literal_string \"ERC20: burn amount exceeds balance\""}],"id":3303,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"9641:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3308,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9641:71:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3309,"nodeType":"ExpressionStatement","src":"9641:71:12"},{"id":3322,"nodeType":"UncheckedBlock","src":"9722:194:12","statements":[{"expression":{"id":3316,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":3310,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2882,"src":"9746:9:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3312,"indexExpression":{"id":3311,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3273,"src":"9756:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"9746:18:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3315,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3313,"name":"accountBalance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3298,"src":"9767:14:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":3314,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3275,"src":"9784:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9767:23:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9746:44:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3317,"nodeType":"ExpressionStatement","src":"9746:44:12"},{"expression":{"id":3320,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3318,"name":"_totalSupply","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2890,"src":"9883:12:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":3319,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3275,"src":"9899:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9883:22:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3321,"nodeType":"ExpressionStatement","src":"9883:22:12"}]},{"eventCall":{"arguments":[{"id":3324,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3273,"src":"9940:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"hexValue":"30","id":3327,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9957: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":3326,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"9949:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3325,"name":"address","nodeType":"ElementaryTypeName","src":"9949:7:12","typeDescriptions":{}}},"id":3328,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9949:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3329,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3275,"src":"9961:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3323,"name":"Transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3465,"src":"9931:8:12","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3330,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9931:37:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3331,"nodeType":"EmitStatement","src":"9926:42:12"},{"expression":{"arguments":[{"id":3333,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3273,"src":"9999:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"hexValue":"30","id":3336,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10016: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":3335,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"10008:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3334,"name":"address","nodeType":"ElementaryTypeName","src":"10008:7:12","typeDescriptions":{}}},"id":3337,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10008:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3338,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3275,"src":"10020:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3332,"name":"_afterTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3452,"src":"9979:19:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3339,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9979:48:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3340,"nodeType":"ExpressionStatement","src":"9979:48:12"}]},"documentation":{"id":3271,"nodeType":"StructuredDocumentation","src":"9061:309:12","text":" @dev Destroys `amount` tokens from `account`, reducing the\n total supply.\n Emits a {Transfer} event with `to` set to the zero address.\n Requirements:\n - `account` cannot be the zero address.\n - `account` must have at least `amount` tokens."},"id":3342,"implemented":true,"kind":"function","modifiers":[],"name":"_burn","nameLocation":"9384:5:12","nodeType":"FunctionDefinition","parameters":{"id":3276,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3273,"mutability":"mutable","name":"account","nameLocation":"9398:7:12","nodeType":"VariableDeclaration","scope":3342,"src":"9390:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3272,"name":"address","nodeType":"ElementaryTypeName","src":"9390:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3275,"mutability":"mutable","name":"amount","nameLocation":"9415:6:12","nodeType":"VariableDeclaration","scope":3342,"src":"9407:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3274,"name":"uint256","nodeType":"ElementaryTypeName","src":"9407:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"9389:33:12"},"returnParameters":{"id":3277,"nodeType":"ParameterList","parameters":[],"src":"9440:0:12"},"scope":3453,"src":"9375:659:12","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":3386,"nodeType":"Block","src":"10540:257:12","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3358,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3353,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3345,"src":"10558:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3356,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10575: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":3355,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"10567:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3354,"name":"address","nodeType":"ElementaryTypeName","src":"10567:7:12","typeDescriptions":{}}},"id":3357,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10567:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"10558:19:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373","id":3359,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"10579:38:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","typeString":"literal_string \"ERC20: approve from the zero address\""},"value":"ERC20: approve from the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","typeString":"literal_string \"ERC20: approve from the zero address\""}],"id":3352,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"10550:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3360,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10550:68:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3361,"nodeType":"ExpressionStatement","src":"10550:68:12"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3368,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3363,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3347,"src":"10636:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3366,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10655: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":3365,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"10647:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3364,"name":"address","nodeType":"ElementaryTypeName","src":"10647:7:12","typeDescriptions":{}}},"id":3367,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10647:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"10636:21:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a20617070726f766520746f20746865207a65726f2061646472657373","id":3369,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"10659:36:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","typeString":"literal_string \"ERC20: approve to the zero address\""},"value":"ERC20: approve to the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","typeString":"literal_string \"ERC20: approve to the zero address\""}],"id":3362,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"10628:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3370,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10628:68:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3371,"nodeType":"ExpressionStatement","src":"10628:68:12"},{"expression":{"id":3378,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"baseExpression":{"id":3372,"name":"_allowances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2888,"src":"10707:11:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$","typeString":"mapping(address => mapping(address => uint256))"}},"id":3375,"indexExpression":{"id":3373,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3345,"src":"10719:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"10707:18:12","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3376,"indexExpression":{"id":3374,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3347,"src":"10726:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"10707:27:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":3377,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3349,"src":"10737:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"10707:36:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3379,"nodeType":"ExpressionStatement","src":"10707:36:12"},{"eventCall":{"arguments":[{"id":3381,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3345,"src":"10767:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3382,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3347,"src":"10774:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3383,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3349,"src":"10783:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3380,"name":"Approval","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3474,"src":"10758:8:12","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3384,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10758:32:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3385,"nodeType":"EmitStatement","src":"10753:37:12"}]},"documentation":{"id":3343,"nodeType":"StructuredDocumentation","src":"10040:412:12","text":" @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\n This internal function is equivalent to `approve`, and can be used to\n e.g. set automatic allowances for certain subsystems, etc.\n Emits an {Approval} event.\n Requirements:\n - `owner` cannot be the zero address.\n - `spender` cannot be the zero address."},"id":3387,"implemented":true,"kind":"function","modifiers":[],"name":"_approve","nameLocation":"10466:8:12","nodeType":"FunctionDefinition","parameters":{"id":3350,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3345,"mutability":"mutable","name":"owner","nameLocation":"10483:5:12","nodeType":"VariableDeclaration","scope":3387,"src":"10475:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3344,"name":"address","nodeType":"ElementaryTypeName","src":"10475:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3347,"mutability":"mutable","name":"spender","nameLocation":"10498:7:12","nodeType":"VariableDeclaration","scope":3387,"src":"10490:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3346,"name":"address","nodeType":"ElementaryTypeName","src":"10490:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3349,"mutability":"mutable","name":"amount","nameLocation":"10515:6:12","nodeType":"VariableDeclaration","scope":3387,"src":"10507:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3348,"name":"uint256","nodeType":"ElementaryTypeName","src":"10507:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"10474:48:12"},"returnParameters":{"id":3351,"nodeType":"ParameterList","parameters":[],"src":"10540:0:12"},"scope":3453,"src":"10457:340:12","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":3429,"nodeType":"Block","src":"11168:321:12","statements":[{"assignments":[3398],"declarations":[{"constant":false,"id":3398,"mutability":"mutable","name":"currentAllowance","nameLocation":"11186:16:12","nodeType":"VariableDeclaration","scope":3429,"src":"11178:24:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3397,"name":"uint256","nodeType":"ElementaryTypeName","src":"11178:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":3403,"initialValue":{"arguments":[{"id":3400,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3390,"src":"11215:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3401,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3392,"src":"11222:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":3399,"name":"allowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3008,"src":"11205:9:12","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view returns (uint256)"}},"id":3402,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11205:25:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"11178:52:12"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3410,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3404,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3398,"src":"11244:16:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"arguments":[{"id":3407,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"11269:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":3406,"name":"uint256","nodeType":"ElementaryTypeName","src":"11269:7:12","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"}],"id":3405,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"11264:4:12","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":3408,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11264:13:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint256","typeString":"type(uint256)"}},"id":3409,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"11278:3:12","memberName":"max","nodeType":"MemberAccess","src":"11264:17:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11244:37:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3428,"nodeType":"IfStatement","src":"11240:243:12","trueBody":{"id":3427,"nodeType":"Block","src":"11283:200:12","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3414,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3412,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3398,"src":"11305:16:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":3413,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3394,"src":"11325:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11305:26:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a20696e73756666696369656e7420616c6c6f77616e6365","id":3415,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"11333:31:12","typeDescriptions":{"typeIdentifier":"t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","typeString":"literal_string \"ERC20: insufficient allowance\""},"value":"ERC20: insufficient allowance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","typeString":"literal_string \"ERC20: insufficient allowance\""}],"id":3411,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"11297:7:12","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3416,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11297:68:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3417,"nodeType":"ExpressionStatement","src":"11297:68:12"},{"id":3426,"nodeType":"UncheckedBlock","src":"11379:94:12","statements":[{"expression":{"arguments":[{"id":3419,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3390,"src":"11416:5:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3420,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3392,"src":"11423:7:12","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3423,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3421,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3398,"src":"11432:16:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":3422,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3394,"src":"11451:6:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11432:25:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3418,"name":"_approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3387,"src":"11407:8:12","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":3424,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11407:51:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3425,"nodeType":"ExpressionStatement","src":"11407:51:12"}]}]}}]},"documentation":{"id":3388,"nodeType":"StructuredDocumentation","src":"10803:270:12","text":" @dev Updates `owner` s allowance for `spender` based on spent `amount`.\n Does not update the allowance amount in case of infinite allowance.\n Revert if not enough allowance is available.\n Might emit an {Approval} event."},"id":3430,"implemented":true,"kind":"function","modifiers":[],"name":"_spendAllowance","nameLocation":"11087:15:12","nodeType":"FunctionDefinition","parameters":{"id":3395,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3390,"mutability":"mutable","name":"owner","nameLocation":"11111:5:12","nodeType":"VariableDeclaration","scope":3430,"src":"11103:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3389,"name":"address","nodeType":"ElementaryTypeName","src":"11103:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3392,"mutability":"mutable","name":"spender","nameLocation":"11126:7:12","nodeType":"VariableDeclaration","scope":3430,"src":"11118:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3391,"name":"address","nodeType":"ElementaryTypeName","src":"11118:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3394,"mutability":"mutable","name":"amount","nameLocation":"11143:6:12","nodeType":"VariableDeclaration","scope":3430,"src":"11135:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3393,"name":"uint256","nodeType":"ElementaryTypeName","src":"11135:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"11102:48:12"},"returnParameters":{"id":3396,"nodeType":"ParameterList","parameters":[],"src":"11168:0:12"},"scope":3453,"src":"11078:411:12","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":3440,"nodeType":"Block","src":"12162:2:12","statements":[]},"documentation":{"id":3431,"nodeType":"StructuredDocumentation","src":"11495:573:12","text":" @dev Hook that is called before any transfer of tokens. This includes\n minting and burning.\n Calling conditions:\n - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n will be transferred to `to`.\n - when `from` is zero, `amount` tokens will be minted for `to`.\n - when `to` is zero, `amount` of ``from``'s tokens will be burned.\n - `from` and `to` are never both zero.\n To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]."},"id":3441,"implemented":true,"kind":"function","modifiers":[],"name":"_beforeTokenTransfer","nameLocation":"12082:20:12","nodeType":"FunctionDefinition","parameters":{"id":3438,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3433,"mutability":"mutable","name":"from","nameLocation":"12111:4:12","nodeType":"VariableDeclaration","scope":3441,"src":"12103:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3432,"name":"address","nodeType":"ElementaryTypeName","src":"12103:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3435,"mutability":"mutable","name":"to","nameLocation":"12125:2:12","nodeType":"VariableDeclaration","scope":3441,"src":"12117:10:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3434,"name":"address","nodeType":"ElementaryTypeName","src":"12117:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3437,"mutability":"mutable","name":"amount","nameLocation":"12137:6:12","nodeType":"VariableDeclaration","scope":3441,"src":"12129:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3436,"name":"uint256","nodeType":"ElementaryTypeName","src":"12129:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"12102:42:12"},"returnParameters":{"id":3439,"nodeType":"ParameterList","parameters":[],"src":"12162:0:12"},"scope":3453,"src":"12073:91:12","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":3451,"nodeType":"Block","src":"12840:2:12","statements":[]},"documentation":{"id":3442,"nodeType":"StructuredDocumentation","src":"12170:577:12","text":" @dev Hook that is called after any transfer of tokens. This includes\n minting and burning.\n Calling conditions:\n - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n has been transferred to `to`.\n - when `from` is zero, `amount` tokens have been minted for `to`.\n - when `to` is zero, `amount` of ``from``'s tokens have been burned.\n - `from` and `to` are never both zero.\n To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]."},"id":3452,"implemented":true,"kind":"function","modifiers":[],"name":"_afterTokenTransfer","nameLocation":"12761:19:12","nodeType":"FunctionDefinition","parameters":{"id":3449,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3444,"mutability":"mutable","name":"from","nameLocation":"12789:4:12","nodeType":"VariableDeclaration","scope":3452,"src":"12781:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3443,"name":"address","nodeType":"ElementaryTypeName","src":"12781:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3446,"mutability":"mutable","name":"to","nameLocation":"12803:2:12","nodeType":"VariableDeclaration","scope":3452,"src":"12795:10:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3445,"name":"address","nodeType":"ElementaryTypeName","src":"12795:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3448,"mutability":"mutable","name":"amount","nameLocation":"12815:6:12","nodeType":"VariableDeclaration","scope":3452,"src":"12807:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3447,"name":"uint256","nodeType":"ElementaryTypeName","src":"12807:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"12780:42:12"},"returnParameters":{"id":3450,"nodeType":"ParameterList","parameters":[],"src":"12840:0:12"},"scope":3453,"src":"12752:90:12","stateMutability":"nonpayable","virtual":true,"visibility":"internal"}],"scope":3454,"src":"1532:11312:12","usedErrors":[]}],"src":"105:12740:12"},"id":12},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","exportedSymbols":{"IERC20":[3531]},"id":3532,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":3455,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"106:23:13"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20","contractDependencies":[],"contractKind":"interface","documentation":{"id":3456,"nodeType":"StructuredDocumentation","src":"131:70:13","text":" @dev Interface of the ERC20 standard as defined in the EIP."},"fullyImplemented":false,"id":3531,"linearizedBaseContracts":[3531],"name":"IERC20","nameLocation":"212:6:13","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":3457,"nodeType":"StructuredDocumentation","src":"225:158:13","text":" @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero."},"eventSelector":"ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","id":3465,"name":"Transfer","nameLocation":"394:8:13","nodeType":"EventDefinition","parameters":{"id":3464,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3459,"indexed":true,"mutability":"mutable","name":"from","nameLocation":"419:4:13","nodeType":"VariableDeclaration","scope":3465,"src":"403:20:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3458,"name":"address","nodeType":"ElementaryTypeName","src":"403:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3461,"indexed":true,"mutability":"mutable","name":"to","nameLocation":"441:2:13","nodeType":"VariableDeclaration","scope":3465,"src":"425:18:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3460,"name":"address","nodeType":"ElementaryTypeName","src":"425:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3463,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"453:5:13","nodeType":"VariableDeclaration","scope":3465,"src":"445:13:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3462,"name":"uint256","nodeType":"ElementaryTypeName","src":"445:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"402:57:13"},"src":"388:72:13"},{"anonymous":false,"documentation":{"id":3466,"nodeType":"StructuredDocumentation","src":"466:148:13","text":" @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance."},"eventSelector":"8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925","id":3474,"name":"Approval","nameLocation":"625:8:13","nodeType":"EventDefinition","parameters":{"id":3473,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3468,"indexed":true,"mutability":"mutable","name":"owner","nameLocation":"650:5:13","nodeType":"VariableDeclaration","scope":3474,"src":"634:21:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3467,"name":"address","nodeType":"ElementaryTypeName","src":"634:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3470,"indexed":true,"mutability":"mutable","name":"spender","nameLocation":"673:7:13","nodeType":"VariableDeclaration","scope":3474,"src":"657:23:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3469,"name":"address","nodeType":"ElementaryTypeName","src":"657:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3472,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"690:5:13","nodeType":"VariableDeclaration","scope":3474,"src":"682:13:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3471,"name":"uint256","nodeType":"ElementaryTypeName","src":"682:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"633:63:13"},"src":"619:78:13"},{"documentation":{"id":3475,"nodeType":"StructuredDocumentation","src":"703:66:13","text":" @dev Returns the amount of tokens in existence."},"functionSelector":"18160ddd","id":3480,"implemented":false,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"783:11:13","nodeType":"FunctionDefinition","parameters":{"id":3476,"nodeType":"ParameterList","parameters":[],"src":"794:2:13"},"returnParameters":{"id":3479,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3478,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3480,"src":"820:7:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3477,"name":"uint256","nodeType":"ElementaryTypeName","src":"820:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"819:9:13"},"scope":3531,"src":"774:55:13","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":3481,"nodeType":"StructuredDocumentation","src":"835:72:13","text":" @dev Returns the amount of tokens owned by `account`."},"functionSelector":"70a08231","id":3488,"implemented":false,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"921:9:13","nodeType":"FunctionDefinition","parameters":{"id":3484,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3483,"mutability":"mutable","name":"account","nameLocation":"939:7:13","nodeType":"VariableDeclaration","scope":3488,"src":"931:15:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3482,"name":"address","nodeType":"ElementaryTypeName","src":"931:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"930:17:13"},"returnParameters":{"id":3487,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3486,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3488,"src":"971:7:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3485,"name":"uint256","nodeType":"ElementaryTypeName","src":"971:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"970:9:13"},"scope":3531,"src":"912:68:13","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":3489,"nodeType":"StructuredDocumentation","src":"986:202:13","text":" @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"a9059cbb","id":3498,"implemented":false,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"1202:8:13","nodeType":"FunctionDefinition","parameters":{"id":3494,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3491,"mutability":"mutable","name":"to","nameLocation":"1219:2:13","nodeType":"VariableDeclaration","scope":3498,"src":"1211:10:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3490,"name":"address","nodeType":"ElementaryTypeName","src":"1211:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3493,"mutability":"mutable","name":"amount","nameLocation":"1231:6:13","nodeType":"VariableDeclaration","scope":3498,"src":"1223:14:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3492,"name":"uint256","nodeType":"ElementaryTypeName","src":"1223:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1210:28:13"},"returnParameters":{"id":3497,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3496,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3498,"src":"1257:4:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3495,"name":"bool","nodeType":"ElementaryTypeName","src":"1257:4:13","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1256:6:13"},"scope":3531,"src":"1193:70:13","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":3499,"nodeType":"StructuredDocumentation","src":"1269:264:13","text":" @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called."},"functionSelector":"dd62ed3e","id":3508,"implemented":false,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"1547:9:13","nodeType":"FunctionDefinition","parameters":{"id":3504,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3501,"mutability":"mutable","name":"owner","nameLocation":"1565:5:13","nodeType":"VariableDeclaration","scope":3508,"src":"1557:13:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3500,"name":"address","nodeType":"ElementaryTypeName","src":"1557:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3503,"mutability":"mutable","name":"spender","nameLocation":"1580:7:13","nodeType":"VariableDeclaration","scope":3508,"src":"1572:15:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3502,"name":"address","nodeType":"ElementaryTypeName","src":"1572:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1556:32:13"},"returnParameters":{"id":3507,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3506,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3508,"src":"1612:7:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3505,"name":"uint256","nodeType":"ElementaryTypeName","src":"1612:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1611:9:13"},"scope":3531,"src":"1538:83:13","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":3509,"nodeType":"StructuredDocumentation","src":"1627:642:13","text":" @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event."},"functionSelector":"095ea7b3","id":3518,"implemented":false,"kind":"function","modifiers":[],"name":"approve","nameLocation":"2283:7:13","nodeType":"FunctionDefinition","parameters":{"id":3514,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3511,"mutability":"mutable","name":"spender","nameLocation":"2299:7:13","nodeType":"VariableDeclaration","scope":3518,"src":"2291:15:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3510,"name":"address","nodeType":"ElementaryTypeName","src":"2291:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3513,"mutability":"mutable","name":"amount","nameLocation":"2316:6:13","nodeType":"VariableDeclaration","scope":3518,"src":"2308:14:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3512,"name":"uint256","nodeType":"ElementaryTypeName","src":"2308:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2290:33:13"},"returnParameters":{"id":3517,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3516,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3518,"src":"2342:4:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3515,"name":"bool","nodeType":"ElementaryTypeName","src":"2342:4:13","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2341:6:13"},"scope":3531,"src":"2274:74:13","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":3519,"nodeType":"StructuredDocumentation","src":"2354:287:13","text":" @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"23b872dd","id":3530,"implemented":false,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"2655:12:13","nodeType":"FunctionDefinition","parameters":{"id":3526,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3521,"mutability":"mutable","name":"from","nameLocation":"2676:4:13","nodeType":"VariableDeclaration","scope":3530,"src":"2668:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3520,"name":"address","nodeType":"ElementaryTypeName","src":"2668:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3523,"mutability":"mutable","name":"to","nameLocation":"2690:2:13","nodeType":"VariableDeclaration","scope":3530,"src":"2682:10:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3522,"name":"address","nodeType":"ElementaryTypeName","src":"2682:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3525,"mutability":"mutable","name":"amount","nameLocation":"2702:6:13","nodeType":"VariableDeclaration","scope":3530,"src":"2694:14:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3524,"name":"uint256","nodeType":"ElementaryTypeName","src":"2694:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2667:42:13"},"returnParameters":{"id":3529,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3528,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3530,"src":"2728:4:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3527,"name":"bool","nodeType":"ElementaryTypeName","src":"2728:4:13","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2727:6:13"},"scope":3531,"src":"2646:88:13","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":3532,"src":"202:2534:13","usedErrors":[]}],"src":"106:2631:13"},"id":13},"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol","exportedSymbols":{"IERC20":[3531],"IERC20Metadata":[3556]},"id":3557,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":3533,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"110:23:14"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"../IERC20.sol","id":3534,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3557,"sourceUnit":3532,"src":"135:23:14","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":3536,"name":"IERC20","nameLocations":["305:6:14"],"nodeType":"IdentifierPath","referencedDeclaration":3531,"src":"305:6:14"},"id":3537,"nodeType":"InheritanceSpecifier","src":"305:6:14"}],"canonicalName":"IERC20Metadata","contractDependencies":[],"contractKind":"interface","documentation":{"id":3535,"nodeType":"StructuredDocumentation","src":"160:116:14","text":" @dev Interface for the optional metadata functions from the ERC20 standard.\n _Available since v4.1._"},"fullyImplemented":false,"id":3556,"linearizedBaseContracts":[3556,3531],"name":"IERC20Metadata","nameLocation":"287:14:14","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":3538,"nodeType":"StructuredDocumentation","src":"318:54:14","text":" @dev Returns the name of the token."},"functionSelector":"06fdde03","id":3543,"implemented":false,"kind":"function","modifiers":[],"name":"name","nameLocation":"386:4:14","nodeType":"FunctionDefinition","parameters":{"id":3539,"nodeType":"ParameterList","parameters":[],"src":"390:2:14"},"returnParameters":{"id":3542,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3541,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3543,"src":"416:13:14","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":3540,"name":"string","nodeType":"ElementaryTypeName","src":"416:6:14","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"415:15:14"},"scope":3556,"src":"377:54:14","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":3544,"nodeType":"StructuredDocumentation","src":"437:56:14","text":" @dev Returns the symbol of the token."},"functionSelector":"95d89b41","id":3549,"implemented":false,"kind":"function","modifiers":[],"name":"symbol","nameLocation":"507:6:14","nodeType":"FunctionDefinition","parameters":{"id":3545,"nodeType":"ParameterList","parameters":[],"src":"513:2:14"},"returnParameters":{"id":3548,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3547,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3549,"src":"539:13:14","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":3546,"name":"string","nodeType":"ElementaryTypeName","src":"539:6:14","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"538:15:14"},"scope":3556,"src":"498:56:14","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":3550,"nodeType":"StructuredDocumentation","src":"560:65:14","text":" @dev Returns the decimals places of the token."},"functionSelector":"313ce567","id":3555,"implemented":false,"kind":"function","modifiers":[],"name":"decimals","nameLocation":"639:8:14","nodeType":"FunctionDefinition","parameters":{"id":3551,"nodeType":"ParameterList","parameters":[],"src":"647:2:14"},"returnParameters":{"id":3554,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3553,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3555,"src":"673:5:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":3552,"name":"uint8","nodeType":"ElementaryTypeName","src":"673:5:14","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"672:7:14"},"scope":3556,"src":"630:50:14","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":3557,"src":"277:405:14","usedErrors":[]}],"src":"110:573:14"},"id":14},"@openzeppelin/contracts/utils/Context.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/utils/Context.sol","exportedSymbols":{"Context":[3586]},"id":3587,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":3558,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:15"},{"abstract":true,"baseContracts":[],"canonicalName":"Context","contractDependencies":[],"contractKind":"contract","documentation":{"id":3559,"nodeType":"StructuredDocumentation","src":"126: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":3586,"linearizedBaseContracts":[3586],"name":"Context","nameLocation":"641:7:15","nodeType":"ContractDefinition","nodes":[{"body":{"id":3567,"nodeType":"Block","src":"717:34:15","statements":[{"expression":{"expression":{"id":3564,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"734:3:15","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3565,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"738:6:15","memberName":"sender","nodeType":"MemberAccess","src":"734:10:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":3563,"id":3566,"nodeType":"Return","src":"727:17:15"}]},"id":3568,"implemented":true,"kind":"function","modifiers":[],"name":"_msgSender","nameLocation":"664:10:15","nodeType":"FunctionDefinition","parameters":{"id":3560,"nodeType":"ParameterList","parameters":[],"src":"674:2:15"},"returnParameters":{"id":3563,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3562,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3568,"src":"708:7:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3561,"name":"address","nodeType":"ElementaryTypeName","src":"708:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"707:9:15"},"scope":3586,"src":"655:96:15","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":3576,"nodeType":"Block","src":"824:32:15","statements":[{"expression":{"expression":{"id":3573,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"841:3:15","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3574,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"845:4:15","memberName":"data","nodeType":"MemberAccess","src":"841:8:15","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"functionReturnParameters":3572,"id":3575,"nodeType":"Return","src":"834:15:15"}]},"id":3577,"implemented":true,"kind":"function","modifiers":[],"name":"_msgData","nameLocation":"766:8:15","nodeType":"FunctionDefinition","parameters":{"id":3569,"nodeType":"ParameterList","parameters":[],"src":"774:2:15"},"returnParameters":{"id":3572,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3571,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3577,"src":"808:14:15","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":3570,"name":"bytes","nodeType":"ElementaryTypeName","src":"808:5:15","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"807:16:15"},"scope":3586,"src":"757:99:15","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":3584,"nodeType":"Block","src":"934:25:15","statements":[{"expression":{"hexValue":"30","id":3582,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"951:1:15","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":3581,"id":3583,"nodeType":"Return","src":"944:8:15"}]},"id":3585,"implemented":true,"kind":"function","modifiers":[],"name":"_contextSuffixLength","nameLocation":"871:20:15","nodeType":"FunctionDefinition","parameters":{"id":3578,"nodeType":"ParameterList","parameters":[],"src":"891:2:15"},"returnParameters":{"id":3581,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3580,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3585,"src":"925:7:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3579,"name":"uint256","nodeType":"ElementaryTypeName","src":"925:7:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"924:9:15"},"scope":3586,"src":"862:97:15","stateMutability":"view","virtual":true,"visibility":"internal"}],"scope":3587,"src":"623:338:15","usedErrors":[]}],"src":"101:861:15"},"id":15},"contracts/Paycrest.sol":{"ast":{"absolutePath":"contracts/Paycrest.sol","exportedSymbols":{"AddressUpgradeable":[1249],"ContextUpgradeable":[1300],"ECDSAUpgradeable":[1895],"IERC20":[3531],"IERC20PermitUpgradeable":[543],"IERC20Upgradeable":[507],"IPaycrest":[4741],"Initializable":[301],"MathUpgradeable":[2761],"PausableUpgradeable":[429],"Paycrest":[4320],"PaycrestSettingManager":[4551],"SafeERC20Upgradeable":[919],"SharedStructs":[4754],"SignedMathUpgradeable":[2866],"StringsUpgradeable":[1529]},"id":4321,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":3588,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:16"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol","id":3589,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4321,"sourceUnit":1896,"src":"65:85:16","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","id":3590,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4321,"sourceUnit":430,"src":"151:78:16","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol","file":"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol","id":3591,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4321,"sourceUnit":920,"src":"230:88:16","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/PaycrestSettingManager.sol","file":"./PaycrestSettingManager.sol","id":3593,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4321,"sourceUnit":4552,"src":"320:68:16","symbolAliases":[{"foreign":{"id":3592,"name":"PaycrestSettingManager","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4551,"src":"328:22:16","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/interfaces/IPaycrest.sol","file":"./interfaces/IPaycrest.sol","id":3596,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4321,"sourceUnit":4742,"src":"389:61:16","symbolAliases":[{"foreign":{"id":3594,"name":"IPaycrest","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4741,"src":"397:9:16","typeDescriptions":{}},"nameLocation":"-1:-1:-1"},{"foreign":{"id":3595,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3531,"src":"408:6:16","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":3598,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4321,"sourceUnit":4755,"src":"451:60:16","symbolAliases":[{"foreign":{"id":3597,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4754,"src":"459:13:16","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":3600,"name":"IPaycrest","nameLocations":["624:9:16"],"nodeType":"IdentifierPath","referencedDeclaration":4741,"src":"624:9:16"},"id":3601,"nodeType":"InheritanceSpecifier","src":"624:9:16"},{"baseName":{"id":3602,"name":"PaycrestSettingManager","nameLocations":["635:22:16"],"nodeType":"IdentifierPath","referencedDeclaration":4551,"src":"635:22:16"},"id":3603,"nodeType":"InheritanceSpecifier","src":"635:22:16"},{"baseName":{"id":3604,"name":"PausableUpgradeable","nameLocations":["659:19:16"],"nodeType":"IdentifierPath","referencedDeclaration":429,"src":"659:19:16"},"id":3605,"nodeType":"InheritanceSpecifier","src":"659:19:16"}],"canonicalName":"Paycrest","contractDependencies":[],"contractKind":"contract","documentation":{"id":3599,"nodeType":"StructuredDocumentation","src":"513:89:16","text":" @title Paycrest\n @dev Paycrest contract for handling orders and settlements."},"fullyImplemented":true,"id":4320,"linearizedBaseContracts":[4320,429,4551,132,1300,301,4741],"name":"Paycrest","nameLocation":"612:8:16","nodeType":"ContractDefinition","nodes":[{"global":false,"id":3609,"libraryName":{"id":3606,"name":"SafeERC20Upgradeable","nameLocations":["692:20:16"],"nodeType":"IdentifierPath","referencedDeclaration":919,"src":"692:20:16"},"nodeType":"UsingForDirective","src":"686:38:16","typeName":{"id":3608,"nodeType":"UserDefinedTypeName","pathNode":{"id":3607,"name":"IERC20","nameLocations":["717:6:16"],"nodeType":"IdentifierPath","referencedDeclaration":3531,"src":"717:6:16"},"referencedDeclaration":3531,"src":"717:6:16","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3531","typeString":"contract IERC20"}}},{"global":false,"id":3612,"libraryName":{"id":3610,"name":"ECDSAUpgradeable","nameLocations":["735:16:16"],"nodeType":"IdentifierPath","referencedDeclaration":1895,"src":"735:16:16"},"nodeType":"UsingForDirective","src":"729:35:16","typeName":{"id":3611,"name":"bytes32","nodeType":"ElementaryTypeName","src":"756:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}},{"canonicalName":"Paycrest.fee","id":3617,"members":[{"constant":false,"id":3614,"mutability":"mutable","name":"protocolFee","nameLocation":"799:11:16","nodeType":"VariableDeclaration","scope":3617,"src":"791:19:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3613,"name":"uint256","nodeType":"ElementaryTypeName","src":"791:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3616,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"828:23:16","nodeType":"VariableDeclaration","scope":3617,"src":"820:31:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3615,"name":"uint256","nodeType":"ElementaryTypeName","src":"820:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"fee","nameLocation":"777:3:16","nodeType":"StructDefinition","scope":4320,"src":"770:88:16","visibility":"public"},{"constant":false,"id":3622,"mutability":"mutable","name":"order","nameLocation":"898:5:16","nodeType":"VariableDeclaration","scope":4320,"src":"864:39:16","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order)"},"typeName":{"id":3621,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":3618,"name":"bytes32","nodeType":"ElementaryTypeName","src":"872:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"864:25:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":3620,"nodeType":"UserDefinedTypeName","pathNode":{"id":3619,"name":"Order","nameLocations":["883:5:16"],"nodeType":"IdentifierPath","referencedDeclaration":4634,"src":"883:5:16"},"referencedDeclaration":4634,"src":"883:5:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage_ptr","typeString":"struct IPaycrest.Order"}}},"visibility":"private"},{"constant":false,"id":3626,"mutability":"mutable","name":"_nonce","nameLocation":"945:6:16","nodeType":"VariableDeclaration","scope":4320,"src":"909:42:16","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":3625,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":3623,"name":"address","nodeType":"ElementaryTypeName","src":"917:7:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"909:27:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":3624,"name":"uint256","nodeType":"ElementaryTypeName","src":"928:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"private"},{"constant":false,"id":3630,"mutability":"mutable","name":"__gap","nameLocation":"977:5:16","nodeType":"VariableDeclaration","scope":4320,"src":"957:25:16","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":3627,"name":"uint256","nodeType":"ElementaryTypeName","src":"957:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3629,"length":{"hexValue":"3530","id":3628,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"965:2:16","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"957:11:16","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"body":{"id":3637,"nodeType":"Block","src":"1056:39:16","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3634,"name":"_disableInitializers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":282,"src":"1066:20:16","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3635,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1066:22:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3636,"nodeType":"ExpressionStatement","src":"1066:22:16"}]},"documentation":{"id":3631,"nodeType":"StructuredDocumentation","src":"989:48:16","text":"@custom:oz-upgrades-unsafe-allow constructor"},"id":3638,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":3632,"nodeType":"ParameterList","parameters":[],"src":"1053:2:16"},"returnParameters":{"id":3633,"nodeType":"ParameterList","parameters":[],"src":"1056:0:16"},"scope":4320,"src":"1042:53:16","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":3654,"nodeType":"Block","src":"1193:87:16","statements":[{"expression":{"id":3646,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3644,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4329,"src":"1203:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"3130305f303030","id":3645,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1213:7:16","typeDescriptions":{"typeIdentifier":"t_rational_100000_by_1","typeString":"int_const 100000"},"value":"100_000"},"src":"1203:17:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3647,"nodeType":"ExpressionStatement","src":"1203:17:16"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3648,"name":"__Ownable_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":27,"src":"1230:14:16","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3649,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1230:16:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3650,"nodeType":"ExpressionStatement","src":"1230:16:16"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3651,"name":"__Pausable_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":333,"src":"1256:15:16","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3652,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1256:17:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3653,"nodeType":"ExpressionStatement","src":"1256:17:16"}]},"documentation":{"id":3639,"nodeType":"StructuredDocumentation","src":"1101:44:16","text":" @dev Initialize function."},"functionSelector":"8129fc1c","id":3655,"implemented":true,"kind":"function","modifiers":[{"id":3642,"kind":"modifierInvocation","modifierName":{"id":3641,"name":"initializer","nameLocations":["1181:11:16"],"nodeType":"IdentifierPath","referencedDeclaration":203,"src":"1181:11:16"},"nodeType":"ModifierInvocation","src":"1181:11:16"}],"name":"initialize","nameLocation":"1159:10:16","nodeType":"FunctionDefinition","parameters":{"id":3640,"nodeType":"ParameterList","parameters":[],"src":"1169:2:16"},"returnParameters":{"id":3643,"nodeType":"ParameterList","parameters":[],"src":"1193:0:16"},"scope":4320,"src":"1150:130:16","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3667,"nodeType":"Block","src":"1399:87:16","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3662,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":3659,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1417:3:16","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3660,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1421:6:16","memberName":"sender","nodeType":"MemberAccess","src":"1417:10:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":3661,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4335,"src":"1431:18:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1417:32:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f6e6c7941676772656761746f72","id":3663,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1451:16:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""},"value":"OnlyAggregator"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""}],"id":3658,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1409:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3664,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1409:59:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3665,"nodeType":"ExpressionStatement","src":"1409:59:16"},{"id":3666,"nodeType":"PlaceholderStatement","src":"1478:1:16"}]},"documentation":{"id":3656,"nodeType":"StructuredDocumentation","src":"1286:84:16","text":" @dev Modifier that allows only the aggregator to call a function."},"id":3668,"name":"onlyAggregator","nameLocation":"1384:14:16","nodeType":"ModifierDefinition","parameters":{"id":3657,"nodeType":"ParameterList","parameters":[],"src":"1399:0:16"},"src":"1375:111:16","virtual":false,"visibility":"internal"},{"body":{"id":3677,"nodeType":"Block","src":"1772:25:16","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3674,"name":"_pause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":407,"src":"1782:6:16","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3675,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1782:8:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3676,"nodeType":"ExpressionStatement","src":"1782:8:16"}]},"documentation":{"id":3669,"nodeType":"StructuredDocumentation","src":"1688:43:16","text":" @dev Pause the contract."},"functionSelector":"8456cb59","id":3678,"implemented":true,"kind":"function","modifiers":[{"id":3672,"kind":"modifierInvocation","modifierName":{"id":3671,"name":"onlyOwner","nameLocations":["1762:9:16"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"1762:9:16"},"nodeType":"ModifierInvocation","src":"1762:9:16"}],"name":"pause","nameLocation":"1745:5:16","nodeType":"FunctionDefinition","parameters":{"id":3670,"nodeType":"ParameterList","parameters":[],"src":"1750:2:16"},"returnParameters":{"id":3673,"nodeType":"ParameterList","parameters":[],"src":"1772:0:16"},"scope":4320,"src":"1736:61:16","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3687,"nodeType":"Block","src":"1891:27:16","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3684,"name":"_unpause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":423,"src":"1901:8:16","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3685,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1901:10:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3686,"nodeType":"ExpressionStatement","src":"1901:10:16"}]},"documentation":{"id":3679,"nodeType":"StructuredDocumentation","src":"1803:45:16","text":" @dev Unpause the contract."},"functionSelector":"3f4ba83a","id":3688,"implemented":true,"kind":"function","modifiers":[{"id":3682,"kind":"modifierInvocation","modifierName":{"id":3681,"name":"onlyOwner","nameLocations":["1881:9:16"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"1881:9:16"},"nodeType":"ModifierInvocation","src":"1881:9:16"}],"name":"unpause","nameLocation":"1862:7:16","nodeType":"FunctionDefinition","parameters":{"id":3680,"nodeType":"ParameterList","parameters":[],"src":"1869:2:16"},"returnParameters":{"id":3683,"nodeType":"ParameterList","parameters":[],"src":"1891:0:16"},"scope":4320,"src":"1853:65:16","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[4658],"body":{"id":3797,"nodeType":"Block","src":"2508:1115:16","statements":[{"expression":{"arguments":[{"id":3715,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3691,"src":"2563:6:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3716,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3693,"src":"2571:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3717,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3705,"src":"2580:14:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3718,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3701,"src":"2596:19:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3719,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3703,"src":"2617:10:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3720,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3695,"src":"2629:16:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":3714,"name":"_handler","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3879,"src":"2554:8:16","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$_t_bytes32_$returns$__$","typeString":"function (address,uint256,address,address,uint256,bytes32) view"}},"id":3721,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2554:92:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3722,"nodeType":"ExpressionStatement","src":"2554:92:16"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3730,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":3726,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3707,"src":"2703:11:16","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":3725,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2697:5:16","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":3724,"name":"bytes","nodeType":"ElementaryTypeName","src":"2697:5:16","typeDescriptions":{}}},"id":3727,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2697:18:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"id":3728,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2716:6:16","memberName":"length","nodeType":"MemberAccess","src":"2697:25:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":3729,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2725:1:16","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2697:29:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c69644d65737361676548617368","id":3731,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2728:20:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""},"value":"InvalidMessageHash"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""}],"id":3723,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2689:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3732,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2689:60:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3733,"nodeType":"ExpressionStatement","src":"2689:60:16"},{"expression":{"arguments":[{"expression":{"id":3738,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2842:3:16","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3739,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2846:6:16","memberName":"sender","nodeType":"MemberAccess","src":"2842:10:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":3742,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2862:4:16","typeDescriptions":{"typeIdentifier":"t_contract$_Paycrest_$4320","typeString":"contract Paycrest"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Paycrest_$4320","typeString":"contract Paycrest"}],"id":3741,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2854:7:16","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3740,"name":"address","nodeType":"ElementaryTypeName","src":"2854:7:16","typeDescriptions":{}}},"id":3743,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2854:13:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3744,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3693,"src":"2869:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":3735,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3691,"src":"2821:6:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3734,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3531,"src":"2814:6:16","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3531_$","typeString":"type(contract IERC20)"}},"id":3736,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2814:14:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3531","typeString":"contract IERC20"}},"id":3737,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2829:12:16","memberName":"transferFrom","nodeType":"MemberAccess","referencedDeclaration":3530,"src":"2814:27:16","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,address,uint256) external returns (bool)"}},"id":3745,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2814:63:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3746,"nodeType":"ExpressionStatement","src":"2814:63:16"},{"expression":{"id":3751,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":false,"src":"2944:21:16","subExpression":{"baseExpression":{"id":3747,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3626,"src":"2944:6:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3750,"indexExpression":{"expression":{"id":3748,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2951:3:16","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3749,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2955:6:16","memberName":"sender","nodeType":"MemberAccess","src":"2951:10:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2944:18:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3752,"nodeType":"ExpressionStatement","src":"2944:21:16"},{"expression":{"id":3765,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3753,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3712,"src":"3031:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"arguments":[{"expression":{"id":3757,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"3062:3:16","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3758,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3066:6:16","memberName":"sender","nodeType":"MemberAccess","src":"3062:10:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"baseExpression":{"id":3759,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3626,"src":"3074:6:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3762,"indexExpression":{"expression":{"id":3760,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"3081:3:16","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3761,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3085:6:16","memberName":"sender","nodeType":"MemberAccess","src":"3081:10:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3074:18:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":3755,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"3051:3:16","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":3756,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"3055:6:16","memberName":"encode","nodeType":"MemberAccess","src":"3051:10:16","typeDescriptions":{"typeIdentifier":"t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":3763,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3051:42:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":3754,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"3041:9:16","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":3764,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3041:53:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"3031:63:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"id":3766,"nodeType":"ExpressionStatement","src":"3031:63:16"},{"expression":{"id":3785,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":3767,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"3135:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3769,"indexExpression":{"id":3768,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3712,"src":"3141:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"3135:14:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"id":3771,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"3180:3:16","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3772,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3184:6:16","memberName":"sender","nodeType":"MemberAccess","src":"3180:10:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3773,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3691,"src":"3211:6:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3774,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3701,"src":"3251:19:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3775,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3703,"src":"3295:10:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3776,"name":"_rate","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3699,"src":"3325:5:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},{"hexValue":"66616c7365","id":3777,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3357:5:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"id":3778,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3705,"src":"3391:14:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":3781,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4329,"src":"3438:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3780,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3431:6:16","typeDescriptions":{"typeIdentifier":"t_type$_t_uint64_$","typeString":"type(uint64)"},"typeName":{"id":3779,"name":"uint64","nodeType":"ElementaryTypeName","src":"3431:6:16","typeDescriptions":{}}},"id":3782,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3431:15:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"id":3783,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3693,"src":"3468:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint96","typeString":"uint96"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3770,"name":"Order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4634,"src":"3152:5:16","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_Order_$4634_storage_ptr_$","typeString":"type(struct IPaycrest.Order storage pointer)"}},"id":3784,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["3172:6:16","3204:5:16","3231:18:16","3284:9:16","3319:4:16","3344:11:16","3376:13:16","3419:10:16","3460:6:16"],"names":["seller","token","senderFeeRecipient","senderFee","rate","isFulfilled","refundAddress","currentBPS","amount"],"nodeType":"FunctionCall","src":"3152:334:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_memory_ptr","typeString":"struct IPaycrest.Order memory"}},"src":"3135:351:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3786,"nodeType":"ExpressionStatement","src":"3135:351:16"},{"eventCall":{"arguments":[{"id":3788,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3691,"src":"3545:6:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3789,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3693,"src":"3553:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3790,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3712,"src":"3562:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3791,"name":"_rate","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3699,"src":"3571:5:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},{"id":3792,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3695,"src":"3578:16:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3793,"name":"_label","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3697,"src":"3596:6:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3794,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3707,"src":"3604:11:16","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_uint96","typeString":"uint96"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":3787,"name":"OrderCreated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4575,"src":"3532:12:16","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_bytes32_$_t_string_memory_ptr_$returns$__$","typeString":"function (address,uint256,bytes32,uint256,bytes32,bytes32,string memory)"}},"id":3795,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3532:84:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3796,"nodeType":"EmitStatement","src":"3527:89:16"}]},"documentation":{"id":3689,"nodeType":"StructuredDocumentation","src":"2119:40:16","text":"@dev See {createOrder-IPaycrest}. "},"functionSelector":"2654ec7e","id":3798,"implemented":true,"kind":"function","modifiers":[{"arguments":[],"id":3710,"kind":"modifierInvocation","modifierName":{"id":3709,"name":"whenNotPaused","nameLocations":["2467:13:16"],"nodeType":"IdentifierPath","referencedDeclaration":351,"src":"2467:13:16"},"nodeType":"ModifierInvocation","src":"2467:15:16"}],"name":"createOrder","nameLocation":"2173:11:16","nodeType":"FunctionDefinition","parameters":{"id":3708,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3691,"mutability":"mutable","name":"_token","nameLocation":"2202:6:16","nodeType":"VariableDeclaration","scope":3798,"src":"2194:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3690,"name":"address","nodeType":"ElementaryTypeName","src":"2194:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3693,"mutability":"mutable","name":"_amount","nameLocation":"2227:7:16","nodeType":"VariableDeclaration","scope":3798,"src":"2219:15:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3692,"name":"uint256","nodeType":"ElementaryTypeName","src":"2219:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3695,"mutability":"mutable","name":"_institutionCode","nameLocation":"2253:16:16","nodeType":"VariableDeclaration","scope":3798,"src":"2245:24:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3694,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2245:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3697,"mutability":"mutable","name":"_label","nameLocation":"2287:6:16","nodeType":"VariableDeclaration","scope":3798,"src":"2279:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3696,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2279:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3699,"mutability":"mutable","name":"_rate","nameLocation":"2310:5:16","nodeType":"VariableDeclaration","scope":3798,"src":"2303:12:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":3698,"name":"uint96","nodeType":"ElementaryTypeName","src":"2303:6:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":3701,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"2334:19:16","nodeType":"VariableDeclaration","scope":3798,"src":"2326:27:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3700,"name":"address","nodeType":"ElementaryTypeName","src":"2326:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3703,"mutability":"mutable","name":"_senderFee","nameLocation":"2371:10:16","nodeType":"VariableDeclaration","scope":3798,"src":"2363:18:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3702,"name":"uint256","nodeType":"ElementaryTypeName","src":"2363:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3705,"mutability":"mutable","name":"_refundAddress","nameLocation":"2399:14:16","nodeType":"VariableDeclaration","scope":3798,"src":"2391:22:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3704,"name":"address","nodeType":"ElementaryTypeName","src":"2391:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3707,"mutability":"mutable","name":"messageHash","nameLocation":"2440:11:16","nodeType":"VariableDeclaration","scope":3798,"src":"2424:27:16","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":3706,"name":"string","nodeType":"ElementaryTypeName","src":"2424:6:16","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2184:273:16"},"returnParameters":{"id":3713,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3712,"mutability":"mutable","name":"orderId","nameLocation":"2499:7:16","nodeType":"VariableDeclaration","scope":3798,"src":"2491:15:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3711,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2491:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"2490:17:16"},"scope":4320,"src":"2164:1459:16","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3878,"nodeType":"Block","src":"4293:498:16","statements":[{"expression":{"arguments":[{"baseExpression":{"id":3815,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4345,"src":"4311:17:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":3817,"indexExpression":{"id":3816,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3801,"src":"4329:6:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4311:25:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"546f6b656e4e6f74537570706f72746564","id":3818,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4338:19:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""},"value":"TokenNotSupported"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""}],"id":3814,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4303:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3819,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4303:55:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3820,"nodeType":"ExpressionStatement","src":"4303:55:16"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3824,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3822,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3803,"src":"4376:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":3823,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4386:1:16","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4376:11:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416d6f756e7449735a65726f","id":3825,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4389:14:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""},"value":"AmountIsZero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""}],"id":3821,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4368:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3826,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4368:36:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3827,"nodeType":"ExpressionStatement","src":"4368:36:16"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3834,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3829,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3805,"src":"4422:14:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3832,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4448: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":3831,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4440:7:16","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3830,"name":"address","nodeType":"ElementaryTypeName","src":"4440:7:16","typeDescriptions":{}}},"id":3833,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4440:10:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4422:28:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5468726f775a65726f41646472657373","id":3835,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4452:18:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""},"value":"ThrowZeroAddress"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""}],"id":3828,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4414:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3836,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4414:57:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3837,"nodeType":"ExpressionStatement","src":"4414:57:16"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":3847,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":3839,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4356,"src":"4489:27:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4753_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":3841,"indexExpression":{"id":3840,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3811,"src":"4517:16:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4489:45:16","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":3842,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4535:4:16","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":4750,"src":"4489:50:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3845,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4551: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":3844,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4543:7:16","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"},"typeName":{"id":3843,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4543:7:16","typeDescriptions":{}}},"id":3846,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4543:10:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"4489:64:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","id":3848,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4555:24:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""},"value":"InvalidInstitutionCode"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""}],"id":3838,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4481:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3849,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4481:99:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3850,"nodeType":"ExpressionStatement","src":"4481:99:16"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3853,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3851,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3809,"src":"4595:10:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":3852,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4608:1:16","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4595:14:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3865,"nodeType":"IfStatement","src":"4591:116:16","trueBody":{"id":3864,"nodeType":"Block","src":"4611:96:16","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3860,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3855,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3807,"src":"4633:19:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3858,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4664: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":3857,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4656:7:16","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3856,"name":"address","nodeType":"ElementaryTypeName","src":"4656:7:16","typeDescriptions":{}}},"id":3859,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4656:10:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4633:33:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","id":3861,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4668:27:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""},"value":"InvalidSenderFeeRecipient"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""}],"id":3854,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4625:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3862,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4625:71:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3863,"nodeType":"ExpressionStatement","src":"4625:71:16"}]}},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3874,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3867,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3809,"src":"4724:10:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<=","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3873,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3870,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3868,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3803,"src":"4739:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"hexValue":"353030","id":3869,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4749:3:16","typeDescriptions":{"typeIdentifier":"t_rational_500_by_1","typeString":"int_const 500"},"value":"500"},"src":"4739:13:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":3871,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"4738:15:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":3872,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4329,"src":"4756:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4738:25:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4724:39:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"53656e646572466565546f6f48696768","id":3875,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4765:18:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4","typeString":"literal_string \"SenderFeeTooHigh\""},"value":"SenderFeeTooHigh"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4","typeString":"literal_string \"SenderFeeTooHigh\""}],"id":3866,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4716:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3876,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4716:68:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3877,"nodeType":"ExpressionStatement","src":"4716:68:16"}]},"documentation":{"id":3799,"nodeType":"StructuredDocumentation","src":"3629:495:16","text":" @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee.\n @param _institutionCode The code of the institution associated with the order."},"id":3879,"implemented":true,"kind":"function","modifiers":[],"name":"_handler","nameLocation":"4138:8:16","nodeType":"FunctionDefinition","parameters":{"id":3812,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3801,"mutability":"mutable","name":"_token","nameLocation":"4155:6:16","nodeType":"VariableDeclaration","scope":3879,"src":"4147:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3800,"name":"address","nodeType":"ElementaryTypeName","src":"4147:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3803,"mutability":"mutable","name":"_amount","nameLocation":"4171:7:16","nodeType":"VariableDeclaration","scope":3879,"src":"4163:15:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3802,"name":"uint256","nodeType":"ElementaryTypeName","src":"4163:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3805,"mutability":"mutable","name":"_refundAddress","nameLocation":"4188:14:16","nodeType":"VariableDeclaration","scope":3879,"src":"4180:22:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3804,"name":"address","nodeType":"ElementaryTypeName","src":"4180:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3807,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"4212:19:16","nodeType":"VariableDeclaration","scope":3879,"src":"4204:27:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3806,"name":"address","nodeType":"ElementaryTypeName","src":"4204:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3809,"mutability":"mutable","name":"_senderFee","nameLocation":"4241:10:16","nodeType":"VariableDeclaration","scope":3879,"src":"4233:18:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3808,"name":"uint256","nodeType":"ElementaryTypeName","src":"4233:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3811,"mutability":"mutable","name":"_institutionCode","nameLocation":"4261:16:16","nodeType":"VariableDeclaration","scope":3879,"src":"4253:24:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3810,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4253:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4146:132:16"},"returnParameters":{"id":3813,"nodeType":"ParameterList","parameters":[],"src":"4293:0:16"},"scope":4320,"src":"4129:662:16","stateMutability":"view","virtual":false,"visibility":"internal"},{"baseFunctions":[4678],"body":{"id":3996,"nodeType":"Block","src":"5287:1331:16","statements":[{"expression":{"arguments":[{"id":3906,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"5362:28:16","subExpression":{"expression":{"baseExpression":{"id":3902,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"5363:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3904,"indexExpression":{"id":3903,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"5369:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5363:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3905,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5379:11:16","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":4627,"src":"5363:27:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":3907,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5392:16:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":3901,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5354:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3908,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5354:55:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3909,"nodeType":"ExpressionStatement","src":"5354:55:16"},{"assignments":[3911],"declarations":[{"constant":false,"id":3911,"mutability":"mutable","name":"token","nameLocation":"5466:5:16","nodeType":"VariableDeclaration","scope":3996,"src":"5458:13:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3910,"name":"address","nodeType":"ElementaryTypeName","src":"5458:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":3916,"initialValue":{"expression":{"baseExpression":{"id":3912,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"5474:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3914,"indexExpression":{"id":3913,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"5480:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5474:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3915,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5490:5:16","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":4619,"src":"5474:21:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"5458:37:16"},{"expression":{"id":3922,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":3917,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"5574:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3919,"indexExpression":{"id":3918,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"5580:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5574:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3920,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5590:10:16","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":4631,"src":"5574:26:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":3921,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3890,"src":"5604:14:16","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"5574:44:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":3923,"nodeType":"ExpressionStatement","src":"5574:44:16"},{"assignments":[3926],"declarations":[{"constant":false,"id":3926,"mutability":"mutable","name":"_feeParams","nameLocation":"5776:10:16","nodeType":"VariableDeclaration","scope":3996,"src":"5765:21:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee"},"typeName":{"id":3925,"nodeType":"UserDefinedTypeName","pathNode":{"id":3924,"name":"fee","nameLocations":["5765:3:16"],"nodeType":"IdentifierPath","referencedDeclaration":3617,"src":"5765:3:16"},"referencedDeclaration":3617,"src":"5765:3:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_storage_ptr","typeString":"struct Paycrest.fee"}},"visibility":"internal"}],"id":3932,"initialValue":{"arguments":[{"id":3928,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"5807:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3929,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3890,"src":"5817:14:16","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"id":3930,"name":"_isPartner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3892,"src":"5833:10:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_uint64","typeString":"uint64"},{"typeIdentifier":"t_bool","typeString":"bool"}],"id":3927,"name":"_calculateFees","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4194,"src":"5792:14:16","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_bytes32_$_t_uint96_$_t_bool_$returns$_t_struct$_fee_$3617_memory_ptr_$","typeString":"function (bytes32,uint96,bool) view returns (struct Paycrest.fee memory)"}},"id":3931,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5792:52:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"nodeType":"VariableDeclarationStatement","src":"5763:81:16"},{"condition":{"commonType":{"typeIdentifier":"t_uint96","typeString":"uint96"},"id":3938,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":3933,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"5857:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3935,"indexExpression":{"id":3934,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"5863:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5857:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3936,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5873:10:16","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":4631,"src":"5857:26:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":3937,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5887:1:16","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5857:31:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3959,"nodeType":"IfStatement","src":"5854:297:16","trueBody":{"id":3958,"nodeType":"Block","src":"5890:261:16","statements":[{"expression":{"id":3944,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":3939,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"5958:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3941,"indexExpression":{"id":3940,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"5964:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5958:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3942,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5974:11:16","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":4627,"src":"5958:27:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":3943,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5988:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5958:34:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3945,"nodeType":"ExpressionStatement","src":"5958:34:16"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3951,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":3946,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"6010:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3948,"indexExpression":{"id":3947,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"6016:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6010:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3949,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6026:9:16","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":4623,"src":"6010:25:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":3950,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6038:1:16","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6010:29:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3957,"nodeType":"IfStatement","src":"6006:135:16","trueBody":{"id":3956,"nodeType":"Block","src":"6041:100:16","statements":[{"expression":{"arguments":[{"id":3953,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"6117:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":3952,"name":"_transferSenderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4034,"src":"6098:18:16","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_bytes32_$returns$__$","typeString":"function (bytes32)"}},"id":3954,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6098:28:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3955,"nodeType":"ExpressionStatement","src":"6098:28:16"}]}}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3963,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":3960,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3926,"src":"6173:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":3961,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6184:11:16","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":3614,"src":"6173:22:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":3962,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6198:1:16","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6173:26:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3974,"nodeType":"IfStatement","src":"6169:157:16","trueBody":{"id":3973,"nodeType":"Block","src":"6201:125:16","statements":[{"expression":{"arguments":[{"id":3968,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4333,"src":"6275:15:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":3969,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3926,"src":"6292:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":3970,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6303:11:16","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":3614,"src":"6292:22:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":3965,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3911,"src":"6259:5:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3964,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3531,"src":"6252:6:16","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3531_$","typeString":"type(contract IERC20)"}},"id":3966,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6252:13:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3531","typeString":"contract IERC20"}},"id":3967,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6266:8:16","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3498,"src":"6252:22:16","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":3971,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6252:63:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3972,"nodeType":"ExpressionStatement","src":"6252:63:16"}]}},{"expression":{"arguments":[{"id":3979,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3888,"src":"6402:18:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":3980,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3926,"src":"6422:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":3981,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6433:23:16","memberName":"liquidityProviderAmount","nodeType":"MemberAccess","referencedDeclaration":3616,"src":"6422:34:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":3976,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3911,"src":"6386:5:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3975,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3531,"src":"6379:6:16","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3531_$","typeString":"type(contract IERC20)"}},"id":3977,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6379:13:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3531","typeString":"contract IERC20"}},"id":3978,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6393:8:16","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3498,"src":"6379:22:16","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":3982,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6379:78:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3983,"nodeType":"ExpressionStatement","src":"6379:78:16"},{"eventCall":{"arguments":[{"id":3985,"name":"_splitOrderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3882,"src":"6508:13:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3986,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"6523:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3987,"name":"_label","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3886,"src":"6533:6:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3988,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3888,"src":"6542:18:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3989,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3890,"src":"6562:14:16","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":3984,"name":"OrderSettled","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4588,"src":"6495:12:16","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$","typeString":"function (bytes32,bytes32,bytes32,address,uint96)"}},"id":3990,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6495:82:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3991,"nodeType":"EmitStatement","src":"6490:87:16"},{"expression":{"components":[{"id":3992,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3884,"src":"6595:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3993,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3911,"src":"6605:5:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"id":3994,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"6594:17:16","typeDescriptions":{"typeIdentifier":"t_tuple$_t_bytes32_$_t_address_$","typeString":"tuple(bytes32,address)"}},"functionReturnParameters":3900,"id":3995,"nodeType":"Return","src":"6587:24:16"}]},"documentation":{"id":3880,"nodeType":"StructuredDocumentation","src":"4998:35:16","text":"@dev See {settle-IPaycrest}. "},"functionSelector":"5fe44cac","id":3997,"implemented":true,"kind":"function","modifiers":[{"arguments":[],"id":3895,"kind":"modifierInvocation","modifierName":{"id":3894,"name":"onlyAggregator","nameLocations":["5244:14:16"],"nodeType":"IdentifierPath","referencedDeclaration":3668,"src":"5244:14:16"},"nodeType":"ModifierInvocation","src":"5244:16:16"}],"name":"settle","nameLocation":"5047:6:16","nodeType":"FunctionDefinition","parameters":{"id":3893,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3882,"mutability":"mutable","name":"_splitOrderId","nameLocation":"5071:13:16","nodeType":"VariableDeclaration","scope":3997,"src":"5063:21:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3881,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5063:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3884,"mutability":"mutable","name":"_orderId","nameLocation":"5102:8:16","nodeType":"VariableDeclaration","scope":3997,"src":"5094:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3883,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5094:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3886,"mutability":"mutable","name":"_label","nameLocation":"5129:6:16","nodeType":"VariableDeclaration","scope":3997,"src":"5121:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3885,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5121:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3888,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"5153:18:16","nodeType":"VariableDeclaration","scope":3997,"src":"5145:26:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3887,"name":"address","nodeType":"ElementaryTypeName","src":"5145:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3890,"mutability":"mutable","name":"_settlePercent","nameLocation":"5189:14:16","nodeType":"VariableDeclaration","scope":3997,"src":"5182:21:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":3889,"name":"uint64","nodeType":"ElementaryTypeName","src":"5182:6:16","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":3892,"mutability":"mutable","name":"_isPartner","nameLocation":"5218:10:16","nodeType":"VariableDeclaration","scope":3997,"src":"5213:15:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3891,"name":"bool","nodeType":"ElementaryTypeName","src":"5213:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5053:181:16"},"returnParameters":{"id":3900,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3897,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3997,"src":"5269:7:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3896,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5269:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3899,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3997,"src":"5278:7:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3898,"name":"address","nodeType":"ElementaryTypeName","src":"5278:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"5268:18:16"},"scope":4320,"src":"5038:1580:16","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":4033,"nodeType":"Block","src":"6797:292:16","statements":[{"assignments":[4004],"declarations":[{"constant":false,"id":4004,"mutability":"mutable","name":"recipient","nameLocation":"6815:9:16","nodeType":"VariableDeclaration","scope":4033,"src":"6807:17:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4003,"name":"address","nodeType":"ElementaryTypeName","src":"6807:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":4009,"initialValue":{"expression":{"baseExpression":{"id":4005,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"6827:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4007,"indexExpression":{"id":4006,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4000,"src":"6833:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6827:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4008,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6843:18:16","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":4621,"src":"6827:34:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"6807:54:16"},{"assignments":[4011],"declarations":[{"constant":false,"id":4011,"mutability":"mutable","name":"_fee","nameLocation":"6879:4:16","nodeType":"VariableDeclaration","scope":4033,"src":"6871:12:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4010,"name":"uint256","nodeType":"ElementaryTypeName","src":"6871:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":4016,"initialValue":{"expression":{"baseExpression":{"id":4012,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"6886:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4014,"indexExpression":{"id":4013,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4000,"src":"6892:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6886:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4015,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6902:9:16","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":4623,"src":"6886:25:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6871:40:16"},{"expression":{"arguments":[{"id":4024,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4004,"src":"6991:9:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":4025,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4011,"src":"7002:4:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":4018,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"6959:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4020,"indexExpression":{"id":4019,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4000,"src":"6965:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6959:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4021,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6975:5:16","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":4619,"src":"6959:21:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":4017,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3531,"src":"6952:6:16","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3531_$","typeString":"type(contract IERC20)"}},"id":4022,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6952:29:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3531","typeString":"contract IERC20"}},"id":4023,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6982:8:16","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3498,"src":"6952:38:16","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":4026,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6952:55:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4027,"nodeType":"ExpressionStatement","src":"6952:55:16"},{"eventCall":{"arguments":[{"id":4029,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4004,"src":"7066:9:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":4030,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4011,"src":"7077:4:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":4028,"name":"SenderFeeTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4604,"src":"7045:20:16","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":4031,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7045:37:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4032,"nodeType":"EmitStatement","src":"7040:42:16"}]},"documentation":{"id":3998,"nodeType":"StructuredDocumentation","src":"6624:113:16","text":" @dev Internal function to transfer the sender fee.\n @param _orderId The ID of the order."},"id":4034,"implemented":true,"kind":"function","modifiers":[],"name":"_transferSenderFee","nameLocation":"6751:18:16","nodeType":"FunctionDefinition","parameters":{"id":4001,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4000,"mutability":"mutable","name":"_orderId","nameLocation":"6778:8:16","nodeType":"VariableDeclaration","scope":4034,"src":"6770:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3999,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6770:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6769:18:16"},"returnParameters":{"id":4002,"nodeType":"ParameterList","parameters":[],"src":"6797:0:16"},"scope":4320,"src":"6742:347:16","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"baseFunctions":[4690],"body":{"id":4113,"nodeType":"Block","src":"7239:635:16","statements":[{"expression":{"arguments":[{"id":4053,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"7314:28:16","subExpression":{"expression":{"baseExpression":{"id":4049,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"7315:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4051,"indexExpression":{"id":4050,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4039,"src":"7321:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7315:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4052,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7331:11:16","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":4627,"src":"7315:27:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":4054,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7344:16:16","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":4048,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"7306:7:16","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":4055,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7306:55:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4056,"nodeType":"ExpressionStatement","src":"7306:55:16"},{"assignments":[4058],"declarations":[{"constant":false,"id":4058,"mutability":"mutable","name":"refundAmount","nameLocation":"7420:12:16","nodeType":"VariableDeclaration","scope":4113,"src":"7412:20:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4057,"name":"uint256","nodeType":"ElementaryTypeName","src":"7412:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":4065,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4064,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":4059,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"7435:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4061,"indexExpression":{"id":4060,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4039,"src":"7441:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7435:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4062,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7451:6:16","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":4633,"src":"7435:22:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":4063,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4037,"src":"7460:4:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7435:29:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"7412:52:16"},{"expression":{"arguments":[{"id":4073,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4333,"src":"7513:15:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":4074,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4037,"src":"7530:4:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":4067,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"7481:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4069,"indexExpression":{"id":4068,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4039,"src":"7487:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7481:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4070,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7497:5:16","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":4619,"src":"7481:21:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":4066,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3531,"src":"7474:6:16","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3531_$","typeString":"type(contract IERC20)"}},"id":4071,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7474:29:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3531","typeString":"contract IERC20"}},"id":4072,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7504:8:16","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3498,"src":"7474:38:16","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":4075,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7474:61:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4076,"nodeType":"ExpressionStatement","src":"7474:61:16"},{"expression":{"id":4082,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":4077,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"7576:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4079,"indexExpression":{"id":4078,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4039,"src":"7582:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7576:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4080,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"7592:11:16","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":4627,"src":"7576:27:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":4081,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7606:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"7576:34:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4083,"nodeType":"ExpressionStatement","src":"7576:34:16"},{"expression":{"id":4089,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":4084,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"7620:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4086,"indexExpression":{"id":4085,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4039,"src":"7626:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7620:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4087,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"7636:10:16","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":4631,"src":"7620:26:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"30","id":4088,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7649:1:16","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"7620:30:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":4090,"nodeType":"ExpressionStatement","src":"7620:30:16"},{"expression":{"arguments":[{"expression":{"baseExpression":{"id":4098,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"7749:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4100,"indexExpression":{"id":4099,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4039,"src":"7755:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7749:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4101,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7765:13:16","memberName":"refundAddress","nodeType":"MemberAccess","referencedDeclaration":4629,"src":"7749:29:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":4102,"name":"refundAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4058,"src":"7780:12:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":4092,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"7717:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4094,"indexExpression":{"id":4093,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4039,"src":"7723:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7717:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4095,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7733:5:16","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":4619,"src":"7717:21:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":4091,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3531,"src":"7710:6:16","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3531_$","typeString":"type(contract IERC20)"}},"id":4096,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7710:29:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3531","typeString":"contract IERC20"}},"id":4097,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7740:8:16","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3498,"src":"7710:38:16","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":4103,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7710:83:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4104,"nodeType":"ExpressionStatement","src":"7710:83:16"},{"eventCall":{"arguments":[{"id":4106,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4037,"src":"7822:4:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":4107,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4039,"src":"7828:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":4108,"name":"_label","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4041,"src":"7838:6:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":4105,"name":"OrderRefunded","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4597,"src":"7808:13:16","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint256_$_t_bytes32_$_t_bytes32_$returns$__$","typeString":"function (uint256,bytes32,bytes32)"}},"id":4109,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7808:37:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4110,"nodeType":"EmitStatement","src":"7803:42:16"},{"expression":{"hexValue":"74727565","id":4111,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7863:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":4047,"id":4112,"nodeType":"Return","src":"7856:11:16"}]},"documentation":{"id":4035,"nodeType":"StructuredDocumentation","src":"7095:35:16","text":"@dev See {refund-IPaycrest}. "},"functionSelector":"d28a8d32","id":4114,"implemented":true,"kind":"function","modifiers":[{"arguments":[],"id":4044,"kind":"modifierInvocation","modifierName":{"id":4043,"name":"onlyAggregator","nameLocations":["7208:14:16"],"nodeType":"IdentifierPath","referencedDeclaration":3668,"src":"7208:14:16"},"nodeType":"ModifierInvocation","src":"7208:16:16"}],"name":"refund","nameLocation":"7144:6:16","nodeType":"FunctionDefinition","parameters":{"id":4042,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4037,"mutability":"mutable","name":"_fee","nameLocation":"7159:4:16","nodeType":"VariableDeclaration","scope":4114,"src":"7151:12:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4036,"name":"uint256","nodeType":"ElementaryTypeName","src":"7151:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4039,"mutability":"mutable","name":"_orderId","nameLocation":"7173:8:16","nodeType":"VariableDeclaration","scope":4114,"src":"7165:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4038,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7165:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4041,"mutability":"mutable","name":"_label","nameLocation":"7191:6:16","nodeType":"VariableDeclaration","scope":4114,"src":"7183:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4040,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7183:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7150:48:16"},"returnParameters":{"id":4047,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4046,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4114,"src":"7233:4:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4045,"name":"bool","nodeType":"ElementaryTypeName","src":"7233:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7232:6:16"},"scope":4320,"src":"7135:739:16","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":4193,"nodeType":"Block","src":"8383:993:16","statements":[{"assignments":[4128],"declarations":[{"constant":false,"id":4128,"mutability":"mutable","name":"amount","nameLocation":"8461:6:16","nodeType":"VariableDeclaration","scope":4193,"src":"8453:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4127,"name":"uint256","nodeType":"ElementaryTypeName","src":"8453:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":4133,"initialValue":{"expression":{"baseExpression":{"id":4129,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"8470:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4131,"indexExpression":{"id":4130,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4117,"src":"8476:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"8470:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4132,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"8486:6:16","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":4633,"src":"8470:22:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"8453:39:16"},{"expression":{"id":4141,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":4134,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4128,"src":"8541:6:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4140,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4135,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4128,"src":"8550:6:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"expression":{"baseExpression":{"id":4136,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"8559:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4138,"indexExpression":{"id":4137,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4117,"src":"8565:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"8559:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":4139,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"8575:9:16","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":4623,"src":"8559:25:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8550:34:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8541:43:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":4142,"nodeType":"ExpressionStatement","src":"8541:43:16"},{"expression":{"id":4152,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"id":4143,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4125,"src":"8664:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":4145,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"8675:23:16","memberName":"liquidityProviderAmount","nodeType":"MemberAccess","referencedDeclaration":3616,"src":"8664:34:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4151,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4148,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4146,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4128,"src":"8702:6:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":4147,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4119,"src":"8711:14:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"src":"8702:23:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":4149,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8701:25:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":4150,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4329,"src":"8729:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8701:35:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8664:72:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":4153,"nodeType":"ExpressionStatement","src":"8664:72:16"},{"expression":{"id":4164,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"id":4154,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4125,"src":"8805:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":4156,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"8816:11:16","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":3614,"src":"8805:22:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4163,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4160,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":4157,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4125,"src":"8831:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":4158,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"8842:23:16","memberName":"liquidityProviderAmount","nodeType":"MemberAccess","referencedDeclaration":3616,"src":"8831:34:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":4159,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4331,"src":"8868:18:16","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"8831:55:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":4161,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8830:57:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":4162,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4329,"src":"8890:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8830:67:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8805:92:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":4165,"nodeType":"ExpressionStatement","src":"8805:92:16"},{"expression":{"id":4175,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"id":4166,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4125,"src":"9002:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":4168,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"9013:23:16","memberName":"liquidityProviderAmount","nodeType":"MemberAccess","referencedDeclaration":3616,"src":"9002:34:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4173,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":4169,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4125,"src":"9040:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":4170,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"9051:23:16","memberName":"liquidityProviderAmount","nodeType":"MemberAccess","referencedDeclaration":3616,"src":"9040:34:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"expression":{"id":4171,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4125,"src":"9077:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":4172,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"9088:11:16","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":3614,"src":"9077:22:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9040:59:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":4174,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"9039:61:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9002:98:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":4176,"nodeType":"ExpressionStatement","src":"9002:98:16"},{"condition":{"id":4177,"name":"_isPartner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4121,"src":"9233:10:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4192,"nodeType":"IfStatement","src":"9229:141:16","trueBody":{"id":4191,"nodeType":"Block","src":"9245:125:16","statements":[{"expression":{"id":4183,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"id":4178,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4125,"src":"9259:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":4180,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"9270:23:16","memberName":"liquidityProviderAmount","nodeType":"MemberAccess","referencedDeclaration":3616,"src":"9259:34:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"expression":{"id":4181,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4125,"src":"9297:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":4182,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"9308:11:16","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":3614,"src":"9297:22:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9259:60:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":4184,"nodeType":"ExpressionStatement","src":"9259:60:16"},{"expression":{"id":4189,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"id":4185,"name":"_feeParams","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4125,"src":"9333:10:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee memory"}},"id":4187,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"9344:11:16","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":3614,"src":"9333:22:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"30","id":4188,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9358:1:16","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9333:26:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":4190,"nodeType":"ExpressionStatement","src":"9333:26:16"}]}}]},"documentation":{"id":4115,"nodeType":"StructuredDocumentation","src":"7880:371:16","text":" @dev Calculates the fees for a given order.\n @param _orderId The ID of the order.\n @param _settlePercent The percentage of the order amount to settle.\n @param _isPartner Flag indicating if the order is from a partner.\n @return _feeParams The fee parameters including amount to settle the liquidity provider and the protocol fee."},"id":4194,"implemented":true,"kind":"function","modifiers":[],"name":"_calculateFees","nameLocation":"8265:14:16","nodeType":"FunctionDefinition","parameters":{"id":4122,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4117,"mutability":"mutable","name":"_orderId","nameLocation":"8288:8:16","nodeType":"VariableDeclaration","scope":4194,"src":"8280:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4116,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8280:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4119,"mutability":"mutable","name":"_settlePercent","nameLocation":"8305:14:16","nodeType":"VariableDeclaration","scope":4194,"src":"8298:21:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":4118,"name":"uint96","nodeType":"ElementaryTypeName","src":"8298:6:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":4121,"mutability":"mutable","name":"_isPartner","nameLocation":"8326:10:16","nodeType":"VariableDeclaration","scope":4194,"src":"8321:15:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4120,"name":"bool","nodeType":"ElementaryTypeName","src":"8321:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"8279:58:16"},"returnParameters":{"id":4126,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4125,"mutability":"mutable","name":"_feeParams","nameLocation":"8370:10:16","nodeType":"VariableDeclaration","scope":4194,"src":"8359:21:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_memory_ptr","typeString":"struct Paycrest.fee"},"typeName":{"id":4124,"nodeType":"UserDefinedTypeName","pathNode":{"id":4123,"name":"fee","nameLocations":["8359:3:16"],"nodeType":"IdentifierPath","referencedDeclaration":3617,"src":"8359:3:16"},"referencedDeclaration":3617,"src":"8359:3:16","typeDescriptions":{"typeIdentifier":"t_struct$_fee_$3617_storage_ptr","typeString":"struct Paycrest.fee"}},"visibility":"internal"}],"src":"8358:24:16"},"scope":4320,"src":"8256:1120:16","stateMutability":"view","virtual":false,"visibility":"private"},{"baseFunctions":[4707],"body":{"id":4207,"nodeType":"Block","src":"9699:39:16","statements":[{"expression":{"baseExpression":{"id":4203,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3622,"src":"9716:5:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4634_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":4205,"indexExpression":{"id":4204,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4197,"src":"9722:8:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"9716:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage","typeString":"struct IPaycrest.Order storage ref"}},"functionReturnParameters":4202,"id":4206,"nodeType":"Return","src":"9709:22:16"}]},"documentation":{"id":4195,"nodeType":"StructuredDocumentation","src":"9577:41:16","text":"@dev See {getOrderInfo-IPaycrest}. "},"functionSelector":"768c6ec0","id":4208,"implemented":true,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"9632:12:16","nodeType":"FunctionDefinition","parameters":{"id":4198,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4197,"mutability":"mutable","name":"_orderId","nameLocation":"9653:8:16","nodeType":"VariableDeclaration","scope":4208,"src":"9645:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4196,"name":"bytes32","nodeType":"ElementaryTypeName","src":"9645:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"9644:18:16"},"returnParameters":{"id":4202,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4201,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4208,"src":"9685:12:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_memory_ptr","typeString":"struct IPaycrest.Order"},"typeName":{"id":4200,"nodeType":"UserDefinedTypeName","pathNode":{"id":4199,"name":"Order","nameLocations":["9685:5:16"],"nodeType":"IdentifierPath","referencedDeclaration":4634,"src":"9685:5:16"},"referencedDeclaration":4634,"src":"9685:5:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage_ptr","typeString":"struct IPaycrest.Order"}},"visibility":"internal"}],"src":"9684:14:16"},"scope":4320,"src":"9623:115:16","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4698],"body":{"id":4220,"nodeType":"Block","src":"9864:49:16","statements":[{"expression":{"baseExpression":{"id":4216,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4345,"src":"9881:17:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":4218,"indexExpression":{"id":4217,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4211,"src":"9899:6:16","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"9881:25:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":4215,"id":4219,"nodeType":"Return","src":"9874:32:16"}]},"documentation":{"id":4209,"nodeType":"StructuredDocumentation","src":"9744:45:16","text":"@dev See {isTokenSupported-IPaycrest}. "},"functionSelector":"75151b63","id":4221,"implemented":true,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"9803:16:16","nodeType":"FunctionDefinition","parameters":{"id":4212,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4211,"mutability":"mutable","name":"_token","nameLocation":"9828:6:16","nodeType":"VariableDeclaration","scope":4221,"src":"9820:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4210,"name":"address","nodeType":"ElementaryTypeName","src":"9820:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"9819:16:16"},"returnParameters":{"id":4215,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4214,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4221,"src":"9858:4:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4213,"name":"bool","nodeType":"ElementaryTypeName","src":"9858:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"9857:6:16"},"scope":4320,"src":"9794:119:16","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4730],"body":{"id":4234,"nodeType":"Block","src":"10098:58:16","statements":[{"expression":{"baseExpression":{"id":4230,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4356,"src":"10115:27:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4753_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":4232,"indexExpression":{"id":4231,"name":"_code","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4224,"src":"10143:5:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"10115:34:16","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"functionReturnParameters":4229,"id":4233,"nodeType":"Return","src":"10108:41:16"}]},"documentation":{"id":4222,"nodeType":"StructuredDocumentation","src":"9919:58:16","text":"@dev See {getSupportedInstitutionByCode-IPaycrest}. "},"functionSelector":"c2280103","id":4235,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"9991:29:16","nodeType":"FunctionDefinition","parameters":{"id":4225,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4224,"mutability":"mutable","name":"_code","nameLocation":"10029:5:16","nodeType":"VariableDeclaration","scope":4235,"src":"10021:13:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4223,"name":"bytes32","nodeType":"ElementaryTypeName","src":"10021:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"10020:15:16"},"returnParameters":{"id":4229,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4228,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4235,"src":"10058:38:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":4227,"nodeType":"UserDefinedTypeName","pathNode":{"id":4226,"name":"SharedStructs.InstitutionByCode","nameLocations":["10058:13:16","10072:17:16"],"nodeType":"IdentifierPath","referencedDeclaration":4753,"src":"10058:31:16"},"referencedDeclaration":4753,"src":"10058:31:16","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"10057:40:16"},"scope":4320,"src":"9982:174:16","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4740],"body":{"id":4296,"nodeType":"Block","src":"10331:433:16","statements":[{"assignments":[4250],"declarations":[{"constant":false,"id":4250,"mutability":"mutable","name":"institutions","nameLocation":"10376:12:16","nodeType":"VariableDeclaration","scope":4296,"src":"10341:47:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":4248,"nodeType":"UserDefinedTypeName","pathNode":{"id":4247,"name":"SharedStructs.Institution","nameLocations":["10341:13:16","10355:11:16"],"nodeType":"IdentifierPath","referencedDeclaration":4748,"src":"10341:25:16"},"referencedDeclaration":4748,"src":"10341:25:16","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":4249,"nodeType":"ArrayTypeName","src":"10341:27:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"id":4254,"initialValue":{"baseExpression":{"id":4251,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4351,"src":"10391:21:16","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":4253,"indexExpression":{"id":4252,"name":"_currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4238,"src":"10413:9:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"10391:32:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"nodeType":"VariableDeclarationStatement","src":"10341:82:16"},{"assignments":[4256],"declarations":[{"constant":false,"id":4256,"mutability":"mutable","name":"length","nameLocation":"10441:6:16","nodeType":"VariableDeclaration","scope":4296,"src":"10433:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4255,"name":"uint256","nodeType":"ElementaryTypeName","src":"10433:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":4259,"initialValue":{"expression":{"id":4257,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4250,"src":"10450:12:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":4258,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"10463:6:16","memberName":"length","nodeType":"MemberAccess","src":"10450:19:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"10433:36:16"},{"assignments":[4265],"declarations":[{"constant":false,"id":4265,"mutability":"mutable","name":"result","nameLocation":"10514:6:16","nodeType":"VariableDeclaration","scope":4296,"src":"10479:41:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":4263,"nodeType":"UserDefinedTypeName","pathNode":{"id":4262,"name":"SharedStructs.Institution","nameLocations":["10479:13:16","10493:11:16"],"nodeType":"IdentifierPath","referencedDeclaration":4748,"src":"10479:25:16"},"referencedDeclaration":4748,"src":"10479:25:16","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":4264,"nodeType":"ArrayTypeName","src":"10479:27:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"id":4272,"initialValue":{"arguments":[{"id":4270,"name":"length","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4256,"src":"10555:6:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":4269,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"NewExpression","src":"10523:31:16","typeDescriptions":{"typeIdentifier":"t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_$","typeString":"function (uint256) pure returns (struct SharedStructs.Institution memory[] memory)"},"typeName":{"baseType":{"id":4267,"nodeType":"UserDefinedTypeName","pathNode":{"id":4266,"name":"SharedStructs.Institution","nameLocations":["10527:13:16","10541:11:16"],"nodeType":"IdentifierPath","referencedDeclaration":4748,"src":"10527:25:16"},"referencedDeclaration":4748,"src":"10527:25:16","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":4268,"nodeType":"ArrayTypeName","src":"10527:27:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}}},"id":4271,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10523:39:16","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"nodeType":"VariableDeclarationStatement","src":"10479:83:16"},{"body":{"id":4292,"nodeType":"Block","src":"10615:111:16","statements":[{"expression":{"id":4286,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":4280,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4265,"src":"10629:6:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":4282,"indexExpression":{"id":4281,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4274,"src":"10636:1:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"10629:9:16","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"baseExpression":{"id":4283,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4250,"src":"10641:12:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":4285,"indexExpression":{"id":4284,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4274,"src":"10654:1:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"10641:15:16","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"src":"10629:27:16","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":4287,"nodeType":"ExpressionStatement","src":"10629:27:16"},{"id":4291,"nodeType":"UncheckedBlock","src":"10670:46:16","statements":[{"expression":{"id":4289,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":false,"src":"10698:3:16","subExpression":{"id":4288,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4274,"src":"10698:1:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":4290,"nodeType":"ExpressionStatement","src":"10698:3:16"}]}]},"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4279,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4277,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4274,"src":"10601:1:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":4278,"name":"length","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4256,"src":"10605:6:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"10601:10:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4293,"initializationExpression":{"assignments":[4274],"declarations":[{"constant":false,"id":4274,"mutability":"mutable","name":"i","nameLocation":"10594:1:16","nodeType":"VariableDeclaration","scope":4293,"src":"10586:9:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4273,"name":"uint256","nodeType":"ElementaryTypeName","src":"10586:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":4276,"initialValue":{"hexValue":"30","id":4275,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10598:1:16","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"nodeType":"VariableDeclarationStatement","src":"10586:13:16"},"nodeType":"ForStatement","src":"10581:145:16"},{"expression":{"id":4294,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4265,"src":"10751:6:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"functionReturnParameters":4244,"id":4295,"nodeType":"Return","src":"10744:13:16"}]},"documentation":{"id":4236,"nodeType":"StructuredDocumentation","src":"10162:53:16","text":"@dev See {getSupportedInstitutions-IPaycrest}. "},"functionSelector":"02621338","id":4297,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"10229:24:16","nodeType":"FunctionDefinition","parameters":{"id":4239,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4238,"mutability":"mutable","name":"_currency","nameLocation":"10262:9:16","nodeType":"VariableDeclaration","scope":4297,"src":"10254:17:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4237,"name":"bytes32","nodeType":"ElementaryTypeName","src":"10254:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"10253:19:16"},"returnParameters":{"id":4244,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4243,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4297,"src":"10295:34:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":4241,"nodeType":"UserDefinedTypeName","pathNode":{"id":4240,"name":"SharedStructs.Institution","nameLocations":["10295:13:16","10309:11:16"],"nodeType":"IdentifierPath","referencedDeclaration":4748,"src":"10295:25:16"},"referencedDeclaration":4748,"src":"10295:25:16","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":4242,"nodeType":"ArrayTypeName","src":"10295:27:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"10294:36:16"},"scope":4320,"src":"10220:544:16","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4715],"body":{"id":4309,"nodeType":"Block","src":"10904:52:16","statements":[{"expression":{"components":[{"id":4305,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4331,"src":"10921:18:16","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"id":4306,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4329,"src":"10941:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":4307,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"10920:29:16","typeDescriptions":{"typeIdentifier":"t_tuple$_t_uint64_$_t_uint256_$","typeString":"tuple(uint64,uint256)"}},"functionReturnParameters":4304,"id":4308,"nodeType":"Return","src":"10914:35:16"}]},"documentation":{"id":4298,"nodeType":"StructuredDocumentation","src":"10770:42:16","text":"@dev See {getFeeDetails-IPaycrest}. "},"functionSelector":"b810c636","id":4310,"implemented":true,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"10826:13:16","nodeType":"FunctionDefinition","parameters":{"id":4299,"nodeType":"ParameterList","parameters":[],"src":"10839:2:16"},"returnParameters":{"id":4304,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4301,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4310,"src":"10873:6:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":4300,"name":"uint64","nodeType":"ElementaryTypeName","src":"10873:6:16","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":4303,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4310,"src":"10890:7:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4302,"name":"uint256","nodeType":"ElementaryTypeName","src":"10890:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"10863:40:16"},"scope":4320,"src":"10817:139:16","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4721],"body":{"id":4318,"nodeType":"Block","src":"11070:35:16","statements":[{"expression":{"id":4316,"name":"_aggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4337,"src":"11087:11:16","typeDescriptions":{"typeIdentifier":"t_bytes_storage","typeString":"bytes storage ref"}},"functionReturnParameters":4315,"id":4317,"nodeType":"Return","src":"11080:18:16"}]},"documentation":{"id":4311,"nodeType":"StructuredDocumentation","src":"10962:42:16","text":"@dev See {getAggregator-IPaycrest}. "},"functionSelector":"3ad59dbc","id":4319,"implemented":true,"kind":"function","modifiers":[],"name":"getAggregator","nameLocation":"11018:13:16","nodeType":"FunctionDefinition","parameters":{"id":4312,"nodeType":"ParameterList","parameters":[],"src":"11031:2:16"},"returnParameters":{"id":4315,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4314,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4319,"src":"11056:12:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":4313,"name":"bytes","nodeType":"ElementaryTypeName","src":"11056:5:16","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"11055:14:16"},"scope":4320,"src":"11009:96:16","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":4321,"src":"603:10505:16","usedErrors":[]}],"src":"39:11070:16"},"id":16},"contracts/PaycrestSettingManager.sol":{"ast":{"absolutePath":"contracts/PaycrestSettingManager.sol","exportedSymbols":{"ContextUpgradeable":[1300],"Initializable":[301],"OwnableUpgradeable":[132],"PaycrestSettingManager":[4551],"SharedStructs":[4754]},"id":4552,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":4322,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"170:24:17"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","id":4323,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4552,"sourceUnit":133,"src":"196:75:17","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":4325,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4552,"sourceUnit":4755,"src":"273:60:17","symbolAliases":[{"foreign":{"id":4324,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4754,"src":"281:13:17","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":4326,"name":"OwnableUpgradeable","nameLocations":["370:18:17"],"nodeType":"IdentifierPath","referencedDeclaration":132,"src":"370:18:17"},"id":4327,"nodeType":"InheritanceSpecifier","src":"370:18:17"}],"canonicalName":"PaycrestSettingManager","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":4551,"linearizedBaseContracts":[4551,132,1300,301],"name":"PaycrestSettingManager","nameLocation":"344:22:17","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":4329,"mutability":"mutable","name":"MAX_BPS","nameLocation":"413:7:17","nodeType":"VariableDeclaration","scope":4551,"src":"396:24:17","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4328,"name":"uint256","nodeType":"ElementaryTypeName","src":"396:7:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4331,"mutability":"mutable","name":"protocolFeePercent","nameLocation":"442:18:17","nodeType":"VariableDeclaration","scope":4551,"src":"426:34:17","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":4330,"name":"uint64","nodeType":"ElementaryTypeName","src":"426:6:17","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":4333,"mutability":"mutable","name":"treasuryAddress","nameLocation":"483:15:17","nodeType":"VariableDeclaration","scope":4551,"src":"466:32:17","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4332,"name":"address","nodeType":"ElementaryTypeName","src":"466:7:17","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4335,"mutability":"mutable","name":"_aggregatorAddress","nameLocation":"521:18:17","nodeType":"VariableDeclaration","scope":4551,"src":"504:35:17","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4334,"name":"address","nodeType":"ElementaryTypeName","src":"504:7:17","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4337,"mutability":"mutable","name":"_aggregator","nameLocation":"560:11:17","nodeType":"VariableDeclaration","scope":4551,"src":"545:26:17","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes_storage","typeString":"bytes"},"typeName":{"id":4336,"name":"bytes","nodeType":"ElementaryTypeName","src":"545:5:17","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":4341,"mutability":"mutable","name":"__gap","nameLocation":"711:5:17","nodeType":"VariableDeclaration","scope":4551,"src":"691:25:17","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":4338,"name":"uint256","nodeType":"ElementaryTypeName","src":"691:7:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":4340,"length":{"hexValue":"3530","id":4339,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"699:2:17","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"691:11:17","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"constant":false,"id":4345,"mutability":"mutable","name":"_isTokenSupported","nameLocation":"757:17:17","nodeType":"VariableDeclaration","scope":4551,"src":"723:51:17","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"},"typeName":{"id":4344,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":4342,"name":"address","nodeType":"ElementaryTypeName","src":"731:7:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"723:24:17","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":4343,"name":"bool","nodeType":"ElementaryTypeName","src":"742:4:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}},"visibility":"internal"},{"constant":false,"id":4351,"mutability":"mutable","name":"supportedInstitutions","nameLocation":"838:21:17","nodeType":"VariableDeclaration","scope":4551,"src":"781:78:17","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"typeName":{"id":4350,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":4346,"name":"bytes32","nodeType":"ElementaryTypeName","src":"789:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"781:47:17","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"baseType":{"id":4348,"nodeType":"UserDefinedTypeName","pathNode":{"id":4347,"name":"SharedStructs.Institution","nameLocations":["800:13:17","814:11:17"],"nodeType":"IdentifierPath","referencedDeclaration":4748,"src":"800:25:17"},"referencedDeclaration":4748,"src":"800:25:17","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":4349,"nodeType":"ArrayTypeName","src":"800:27:17","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}}},"visibility":"internal"},{"constant":false,"id":4356,"mutability":"mutable","name":"supportedInstitutionsByCode","nameLocation":"926:27:17","nodeType":"VariableDeclaration","scope":4551,"src":"865:88:17","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4753_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"typeName":{"id":4355,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":4352,"name":"bytes32","nodeType":"ElementaryTypeName","src":"873:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"865:51:17","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4753_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":4354,"nodeType":"UserDefinedTypeName","pathNode":{"id":4353,"name":"SharedStructs.InstitutionByCode","nameLocations":["884:13:17","898:17:17"],"nodeType":"IdentifierPath","referencedDeclaration":4753,"src":"884:31:17"},"referencedDeclaration":4753,"src":"884:31:17","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}}},"visibility":"internal"},{"anonymous":false,"eventSelector":"e22cadcc5ddbc0a185e8920eaa6825bcc06dcd6b432988e7e9912caa59ace930","id":4364,"name":"SettingManagerBool","nameLocation":"966:18:17","nodeType":"EventDefinition","parameters":{"id":4363,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4358,"indexed":false,"mutability":"mutable","name":"what","nameLocation":"993:4:17","nodeType":"VariableDeclaration","scope":4364,"src":"985:12:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4357,"name":"bytes32","nodeType":"ElementaryTypeName","src":"985:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4360,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"1007:5:17","nodeType":"VariableDeclaration","scope":4364,"src":"999:13:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4359,"name":"address","nodeType":"ElementaryTypeName","src":"999:7:17","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4362,"indexed":false,"mutability":"mutable","name":"status","nameLocation":"1019:6:17","nodeType":"VariableDeclaration","scope":4364,"src":"1014:11:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4361,"name":"bool","nodeType":"ElementaryTypeName","src":"1014:4:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"984:42:17"},"src":"960:67:17"},{"anonymous":false,"eventSelector":"b94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e26446","id":4368,"name":"ProtocolFeesUpdated","nameLocation":"1038:19:17","nodeType":"EventDefinition","parameters":{"id":4367,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4366,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"1065:11:17","nodeType":"VariableDeclaration","scope":4368,"src":"1058:18:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":4365,"name":"uint64","nodeType":"ElementaryTypeName","src":"1058:6:17","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"1057:20:17"},"src":"1032:46:17"},{"anonymous":false,"eventSelector":"d8ef77a7d69a6b79f131ecd9aa37060ba0853bbd37cb175ec1abd05738ce27cb","id":4372,"name":"ProtocolAddressesUpdated","nameLocation":"1089:24:17","nodeType":"EventDefinition","parameters":{"id":4371,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4370,"indexed":false,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1122:15:17","nodeType":"VariableDeclaration","scope":4372,"src":"1114:23:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4369,"name":"address","nodeType":"ElementaryTypeName","src":"1114:7:17","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1113:25:17"},"src":"1083:56:17"},{"anonymous":false,"eventSelector":"6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef","id":4376,"name":"SetAggregator","nameLocation":"1150:13:17","nodeType":"EventDefinition","parameters":{"id":4375,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4374,"indexed":false,"mutability":"mutable","name":"aggregator","nameLocation":"1170:10:17","nodeType":"VariableDeclaration","scope":4376,"src":"1164:16:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":4373,"name":"bytes","nodeType":"ElementaryTypeName","src":"1164:5:17","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1163:18:17"},"src":"1144:38:17"},{"anonymous":false,"eventSelector":"2e979f80fe4d43055c584cf4a8467c55875ea36728fc37176c05acd784eb7a73","id":4380,"name":"SetFeeRecipient","nameLocation":"1193:15:17","nodeType":"EventDefinition","parameters":{"id":4379,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4378,"indexed":false,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1217:15:17","nodeType":"VariableDeclaration","scope":4380,"src":"1209:23:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4377,"name":"address","nodeType":"ElementaryTypeName","src":"1209:7:17","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1208:25:17"},"src":"1187:47:17"},{"body":{"id":4418,"nodeType":"Block","src":"1839:190:17","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":4398,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4393,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4385,"src":"1857:5:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":4396,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1874:1:17","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":4395,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1866:7:17","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":4394,"name":"address","nodeType":"ElementaryTypeName","src":"1866:7:17","typeDescriptions":{}}},"id":4397,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1866:10:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1857:19:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"50617963726573743a207a65726f2061646472657373","id":4399,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1878:24:17","typeDescriptions":{"typeIdentifier":"t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","typeString":"literal_string \"Paycrest: zero address\""},"value":"Paycrest: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","typeString":"literal_string \"Paycrest: zero address\""}],"id":4392,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1849:7:17","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":4400,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1849:54:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4401,"nodeType":"ExpressionStatement","src":"1849:54:17"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":4404,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4402,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4383,"src":"1917:4:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"746f6b656e","id":4403,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1925:7:17","typeDescriptions":{"typeIdentifier":"t_stringliteral_9b9b0454cadcb5884dd3faa6ba975da4d2459aa3f11d31291a25a8358f84946d","typeString":"literal_string \"token\""},"value":"token"},"src":"1917:15:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4411,"nodeType":"IfStatement","src":"1913:54:17","trueBody":{"expression":{"id":4409,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":4405,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4345,"src":"1934:17:17","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_bool_$","typeString":"mapping(address => bool)"}},"id":4407,"indexExpression":{"id":4406,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4385,"src":"1952:5:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"1934:24:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":4408,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4387,"src":"1961:6:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"1934:33:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4410,"nodeType":"ExpressionStatement","src":"1934:33:17"}},{"eventCall":{"arguments":[{"id":4413,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4383,"src":"2002:4:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":4414,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4385,"src":"2008:5:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":4415,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4387,"src":"2015:6:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"}],"id":4412,"name":"SettingManagerBool","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4364,"src":"1983:18:17","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_bool_$returns$__$","typeString":"function (bytes32,address,bool)"}},"id":4416,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1983:39:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4417,"nodeType":"EmitStatement","src":"1978:44:17"}]},"documentation":{"id":4381,"nodeType":"StructuredDocumentation","src":"1441:304:17","text":" @dev Sets the boolean value for a specific setting.\n @param what The setting to be updated.\n @param value The address or value associated with the setting.\n @param status The boolean value to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"99e3c0b4","id":4419,"implemented":true,"kind":"function","modifiers":[{"id":4390,"kind":"modifierInvocation","modifierName":{"id":4389,"name":"onlyOwner","nameLocations":["1829:9:17"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"1829:9:17"},"nodeType":"ModifierInvocation","src":"1829:9:17"}],"name":"settingManagerBool","nameLocation":"1759:18:17","nodeType":"FunctionDefinition","parameters":{"id":4388,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4383,"mutability":"mutable","name":"what","nameLocation":"1786:4:17","nodeType":"VariableDeclaration","scope":4419,"src":"1778:12:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4382,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1778:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4385,"mutability":"mutable","name":"value","nameLocation":"1800:5:17","nodeType":"VariableDeclaration","scope":4419,"src":"1792:13:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4384,"name":"address","nodeType":"ElementaryTypeName","src":"1792:7:17","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4387,"mutability":"mutable","name":"status","nameLocation":"1812:6:17","nodeType":"VariableDeclaration","scope":4419,"src":"1807:11:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4386,"name":"bool","nodeType":"ElementaryTypeName","src":"1807:4:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1777:42:17"},"returnParameters":{"id":4391,"nodeType":"ParameterList","parameters":[],"src":"1839:0:17"},"scope":4551,"src":"1750:279:17","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":4474,"nodeType":"Block","src":"2382:408:17","statements":[{"assignments":[4432],"declarations":[{"constant":false,"id":4432,"mutability":"mutable","name":"length","nameLocation":"2401:6:17","nodeType":"VariableDeclaration","scope":4474,"src":"2393:14:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4431,"name":"uint256","nodeType":"ElementaryTypeName","src":"2393:7:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":4435,"initialValue":{"expression":{"id":4433,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4426,"src":"2410:12:17","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":4434,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2423:6:17","memberName":"length","nodeType":"MemberAccess","src":"2410:19:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"2393:36:17"},{"body":{"id":4472,"nodeType":"Block","src":"2470:314:17","statements":[{"expression":{"arguments":[{"baseExpression":{"id":4447,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4426,"src":"2521:12:17","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":4449,"indexExpression":{"id":4448,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4437,"src":"2534:1:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2521:15:17","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_memory_ptr","typeString":"struct SharedStructs.Institution memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_struct$_Institution_$4748_memory_ptr","typeString":"struct SharedStructs.Institution memory"}],"expression":{"baseExpression":{"id":4443,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4351,"src":"2484:21:17","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":4445,"indexExpression":{"id":4444,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4422,"src":"2506:8:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2484:31:17","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"id":4446,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2516:4:17","memberName":"push","nodeType":"MemberAccess","src":"2484:36:17","typeDescriptions":{"typeIdentifier":"t_function_arraypush_nonpayable$_t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_ptr_$_t_struct$_Institution_$4748_storage_$returns$__$attached_to$_t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_ptr_$","typeString":"function (struct SharedStructs.Institution storage ref[] storage pointer,struct SharedStructs.Institution storage ref)"}},"id":4450,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2484:53:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4451,"nodeType":"ExpressionStatement","src":"2484:53:17"},{"expression":{"id":4466,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":4452,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4356,"src":"2551:27:17","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4753_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":4457,"indexExpression":{"expression":{"baseExpression":{"id":4453,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4426,"src":"2579:12:17","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":4455,"indexExpression":{"id":4454,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4437,"src":"2592:1:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2579:15:17","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":4456,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2595:4:17","memberName":"code","nodeType":"MemberAccess","referencedDeclaration":4745,"src":"2579:20:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2551:49:17","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"baseExpression":{"id":4460,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4426,"src":"2659:12:17","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":4462,"indexExpression":{"id":4461,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4437,"src":"2672:1:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2659:15:17","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":4463,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2675:4:17","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":4747,"src":"2659:20:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":4464,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4422,"src":"2691:8:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":4458,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4754,"src":"2603:13:17","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_SharedStructs_$4754_$","typeString":"type(library SharedStructs)"}},"id":4459,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2617:17:17","memberName":"InstitutionByCode","nodeType":"MemberAccess","referencedDeclaration":4753,"src":"2603:31:17","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_InstitutionByCode_$4753_storage_ptr_$","typeString":"type(struct SharedStructs.InstitutionByCode storage pointer)"}},"id":4465,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2653:4:17","2681:8:17"],"names":["name","currency"],"nodeType":"FunctionCall","src":"2603:111:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode memory"}},"src":"2551:163:17","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":4467,"nodeType":"ExpressionStatement","src":"2551:163:17"},{"id":4471,"nodeType":"UncheckedBlock","src":"2728:46:17","statements":[{"expression":{"id":4469,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":false,"src":"2756:3:17","subExpression":{"id":4468,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4437,"src":"2756:1:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":4470,"nodeType":"ExpressionStatement","src":"2756:3:17"}]}]},"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4442,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4440,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4437,"src":"2456:1:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":4441,"name":"length","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4432,"src":"2460:6:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2456:10:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4473,"initializationExpression":{"assignments":[4437],"declarations":[{"constant":false,"id":4437,"mutability":"mutable","name":"i","nameLocation":"2449:1:17","nodeType":"VariableDeclaration","scope":4473,"src":"2444:6:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4436,"name":"uint","nodeType":"ElementaryTypeName","src":"2444:4:17","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":4439,"initialValue":{"hexValue":"30","id":4438,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2453:1:17","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"nodeType":"VariableDeclarationStatement","src":"2444:10:17"},"nodeType":"ForStatement","src":"2439:345:17"}]},"documentation":{"id":4420,"nodeType":"StructuredDocumentation","src":"2035:222:17","text":" @dev Sets the supported institutions for a specific currency.\n @param currency The currency for which the institutions are being set.\n @param institutions The array of institutions to be set."},"functionSelector":"32200882","id":4475,"implemented":true,"kind":"function","modifiers":[{"id":4429,"kind":"modifierInvocation","modifierName":{"id":4428,"name":"onlyOwner","nameLocations":["2372:9:17"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"2372:9:17"},"nodeType":"ModifierInvocation","src":"2372:9:17"}],"name":"setSupportedInstitutions","nameLocation":"2271:24:17","nodeType":"FunctionDefinition","parameters":{"id":4427,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4422,"mutability":"mutable","name":"currency","nameLocation":"2304:8:17","nodeType":"VariableDeclaration","scope":4475,"src":"2296:16:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4421,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2296:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4426,"mutability":"mutable","name":"institutions","nameLocation":"2349:12:17","nodeType":"VariableDeclaration","scope":4475,"src":"2314:47:17","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":4424,"nodeType":"UserDefinedTypeName","pathNode":{"id":4423,"name":"SharedStructs.Institution","nameLocations":["2314:13:17","2328:11:17"],"nodeType":"IdentifierPath","referencedDeclaration":4748,"src":"2314:25:17"},"referencedDeclaration":4748,"src":"2314:25:17","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":4425,"nodeType":"ArrayTypeName","src":"2314:27:17","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"2295:67:17"},"returnParameters":{"id":4430,"nodeType":"ParameterList","parameters":[],"src":"2382:0:17"},"scope":4551,"src":"2262:528:17","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":4491,"nodeType":"Block","src":"3015:112:17","statements":[{"expression":{"id":4485,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":4483,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4331,"src":"3025:18:17","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":4484,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4478,"src":"3046:19:17","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"3025:40:17","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"id":4486,"nodeType":"ExpressionStatement","src":"3025:40:17"},{"eventCall":{"arguments":[{"id":4488,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4478,"src":"3100:19:17","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":4487,"name":"ProtocolFeesUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4368,"src":"3080:19:17","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint64_$returns$__$","typeString":"function (uint64)"}},"id":4489,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3080:40:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4490,"nodeType":"EmitStatement","src":"3075:45:17"}]},"documentation":{"id":4476,"nodeType":"StructuredDocumentation","src":"2796:139:17","text":" @dev Updates the protocol fees percentage.\n @param _protocolFeePercent The new protocol fees percentage to be set."},"functionSelector":"84630736","id":4492,"implemented":true,"kind":"function","modifiers":[{"id":4481,"kind":"modifierInvocation","modifierName":{"id":4480,"name":"onlyOwner","nameLocations":["3005:9:17"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"3005:9:17"},"nodeType":"ModifierInvocation","src":"3005:9:17"}],"name":"updateProtocolFees","nameLocation":"2949:18:17","nodeType":"FunctionDefinition","parameters":{"id":4479,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4478,"mutability":"mutable","name":"_protocolFeePercent","nameLocation":"2975:19:17","nodeType":"VariableDeclaration","scope":4492,"src":"2968:26:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":4477,"name":"uint64","nodeType":"ElementaryTypeName","src":"2968:6:17","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"2967:28:17"},"returnParameters":{"id":4482,"nodeType":"ParameterList","parameters":[],"src":"3015:0:17"},"scope":4551,"src":"2940:187:17","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":4532,"nodeType":"Block","src":"3465:246:17","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":4508,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4503,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4497,"src":"3483:5:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":4506,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3500:1:17","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":4505,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3492:7:17","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":4504,"name":"address","nodeType":"ElementaryTypeName","src":"3492:7:17","typeDescriptions":{}}},"id":4507,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3492:10:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3483:19:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"50617963726573743a207a65726f2061646472657373","id":4509,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3504:24:17","typeDescriptions":{"typeIdentifier":"t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","typeString":"literal_string \"Paycrest: zero address\""},"value":"Paycrest: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","typeString":"literal_string \"Paycrest: zero address\""}],"id":4502,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3475:7:17","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":4510,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3475:54:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4511,"nodeType":"ExpressionStatement","src":"3475:54:17"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":4514,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4512,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4495,"src":"3543:4:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"7472656173757279","id":4513,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3551:10:17","typeDescriptions":{"typeIdentifier":"t_stringliteral_cbd818ad4dd6f1ff9338c2bb62480241424dd9a65f9f3284101a01cd099ad8ac","typeString":"literal_string \"treasury\""},"value":"treasury"},"src":"3543:18:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4519,"nodeType":"IfStatement","src":"3539:47:17","trueBody":{"expression":{"id":4517,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":4515,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4333,"src":"3563:15:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":4516,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4497,"src":"3581:5:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3563:23:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":4518,"nodeType":"ExpressionStatement","src":"3563:23:17"}},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":4522,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4520,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4495,"src":"3600:4:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"61676772656761746f72","id":4521,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3608:12:17","typeDescriptions":{"typeIdentifier":"t_stringliteral_e124d7cc79a19705865fa21b784ba187cd393559e960c0c071132cb60354d1a3","typeString":"literal_string \"aggregator\""},"value":"aggregator"},"src":"3600:20:17","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":4527,"nodeType":"IfStatement","src":"3596:52:17","trueBody":{"expression":{"id":4525,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":4523,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4335,"src":"3622:18:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":4524,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4497,"src":"3643:5:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3622:26:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":4526,"nodeType":"ExpressionStatement","src":"3622:26:17"}},{"eventCall":{"arguments":[{"id":4529,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4333,"src":"3688:15:17","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":4528,"name":"ProtocolAddressesUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4372,"src":"3663:24:17","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":4530,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3663:41:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4531,"nodeType":"EmitStatement","src":"3658:46:17"}]},"documentation":{"id":4493,"nodeType":"StructuredDocumentation","src":"3133:246:17","text":" @dev Updates the protocol addresses.\n @param what The address type to be updated (treasury or aggregator).\n @param value The new address to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"79a0effb","id":4533,"implemented":true,"kind":"function","modifiers":[{"id":4500,"kind":"modifierInvocation","modifierName":{"id":4499,"name":"onlyOwner","nameLocations":["3455:9:17"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"3455:9:17"},"nodeType":"ModifierInvocation","src":"3455:9:17"}],"name":"updateProtocolAddresses","nameLocation":"3393:23:17","nodeType":"FunctionDefinition","parameters":{"id":4498,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4495,"mutability":"mutable","name":"what","nameLocation":"3425:4:17","nodeType":"VariableDeclaration","scope":4533,"src":"3417:12:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4494,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3417:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4497,"mutability":"mutable","name":"value","nameLocation":"3439:5:17","nodeType":"VariableDeclaration","scope":4533,"src":"3431:13:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4496,"name":"address","nodeType":"ElementaryTypeName","src":"3431:7:17","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3416:29:17"},"returnParameters":{"id":4501,"nodeType":"ParameterList","parameters":[],"src":"3465:0:17"},"scope":4551,"src":"3384:327:17","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":4549,"nodeType":"Block","src":"3913:81:17","statements":[{"expression":{"id":4543,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":4541,"name":"_aggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4337,"src":"3923:11:17","typeDescriptions":{"typeIdentifier":"t_bytes_storage","typeString":"bytes storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":4542,"name":"aggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4536,"src":"3937:10:17","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"src":"3923:24:17","typeDescriptions":{"typeIdentifier":"t_bytes_storage","typeString":"bytes storage ref"}},"id":4544,"nodeType":"ExpressionStatement","src":"3923:24:17"},{"eventCall":{"arguments":[{"id":4546,"name":"aggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4536,"src":"3976:10:17","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}],"id":4545,"name":"SetAggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4376,"src":"3962:13:17","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes_memory_ptr_$returns$__$","typeString":"function (bytes memory)"}},"id":4547,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3962:25:17","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4548,"nodeType":"EmitStatement","src":"3957:30:17"}]},"documentation":{"id":4534,"nodeType":"StructuredDocumentation","src":"3717:111:17","text":" @dev Updates the protocol aggregator.\n @param aggregator The new aggregator to be set."},"functionSelector":"cb79455b","id":4550,"implemented":true,"kind":"function","modifiers":[{"id":4539,"kind":"modifierInvocation","modifierName":{"id":4538,"name":"onlyOwner","nameLocations":["3903:9:17"],"nodeType":"IdentifierPath","referencedDeclaration":46,"src":"3903:9:17"},"nodeType":"ModifierInvocation","src":"3903:9:17"}],"name":"updateProtocolAggregator","nameLocation":"3842:24:17","nodeType":"FunctionDefinition","parameters":{"id":4537,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4536,"mutability":"mutable","name":"aggregator","nameLocation":"3882:10:17","nodeType":"VariableDeclaration","scope":4550,"src":"3867:25:17","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":4535,"name":"bytes","nodeType":"ElementaryTypeName","src":"3867:5:17","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3866:27:17"},"returnParameters":{"id":4540,"nodeType":"ParameterList","parameters":[],"src":"3913:0:17"},"scope":4551,"src":"3833:161:17","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":4552,"src":"335:3661:17","usedErrors":[]}],"src":"170:3827:17"},"id":17},"contracts/interfaces/IPaycrest.sol":{"ast":{"absolutePath":"contracts/interfaces/IPaycrest.sol","exportedSymbols":{"IERC20":[3531],"IPaycrest":[4741],"SharedStructs":[4754]},"id":4742,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":4553,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:18"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"@openzeppelin/contracts/token/ERC20/IERC20.sol","id":4555,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4742,"sourceUnit":3532,"src":"65:70:18","symbolAliases":[{"foreign":{"id":4554,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3531,"src":"73:6:18","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"../libraries/SharedStructs.sol","id":4557,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4742,"sourceUnit":4755,"src":"137:61:18","symbolAliases":[{"foreign":{"id":4556,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4754,"src":"145:13:18","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"IPaycrest","contractDependencies":[],"contractKind":"interface","documentation":{"id":4558,"nodeType":"StructuredDocumentation","src":"200:72:18","text":" @title IPaycrest\n @dev Interface for the Paycrest contract."},"fullyImplemented":false,"id":4741,"linearizedBaseContracts":[4741],"name":"IPaycrest","nameLocation":"283:9:18","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":4559,"nodeType":"StructuredDocumentation","src":"491:416:18","text":" @dev Emitted when a deposit is made.\n @param token The address of the deposited token.\n @param amount The amount of the deposit.\n @param orderId The ID of the order.\n @param rate The rate at which the deposit is made.\n @param institutionCode The code of the institution.\n @param label The label of the deposit.\n @param messageHash The hash of the message."},"eventSelector":"63a5ce0c7dda94594842d8817c370279b2c0537f95b6cb628f022d92c8ebc444","id":4575,"name":"OrderCreated","nameLocation":"918:12:18","nodeType":"EventDefinition","parameters":{"id":4574,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4561,"indexed":true,"mutability":"mutable","name":"token","nameLocation":"947:5:18","nodeType":"VariableDeclaration","scope":4575,"src":"931:21:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4560,"name":"address","nodeType":"ElementaryTypeName","src":"931:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4563,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"970:6:18","nodeType":"VariableDeclaration","scope":4575,"src":"954:22:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4562,"name":"uint256","nodeType":"ElementaryTypeName","src":"954:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4565,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"994:7:18","nodeType":"VariableDeclaration","scope":4575,"src":"978:23:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4564,"name":"bytes32","nodeType":"ElementaryTypeName","src":"978:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4567,"indexed":false,"mutability":"mutable","name":"rate","nameLocation":"1011:4:18","nodeType":"VariableDeclaration","scope":4575,"src":"1003:12:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4566,"name":"uint256","nodeType":"ElementaryTypeName","src":"1003:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4569,"indexed":false,"mutability":"mutable","name":"institutionCode","nameLocation":"1025:15:18","nodeType":"VariableDeclaration","scope":4575,"src":"1017:23:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4568,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1017:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4571,"indexed":false,"mutability":"mutable","name":"label","nameLocation":"1050:5:18","nodeType":"VariableDeclaration","scope":4575,"src":"1042:13:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4570,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1042:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4573,"indexed":false,"mutability":"mutable","name":"messageHash","nameLocation":"1064:11:18","nodeType":"VariableDeclaration","scope":4575,"src":"1057:18:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":4572,"name":"string","nodeType":"ElementaryTypeName","src":"1057:6:18","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"930:146:18"},"src":"912:165:18"},{"anonymous":false,"documentation":{"id":4576,"nodeType":"StructuredDocumentation","src":"1083:371:18","text":" @dev Emitted when an aggregator settles a transaction.\n @param splitOrderId The ID of the split order.\n @param orderId The ID of the order.\n @param label The label of the transaction.\n @param liquidityProvider The address of the liquidity provider.\n @param settlePercent The percentage at which the transaction is settled."},"eventSelector":"a9ec2b6676d3ea3e8da117193c71b1b85fcdbc72f077a624f950241eb38f13c2","id":4588,"name":"OrderSettled","nameLocation":"1465:12:18","nodeType":"EventDefinition","parameters":{"id":4587,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4578,"indexed":false,"mutability":"mutable","name":"splitOrderId","nameLocation":"1486:12:18","nodeType":"VariableDeclaration","scope":4588,"src":"1478:20:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4577,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1478:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4580,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1516:7:18","nodeType":"VariableDeclaration","scope":4588,"src":"1500:23:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4579,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1500:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4582,"indexed":false,"mutability":"mutable","name":"label","nameLocation":"1533:5:18","nodeType":"VariableDeclaration","scope":4588,"src":"1525:13:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4581,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1525:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4584,"indexed":true,"mutability":"mutable","name":"liquidityProvider","nameLocation":"1556:17:18","nodeType":"VariableDeclaration","scope":4588,"src":"1540:33:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4583,"name":"address","nodeType":"ElementaryTypeName","src":"1540:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4586,"indexed":false,"mutability":"mutable","name":"settlePercent","nameLocation":"1582:13:18","nodeType":"VariableDeclaration","scope":4588,"src":"1575:20:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":4585,"name":"uint96","nodeType":"ElementaryTypeName","src":"1575:6:18","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"}],"src":"1477:119:18"},"src":"1459:138:18"},{"anonymous":false,"documentation":{"id":4589,"nodeType":"StructuredDocumentation","src":"1603:225:18","text":" @dev Emitted when an aggregator refunds a transaction.\n @param fee The fee deducted from the refund amount.\n @param orderId The ID of the order.\n @param label The label of the transaction."},"eventSelector":"79252c381c5280f78c77f378791e42b506843a48916430480eab95a898cdae9f","id":4597,"name":"OrderRefunded","nameLocation":"1839:13:18","nodeType":"EventDefinition","parameters":{"id":4596,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4591,"indexed":false,"mutability":"mutable","name":"fee","nameLocation":"1861:3:18","nodeType":"VariableDeclaration","scope":4597,"src":"1853:11:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4590,"name":"uint256","nodeType":"ElementaryTypeName","src":"1853:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4593,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1882:7:18","nodeType":"VariableDeclaration","scope":4597,"src":"1866:23:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4592,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1866:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4595,"indexed":false,"mutability":"mutable","name":"label","nameLocation":"1899:5:18","nodeType":"VariableDeclaration","scope":4597,"src":"1891:13:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4594,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1891:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1852:53:18"},"src":"1833:73:18"},{"anonymous":false,"documentation":{"id":4598,"nodeType":"StructuredDocumentation","src":"1912:173:18","text":" @dev Emitted when the sender's fee is transferred.\n @param sender The address of the sender.\n @param amount The amount of the fee transferred."},"eventSelector":"44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c2501","id":4604,"name":"SenderFeeTransferred","nameLocation":"2096:20:18","nodeType":"EventDefinition","parameters":{"id":4603,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4600,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"2133:6:18","nodeType":"VariableDeclaration","scope":4604,"src":"2117:22:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4599,"name":"address","nodeType":"ElementaryTypeName","src":"2117:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4602,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"2157:6:18","nodeType":"VariableDeclaration","scope":4604,"src":"2141:22:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4601,"name":"uint256","nodeType":"ElementaryTypeName","src":"2141:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2116:48:18"},"src":"2090:75:18"},{"canonicalName":"IPaycrest.TransactionMetadata","id":4615,"members":[{"constant":false,"id":4606,"mutability":"mutable","name":"identifier","nameLocation":"2767:10:18","nodeType":"VariableDeclaration","scope":4615,"src":"2760:17:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":4605,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2760:6:18","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":4608,"mutability":"mutable","name":"institution","nameLocation":"2794:11:18","nodeType":"VariableDeclaration","scope":4615,"src":"2787:18:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":4607,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2787:6:18","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":4610,"mutability":"mutable","name":"name","nameLocation":"2822:4:18","nodeType":"VariableDeclaration","scope":4615,"src":"2815:11:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":4609,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2815:6:18","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":4612,"mutability":"mutable","name":"currency","nameLocation":"2843:8:18","nodeType":"VariableDeclaration","scope":4615,"src":"2836:15:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":4611,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2836:6:18","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":4614,"mutability":"mutable","name":"liquidityProviderID","nameLocation":"2869:19:18","nodeType":"VariableDeclaration","scope":4615,"src":"2861:27:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4613,"name":"uint256","nodeType":"ElementaryTypeName","src":"2861:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"TransactionMetadata","nameLocation":"2730:19:18","nodeType":"StructDefinition","scope":4741,"src":"2723:172:18","visibility":"public"},{"canonicalName":"IPaycrest.Order","id":4634,"members":[{"constant":false,"id":4617,"mutability":"mutable","name":"seller","nameLocation":"3510:6:18","nodeType":"VariableDeclaration","scope":4634,"src":"3502:14:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4616,"name":"address","nodeType":"ElementaryTypeName","src":"3502:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4619,"mutability":"mutable","name":"token","nameLocation":"3534:5:18","nodeType":"VariableDeclaration","scope":4634,"src":"3526:13:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4618,"name":"address","nodeType":"ElementaryTypeName","src":"3526:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4621,"mutability":"mutable","name":"senderFeeRecipient","nameLocation":"3557:18:18","nodeType":"VariableDeclaration","scope":4634,"src":"3549:26:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4620,"name":"address","nodeType":"ElementaryTypeName","src":"3549:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4623,"mutability":"mutable","name":"senderFee","nameLocation":"3593:9:18","nodeType":"VariableDeclaration","scope":4634,"src":"3585:17:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4622,"name":"uint256","nodeType":"ElementaryTypeName","src":"3585:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4625,"mutability":"mutable","name":"rate","nameLocation":"3619:4:18","nodeType":"VariableDeclaration","scope":4634,"src":"3612:11:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":4624,"name":"uint96","nodeType":"ElementaryTypeName","src":"3612:6:18","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":4627,"mutability":"mutable","name":"isFulfilled","nameLocation":"3638:11:18","nodeType":"VariableDeclaration","scope":4634,"src":"3633:16:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4626,"name":"bool","nodeType":"ElementaryTypeName","src":"3633:4:18","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":4629,"mutability":"mutable","name":"refundAddress","nameLocation":"3667:13:18","nodeType":"VariableDeclaration","scope":4634,"src":"3659:21:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4628,"name":"address","nodeType":"ElementaryTypeName","src":"3659:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4631,"mutability":"mutable","name":"currentBPS","nameLocation":"3697:10:18","nodeType":"VariableDeclaration","scope":4634,"src":"3690:17:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":4630,"name":"uint96","nodeType":"ElementaryTypeName","src":"3690:6:18","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":4633,"mutability":"mutable","name":"amount","nameLocation":"3725:6:18","nodeType":"VariableDeclaration","scope":4634,"src":"3717:14:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4632,"name":"uint256","nodeType":"ElementaryTypeName","src":"3717:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"Order","nameLocation":"3486:5:18","nodeType":"StructDefinition","scope":4741,"src":"3479:259:18","visibility":"public"},{"documentation":{"id":4635,"nodeType":"StructuredDocumentation","src":"3939:1191:18","text":" @notice Locks the sender's amount of token into Paycrest.\n @dev Requirements:\n - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call.\n - `_token` must be an acceptable token. See {isTokenSupported}.\n - `amount` must be greater than minimum.\n - `_refundable` refundable address must not be zero address.\n @param _token The address of the token.\n @param _amount The amount in the decimal of `_token` to be locked.\n @param _institutionCode The institution code of the sender.\n @param _label The reference of the sender.\n @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n @param _senderFeeRecipient The address that will receive `_senderFee` in `_token` when there is a need to refund.\n @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\n @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n @param messageHash The hash of the message.\n @return _orderId The ID of the order."},"functionSelector":"2654ec7e","id":4658,"implemented":false,"kind":"function","modifiers":[],"name":"createOrder","nameLocation":"5144:11:18","nodeType":"FunctionDefinition","parameters":{"id":4654,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4637,"mutability":"mutable","name":"_token","nameLocation":"5173:6:18","nodeType":"VariableDeclaration","scope":4658,"src":"5165:14:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4636,"name":"address","nodeType":"ElementaryTypeName","src":"5165:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4639,"mutability":"mutable","name":"_amount","nameLocation":"5198:7:18","nodeType":"VariableDeclaration","scope":4658,"src":"5190:15:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4638,"name":"uint256","nodeType":"ElementaryTypeName","src":"5190:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4641,"mutability":"mutable","name":"_institutionCode","nameLocation":"5224:16:18","nodeType":"VariableDeclaration","scope":4658,"src":"5216:24:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4640,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5216:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4643,"mutability":"mutable","name":"_label","nameLocation":"5258:6:18","nodeType":"VariableDeclaration","scope":4658,"src":"5250:14:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4642,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5250:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4645,"mutability":"mutable","name":"_rate","nameLocation":"5281:5:18","nodeType":"VariableDeclaration","scope":4658,"src":"5274:12:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":4644,"name":"uint96","nodeType":"ElementaryTypeName","src":"5274:6:18","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":4647,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"5305:19:18","nodeType":"VariableDeclaration","scope":4658,"src":"5297:27:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4646,"name":"address","nodeType":"ElementaryTypeName","src":"5297:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4649,"mutability":"mutable","name":"_senderFee","nameLocation":"5342:10:18","nodeType":"VariableDeclaration","scope":4658,"src":"5334:18:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4648,"name":"uint256","nodeType":"ElementaryTypeName","src":"5334:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4651,"mutability":"mutable","name":"_refundAddress","nameLocation":"5370:14:18","nodeType":"VariableDeclaration","scope":4658,"src":"5362:22:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4650,"name":"address","nodeType":"ElementaryTypeName","src":"5362:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4653,"mutability":"mutable","name":"messageHash","nameLocation":"5411:11:18","nodeType":"VariableDeclaration","scope":4658,"src":"5395:27:18","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":4652,"name":"string","nodeType":"ElementaryTypeName","src":"5395:6:18","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"5155:273:18"},"returnParameters":{"id":4657,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4656,"mutability":"mutable","name":"_orderId","nameLocation":"5454:8:18","nodeType":"VariableDeclaration","scope":4658,"src":"5446:16:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4655,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5446:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"5445:18:18"},"scope":4741,"src":"5135:329:18","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":4659,"nodeType":"StructuredDocumentation","src":"5470:962:18","text":" @notice Settles a transaction and distributes rewards accordingly.\n @dev Requirements:\n - Only aggregators can call this function.\n - `_orderId` must be less than total IDs.\n - `_orderId` must be an open ID.\n - `_primaryValidator` must have stake on the Paycrest staking platform.\n - `_secondaryValidators` must have stake on the Paycrest staking platform.\n - `amount` must be greater than minimum.\n - `_refundable` refundable address must not be zero address.\n @param _orderId The ID of the transaction.\n @param _label The reference of the sender.\n @param _liquidityProvider The address of the liquidity provider.\n @param _settlePercent The rate at which the transaction is settled.\n @param _isPartner Whether the liquidity provider is a partner.\n @return _orderId The ID of the order.\n @return _liquidityProvider The address of the liquidity provider."},"functionSelector":"5fe44cac","id":4678,"implemented":false,"kind":"function","modifiers":[],"name":"settle","nameLocation":"6446:6:18","nodeType":"FunctionDefinition","parameters":{"id":4672,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4661,"mutability":"mutable","name":"_splitOrderId","nameLocation":"6461:13:18","nodeType":"VariableDeclaration","scope":4678,"src":"6453:21:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4660,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6453:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4663,"mutability":"mutable","name":"_orderId","nameLocation":"6484:8:18","nodeType":"VariableDeclaration","scope":4678,"src":"6476:16:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4662,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6476:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4665,"mutability":"mutable","name":"_label","nameLocation":"6502:6:18","nodeType":"VariableDeclaration","scope":4678,"src":"6494:14:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4664,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6494:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4667,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"6518:18:18","nodeType":"VariableDeclaration","scope":4678,"src":"6510:26:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4666,"name":"address","nodeType":"ElementaryTypeName","src":"6510:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4669,"mutability":"mutable","name":"_settlePercent","nameLocation":"6545:14:18","nodeType":"VariableDeclaration","scope":4678,"src":"6538:21:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":4668,"name":"uint64","nodeType":"ElementaryTypeName","src":"6538:6:18","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":4671,"mutability":"mutable","name":"_isPartner","nameLocation":"6566:10:18","nodeType":"VariableDeclaration","scope":4678,"src":"6561:15:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4670,"name":"bool","nodeType":"ElementaryTypeName","src":"6561:4:18","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6452:125:18"},"returnParameters":{"id":4677,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4674,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4678,"src":"6595:7:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4673,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6595:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4676,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4678,"src":"6604:7:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4675,"name":"address","nodeType":"ElementaryTypeName","src":"6604:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6594:18:18"},"scope":4741,"src":"6437:176:18","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":4679,"nodeType":"StructuredDocumentation","src":"6619:500:18","text":" @notice Refunds to the specified refundable address.\n @dev Requirements:\n - Only aggregators can call this function.\n - `_orderId` must be less than total IDs.\n - `_orderId` must be an open ID.\n - `isFulfilled` must be false.\n @param _fee The amount to be deducted from the amount to be refunded.\n @param _orderId The ID of the transaction.\n @param _label The reference of the sender.\n @return Whether the refund is successful."},"functionSelector":"d28a8d32","id":4690,"implemented":false,"kind":"function","modifiers":[],"name":"refund","nameLocation":"7133:6:18","nodeType":"FunctionDefinition","parameters":{"id":4686,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4681,"mutability":"mutable","name":"_fee","nameLocation":"7148:4:18","nodeType":"VariableDeclaration","scope":4690,"src":"7140:12:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4680,"name":"uint256","nodeType":"ElementaryTypeName","src":"7140:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4683,"mutability":"mutable","name":"_orderId","nameLocation":"7162:8:18","nodeType":"VariableDeclaration","scope":4690,"src":"7154:16:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4682,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7154:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4685,"mutability":"mutable","name":"_label","nameLocation":"7180:6:18","nodeType":"VariableDeclaration","scope":4690,"src":"7172:14:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4684,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7172:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7139:48:18"},"returnParameters":{"id":4689,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4688,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4690,"src":"7205:4:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4687,"name":"bool","nodeType":"ElementaryTypeName","src":"7205:4:18","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7204:6:18"},"scope":4741,"src":"7124:87:18","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":4691,"nodeType":"StructuredDocumentation","src":"7217:173:18","text":" @notice Checks if a token is supported by Paycrest.\n @param _token The address of the token to check.\n @return Whether the token is supported."},"functionSelector":"75151b63","id":4698,"implemented":false,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"7404:16:18","nodeType":"FunctionDefinition","parameters":{"id":4694,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4693,"mutability":"mutable","name":"_token","nameLocation":"7429:6:18","nodeType":"VariableDeclaration","scope":4698,"src":"7421:14:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4692,"name":"address","nodeType":"ElementaryTypeName","src":"7421:7:18","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"7420:16:18"},"returnParameters":{"id":4697,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4696,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4698,"src":"7459:4:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4695,"name":"bool","nodeType":"ElementaryTypeName","src":"7459:4:18","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7458:6:18"},"scope":4741,"src":"7395:70:18","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4699,"nodeType":"StructuredDocumentation","src":"7471:141:18","text":" @notice Gets the details of an order.\n @param _orderId The ID of the order.\n @return return The order details."},"functionSelector":"768c6ec0","id":4707,"implemented":false,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"7626:12:18","nodeType":"FunctionDefinition","parameters":{"id":4702,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4701,"mutability":"mutable","name":"_orderId","nameLocation":"7647:8:18","nodeType":"VariableDeclaration","scope":4707,"src":"7639:16:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4700,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7639:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7638:18:18"},"returnParameters":{"id":4706,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4705,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4707,"src":"7679:12:18","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_memory_ptr","typeString":"struct IPaycrest.Order"},"typeName":{"id":4704,"nodeType":"UserDefinedTypeName","pathNode":{"id":4703,"name":"Order","nameLocations":["7679:5:18"],"nodeType":"IdentifierPath","referencedDeclaration":4634,"src":"7679:5:18"},"referencedDeclaration":4634,"src":"7679:5:18","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4634_storage_ptr","typeString":"struct IPaycrest.Order"}},"visibility":"internal"}],"src":"7678:14:18"},"scope":4741,"src":"7617:76:18","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4708,"nodeType":"StructuredDocumentation","src":"7699:167:18","text":" @notice Gets the fee details of Paycrest.\n @return protocolReward The protocol reward amount.\n @return max_bps The maximum basis points."},"functionSelector":"b810c636","id":4715,"implemented":false,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"7880:13:18","nodeType":"FunctionDefinition","parameters":{"id":4709,"nodeType":"ParameterList","parameters":[],"src":"7893:2:18"},"returnParameters":{"id":4714,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4711,"mutability":"mutable","name":"protocolReward","nameLocation":"7925:14:18","nodeType":"VariableDeclaration","scope":4715,"src":"7918:21:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":4710,"name":"uint64","nodeType":"ElementaryTypeName","src":"7918:6:18","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":4713,"mutability":"mutable","name":"max_bps","nameLocation":"7949:7:18","nodeType":"VariableDeclaration","scope":4715,"src":"7941:15:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4712,"name":"uint256","nodeType":"ElementaryTypeName","src":"7941:7:18","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"7917:40:18"},"scope":4741,"src":"7871:87:18","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4716,"nodeType":"StructuredDocumentation","src":"7964:111:18","text":" @notice Gets the aggregator's public key.\n @return return The aggregator's public key."},"functionSelector":"3ad59dbc","id":4721,"implemented":false,"kind":"function","modifiers":[],"name":"getAggregator","nameLocation":"8089:13:18","nodeType":"FunctionDefinition","parameters":{"id":4717,"nodeType":"ParameterList","parameters":[],"src":"8102:2:18"},"returnParameters":{"id":4720,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4719,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4721,"src":"8127:12:18","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":4718,"name":"bytes","nodeType":"ElementaryTypeName","src":"8127:5:18","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"8126:14:18"},"scope":4741,"src":"8080:61:18","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4722,"nodeType":"StructuredDocumentation","src":"8147:168:18","text":" @notice Gets the details of a supported institution by code.\n @param _code The institution code.\n @return return The institution details."},"functionSelector":"c2280103","id":4730,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"8329:29:18","nodeType":"FunctionDefinition","parameters":{"id":4725,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4724,"mutability":"mutable","name":"_code","nameLocation":"8367:5:18","nodeType":"VariableDeclaration","scope":4730,"src":"8359:13:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4723,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8359:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8358:15:18"},"returnParameters":{"id":4729,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4728,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4730,"src":"8396:38:18","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":4727,"nodeType":"UserDefinedTypeName","pathNode":{"id":4726,"name":"SharedStructs.InstitutionByCode","nameLocations":["8396:13:18","8410:17:18"],"nodeType":"IdentifierPath","referencedDeclaration":4753,"src":"8396:31:18"},"referencedDeclaration":4753,"src":"8396:31:18","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4753_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"8395:40:18"},"scope":4741,"src":"8320:116:18","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4731,"nodeType":"StructuredDocumentation","src":"8442:173:18","text":" @notice Gets the details of supported institutions by currency.\n @param _currency The currency code.\n @return return An array of institutions."},"functionSelector":"02621338","id":4740,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"8630:24:18","nodeType":"FunctionDefinition","parameters":{"id":4734,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4733,"mutability":"mutable","name":"_currency","nameLocation":"8663:9:18","nodeType":"VariableDeclaration","scope":4740,"src":"8655:17:18","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4732,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8655:7:18","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8654:19:18"},"returnParameters":{"id":4739,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4738,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4740,"src":"8696:34:18","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":4736,"nodeType":"UserDefinedTypeName","pathNode":{"id":4735,"name":"SharedStructs.Institution","nameLocations":["8696:13:18","8710:11:18"],"nodeType":"IdentifierPath","referencedDeclaration":4748,"src":"8696:25:18"},"referencedDeclaration":4748,"src":"8696:25:18","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4748_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":4737,"nodeType":"ArrayTypeName","src":"8696:27:18","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4748_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"8695:36:18"},"scope":4741,"src":"8621:111:18","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":4742,"src":"273:8461:18","usedErrors":[]}],"src":"39:8696:18"},"id":18},"contracts/libraries/SharedStructs.sol":{"ast":{"absolutePath":"contracts/libraries/SharedStructs.sol","exportedSymbols":{"SharedStructs":[4754]},"id":4755,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":4743,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:19"},{"abstract":false,"baseContracts":[],"canonicalName":"SharedStructs","contractDependencies":[],"contractKind":"library","fullyImplemented":true,"id":4754,"linearizedBaseContracts":[4754],"name":"SharedStructs","nameLocation":"73:13:19","nodeType":"ContractDefinition","nodes":[{"canonicalName":"SharedStructs.Institution","id":4748,"members":[{"constant":false,"id":4745,"mutability":"mutable","name":"code","nameLocation":"290:4:19","nodeType":"VariableDeclaration","scope":4748,"src":"282:12:19","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4744,"name":"bytes32","nodeType":"ElementaryTypeName","src":"282:7:19","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4747,"mutability":"mutable","name":"name","nameLocation":"312:4:19","nodeType":"VariableDeclaration","scope":4748,"src":"304:12:19","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4746,"name":"bytes32","nodeType":"ElementaryTypeName","src":"304:7:19","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"Institution","nameLocation":"260:11:19","nodeType":"StructDefinition","scope":4754,"src":"253:70:19","visibility":"public"},{"canonicalName":"SharedStructs.InstitutionByCode","id":4753,"members":[{"constant":false,"id":4750,"mutability":"mutable","name":"name","nameLocation":"548:4:19","nodeType":"VariableDeclaration","scope":4753,"src":"540:12:19","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4749,"name":"bytes32","nodeType":"ElementaryTypeName","src":"540:7:19","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4752,"mutability":"mutable","name":"currency","nameLocation":"570:8:19","nodeType":"VariableDeclaration","scope":4753,"src":"562:16:19","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4751,"name":"bytes32","nodeType":"ElementaryTypeName","src":"562:7:19","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"InstitutionByCode","nameLocation":"512:17:19","nodeType":"StructDefinition","scope":4754,"src":"505:80:19","visibility":"public"}],"scope":4755,"src":"65:522:19","usedErrors":[]}],"src":"39:548:19"},"id":19},"contracts/mocks/MockUSDC.sol":{"ast":{"absolutePath":"contracts/mocks/MockUSDC.sol","exportedSymbols":{"ERC20":[3453],"MockUSDT":[4824]},"id":4825,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":4756,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"38:24:20"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/ERC20.sol","file":"@openzeppelin/contracts/token/ERC20/ERC20.sol","id":4758,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4825,"sourceUnit":3454,"src":"64:68:20","symbolAliases":[{"foreign":{"id":4757,"name":"ERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3453,"src":"72:5:20","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":4760,"name":"ERC20","nameLocations":["183:5:20"],"nodeType":"IdentifierPath","referencedDeclaration":3453,"src":"183:5:20"},"id":4761,"nodeType":"InheritanceSpecifier","src":"183:5:20"}],"canonicalName":"MockUSDT","contractDependencies":[],"contractKind":"contract","documentation":{"id":4759,"nodeType":"StructuredDocumentation","src":"134:28:20","text":"@dev Mock mintable USDC"},"fullyImplemented":true,"id":4824,"linearizedBaseContracts":[4824,3453,3556,3531,3586],"name":"MockUSDT","nameLocation":"171:8:20","nodeType":"ContractDefinition","nodes":[{"body":{"id":4774,"nodeType":"Block","src":"236:48:20","statements":[{"expression":{"arguments":[{"expression":{"id":4769,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"252:3:20","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":4770,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"256:6:20","memberName":"sender","nodeType":"MemberAccess","src":"252:10:20","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"hexValue":"315f3030305f303030453138","id":4771,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"264:12:20","typeDescriptions":{"typeIdentifier":"t_rational_1000000000000000000000000_by_1","typeString":"int_const 1000000000000000000000000"},"value":"1_000_000E18"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_rational_1000000000000000000000000_by_1","typeString":"int_const 1000000000000000000000000"}],"id":4768,"name":"_mint","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3270,"src":"246:5:20","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":4772,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"246:31:20","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4773,"nodeType":"ExpressionStatement","src":"246:31:20"}]},"id":4775,"implemented":true,"kind":"constructor","modifiers":[{"arguments":[{"hexValue":"4d6f636b55445343","id":4764,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"215:10:20","typeDescriptions":{"typeIdentifier":"t_stringliteral_94e1f9c6f37f68c7fbe9a402bd5dbcd03f36019e7e48bd72249c8c505bfa86d6","typeString":"literal_string \"MockUDSC\""},"value":"MockUDSC"},{"hexValue":"4d55534443","id":4765,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"227:7:20","typeDescriptions":{"typeIdentifier":"t_stringliteral_0b881b1a06d818eb813952573bf9829bb21a81b032d939e3244337841a6fff45","typeString":"literal_string \"MUSDC\""},"value":"MUSDC"}],"id":4766,"kind":"baseConstructorSpecifier","modifierName":{"id":4763,"name":"ERC20","nameLocations":["209:5:20"],"nodeType":"IdentifierPath","referencedDeclaration":3453,"src":"209:5:20"},"nodeType":"ModifierInvocation","src":"209:26:20"}],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":4762,"nodeType":"ParameterList","parameters":[],"src":"206:2:20"},"returnParameters":{"id":4767,"nodeType":"ParameterList","parameters":[],"src":"236:0:20"},"scope":4824,"src":"195:89:20","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":4786,"nodeType":"Block","src":"330:43:20","statements":[{"expression":{"arguments":[{"expression":{"id":4781,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"346:3:20","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":4782,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"350:6:20","memberName":"sender","nodeType":"MemberAccess","src":"346:10:20","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":4783,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4777,"src":"358:7:20","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":4780,"name":"_mint","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3270,"src":"340:5:20","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":4784,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"340:26:20","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4785,"nodeType":"ExpressionStatement","src":"340:26:20"}]},"functionSelector":"a0712d68","id":4787,"implemented":true,"kind":"function","modifiers":[],"name":"mint","nameLocation":"299:4:20","nodeType":"FunctionDefinition","parameters":{"id":4778,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4777,"mutability":"mutable","name":"_amount","nameLocation":"312:7:20","nodeType":"VariableDeclaration","scope":4787,"src":"304:15:20","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4776,"name":"uint256","nodeType":"ElementaryTypeName","src":"304:7:20","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"303:17:20"},"returnParameters":{"id":4779,"nodeType":"ParameterList","parameters":[],"src":"330:0:20"},"scope":4824,"src":"290:83:20","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":4798,"nodeType":"Block","src":"419:43:20","statements":[{"expression":{"arguments":[{"expression":{"id":4793,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"435:3:20","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":4794,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"439:6:20","memberName":"sender","nodeType":"MemberAccess","src":"435:10:20","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":4795,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4789,"src":"447:7:20","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":4792,"name":"_burn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3342,"src":"429:5:20","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":4796,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"429:26:20","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4797,"nodeType":"ExpressionStatement","src":"429:26:20"}]},"functionSelector":"42966c68","id":4799,"implemented":true,"kind":"function","modifiers":[],"name":"burn","nameLocation":"388:4:20","nodeType":"FunctionDefinition","parameters":{"id":4790,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4789,"mutability":"mutable","name":"_amount","nameLocation":"401:7:20","nodeType":"VariableDeclaration","scope":4799,"src":"393:15:20","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4788,"name":"uint256","nodeType":"ElementaryTypeName","src":"393:7:20","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"392:17:20"},"returnParameters":{"id":4791,"nodeType":"ParameterList","parameters":[],"src":"419:0:20"},"scope":4824,"src":"379:83:20","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":4822,"nodeType":"Block","src":"496:160:20","statements":[{"assignments":[4803],"declarations":[{"constant":false,"id":4803,"mutability":"mutable","name":"_balanceOf","nameLocation":"514:10:20","nodeType":"VariableDeclaration","scope":4822,"src":"506:18:20","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4802,"name":"uint256","nodeType":"ElementaryTypeName","src":"506:7:20","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":4808,"initialValue":{"arguments":[{"expression":{"id":4805,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"537:3:20","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":4806,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"541:6:20","memberName":"sender","nodeType":"MemberAccess","src":"537:10:20","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":4804,"name":"balanceOf","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2965,"src":"527:9:20","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_uint256_$","typeString":"function (address) view returns (uint256)"}},"id":4807,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"527:21:20","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"506:42:20"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":4812,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":4810,"name":"_balanceOf","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4803,"src":"566:10:20","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":4811,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"579:1:20","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"566:14:20","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4d6f636b555344543a204e6f7468696e6720746f206275726e","id":4813,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"582:27:20","typeDescriptions":{"typeIdentifier":"t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09","typeString":"literal_string \"MockUSDT: Nothing to burn\""},"value":"MockUSDT: Nothing to burn"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09","typeString":"literal_string \"MockUSDT: Nothing to burn\""}],"id":4809,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"558:7:20","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":4814,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"558:52:20","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4815,"nodeType":"ExpressionStatement","src":"558:52:20"},{"expression":{"arguments":[{"expression":{"id":4817,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"626:3:20","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":4818,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"630:6:20","memberName":"sender","nodeType":"MemberAccess","src":"626:10:20","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":4819,"name":"_balanceOf","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4803,"src":"638:10:20","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":4816,"name":"_burn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3342,"src":"620:5:20","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":4820,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"620:29:20","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":4821,"nodeType":"ExpressionStatement","src":"620:29:20"}]},"functionSelector":"9975038c","id":4823,"implemented":true,"kind":"function","modifiers":[],"name":"burnAll","nameLocation":"477:7:20","nodeType":"FunctionDefinition","parameters":{"id":4800,"nodeType":"ParameterList","parameters":[],"src":"484:2:20"},"returnParameters":{"id":4801,"nodeType":"ParameterList","parameters":[],"src":"496:0:20"},"scope":4824,"src":"468:188:20","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":4825,"src":"162:496:20","usedErrors":[]}],"src":"38:621:20"},"id":20}},"contracts":{"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"OwnableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"owner()":"8da5cb5b","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":\"OwnableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":139,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":142,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1299,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":11,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":131,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"Initializable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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] ```","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"_initialized":{"custom:oz-retyped-from":"bool","details":"Indicates that the contract has been initialized."},"_initializing":{"details":"Indicates that the contract is in the process of being initialized."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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] ```\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"_initialized\":{\"custom:oz-retyped-from\":\"bool\",\"details\":\"Indicates that the contract has been initialized.\"},\"_initializing\":{\"details\":\"Indicates that the contract is in the process of being initialized.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":\"Initializable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":139,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":142,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"}],"types":{"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"PausableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}],"devdoc":{"details":"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"paused()":{"details":"Returns true if the contract is paused, and false otherwise."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"paused()":"5c975abb"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":\"PausableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":139,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":142,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1299,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":323,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_paused","offset":0,"slot":"51","type":"t_bool"},{"astId":428,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol":{"IERC20Upgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 standard as defined in the EIP.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 standard as defined in the EIP.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":\"IERC20Upgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20Upgradeable {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x0e1f0f5f62f67a881cd1a9597acbc0a5e4071f3c2c10449a183b922ae7272e3f\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol":{"IERC20PermitUpgradeable":{"abi":[{"inputs":[],"name":"DOMAIN_SEPARATOR","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"nonces","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"permit","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in https://eips.ethereum.org/EIPS/eip-2612[EIP-2612]. Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't need to send a transaction, and thus is not required to hold Ether at all. ==== Security Considerations There are two important considerations concerning the use of `permit`. The first is that a valid permit signature expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be considered as an intention to spend the allowance in any specific way. The second is that because permits have built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be generally recommended is: ```solidity function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public { try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {} doThing(..., value); } function doThing(..., uint256 value) public { token.safeTransferFrom(msg.sender, address(this), value); ... } ``` Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also {SafeERC20-safeTransferFrom}). Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so contracts should have entry points that don't rely on permit.","kind":"dev","methods":{"DOMAIN_SEPARATOR()":{"details":"Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}."},"nonces(address)":{"details":"Returns the current nonce for `owner`. This value must be included whenever a signature is generated for {permit}. Every successful call to {permit} increases ``owner``'s nonce by one. This prevents a signature from being used multiple times."},"permit(address,address,uint256,uint256,uint8,bytes32,bytes32)":{"details":"Sets `value` as the allowance of `spender` over ``owner``'s tokens, given ``owner``'s signed approval. IMPORTANT: The same issues {IERC20-approve} has related to transaction ordering also apply here. Emits an {Approval} event. Requirements: - `spender` cannot be the zero address. - `deadline` must be a timestamp in the future. - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner` over the EIP712-formatted function arguments. - the signature must use ``owner``'s current nonce (see {nonces}). For more information on the signature format, see the https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP section]. CAUTION: See Security Considerations above."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"DOMAIN_SEPARATOR()":"3644e515","nonces(address)":"7ecebe00","permit(address,address,uint256,uint256,uint8,bytes32,bytes32)":"d505accf"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"DOMAIN_SEPARATOR\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"nonces\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"permit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in https://eips.ethereum.org/EIPS/eip-2612[EIP-2612]. Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't need to send a transaction, and thus is not required to hold Ether at all. ==== Security Considerations There are two important considerations concerning the use of `permit`. The first is that a valid permit signature expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be considered as an intention to spend the allowance in any specific way. The second is that because permits have built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be generally recommended is: ```solidity function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public { try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {} doThing(..., value); } function doThing(..., uint256 value) public { token.safeTransferFrom(msg.sender, address(this), value); ... } ``` Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also {SafeERC20-safeTransferFrom}). Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so contracts should have entry points that don't rely on permit.\",\"kind\":\"dev\",\"methods\":{\"DOMAIN_SEPARATOR()\":{\"details\":\"Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\"},\"nonces(address)\":{\"details\":\"Returns the current nonce for `owner`. This value must be included whenever a signature is generated for {permit}. Every successful call to {permit} increases ``owner``'s nonce by one. This prevents a signature from being used multiple times.\"},\"permit(address,address,uint256,uint256,uint8,bytes32,bytes32)\":{\"details\":\"Sets `value` as the allowance of `spender` over ``owner``'s tokens, given ``owner``'s signed approval. IMPORTANT: The same issues {IERC20-approve} has related to transaction ordering also apply here. Emits an {Approval} event. Requirements: - `spender` cannot be the zero address. - `deadline` must be a timestamp in the future. - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner` over the EIP712-formatted function arguments. - the signature must use ``owner``'s current nonce (see {nonces}). For more information on the signature format, see the https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP section]. CAUTION: See Security Considerations above.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":\"IERC20PermitUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\\n *\\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\\n * need to send a transaction, and thus is not required to hold Ether at all.\\n *\\n * ==== Security Considerations\\n *\\n * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\\n * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\\n * considered as an intention to spend the allowance in any specific way. The second is that because permits have\\n * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\\n * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\\n * generally recommended is:\\n *\\n * ```solidity\\n * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\\n * try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\\n * doThing(..., value);\\n * }\\n *\\n * function doThing(..., uint256 value) public {\\n * token.safeTransferFrom(msg.sender, address(this), value);\\n * ...\\n * }\\n * ```\\n *\\n * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\\n * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\\n * {SafeERC20-safeTransferFrom}).\\n *\\n * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\\n * contracts should have entry points that don't rely on permit.\\n */\\ninterface IERC20PermitUpgradeable {\\n /**\\n * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\\n * given ``owner``'s signed approval.\\n *\\n * IMPORTANT: The same issues {IERC20-approve} has related to transaction\\n * ordering also apply here.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `deadline` must be a timestamp in the future.\\n * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\\n * over the EIP712-formatted function arguments.\\n * - the signature must use ``owner``'s current nonce (see {nonces}).\\n *\\n * For more information on the signature format, see the\\n * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\\n * section].\\n *\\n * CAUTION: See Security Considerations above.\\n */\\n function permit(\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) external;\\n\\n /**\\n * @dev Returns the current nonce for `owner`. This value must be\\n * included whenever a signature is generated for {permit}.\\n *\\n * Every successful call to {permit} increases ``owner``'s nonce by one. This\\n * prevents a signature from being used multiple times.\\n */\\n function nonces(address owner) external view returns (uint256);\\n\\n /**\\n * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\\n */\\n // solhint-disable-next-line func-name-mixedcase\\n function DOMAIN_SEPARATOR() external view returns (bytes32);\\n}\\n\",\"keccak256\":\"0x07e881de3b9f6d2c07909f193f24b96c7fe4ea60013260f3f25aecd8bab3c2f8\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol":{"SafeERC20Upgradeable":{"abi":[],"devdoc":{"details":"Wrappers around ERC20 operations that throw on failure (when the token contract returns false). Tokens that return no value (and instead revert or throw on failure) are also supported, non-reverting calls are assumed to be successful. To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, which allows you to call the safe operations as `token.safeTransfer(...)`, etc.","kind":"dev","methods":{},"title":"SafeERC20","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122048450dc46638f88e6955de8ac82b8703f84fd5efe5cbcc4d071ddacf24282ceb64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 BASEFEE GASLIMIT 0xD 0xC4 PUSH7 0x38F88E6955DE8A 0xC8 0x2B DUP8 SUB 0xF8 0x4F 0xD5 0xEF 0xE5 0xCB 0xCC 0x4D SMOD SAR 0xDA 0xCF 0x24 0x28 0x2C 0xEB PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"734:6366:5:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122048450dc46638f88e6955de8ac82b8703f84fd5efe5cbcc4d071ddacf24282ceb64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 BASEFEE GASLIMIT 0xD 0xC4 PUSH7 0x38F88E6955DE8A 0xC8 0x2B DUP8 SUB 0xF8 0x4F 0xD5 0xEF 0xE5 0xCB 0xCC 0x4D SMOD SAR 0xDA 0xCF 0x24 0x28 0x2C 0xEB PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"734:6366:5:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_callOptionalReturn(contract IERC20Upgradeable,bytes memory)":"infinite","_callOptionalReturnBool(contract IERC20Upgradeable,bytes memory)":"infinite","forceApprove(contract IERC20Upgradeable,address,uint256)":"infinite","safeApprove(contract IERC20Upgradeable,address,uint256)":"infinite","safeDecreaseAllowance(contract IERC20Upgradeable,address,uint256)":"infinite","safeIncreaseAllowance(contract IERC20Upgradeable,address,uint256)":"infinite","safePermit(contract IERC20PermitUpgradeable,address,address,uint256,uint256,uint8,bytes32,bytes32)":"infinite","safeTransfer(contract IERC20Upgradeable,address,uint256)":"infinite","safeTransferFrom(contract IERC20Upgradeable,address,address,uint256)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Wrappers around ERC20 operations that throw on failure (when the token contract returns false). Tokens that return no value (and instead revert or throw on failure) are also supported, non-reverting calls are assumed to be successful. To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, which allows you to call the safe operations as `token.safeTransfer(...)`, etc.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"SafeERC20\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\":\"SafeERC20Upgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20Upgradeable {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x0e1f0f5f62f67a881cd1a9597acbc0a5e4071f3c2c10449a183b922ae7272e3f\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\\n *\\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\\n * need to send a transaction, and thus is not required to hold Ether at all.\\n *\\n * ==== Security Considerations\\n *\\n * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\\n * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\\n * considered as an intention to spend the allowance in any specific way. The second is that because permits have\\n * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\\n * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\\n * generally recommended is:\\n *\\n * ```solidity\\n * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\\n * try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\\n * doThing(..., value);\\n * }\\n *\\n * function doThing(..., uint256 value) public {\\n * token.safeTransferFrom(msg.sender, address(this), value);\\n * ...\\n * }\\n * ```\\n *\\n * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\\n * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\\n * {SafeERC20-safeTransferFrom}).\\n *\\n * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\\n * contracts should have entry points that don't rely on permit.\\n */\\ninterface IERC20PermitUpgradeable {\\n /**\\n * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\\n * given ``owner``'s signed approval.\\n *\\n * IMPORTANT: The same issues {IERC20-approve} has related to transaction\\n * ordering also apply here.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `deadline` must be a timestamp in the future.\\n * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\\n * over the EIP712-formatted function arguments.\\n * - the signature must use ``owner``'s current nonce (see {nonces}).\\n *\\n * For more information on the signature format, see the\\n * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\\n * section].\\n *\\n * CAUTION: See Security Considerations above.\\n */\\n function permit(\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) external;\\n\\n /**\\n * @dev Returns the current nonce for `owner`. This value must be\\n * included whenever a signature is generated for {permit}.\\n *\\n * Every successful call to {permit} increases ``owner``'s nonce by one. This\\n * prevents a signature from being used multiple times.\\n */\\n function nonces(address owner) external view returns (uint256);\\n\\n /**\\n * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\\n */\\n // solhint-disable-next-line func-name-mixedcase\\n function DOMAIN_SEPARATOR() external view returns (bytes32);\\n}\\n\",\"keccak256\":\"0x07e881de3b9f6d2c07909f193f24b96c7fe4ea60013260f3f25aecd8bab3c2f8\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.3) (token/ERC20/utils/SafeERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20Upgradeable.sol\\\";\\nimport \\\"../extensions/IERC20PermitUpgradeable.sol\\\";\\nimport \\\"../../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @title SafeERC20\\n * @dev Wrappers around ERC20 operations that throw on failure (when the token\\n * contract returns false). Tokens that return no value (and instead revert or\\n * throw on failure) are also supported, non-reverting calls are assumed to be\\n * successful.\\n * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,\\n * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.\\n */\\nlibrary SafeERC20Upgradeable {\\n using AddressUpgradeable for address;\\n\\n /**\\n * @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeTransfer(IERC20Upgradeable token, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));\\n }\\n\\n /**\\n * @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the\\n * calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.\\n */\\n function safeTransferFrom(IERC20Upgradeable token, address from, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));\\n }\\n\\n /**\\n * @dev Deprecated. This function has issues similar to the ones found in\\n * {IERC20-approve}, and its usage is discouraged.\\n *\\n * Whenever possible, use {safeIncreaseAllowance} and\\n * {safeDecreaseAllowance} instead.\\n */\\n function safeApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\\n // safeApprove should only be called when setting an initial allowance,\\n // or when resetting it to zero. To increase and decrease it, use\\n // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'\\n require(\\n (value == 0) || (token.allowance(address(this), spender) == 0),\\n \\\"SafeERC20: approve from non-zero to non-zero allowance\\\"\\n );\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));\\n }\\n\\n /**\\n * @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeIncreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance + value));\\n }\\n\\n /**\\n * @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeDecreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\\n unchecked {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n require(oldAllowance >= value, \\\"SafeERC20: decreased allowance below zero\\\");\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance - value));\\n }\\n }\\n\\n /**\\n * @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval\\n * to be set to zero before setting it to a non-zero value, such as USDT.\\n */\\n function forceApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\\n bytes memory approvalCall = abi.encodeWithSelector(token.approve.selector, spender, value);\\n\\n if (!_callOptionalReturnBool(token, approvalCall)) {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, 0));\\n _callOptionalReturn(token, approvalCall);\\n }\\n }\\n\\n /**\\n * @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.\\n * Revert on invalid signature.\\n */\\n function safePermit(\\n IERC20PermitUpgradeable token,\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) internal {\\n uint256 nonceBefore = token.nonces(owner);\\n token.permit(owner, spender, value, deadline, v, r, s);\\n uint256 nonceAfter = token.nonces(owner);\\n require(nonceAfter == nonceBefore + 1, \\\"SafeERC20: permit did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n */\\n function _callOptionalReturn(IERC20Upgradeable token, bytes memory data) private {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that\\n // the target address contains contract code and also asserts for success in the low-level call.\\n\\n bytes memory returndata = address(token).functionCall(data, \\\"SafeERC20: low-level call failed\\\");\\n require(returndata.length == 0 || abi.decode(returndata, (bool)), \\\"SafeERC20: ERC20 operation did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n *\\n * This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.\\n */\\n function _callOptionalReturnBool(IERC20Upgradeable token, bytes memory data) private returns (bool) {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We cannot use {Address-functionCall} here since this should return false\\n // and not revert is the subcall reverts.\\n\\n (bool success, bytes memory returndata) = address(token).call(data);\\n return\\n success && (returndata.length == 0 || abi.decode(returndata, (bool))) && AddressUpgradeable.isContract(address(token));\\n }\\n}\\n\",\"keccak256\":\"0x23b997be73d3dd46885262704f0f8cfc7273fdadfe303d37969a9561373972b5\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"AddressUpgradeable":{"abi":[],"devdoc":{"details":"Collection of functions related to the address type","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:6:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:6:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_revert(bytes memory,string memory)":"infinite","functionCall(address,bytes memory)":"infinite","functionCall(address,bytes memory,string memory)":"infinite","functionCallWithValue(address,bytes memory,uint256)":"infinite","functionCallWithValue(address,bytes memory,uint256,string memory)":"infinite","functionDelegateCall(address,bytes memory)":"infinite","functionDelegateCall(address,bytes memory,string memory)":"infinite","functionStaticCall(address,bytes memory)":"infinite","functionStaticCall(address,bytes memory,string memory)":"infinite","isContract(address)":"infinite","sendValue(address payable,uint256)":"infinite","verifyCallResult(bool,bytes memory,string memory)":"infinite","verifyCallResultFromTarget(address,bool,bytes memory,string memory)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Collection of functions related to the address type\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":\"AddressUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ContextUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":\"ContextUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":139,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":142,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1299,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"}],"types":{"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol":{"StringsUpgradeable":{"abi":[],"devdoc":{"details":"String operations.","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a3fb710f8a96e0067535a9f765fa3f89f59b6e06ba7186e35593d35f029926fa64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 LOG3 0xFB PUSH18 0xF8A96E0067535A9F765FA3F89F59B6E06BA PUSH18 0x86E35593D35F029926FA64736F6C63430008 SLT STOP CALLER ","sourceMap":"242:2603:8:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a3fb710f8a96e0067535a9f765fa3f89f59b6e06ba7186e35593d35f029926fa64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 LOG3 0xFB PUSH18 0xF8A96E0067535A9F765FA3F89F59B6E06BA PUSH18 0x86E35593D35F029926FA64736F6C63430008 SLT STOP CALLER ","sourceMap":"242:2603:8:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"equal(string memory,string memory)":"infinite","toHexString(address)":"infinite","toHexString(uint256)":"infinite","toHexString(uint256,uint256)":"infinite","toString(int256)":"infinite","toString(uint256)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"String operations.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":\"StringsUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./math/MathUpgradeable.sol\\\";\\nimport \\\"./math/SignedMathUpgradeable.sol\\\";\\n\\n/**\\n * @dev String operations.\\n */\\nlibrary StringsUpgradeable {\\n bytes16 private constant _SYMBOLS = \\\"0123456789abcdef\\\";\\n uint8 private constant _ADDRESS_LENGTH = 20;\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` decimal representation.\\n */\\n function toString(uint256 value) internal pure returns (string memory) {\\n unchecked {\\n uint256 length = MathUpgradeable.log10(value) + 1;\\n string memory buffer = new string(length);\\n uint256 ptr;\\n /// @solidity memory-safe-assembly\\n assembly {\\n ptr := add(buffer, add(32, length))\\n }\\n while (true) {\\n ptr--;\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore8(ptr, byte(mod(value, 10), _SYMBOLS))\\n }\\n value /= 10;\\n if (value == 0) break;\\n }\\n return buffer;\\n }\\n }\\n\\n /**\\n * @dev Converts a `int256` to its ASCII `string` decimal representation.\\n */\\n function toString(int256 value) internal pure returns (string memory) {\\n return string(abi.encodePacked(value < 0 ? \\\"-\\\" : \\\"\\\", toString(SignedMathUpgradeable.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, MathUpgradeable.log256(value) + 1);\\n }\\n }\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.\\n */\\n function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {\\n bytes memory buffer = new bytes(2 * length + 2);\\n buffer[0] = \\\"0\\\";\\n buffer[1] = \\\"x\\\";\\n for (uint256 i = 2 * length + 1; i > 1; --i) {\\n buffer[i] = _SYMBOLS[value & 0xf];\\n value >>= 4;\\n }\\n require(value == 0, \\\"Strings: hex length insufficient\\\");\\n return string(buffer);\\n }\\n\\n /**\\n * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.\\n */\\n function toHexString(address addr) internal pure returns (string memory) {\\n return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);\\n }\\n\\n /**\\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 keccak256(bytes(a)) == keccak256(bytes(b));\\n }\\n}\\n\",\"keccak256\":\"0xb96dc79b65b7c37937919dcdb356a969ce0aa2e8338322bf4dc027a3c9c9a7eb\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard math utilities missing in the Solidity language.\\n */\\nlibrary MathUpgradeable {\\n enum Rounding {\\n Down, // Toward negative infinity\\n Up, // Toward infinity\\n Zero // Toward zero\\n }\\n\\n /**\\n * @dev Returns the largest of two numbers.\\n */\\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two numbers.\\n */\\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two numbers. The result is rounded towards\\n * zero.\\n */\\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b) / 2 can overflow.\\n return (a & b) + (a ^ b) / 2;\\n }\\n\\n /**\\n * @dev Returns the ceiling of the division of two numbers.\\n *\\n * This differs from standard division with `/` in that it rounds up instead\\n * of rounding down.\\n */\\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b - 1) / b can overflow on addition, so we distribute.\\n return a == 0 ? 0 : (a - 1) / b + 1;\\n }\\n\\n /**\\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\\n * with further edits by Uniswap Labs also under MIT license.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\\n unchecked {\\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\\n // variables such that product = prod1 * 2^256 + prod0.\\n uint256 prod0; // Least significant 256 bits of the product\\n uint256 prod1; // Most significant 256 bits of the product\\n assembly {\\n let mm := mulmod(x, y, not(0))\\n prod0 := mul(x, y)\\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\\n }\\n\\n // Handle non-overflow cases, 256 by 256 division.\\n if (prod1 == 0) {\\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\\n // The surrounding unchecked block does not change this fact.\\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\\n return prod0 / denominator;\\n }\\n\\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\\n require(denominator > prod1, \\\"Math: mulDiv overflow\\\");\\n\\n ///////////////////////////////////////////////\\n // 512 by 256 division.\\n ///////////////////////////////////////////////\\n\\n // Make division exact by subtracting the remainder from [prod1 prod0].\\n uint256 remainder;\\n assembly {\\n // Compute remainder using mulmod.\\n remainder := mulmod(x, y, denominator)\\n\\n // Subtract 256 bit number from 512 bit number.\\n prod1 := sub(prod1, gt(remainder, prod0))\\n prod0 := sub(prod0, remainder)\\n }\\n\\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\\n // See https://cs.stackexchange.com/q/138556/92363.\\n\\n // Does not overflow because the denominator cannot be zero at this stage in the function.\\n uint256 twos = denominator & (~denominator + 1);\\n assembly {\\n // Divide denominator by twos.\\n denominator := div(denominator, twos)\\n\\n // Divide [prod1 prod0] by twos.\\n prod0 := div(prod0, twos)\\n\\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\\n twos := add(div(sub(0, twos), twos), 1)\\n }\\n\\n // Shift in bits from prod1 into prod0.\\n prod0 |= prod1 * twos;\\n\\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\\n // four bits. That is, denominator * inv = 1 mod 2^4.\\n uint256 inverse = (3 * denominator) ^ 2;\\n\\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\\n // in modular arithmetic, doubling the correct bits in each step.\\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\\n\\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\\n // is no longer required.\\n result = prod0 * inverse;\\n return result;\\n }\\n }\\n\\n /**\\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\\n uint256 result = mulDiv(x, y, denominator);\\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\\n result += 1;\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\\n *\\n * Inspired by Henry S. Warren, Jr.'s \\\"Hacker's Delight\\\" (Chapter 11).\\n */\\n function sqrt(uint256 a) internal pure returns (uint256) {\\n if (a == 0) {\\n return 0;\\n }\\n\\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\\n //\\n // We know that the \\\"msb\\\" (most significant bit) of our target number `a` is a power of 2 such that we have\\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\\n //\\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\\n // \\u2192 `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\\n // \\u2192 `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\\n //\\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\\n uint256 result = 1 << (log2(a) >> 1);\\n\\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\\n // into the expected uint128 result.\\n unchecked {\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n return min(result, a / result);\\n }\\n }\\n\\n /**\\n * @notice Calculates sqrt(a), following the selected rounding direction.\\n */\\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = sqrt(a);\\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 2, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 128;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 64;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 32;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 16;\\n }\\n if (value >> 8 > 0) {\\n value >>= 8;\\n result += 8;\\n }\\n if (value >> 4 > 0) {\\n value >>= 4;\\n result += 4;\\n }\\n if (value >> 2 > 0) {\\n value >>= 2;\\n result += 2;\\n }\\n if (value >> 1 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log2(value);\\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 10, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >= 10 ** 64) {\\n value /= 10 ** 64;\\n result += 64;\\n }\\n if (value >= 10 ** 32) {\\n value /= 10 ** 32;\\n result += 32;\\n }\\n if (value >= 10 ** 16) {\\n value /= 10 ** 16;\\n result += 16;\\n }\\n if (value >= 10 ** 8) {\\n value /= 10 ** 8;\\n result += 8;\\n }\\n if (value >= 10 ** 4) {\\n value /= 10 ** 4;\\n result += 4;\\n }\\n if (value >= 10 ** 2) {\\n value /= 10 ** 2;\\n result += 2;\\n }\\n if (value >= 10 ** 1) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log10(value);\\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 256, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n *\\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\\n */\\n function log256(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 16;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 8;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 4;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 2;\\n }\\n if (value >> 8 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard signed math utilities missing in the Solidity language.\\n */\\nlibrary SignedMathUpgradeable {\\n /**\\n * @dev Returns the largest of two signed numbers.\\n */\\n function max(int256 a, int256 b) internal pure returns (int256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two signed numbers.\\n */\\n function min(int256 a, int256 b) internal pure returns (int256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two signed numbers without overflow.\\n * The result is rounded towards zero.\\n */\\n function average(int256 a, int256 b) internal pure returns (int256) {\\n // Formula from the book \\\"Hacker's Delight\\\"\\n int256 x = (a & b) + ((a ^ b) >> 1);\\n return x + (int256(uint256(x) >> 255) & (a ^ b));\\n }\\n\\n /**\\n * @dev Returns the absolute unsigned value of a signed value.\\n */\\n function abs(int256 n) internal pure returns (uint256) {\\n unchecked {\\n // must be unchecked in order to support `n = type(int256).min`\\n return uint256(n >= 0 ? n : -n);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol":{"ECDSAUpgradeable":{"abi":[],"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.","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220717bce4509ab3c6d09fb52c5b26660a25a99945b32e0484c654da9bebac1986064736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 PUSH18 0x7BCE4509AB3C6D09FB52C5B26660A25A9994 JUMPDEST ORIGIN 0xE0 BASEFEE 0x4C PUSH6 0x4DA9BEBAC198 PUSH1 0x64 PUSH20 0x6F6C634300081200330000000000000000000000 ","sourceMap":"380:8783:9:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220717bce4509ab3c6d09fb52c5b26660a25a99945b32e0484c654da9bebac1986064736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH18 0x7BCE4509AB3C6D09FB52C5B26660A25A9994 JUMPDEST ORIGIN 0xE0 BASEFEE 0x4C PUSH6 0x4DA9BEBAC198 PUSH1 0x64 PUSH20 0x6F6C634300081200330000000000000000000000 ","sourceMap":"380:8783:9:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_throwError(enum ECDSAUpgradeable.RecoverError)":"infinite","recover(bytes32,bytes memory)":"infinite","recover(bytes32,bytes32,bytes32)":"infinite","recover(bytes32,uint8,bytes32,bytes32)":"infinite","toDataWithIntendedValidatorHash(address,bytes memory)":"infinite","toEthSignedMessageHash(bytes memory)":"infinite","toEthSignedMessageHash(bytes32)":"infinite","toTypedDataHash(bytes32,bytes32)":"infinite","tryRecover(bytes32,bytes memory)":"infinite","tryRecover(bytes32,bytes32,bytes32)":"infinite","tryRecover(bytes32,uint8,bytes32,bytes32)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"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.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":\"ECDSAUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./math/MathUpgradeable.sol\\\";\\nimport \\\"./math/SignedMathUpgradeable.sol\\\";\\n\\n/**\\n * @dev String operations.\\n */\\nlibrary StringsUpgradeable {\\n bytes16 private constant _SYMBOLS = \\\"0123456789abcdef\\\";\\n uint8 private constant _ADDRESS_LENGTH = 20;\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` decimal representation.\\n */\\n function toString(uint256 value) internal pure returns (string memory) {\\n unchecked {\\n uint256 length = MathUpgradeable.log10(value) + 1;\\n string memory buffer = new string(length);\\n uint256 ptr;\\n /// @solidity memory-safe-assembly\\n assembly {\\n ptr := add(buffer, add(32, length))\\n }\\n while (true) {\\n ptr--;\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore8(ptr, byte(mod(value, 10), _SYMBOLS))\\n }\\n value /= 10;\\n if (value == 0) break;\\n }\\n return buffer;\\n }\\n }\\n\\n /**\\n * @dev Converts a `int256` to its ASCII `string` decimal representation.\\n */\\n function toString(int256 value) internal pure returns (string memory) {\\n return string(abi.encodePacked(value < 0 ? \\\"-\\\" : \\\"\\\", toString(SignedMathUpgradeable.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, MathUpgradeable.log256(value) + 1);\\n }\\n }\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.\\n */\\n function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {\\n bytes memory buffer = new bytes(2 * length + 2);\\n buffer[0] = \\\"0\\\";\\n buffer[1] = \\\"x\\\";\\n for (uint256 i = 2 * length + 1; i > 1; --i) {\\n buffer[i] = _SYMBOLS[value & 0xf];\\n value >>= 4;\\n }\\n require(value == 0, \\\"Strings: hex length insufficient\\\");\\n return string(buffer);\\n }\\n\\n /**\\n * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.\\n */\\n function toHexString(address addr) internal pure returns (string memory) {\\n return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);\\n }\\n\\n /**\\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 keccak256(bytes(a)) == keccak256(bytes(b));\\n }\\n}\\n\",\"keccak256\":\"0xb96dc79b65b7c37937919dcdb356a969ce0aa2e8338322bf4dc027a3c9c9a7eb\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/ECDSA.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../StringsUpgradeable.sol\\\";\\n\\n/**\\n * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.\\n *\\n * These functions can be used to verify that a message was signed by the holder\\n * of the private keys of a given address.\\n */\\nlibrary ECDSAUpgradeable {\\n enum RecoverError {\\n NoError,\\n InvalidSignature,\\n InvalidSignatureLength,\\n InvalidSignatureS,\\n InvalidSignatureV // Deprecated in v4.8\\n }\\n\\n function _throwError(RecoverError error) private pure {\\n if (error == RecoverError.NoError) {\\n return; // no error: do nothing\\n } else if (error == RecoverError.InvalidSignature) {\\n revert(\\\"ECDSA: invalid signature\\\");\\n } else if (error == RecoverError.InvalidSignatureLength) {\\n revert(\\\"ECDSA: invalid signature length\\\");\\n } else if (error == RecoverError.InvalidSignatureS) {\\n revert(\\\"ECDSA: invalid signature 's' value\\\");\\n }\\n }\\n\\n /**\\n * @dev Returns the address that signed a hashed message (`hash`) with\\n * `signature` or error string. This address can then be used for verification purposes.\\n *\\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n * this function rejects them by requiring the `s` value to be in the lower\\n * half order, and the `v` value to be either 27 or 28.\\n *\\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n * verification to be secure: it is possible to craft signatures that\\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n * this is by receiving a hash of the original message (which may otherwise\\n * be too long), and then calling {toEthSignedMessageHash} on it.\\n *\\n * Documentation for signature generation:\\n * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]\\n * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {\\n if (signature.length == 65) {\\n bytes32 r;\\n bytes32 s;\\n uint8 v;\\n // ecrecover takes the signature parameters, and the only way to get them\\n // currently is to use assembly.\\n /// @solidity memory-safe-assembly\\n assembly {\\n r := mload(add(signature, 0x20))\\n s := mload(add(signature, 0x40))\\n v := byte(0, mload(add(signature, 0x60)))\\n }\\n return tryRecover(hash, v, r, s);\\n } else {\\n return (address(0), RecoverError.InvalidSignatureLength);\\n }\\n }\\n\\n /**\\n * @dev Returns the address that signed a hashed message (`hash`) with\\n * `signature`. This address can then be used for verification purposes.\\n *\\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n * this function rejects them by requiring the `s` value to be in the lower\\n * half order, and the `v` value to be either 27 or 28.\\n *\\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n * verification to be secure: it is possible to craft signatures that\\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n * this is by receiving a hash of the original message (which may otherwise\\n * be too long), and then calling {toEthSignedMessageHash} on it.\\n */\\n function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, signature);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\\n *\\n * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address, RecoverError) {\\n bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);\\n uint8 v = uint8((uint256(vs) >> 255) + 27);\\n return tryRecover(hash, v, r, s);\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\\n *\\n * _Available since v4.2._\\n */\\n function recover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, r, vs);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-tryRecover} that receives the `v`,\\n * `r` and `s` signature fields separately.\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address, RecoverError) {\\n // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature\\n // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines\\n // the valid range for s in (301): 0 < s < secp256k1n \\u00f7 2 + 1, and for v in (302): v \\u2208 {27, 28}. Most\\n // signatures from current libraries generate a unique signature with an s-value in the lower half order.\\n //\\n // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value\\n // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or\\n // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept\\n // these malleable signatures as well.\\n if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) {\\n return (address(0), RecoverError.InvalidSignatureS);\\n }\\n\\n // If the signature is valid (and not malleable), return the signer address\\n address signer = ecrecover(hash, v, r, s);\\n if (signer == address(0)) {\\n return (address(0), RecoverError.InvalidSignature);\\n }\\n\\n return (signer, RecoverError.NoError);\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-recover} that receives the `v`,\\n * `r` and `s` signature fields separately.\\n */\\n function recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, v, r, s);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Message, created from a `hash`. This\\n * produces hash corresponding to the one signed with the\\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n * JSON-RPC method as part of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32 message) {\\n // 32 is the length in bytes of hash,\\n // enforced by the type signature above\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore(0x00, \\\"\\\\x19Ethereum Signed Message:\\\\n32\\\")\\n mstore(0x1c, hash)\\n message := keccak256(0x00, 0x3c)\\n }\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Message, created from `s`. This\\n * produces hash corresponding to the one signed with the\\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n * JSON-RPC method as part of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19Ethereum Signed Message:\\\\n\\\", StringsUpgradeable.toString(s.length), s));\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Typed Data, created from a\\n * `domainSeparator` and a `structHash`. This produces hash corresponding\\n * to the one signed with the\\n * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]\\n * JSON-RPC method as part of EIP-712.\\n *\\n * See {recover}.\\n */\\n function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32 data) {\\n /// @solidity memory-safe-assembly\\n assembly {\\n let ptr := mload(0x40)\\n mstore(ptr, \\\"\\\\x19\\\\x01\\\")\\n mstore(add(ptr, 0x02), domainSeparator)\\n mstore(add(ptr, 0x22), structHash)\\n data := keccak256(ptr, 0x42)\\n }\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Data with intended validator, created from a\\n * `validator` and `data` according to the version 0 of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toDataWithIntendedValidatorHash(address validator, bytes memory data) internal pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19\\\\x00\\\", validator, data));\\n }\\n}\\n\",\"keccak256\":\"0xa014f65d84b02827055d99993ccdbfb4b56b2c9e91eb278d82a93330659d06e4\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard math utilities missing in the Solidity language.\\n */\\nlibrary MathUpgradeable {\\n enum Rounding {\\n Down, // Toward negative infinity\\n Up, // Toward infinity\\n Zero // Toward zero\\n }\\n\\n /**\\n * @dev Returns the largest of two numbers.\\n */\\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two numbers.\\n */\\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two numbers. The result is rounded towards\\n * zero.\\n */\\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b) / 2 can overflow.\\n return (a & b) + (a ^ b) / 2;\\n }\\n\\n /**\\n * @dev Returns the ceiling of the division of two numbers.\\n *\\n * This differs from standard division with `/` in that it rounds up instead\\n * of rounding down.\\n */\\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b - 1) / b can overflow on addition, so we distribute.\\n return a == 0 ? 0 : (a - 1) / b + 1;\\n }\\n\\n /**\\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\\n * with further edits by Uniswap Labs also under MIT license.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\\n unchecked {\\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\\n // variables such that product = prod1 * 2^256 + prod0.\\n uint256 prod0; // Least significant 256 bits of the product\\n uint256 prod1; // Most significant 256 bits of the product\\n assembly {\\n let mm := mulmod(x, y, not(0))\\n prod0 := mul(x, y)\\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\\n }\\n\\n // Handle non-overflow cases, 256 by 256 division.\\n if (prod1 == 0) {\\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\\n // The surrounding unchecked block does not change this fact.\\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\\n return prod0 / denominator;\\n }\\n\\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\\n require(denominator > prod1, \\\"Math: mulDiv overflow\\\");\\n\\n ///////////////////////////////////////////////\\n // 512 by 256 division.\\n ///////////////////////////////////////////////\\n\\n // Make division exact by subtracting the remainder from [prod1 prod0].\\n uint256 remainder;\\n assembly {\\n // Compute remainder using mulmod.\\n remainder := mulmod(x, y, denominator)\\n\\n // Subtract 256 bit number from 512 bit number.\\n prod1 := sub(prod1, gt(remainder, prod0))\\n prod0 := sub(prod0, remainder)\\n }\\n\\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\\n // See https://cs.stackexchange.com/q/138556/92363.\\n\\n // Does not overflow because the denominator cannot be zero at this stage in the function.\\n uint256 twos = denominator & (~denominator + 1);\\n assembly {\\n // Divide denominator by twos.\\n denominator := div(denominator, twos)\\n\\n // Divide [prod1 prod0] by twos.\\n prod0 := div(prod0, twos)\\n\\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\\n twos := add(div(sub(0, twos), twos), 1)\\n }\\n\\n // Shift in bits from prod1 into prod0.\\n prod0 |= prod1 * twos;\\n\\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\\n // four bits. That is, denominator * inv = 1 mod 2^4.\\n uint256 inverse = (3 * denominator) ^ 2;\\n\\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\\n // in modular arithmetic, doubling the correct bits in each step.\\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\\n\\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\\n // is no longer required.\\n result = prod0 * inverse;\\n return result;\\n }\\n }\\n\\n /**\\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\\n uint256 result = mulDiv(x, y, denominator);\\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\\n result += 1;\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\\n *\\n * Inspired by Henry S. Warren, Jr.'s \\\"Hacker's Delight\\\" (Chapter 11).\\n */\\n function sqrt(uint256 a) internal pure returns (uint256) {\\n if (a == 0) {\\n return 0;\\n }\\n\\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\\n //\\n // We know that the \\\"msb\\\" (most significant bit) of our target number `a` is a power of 2 such that we have\\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\\n //\\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\\n // \\u2192 `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\\n // \\u2192 `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\\n //\\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\\n uint256 result = 1 << (log2(a) >> 1);\\n\\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\\n // into the expected uint128 result.\\n unchecked {\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n return min(result, a / result);\\n }\\n }\\n\\n /**\\n * @notice Calculates sqrt(a), following the selected rounding direction.\\n */\\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = sqrt(a);\\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 2, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 128;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 64;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 32;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 16;\\n }\\n if (value >> 8 > 0) {\\n value >>= 8;\\n result += 8;\\n }\\n if (value >> 4 > 0) {\\n value >>= 4;\\n result += 4;\\n }\\n if (value >> 2 > 0) {\\n value >>= 2;\\n result += 2;\\n }\\n if (value >> 1 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log2(value);\\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 10, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >= 10 ** 64) {\\n value /= 10 ** 64;\\n result += 64;\\n }\\n if (value >= 10 ** 32) {\\n value /= 10 ** 32;\\n result += 32;\\n }\\n if (value >= 10 ** 16) {\\n value /= 10 ** 16;\\n result += 16;\\n }\\n if (value >= 10 ** 8) {\\n value /= 10 ** 8;\\n result += 8;\\n }\\n if (value >= 10 ** 4) {\\n value /= 10 ** 4;\\n result += 4;\\n }\\n if (value >= 10 ** 2) {\\n value /= 10 ** 2;\\n result += 2;\\n }\\n if (value >= 10 ** 1) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log10(value);\\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 256, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n *\\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\\n */\\n function log256(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 16;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 8;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 4;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 2;\\n }\\n if (value >> 8 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard signed math utilities missing in the Solidity language.\\n */\\nlibrary SignedMathUpgradeable {\\n /**\\n * @dev Returns the largest of two signed numbers.\\n */\\n function max(int256 a, int256 b) internal pure returns (int256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two signed numbers.\\n */\\n function min(int256 a, int256 b) internal pure returns (int256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two signed numbers without overflow.\\n * The result is rounded towards zero.\\n */\\n function average(int256 a, int256 b) internal pure returns (int256) {\\n // Formula from the book \\\"Hacker's Delight\\\"\\n int256 x = (a & b) + ((a ^ b) >> 1);\\n return x + (int256(uint256(x) >> 255) & (a ^ b));\\n }\\n\\n /**\\n * @dev Returns the absolute unsigned value of a signed value.\\n */\\n function abs(int256 n) internal pure returns (uint256) {\\n unchecked {\\n // must be unchecked in order to support `n = type(int256).min`\\n return uint256(n >= 0 ? n : -n);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol":{"MathUpgradeable":{"abi":[],"devdoc":{"details":"Standard math utilities missing in the Solidity language.","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206b19238f22d888be15246afd45704547bf692f3a8d19f34db13095fb48eddd5264736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 PUSH12 0x19238F22D888BE15246AFD45 PUSH17 0x4547BF692F3A8D19F34DB13095FB48EDDD MSTORE PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"202:12593:10:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206b19238f22d888be15246afd45704547bf692f3a8d19f34db13095fb48eddd5264736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH12 0x19238F22D888BE15246AFD45 PUSH17 0x4547BF692F3A8D19F34DB13095FB48EDDD MSTORE PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"202:12593:10:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"average(uint256,uint256)":"infinite","ceilDiv(uint256,uint256)":"infinite","log10(uint256)":"infinite","log10(uint256,enum MathUpgradeable.Rounding)":"infinite","log2(uint256)":"infinite","log2(uint256,enum MathUpgradeable.Rounding)":"infinite","log256(uint256)":"infinite","log256(uint256,enum MathUpgradeable.Rounding)":"infinite","max(uint256,uint256)":"infinite","min(uint256,uint256)":"infinite","mulDiv(uint256,uint256,uint256)":"infinite","mulDiv(uint256,uint256,uint256,enum MathUpgradeable.Rounding)":"infinite","sqrt(uint256)":"infinite","sqrt(uint256,enum MathUpgradeable.Rounding)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"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-upgradeable/utils/math/MathUpgradeable.sol\":\"MathUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard math utilities missing in the Solidity language.\\n */\\nlibrary MathUpgradeable {\\n enum Rounding {\\n Down, // Toward negative infinity\\n Up, // Toward infinity\\n Zero // Toward zero\\n }\\n\\n /**\\n * @dev Returns the largest of two numbers.\\n */\\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two numbers.\\n */\\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two numbers. The result is rounded towards\\n * zero.\\n */\\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b) / 2 can overflow.\\n return (a & b) + (a ^ b) / 2;\\n }\\n\\n /**\\n * @dev Returns the ceiling of the division of two numbers.\\n *\\n * This differs from standard division with `/` in that it rounds up instead\\n * of rounding down.\\n */\\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b - 1) / b can overflow on addition, so we distribute.\\n return a == 0 ? 0 : (a - 1) / b + 1;\\n }\\n\\n /**\\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\\n * with further edits by Uniswap Labs also under MIT license.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\\n unchecked {\\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\\n // variables such that product = prod1 * 2^256 + prod0.\\n uint256 prod0; // Least significant 256 bits of the product\\n uint256 prod1; // Most significant 256 bits of the product\\n assembly {\\n let mm := mulmod(x, y, not(0))\\n prod0 := mul(x, y)\\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\\n }\\n\\n // Handle non-overflow cases, 256 by 256 division.\\n if (prod1 == 0) {\\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\\n // The surrounding unchecked block does not change this fact.\\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\\n return prod0 / denominator;\\n }\\n\\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\\n require(denominator > prod1, \\\"Math: mulDiv overflow\\\");\\n\\n ///////////////////////////////////////////////\\n // 512 by 256 division.\\n ///////////////////////////////////////////////\\n\\n // Make division exact by subtracting the remainder from [prod1 prod0].\\n uint256 remainder;\\n assembly {\\n // Compute remainder using mulmod.\\n remainder := mulmod(x, y, denominator)\\n\\n // Subtract 256 bit number from 512 bit number.\\n prod1 := sub(prod1, gt(remainder, prod0))\\n prod0 := sub(prod0, remainder)\\n }\\n\\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\\n // See https://cs.stackexchange.com/q/138556/92363.\\n\\n // Does not overflow because the denominator cannot be zero at this stage in the function.\\n uint256 twos = denominator & (~denominator + 1);\\n assembly {\\n // Divide denominator by twos.\\n denominator := div(denominator, twos)\\n\\n // Divide [prod1 prod0] by twos.\\n prod0 := div(prod0, twos)\\n\\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\\n twos := add(div(sub(0, twos), twos), 1)\\n }\\n\\n // Shift in bits from prod1 into prod0.\\n prod0 |= prod1 * twos;\\n\\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\\n // four bits. That is, denominator * inv = 1 mod 2^4.\\n uint256 inverse = (3 * denominator) ^ 2;\\n\\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\\n // in modular arithmetic, doubling the correct bits in each step.\\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\\n\\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\\n // is no longer required.\\n result = prod0 * inverse;\\n return result;\\n }\\n }\\n\\n /**\\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\\n uint256 result = mulDiv(x, y, denominator);\\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\\n result += 1;\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\\n *\\n * Inspired by Henry S. Warren, Jr.'s \\\"Hacker's Delight\\\" (Chapter 11).\\n */\\n function sqrt(uint256 a) internal pure returns (uint256) {\\n if (a == 0) {\\n return 0;\\n }\\n\\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\\n //\\n // We know that the \\\"msb\\\" (most significant bit) of our target number `a` is a power of 2 such that we have\\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\\n //\\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\\n // \\u2192 `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\\n // \\u2192 `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\\n //\\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\\n uint256 result = 1 << (log2(a) >> 1);\\n\\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\\n // into the expected uint128 result.\\n unchecked {\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n return min(result, a / result);\\n }\\n }\\n\\n /**\\n * @notice Calculates sqrt(a), following the selected rounding direction.\\n */\\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = sqrt(a);\\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 2, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 128;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 64;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 32;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 16;\\n }\\n if (value >> 8 > 0) {\\n value >>= 8;\\n result += 8;\\n }\\n if (value >> 4 > 0) {\\n value >>= 4;\\n result += 4;\\n }\\n if (value >> 2 > 0) {\\n value >>= 2;\\n result += 2;\\n }\\n if (value >> 1 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log2(value);\\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 10, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >= 10 ** 64) {\\n value /= 10 ** 64;\\n result += 64;\\n }\\n if (value >= 10 ** 32) {\\n value /= 10 ** 32;\\n result += 32;\\n }\\n if (value >= 10 ** 16) {\\n value /= 10 ** 16;\\n result += 16;\\n }\\n if (value >= 10 ** 8) {\\n value /= 10 ** 8;\\n result += 8;\\n }\\n if (value >= 10 ** 4) {\\n value /= 10 ** 4;\\n result += 4;\\n }\\n if (value >= 10 ** 2) {\\n value /= 10 ** 2;\\n result += 2;\\n }\\n if (value >= 10 ** 1) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log10(value);\\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 256, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n *\\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\\n */\\n function log256(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 16;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 8;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 4;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 2;\\n }\\n if (value >> 8 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol":{"SignedMathUpgradeable":{"abi":[],"devdoc":{"details":"Standard signed math utilities missing in the Solidity language.","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e70ce3cff074bb9f2b399f4851e008094b94d7fe429bd3afbf9c6f170d3375ce64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xE7 0xC 0xE3 0xCF CREATE PUSH21 0xBB9F2B399F4851E008094B94D7FE429BD3AFBF9C6F OR 0xD CALLER PUSH22 0xCE64736F6C6343000812003300000000000000000000 ","sourceMap":"215:1058:11:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e70ce3cff074bb9f2b399f4851e008094b94d7fe429bd3afbf9c6f170d3375ce64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xE7 0xC 0xE3 0xCF CREATE PUSH21 0xBB9F2B399F4851E008094B94D7FE429BD3AFBF9C6F OR 0xD CALLER PUSH22 0xCE64736F6C6343000812003300000000000000000000 ","sourceMap":"215:1058:11:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"abs(int256)":"infinite","average(int256,int256)":"infinite","max(int256,int256)":"infinite","min(int256,int256)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"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-upgradeable/utils/math/SignedMathUpgradeable.sol\":\"SignedMathUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard signed math utilities missing in the Solidity language.\\n */\\nlibrary SignedMathUpgradeable {\\n /**\\n * @dev Returns the largest of two signed numbers.\\n */\\n function max(int256 a, int256 b) internal pure returns (int256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two signed numbers.\\n */\\n function min(int256 a, int256 b) internal pure returns (int256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two signed numbers without overflow.\\n * The result is rounded towards zero.\\n */\\n function average(int256 a, int256 b) internal pure returns (int256) {\\n // Formula from the book \\\"Hacker's Delight\\\"\\n int256 x = (a & b) + ((a ^ b) >> 1);\\n return x + (int256(uint256(x) >> 255) & (a ^ b));\\n }\\n\\n /**\\n * @dev Returns the absolute unsigned value of a signed value.\\n */\\n function abs(int256 n) internal pure returns (uint256) {\\n unchecked {\\n // must be unchecked in order to support `n = type(int256).min`\\n return uint256(n >= 0 ? n : -n);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/ERC20.sol":{"ERC20":{"abi":[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Implementation of the {IERC20} interface. This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. For a generic mechanism see {ERC20PresetMinterPauser}. TIP: For a detailed writeup see our guide https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How to implement supply mechanisms]. The default value of {decimals} is 18. To change this, you should override this function so it returns a different value. We have followed general OpenZeppelin Contracts guidelines: functions revert instead returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of ERC20 applications. Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"See {IERC20-allowance}."},"approve(address,uint256)":{"details":"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address."},"balanceOf(address)":{"details":"See {IERC20-balanceOf}."},"constructor":{"details":"Sets the values for {name} and {symbol}. All two of these values are immutable: they can only be set once during construction."},"decimals()":{"details":"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}."},"decreaseAllowance(address,uint256)":{"details":"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`."},"increaseAllowance(address,uint256)":{"details":"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address."},"name()":{"details":"Returns the name of the token."},"symbol()":{"details":"Returns the symbol of the token, usually a shorter version of the name."},"totalSupply()":{"details":"See {IERC20-totalSupply}."},"transfer(address,uint256)":{"details":"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`."},"transferFrom(address,address,uint256)":{"details":"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`."}},"version":1},"evm":{"bytecode":{"functionDebugData":{"@_2911":{"entryPoint":null,"id":2911,"parameterSlots":2,"returnSlots":0},"abi_decode_available_length_t_string_memory_ptr_fromMemory":{"entryPoint":376,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_string_memory_ptr_fromMemory":{"entryPoint":451,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr_fromMemory":{"entryPoint":502,"id":null,"parameterSlots":2,"returnSlots":2},"allocate_memory":{"entryPoint":247,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":99,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_string_memory_ptr":{"entryPoint":278,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_string_storage":{"entryPoint":746,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":635,"id":null,"parameterSlots":1,"returnSlots":1},"clean_up_bytearray_end_slots_t_string_storage":{"entryPoint":1067,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_t_uint256":{"entryPoint":882,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":1028,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_uint256_to_t_uint256":{"entryPoint":902,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage":{"entryPoint":1222,"id":null,"parameterSlots":2,"returnSlots":0},"copy_memory_to_memory_with_cleanup":{"entryPoint":332,"id":null,"parameterSlots":3,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":767,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":693,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":1192,"id":null,"parameterSlots":2,"returnSlots":1},"finalize_allocation":{"entryPoint":193,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":892,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":1160,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x22":{"entryPoint":646,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":146,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":942,"id":null,"parameterSlots":1,"returnSlots":1},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":119,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae":{"entryPoint":124,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":114,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":109,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":129,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":783,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":1147,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":1000,"id":null,"parameterSlots":2,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":796,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":952,"id":null,"parameterSlots":3,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":995,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:8574:21","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:21","statements":[{"nodeType":"YulAssignment","src":"57:19:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:21","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:21"},"nodeType":"YulFunctionCall","src":"67:9:21"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:21"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:21","type":""}],"src":"7:75:21"},{"body":{"nodeType":"YulBlock","src":"177:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:21"},"nodeType":"YulFunctionCall","src":"187:12:21"},"nodeType":"YulExpressionStatement","src":"187:12:21"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:21"},{"body":{"nodeType":"YulBlock","src":"300:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:21"},"nodeType":"YulFunctionCall","src":"310:12:21"},"nodeType":"YulExpressionStatement","src":"310:12:21"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:21"},{"body":{"nodeType":"YulBlock","src":"423:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"440:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"443:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"433:6:21"},"nodeType":"YulFunctionCall","src":"433:12:21"},"nodeType":"YulExpressionStatement","src":"433:12:21"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"334:117:21"},{"body":{"nodeType":"YulBlock","src":"546:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"563:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"566:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"556:6:21"},"nodeType":"YulFunctionCall","src":"556:12:21"},"nodeType":"YulExpressionStatement","src":"556:12:21"}]},"name":"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae","nodeType":"YulFunctionDefinition","src":"457:117:21"},{"body":{"nodeType":"YulBlock","src":"628:54:21","statements":[{"nodeType":"YulAssignment","src":"638:38:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"656:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"663:2:21","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"652:3:21"},"nodeType":"YulFunctionCall","src":"652:14:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"672:2:21","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"668:3:21"},"nodeType":"YulFunctionCall","src":"668:7:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"648:3:21"},"nodeType":"YulFunctionCall","src":"648:28:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"638:6:21"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"611:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"621:6:21","type":""}],"src":"580:102:21"},{"body":{"nodeType":"YulBlock","src":"716:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"733:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"736:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"726:6:21"},"nodeType":"YulFunctionCall","src":"726:88:21"},"nodeType":"YulExpressionStatement","src":"726:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"830:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"833:4:21","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"823:6:21"},"nodeType":"YulFunctionCall","src":"823:15:21"},"nodeType":"YulExpressionStatement","src":"823:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"854:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"857:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"847:6:21"},"nodeType":"YulFunctionCall","src":"847:15:21"},"nodeType":"YulExpressionStatement","src":"847:15:21"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"688:180:21"},{"body":{"nodeType":"YulBlock","src":"917:238:21","statements":[{"nodeType":"YulVariableDeclaration","src":"927:58:21","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"949:6:21"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"979:4:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"957:21:21"},"nodeType":"YulFunctionCall","src":"957:27:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"945:3:21"},"nodeType":"YulFunctionCall","src":"945:40:21"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"931:10:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"1096:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1098:16:21"},"nodeType":"YulFunctionCall","src":"1098:18:21"},"nodeType":"YulExpressionStatement","src":"1098:18:21"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1039:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"1051:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1036:2:21"},"nodeType":"YulFunctionCall","src":"1036:34:21"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1075:10:21"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1087:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1072:2:21"},"nodeType":"YulFunctionCall","src":"1072:22:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1033:2:21"},"nodeType":"YulFunctionCall","src":"1033:62:21"},"nodeType":"YulIf","src":"1030:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1134:2:21","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1138:10:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1127:6:21"},"nodeType":"YulFunctionCall","src":"1127:22:21"},"nodeType":"YulExpressionStatement","src":"1127:22:21"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"903:6:21","type":""},{"name":"size","nodeType":"YulTypedName","src":"911:4:21","type":""}],"src":"874:281:21"},{"body":{"nodeType":"YulBlock","src":"1202:88:21","statements":[{"nodeType":"YulAssignment","src":"1212:30:21","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"1222:18:21"},"nodeType":"YulFunctionCall","src":"1222:20:21"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1212:6:21"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1271:6:21"},{"name":"size","nodeType":"YulIdentifier","src":"1279:4:21"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"1251:19:21"},"nodeType":"YulFunctionCall","src":"1251:33:21"},"nodeType":"YulExpressionStatement","src":"1251:33:21"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"1186:4:21","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1195:6:21","type":""}],"src":"1161:129:21"},{"body":{"nodeType":"YulBlock","src":"1363:241:21","statements":[{"body":{"nodeType":"YulBlock","src":"1468:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1470:16:21"},"nodeType":"YulFunctionCall","src":"1470:18:21"},"nodeType":"YulExpressionStatement","src":"1470:18:21"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1440:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"1448:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1437:2:21"},"nodeType":"YulFunctionCall","src":"1437:30:21"},"nodeType":"YulIf","src":"1434:56:21"},{"nodeType":"YulAssignment","src":"1500:37:21","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1530:6:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"1508:21:21"},"nodeType":"YulFunctionCall","src":"1508:29:21"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1500:4:21"}]},{"nodeType":"YulAssignment","src":"1574:23:21","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1586:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"1592:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1582:3:21"},"nodeType":"YulFunctionCall","src":"1582:15:21"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1574:4:21"}]}]},"name":"array_allocation_size_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"1347:6:21","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"1358:4:21","type":""}],"src":"1296:308:21"},{"body":{"nodeType":"YulBlock","src":"1672:184:21","statements":[{"nodeType":"YulVariableDeclaration","src":"1682:10:21","value":{"kind":"number","nodeType":"YulLiteral","src":"1691:1:21","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"1686:1:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"1751:63:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"1776:3:21"},{"name":"i","nodeType":"YulIdentifier","src":"1781:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1772:3:21"},"nodeType":"YulFunctionCall","src":"1772:11:21"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"1795:3:21"},{"name":"i","nodeType":"YulIdentifier","src":"1800:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1791:3:21"},"nodeType":"YulFunctionCall","src":"1791:11:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1785:5:21"},"nodeType":"YulFunctionCall","src":"1785:18:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1765:6:21"},"nodeType":"YulFunctionCall","src":"1765:39:21"},"nodeType":"YulExpressionStatement","src":"1765:39:21"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"1712:1:21"},{"name":"length","nodeType":"YulIdentifier","src":"1715:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1709:2:21"},"nodeType":"YulFunctionCall","src":"1709:13:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"1723:19:21","statements":[{"nodeType":"YulAssignment","src":"1725:15:21","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"1734:1:21"},{"kind":"number","nodeType":"YulLiteral","src":"1737:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1730:3:21"},"nodeType":"YulFunctionCall","src":"1730:10:21"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"1725:1:21"}]}]},"pre":{"nodeType":"YulBlock","src":"1705:3:21","statements":[]},"src":"1701:113:21"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"1834:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"1839:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1830:3:21"},"nodeType":"YulFunctionCall","src":"1830:16:21"},{"kind":"number","nodeType":"YulLiteral","src":"1848:1:21","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1823:6:21"},"nodeType":"YulFunctionCall","src":"1823:27:21"},"nodeType":"YulExpressionStatement","src":"1823:27:21"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"1654:3:21","type":""},{"name":"dst","nodeType":"YulTypedName","src":"1659:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"1664:6:21","type":""}],"src":"1610:246:21"},{"body":{"nodeType":"YulBlock","src":"1957:339:21","statements":[{"nodeType":"YulAssignment","src":"1967:75:21","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"2034:6:21"}],"functionName":{"name":"array_allocation_size_t_string_memory_ptr","nodeType":"YulIdentifier","src":"1992:41:21"},"nodeType":"YulFunctionCall","src":"1992:49:21"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"1976:15:21"},"nodeType":"YulFunctionCall","src":"1976:66:21"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"1967:5:21"}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"2058:5:21"},{"name":"length","nodeType":"YulIdentifier","src":"2065:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2051:6:21"},"nodeType":"YulFunctionCall","src":"2051:21:21"},"nodeType":"YulExpressionStatement","src":"2051:21:21"},{"nodeType":"YulVariableDeclaration","src":"2081:27:21","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"2096:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"2103:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2092:3:21"},"nodeType":"YulFunctionCall","src":"2092:16:21"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"2085:3:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"2146:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae","nodeType":"YulIdentifier","src":"2148:77:21"},"nodeType":"YulFunctionCall","src":"2148:79:21"},"nodeType":"YulExpressionStatement","src":"2148:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"2127:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"2132:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2123:3:21"},"nodeType":"YulFunctionCall","src":"2123:16:21"},{"name":"end","nodeType":"YulIdentifier","src":"2141:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2120:2:21"},"nodeType":"YulFunctionCall","src":"2120:25:21"},"nodeType":"YulIf","src":"2117:112:21"},{"expression":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"2273:3:21"},{"name":"dst","nodeType":"YulIdentifier","src":"2278:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"2283:6:21"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"2238:34:21"},"nodeType":"YulFunctionCall","src":"2238:52:21"},"nodeType":"YulExpressionStatement","src":"2238:52:21"}]},"name":"abi_decode_available_length_t_string_memory_ptr_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"1930:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"1935:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"1943:3:21","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"1951:5:21","type":""}],"src":"1862:434:21"},{"body":{"nodeType":"YulBlock","src":"2389:282:21","statements":[{"body":{"nodeType":"YulBlock","src":"2438:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"2440:77:21"},"nodeType":"YulFunctionCall","src":"2440:79:21"},"nodeType":"YulExpressionStatement","src":"2440:79:21"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2417:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"2425:4:21","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2413:3:21"},"nodeType":"YulFunctionCall","src":"2413:17:21"},{"name":"end","nodeType":"YulIdentifier","src":"2432:3:21"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2409:3:21"},"nodeType":"YulFunctionCall","src":"2409:27:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2402:6:21"},"nodeType":"YulFunctionCall","src":"2402:35:21"},"nodeType":"YulIf","src":"2399:122:21"},{"nodeType":"YulVariableDeclaration","src":"2530:27:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2550:6:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2544:5:21"},"nodeType":"YulFunctionCall","src":"2544:13:21"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2534:6:21","type":""}]},{"nodeType":"YulAssignment","src":"2566:99:21","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2638:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"2646:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2634:3:21"},"nodeType":"YulFunctionCall","src":"2634:17:21"},{"name":"length","nodeType":"YulIdentifier","src":"2653:6:21"},{"name":"end","nodeType":"YulIdentifier","src":"2661:3:21"}],"functionName":{"name":"abi_decode_available_length_t_string_memory_ptr_fromMemory","nodeType":"YulIdentifier","src":"2575:58:21"},"nodeType":"YulFunctionCall","src":"2575:90:21"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"2566:5:21"}]}]},"name":"abi_decode_t_string_memory_ptr_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2367:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"2375:3:21","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"2383:5:21","type":""}],"src":"2316:355:21"},{"body":{"nodeType":"YulBlock","src":"2791:739:21","statements":[{"body":{"nodeType":"YulBlock","src":"2837:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"2839:77:21"},"nodeType":"YulFunctionCall","src":"2839:79:21"},"nodeType":"YulExpressionStatement","src":"2839:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2812:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"2821:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2808:3:21"},"nodeType":"YulFunctionCall","src":"2808:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"2833:2:21","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2804:3:21"},"nodeType":"YulFunctionCall","src":"2804:32:21"},"nodeType":"YulIf","src":"2801:119:21"},{"nodeType":"YulBlock","src":"2930:291:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2945:38:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2969:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"2980:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2965:3:21"},"nodeType":"YulFunctionCall","src":"2965:17:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2959:5:21"},"nodeType":"YulFunctionCall","src":"2959:24:21"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2949:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"3030:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"3032:77:21"},"nodeType":"YulFunctionCall","src":"3032:79:21"},"nodeType":"YulExpressionStatement","src":"3032:79:21"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3002:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"3010:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2999:2:21"},"nodeType":"YulFunctionCall","src":"2999:30:21"},"nodeType":"YulIf","src":"2996:117:21"},{"nodeType":"YulAssignment","src":"3127:84:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3183:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"3194:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3179:3:21"},"nodeType":"YulFunctionCall","src":"3179:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"3203:7:21"}],"functionName":{"name":"abi_decode_t_string_memory_ptr_fromMemory","nodeType":"YulIdentifier","src":"3137:41:21"},"nodeType":"YulFunctionCall","src":"3137:74:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"3127:6:21"}]}]},{"nodeType":"YulBlock","src":"3231:292:21","statements":[{"nodeType":"YulVariableDeclaration","src":"3246:39:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3270:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3281:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3266:3:21"},"nodeType":"YulFunctionCall","src":"3266:18:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3260:5:21"},"nodeType":"YulFunctionCall","src":"3260:25:21"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"3250:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"3332:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"3334:77:21"},"nodeType":"YulFunctionCall","src":"3334:79:21"},"nodeType":"YulExpressionStatement","src":"3334:79:21"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3304:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"3312:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3301:2:21"},"nodeType":"YulFunctionCall","src":"3301:30:21"},"nodeType":"YulIf","src":"3298:117:21"},{"nodeType":"YulAssignment","src":"3429:84:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3485:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"3496:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3481:3:21"},"nodeType":"YulFunctionCall","src":"3481:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"3505:7:21"}],"functionName":{"name":"abi_decode_t_string_memory_ptr_fromMemory","nodeType":"YulIdentifier","src":"3439:41:21"},"nodeType":"YulFunctionCall","src":"3439:74:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"3429:6:21"}]}]}]},"name":"abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2753:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2764:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2776:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2784:6:21","type":""}],"src":"2677:853:21"},{"body":{"nodeType":"YulBlock","src":"3595:40:21","statements":[{"nodeType":"YulAssignment","src":"3606:22:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3622:5:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3616:5:21"},"nodeType":"YulFunctionCall","src":"3616:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"3606:6:21"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3578:5:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"3588:6:21","type":""}],"src":"3536:99:21"},{"body":{"nodeType":"YulBlock","src":"3669:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3686:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3689:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3679:6:21"},"nodeType":"YulFunctionCall","src":"3679:88:21"},"nodeType":"YulExpressionStatement","src":"3679:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3783:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"3786:4:21","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3776:6:21"},"nodeType":"YulFunctionCall","src":"3776:15:21"},"nodeType":"YulExpressionStatement","src":"3776:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3807:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3810:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"3800:6:21"},"nodeType":"YulFunctionCall","src":"3800:15:21"},"nodeType":"YulExpressionStatement","src":"3800:15:21"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"3641:180:21"},{"body":{"nodeType":"YulBlock","src":"3878:269:21","statements":[{"nodeType":"YulAssignment","src":"3888:22:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3902:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"3908:1:21","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"3898:3:21"},"nodeType":"YulFunctionCall","src":"3898:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"3888:6:21"}]},{"nodeType":"YulVariableDeclaration","src":"3919:38:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3949:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"3955:1:21","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3945:3:21"},"nodeType":"YulFunctionCall","src":"3945:12:21"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"3923:18:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"3996:51:21","statements":[{"nodeType":"YulAssignment","src":"4010:27:21","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"4024:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"4032:4:21","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4020:3:21"},"nodeType":"YulFunctionCall","src":"4020:17:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"4010:6:21"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"3976:18:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3969:6:21"},"nodeType":"YulFunctionCall","src":"3969:26:21"},"nodeType":"YulIf","src":"3966:81:21"},{"body":{"nodeType":"YulBlock","src":"4099:42:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"4113:16:21"},"nodeType":"YulFunctionCall","src":"4113:18:21"},"nodeType":"YulExpressionStatement","src":"4113:18:21"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"4063:18:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"4086:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"4094:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4083:2:21"},"nodeType":"YulFunctionCall","src":"4083:14:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"4060:2:21"},"nodeType":"YulFunctionCall","src":"4060:38:21"},"nodeType":"YulIf","src":"4057:84:21"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"3862:4:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"3871:6:21","type":""}],"src":"3827:320:21"},{"body":{"nodeType":"YulBlock","src":"4207:87:21","statements":[{"nodeType":"YulAssignment","src":"4217:11:21","value":{"name":"ptr","nodeType":"YulIdentifier","src":"4225:3:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"4217:4:21"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4245:1:21","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"4248:3:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4238:6:21"},"nodeType":"YulFunctionCall","src":"4238:14:21"},"nodeType":"YulExpressionStatement","src":"4238:14:21"},{"nodeType":"YulAssignment","src":"4261:26:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4279:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4282:4:21","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"4269:9:21"},"nodeType":"YulFunctionCall","src":"4269:18:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"4261:4:21"}]}]},"name":"array_dataslot_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"4194:3:21","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"4202:4:21","type":""}],"src":"4153:141:21"},{"body":{"nodeType":"YulBlock","src":"4344:49:21","statements":[{"nodeType":"YulAssignment","src":"4354:33:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4372:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"4379:2:21","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4368:3:21"},"nodeType":"YulFunctionCall","src":"4368:14:21"},{"kind":"number","nodeType":"YulLiteral","src":"4384:2:21","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4364:3:21"},"nodeType":"YulFunctionCall","src":"4364:23:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4354:6:21"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4327:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4337:6:21","type":""}],"src":"4300:93:21"},{"body":{"nodeType":"YulBlock","src":"4452:54:21","statements":[{"nodeType":"YulAssignment","src":"4462:37:21","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"4487:4:21"},{"name":"value","nodeType":"YulIdentifier","src":"4493:5:21"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"4483:3:21"},"nodeType":"YulFunctionCall","src":"4483:16:21"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"4462:8:21"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"4427:4:21","type":""},{"name":"value","nodeType":"YulTypedName","src":"4433:5:21","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"4443:8:21","type":""}],"src":"4399:107:21"},{"body":{"nodeType":"YulBlock","src":"4588:317:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4598:35:21","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"4619:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"4631:1:21","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"4615:3:21"},"nodeType":"YulFunctionCall","src":"4615:18:21"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"4602:9:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"4642:109:21","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"4673:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"4684:66:21","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"4654:18:21"},"nodeType":"YulFunctionCall","src":"4654:97:21"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"4646:4:21","type":""}]},{"nodeType":"YulAssignment","src":"4760:51:21","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"4791:9:21"},{"name":"toInsert","nodeType":"YulIdentifier","src":"4802:8:21"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"4772:18:21"},"nodeType":"YulFunctionCall","src":"4772:39:21"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"4760:8:21"}]},{"nodeType":"YulAssignment","src":"4820:30:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4833:5:21"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"4844:4:21"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"4840:3:21"},"nodeType":"YulFunctionCall","src":"4840:9:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4829:3:21"},"nodeType":"YulFunctionCall","src":"4829:21:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"4820:5:21"}]},{"nodeType":"YulAssignment","src":"4859:40:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4872:5:21"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"4883:8:21"},{"name":"mask","nodeType":"YulIdentifier","src":"4893:4:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4879:3:21"},"nodeType":"YulFunctionCall","src":"4879:19:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"4869:2:21"},"nodeType":"YulFunctionCall","src":"4869:30:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4859:6:21"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4549:5:21","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"4556:10:21","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"4568:8:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4581:6:21","type":""}],"src":"4512:393:21"},{"body":{"nodeType":"YulBlock","src":"4956:32:21","statements":[{"nodeType":"YulAssignment","src":"4966:16:21","value":{"name":"value","nodeType":"YulIdentifier","src":"4977:5:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4966:7:21"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4938:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4948:7:21","type":""}],"src":"4911:77:21"},{"body":{"nodeType":"YulBlock","src":"5026:28:21","statements":[{"nodeType":"YulAssignment","src":"5036:12:21","value":{"name":"value","nodeType":"YulIdentifier","src":"5043:5:21"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"5036:3:21"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5012:5:21","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"5022:3:21","type":""}],"src":"4994:60:21"},{"body":{"nodeType":"YulBlock","src":"5120:82:21","statements":[{"nodeType":"YulAssignment","src":"5130:66:21","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5188:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"5170:17:21"},"nodeType":"YulFunctionCall","src":"5170:24:21"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"5161:8:21"},"nodeType":"YulFunctionCall","src":"5161:34:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"5143:17:21"},"nodeType":"YulFunctionCall","src":"5143:53:21"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"5130:9:21"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5100:5:21","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"5110:9:21","type":""}],"src":"5060:142:21"},{"body":{"nodeType":"YulBlock","src":"5255:28:21","statements":[{"nodeType":"YulAssignment","src":"5265:12:21","value":{"name":"value","nodeType":"YulIdentifier","src":"5272:5:21"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"5265:3:21"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5241:5:21","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"5251:3:21","type":""}],"src":"5208:75:21"},{"body":{"nodeType":"YulBlock","src":"5365:193:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5375:63:21","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"5430:7:21"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"5399:30:21"},"nodeType":"YulFunctionCall","src":"5399:39:21"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"5379:16:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5454:4:21"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5494:4:21"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"5488:5:21"},"nodeType":"YulFunctionCall","src":"5488:11:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5501:6:21"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"5533:16:21"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"5509:23:21"},"nodeType":"YulFunctionCall","src":"5509:41:21"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"5460:27:21"},"nodeType":"YulFunctionCall","src":"5460:91:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"5447:6:21"},"nodeType":"YulFunctionCall","src":"5447:105:21"},"nodeType":"YulExpressionStatement","src":"5447:105:21"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"5342:4:21","type":""},{"name":"offset","nodeType":"YulTypedName","src":"5348:6:21","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"5356:7:21","type":""}],"src":"5289:269:21"},{"body":{"nodeType":"YulBlock","src":"5613:24:21","statements":[{"nodeType":"YulAssignment","src":"5623:8:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5630:1:21","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"5623:3:21"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"5609:3:21","type":""}],"src":"5564:73:21"},{"body":{"nodeType":"YulBlock","src":"5696:136:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5706:46:21","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"5720:30:21"},"nodeType":"YulFunctionCall","src":"5720:32:21"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"5710:6:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5805:4:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5811:6:21"},{"name":"zero_0","nodeType":"YulIdentifier","src":"5819:6:21"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"5761:43:21"},"nodeType":"YulFunctionCall","src":"5761:65:21"},"nodeType":"YulExpressionStatement","src":"5761:65:21"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"5682:4:21","type":""},{"name":"offset","nodeType":"YulTypedName","src":"5688:6:21","type":""}],"src":"5643:189:21"},{"body":{"nodeType":"YulBlock","src":"5888:136:21","statements":[{"body":{"nodeType":"YulBlock","src":"5955:63:21","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"5999:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"6006:1:21","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"5969:29:21"},"nodeType":"YulFunctionCall","src":"5969:39:21"},"nodeType":"YulExpressionStatement","src":"5969:39:21"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"5908:5:21"},{"name":"end","nodeType":"YulIdentifier","src":"5915:3:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"5905:2:21"},"nodeType":"YulFunctionCall","src":"5905:14:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"5920:26:21","statements":[{"nodeType":"YulAssignment","src":"5922:22:21","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"5935:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"5942:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5931:3:21"},"nodeType":"YulFunctionCall","src":"5931:13:21"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"5922:5:21"}]}]},"pre":{"nodeType":"YulBlock","src":"5902:2:21","statements":[]},"src":"5898:120:21"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"5876:5:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"5883:3:21","type":""}],"src":"5838:186:21"},{"body":{"nodeType":"YulBlock","src":"6109:464:21","statements":[{"body":{"nodeType":"YulBlock","src":"6135:431:21","statements":[{"nodeType":"YulVariableDeclaration","src":"6149:54:21","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6197:5:21"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"6165:31:21"},"nodeType":"YulFunctionCall","src":"6165:38:21"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"6153:8:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"6216:63:21","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"6239:8:21"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"6267:10:21"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"6249:17:21"},"nodeType":"YulFunctionCall","src":"6249:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6235:3:21"},"nodeType":"YulFunctionCall","src":"6235:44:21"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"6220:11:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"6436:27:21","statements":[{"nodeType":"YulAssignment","src":"6438:23:21","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"6453:8:21"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"6438:11:21"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"6420:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"6432:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6417:2:21"},"nodeType":"YulFunctionCall","src":"6417:18:21"},"nodeType":"YulIf","src":"6414:49:21"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"6505:11:21"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"6522:8:21"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"6550:3:21"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"6532:17:21"},"nodeType":"YulFunctionCall","src":"6532:22:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6518:3:21"},"nodeType":"YulFunctionCall","src":"6518:37:21"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"6476:28:21"},"nodeType":"YulFunctionCall","src":"6476:80:21"},"nodeType":"YulExpressionStatement","src":"6476:80:21"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"6126:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"6131:2:21","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6123:2:21"},"nodeType":"YulFunctionCall","src":"6123:11:21"},"nodeType":"YulIf","src":"6120:446:21"}]},"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"6085:5:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"6092:3:21","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"6097:10:21","type":""}],"src":"6030:543:21"},{"body":{"nodeType":"YulBlock","src":"6642:54:21","statements":[{"nodeType":"YulAssignment","src":"6652:37:21","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"6677:4:21"},{"name":"value","nodeType":"YulIdentifier","src":"6683:5:21"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"6673:3:21"},"nodeType":"YulFunctionCall","src":"6673:16:21"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"6652:8:21"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"6617:4:21","type":""},{"name":"value","nodeType":"YulTypedName","src":"6623:5:21","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"6633:8:21","type":""}],"src":"6579:117:21"},{"body":{"nodeType":"YulBlock","src":"6753:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"6763:68:21","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6812:1:21","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"6815:5:21"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6808:3:21"},"nodeType":"YulFunctionCall","src":"6808:13:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6827:1:21","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"6823:3:21"},"nodeType":"YulFunctionCall","src":"6823:6:21"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"6779:28:21"},"nodeType":"YulFunctionCall","src":"6779:51:21"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"6775:3:21"},"nodeType":"YulFunctionCall","src":"6775:56:21"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"6767:4:21","type":""}]},{"nodeType":"YulAssignment","src":"6840:25:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"6854:4:21"},{"name":"mask","nodeType":"YulIdentifier","src":"6860:4:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6850:3:21"},"nodeType":"YulFunctionCall","src":"6850:15:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"6840:6:21"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"6730:4:21","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"6736:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"6746:6:21","type":""}],"src":"6702:169:21"},{"body":{"nodeType":"YulBlock","src":"6957:214:21","statements":[{"nodeType":"YulAssignment","src":"7090:37:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"7117:4:21"},{"name":"len","nodeType":"YulIdentifier","src":"7123:3:21"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"7098:18:21"},"nodeType":"YulFunctionCall","src":"7098:29:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"7090:4:21"}]},{"nodeType":"YulAssignment","src":"7136:29:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"7147:4:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7157:1:21","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"7160:3:21"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"7153:3:21"},"nodeType":"YulFunctionCall","src":"7153:11:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"7144:2:21"},"nodeType":"YulFunctionCall","src":"7144:21:21"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"7136:4:21"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"6938:4:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"6944:3:21","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"6952:4:21","type":""}],"src":"6876:295:21"},{"body":{"nodeType":"YulBlock","src":"7268:1303:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7279:51:21","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7326:3:21"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"7293:32:21"},"nodeType":"YulFunctionCall","src":"7293:37:21"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"7283:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"7415:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"7417:16:21"},"nodeType":"YulFunctionCall","src":"7417:18:21"},"nodeType":"YulExpressionStatement","src":"7417:18:21"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7387:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"7395:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7384:2:21"},"nodeType":"YulFunctionCall","src":"7384:30:21"},"nodeType":"YulIf","src":"7381:56:21"},{"nodeType":"YulVariableDeclaration","src":"7447:52:21","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7493:4:21"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"7487:5:21"},"nodeType":"YulFunctionCall","src":"7487:11:21"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"7461:25:21"},"nodeType":"YulFunctionCall","src":"7461:38:21"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"7451:6:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7592:4:21"},{"name":"oldLen","nodeType":"YulIdentifier","src":"7598:6:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"7606:6:21"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulIdentifier","src":"7546:45:21"},"nodeType":"YulFunctionCall","src":"7546:67:21"},"nodeType":"YulExpressionStatement","src":"7546:67:21"},{"nodeType":"YulVariableDeclaration","src":"7623:18:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7640:1:21","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"7627:9:21","type":""}]},{"nodeType":"YulAssignment","src":"7651:17:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7664:4:21","type":"","value":"0x20"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"7651:9:21"}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"7715:611:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7729:37:21","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7748:6:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7760:4:21","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"7756:3:21"},"nodeType":"YulFunctionCall","src":"7756:9:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"7744:3:21"},"nodeType":"YulFunctionCall","src":"7744:22:21"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"7733:7:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"7780:51:21","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7826:4:21"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"7794:31:21"},"nodeType":"YulFunctionCall","src":"7794:37:21"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"7784:6:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"7844:10:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7853:1:21","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"7848:1:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"7912:163:21","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"7937:6:21"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7955:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"7960:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7951:3:21"},"nodeType":"YulFunctionCall","src":"7951:19:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"7945:5:21"},"nodeType":"YulFunctionCall","src":"7945:26:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"7930:6:21"},"nodeType":"YulFunctionCall","src":"7930:42:21"},"nodeType":"YulExpressionStatement","src":"7930:42:21"},{"nodeType":"YulAssignment","src":"7989:24:21","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"8003:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8011:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7999:3:21"},"nodeType":"YulFunctionCall","src":"7999:14:21"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"7989:6:21"}]},{"nodeType":"YulAssignment","src":"8030:31:21","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"8047:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"8058:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8043:3:21"},"nodeType":"YulFunctionCall","src":"8043:18:21"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"8030:9:21"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"7878:1:21"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"7881:7:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"7875:2:21"},"nodeType":"YulFunctionCall","src":"7875:14:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"7890:21:21","statements":[{"nodeType":"YulAssignment","src":"7892:17:21","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"7901:1:21"},{"kind":"number","nodeType":"YulLiteral","src":"7904:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7897:3:21"},"nodeType":"YulFunctionCall","src":"7897:12:21"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"7892:1:21"}]}]},"pre":{"nodeType":"YulBlock","src":"7871:3:21","statements":[]},"src":"7867:208:21"},{"body":{"nodeType":"YulBlock","src":"8111:156:21","statements":[{"nodeType":"YulVariableDeclaration","src":"8129:43:21","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"8156:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"8161:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8152:3:21"},"nodeType":"YulFunctionCall","src":"8152:19:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8146:5:21"},"nodeType":"YulFunctionCall","src":"8146:26:21"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"8133:9:21","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"8196:6:21"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"8223:9:21"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"8238:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8246:4:21","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8234:3:21"},"nodeType":"YulFunctionCall","src":"8234:17:21"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"8204:18:21"},"nodeType":"YulFunctionCall","src":"8204:48:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"8189:6:21"},"nodeType":"YulFunctionCall","src":"8189:64:21"},"nodeType":"YulExpressionStatement","src":"8189:64:21"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"8094:7:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"8103:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"8091:2:21"},"nodeType":"YulFunctionCall","src":"8091:19:21"},"nodeType":"YulIf","src":"8088:179:21"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"8287:4:21"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"8301:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8309:1:21","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"8297:3:21"},"nodeType":"YulFunctionCall","src":"8297:14:21"},{"kind":"number","nodeType":"YulLiteral","src":"8313:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8293:3:21"},"nodeType":"YulFunctionCall","src":"8293:22:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"8280:6:21"},"nodeType":"YulFunctionCall","src":"8280:36:21"},"nodeType":"YulExpressionStatement","src":"8280:36:21"}]},"nodeType":"YulCase","src":"7708:618:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7713:1:21","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"8343:222:21","statements":[{"nodeType":"YulVariableDeclaration","src":"8357:14:21","value":{"kind":"number","nodeType":"YulLiteral","src":"8370:1:21","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"8361:5:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"8394:67:21","statements":[{"nodeType":"YulAssignment","src":"8412:35:21","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"8431:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"8436:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8427:3:21"},"nodeType":"YulFunctionCall","src":"8427:19:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8421:5:21"},"nodeType":"YulFunctionCall","src":"8421:26:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"8412:5:21"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"8387:6:21"},"nodeType":"YulIf","src":"8384:77:21"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"8481:4:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8540:5:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"8547:6:21"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"8487:52:21"},"nodeType":"YulFunctionCall","src":"8487:67:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"8474:6:21"},"nodeType":"YulFunctionCall","src":"8474:81:21"},"nodeType":"YulExpressionStatement","src":"8474:81:21"}]},"nodeType":"YulCase","src":"8335:230:21","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7688:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"7696:2:21","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7685:2:21"},"nodeType":"YulFunctionCall","src":"7685:14:21"},"nodeType":"YulSwitch","src":"7678:887:21"}]},"name":"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"7257:4:21","type":""},{"name":"src","nodeType":"YulTypedName","src":"7263:3:21","type":""}],"src":"7176:1395:21"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_string_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := round_up_to_mul_of_32(length)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\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\n function abi_decode_available_length_t_string_memory_ptr_fromMemory(src, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_string_memory_ptr(length))\n mstore(array, length)\n let dst := add(array, 0x20)\n if gt(add(src, length), end) { revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() }\n copy_memory_to_memory_with_cleanup(src, dst, length)\n }\n\n // string\n function abi_decode_t_string_memory_ptr_fromMemory(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := mload(offset)\n array := abi_decode_available_length_t_string_memory_ptr_fromMemory(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr_fromMemory(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := mload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := mload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function array_dataslot_t_string_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_string_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_string_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src) {\n\n let newLen := array_length_t_string_memory_ptr(src)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_string_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n srcOffset := 0x20\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\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\n}\n","id":21,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b50604051620017ec380380620017ec8339818101604052810190620000379190620001f6565b8160039081620000489190620004c6565b5080600490816200005a9190620004c6565b505050620005ad565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b620000cc8262000081565b810181811067ffffffffffffffff82111715620000ee57620000ed62000092565b5b80604052505050565b60006200010362000063565b9050620001118282620000c1565b919050565b600067ffffffffffffffff82111562000134576200013362000092565b5b6200013f8262000081565b9050602081019050919050565b60005b838110156200016c5780820151818401526020810190506200014f565b60008484015250505050565b60006200018f620001898462000116565b620000f7565b905082815260208101848484011115620001ae57620001ad6200007c565b5b620001bb8482856200014c565b509392505050565b600082601f830112620001db57620001da62000077565b5b8151620001ed84826020860162000178565b91505092915050565b6000806040838503121562000210576200020f6200006d565b5b600083015167ffffffffffffffff81111562000231576200023062000072565b5b6200023f85828601620001c3565b925050602083015167ffffffffffffffff81111562000263576200026262000072565b5b6200027185828601620001c3565b9150509250929050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002ce57607f821691505b602082108103620002e457620002e362000286565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026200034e7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826200030f565b6200035a86836200030f565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620003a7620003a16200039b8462000372565b6200037c565b62000372565b9050919050565b6000819050919050565b620003c38362000386565b620003db620003d282620003ae565b8484546200031c565b825550505050565b600090565b620003f2620003e3565b620003ff818484620003b8565b505050565b5b8181101562000427576200041b600082620003e8565b60018101905062000405565b5050565b601f82111562000476576200044081620002ea565b6200044b84620002ff565b810160208510156200045b578190505b620004736200046a85620002ff565b83018262000404565b50505b505050565b600082821c905092915050565b60006200049b600019846008026200047b565b1980831691505092915050565b6000620004b6838362000488565b9150826002028217905092915050565b620004d1826200027b565b67ffffffffffffffff811115620004ed57620004ec62000092565b5b620004f98254620002b5565b620005068282856200042b565b600060209050601f8311600181146200053e576000841562000529578287015190505b620005358582620004a8565b865550620005a5565b601f1984166200054e86620002ea565b60005b82811015620005785784890151825560018201915060208501945060208101905062000551565b8683101562000598578489015162000594601f89168262000488565b8355505b6001600288020188555050505b505050505050565b61122f80620005bd6000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea26469706673582212203f964721ffb5f8e7386b9365859b9194e4ad9856f3c840f128334936a424267d64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH3 0x17EC CODESIZE SUB DUP1 PUSH3 0x17EC DUP4 CODECOPY DUP2 DUP2 ADD PUSH1 0x40 MSTORE DUP2 ADD SWAP1 PUSH3 0x37 SWAP2 SWAP1 PUSH3 0x1F6 JUMP JUMPDEST DUP2 PUSH1 0x3 SWAP1 DUP2 PUSH3 0x48 SWAP2 SWAP1 PUSH3 0x4C6 JUMP JUMPDEST POP DUP1 PUSH1 0x4 SWAP1 DUP2 PUSH3 0x5A SWAP2 SWAP1 PUSH3 0x4C6 JUMP JUMPDEST POP POP POP PUSH3 0x5AD JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH3 0xCC DUP3 PUSH3 0x81 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH3 0xEE JUMPI PUSH3 0xED PUSH3 0x92 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x103 PUSH3 0x63 JUMP JUMPDEST SWAP1 POP PUSH3 0x111 DUP3 DUP3 PUSH3 0xC1 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH3 0x134 JUMPI PUSH3 0x133 PUSH3 0x92 JUMP JUMPDEST JUMPDEST PUSH3 0x13F DUP3 PUSH3 0x81 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH3 0x16C JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x14F JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x18F PUSH3 0x189 DUP5 PUSH3 0x116 JUMP JUMPDEST PUSH3 0xF7 JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH3 0x1AE JUMPI PUSH3 0x1AD PUSH3 0x7C JUMP JUMPDEST JUMPDEST PUSH3 0x1BB DUP5 DUP3 DUP6 PUSH3 0x14C JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH3 0x1DB JUMPI PUSH3 0x1DA PUSH3 0x77 JUMP JUMPDEST JUMPDEST DUP2 MLOAD PUSH3 0x1ED DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH3 0x178 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH3 0x210 JUMPI PUSH3 0x20F PUSH3 0x6D JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x231 JUMPI PUSH3 0x230 PUSH3 0x72 JUMP JUMPDEST JUMPDEST PUSH3 0x23F DUP6 DUP3 DUP7 ADD PUSH3 0x1C3 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x263 JUMPI PUSH3 0x262 PUSH3 0x72 JUMP JUMPDEST JUMPDEST PUSH3 0x271 DUP6 DUP3 DUP7 ADD PUSH3 0x1C3 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH3 0x2CE JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH3 0x2E4 JUMPI PUSH3 0x2E3 PUSH3 0x286 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH3 0x34E PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH3 0x30F JUMP JUMPDEST PUSH3 0x35A DUP7 DUP4 PUSH3 0x30F JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x3A7 PUSH3 0x3A1 PUSH3 0x39B DUP5 PUSH3 0x372 JUMP JUMPDEST PUSH3 0x37C JUMP JUMPDEST PUSH3 0x372 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x3C3 DUP4 PUSH3 0x386 JUMP JUMPDEST PUSH3 0x3DB PUSH3 0x3D2 DUP3 PUSH3 0x3AE JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH3 0x31C JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH3 0x3F2 PUSH3 0x3E3 JUMP JUMPDEST PUSH3 0x3FF DUP2 DUP5 DUP5 PUSH3 0x3B8 JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH3 0x427 JUMPI PUSH3 0x41B PUSH1 0x0 DUP3 PUSH3 0x3E8 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH3 0x405 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH3 0x476 JUMPI PUSH3 0x440 DUP2 PUSH3 0x2EA JUMP JUMPDEST PUSH3 0x44B DUP5 PUSH3 0x2FF JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH3 0x45B JUMPI DUP2 SWAP1 POP JUMPDEST PUSH3 0x473 PUSH3 0x46A DUP6 PUSH3 0x2FF JUMP JUMPDEST DUP4 ADD DUP3 PUSH3 0x404 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x49B PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH3 0x47B JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x4B6 DUP4 DUP4 PUSH3 0x488 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH3 0x4D1 DUP3 PUSH3 0x27B JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x4ED JUMPI PUSH3 0x4EC PUSH3 0x92 JUMP JUMPDEST JUMPDEST PUSH3 0x4F9 DUP3 SLOAD PUSH3 0x2B5 JUMP JUMPDEST PUSH3 0x506 DUP3 DUP3 DUP6 PUSH3 0x42B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 SWAP1 POP PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH3 0x53E JUMPI PUSH1 0x0 DUP5 ISZERO PUSH3 0x529 JUMPI DUP3 DUP8 ADD MLOAD SWAP1 POP JUMPDEST PUSH3 0x535 DUP6 DUP3 PUSH3 0x4A8 JUMP JUMPDEST DUP7 SSTORE POP PUSH3 0x5A5 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH3 0x54E DUP7 PUSH3 0x2EA JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH3 0x578 JUMPI DUP5 DUP10 ADD MLOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x551 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH3 0x598 JUMPI DUP5 DUP10 ADD MLOAD PUSH3 0x594 PUSH1 0x1F DUP10 AND DUP3 PUSH3 0x488 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x122F DUP1 PUSH3 0x5BD 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 0xA9 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x39509351 GT PUSH2 0x71 JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x168 JUMPI DUP1 PUSH4 0x70A08231 EQ PUSH2 0x198 JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x1C8 JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x1E6 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x216 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x246 JUMPI PUSH2 0xA9 JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0xAE JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0xCC JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0xFC JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x11A JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x14A JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB6 PUSH2 0x276 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC3 SWAP2 SWAP1 PUSH2 0xB0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE1 SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x308 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xF3 SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x104 PUSH2 0x32B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x111 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x134 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x12F SWAP2 SWAP1 PUSH2 0xC67 JUMP JUMPDEST PUSH2 0x335 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x141 SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x152 PUSH2 0x364 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x15F SWAP2 SWAP1 PUSH2 0xCD6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x182 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x17D SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x36D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x18F SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1B2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1AD SWAP2 SWAP1 PUSH2 0xCF1 JUMP JUMPDEST PUSH2 0x3A4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1BF SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1D0 PUSH2 0x3EC JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DD SWAP2 SWAP1 PUSH2 0xB0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x200 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1FB SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x47E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x20D SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x230 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x22B SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x4F5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23D SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x260 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x25B SWAP2 SWAP1 PUSH2 0xD1E JUMP JUMPDEST PUSH2 0x518 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x26D SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x285 SWAP1 PUSH2 0xD8D 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 0x2B1 SWAP1 PUSH2 0xD8D JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2FE JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2D3 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2FE 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 0x2E1 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x313 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x320 DUP2 DUP6 DUP6 PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x340 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x34D DUP6 DUP3 DUP6 PUSH2 0x770 JUMP JUMPDEST PUSH2 0x358 DUP6 DUP6 DUP6 PUSH2 0x7FC JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x12 SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x378 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x399 DUP2 DUP6 DUP6 PUSH2 0x38A DUP6 DUP10 PUSH2 0x518 JUMP JUMPDEST PUSH2 0x394 SWAP2 SWAP1 PUSH2 0xDED JUMP JUMPDEST PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x4 DUP1 SLOAD PUSH2 0x3FB SWAP1 PUSH2 0xD8D 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 0x427 SWAP1 PUSH2 0xD8D JUMP JUMPDEST DUP1 ISZERO PUSH2 0x474 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x449 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x474 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 0x457 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x489 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x497 DUP3 DUP7 PUSH2 0x518 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x4DC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4D3 SWAP1 PUSH2 0xE93 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x4E9 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x500 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x50D DUP2 DUP6 DUP6 PUSH2 0x7FC JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x616 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x60D SWAP1 PUSH2 0xF25 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x685 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x67C SWAP1 PUSH2 0xFB7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0x763 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x77C DUP5 DUP5 PUSH2 0x518 JUMP JUMPDEST SWAP1 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 EQ PUSH2 0x7F6 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x7E8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7DF SWAP1 PUSH2 0x1023 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x7F5 DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x5A7 JUMP JUMPDEST JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x86B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x862 SWAP1 PUSH2 0x10B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x8DA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8D1 SWAP1 PUSH2 0x1147 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x8E5 DUP4 DUP4 DUP4 PUSH2 0xA72 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0x96B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x962 SWAP1 PUSH2 0x11D9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xA59 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xA6C DUP5 DUP5 DUP5 PUSH2 0xA77 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xAB6 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0xA9B JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xADE DUP3 PUSH2 0xA7C JUMP JUMPDEST PUSH2 0xAE8 DUP2 DUP6 PUSH2 0xA87 JUMP JUMPDEST SWAP4 POP PUSH2 0xAF8 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0xA98 JUMP JUMPDEST PUSH2 0xB01 DUP2 PUSH2 0xAC2 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xB26 DUP2 DUP5 PUSH2 0xAD3 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xB5E DUP3 PUSH2 0xB33 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB6E DUP2 PUSH2 0xB53 JUMP JUMPDEST DUP2 EQ PUSH2 0xB79 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB8B DUP2 PUSH2 0xB65 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xBA4 DUP2 PUSH2 0xB91 JUMP JUMPDEST DUP2 EQ PUSH2 0xBAF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xBC1 DUP2 PUSH2 0xB9B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xBDE JUMPI PUSH2 0xBDD PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xBEC DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xBFD DUP6 DUP3 DUP7 ADD PUSH2 0xBB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xC1C DUP2 PUSH2 0xC07 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xC37 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xC13 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xC46 DUP2 PUSH2 0xB91 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xC61 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xC3D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xC80 JUMPI PUSH2 0xC7F PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xC8E DUP7 DUP3 DUP8 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xC9F DUP7 DUP3 DUP8 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xCB0 DUP7 DUP3 DUP8 ADD PUSH2 0xBB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xCD0 DUP2 PUSH2 0xCBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xCEB PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xCC7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD07 JUMPI PUSH2 0xD06 PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD15 DUP5 DUP3 DUP6 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD35 JUMPI PUSH2 0xD34 PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD43 DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xD54 DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0xDA5 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0xDB8 JUMPI PUSH2 0xDB7 PUSH2 0xD5E JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xDF8 DUP3 PUSH2 0xB91 JUMP JUMPDEST SWAP2 POP PUSH2 0xE03 DUP4 PUSH2 0xB91 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0xE1B JUMPI PUSH2 0xE1A PUSH2 0xDBE JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xE7D PUSH1 0x25 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xE88 DUP3 PUSH2 0xE21 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xEAC DUP2 PUSH2 0xE70 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF0F PUSH1 0x24 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xF1A DUP3 PUSH2 0xEB3 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xF3E DUP2 PUSH2 0xF02 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFA1 PUSH1 0x22 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xFAC DUP3 PUSH2 0xF45 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xFD0 DUP2 PUSH2 0xF94 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100D PUSH1 0x1D DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x1018 DUP3 PUSH2 0xFD7 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x103C DUP2 PUSH2 0x1000 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x109F PUSH1 0x25 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x10AA DUP3 PUSH2 0x1043 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CE DUP2 PUSH2 0x1092 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1131 PUSH1 0x23 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x113C DUP3 PUSH2 0x10D5 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1160 DUP2 PUSH2 0x1124 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11C3 PUSH1 0x26 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x11CE DUP3 PUSH2 0x1167 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11F2 DUP2 PUSH2 0x11B6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 EXTCODEHASH SWAP7 SELFBALANCE 0x21 SELFDESTRUCT 0xB5 0xF8 0xE7 CODESIZE PUSH12 0x9365859B9194E4AD9856F3C8 BLOCKHASH CALL 0x28 CALLER 0x49 CALLDATASIZE LOG4 0x24 0x26 PUSH30 0x64736F6C6343000812003300000000000000000000000000000000000000 ","sourceMap":"1532:11312:12:-:0;;;1980:113;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2054:5;2046;:13;;;;;;:::i;:::-;;2079:7;2069;:17;;;;;;:::i;:::-;;1980:113;;1532:11312;;7:75:21;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:117;443:1;440;433:12;457:117;566:1;563;556:12;580:102;621:6;672:2;668:7;663:2;656:5;652:14;648:28;638:38;;580:102;;;:::o;688:180::-;736:77;733:1;726:88;833:4;830:1;823:15;857:4;854:1;847:15;874:281;957:27;979:4;957:27;:::i;:::-;949:6;945:40;1087:6;1075:10;1072:22;1051:18;1039:10;1036:34;1033:62;1030:88;;;1098:18;;:::i;:::-;1030:88;1138:10;1134:2;1127:22;917:238;874:281;;:::o;1161:129::-;1195:6;1222:20;;:::i;:::-;1212:30;;1251:33;1279:4;1271:6;1251:33;:::i;:::-;1161:129;;;:::o;1296:308::-;1358:4;1448:18;1440:6;1437:30;1434:56;;;1470:18;;:::i;:::-;1434:56;1508:29;1530:6;1508:29;:::i;:::-;1500:37;;1592:4;1586;1582:15;1574:23;;1296:308;;;:::o;1610:246::-;1691:1;1701:113;1715:6;1712:1;1709:13;1701:113;;;1800:1;1795:3;1791:11;1785:18;1781:1;1776:3;1772:11;1765:39;1737:2;1734:1;1730:10;1725:15;;1701:113;;;1848:1;1839:6;1834:3;1830:16;1823:27;1672:184;1610:246;;;:::o;1862:434::-;1951:5;1976:66;1992:49;2034:6;1992:49;:::i;:::-;1976:66;:::i;:::-;1967:75;;2065:6;2058:5;2051:21;2103:4;2096:5;2092:16;2141:3;2132:6;2127:3;2123:16;2120:25;2117:112;;;2148:79;;:::i;:::-;2117:112;2238:52;2283:6;2278:3;2273;2238:52;:::i;:::-;1957:339;1862:434;;;;;:::o;2316:355::-;2383:5;2432:3;2425:4;2417:6;2413:17;2409:27;2399:122;;2440:79;;:::i;:::-;2399:122;2550:6;2544:13;2575:90;2661:3;2653:6;2646:4;2638:6;2634:17;2575:90;:::i;:::-;2566:99;;2389:282;2316:355;;;;:::o;2677:853::-;2776:6;2784;2833:2;2821:9;2812:7;2808:23;2804:32;2801:119;;;2839:79;;:::i;:::-;2801:119;2980:1;2969:9;2965:17;2959:24;3010:18;3002:6;2999:30;2996:117;;;3032:79;;:::i;:::-;2996:117;3137:74;3203:7;3194:6;3183:9;3179:22;3137:74;:::i;:::-;3127:84;;2930:291;3281:2;3270:9;3266:18;3260:25;3312:18;3304:6;3301:30;3298:117;;;3334:79;;:::i;:::-;3298:117;3439:74;3505:7;3496:6;3485:9;3481:22;3439:74;:::i;:::-;3429:84;;3231:292;2677:853;;;;;:::o;3536:99::-;3588:6;3622:5;3616:12;3606:22;;3536:99;;;:::o;3641:180::-;3689:77;3686:1;3679:88;3786:4;3783:1;3776:15;3810:4;3807:1;3800:15;3827:320;3871:6;3908:1;3902:4;3898:12;3888:22;;3955:1;3949:4;3945:12;3976:18;3966:81;;4032:4;4024:6;4020:17;4010:27;;3966:81;4094:2;4086:6;4083:14;4063:18;4060:38;4057:84;;4113:18;;:::i;:::-;4057:84;3878:269;3827:320;;;:::o;4153:141::-;4202:4;4225:3;4217:11;;4248:3;4245:1;4238:14;4282:4;4279:1;4269:18;4261:26;;4153:141;;;:::o;4300:93::-;4337:6;4384:2;4379;4372:5;4368:14;4364:23;4354:33;;4300:93;;;:::o;4399:107::-;4443:8;4493:5;4487:4;4483:16;4462:37;;4399:107;;;;:::o;4512:393::-;4581:6;4631:1;4619:10;4615:18;4654:97;4684:66;4673:9;4654:97;:::i;:::-;4772:39;4802:8;4791:9;4772:39;:::i;:::-;4760:51;;4844:4;4840:9;4833:5;4829:21;4820:30;;4893:4;4883:8;4879:19;4872:5;4869:30;4859:40;;4588:317;;4512:393;;;;;:::o;4911:77::-;4948:7;4977:5;4966:16;;4911:77;;;:::o;4994:60::-;5022:3;5043:5;5036:12;;4994:60;;;:::o;5060:142::-;5110:9;5143:53;5161:34;5170:24;5188:5;5170:24;:::i;:::-;5161:34;:::i;:::-;5143:53;:::i;:::-;5130:66;;5060:142;;;:::o;5208:75::-;5251:3;5272:5;5265:12;;5208:75;;;:::o;5289:269::-;5399:39;5430:7;5399:39;:::i;:::-;5460:91;5509:41;5533:16;5509:41;:::i;:::-;5501:6;5494:4;5488:11;5460:91;:::i;:::-;5454:4;5447:105;5365:193;5289:269;;;:::o;5564:73::-;5609:3;5564:73;:::o;5643:189::-;5720:32;;:::i;:::-;5761:65;5819:6;5811;5805:4;5761:65;:::i;:::-;5696:136;5643:189;;:::o;5838:186::-;5898:120;5915:3;5908:5;5905:14;5898:120;;;5969:39;6006:1;5999:5;5969:39;:::i;:::-;5942:1;5935:5;5931:13;5922:22;;5898:120;;;5838:186;;:::o;6030:543::-;6131:2;6126:3;6123:11;6120:446;;;6165:38;6197:5;6165:38;:::i;:::-;6249:29;6267:10;6249:29;:::i;:::-;6239:8;6235:44;6432:2;6420:10;6417:18;6414:49;;;6453:8;6438:23;;6414:49;6476:80;6532:22;6550:3;6532:22;:::i;:::-;6522:8;6518:37;6505:11;6476:80;:::i;:::-;6135:431;;6120:446;6030:543;;;:::o;6579:117::-;6633:8;6683:5;6677:4;6673:16;6652:37;;6579:117;;;;:::o;6702:169::-;6746:6;6779:51;6827:1;6823:6;6815:5;6812:1;6808:13;6779:51;:::i;:::-;6775:56;6860:4;6854;6850:15;6840:25;;6753:118;6702:169;;;;:::o;6876:295::-;6952:4;7098:29;7123:3;7117:4;7098:29;:::i;:::-;7090:37;;7160:3;7157:1;7153:11;7147:4;7144:21;7136:29;;6876:295;;;;:::o;7176:1395::-;7293:37;7326:3;7293:37;:::i;:::-;7395:18;7387:6;7384:30;7381:56;;;7417:18;;:::i;:::-;7381:56;7461:38;7493:4;7487:11;7461:38;:::i;:::-;7546:67;7606:6;7598;7592:4;7546:67;:::i;:::-;7640:1;7664:4;7651:17;;7696:2;7688:6;7685:14;7713:1;7708:618;;;;8370:1;8387:6;8384:77;;;8436:9;8431:3;8427:19;8421:26;8412:35;;8384:77;8487:67;8547:6;8540:5;8487:67;:::i;:::-;8481:4;8474:81;8343:222;7678:887;;7708:618;7760:4;7756:9;7748:6;7744:22;7794:37;7826:4;7794:37;:::i;:::-;7853:1;7867:208;7881:7;7878:1;7875:14;7867:208;;;7960:9;7955:3;7951:19;7945:26;7937:6;7930:42;8011:1;8003:6;7999:14;7989:24;;8058:2;8047:9;8043:18;8030:31;;7904:4;7901:1;7897:12;7892:17;;7867:208;;;8103:6;8094:7;8091:19;8088:179;;;8161:9;8156:3;8152:19;8146:26;8204:48;8246:4;8238:6;8234:17;8223:9;8204:48;:::i;:::-;8196:6;8189:64;8111:156;8088:179;8313:1;8309;8301:6;8297:14;8293:22;8287:4;8280:36;7715:611;;;7678:887;;7268:1303;;;7176:1395;;:::o;1532:11312:12:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_afterTokenTransfer_3452":{"entryPoint":2679,"id":3452,"parameterSlots":3,"returnSlots":0},"@_approve_3387":{"entryPoint":1447,"id":3387,"parameterSlots":3,"returnSlots":0},"@_beforeTokenTransfer_3441":{"entryPoint":2674,"id":3441,"parameterSlots":3,"returnSlots":0},"@_msgSender_3568":{"entryPoint":1439,"id":3568,"parameterSlots":0,"returnSlots":1},"@_spendAllowance_3430":{"entryPoint":1904,"id":3430,"parameterSlots":3,"returnSlots":0},"@_transfer_3213":{"entryPoint":2044,"id":3213,"parameterSlots":3,"returnSlots":0},"@allowance_3008":{"entryPoint":1304,"id":3008,"parameterSlots":2,"returnSlots":1},"@approve_3033":{"entryPoint":776,"id":3033,"parameterSlots":2,"returnSlots":1},"@balanceOf_2965":{"entryPoint":932,"id":2965,"parameterSlots":1,"returnSlots":1},"@decimals_2941":{"entryPoint":868,"id":2941,"parameterSlots":0,"returnSlots":1},"@decreaseAllowance_3136":{"entryPoint":1150,"id":3136,"parameterSlots":2,"returnSlots":1},"@increaseAllowance_3095":{"entryPoint":877,"id":3095,"parameterSlots":2,"returnSlots":1},"@name_2921":{"entryPoint":630,"id":2921,"parameterSlots":0,"returnSlots":1},"@symbol_2931":{"entryPoint":1004,"id":2931,"parameterSlots":0,"returnSlots":1},"@totalSupply_2951":{"entryPoint":811,"id":2951,"parameterSlots":0,"returnSlots":1},"@transferFrom_3066":{"entryPoint":821,"id":3066,"parameterSlots":3,"returnSlots":1},"@transfer_2990":{"entryPoint":1269,"id":2990,"parameterSlots":2,"returnSlots":1},"abi_decode_t_address":{"entryPoint":2940,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":2994,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":3313,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_address":{"entryPoint":3358,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_addresst_addresst_uint256":{"entryPoint":3175,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_addresst_uint256":{"entryPoint":3015,"id":null,"parameterSlots":2,"returnSlots":2},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":3091,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":2771,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack":{"entryPoint":4388,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack":{"entryPoint":3988,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack":{"entryPoint":4096,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack":{"entryPoint":4534,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack":{"entryPoint":4242,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack":{"entryPoint":3842,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack":{"entryPoint":3696,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":3133,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":3271,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":3106,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":2828,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4423,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4023,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4131,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4569,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4277,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":3877,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":3731,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":3148,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":3286,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_unbounded":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":2684,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":2695,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":3565,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_address":{"entryPoint":2899,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":3079,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":2867,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":2961,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":3258,"id":null,"parameterSlots":1,"returnSlots":1},"copy_memory_to_memory_with_cleanup":{"entryPoint":2712,"id":null,"parameterSlots":3,"returnSlots":0},"extract_byte_array_length":{"entryPoint":3469,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x11":{"entryPoint":3518,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x22":{"entryPoint":3422,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":2862,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":2754,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f":{"entryPoint":4309,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029":{"entryPoint":3909,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe":{"entryPoint":4055,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6":{"entryPoint":4455,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea":{"entryPoint":4163,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208":{"entryPoint":3763,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8":{"entryPoint":3617,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":2917,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":2971,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:13699:21","statements":[{"body":{"nodeType":"YulBlock","src":"66:40:21","statements":[{"nodeType":"YulAssignment","src":"77:22:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"93:5:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"87:5:21"},"nodeType":"YulFunctionCall","src":"87:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"77:6:21"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"49:5:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"59:6:21","type":""}],"src":"7:99:21"},{"body":{"nodeType":"YulBlock","src":"208:73:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"225:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"230:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"218:6:21"},"nodeType":"YulFunctionCall","src":"218:19:21"},"nodeType":"YulExpressionStatement","src":"218:19:21"},{"nodeType":"YulAssignment","src":"246:29:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"265:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"270:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"261:3:21"},"nodeType":"YulFunctionCall","src":"261:14:21"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"246:11:21"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"180:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"185:6:21","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"196:11:21","type":""}],"src":"112:169:21"},{"body":{"nodeType":"YulBlock","src":"349:184:21","statements":[{"nodeType":"YulVariableDeclaration","src":"359:10:21","value":{"kind":"number","nodeType":"YulLiteral","src":"368:1:21","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"363:1:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"428:63:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"453:3:21"},{"name":"i","nodeType":"YulIdentifier","src":"458:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"449:3:21"},"nodeType":"YulFunctionCall","src":"449:11:21"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"472:3:21"},{"name":"i","nodeType":"YulIdentifier","src":"477:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"468:3:21"},"nodeType":"YulFunctionCall","src":"468:11:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"462:5:21"},"nodeType":"YulFunctionCall","src":"462:18:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"442:6:21"},"nodeType":"YulFunctionCall","src":"442:39:21"},"nodeType":"YulExpressionStatement","src":"442:39:21"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"389:1:21"},{"name":"length","nodeType":"YulIdentifier","src":"392:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"386:2:21"},"nodeType":"YulFunctionCall","src":"386:13:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"400:19:21","statements":[{"nodeType":"YulAssignment","src":"402:15:21","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"411:1:21"},{"kind":"number","nodeType":"YulLiteral","src":"414:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"407:3:21"},"nodeType":"YulFunctionCall","src":"407:10:21"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"402:1:21"}]}]},"pre":{"nodeType":"YulBlock","src":"382:3:21","statements":[]},"src":"378:113:21"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"511:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"516:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"507:3:21"},"nodeType":"YulFunctionCall","src":"507:16:21"},{"kind":"number","nodeType":"YulLiteral","src":"525:1:21","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"500:6:21"},"nodeType":"YulFunctionCall","src":"500:27:21"},"nodeType":"YulExpressionStatement","src":"500:27:21"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"331:3:21","type":""},{"name":"dst","nodeType":"YulTypedName","src":"336:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"341:6:21","type":""}],"src":"287:246:21"},{"body":{"nodeType":"YulBlock","src":"587:54:21","statements":[{"nodeType":"YulAssignment","src":"597:38:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"615:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"622:2:21","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"611:3:21"},"nodeType":"YulFunctionCall","src":"611:14:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"631:2:21","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"627:3:21"},"nodeType":"YulFunctionCall","src":"627:7:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"607:3:21"},"nodeType":"YulFunctionCall","src":"607:28:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"597:6:21"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"570:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"580:6:21","type":""}],"src":"539:102:21"},{"body":{"nodeType":"YulBlock","src":"739:285:21","statements":[{"nodeType":"YulVariableDeclaration","src":"749:53:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"796:5:21"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"763:32:21"},"nodeType":"YulFunctionCall","src":"763:39:21"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"753:6:21","type":""}]},{"nodeType":"YulAssignment","src":"811:78:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"877:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"882:6:21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"818:58:21"},"nodeType":"YulFunctionCall","src":"818:71:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"811:3:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"937:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"944:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"933:3:21"},"nodeType":"YulFunctionCall","src":"933:16:21"},{"name":"pos","nodeType":"YulIdentifier","src":"951:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"956:6:21"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"898:34:21"},"nodeType":"YulFunctionCall","src":"898:65:21"},"nodeType":"YulExpressionStatement","src":"898:65:21"},{"nodeType":"YulAssignment","src":"972:46:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"983:3:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1010:6:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"988:21:21"},"nodeType":"YulFunctionCall","src":"988:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"979:3:21"},"nodeType":"YulFunctionCall","src":"979:39:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"972:3:21"}]}]},"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"720:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"727:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"735:3:21","type":""}],"src":"647:377:21"},{"body":{"nodeType":"YulBlock","src":"1148:195:21","statements":[{"nodeType":"YulAssignment","src":"1158:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1170:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"1181:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1166:3:21"},"nodeType":"YulFunctionCall","src":"1166:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1158:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1205:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"1216:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1201:3:21"},"nodeType":"YulFunctionCall","src":"1201:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1224:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"1230:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1220:3:21"},"nodeType":"YulFunctionCall","src":"1220:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1194:6:21"},"nodeType":"YulFunctionCall","src":"1194:47:21"},"nodeType":"YulExpressionStatement","src":"1194:47:21"},{"nodeType":"YulAssignment","src":"1250:86:21","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1322:6:21"},{"name":"tail","nodeType":"YulIdentifier","src":"1331:4:21"}],"functionName":{"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1258:63:21"},"nodeType":"YulFunctionCall","src":"1258:78:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1250:4:21"}]}]},"name":"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1120:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1132:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1143:4:21","type":""}],"src":"1030:313:21"},{"body":{"nodeType":"YulBlock","src":"1389:35:21","statements":[{"nodeType":"YulAssignment","src":"1399:19:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1415:2:21","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1409:5:21"},"nodeType":"YulFunctionCall","src":"1409:9:21"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1399:6:21"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1382:6:21","type":""}],"src":"1349:75:21"},{"body":{"nodeType":"YulBlock","src":"1519:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1536:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1539:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1529:6:21"},"nodeType":"YulFunctionCall","src":"1529:12:21"},"nodeType":"YulExpressionStatement","src":"1529:12:21"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"1430:117:21"},{"body":{"nodeType":"YulBlock","src":"1642:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1659:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1662:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1652:6:21"},"nodeType":"YulFunctionCall","src":"1652:12:21"},"nodeType":"YulExpressionStatement","src":"1652:12:21"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"1553:117:21"},{"body":{"nodeType":"YulBlock","src":"1721:81:21","statements":[{"nodeType":"YulAssignment","src":"1731:65:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1746:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"1753:42:21","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1742:3:21"},"nodeType":"YulFunctionCall","src":"1742:54:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1731:7:21"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1703:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1713:7:21","type":""}],"src":"1676:126:21"},{"body":{"nodeType":"YulBlock","src":"1853:51:21","statements":[{"nodeType":"YulAssignment","src":"1863:35:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1892:5:21"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"1874:17:21"},"nodeType":"YulFunctionCall","src":"1874:24:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1863:7:21"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1835:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1845:7:21","type":""}],"src":"1808:96:21"},{"body":{"nodeType":"YulBlock","src":"1953:79:21","statements":[{"body":{"nodeType":"YulBlock","src":"2010:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2019:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2022:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2012:6:21"},"nodeType":"YulFunctionCall","src":"2012:12:21"},"nodeType":"YulExpressionStatement","src":"2012:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1976:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2001:5:21"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"1983:17:21"},"nodeType":"YulFunctionCall","src":"1983:24:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"1973:2:21"},"nodeType":"YulFunctionCall","src":"1973:35:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"1966:6:21"},"nodeType":"YulFunctionCall","src":"1966:43:21"},"nodeType":"YulIf","src":"1963:63:21"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1946:5:21","type":""}],"src":"1910:122:21"},{"body":{"nodeType":"YulBlock","src":"2090:87:21","statements":[{"nodeType":"YulAssignment","src":"2100:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2122:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2109:12:21"},"nodeType":"YulFunctionCall","src":"2109:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2100:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2165:5:21"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"2138:26:21"},"nodeType":"YulFunctionCall","src":"2138:33:21"},"nodeType":"YulExpressionStatement","src":"2138:33:21"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2068:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"2076:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2084:5:21","type":""}],"src":"2038:139:21"},{"body":{"nodeType":"YulBlock","src":"2228:32:21","statements":[{"nodeType":"YulAssignment","src":"2238:16:21","value":{"name":"value","nodeType":"YulIdentifier","src":"2249:5:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"2238:7:21"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2210:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"2220:7:21","type":""}],"src":"2183:77:21"},{"body":{"nodeType":"YulBlock","src":"2309:79:21","statements":[{"body":{"nodeType":"YulBlock","src":"2366:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2375:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2378:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2368:6:21"},"nodeType":"YulFunctionCall","src":"2368:12:21"},"nodeType":"YulExpressionStatement","src":"2368:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2332:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2357:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"2339:17:21"},"nodeType":"YulFunctionCall","src":"2339:24:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"2329:2:21"},"nodeType":"YulFunctionCall","src":"2329:35:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2322:6:21"},"nodeType":"YulFunctionCall","src":"2322:43:21"},"nodeType":"YulIf","src":"2319:63:21"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2302:5:21","type":""}],"src":"2266:122:21"},{"body":{"nodeType":"YulBlock","src":"2446:87:21","statements":[{"nodeType":"YulAssignment","src":"2456:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2478:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2465:12:21"},"nodeType":"YulFunctionCall","src":"2465:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2456:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2521:5:21"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"2494:26:21"},"nodeType":"YulFunctionCall","src":"2494:33:21"},"nodeType":"YulExpressionStatement","src":"2494:33:21"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2424:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"2432:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2440:5:21","type":""}],"src":"2394:139:21"},{"body":{"nodeType":"YulBlock","src":"2622:391:21","statements":[{"body":{"nodeType":"YulBlock","src":"2668:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"2670:77:21"},"nodeType":"YulFunctionCall","src":"2670:79:21"},"nodeType":"YulExpressionStatement","src":"2670:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2643:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"2652:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2639:3:21"},"nodeType":"YulFunctionCall","src":"2639:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"2664:2:21","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2635:3:21"},"nodeType":"YulFunctionCall","src":"2635:32:21"},"nodeType":"YulIf","src":"2632:119:21"},{"nodeType":"YulBlock","src":"2761:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2776:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"2790:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2780:6:21","type":""}]},{"nodeType":"YulAssignment","src":"2805:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2840:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"2851:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2836:3:21"},"nodeType":"YulFunctionCall","src":"2836:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2860:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"2815:20:21"},"nodeType":"YulFunctionCall","src":"2815:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"2805:6:21"}]}]},{"nodeType":"YulBlock","src":"2888:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2903:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"2917:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2907:6:21","type":""}]},{"nodeType":"YulAssignment","src":"2933:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2968:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"2979:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2964:3:21"},"nodeType":"YulFunctionCall","src":"2964:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2988:7:21"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"2943:20:21"},"nodeType":"YulFunctionCall","src":"2943:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"2933:6:21"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2584:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2595:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2607:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2615:6:21","type":""}],"src":"2539:474:21"},{"body":{"nodeType":"YulBlock","src":"3061:48:21","statements":[{"nodeType":"YulAssignment","src":"3071:32:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3096:5:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3089:6:21"},"nodeType":"YulFunctionCall","src":"3089:13:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3082:6:21"},"nodeType":"YulFunctionCall","src":"3082:21:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"3071:7:21"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3043:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"3053:7:21","type":""}],"src":"3019:90:21"},{"body":{"nodeType":"YulBlock","src":"3174:50:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3191:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3211:5:21"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"3196:14:21"},"nodeType":"YulFunctionCall","src":"3196:21:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3184:6:21"},"nodeType":"YulFunctionCall","src":"3184:34:21"},"nodeType":"YulExpressionStatement","src":"3184:34:21"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3162:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"3169:3:21","type":""}],"src":"3115:109:21"},{"body":{"nodeType":"YulBlock","src":"3322:118:21","statements":[{"nodeType":"YulAssignment","src":"3332:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3344:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3355:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3340:3:21"},"nodeType":"YulFunctionCall","src":"3340:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3332:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3406:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3419:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3430:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3415:3:21"},"nodeType":"YulFunctionCall","src":"3415:17:21"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"3368:37:21"},"nodeType":"YulFunctionCall","src":"3368:65:21"},"nodeType":"YulExpressionStatement","src":"3368:65:21"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3294:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3306:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3317:4:21","type":""}],"src":"3230:210:21"},{"body":{"nodeType":"YulBlock","src":"3511:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3528:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3551:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"3533:17:21"},"nodeType":"YulFunctionCall","src":"3533:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3521:6:21"},"nodeType":"YulFunctionCall","src":"3521:37:21"},"nodeType":"YulExpressionStatement","src":"3521:37:21"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3499:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"3506:3:21","type":""}],"src":"3446:118:21"},{"body":{"nodeType":"YulBlock","src":"3668:124:21","statements":[{"nodeType":"YulAssignment","src":"3678:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3690:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3701:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3686:3:21"},"nodeType":"YulFunctionCall","src":"3686:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3678:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3758:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3771:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3782:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3767:3:21"},"nodeType":"YulFunctionCall","src":"3767:17:21"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"3714:43:21"},"nodeType":"YulFunctionCall","src":"3714:71:21"},"nodeType":"YulExpressionStatement","src":"3714:71:21"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3640:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3652:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3663:4:21","type":""}],"src":"3570:222:21"},{"body":{"nodeType":"YulBlock","src":"3898:519:21","statements":[{"body":{"nodeType":"YulBlock","src":"3944:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"3946:77:21"},"nodeType":"YulFunctionCall","src":"3946:79:21"},"nodeType":"YulExpressionStatement","src":"3946:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"3919:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"3928:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3915:3:21"},"nodeType":"YulFunctionCall","src":"3915:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"3940:2:21","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3911:3:21"},"nodeType":"YulFunctionCall","src":"3911:32:21"},"nodeType":"YulIf","src":"3908:119:21"},{"nodeType":"YulBlock","src":"4037:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4052:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4066:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4056:6:21","type":""}]},{"nodeType":"YulAssignment","src":"4081:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4116:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"4127:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4112:3:21"},"nodeType":"YulFunctionCall","src":"4112:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4136:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"4091:20:21"},"nodeType":"YulFunctionCall","src":"4091:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4081:6:21"}]}]},{"nodeType":"YulBlock","src":"4164:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4179:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4193:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4183:6:21","type":""}]},{"nodeType":"YulAssignment","src":"4209:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4244:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"4255:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4240:3:21"},"nodeType":"YulFunctionCall","src":"4240:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4264:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"4219:20:21"},"nodeType":"YulFunctionCall","src":"4219:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4209:6:21"}]}]},{"nodeType":"YulBlock","src":"4292:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4307:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4321:2:21","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4311:6:21","type":""}]},{"nodeType":"YulAssignment","src":"4337:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4372:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"4383:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4368:3:21"},"nodeType":"YulFunctionCall","src":"4368:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4392:7:21"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"4347:20:21"},"nodeType":"YulFunctionCall","src":"4347:53:21"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"4337:6:21"}]}]}]},"name":"abi_decode_tuple_t_addresst_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3852:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"3863:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"3875:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"3883:6:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"3891:6:21","type":""}],"src":"3798:619:21"},{"body":{"nodeType":"YulBlock","src":"4466:43:21","statements":[{"nodeType":"YulAssignment","src":"4476:27:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4491:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"4498:4:21","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4487:3:21"},"nodeType":"YulFunctionCall","src":"4487:16:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4476:7:21"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4448:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4458:7:21","type":""}],"src":"4423:86:21"},{"body":{"nodeType":"YulBlock","src":"4576:51:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"4593:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4614:5:21"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"4598:15:21"},"nodeType":"YulFunctionCall","src":"4598:22:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4586:6:21"},"nodeType":"YulFunctionCall","src":"4586:35:21"},"nodeType":"YulExpressionStatement","src":"4586:35:21"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4564:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"4571:3:21","type":""}],"src":"4515:112:21"},{"body":{"nodeType":"YulBlock","src":"4727:120:21","statements":[{"nodeType":"YulAssignment","src":"4737:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4749:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"4760:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4745:3:21"},"nodeType":"YulFunctionCall","src":"4745:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4737:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4813:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4826:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"4837:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4822:3:21"},"nodeType":"YulFunctionCall","src":"4822:17:21"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"4773:39:21"},"nodeType":"YulFunctionCall","src":"4773:67:21"},"nodeType":"YulExpressionStatement","src":"4773:67:21"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4699:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"4711:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"4722:4:21","type":""}],"src":"4633:214:21"},{"body":{"nodeType":"YulBlock","src":"4919:263:21","statements":[{"body":{"nodeType":"YulBlock","src":"4965:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4967:77:21"},"nodeType":"YulFunctionCall","src":"4967:79:21"},"nodeType":"YulExpressionStatement","src":"4967:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4940:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"4949:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4936:3:21"},"nodeType":"YulFunctionCall","src":"4936:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"4961:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4932:3:21"},"nodeType":"YulFunctionCall","src":"4932:32:21"},"nodeType":"YulIf","src":"4929:119:21"},{"nodeType":"YulBlock","src":"5058:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5073:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5087:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5077:6:21","type":""}]},{"nodeType":"YulAssignment","src":"5102:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5137:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5148:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5133:3:21"},"nodeType":"YulFunctionCall","src":"5133:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5157:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5112:20:21"},"nodeType":"YulFunctionCall","src":"5112:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5102:6:21"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4889:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4900:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4912:6:21","type":""}],"src":"4853:329:21"},{"body":{"nodeType":"YulBlock","src":"5271:391:21","statements":[{"body":{"nodeType":"YulBlock","src":"5317:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5319:77:21"},"nodeType":"YulFunctionCall","src":"5319:79:21"},"nodeType":"YulExpressionStatement","src":"5319:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5292:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"5301:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5288:3:21"},"nodeType":"YulFunctionCall","src":"5288:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"5313:2:21","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5284:3:21"},"nodeType":"YulFunctionCall","src":"5284:32:21"},"nodeType":"YulIf","src":"5281:119:21"},{"nodeType":"YulBlock","src":"5410:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5425:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5439:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5429:6:21","type":""}]},{"nodeType":"YulAssignment","src":"5454:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5489:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5500:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5485:3:21"},"nodeType":"YulFunctionCall","src":"5485:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5509:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5464:20:21"},"nodeType":"YulFunctionCall","src":"5464:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5454:6:21"}]}]},{"nodeType":"YulBlock","src":"5537:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5552:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5566:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5556:6:21","type":""}]},{"nodeType":"YulAssignment","src":"5582:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5617:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5628:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5613:3:21"},"nodeType":"YulFunctionCall","src":"5613:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5637:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5592:20:21"},"nodeType":"YulFunctionCall","src":"5592:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5582:6:21"}]}]}]},"name":"abi_decode_tuple_t_addresst_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5233:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5244:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5256:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5264:6:21","type":""}],"src":"5188:474:21"},{"body":{"nodeType":"YulBlock","src":"5696:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5713:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5716:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5706:6:21"},"nodeType":"YulFunctionCall","src":"5706:88:21"},"nodeType":"YulExpressionStatement","src":"5706:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5810:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"5813:4:21","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5803:6:21"},"nodeType":"YulFunctionCall","src":"5803:15:21"},"nodeType":"YulExpressionStatement","src":"5803:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5834:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5837:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5827:6:21"},"nodeType":"YulFunctionCall","src":"5827:15:21"},"nodeType":"YulExpressionStatement","src":"5827:15:21"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"5668:180:21"},{"body":{"nodeType":"YulBlock","src":"5905:269:21","statements":[{"nodeType":"YulAssignment","src":"5915:22:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"5929:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"5935:1:21","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"5925:3:21"},"nodeType":"YulFunctionCall","src":"5925:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"5915:6:21"}]},{"nodeType":"YulVariableDeclaration","src":"5946:38:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"5976:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"5982:1:21","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5972:3:21"},"nodeType":"YulFunctionCall","src":"5972:12:21"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"5950:18:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"6023:51:21","statements":[{"nodeType":"YulAssignment","src":"6037:27:21","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6051:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"6059:4:21","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6047:3:21"},"nodeType":"YulFunctionCall","src":"6047:17:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"6037:6:21"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"6003:18:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5996:6:21"},"nodeType":"YulFunctionCall","src":"5996:26:21"},"nodeType":"YulIf","src":"5993:81:21"},{"body":{"nodeType":"YulBlock","src":"6126:42:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"6140:16:21"},"nodeType":"YulFunctionCall","src":"6140:18:21"},"nodeType":"YulExpressionStatement","src":"6140:18:21"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"6090:18:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6113:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"6121:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6110:2:21"},"nodeType":"YulFunctionCall","src":"6110:14:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6087:2:21"},"nodeType":"YulFunctionCall","src":"6087:38:21"},"nodeType":"YulIf","src":"6084:84:21"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"5889:4:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"5898:6:21","type":""}],"src":"5854:320:21"},{"body":{"nodeType":"YulBlock","src":"6208:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6225:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6228:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6218:6:21"},"nodeType":"YulFunctionCall","src":"6218:88:21"},"nodeType":"YulExpressionStatement","src":"6218:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6322:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"6325:4:21","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6315:6:21"},"nodeType":"YulFunctionCall","src":"6315:15:21"},"nodeType":"YulExpressionStatement","src":"6315:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6346:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6349:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6339:6:21"},"nodeType":"YulFunctionCall","src":"6339:15:21"},"nodeType":"YulExpressionStatement","src":"6339:15:21"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"6180:180:21"},{"body":{"nodeType":"YulBlock","src":"6410:147:21","statements":[{"nodeType":"YulAssignment","src":"6420:25:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6443:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6425:17:21"},"nodeType":"YulFunctionCall","src":"6425:20:21"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"6420:1:21"}]},{"nodeType":"YulAssignment","src":"6454:25:21","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"6477:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6459:17:21"},"nodeType":"YulFunctionCall","src":"6459:20:21"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"6454:1:21"}]},{"nodeType":"YulAssignment","src":"6488:16:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6499:1:21"},{"name":"y","nodeType":"YulIdentifier","src":"6502:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6495:3:21"},"nodeType":"YulFunctionCall","src":"6495:9:21"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"6488:3:21"}]},{"body":{"nodeType":"YulBlock","src":"6528:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"6530:16:21"},"nodeType":"YulFunctionCall","src":"6530:18:21"},"nodeType":"YulExpressionStatement","src":"6530:18:21"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6520:1:21"},{"name":"sum","nodeType":"YulIdentifier","src":"6523:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6517:2:21"},"nodeType":"YulFunctionCall","src":"6517:10:21"},"nodeType":"YulIf","src":"6514:36:21"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"6397:1:21","type":""},{"name":"y","nodeType":"YulTypedName","src":"6400:1:21","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"6406:3:21","type":""}],"src":"6366:191:21"},{"body":{"nodeType":"YulBlock","src":"6669:118:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"6691:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"6699:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6687:3:21"},"nodeType":"YulFunctionCall","src":"6687:14:21"},{"hexValue":"45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77","kind":"string","nodeType":"YulLiteral","src":"6703:34:21","type":"","value":"ERC20: decreased allowance below"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6680:6:21"},"nodeType":"YulFunctionCall","src":"6680:58:21"},"nodeType":"YulExpressionStatement","src":"6680:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"6759:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"6767:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6755:3:21"},"nodeType":"YulFunctionCall","src":"6755:15:21"},{"hexValue":"207a65726f","kind":"string","nodeType":"YulLiteral","src":"6772:7:21","type":"","value":" zero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6748:6:21"},"nodeType":"YulFunctionCall","src":"6748:32:21"},"nodeType":"YulExpressionStatement","src":"6748:32:21"}]},"name":"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"6661:6:21","type":""}],"src":"6563:224:21"},{"body":{"nodeType":"YulBlock","src":"6939:220:21","statements":[{"nodeType":"YulAssignment","src":"6949:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7015:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"7020:2:21","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"6956:58:21"},"nodeType":"YulFunctionCall","src":"6956:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"6949:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7121:3:21"}],"functionName":{"name":"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","nodeType":"YulIdentifier","src":"7032:88:21"},"nodeType":"YulFunctionCall","src":"7032:93:21"},"nodeType":"YulExpressionStatement","src":"7032:93:21"},{"nodeType":"YulAssignment","src":"7134:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7145:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"7150:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7141:3:21"},"nodeType":"YulFunctionCall","src":"7141:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"7134:3:21"}]}]},"name":"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"6927:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"6935:3:21","type":""}],"src":"6793:366:21"},{"body":{"nodeType":"YulBlock","src":"7336:248:21","statements":[{"nodeType":"YulAssignment","src":"7346:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7358:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"7369:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7354:3:21"},"nodeType":"YulFunctionCall","src":"7354:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7346:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7393:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"7404:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7389:3:21"},"nodeType":"YulFunctionCall","src":"7389:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"7412:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"7418:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7408:3:21"},"nodeType":"YulFunctionCall","src":"7408:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7382:6:21"},"nodeType":"YulFunctionCall","src":"7382:47:21"},"nodeType":"YulExpressionStatement","src":"7382:47:21"},{"nodeType":"YulAssignment","src":"7438:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"7572:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"7446:124:21"},"nodeType":"YulFunctionCall","src":"7446:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7438:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7316:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"7331:4:21","type":""}],"src":"7165:419:21"},{"body":{"nodeType":"YulBlock","src":"7696:117:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"7718:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"7726:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7714:3:21"},"nodeType":"YulFunctionCall","src":"7714:14:21"},{"hexValue":"45524332303a20617070726f76652066726f6d20746865207a65726f20616464","kind":"string","nodeType":"YulLiteral","src":"7730:34:21","type":"","value":"ERC20: approve from the zero add"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7707:6:21"},"nodeType":"YulFunctionCall","src":"7707:58:21"},"nodeType":"YulExpressionStatement","src":"7707:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"7786:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"7794:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7782:3:21"},"nodeType":"YulFunctionCall","src":"7782:15:21"},{"hexValue":"72657373","kind":"string","nodeType":"YulLiteral","src":"7799:6:21","type":"","value":"ress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7775:6:21"},"nodeType":"YulFunctionCall","src":"7775:31:21"},"nodeType":"YulExpressionStatement","src":"7775:31:21"}]},"name":"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"7688:6:21","type":""}],"src":"7590:223:21"},{"body":{"nodeType":"YulBlock","src":"7965:220:21","statements":[{"nodeType":"YulAssignment","src":"7975:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8041:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"8046:2:21","type":"","value":"36"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"7982:58:21"},"nodeType":"YulFunctionCall","src":"7982:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"7975:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8147:3:21"}],"functionName":{"name":"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","nodeType":"YulIdentifier","src":"8058:88:21"},"nodeType":"YulFunctionCall","src":"8058:93:21"},"nodeType":"YulExpressionStatement","src":"8058:93:21"},{"nodeType":"YulAssignment","src":"8160:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8171:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"8176:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8167:3:21"},"nodeType":"YulFunctionCall","src":"8167:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"8160:3:21"}]}]},"name":"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"7953:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"7961:3:21","type":""}],"src":"7819:366:21"},{"body":{"nodeType":"YulBlock","src":"8362:248:21","statements":[{"nodeType":"YulAssignment","src":"8372:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8384:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"8395:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8380:3:21"},"nodeType":"YulFunctionCall","src":"8380:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8372:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8419:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"8430:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8415:3:21"},"nodeType":"YulFunctionCall","src":"8415:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"8438:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"8444:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8434:3:21"},"nodeType":"YulFunctionCall","src":"8434:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8408:6:21"},"nodeType":"YulFunctionCall","src":"8408:47:21"},"nodeType":"YulExpressionStatement","src":"8408:47:21"},{"nodeType":"YulAssignment","src":"8464:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"8598:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"8472:124:21"},"nodeType":"YulFunctionCall","src":"8472:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8464:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8342:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"8357:4:21","type":""}],"src":"8191:419:21"},{"body":{"nodeType":"YulBlock","src":"8722:115:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8744:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8752:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8740:3:21"},"nodeType":"YulFunctionCall","src":"8740:14:21"},{"hexValue":"45524332303a20617070726f766520746f20746865207a65726f206164647265","kind":"string","nodeType":"YulLiteral","src":"8756:34:21","type":"","value":"ERC20: approve to the zero addre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8733:6:21"},"nodeType":"YulFunctionCall","src":"8733:58:21"},"nodeType":"YulExpressionStatement","src":"8733:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8812:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8820:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8808:3:21"},"nodeType":"YulFunctionCall","src":"8808:15:21"},{"hexValue":"7373","kind":"string","nodeType":"YulLiteral","src":"8825:4:21","type":"","value":"ss"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8801:6:21"},"nodeType":"YulFunctionCall","src":"8801:29:21"},"nodeType":"YulExpressionStatement","src":"8801:29:21"}]},"name":"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"8714:6:21","type":""}],"src":"8616:221:21"},{"body":{"nodeType":"YulBlock","src":"8989:220:21","statements":[{"nodeType":"YulAssignment","src":"8999:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9065:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"9070:2:21","type":"","value":"34"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9006:58:21"},"nodeType":"YulFunctionCall","src":"9006:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"8999:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9171:3:21"}],"functionName":{"name":"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","nodeType":"YulIdentifier","src":"9082:88:21"},"nodeType":"YulFunctionCall","src":"9082:93:21"},"nodeType":"YulExpressionStatement","src":"9082:93:21"},{"nodeType":"YulAssignment","src":"9184:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9195:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"9200:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9191:3:21"},"nodeType":"YulFunctionCall","src":"9191:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"9184:3:21"}]}]},"name":"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"8977:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"8985:3:21","type":""}],"src":"8843:366:21"},{"body":{"nodeType":"YulBlock","src":"9386:248:21","statements":[{"nodeType":"YulAssignment","src":"9396:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9408:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"9419:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9404:3:21"},"nodeType":"YulFunctionCall","src":"9404:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9396:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9443:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"9454:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9439:3:21"},"nodeType":"YulFunctionCall","src":"9439:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"9462:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"9468:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9458:3:21"},"nodeType":"YulFunctionCall","src":"9458:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9432:6:21"},"nodeType":"YulFunctionCall","src":"9432:47:21"},"nodeType":"YulExpressionStatement","src":"9432:47:21"},{"nodeType":"YulAssignment","src":"9488:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"9622:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9496:124:21"},"nodeType":"YulFunctionCall","src":"9496:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9488:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9366:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"9381:4:21","type":""}],"src":"9215:419:21"},{"body":{"nodeType":"YulBlock","src":"9746:73:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9768:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"9776:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9764:3:21"},"nodeType":"YulFunctionCall","src":"9764:14:21"},{"hexValue":"45524332303a20696e73756666696369656e7420616c6c6f77616e6365","kind":"string","nodeType":"YulLiteral","src":"9780:31:21","type":"","value":"ERC20: insufficient allowance"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9757:6:21"},"nodeType":"YulFunctionCall","src":"9757:55:21"},"nodeType":"YulExpressionStatement","src":"9757:55:21"}]},"name":"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"9738:6:21","type":""}],"src":"9640:179:21"},{"body":{"nodeType":"YulBlock","src":"9971:220:21","statements":[{"nodeType":"YulAssignment","src":"9981:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10047:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"10052:2:21","type":"","value":"29"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9988:58:21"},"nodeType":"YulFunctionCall","src":"9988:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"9981:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10153:3:21"}],"functionName":{"name":"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","nodeType":"YulIdentifier","src":"10064:88:21"},"nodeType":"YulFunctionCall","src":"10064:93:21"},"nodeType":"YulExpressionStatement","src":"10064:93:21"},{"nodeType":"YulAssignment","src":"10166:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10177:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"10182:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10173:3:21"},"nodeType":"YulFunctionCall","src":"10173:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"10166:3:21"}]}]},"name":"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"9959:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"9967:3:21","type":""}],"src":"9825:366:21"},{"body":{"nodeType":"YulBlock","src":"10368:248:21","statements":[{"nodeType":"YulAssignment","src":"10378:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10390:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"10401:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10386:3:21"},"nodeType":"YulFunctionCall","src":"10386:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10378:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10425:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"10436:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10421:3:21"},"nodeType":"YulFunctionCall","src":"10421:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10444:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"10450:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"10440:3:21"},"nodeType":"YulFunctionCall","src":"10440:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10414:6:21"},"nodeType":"YulFunctionCall","src":"10414:47:21"},"nodeType":"YulExpressionStatement","src":"10414:47:21"},{"nodeType":"YulAssignment","src":"10470:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10604:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"10478:124:21"},"nodeType":"YulFunctionCall","src":"10478:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10470:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10348:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10363:4:21","type":""}],"src":"10197:419:21"},{"body":{"nodeType":"YulBlock","src":"10728:118:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"10750:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"10758:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10746:3:21"},"nodeType":"YulFunctionCall","src":"10746:14:21"},{"hexValue":"45524332303a207472616e736665722066726f6d20746865207a65726f206164","kind":"string","nodeType":"YulLiteral","src":"10762:34:21","type":"","value":"ERC20: transfer from the zero ad"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10739:6:21"},"nodeType":"YulFunctionCall","src":"10739:58:21"},"nodeType":"YulExpressionStatement","src":"10739:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"10818:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"10826:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10814:3:21"},"nodeType":"YulFunctionCall","src":"10814:15:21"},{"hexValue":"6472657373","kind":"string","nodeType":"YulLiteral","src":"10831:7:21","type":"","value":"dress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10807:6:21"},"nodeType":"YulFunctionCall","src":"10807:32:21"},"nodeType":"YulExpressionStatement","src":"10807:32:21"}]},"name":"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"10720:6:21","type":""}],"src":"10622:224:21"},{"body":{"nodeType":"YulBlock","src":"10998:220:21","statements":[{"nodeType":"YulAssignment","src":"11008:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11074:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"11079:2:21","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11015:58:21"},"nodeType":"YulFunctionCall","src":"11015:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11008:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11180:3:21"}],"functionName":{"name":"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","nodeType":"YulIdentifier","src":"11091:88:21"},"nodeType":"YulFunctionCall","src":"11091:93:21"},"nodeType":"YulExpressionStatement","src":"11091:93:21"},{"nodeType":"YulAssignment","src":"11193:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11204:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"11209:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11200:3:21"},"nodeType":"YulFunctionCall","src":"11200:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"11193:3:21"}]}]},"name":"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"10986:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10994:3:21","type":""}],"src":"10852:366:21"},{"body":{"nodeType":"YulBlock","src":"11395:248:21","statements":[{"nodeType":"YulAssignment","src":"11405:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11417:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11428:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11413:3:21"},"nodeType":"YulFunctionCall","src":"11413:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11405:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11452:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11463:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11448:3:21"},"nodeType":"YulFunctionCall","src":"11448:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"11471:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"11477:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11467:3:21"},"nodeType":"YulFunctionCall","src":"11467:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11441:6:21"},"nodeType":"YulFunctionCall","src":"11441:47:21"},"nodeType":"YulExpressionStatement","src":"11441:47:21"},{"nodeType":"YulAssignment","src":"11497:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"11631:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11505:124:21"},"nodeType":"YulFunctionCall","src":"11505:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11497:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11375:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11390:4:21","type":""}],"src":"11224:419:21"},{"body":{"nodeType":"YulBlock","src":"11755:116:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"11777:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"11785:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11773:3:21"},"nodeType":"YulFunctionCall","src":"11773:14:21"},{"hexValue":"45524332303a207472616e7366657220746f20746865207a65726f2061646472","kind":"string","nodeType":"YulLiteral","src":"11789:34:21","type":"","value":"ERC20: transfer to the zero addr"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11766:6:21"},"nodeType":"YulFunctionCall","src":"11766:58:21"},"nodeType":"YulExpressionStatement","src":"11766:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"11845:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"11853:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11841:3:21"},"nodeType":"YulFunctionCall","src":"11841:15:21"},{"hexValue":"657373","kind":"string","nodeType":"YulLiteral","src":"11858:5:21","type":"","value":"ess"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11834:6:21"},"nodeType":"YulFunctionCall","src":"11834:30:21"},"nodeType":"YulExpressionStatement","src":"11834:30:21"}]},"name":"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"11747:6:21","type":""}],"src":"11649:222:21"},{"body":{"nodeType":"YulBlock","src":"12023:220:21","statements":[{"nodeType":"YulAssignment","src":"12033:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12099:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"12104:2:21","type":"","value":"35"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12040:58:21"},"nodeType":"YulFunctionCall","src":"12040:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12033:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12205:3:21"}],"functionName":{"name":"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","nodeType":"YulIdentifier","src":"12116:88:21"},"nodeType":"YulFunctionCall","src":"12116:93:21"},"nodeType":"YulExpressionStatement","src":"12116:93:21"},{"nodeType":"YulAssignment","src":"12218:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12229:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"12234:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12225:3:21"},"nodeType":"YulFunctionCall","src":"12225:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12218:3:21"}]}]},"name":"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12011:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12019:3:21","type":""}],"src":"11877:366:21"},{"body":{"nodeType":"YulBlock","src":"12420:248:21","statements":[{"nodeType":"YulAssignment","src":"12430:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12442:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"12453:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12438:3:21"},"nodeType":"YulFunctionCall","src":"12438:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12430:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12477:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"12488:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12473:3:21"},"nodeType":"YulFunctionCall","src":"12473:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12496:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"12502:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"12492:3:21"},"nodeType":"YulFunctionCall","src":"12492:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12466:6:21"},"nodeType":"YulFunctionCall","src":"12466:47:21"},"nodeType":"YulExpressionStatement","src":"12466:47:21"},{"nodeType":"YulAssignment","src":"12522:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12656:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12530:124:21"},"nodeType":"YulFunctionCall","src":"12530:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12522:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"12400:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"12415:4:21","type":""}],"src":"12249:419:21"},{"body":{"nodeType":"YulBlock","src":"12780:119:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12802:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"12810:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12798:3:21"},"nodeType":"YulFunctionCall","src":"12798:14:21"},{"hexValue":"45524332303a207472616e7366657220616d6f756e7420657863656564732062","kind":"string","nodeType":"YulLiteral","src":"12814:34:21","type":"","value":"ERC20: transfer amount exceeds b"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12791:6:21"},"nodeType":"YulFunctionCall","src":"12791:58:21"},"nodeType":"YulExpressionStatement","src":"12791:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12870:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"12878:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12866:3:21"},"nodeType":"YulFunctionCall","src":"12866:15:21"},{"hexValue":"616c616e6365","kind":"string","nodeType":"YulLiteral","src":"12883:8:21","type":"","value":"alance"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12859:6:21"},"nodeType":"YulFunctionCall","src":"12859:33:21"},"nodeType":"YulExpressionStatement","src":"12859:33:21"}]},"name":"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"12772:6:21","type":""}],"src":"12674:225:21"},{"body":{"nodeType":"YulBlock","src":"13051:220:21","statements":[{"nodeType":"YulAssignment","src":"13061:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13127:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"13132:2:21","type":"","value":"38"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13068:58:21"},"nodeType":"YulFunctionCall","src":"13068:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13061:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13233:3:21"}],"functionName":{"name":"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","nodeType":"YulIdentifier","src":"13144:88:21"},"nodeType":"YulFunctionCall","src":"13144:93:21"},"nodeType":"YulExpressionStatement","src":"13144:93:21"},{"nodeType":"YulAssignment","src":"13246:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13257:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"13262:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13253:3:21"},"nodeType":"YulFunctionCall","src":"13253:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13246:3:21"}]}]},"name":"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13039:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13047:3:21","type":""}],"src":"12905:366:21"},{"body":{"nodeType":"YulBlock","src":"13448:248:21","statements":[{"nodeType":"YulAssignment","src":"13458:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13470:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"13481:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13466:3:21"},"nodeType":"YulFunctionCall","src":"13466:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13458:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13505:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"13516:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13501:3:21"},"nodeType":"YulFunctionCall","src":"13501:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13524:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"13530:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13520:3:21"},"nodeType":"YulFunctionCall","src":"13520:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13494:6:21"},"nodeType":"YulFunctionCall","src":"13494:47:21"},"nodeType":"YulExpressionStatement","src":"13494:47:21"},{"nodeType":"YulAssignment","src":"13550:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13684:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13558:124:21"},"nodeType":"YulFunctionCall","src":"13558:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13550:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13428:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13443:4:21","type":""}],"src":"13277:419:21"}]},"contents":"{\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\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\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value0, tail)\n\n }\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_addresst_uint256(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_addresst_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: decreased allowance below\")\n\n mstore(add(memPtr, 32), \" zero\")\n\n }\n\n function abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: approve from the zero add\")\n\n mstore(add(memPtr, 32), \"ress\")\n\n }\n\n function abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 36)\n store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: approve to the zero addre\")\n\n mstore(add(memPtr, 32), \"ss\")\n\n }\n\n function abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 34)\n store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: insufficient allowance\")\n\n }\n\n function abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 29)\n store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer from the zero ad\")\n\n mstore(add(memPtr, 32), \"dress\")\n\n }\n\n function abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer to the zero addr\")\n\n mstore(add(memPtr, 32), \"ess\")\n\n }\n\n function abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 35)\n store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer amount exceeds b\")\n\n mstore(add(memPtr, 32), \"alance\")\n\n }\n\n function abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":21,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea26469706673582212203f964721ffb5f8e7386b9365859b9194e4ad9856f3c840f128334936a424267d64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xA9 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x39509351 GT PUSH2 0x71 JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x168 JUMPI DUP1 PUSH4 0x70A08231 EQ PUSH2 0x198 JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x1C8 JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x1E6 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x216 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x246 JUMPI PUSH2 0xA9 JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0xAE JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0xCC JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0xFC JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x11A JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x14A JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB6 PUSH2 0x276 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC3 SWAP2 SWAP1 PUSH2 0xB0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE1 SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x308 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xF3 SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x104 PUSH2 0x32B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x111 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x134 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x12F SWAP2 SWAP1 PUSH2 0xC67 JUMP JUMPDEST PUSH2 0x335 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x141 SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x152 PUSH2 0x364 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x15F SWAP2 SWAP1 PUSH2 0xCD6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x182 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x17D SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x36D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x18F SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1B2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1AD SWAP2 SWAP1 PUSH2 0xCF1 JUMP JUMPDEST PUSH2 0x3A4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1BF SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1D0 PUSH2 0x3EC JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DD SWAP2 SWAP1 PUSH2 0xB0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x200 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1FB SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x47E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x20D SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x230 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x22B SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x4F5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23D SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x260 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x25B SWAP2 SWAP1 PUSH2 0xD1E JUMP JUMPDEST PUSH2 0x518 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x26D SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x285 SWAP1 PUSH2 0xD8D 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 0x2B1 SWAP1 PUSH2 0xD8D JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2FE JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2D3 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2FE 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 0x2E1 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x313 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x320 DUP2 DUP6 DUP6 PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x340 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x34D DUP6 DUP3 DUP6 PUSH2 0x770 JUMP JUMPDEST PUSH2 0x358 DUP6 DUP6 DUP6 PUSH2 0x7FC JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x12 SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x378 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x399 DUP2 DUP6 DUP6 PUSH2 0x38A DUP6 DUP10 PUSH2 0x518 JUMP JUMPDEST PUSH2 0x394 SWAP2 SWAP1 PUSH2 0xDED JUMP JUMPDEST PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x4 DUP1 SLOAD PUSH2 0x3FB SWAP1 PUSH2 0xD8D 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 0x427 SWAP1 PUSH2 0xD8D JUMP JUMPDEST DUP1 ISZERO PUSH2 0x474 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x449 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x474 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 0x457 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x489 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x497 DUP3 DUP7 PUSH2 0x518 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x4DC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4D3 SWAP1 PUSH2 0xE93 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x4E9 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x500 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x50D DUP2 DUP6 DUP6 PUSH2 0x7FC JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x616 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x60D SWAP1 PUSH2 0xF25 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x685 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x67C SWAP1 PUSH2 0xFB7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0x763 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x77C DUP5 DUP5 PUSH2 0x518 JUMP JUMPDEST SWAP1 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 EQ PUSH2 0x7F6 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x7E8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7DF SWAP1 PUSH2 0x1023 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x7F5 DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x5A7 JUMP JUMPDEST JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x86B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x862 SWAP1 PUSH2 0x10B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x8DA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8D1 SWAP1 PUSH2 0x1147 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x8E5 DUP4 DUP4 DUP4 PUSH2 0xA72 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0x96B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x962 SWAP1 PUSH2 0x11D9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xA59 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xA6C DUP5 DUP5 DUP5 PUSH2 0xA77 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xAB6 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0xA9B JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xADE DUP3 PUSH2 0xA7C JUMP JUMPDEST PUSH2 0xAE8 DUP2 DUP6 PUSH2 0xA87 JUMP JUMPDEST SWAP4 POP PUSH2 0xAF8 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0xA98 JUMP JUMPDEST PUSH2 0xB01 DUP2 PUSH2 0xAC2 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xB26 DUP2 DUP5 PUSH2 0xAD3 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xB5E DUP3 PUSH2 0xB33 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB6E DUP2 PUSH2 0xB53 JUMP JUMPDEST DUP2 EQ PUSH2 0xB79 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB8B DUP2 PUSH2 0xB65 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xBA4 DUP2 PUSH2 0xB91 JUMP JUMPDEST DUP2 EQ PUSH2 0xBAF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xBC1 DUP2 PUSH2 0xB9B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xBDE JUMPI PUSH2 0xBDD PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xBEC DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xBFD DUP6 DUP3 DUP7 ADD PUSH2 0xBB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xC1C DUP2 PUSH2 0xC07 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xC37 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xC13 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xC46 DUP2 PUSH2 0xB91 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xC61 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xC3D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xC80 JUMPI PUSH2 0xC7F PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xC8E DUP7 DUP3 DUP8 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xC9F DUP7 DUP3 DUP8 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xCB0 DUP7 DUP3 DUP8 ADD PUSH2 0xBB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xCD0 DUP2 PUSH2 0xCBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xCEB PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xCC7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD07 JUMPI PUSH2 0xD06 PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD15 DUP5 DUP3 DUP6 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD35 JUMPI PUSH2 0xD34 PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD43 DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xD54 DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0xDA5 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0xDB8 JUMPI PUSH2 0xDB7 PUSH2 0xD5E JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xDF8 DUP3 PUSH2 0xB91 JUMP JUMPDEST SWAP2 POP PUSH2 0xE03 DUP4 PUSH2 0xB91 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0xE1B JUMPI PUSH2 0xE1A PUSH2 0xDBE JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xE7D PUSH1 0x25 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xE88 DUP3 PUSH2 0xE21 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xEAC DUP2 PUSH2 0xE70 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF0F PUSH1 0x24 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xF1A DUP3 PUSH2 0xEB3 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xF3E DUP2 PUSH2 0xF02 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFA1 PUSH1 0x22 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xFAC DUP3 PUSH2 0xF45 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xFD0 DUP2 PUSH2 0xF94 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100D PUSH1 0x1D DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x1018 DUP3 PUSH2 0xFD7 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x103C DUP2 PUSH2 0x1000 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x109F PUSH1 0x25 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x10AA DUP3 PUSH2 0x1043 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CE DUP2 PUSH2 0x1092 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1131 PUSH1 0x23 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x113C DUP3 PUSH2 0x10D5 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1160 DUP2 PUSH2 0x1124 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11C3 PUSH1 0x26 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x11CE DUP3 PUSH2 0x1167 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11F2 DUP2 PUSH2 0x11B6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 EXTCODEHASH SWAP7 SELFBALANCE 0x21 SELFDESTRUCT 0xB5 0xF8 0xE7 CODESIZE PUSH12 0x9365859B9194E4AD9856F3C8 BLOCKHASH CALL 0x28 CALLER 0x49 CALLDATASIZE LOG4 0x24 0x26 PUSH30 0x64736F6C6343000812003300000000000000000000000000000000000000 ","sourceMap":"1532:11312:12:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4444:197;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3255:106;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5203:256;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3104:91;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5854:234;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3419:125;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2369:102;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6575:427;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3740:189;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3987:149;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2158:98;2212:13;2244:5;2237:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98;:::o;4444:197::-;4527:4;4543:13;4559:12;:10;:12::i;:::-;4543:28;;4581:32;4590:5;4597:7;4606:6;4581:8;:32::i;:::-;4630:4;4623:11;;;4444:197;;;;:::o;3255:106::-;3316:7;3342:12;;3335:19;;3255:106;:::o;5203:256::-;5300:4;5316:15;5334:12;:10;:12::i;:::-;5316:30;;5356:38;5372:4;5378:7;5387:6;5356:15;:38::i;:::-;5404:27;5414:4;5420:2;5424:6;5404:9;:27::i;:::-;5448:4;5441:11;;;5203:256;;;;;:::o;3104:91::-;3162:5;3186:2;3179:9;;3104:91;:::o;5854:234::-;5942:4;5958:13;5974:12;:10;:12::i;:::-;5958:28;;5996:64;6005:5;6012:7;6049:10;6021:25;6031:5;6038:7;6021:9;:25::i;:::-;:38;;;;:::i;:::-;5996:8;:64::i;:::-;6077:4;6070:11;;;5854:234;;;;:::o;3419:125::-;3493:7;3519:9;:18;3529:7;3519:18;;;;;;;;;;;;;;;;3512:25;;3419:125;;;:::o;2369:102::-;2425:13;2457:7;2450:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2369:102;:::o;6575:427::-;6668:4;6684:13;6700:12;:10;:12::i;:::-;6684:28;;6722:24;6749:25;6759:5;6766:7;6749:9;:25::i;:::-;6722:52;;6812:15;6792:16;:35;;6784:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;6903:60;6912:5;6919:7;6947:15;6928:16;:34;6903:8;:60::i;:::-;6991:4;6984:11;;;;6575:427;;;;:::o;3740:189::-;3819:4;3835:13;3851:12;:10;:12::i;:::-;3835:28;;3873;3883:5;3890:2;3894:6;3873:9;:28::i;:::-;3918:4;3911:11;;;3740:189;;;;:::o;3987:149::-;4076:7;4102:11;:18;4114:5;4102:18;;;;;;;;;;;;;;;:27;4121:7;4102:27;;;;;;;;;;;;;;;;4095:34;;3987:149;;;;:::o;655:96:15:-;708:7;734:10;727:17;;655:96;:::o;10457:340:12:-;10575:1;10558:19;;:5;:19;;;10550:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10655:1;10636:21;;:7;:21;;;10628:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10737:6;10707:11;:18;10719:5;10707:18;;;;;;;;;;;;;;;:27;10726:7;10707:27;;;;;;;;;;;;;;;:36;;;;10774:7;10758:32;;10767:5;10758:32;;;10783:6;10758:32;;;;;;:::i;:::-;;;;;;;;10457:340;;;:::o;11078:411::-;11178:24;11205:25;11215:5;11222:7;11205:9;:25::i;:::-;11178:52;;11264:17;11244:16;:37;11240:243;;11325:6;11305:16;:26;;11297:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11407:51;11416:5;11423:7;11451:6;11432:16;:25;11407:8;:51::i;:::-;11240:243;11168:321;11078:411;;;:::o;7456:788::-;7568:1;7552:18;;:4;:18;;;7544:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7644:1;7630:16;;:2;:16;;;7622:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;7697:38;7718:4;7724:2;7728:6;7697:20;:38::i;:::-;7746:19;7768:9;:15;7778:4;7768:15;;;;;;;;;;;;;;;;7746:37;;7816:6;7801:11;:21;;7793:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;7931:6;7917:11;:20;7899:9;:15;7909:4;7899:15;;;;;;;;;;;;;;;:38;;;;8131:6;8114:9;:13;8124:2;8114:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;8178:2;8163:26;;8172:4;8163:26;;;8182:6;8163:26;;;;;;:::i;:::-;;;;;;;;8200:37;8220:4;8226:2;8230:6;8200:19;:37::i;:::-;7534:710;7456:788;;;:::o;12073:91::-;;;;:::o;12752:90::-;;;;:::o;7:99:21:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:118::-;3533:24;3551:5;3533:24;:::i;:::-;3528:3;3521:37;3446:118;;:::o;3570:222::-;3663:4;3701:2;3690:9;3686:18;3678:26;;3714:71;3782:1;3771:9;3767:17;3758:6;3714:71;:::i;:::-;3570:222;;;;:::o;3798:619::-;3875:6;3883;3891;3940:2;3928:9;3919:7;3915:23;3911:32;3908:119;;;3946:79;;:::i;:::-;3908:119;4066:1;4091:53;4136:7;4127:6;4116:9;4112:22;4091:53;:::i;:::-;4081:63;;4037:117;4193:2;4219:53;4264:7;4255:6;4244:9;4240:22;4219:53;:::i;:::-;4209:63;;4164:118;4321:2;4347:53;4392:7;4383:6;4372:9;4368:22;4347:53;:::i;:::-;4337:63;;4292:118;3798:619;;;;;:::o;4423:86::-;4458:7;4498:4;4491:5;4487:16;4476:27;;4423:86;;;:::o;4515:112::-;4598:22;4614:5;4598:22;:::i;:::-;4593:3;4586:35;4515:112;;:::o;4633:214::-;4722:4;4760:2;4749:9;4745:18;4737:26;;4773:67;4837:1;4826:9;4822:17;4813:6;4773:67;:::i;:::-;4633:214;;;;:::o;4853:329::-;4912:6;4961:2;4949:9;4940:7;4936:23;4932:32;4929:119;;;4967:79;;:::i;:::-;4929:119;5087:1;5112:53;5157:7;5148:6;5137:9;5133:22;5112:53;:::i;:::-;5102:63;;5058:117;4853:329;;;;:::o;5188:474::-;5256:6;5264;5313:2;5301:9;5292:7;5288:23;5284:32;5281:119;;;5319:79;;:::i;:::-;5281:119;5439:1;5464:53;5509:7;5500:6;5489:9;5485:22;5464:53;:::i;:::-;5454:63;;5410:117;5566:2;5592:53;5637:7;5628:6;5617:9;5613:22;5592:53;:::i;:::-;5582:63;;5537:118;5188:474;;;;;:::o;5668:180::-;5716:77;5713:1;5706:88;5813:4;5810:1;5803:15;5837:4;5834:1;5827:15;5854:320;5898:6;5935:1;5929:4;5925:12;5915:22;;5982:1;5976:4;5972:12;6003:18;5993:81;;6059:4;6051:6;6047:17;6037:27;;5993:81;6121:2;6113:6;6110:14;6090:18;6087:38;6084:84;;6140:18;;:::i;:::-;6084:84;5905:269;5854:320;;;:::o;6180:180::-;6228:77;6225:1;6218:88;6325:4;6322:1;6315:15;6349:4;6346:1;6339:15;6366:191;6406:3;6425:20;6443:1;6425:20;:::i;:::-;6420:25;;6459:20;6477:1;6459:20;:::i;:::-;6454:25;;6502:1;6499;6495:9;6488:16;;6523:3;6520:1;6517:10;6514:36;;;6530:18;;:::i;:::-;6514:36;6366:191;;;;:::o;6563:224::-;6703:34;6699:1;6691:6;6687:14;6680:58;6772:7;6767:2;6759:6;6755:15;6748:32;6563:224;:::o;6793:366::-;6935:3;6956:67;7020:2;7015:3;6956:67;:::i;:::-;6949:74;;7032:93;7121:3;7032:93;:::i;:::-;7150:2;7145:3;7141:12;7134:19;;6793:366;;;:::o;7165:419::-;7331:4;7369:2;7358:9;7354:18;7346:26;;7418:9;7412:4;7408:20;7404:1;7393:9;7389:17;7382:47;7446:131;7572:4;7446:131;:::i;:::-;7438:139;;7165:419;;;:::o;7590:223::-;7730:34;7726:1;7718:6;7714:14;7707:58;7799:6;7794:2;7786:6;7782:15;7775:31;7590:223;:::o;7819:366::-;7961:3;7982:67;8046:2;8041:3;7982:67;:::i;:::-;7975:74;;8058:93;8147:3;8058:93;:::i;:::-;8176:2;8171:3;8167:12;8160:19;;7819:366;;;:::o;8191:419::-;8357:4;8395:2;8384:9;8380:18;8372:26;;8444:9;8438:4;8434:20;8430:1;8419:9;8415:17;8408:47;8472:131;8598:4;8472:131;:::i;:::-;8464:139;;8191:419;;;:::o;8616:221::-;8756:34;8752:1;8744:6;8740:14;8733:58;8825:4;8820:2;8812:6;8808:15;8801:29;8616:221;:::o;8843:366::-;8985:3;9006:67;9070:2;9065:3;9006:67;:::i;:::-;8999:74;;9082:93;9171:3;9082:93;:::i;:::-;9200:2;9195:3;9191:12;9184:19;;8843:366;;;:::o;9215:419::-;9381:4;9419:2;9408:9;9404:18;9396:26;;9468:9;9462:4;9458:20;9454:1;9443:9;9439:17;9432:47;9496:131;9622:4;9496:131;:::i;:::-;9488:139;;9215:419;;;:::o;9640:179::-;9780:31;9776:1;9768:6;9764:14;9757:55;9640:179;:::o;9825:366::-;9967:3;9988:67;10052:2;10047:3;9988:67;:::i;:::-;9981:74;;10064:93;10153:3;10064:93;:::i;:::-;10182:2;10177:3;10173:12;10166:19;;9825:366;;;:::o;10197:419::-;10363:4;10401:2;10390:9;10386:18;10378:26;;10450:9;10444:4;10440:20;10436:1;10425:9;10421:17;10414:47;10478:131;10604:4;10478:131;:::i;:::-;10470:139;;10197:419;;;:::o;10622:224::-;10762:34;10758:1;10750:6;10746:14;10739:58;10831:7;10826:2;10818:6;10814:15;10807:32;10622:224;:::o;10852:366::-;10994:3;11015:67;11079:2;11074:3;11015:67;:::i;:::-;11008:74;;11091:93;11180:3;11091:93;:::i;:::-;11209:2;11204:3;11200:12;11193:19;;10852:366;;;:::o;11224:419::-;11390:4;11428:2;11417:9;11413:18;11405:26;;11477:9;11471:4;11467:20;11463:1;11452:9;11448:17;11441:47;11505:131;11631:4;11505:131;:::i;:::-;11497:139;;11224:419;;;:::o;11649:222::-;11789:34;11785:1;11777:6;11773:14;11766:58;11858:5;11853:2;11845:6;11841:15;11834:30;11649:222;:::o;11877:366::-;12019:3;12040:67;12104:2;12099:3;12040:67;:::i;:::-;12033:74;;12116:93;12205:3;12116:93;:::i;:::-;12234:2;12229:3;12225:12;12218:19;;11877:366;;;:::o;12249:419::-;12415:4;12453:2;12442:9;12438:18;12430:26;;12502:9;12496:4;12492:20;12488:1;12477:9;12473:17;12466:47;12530:131;12656:4;12530:131;:::i;:::-;12522:139;;12249:419;;;:::o;12674:225::-;12814:34;12810:1;12802:6;12798:14;12791:58;12883:8;12878:2;12870:6;12866:15;12859:33;12674:225;:::o;12905:366::-;13047:3;13068:67;13132:2;13127:3;13068:67;:::i;:::-;13061:74;;13144:93;13233:3;13144:93;:::i;:::-;13262:2;13257:3;13253:12;13246:19;;12905:366;;;:::o;13277:419::-;13443:4;13481:2;13470:9;13466:18;13458:26;;13530:9;13524:4;13520:20;13516:1;13505:9;13501:17;13494:47;13558:131;13684:4;13558:131;:::i;:::-;13550:139;;13277:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"931000","executionCost":"infinite","totalCost":"infinite"},"external":{"allowance(address,address)":"infinite","approve(address,uint256)":"infinite","balanceOf(address)":"2863","decimals()":"432","decreaseAllowance(address,uint256)":"infinite","increaseAllowance(address,uint256)":"infinite","name()":"infinite","symbol()":"infinite","totalSupply()":"2482","transfer(address,uint256)":"infinite","transferFrom(address,address,uint256)":"infinite"},"internal":{"_afterTokenTransfer(address,address,uint256)":"15","_approve(address,address,uint256)":"infinite","_beforeTokenTransfer(address,address,uint256)":"15","_burn(address,uint256)":"infinite","_mint(address,uint256)":"infinite","_spendAllowance(address,address,uint256)":"infinite","_transfer(address,address,uint256)":"infinite"}},"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","decimals()":"313ce567","decreaseAllowance(address,uint256)":"a457c2d7","increaseAllowance(address,uint256)":"39509351","name()":"06fdde03","symbol()":"95d89b41","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name_\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol_\",\"type\":\"string\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Implementation of the {IERC20} interface. This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. For a generic mechanism see {ERC20PresetMinterPauser}. TIP: For a detailed writeup see our guide https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How to implement supply mechanisms]. The default value of {decimals} is 18. To change this, you should override this function so it returns a different value. We have followed general OpenZeppelin Contracts guidelines: functions revert instead returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of ERC20 applications. Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"See {IERC20-allowance}.\"},\"approve(address,uint256)\":{\"details\":\"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address.\"},\"balanceOf(address)\":{\"details\":\"See {IERC20-balanceOf}.\"},\"constructor\":{\"details\":\"Sets the values for {name} and {symbol}. All two of these values are immutable: they can only be set once during construction.\"},\"decimals()\":{\"details\":\"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}.\"},\"decreaseAllowance(address,uint256)\":{\"details\":\"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`.\"},\"increaseAllowance(address,uint256)\":{\"details\":\"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address.\"},\"name()\":{\"details\":\"Returns the name of the token.\"},\"symbol()\":{\"details\":\"Returns the symbol of the token, usually a shorter version of the name.\"},\"totalSupply()\":{\"details\":\"See {IERC20-totalSupply}.\"},\"transfer(address,uint256)\":{\"details\":\"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":\"ERC20\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./IERC20.sol\\\";\\nimport \\\"./extensions/IERC20Metadata.sol\\\";\\nimport \\\"../../utils/Context.sol\\\";\\n\\n/**\\n * @dev Implementation of the {IERC20} interface.\\n *\\n * This implementation is agnostic to the way tokens are created. This means\\n * that a supply mechanism has to be added in a derived contract using {_mint}.\\n * For a generic mechanism see {ERC20PresetMinterPauser}.\\n *\\n * TIP: For a detailed writeup see our guide\\n * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\\n * to implement supply mechanisms].\\n *\\n * The default value of {decimals} is 18. To change this, you should override\\n * this function so it returns a different value.\\n *\\n * We have followed general OpenZeppelin Contracts guidelines: functions revert\\n * instead returning `false` on failure. This behavior is nonetheless\\n * conventional and does not conflict with the expectations of ERC20\\n * applications.\\n *\\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\\n * This allows applications to reconstruct the allowance for all accounts just\\n * by listening to said events. Other implementations of the EIP may not emit\\n * these events, as it isn't required by the specification.\\n *\\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\\n * functions have been added to mitigate the well-known issues around setting\\n * allowances. See {IERC20-approve}.\\n */\\ncontract ERC20 is Context, IERC20, IERC20Metadata {\\n mapping(address => uint256) private _balances;\\n\\n mapping(address => mapping(address => uint256)) private _allowances;\\n\\n uint256 private _totalSupply;\\n\\n string private _name;\\n string private _symbol;\\n\\n /**\\n * @dev Sets the values for {name} and {symbol}.\\n *\\n * All two of these values are immutable: they can only be set once during\\n * construction.\\n */\\n constructor(string memory name_, string memory symbol_) {\\n _name = name_;\\n _symbol = symbol_;\\n }\\n\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() public view virtual override returns (string memory) {\\n return _name;\\n }\\n\\n /**\\n * @dev Returns the symbol of the token, usually a shorter version of the\\n * name.\\n */\\n function symbol() public view virtual override returns (string memory) {\\n return _symbol;\\n }\\n\\n /**\\n * @dev Returns the number of decimals used to get its user representation.\\n * For example, if `decimals` equals `2`, a balance of `505` tokens should\\n * be displayed to a user as `5.05` (`505 / 10 ** 2`).\\n *\\n * Tokens usually opt for a value of 18, imitating the relationship between\\n * Ether and Wei. This is the default value returned by this function, unless\\n * it's overridden.\\n *\\n * NOTE: This information is only used for _display_ purposes: it in\\n * no way affects any of the arithmetic of the contract, including\\n * {IERC20-balanceOf} and {IERC20-transfer}.\\n */\\n function decimals() public view virtual override returns (uint8) {\\n return 18;\\n }\\n\\n /**\\n * @dev See {IERC20-totalSupply}.\\n */\\n function totalSupply() public view virtual override returns (uint256) {\\n return _totalSupply;\\n }\\n\\n /**\\n * @dev See {IERC20-balanceOf}.\\n */\\n function balanceOf(address account) public view virtual override returns (uint256) {\\n return _balances[account];\\n }\\n\\n /**\\n * @dev See {IERC20-transfer}.\\n *\\n * Requirements:\\n *\\n * - `to` cannot be the zero address.\\n * - the caller must have a balance of at least `amount`.\\n */\\n function transfer(address to, uint256 amount) public virtual override returns (bool) {\\n address owner = _msgSender();\\n _transfer(owner, to, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-allowance}.\\n */\\n function allowance(address owner, address spender) public view virtual override returns (uint256) {\\n return _allowances[owner][spender];\\n }\\n\\n /**\\n * @dev See {IERC20-approve}.\\n *\\n * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\\n * `transferFrom`. This is semantically equivalent to an infinite approval.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function approve(address spender, uint256 amount) public virtual override returns (bool) {\\n address owner = _msgSender();\\n _approve(owner, spender, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-transferFrom}.\\n *\\n * Emits an {Approval} event indicating the updated allowance. This is not\\n * required by the EIP. See the note at the beginning of {ERC20}.\\n *\\n * NOTE: Does not update the allowance if the current allowance\\n * is the maximum `uint256`.\\n *\\n * Requirements:\\n *\\n * - `from` and `to` cannot be the zero address.\\n * - `from` must have a balance of at least `amount`.\\n * - the caller must have allowance for ``from``'s tokens of at least\\n * `amount`.\\n */\\n function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {\\n address spender = _msgSender();\\n _spendAllowance(from, spender, amount);\\n _transfer(from, to, amount);\\n return true;\\n }\\n\\n /**\\n * @dev Atomically increases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\\n address owner = _msgSender();\\n _approve(owner, spender, allowance(owner, spender) + addedValue);\\n return true;\\n }\\n\\n /**\\n * @dev Atomically decreases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `spender` must have allowance for the caller of at least\\n * `subtractedValue`.\\n */\\n function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\\n address owner = _msgSender();\\n uint256 currentAllowance = allowance(owner, spender);\\n require(currentAllowance >= subtractedValue, \\\"ERC20: decreased allowance below zero\\\");\\n unchecked {\\n _approve(owner, spender, currentAllowance - subtractedValue);\\n }\\n\\n return true;\\n }\\n\\n /**\\n * @dev Moves `amount` of tokens from `from` to `to`.\\n *\\n * This internal function is equivalent to {transfer}, and can be used to\\n * e.g. implement automatic token fees, slashing mechanisms, etc.\\n *\\n * Emits a {Transfer} event.\\n *\\n * Requirements:\\n *\\n * - `from` cannot be the zero address.\\n * - `to` cannot be the zero address.\\n * - `from` must have a balance of at least `amount`.\\n */\\n function _transfer(address from, address to, uint256 amount) internal virtual {\\n require(from != address(0), \\\"ERC20: transfer from the zero address\\\");\\n require(to != address(0), \\\"ERC20: transfer to the zero address\\\");\\n\\n _beforeTokenTransfer(from, to, amount);\\n\\n uint256 fromBalance = _balances[from];\\n require(fromBalance >= amount, \\\"ERC20: transfer amount exceeds balance\\\");\\n unchecked {\\n _balances[from] = fromBalance - amount;\\n // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by\\n // decrementing then incrementing.\\n _balances[to] += amount;\\n }\\n\\n emit Transfer(from, to, amount);\\n\\n _afterTokenTransfer(from, to, amount);\\n }\\n\\n /** @dev Creates `amount` tokens and assigns them to `account`, increasing\\n * the total supply.\\n *\\n * Emits a {Transfer} event with `from` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `account` cannot be the zero address.\\n */\\n function _mint(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: mint to the zero address\\\");\\n\\n _beforeTokenTransfer(address(0), account, amount);\\n\\n _totalSupply += amount;\\n unchecked {\\n // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.\\n _balances[account] += amount;\\n }\\n emit Transfer(address(0), account, amount);\\n\\n _afterTokenTransfer(address(0), account, amount);\\n }\\n\\n /**\\n * @dev Destroys `amount` tokens from `account`, reducing the\\n * total supply.\\n *\\n * Emits a {Transfer} event with `to` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `account` cannot be the zero address.\\n * - `account` must have at least `amount` tokens.\\n */\\n function _burn(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: burn from the zero address\\\");\\n\\n _beforeTokenTransfer(account, address(0), amount);\\n\\n uint256 accountBalance = _balances[account];\\n require(accountBalance >= amount, \\\"ERC20: burn amount exceeds balance\\\");\\n unchecked {\\n _balances[account] = accountBalance - amount;\\n // Overflow not possible: amount <= accountBalance <= totalSupply.\\n _totalSupply -= amount;\\n }\\n\\n emit Transfer(account, address(0), amount);\\n\\n _afterTokenTransfer(account, address(0), amount);\\n }\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\\n *\\n * This internal function is equivalent to `approve`, and can be used to\\n * e.g. set automatic allowances for certain subsystems, etc.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `owner` cannot be the zero address.\\n * - `spender` cannot be the zero address.\\n */\\n function _approve(address owner, address spender, uint256 amount) internal virtual {\\n require(owner != address(0), \\\"ERC20: approve from the zero address\\\");\\n require(spender != address(0), \\\"ERC20: approve to the zero address\\\");\\n\\n _allowances[owner][spender] = amount;\\n emit Approval(owner, spender, amount);\\n }\\n\\n /**\\n * @dev Updates `owner` s allowance for `spender` based on spent `amount`.\\n *\\n * Does not update the allowance amount in case of infinite allowance.\\n * Revert if not enough allowance is available.\\n *\\n * Might emit an {Approval} event.\\n */\\n function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {\\n uint256 currentAllowance = allowance(owner, spender);\\n if (currentAllowance != type(uint256).max) {\\n require(currentAllowance >= amount, \\\"ERC20: insufficient allowance\\\");\\n unchecked {\\n _approve(owner, spender, currentAllowance - amount);\\n }\\n }\\n }\\n\\n /**\\n * @dev Hook that is called before any transfer of tokens. This includes\\n * minting and burning.\\n *\\n * Calling conditions:\\n *\\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n * will be transferred to `to`.\\n * - when `from` is zero, `amount` tokens will be minted for `to`.\\n * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\\n * - `from` and `to` are never both zero.\\n *\\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n */\\n function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}\\n\\n /**\\n * @dev Hook that is called after any transfer of tokens. This includes\\n * minting and burning.\\n *\\n * Calling conditions:\\n *\\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n * has been transferred to `to`.\\n * - when `from` is zero, `amount` tokens have been minted for `to`.\\n * - when `to` is zero, `amount` of ``from``'s tokens have been burned.\\n * - `from` and `to` are never both zero.\\n *\\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n */\\n function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}\\n}\\n\",\"keccak256\":\"0xa56ca923f70c1748830700250b19c61b70db9a683516dc5e216694a50445d99c\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20.sol\\\";\\n\\n/**\\n * @dev Interface for the optional metadata functions from the ERC20 standard.\\n *\\n * _Available since v4.1._\\n */\\ninterface IERC20Metadata is IERC20 {\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() external view returns (string memory);\\n\\n /**\\n * @dev Returns the symbol of the token.\\n */\\n function symbol() external view returns (string memory);\\n\\n /**\\n * @dev Returns the decimals places of the token.\\n */\\n function decimals() external view returns (uint8);\\n}\\n\",\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\"},\"@openzeppelin/contracts/utils/Context.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Provides information about the current execution context, including the\\n * sender of the transaction and its data. While these are generally available\\n * via msg.sender and msg.data, they should not be accessed in such a direct\\n * manner, since when dealing with meta-transactions the account sending and\\n * paying for execution may not be the actual sender (as far as an application\\n * is concerned).\\n *\\n * This contract is only required for intermediate, library-like contracts.\\n */\\nabstract contract Context {\\n function _msgSender() internal view virtual returns (address) {\\n return msg.sender;\\n }\\n\\n function _msgData() internal view virtual returns (bytes calldata) {\\n return msg.data;\\n }\\n\\n function _contextSuffixLength() internal view virtual returns (uint256) {\\n return 0;\\n }\\n}\\n\",\"keccak256\":\"0xa92e4fa126feb6907daa0513ddd816b2eb91f30a808de54f63c17d0e162c3439\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":2882,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_balances","offset":0,"slot":"0","type":"t_mapping(t_address,t_uint256)"},{"astId":2888,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_allowances","offset":0,"slot":"1","type":"t_mapping(t_address,t_mapping(t_address,t_uint256))"},{"astId":2890,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_totalSupply","offset":0,"slot":"2","type":"t_uint256"},{"astId":2892,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_name","offset":0,"slot":"3","type":"t_string_storage"},{"astId":2894,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_symbol","offset":0,"slot":"4","type":"t_string_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_mapping(t_address,t_mapping(t_address,t_uint256))":{"encoding":"mapping","key":"t_address","label":"mapping(address => mapping(address => uint256))","numberOfBytes":"32","value":"t_mapping(t_address,t_uint256)"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_string_storage":{"encoding":"bytes","label":"string","numberOfBytes":"32"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"IERC20":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 standard as defined in the EIP.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 standard as defined in the EIP.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":\"IERC20\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol":{"IERC20Metadata":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface for the optional metadata functions from the ERC20 standard. _Available since v4.1._","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"decimals()":{"details":"Returns the decimals places of the token."},"name()":{"details":"Returns the name of the token."},"symbol()":{"details":"Returns the symbol of the token."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","decimals()":"313ce567","name()":"06fdde03","symbol()":"95d89b41","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface for the optional metadata functions from the ERC20 standard. _Available since v4.1._\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"decimals()\":{\"details\":\"Returns the decimals places of the token.\"},\"name()\":{\"details\":\"Returns the name of the token.\"},\"symbol()\":{\"details\":\"Returns the symbol of the token.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":\"IERC20Metadata\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20.sol\\\";\\n\\n/**\\n * @dev Interface for the optional metadata functions from the ERC20 standard.\\n *\\n * _Available since v4.1._\\n */\\ninterface IERC20Metadata is IERC20 {\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() external view returns (string memory);\\n\\n /**\\n * @dev Returns the symbol of the token.\\n */\\n function symbol() external view returns (string memory);\\n\\n /**\\n * @dev Returns the decimals places of the token.\\n */\\n function decimals() external view returns (uint8);\\n}\\n\",\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/utils/Context.sol":{"Context":{"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},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"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\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Context.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Provides information about the current execution context, including the\\n * sender of the transaction and its data. While these are generally available\\n * via msg.sender and msg.data, they should not be accessed in such a direct\\n * manner, since when dealing with meta-transactions the account sending and\\n * paying for execution may not be the actual sender (as far as an application\\n * is concerned).\\n *\\n * This contract is only required for intermediate, library-like contracts.\\n */\\nabstract contract Context {\\n function _msgSender() internal view virtual returns (address) {\\n return msg.sender;\\n }\\n\\n function _msgData() internal view virtual returns (bytes calldata) {\\n return msg.data;\\n }\\n\\n function _contextSuffixLength() internal view virtual returns (uint256) {\\n return 0;\\n }\\n}\\n\",\"keccak256\":\"0xa92e4fa126feb6907daa0513ddd816b2eb91f30a808de54f63c17d0e162c3439\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/Paycrest.sol":{"Paycrest":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressesUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeesUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes","name":"aggregator","type":"bytes"}],"name":"SetAggregator","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":false,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"bool","name":"status","type":"bool"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getAggregator","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"","type":"uint64"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint96","name":"rate","type":"uint96"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IPaycrest.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"bool","name":"status","type":"bool"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"},{"internalType":"bool","name":"_isPartner","type":"bool"}],"name":"settle","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"},{"internalType":"address","name":"","type":"address"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddresses","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes","name":"aggregator","type":"bytes"}],"name":"updateProtocolAggregator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFees","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Paycrest contract for handling orders and settlements.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"OrderCreated(address,uint256,bytes32,uint256,bytes32,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","label":"The label of the deposit.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","label":"The label of the transaction.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"label":"The label of the transaction.","liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"constructor":{"custom:oz-upgrades-unsafe-allow":"constructor"},"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":{"details":"See {createOrder-IPaycrest}. "},"getAggregator()":{"details":"See {getAggregator-IPaycrest}. "},"getFeeDetails()":{"details":"See {getFeeDetails-IPaycrest}. "},"getOrderInfo(bytes32)":{"details":"See {getOrderInfo-IPaycrest}. "},"getSupportedInstitutionByCode(bytes32)":{"details":"See {getSupportedInstitutionByCode-IPaycrest}. "},"getSupportedInstitutions(bytes32)":{"details":"See {getSupportedInstitutions-IPaycrest}. "},"initialize()":{"details":"Initialize function."},"isTokenSupported(address)":{"details":"See {isTokenSupported-IPaycrest}. "},"owner()":{"details":"Returns the address of the current owner."},"pause()":{"details":"Pause the contract."},"paused()":{"details":"Returns true if the contract is paused, and false otherwise."},"refund(uint256,bytes32,bytes32)":{"details":"See {refund-IPaycrest}. "},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,bool)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"settle(bytes32,bytes32,bytes32,address,uint64,bool)":{"details":"See {settle-IPaycrest}. "},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."},"unpause()":{"details":"Unpause the contract."},"updateProtocolAddresses(bytes32,address)":{"details":"Updates the protocol addresses.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolAggregator(bytes)":{"details":"Updates the protocol aggregator.","params":{"aggregator":"The new aggregator to be set."}},"updateProtocolFees(uint64)":{"details":"Updates the protocol fees percentage.","params":{"_protocolFeePercent":"The new protocol fees percentage to be set."}}},"title":"Paycrest","version":1},"evm":{"bytecode":{"functionDebugData":{"@_3638":{"entryPoint":null,"id":3638,"parameterSlots":0,"returnSlots":0},"@_disableInitializers_282":{"entryPoint":40,"id":282,"parameterSlots":0,"returnSlots":0},"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack":{"entryPoint":334,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":420,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":373,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":437,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":238,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":407,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a":{"entryPoint":255,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:1638:21","statements":[{"body":{"nodeType":"YulBlock","src":"103:73:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"120:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"125:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"113:6:21"},"nodeType":"YulFunctionCall","src":"113:19:21"},"nodeType":"YulExpressionStatement","src":"113:19:21"},{"nodeType":"YulAssignment","src":"141:29:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"160:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"165:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"156:3:21"},"nodeType":"YulFunctionCall","src":"156:14:21"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"141:11:21"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"75:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"80:6:21","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"91:11:21","type":""}],"src":"7:169:21"},{"body":{"nodeType":"YulBlock","src":"288:120:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"310:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"318:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"306:3:21"},"nodeType":"YulFunctionCall","src":"306:14:21"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469","kind":"string","nodeType":"YulLiteral","src":"322:34:21","type":"","value":"Initializable: contract is initi"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"299:6:21"},"nodeType":"YulFunctionCall","src":"299:58:21"},"nodeType":"YulExpressionStatement","src":"299:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"378:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"386:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"374:3:21"},"nodeType":"YulFunctionCall","src":"374:15:21"},{"hexValue":"616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"391:9:21","type":"","value":"alizing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"367:6:21"},"nodeType":"YulFunctionCall","src":"367:34:21"},"nodeType":"YulExpressionStatement","src":"367:34:21"}]},"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"280:6:21","type":""}],"src":"182:226:21"},{"body":{"nodeType":"YulBlock","src":"560:220:21","statements":[{"nodeType":"YulAssignment","src":"570:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"636:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"641:2:21","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"577:58:21"},"nodeType":"YulFunctionCall","src":"577:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"570:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"742:3:21"}],"functionName":{"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulIdentifier","src":"653:88:21"},"nodeType":"YulFunctionCall","src":"653:93:21"},"nodeType":"YulExpressionStatement","src":"653:93:21"},{"nodeType":"YulAssignment","src":"755:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"766:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"771:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"762:3:21"},"nodeType":"YulFunctionCall","src":"762:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"755:3:21"}]}]},"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"548:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"556:3:21","type":""}],"src":"414:366:21"},{"body":{"nodeType":"YulBlock","src":"957:248:21","statements":[{"nodeType":"YulAssignment","src":"967:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"979:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"990:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"975:3:21"},"nodeType":"YulFunctionCall","src":"975:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"967:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1014:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"1025:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1010:3:21"},"nodeType":"YulFunctionCall","src":"1010:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1033:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"1039:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1029:3:21"},"nodeType":"YulFunctionCall","src":"1029:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1003:6:21"},"nodeType":"YulFunctionCall","src":"1003:47:21"},"nodeType":"YulExpressionStatement","src":"1003:47:21"},{"nodeType":"YulAssignment","src":"1059:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1193:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1067:124:21"},"nodeType":"YulFunctionCall","src":"1067:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1059:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"937:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"952:4:21","type":""}],"src":"786:419:21"},{"body":{"nodeType":"YulBlock","src":"1254:43:21","statements":[{"nodeType":"YulAssignment","src":"1264:27:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1279:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"1286:4:21","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1275:3:21"},"nodeType":"YulFunctionCall","src":"1275:16:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1264:7:21"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1236:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1246:7:21","type":""}],"src":"1211:86:21"},{"body":{"nodeType":"YulBlock","src":"1364:51:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1381:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1402:5:21"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"1386:15:21"},"nodeType":"YulFunctionCall","src":"1386:22:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1374:6:21"},"nodeType":"YulFunctionCall","src":"1374:35:21"},"nodeType":"YulExpressionStatement","src":"1374:35:21"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1352:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1359:3:21","type":""}],"src":"1303:112:21"},{"body":{"nodeType":"YulBlock","src":"1515:120:21","statements":[{"nodeType":"YulAssignment","src":"1525:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1537:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"1548:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:21"},"nodeType":"YulFunctionCall","src":"1533:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1525:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1601:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1614:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"1625:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1610:3:21"},"nodeType":"YulFunctionCall","src":"1610:17:21"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"1561:39:21"},"nodeType":"YulFunctionCall","src":"1561:67:21"},"nodeType":"YulExpressionStatement","src":"1561:67:21"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1487:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1499:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1510:4:21","type":""}],"src":"1421:214:21"}]},"contents":"{\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is initi\")\n\n mstore(add(memPtr, 32), \"alizing\")\n\n }\n\n function abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n}\n","id":21,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b50620000226200002860201b60201c565b620001d2565b600060019054906101000a900460ff16156200007b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620000729062000175565b60405180910390fd5b60ff801660008054906101000a900460ff1660ff1614620000ec5760ff6000806101000a81548160ff021916908360ff1602179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860ff604051620000e39190620001b5565b60405180910390a15b565b600082825260208201905092915050565b7f496e697469616c697a61626c653a20636f6e747261637420697320696e69746960008201527f616c697a696e6700000000000000000000000000000000000000000000000000602082015250565b60006200015d602783620000ee565b91506200016a82620000ff565b604082019050919050565b6000602082019050818103600083015262000190816200014e565b9050919050565b600060ff82169050919050565b620001af8162000197565b82525050565b6000602082019050620001cc6000830184620001a4565b92915050565b6140c080620001e26000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c806379a0effb116100b857806399e3c0b41161007c57806399e3c0b414610303578063b810c6361461031f578063c22801031461033e578063cb79455b1461036e578063d28a8d321461038a578063f2fde38b146103ba57610137565b806379a0effb146102995780638129fc1c146102b55780638456cb59146102bf57806384630736146102c95780638da5cb5b146102e557610137565b80635c975abb116100ff5780635c975abb146101e05780635fe44cac146101fe578063715018a61461022f57806375151b6314610239578063768c6ec01461026957610137565b8063026213381461013c5780632654ec7e1461016c578063322008821461019c5780633ad59dbc146101b85780633f4ba83a146101d6575b600080fd5b61015660048036038101906101519190612648565b6103d6565b6040516101639190612762565b60405180910390f35b610186600480360381019061018191906128c1565b610514565b60405161019391906129bb565b60405180910390f35b6101b660048036038101906101b19190612b7a565b6109b0565b005b6101c0610ac4565b6040516101cd9190612c55565b60405180910390f35b6101de610b56565b005b6101e8610b68565b6040516101f59190612c92565b60405180910390f35b61021860048036038101906102139190612d19565b610b7f565b604051610226929190612db5565b60405180910390f35b610237610f78565b005b610253600480360381019061024e9190612dde565b610f8c565b6040516102609190612c92565b60405180910390f35b610283600480360381019061027e9190612648565b610fe2565b6040516102909190612efe565b60405180910390f35b6102b360048036038101906102ae9190612f1a565b611213565b005b6102bd6113b9565b005b6102c7611509565b005b6102e360048036038101906102de9190612f5a565b61151b565b005b6102ed611586565b6040516102fa9190612f87565b60405180910390f35b61031d60048036038101906103189190612fa2565b6115b0565b005b6103276116e6565b604051610335929190613013565b60405180910390f35b61035860048036038101906103539190612648565b61170b565b604051610365919061306b565b60405180910390f35b610388600480360381019061038391906130dc565b61174c565b005b6103a4600480360381019061039f9190613129565b6117a3565b6040516103b19190612c92565b60405180910390f35b6103d460048036038101906103cf9190612dde565b611b3c565b005b60606000609c6000848152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b828210156104535783829060005260206000209060020201604051806040016040529081600082015481526020016001820154815250508152602001906001019061040d565b50505050905060008151905060008167ffffffffffffffff81111561047b5761047a6129e7565b5b6040519080825280602002602001820160405280156104b457816020015b6104a16124e2565b8152602001906001900390816104995790505b50905060005b82811015610508578381815181106104d5576104d461317c565b5b60200260200101518282815181106104f0576104ef61317c565b5b602002602001018190525080806001019150506104ba565b50809350505050919050565b600061051e611bbf565b61052c8b8b8689898e611c09565b60008383905011610572576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056990613208565b60405180910390fd5b8a73ffffffffffffffffffffffffffffffffffffffff166323b872dd33308d6040518463ffffffff1660e01b81526004016105af93929190613228565b6020604051808303816000875af11580156105ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f29190613274565b5060d160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815480929190610643906132d0565b91905055503360d160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205460405160200161069a929190613318565b6040516020818303038152906040528051906020012090506040518061012001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018773ffffffffffffffffffffffffffffffffffffffff168152602001868152602001886bffffffffffffffffffffffff1681526020016000151581526020018573ffffffffffffffffffffffffffffffffffffffff16815260200160655467ffffffffffffffff166bffffffffffffffffffffffff1681526020018b81525060d0600083815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506060820151816003015560808201518160040160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555060a082015181600401600c6101000a81548160ff02191690831515021790555060c08201518160050160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060e08201518160050160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506101008201518160060155905050808a8c73ffffffffffffffffffffffffffffffffffffffff167f63a5ce0c7dda94594842d8817c370279b2c0537f95b6cb628f022d92c8ebc4448a8d8d898960405161099a9594939291906133b8565b60405180910390a49a9950505050505050505050565b6109b8611e80565b60008151905060005b81811015610abe57609c60008581526020019081526020016000208382815181106109ef576109ee61317c565b5b60200260200101519080600181540180825580915050600190039060005260206000209060020201600090919091909150600082015181600001556020820151816001015550506040518060400160405280848381518110610a5457610a5361317c565b5b602002602001015160200151815260200185815250609d6000858481518110610a8057610a7f61317c565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080806001019150506109c1565b50505050565b606060688054610ad390613435565b80601f0160208091040260200160405190810160405280929190818152602001828054610aff90613435565b8015610b4c5780601f10610b2157610100808354040283529160200191610b4c565b820191906000526020600020905b815481529060010190602001808311610b2f57829003601f168201915b5050505050905090565b610b5e611e80565b610b66611efe565b565b6000609e60009054906101000a900460ff16905090565b600080606760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610c12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c09906134b2565b60405180910390fd5b60d06000888152602001908152602001600020600401600c9054906101000a900460ff1615610c76576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6d9061351e565b60405180910390fd5b600060d0600089815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508467ffffffffffffffff1660d060008a815260200190815260200160002060050160148282829054906101000a90046bffffffffffffffffffffffff16610cf8919061353e565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610d3d898767ffffffffffffffff1687611f61565b9050600060d060008b815260200190815260200160002060050160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603610ddc57600160d060008b8152602001908152602001600020600401600c6101000a81548160ff021916908315150217905550600060d060008b8152602001908152602001600020600301541115610ddb57610dda89612072565b5b5b600081600001511115610e8f578173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb606660089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1683600001516040518363ffffffff1660e01b8152600401610e4a929190613318565b6020604051808303816000875af1158015610e69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e8d9190613274565b505b8173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb8883602001516040518363ffffffff1660e01b8152600401610ece929190613318565b6020604051808303816000875af1158015610eed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f119190613274565b508673ffffffffffffffffffffffffffffffffffffffff16897fa9ec2b6676d3ea3e8da117193c71b1b85fcdbc72f077a624f950241eb38f13c28c8b8a604051610f5d939291906135af565b60405180910390a38882935093505050965096945050505050565b610f80611e80565b610f8a60006121c6565b565b6000609b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b610fea612502565b60d06000838152602001908152602001600020604051806101200160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001600382015481526020016004820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff16815260200160048201600c9054906101000a900460ff161515151581526020016005820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016005820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016006820154815250509050919050565b61121b611e80565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361128a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128190613632565b60405180910390fd5b7f747265617375727900000000000000000000000000000000000000000000000082036112f35780606660086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7f61676772656761746f7200000000000000000000000000000000000000000000820361135c5780606760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7fd8ef77a7d69a6b79f131ecd9aa37060ba0853bbd37cb175ec1abd05738ce27cb606660089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040516113ad9190612f87565b60405180910390a15050565b60008060019054906101000a900460ff161590508080156113ea5750600160008054906101000a900460ff1660ff16105b8061141757506113f93061228c565b1580156114165750600160008054906101000a900460ff1660ff16145b5b611456576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161144d906136c4565b60405180910390fd5b60016000806101000a81548160ff021916908360ff1602179055508015611493576001600060016101000a81548160ff0219169083151502179055505b620186a06065819055506114a56122af565b6114ad612308565b80156115065760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860016040516114fd919061372c565b60405180910390a15b50565b611511611e80565b611519612361565b565b611523611e80565b80606660006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fb94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e264468160405161157b9190613747565b60405180910390a150565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6115b8611e80565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611627576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161e90613632565b60405180910390fd5b7f746f6b656e00000000000000000000000000000000000000000000000000000083036116a65780609b60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505b7fe22cadcc5ddbc0a185e8920eaa6825bcc06dcd6b432988e7e9912caa59ace9308383836040516116d993929190613762565b60405180910390a1505050565b600080606660009054906101000a900467ffffffffffffffff16606554915091509091565b6117136125c4565b609d6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b611754611e80565b818160689182611765929190613946565b507f6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef8282604051611797929190613a43565b60405180910390a15050565b6000606760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611835576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161182c906134b2565b60405180910390fd5b60d06000848152602001908152602001600020600401600c9054906101000a900460ff1615611899576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118909061351e565b60405180910390fd5b60008460d06000868152602001908152602001600020600601546118bd9190613a67565b905060d0600085815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb606660089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16876040518363ffffffff1660e01b8152600401611952929190613318565b6020604051808303816000875af1158015611971573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119959190613274565b50600160d06000868152602001908152602001600020600401600c6101000a81548160ff021916908315150217905550600060d0600086815260200190815260200160002060050160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555060d0600085815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb60d0600087815260200190815260200160002060050160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b8152600401611ab2929190613318565b6020604051808303816000875af1158015611ad1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611af59190613274565b50837f79252c381c5280f78c77f378791e42b506843a48916430480eab95a898cdae9f8685604051611b28929190613a9b565b60405180910390a260019150509392505050565b611b44611e80565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611bb3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611baa90613b36565b60405180910390fd5b611bbc816121c6565b50565b611bc7610b68565b15611c07576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bfe90613ba2565b60405180910390fd5b565b609b60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16611c95576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c8c90613c0e565b60405180910390fd5b60008511611cd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ccf90613c7a565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603611d47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d3e90613ce6565b60405180910390fd5b6000801b609d60008381526020019081526020016000206000015403611da2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d9990613d52565b60405180910390fd5b6000821115611e1b57600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611e1a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e1190613dbe565b60405180910390fd5b5b6065546101f486611e2c9190613dde565b611e369190613e4f565b821115611e78576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e6f90613ecc565b60405180910390fd5b505050505050565b611e886123c4565b73ffffffffffffffffffffffffffffffffffffffff16611ea6611586565b73ffffffffffffffffffffffffffffffffffffffff1614611efc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ef390613f38565b60405180910390fd5b565b611f066123cc565b6000609e60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611f4a6123c4565b604051611f579190612f87565b60405180910390a1565b611f696125e4565b600060d0600086815260200190815260200160002060060154905060d060008681526020019081526020016000206003015481611fa69190613a67565b9050606554846bffffffffffffffffffffffff1682611fc59190613dde565b611fcf9190613e4f565b826020018181525050606554606660009054906101000a900467ffffffffffffffff1667ffffffffffffffff16836020015161200b9190613dde565b6120159190613e4f565b826000018181525050816000015182602001516120329190613a67565b826020018181525050821561206a578160000151826020018181516120579190613f58565b9150818152505060008260000181815250505b509392505050565b600060d0600083815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600060d0600084815260200190815260200160002060030154905060d0600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb83836040518363ffffffff1660e01b8152600401612139929190613318565b6020604051808303816000875af1158015612158573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061217c9190613274565b50808273ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a3505050565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff166122fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122f590613ffe565b60405180910390fd5b612306612415565b565b600060019054906101000a900460ff16612357576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161234e90613ffe565b60405180910390fd5b61235f612476565b565b612369611bbf565b6001609e60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586123ad6123c4565b6040516123ba9190612f87565b60405180910390a1565b600033905090565b6123d4610b68565b612413576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161240a9061406a565b60405180910390fd5b565b600060019054906101000a900460ff16612464576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161245b90613ffe565b60405180910390fd5b61247461246f6123c4565b6121c6565b565b600060019054906101000a900460ff166124c5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124bc90613ffe565b60405180910390fd5b6000609e60006101000a81548160ff021916908315150217905550565b604051806040016040528060008019168152602001600080191681525090565b604051806101200160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160006bffffffffffffffffffffffff168152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b604051806040016040528060008152602001600081525090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61262581612612565b811461263057600080fd5b50565b6000813590506126428161261c565b92915050565b60006020828403121561265e5761265d612608565b5b600061266c84828501612633565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6126aa81612612565b82525050565b6040820160008201516126c660008501826126a1565b5060208201516126d960208501826126a1565b50505050565b60006126eb83836126b0565b60408301905092915050565b6000602082019050919050565b600061270f82612675565b6127198185612680565b935061272483612691565b8060005b8381101561275557815161273c88826126df565b9750612747836126f7565b925050600181019050612728565b5085935050505092915050565b6000602082019050818103600083015261277c8184612704565b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006127af82612784565b9050919050565b6127bf816127a4565b81146127ca57600080fd5b50565b6000813590506127dc816127b6565b92915050565b6000819050919050565b6127f5816127e2565b811461280057600080fd5b50565b600081359050612812816127ec565b92915050565b60006bffffffffffffffffffffffff82169050919050565b61283981612818565b811461284457600080fd5b50565b60008135905061285681612830565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f8401126128815761288061285c565b5b8235905067ffffffffffffffff81111561289e5761289d612861565b5b6020830191508360018202830111156128ba576128b9612866565b5b9250929050565b6000806000806000806000806000806101208b8d0312156128e5576128e4612608565b5b60006128f38d828e016127cd565b9a505060206129048d828e01612803565b99505060406129158d828e01612633565b98505060606129268d828e01612633565b97505060806129378d828e01612847565b96505060a06129488d828e016127cd565b95505060c06129598d828e01612803565b94505060e061296a8d828e016127cd565b9350506101008b013567ffffffffffffffff81111561298c5761298b61260d565b5b6129988d828e0161286b565b92509250509295989b9194979a5092959850565b6129b581612612565b82525050565b60006020820190506129d060008301846129ac565b92915050565b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a1f826129d6565b810181811067ffffffffffffffff82111715612a3e57612a3d6129e7565b5b80604052505050565b6000612a516125fe565b9050612a5d8282612a16565b919050565b600067ffffffffffffffff821115612a7d57612a7c6129e7565b5b602082029050602081019050919050565b600080fd5b600060408284031215612aa957612aa8612a8e565b5b612ab36040612a47565b90506000612ac384828501612633565b6000830152506020612ad784828501612633565b60208301525092915050565b6000612af6612af184612a62565b612a47565b90508083825260208201905060408402830185811115612b1957612b18612866565b5b835b81811015612b425780612b2e8882612a93565b845260208401935050604081019050612b1b565b5050509392505050565b600082601f830112612b6157612b6061285c565b5b8135612b71848260208601612ae3565b91505092915050565b60008060408385031215612b9157612b90612608565b5b6000612b9f85828601612633565b925050602083013567ffffffffffffffff811115612bc057612bbf61260d565b5b612bcc85828601612b4c565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612c10578082015181840152602081019050612bf5565b60008484015250505050565b6000612c2782612bd6565b612c318185612be1565b9350612c41818560208601612bf2565b612c4a816129d6565b840191505092915050565b60006020820190508181036000830152612c6f8184612c1c565b905092915050565b60008115159050919050565b612c8c81612c77565b82525050565b6000602082019050612ca76000830184612c83565b92915050565b600067ffffffffffffffff82169050919050565b612cca81612cad565b8114612cd557600080fd5b50565b600081359050612ce781612cc1565b92915050565b612cf681612c77565b8114612d0157600080fd5b50565b600081359050612d1381612ced565b92915050565b60008060008060008060c08789031215612d3657612d35612608565b5b6000612d4489828a01612633565b9650506020612d5589828a01612633565b9550506040612d6689828a01612633565b9450506060612d7789828a016127cd565b9350506080612d8889828a01612cd8565b92505060a0612d9989828a01612d04565b9150509295509295509295565b612daf816127a4565b82525050565b6000604082019050612dca60008301856129ac565b612dd76020830184612da6565b9392505050565b600060208284031215612df457612df3612608565b5b6000612e02848285016127cd565b91505092915050565b612e14816127a4565b82525050565b612e23816127e2565b82525050565b612e3281612818565b82525050565b612e4181612c77565b82525050565b61012082016000820151612e5e6000850182612e0b565b506020820151612e716020850182612e0b565b506040820151612e846040850182612e0b565b506060820151612e976060850182612e1a565b506080820151612eaa6080850182612e29565b5060a0820151612ebd60a0850182612e38565b5060c0820151612ed060c0850182612e0b565b5060e0820151612ee360e0850182612e29565b50610100820151612ef8610100850182612e1a565b50505050565b600061012082019050612f146000830184612e47565b92915050565b60008060408385031215612f3157612f30612608565b5b6000612f3f85828601612633565b9250506020612f50858286016127cd565b9150509250929050565b600060208284031215612f7057612f6f612608565b5b6000612f7e84828501612cd8565b91505092915050565b6000602082019050612f9c6000830184612da6565b92915050565b600080600060608486031215612fbb57612fba612608565b5b6000612fc986828701612633565b9350506020612fda868287016127cd565b9250506040612feb86828701612d04565b9150509250925092565b612ffe81612cad565b82525050565b61300d816127e2565b82525050565b60006040820190506130286000830185612ff5565b6130356020830184613004565b9392505050565b60408201600082015161305260008501826126a1565b50602082015161306560208501826126a1565b50505050565b6000604082019050613080600083018461303c565b92915050565b60008083601f84011261309c5761309b61285c565b5b8235905067ffffffffffffffff8111156130b9576130b8612861565b5b6020830191508360018202830111156130d5576130d4612866565b5b9250929050565b600080602083850312156130f3576130f2612608565b5b600083013567ffffffffffffffff8111156131115761311061260d565b5b61311d85828601613086565b92509250509250929050565b60008060006060848603121561314257613141612608565b5b600061315086828701612803565b935050602061316186828701612633565b925050604061317286828701612633565b9150509250925092565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600082825260208201905092915050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b60006131f26012836131ab565b91506131fd826131bc565b602082019050919050565b60006020820190508181036000830152613221816131e5565b9050919050565b600060608201905061323d6000830186612da6565b61324a6020830185612da6565b6132576040830184613004565b949350505050565b60008151905061326e81612ced565b92915050565b60006020828403121561328a57613289612608565b5b60006132988482850161325f565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006132db826127e2565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361330d5761330c6132a1565b5b600182019050919050565b600060408201905061332d6000830185612da6565b61333a6020830184613004565b9392505050565b6000819050919050565b600061336661336161335c84612818565b613341565b6127e2565b9050919050565b6133768161334b565b82525050565b82818337600083830152505050565b600061339783856131ab565b93506133a483858461337c565b6133ad836129d6565b840190509392505050565b60006080820190506133cd600083018861336d565b6133da60208301876129ac565b6133e760408301866129ac565b81810360608301526133fa81848661338b565b90509695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061344d57607f821691505b6020821081036134605761345f613406565b5b50919050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b600061349c600e836131ab565b91506134a782613466565b602082019050919050565b600060208201905081810360008301526134cb8161348f565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b6000613508600e836131ab565b9150613513826134d2565b602082019050919050565b60006020820190508181036000830152613537816134fb565b9050919050565b600061354982612818565b915061355483612818565b925082820390506bffffffffffffffffffffffff811115613578576135776132a1565b5b92915050565b600061359961359461358f84612cad565b613341565b612818565b9050919050565b6135a98161357e565b82525050565b60006060820190506135c460008301866129ac565b6135d160208301856129ac565b6135de60408301846135a0565b949350505050565b7f50617963726573743a207a65726f206164647265737300000000000000000000600082015250565b600061361c6016836131ab565b9150613627826135e6565b602082019050919050565b6000602082019050818103600083015261364b8161360f565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b60006136ae602e836131ab565b91506136b982613652565b604082019050919050565b600060208201905081810360008301526136dd816136a1565b9050919050565b6000819050919050565b600060ff82169050919050565b600061371661371161370c846136e4565b613341565b6136ee565b9050919050565b613726816136fb565b82525050565b6000602082019050613741600083018461371d565b92915050565b600060208201905061375c6000830184612ff5565b92915050565b600060608201905061377760008301866129ac565b6137846020830185612da6565b6137916040830184612c83565b949350505050565b600082905092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026138067fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826137c9565b61381086836137c9565b95508019841693508086168417925050509392505050565b600061384361383e613839846127e2565b613341565b6127e2565b9050919050565b6000819050919050565b61385d83613828565b6138716138698261384a565b8484546137d6565b825550505050565b600090565b613886613879565b613891818484613854565b505050565b5b818110156138b5576138aa60008261387e565b600181019050613897565b5050565b601f8211156138fa576138cb816137a4565b6138d4846137b9565b810160208510156138e3578190505b6138f76138ef856137b9565b830182613896565b50505b505050565b600082821c905092915050565b600061391d600019846008026138ff565b1980831691505092915050565b6000613936838361390c565b9150826002028217905092915050565b6139508383613799565b67ffffffffffffffff811115613969576139686129e7565b5b6139738254613435565b61397e8282856138b9565b6000601f8311600181146139ad576000841561399b578287013590505b6139a5858261392a565b865550613a0d565b601f1984166139bb866137a4565b60005b828110156139e3578489013582556001820191506020850194506020810190506139be565b86831015613a0057848901356139fc601f89168261390c565b8355505b6001600288020188555050505b50505050505050565b6000613a228385612be1565b9350613a2f83858461337c565b613a38836129d6565b840190509392505050565b60006020820190508181036000830152613a5e818486613a16565b90509392505050565b6000613a72826127e2565b9150613a7d836127e2565b9250828203905081811115613a9557613a946132a1565b5b92915050565b6000604082019050613ab06000830185613004565b613abd60208301846129ac565b9392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613b206026836131ab565b9150613b2b82613ac4565b604082019050919050565b60006020820190508181036000830152613b4f81613b13565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613b8c6010836131ab565b9150613b9782613b56565b602082019050919050565b60006020820190508181036000830152613bbb81613b7f565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613bf86011836131ab565b9150613c0382613bc2565b602082019050919050565b60006020820190508181036000830152613c2781613beb565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613c64600c836131ab565b9150613c6f82613c2e565b602082019050919050565b60006020820190508181036000830152613c9381613c57565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613cd06010836131ab565b9150613cdb82613c9a565b602082019050919050565b60006020820190508181036000830152613cff81613cc3565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b6000613d3c6016836131ab565b9150613d4782613d06565b602082019050919050565b60006020820190508181036000830152613d6b81613d2f565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000613da86019836131ab565b9150613db382613d72565b602082019050919050565b60006020820190508181036000830152613dd781613d9b565b9050919050565b6000613de9826127e2565b9150613df4836127e2565b9250828202613e02816127e2565b91508282048414831517613e1957613e186132a1565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613e5a826127e2565b9150613e65836127e2565b925082613e7557613e74613e20565b5b828204905092915050565b7f53656e646572466565546f6f4869676800000000000000000000000000000000600082015250565b6000613eb66010836131ab565b9150613ec182613e80565b602082019050919050565b60006020820190508181036000830152613ee581613ea9565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613f226020836131ab565b9150613f2d82613eec565b602082019050919050565b60006020820190508181036000830152613f5181613f15565b9050919050565b6000613f63826127e2565b9150613f6e836127e2565b9250828201905080821115613f8657613f856132a1565b5b92915050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613fe8602b836131ab565b9150613ff382613f8c565b604082019050919050565b6000602082019050818103600083015261401781613fdb565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006140546014836131ab565b915061405f8261401e565b602082019050919050565b6000602082019050818103600083015261408381614047565b905091905056fea2646970667358221220b0b646aa2cd3c72c2408924e5e96c69307ed3d3fca95cd358f38f51a5646497664736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x22 PUSH3 0x28 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0x1D2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH3 0x7B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH3 0x72 SWAP1 PUSH3 0x175 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xFF DUP1 AND PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ PUSH3 0xEC JUMPI PUSH1 0xFF PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0xFF PUSH1 0x40 MLOAD PUSH3 0xE3 SWAP2 SWAP1 PUSH3 0x1B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320696E697469 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C697A696E6700000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x15D PUSH1 0x27 DUP4 PUSH3 0xEE JUMP JUMPDEST SWAP2 POP PUSH3 0x16A DUP3 PUSH3 0xFF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH3 0x190 DUP2 PUSH3 0x14E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x1AF DUP2 PUSH3 0x197 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH3 0x1CC PUSH1 0x0 DUP4 ADD DUP5 PUSH3 0x1A4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x40C0 DUP1 PUSH3 0x1E2 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 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79A0EFFB GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0x99E3C0B4 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0x99E3C0B4 EQ PUSH2 0x303 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x31F JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x33E JUMPI DUP1 PUSH4 0xCB79455B EQ PUSH2 0x36E JUMPI DUP1 PUSH4 0xD28A8D32 EQ PUSH2 0x38A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3BA JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79A0EFFB EQ PUSH2 0x299 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x2B5 JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x2BF JUMPI DUP1 PUSH4 0x84630736 EQ PUSH2 0x2C9 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2E5 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1E0 JUMPI DUP1 PUSH4 0x5FE44CAC EQ PUSH2 0x1FE JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x22F JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x239 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x269 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x2654EC7E EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x19C JUMPI DUP1 PUSH4 0x3AD59DBC EQ PUSH2 0x1B8 JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x1D6 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x2648 JUMP JUMPDEST PUSH2 0x3D6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x2762 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x28C1 JUMP JUMPDEST PUSH2 0x514 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x193 SWAP2 SWAP1 PUSH2 0x29BB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1B6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1B1 SWAP2 SWAP1 PUSH2 0x2B7A JUMP JUMPDEST PUSH2 0x9B0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C0 PUSH2 0xAC4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1CD SWAP2 SWAP1 PUSH2 0x2C55 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1DE PUSH2 0xB56 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1E8 PUSH2 0xB68 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1F5 SWAP2 SWAP1 PUSH2 0x2C92 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x218 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x213 SWAP2 SWAP1 PUSH2 0x2D19 JUMP JUMPDEST PUSH2 0xB7F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x226 SWAP3 SWAP2 SWAP1 PUSH2 0x2DB5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x237 PUSH2 0xF78 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x253 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x24E SWAP2 SWAP1 PUSH2 0x2DDE JUMP JUMPDEST PUSH2 0xF8C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x260 SWAP2 SWAP1 PUSH2 0x2C92 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x283 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x27E SWAP2 SWAP1 PUSH2 0x2648 JUMP JUMPDEST PUSH2 0xFE2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x290 SWAP2 SWAP1 PUSH2 0x2EFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2B3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2AE SWAP2 SWAP1 PUSH2 0x2F1A JUMP JUMPDEST PUSH2 0x1213 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2BD PUSH2 0x13B9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2C7 PUSH2 0x1509 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2E3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2DE SWAP2 SWAP1 PUSH2 0x2F5A JUMP JUMPDEST PUSH2 0x151B JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2ED PUSH2 0x1586 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2FA SWAP2 SWAP1 PUSH2 0x2F87 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x31D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x318 SWAP2 SWAP1 PUSH2 0x2FA2 JUMP JUMPDEST PUSH2 0x15B0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x327 PUSH2 0x16E6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x335 SWAP3 SWAP2 SWAP1 PUSH2 0x3013 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x358 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x353 SWAP2 SWAP1 PUSH2 0x2648 JUMP JUMPDEST PUSH2 0x170B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x365 SWAP2 SWAP1 PUSH2 0x306B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x388 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x383 SWAP2 SWAP1 PUSH2 0x30DC JUMP JUMPDEST PUSH2 0x174C JUMP JUMPDEST STOP JUMPDEST PUSH2 0x3A4 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x39F SWAP2 SWAP1 PUSH2 0x3129 JUMP JUMPDEST PUSH2 0x17A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x3B1 SWAP2 SWAP1 PUSH2 0x2C92 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3D4 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3CF SWAP2 SWAP1 PUSH2 0x2DDE JUMP JUMPDEST PUSH2 0x1B3C JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH1 0x9C PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x453 JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x40D JUMP JUMPDEST POP POP POP POP SWAP1 POP PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x47B JUMPI PUSH2 0x47A PUSH2 0x29E7 JUMP JUMPDEST JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x4B4 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH2 0x4A1 PUSH2 0x24E2 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x499 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x508 JUMPI DUP4 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x4D5 JUMPI PUSH2 0x4D4 PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4F0 JUMPI PUSH2 0x4EF PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP1 DUP1 PUSH1 0x1 ADD SWAP2 POP POP PUSH2 0x4BA JUMP JUMPDEST POP DUP1 SWAP4 POP POP POP POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x51E PUSH2 0x1BBF JUMP JUMPDEST PUSH2 0x52C DUP12 DUP12 DUP7 DUP10 DUP10 DUP15 PUSH2 0x1C09 JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP GT PUSH2 0x572 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x569 SWAP1 PUSH2 0x3208 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP11 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP14 PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5AF SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3228 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x5CE 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 0x5F2 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP PUSH1 0xD1 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x643 SWAP1 PUSH2 0x32D0 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH1 0xD1 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x69A SWAP3 SWAP2 SWAP1 PUSH2 0x3318 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 PUSH1 0x40 MLOAD DUP1 PUSH2 0x120 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP7 DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x65 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP12 DUP2 MSTORE POP PUSH1 0xD0 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD SSTORE SWAP1 POP POP DUP1 DUP11 DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x63A5CE0C7DDA94594842D8817C370279B2C0537F95B6CB628F022D92C8EBC444 DUP11 DUP14 DUP14 DUP10 DUP10 PUSH1 0x40 MLOAD PUSH2 0x99A SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x33B8 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 SWAP11 SWAP10 POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x9B8 PUSH2 0x1E80 JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xABE JUMPI PUSH1 0x9C PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x9EF JUMPI PUSH2 0x9EE PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP5 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0xA54 JUMPI PUSH2 0xA53 PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP6 DUP2 MSTORE POP PUSH1 0x9D PUSH1 0x0 DUP6 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0xA80 JUMPI PUSH2 0xA7F PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 DUP1 PUSH1 0x1 ADD SWAP2 POP POP PUSH2 0x9C1 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x68 DUP1 SLOAD PUSH2 0xAD3 SWAP1 PUSH2 0x3435 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 0xAFF SWAP1 PUSH2 0x3435 JUMP JUMPDEST DUP1 ISZERO PUSH2 0xB4C JUMPI DUP1 PUSH1 0x1F LT PUSH2 0xB21 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0xB4C 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 0xB2F JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0xB5E PUSH2 0x1E80 JUMP JUMPDEST PUSH2 0xB66 PUSH2 0x1EFE JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x9E PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x67 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0xC12 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC09 SWAP1 PUSH2 0x34B2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xD0 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xC76 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC6D SWAP1 PUSH2 0x351E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0xD0 PUSH1 0x0 DUP11 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x14 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0xCF8 SWAP2 SWAP1 PUSH2 0x353E JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0xD3D DUP10 DUP8 PUSH8 0xFFFFFFFFFFFFFFFF AND DUP8 PUSH2 0x1F61 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x14 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xDDC JUMPI PUSH1 0x1 PUSH1 0xD0 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD GT ISZERO PUSH2 0xDDB JUMPI PUSH2 0xDDA DUP10 PUSH2 0x2072 JUMP JUMPDEST JUMPDEST JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 ADD MLOAD GT ISZERO PUSH2 0xE8F JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x66 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x0 ADD MLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xE4A SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xE69 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 0xE8D SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP JUMPDEST DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP9 DUP4 PUSH1 0x20 ADD MLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xECE SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xEED 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 0xF11 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP10 PUSH32 0xA9EC2B6676D3EA3E8DA117193C71B1B85FCDBC72F077A624F950241EB38F13C2 DUP13 DUP12 DUP11 PUSH1 0x40 MLOAD PUSH2 0xF5D SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x35AF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 DUP9 DUP3 SWAP4 POP SWAP4 POP POP POP SWAP7 POP SWAP7 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xF80 PUSH2 0x1E80 JUMP JUMPDEST PUSH2 0xF8A PUSH1 0x0 PUSH2 0x21C6 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x9B PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFEA PUSH2 0x2502 JUMP JUMPDEST PUSH1 0xD0 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x120 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x14 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x121B PUSH2 0x1E80 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x128A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1281 SWAP1 PUSH2 0x3632 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x12F3 JUMPI DUP1 PUSH1 0x66 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x135C JUMPI DUP1 PUSH1 0x67 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0xD8EF77A7D69A6B79F131ECD9AA37060BA0853BBD37CB175EC1ABD05738CE27CB PUSH1 0x66 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x40 MLOAD PUSH2 0x13AD SWAP2 SWAP1 PUSH2 0x2F87 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x13EA JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x1417 JUMPI POP PUSH2 0x13F9 ADDRESS PUSH2 0x228C JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x1416 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x1456 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x144D SWAP1 PUSH2 0x36C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x1493 JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x65 DUP2 SWAP1 SSTORE POP PUSH2 0x14A5 PUSH2 0x22AF JUMP JUMPDEST PUSH2 0x14AD PUSH2 0x2308 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x1506 JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x14FD SWAP2 SWAP1 PUSH2 0x372C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1511 PUSH2 0x1E80 JUMP JUMPDEST PUSH2 0x1519 PUSH2 0x2361 JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x1523 PUSH2 0x1E80 JUMP JUMPDEST DUP1 PUSH1 0x66 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0xB94068A4BD2571ACEE6AC79ACC9DCDCF10C31425D35F09E88F154EC520E26446 DUP2 PUSH1 0x40 MLOAD PUSH2 0x157B SWAP2 SWAP1 PUSH2 0x3747 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x15B8 PUSH2 0x1E80 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1627 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x161E SWAP1 PUSH2 0x3632 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x16A6 JUMPI DUP1 PUSH1 0x9B PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0xE22CADCC5DDBC0A185E8920EAA6825BCC06DCD6B432988E7E9912CAA59ACE930 DUP4 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0x16D9 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3762 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x66 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x65 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1713 PUSH2 0x25C4 JUMP JUMPDEST PUSH1 0x9D PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1754 PUSH2 0x1E80 JUMP JUMPDEST DUP2 DUP2 PUSH1 0x68 SWAP2 DUP3 PUSH2 0x1765 SWAP3 SWAP2 SWAP1 PUSH2 0x3946 JUMP JUMPDEST POP PUSH32 0x6A6600B7242975868D8321B5E64D0C9F2FCC92EB1AF72254A6357BE77EE7DCEF DUP3 DUP3 PUSH1 0x40 MLOAD PUSH2 0x1797 SWAP3 SWAP2 SWAP1 PUSH2 0x3A43 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x67 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1835 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x182C SWAP1 PUSH2 0x34B2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xD0 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1899 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1890 SWAP1 PUSH2 0x351E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP5 PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD SLOAD PUSH2 0x18BD SWAP2 SWAP1 PUSH2 0x3A67 JUMP JUMPDEST SWAP1 POP PUSH1 0xD0 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x66 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP8 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1952 SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1971 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 0x1995 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP PUSH1 0x1 PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xD0 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0xD0 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AB2 SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1AD1 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 0x1AF5 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP DUP4 PUSH32 0x79252C381C5280F78C77F378791E42B506843A48916430480EAB95A898CDAE9F DUP7 DUP6 PUSH1 0x40 MLOAD PUSH2 0x1B28 SWAP3 SWAP2 SWAP1 PUSH2 0x3A9B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x1B44 PUSH2 0x1E80 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1BB3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1BAA SWAP1 PUSH2 0x3B36 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x1BBC DUP2 PUSH2 0x21C6 JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x1BC7 PUSH2 0xB68 JUMP JUMPDEST ISZERO PUSH2 0x1C07 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1BFE SWAP1 PUSH2 0x3BA2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x9B PUSH1 0x0 DUP8 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1C95 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1C8C SWAP1 PUSH2 0x3C0E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 GT PUSH2 0x1CD8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1CCF SWAP1 PUSH2 0x3C7A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1D47 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D3E SWAP1 PUSH2 0x3CE6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0x9D PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x1DA2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D99 SWAP1 PUSH2 0x3D52 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 GT ISZERO PUSH2 0x1E1B JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1E1A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E11 SWAP1 PUSH2 0x3DBE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST PUSH1 0x65 SLOAD PUSH2 0x1F4 DUP7 PUSH2 0x1E2C SWAP2 SWAP1 PUSH2 0x3DDE JUMP JUMPDEST PUSH2 0x1E36 SWAP2 SWAP1 PUSH2 0x3E4F JUMP JUMPDEST DUP3 GT ISZERO PUSH2 0x1E78 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E6F SWAP1 PUSH2 0x3ECC JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x1E88 PUSH2 0x23C4 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1EA6 PUSH2 0x1586 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1EFC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1EF3 SWAP1 PUSH2 0x3F38 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x1F06 PUSH2 0x23CC JUMP JUMPDEST PUSH1 0x0 PUSH1 0x9E PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x1F4A PUSH2 0x23C4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1F57 SWAP2 SWAP1 PUSH2 0x2F87 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x1F69 PUSH2 0x25E4 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD SLOAD SWAP1 POP PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP2 PUSH2 0x1FA6 SWAP2 SWAP1 PUSH2 0x3A67 JUMP JUMPDEST SWAP1 POP PUSH1 0x65 SLOAD DUP5 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH2 0x1FC5 SWAP2 SWAP1 PUSH2 0x3DDE JUMP JUMPDEST PUSH2 0x1FCF SWAP2 SWAP1 PUSH2 0x3E4F JUMP JUMPDEST DUP3 PUSH1 0x20 ADD DUP2 DUP2 MSTORE POP POP PUSH1 0x65 SLOAD PUSH1 0x66 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x20 ADD MLOAD PUSH2 0x200B SWAP2 SWAP1 PUSH2 0x3DDE JUMP JUMPDEST PUSH2 0x2015 SWAP2 SWAP1 PUSH2 0x3E4F JUMP JUMPDEST DUP3 PUSH1 0x0 ADD DUP2 DUP2 MSTORE POP POP DUP2 PUSH1 0x0 ADD MLOAD DUP3 PUSH1 0x20 ADD MLOAD PUSH2 0x2032 SWAP2 SWAP1 PUSH2 0x3A67 JUMP JUMPDEST DUP3 PUSH1 0x20 ADD DUP2 DUP2 MSTORE POP POP DUP3 ISZERO PUSH2 0x206A JUMPI DUP2 PUSH1 0x0 ADD MLOAD DUP3 PUSH1 0x20 ADD DUP2 DUP2 MLOAD PUSH2 0x2057 SWAP2 SWAP1 PUSH2 0x3F58 JUMP JUMPDEST SWAP2 POP DUP2 DUP2 MSTORE POP POP PUSH1 0x0 DUP3 PUSH1 0x0 ADD DUP2 DUP2 MSTORE POP POP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD SWAP1 POP PUSH1 0xD0 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP4 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2139 SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2158 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 0x217C SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22FE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x22F5 SWAP1 PUSH2 0x3FFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2306 PUSH2 0x2415 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2357 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x234E SWAP1 PUSH2 0x3FFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x235F PUSH2 0x2476 JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x2369 PUSH2 0x1BBF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x9E PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x23AD PUSH2 0x23C4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23BA SWAP2 SWAP1 PUSH2 0x2F87 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x23D4 PUSH2 0xB68 JUMP JUMPDEST PUSH2 0x2413 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x240A SWAP1 PUSH2 0x406A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2464 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x245B SWAP1 PUSH2 0x3FFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2474 PUSH2 0x246F PUSH2 0x23C4 JUMP JUMPDEST PUSH2 0x21C6 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x24C5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24BC SWAP1 PUSH2 0x3FFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x9E PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x120 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2625 DUP2 PUSH2 0x2612 JUMP JUMPDEST DUP2 EQ PUSH2 0x2630 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2642 DUP2 PUSH2 0x261C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x265E JUMPI PUSH2 0x265D PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x266C DUP5 DUP3 DUP6 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x26AA DUP2 PUSH2 0x2612 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x26C6 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x26A1 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x26D9 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x26A1 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x26EB DUP4 DUP4 PUSH2 0x26B0 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x270F DUP3 PUSH2 0x2675 JUMP JUMPDEST PUSH2 0x2719 DUP2 DUP6 PUSH2 0x2680 JUMP JUMPDEST SWAP4 POP PUSH2 0x2724 DUP4 PUSH2 0x2691 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2755 JUMPI DUP2 MLOAD PUSH2 0x273C DUP9 DUP3 PUSH2 0x26DF JUMP JUMPDEST SWAP8 POP PUSH2 0x2747 DUP4 PUSH2 0x26F7 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x2728 JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x277C DUP2 DUP5 PUSH2 0x2704 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x27AF DUP3 PUSH2 0x2784 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x27BF DUP2 PUSH2 0x27A4 JUMP JUMPDEST DUP2 EQ PUSH2 0x27CA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x27DC DUP2 PUSH2 0x27B6 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x27F5 DUP2 PUSH2 0x27E2 JUMP JUMPDEST DUP2 EQ PUSH2 0x2800 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2812 DUP2 PUSH2 0x27EC JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2839 DUP2 PUSH2 0x2818 JUMP JUMPDEST DUP2 EQ PUSH2 0x2844 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2856 DUP2 PUSH2 0x2830 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2881 JUMPI PUSH2 0x2880 PUSH2 0x285C JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x289E JUMPI PUSH2 0x289D PUSH2 0x2861 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x28BA JUMPI PUSH2 0x28B9 PUSH2 0x2866 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH2 0x120 DUP12 DUP14 SUB SLT ISZERO PUSH2 0x28E5 JUMPI PUSH2 0x28E4 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x28F3 DUP14 DUP3 DUP15 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP11 POP POP PUSH1 0x20 PUSH2 0x2904 DUP14 DUP3 DUP15 ADD PUSH2 0x2803 JUMP JUMPDEST SWAP10 POP POP PUSH1 0x40 PUSH2 0x2915 DUP14 DUP3 DUP15 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x60 PUSH2 0x2926 DUP14 DUP3 DUP15 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x80 PUSH2 0x2937 DUP14 DUP3 DUP15 ADD PUSH2 0x2847 JUMP JUMPDEST SWAP7 POP POP PUSH1 0xA0 PUSH2 0x2948 DUP14 DUP3 DUP15 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP6 POP POP PUSH1 0xC0 PUSH2 0x2959 DUP14 DUP3 DUP15 ADD PUSH2 0x2803 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xE0 PUSH2 0x296A DUP14 DUP3 DUP15 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP4 POP POP PUSH2 0x100 DUP12 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x298C JUMPI PUSH2 0x298B PUSH2 0x260D JUMP JUMPDEST JUMPDEST PUSH2 0x2998 DUP14 DUP3 DUP15 ADD PUSH2 0x286B JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 SWAP12 SWAP2 SWAP5 SWAP8 SWAP11 POP SWAP3 SWAP6 SWAP9 POP JUMP JUMPDEST PUSH2 0x29B5 DUP2 PUSH2 0x2612 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x29D0 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x29AC JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2A1F DUP3 PUSH2 0x29D6 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A3E JUMPI PUSH2 0x2A3D PUSH2 0x29E7 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A51 PUSH2 0x25FE JUMP JUMPDEST SWAP1 POP PUSH2 0x2A5D DUP3 DUP3 PUSH2 0x2A16 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2A7D JUMPI PUSH2 0x2A7C PUSH2 0x29E7 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AA9 JUMPI PUSH2 0x2AA8 PUSH2 0x2A8E JUMP JUMPDEST JUMPDEST PUSH2 0x2AB3 PUSH1 0x40 PUSH2 0x2A47 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2AC3 DUP5 DUP3 DUP6 ADD PUSH2 0x2633 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2AD7 DUP5 DUP3 DUP6 ADD PUSH2 0x2633 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2AF6 PUSH2 0x2AF1 DUP5 PUSH2 0x2A62 JUMP JUMPDEST PUSH2 0x2A47 JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2B19 JUMPI PUSH2 0x2B18 PUSH2 0x2866 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B42 JUMPI DUP1 PUSH2 0x2B2E DUP9 DUP3 PUSH2 0x2A93 JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2B1B JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B61 JUMPI PUSH2 0x2B60 PUSH2 0x285C JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B71 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2AE3 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2B91 JUMPI PUSH2 0x2B90 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2B9F DUP6 DUP3 DUP7 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BC0 JUMPI PUSH2 0x2BBF PUSH2 0x260D JUMP JUMPDEST JUMPDEST PUSH2 0x2BCC DUP6 DUP3 DUP7 ADD PUSH2 0x2B4C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2C10 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x2BF5 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C27 DUP3 PUSH2 0x2BD6 JUMP JUMPDEST PUSH2 0x2C31 DUP2 DUP6 PUSH2 0x2BE1 JUMP JUMPDEST SWAP4 POP PUSH2 0x2C41 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x2BF2 JUMP JUMPDEST PUSH2 0x2C4A DUP2 PUSH2 0x29D6 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2C6F DUP2 DUP5 PUSH2 0x2C1C JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C8C DUP2 PUSH2 0x2C77 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2CA7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2C83 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CCA DUP2 PUSH2 0x2CAD JUMP JUMPDEST DUP2 EQ PUSH2 0x2CD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2CE7 DUP2 PUSH2 0x2CC1 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2CF6 DUP2 PUSH2 0x2C77 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D01 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D13 DUP2 PUSH2 0x2CED JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0xC0 DUP8 DUP10 SUB SLT ISZERO PUSH2 0x2D36 JUMPI PUSH2 0x2D35 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D44 DUP10 DUP3 DUP11 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x20 PUSH2 0x2D55 DUP10 DUP3 DUP11 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP6 POP POP PUSH1 0x40 PUSH2 0x2D66 DUP10 DUP3 DUP11 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x60 PUSH2 0x2D77 DUP10 DUP3 DUP11 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP4 POP POP PUSH1 0x80 PUSH2 0x2D88 DUP10 DUP3 DUP11 ADD PUSH2 0x2CD8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0xA0 PUSH2 0x2D99 DUP10 DUP3 DUP11 ADD PUSH2 0x2D04 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 POP SWAP3 SWAP6 JUMP JUMPDEST PUSH2 0x2DAF DUP2 PUSH2 0x27A4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2DCA PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x2DD7 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2DA6 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DF4 JUMPI PUSH2 0x2DF3 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2E02 DUP5 DUP3 DUP6 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2E14 DUP2 PUSH2 0x27A4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E23 DUP2 PUSH2 0x27E2 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E32 DUP2 PUSH2 0x2818 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E41 DUP2 PUSH2 0x2C77 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x120 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2E5E PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2E0B JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E71 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2E0B JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E84 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2E0B JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E97 PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2E1A JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2EAA PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2EBD PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2E38 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2ED0 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2E0B JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2EE3 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2EF8 PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2E1A JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x120 DUP3 ADD SWAP1 POP PUSH2 0x2F14 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2E47 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2F31 JUMPI PUSH2 0x2F30 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2F3F DUP6 DUP3 DUP7 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2F50 DUP6 DUP3 DUP7 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2F70 JUMPI PUSH2 0x2F6F PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2F7E DUP5 DUP3 DUP6 ADD PUSH2 0x2CD8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2F9C PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2DA6 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2FBB JUMPI PUSH2 0x2FBA PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2FC9 DUP7 DUP3 DUP8 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x2FDA DUP7 DUP3 DUP8 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x2FEB DUP7 DUP3 DUP8 ADD PUSH2 0x2D04 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x2FFE DUP2 PUSH2 0x2CAD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x300D DUP2 PUSH2 0x27E2 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3028 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2FF5 JUMP JUMPDEST PUSH2 0x3035 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3004 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x3052 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x26A1 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x3065 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x26A1 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3080 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x303C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x309C JUMPI PUSH2 0x309B PUSH2 0x285C JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x30B9 JUMPI PUSH2 0x30B8 PUSH2 0x2861 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x30D5 JUMPI PUSH2 0x30D4 PUSH2 0x2866 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x30F3 JUMPI PUSH2 0x30F2 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3111 JUMPI PUSH2 0x3110 PUSH2 0x260D JUMP JUMPDEST JUMPDEST PUSH2 0x311D DUP6 DUP3 DUP7 ADD PUSH2 0x3086 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x3142 JUMPI PUSH2 0x3141 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3150 DUP7 DUP3 DUP8 ADD PUSH2 0x2803 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x3161 DUP7 DUP3 DUP8 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3172 DUP7 DUP3 DUP8 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x31F2 PUSH1 0x12 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x31FD DUP3 PUSH2 0x31BC JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3221 DUP2 PUSH2 0x31E5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x323D PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2DA6 JUMP JUMPDEST PUSH2 0x324A PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2DA6 JUMP JUMPDEST PUSH2 0x3257 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x3004 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x326E DUP2 PUSH2 0x2CED JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x328A JUMPI PUSH2 0x3289 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3298 DUP5 DUP3 DUP6 ADD PUSH2 0x325F JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x32DB DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x330D JUMPI PUSH2 0x330C PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x332D PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2DA6 JUMP JUMPDEST PUSH2 0x333A PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3004 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3366 PUSH2 0x3361 PUSH2 0x335C DUP5 PUSH2 0x2818 JUMP JUMPDEST PUSH2 0x3341 JUMP JUMPDEST PUSH2 0x27E2 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3376 DUP2 PUSH2 0x334B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3397 DUP4 DUP6 PUSH2 0x31AB JUMP JUMPDEST SWAP4 POP PUSH2 0x33A4 DUP4 DUP6 DUP5 PUSH2 0x337C JUMP JUMPDEST PUSH2 0x33AD DUP4 PUSH2 0x29D6 JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x80 DUP3 ADD SWAP1 POP PUSH2 0x33CD PUSH1 0x0 DUP4 ADD DUP9 PUSH2 0x336D JUMP JUMPDEST PUSH2 0x33DA PUSH1 0x20 DUP4 ADD DUP8 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x33E7 PUSH1 0x40 DUP4 ADD DUP7 PUSH2 0x29AC JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x60 DUP4 ADD MSTORE PUSH2 0x33FA DUP2 DUP5 DUP7 PUSH2 0x338B JUMP JUMPDEST SWAP1 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x344D JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x3460 JUMPI PUSH2 0x345F PUSH2 0x3406 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x349C PUSH1 0xE DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x34A7 DUP3 PUSH2 0x3466 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x34CB DUP2 PUSH2 0x348F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3508 PUSH1 0xE DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3513 DUP3 PUSH2 0x34D2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3537 DUP2 PUSH2 0x34FB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3549 DUP3 PUSH2 0x2818 JUMP JUMPDEST SWAP2 POP PUSH2 0x3554 DUP4 PUSH2 0x2818 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3578 JUMPI PUSH2 0x3577 PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3599 PUSH2 0x3594 PUSH2 0x358F DUP5 PUSH2 0x2CAD JUMP JUMPDEST PUSH2 0x3341 JUMP JUMPDEST PUSH2 0x2818 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x35A9 DUP2 PUSH2 0x357E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x35C4 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x35D1 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x35DE PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x35A0 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A207A65726F206164647265737300000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x361C PUSH1 0x16 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3627 DUP3 PUSH2 0x35E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x364B DUP2 PUSH2 0x360F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x36AE PUSH1 0x2E DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x36B9 DUP3 PUSH2 0x3652 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x36DD DUP2 PUSH2 0x36A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3716 PUSH2 0x3711 PUSH2 0x370C DUP5 PUSH2 0x36E4 JUMP JUMPDEST PUSH2 0x3341 JUMP JUMPDEST PUSH2 0x36EE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3726 DUP2 PUSH2 0x36FB JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3741 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x371D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x375C PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2FF5 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3777 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x3784 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2DA6 JUMP JUMPDEST PUSH2 0x3791 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2C83 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0x3806 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0x37C9 JUMP JUMPDEST PUSH2 0x3810 DUP7 DUP4 PUSH2 0x37C9 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3843 PUSH2 0x383E PUSH2 0x3839 DUP5 PUSH2 0x27E2 JUMP JUMPDEST PUSH2 0x3341 JUMP JUMPDEST PUSH2 0x27E2 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x385D DUP4 PUSH2 0x3828 JUMP JUMPDEST PUSH2 0x3871 PUSH2 0x3869 DUP3 PUSH2 0x384A JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0x37D6 JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x3886 PUSH2 0x3879 JUMP JUMPDEST PUSH2 0x3891 DUP2 DUP5 DUP5 PUSH2 0x3854 JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x38B5 JUMPI PUSH2 0x38AA PUSH1 0x0 DUP3 PUSH2 0x387E JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x3897 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x38FA JUMPI PUSH2 0x38CB DUP2 PUSH2 0x37A4 JUMP JUMPDEST PUSH2 0x38D4 DUP5 PUSH2 0x37B9 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x38E3 JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x38F7 PUSH2 0x38EF DUP6 PUSH2 0x37B9 JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0x3896 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x391D PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x38FF JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3936 DUP4 DUP4 PUSH2 0x390C JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x3950 DUP4 DUP4 PUSH2 0x3799 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3969 JUMPI PUSH2 0x3968 PUSH2 0x29E7 JUMP JUMPDEST JUMPDEST PUSH2 0x3973 DUP3 SLOAD PUSH2 0x3435 JUMP JUMPDEST PUSH2 0x397E DUP3 DUP3 DUP6 PUSH2 0x38B9 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x39AD JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x399B JUMPI DUP3 DUP8 ADD CALLDATALOAD SWAP1 POP JUMPDEST PUSH2 0x39A5 DUP6 DUP3 PUSH2 0x392A JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x3A0D JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x39BB DUP7 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x39E3 JUMPI DUP5 DUP10 ADD CALLDATALOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x39BE JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x3A00 JUMPI DUP5 DUP10 ADD CALLDATALOAD PUSH2 0x39FC PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x390C JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A22 DUP4 DUP6 PUSH2 0x2BE1 JUMP JUMPDEST SWAP4 POP PUSH2 0x3A2F DUP4 DUP6 DUP5 PUSH2 0x337C JUMP JUMPDEST PUSH2 0x3A38 DUP4 PUSH2 0x29D6 JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A5E DUP2 DUP5 DUP7 PUSH2 0x3A16 JUMP JUMPDEST SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A72 DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH2 0x3A7D DUP4 PUSH2 0x27E2 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x3A95 JUMPI PUSH2 0x3A94 PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3AB0 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x3004 JUMP JUMPDEST PUSH2 0x3ABD PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x29AC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B20 PUSH1 0x26 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3B2B DUP3 PUSH2 0x3AC4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3B4F DUP2 PUSH2 0x3B13 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B8C PUSH1 0x10 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3B97 DUP3 PUSH2 0x3B56 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3BBB DUP2 PUSH2 0x3B7F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BF8 PUSH1 0x11 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3C03 DUP3 PUSH2 0x3BC2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3C27 DUP2 PUSH2 0x3BEB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C64 PUSH1 0xC DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3C6F DUP3 PUSH2 0x3C2E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3C93 DUP2 PUSH2 0x3C57 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CD0 PUSH1 0x10 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3CDB DUP3 PUSH2 0x3C9A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3CFF DUP2 PUSH2 0x3CC3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D3C PUSH1 0x16 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3D47 DUP3 PUSH2 0x3D06 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D6B DUP2 PUSH2 0x3D2F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DA8 PUSH1 0x19 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3DB3 DUP3 PUSH2 0x3D72 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3DD7 DUP2 PUSH2 0x3D9B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DE9 DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH2 0x3DF4 DUP4 PUSH2 0x27E2 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3E02 DUP2 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3E19 JUMPI PUSH2 0x3E18 PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3E5A DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH2 0x3E65 DUP4 PUSH2 0x27E2 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3E75 JUMPI PUSH2 0x3E74 PUSH2 0x3E20 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x53656E646572466565546F6F4869676800000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EB6 PUSH1 0x10 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3EC1 DUP3 PUSH2 0x3E80 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EE5 DUP2 PUSH2 0x3EA9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F22 PUSH1 0x20 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3F2D DUP3 PUSH2 0x3EEC JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F51 DUP2 PUSH2 0x3F15 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F63 DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F6E DUP4 PUSH2 0x27E2 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x3F86 JUMPI PUSH2 0x3F85 PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FE8 PUSH1 0x2B DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3FF3 DUP3 PUSH2 0x3F8C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4017 DUP2 PUSH2 0x3FDB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4054 PUSH1 0x14 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x405F DUP3 PUSH2 0x401E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4083 DUP2 PUSH2 0x4047 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xB0 0xB6 CHAINID 0xAA 0x2C 0xD3 0xC7 0x2C 0x24 ADDMOD SWAP3 0x4E 0x5E SWAP7 0xC6 SWAP4 SMOD 0xED RETURNDATASIZE EXTCODEHASH 0xCA SWAP6 0xCD CALLDATALOAD DUP16 CODESIZE CREATE2 BYTE JUMP CHAINID 0x49 PUSH23 0x64736F6C63430008120033000000000000000000000000 ","sourceMap":"603:10505:16:-:0;;;1042:53;;;;;;;;;;1066:22;:20;;;:22;;:::i;:::-;603:10505;;5939:280:1;6007:13;;;;;;;;;;;6006:14;5998:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;6094:15;6078:31;;:12;;;;;;;;;;:31;;;6074:139;;6140:15;6125:12;;:30;;;;;;;;;;;;;;;;;;6174:28;6186:15;6174:28;;;;;;:::i;:::-;;;;;;;;6074:139;5939:280::o;7:169:21:-;91:11;125:6;120:3;113:19;165:4;160:3;156:14;141:29;;7:169;;;;:::o;182:226::-;322:34;318:1;310:6;306:14;299:58;391:9;386:2;378:6;374:15;367:34;182:226;:::o;414:366::-;556:3;577:67;641:2;636:3;577:67;:::i;:::-;570:74;;653:93;742:3;653:93;:::i;:::-;771:2;766:3;762:12;755:19;;414:366;;;:::o;786:419::-;952:4;990:2;979:9;975:18;967:26;;1039:9;1033:4;1029:20;1025:1;1014:9;1010:17;1003:47;1067:131;1193:4;1067:131;:::i;:::-;1059:139;;786:419;;;:::o;1211:86::-;1246:7;1286:4;1279:5;1275:16;1264:27;;1211:86;;;:::o;1303:112::-;1386:22;1402:5;1386:22;:::i;:::-;1381:3;1374:35;1303:112;;:::o;1421:214::-;1510:4;1548:2;1537:9;1533:18;1525:26;;1561:67;1625:1;1614:9;1610:17;1601:6;1561:67;:::i;:::-;1421:214;;;;:::o;603:10505:16:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@__Ownable_init_27":{"entryPoint":8879,"id":27,"parameterSlots":0,"returnSlots":0},"@__Ownable_init_unchained_38":{"entryPoint":9237,"id":38,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_333":{"entryPoint":8968,"id":333,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_unchained_343":{"entryPoint":9334,"id":343,"parameterSlots":0,"returnSlots":0},"@_calculateFees_4194":{"entryPoint":8033,"id":4194,"parameterSlots":3,"returnSlots":1},"@_checkOwner_69":{"entryPoint":7808,"id":69,"parameterSlots":0,"returnSlots":0},"@_handler_3879":{"entryPoint":7177,"id":3879,"parameterSlots":6,"returnSlots":0},"@_msgSender_1277":{"entryPoint":9156,"id":1277,"parameterSlots":0,"returnSlots":1},"@_pause_407":{"entryPoint":9057,"id":407,"parameterSlots":0,"returnSlots":0},"@_requireNotPaused_380":{"entryPoint":7103,"id":380,"parameterSlots":0,"returnSlots":0},"@_requirePaused_391":{"entryPoint":9164,"id":391,"parameterSlots":0,"returnSlots":0},"@_transferOwnership_126":{"entryPoint":8646,"id":126,"parameterSlots":1,"returnSlots":0},"@_transferSenderFee_4034":{"entryPoint":8306,"id":4034,"parameterSlots":1,"returnSlots":0},"@_unpause_423":{"entryPoint":7934,"id":423,"parameterSlots":0,"returnSlots":0},"@createOrder_3798":{"entryPoint":1300,"id":3798,"parameterSlots":10,"returnSlots":1},"@getAggregator_4319":{"entryPoint":2756,"id":4319,"parameterSlots":0,"returnSlots":1},"@getFeeDetails_4310":{"entryPoint":5862,"id":4310,"parameterSlots":0,"returnSlots":2},"@getOrderInfo_4208":{"entryPoint":4066,"id":4208,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutionByCode_4235":{"entryPoint":5899,"id":4235,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutions_4297":{"entryPoint":982,"id":4297,"parameterSlots":1,"returnSlots":1},"@initialize_3655":{"entryPoint":5049,"id":3655,"parameterSlots":0,"returnSlots":0},"@isContract_937":{"entryPoint":8844,"id":937,"parameterSlots":1,"returnSlots":1},"@isTokenSupported_4221":{"entryPoint":3980,"id":4221,"parameterSlots":1,"returnSlots":1},"@owner_55":{"entryPoint":5510,"id":55,"parameterSlots":0,"returnSlots":1},"@pause_3678":{"entryPoint":5385,"id":3678,"parameterSlots":0,"returnSlots":0},"@paused_368":{"entryPoint":2920,"id":368,"parameterSlots":0,"returnSlots":1},"@refund_4114":{"entryPoint":6051,"id":4114,"parameterSlots":3,"returnSlots":1},"@renounceOwnership_83":{"entryPoint":3960,"id":83,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_4475":{"entryPoint":2480,"id":4475,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_4419":{"entryPoint":5552,"id":4419,"parameterSlots":3,"returnSlots":0},"@settle_3997":{"entryPoint":2943,"id":3997,"parameterSlots":6,"returnSlots":2},"@transferOwnership_106":{"entryPoint":6972,"id":106,"parameterSlots":1,"returnSlots":0},"@unpause_3688":{"entryPoint":2902,"id":3688,"parameterSlots":0,"returnSlots":0},"@updateProtocolAddresses_4533":{"entryPoint":4627,"id":4533,"parameterSlots":2,"returnSlots":0},"@updateProtocolAggregator_4550":{"entryPoint":5964,"id":4550,"parameterSlots":2,"returnSlots":0},"@updateProtocolFees_4492":{"entryPoint":5403,"id":4492,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":10979,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":10189,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":11084,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bool":{"entryPoint":11524,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bool_fromMemory":{"entryPoint":12895,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":9779,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes_calldata_ptr":{"entryPoint":12422,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_string_calldata_ptr":{"entryPoint":10347,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_struct$_Institution_$4748_memory_ptr":{"entryPoint":10899,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":10243,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":11480,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint96":{"entryPoint":10311,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":11742,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_uint256t_bytes32t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr":{"entryPoint":10433,"id":null,"parameterSlots":2,"returnSlots":10},"abi_decode_tuple_t_bool_fromMemory":{"entryPoint":12916,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32":{"entryPoint":9800,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":12058,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_bool":{"entryPoint":12194,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":11130,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_bytes32t_bytes32t_addresst_uint64t_bool":{"entryPoint":11545,"id":null,"parameterSlots":2,"returnSlots":6},"abi_decode_tuple_t_bytes_calldata_ptr":{"entryPoint":12508,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint256t_bytes32t_bytes32":{"entryPoint":12585,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_uint64":{"entryPoint":12122,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr":{"entryPoint":9951,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address":{"entryPoint":11787,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":11686,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":9988,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bool_to_t_bool":{"entryPoint":11832,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":11395,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":9889,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32_fromStack":{"entryPoint":10668,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack":{"entryPoint":14870,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack":{"entryPoint":11292,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack":{"entryPoint":14109,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":13195,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack":{"entryPoint":16455,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack":{"entryPoint":15123,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack":{"entryPoint":15447,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack":{"entryPoint":15231,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack":{"entryPoint":13839,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4_to_t_string_memory_ptr_fromStack":{"entryPoint":16041,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack":{"entryPoint":13985,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack":{"entryPoint":13563,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack":{"entryPoint":15663,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":16149,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack":{"entryPoint":15555,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack":{"entryPoint":12773,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack":{"entryPoint":15339,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack":{"entryPoint":16347,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack":{"entryPoint":13455,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack":{"entryPoint":15771,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_InstitutionByCode_$4753_memory_ptr_to_t_struct$_InstitutionByCode_$4753_memory_ptr_fromStack":{"entryPoint":12348,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr":{"entryPoint":9904,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Order_$4634_memory_ptr_to_t_struct$_Order_$4634_memory_ptr_fromStack":{"entryPoint":11847,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256":{"entryPoint":11802,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":12292,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":12277,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint96_fromStack":{"entryPoint":13728,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint256_fromStack":{"entryPoint":13165,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint96":{"entryPoint":11817,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":12167,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed":{"entryPoint":12840,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed":{"entryPoint":13080,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":10082,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":11410,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed":{"entryPoint":10683,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed":{"entryPoint":11701,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed":{"entryPoint":14178,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_bytes32_t_uint64__to_t_bytes32_t_bytes32_t_uint96__fromStack_reversed":{"entryPoint":13743,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__fromStack_reversed":{"entryPoint":14915,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed":{"entryPoint":11349,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed":{"entryPoint":14124,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16490,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15158,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15482,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15266,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13874,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16076,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14020,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13598,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15698,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16184,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15590,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":12808,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15374,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16382,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13490,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15806,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_struct$_InstitutionByCode_$4753_memory_ptr__to_t_struct$_InstitutionByCode_$4753_memory_ptr__fromStack_reversed":{"entryPoint":12395,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_struct$_Order_$4634_memory_ptr__to_t_struct$_Order_$4634_memory_ptr__fromStack_reversed":{"entryPoint":12030,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256_t_bytes32__to_t_uint256_t_bytes32__fromStack_reversed":{"entryPoint":15003,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":14151,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed":{"entryPoint":12307,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_uint96_t_bytes32_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_bytes32_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13240,"id":null,"parameterSlots":6,"returnSlots":1},"allocate_memory":{"entryPoint":10823,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":9726,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":10850,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":9873,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_bytes_storage":{"entryPoint":14244,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":9845,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_bytes_calldata_ptr":{"entryPoint":14233,"id":null,"parameterSlots":2,"returnSlots":1},"array_length_t_bytes_memory_ptr":{"entryPoint":11222,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":9975,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":9856,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack":{"entryPoint":11233,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":12715,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":16216,"id":null,"parameterSlots":2,"returnSlots":1},"checked_div_t_uint256":{"entryPoint":15951,"id":null,"parameterSlots":2,"returnSlots":1},"checked_mul_t_uint256":{"entryPoint":15838,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint256":{"entryPoint":14951,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint96":{"entryPoint":13630,"id":null,"parameterSlots":2,"returnSlots":1},"clean_up_bytearray_end_slots_t_bytes_storage":{"entryPoint":14521,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_t_address":{"entryPoint":10148,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":11383,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":9746,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_rational_1_by_1":{"entryPoint":14052,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":10116,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":10210,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":11437,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":14062,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint96":{"entryPoint":10264,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":14486,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_rational_1_by_1_to_t_uint8":{"entryPoint":14075,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint256_to_t_uint256":{"entryPoint":14376,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint64_to_t_uint96":{"entryPoint":13694,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint96_to_t_uint256":{"entryPoint":13131,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage":{"entryPoint":14662,"id":null,"parameterSlots":3,"returnSlots":0},"copy_calldata_to_memory_with_cleanup":{"entryPoint":13180,"id":null,"parameterSlots":3,"returnSlots":0},"copy_memory_to_memory_with_cleanup":{"entryPoint":11250,"id":null,"parameterSlots":3,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":14265,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":13365,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":14634,"id":null,"parameterSlots":2,"returnSlots":1},"finalize_allocation":{"entryPoint":10774,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":13121,"id":null,"parameterSlots":1,"returnSlots":1},"increment_t_uint256":{"entryPoint":13008,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":14604,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x11":{"entryPoint":12961,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x12":{"entryPoint":15904,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x22":{"entryPoint":13318,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x32":{"entryPoint":12668,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":10727,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":14410,"id":null,"parameterSlots":1,"returnSlots":1},"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490":{"entryPoint":10337,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":10332,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":10894,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":10342,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":9741,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":9736,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":10710,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":14281,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":14591,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":14462,"id":null,"parameterSlots":2,"returnSlots":0},"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a":{"entryPoint":16414,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe":{"entryPoint":15044,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2":{"entryPoint":15406,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a":{"entryPoint":15190,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4":{"entryPoint":13798,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4":{"entryPoint":16000,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759":{"entryPoint":13906,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5":{"entryPoint":13522,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5":{"entryPoint":15622,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":16108,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7":{"entryPoint":15514,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4":{"entryPoint":12732,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1":{"entryPoint":15298,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b":{"entryPoint":16268,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243":{"entryPoint":13414,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8":{"entryPoint":15730,"id":null,"parameterSlots":1,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":14294,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":14420,"id":null,"parameterSlots":3,"returnSlots":0},"validator_revert_t_address":{"entryPoint":10166,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bool":{"entryPoint":11501,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":9756,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":10220,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":11457,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint96":{"entryPoint":10288,"id":null,"parameterSlots":1,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":14457,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:52923:21","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:21","statements":[{"nodeType":"YulAssignment","src":"57:19:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:21","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:21"},"nodeType":"YulFunctionCall","src":"67:9:21"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:21"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:21","type":""}],"src":"7:75:21"},{"body":{"nodeType":"YulBlock","src":"177:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:21"},"nodeType":"YulFunctionCall","src":"187:12:21"},"nodeType":"YulExpressionStatement","src":"187:12:21"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:21"},{"body":{"nodeType":"YulBlock","src":"300:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:21"},"nodeType":"YulFunctionCall","src":"310:12:21"},"nodeType":"YulExpressionStatement","src":"310:12:21"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:21"},{"body":{"nodeType":"YulBlock","src":"379:32:21","statements":[{"nodeType":"YulAssignment","src":"389:16:21","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:21"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:21","type":""}],"src":"334:77:21"},{"body":{"nodeType":"YulBlock","src":"460:79:21","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:21"},"nodeType":"YulFunctionCall","src":"519:12:21"},"nodeType":"YulExpressionStatement","src":"519:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:21"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:21"},"nodeType":"YulFunctionCall","src":"490:24:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:21"},"nodeType":"YulFunctionCall","src":"480:35:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:21"},"nodeType":"YulFunctionCall","src":"473:43:21"},"nodeType":"YulIf","src":"470:63:21"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:21","type":""}],"src":"417:122:21"},{"body":{"nodeType":"YulBlock","src":"597:87:21","statements":[{"nodeType":"YulAssignment","src":"607:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:21"},"nodeType":"YulFunctionCall","src":"616:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:21"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:21"},"nodeType":"YulFunctionCall","src":"645:33:21"},"nodeType":"YulExpressionStatement","src":"645:33:21"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:21","type":""}],"src":"545:139:21"},{"body":{"nodeType":"YulBlock","src":"756:263:21","statements":[{"body":{"nodeType":"YulBlock","src":"802:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"804:77:21"},"nodeType":"YulFunctionCall","src":"804:79:21"},"nodeType":"YulExpressionStatement","src":"804:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"777:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"786:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"773:3:21"},"nodeType":"YulFunctionCall","src":"773:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"798:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"769:3:21"},"nodeType":"YulFunctionCall","src":"769:32:21"},"nodeType":"YulIf","src":"766:119:21"},{"nodeType":"YulBlock","src":"895:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"910:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"924:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"914:6:21","type":""}]},{"nodeType":"YulAssignment","src":"939:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"974:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"985:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"970:3:21"},"nodeType":"YulFunctionCall","src":"970:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"994:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"949:20:21"},"nodeType":"YulFunctionCall","src":"949:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"939:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"726:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"737:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"749:6:21","type":""}],"src":"690:329:21"},{"body":{"nodeType":"YulBlock","src":"1128:40:21","statements":[{"nodeType":"YulAssignment","src":"1139:22:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1155:5:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1149:5:21"},"nodeType":"YulFunctionCall","src":"1149:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"1139:6:21"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1111:5:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"1121:6:21","type":""}],"src":"1025:143:21"},{"body":{"nodeType":"YulBlock","src":"1314:73:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1331:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"1336:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1324:6:21"},"nodeType":"YulFunctionCall","src":"1324:19:21"},"nodeType":"YulExpressionStatement","src":"1324:19:21"},{"nodeType":"YulAssignment","src":"1352:29:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1371:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"1376:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1367:3:21"},"nodeType":"YulFunctionCall","src":"1367:14:21"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"1352:11:21"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"1286:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"1291:6:21","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"1302:11:21","type":""}],"src":"1174:213:21"},{"body":{"nodeType":"YulBlock","src":"1494:60:21","statements":[{"nodeType":"YulAssignment","src":"1504:11:21","value":{"name":"ptr","nodeType":"YulIdentifier","src":"1512:3:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1504:4:21"}]},{"nodeType":"YulAssignment","src":"1525:22:21","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"1537:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"1542:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:21"},"nodeType":"YulFunctionCall","src":"1533:14:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1525:4:21"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"1481:3:21","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"1489:4:21","type":""}],"src":"1393:161:21"},{"body":{"nodeType":"YulBlock","src":"1615:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1632:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1655:5:21"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"1637:17:21"},"nodeType":"YulFunctionCall","src":"1637:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1625:6:21"},"nodeType":"YulFunctionCall","src":"1625:37:21"},"nodeType":"YulExpressionStatement","src":"1625:37:21"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1603:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1610:3:21","type":""}],"src":"1560:108:21"},{"body":{"nodeType":"YulBlock","src":"1864:391:21","statements":[{"nodeType":"YulVariableDeclaration","src":"1874:26:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1890:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"1895:4:21","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1886:3:21"},"nodeType":"YulFunctionCall","src":"1886:14:21"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"1878:4:21","type":""}]},{"nodeType":"YulBlock","src":"1910:164:21","statements":[{"nodeType":"YulVariableDeclaration","src":"1945:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1975:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"1982:4:21","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1971:3:21"},"nodeType":"YulFunctionCall","src":"1971:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1965:5:21"},"nodeType":"YulFunctionCall","src":"1965:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"1949:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2035:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2053:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"2058:4:21","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2049:3:21"},"nodeType":"YulFunctionCall","src":"2049:14:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2001:33:21"},"nodeType":"YulFunctionCall","src":"2001:63:21"},"nodeType":"YulExpressionStatement","src":"2001:63:21"}]},{"nodeType":"YulBlock","src":"2084:164:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2119:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2149:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"2156:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2145:3:21"},"nodeType":"YulFunctionCall","src":"2145:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2139:5:21"},"nodeType":"YulFunctionCall","src":"2139:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"2123:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2209:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2227:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"2232:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2223:3:21"},"nodeType":"YulFunctionCall","src":"2223:14:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2175:33:21"},"nodeType":"YulFunctionCall","src":"2175:63:21"},"nodeType":"YulExpressionStatement","src":"2175:63:21"}]}]},"name":"abi_encode_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1851:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1858:3:21","type":""}],"src":"1750:505:21"},{"body":{"nodeType":"YulBlock","src":"2399:157:21","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"2501:6:21"},{"name":"pos","nodeType":"YulIdentifier","src":"2509:3:21"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr","nodeType":"YulIdentifier","src":"2409:91:21"},"nodeType":"YulFunctionCall","src":"2409:104:21"},"nodeType":"YulExpressionStatement","src":"2409:104:21"},{"nodeType":"YulAssignment","src":"2522:28:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2540:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"2545:4:21","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2536:3:21"},"nodeType":"YulFunctionCall","src":"2536:14:21"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"2522:10:21"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"2372:6:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2380:3:21","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"2388:10:21","type":""}],"src":"2261:295:21"},{"body":{"nodeType":"YulBlock","src":"2666:38:21","statements":[{"nodeType":"YulAssignment","src":"2676:22:21","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"2688:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"2693:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2684:3:21"},"nodeType":"YulFunctionCall","src":"2684:14:21"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"2676:4:21"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"2653:3:21","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"2661:4:21","type":""}],"src":"2562:142:21"},{"body":{"nodeType":"YulBlock","src":"2972:782:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2982:97:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3073:5:21"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"2996:76:21"},"nodeType":"YulFunctionCall","src":"2996:83:21"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2986:6:21","type":""}]},{"nodeType":"YulAssignment","src":"3088:122:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3198:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"3203:6:21"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"3095:102:21"},"nodeType":"YulFunctionCall","src":"3095:115:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3088:3:21"}]},{"nodeType":"YulVariableDeclaration","src":"3219:100:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3313:5:21"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3234:78:21"},"nodeType":"YulFunctionCall","src":"3234:85:21"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"3223:7:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"3328:21:21","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"3342:7:21"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"3332:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"3418:311:21","statements":[{"nodeType":"YulVariableDeclaration","src":"3432:34:21","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3459:6:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3453:5:21"},"nodeType":"YulFunctionCall","src":"3453:13:21"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"3436:13:21","type":""}]},{"nodeType":"YulAssignment","src":"3479:128:21","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"3588:13:21"},{"name":"pos","nodeType":"YulIdentifier","src":"3603:3:21"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr","nodeType":"YulIdentifier","src":"3486:101:21"},"nodeType":"YulFunctionCall","src":"3486:121:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3479:3:21"}]},{"nodeType":"YulAssignment","src":"3620:99:21","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3712:6:21"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3630:81:21"},"nodeType":"YulFunctionCall","src":"3630:89:21"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3620:6:21"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3380:1:21"},{"name":"length","nodeType":"YulIdentifier","src":"3383:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3377:2:21"},"nodeType":"YulFunctionCall","src":"3377:13:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3391:18:21","statements":[{"nodeType":"YulAssignment","src":"3393:14:21","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3402:1:21"},{"kind":"number","nodeType":"YulLiteral","src":"3405:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3398:3:21"},"nodeType":"YulFunctionCall","src":"3398:9:21"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"3393:1:21"}]}]},"pre":{"nodeType":"YulBlock","src":"3362:14:21","statements":[{"nodeType":"YulVariableDeclaration","src":"3364:10:21","value":{"kind":"number","nodeType":"YulLiteral","src":"3373:1:21","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"3368:1:21","type":""}]}]},"src":"3358:371:21"},{"nodeType":"YulAssignment","src":"3738:10:21","value":{"name":"pos","nodeType":"YulIdentifier","src":"3745:3:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"3738:3:21"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2951:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2958:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"2967:3:21","type":""}],"src":"2790:964:21"},{"body":{"nodeType":"YulBlock","src":"3966:283:21","statements":[{"nodeType":"YulAssignment","src":"3976:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3988:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3999:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3984:3:21"},"nodeType":"YulFunctionCall","src":"3984:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3976:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4023:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"4034:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4019:3:21"},"nodeType":"YulFunctionCall","src":"4019:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"4042:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"4048:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4038:3:21"},"nodeType":"YulFunctionCall","src":"4038:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4012:6:21"},"nodeType":"YulFunctionCall","src":"4012:47:21"},"nodeType":"YulExpressionStatement","src":"4012:47:21"},{"nodeType":"YulAssignment","src":"4068:174:21","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4228:6:21"},{"name":"tail","nodeType":"YulIdentifier","src":"4237:4:21"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"4076:151:21"},"nodeType":"YulFunctionCall","src":"4076:166:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4068:4:21"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3938:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3950:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3961:4:21","type":""}],"src":"3760:489:21"},{"body":{"nodeType":"YulBlock","src":"4300:81:21","statements":[{"nodeType":"YulAssignment","src":"4310:65:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4325:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"4332:42:21","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4321:3:21"},"nodeType":"YulFunctionCall","src":"4321:54:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4310:7:21"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4282:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4292:7:21","type":""}],"src":"4255:126:21"},{"body":{"nodeType":"YulBlock","src":"4432:51:21","statements":[{"nodeType":"YulAssignment","src":"4442:35:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4471:5:21"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"4453:17:21"},"nodeType":"YulFunctionCall","src":"4453:24:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4442:7:21"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4414:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4424:7:21","type":""}],"src":"4387:96:21"},{"body":{"nodeType":"YulBlock","src":"4532:79:21","statements":[{"body":{"nodeType":"YulBlock","src":"4589:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4598:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4601:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4591:6:21"},"nodeType":"YulFunctionCall","src":"4591:12:21"},"nodeType":"YulExpressionStatement","src":"4591:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4555:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4580:5:21"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"4562:17:21"},"nodeType":"YulFunctionCall","src":"4562:24:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"4552:2:21"},"nodeType":"YulFunctionCall","src":"4552:35:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"4545:6:21"},"nodeType":"YulFunctionCall","src":"4545:43:21"},"nodeType":"YulIf","src":"4542:63:21"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4525:5:21","type":""}],"src":"4489:122:21"},{"body":{"nodeType":"YulBlock","src":"4669:87:21","statements":[{"nodeType":"YulAssignment","src":"4679:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4701:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4688:12:21"},"nodeType":"YulFunctionCall","src":"4688:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"4679:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4744:5:21"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"4717:26:21"},"nodeType":"YulFunctionCall","src":"4717:33:21"},"nodeType":"YulExpressionStatement","src":"4717:33:21"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"4647:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"4655:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"4663:5:21","type":""}],"src":"4617:139:21"},{"body":{"nodeType":"YulBlock","src":"4807:32:21","statements":[{"nodeType":"YulAssignment","src":"4817:16:21","value":{"name":"value","nodeType":"YulIdentifier","src":"4828:5:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4817:7:21"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4789:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4799:7:21","type":""}],"src":"4762:77:21"},{"body":{"nodeType":"YulBlock","src":"4888:79:21","statements":[{"body":{"nodeType":"YulBlock","src":"4945:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4954:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4957:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4947:6:21"},"nodeType":"YulFunctionCall","src":"4947:12:21"},"nodeType":"YulExpressionStatement","src":"4947:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4911:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4936:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"4918:17:21"},"nodeType":"YulFunctionCall","src":"4918:24:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"4908:2:21"},"nodeType":"YulFunctionCall","src":"4908:35:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"4901:6:21"},"nodeType":"YulFunctionCall","src":"4901:43:21"},"nodeType":"YulIf","src":"4898:63:21"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4881:5:21","type":""}],"src":"4845:122:21"},{"body":{"nodeType":"YulBlock","src":"5025:87:21","statements":[{"nodeType":"YulAssignment","src":"5035:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5057:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5044:12:21"},"nodeType":"YulFunctionCall","src":"5044:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5035:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5100:5:21"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"5073:26:21"},"nodeType":"YulFunctionCall","src":"5073:33:21"},"nodeType":"YulExpressionStatement","src":"5073:33:21"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5003:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"5011:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5019:5:21","type":""}],"src":"4973:139:21"},{"body":{"nodeType":"YulBlock","src":"5162:65:21","statements":[{"nodeType":"YulAssignment","src":"5172:49:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5187:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"5194:26:21","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5183:3:21"},"nodeType":"YulFunctionCall","src":"5183:38:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5172:7:21"}]}]},"name":"cleanup_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5144:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5154:7:21","type":""}],"src":"5118:109:21"},{"body":{"nodeType":"YulBlock","src":"5275:78:21","statements":[{"body":{"nodeType":"YulBlock","src":"5331:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5340:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5343:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5333:6:21"},"nodeType":"YulFunctionCall","src":"5333:12:21"},"nodeType":"YulExpressionStatement","src":"5333:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5298:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5322:5:21"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"5305:16:21"},"nodeType":"YulFunctionCall","src":"5305:23:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"5295:2:21"},"nodeType":"YulFunctionCall","src":"5295:34:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5288:6:21"},"nodeType":"YulFunctionCall","src":"5288:42:21"},"nodeType":"YulIf","src":"5285:62:21"}]},"name":"validator_revert_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5268:5:21","type":""}],"src":"5233:120:21"},{"body":{"nodeType":"YulBlock","src":"5410:86:21","statements":[{"nodeType":"YulAssignment","src":"5420:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5442:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5429:12:21"},"nodeType":"YulFunctionCall","src":"5429:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5420:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5484:5:21"}],"functionName":{"name":"validator_revert_t_uint96","nodeType":"YulIdentifier","src":"5458:25:21"},"nodeType":"YulFunctionCall","src":"5458:32:21"},"nodeType":"YulExpressionStatement","src":"5458:32:21"}]},"name":"abi_decode_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5388:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"5396:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5404:5:21","type":""}],"src":"5359:137:21"},{"body":{"nodeType":"YulBlock","src":"5591:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5608:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5611:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5601:6:21"},"nodeType":"YulFunctionCall","src":"5601:12:21"},"nodeType":"YulExpressionStatement","src":"5601:12:21"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"5502:117:21"},{"body":{"nodeType":"YulBlock","src":"5714:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5731:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5734:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5724:6:21"},"nodeType":"YulFunctionCall","src":"5724:12:21"},"nodeType":"YulExpressionStatement","src":"5724:12:21"}]},"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulFunctionDefinition","src":"5625:117:21"},{"body":{"nodeType":"YulBlock","src":"5837:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5854:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5857:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5847:6:21"},"nodeType":"YulFunctionCall","src":"5847:12:21"},"nodeType":"YulExpressionStatement","src":"5847:12:21"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"5748:117:21"},{"body":{"nodeType":"YulBlock","src":"5960:478:21","statements":[{"body":{"nodeType":"YulBlock","src":"6009:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"6011:77:21"},"nodeType":"YulFunctionCall","src":"6011:79:21"},"nodeType":"YulExpressionStatement","src":"6011:79:21"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5988:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"5996:4:21","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5984:3:21"},"nodeType":"YulFunctionCall","src":"5984:17:21"},{"name":"end","nodeType":"YulIdentifier","src":"6003:3:21"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5980:3:21"},"nodeType":"YulFunctionCall","src":"5980:27:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5973:6:21"},"nodeType":"YulFunctionCall","src":"5973:35:21"},"nodeType":"YulIf","src":"5970:122:21"},{"nodeType":"YulAssignment","src":"6101:30:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6124:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"6111:12:21"},"nodeType":"YulFunctionCall","src":"6111:20:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"6101:6:21"}]},{"body":{"nodeType":"YulBlock","src":"6174:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"6176:77:21"},"nodeType":"YulFunctionCall","src":"6176:79:21"},"nodeType":"YulExpressionStatement","src":"6176:79:21"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6146:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"6154:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6143:2:21"},"nodeType":"YulFunctionCall","src":"6143:30:21"},"nodeType":"YulIf","src":"6140:117:21"},{"nodeType":"YulAssignment","src":"6266:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6282:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"6290:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6278:3:21"},"nodeType":"YulFunctionCall","src":"6278:17:21"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"6266:8:21"}]},{"body":{"nodeType":"YulBlock","src":"6349:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"6351:77:21"},"nodeType":"YulFunctionCall","src":"6351:79:21"},"nodeType":"YulExpressionStatement","src":"6351:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"6314:8:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6328:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"6336:4:21","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6324:3:21"},"nodeType":"YulFunctionCall","src":"6324:17:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6310:3:21"},"nodeType":"YulFunctionCall","src":"6310:32:21"},{"name":"end","nodeType":"YulIdentifier","src":"6344:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6307:2:21"},"nodeType":"YulFunctionCall","src":"6307:41:21"},"nodeType":"YulIf","src":"6304:128:21"}]},"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5927:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"5935:3:21","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"5943:8:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"5953:6:21","type":""}],"src":"5885:553:21"},{"body":{"nodeType":"YulBlock","src":"6665:1472:21","statements":[{"body":{"nodeType":"YulBlock","src":"6712:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"6714:77:21"},"nodeType":"YulFunctionCall","src":"6714:79:21"},"nodeType":"YulExpressionStatement","src":"6714:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"6686:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"6695:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6682:3:21"},"nodeType":"YulFunctionCall","src":"6682:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"6707:3:21","type":"","value":"288"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"6678:3:21"},"nodeType":"YulFunctionCall","src":"6678:33:21"},"nodeType":"YulIf","src":"6675:120:21"},{"nodeType":"YulBlock","src":"6805:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"6820:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"6834:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6824:6:21","type":""}]},{"nodeType":"YulAssignment","src":"6849:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6884:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"6895:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6880:3:21"},"nodeType":"YulFunctionCall","src":"6880:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"6904:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"6859:20:21"},"nodeType":"YulFunctionCall","src":"6859:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"6849:6:21"}]}]},{"nodeType":"YulBlock","src":"6932:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"6947:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"6961:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6951:6:21","type":""}]},{"nodeType":"YulAssignment","src":"6977:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7012:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7023:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7008:3:21"},"nodeType":"YulFunctionCall","src":"7008:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7032:7:21"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"6987:20:21"},"nodeType":"YulFunctionCall","src":"6987:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"6977:6:21"}]}]},{"nodeType":"YulBlock","src":"7060:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7075:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7089:2:21","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7079:6:21","type":""}]},{"nodeType":"YulAssignment","src":"7105:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7140:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7151:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7136:3:21"},"nodeType":"YulFunctionCall","src":"7136:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7160:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"7115:20:21"},"nodeType":"YulFunctionCall","src":"7115:53:21"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"7105:6:21"}]}]},{"nodeType":"YulBlock","src":"7188:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7203:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7217:2:21","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7207:6:21","type":""}]},{"nodeType":"YulAssignment","src":"7233:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7268:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7279:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7264:3:21"},"nodeType":"YulFunctionCall","src":"7264:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7288:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"7243:20:21"},"nodeType":"YulFunctionCall","src":"7243:53:21"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"7233:6:21"}]}]},{"nodeType":"YulBlock","src":"7316:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7331:17:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7345:3:21","type":"","value":"128"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7335:6:21","type":""}]},{"nodeType":"YulAssignment","src":"7362:62:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7396:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7407:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7392:3:21"},"nodeType":"YulFunctionCall","src":"7392:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7416:7:21"}],"functionName":{"name":"abi_decode_t_uint96","nodeType":"YulIdentifier","src":"7372:19:21"},"nodeType":"YulFunctionCall","src":"7372:52:21"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"7362:6:21"}]}]},{"nodeType":"YulBlock","src":"7444:119:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7459:17:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7473:3:21","type":"","value":"160"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7463:6:21","type":""}]},{"nodeType":"YulAssignment","src":"7490:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7525:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7536:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7521:3:21"},"nodeType":"YulFunctionCall","src":"7521:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7545:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"7500:20:21"},"nodeType":"YulFunctionCall","src":"7500:53:21"},"variableNames":[{"name":"value5","nodeType":"YulIdentifier","src":"7490:6:21"}]}]},{"nodeType":"YulBlock","src":"7573:119:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7588:17:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7602:3:21","type":"","value":"192"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7592:6:21","type":""}]},{"nodeType":"YulAssignment","src":"7619:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7654:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7665:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7650:3:21"},"nodeType":"YulFunctionCall","src":"7650:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7674:7:21"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"7629:20:21"},"nodeType":"YulFunctionCall","src":"7629:53:21"},"variableNames":[{"name":"value6","nodeType":"YulIdentifier","src":"7619:6:21"}]}]},{"nodeType":"YulBlock","src":"7702:119:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7717:17:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7731:3:21","type":"","value":"224"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7721:6:21","type":""}]},{"nodeType":"YulAssignment","src":"7748:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7783:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7794:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7779:3:21"},"nodeType":"YulFunctionCall","src":"7779:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7803:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"7758:20:21"},"nodeType":"YulFunctionCall","src":"7758:53:21"},"variableNames":[{"name":"value7","nodeType":"YulIdentifier","src":"7748:6:21"}]}]},{"nodeType":"YulBlock","src":"7831:299:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7846:47:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7877:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"7888:3:21","type":"","value":"256"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7873:3:21"},"nodeType":"YulFunctionCall","src":"7873:19:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7860:12:21"},"nodeType":"YulFunctionCall","src":"7860:33:21"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7850:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"7940:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"7942:77:21"},"nodeType":"YulFunctionCall","src":"7942:79:21"},"nodeType":"YulExpressionStatement","src":"7942:79:21"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7912:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"7920:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7909:2:21"},"nodeType":"YulFunctionCall","src":"7909:30:21"},"nodeType":"YulIf","src":"7906:117:21"},{"nodeType":"YulAssignment","src":"8037:83:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8092:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"8103:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8088:3:21"},"nodeType":"YulFunctionCall","src":"8088:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8112:7:21"}],"functionName":{"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulIdentifier","src":"8055:32:21"},"nodeType":"YulFunctionCall","src":"8055:65:21"},"variableNames":[{"name":"value8","nodeType":"YulIdentifier","src":"8037:6:21"},{"name":"value9","nodeType":"YulIdentifier","src":"8045:6:21"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256t_bytes32t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6563:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"6574:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"6586:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"6594:6:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"6602:6:21","type":""},{"name":"value3","nodeType":"YulTypedName","src":"6610:6:21","type":""},{"name":"value4","nodeType":"YulTypedName","src":"6618:6:21","type":""},{"name":"value5","nodeType":"YulTypedName","src":"6626:6:21","type":""},{"name":"value6","nodeType":"YulTypedName","src":"6634:6:21","type":""},{"name":"value7","nodeType":"YulTypedName","src":"6642:6:21","type":""},{"name":"value8","nodeType":"YulTypedName","src":"6650:6:21","type":""},{"name":"value9","nodeType":"YulTypedName","src":"6658:6:21","type":""}],"src":"6444:1693:21"},{"body":{"nodeType":"YulBlock","src":"8208:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8225:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8248:5:21"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"8230:17:21"},"nodeType":"YulFunctionCall","src":"8230:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8218:6:21"},"nodeType":"YulFunctionCall","src":"8218:37:21"},"nodeType":"YulExpressionStatement","src":"8218:37:21"}]},"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8196:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"8203:3:21","type":""}],"src":"8143:118:21"},{"body":{"nodeType":"YulBlock","src":"8365:124:21","statements":[{"nodeType":"YulAssignment","src":"8375:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8387:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"8398:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8383:3:21"},"nodeType":"YulFunctionCall","src":"8383:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8375:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"8455:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8468:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"8479:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8464:3:21"},"nodeType":"YulFunctionCall","src":"8464:17:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"8411:43:21"},"nodeType":"YulFunctionCall","src":"8411:71:21"},"nodeType":"YulExpressionStatement","src":"8411:71:21"}]},"name":"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8337:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"8349:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"8360:4:21","type":""}],"src":"8267:222:21"},{"body":{"nodeType":"YulBlock","src":"8543:54:21","statements":[{"nodeType":"YulAssignment","src":"8553:38:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8571:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"8578:2:21","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8567:3:21"},"nodeType":"YulFunctionCall","src":"8567:14:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8587:2:21","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"8583:3:21"},"nodeType":"YulFunctionCall","src":"8583:7:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8563:3:21"},"nodeType":"YulFunctionCall","src":"8563:28:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"8553:6:21"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8526:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"8536:6:21","type":""}],"src":"8495:102:21"},{"body":{"nodeType":"YulBlock","src":"8631:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8648:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8651:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8641:6:21"},"nodeType":"YulFunctionCall","src":"8641:88:21"},"nodeType":"YulExpressionStatement","src":"8641:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8745:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"8748:4:21","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8738:6:21"},"nodeType":"YulFunctionCall","src":"8738:15:21"},"nodeType":"YulExpressionStatement","src":"8738:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8769:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8772:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8762:6:21"},"nodeType":"YulFunctionCall","src":"8762:15:21"},"nodeType":"YulExpressionStatement","src":"8762:15:21"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"8603:180:21"},{"body":{"nodeType":"YulBlock","src":"8832:238:21","statements":[{"nodeType":"YulVariableDeclaration","src":"8842:58:21","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8864:6:21"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"8894:4:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"8872:21:21"},"nodeType":"YulFunctionCall","src":"8872:27:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8860:3:21"},"nodeType":"YulFunctionCall","src":"8860:40:21"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"8846:10:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"9011:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"9013:16:21"},"nodeType":"YulFunctionCall","src":"9013:18:21"},"nodeType":"YulExpressionStatement","src":"9013:18:21"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"8954:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"8966:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8951:2:21"},"nodeType":"YulFunctionCall","src":"8951:34:21"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"8990:10:21"},{"name":"memPtr","nodeType":"YulIdentifier","src":"9002:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"8987:2:21"},"nodeType":"YulFunctionCall","src":"8987:22:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"8948:2:21"},"nodeType":"YulFunctionCall","src":"8948:62:21"},"nodeType":"YulIf","src":"8945:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9049:2:21","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"9053:10:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9042:6:21"},"nodeType":"YulFunctionCall","src":"9042:22:21"},"nodeType":"YulExpressionStatement","src":"9042:22:21"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"8818:6:21","type":""},{"name":"size","nodeType":"YulTypedName","src":"8826:4:21","type":""}],"src":"8789:281:21"},{"body":{"nodeType":"YulBlock","src":"9117:88:21","statements":[{"nodeType":"YulAssignment","src":"9127:30:21","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"9137:18:21"},"nodeType":"YulFunctionCall","src":"9137:20:21"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9127:6:21"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9186:6:21"},{"name":"size","nodeType":"YulIdentifier","src":"9194:4:21"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"9166:19:21"},"nodeType":"YulFunctionCall","src":"9166:33:21"},"nodeType":"YulExpressionStatement","src":"9166:33:21"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"9101:4:21","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"9110:6:21","type":""}],"src":"9076:129:21"},{"body":{"nodeType":"YulBlock","src":"9322:229:21","statements":[{"body":{"nodeType":"YulBlock","src":"9427:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"9429:16:21"},"nodeType":"YulFunctionCall","src":"9429:18:21"},"nodeType":"YulExpressionStatement","src":"9429:18:21"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"9399:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"9407:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"9396:2:21"},"nodeType":"YulFunctionCall","src":"9396:30:21"},"nodeType":"YulIf","src":"9393:56:21"},{"nodeType":"YulAssignment","src":"9459:25:21","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"9471:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"9479:4:21","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"9467:3:21"},"nodeType":"YulFunctionCall","src":"9467:17:21"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"9459:4:21"}]},{"nodeType":"YulAssignment","src":"9521:23:21","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"9533:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"9539:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9529:3:21"},"nodeType":"YulFunctionCall","src":"9529:15:21"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"9521:4:21"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"9306:6:21","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"9317:4:21","type":""}],"src":"9211:340:21"},{"body":{"nodeType":"YulBlock","src":"9646:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9663:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9666:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9656:6:21"},"nodeType":"YulFunctionCall","src":"9656:12:21"},"nodeType":"YulExpressionStatement","src":"9656:12:21"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"9557:117:21"},{"body":{"nodeType":"YulBlock","src":"9769:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9786:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9789:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9779:6:21"},"nodeType":"YulFunctionCall","src":"9779:12:21"},"nodeType":"YulExpressionStatement","src":"9779:12:21"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"9680:117:21"},{"body":{"nodeType":"YulBlock","src":"9927:494:21","statements":[{"body":{"nodeType":"YulBlock","src":"9971:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"9973:77:21"},"nodeType":"YulFunctionCall","src":"9973:79:21"},"nodeType":"YulExpressionStatement","src":"9973:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"9948:3:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"9953:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9944:3:21"},"nodeType":"YulFunctionCall","src":"9944:19:21"},{"kind":"number","nodeType":"YulLiteral","src":"9965:4:21","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9940:3:21"},"nodeType":"YulFunctionCall","src":"9940:30:21"},"nodeType":"YulIf","src":"9937:117:21"},{"nodeType":"YulAssignment","src":"10063:30:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10088:4:21","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"10072:15:21"},"nodeType":"YulFunctionCall","src":"10072:21:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"10063:5:21"}]},{"nodeType":"YulBlock","src":"10103:150:21","statements":[{"nodeType":"YulVariableDeclaration","src":"10138:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"10152:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"10142:6:21","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10178:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"10185:4:21","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10174:3:21"},"nodeType":"YulFunctionCall","src":"10174:16:21"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10217:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"10228:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10213:3:21"},"nodeType":"YulFunctionCall","src":"10213:22:21"},{"name":"end","nodeType":"YulIdentifier","src":"10237:3:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"10192:20:21"},"nodeType":"YulFunctionCall","src":"10192:49:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10167:6:21"},"nodeType":"YulFunctionCall","src":"10167:75:21"},"nodeType":"YulExpressionStatement","src":"10167:75:21"}]},{"nodeType":"YulBlock","src":"10263:151:21","statements":[{"nodeType":"YulVariableDeclaration","src":"10298:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"10312:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"10302:6:21","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10339:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"10346:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10335:3:21"},"nodeType":"YulFunctionCall","src":"10335:16:21"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10378:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"10389:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10374:3:21"},"nodeType":"YulFunctionCall","src":"10374:22:21"},{"name":"end","nodeType":"YulIdentifier","src":"10398:3:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"10353:20:21"},"nodeType":"YulFunctionCall","src":"10353:49:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10328:6:21"},"nodeType":"YulFunctionCall","src":"10328:75:21"},"nodeType":"YulExpressionStatement","src":"10328:75:21"}]}]},"name":"abi_decode_t_struct$_Institution_$4748_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9902:9:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"9913:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9921:5:21","type":""}],"src":"9843:578:21"},{"body":{"nodeType":"YulBlock","src":"10600:666:21","statements":[{"nodeType":"YulAssignment","src":"10610:119:21","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"10721:6:21"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"10635:85:21"},"nodeType":"YulFunctionCall","src":"10635:93:21"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"10619:15:21"},"nodeType":"YulFunctionCall","src":"10619:110:21"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"10610:5:21"}]},{"nodeType":"YulVariableDeclaration","src":"10738:16:21","value":{"name":"array","nodeType":"YulIdentifier","src":"10749:5:21"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"10742:3:21","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"10771:5:21"},{"name":"length","nodeType":"YulIdentifier","src":"10778:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10764:6:21"},"nodeType":"YulFunctionCall","src":"10764:21:21"},"nodeType":"YulExpressionStatement","src":"10764:21:21"},{"nodeType":"YulAssignment","src":"10794:23:21","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"10805:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"10812:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10801:3:21"},"nodeType":"YulFunctionCall","src":"10801:16:21"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"10794:3:21"}]},{"nodeType":"YulVariableDeclaration","src":"10827:44:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"10845:6:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"10857:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"10865:4:21","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"10853:3:21"},"nodeType":"YulFunctionCall","src":"10853:17:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10841:3:21"},"nodeType":"YulFunctionCall","src":"10841:30:21"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"10831:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"10899:103:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"10913:77:21"},"nodeType":"YulFunctionCall","src":"10913:79:21"},"nodeType":"YulExpressionStatement","src":"10913:79:21"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"10886:6:21"},{"name":"end","nodeType":"YulIdentifier","src":"10894:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"10883:2:21"},"nodeType":"YulFunctionCall","src":"10883:15:21"},"nodeType":"YulIf","src":"10880:122:21"},{"body":{"nodeType":"YulBlock","src":"11087:173:21","statements":[{"nodeType":"YulVariableDeclaration","src":"11102:21:21","value":{"name":"src","nodeType":"YulIdentifier","src":"11120:3:21"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"11106:10:21","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"11144:3:21"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"11199:10:21"},{"name":"end","nodeType":"YulIdentifier","src":"11211:3:21"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$4748_memory_ptr","nodeType":"YulIdentifier","src":"11149:49:21"},"nodeType":"YulFunctionCall","src":"11149:66:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11137:6:21"},"nodeType":"YulFunctionCall","src":"11137:79:21"},"nodeType":"YulExpressionStatement","src":"11137:79:21"},{"nodeType":"YulAssignment","src":"11229:21:21","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"11240:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"11245:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11236:3:21"},"nodeType":"YulFunctionCall","src":"11236:14:21"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"11229:3:21"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"11040:3:21"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"11045:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"11037:2:21"},"nodeType":"YulFunctionCall","src":"11037:15:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"11053:25:21","statements":[{"nodeType":"YulAssignment","src":"11055:21:21","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"11066:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"11071:4:21","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11062:3:21"},"nodeType":"YulFunctionCall","src":"11062:14:21"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"11055:3:21"}]}]},"pre":{"nodeType":"YulBlock","src":"11015:21:21","statements":[{"nodeType":"YulVariableDeclaration","src":"11017:17:21","value":{"name":"offset","nodeType":"YulIdentifier","src":"11028:6:21"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"11021:3:21","type":""}]}]},"src":"11011:249:21"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"10570:6:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"10578:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"10586:3:21","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"10594:5:21","type":""}],"src":"10469:797:21"},{"body":{"nodeType":"YulBlock","src":"11420:322:21","statements":[{"body":{"nodeType":"YulBlock","src":"11469:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"11471:77:21"},"nodeType":"YulFunctionCall","src":"11471:79:21"},"nodeType":"YulExpressionStatement","src":"11471:79:21"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"11448:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"11456:4:21","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11444:3:21"},"nodeType":"YulFunctionCall","src":"11444:17:21"},{"name":"end","nodeType":"YulIdentifier","src":"11463:3:21"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11440:3:21"},"nodeType":"YulFunctionCall","src":"11440:27:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"11433:6:21"},"nodeType":"YulFunctionCall","src":"11433:35:21"},"nodeType":"YulIf","src":"11430:122:21"},{"nodeType":"YulVariableDeclaration","src":"11561:34:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"11588:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"11575:12:21"},"nodeType":"YulFunctionCall","src":"11575:20:21"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"11565:6:21","type":""}]},{"nodeType":"YulAssignment","src":"11604:132:21","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"11709:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"11717:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11705:3:21"},"nodeType":"YulFunctionCall","src":"11705:17:21"},{"name":"length","nodeType":"YulIdentifier","src":"11724:6:21"},{"name":"end","nodeType":"YulIdentifier","src":"11732:3:21"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"11613:91:21"},"nodeType":"YulFunctionCall","src":"11613:123:21"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"11604:5:21"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"11398:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"11406:3:21","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"11414:5:21","type":""}],"src":"11314:428:21"},{"body":{"nodeType":"YulBlock","src":"11885:605:21","statements":[{"body":{"nodeType":"YulBlock","src":"11931:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11933:77:21"},"nodeType":"YulFunctionCall","src":"11933:79:21"},"nodeType":"YulExpressionStatement","src":"11933:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11906:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"11915:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11902:3:21"},"nodeType":"YulFunctionCall","src":"11902:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"11927:2:21","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11898:3:21"},"nodeType":"YulFunctionCall","src":"11898:32:21"},"nodeType":"YulIf","src":"11895:119:21"},{"nodeType":"YulBlock","src":"12024:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"12039:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"12053:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"12043:6:21","type":""}]},{"nodeType":"YulAssignment","src":"12068:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12103:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"12114:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12099:3:21"},"nodeType":"YulFunctionCall","src":"12099:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"12123:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"12078:20:21"},"nodeType":"YulFunctionCall","src":"12078:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"12068:6:21"}]}]},{"nodeType":"YulBlock","src":"12151:332:21","statements":[{"nodeType":"YulVariableDeclaration","src":"12166:46:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12197:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"12208:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12193:3:21"},"nodeType":"YulFunctionCall","src":"12193:18:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"12180:12:21"},"nodeType":"YulFunctionCall","src":"12180:32:21"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"12170:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"12259:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"12261:77:21"},"nodeType":"YulFunctionCall","src":"12261:79:21"},"nodeType":"YulExpressionStatement","src":"12261:79:21"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"12231:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"12239:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"12228:2:21"},"nodeType":"YulFunctionCall","src":"12228:30:21"},"nodeType":"YulIf","src":"12225:117:21"},{"nodeType":"YulAssignment","src":"12356:117:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12445:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"12456:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12441:3:21"},"nodeType":"YulFunctionCall","src":"12441:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"12465:7:21"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"12366:74:21"},"nodeType":"YulFunctionCall","src":"12366:107:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"12356:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11847:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11858:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11870:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"11878:6:21","type":""}],"src":"11748:742:21"},{"body":{"nodeType":"YulBlock","src":"12554:40:21","statements":[{"nodeType":"YulAssignment","src":"12565:22:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12581:5:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12575:5:21"},"nodeType":"YulFunctionCall","src":"12575:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"12565:6:21"}]}]},"name":"array_length_t_bytes_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12537:5:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"12547:6:21","type":""}],"src":"12496:98:21"},{"body":{"nodeType":"YulBlock","src":"12695:73:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12712:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"12717:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12705:6:21"},"nodeType":"YulFunctionCall","src":"12705:19:21"},"nodeType":"YulExpressionStatement","src":"12705:19:21"},{"nodeType":"YulAssignment","src":"12733:29:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12752:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"12757:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12748:3:21"},"nodeType":"YulFunctionCall","src":"12748:14:21"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"12733:11:21"}]}]},"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12667:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"12672:6:21","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"12683:11:21","type":""}],"src":"12600:168:21"},{"body":{"nodeType":"YulBlock","src":"12836:184:21","statements":[{"nodeType":"YulVariableDeclaration","src":"12846:10:21","value":{"kind":"number","nodeType":"YulLiteral","src":"12855:1:21","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"12850:1:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"12915:63:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"12940:3:21"},{"name":"i","nodeType":"YulIdentifier","src":"12945:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12936:3:21"},"nodeType":"YulFunctionCall","src":"12936:11:21"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"12959:3:21"},{"name":"i","nodeType":"YulIdentifier","src":"12964:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12955:3:21"},"nodeType":"YulFunctionCall","src":"12955:11:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12949:5:21"},"nodeType":"YulFunctionCall","src":"12949:18:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12929:6:21"},"nodeType":"YulFunctionCall","src":"12929:39:21"},"nodeType":"YulExpressionStatement","src":"12929:39:21"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"12876:1:21"},{"name":"length","nodeType":"YulIdentifier","src":"12879:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"12873:2:21"},"nodeType":"YulFunctionCall","src":"12873:13:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"12887:19:21","statements":[{"nodeType":"YulAssignment","src":"12889:15:21","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"12898:1:21"},{"kind":"number","nodeType":"YulLiteral","src":"12901:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12894:3:21"},"nodeType":"YulFunctionCall","src":"12894:10:21"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"12889:1:21"}]}]},"pre":{"nodeType":"YulBlock","src":"12869:3:21","statements":[]},"src":"12865:113:21"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"12998:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"13003:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12994:3:21"},"nodeType":"YulFunctionCall","src":"12994:16:21"},{"kind":"number","nodeType":"YulLiteral","src":"13012:1:21","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12987:6:21"},"nodeType":"YulFunctionCall","src":"12987:27:21"},"nodeType":"YulExpressionStatement","src":"12987:27:21"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"12818:3:21","type":""},{"name":"dst","nodeType":"YulTypedName","src":"12823:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"12828:6:21","type":""}],"src":"12774:246:21"},{"body":{"nodeType":"YulBlock","src":"13116:283:21","statements":[{"nodeType":"YulVariableDeclaration","src":"13126:52:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13172:5:21"}],"functionName":{"name":"array_length_t_bytes_memory_ptr","nodeType":"YulIdentifier","src":"13140:31:21"},"nodeType":"YulFunctionCall","src":"13140:38:21"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"13130:6:21","type":""}]},{"nodeType":"YulAssignment","src":"13187:77:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13252:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"13257:6:21"}],"functionName":{"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13194:57:21"},"nodeType":"YulFunctionCall","src":"13194:70:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13187:3:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13312:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"13319:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13308:3:21"},"nodeType":"YulFunctionCall","src":"13308:16:21"},{"name":"pos","nodeType":"YulIdentifier","src":"13326:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"13331:6:21"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"13273:34:21"},"nodeType":"YulFunctionCall","src":"13273:65:21"},"nodeType":"YulExpressionStatement","src":"13273:65:21"},{"nodeType":"YulAssignment","src":"13347:46:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13358:3:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"13385:6:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"13363:21:21"},"nodeType":"YulFunctionCall","src":"13363:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13354:3:21"},"nodeType":"YulFunctionCall","src":"13354:39:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13347:3:21"}]}]},"name":"abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"13097:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"13104:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13112:3:21","type":""}],"src":"13026:373:21"},{"body":{"nodeType":"YulBlock","src":"13521:193:21","statements":[{"nodeType":"YulAssignment","src":"13531:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13543:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"13554:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13539:3:21"},"nodeType":"YulFunctionCall","src":"13539:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13531:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13578:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"13589:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13574:3:21"},"nodeType":"YulFunctionCall","src":"13574:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13597:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"13603:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13593:3:21"},"nodeType":"YulFunctionCall","src":"13593:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13567:6:21"},"nodeType":"YulFunctionCall","src":"13567:47:21"},"nodeType":"YulExpressionStatement","src":"13567:47:21"},{"nodeType":"YulAssignment","src":"13623:84:21","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"13693:6:21"},{"name":"tail","nodeType":"YulIdentifier","src":"13702:4:21"}],"functionName":{"name":"abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13631:61:21"},"nodeType":"YulFunctionCall","src":"13631:76:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13623:4:21"}]}]},"name":"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13493:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"13505:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13516:4:21","type":""}],"src":"13405:309:21"},{"body":{"nodeType":"YulBlock","src":"13762:48:21","statements":[{"nodeType":"YulAssignment","src":"13772:32:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13797:5:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"13790:6:21"},"nodeType":"YulFunctionCall","src":"13790:13:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"13783:6:21"},"nodeType":"YulFunctionCall","src":"13783:21:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"13772:7:21"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"13744:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"13754:7:21","type":""}],"src":"13720:90:21"},{"body":{"nodeType":"YulBlock","src":"13875:50:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13892:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13912:5:21"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"13897:14:21"},"nodeType":"YulFunctionCall","src":"13897:21:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13885:6:21"},"nodeType":"YulFunctionCall","src":"13885:34:21"},"nodeType":"YulExpressionStatement","src":"13885:34:21"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"13863:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"13870:3:21","type":""}],"src":"13816:109:21"},{"body":{"nodeType":"YulBlock","src":"14023:118:21","statements":[{"nodeType":"YulAssignment","src":"14033:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14045:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"14056:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14041:3:21"},"nodeType":"YulFunctionCall","src":"14041:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14033:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14107:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14120:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"14131:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14116:3:21"},"nodeType":"YulFunctionCall","src":"14116:17:21"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"14069:37:21"},"nodeType":"YulFunctionCall","src":"14069:65:21"},"nodeType":"YulExpressionStatement","src":"14069:65:21"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13995:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14007:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14018:4:21","type":""}],"src":"13931:210:21"},{"body":{"nodeType":"YulBlock","src":"14191:57:21","statements":[{"nodeType":"YulAssignment","src":"14201:41:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14216:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"14223:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"14212:3:21"},"nodeType":"YulFunctionCall","src":"14212:30:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"14201:7:21"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"14173:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"14183:7:21","type":""}],"src":"14147:101:21"},{"body":{"nodeType":"YulBlock","src":"14296:78:21","statements":[{"body":{"nodeType":"YulBlock","src":"14352:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"14361:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"14364:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"14354:6:21"},"nodeType":"YulFunctionCall","src":"14354:12:21"},"nodeType":"YulExpressionStatement","src":"14354:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14319:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14343:5:21"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"14326:16:21"},"nodeType":"YulFunctionCall","src":"14326:23:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"14316:2:21"},"nodeType":"YulFunctionCall","src":"14316:34:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"14309:6:21"},"nodeType":"YulFunctionCall","src":"14309:42:21"},"nodeType":"YulIf","src":"14306:62:21"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"14289:5:21","type":""}],"src":"14254:120:21"},{"body":{"nodeType":"YulBlock","src":"14431:86:21","statements":[{"nodeType":"YulAssignment","src":"14441:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"14463:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"14450:12:21"},"nodeType":"YulFunctionCall","src":"14450:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"14441:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14505:5:21"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"14479:25:21"},"nodeType":"YulFunctionCall","src":"14479:32:21"},"nodeType":"YulExpressionStatement","src":"14479:32:21"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"14409:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"14417:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"14425:5:21","type":""}],"src":"14380:137:21"},{"body":{"nodeType":"YulBlock","src":"14563:76:21","statements":[{"body":{"nodeType":"YulBlock","src":"14617:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"14626:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"14629:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"14619:6:21"},"nodeType":"YulFunctionCall","src":"14619:12:21"},"nodeType":"YulExpressionStatement","src":"14619:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14586:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14608:5:21"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"14593:14:21"},"nodeType":"YulFunctionCall","src":"14593:21:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"14583:2:21"},"nodeType":"YulFunctionCall","src":"14583:32:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"14576:6:21"},"nodeType":"YulFunctionCall","src":"14576:40:21"},"nodeType":"YulIf","src":"14573:60:21"}]},"name":"validator_revert_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"14556:5:21","type":""}],"src":"14523:116:21"},{"body":{"nodeType":"YulBlock","src":"14694:84:21","statements":[{"nodeType":"YulAssignment","src":"14704:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"14726:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"14713:12:21"},"nodeType":"YulFunctionCall","src":"14713:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"14704:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14766:5:21"}],"functionName":{"name":"validator_revert_t_bool","nodeType":"YulIdentifier","src":"14742:23:21"},"nodeType":"YulFunctionCall","src":"14742:30:21"},"nodeType":"YulExpressionStatement","src":"14742:30:21"}]},"name":"abi_decode_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"14672:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"14680:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"14688:5:21","type":""}],"src":"14645:133:21"},{"body":{"nodeType":"YulBlock","src":"14931:902:21","statements":[{"body":{"nodeType":"YulBlock","src":"14978:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"14980:77:21"},"nodeType":"YulFunctionCall","src":"14980:79:21"},"nodeType":"YulExpressionStatement","src":"14980:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"14952:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"14961:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"14948:3:21"},"nodeType":"YulFunctionCall","src":"14948:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"14973:3:21","type":"","value":"192"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"14944:3:21"},"nodeType":"YulFunctionCall","src":"14944:33:21"},"nodeType":"YulIf","src":"14941:120:21"},{"nodeType":"YulBlock","src":"15071:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"15086:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"15100:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"15090:6:21","type":""}]},{"nodeType":"YulAssignment","src":"15115:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15150:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"15161:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15146:3:21"},"nodeType":"YulFunctionCall","src":"15146:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"15170:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"15125:20:21"},"nodeType":"YulFunctionCall","src":"15125:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"15115:6:21"}]}]},{"nodeType":"YulBlock","src":"15198:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"15213:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"15227:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"15217:6:21","type":""}]},{"nodeType":"YulAssignment","src":"15243:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15278:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"15289:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15274:3:21"},"nodeType":"YulFunctionCall","src":"15274:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"15298:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"15253:20:21"},"nodeType":"YulFunctionCall","src":"15253:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"15243:6:21"}]}]},{"nodeType":"YulBlock","src":"15326:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"15341:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"15355:2:21","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"15345:6:21","type":""}]},{"nodeType":"YulAssignment","src":"15371:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15406:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"15417:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15402:3:21"},"nodeType":"YulFunctionCall","src":"15402:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"15426:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"15381:20:21"},"nodeType":"YulFunctionCall","src":"15381:53:21"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"15371:6:21"}]}]},{"nodeType":"YulBlock","src":"15454:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"15469:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"15483:2:21","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"15473:6:21","type":""}]},{"nodeType":"YulAssignment","src":"15499:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15534:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"15545:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15530:3:21"},"nodeType":"YulFunctionCall","src":"15530:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"15554:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"15509:20:21"},"nodeType":"YulFunctionCall","src":"15509:53:21"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"15499:6:21"}]}]},{"nodeType":"YulBlock","src":"15582:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"15597:17:21","value":{"kind":"number","nodeType":"YulLiteral","src":"15611:3:21","type":"","value":"128"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"15601:6:21","type":""}]},{"nodeType":"YulAssignment","src":"15628:62:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15662:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"15673:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15658:3:21"},"nodeType":"YulFunctionCall","src":"15658:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"15682:7:21"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"15638:19:21"},"nodeType":"YulFunctionCall","src":"15638:52:21"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"15628:6:21"}]}]},{"nodeType":"YulBlock","src":"15710:116:21","statements":[{"nodeType":"YulVariableDeclaration","src":"15725:17:21","value":{"kind":"number","nodeType":"YulLiteral","src":"15739:3:21","type":"","value":"160"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"15729:6:21","type":""}]},{"nodeType":"YulAssignment","src":"15756:60:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15788:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"15799:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15784:3:21"},"nodeType":"YulFunctionCall","src":"15784:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"15808:7:21"}],"functionName":{"name":"abi_decode_t_bool","nodeType":"YulIdentifier","src":"15766:17:21"},"nodeType":"YulFunctionCall","src":"15766:50:21"},"variableNames":[{"name":"value5","nodeType":"YulIdentifier","src":"15756:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_bytes32t_bytes32t_addresst_uint64t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14861:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"14872:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"14884:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"14892:6:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"14900:6:21","type":""},{"name":"value3","nodeType":"YulTypedName","src":"14908:6:21","type":""},{"name":"value4","nodeType":"YulTypedName","src":"14916:6:21","type":""},{"name":"value5","nodeType":"YulTypedName","src":"14924:6:21","type":""}],"src":"14784:1049:21"},{"body":{"nodeType":"YulBlock","src":"15904:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15921:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15944:5:21"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"15926:17:21"},"nodeType":"YulFunctionCall","src":"15926:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15914:6:21"},"nodeType":"YulFunctionCall","src":"15914:37:21"},"nodeType":"YulExpressionStatement","src":"15914:37:21"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15892:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15899:3:21","type":""}],"src":"15839:118:21"},{"body":{"nodeType":"YulBlock","src":"16089:206:21","statements":[{"nodeType":"YulAssignment","src":"16099:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16111:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"16122:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16107:3:21"},"nodeType":"YulFunctionCall","src":"16107:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16099:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"16179:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16192:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"16203:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16188:3:21"},"nodeType":"YulFunctionCall","src":"16188:17:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"16135:43:21"},"nodeType":"YulFunctionCall","src":"16135:71:21"},"nodeType":"YulExpressionStatement","src":"16135:71:21"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"16260:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16273:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"16284:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16269:3:21"},"nodeType":"YulFunctionCall","src":"16269:18:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"16216:43:21"},"nodeType":"YulFunctionCall","src":"16216:72:21"},"nodeType":"YulExpressionStatement","src":"16216:72:21"}]},"name":"abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16053:9:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"16065:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"16073:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16084:4:21","type":""}],"src":"15963:332:21"},{"body":{"nodeType":"YulBlock","src":"16367:263:21","statements":[{"body":{"nodeType":"YulBlock","src":"16413:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"16415:77:21"},"nodeType":"YulFunctionCall","src":"16415:79:21"},"nodeType":"YulExpressionStatement","src":"16415:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"16388:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"16397:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16384:3:21"},"nodeType":"YulFunctionCall","src":"16384:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"16409:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"16380:3:21"},"nodeType":"YulFunctionCall","src":"16380:32:21"},"nodeType":"YulIf","src":"16377:119:21"},{"nodeType":"YulBlock","src":"16506:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"16521:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"16535:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"16525:6:21","type":""}]},{"nodeType":"YulAssignment","src":"16550:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16585:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"16596:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16581:3:21"},"nodeType":"YulFunctionCall","src":"16581:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"16605:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"16560:20:21"},"nodeType":"YulFunctionCall","src":"16560:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"16550:6:21"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16337:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"16348:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"16360:6:21","type":""}],"src":"16301:329:21"},{"body":{"nodeType":"YulBlock","src":"16691:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16708:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16731:5:21"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"16713:17:21"},"nodeType":"YulFunctionCall","src":"16713:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16701:6:21"},"nodeType":"YulFunctionCall","src":"16701:37:21"},"nodeType":"YulExpressionStatement","src":"16701:37:21"}]},"name":"abi_encode_t_address_to_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"16679:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"16686:3:21","type":""}],"src":"16636:108:21"},{"body":{"nodeType":"YulBlock","src":"16805:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16822:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16845:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"16827:17:21"},"nodeType":"YulFunctionCall","src":"16827:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16815:6:21"},"nodeType":"YulFunctionCall","src":"16815:37:21"},"nodeType":"YulExpressionStatement","src":"16815:37:21"}]},"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"16793:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"16800:3:21","type":""}],"src":"16750:108:21"},{"body":{"nodeType":"YulBlock","src":"16917:52:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16934:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16956:5:21"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"16939:16:21"},"nodeType":"YulFunctionCall","src":"16939:23:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16927:6:21"},"nodeType":"YulFunctionCall","src":"16927:36:21"},"nodeType":"YulExpressionStatement","src":"16927:36:21"}]},"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"16905:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"16912:3:21","type":""}],"src":"16864:105:21"},{"body":{"nodeType":"YulBlock","src":"17024:50:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17041:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17061:5:21"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"17046:14:21"},"nodeType":"YulFunctionCall","src":"17046:21:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17034:6:21"},"nodeType":"YulFunctionCall","src":"17034:34:21"},"nodeType":"YulExpressionStatement","src":"17034:34:21"}]},"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17012:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"17019:3:21","type":""}],"src":"16975:99:21"},{"body":{"nodeType":"YulBlock","src":"17248:1651:21","statements":[{"nodeType":"YulVariableDeclaration","src":"17258:28:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17274:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"17279:6:21","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17270:3:21"},"nodeType":"YulFunctionCall","src":"17270:16:21"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"17262:4:21","type":""}]},{"nodeType":"YulBlock","src":"17296:166:21","statements":[{"nodeType":"YulVariableDeclaration","src":"17333:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17363:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"17370:4:21","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17359:3:21"},"nodeType":"YulFunctionCall","src":"17359:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"17353:5:21"},"nodeType":"YulFunctionCall","src":"17353:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"17337:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"17423:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17441:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"17446:4:21","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17437:3:21"},"nodeType":"YulFunctionCall","src":"17437:14:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"17389:33:21"},"nodeType":"YulFunctionCall","src":"17389:63:21"},"nodeType":"YulExpressionStatement","src":"17389:63:21"}]},{"nodeType":"YulBlock","src":"17472:165:21","statements":[{"nodeType":"YulVariableDeclaration","src":"17508:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17538:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"17545:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17534:3:21"},"nodeType":"YulFunctionCall","src":"17534:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"17528:5:21"},"nodeType":"YulFunctionCall","src":"17528:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"17512:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"17598:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17616:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"17621:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17612:3:21"},"nodeType":"YulFunctionCall","src":"17612:14:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"17564:33:21"},"nodeType":"YulFunctionCall","src":"17564:63:21"},"nodeType":"YulExpressionStatement","src":"17564:63:21"}]},{"nodeType":"YulBlock","src":"17647:178:21","statements":[{"nodeType":"YulVariableDeclaration","src":"17696:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17726:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"17733:4:21","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17722:3:21"},"nodeType":"YulFunctionCall","src":"17722:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"17716:5:21"},"nodeType":"YulFunctionCall","src":"17716:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"17700:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"17786:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17804:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"17809:4:21","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17800:3:21"},"nodeType":"YulFunctionCall","src":"17800:14:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"17752:33:21"},"nodeType":"YulFunctionCall","src":"17752:63:21"},"nodeType":"YulExpressionStatement","src":"17752:63:21"}]},{"nodeType":"YulBlock","src":"17835:169:21","statements":[{"nodeType":"YulVariableDeclaration","src":"17875:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17905:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"17912:4:21","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17901:3:21"},"nodeType":"YulFunctionCall","src":"17901:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"17895:5:21"},"nodeType":"YulFunctionCall","src":"17895:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"17879:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"17965:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17983:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"17988:4:21","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17979:3:21"},"nodeType":"YulFunctionCall","src":"17979:14:21"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"17931:33:21"},"nodeType":"YulFunctionCall","src":"17931:63:21"},"nodeType":"YulExpressionStatement","src":"17931:63:21"}]},{"nodeType":"YulBlock","src":"18014:162:21","statements":[{"nodeType":"YulVariableDeclaration","src":"18049:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"18079:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"18086:4:21","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18075:3:21"},"nodeType":"YulFunctionCall","src":"18075:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"18069:5:21"},"nodeType":"YulFunctionCall","src":"18069:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"18053:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"18137:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18155:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"18160:4:21","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18151:3:21"},"nodeType":"YulFunctionCall","src":"18151:14:21"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulIdentifier","src":"18105:31:21"},"nodeType":"YulFunctionCall","src":"18105:61:21"},"nodeType":"YulExpressionStatement","src":"18105:61:21"}]},{"nodeType":"YulBlock","src":"18186:165:21","statements":[{"nodeType":"YulVariableDeclaration","src":"18228:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"18258:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"18265:4:21","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18254:3:21"},"nodeType":"YulFunctionCall","src":"18254:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"18248:5:21"},"nodeType":"YulFunctionCall","src":"18248:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"18232:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"18312:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18330:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"18335:4:21","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18326:3:21"},"nodeType":"YulFunctionCall","src":"18326:14:21"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"18284:27:21"},"nodeType":"YulFunctionCall","src":"18284:57:21"},"nodeType":"YulExpressionStatement","src":"18284:57:21"}]},{"nodeType":"YulBlock","src":"18361:173:21","statements":[{"nodeType":"YulVariableDeclaration","src":"18405:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"18435:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"18442:4:21","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18431:3:21"},"nodeType":"YulFunctionCall","src":"18431:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"18425:5:21"},"nodeType":"YulFunctionCall","src":"18425:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"18409:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"18495:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18513:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"18518:4:21","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18509:3:21"},"nodeType":"YulFunctionCall","src":"18509:14:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"18461:33:21"},"nodeType":"YulFunctionCall","src":"18461:63:21"},"nodeType":"YulExpressionStatement","src":"18461:63:21"}]},{"nodeType":"YulBlock","src":"18544:168:21","statements":[{"nodeType":"YulVariableDeclaration","src":"18585:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"18615:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"18622:4:21","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18611:3:21"},"nodeType":"YulFunctionCall","src":"18611:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"18605:5:21"},"nodeType":"YulFunctionCall","src":"18605:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"18589:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"18673:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18691:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"18696:4:21","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18687:3:21"},"nodeType":"YulFunctionCall","src":"18687:14:21"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulIdentifier","src":"18641:31:21"},"nodeType":"YulFunctionCall","src":"18641:61:21"},"nodeType":"YulExpressionStatement","src":"18641:61:21"}]},{"nodeType":"YulBlock","src":"18722:170:21","statements":[{"nodeType":"YulVariableDeclaration","src":"18759:45:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"18789:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"18796:6:21","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18785:3:21"},"nodeType":"YulFunctionCall","src":"18785:18:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"18779:5:21"},"nodeType":"YulFunctionCall","src":"18779:25:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"18763:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"18851:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18869:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"18874:6:21","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18865:3:21"},"nodeType":"YulFunctionCall","src":"18865:16:21"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"18817:33:21"},"nodeType":"YulFunctionCall","src":"18817:65:21"},"nodeType":"YulExpressionStatement","src":"18817:65:21"}]}]},"name":"abi_encode_t_struct$_Order_$4634_memory_ptr_to_t_struct$_Order_$4634_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17235:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"17242:3:21","type":""}],"src":"17136:1763:21"},{"body":{"nodeType":"YulBlock","src":"19049:171:21","statements":[{"nodeType":"YulAssignment","src":"19059:27:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19071:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"19082:3:21","type":"","value":"288"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19067:3:21"},"nodeType":"YulFunctionCall","src":"19067:19:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"19059:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"19186:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19199:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"19210:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19195:3:21"},"nodeType":"YulFunctionCall","src":"19195:17:21"}],"functionName":{"name":"abi_encode_t_struct$_Order_$4634_memory_ptr_to_t_struct$_Order_$4634_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"19096:89:21"},"nodeType":"YulFunctionCall","src":"19096:117:21"},"nodeType":"YulExpressionStatement","src":"19096:117:21"}]},"name":"abi_encode_tuple_t_struct$_Order_$4634_memory_ptr__to_t_struct$_Order_$4634_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"19021:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"19033:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"19044:4:21","type":""}],"src":"18905:315:21"},{"body":{"nodeType":"YulBlock","src":"19309:391:21","statements":[{"body":{"nodeType":"YulBlock","src":"19355:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"19357:77:21"},"nodeType":"YulFunctionCall","src":"19357:79:21"},"nodeType":"YulExpressionStatement","src":"19357:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"19330:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"19339:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"19326:3:21"},"nodeType":"YulFunctionCall","src":"19326:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"19351:2:21","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"19322:3:21"},"nodeType":"YulFunctionCall","src":"19322:32:21"},"nodeType":"YulIf","src":"19319:119:21"},{"nodeType":"YulBlock","src":"19448:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"19463:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"19477:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19467:6:21","type":""}]},{"nodeType":"YulAssignment","src":"19492:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19527:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"19538:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19523:3:21"},"nodeType":"YulFunctionCall","src":"19523:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19547:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"19502:20:21"},"nodeType":"YulFunctionCall","src":"19502:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"19492:6:21"}]}]},{"nodeType":"YulBlock","src":"19575:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"19590:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"19604:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19594:6:21","type":""}]},{"nodeType":"YulAssignment","src":"19620:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19655:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"19666:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19651:3:21"},"nodeType":"YulFunctionCall","src":"19651:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19675:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19630:20:21"},"nodeType":"YulFunctionCall","src":"19630:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"19620:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"19271:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"19282:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"19294:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"19302:6:21","type":""}],"src":"19226:474:21"},{"body":{"nodeType":"YulBlock","src":"19771:262:21","statements":[{"body":{"nodeType":"YulBlock","src":"19817:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"19819:77:21"},"nodeType":"YulFunctionCall","src":"19819:79:21"},"nodeType":"YulExpressionStatement","src":"19819:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"19792:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"19801:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"19788:3:21"},"nodeType":"YulFunctionCall","src":"19788:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"19813:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"19784:3:21"},"nodeType":"YulFunctionCall","src":"19784:32:21"},"nodeType":"YulIf","src":"19781:119:21"},{"nodeType":"YulBlock","src":"19910:116:21","statements":[{"nodeType":"YulVariableDeclaration","src":"19925:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"19939:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19929:6:21","type":""}]},{"nodeType":"YulAssignment","src":"19954:62:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19988:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"19999:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19984:3:21"},"nodeType":"YulFunctionCall","src":"19984:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20008:7:21"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"19964:19:21"},"nodeType":"YulFunctionCall","src":"19964:52:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"19954:6:21"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"19741:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"19752:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"19764:6:21","type":""}],"src":"19706:327:21"},{"body":{"nodeType":"YulBlock","src":"20137:124:21","statements":[{"nodeType":"YulAssignment","src":"20147:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20159:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"20170:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20155:3:21"},"nodeType":"YulFunctionCall","src":"20155:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"20147:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"20227:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20240:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"20251:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20236:3:21"},"nodeType":"YulFunctionCall","src":"20236:17:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"20183:43:21"},"nodeType":"YulFunctionCall","src":"20183:71:21"},"nodeType":"YulExpressionStatement","src":"20183:71:21"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"20109:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"20121:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"20132:4:21","type":""}],"src":"20039:222:21"},{"body":{"nodeType":"YulBlock","src":"20364:516:21","statements":[{"body":{"nodeType":"YulBlock","src":"20410:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"20412:77:21"},"nodeType":"YulFunctionCall","src":"20412:79:21"},"nodeType":"YulExpressionStatement","src":"20412:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"20385:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"20394:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"20381:3:21"},"nodeType":"YulFunctionCall","src":"20381:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"20406:2:21","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"20377:3:21"},"nodeType":"YulFunctionCall","src":"20377:32:21"},"nodeType":"YulIf","src":"20374:119:21"},{"nodeType":"YulBlock","src":"20503:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"20518:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"20532:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20522:6:21","type":""}]},{"nodeType":"YulAssignment","src":"20547:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20582:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"20593:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20578:3:21"},"nodeType":"YulFunctionCall","src":"20578:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20602:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"20557:20:21"},"nodeType":"YulFunctionCall","src":"20557:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"20547:6:21"}]}]},{"nodeType":"YulBlock","src":"20630:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"20645:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"20659:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20649:6:21","type":""}]},{"nodeType":"YulAssignment","src":"20675:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20710:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"20721:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20706:3:21"},"nodeType":"YulFunctionCall","src":"20706:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20730:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"20685:20:21"},"nodeType":"YulFunctionCall","src":"20685:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"20675:6:21"}]}]},{"nodeType":"YulBlock","src":"20758:115:21","statements":[{"nodeType":"YulVariableDeclaration","src":"20773:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"20787:2:21","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20777:6:21","type":""}]},{"nodeType":"YulAssignment","src":"20803:60:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20835:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"20846:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20831:3:21"},"nodeType":"YulFunctionCall","src":"20831:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20855:7:21"}],"functionName":{"name":"abi_decode_t_bool","nodeType":"YulIdentifier","src":"20813:17:21"},"nodeType":"YulFunctionCall","src":"20813:50:21"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"20803:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"20318:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"20329:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"20341:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"20349:6:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"20357:6:21","type":""}],"src":"20267:613:21"},{"body":{"nodeType":"YulBlock","src":"20949:52:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"20966:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"20988:5:21"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"20971:16:21"},"nodeType":"YulFunctionCall","src":"20971:23:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"20959:6:21"},"nodeType":"YulFunctionCall","src":"20959:36:21"},"nodeType":"YulExpressionStatement","src":"20959:36:21"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"20937:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"20944:3:21","type":""}],"src":"20886:115:21"},{"body":{"nodeType":"YulBlock","src":"21072:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21089:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"21112:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"21094:17:21"},"nodeType":"YulFunctionCall","src":"21094:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21082:6:21"},"nodeType":"YulFunctionCall","src":"21082:37:21"},"nodeType":"YulExpressionStatement","src":"21082:37:21"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21060:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"21067:3:21","type":""}],"src":"21007:118:21"},{"body":{"nodeType":"YulBlock","src":"21255:204:21","statements":[{"nodeType":"YulAssignment","src":"21265:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"21277:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"21288:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21273:3:21"},"nodeType":"YulFunctionCall","src":"21273:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"21265:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"21343:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"21356:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"21367:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21352:3:21"},"nodeType":"YulFunctionCall","src":"21352:17:21"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"21301:41:21"},"nodeType":"YulFunctionCall","src":"21301:69:21"},"nodeType":"YulExpressionStatement","src":"21301:69:21"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"21424:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"21437:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"21448:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21433:3:21"},"nodeType":"YulFunctionCall","src":"21433:18:21"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"21380:43:21"},"nodeType":"YulFunctionCall","src":"21380:72:21"},"nodeType":"YulExpressionStatement","src":"21380:72:21"}]},"name":"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"21219:9:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"21231:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"21239:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"21250:4:21","type":""}],"src":"21131:328:21"},{"body":{"nodeType":"YulBlock","src":"21689:395:21","statements":[{"nodeType":"YulVariableDeclaration","src":"21699:26:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21715:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"21720:4:21","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21711:3:21"},"nodeType":"YulFunctionCall","src":"21711:14:21"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"21703:4:21","type":""}]},{"nodeType":"YulBlock","src":"21735:164:21","statements":[{"nodeType":"YulVariableDeclaration","src":"21770:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"21800:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"21807:4:21","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21796:3:21"},"nodeType":"YulFunctionCall","src":"21796:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"21790:5:21"},"nodeType":"YulFunctionCall","src":"21790:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"21774:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"21860:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21878:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"21883:4:21","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21874:3:21"},"nodeType":"YulFunctionCall","src":"21874:14:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"21826:33:21"},"nodeType":"YulFunctionCall","src":"21826:63:21"},"nodeType":"YulExpressionStatement","src":"21826:63:21"}]},{"nodeType":"YulBlock","src":"21909:168:21","statements":[{"nodeType":"YulVariableDeclaration","src":"21948:43:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"21978:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"21985:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21974:3:21"},"nodeType":"YulFunctionCall","src":"21974:16:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"21968:5:21"},"nodeType":"YulFunctionCall","src":"21968:23:21"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"21952:12:21","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"22038:12:21"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22056:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"22061:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22052:3:21"},"nodeType":"YulFunctionCall","src":"22052:14:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"22004:33:21"},"nodeType":"YulFunctionCall","src":"22004:63:21"},"nodeType":"YulExpressionStatement","src":"22004:63:21"}]}]},"name":"abi_encode_t_struct$_InstitutionByCode_$4753_memory_ptr_to_t_struct$_InstitutionByCode_$4753_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21676:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"21683:3:21","type":""}],"src":"21553:531:21"},{"body":{"nodeType":"YulBlock","src":"22258:194:21","statements":[{"nodeType":"YulAssignment","src":"22268:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"22280:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"22291:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22276:3:21"},"nodeType":"YulFunctionCall","src":"22276:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"22268:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"22418:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"22431:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"22442:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22427:3:21"},"nodeType":"YulFunctionCall","src":"22427:17:21"}],"functionName":{"name":"abi_encode_t_struct$_InstitutionByCode_$4753_memory_ptr_to_t_struct$_InstitutionByCode_$4753_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"22304:113:21"},"nodeType":"YulFunctionCall","src":"22304:141:21"},"nodeType":"YulExpressionStatement","src":"22304:141:21"}]},"name":"abi_encode_tuple_t_struct$_InstitutionByCode_$4753_memory_ptr__to_t_struct$_InstitutionByCode_$4753_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"22230:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"22242:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"22253:4:21","type":""}],"src":"22090:362:21"},{"body":{"nodeType":"YulBlock","src":"22545:478:21","statements":[{"body":{"nodeType":"YulBlock","src":"22594:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"22596:77:21"},"nodeType":"YulFunctionCall","src":"22596:79:21"},"nodeType":"YulExpressionStatement","src":"22596:79:21"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"22573:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"22581:4:21","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22569:3:21"},"nodeType":"YulFunctionCall","src":"22569:17:21"},{"name":"end","nodeType":"YulIdentifier","src":"22588:3:21"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"22565:3:21"},"nodeType":"YulFunctionCall","src":"22565:27:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"22558:6:21"},"nodeType":"YulFunctionCall","src":"22558:35:21"},"nodeType":"YulIf","src":"22555:122:21"},{"nodeType":"YulAssignment","src":"22686:30:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"22709:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"22696:12:21"},"nodeType":"YulFunctionCall","src":"22696:20:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"22686:6:21"}]},{"body":{"nodeType":"YulBlock","src":"22759:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"22761:77:21"},"nodeType":"YulFunctionCall","src":"22761:79:21"},"nodeType":"YulExpressionStatement","src":"22761:79:21"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"22731:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"22739:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"22728:2:21"},"nodeType":"YulFunctionCall","src":"22728:30:21"},"nodeType":"YulIf","src":"22725:117:21"},{"nodeType":"YulAssignment","src":"22851:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"22867:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"22875:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22863:3:21"},"nodeType":"YulFunctionCall","src":"22863:17:21"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"22851:8:21"}]},{"body":{"nodeType":"YulBlock","src":"22934:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"22936:77:21"},"nodeType":"YulFunctionCall","src":"22936:79:21"},"nodeType":"YulExpressionStatement","src":"22936:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"22899:8:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"22913:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"22921:4:21","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"22909:3:21"},"nodeType":"YulFunctionCall","src":"22909:17:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22895:3:21"},"nodeType":"YulFunctionCall","src":"22895:32:21"},{"name":"end","nodeType":"YulIdentifier","src":"22929:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"22892:2:21"},"nodeType":"YulFunctionCall","src":"22892:41:21"},"nodeType":"YulIf","src":"22889:128:21"}]},"name":"abi_decode_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"22512:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"22520:3:21","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"22528:8:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"22538:6:21","type":""}],"src":"22471:552:21"},{"body":{"nodeType":"YulBlock","src":"23114:442:21","statements":[{"body":{"nodeType":"YulBlock","src":"23160:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"23162:77:21"},"nodeType":"YulFunctionCall","src":"23162:79:21"},"nodeType":"YulExpressionStatement","src":"23162:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"23135:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"23144:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"23131:3:21"},"nodeType":"YulFunctionCall","src":"23131:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"23156:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"23127:3:21"},"nodeType":"YulFunctionCall","src":"23127:32:21"},"nodeType":"YulIf","src":"23124:119:21"},{"nodeType":"YulBlock","src":"23253:296:21","statements":[{"nodeType":"YulVariableDeclaration","src":"23268:45:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23299:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"23310:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23295:3:21"},"nodeType":"YulFunctionCall","src":"23295:17:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"23282:12:21"},"nodeType":"YulFunctionCall","src":"23282:31:21"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"23272:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"23360:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"23362:77:21"},"nodeType":"YulFunctionCall","src":"23362:79:21"},"nodeType":"YulExpressionStatement","src":"23362:79:21"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"23332:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"23340:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"23329:2:21"},"nodeType":"YulFunctionCall","src":"23329:30:21"},"nodeType":"YulIf","src":"23326:117:21"},{"nodeType":"YulAssignment","src":"23457:82:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23511:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"23522:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23507:3:21"},"nodeType":"YulFunctionCall","src":"23507:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"23531:7:21"}],"functionName":{"name":"abi_decode_t_bytes_calldata_ptr","nodeType":"YulIdentifier","src":"23475:31:21"},"nodeType":"YulFunctionCall","src":"23475:64:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"23457:6:21"},{"name":"value1","nodeType":"YulIdentifier","src":"23465:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"23076:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"23087:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"23099:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"23107:6:21","type":""}],"src":"23029:527:21"},{"body":{"nodeType":"YulBlock","src":"23662:519:21","statements":[{"body":{"nodeType":"YulBlock","src":"23708:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"23710:77:21"},"nodeType":"YulFunctionCall","src":"23710:79:21"},"nodeType":"YulExpressionStatement","src":"23710:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"23683:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"23692:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"23679:3:21"},"nodeType":"YulFunctionCall","src":"23679:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"23704:2:21","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"23675:3:21"},"nodeType":"YulFunctionCall","src":"23675:32:21"},"nodeType":"YulIf","src":"23672:119:21"},{"nodeType":"YulBlock","src":"23801:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"23816:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"23830:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"23820:6:21","type":""}]},{"nodeType":"YulAssignment","src":"23845:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23880:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"23891:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23876:3:21"},"nodeType":"YulFunctionCall","src":"23876:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"23900:7:21"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"23855:20:21"},"nodeType":"YulFunctionCall","src":"23855:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"23845:6:21"}]}]},{"nodeType":"YulBlock","src":"23928:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"23943:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"23957:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"23947:6:21","type":""}]},{"nodeType":"YulAssignment","src":"23973:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24008:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"24019:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24004:3:21"},"nodeType":"YulFunctionCall","src":"24004:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"24028:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"23983:20:21"},"nodeType":"YulFunctionCall","src":"23983:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"23973:6:21"}]}]},{"nodeType":"YulBlock","src":"24056:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"24071:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"24085:2:21","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"24075:6:21","type":""}]},{"nodeType":"YulAssignment","src":"24101:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24136:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"24147:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24132:3:21"},"nodeType":"YulFunctionCall","src":"24132:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"24156:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"24111:20:21"},"nodeType":"YulFunctionCall","src":"24111:53:21"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"24101:6:21"}]}]}]},"name":"abi_decode_tuple_t_uint256t_bytes32t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"23616:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"23627:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"23639:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"23647:6:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"23655:6:21","type":""}],"src":"23562:619:21"},{"body":{"nodeType":"YulBlock","src":"24215:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"24232:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"24235:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24225:6:21"},"nodeType":"YulFunctionCall","src":"24225:88:21"},"nodeType":"YulExpressionStatement","src":"24225:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"24329:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"24332:4:21","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24322:6:21"},"nodeType":"YulFunctionCall","src":"24322:15:21"},"nodeType":"YulExpressionStatement","src":"24322:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"24353:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"24356:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"24346:6:21"},"nodeType":"YulFunctionCall","src":"24346:15:21"},"nodeType":"YulExpressionStatement","src":"24346:15:21"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"24187:180:21"},{"body":{"nodeType":"YulBlock","src":"24469:73:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24486:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"24491:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24479:6:21"},"nodeType":"YulFunctionCall","src":"24479:19:21"},"nodeType":"YulExpressionStatement","src":"24479:19:21"},{"nodeType":"YulAssignment","src":"24507:29:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24526:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"24531:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24522:3:21"},"nodeType":"YulFunctionCall","src":"24522:14:21"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"24507:11:21"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24441:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"24446:6:21","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"24457:11:21","type":""}],"src":"24373:169:21"},{"body":{"nodeType":"YulBlock","src":"24654:62:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"24676:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"24684:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24672:3:21"},"nodeType":"YulFunctionCall","src":"24672:14:21"},{"hexValue":"496e76616c69644d65737361676548617368","kind":"string","nodeType":"YulLiteral","src":"24688:20:21","type":"","value":"InvalidMessageHash"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24665:6:21"},"nodeType":"YulFunctionCall","src":"24665:44:21"},"nodeType":"YulExpressionStatement","src":"24665:44:21"}]},"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"24646:6:21","type":""}],"src":"24548:168:21"},{"body":{"nodeType":"YulBlock","src":"24868:220:21","statements":[{"nodeType":"YulAssignment","src":"24878:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24944:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"24949:2:21","type":"","value":"18"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24885:58:21"},"nodeType":"YulFunctionCall","src":"24885:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"24878:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25050:3:21"}],"functionName":{"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulIdentifier","src":"24961:88:21"},"nodeType":"YulFunctionCall","src":"24961:93:21"},"nodeType":"YulExpressionStatement","src":"24961:93:21"},{"nodeType":"YulAssignment","src":"25063:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25074:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"25079:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25070:3:21"},"nodeType":"YulFunctionCall","src":"25070:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"25063:3:21"}]}]},"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24856:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"24864:3:21","type":""}],"src":"24722:366:21"},{"body":{"nodeType":"YulBlock","src":"25265:248:21","statements":[{"nodeType":"YulAssignment","src":"25275:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25287:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"25298:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25283:3:21"},"nodeType":"YulFunctionCall","src":"25283:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25275:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25322:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"25333:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25318:3:21"},"nodeType":"YulFunctionCall","src":"25318:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25341:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"25347:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"25337:3:21"},"nodeType":"YulFunctionCall","src":"25337:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25311:6:21"},"nodeType":"YulFunctionCall","src":"25311:47:21"},"nodeType":"YulExpressionStatement","src":"25311:47:21"},{"nodeType":"YulAssignment","src":"25367:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25501:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"25375:124:21"},"nodeType":"YulFunctionCall","src":"25375:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25367:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"25245:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"25260:4:21","type":""}],"src":"25094:419:21"},{"body":{"nodeType":"YulBlock","src":"25673:288:21","statements":[{"nodeType":"YulAssignment","src":"25683:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25695:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"25706:2:21","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25691:3:21"},"nodeType":"YulFunctionCall","src":"25691:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25683:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"25763:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25776:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"25787:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25772:3:21"},"nodeType":"YulFunctionCall","src":"25772:17:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"25719:43:21"},"nodeType":"YulFunctionCall","src":"25719:71:21"},"nodeType":"YulExpressionStatement","src":"25719:71:21"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"25844:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25857:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"25868:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25853:3:21"},"nodeType":"YulFunctionCall","src":"25853:18:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"25800:43:21"},"nodeType":"YulFunctionCall","src":"25800:72:21"},"nodeType":"YulExpressionStatement","src":"25800:72:21"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"25926:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25939:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"25950:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25935:3:21"},"nodeType":"YulFunctionCall","src":"25935:18:21"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"25882:43:21"},"nodeType":"YulFunctionCall","src":"25882:72:21"},"nodeType":"YulExpressionStatement","src":"25882:72:21"}]},"name":"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"25629:9:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"25641:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"25649:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"25657:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"25668:4:21","type":""}],"src":"25519:442:21"},{"body":{"nodeType":"YulBlock","src":"26027:77:21","statements":[{"nodeType":"YulAssignment","src":"26037:22:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"26052:6:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"26046:5:21"},"nodeType":"YulFunctionCall","src":"26046:13:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"26037:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26092:5:21"}],"functionName":{"name":"validator_revert_t_bool","nodeType":"YulIdentifier","src":"26068:23:21"},"nodeType":"YulFunctionCall","src":"26068:30:21"},"nodeType":"YulExpressionStatement","src":"26068:30:21"}]},"name":"abi_decode_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"26005:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"26013:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"26021:5:21","type":""}],"src":"25967:137:21"},{"body":{"nodeType":"YulBlock","src":"26184:271:21","statements":[{"body":{"nodeType":"YulBlock","src":"26230:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"26232:77:21"},"nodeType":"YulFunctionCall","src":"26232:79:21"},"nodeType":"YulExpressionStatement","src":"26232:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"26205:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"26214:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"26201:3:21"},"nodeType":"YulFunctionCall","src":"26201:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"26226:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"26197:3:21"},"nodeType":"YulFunctionCall","src":"26197:32:21"},"nodeType":"YulIf","src":"26194:119:21"},{"nodeType":"YulBlock","src":"26323:125:21","statements":[{"nodeType":"YulVariableDeclaration","src":"26338:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"26352:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"26342:6:21","type":""}]},{"nodeType":"YulAssignment","src":"26367:71:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26410:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"26421:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26406:3:21"},"nodeType":"YulFunctionCall","src":"26406:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"26430:7:21"}],"functionName":{"name":"abi_decode_t_bool_fromMemory","nodeType":"YulIdentifier","src":"26377:28:21"},"nodeType":"YulFunctionCall","src":"26377:61:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"26367:6:21"}]}]}]},"name":"abi_decode_tuple_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"26154:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"26165:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"26177:6:21","type":""}],"src":"26110:345:21"},{"body":{"nodeType":"YulBlock","src":"26489:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"26506:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"26509:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26499:6:21"},"nodeType":"YulFunctionCall","src":"26499:88:21"},"nodeType":"YulExpressionStatement","src":"26499:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"26603:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"26606:4:21","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26596:6:21"},"nodeType":"YulFunctionCall","src":"26596:15:21"},"nodeType":"YulExpressionStatement","src":"26596:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"26627:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"26630:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"26620:6:21"},"nodeType":"YulFunctionCall","src":"26620:15:21"},"nodeType":"YulExpressionStatement","src":"26620:15:21"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"26461:180:21"},{"body":{"nodeType":"YulBlock","src":"26690:190:21","statements":[{"nodeType":"YulAssignment","src":"26700:33:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26727:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"26709:17:21"},"nodeType":"YulFunctionCall","src":"26709:24:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"26700:5:21"}]},{"body":{"nodeType":"YulBlock","src":"26823:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"26825:16:21"},"nodeType":"YulFunctionCall","src":"26825:18:21"},"nodeType":"YulExpressionStatement","src":"26825:18:21"}]},"condition":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26748:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"26755:66:21","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"26745:2:21"},"nodeType":"YulFunctionCall","src":"26745:77:21"},"nodeType":"YulIf","src":"26742:103:21"},{"nodeType":"YulAssignment","src":"26854:20:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26865:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"26872:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26861:3:21"},"nodeType":"YulFunctionCall","src":"26861:13:21"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"26854:3:21"}]}]},"name":"increment_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"26676:5:21","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"26686:3:21","type":""}],"src":"26647:233:21"},{"body":{"nodeType":"YulBlock","src":"27012:206:21","statements":[{"nodeType":"YulAssignment","src":"27022:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27034:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"27045:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27030:3:21"},"nodeType":"YulFunctionCall","src":"27030:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27022:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"27102:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27115:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"27126:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27111:3:21"},"nodeType":"YulFunctionCall","src":"27111:17:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"27058:43:21"},"nodeType":"YulFunctionCall","src":"27058:71:21"},"nodeType":"YulExpressionStatement","src":"27058:71:21"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"27183:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27196:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"27207:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27192:3:21"},"nodeType":"YulFunctionCall","src":"27192:18:21"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"27139:43:21"},"nodeType":"YulFunctionCall","src":"27139:72:21"},"nodeType":"YulExpressionStatement","src":"27139:72:21"}]},"name":"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"26976:9:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"26988:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"26996:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"27007:4:21","type":""}],"src":"26886:332:21"},{"body":{"nodeType":"YulBlock","src":"27256:28:21","statements":[{"nodeType":"YulAssignment","src":"27266:12:21","value":{"name":"value","nodeType":"YulIdentifier","src":"27273:5:21"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"27266:3:21"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"27242:5:21","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"27252:3:21","type":""}],"src":"27224:60:21"},{"body":{"nodeType":"YulBlock","src":"27349:81:21","statements":[{"nodeType":"YulAssignment","src":"27359:65:21","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"27416:5:21"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"27399:16:21"},"nodeType":"YulFunctionCall","src":"27399:23:21"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"27390:8:21"},"nodeType":"YulFunctionCall","src":"27390:33:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"27372:17:21"},"nodeType":"YulFunctionCall","src":"27372:52:21"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"27359:9:21"}]}]},"name":"convert_t_uint96_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"27329:5:21","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"27339:9:21","type":""}],"src":"27290:140:21"},{"body":{"nodeType":"YulBlock","src":"27500:65:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27517:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"27552:5:21"}],"functionName":{"name":"convert_t_uint96_to_t_uint256","nodeType":"YulIdentifier","src":"27522:29:21"},"nodeType":"YulFunctionCall","src":"27522:36:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"27510:6:21"},"nodeType":"YulFunctionCall","src":"27510:49:21"},"nodeType":"YulExpressionStatement","src":"27510:49:21"}]},"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"27488:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"27495:3:21","type":""}],"src":"27436:129:21"},{"body":{"nodeType":"YulBlock","src":"27635:82:21","statements":[{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"27658:3:21"},{"name":"src","nodeType":"YulIdentifier","src":"27663:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"27668:6:21"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"27645:12:21"},"nodeType":"YulFunctionCall","src":"27645:30:21"},"nodeType":"YulExpressionStatement","src":"27645:30:21"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"27695:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"27700:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27691:3:21"},"nodeType":"YulFunctionCall","src":"27691:16:21"},{"kind":"number","nodeType":"YulLiteral","src":"27709:1:21","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"27684:6:21"},"nodeType":"YulFunctionCall","src":"27684:27:21"},"nodeType":"YulExpressionStatement","src":"27684:27:21"}]},"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"27617:3:21","type":""},{"name":"dst","nodeType":"YulTypedName","src":"27622:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"27627:6:21","type":""}],"src":"27571:146:21"},{"body":{"nodeType":"YulBlock","src":"27849:215:21","statements":[{"nodeType":"YulAssignment","src":"27859:78:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27925:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"27930:6:21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"27866:58:21"},"nodeType":"YulFunctionCall","src":"27866:71:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"27859:3:21"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"27984:5:21"},{"name":"pos","nodeType":"YulIdentifier","src":"27991:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"27996:6:21"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"27947:36:21"},"nodeType":"YulFunctionCall","src":"27947:56:21"},"nodeType":"YulExpressionStatement","src":"27947:56:21"},{"nodeType":"YulAssignment","src":"28012:46:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28023:3:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"28050:6:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"28028:21:21"},"nodeType":"YulFunctionCall","src":"28028:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28019:3:21"},"nodeType":"YulFunctionCall","src":"28019:39:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"28012:3:21"}]}]},"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"27822:5:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"27829:6:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"27837:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"27845:3:21","type":""}],"src":"27747:317:21"},{"body":{"nodeType":"YulBlock","src":"28281:451:21","statements":[{"nodeType":"YulAssignment","src":"28291:27:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28303:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"28314:3:21","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28299:3:21"},"nodeType":"YulFunctionCall","src":"28299:19:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28291:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"28371:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28384:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"28395:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28380:3:21"},"nodeType":"YulFunctionCall","src":"28380:17:21"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"28328:42:21"},"nodeType":"YulFunctionCall","src":"28328:70:21"},"nodeType":"YulExpressionStatement","src":"28328:70:21"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"28452:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28465:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"28476:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28461:3:21"},"nodeType":"YulFunctionCall","src":"28461:18:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"28408:43:21"},"nodeType":"YulFunctionCall","src":"28408:72:21"},"nodeType":"YulExpressionStatement","src":"28408:72:21"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"28534:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28547:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"28558:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28543:3:21"},"nodeType":"YulFunctionCall","src":"28543:18:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"28490:43:21"},"nodeType":"YulFunctionCall","src":"28490:72:21"},"nodeType":"YulExpressionStatement","src":"28490:72:21"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28583:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"28594:2:21","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28579:3:21"},"nodeType":"YulFunctionCall","src":"28579:18:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"28603:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"28609:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"28599:3:21"},"nodeType":"YulFunctionCall","src":"28599:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28572:6:21"},"nodeType":"YulFunctionCall","src":"28572:48:21"},"nodeType":"YulExpressionStatement","src":"28572:48:21"},{"nodeType":"YulAssignment","src":"28629:96:21","value":{"arguments":[{"name":"value3","nodeType":"YulIdentifier","src":"28703:6:21"},{"name":"value4","nodeType":"YulIdentifier","src":"28711:6:21"},{"name":"tail","nodeType":"YulIdentifier","src":"28720:4:21"}],"functionName":{"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28637:65:21"},"nodeType":"YulFunctionCall","src":"28637:88:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28629:4:21"}]}]},"name":"abi_encode_tuple_t_uint96_t_bytes32_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_bytes32_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"28221:9:21","type":""},{"name":"value4","nodeType":"YulTypedName","src":"28233:6:21","type":""},{"name":"value3","nodeType":"YulTypedName","src":"28241:6:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"28249:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"28257:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"28265:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"28276:4:21","type":""}],"src":"28070:662:21"},{"body":{"nodeType":"YulBlock","src":"28766:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"28783:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"28786:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28776:6:21"},"nodeType":"YulFunctionCall","src":"28776:88:21"},"nodeType":"YulExpressionStatement","src":"28776:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"28880:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"28883:4:21","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28873:6:21"},"nodeType":"YulFunctionCall","src":"28873:15:21"},"nodeType":"YulExpressionStatement","src":"28873:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"28904:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"28907:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"28897:6:21"},"nodeType":"YulFunctionCall","src":"28897:15:21"},"nodeType":"YulExpressionStatement","src":"28897:15:21"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"28738:180:21"},{"body":{"nodeType":"YulBlock","src":"28975:269:21","statements":[{"nodeType":"YulAssignment","src":"28985:22:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"28999:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"29005:1:21","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"28995:3:21"},"nodeType":"YulFunctionCall","src":"28995:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"28985:6:21"}]},{"nodeType":"YulVariableDeclaration","src":"29016:38:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"29046:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"29052:1:21","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"29042:3:21"},"nodeType":"YulFunctionCall","src":"29042:12:21"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"29020:18:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"29093:51:21","statements":[{"nodeType":"YulAssignment","src":"29107:27:21","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"29121:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"29129:4:21","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"29117:3:21"},"nodeType":"YulFunctionCall","src":"29117:17:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"29107:6:21"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"29073:18:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"29066:6:21"},"nodeType":"YulFunctionCall","src":"29066:26:21"},"nodeType":"YulIf","src":"29063:81:21"},{"body":{"nodeType":"YulBlock","src":"29196:42:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"29210:16:21"},"nodeType":"YulFunctionCall","src":"29210:18:21"},"nodeType":"YulExpressionStatement","src":"29210:18:21"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"29160:18:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"29183:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"29191:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"29180:2:21"},"nodeType":"YulFunctionCall","src":"29180:14:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"29157:2:21"},"nodeType":"YulFunctionCall","src":"29157:38:21"},"nodeType":"YulIf","src":"29154:84:21"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"28959:4:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"28968:6:21","type":""}],"src":"28924:320:21"},{"body":{"nodeType":"YulBlock","src":"29356:58:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"29378:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"29386:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29374:3:21"},"nodeType":"YulFunctionCall","src":"29374:14:21"},{"hexValue":"4f6e6c7941676772656761746f72","kind":"string","nodeType":"YulLiteral","src":"29390:16:21","type":"","value":"OnlyAggregator"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29367:6:21"},"nodeType":"YulFunctionCall","src":"29367:40:21"},"nodeType":"YulExpressionStatement","src":"29367:40:21"}]},"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"29348:6:21","type":""}],"src":"29250:164:21"},{"body":{"nodeType":"YulBlock","src":"29566:220:21","statements":[{"nodeType":"YulAssignment","src":"29576:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29642:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"29647:2:21","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29583:58:21"},"nodeType":"YulFunctionCall","src":"29583:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"29576:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29748:3:21"}],"functionName":{"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulIdentifier","src":"29659:88:21"},"nodeType":"YulFunctionCall","src":"29659:93:21"},"nodeType":"YulExpressionStatement","src":"29659:93:21"},{"nodeType":"YulAssignment","src":"29761:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29772:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"29777:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29768:3:21"},"nodeType":"YulFunctionCall","src":"29768:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"29761:3:21"}]}]},"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"29554:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"29562:3:21","type":""}],"src":"29420:366:21"},{"body":{"nodeType":"YulBlock","src":"29963:248:21","statements":[{"nodeType":"YulAssignment","src":"29973:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29985:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"29996:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29981:3:21"},"nodeType":"YulFunctionCall","src":"29981:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29973:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30020:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"30031:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30016:3:21"},"nodeType":"YulFunctionCall","src":"30016:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30039:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"30045:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"30035:3:21"},"nodeType":"YulFunctionCall","src":"30035:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30009:6:21"},"nodeType":"YulFunctionCall","src":"30009:47:21"},"nodeType":"YulExpressionStatement","src":"30009:47:21"},{"nodeType":"YulAssignment","src":"30065:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30199:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30073:124:21"},"nodeType":"YulFunctionCall","src":"30073:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30065:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"29943:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"29958:4:21","type":""}],"src":"29792:419:21"},{"body":{"nodeType":"YulBlock","src":"30323:58:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"30345:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"30353:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30341:3:21"},"nodeType":"YulFunctionCall","src":"30341:14:21"},{"hexValue":"4f7264657246756c66696c6c6564","kind":"string","nodeType":"YulLiteral","src":"30357:16:21","type":"","value":"OrderFulfilled"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30334:6:21"},"nodeType":"YulFunctionCall","src":"30334:40:21"},"nodeType":"YulExpressionStatement","src":"30334:40:21"}]},"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"30315:6:21","type":""}],"src":"30217:164:21"},{"body":{"nodeType":"YulBlock","src":"30533:220:21","statements":[{"nodeType":"YulAssignment","src":"30543:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30609:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"30614:2:21","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30550:58:21"},"nodeType":"YulFunctionCall","src":"30550:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"30543:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30715:3:21"}],"functionName":{"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulIdentifier","src":"30626:88:21"},"nodeType":"YulFunctionCall","src":"30626:93:21"},"nodeType":"YulExpressionStatement","src":"30626:93:21"},{"nodeType":"YulAssignment","src":"30728:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30739:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"30744:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30735:3:21"},"nodeType":"YulFunctionCall","src":"30735:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"30728:3:21"}]}]},"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"30521:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"30529:3:21","type":""}],"src":"30387:366:21"},{"body":{"nodeType":"YulBlock","src":"30930:248:21","statements":[{"nodeType":"YulAssignment","src":"30940:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30952:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"30963:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30948:3:21"},"nodeType":"YulFunctionCall","src":"30948:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30940:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30987:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"30998:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30983:3:21"},"nodeType":"YulFunctionCall","src":"30983:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31006:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"31012:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"31002:3:21"},"nodeType":"YulFunctionCall","src":"31002:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30976:6:21"},"nodeType":"YulFunctionCall","src":"30976:47:21"},"nodeType":"YulExpressionStatement","src":"30976:47:21"},{"nodeType":"YulAssignment","src":"31032:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31166:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"31040:124:21"},"nodeType":"YulFunctionCall","src":"31040:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31032:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"30910:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"30925:4:21","type":""}],"src":"30759:419:21"},{"body":{"nodeType":"YulBlock","src":"31228:172:21","statements":[{"nodeType":"YulAssignment","src":"31238:24:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"31260:1:21"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"31243:16:21"},"nodeType":"YulFunctionCall","src":"31243:19:21"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"31238:1:21"}]},{"nodeType":"YulAssignment","src":"31271:24:21","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"31293:1:21"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"31276:16:21"},"nodeType":"YulFunctionCall","src":"31276:19:21"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"31271:1:21"}]},{"nodeType":"YulAssignment","src":"31304:17:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"31316:1:21"},{"name":"y","nodeType":"YulIdentifier","src":"31319:1:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"31312:3:21"},"nodeType":"YulFunctionCall","src":"31312:9:21"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"31304:4:21"}]},{"body":{"nodeType":"YulBlock","src":"31371:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"31373:16:21"},"nodeType":"YulFunctionCall","src":"31373:18:21"},"nodeType":"YulExpressionStatement","src":"31373:18:21"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"31337:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"31343:26:21","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"31334:2:21"},"nodeType":"YulFunctionCall","src":"31334:36:21"},"nodeType":"YulIf","src":"31331:62:21"}]},"name":"checked_sub_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"31214:1:21","type":""},{"name":"y","nodeType":"YulTypedName","src":"31217:1:21","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"31223:4:21","type":""}],"src":"31184:216:21"},{"body":{"nodeType":"YulBlock","src":"31464:80:21","statements":[{"nodeType":"YulAssignment","src":"31474:64:21","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"31530:5:21"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"31513:16:21"},"nodeType":"YulFunctionCall","src":"31513:23:21"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"31504:8:21"},"nodeType":"YulFunctionCall","src":"31504:33:21"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"31487:16:21"},"nodeType":"YulFunctionCall","src":"31487:51:21"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"31474:9:21"}]}]},"name":"convert_t_uint64_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"31444:5:21","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"31454:9:21","type":""}],"src":"31406:138:21"},{"body":{"nodeType":"YulBlock","src":"31613:64:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31630:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"31664:5:21"}],"functionName":{"name":"convert_t_uint64_to_t_uint96","nodeType":"YulIdentifier","src":"31635:28:21"},"nodeType":"YulFunctionCall","src":"31635:35:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"31623:6:21"},"nodeType":"YulFunctionCall","src":"31623:48:21"},"nodeType":"YulExpressionStatement","src":"31623:48:21"}]},"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"31601:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"31608:3:21","type":""}],"src":"31550:127:21"},{"body":{"nodeType":"YulBlock","src":"31835:286:21","statements":[{"nodeType":"YulAssignment","src":"31845:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31857:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"31868:2:21","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31853:3:21"},"nodeType":"YulFunctionCall","src":"31853:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31845:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"31925:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31938:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"31949:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31934:3:21"},"nodeType":"YulFunctionCall","src":"31934:17:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"31881:43:21"},"nodeType":"YulFunctionCall","src":"31881:71:21"},"nodeType":"YulExpressionStatement","src":"31881:71:21"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"32006:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32019:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"32030:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32015:3:21"},"nodeType":"YulFunctionCall","src":"32015:18:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"31962:43:21"},"nodeType":"YulFunctionCall","src":"31962:72:21"},"nodeType":"YulExpressionStatement","src":"31962:72:21"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"32086:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32099:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"32110:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32095:3:21"},"nodeType":"YulFunctionCall","src":"32095:18:21"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulIdentifier","src":"32044:41:21"},"nodeType":"YulFunctionCall","src":"32044:70:21"},"nodeType":"YulExpressionStatement","src":"32044:70:21"}]},"name":"abi_encode_tuple_t_bytes32_t_bytes32_t_uint64__to_t_bytes32_t_bytes32_t_uint96__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"31791:9:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"31803:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"31811:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"31819:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"31830:4:21","type":""}],"src":"31683:438:21"},{"body":{"nodeType":"YulBlock","src":"32233:66:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"32255:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"32263:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32251:3:21"},"nodeType":"YulFunctionCall","src":"32251:14:21"},{"hexValue":"50617963726573743a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"32267:24:21","type":"","value":"Paycrest: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32244:6:21"},"nodeType":"YulFunctionCall","src":"32244:48:21"},"nodeType":"YulExpressionStatement","src":"32244:48:21"}]},"name":"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"32225:6:21","type":""}],"src":"32127:172:21"},{"body":{"nodeType":"YulBlock","src":"32451:220:21","statements":[{"nodeType":"YulAssignment","src":"32461:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"32527:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"32532:2:21","type":"","value":"22"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"32468:58:21"},"nodeType":"YulFunctionCall","src":"32468:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"32461:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"32633:3:21"}],"functionName":{"name":"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","nodeType":"YulIdentifier","src":"32544:88:21"},"nodeType":"YulFunctionCall","src":"32544:93:21"},"nodeType":"YulExpressionStatement","src":"32544:93:21"},{"nodeType":"YulAssignment","src":"32646:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"32657:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"32662:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32653:3:21"},"nodeType":"YulFunctionCall","src":"32653:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"32646:3:21"}]}]},"name":"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"32439:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"32447:3:21","type":""}],"src":"32305:366:21"},{"body":{"nodeType":"YulBlock","src":"32848:248:21","statements":[{"nodeType":"YulAssignment","src":"32858:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32870:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"32881:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32866:3:21"},"nodeType":"YulFunctionCall","src":"32866:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"32858:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32905:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"32916:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32901:3:21"},"nodeType":"YulFunctionCall","src":"32901:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"32924:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"32930:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"32920:3:21"},"nodeType":"YulFunctionCall","src":"32920:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32894:6:21"},"nodeType":"YulFunctionCall","src":"32894:47:21"},"nodeType":"YulExpressionStatement","src":"32894:47:21"},{"nodeType":"YulAssignment","src":"32950:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"33084:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"32958:124:21"},"nodeType":"YulFunctionCall","src":"32958:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"32950:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"32828:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"32843:4:21","type":""}],"src":"32677:419:21"},{"body":{"nodeType":"YulBlock","src":"33208:127:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33230:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"33238:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33226:3:21"},"nodeType":"YulFunctionCall","src":"33226:14:21"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561","kind":"string","nodeType":"YulLiteral","src":"33242:34:21","type":"","value":"Initializable: contract is alrea"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33219:6:21"},"nodeType":"YulFunctionCall","src":"33219:58:21"},"nodeType":"YulExpressionStatement","src":"33219:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33298:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"33306:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33294:3:21"},"nodeType":"YulFunctionCall","src":"33294:15:21"},{"hexValue":"647920696e697469616c697a6564","kind":"string","nodeType":"YulLiteral","src":"33311:16:21","type":"","value":"dy initialized"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33287:6:21"},"nodeType":"YulFunctionCall","src":"33287:41:21"},"nodeType":"YulExpressionStatement","src":"33287:41:21"}]},"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"33200:6:21","type":""}],"src":"33102:233:21"},{"body":{"nodeType":"YulBlock","src":"33487:220:21","statements":[{"nodeType":"YulAssignment","src":"33497:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"33563:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"33568:2:21","type":"","value":"46"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"33504:58:21"},"nodeType":"YulFunctionCall","src":"33504:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"33497:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"33669:3:21"}],"functionName":{"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulIdentifier","src":"33580:88:21"},"nodeType":"YulFunctionCall","src":"33580:93:21"},"nodeType":"YulExpressionStatement","src":"33580:93:21"},{"nodeType":"YulAssignment","src":"33682:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"33693:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"33698:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33689:3:21"},"nodeType":"YulFunctionCall","src":"33689:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"33682:3:21"}]}]},"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"33475:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"33483:3:21","type":""}],"src":"33341:366:21"},{"body":{"nodeType":"YulBlock","src":"33884:248:21","statements":[{"nodeType":"YulAssignment","src":"33894:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33906:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"33917:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33902:3:21"},"nodeType":"YulFunctionCall","src":"33902:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"33894:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33941:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"33952:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33937:3:21"},"nodeType":"YulFunctionCall","src":"33937:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"33960:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"33966:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"33956:3:21"},"nodeType":"YulFunctionCall","src":"33956:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33930:6:21"},"nodeType":"YulFunctionCall","src":"33930:47:21"},"nodeType":"YulExpressionStatement","src":"33930:47:21"},{"nodeType":"YulAssignment","src":"33986:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34120:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"33994:124:21"},"nodeType":"YulFunctionCall","src":"33994:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"33986:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"33864:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"33879:4:21","type":""}],"src":"33713:419:21"},{"body":{"nodeType":"YulBlock","src":"34191:32:21","statements":[{"nodeType":"YulAssignment","src":"34201:16:21","value":{"name":"value","nodeType":"YulIdentifier","src":"34212:5:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"34201:7:21"}]}]},"name":"cleanup_t_rational_1_by_1","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"34173:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"34183:7:21","type":""}],"src":"34138:85:21"},{"body":{"nodeType":"YulBlock","src":"34272:43:21","statements":[{"nodeType":"YulAssignment","src":"34282:27:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"34297:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"34304:4:21","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"34293:3:21"},"nodeType":"YulFunctionCall","src":"34293:16:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"34282:7:21"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"34254:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"34264:7:21","type":""}],"src":"34229:86:21"},{"body":{"nodeType":"YulBlock","src":"34387:88:21","statements":[{"nodeType":"YulAssignment","src":"34397:72:21","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"34461:5:21"}],"functionName":{"name":"cleanup_t_rational_1_by_1","nodeType":"YulIdentifier","src":"34435:25:21"},"nodeType":"YulFunctionCall","src":"34435:32:21"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"34426:8:21"},"nodeType":"YulFunctionCall","src":"34426:42:21"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"34410:15:21"},"nodeType":"YulFunctionCall","src":"34410:59:21"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"34397:9:21"}]}]},"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"34367:5:21","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"34377:9:21","type":""}],"src":"34321:154:21"},{"body":{"nodeType":"YulBlock","src":"34552:72:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34569:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"34611:5:21"}],"functionName":{"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulIdentifier","src":"34574:36:21"},"nodeType":"YulFunctionCall","src":"34574:43:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34562:6:21"},"nodeType":"YulFunctionCall","src":"34562:56:21"},"nodeType":"YulExpressionStatement","src":"34562:56:21"}]},"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"34540:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"34547:3:21","type":""}],"src":"34481:143:21"},{"body":{"nodeType":"YulBlock","src":"34734:130:21","statements":[{"nodeType":"YulAssignment","src":"34744:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34756:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"34767:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34752:3:21"},"nodeType":"YulFunctionCall","src":"34752:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34744:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"34830:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34843:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"34854:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34839:3:21"},"nodeType":"YulFunctionCall","src":"34839:17:21"}],"functionName":{"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"34780:49:21"},"nodeType":"YulFunctionCall","src":"34780:77:21"},"nodeType":"YulExpressionStatement","src":"34780:77:21"}]},"name":"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"34706:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"34718:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"34729:4:21","type":""}],"src":"34630:234:21"},{"body":{"nodeType":"YulBlock","src":"34966:122:21","statements":[{"nodeType":"YulAssignment","src":"34976:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34988:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"34999:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34984:3:21"},"nodeType":"YulFunctionCall","src":"34984:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34976:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"35054:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35067:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"35078:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35063:3:21"},"nodeType":"YulFunctionCall","src":"35063:17:21"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"35012:41:21"},"nodeType":"YulFunctionCall","src":"35012:69:21"},"nodeType":"YulExpressionStatement","src":"35012:69:21"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"34938:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"34950:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"34961:4:21","type":""}],"src":"34870:218:21"},{"body":{"nodeType":"YulBlock","src":"35242:282:21","statements":[{"nodeType":"YulAssignment","src":"35252:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35264:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"35275:2:21","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35260:3:21"},"nodeType":"YulFunctionCall","src":"35260:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35252:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"35332:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35345:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"35356:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35341:3:21"},"nodeType":"YulFunctionCall","src":"35341:17:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"35288:43:21"},"nodeType":"YulFunctionCall","src":"35288:71:21"},"nodeType":"YulExpressionStatement","src":"35288:71:21"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"35413:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35426:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"35437:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35422:3:21"},"nodeType":"YulFunctionCall","src":"35422:18:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"35369:43:21"},"nodeType":"YulFunctionCall","src":"35369:72:21"},"nodeType":"YulExpressionStatement","src":"35369:72:21"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"35489:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35502:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"35513:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35498:3:21"},"nodeType":"YulFunctionCall","src":"35498:18:21"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"35451:37:21"},"nodeType":"YulFunctionCall","src":"35451:66:21"},"nodeType":"YulExpressionStatement","src":"35451:66:21"}]},"name":"abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"35198:9:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"35210:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"35218:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"35226:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"35237:4:21","type":""}],"src":"35094:430:21"},{"body":{"nodeType":"YulBlock","src":"35595:31:21","statements":[{"nodeType":"YulAssignment","src":"35606:13:21","value":{"name":"len","nodeType":"YulIdentifier","src":"35616:3:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"35606:6:21"}]}]},"name":"array_length_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35573:5:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"35580:3:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"35588:6:21","type":""}],"src":"35530:96:21"},{"body":{"nodeType":"YulBlock","src":"35685:87:21","statements":[{"nodeType":"YulAssignment","src":"35695:11:21","value":{"name":"ptr","nodeType":"YulIdentifier","src":"35703:3:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"35695:4:21"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"35723:1:21","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"35726:3:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"35716:6:21"},"nodeType":"YulFunctionCall","src":"35716:14:21"},"nodeType":"YulExpressionStatement","src":"35716:14:21"},{"nodeType":"YulAssignment","src":"35739:26:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"35757:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"35760:4:21","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"35747:9:21"},"nodeType":"YulFunctionCall","src":"35747:18:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"35739:4:21"}]}]},"name":"array_dataslot_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"35672:3:21","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"35680:4:21","type":""}],"src":"35632:140:21"},{"body":{"nodeType":"YulBlock","src":"35822:49:21","statements":[{"nodeType":"YulAssignment","src":"35832:33:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"35850:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"35857:2:21","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35846:3:21"},"nodeType":"YulFunctionCall","src":"35846:14:21"},{"kind":"number","nodeType":"YulLiteral","src":"35862:2:21","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"35842:3:21"},"nodeType":"YulFunctionCall","src":"35842:23:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"35832:6:21"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35805:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"35815:6:21","type":""}],"src":"35778:93:21"},{"body":{"nodeType":"YulBlock","src":"35930:54:21","statements":[{"nodeType":"YulAssignment","src":"35940:37:21","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"35965:4:21"},{"name":"value","nodeType":"YulIdentifier","src":"35971:5:21"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"35961:3:21"},"nodeType":"YulFunctionCall","src":"35961:16:21"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"35940:8:21"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"35905:4:21","type":""},{"name":"value","nodeType":"YulTypedName","src":"35911:5:21","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"35921:8:21","type":""}],"src":"35877:107:21"},{"body":{"nodeType":"YulBlock","src":"36066:317:21","statements":[{"nodeType":"YulVariableDeclaration","src":"36076:35:21","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"36097:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"36109:1:21","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"36093:3:21"},"nodeType":"YulFunctionCall","src":"36093:18:21"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"36080:9:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"36120:109:21","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"36151:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"36162:66:21","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"36132:18:21"},"nodeType":"YulFunctionCall","src":"36132:97:21"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"36124:4:21","type":""}]},{"nodeType":"YulAssignment","src":"36238:51:21","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"36269:9:21"},{"name":"toInsert","nodeType":"YulIdentifier","src":"36280:8:21"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"36250:18:21"},"nodeType":"YulFunctionCall","src":"36250:39:21"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"36238:8:21"}]},{"nodeType":"YulAssignment","src":"36298:30:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"36311:5:21"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"36322:4:21"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"36318:3:21"},"nodeType":"YulFunctionCall","src":"36318:9:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"36307:3:21"},"nodeType":"YulFunctionCall","src":"36307:21:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"36298:5:21"}]},{"nodeType":"YulAssignment","src":"36337:40:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"36350:5:21"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"36361:8:21"},{"name":"mask","nodeType":"YulIdentifier","src":"36371:4:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"36357:3:21"},"nodeType":"YulFunctionCall","src":"36357:19:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"36347:2:21"},"nodeType":"YulFunctionCall","src":"36347:30:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"36337:6:21"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"36027:5:21","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"36034:10:21","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"36046:8:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"36059:6:21","type":""}],"src":"35990:393:21"},{"body":{"nodeType":"YulBlock","src":"36449:82:21","statements":[{"nodeType":"YulAssignment","src":"36459:66:21","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"36517:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"36499:17:21"},"nodeType":"YulFunctionCall","src":"36499:24:21"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"36490:8:21"},"nodeType":"YulFunctionCall","src":"36490:34:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"36472:17:21"},"nodeType":"YulFunctionCall","src":"36472:53:21"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"36459:9:21"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"36429:5:21","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"36439:9:21","type":""}],"src":"36389:142:21"},{"body":{"nodeType":"YulBlock","src":"36584:28:21","statements":[{"nodeType":"YulAssignment","src":"36594:12:21","value":{"name":"value","nodeType":"YulIdentifier","src":"36601:5:21"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"36594:3:21"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"36570:5:21","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"36580:3:21","type":""}],"src":"36537:75:21"},{"body":{"nodeType":"YulBlock","src":"36694:193:21","statements":[{"nodeType":"YulVariableDeclaration","src":"36704:63:21","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"36759:7:21"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"36728:30:21"},"nodeType":"YulFunctionCall","src":"36728:39:21"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"36708:16:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"36783:4:21"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"36823:4:21"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"36817:5:21"},"nodeType":"YulFunctionCall","src":"36817:11:21"},{"name":"offset","nodeType":"YulIdentifier","src":"36830:6:21"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"36862:16:21"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"36838:23:21"},"nodeType":"YulFunctionCall","src":"36838:41:21"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"36789:27:21"},"nodeType":"YulFunctionCall","src":"36789:91:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"36776:6:21"},"nodeType":"YulFunctionCall","src":"36776:105:21"},"nodeType":"YulExpressionStatement","src":"36776:105:21"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"36671:4:21","type":""},{"name":"offset","nodeType":"YulTypedName","src":"36677:6:21","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"36685:7:21","type":""}],"src":"36618:269:21"},{"body":{"nodeType":"YulBlock","src":"36942:24:21","statements":[{"nodeType":"YulAssignment","src":"36952:8:21","value":{"kind":"number","nodeType":"YulLiteral","src":"36959:1:21","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"36952:3:21"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"36938:3:21","type":""}],"src":"36893:73:21"},{"body":{"nodeType":"YulBlock","src":"37025:136:21","statements":[{"nodeType":"YulVariableDeclaration","src":"37035:46:21","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"37049:30:21"},"nodeType":"YulFunctionCall","src":"37049:32:21"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"37039:6:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"37134:4:21"},{"name":"offset","nodeType":"YulIdentifier","src":"37140:6:21"},{"name":"zero_0","nodeType":"YulIdentifier","src":"37148:6:21"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"37090:43:21"},"nodeType":"YulFunctionCall","src":"37090:65:21"},"nodeType":"YulExpressionStatement","src":"37090:65:21"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"37011:4:21","type":""},{"name":"offset","nodeType":"YulTypedName","src":"37017:6:21","type":""}],"src":"36972:189:21"},{"body":{"nodeType":"YulBlock","src":"37217:136:21","statements":[{"body":{"nodeType":"YulBlock","src":"37284:63:21","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"37328:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"37335:1:21","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"37298:29:21"},"nodeType":"YulFunctionCall","src":"37298:39:21"},"nodeType":"YulExpressionStatement","src":"37298:39:21"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"37237:5:21"},{"name":"end","nodeType":"YulIdentifier","src":"37244:3:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"37234:2:21"},"nodeType":"YulFunctionCall","src":"37234:14:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"37249:26:21","statements":[{"nodeType":"YulAssignment","src":"37251:22:21","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"37264:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"37271:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37260:3:21"},"nodeType":"YulFunctionCall","src":"37260:13:21"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"37251:5:21"}]}]},"pre":{"nodeType":"YulBlock","src":"37231:2:21","statements":[]},"src":"37227:120:21"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"37205:5:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"37212:3:21","type":""}],"src":"37167:186:21"},{"body":{"nodeType":"YulBlock","src":"37437:463:21","statements":[{"body":{"nodeType":"YulBlock","src":"37463:430:21","statements":[{"nodeType":"YulVariableDeclaration","src":"37477:53:21","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"37524:5:21"}],"functionName":{"name":"array_dataslot_t_bytes_storage","nodeType":"YulIdentifier","src":"37493:30:21"},"nodeType":"YulFunctionCall","src":"37493:37:21"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"37481:8:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"37543:63:21","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"37566:8:21"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"37594:10:21"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"37576:17:21"},"nodeType":"YulFunctionCall","src":"37576:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37562:3:21"},"nodeType":"YulFunctionCall","src":"37562:44:21"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"37547:11:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"37763:27:21","statements":[{"nodeType":"YulAssignment","src":"37765:23:21","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"37780:8:21"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"37765:11:21"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"37747:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"37759:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"37744:2:21"},"nodeType":"YulFunctionCall","src":"37744:18:21"},"nodeType":"YulIf","src":"37741:49:21"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"37832:11:21"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"37849:8:21"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"37877:3:21"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"37859:17:21"},"nodeType":"YulFunctionCall","src":"37859:22:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37845:3:21"},"nodeType":"YulFunctionCall","src":"37845:37:21"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"37803:28:21"},"nodeType":"YulFunctionCall","src":"37803:80:21"},"nodeType":"YulExpressionStatement","src":"37803:80:21"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"37454:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"37459:2:21","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"37451:2:21"},"nodeType":"YulFunctionCall","src":"37451:11:21"},"nodeType":"YulIf","src":"37448:445:21"}]},"name":"clean_up_bytearray_end_slots_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"37413:5:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"37420:3:21","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"37425:10:21","type":""}],"src":"37359:541:21"},{"body":{"nodeType":"YulBlock","src":"37969:54:21","statements":[{"nodeType":"YulAssignment","src":"37979:37:21","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"38004:4:21"},{"name":"value","nodeType":"YulIdentifier","src":"38010:5:21"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"38000:3:21"},"nodeType":"YulFunctionCall","src":"38000:16:21"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"37979:8:21"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"37944:4:21","type":""},{"name":"value","nodeType":"YulTypedName","src":"37950:5:21","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"37960:8:21","type":""}],"src":"37906:117:21"},{"body":{"nodeType":"YulBlock","src":"38080:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"38090:68:21","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"38139:1:21","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"38142:5:21"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"38135:3:21"},"nodeType":"YulFunctionCall","src":"38135:13:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"38154:1:21","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"38150:3:21"},"nodeType":"YulFunctionCall","src":"38150:6:21"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"38106:28:21"},"nodeType":"YulFunctionCall","src":"38106:51:21"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"38102:3:21"},"nodeType":"YulFunctionCall","src":"38102:56:21"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"38094:4:21","type":""}]},{"nodeType":"YulAssignment","src":"38167:25:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"38181:4:21"},{"name":"mask","nodeType":"YulIdentifier","src":"38187:4:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"38177:3:21"},"nodeType":"YulFunctionCall","src":"38177:15:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"38167:6:21"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"38057:4:21","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"38063:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"38073:6:21","type":""}],"src":"38029:169:21"},{"body":{"nodeType":"YulBlock","src":"38284:214:21","statements":[{"nodeType":"YulAssignment","src":"38417:37:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"38444:4:21"},{"name":"len","nodeType":"YulIdentifier","src":"38450:3:21"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"38425:18:21"},"nodeType":"YulFunctionCall","src":"38425:29:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"38417:4:21"}]},{"nodeType":"YulAssignment","src":"38463:29:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"38474:4:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"38484:1:21","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"38487:3:21"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"38480:3:21"},"nodeType":"YulFunctionCall","src":"38480:11:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"38471:2:21"},"nodeType":"YulFunctionCall","src":"38471:21:21"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"38463:4:21"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"38265:4:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"38271:3:21","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"38279:4:21","type":""}],"src":"38203:295:21"},{"body":{"nodeType":"YulBlock","src":"38600:1301:21","statements":[{"nodeType":"YulVariableDeclaration","src":"38611:57:21","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"38659:3:21"},{"name":"len","nodeType":"YulIdentifier","src":"38664:3:21"}],"functionName":{"name":"array_length_t_bytes_calldata_ptr","nodeType":"YulIdentifier","src":"38625:33:21"},"nodeType":"YulFunctionCall","src":"38625:43:21"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"38615:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"38753:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"38755:16:21"},"nodeType":"YulFunctionCall","src":"38755:18:21"},"nodeType":"YulExpressionStatement","src":"38755:18:21"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"38725:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"38733:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"38722:2:21"},"nodeType":"YulFunctionCall","src":"38722:30:21"},"nodeType":"YulIf","src":"38719:56:21"},{"nodeType":"YulVariableDeclaration","src":"38785:52:21","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"38831:4:21"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"38825:5:21"},"nodeType":"YulFunctionCall","src":"38825:11:21"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"38799:25:21"},"nodeType":"YulFunctionCall","src":"38799:38:21"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"38789:6:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"38929:4:21"},{"name":"oldLen","nodeType":"YulIdentifier","src":"38935:6:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"38943:6:21"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_bytes_storage","nodeType":"YulIdentifier","src":"38884:44:21"},"nodeType":"YulFunctionCall","src":"38884:66:21"},"nodeType":"YulExpressionStatement","src":"38884:66:21"},{"nodeType":"YulVariableDeclaration","src":"38960:18:21","value":{"kind":"number","nodeType":"YulLiteral","src":"38977:1:21","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"38964:9:21","type":""}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"39025:624:21","statements":[{"nodeType":"YulVariableDeclaration","src":"39039:37:21","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"39058:6:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39070:4:21","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"39066:3:21"},"nodeType":"YulFunctionCall","src":"39066:9:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"39054:3:21"},"nodeType":"YulFunctionCall","src":"39054:22:21"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"39043:7:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"39090:50:21","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"39135:4:21"}],"functionName":{"name":"array_dataslot_t_bytes_storage","nodeType":"YulIdentifier","src":"39104:30:21"},"nodeType":"YulFunctionCall","src":"39104:36:21"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"39094:6:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"39153:10:21","value":{"kind":"number","nodeType":"YulLiteral","src":"39162:1:21","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"39157:1:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"39221:170:21","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"39246:6:21"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"39271:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"39276:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39267:3:21"},"nodeType":"YulFunctionCall","src":"39267:19:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"39254:12:21"},"nodeType":"YulFunctionCall","src":"39254:33:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"39239:6:21"},"nodeType":"YulFunctionCall","src":"39239:49:21"},"nodeType":"YulExpressionStatement","src":"39239:49:21"},{"nodeType":"YulAssignment","src":"39305:24:21","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"39319:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"39327:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39315:3:21"},"nodeType":"YulFunctionCall","src":"39315:14:21"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"39305:6:21"}]},{"nodeType":"YulAssignment","src":"39346:31:21","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"39363:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"39374:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39359:3:21"},"nodeType":"YulFunctionCall","src":"39359:18:21"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"39346:9:21"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"39187:1:21"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"39190:7:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"39184:2:21"},"nodeType":"YulFunctionCall","src":"39184:14:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"39199:21:21","statements":[{"nodeType":"YulAssignment","src":"39201:17:21","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"39210:1:21"},{"kind":"number","nodeType":"YulLiteral","src":"39213:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39206:3:21"},"nodeType":"YulFunctionCall","src":"39206:12:21"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"39201:1:21"}]}]},"pre":{"nodeType":"YulBlock","src":"39180:3:21","statements":[]},"src":"39176:215:21"},{"body":{"nodeType":"YulBlock","src":"39427:163:21","statements":[{"nodeType":"YulVariableDeclaration","src":"39445:50:21","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"39479:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"39484:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39475:3:21"},"nodeType":"YulFunctionCall","src":"39475:19:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"39462:12:21"},"nodeType":"YulFunctionCall","src":"39462:33:21"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"39449:9:21","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"39519:6:21"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"39546:9:21"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"39561:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"39569:4:21","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"39557:3:21"},"nodeType":"YulFunctionCall","src":"39557:17:21"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"39527:18:21"},"nodeType":"YulFunctionCall","src":"39527:48:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"39512:6:21"},"nodeType":"YulFunctionCall","src":"39512:64:21"},"nodeType":"YulExpressionStatement","src":"39512:64:21"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"39410:7:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"39419:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"39407:2:21"},"nodeType":"YulFunctionCall","src":"39407:19:21"},"nodeType":"YulIf","src":"39404:186:21"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"39610:4:21"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"39624:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"39632:1:21","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"39620:3:21"},"nodeType":"YulFunctionCall","src":"39620:14:21"},{"kind":"number","nodeType":"YulLiteral","src":"39636:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39616:3:21"},"nodeType":"YulFunctionCall","src":"39616:22:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"39603:6:21"},"nodeType":"YulFunctionCall","src":"39603:36:21"},"nodeType":"YulExpressionStatement","src":"39603:36:21"}]},"nodeType":"YulCase","src":"39018:631:21","value":{"kind":"number","nodeType":"YulLiteral","src":"39023:1:21","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"39666:229:21","statements":[{"nodeType":"YulVariableDeclaration","src":"39680:14:21","value":{"kind":"number","nodeType":"YulLiteral","src":"39693:1:21","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"39684:5:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"39717:74:21","statements":[{"nodeType":"YulAssignment","src":"39735:42:21","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"39761:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"39766:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39757:3:21"},"nodeType":"YulFunctionCall","src":"39757:19:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"39744:12:21"},"nodeType":"YulFunctionCall","src":"39744:33:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"39735:5:21"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"39710:6:21"},"nodeType":"YulIf","src":"39707:84:21"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"39811:4:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"39870:5:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"39877:6:21"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"39817:52:21"},"nodeType":"YulFunctionCall","src":"39817:67:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"39804:6:21"},"nodeType":"YulFunctionCall","src":"39804:81:21"},"nodeType":"YulExpressionStatement","src":"39804:81:21"}]},"nodeType":"YulCase","src":"39658:237:21","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"38998:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"39006:2:21","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"38995:2:21"},"nodeType":"YulFunctionCall","src":"38995:14:21"},"nodeType":"YulSwitch","src":"38988:907:21"}]},"name":"copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"38584:4:21","type":""},{"name":"src","nodeType":"YulTypedName","src":"38590:3:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"38595:3:21","type":""}],"src":"38503:1398:21"},{"body":{"nodeType":"YulBlock","src":"40029:214:21","statements":[{"nodeType":"YulAssignment","src":"40039:77:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40104:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"40109:6:21"}],"functionName":{"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"40046:57:21"},"nodeType":"YulFunctionCall","src":"40046:70:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"40039:3:21"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"40163:5:21"},{"name":"pos","nodeType":"YulIdentifier","src":"40170:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"40175:6:21"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"40126:36:21"},"nodeType":"YulFunctionCall","src":"40126:56:21"},"nodeType":"YulExpressionStatement","src":"40126:56:21"},{"nodeType":"YulAssignment","src":"40191:46:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40202:3:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"40229:6:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"40207:21:21"},"nodeType":"YulFunctionCall","src":"40207:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40198:3:21"},"nodeType":"YulFunctionCall","src":"40198:39:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"40191:3:21"}]}]},"name":"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"40002:5:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"40009:6:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40017:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"40025:3:21","type":""}],"src":"39929:314:21"},{"body":{"nodeType":"YulBlock","src":"40375:203:21","statements":[{"nodeType":"YulAssignment","src":"40385:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40397:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"40408:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40393:3:21"},"nodeType":"YulFunctionCall","src":"40393:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"40385:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40432:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"40443:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40428:3:21"},"nodeType":"YulFunctionCall","src":"40428:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"40451:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"40457:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"40447:3:21"},"nodeType":"YulFunctionCall","src":"40447:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40421:6:21"},"nodeType":"YulFunctionCall","src":"40421:47:21"},"nodeType":"YulExpressionStatement","src":"40421:47:21"},{"nodeType":"YulAssignment","src":"40477:94:21","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"40549:6:21"},{"name":"value1","nodeType":"YulIdentifier","src":"40557:6:21"},{"name":"tail","nodeType":"YulIdentifier","src":"40566:4:21"}],"functionName":{"name":"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"40485:63:21"},"nodeType":"YulFunctionCall","src":"40485:86:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"40477:4:21"}]}]},"name":"abi_encode_tuple_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"40339:9:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"40351:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"40359:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"40370:4:21","type":""}],"src":"40249:329:21"},{"body":{"nodeType":"YulBlock","src":"40629:149:21","statements":[{"nodeType":"YulAssignment","src":"40639:25:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"40662:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"40644:17:21"},"nodeType":"YulFunctionCall","src":"40644:20:21"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"40639:1:21"}]},{"nodeType":"YulAssignment","src":"40673:25:21","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"40696:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"40678:17:21"},"nodeType":"YulFunctionCall","src":"40678:20:21"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"40673:1:21"}]},{"nodeType":"YulAssignment","src":"40707:17:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"40719:1:21"},{"name":"y","nodeType":"YulIdentifier","src":"40722:1:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"40715:3:21"},"nodeType":"YulFunctionCall","src":"40715:9:21"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"40707:4:21"}]},{"body":{"nodeType":"YulBlock","src":"40749:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"40751:16:21"},"nodeType":"YulFunctionCall","src":"40751:18:21"},"nodeType":"YulExpressionStatement","src":"40751:18:21"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"40740:4:21"},{"name":"x","nodeType":"YulIdentifier","src":"40746:1:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"40737:2:21"},"nodeType":"YulFunctionCall","src":"40737:11:21"},"nodeType":"YulIf","src":"40734:37:21"}]},"name":"checked_sub_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"40615:1:21","type":""},{"name":"y","nodeType":"YulTypedName","src":"40618:1:21","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"40624:4:21","type":""}],"src":"40584:194:21"},{"body":{"nodeType":"YulBlock","src":"40910:206:21","statements":[{"nodeType":"YulAssignment","src":"40920:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40932:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"40943:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40928:3:21"},"nodeType":"YulFunctionCall","src":"40928:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"40920:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"41000:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41013:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"41024:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41009:3:21"},"nodeType":"YulFunctionCall","src":"41009:17:21"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"40956:43:21"},"nodeType":"YulFunctionCall","src":"40956:71:21"},"nodeType":"YulExpressionStatement","src":"40956:71:21"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"41081:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41094:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"41105:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41090:3:21"},"nodeType":"YulFunctionCall","src":"41090:18:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"41037:43:21"},"nodeType":"YulFunctionCall","src":"41037:72:21"},"nodeType":"YulExpressionStatement","src":"41037:72:21"}]},"name":"abi_encode_tuple_t_uint256_t_bytes32__to_t_uint256_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"40874:9:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"40886:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"40894:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"40905:4:21","type":""}],"src":"40784:332:21"},{"body":{"nodeType":"YulBlock","src":"41228:119:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"41250:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"41258:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41246:3:21"},"nodeType":"YulFunctionCall","src":"41246:14:21"},{"hexValue":"4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061","kind":"string","nodeType":"YulLiteral","src":"41262:34:21","type":"","value":"Ownable: new owner is the zero a"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41239:6:21"},"nodeType":"YulFunctionCall","src":"41239:58:21"},"nodeType":"YulExpressionStatement","src":"41239:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"41318:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"41326:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41314:3:21"},"nodeType":"YulFunctionCall","src":"41314:15:21"},{"hexValue":"646472657373","kind":"string","nodeType":"YulLiteral","src":"41331:8:21","type":"","value":"ddress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41307:6:21"},"nodeType":"YulFunctionCall","src":"41307:33:21"},"nodeType":"YulExpressionStatement","src":"41307:33:21"}]},"name":"store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"41220:6:21","type":""}],"src":"41122:225:21"},{"body":{"nodeType":"YulBlock","src":"41499:220:21","statements":[{"nodeType":"YulAssignment","src":"41509:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"41575:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"41580:2:21","type":"","value":"38"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"41516:58:21"},"nodeType":"YulFunctionCall","src":"41516:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"41509:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"41681:3:21"}],"functionName":{"name":"store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","nodeType":"YulIdentifier","src":"41592:88:21"},"nodeType":"YulFunctionCall","src":"41592:93:21"},"nodeType":"YulExpressionStatement","src":"41592:93:21"},{"nodeType":"YulAssignment","src":"41694:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"41705:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"41710:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41701:3:21"},"nodeType":"YulFunctionCall","src":"41701:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"41694:3:21"}]}]},"name":"abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"41487:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"41495:3:21","type":""}],"src":"41353:366:21"},{"body":{"nodeType":"YulBlock","src":"41896:248:21","statements":[{"nodeType":"YulAssignment","src":"41906:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41918:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"41929:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41914:3:21"},"nodeType":"YulFunctionCall","src":"41914:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"41906:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41953:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"41964:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41949:3:21"},"nodeType":"YulFunctionCall","src":"41949:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"41972:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"41978:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"41968:3:21"},"nodeType":"YulFunctionCall","src":"41968:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41942:6:21"},"nodeType":"YulFunctionCall","src":"41942:47:21"},"nodeType":"YulExpressionStatement","src":"41942:47:21"},{"nodeType":"YulAssignment","src":"41998:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"42132:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"42006:124:21"},"nodeType":"YulFunctionCall","src":"42006:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"41998:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"41876:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"41891:4:21","type":""}],"src":"41725:419:21"},{"body":{"nodeType":"YulBlock","src":"42256:60:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"42278:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"42286:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42274:3:21"},"nodeType":"YulFunctionCall","src":"42274:14:21"},{"hexValue":"5061757361626c653a20706175736564","kind":"string","nodeType":"YulLiteral","src":"42290:18:21","type":"","value":"Pausable: paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"42267:6:21"},"nodeType":"YulFunctionCall","src":"42267:42:21"},"nodeType":"YulExpressionStatement","src":"42267:42:21"}]},"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"42248:6:21","type":""}],"src":"42150:166:21"},{"body":{"nodeType":"YulBlock","src":"42468:220:21","statements":[{"nodeType":"YulAssignment","src":"42478:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42544:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"42549:2:21","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"42485:58:21"},"nodeType":"YulFunctionCall","src":"42485:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"42478:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42650:3:21"}],"functionName":{"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulIdentifier","src":"42561:88:21"},"nodeType":"YulFunctionCall","src":"42561:93:21"},"nodeType":"YulExpressionStatement","src":"42561:93:21"},{"nodeType":"YulAssignment","src":"42663:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42674:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"42679:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42670:3:21"},"nodeType":"YulFunctionCall","src":"42670:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"42663:3:21"}]}]},"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"42456:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"42464:3:21","type":""}],"src":"42322:366:21"},{"body":{"nodeType":"YulBlock","src":"42865:248:21","statements":[{"nodeType":"YulAssignment","src":"42875:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42887:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"42898:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42883:3:21"},"nodeType":"YulFunctionCall","src":"42883:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42875:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42922:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"42933:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42918:3:21"},"nodeType":"YulFunctionCall","src":"42918:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"42941:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"42947:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"42937:3:21"},"nodeType":"YulFunctionCall","src":"42937:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"42911:6:21"},"nodeType":"YulFunctionCall","src":"42911:47:21"},"nodeType":"YulExpressionStatement","src":"42911:47:21"},{"nodeType":"YulAssignment","src":"42967:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43101:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"42975:124:21"},"nodeType":"YulFunctionCall","src":"42975:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42967:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"42845:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"42860:4:21","type":""}],"src":"42694:419:21"},{"body":{"nodeType":"YulBlock","src":"43225:61:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"43247:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"43255:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43243:3:21"},"nodeType":"YulFunctionCall","src":"43243:14:21"},{"hexValue":"546f6b656e4e6f74537570706f72746564","kind":"string","nodeType":"YulLiteral","src":"43259:19:21","type":"","value":"TokenNotSupported"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43236:6:21"},"nodeType":"YulFunctionCall","src":"43236:43:21"},"nodeType":"YulExpressionStatement","src":"43236:43:21"}]},"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"43217:6:21","type":""}],"src":"43119:167:21"},{"body":{"nodeType":"YulBlock","src":"43438:220:21","statements":[{"nodeType":"YulAssignment","src":"43448:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43514:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"43519:2:21","type":"","value":"17"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43455:58:21"},"nodeType":"YulFunctionCall","src":"43455:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"43448:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43620:3:21"}],"functionName":{"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulIdentifier","src":"43531:88:21"},"nodeType":"YulFunctionCall","src":"43531:93:21"},"nodeType":"YulExpressionStatement","src":"43531:93:21"},{"nodeType":"YulAssignment","src":"43633:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43644:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"43649:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43640:3:21"},"nodeType":"YulFunctionCall","src":"43640:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"43633:3:21"}]}]},"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"43426:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"43434:3:21","type":""}],"src":"43292:366:21"},{"body":{"nodeType":"YulBlock","src":"43835:248:21","statements":[{"nodeType":"YulAssignment","src":"43845:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"43857:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"43868:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43853:3:21"},"nodeType":"YulFunctionCall","src":"43853:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"43845:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"43892:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"43903:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43888:3:21"},"nodeType":"YulFunctionCall","src":"43888:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43911:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"43917:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"43907:3:21"},"nodeType":"YulFunctionCall","src":"43907:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43881:6:21"},"nodeType":"YulFunctionCall","src":"43881:47:21"},"nodeType":"YulExpressionStatement","src":"43881:47:21"},{"nodeType":"YulAssignment","src":"43937:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44071:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43945:124:21"},"nodeType":"YulFunctionCall","src":"43945:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"43937:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"43815:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"43830:4:21","type":""}],"src":"43664:419:21"},{"body":{"nodeType":"YulBlock","src":"44195:56:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"44217:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"44225:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44213:3:21"},"nodeType":"YulFunctionCall","src":"44213:14:21"},{"hexValue":"416d6f756e7449735a65726f","kind":"string","nodeType":"YulLiteral","src":"44229:14:21","type":"","value":"AmountIsZero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44206:6:21"},"nodeType":"YulFunctionCall","src":"44206:38:21"},"nodeType":"YulExpressionStatement","src":"44206:38:21"}]},"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"44187:6:21","type":""}],"src":"44089:162:21"},{"body":{"nodeType":"YulBlock","src":"44403:220:21","statements":[{"nodeType":"YulAssignment","src":"44413:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44479:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"44484:2:21","type":"","value":"12"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44420:58:21"},"nodeType":"YulFunctionCall","src":"44420:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"44413:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44585:3:21"}],"functionName":{"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulIdentifier","src":"44496:88:21"},"nodeType":"YulFunctionCall","src":"44496:93:21"},"nodeType":"YulExpressionStatement","src":"44496:93:21"},{"nodeType":"YulAssignment","src":"44598:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44609:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"44614:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44605:3:21"},"nodeType":"YulFunctionCall","src":"44605:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"44598:3:21"}]}]},"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"44391:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"44399:3:21","type":""}],"src":"44257:366:21"},{"body":{"nodeType":"YulBlock","src":"44800:248:21","statements":[{"nodeType":"YulAssignment","src":"44810:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44822:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"44833:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44818:3:21"},"nodeType":"YulFunctionCall","src":"44818:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44810:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44857:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"44868:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44853:3:21"},"nodeType":"YulFunctionCall","src":"44853:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44876:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"44882:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"44872:3:21"},"nodeType":"YulFunctionCall","src":"44872:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44846:6:21"},"nodeType":"YulFunctionCall","src":"44846:47:21"},"nodeType":"YulExpressionStatement","src":"44846:47:21"},{"nodeType":"YulAssignment","src":"44902:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45036:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44910:124:21"},"nodeType":"YulFunctionCall","src":"44910:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44902:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"44780:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"44795:4:21","type":""}],"src":"44629:419:21"},{"body":{"nodeType":"YulBlock","src":"45160:60:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"45182:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"45190:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45178:3:21"},"nodeType":"YulFunctionCall","src":"45178:14:21"},{"hexValue":"5468726f775a65726f41646472657373","kind":"string","nodeType":"YulLiteral","src":"45194:18:21","type":"","value":"ThrowZeroAddress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45171:6:21"},"nodeType":"YulFunctionCall","src":"45171:42:21"},"nodeType":"YulExpressionStatement","src":"45171:42:21"}]},"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"45152:6:21","type":""}],"src":"45054:166:21"},{"body":{"nodeType":"YulBlock","src":"45372:220:21","statements":[{"nodeType":"YulAssignment","src":"45382:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45448:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"45453:2:21","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45389:58:21"},"nodeType":"YulFunctionCall","src":"45389:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"45382:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45554:3:21"}],"functionName":{"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulIdentifier","src":"45465:88:21"},"nodeType":"YulFunctionCall","src":"45465:93:21"},"nodeType":"YulExpressionStatement","src":"45465:93:21"},{"nodeType":"YulAssignment","src":"45567:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45578:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"45583:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45574:3:21"},"nodeType":"YulFunctionCall","src":"45574:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"45567:3:21"}]}]},"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"45360:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"45368:3:21","type":""}],"src":"45226:366:21"},{"body":{"nodeType":"YulBlock","src":"45769:248:21","statements":[{"nodeType":"YulAssignment","src":"45779:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45791:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"45802:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45787:3:21"},"nodeType":"YulFunctionCall","src":"45787:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45779:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45826:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"45837:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45822:3:21"},"nodeType":"YulFunctionCall","src":"45822:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45845:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"45851:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"45841:3:21"},"nodeType":"YulFunctionCall","src":"45841:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45815:6:21"},"nodeType":"YulFunctionCall","src":"45815:47:21"},"nodeType":"YulExpressionStatement","src":"45815:47:21"},{"nodeType":"YulAssignment","src":"45871:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46005:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45879:124:21"},"nodeType":"YulFunctionCall","src":"45879:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45871:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"45749:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"45764:4:21","type":""}],"src":"45598:419:21"},{"body":{"nodeType":"YulBlock","src":"46129:66:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"46151:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"46159:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46147:3:21"},"nodeType":"YulFunctionCall","src":"46147:14:21"},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","kind":"string","nodeType":"YulLiteral","src":"46163:24:21","type":"","value":"InvalidInstitutionCode"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46140:6:21"},"nodeType":"YulFunctionCall","src":"46140:48:21"},"nodeType":"YulExpressionStatement","src":"46140:48:21"}]},"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"46121:6:21","type":""}],"src":"46023:172:21"},{"body":{"nodeType":"YulBlock","src":"46347:220:21","statements":[{"nodeType":"YulAssignment","src":"46357:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46423:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"46428:2:21","type":"","value":"22"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46364:58:21"},"nodeType":"YulFunctionCall","src":"46364:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"46357:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46529:3:21"}],"functionName":{"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulIdentifier","src":"46440:88:21"},"nodeType":"YulFunctionCall","src":"46440:93:21"},"nodeType":"YulExpressionStatement","src":"46440:93:21"},{"nodeType":"YulAssignment","src":"46542:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46553:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"46558:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46549:3:21"},"nodeType":"YulFunctionCall","src":"46549:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"46542:3:21"}]}]},"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"46335:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"46343:3:21","type":""}],"src":"46201:366:21"},{"body":{"nodeType":"YulBlock","src":"46744:248:21","statements":[{"nodeType":"YulAssignment","src":"46754:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46766:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"46777:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46762:3:21"},"nodeType":"YulFunctionCall","src":"46762:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46754:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46801:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"46812:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46797:3:21"},"nodeType":"YulFunctionCall","src":"46797:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46820:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"46826:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46816:3:21"},"nodeType":"YulFunctionCall","src":"46816:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46790:6:21"},"nodeType":"YulFunctionCall","src":"46790:47:21"},"nodeType":"YulExpressionStatement","src":"46790:47:21"},{"nodeType":"YulAssignment","src":"46846:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46980:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46854:124:21"},"nodeType":"YulFunctionCall","src":"46854:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46846:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"46724:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"46739:4:21","type":""}],"src":"46573:419:21"},{"body":{"nodeType":"YulBlock","src":"47104:69:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"47126:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"47134:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47122:3:21"},"nodeType":"YulFunctionCall","src":"47122:14:21"},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","kind":"string","nodeType":"YulLiteral","src":"47138:27:21","type":"","value":"InvalidSenderFeeRecipient"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47115:6:21"},"nodeType":"YulFunctionCall","src":"47115:51:21"},"nodeType":"YulExpressionStatement","src":"47115:51:21"}]},"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"47096:6:21","type":""}],"src":"46998:175:21"},{"body":{"nodeType":"YulBlock","src":"47325:220:21","statements":[{"nodeType":"YulAssignment","src":"47335:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47401:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"47406:2:21","type":"","value":"25"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47342:58:21"},"nodeType":"YulFunctionCall","src":"47342:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"47335:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47507:3:21"}],"functionName":{"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulIdentifier","src":"47418:88:21"},"nodeType":"YulFunctionCall","src":"47418:93:21"},"nodeType":"YulExpressionStatement","src":"47418:93:21"},{"nodeType":"YulAssignment","src":"47520:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47531:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"47536:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47527:3:21"},"nodeType":"YulFunctionCall","src":"47527:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"47520:3:21"}]}]},"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"47313:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"47321:3:21","type":""}],"src":"47179:366:21"},{"body":{"nodeType":"YulBlock","src":"47722:248:21","statements":[{"nodeType":"YulAssignment","src":"47732:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47744:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"47755:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47740:3:21"},"nodeType":"YulFunctionCall","src":"47740:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47732:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47779:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"47790:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47775:3:21"},"nodeType":"YulFunctionCall","src":"47775:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47798:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"47804:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"47794:3:21"},"nodeType":"YulFunctionCall","src":"47794:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47768:6:21"},"nodeType":"YulFunctionCall","src":"47768:47:21"},"nodeType":"YulExpressionStatement","src":"47768:47:21"},{"nodeType":"YulAssignment","src":"47824:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47958:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47832:124:21"},"nodeType":"YulFunctionCall","src":"47832:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47824:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"47702:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"47717:4:21","type":""}],"src":"47551:419:21"},{"body":{"nodeType":"YulBlock","src":"48024:362:21","statements":[{"nodeType":"YulAssignment","src":"48034:25:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"48057:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"48039:17:21"},"nodeType":"YulFunctionCall","src":"48039:20:21"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"48034:1:21"}]},{"nodeType":"YulAssignment","src":"48068:25:21","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"48091:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"48073:17:21"},"nodeType":"YulFunctionCall","src":"48073:20:21"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"48068:1:21"}]},{"nodeType":"YulVariableDeclaration","src":"48102:28:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"48125:1:21"},{"name":"y","nodeType":"YulIdentifier","src":"48128:1:21"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"48121:3:21"},"nodeType":"YulFunctionCall","src":"48121:9:21"},"variables":[{"name":"product_raw","nodeType":"YulTypedName","src":"48106:11:21","type":""}]},{"nodeType":"YulAssignment","src":"48139:41:21","value":{"arguments":[{"name":"product_raw","nodeType":"YulIdentifier","src":"48168:11:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"48150:17:21"},"nodeType":"YulFunctionCall","src":"48150:30:21"},"variableNames":[{"name":"product","nodeType":"YulIdentifier","src":"48139:7:21"}]},{"body":{"nodeType":"YulBlock","src":"48357:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"48359:16:21"},"nodeType":"YulFunctionCall","src":"48359:18:21"},"nodeType":"YulExpressionStatement","src":"48359:18:21"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"48290:1:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"48283:6:21"},"nodeType":"YulFunctionCall","src":"48283:9:21"},{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"48313:1:21"},{"arguments":[{"name":"product","nodeType":"YulIdentifier","src":"48320:7:21"},{"name":"x","nodeType":"YulIdentifier","src":"48329:1:21"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"48316:3:21"},"nodeType":"YulFunctionCall","src":"48316:15:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"48310:2:21"},"nodeType":"YulFunctionCall","src":"48310:22:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"48263:2:21"},"nodeType":"YulFunctionCall","src":"48263:83:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"48243:6:21"},"nodeType":"YulFunctionCall","src":"48243:113:21"},"nodeType":"YulIf","src":"48240:139:21"}]},"name":"checked_mul_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"48007:1:21","type":""},{"name":"y","nodeType":"YulTypedName","src":"48010:1:21","type":""}],"returnVariables":[{"name":"product","nodeType":"YulTypedName","src":"48016:7:21","type":""}],"src":"47976:410:21"},{"body":{"nodeType":"YulBlock","src":"48420:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"48437:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"48440:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48430:6:21"},"nodeType":"YulFunctionCall","src":"48430:88:21"},"nodeType":"YulExpressionStatement","src":"48430:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"48534:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"48537:4:21","type":"","value":"0x12"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48527:6:21"},"nodeType":"YulFunctionCall","src":"48527:15:21"},"nodeType":"YulExpressionStatement","src":"48527:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"48558:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"48561:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"48551:6:21"},"nodeType":"YulFunctionCall","src":"48551:15:21"},"nodeType":"YulExpressionStatement","src":"48551:15:21"}]},"name":"panic_error_0x12","nodeType":"YulFunctionDefinition","src":"48392:180:21"},{"body":{"nodeType":"YulBlock","src":"48620:143:21","statements":[{"nodeType":"YulAssignment","src":"48630:25:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"48653:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"48635:17:21"},"nodeType":"YulFunctionCall","src":"48635:20:21"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"48630:1:21"}]},{"nodeType":"YulAssignment","src":"48664:25:21","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"48687:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"48669:17:21"},"nodeType":"YulFunctionCall","src":"48669:20:21"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"48664:1:21"}]},{"body":{"nodeType":"YulBlock","src":"48711:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x12","nodeType":"YulIdentifier","src":"48713:16:21"},"nodeType":"YulFunctionCall","src":"48713:18:21"},"nodeType":"YulExpressionStatement","src":"48713:18:21"}]},"condition":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"48708:1:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"48701:6:21"},"nodeType":"YulFunctionCall","src":"48701:9:21"},"nodeType":"YulIf","src":"48698:35:21"},{"nodeType":"YulAssignment","src":"48743:14:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"48752:1:21"},{"name":"y","nodeType":"YulIdentifier","src":"48755:1:21"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"48748:3:21"},"nodeType":"YulFunctionCall","src":"48748:9:21"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"48743:1:21"}]}]},"name":"checked_div_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"48609:1:21","type":""},{"name":"y","nodeType":"YulTypedName","src":"48612:1:21","type":""}],"returnVariables":[{"name":"r","nodeType":"YulTypedName","src":"48618:1:21","type":""}],"src":"48578:185:21"},{"body":{"nodeType":"YulBlock","src":"48875:60:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"48897:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"48905:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48893:3:21"},"nodeType":"YulFunctionCall","src":"48893:14:21"},{"hexValue":"53656e646572466565546f6f48696768","kind":"string","nodeType":"YulLiteral","src":"48909:18:21","type":"","value":"SenderFeeTooHigh"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48886:6:21"},"nodeType":"YulFunctionCall","src":"48886:42:21"},"nodeType":"YulExpressionStatement","src":"48886:42:21"}]},"name":"store_literal_in_memory_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"48867:6:21","type":""}],"src":"48769:166:21"},{"body":{"nodeType":"YulBlock","src":"49087:220:21","statements":[{"nodeType":"YulAssignment","src":"49097:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49163:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"49168:2:21","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49104:58:21"},"nodeType":"YulFunctionCall","src":"49104:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"49097:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49269:3:21"}],"functionName":{"name":"store_literal_in_memory_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4","nodeType":"YulIdentifier","src":"49180:88:21"},"nodeType":"YulFunctionCall","src":"49180:93:21"},"nodeType":"YulExpressionStatement","src":"49180:93:21"},{"nodeType":"YulAssignment","src":"49282:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49293:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"49298:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49289:3:21"},"nodeType":"YulFunctionCall","src":"49289:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"49282:3:21"}]}]},"name":"abi_encode_t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"49075:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"49083:3:21","type":""}],"src":"48941:366:21"},{"body":{"nodeType":"YulBlock","src":"49484:248:21","statements":[{"nodeType":"YulAssignment","src":"49494:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49506:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"49517:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49502:3:21"},"nodeType":"YulFunctionCall","src":"49502:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49494:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49541:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"49552:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49537:3:21"},"nodeType":"YulFunctionCall","src":"49537:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49560:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"49566:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"49556:3:21"},"nodeType":"YulFunctionCall","src":"49556:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49530:6:21"},"nodeType":"YulFunctionCall","src":"49530:47:21"},"nodeType":"YulExpressionStatement","src":"49530:47:21"},{"nodeType":"YulAssignment","src":"49586:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49720:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49594:124:21"},"nodeType":"YulFunctionCall","src":"49594:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49586:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"49464:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"49479:4:21","type":""}],"src":"49313:419:21"},{"body":{"nodeType":"YulBlock","src":"49844:76:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"49866:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"49874:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49862:3:21"},"nodeType":"YulFunctionCall","src":"49862:14:21"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"49878:34:21","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49855:6:21"},"nodeType":"YulFunctionCall","src":"49855:58:21"},"nodeType":"YulExpressionStatement","src":"49855:58:21"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"49836:6:21","type":""}],"src":"49738:182:21"},{"body":{"nodeType":"YulBlock","src":"50072:220:21","statements":[{"nodeType":"YulAssignment","src":"50082:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50148:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"50153:2:21","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50089:58:21"},"nodeType":"YulFunctionCall","src":"50089:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"50082:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50254:3:21"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"50165:88:21"},"nodeType":"YulFunctionCall","src":"50165:93:21"},"nodeType":"YulExpressionStatement","src":"50165:93:21"},{"nodeType":"YulAssignment","src":"50267:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50278:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"50283:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50274:3:21"},"nodeType":"YulFunctionCall","src":"50274:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"50267:3:21"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"50060:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"50068:3:21","type":""}],"src":"49926:366:21"},{"body":{"nodeType":"YulBlock","src":"50469:248:21","statements":[{"nodeType":"YulAssignment","src":"50479:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50491:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"50502:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50487:3:21"},"nodeType":"YulFunctionCall","src":"50487:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50479:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50526:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"50537:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50522:3:21"},"nodeType":"YulFunctionCall","src":"50522:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50545:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"50551:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"50541:3:21"},"nodeType":"YulFunctionCall","src":"50541:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"50515:6:21"},"nodeType":"YulFunctionCall","src":"50515:47:21"},"nodeType":"YulExpressionStatement","src":"50515:47:21"},{"nodeType":"YulAssignment","src":"50571:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50705:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50579:124:21"},"nodeType":"YulFunctionCall","src":"50579:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50571:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"50449:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"50464:4:21","type":""}],"src":"50298:419:21"},{"body":{"nodeType":"YulBlock","src":"50767:147:21","statements":[{"nodeType":"YulAssignment","src":"50777:25:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"50800:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"50782:17:21"},"nodeType":"YulFunctionCall","src":"50782:20:21"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"50777:1:21"}]},{"nodeType":"YulAssignment","src":"50811:25:21","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"50834:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"50816:17:21"},"nodeType":"YulFunctionCall","src":"50816:20:21"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"50811:1:21"}]},{"nodeType":"YulAssignment","src":"50845:16:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"50856:1:21"},{"name":"y","nodeType":"YulIdentifier","src":"50859:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50852:3:21"},"nodeType":"YulFunctionCall","src":"50852:9:21"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"50845:3:21"}]},{"body":{"nodeType":"YulBlock","src":"50885:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"50887:16:21"},"nodeType":"YulFunctionCall","src":"50887:18:21"},"nodeType":"YulExpressionStatement","src":"50887:18:21"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"50877:1:21"},{"name":"sum","nodeType":"YulIdentifier","src":"50880:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"50874:2:21"},"nodeType":"YulFunctionCall","src":"50874:10:21"},"nodeType":"YulIf","src":"50871:36:21"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"50754:1:21","type":""},{"name":"y","nodeType":"YulTypedName","src":"50757:1:21","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"50763:3:21","type":""}],"src":"50723:191:21"},{"body":{"nodeType":"YulBlock","src":"51026:124:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"51048:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"51056:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"51044:3:21"},"nodeType":"YulFunctionCall","src":"51044:14:21"},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069","kind":"string","nodeType":"YulLiteral","src":"51060:34:21","type":"","value":"Initializable: contract is not i"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"51037:6:21"},"nodeType":"YulFunctionCall","src":"51037:58:21"},"nodeType":"YulExpressionStatement","src":"51037:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"51116:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"51124:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"51112:3:21"},"nodeType":"YulFunctionCall","src":"51112:15:21"},{"hexValue":"6e697469616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"51129:13:21","type":"","value":"nitializing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"51105:6:21"},"nodeType":"YulFunctionCall","src":"51105:38:21"},"nodeType":"YulExpressionStatement","src":"51105:38:21"}]},"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"51018:6:21","type":""}],"src":"50920:230:21"},{"body":{"nodeType":"YulBlock","src":"51302:220:21","statements":[{"nodeType":"YulAssignment","src":"51312:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"51378:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"51383:2:21","type":"","value":"43"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"51319:58:21"},"nodeType":"YulFunctionCall","src":"51319:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"51312:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"51484:3:21"}],"functionName":{"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulIdentifier","src":"51395:88:21"},"nodeType":"YulFunctionCall","src":"51395:93:21"},"nodeType":"YulExpressionStatement","src":"51395:93:21"},{"nodeType":"YulAssignment","src":"51497:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"51508:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"51513:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"51504:3:21"},"nodeType":"YulFunctionCall","src":"51504:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"51497:3:21"}]}]},"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"51290:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"51298:3:21","type":""}],"src":"51156:366:21"},{"body":{"nodeType":"YulBlock","src":"51699:248:21","statements":[{"nodeType":"YulAssignment","src":"51709:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"51721:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"51732:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"51717:3:21"},"nodeType":"YulFunctionCall","src":"51717:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"51709:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"51756:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"51767:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"51752:3:21"},"nodeType":"YulFunctionCall","src":"51752:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"51775:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"51781:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"51771:3:21"},"nodeType":"YulFunctionCall","src":"51771:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"51745:6:21"},"nodeType":"YulFunctionCall","src":"51745:47:21"},"nodeType":"YulExpressionStatement","src":"51745:47:21"},{"nodeType":"YulAssignment","src":"51801:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"51935:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"51809:124:21"},"nodeType":"YulFunctionCall","src":"51809:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"51801:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"51679:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"51694:4:21","type":""}],"src":"51528:419:21"},{"body":{"nodeType":"YulBlock","src":"52059:64:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"52081:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"52089:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"52077:3:21"},"nodeType":"YulFunctionCall","src":"52077:14:21"},{"hexValue":"5061757361626c653a206e6f7420706175736564","kind":"string","nodeType":"YulLiteral","src":"52093:22:21","type":"","value":"Pausable: not paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"52070:6:21"},"nodeType":"YulFunctionCall","src":"52070:46:21"},"nodeType":"YulExpressionStatement","src":"52070:46:21"}]},"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"52051:6:21","type":""}],"src":"51953:170:21"},{"body":{"nodeType":"YulBlock","src":"52275:220:21","statements":[{"nodeType":"YulAssignment","src":"52285:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"52351:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"52356:2:21","type":"","value":"20"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"52292:58:21"},"nodeType":"YulFunctionCall","src":"52292:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"52285:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"52457:3:21"}],"functionName":{"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulIdentifier","src":"52368:88:21"},"nodeType":"YulFunctionCall","src":"52368:93:21"},"nodeType":"YulExpressionStatement","src":"52368:93:21"},{"nodeType":"YulAssignment","src":"52470:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"52481:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"52486:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"52477:3:21"},"nodeType":"YulFunctionCall","src":"52477:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"52470:3:21"}]}]},"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"52263:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"52271:3:21","type":""}],"src":"52129:366:21"},{"body":{"nodeType":"YulBlock","src":"52672:248:21","statements":[{"nodeType":"YulAssignment","src":"52682:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"52694:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"52705:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"52690:3:21"},"nodeType":"YulFunctionCall","src":"52690:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"52682:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"52729:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"52740:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"52725:3:21"},"nodeType":"YulFunctionCall","src":"52725:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"52748:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"52754:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"52744:3:21"},"nodeType":"YulFunctionCall","src":"52744:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"52718:6:21"},"nodeType":"YulFunctionCall","src":"52718:47:21"},"nodeType":"YulExpressionStatement","src":"52718:47:21"},{"nodeType":"YulAssignment","src":"52774:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"52908:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"52782:124:21"},"nodeType":"YulFunctionCall","src":"52782:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"52774:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"52652:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"52667:4:21","type":""}],"src":"52501:419:21"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(ptr) -> data {\n data := ptr\n\n data := add(ptr, 0x20)\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // code\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(ptr) -> next {\n next := add(ptr, 0x20)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := mload(srcPtr)\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$4748_memory_ptr_to_t_struct$_Institution_$4748_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function cleanup_t_uint96(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffff)\n }\n\n function validator_revert_t_uint96(value) {\n if iszero(eq(value, cleanup_t_uint96(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint96(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint96(value)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() {\n revert(0, 0)\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n // string\n function abi_decode_t_string_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_addresst_uint256t_bytes32t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6, value7, value8, value9 {\n if slt(sub(dataEnd, headStart), 288) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 128\n\n value4 := abi_decode_t_uint96(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 160\n\n value5 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 192\n\n value6 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 224\n\n value7 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 256))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value8, value9 := abi_decode_t_string_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32_fromStack(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$4748_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$4748_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_bytes_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\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\n function abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_bytes_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value0, tail)\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function validator_revert_t_bool(value) {\n if iszero(eq(value, cleanup_t_bool(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bool(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_tuple_t_bytes32t_bytes32t_bytes32t_addresst_uint64t_bool(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5 {\n if slt(sub(dataEnd, headStart), 192) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 128\n\n value4 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 160\n\n value5 := abi_decode_t_bool(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_t_uint96_to_t_uint96(value, pos) {\n mstore(pos, cleanup_t_uint96(value))\n }\n\n function abi_encode_t_bool_to_t_bool(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n // struct IPaycrest.Order -> struct IPaycrest.Order\n function abi_encode_t_struct$_Order_$4634_memory_ptr_to_t_struct$_Order_$4634_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x0120)\n\n {\n // seller\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x00))\n }\n\n {\n // token\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x20))\n }\n\n {\n // senderFeeRecipient\n\n let memberValue0 := mload(add(value, 0x40))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x40))\n }\n\n {\n // senderFee\n\n let memberValue0 := mload(add(value, 0x60))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x60))\n }\n\n {\n // rate\n\n let memberValue0 := mload(add(value, 0x80))\n abi_encode_t_uint96_to_t_uint96(memberValue0, add(pos, 0x80))\n }\n\n {\n // isFulfilled\n\n let memberValue0 := mload(add(value, 0xa0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xa0))\n }\n\n {\n // refundAddress\n\n let memberValue0 := mload(add(value, 0xc0))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0xc0))\n }\n\n {\n // currentBPS\n\n let memberValue0 := mload(add(value, 0xe0))\n abi_encode_t_uint96_to_t_uint96(memberValue0, add(pos, 0xe0))\n }\n\n {\n // amount\n\n let memberValue0 := mload(add(value, 0x0100))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x0100))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_Order_$4634_memory_ptr__to_t_struct$_Order_$4634_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 288)\n\n abi_encode_t_struct$_Order_$4634_memory_ptr_to_t_struct$_Order_$4634_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_bool(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bool(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n // struct SharedStructs.InstitutionByCode -> struct SharedStructs.InstitutionByCode\n function abi_encode_t_struct$_InstitutionByCode_$4753_memory_ptr_to_t_struct$_InstitutionByCode_$4753_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // currency\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_InstitutionByCode_$4753_memory_ptr__to_t_struct$_InstitutionByCode_$4753_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_struct$_InstitutionByCode_$4753_memory_ptr_to_t_struct$_InstitutionByCode_$4753_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n // bytes\n function abi_decode_t_bytes_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0, value1 := abi_decode_t_bytes_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_uint256t_bytes32t_bytes32(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidMessageHash\")\n\n }\n\n function abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 18)\n store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed(headStart , value2, value1, value0) -> tail {\n tail := add(headStart, 96)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n }\n\n function abi_decode_t_bool_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bool_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function increment_t_uint256(value) -> ret {\n value := cleanup_t_uint256(value)\n if eq(value, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) { panic_error_0x11() }\n ret := add(value, 1)\n }\n\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint96_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint96(value)))\n }\n\n function abi_encode_t_uint96_to_t_uint256_fromStack(value, pos) {\n mstore(pos, convert_t_uint96_to_t_uint256(value))\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n // string -> string\n function abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_uint96_t_bytes32_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_bytes32_t_string_memory_ptr__fromStack_reversed(headStart , value4, value3, value2, value1, value0) -> tail {\n tail := add(headStart, 128)\n\n abi_encode_t_uint96_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value2, add(headStart, 64))\n\n mstore(add(headStart, 96), sub(tail, headStart))\n tail := abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(value3, value4, tail)\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(memPtr) {\n\n mstore(add(memPtr, 0), \"OnlyAggregator\")\n\n }\n\n function abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderFulfilled\")\n\n }\n\n function abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function checked_sub_t_uint96(x, y) -> diff {\n x := cleanup_t_uint96(x)\n y := cleanup_t_uint96(y)\n diff := sub(x, y)\n\n if gt(diff, 0xffffffffffffffffffffffff) { panic_error_0x11() }\n\n }\n\n function convert_t_uint64_to_t_uint96(value) -> converted {\n converted := cleanup_t_uint96(identity(cleanup_t_uint64(value)))\n }\n\n function abi_encode_t_uint64_to_t_uint96_fromStack(value, pos) {\n mstore(pos, convert_t_uint64_to_t_uint96(value))\n }\n\n function abi_encode_tuple_t_bytes32_t_bytes32_t_uint64__to_t_bytes32_t_bytes32_t_uint96__fromStack_reversed(headStart , value2, value1, value0) -> tail {\n tail := add(headStart, 96)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint64_to_t_uint96_fromStack(value2, add(headStart, 64))\n\n }\n\n function store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4(memPtr) {\n\n mstore(add(memPtr, 0), \"Paycrest: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is alrea\")\n\n mstore(add(memPtr, 32), \"dy initialized\")\n\n }\n\n function abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 46)\n store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_rational_1_by_1(value) -> cleaned {\n cleaned := value\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function convert_t_rational_1_by_1_to_t_uint8(value) -> converted {\n converted := cleanup_t_uint8(identity(cleanup_t_rational_1_by_1(value)))\n }\n\n function abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value, pos) {\n mstore(pos, convert_t_rational_1_by_1_to_t_uint8(value))\n }\n\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\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 tail := add(headStart, 96)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_bool_to_t_bool_fromStack(value2, add(headStart, 64))\n\n }\n\n function array_length_t_bytes_calldata_ptr(value, len) -> length {\n\n length := len\n\n }\n\n function array_dataslot_t_bytes_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_bytes_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_bytes_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage(slot, src, len) {\n\n let newLen := array_length_t_bytes_calldata_ptr(src, len)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_bytes_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_bytes_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, calldataload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := calldataload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\n value := calldataload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n\n // bytes -> bytes\n function abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack(value0, value1, tail)\n\n }\n\n function checked_sub_t_uint256(x, y) -> diff {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n diff := sub(x, y)\n\n if gt(diff, x) { panic_error_0x11() }\n\n }\n\n function abi_encode_tuple_t_uint256_t_bytes32__to_t_uint256_t_bytes32__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value1, add(headStart, 32))\n\n }\n\n function store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: new owner is the zero a\")\n\n mstore(add(memPtr, 32), \"ddress\")\n\n }\n\n function abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: paused\")\n\n }\n\n function abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(memPtr) {\n\n mstore(add(memPtr, 0), \"TokenNotSupported\")\n\n }\n\n function abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 17)\n store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(memPtr) {\n\n mstore(add(memPtr, 0), \"AmountIsZero\")\n\n }\n\n function abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 12)\n store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(memPtr) {\n\n mstore(add(memPtr, 0), \"ThrowZeroAddress\")\n\n }\n\n function abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidInstitutionCode\")\n\n }\n\n function abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidSenderFeeRecipient\")\n\n }\n\n function abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 25)\n store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function checked_mul_t_uint256(x, y) -> product {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n let product_raw := mul(x, y)\n product := cleanup_t_uint256(product_raw)\n\n // overflow, if x != 0 and y != product/x\n if iszero(\n or(\n iszero(x),\n eq(y, div(product, x))\n )\n ) { panic_error_0x11() }\n\n }\n\n function panic_error_0x12() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n\n function checked_div_t_uint256(x, y) -> r {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n if iszero(y) { panic_error_0x12() }\n\n r := div(x, y)\n }\n\n function store_literal_in_memory_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4(memPtr) {\n\n mstore(add(memPtr, 0), \"SenderFeeTooHigh\")\n\n }\n\n function abi_encode_t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_6d3cba414c71660096f2f33e0114a439f35ba3656daa2c1cdeeda4e31a4145c4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is not i\")\n\n mstore(add(memPtr, 32), \"nitializing\")\n\n }\n\n function abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 43)\n store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: not paused\")\n\n }\n\n function abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 20)\n store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":21,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106101375760003560e01c806379a0effb116100b857806399e3c0b41161007c57806399e3c0b414610303578063b810c6361461031f578063c22801031461033e578063cb79455b1461036e578063d28a8d321461038a578063f2fde38b146103ba57610137565b806379a0effb146102995780638129fc1c146102b55780638456cb59146102bf57806384630736146102c95780638da5cb5b146102e557610137565b80635c975abb116100ff5780635c975abb146101e05780635fe44cac146101fe578063715018a61461022f57806375151b6314610239578063768c6ec01461026957610137565b8063026213381461013c5780632654ec7e1461016c578063322008821461019c5780633ad59dbc146101b85780633f4ba83a146101d6575b600080fd5b61015660048036038101906101519190612648565b6103d6565b6040516101639190612762565b60405180910390f35b610186600480360381019061018191906128c1565b610514565b60405161019391906129bb565b60405180910390f35b6101b660048036038101906101b19190612b7a565b6109b0565b005b6101c0610ac4565b6040516101cd9190612c55565b60405180910390f35b6101de610b56565b005b6101e8610b68565b6040516101f59190612c92565b60405180910390f35b61021860048036038101906102139190612d19565b610b7f565b604051610226929190612db5565b60405180910390f35b610237610f78565b005b610253600480360381019061024e9190612dde565b610f8c565b6040516102609190612c92565b60405180910390f35b610283600480360381019061027e9190612648565b610fe2565b6040516102909190612efe565b60405180910390f35b6102b360048036038101906102ae9190612f1a565b611213565b005b6102bd6113b9565b005b6102c7611509565b005b6102e360048036038101906102de9190612f5a565b61151b565b005b6102ed611586565b6040516102fa9190612f87565b60405180910390f35b61031d60048036038101906103189190612fa2565b6115b0565b005b6103276116e6565b604051610335929190613013565b60405180910390f35b61035860048036038101906103539190612648565b61170b565b604051610365919061306b565b60405180910390f35b610388600480360381019061038391906130dc565b61174c565b005b6103a4600480360381019061039f9190613129565b6117a3565b6040516103b19190612c92565b60405180910390f35b6103d460048036038101906103cf9190612dde565b611b3c565b005b60606000609c6000848152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b828210156104535783829060005260206000209060020201604051806040016040529081600082015481526020016001820154815250508152602001906001019061040d565b50505050905060008151905060008167ffffffffffffffff81111561047b5761047a6129e7565b5b6040519080825280602002602001820160405280156104b457816020015b6104a16124e2565b8152602001906001900390816104995790505b50905060005b82811015610508578381815181106104d5576104d461317c565b5b60200260200101518282815181106104f0576104ef61317c565b5b602002602001018190525080806001019150506104ba565b50809350505050919050565b600061051e611bbf565b61052c8b8b8689898e611c09565b60008383905011610572576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056990613208565b60405180910390fd5b8a73ffffffffffffffffffffffffffffffffffffffff166323b872dd33308d6040518463ffffffff1660e01b81526004016105af93929190613228565b6020604051808303816000875af11580156105ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f29190613274565b5060d160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000815480929190610643906132d0565b91905055503360d160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205460405160200161069a929190613318565b6040516020818303038152906040528051906020012090506040518061012001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018773ffffffffffffffffffffffffffffffffffffffff168152602001868152602001886bffffffffffffffffffffffff1681526020016000151581526020018573ffffffffffffffffffffffffffffffffffffffff16815260200160655467ffffffffffffffff166bffffffffffffffffffffffff1681526020018b81525060d0600083815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506060820151816003015560808201518160040160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555060a082015181600401600c6101000a81548160ff02191690831515021790555060c08201518160050160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060e08201518160050160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506101008201518160060155905050808a8c73ffffffffffffffffffffffffffffffffffffffff167f63a5ce0c7dda94594842d8817c370279b2c0537f95b6cb628f022d92c8ebc4448a8d8d898960405161099a9594939291906133b8565b60405180910390a49a9950505050505050505050565b6109b8611e80565b60008151905060005b81811015610abe57609c60008581526020019081526020016000208382815181106109ef576109ee61317c565b5b60200260200101519080600181540180825580915050600190039060005260206000209060020201600090919091909150600082015181600001556020820151816001015550506040518060400160405280848381518110610a5457610a5361317c565b5b602002602001015160200151815260200185815250609d6000858481518110610a8057610a7f61317c565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080806001019150506109c1565b50505050565b606060688054610ad390613435565b80601f0160208091040260200160405190810160405280929190818152602001828054610aff90613435565b8015610b4c5780601f10610b2157610100808354040283529160200191610b4c565b820191906000526020600020905b815481529060010190602001808311610b2f57829003601f168201915b5050505050905090565b610b5e611e80565b610b66611efe565b565b6000609e60009054906101000a900460ff16905090565b600080606760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610c12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c09906134b2565b60405180910390fd5b60d06000888152602001908152602001600020600401600c9054906101000a900460ff1615610c76576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c6d9061351e565b60405180910390fd5b600060d0600089815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508467ffffffffffffffff1660d060008a815260200190815260200160002060050160148282829054906101000a90046bffffffffffffffffffffffff16610cf8919061353e565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610d3d898767ffffffffffffffff1687611f61565b9050600060d060008b815260200190815260200160002060050160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603610ddc57600160d060008b8152602001908152602001600020600401600c6101000a81548160ff021916908315150217905550600060d060008b8152602001908152602001600020600301541115610ddb57610dda89612072565b5b5b600081600001511115610e8f578173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb606660089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1683600001516040518363ffffffff1660e01b8152600401610e4a929190613318565b6020604051808303816000875af1158015610e69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e8d9190613274565b505b8173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb8883602001516040518363ffffffff1660e01b8152600401610ece929190613318565b6020604051808303816000875af1158015610eed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f119190613274565b508673ffffffffffffffffffffffffffffffffffffffff16897fa9ec2b6676d3ea3e8da117193c71b1b85fcdbc72f077a624f950241eb38f13c28c8b8a604051610f5d939291906135af565b60405180910390a38882935093505050965096945050505050565b610f80611e80565b610f8a60006121c6565b565b6000609b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b610fea612502565b60d06000838152602001908152602001600020604051806101200160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001600382015481526020016004820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff16815260200160048201600c9054906101000a900460ff161515151581526020016005820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016005820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016006820154815250509050919050565b61121b611e80565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361128a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128190613632565b60405180910390fd5b7f747265617375727900000000000000000000000000000000000000000000000082036112f35780606660086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7f61676772656761746f7200000000000000000000000000000000000000000000820361135c5780606760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7fd8ef77a7d69a6b79f131ecd9aa37060ba0853bbd37cb175ec1abd05738ce27cb606660089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040516113ad9190612f87565b60405180910390a15050565b60008060019054906101000a900460ff161590508080156113ea5750600160008054906101000a900460ff1660ff16105b8061141757506113f93061228c565b1580156114165750600160008054906101000a900460ff1660ff16145b5b611456576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161144d906136c4565b60405180910390fd5b60016000806101000a81548160ff021916908360ff1602179055508015611493576001600060016101000a81548160ff0219169083151502179055505b620186a06065819055506114a56122af565b6114ad612308565b80156115065760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860016040516114fd919061372c565b60405180910390a15b50565b611511611e80565b611519612361565b565b611523611e80565b80606660006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fb94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e264468160405161157b9190613747565b60405180910390a150565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6115b8611e80565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611627576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161161e90613632565b60405180910390fd5b7f746f6b656e00000000000000000000000000000000000000000000000000000083036116a65780609b60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505b7fe22cadcc5ddbc0a185e8920eaa6825bcc06dcd6b432988e7e9912caa59ace9308383836040516116d993929190613762565b60405180910390a1505050565b600080606660009054906101000a900467ffffffffffffffff16606554915091509091565b6117136125c4565b609d6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b611754611e80565b818160689182611765929190613946565b507f6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef8282604051611797929190613a43565b60405180910390a15050565b6000606760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611835576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161182c906134b2565b60405180910390fd5b60d06000848152602001908152602001600020600401600c9054906101000a900460ff1615611899576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118909061351e565b60405180910390fd5b60008460d06000868152602001908152602001600020600601546118bd9190613a67565b905060d0600085815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb606660089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16876040518363ffffffff1660e01b8152600401611952929190613318565b6020604051808303816000875af1158015611971573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119959190613274565b50600160d06000868152602001908152602001600020600401600c6101000a81548160ff021916908315150217905550600060d0600086815260200190815260200160002060050160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555060d0600085815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb60d0600087815260200190815260200160002060050160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b8152600401611ab2929190613318565b6020604051808303816000875af1158015611ad1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611af59190613274565b50837f79252c381c5280f78c77f378791e42b506843a48916430480eab95a898cdae9f8685604051611b28929190613a9b565b60405180910390a260019150509392505050565b611b44611e80565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611bb3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611baa90613b36565b60405180910390fd5b611bbc816121c6565b50565b611bc7610b68565b15611c07576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bfe90613ba2565b60405180910390fd5b565b609b60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16611c95576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c8c90613c0e565b60405180910390fd5b60008511611cd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ccf90613c7a565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603611d47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d3e90613ce6565b60405180910390fd5b6000801b609d60008381526020019081526020016000206000015403611da2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d9990613d52565b60405180910390fd5b6000821115611e1b57600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611e1a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e1190613dbe565b60405180910390fd5b5b6065546101f486611e2c9190613dde565b611e369190613e4f565b821115611e78576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e6f90613ecc565b60405180910390fd5b505050505050565b611e886123c4565b73ffffffffffffffffffffffffffffffffffffffff16611ea6611586565b73ffffffffffffffffffffffffffffffffffffffff1614611efc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ef390613f38565b60405180910390fd5b565b611f066123cc565b6000609e60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611f4a6123c4565b604051611f579190612f87565b60405180910390a1565b611f696125e4565b600060d0600086815260200190815260200160002060060154905060d060008681526020019081526020016000206003015481611fa69190613a67565b9050606554846bffffffffffffffffffffffff1682611fc59190613dde565b611fcf9190613e4f565b826020018181525050606554606660009054906101000a900467ffffffffffffffff1667ffffffffffffffff16836020015161200b9190613dde565b6120159190613e4f565b826000018181525050816000015182602001516120329190613a67565b826020018181525050821561206a578160000151826020018181516120579190613f58565b9150818152505060008260000181815250505b509392505050565b600060d0600083815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600060d0600084815260200190815260200160002060030154905060d0600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb83836040518363ffffffff1660e01b8152600401612139929190613318565b6020604051808303816000875af1158015612158573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061217c9190613274565b50808273ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a3505050565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff166122fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122f590613ffe565b60405180910390fd5b612306612415565b565b600060019054906101000a900460ff16612357576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161234e90613ffe565b60405180910390fd5b61235f612476565b565b612369611bbf565b6001609e60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586123ad6123c4565b6040516123ba9190612f87565b60405180910390a1565b600033905090565b6123d4610b68565b612413576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161240a9061406a565b60405180910390fd5b565b600060019054906101000a900460ff16612464576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161245b90613ffe565b60405180910390fd5b61247461246f6123c4565b6121c6565b565b600060019054906101000a900460ff166124c5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124bc90613ffe565b60405180910390fd5b6000609e60006101000a81548160ff021916908315150217905550565b604051806040016040528060008019168152602001600080191681525090565b604051806101200160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160006bffffffffffffffffffffffff168152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b604051806040016040528060008152602001600081525090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61262581612612565b811461263057600080fd5b50565b6000813590506126428161261c565b92915050565b60006020828403121561265e5761265d612608565b5b600061266c84828501612633565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6126aa81612612565b82525050565b6040820160008201516126c660008501826126a1565b5060208201516126d960208501826126a1565b50505050565b60006126eb83836126b0565b60408301905092915050565b6000602082019050919050565b600061270f82612675565b6127198185612680565b935061272483612691565b8060005b8381101561275557815161273c88826126df565b9750612747836126f7565b925050600181019050612728565b5085935050505092915050565b6000602082019050818103600083015261277c8184612704565b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006127af82612784565b9050919050565b6127bf816127a4565b81146127ca57600080fd5b50565b6000813590506127dc816127b6565b92915050565b6000819050919050565b6127f5816127e2565b811461280057600080fd5b50565b600081359050612812816127ec565b92915050565b60006bffffffffffffffffffffffff82169050919050565b61283981612818565b811461284457600080fd5b50565b60008135905061285681612830565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f8401126128815761288061285c565b5b8235905067ffffffffffffffff81111561289e5761289d612861565b5b6020830191508360018202830111156128ba576128b9612866565b5b9250929050565b6000806000806000806000806000806101208b8d0312156128e5576128e4612608565b5b60006128f38d828e016127cd565b9a505060206129048d828e01612803565b99505060406129158d828e01612633565b98505060606129268d828e01612633565b97505060806129378d828e01612847565b96505060a06129488d828e016127cd565b95505060c06129598d828e01612803565b94505060e061296a8d828e016127cd565b9350506101008b013567ffffffffffffffff81111561298c5761298b61260d565b5b6129988d828e0161286b565b92509250509295989b9194979a5092959850565b6129b581612612565b82525050565b60006020820190506129d060008301846129ac565b92915050565b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a1f826129d6565b810181811067ffffffffffffffff82111715612a3e57612a3d6129e7565b5b80604052505050565b6000612a516125fe565b9050612a5d8282612a16565b919050565b600067ffffffffffffffff821115612a7d57612a7c6129e7565b5b602082029050602081019050919050565b600080fd5b600060408284031215612aa957612aa8612a8e565b5b612ab36040612a47565b90506000612ac384828501612633565b6000830152506020612ad784828501612633565b60208301525092915050565b6000612af6612af184612a62565b612a47565b90508083825260208201905060408402830185811115612b1957612b18612866565b5b835b81811015612b425780612b2e8882612a93565b845260208401935050604081019050612b1b565b5050509392505050565b600082601f830112612b6157612b6061285c565b5b8135612b71848260208601612ae3565b91505092915050565b60008060408385031215612b9157612b90612608565b5b6000612b9f85828601612633565b925050602083013567ffffffffffffffff811115612bc057612bbf61260d565b5b612bcc85828601612b4c565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612c10578082015181840152602081019050612bf5565b60008484015250505050565b6000612c2782612bd6565b612c318185612be1565b9350612c41818560208601612bf2565b612c4a816129d6565b840191505092915050565b60006020820190508181036000830152612c6f8184612c1c565b905092915050565b60008115159050919050565b612c8c81612c77565b82525050565b6000602082019050612ca76000830184612c83565b92915050565b600067ffffffffffffffff82169050919050565b612cca81612cad565b8114612cd557600080fd5b50565b600081359050612ce781612cc1565b92915050565b612cf681612c77565b8114612d0157600080fd5b50565b600081359050612d1381612ced565b92915050565b60008060008060008060c08789031215612d3657612d35612608565b5b6000612d4489828a01612633565b9650506020612d5589828a01612633565b9550506040612d6689828a01612633565b9450506060612d7789828a016127cd565b9350506080612d8889828a01612cd8565b92505060a0612d9989828a01612d04565b9150509295509295509295565b612daf816127a4565b82525050565b6000604082019050612dca60008301856129ac565b612dd76020830184612da6565b9392505050565b600060208284031215612df457612df3612608565b5b6000612e02848285016127cd565b91505092915050565b612e14816127a4565b82525050565b612e23816127e2565b82525050565b612e3281612818565b82525050565b612e4181612c77565b82525050565b61012082016000820151612e5e6000850182612e0b565b506020820151612e716020850182612e0b565b506040820151612e846040850182612e0b565b506060820151612e976060850182612e1a565b506080820151612eaa6080850182612e29565b5060a0820151612ebd60a0850182612e38565b5060c0820151612ed060c0850182612e0b565b5060e0820151612ee360e0850182612e29565b50610100820151612ef8610100850182612e1a565b50505050565b600061012082019050612f146000830184612e47565b92915050565b60008060408385031215612f3157612f30612608565b5b6000612f3f85828601612633565b9250506020612f50858286016127cd565b9150509250929050565b600060208284031215612f7057612f6f612608565b5b6000612f7e84828501612cd8565b91505092915050565b6000602082019050612f9c6000830184612da6565b92915050565b600080600060608486031215612fbb57612fba612608565b5b6000612fc986828701612633565b9350506020612fda868287016127cd565b9250506040612feb86828701612d04565b9150509250925092565b612ffe81612cad565b82525050565b61300d816127e2565b82525050565b60006040820190506130286000830185612ff5565b6130356020830184613004565b9392505050565b60408201600082015161305260008501826126a1565b50602082015161306560208501826126a1565b50505050565b6000604082019050613080600083018461303c565b92915050565b60008083601f84011261309c5761309b61285c565b5b8235905067ffffffffffffffff8111156130b9576130b8612861565b5b6020830191508360018202830111156130d5576130d4612866565b5b9250929050565b600080602083850312156130f3576130f2612608565b5b600083013567ffffffffffffffff8111156131115761311061260d565b5b61311d85828601613086565b92509250509250929050565b60008060006060848603121561314257613141612608565b5b600061315086828701612803565b935050602061316186828701612633565b925050604061317286828701612633565b9150509250925092565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600082825260208201905092915050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b60006131f26012836131ab565b91506131fd826131bc565b602082019050919050565b60006020820190508181036000830152613221816131e5565b9050919050565b600060608201905061323d6000830186612da6565b61324a6020830185612da6565b6132576040830184613004565b949350505050565b60008151905061326e81612ced565b92915050565b60006020828403121561328a57613289612608565b5b60006132988482850161325f565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006132db826127e2565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361330d5761330c6132a1565b5b600182019050919050565b600060408201905061332d6000830185612da6565b61333a6020830184613004565b9392505050565b6000819050919050565b600061336661336161335c84612818565b613341565b6127e2565b9050919050565b6133768161334b565b82525050565b82818337600083830152505050565b600061339783856131ab565b93506133a483858461337c565b6133ad836129d6565b840190509392505050565b60006080820190506133cd600083018861336d565b6133da60208301876129ac565b6133e760408301866129ac565b81810360608301526133fa81848661338b565b90509695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061344d57607f821691505b6020821081036134605761345f613406565b5b50919050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b600061349c600e836131ab565b91506134a782613466565b602082019050919050565b600060208201905081810360008301526134cb8161348f565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b6000613508600e836131ab565b9150613513826134d2565b602082019050919050565b60006020820190508181036000830152613537816134fb565b9050919050565b600061354982612818565b915061355483612818565b925082820390506bffffffffffffffffffffffff811115613578576135776132a1565b5b92915050565b600061359961359461358f84612cad565b613341565b612818565b9050919050565b6135a98161357e565b82525050565b60006060820190506135c460008301866129ac565b6135d160208301856129ac565b6135de60408301846135a0565b949350505050565b7f50617963726573743a207a65726f206164647265737300000000000000000000600082015250565b600061361c6016836131ab565b9150613627826135e6565b602082019050919050565b6000602082019050818103600083015261364b8161360f565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b60006136ae602e836131ab565b91506136b982613652565b604082019050919050565b600060208201905081810360008301526136dd816136a1565b9050919050565b6000819050919050565b600060ff82169050919050565b600061371661371161370c846136e4565b613341565b6136ee565b9050919050565b613726816136fb565b82525050565b6000602082019050613741600083018461371d565b92915050565b600060208201905061375c6000830184612ff5565b92915050565b600060608201905061377760008301866129ac565b6137846020830185612da6565b6137916040830184612c83565b949350505050565b600082905092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026138067fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826137c9565b61381086836137c9565b95508019841693508086168417925050509392505050565b600061384361383e613839846127e2565b613341565b6127e2565b9050919050565b6000819050919050565b61385d83613828565b6138716138698261384a565b8484546137d6565b825550505050565b600090565b613886613879565b613891818484613854565b505050565b5b818110156138b5576138aa60008261387e565b600181019050613897565b5050565b601f8211156138fa576138cb816137a4565b6138d4846137b9565b810160208510156138e3578190505b6138f76138ef856137b9565b830182613896565b50505b505050565b600082821c905092915050565b600061391d600019846008026138ff565b1980831691505092915050565b6000613936838361390c565b9150826002028217905092915050565b6139508383613799565b67ffffffffffffffff811115613969576139686129e7565b5b6139738254613435565b61397e8282856138b9565b6000601f8311600181146139ad576000841561399b578287013590505b6139a5858261392a565b865550613a0d565b601f1984166139bb866137a4565b60005b828110156139e3578489013582556001820191506020850194506020810190506139be565b86831015613a0057848901356139fc601f89168261390c565b8355505b6001600288020188555050505b50505050505050565b6000613a228385612be1565b9350613a2f83858461337c565b613a38836129d6565b840190509392505050565b60006020820190508181036000830152613a5e818486613a16565b90509392505050565b6000613a72826127e2565b9150613a7d836127e2565b9250828203905081811115613a9557613a946132a1565b5b92915050565b6000604082019050613ab06000830185613004565b613abd60208301846129ac565b9392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000613b206026836131ab565b9150613b2b82613ac4565b604082019050919050565b60006020820190508181036000830152613b4f81613b13565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613b8c6010836131ab565b9150613b9782613b56565b602082019050919050565b60006020820190508181036000830152613bbb81613b7f565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613bf86011836131ab565b9150613c0382613bc2565b602082019050919050565b60006020820190508181036000830152613c2781613beb565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613c64600c836131ab565b9150613c6f82613c2e565b602082019050919050565b60006020820190508181036000830152613c9381613c57565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613cd06010836131ab565b9150613cdb82613c9a565b602082019050919050565b60006020820190508181036000830152613cff81613cc3565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b6000613d3c6016836131ab565b9150613d4782613d06565b602082019050919050565b60006020820190508181036000830152613d6b81613d2f565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000613da86019836131ab565b9150613db382613d72565b602082019050919050565b60006020820190508181036000830152613dd781613d9b565b9050919050565b6000613de9826127e2565b9150613df4836127e2565b9250828202613e02816127e2565b91508282048414831517613e1957613e186132a1565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613e5a826127e2565b9150613e65836127e2565b925082613e7557613e74613e20565b5b828204905092915050565b7f53656e646572466565546f6f4869676800000000000000000000000000000000600082015250565b6000613eb66010836131ab565b9150613ec182613e80565b602082019050919050565b60006020820190508181036000830152613ee581613ea9565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613f226020836131ab565b9150613f2d82613eec565b602082019050919050565b60006020820190508181036000830152613f5181613f15565b9050919050565b6000613f63826127e2565b9150613f6e836127e2565b9250828201905080821115613f8657613f856132a1565b5b92915050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613fe8602b836131ab565b9150613ff382613f8c565b604082019050919050565b6000602082019050818103600083015261401781613fdb565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006140546014836131ab565b915061405f8261401e565b602082019050919050565b6000602082019050818103600083015261408381614047565b905091905056fea2646970667358221220b0b646aa2cd3c72c2408924e5e96c69307ed3d3fca95cd358f38f51a5646497664736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79A0EFFB GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0x99E3C0B4 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0x99E3C0B4 EQ PUSH2 0x303 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x31F JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x33E JUMPI DUP1 PUSH4 0xCB79455B EQ PUSH2 0x36E JUMPI DUP1 PUSH4 0xD28A8D32 EQ PUSH2 0x38A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3BA JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79A0EFFB EQ PUSH2 0x299 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x2B5 JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x2BF JUMPI DUP1 PUSH4 0x84630736 EQ PUSH2 0x2C9 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2E5 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1E0 JUMPI DUP1 PUSH4 0x5FE44CAC EQ PUSH2 0x1FE JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x22F JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x239 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x269 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x2654EC7E EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x19C JUMPI DUP1 PUSH4 0x3AD59DBC EQ PUSH2 0x1B8 JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x1D6 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x2648 JUMP JUMPDEST PUSH2 0x3D6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x2762 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x28C1 JUMP JUMPDEST PUSH2 0x514 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x193 SWAP2 SWAP1 PUSH2 0x29BB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1B6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1B1 SWAP2 SWAP1 PUSH2 0x2B7A JUMP JUMPDEST PUSH2 0x9B0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C0 PUSH2 0xAC4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1CD SWAP2 SWAP1 PUSH2 0x2C55 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1DE PUSH2 0xB56 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1E8 PUSH2 0xB68 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1F5 SWAP2 SWAP1 PUSH2 0x2C92 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x218 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x213 SWAP2 SWAP1 PUSH2 0x2D19 JUMP JUMPDEST PUSH2 0xB7F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x226 SWAP3 SWAP2 SWAP1 PUSH2 0x2DB5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x237 PUSH2 0xF78 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x253 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x24E SWAP2 SWAP1 PUSH2 0x2DDE JUMP JUMPDEST PUSH2 0xF8C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x260 SWAP2 SWAP1 PUSH2 0x2C92 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x283 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x27E SWAP2 SWAP1 PUSH2 0x2648 JUMP JUMPDEST PUSH2 0xFE2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x290 SWAP2 SWAP1 PUSH2 0x2EFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2B3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2AE SWAP2 SWAP1 PUSH2 0x2F1A JUMP JUMPDEST PUSH2 0x1213 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2BD PUSH2 0x13B9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2C7 PUSH2 0x1509 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2E3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2DE SWAP2 SWAP1 PUSH2 0x2F5A JUMP JUMPDEST PUSH2 0x151B JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2ED PUSH2 0x1586 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2FA SWAP2 SWAP1 PUSH2 0x2F87 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x31D PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x318 SWAP2 SWAP1 PUSH2 0x2FA2 JUMP JUMPDEST PUSH2 0x15B0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x327 PUSH2 0x16E6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x335 SWAP3 SWAP2 SWAP1 PUSH2 0x3013 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x358 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x353 SWAP2 SWAP1 PUSH2 0x2648 JUMP JUMPDEST PUSH2 0x170B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x365 SWAP2 SWAP1 PUSH2 0x306B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x388 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x383 SWAP2 SWAP1 PUSH2 0x30DC JUMP JUMPDEST PUSH2 0x174C JUMP JUMPDEST STOP JUMPDEST PUSH2 0x3A4 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x39F SWAP2 SWAP1 PUSH2 0x3129 JUMP JUMPDEST PUSH2 0x17A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x3B1 SWAP2 SWAP1 PUSH2 0x2C92 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3D4 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3CF SWAP2 SWAP1 PUSH2 0x2DDE JUMP JUMPDEST PUSH2 0x1B3C JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH1 0x9C PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x453 JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x40D JUMP JUMPDEST POP POP POP POP SWAP1 POP PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x47B JUMPI PUSH2 0x47A PUSH2 0x29E7 JUMP JUMPDEST JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x4B4 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH2 0x4A1 PUSH2 0x24E2 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x499 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x508 JUMPI DUP4 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x4D5 JUMPI PUSH2 0x4D4 PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4F0 JUMPI PUSH2 0x4EF PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP1 DUP1 PUSH1 0x1 ADD SWAP2 POP POP PUSH2 0x4BA JUMP JUMPDEST POP DUP1 SWAP4 POP POP POP POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x51E PUSH2 0x1BBF JUMP JUMPDEST PUSH2 0x52C DUP12 DUP12 DUP7 DUP10 DUP10 DUP15 PUSH2 0x1C09 JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP GT PUSH2 0x572 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x569 SWAP1 PUSH2 0x3208 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP11 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP14 PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5AF SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3228 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x5CE 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 0x5F2 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP PUSH1 0xD1 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x643 SWAP1 PUSH2 0x32D0 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH1 0xD1 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x69A SWAP3 SWAP2 SWAP1 PUSH2 0x3318 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 PUSH1 0x40 MLOAD DUP1 PUSH2 0x120 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP7 DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x65 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP12 DUP2 MSTORE POP PUSH1 0xD0 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD SSTORE SWAP1 POP POP DUP1 DUP11 DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x63A5CE0C7DDA94594842D8817C370279B2C0537F95B6CB628F022D92C8EBC444 DUP11 DUP14 DUP14 DUP10 DUP10 PUSH1 0x40 MLOAD PUSH2 0x99A SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x33B8 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 SWAP11 SWAP10 POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x9B8 PUSH2 0x1E80 JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xABE JUMPI PUSH1 0x9C PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x9EF JUMPI PUSH2 0x9EE PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP5 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0xA54 JUMPI PUSH2 0xA53 PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP6 DUP2 MSTORE POP PUSH1 0x9D PUSH1 0x0 DUP6 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0xA80 JUMPI PUSH2 0xA7F PUSH2 0x317C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 DUP1 PUSH1 0x1 ADD SWAP2 POP POP PUSH2 0x9C1 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x68 DUP1 SLOAD PUSH2 0xAD3 SWAP1 PUSH2 0x3435 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 0xAFF SWAP1 PUSH2 0x3435 JUMP JUMPDEST DUP1 ISZERO PUSH2 0xB4C JUMPI DUP1 PUSH1 0x1F LT PUSH2 0xB21 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0xB4C 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 0xB2F JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0xB5E PUSH2 0x1E80 JUMP JUMPDEST PUSH2 0xB66 PUSH2 0x1EFE JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x9E PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x67 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0xC12 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC09 SWAP1 PUSH2 0x34B2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xD0 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xC76 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC6D SWAP1 PUSH2 0x351E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0xD0 PUSH1 0x0 DUP11 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x14 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0xCF8 SWAP2 SWAP1 PUSH2 0x353E JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0xD3D DUP10 DUP8 PUSH8 0xFFFFFFFFFFFFFFFF AND DUP8 PUSH2 0x1F61 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x14 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xDDC JUMPI PUSH1 0x1 PUSH1 0xD0 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD GT ISZERO PUSH2 0xDDB JUMPI PUSH2 0xDDA DUP10 PUSH2 0x2072 JUMP JUMPDEST JUMPDEST JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 ADD MLOAD GT ISZERO PUSH2 0xE8F JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x66 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x0 ADD MLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xE4A SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xE69 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 0xE8D SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP JUMPDEST DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP9 DUP4 PUSH1 0x20 ADD MLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xECE SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xEED 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 0xF11 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP10 PUSH32 0xA9EC2B6676D3EA3E8DA117193C71B1B85FCDBC72F077A624F950241EB38F13C2 DUP13 DUP12 DUP11 PUSH1 0x40 MLOAD PUSH2 0xF5D SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x35AF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 DUP9 DUP3 SWAP4 POP SWAP4 POP POP POP SWAP7 POP SWAP7 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xF80 PUSH2 0x1E80 JUMP JUMPDEST PUSH2 0xF8A PUSH1 0x0 PUSH2 0x21C6 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x9B PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFEA PUSH2 0x2502 JUMP JUMPDEST PUSH1 0xD0 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x120 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x14 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x121B PUSH2 0x1E80 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x128A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1281 SWAP1 PUSH2 0x3632 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x12F3 JUMPI DUP1 PUSH1 0x66 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x135C JUMPI DUP1 PUSH1 0x67 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0xD8EF77A7D69A6B79F131ECD9AA37060BA0853BBD37CB175EC1ABD05738CE27CB PUSH1 0x66 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x40 MLOAD PUSH2 0x13AD SWAP2 SWAP1 PUSH2 0x2F87 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x13EA JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x1417 JUMPI POP PUSH2 0x13F9 ADDRESS PUSH2 0x228C JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x1416 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x1456 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x144D SWAP1 PUSH2 0x36C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x1493 JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x65 DUP2 SWAP1 SSTORE POP PUSH2 0x14A5 PUSH2 0x22AF JUMP JUMPDEST PUSH2 0x14AD PUSH2 0x2308 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x1506 JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x14FD SWAP2 SWAP1 PUSH2 0x372C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1511 PUSH2 0x1E80 JUMP JUMPDEST PUSH2 0x1519 PUSH2 0x2361 JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x1523 PUSH2 0x1E80 JUMP JUMPDEST DUP1 PUSH1 0x66 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0xB94068A4BD2571ACEE6AC79ACC9DCDCF10C31425D35F09E88F154EC520E26446 DUP2 PUSH1 0x40 MLOAD PUSH2 0x157B SWAP2 SWAP1 PUSH2 0x3747 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x15B8 PUSH2 0x1E80 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1627 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x161E SWAP1 PUSH2 0x3632 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x16A6 JUMPI DUP1 PUSH1 0x9B PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0xE22CADCC5DDBC0A185E8920EAA6825BCC06DCD6B432988E7E9912CAA59ACE930 DUP4 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0x16D9 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3762 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x66 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x65 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1713 PUSH2 0x25C4 JUMP JUMPDEST PUSH1 0x9D PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1754 PUSH2 0x1E80 JUMP JUMPDEST DUP2 DUP2 PUSH1 0x68 SWAP2 DUP3 PUSH2 0x1765 SWAP3 SWAP2 SWAP1 PUSH2 0x3946 JUMP JUMPDEST POP PUSH32 0x6A6600B7242975868D8321B5E64D0C9F2FCC92EB1AF72254A6357BE77EE7DCEF DUP3 DUP3 PUSH1 0x40 MLOAD PUSH2 0x1797 SWAP3 SWAP2 SWAP1 PUSH2 0x3A43 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x67 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1835 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x182C SWAP1 PUSH2 0x34B2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xD0 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1899 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1890 SWAP1 PUSH2 0x351E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP5 PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD SLOAD PUSH2 0x18BD SWAP2 SWAP1 PUSH2 0x3A67 JUMP JUMPDEST SWAP1 POP PUSH1 0xD0 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x66 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP8 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1952 SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1971 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 0x1995 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP PUSH1 0x1 PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xD0 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0xD0 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AB2 SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1AD1 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 0x1AF5 SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP DUP4 PUSH32 0x79252C381C5280F78C77F378791E42B506843A48916430480EAB95A898CDAE9F DUP7 DUP6 PUSH1 0x40 MLOAD PUSH2 0x1B28 SWAP3 SWAP2 SWAP1 PUSH2 0x3A9B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x1B44 PUSH2 0x1E80 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1BB3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1BAA SWAP1 PUSH2 0x3B36 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x1BBC DUP2 PUSH2 0x21C6 JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x1BC7 PUSH2 0xB68 JUMP JUMPDEST ISZERO PUSH2 0x1C07 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1BFE SWAP1 PUSH2 0x3BA2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x9B PUSH1 0x0 DUP8 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1C95 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1C8C SWAP1 PUSH2 0x3C0E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 GT PUSH2 0x1CD8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1CCF SWAP1 PUSH2 0x3C7A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1D47 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D3E SWAP1 PUSH2 0x3CE6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0x9D PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x1DA2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D99 SWAP1 PUSH2 0x3D52 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 GT ISZERO PUSH2 0x1E1B JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1E1A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E11 SWAP1 PUSH2 0x3DBE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST PUSH1 0x65 SLOAD PUSH2 0x1F4 DUP7 PUSH2 0x1E2C SWAP2 SWAP1 PUSH2 0x3DDE JUMP JUMPDEST PUSH2 0x1E36 SWAP2 SWAP1 PUSH2 0x3E4F JUMP JUMPDEST DUP3 GT ISZERO PUSH2 0x1E78 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E6F SWAP1 PUSH2 0x3ECC JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x1E88 PUSH2 0x23C4 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1EA6 PUSH2 0x1586 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1EFC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1EF3 SWAP1 PUSH2 0x3F38 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x1F06 PUSH2 0x23CC JUMP JUMPDEST PUSH1 0x0 PUSH1 0x9E PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x1F4A PUSH2 0x23C4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1F57 SWAP2 SWAP1 PUSH2 0x2F87 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x1F69 PUSH2 0x25E4 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD SLOAD SWAP1 POP PUSH1 0xD0 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP2 PUSH2 0x1FA6 SWAP2 SWAP1 PUSH2 0x3A67 JUMP JUMPDEST SWAP1 POP PUSH1 0x65 SLOAD DUP5 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH2 0x1FC5 SWAP2 SWAP1 PUSH2 0x3DDE JUMP JUMPDEST PUSH2 0x1FCF SWAP2 SWAP1 PUSH2 0x3E4F JUMP JUMPDEST DUP3 PUSH1 0x20 ADD DUP2 DUP2 MSTORE POP POP PUSH1 0x65 SLOAD PUSH1 0x66 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x20 ADD MLOAD PUSH2 0x200B SWAP2 SWAP1 PUSH2 0x3DDE JUMP JUMPDEST PUSH2 0x2015 SWAP2 SWAP1 PUSH2 0x3E4F JUMP JUMPDEST DUP3 PUSH1 0x0 ADD DUP2 DUP2 MSTORE POP POP DUP2 PUSH1 0x0 ADD MLOAD DUP3 PUSH1 0x20 ADD MLOAD PUSH2 0x2032 SWAP2 SWAP1 PUSH2 0x3A67 JUMP JUMPDEST DUP3 PUSH1 0x20 ADD DUP2 DUP2 MSTORE POP POP DUP3 ISZERO PUSH2 0x206A JUMPI DUP2 PUSH1 0x0 ADD MLOAD DUP3 PUSH1 0x20 ADD DUP2 DUP2 MLOAD PUSH2 0x2057 SWAP2 SWAP1 PUSH2 0x3F58 JUMP JUMPDEST SWAP2 POP DUP2 DUP2 MSTORE POP POP PUSH1 0x0 DUP3 PUSH1 0x0 ADD DUP2 DUP2 MSTORE POP POP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD SWAP1 POP PUSH1 0xD0 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP4 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2139 SWAP3 SWAP2 SWAP1 PUSH2 0x3318 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2158 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 0x217C SWAP2 SWAP1 PUSH2 0x3274 JUMP JUMPDEST POP DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22FE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x22F5 SWAP1 PUSH2 0x3FFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2306 PUSH2 0x2415 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2357 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x234E SWAP1 PUSH2 0x3FFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x235F PUSH2 0x2476 JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x2369 PUSH2 0x1BBF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x9E PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x23AD PUSH2 0x23C4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23BA SWAP2 SWAP1 PUSH2 0x2F87 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x23D4 PUSH2 0xB68 JUMP JUMPDEST PUSH2 0x2413 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x240A SWAP1 PUSH2 0x406A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2464 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x245B SWAP1 PUSH2 0x3FFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2474 PUSH2 0x246F PUSH2 0x23C4 JUMP JUMPDEST PUSH2 0x21C6 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x24C5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24BC SWAP1 PUSH2 0x3FFE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x9E PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x120 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2625 DUP2 PUSH2 0x2612 JUMP JUMPDEST DUP2 EQ PUSH2 0x2630 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2642 DUP2 PUSH2 0x261C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x265E JUMPI PUSH2 0x265D PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x266C DUP5 DUP3 DUP6 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x26AA DUP2 PUSH2 0x2612 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x26C6 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x26A1 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x26D9 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x26A1 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x26EB DUP4 DUP4 PUSH2 0x26B0 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x270F DUP3 PUSH2 0x2675 JUMP JUMPDEST PUSH2 0x2719 DUP2 DUP6 PUSH2 0x2680 JUMP JUMPDEST SWAP4 POP PUSH2 0x2724 DUP4 PUSH2 0x2691 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2755 JUMPI DUP2 MLOAD PUSH2 0x273C DUP9 DUP3 PUSH2 0x26DF JUMP JUMPDEST SWAP8 POP PUSH2 0x2747 DUP4 PUSH2 0x26F7 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x2728 JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x277C DUP2 DUP5 PUSH2 0x2704 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x27AF DUP3 PUSH2 0x2784 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x27BF DUP2 PUSH2 0x27A4 JUMP JUMPDEST DUP2 EQ PUSH2 0x27CA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x27DC DUP2 PUSH2 0x27B6 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x27F5 DUP2 PUSH2 0x27E2 JUMP JUMPDEST DUP2 EQ PUSH2 0x2800 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2812 DUP2 PUSH2 0x27EC JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2839 DUP2 PUSH2 0x2818 JUMP JUMPDEST DUP2 EQ PUSH2 0x2844 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2856 DUP2 PUSH2 0x2830 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2881 JUMPI PUSH2 0x2880 PUSH2 0x285C JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x289E JUMPI PUSH2 0x289D PUSH2 0x2861 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x28BA JUMPI PUSH2 0x28B9 PUSH2 0x2866 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH2 0x120 DUP12 DUP14 SUB SLT ISZERO PUSH2 0x28E5 JUMPI PUSH2 0x28E4 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x28F3 DUP14 DUP3 DUP15 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP11 POP POP PUSH1 0x20 PUSH2 0x2904 DUP14 DUP3 DUP15 ADD PUSH2 0x2803 JUMP JUMPDEST SWAP10 POP POP PUSH1 0x40 PUSH2 0x2915 DUP14 DUP3 DUP15 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x60 PUSH2 0x2926 DUP14 DUP3 DUP15 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x80 PUSH2 0x2937 DUP14 DUP3 DUP15 ADD PUSH2 0x2847 JUMP JUMPDEST SWAP7 POP POP PUSH1 0xA0 PUSH2 0x2948 DUP14 DUP3 DUP15 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP6 POP POP PUSH1 0xC0 PUSH2 0x2959 DUP14 DUP3 DUP15 ADD PUSH2 0x2803 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xE0 PUSH2 0x296A DUP14 DUP3 DUP15 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP4 POP POP PUSH2 0x100 DUP12 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x298C JUMPI PUSH2 0x298B PUSH2 0x260D JUMP JUMPDEST JUMPDEST PUSH2 0x2998 DUP14 DUP3 DUP15 ADD PUSH2 0x286B JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 SWAP12 SWAP2 SWAP5 SWAP8 SWAP11 POP SWAP3 SWAP6 SWAP9 POP JUMP JUMPDEST PUSH2 0x29B5 DUP2 PUSH2 0x2612 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x29D0 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x29AC JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2A1F DUP3 PUSH2 0x29D6 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A3E JUMPI PUSH2 0x2A3D PUSH2 0x29E7 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A51 PUSH2 0x25FE JUMP JUMPDEST SWAP1 POP PUSH2 0x2A5D DUP3 DUP3 PUSH2 0x2A16 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2A7D JUMPI PUSH2 0x2A7C PUSH2 0x29E7 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AA9 JUMPI PUSH2 0x2AA8 PUSH2 0x2A8E JUMP JUMPDEST JUMPDEST PUSH2 0x2AB3 PUSH1 0x40 PUSH2 0x2A47 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2AC3 DUP5 DUP3 DUP6 ADD PUSH2 0x2633 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2AD7 DUP5 DUP3 DUP6 ADD PUSH2 0x2633 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2AF6 PUSH2 0x2AF1 DUP5 PUSH2 0x2A62 JUMP JUMPDEST PUSH2 0x2A47 JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2B19 JUMPI PUSH2 0x2B18 PUSH2 0x2866 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B42 JUMPI DUP1 PUSH2 0x2B2E DUP9 DUP3 PUSH2 0x2A93 JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2B1B JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B61 JUMPI PUSH2 0x2B60 PUSH2 0x285C JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B71 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2AE3 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2B91 JUMPI PUSH2 0x2B90 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2B9F DUP6 DUP3 DUP7 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BC0 JUMPI PUSH2 0x2BBF PUSH2 0x260D JUMP JUMPDEST JUMPDEST PUSH2 0x2BCC DUP6 DUP3 DUP7 ADD PUSH2 0x2B4C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2C10 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x2BF5 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C27 DUP3 PUSH2 0x2BD6 JUMP JUMPDEST PUSH2 0x2C31 DUP2 DUP6 PUSH2 0x2BE1 JUMP JUMPDEST SWAP4 POP PUSH2 0x2C41 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x2BF2 JUMP JUMPDEST PUSH2 0x2C4A DUP2 PUSH2 0x29D6 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2C6F DUP2 DUP5 PUSH2 0x2C1C JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C8C DUP2 PUSH2 0x2C77 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2CA7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2C83 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CCA DUP2 PUSH2 0x2CAD JUMP JUMPDEST DUP2 EQ PUSH2 0x2CD5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2CE7 DUP2 PUSH2 0x2CC1 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2CF6 DUP2 PUSH2 0x2C77 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D01 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D13 DUP2 PUSH2 0x2CED JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0xC0 DUP8 DUP10 SUB SLT ISZERO PUSH2 0x2D36 JUMPI PUSH2 0x2D35 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D44 DUP10 DUP3 DUP11 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x20 PUSH2 0x2D55 DUP10 DUP3 DUP11 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP6 POP POP PUSH1 0x40 PUSH2 0x2D66 DUP10 DUP3 DUP11 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x60 PUSH2 0x2D77 DUP10 DUP3 DUP11 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP4 POP POP PUSH1 0x80 PUSH2 0x2D88 DUP10 DUP3 DUP11 ADD PUSH2 0x2CD8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0xA0 PUSH2 0x2D99 DUP10 DUP3 DUP11 ADD PUSH2 0x2D04 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 POP SWAP3 SWAP6 JUMP JUMPDEST PUSH2 0x2DAF DUP2 PUSH2 0x27A4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2DCA PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x2DD7 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2DA6 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DF4 JUMPI PUSH2 0x2DF3 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2E02 DUP5 DUP3 DUP6 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2E14 DUP2 PUSH2 0x27A4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E23 DUP2 PUSH2 0x27E2 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E32 DUP2 PUSH2 0x2818 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E41 DUP2 PUSH2 0x2C77 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x120 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2E5E PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2E0B JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E71 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2E0B JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E84 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2E0B JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E97 PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2E1A JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2EAA PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2EBD PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2E38 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2ED0 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2E0B JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2EE3 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2EF8 PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2E1A JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x120 DUP3 ADD SWAP1 POP PUSH2 0x2F14 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2E47 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2F31 JUMPI PUSH2 0x2F30 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2F3F DUP6 DUP3 DUP7 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2F50 DUP6 DUP3 DUP7 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2F70 JUMPI PUSH2 0x2F6F PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2F7E DUP5 DUP3 DUP6 ADD PUSH2 0x2CD8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2F9C PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2DA6 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2FBB JUMPI PUSH2 0x2FBA PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2FC9 DUP7 DUP3 DUP8 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x2FDA DUP7 DUP3 DUP8 ADD PUSH2 0x27CD JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x2FEB DUP7 DUP3 DUP8 ADD PUSH2 0x2D04 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x2FFE DUP2 PUSH2 0x2CAD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x300D DUP2 PUSH2 0x27E2 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3028 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2FF5 JUMP JUMPDEST PUSH2 0x3035 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3004 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x3052 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x26A1 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x3065 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x26A1 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3080 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x303C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x309C JUMPI PUSH2 0x309B PUSH2 0x285C JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x30B9 JUMPI PUSH2 0x30B8 PUSH2 0x2861 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x30D5 JUMPI PUSH2 0x30D4 PUSH2 0x2866 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x30F3 JUMPI PUSH2 0x30F2 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3111 JUMPI PUSH2 0x3110 PUSH2 0x260D JUMP JUMPDEST JUMPDEST PUSH2 0x311D DUP6 DUP3 DUP7 ADD PUSH2 0x3086 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x3142 JUMPI PUSH2 0x3141 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3150 DUP7 DUP3 DUP8 ADD PUSH2 0x2803 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x3161 DUP7 DUP3 DUP8 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3172 DUP7 DUP3 DUP8 ADD PUSH2 0x2633 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x31F2 PUSH1 0x12 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x31FD DUP3 PUSH2 0x31BC JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3221 DUP2 PUSH2 0x31E5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x323D PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2DA6 JUMP JUMPDEST PUSH2 0x324A PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2DA6 JUMP JUMPDEST PUSH2 0x3257 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x3004 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x326E DUP2 PUSH2 0x2CED JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x328A JUMPI PUSH2 0x3289 PUSH2 0x2608 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3298 DUP5 DUP3 DUP6 ADD PUSH2 0x325F JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x32DB DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x330D JUMPI PUSH2 0x330C PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x332D PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2DA6 JUMP JUMPDEST PUSH2 0x333A PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3004 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3366 PUSH2 0x3361 PUSH2 0x335C DUP5 PUSH2 0x2818 JUMP JUMPDEST PUSH2 0x3341 JUMP JUMPDEST PUSH2 0x27E2 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3376 DUP2 PUSH2 0x334B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3397 DUP4 DUP6 PUSH2 0x31AB JUMP JUMPDEST SWAP4 POP PUSH2 0x33A4 DUP4 DUP6 DUP5 PUSH2 0x337C JUMP JUMPDEST PUSH2 0x33AD DUP4 PUSH2 0x29D6 JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x80 DUP3 ADD SWAP1 POP PUSH2 0x33CD PUSH1 0x0 DUP4 ADD DUP9 PUSH2 0x336D JUMP JUMPDEST PUSH2 0x33DA PUSH1 0x20 DUP4 ADD DUP8 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x33E7 PUSH1 0x40 DUP4 ADD DUP7 PUSH2 0x29AC JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x60 DUP4 ADD MSTORE PUSH2 0x33FA DUP2 DUP5 DUP7 PUSH2 0x338B JUMP JUMPDEST SWAP1 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x344D JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x3460 JUMPI PUSH2 0x345F PUSH2 0x3406 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x349C PUSH1 0xE DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x34A7 DUP3 PUSH2 0x3466 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x34CB DUP2 PUSH2 0x348F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3508 PUSH1 0xE DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3513 DUP3 PUSH2 0x34D2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3537 DUP2 PUSH2 0x34FB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3549 DUP3 PUSH2 0x2818 JUMP JUMPDEST SWAP2 POP PUSH2 0x3554 DUP4 PUSH2 0x2818 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3578 JUMPI PUSH2 0x3577 PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3599 PUSH2 0x3594 PUSH2 0x358F DUP5 PUSH2 0x2CAD JUMP JUMPDEST PUSH2 0x3341 JUMP JUMPDEST PUSH2 0x2818 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x35A9 DUP2 PUSH2 0x357E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x35C4 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x35D1 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x35DE PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x35A0 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A207A65726F206164647265737300000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x361C PUSH1 0x16 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3627 DUP3 PUSH2 0x35E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x364B DUP2 PUSH2 0x360F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x36AE PUSH1 0x2E DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x36B9 DUP3 PUSH2 0x3652 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x36DD DUP2 PUSH2 0x36A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3716 PUSH2 0x3711 PUSH2 0x370C DUP5 PUSH2 0x36E4 JUMP JUMPDEST PUSH2 0x3341 JUMP JUMPDEST PUSH2 0x36EE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3726 DUP2 PUSH2 0x36FB JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3741 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x371D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x375C PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2FF5 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3777 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x29AC JUMP JUMPDEST PUSH2 0x3784 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2DA6 JUMP JUMPDEST PUSH2 0x3791 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2C83 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0x3806 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0x37C9 JUMP JUMPDEST PUSH2 0x3810 DUP7 DUP4 PUSH2 0x37C9 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3843 PUSH2 0x383E PUSH2 0x3839 DUP5 PUSH2 0x27E2 JUMP JUMPDEST PUSH2 0x3341 JUMP JUMPDEST PUSH2 0x27E2 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x385D DUP4 PUSH2 0x3828 JUMP JUMPDEST PUSH2 0x3871 PUSH2 0x3869 DUP3 PUSH2 0x384A JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0x37D6 JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x3886 PUSH2 0x3879 JUMP JUMPDEST PUSH2 0x3891 DUP2 DUP5 DUP5 PUSH2 0x3854 JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x38B5 JUMPI PUSH2 0x38AA PUSH1 0x0 DUP3 PUSH2 0x387E JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x3897 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x38FA JUMPI PUSH2 0x38CB DUP2 PUSH2 0x37A4 JUMP JUMPDEST PUSH2 0x38D4 DUP5 PUSH2 0x37B9 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x38E3 JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x38F7 PUSH2 0x38EF DUP6 PUSH2 0x37B9 JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0x3896 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x391D PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x38FF JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3936 DUP4 DUP4 PUSH2 0x390C JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x3950 DUP4 DUP4 PUSH2 0x3799 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3969 JUMPI PUSH2 0x3968 PUSH2 0x29E7 JUMP JUMPDEST JUMPDEST PUSH2 0x3973 DUP3 SLOAD PUSH2 0x3435 JUMP JUMPDEST PUSH2 0x397E DUP3 DUP3 DUP6 PUSH2 0x38B9 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x39AD JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x399B JUMPI DUP3 DUP8 ADD CALLDATALOAD SWAP1 POP JUMPDEST PUSH2 0x39A5 DUP6 DUP3 PUSH2 0x392A JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x3A0D JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x39BB DUP7 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x39E3 JUMPI DUP5 DUP10 ADD CALLDATALOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x39BE JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x3A00 JUMPI DUP5 DUP10 ADD CALLDATALOAD PUSH2 0x39FC PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x390C JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A22 DUP4 DUP6 PUSH2 0x2BE1 JUMP JUMPDEST SWAP4 POP PUSH2 0x3A2F DUP4 DUP6 DUP5 PUSH2 0x337C JUMP JUMPDEST PUSH2 0x3A38 DUP4 PUSH2 0x29D6 JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A5E DUP2 DUP5 DUP7 PUSH2 0x3A16 JUMP JUMPDEST SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A72 DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH2 0x3A7D DUP4 PUSH2 0x27E2 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x3A95 JUMPI PUSH2 0x3A94 PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3AB0 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x3004 JUMP JUMPDEST PUSH2 0x3ABD PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x29AC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B20 PUSH1 0x26 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3B2B DUP3 PUSH2 0x3AC4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3B4F DUP2 PUSH2 0x3B13 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B8C PUSH1 0x10 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3B97 DUP3 PUSH2 0x3B56 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3BBB DUP2 PUSH2 0x3B7F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BF8 PUSH1 0x11 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3C03 DUP3 PUSH2 0x3BC2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3C27 DUP2 PUSH2 0x3BEB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C64 PUSH1 0xC DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3C6F DUP3 PUSH2 0x3C2E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3C93 DUP2 PUSH2 0x3C57 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CD0 PUSH1 0x10 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3CDB DUP3 PUSH2 0x3C9A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3CFF DUP2 PUSH2 0x3CC3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D3C PUSH1 0x16 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3D47 DUP3 PUSH2 0x3D06 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D6B DUP2 PUSH2 0x3D2F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DA8 PUSH1 0x19 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3DB3 DUP3 PUSH2 0x3D72 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3DD7 DUP2 PUSH2 0x3D9B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DE9 DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH2 0x3DF4 DUP4 PUSH2 0x27E2 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3E02 DUP2 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3E19 JUMPI PUSH2 0x3E18 PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3E5A DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH2 0x3E65 DUP4 PUSH2 0x27E2 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3E75 JUMPI PUSH2 0x3E74 PUSH2 0x3E20 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x53656E646572466565546F6F4869676800000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EB6 PUSH1 0x10 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3EC1 DUP3 PUSH2 0x3E80 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EE5 DUP2 PUSH2 0x3EA9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F22 PUSH1 0x20 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3F2D DUP3 PUSH2 0x3EEC JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F51 DUP2 PUSH2 0x3F15 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F63 DUP3 PUSH2 0x27E2 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F6E DUP4 PUSH2 0x27E2 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x3F86 JUMPI PUSH2 0x3F85 PUSH2 0x32A1 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FE8 PUSH1 0x2B DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x3FF3 DUP3 PUSH2 0x3F8C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4017 DUP2 PUSH2 0x3FDB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4054 PUSH1 0x14 DUP4 PUSH2 0x31AB JUMP JUMPDEST SWAP2 POP PUSH2 0x405F DUP3 PUSH2 0x401E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4083 DUP2 PUSH2 0x4047 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xB0 0xB6 CHAINID 0xAA 0x2C 0xD3 0xC7 0x2C 0x24 ADDMOD SWAP3 0x4E 0x5E SWAP7 0xC6 SWAP4 SMOD 0xED RETURNDATASIZE EXTCODEHASH 0xCA SWAP6 0xCD CALLDATALOAD DUP16 CODESIZE CREATE2 BYTE JUMP CHAINID 0x49 PUSH23 0x64736F6C63430008120033000000000000000000000000 ","sourceMap":"603:10505:16:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10220:544;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2164:1459;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2262:528:17;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;11009:96:16;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1853:65;;;:::i;:::-;;1879:84:2;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5038:1580:16;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;2085:101:0;;;:::i;:::-;;9794:119:16;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9623:115;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3384:327:17;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1150:130:16;;;:::i;:::-;;1736:61;;;:::i;:::-;;2940:187:17;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1462:85:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1750:279:17;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;10817:139:16;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;9982:174;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3833:161:17;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7135:739:16;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2335:198:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;10220:544:16;10295:34;10341:47;10391:21;:32;10413:9;10391:32;;;;;;;;;;;10341:82;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10433:14;10450:12;:19;10433:36;;10479:41;10555:6;10523:39;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;10479:83;;10586:9;10581:145;10605:6;10601:1;:10;10581:145;;;10641:12;10654:1;10641:15;;;;;;;;:::i;:::-;;;;;;;;10629:6;10636:1;10629:9;;;;;;;;:::i;:::-;;;;;;;:27;;;;10698:3;;;;;;;10581:145;;;;10751:6;10744:13;;;;;10220:544;;;:::o;2164:1459::-;2491:15;1503:19:2;:17;:19::i;:::-;2554:92:16::1;2563:6;2571:7;2580:14;2596:19;2617:10;2629:16;2554:8;:92::i;:::-;2725:1;2703:11;;2697:25;;:29;2689:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;2821:6;2814:27;;;2842:10;2862:4;2869:7;2814:63;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;2944:6;:18;2951:10;2944:18;;;;;;;;;;;;;;;;:21;;;;;;;;;:::i;:::-;;;;;;3062:10;3074:6;:18;3081:10;3074:18;;;;;;;;;;;;;;;;3051:42;;;;;;;;;:::i;:::-;;;;;;;;;;;;;3041:53;;;;;;3031:63;;3152:334;;;;;;;;3180:10;3152:334;;;;;;3211:6;3152:334;;;;;;3251:19;3152:334;;;;;;3295:10;3152:334;;;;3325:5;3152:334;;;;;;3357:5;3152:334;;;;;;3391:14;3152:334;;;;;;3438:7;;3152:334;;;;;;;;3468:7;3152:334;;::::0;3135:5:::1;:14;3141:7;3135:14;;;;;;;;;;;:351;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3562:7;3553;3545:6;3532:84;;;3571:5;3578:16;3596:6;3604:11;;3532:84;;;;;;;;;;:::i;:::-;;;;;;;;2164:1459:::0;;;;;;;;;;;;:::o;2262:528:17:-;1355:13:0;:11;:13::i;:::-;2393:14:17::1;2410:12;:19;2393:36;;2444:6;2439:345;2460:6;2456:1;:10;2439:345;;;2484:21;:31;2506:8;2484:31;;;;;;;;;;;2521:12;2534:1;2521:15;;;;;;;;:::i;:::-;;;;;;;;2484:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2603:111;;;;;;;;2659:12;2672:1;2659:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2603:111;;;;2691:8;2603:111;;::::0;2551:27:::1;:49;2579:12;2592:1;2579:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2551:49;;;;;;;;;;;:163;;;;;;;;;;;;;;;;;;;2756:3;;;;;;;2439:345;;;;2382:408;2262:528:::0;;:::o;11009:96:16:-;11056:12;11087:11;11080:18;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11009:96;:::o;1853:65::-;1355:13:0;:11;:13::i;:::-;1901:10:16::1;:8;:10::i;:::-;1853:65::o:0;1879:84:2:-;1926:4;1949:7;;;;;;;;;;;1942:14;;1879:84;:::o;5038:1580:16:-;5269:7;5278;1431:18;;;;;;;;;;;1417:32;;:10;:32;;;1409:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;5363:5:::1;:15;5369:8;5363:15;;;;;;;;;;;:27;;;;;;;;;;;;5362:28;5354:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;5458:13;5474:5;:15;5480:8;5474:15;;;;;;;;;;;:21;;;;;;;;;;;;5458:37;;5604:14;5574:44;;:5;:15;5580:8;5574:15;;;;;;;;;;;:26;;;:44;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;5765:21;5792:52;5807:8;5817:14;5792:52;;5833:10;5792:14;:52::i;:::-;5763:81;;5887:1;5857:5;:15;5863:8;5857:15;;;;;;;;;;;:26;;;;;;;;;;;;:31;;::::0;5854:297:::1;;5988:4;5958:5;:15;5964:8;5958:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;6038:1;6010:5;:15;6016:8;6010:15;;;;;;;;;;;:25;;;:29;6006:135;;;6098:28;6117:8;6098:18;:28::i;:::-;6006:135;5854:297;6198:1;6173:10;:22;;;:26;6169:157;;;6259:5;6252:22;;;6275:15;;;;;;;;;;;6292:10;:22;;;6252:63;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6169:157;6386:5;6379:22;;;6402:18;6422:10;:34;;;6379:78;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6542:18;6495:82;;6523:8;6495:82;6508:13;6533:6;6562:14;6495:82;;;;;;;;:::i;:::-;;;;;;;;6595:8;6605:5;6587:24;;;;;;5038:1580:::0;;;;;;;;;:::o;2085:101:0:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;9794:119:16:-;9858:4;9881:17;:25;9899:6;9881:25;;;;;;;;;;;;;;;;;;;;;;;;;9874:32;;9794:119;;;:::o;9623:115::-;9685:12;;:::i;:::-;9716:5;:15;9722:8;9716:15;;;;;;;;;;;9709:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9623:115;;;:::o;3384:327:17:-;1355:13:0;:11;:13::i;:::-;3500:1:17::1;3483:19;;:5;:19;;::::0;3475:54:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3543:18;:4;:18:::0;3539:47:::1;;3581:5;3563:15;;:23;;;;;;;;;;;;;;;;;;3539:47;3600:20;:4;:20:::0;3596:52:::1;;3643:5;3622:18;;:26;;;;;;;;;;;;;;;;;;3596:52;3663:41;3688:15;;;;;;;;;;;3663:41;;;;;;:::i;:::-;;;;;;;;3384:327:::0;;:::o;1150:130:16:-;3279:19:1;3302:13;;;;;;;;;;;3301:14;3279:36;;3347:14;:34;;;;;3380:1;3365:12;;;;;;;;;;:16;;;3347:34;3346:108;;;;3388:44;3426:4;3388:29;:44::i;:::-;3387:45;:66;;;;;3452:1;3436:12;;;;;;;;;;:17;;;3387:66;3346:108;3325:201;;;;;;;;;;;;:::i;:::-;;;;;;;;;3551:1;3536:12;;:16;;;;;;;;;;;;;;;;;;3566:14;3562:65;;;3612:4;3596:13;;:20;;;;;;;;;;;;;;;;;;3562:65;1213:7:16::1;1203;:17;;;;1230:16;:14;:16::i;:::-;1256:17;:15;:17::i;:::-;3651:14:1::0;3647:99;;;3697:5;3681:13;;:21;;;;;;;;;;;;;;;;;;3721:14;3733:1;3721:14;;;;;;:::i;:::-;;;;;;;;3647:99;3269:483;1150:130:16:o;1736:61::-;1355:13:0;:11;:13::i;:::-;1782:8:16::1;:6;:8::i;:::-;1736:61::o:0;2940:187:17:-;1355:13:0;:11;:13::i;:::-;3046:19:17::1;3025:18;;:40;;;;;;;;;;;;;;;;;;3080;3100:19;3080:40;;;;;;:::i;:::-;;;;;;;;2940:187:::0;:::o;1462:85:0:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;1750:279:17:-;1355:13:0;:11;:13::i;:::-;1874:1:17::1;1857:19;;:5;:19;;::::0;1849:54:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1917:15;:4;:15:::0;1913:54:::1;;1961:6;1934:17;:24;1952:5;1934:24;;;;;;;;;;;;;;;;:33;;;;;;;;;;;;;;;;;;1913:54;1983:39;2002:4;2008:5;2015:6;1983:39;;;;;;;;:::i;:::-;;;;;;;;1750:279:::0;;;:::o;10817:139:16:-;10873:6;10890:7;10921:18;;;;;;;;;;;10941:7;;10914:35;;;;10817:139;;:::o;9982:174::-;10058:38;;:::i;:::-;10115:27;:34;10143:5;10115:34;;;;;;;;;;;10108:41;;;;;;;;;;;;;;;;;;;;;;;;;;;9982:174;;;:::o;3833:161:17:-;1355:13:0;:11;:13::i;:::-;3937:10:17::1;;3923:11;:24;;;;;;;:::i;:::-;;3962:25;3976:10;;3962:25;;;;;;;:::i;:::-;;;;;;;;3833:161:::0;;:::o;7135:739:16:-;7233:4;1431:18;;;;;;;;;;;1417:32;;:10;:32;;;1409:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;7315:5:::1;:15;7321:8;7315:15;;;;;;;;;;;:27;;;;;;;;;;;;7314:28;7306:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;7412:20;7460:4;7435:5;:15;7441:8;7435:15;;;;;;;;;;;:22;;;:29;;;;:::i;:::-;7412:52;;7481:5;:15;7487:8;7481:15;;;;;;;;;;;:21;;;;;;;;;;;;7474:38;;;7513:15;;;;;;;;;;;7530:4;7474:61;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;7606:4;7576:5;:15;7582:8;7576:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;7649:1;7620:5;:15;7626:8;7620:15;;;;;;;;;;;:26;;;:30;;;;;;;;;;;;;;;;;;7717:5;:15;7723:8;7717:15;;;;;;;;;;;:21;;;;;;;;;;;;7710:38;;;7749:5;:15;7755:8;7749:15;;;;;;;;;;;:29;;;;;;;;;;;;7780:12;7710:83;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;7828:8;7808:37;7822:4;7838:6;7808:37;;;;;;;:::i;:::-;;;;;;;;7863:4;7856:11;;;7135:739:::0;;;;;:::o;2335:198:0:-;1355:13;:11;:13::i;:::-;2443:1:::1;2423:22;;:8;:22;;::::0;2415:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2498:28;2517:8;2498:18;:28::i;:::-;2335:198:::0;:::o;2031:106:2:-;2101:8;:6;:8::i;:::-;2100:9;2092:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;2031:106::o;4129:662:16:-;4311:17;:25;4329:6;4311:25;;;;;;;;;;;;;;;;;;;;;;;;;4303:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;4386:1;4376:7;:11;4368:36;;;;;;;;;;;;:::i;:::-;;;;;;;;;4448:1;4422:28;;:14;:28;;;4414:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;4551:1;4543:10;;4489:27;:45;4517:16;4489:45;;;;;;;;;;;:50;;;:64;4481:99;;;;;;;;;;;;:::i;:::-;;;;;;;;;4608:1;4595:10;:14;4591:116;;;4664:1;4633:33;;:19;:33;;;4625:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;4591:116;4756:7;;4749:3;4739:7;:13;;;;:::i;:::-;4738:25;;;;:::i;:::-;4724:10;:39;;4716:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;4129:662;;;;;;:::o;1620:130:0:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;2697:117:2:-;1750:16;:14;:16::i;:::-;2765:5:::1;2755:7;;:15;;;;;;;;;;;;;;;;;;2785:22;2794:12;:10;:12::i;:::-;2785:22;;;;;;:::i;:::-;;;;;;;;2697:117::o:0;8256:1120:16:-;8359:21;;:::i;:::-;8453:14;8470:5;:15;8476:8;8470:15;;;;;;;;;;;:22;;;8453:39;;8559:5;:15;8565:8;8559:15;;;;;;;;;;;:25;;;8550:6;:34;;;;:::i;:::-;8541:43;;8729:7;;8711:14;8702:23;;:6;:23;;;;:::i;:::-;8701:35;;;;:::i;:::-;8664:10;:34;;:72;;;;;8890:7;;8868:18;;;;;;;;;;;8831:55;;:10;:34;;;:55;;;;:::i;:::-;8830:67;;;;:::i;:::-;8805:10;:22;;:92;;;;;9077:10;:22;;;9040:10;:34;;;:59;;;;:::i;:::-;9002:10;:34;;:98;;;;;9233:10;9229:141;;;9297:10;:22;;;9259:10;:34;;:60;;;;;;;:::i;:::-;;;;;;;;9358:1;9333:10;:22;;:26;;;;;9229:141;8383:993;8256:1120;;;;;:::o;6742:347::-;6807:17;6827:5;:15;6833:8;6827:15;;;;;;;;;;;:34;;;;;;;;;;;;6807:54;;6871:12;6886:5;:15;6892:8;6886:15;;;;;;;;;;;:25;;;6871:40;;6959:5;:15;6965:8;6959:15;;;;;;;;;;;:21;;;;;;;;;;;;6952:38;;;6991:9;7002:4;6952:55;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;7077:4;7066:9;7045:37;;;;;;;;;;;;6797:292;;6742:347;:::o;2687:187:0:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;1423:320:6:-;1483:4;1735:1;1713:7;:19;;;:23;1706:30;;1423:320;;;:::o;1024:95:0:-;5374:13:1;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1086:26:0::1;:24;:26::i;:::-;1024:95::o:0;1084:97:2:-;5374:13:1;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1147:27:2::1;:25;:27::i;:::-;1084:97::o:0;2450:115::-;1503:19;:17;:19::i;:::-;2519:4:::1;2509:7;;:14;;;;;;;;;;;;;;;;;;2538:20;2545:12;:10;:12::i;:::-;2538:20;;;;;;:::i;:::-;;;;;;;;2450:115::o:0;886:96:7:-;939:7;965:10;958:17;;886:96;:::o;2209:106:2:-;2275:8;:6;:8::i;:::-;2267:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;2209:106::o;1125:111:0:-;5374:13:1;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1197:32:0::1;1216:12;:10;:12::i;:::-;1197:18;:32::i;:::-;1125:111::o:0;1187:95:2:-;5374:13:1;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1270:5:2::1;1260:7;;:15;;;;;;;;;;;;;;;;;;1187:95::o:0;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;:::o;7:75:21:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:329::-;749:6;798:2;786:9;777:7;773:23;769:32;766:119;;;804:79;;:::i;:::-;766:119;924:1;949:53;994:7;985:6;974:9;970:22;949:53;:::i;:::-;939:63;;895:117;690:329;;;;:::o;1025:143::-;1121:6;1155:5;1149:12;1139:22;;1025:143;;;:::o;1174:213::-;1302:11;1336:6;1331:3;1324:19;1376:4;1371:3;1367:14;1352:29;;1174:213;;;;:::o;1393:161::-;1489:4;1512:3;1504:11;;1542:4;1537:3;1533:14;1525:22;;1393:161;;;:::o;1560:108::-;1637:24;1655:5;1637:24;:::i;:::-;1632:3;1625:37;1560:108;;:::o;1750:505::-;1895:4;1890:3;1886:14;1982:4;1975:5;1971:16;1965:23;2001:63;2058:4;2053:3;2049:14;2035:12;2001:63;:::i;:::-;1910:164;2156:4;2149:5;2145:16;2139:23;2175:63;2232:4;2227:3;2223:14;2209:12;2175:63;:::i;:::-;2084:164;1864:391;1750:505;;:::o;2261:295::-;2388:10;2409:104;2509:3;2501:6;2409:104;:::i;:::-;2545:4;2540:3;2536:14;2522:28;;2261:295;;;;:::o;2562:142::-;2661:4;2693;2688:3;2684:14;2676:22;;2562:142;;;:::o;2790:964::-;2967:3;2996:83;3073:5;2996:83;:::i;:::-;3095:115;3203:6;3198:3;3095:115;:::i;:::-;3088:122;;3234:85;3313:5;3234:85;:::i;:::-;3342:7;3373:1;3358:371;3383:6;3380:1;3377:13;3358:371;;;3459:6;3453:13;3486:121;3603:3;3588:13;3486:121;:::i;:::-;3479:128;;3630:89;3712:6;3630:89;:::i;:::-;3620:99;;3418:311;3405:1;3402;3398:9;3393:14;;3358:371;;;3362:14;3745:3;3738:10;;2972:782;;;2790:964;;;;:::o;3760:489::-;3961:4;3999:2;3988:9;3984:18;3976:26;;4048:9;4042:4;4038:20;4034:1;4023:9;4019:17;4012:47;4076:166;4237:4;4228:6;4076:166;:::i;:::-;4068:174;;3760:489;;;;:::o;4255:126::-;4292:7;4332:42;4325:5;4321:54;4310:65;;4255:126;;;:::o;4387:96::-;4424:7;4453:24;4471:5;4453:24;:::i;:::-;4442:35;;4387:96;;;:::o;4489:122::-;4562:24;4580:5;4562:24;:::i;:::-;4555:5;4552:35;4542:63;;4601:1;4598;4591:12;4542:63;4489:122;:::o;4617:139::-;4663:5;4701:6;4688:20;4679:29;;4717:33;4744:5;4717:33;:::i;:::-;4617:139;;;;:::o;4762:77::-;4799:7;4828:5;4817:16;;4762:77;;;:::o;4845:122::-;4918:24;4936:5;4918:24;:::i;:::-;4911:5;4908:35;4898:63;;4957:1;4954;4947:12;4898:63;4845:122;:::o;4973:139::-;5019:5;5057:6;5044:20;5035:29;;5073:33;5100:5;5073:33;:::i;:::-;4973:139;;;;:::o;5118:109::-;5154:7;5194:26;5187:5;5183:38;5172:49;;5118:109;;;:::o;5233:120::-;5305:23;5322:5;5305:23;:::i;:::-;5298:5;5295:34;5285:62;;5343:1;5340;5333:12;5285:62;5233:120;:::o;5359:137::-;5404:5;5442:6;5429:20;5420:29;;5458:32;5484:5;5458:32;:::i;:::-;5359:137;;;;:::o;5502:117::-;5611:1;5608;5601:12;5625:117;5734:1;5731;5724:12;5748:117;5857:1;5854;5847:12;5885:553;5943:8;5953:6;6003:3;5996:4;5988:6;5984:17;5980:27;5970:122;;6011:79;;:::i;:::-;5970:122;6124:6;6111:20;6101:30;;6154:18;6146:6;6143:30;6140:117;;;6176:79;;:::i;:::-;6140:117;6290:4;6282:6;6278:17;6266:29;;6344:3;6336:4;6328:6;6324:17;6314:8;6310:32;6307:41;6304:128;;;6351:79;;:::i;:::-;6304:128;5885:553;;;;;:::o;6444:1693::-;6586:6;6594;6602;6610;6618;6626;6634;6642;6650;6658;6707:3;6695:9;6686:7;6682:23;6678:33;6675:120;;;6714:79;;:::i;:::-;6675:120;6834:1;6859:53;6904:7;6895:6;6884:9;6880:22;6859:53;:::i;:::-;6849:63;;6805:117;6961:2;6987:53;7032:7;7023:6;7012:9;7008:22;6987:53;:::i;:::-;6977:63;;6932:118;7089:2;7115:53;7160:7;7151:6;7140:9;7136:22;7115:53;:::i;:::-;7105:63;;7060:118;7217:2;7243:53;7288:7;7279:6;7268:9;7264:22;7243:53;:::i;:::-;7233:63;;7188:118;7345:3;7372:52;7416:7;7407:6;7396:9;7392:22;7372:52;:::i;:::-;7362:62;;7316:118;7473:3;7500:53;7545:7;7536:6;7525:9;7521:22;7500:53;:::i;:::-;7490:63;;7444:119;7602:3;7629:53;7674:7;7665:6;7654:9;7650:22;7629:53;:::i;:::-;7619:63;;7573:119;7731:3;7758:53;7803:7;7794:6;7783:9;7779:22;7758:53;:::i;:::-;7748:63;;7702:119;7888:3;7877:9;7873:19;7860:33;7920:18;7912:6;7909:30;7906:117;;;7942:79;;:::i;:::-;7906:117;8055:65;8112:7;8103:6;8092:9;8088:22;8055:65;:::i;:::-;8037:83;;;;7831:299;6444:1693;;;;;;;;;;;;;:::o;8143:118::-;8230:24;8248:5;8230:24;:::i;:::-;8225:3;8218:37;8143:118;;:::o;8267:222::-;8360:4;8398:2;8387:9;8383:18;8375:26;;8411:71;8479:1;8468:9;8464:17;8455:6;8411:71;:::i;:::-;8267:222;;;;:::o;8495:102::-;8536:6;8587:2;8583:7;8578:2;8571:5;8567:14;8563:28;8553:38;;8495:102;;;:::o;8603:180::-;8651:77;8648:1;8641:88;8748:4;8745:1;8738:15;8772:4;8769:1;8762:15;8789:281;8872:27;8894:4;8872:27;:::i;:::-;8864:6;8860:40;9002:6;8990:10;8987:22;8966:18;8954:10;8951:34;8948:62;8945:88;;;9013:18;;:::i;:::-;8945:88;9053:10;9049:2;9042:22;8832:238;8789:281;;:::o;9076:129::-;9110:6;9137:20;;:::i;:::-;9127:30;;9166:33;9194:4;9186:6;9166:33;:::i;:::-;9076:129;;;:::o;9211:340::-;9317:4;9407:18;9399:6;9396:30;9393:56;;;9429:18;;:::i;:::-;9393:56;9479:4;9471:6;9467:17;9459:25;;9539:4;9533;9529:15;9521:23;;9211:340;;;:::o;9557:117::-;9666:1;9663;9656:12;9843:578;9921:5;9965:4;9953:9;9948:3;9944:19;9940:30;9937:117;;;9973:79;;:::i;:::-;9937:117;10072:21;10088:4;10072:21;:::i;:::-;10063:30;;10152:1;10192:49;10237:3;10228:6;10217:9;10213:22;10192:49;:::i;:::-;10185:4;10178:5;10174:16;10167:75;10103:150;10312:2;10353:49;10398:3;10389:6;10378:9;10374:22;10353:49;:::i;:::-;10346:4;10339:5;10335:16;10328:75;10263:151;9843:578;;;;:::o;10469:797::-;10594:5;10619:110;10635:93;10721:6;10635:93;:::i;:::-;10619:110;:::i;:::-;10610:119;;10749:5;10778:6;10771:5;10764:21;10812:4;10805:5;10801:16;10794:23;;10865:4;10857:6;10853:17;10845:6;10841:30;10894:3;10886:6;10883:15;10880:122;;;10913:79;;:::i;:::-;10880:122;11028:6;11011:249;11045:6;11040:3;11037:15;11011:249;;;11120:3;11149:66;11211:3;11199:10;11149:66;:::i;:::-;11144:3;11137:79;11245:4;11240:3;11236:14;11229:21;;11087:173;11071:4;11066:3;11062:14;11055:21;;11011:249;;;11015:21;10600:666;;10469:797;;;;;:::o;11314:428::-;11414:5;11463:3;11456:4;11448:6;11444:17;11440:27;11430:122;;11471:79;;:::i;:::-;11430:122;11588:6;11575:20;11613:123;11732:3;11724:6;11717:4;11709:6;11705:17;11613:123;:::i;:::-;11604:132;;11420:322;11314:428;;;;:::o;11748:742::-;11870:6;11878;11927:2;11915:9;11906:7;11902:23;11898:32;11895:119;;;11933:79;;:::i;:::-;11895:119;12053:1;12078:53;12123:7;12114:6;12103:9;12099:22;12078:53;:::i;:::-;12068:63;;12024:117;12208:2;12197:9;12193:18;12180:32;12239:18;12231:6;12228:30;12225:117;;;12261:79;;:::i;:::-;12225:117;12366:107;12465:7;12456:6;12445:9;12441:22;12366:107;:::i;:::-;12356:117;;12151:332;11748:742;;;;;:::o;12496:98::-;12547:6;12581:5;12575:12;12565:22;;12496:98;;;:::o;12600:168::-;12683:11;12717:6;12712:3;12705:19;12757:4;12752:3;12748:14;12733:29;;12600:168;;;;:::o;12774:246::-;12855:1;12865:113;12879:6;12876:1;12873:13;12865:113;;;12964:1;12959:3;12955:11;12949:18;12945:1;12940:3;12936:11;12929:39;12901:2;12898:1;12894:10;12889:15;;12865:113;;;13012:1;13003:6;12998:3;12994:16;12987:27;12836:184;12774:246;;;:::o;13026:373::-;13112:3;13140:38;13172:5;13140:38;:::i;:::-;13194:70;13257:6;13252:3;13194:70;:::i;:::-;13187:77;;13273:65;13331:6;13326:3;13319:4;13312:5;13308:16;13273:65;:::i;:::-;13363:29;13385:6;13363:29;:::i;:::-;13358:3;13354:39;13347:46;;13116:283;13026:373;;;;:::o;13405:309::-;13516:4;13554:2;13543:9;13539:18;13531:26;;13603:9;13597:4;13593:20;13589:1;13578:9;13574:17;13567:47;13631:76;13702:4;13693:6;13631:76;:::i;:::-;13623:84;;13405:309;;;;:::o;13720:90::-;13754:7;13797:5;13790:13;13783:21;13772:32;;13720:90;;;:::o;13816:109::-;13897:21;13912:5;13897:21;:::i;:::-;13892:3;13885:34;13816:109;;:::o;13931:210::-;14018:4;14056:2;14045:9;14041:18;14033:26;;14069:65;14131:1;14120:9;14116:17;14107:6;14069:65;:::i;:::-;13931:210;;;;:::o;14147:101::-;14183:7;14223:18;14216:5;14212:30;14201:41;;14147:101;;;:::o;14254:120::-;14326:23;14343:5;14326:23;:::i;:::-;14319:5;14316:34;14306:62;;14364:1;14361;14354:12;14306:62;14254:120;:::o;14380:137::-;14425:5;14463:6;14450:20;14441:29;;14479:32;14505:5;14479:32;:::i;:::-;14380:137;;;;:::o;14523:116::-;14593:21;14608:5;14593:21;:::i;:::-;14586:5;14583:32;14573:60;;14629:1;14626;14619:12;14573:60;14523:116;:::o;14645:133::-;14688:5;14726:6;14713:20;14704:29;;14742:30;14766:5;14742:30;:::i;:::-;14645:133;;;;:::o;14784:1049::-;14884:6;14892;14900;14908;14916;14924;14973:3;14961:9;14952:7;14948:23;14944:33;14941:120;;;14980:79;;:::i;:::-;14941:120;15100:1;15125:53;15170:7;15161:6;15150:9;15146:22;15125:53;:::i;:::-;15115:63;;15071:117;15227:2;15253:53;15298:7;15289:6;15278:9;15274:22;15253:53;:::i;:::-;15243:63;;15198:118;15355:2;15381:53;15426:7;15417:6;15406:9;15402:22;15381:53;:::i;:::-;15371:63;;15326:118;15483:2;15509:53;15554:7;15545:6;15534:9;15530:22;15509:53;:::i;:::-;15499:63;;15454:118;15611:3;15638:52;15682:7;15673:6;15662:9;15658:22;15638:52;:::i;:::-;15628:62;;15582:118;15739:3;15766:50;15808:7;15799:6;15788:9;15784:22;15766:50;:::i;:::-;15756:60;;15710:116;14784:1049;;;;;;;;:::o;15839:118::-;15926:24;15944:5;15926:24;:::i;:::-;15921:3;15914:37;15839:118;;:::o;15963:332::-;16084:4;16122:2;16111:9;16107:18;16099:26;;16135:71;16203:1;16192:9;16188:17;16179:6;16135:71;:::i;:::-;16216:72;16284:2;16273:9;16269:18;16260:6;16216:72;:::i;:::-;15963:332;;;;;:::o;16301:329::-;16360:6;16409:2;16397:9;16388:7;16384:23;16380:32;16377:119;;;16415:79;;:::i;:::-;16377:119;16535:1;16560:53;16605:7;16596:6;16585:9;16581:22;16560:53;:::i;:::-;16550:63;;16506:117;16301:329;;;;:::o;16636:108::-;16713:24;16731:5;16713:24;:::i;:::-;16708:3;16701:37;16636:108;;:::o;16750:::-;16827:24;16845:5;16827:24;:::i;:::-;16822:3;16815:37;16750:108;;:::o;16864:105::-;16939:23;16956:5;16939:23;:::i;:::-;16934:3;16927:36;16864:105;;:::o;16975:99::-;17046:21;17061:5;17046:21;:::i;:::-;17041:3;17034:34;16975:99;;:::o;17136:1763::-;17279:6;17274:3;17270:16;17370:4;17363:5;17359:16;17353:23;17389:63;17446:4;17441:3;17437:14;17423:12;17389:63;:::i;:::-;17296:166;17545:4;17538:5;17534:16;17528:23;17564:63;17621:4;17616:3;17612:14;17598:12;17564:63;:::i;:::-;17472:165;17733:4;17726:5;17722:16;17716:23;17752:63;17809:4;17804:3;17800:14;17786:12;17752:63;:::i;:::-;17647:178;17912:4;17905:5;17901:16;17895:23;17931:63;17988:4;17983:3;17979:14;17965:12;17931:63;:::i;:::-;17835:169;18086:4;18079:5;18075:16;18069:23;18105:61;18160:4;18155:3;18151:14;18137:12;18105:61;:::i;:::-;18014:162;18265:4;18258:5;18254:16;18248:23;18284:57;18335:4;18330:3;18326:14;18312:12;18284:57;:::i;:::-;18186:165;18442:4;18435:5;18431:16;18425:23;18461:63;18518:4;18513:3;18509:14;18495:12;18461:63;:::i;:::-;18361:173;18622:4;18615:5;18611:16;18605:23;18641:61;18696:4;18691:3;18687:14;18673:12;18641:61;:::i;:::-;18544:168;18796:6;18789:5;18785:18;18779:25;18817:65;18874:6;18869:3;18865:16;18851:12;18817:65;:::i;:::-;18722:170;17248:1651;17136:1763;;:::o;18905:315::-;19044:4;19082:3;19071:9;19067:19;19059:27;;19096:117;19210:1;19199:9;19195:17;19186:6;19096:117;:::i;:::-;18905:315;;;;:::o;19226:474::-;19294:6;19302;19351:2;19339:9;19330:7;19326:23;19322:32;19319:119;;;19357:79;;:::i;:::-;19319:119;19477:1;19502:53;19547:7;19538:6;19527:9;19523:22;19502:53;:::i;:::-;19492:63;;19448:117;19604:2;19630:53;19675:7;19666:6;19655:9;19651:22;19630:53;:::i;:::-;19620:63;;19575:118;19226:474;;;;;:::o;19706:327::-;19764:6;19813:2;19801:9;19792:7;19788:23;19784:32;19781:119;;;19819:79;;:::i;:::-;19781:119;19939:1;19964:52;20008:7;19999:6;19988:9;19984:22;19964:52;:::i;:::-;19954:62;;19910:116;19706:327;;;;:::o;20039:222::-;20132:4;20170:2;20159:9;20155:18;20147:26;;20183:71;20251:1;20240:9;20236:17;20227:6;20183:71;:::i;:::-;20039:222;;;;:::o;20267:613::-;20341:6;20349;20357;20406:2;20394:9;20385:7;20381:23;20377:32;20374:119;;;20412:79;;:::i;:::-;20374:119;20532:1;20557:53;20602:7;20593:6;20582:9;20578:22;20557:53;:::i;:::-;20547:63;;20503:117;20659:2;20685:53;20730:7;20721:6;20710:9;20706:22;20685:53;:::i;:::-;20675:63;;20630:118;20787:2;20813:50;20855:7;20846:6;20835:9;20831:22;20813:50;:::i;:::-;20803:60;;20758:115;20267:613;;;;;:::o;20886:115::-;20971:23;20988:5;20971:23;:::i;:::-;20966:3;20959:36;20886:115;;:::o;21007:118::-;21094:24;21112:5;21094:24;:::i;:::-;21089:3;21082:37;21007:118;;:::o;21131:328::-;21250:4;21288:2;21277:9;21273:18;21265:26;;21301:69;21367:1;21356:9;21352:17;21343:6;21301:69;:::i;:::-;21380:72;21448:2;21437:9;21433:18;21424:6;21380:72;:::i;:::-;21131:328;;;;;:::o;21553:531::-;21720:4;21715:3;21711:14;21807:4;21800:5;21796:16;21790:23;21826:63;21883:4;21878:3;21874:14;21860:12;21826:63;:::i;:::-;21735:164;21985:4;21978:5;21974:16;21968:23;22004:63;22061:4;22056:3;22052:14;22038:12;22004:63;:::i;:::-;21909:168;21689:395;21553:531;;:::o;22090:362::-;22253:4;22291:2;22280:9;22276:18;22268:26;;22304:141;22442:1;22431:9;22427:17;22418:6;22304:141;:::i;:::-;22090:362;;;;:::o;22471:552::-;22528:8;22538:6;22588:3;22581:4;22573:6;22569:17;22565:27;22555:122;;22596:79;;:::i;:::-;22555:122;22709:6;22696:20;22686:30;;22739:18;22731:6;22728:30;22725:117;;;22761:79;;:::i;:::-;22725:117;22875:4;22867:6;22863:17;22851:29;;22929:3;22921:4;22913:6;22909:17;22899:8;22895:32;22892:41;22889:128;;;22936:79;;:::i;:::-;22889:128;22471:552;;;;;:::o;23029:527::-;23099:6;23107;23156:2;23144:9;23135:7;23131:23;23127:32;23124:119;;;23162:79;;:::i;:::-;23124:119;23310:1;23299:9;23295:17;23282:31;23340:18;23332:6;23329:30;23326:117;;;23362:79;;:::i;:::-;23326:117;23475:64;23531:7;23522:6;23511:9;23507:22;23475:64;:::i;:::-;23457:82;;;;23253:296;23029:527;;;;;:::o;23562:619::-;23639:6;23647;23655;23704:2;23692:9;23683:7;23679:23;23675:32;23672:119;;;23710:79;;:::i;:::-;23672:119;23830:1;23855:53;23900:7;23891:6;23880:9;23876:22;23855:53;:::i;:::-;23845:63;;23801:117;23957:2;23983:53;24028:7;24019:6;24008:9;24004:22;23983:53;:::i;:::-;23973:63;;23928:118;24085:2;24111:53;24156:7;24147:6;24136:9;24132:22;24111:53;:::i;:::-;24101:63;;24056:118;23562:619;;;;;:::o;24187:180::-;24235:77;24232:1;24225:88;24332:4;24329:1;24322:15;24356:4;24353:1;24346:15;24373:169;24457:11;24491:6;24486:3;24479:19;24531:4;24526:3;24522:14;24507:29;;24373:169;;;;:::o;24548:168::-;24688:20;24684:1;24676:6;24672:14;24665:44;24548:168;:::o;24722:366::-;24864:3;24885:67;24949:2;24944:3;24885:67;:::i;:::-;24878:74;;24961:93;25050:3;24961:93;:::i;:::-;25079:2;25074:3;25070:12;25063:19;;24722:366;;;:::o;25094:419::-;25260:4;25298:2;25287:9;25283:18;25275:26;;25347:9;25341:4;25337:20;25333:1;25322:9;25318:17;25311:47;25375:131;25501:4;25375:131;:::i;:::-;25367:139;;25094:419;;;:::o;25519:442::-;25668:4;25706:2;25695:9;25691:18;25683:26;;25719:71;25787:1;25776:9;25772:17;25763:6;25719:71;:::i;:::-;25800:72;25868:2;25857:9;25853:18;25844:6;25800:72;:::i;:::-;25882;25950:2;25939:9;25935:18;25926:6;25882:72;:::i;:::-;25519:442;;;;;;:::o;25967:137::-;26021:5;26052:6;26046:13;26037:22;;26068:30;26092:5;26068:30;:::i;:::-;25967:137;;;;:::o;26110:345::-;26177:6;26226:2;26214:9;26205:7;26201:23;26197:32;26194:119;;;26232:79;;:::i;:::-;26194:119;26352:1;26377:61;26430:7;26421:6;26410:9;26406:22;26377:61;:::i;:::-;26367:71;;26323:125;26110:345;;;;:::o;26461:180::-;26509:77;26506:1;26499:88;26606:4;26603:1;26596:15;26630:4;26627:1;26620:15;26647:233;26686:3;26709:24;26727:5;26709:24;:::i;:::-;26700:33;;26755:66;26748:5;26745:77;26742:103;;26825:18;;:::i;:::-;26742:103;26872:1;26865:5;26861:13;26854:20;;26647:233;;;:::o;26886:332::-;27007:4;27045:2;27034:9;27030:18;27022:26;;27058:71;27126:1;27115:9;27111:17;27102:6;27058:71;:::i;:::-;27139:72;27207:2;27196:9;27192:18;27183:6;27139:72;:::i;:::-;26886:332;;;;;:::o;27224:60::-;27252:3;27273:5;27266:12;;27224:60;;;:::o;27290:140::-;27339:9;27372:52;27390:33;27399:23;27416:5;27399:23;:::i;:::-;27390:33;:::i;:::-;27372:52;:::i;:::-;27359:65;;27290:140;;;:::o;27436:129::-;27522:36;27552:5;27522:36;:::i;:::-;27517:3;27510:49;27436:129;;:::o;27571:146::-;27668:6;27663:3;27658;27645:30;27709:1;27700:6;27695:3;27691:16;27684:27;27571:146;;;:::o;27747:317::-;27845:3;27866:71;27930:6;27925:3;27866:71;:::i;:::-;27859:78;;27947:56;27996:6;27991:3;27984:5;27947:56;:::i;:::-;28028:29;28050:6;28028:29;:::i;:::-;28023:3;28019:39;28012:46;;27747:317;;;;;:::o;28070:662::-;28276:4;28314:3;28303:9;28299:19;28291:27;;28328:70;28395:1;28384:9;28380:17;28371:6;28328:70;:::i;:::-;28408:72;28476:2;28465:9;28461:18;28452:6;28408:72;:::i;:::-;28490;28558:2;28547:9;28543:18;28534:6;28490:72;:::i;:::-;28609:9;28603:4;28599:20;28594:2;28583:9;28579:18;28572:48;28637:88;28720:4;28711:6;28703;28637:88;:::i;:::-;28629:96;;28070:662;;;;;;;;:::o;28738:180::-;28786:77;28783:1;28776:88;28883:4;28880:1;28873:15;28907:4;28904:1;28897:15;28924:320;28968:6;29005:1;28999:4;28995:12;28985:22;;29052:1;29046:4;29042:12;29073:18;29063:81;;29129:4;29121:6;29117:17;29107:27;;29063:81;29191:2;29183:6;29180:14;29160:18;29157:38;29154:84;;29210:18;;:::i;:::-;29154:84;28975:269;28924:320;;;:::o;29250:164::-;29390:16;29386:1;29378:6;29374:14;29367:40;29250:164;:::o;29420:366::-;29562:3;29583:67;29647:2;29642:3;29583:67;:::i;:::-;29576:74;;29659:93;29748:3;29659:93;:::i;:::-;29777:2;29772:3;29768:12;29761:19;;29420:366;;;:::o;29792:419::-;29958:4;29996:2;29985:9;29981:18;29973:26;;30045:9;30039:4;30035:20;30031:1;30020:9;30016:17;30009:47;30073:131;30199:4;30073:131;:::i;:::-;30065:139;;29792:419;;;:::o;30217:164::-;30357:16;30353:1;30345:6;30341:14;30334:40;30217:164;:::o;30387:366::-;30529:3;30550:67;30614:2;30609:3;30550:67;:::i;:::-;30543:74;;30626:93;30715:3;30626:93;:::i;:::-;30744:2;30739:3;30735:12;30728:19;;30387:366;;;:::o;30759:419::-;30925:4;30963:2;30952:9;30948:18;30940:26;;31012:9;31006:4;31002:20;30998:1;30987:9;30983:17;30976:47;31040:131;31166:4;31040:131;:::i;:::-;31032:139;;30759:419;;;:::o;31184:216::-;31223:4;31243:19;31260:1;31243:19;:::i;:::-;31238:24;;31276:19;31293:1;31276:19;:::i;:::-;31271:24;;31319:1;31316;31312:9;31304:17;;31343:26;31337:4;31334:36;31331:62;;;31373:18;;:::i;:::-;31331:62;31184:216;;;;:::o;31406:138::-;31454:9;31487:51;31504:33;31513:23;31530:5;31513:23;:::i;:::-;31504:33;:::i;:::-;31487:51;:::i;:::-;31474:64;;31406:138;;;:::o;31550:127::-;31635:35;31664:5;31635:35;:::i;:::-;31630:3;31623:48;31550:127;;:::o;31683:438::-;31830:4;31868:2;31857:9;31853:18;31845:26;;31881:71;31949:1;31938:9;31934:17;31925:6;31881:71;:::i;:::-;31962:72;32030:2;32019:9;32015:18;32006:6;31962:72;:::i;:::-;32044:70;32110:2;32099:9;32095:18;32086:6;32044:70;:::i;:::-;31683:438;;;;;;:::o;32127:172::-;32267:24;32263:1;32255:6;32251:14;32244:48;32127:172;:::o;32305:366::-;32447:3;32468:67;32532:2;32527:3;32468:67;:::i;:::-;32461:74;;32544:93;32633:3;32544:93;:::i;:::-;32662:2;32657:3;32653:12;32646:19;;32305:366;;;:::o;32677:419::-;32843:4;32881:2;32870:9;32866:18;32858:26;;32930:9;32924:4;32920:20;32916:1;32905:9;32901:17;32894:47;32958:131;33084:4;32958:131;:::i;:::-;32950:139;;32677:419;;;:::o;33102:233::-;33242:34;33238:1;33230:6;33226:14;33219:58;33311:16;33306:2;33298:6;33294:15;33287:41;33102:233;:::o;33341:366::-;33483:3;33504:67;33568:2;33563:3;33504:67;:::i;:::-;33497:74;;33580:93;33669:3;33580:93;:::i;:::-;33698:2;33693:3;33689:12;33682:19;;33341:366;;;:::o;33713:419::-;33879:4;33917:2;33906:9;33902:18;33894:26;;33966:9;33960:4;33956:20;33952:1;33941:9;33937:17;33930:47;33994:131;34120:4;33994:131;:::i;:::-;33986:139;;33713:419;;;:::o;34138:85::-;34183:7;34212:5;34201:16;;34138:85;;;:::o;34229:86::-;34264:7;34304:4;34297:5;34293:16;34282:27;;34229:86;;;:::o;34321:154::-;34377:9;34410:59;34426:42;34435:32;34461:5;34435:32;:::i;:::-;34426:42;:::i;:::-;34410:59;:::i;:::-;34397:72;;34321:154;;;:::o;34481:143::-;34574:43;34611:5;34574:43;:::i;:::-;34569:3;34562:56;34481:143;;:::o;34630:234::-;34729:4;34767:2;34756:9;34752:18;34744:26;;34780:77;34854:1;34843:9;34839:17;34830:6;34780:77;:::i;:::-;34630:234;;;;:::o;34870:218::-;34961:4;34999:2;34988:9;34984:18;34976:26;;35012:69;35078:1;35067:9;35063:17;35054:6;35012:69;:::i;:::-;34870:218;;;;:::o;35094:430::-;35237:4;35275:2;35264:9;35260:18;35252:26;;35288:71;35356:1;35345:9;35341:17;35332:6;35288:71;:::i;:::-;35369:72;35437:2;35426:9;35422:18;35413:6;35369:72;:::i;:::-;35451:66;35513:2;35502:9;35498:18;35489:6;35451:66;:::i;:::-;35094:430;;;;;;:::o;35530:96::-;35588:6;35616:3;35606:13;;35530:96;;;;:::o;35632:140::-;35680:4;35703:3;35695:11;;35726:3;35723:1;35716:14;35760:4;35757:1;35747:18;35739:26;;35632:140;;;:::o;35778:93::-;35815:6;35862:2;35857;35850:5;35846:14;35842:23;35832:33;;35778:93;;;:::o;35877:107::-;35921:8;35971:5;35965:4;35961:16;35940:37;;35877:107;;;;:::o;35990:393::-;36059:6;36109:1;36097:10;36093:18;36132:97;36162:66;36151:9;36132:97;:::i;:::-;36250:39;36280:8;36269:9;36250:39;:::i;:::-;36238:51;;36322:4;36318:9;36311:5;36307:21;36298:30;;36371:4;36361:8;36357:19;36350:5;36347:30;36337:40;;36066:317;;35990:393;;;;;:::o;36389:142::-;36439:9;36472:53;36490:34;36499:24;36517:5;36499:24;:::i;:::-;36490:34;:::i;:::-;36472:53;:::i;:::-;36459:66;;36389:142;;;:::o;36537:75::-;36580:3;36601:5;36594:12;;36537:75;;;:::o;36618:269::-;36728:39;36759:7;36728:39;:::i;:::-;36789:91;36838:41;36862:16;36838:41;:::i;:::-;36830:6;36823:4;36817:11;36789:91;:::i;:::-;36783:4;36776:105;36694:193;36618:269;;;:::o;36893:73::-;36938:3;36893:73;:::o;36972:189::-;37049:32;;:::i;:::-;37090:65;37148:6;37140;37134:4;37090:65;:::i;:::-;37025:136;36972:189;;:::o;37167:186::-;37227:120;37244:3;37237:5;37234:14;37227:120;;;37298:39;37335:1;37328:5;37298:39;:::i;:::-;37271:1;37264:5;37260:13;37251:22;;37227:120;;;37167:186;;:::o;37359:541::-;37459:2;37454:3;37451:11;37448:445;;;37493:37;37524:5;37493:37;:::i;:::-;37576:29;37594:10;37576:29;:::i;:::-;37566:8;37562:44;37759:2;37747:10;37744:18;37741:49;;;37780:8;37765:23;;37741:49;37803:80;37859:22;37877:3;37859:22;:::i;:::-;37849:8;37845:37;37832:11;37803:80;:::i;:::-;37463:430;;37448:445;37359:541;;;:::o;37906:117::-;37960:8;38010:5;38004:4;38000:16;37979:37;;37906:117;;;;:::o;38029:169::-;38073:6;38106:51;38154:1;38150:6;38142:5;38139:1;38135:13;38106:51;:::i;:::-;38102:56;38187:4;38181;38177:15;38167:25;;38080:118;38029:169;;;;:::o;38203:295::-;38279:4;38425:29;38450:3;38444:4;38425:29;:::i;:::-;38417:37;;38487:3;38484:1;38480:11;38474:4;38471:21;38463:29;;38203:295;;;;:::o;38503:1398::-;38625:43;38664:3;38659;38625:43;:::i;:::-;38733:18;38725:6;38722:30;38719:56;;;38755:18;;:::i;:::-;38719:56;38799:38;38831:4;38825:11;38799:38;:::i;:::-;38884:66;38943:6;38935;38929:4;38884:66;:::i;:::-;38977:1;39006:2;38998:6;38995:14;39023:1;39018:631;;;;39693:1;39710:6;39707:84;;;39766:9;39761:3;39757:19;39744:33;39735:42;;39707:84;39817:67;39877:6;39870:5;39817:67;:::i;:::-;39811:4;39804:81;39666:229;38988:907;;39018:631;39070:4;39066:9;39058:6;39054:22;39104:36;39135:4;39104:36;:::i;:::-;39162:1;39176:215;39190:7;39187:1;39184:14;39176:215;;;39276:9;39271:3;39267:19;39254:33;39246:6;39239:49;39327:1;39319:6;39315:14;39305:24;;39374:2;39363:9;39359:18;39346:31;;39213:4;39210:1;39206:12;39201:17;;39176:215;;;39419:6;39410:7;39407:19;39404:186;;;39484:9;39479:3;39475:19;39462:33;39527:48;39569:4;39561:6;39557:17;39546:9;39527:48;:::i;:::-;39519:6;39512:64;39427:163;39404:186;39636:1;39632;39624:6;39620:14;39616:22;39610:4;39603:36;39025:624;;;38988:907;;38600:1301;;;38503:1398;;;:::o;39929:314::-;40025:3;40046:70;40109:6;40104:3;40046:70;:::i;:::-;40039:77;;40126:56;40175:6;40170:3;40163:5;40126:56;:::i;:::-;40207:29;40229:6;40207:29;:::i;:::-;40202:3;40198:39;40191:46;;39929:314;;;;;:::o;40249:329::-;40370:4;40408:2;40397:9;40393:18;40385:26;;40457:9;40451:4;40447:20;40443:1;40432:9;40428:17;40421:47;40485:86;40566:4;40557:6;40549;40485:86;:::i;:::-;40477:94;;40249:329;;;;;:::o;40584:194::-;40624:4;40644:20;40662:1;40644:20;:::i;:::-;40639:25;;40678:20;40696:1;40678:20;:::i;:::-;40673:25;;40722:1;40719;40715:9;40707:17;;40746:1;40740:4;40737:11;40734:37;;;40751:18;;:::i;:::-;40734:37;40584:194;;;;:::o;40784:332::-;40905:4;40943:2;40932:9;40928:18;40920:26;;40956:71;41024:1;41013:9;41009:17;41000:6;40956:71;:::i;:::-;41037:72;41105:2;41094:9;41090:18;41081:6;41037:72;:::i;:::-;40784:332;;;;;:::o;41122:225::-;41262:34;41258:1;41250:6;41246:14;41239:58;41331:8;41326:2;41318:6;41314:15;41307:33;41122:225;:::o;41353:366::-;41495:3;41516:67;41580:2;41575:3;41516:67;:::i;:::-;41509:74;;41592:93;41681:3;41592:93;:::i;:::-;41710:2;41705:3;41701:12;41694:19;;41353:366;;;:::o;41725:419::-;41891:4;41929:2;41918:9;41914:18;41906:26;;41978:9;41972:4;41968:20;41964:1;41953:9;41949:17;41942:47;42006:131;42132:4;42006:131;:::i;:::-;41998:139;;41725:419;;;:::o;42150:166::-;42290:18;42286:1;42278:6;42274:14;42267:42;42150:166;:::o;42322:366::-;42464:3;42485:67;42549:2;42544:3;42485:67;:::i;:::-;42478:74;;42561:93;42650:3;42561:93;:::i;:::-;42679:2;42674:3;42670:12;42663:19;;42322:366;;;:::o;42694:419::-;42860:4;42898:2;42887:9;42883:18;42875:26;;42947:9;42941:4;42937:20;42933:1;42922:9;42918:17;42911:47;42975:131;43101:4;42975:131;:::i;:::-;42967:139;;42694:419;;;:::o;43119:167::-;43259:19;43255:1;43247:6;43243:14;43236:43;43119:167;:::o;43292:366::-;43434:3;43455:67;43519:2;43514:3;43455:67;:::i;:::-;43448:74;;43531:93;43620:3;43531:93;:::i;:::-;43649:2;43644:3;43640:12;43633:19;;43292:366;;;:::o;43664:419::-;43830:4;43868:2;43857:9;43853:18;43845:26;;43917:9;43911:4;43907:20;43903:1;43892:9;43888:17;43881:47;43945:131;44071:4;43945:131;:::i;:::-;43937:139;;43664:419;;;:::o;44089:162::-;44229:14;44225:1;44217:6;44213:14;44206:38;44089:162;:::o;44257:366::-;44399:3;44420:67;44484:2;44479:3;44420:67;:::i;:::-;44413:74;;44496:93;44585:3;44496:93;:::i;:::-;44614:2;44609:3;44605:12;44598:19;;44257:366;;;:::o;44629:419::-;44795:4;44833:2;44822:9;44818:18;44810:26;;44882:9;44876:4;44872:20;44868:1;44857:9;44853:17;44846:47;44910:131;45036:4;44910:131;:::i;:::-;44902:139;;44629:419;;;:::o;45054:166::-;45194:18;45190:1;45182:6;45178:14;45171:42;45054:166;:::o;45226:366::-;45368:3;45389:67;45453:2;45448:3;45389:67;:::i;:::-;45382:74;;45465:93;45554:3;45465:93;:::i;:::-;45583:2;45578:3;45574:12;45567:19;;45226:366;;;:::o;45598:419::-;45764:4;45802:2;45791:9;45787:18;45779:26;;45851:9;45845:4;45841:20;45837:1;45826:9;45822:17;45815:47;45879:131;46005:4;45879:131;:::i;:::-;45871:139;;45598:419;;;:::o;46023:172::-;46163:24;46159:1;46151:6;46147:14;46140:48;46023:172;:::o;46201:366::-;46343:3;46364:67;46428:2;46423:3;46364:67;:::i;:::-;46357:74;;46440:93;46529:3;46440:93;:::i;:::-;46558:2;46553:3;46549:12;46542:19;;46201:366;;;:::o;46573:419::-;46739:4;46777:2;46766:9;46762:18;46754:26;;46826:9;46820:4;46816:20;46812:1;46801:9;46797:17;46790:47;46854:131;46980:4;46854:131;:::i;:::-;46846:139;;46573:419;;;:::o;46998:175::-;47138:27;47134:1;47126:6;47122:14;47115:51;46998:175;:::o;47179:366::-;47321:3;47342:67;47406:2;47401:3;47342:67;:::i;:::-;47335:74;;47418:93;47507:3;47418:93;:::i;:::-;47536:2;47531:3;47527:12;47520:19;;47179:366;;;:::o;47551:419::-;47717:4;47755:2;47744:9;47740:18;47732:26;;47804:9;47798:4;47794:20;47790:1;47779:9;47775:17;47768:47;47832:131;47958:4;47832:131;:::i;:::-;47824:139;;47551:419;;;:::o;47976:410::-;48016:7;48039:20;48057:1;48039:20;:::i;:::-;48034:25;;48073:20;48091:1;48073:20;:::i;:::-;48068:25;;48128:1;48125;48121:9;48150:30;48168:11;48150:30;:::i;:::-;48139:41;;48329:1;48320:7;48316:15;48313:1;48310:22;48290:1;48283:9;48263:83;48240:139;;48359:18;;:::i;:::-;48240:139;48024:362;47976:410;;;;:::o;48392:180::-;48440:77;48437:1;48430:88;48537:4;48534:1;48527:15;48561:4;48558:1;48551:15;48578:185;48618:1;48635:20;48653:1;48635:20;:::i;:::-;48630:25;;48669:20;48687:1;48669:20;:::i;:::-;48664:25;;48708:1;48698:35;;48713:18;;:::i;:::-;48698:35;48755:1;48752;48748:9;48743:14;;48578:185;;;;:::o;48769:166::-;48909:18;48905:1;48897:6;48893:14;48886:42;48769:166;:::o;48941:366::-;49083:3;49104:67;49168:2;49163:3;49104:67;:::i;:::-;49097:74;;49180:93;49269:3;49180:93;:::i;:::-;49298:2;49293:3;49289:12;49282:19;;48941:366;;;:::o;49313:419::-;49479:4;49517:2;49506:9;49502:18;49494:26;;49566:9;49560:4;49556:20;49552:1;49541:9;49537:17;49530:47;49594:131;49720:4;49594:131;:::i;:::-;49586:139;;49313:419;;;:::o;49738:182::-;49878:34;49874:1;49866:6;49862:14;49855:58;49738:182;:::o;49926:366::-;50068:3;50089:67;50153:2;50148:3;50089:67;:::i;:::-;50082:74;;50165:93;50254:3;50165:93;:::i;:::-;50283:2;50278:3;50274:12;50267:19;;49926:366;;;:::o;50298:419::-;50464:4;50502:2;50491:9;50487:18;50479:26;;50551:9;50545:4;50541:20;50537:1;50526:9;50522:17;50515:47;50579:131;50705:4;50579:131;:::i;:::-;50571:139;;50298:419;;;:::o;50723:191::-;50763:3;50782:20;50800:1;50782:20;:::i;:::-;50777:25;;50816:20;50834:1;50816:20;:::i;:::-;50811:25;;50859:1;50856;50852:9;50845:16;;50880:3;50877:1;50874:10;50871:36;;;50887:18;;:::i;:::-;50871:36;50723:191;;;;:::o;50920:230::-;51060:34;51056:1;51048:6;51044:14;51037:58;51129:13;51124:2;51116:6;51112:15;51105:38;50920:230;:::o;51156:366::-;51298:3;51319:67;51383:2;51378:3;51319:67;:::i;:::-;51312:74;;51395:93;51484:3;51395:93;:::i;:::-;51513:2;51508:3;51504:12;51497:19;;51156:366;;;:::o;51528:419::-;51694:4;51732:2;51721:9;51717:18;51709:26;;51781:9;51775:4;51771:20;51767:1;51756:9;51752:17;51745:47;51809:131;51935:4;51809:131;:::i;:::-;51801:139;;51528:419;;;:::o;51953:170::-;52093:22;52089:1;52081:6;52077:14;52070:46;51953:170;:::o;52129:366::-;52271:3;52292:67;52356:2;52351:3;52292:67;:::i;:::-;52285:74;;52368:93;52457:3;52368:93;:::i;:::-;52486:2;52481:3;52477:12;52470:19;;52129:366;;;:::o;52501:419::-;52667:4;52705:2;52694:9;52690:18;52682:26;;52754:9;52748:4;52744:20;52740:1;52729:9;52725:17;52718:47;52782:131;52908:4;52782:131;:::i;:::-;52774:139;;52501:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"3315200","executionCost":"infinite","totalCost":"infinite"},"external":{"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":"infinite","getAggregator()":"infinite","getFeeDetails()":"4737","getOrderInfo(bytes32)":"infinite","getSupportedInstitutionByCode(bytes32)":"infinite","getSupportedInstitutions(bytes32)":"infinite","initialize()":"167007","isTokenSupported(address)":"2972","owner()":"2633","pause()":"infinite","paused()":"2502","refund(uint256,bytes32,bytes32)":"infinite","renounceOwnership()":"30465","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,bool)":"infinite","settle(bytes32,bytes32,bytes32,address,uint64,bool)":"infinite","transferOwnership(address)":"30876","unpause()":"infinite","updateProtocolAddresses(bytes32,address)":"infinite","updateProtocolAggregator(bytes)":"infinite","updateProtocolFees(uint64)":"infinite"},"internal":{"_calculateFees(bytes32,uint96,bool)":"infinite","_handler(address,uint256,address,address,uint256,bytes32)":"infinite","_transferSenderFee(bytes32)":"infinite"}},"methodIdentifiers":{"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":"2654ec7e","getAggregator()":"3ad59dbc","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","initialize()":"8129fc1c","isTokenSupported(address)":"75151b63","owner()":"8da5cb5b","pause()":"8456cb59","paused()":"5c975abb","refund(uint256,bytes32,bytes32)":"d28a8d32","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,bool)":"99e3c0b4","settle(bytes32,bytes32,bytes32,address,uint64,bool)":"5fe44cac","transferOwnership(address)":"f2fde38b","unpause()":"3f4ba83a","updateProtocolAddresses(bytes32,address)":"79a0effb","updateProtocolAggregator(bytes)":"cb79455b","updateProtocolFees(uint64)":"84630736"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressesUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeesUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"aggregator\",\"type\":\"bytes\"}],\"name\":\"SetAggregator\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"status\",\"type\":\"bool\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAggregator\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"seller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint96\",\"name\":\"rate\",\"type\":\"uint96\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IPaycrest.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"status\",\"type\":\"bool\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"_isPartner\",\"type\":\"bool\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddresses\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"aggregator\",\"type\":\"bytes\"}],\"name\":\"updateProtocolAggregator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFees\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Paycrest contract for handling orders and settlements.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"OrderCreated(address,uint256,bytes32,uint256,bytes32,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"label\":\"The label of the deposit.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"label\":\"The label of the transaction.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"label\":\"The label of the transaction.\",\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"See {createOrder-IPaycrest}. \"},\"getAggregator()\":{\"details\":\"See {getAggregator-IPaycrest}. \"},\"getFeeDetails()\":{\"details\":\"See {getFeeDetails-IPaycrest}. \"},\"getOrderInfo(bytes32)\":{\"details\":\"See {getOrderInfo-IPaycrest}. \"},\"getSupportedInstitutionByCode(bytes32)\":{\"details\":\"See {getSupportedInstitutionByCode-IPaycrest}. \"},\"getSupportedInstitutions(bytes32)\":{\"details\":\"See {getSupportedInstitutions-IPaycrest}. \"},\"initialize()\":{\"details\":\"Initialize function.\"},\"isTokenSupported(address)\":{\"details\":\"See {isTokenSupported-IPaycrest}. \"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pause()\":{\"details\":\"Pause the contract.\"},\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"},\"refund(uint256,bytes32,bytes32)\":{\"details\":\"See {refund-IPaycrest}. \"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,bool)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"settle(bytes32,bytes32,bytes32,address,uint64,bool)\":{\"details\":\"See {settle-IPaycrest}. \"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"},\"unpause()\":{\"details\":\"Unpause the contract.\"},\"updateProtocolAddresses(bytes32,address)\":{\"details\":\"Updates the protocol addresses.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolAggregator(bytes)\":{\"details\":\"Updates the protocol aggregator.\",\"params\":{\"aggregator\":\"The new aggregator to be set.\"}},\"updateProtocolFees(uint64)\":{\"details\":\"Updates the protocol fees percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fees percentage to be set.\"}}},\"title\":\"Paycrest\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Paycrest.sol\":\"Paycrest\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20Upgradeable {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x0e1f0f5f62f67a881cd1a9597acbc0a5e4071f3c2c10449a183b922ae7272e3f\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\\n *\\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\\n * need to send a transaction, and thus is not required to hold Ether at all.\\n *\\n * ==== Security Considerations\\n *\\n * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\\n * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\\n * considered as an intention to spend the allowance in any specific way. The second is that because permits have\\n * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\\n * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\\n * generally recommended is:\\n *\\n * ```solidity\\n * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\\n * try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\\n * doThing(..., value);\\n * }\\n *\\n * function doThing(..., uint256 value) public {\\n * token.safeTransferFrom(msg.sender, address(this), value);\\n * ...\\n * }\\n * ```\\n *\\n * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\\n * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\\n * {SafeERC20-safeTransferFrom}).\\n *\\n * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\\n * contracts should have entry points that don't rely on permit.\\n */\\ninterface IERC20PermitUpgradeable {\\n /**\\n * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\\n * given ``owner``'s signed approval.\\n *\\n * IMPORTANT: The same issues {IERC20-approve} has related to transaction\\n * ordering also apply here.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `deadline` must be a timestamp in the future.\\n * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\\n * over the EIP712-formatted function arguments.\\n * - the signature must use ``owner``'s current nonce (see {nonces}).\\n *\\n * For more information on the signature format, see the\\n * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\\n * section].\\n *\\n * CAUTION: See Security Considerations above.\\n */\\n function permit(\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) external;\\n\\n /**\\n * @dev Returns the current nonce for `owner`. This value must be\\n * included whenever a signature is generated for {permit}.\\n *\\n * Every successful call to {permit} increases ``owner``'s nonce by one. This\\n * prevents a signature from being used multiple times.\\n */\\n function nonces(address owner) external view returns (uint256);\\n\\n /**\\n * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\\n */\\n // solhint-disable-next-line func-name-mixedcase\\n function DOMAIN_SEPARATOR() external view returns (bytes32);\\n}\\n\",\"keccak256\":\"0x07e881de3b9f6d2c07909f193f24b96c7fe4ea60013260f3f25aecd8bab3c2f8\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.3) (token/ERC20/utils/SafeERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20Upgradeable.sol\\\";\\nimport \\\"../extensions/IERC20PermitUpgradeable.sol\\\";\\nimport \\\"../../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @title SafeERC20\\n * @dev Wrappers around ERC20 operations that throw on failure (when the token\\n * contract returns false). Tokens that return no value (and instead revert or\\n * throw on failure) are also supported, non-reverting calls are assumed to be\\n * successful.\\n * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,\\n * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.\\n */\\nlibrary SafeERC20Upgradeable {\\n using AddressUpgradeable for address;\\n\\n /**\\n * @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeTransfer(IERC20Upgradeable token, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));\\n }\\n\\n /**\\n * @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the\\n * calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.\\n */\\n function safeTransferFrom(IERC20Upgradeable token, address from, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));\\n }\\n\\n /**\\n * @dev Deprecated. This function has issues similar to the ones found in\\n * {IERC20-approve}, and its usage is discouraged.\\n *\\n * Whenever possible, use {safeIncreaseAllowance} and\\n * {safeDecreaseAllowance} instead.\\n */\\n function safeApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\\n // safeApprove should only be called when setting an initial allowance,\\n // or when resetting it to zero. To increase and decrease it, use\\n // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'\\n require(\\n (value == 0) || (token.allowance(address(this), spender) == 0),\\n \\\"SafeERC20: approve from non-zero to non-zero allowance\\\"\\n );\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));\\n }\\n\\n /**\\n * @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeIncreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance + value));\\n }\\n\\n /**\\n * @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeDecreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\\n unchecked {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n require(oldAllowance >= value, \\\"SafeERC20: decreased allowance below zero\\\");\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance - value));\\n }\\n }\\n\\n /**\\n * @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval\\n * to be set to zero before setting it to a non-zero value, such as USDT.\\n */\\n function forceApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\\n bytes memory approvalCall = abi.encodeWithSelector(token.approve.selector, spender, value);\\n\\n if (!_callOptionalReturnBool(token, approvalCall)) {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, 0));\\n _callOptionalReturn(token, approvalCall);\\n }\\n }\\n\\n /**\\n * @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.\\n * Revert on invalid signature.\\n */\\n function safePermit(\\n IERC20PermitUpgradeable token,\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) internal {\\n uint256 nonceBefore = token.nonces(owner);\\n token.permit(owner, spender, value, deadline, v, r, s);\\n uint256 nonceAfter = token.nonces(owner);\\n require(nonceAfter == nonceBefore + 1, \\\"SafeERC20: permit did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n */\\n function _callOptionalReturn(IERC20Upgradeable token, bytes memory data) private {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that\\n // the target address contains contract code and also asserts for success in the low-level call.\\n\\n bytes memory returndata = address(token).functionCall(data, \\\"SafeERC20: low-level call failed\\\");\\n require(returndata.length == 0 || abi.decode(returndata, (bool)), \\\"SafeERC20: ERC20 operation did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n *\\n * This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.\\n */\\n function _callOptionalReturnBool(IERC20Upgradeable token, bytes memory data) private returns (bool) {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We cannot use {Address-functionCall} here since this should return false\\n // and not revert is the subcall reverts.\\n\\n (bool success, bytes memory returndata) = address(token).call(data);\\n return\\n success && (returndata.length == 0 || abi.decode(returndata, (bool))) && AddressUpgradeable.isContract(address(token));\\n }\\n}\\n\",\"keccak256\":\"0x23b997be73d3dd46885262704f0f8cfc7273fdadfe303d37969a9561373972b5\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./math/MathUpgradeable.sol\\\";\\nimport \\\"./math/SignedMathUpgradeable.sol\\\";\\n\\n/**\\n * @dev String operations.\\n */\\nlibrary StringsUpgradeable {\\n bytes16 private constant _SYMBOLS = \\\"0123456789abcdef\\\";\\n uint8 private constant _ADDRESS_LENGTH = 20;\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` decimal representation.\\n */\\n function toString(uint256 value) internal pure returns (string memory) {\\n unchecked {\\n uint256 length = MathUpgradeable.log10(value) + 1;\\n string memory buffer = new string(length);\\n uint256 ptr;\\n /// @solidity memory-safe-assembly\\n assembly {\\n ptr := add(buffer, add(32, length))\\n }\\n while (true) {\\n ptr--;\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore8(ptr, byte(mod(value, 10), _SYMBOLS))\\n }\\n value /= 10;\\n if (value == 0) break;\\n }\\n return buffer;\\n }\\n }\\n\\n /**\\n * @dev Converts a `int256` to its ASCII `string` decimal representation.\\n */\\n function toString(int256 value) internal pure returns (string memory) {\\n return string(abi.encodePacked(value < 0 ? \\\"-\\\" : \\\"\\\", toString(SignedMathUpgradeable.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, MathUpgradeable.log256(value) + 1);\\n }\\n }\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.\\n */\\n function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {\\n bytes memory buffer = new bytes(2 * length + 2);\\n buffer[0] = \\\"0\\\";\\n buffer[1] = \\\"x\\\";\\n for (uint256 i = 2 * length + 1; i > 1; --i) {\\n buffer[i] = _SYMBOLS[value & 0xf];\\n value >>= 4;\\n }\\n require(value == 0, \\\"Strings: hex length insufficient\\\");\\n return string(buffer);\\n }\\n\\n /**\\n * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.\\n */\\n function toHexString(address addr) internal pure returns (string memory) {\\n return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);\\n }\\n\\n /**\\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 keccak256(bytes(a)) == keccak256(bytes(b));\\n }\\n}\\n\",\"keccak256\":\"0xb96dc79b65b7c37937919dcdb356a969ce0aa2e8338322bf4dc027a3c9c9a7eb\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/ECDSA.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../StringsUpgradeable.sol\\\";\\n\\n/**\\n * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.\\n *\\n * These functions can be used to verify that a message was signed by the holder\\n * of the private keys of a given address.\\n */\\nlibrary ECDSAUpgradeable {\\n enum RecoverError {\\n NoError,\\n InvalidSignature,\\n InvalidSignatureLength,\\n InvalidSignatureS,\\n InvalidSignatureV // Deprecated in v4.8\\n }\\n\\n function _throwError(RecoverError error) private pure {\\n if (error == RecoverError.NoError) {\\n return; // no error: do nothing\\n } else if (error == RecoverError.InvalidSignature) {\\n revert(\\\"ECDSA: invalid signature\\\");\\n } else if (error == RecoverError.InvalidSignatureLength) {\\n revert(\\\"ECDSA: invalid signature length\\\");\\n } else if (error == RecoverError.InvalidSignatureS) {\\n revert(\\\"ECDSA: invalid signature 's' value\\\");\\n }\\n }\\n\\n /**\\n * @dev Returns the address that signed a hashed message (`hash`) with\\n * `signature` or error string. This address can then be used for verification purposes.\\n *\\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n * this function rejects them by requiring the `s` value to be in the lower\\n * half order, and the `v` value to be either 27 or 28.\\n *\\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n * verification to be secure: it is possible to craft signatures that\\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n * this is by receiving a hash of the original message (which may otherwise\\n * be too long), and then calling {toEthSignedMessageHash} on it.\\n *\\n * Documentation for signature generation:\\n * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]\\n * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {\\n if (signature.length == 65) {\\n bytes32 r;\\n bytes32 s;\\n uint8 v;\\n // ecrecover takes the signature parameters, and the only way to get them\\n // currently is to use assembly.\\n /// @solidity memory-safe-assembly\\n assembly {\\n r := mload(add(signature, 0x20))\\n s := mload(add(signature, 0x40))\\n v := byte(0, mload(add(signature, 0x60)))\\n }\\n return tryRecover(hash, v, r, s);\\n } else {\\n return (address(0), RecoverError.InvalidSignatureLength);\\n }\\n }\\n\\n /**\\n * @dev Returns the address that signed a hashed message (`hash`) with\\n * `signature`. This address can then be used for verification purposes.\\n *\\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n * this function rejects them by requiring the `s` value to be in the lower\\n * half order, and the `v` value to be either 27 or 28.\\n *\\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n * verification to be secure: it is possible to craft signatures that\\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n * this is by receiving a hash of the original message (which may otherwise\\n * be too long), and then calling {toEthSignedMessageHash} on it.\\n */\\n function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, signature);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\\n *\\n * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address, RecoverError) {\\n bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);\\n uint8 v = uint8((uint256(vs) >> 255) + 27);\\n return tryRecover(hash, v, r, s);\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\\n *\\n * _Available since v4.2._\\n */\\n function recover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, r, vs);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-tryRecover} that receives the `v`,\\n * `r` and `s` signature fields separately.\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address, RecoverError) {\\n // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature\\n // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines\\n // the valid range for s in (301): 0 < s < secp256k1n \\u00f7 2 + 1, and for v in (302): v \\u2208 {27, 28}. Most\\n // signatures from current libraries generate a unique signature with an s-value in the lower half order.\\n //\\n // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value\\n // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or\\n // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept\\n // these malleable signatures as well.\\n if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) {\\n return (address(0), RecoverError.InvalidSignatureS);\\n }\\n\\n // If the signature is valid (and not malleable), return the signer address\\n address signer = ecrecover(hash, v, r, s);\\n if (signer == address(0)) {\\n return (address(0), RecoverError.InvalidSignature);\\n }\\n\\n return (signer, RecoverError.NoError);\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-recover} that receives the `v`,\\n * `r` and `s` signature fields separately.\\n */\\n function recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, v, r, s);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Message, created from a `hash`. This\\n * produces hash corresponding to the one signed with the\\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n * JSON-RPC method as part of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32 message) {\\n // 32 is the length in bytes of hash,\\n // enforced by the type signature above\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore(0x00, \\\"\\\\x19Ethereum Signed Message:\\\\n32\\\")\\n mstore(0x1c, hash)\\n message := keccak256(0x00, 0x3c)\\n }\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Message, created from `s`. This\\n * produces hash corresponding to the one signed with the\\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n * JSON-RPC method as part of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19Ethereum Signed Message:\\\\n\\\", StringsUpgradeable.toString(s.length), s));\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Typed Data, created from a\\n * `domainSeparator` and a `structHash`. This produces hash corresponding\\n * to the one signed with the\\n * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]\\n * JSON-RPC method as part of EIP-712.\\n *\\n * See {recover}.\\n */\\n function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32 data) {\\n /// @solidity memory-safe-assembly\\n assembly {\\n let ptr := mload(0x40)\\n mstore(ptr, \\\"\\\\x19\\\\x01\\\")\\n mstore(add(ptr, 0x02), domainSeparator)\\n mstore(add(ptr, 0x22), structHash)\\n data := keccak256(ptr, 0x42)\\n }\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Data with intended validator, created from a\\n * `validator` and `data` according to the version 0 of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toDataWithIntendedValidatorHash(address validator, bytes memory data) internal pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19\\\\x00\\\", validator, data));\\n }\\n}\\n\",\"keccak256\":\"0xa014f65d84b02827055d99993ccdbfb4b56b2c9e91eb278d82a93330659d06e4\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard math utilities missing in the Solidity language.\\n */\\nlibrary MathUpgradeable {\\n enum Rounding {\\n Down, // Toward negative infinity\\n Up, // Toward infinity\\n Zero // Toward zero\\n }\\n\\n /**\\n * @dev Returns the largest of two numbers.\\n */\\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two numbers.\\n */\\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two numbers. The result is rounded towards\\n * zero.\\n */\\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b) / 2 can overflow.\\n return (a & b) + (a ^ b) / 2;\\n }\\n\\n /**\\n * @dev Returns the ceiling of the division of two numbers.\\n *\\n * This differs from standard division with `/` in that it rounds up instead\\n * of rounding down.\\n */\\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b - 1) / b can overflow on addition, so we distribute.\\n return a == 0 ? 0 : (a - 1) / b + 1;\\n }\\n\\n /**\\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\\n * with further edits by Uniswap Labs also under MIT license.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\\n unchecked {\\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\\n // variables such that product = prod1 * 2^256 + prod0.\\n uint256 prod0; // Least significant 256 bits of the product\\n uint256 prod1; // Most significant 256 bits of the product\\n assembly {\\n let mm := mulmod(x, y, not(0))\\n prod0 := mul(x, y)\\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\\n }\\n\\n // Handle non-overflow cases, 256 by 256 division.\\n if (prod1 == 0) {\\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\\n // The surrounding unchecked block does not change this fact.\\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\\n return prod0 / denominator;\\n }\\n\\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\\n require(denominator > prod1, \\\"Math: mulDiv overflow\\\");\\n\\n ///////////////////////////////////////////////\\n // 512 by 256 division.\\n ///////////////////////////////////////////////\\n\\n // Make division exact by subtracting the remainder from [prod1 prod0].\\n uint256 remainder;\\n assembly {\\n // Compute remainder using mulmod.\\n remainder := mulmod(x, y, denominator)\\n\\n // Subtract 256 bit number from 512 bit number.\\n prod1 := sub(prod1, gt(remainder, prod0))\\n prod0 := sub(prod0, remainder)\\n }\\n\\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\\n // See https://cs.stackexchange.com/q/138556/92363.\\n\\n // Does not overflow because the denominator cannot be zero at this stage in the function.\\n uint256 twos = denominator & (~denominator + 1);\\n assembly {\\n // Divide denominator by twos.\\n denominator := div(denominator, twos)\\n\\n // Divide [prod1 prod0] by twos.\\n prod0 := div(prod0, twos)\\n\\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\\n twos := add(div(sub(0, twos), twos), 1)\\n }\\n\\n // Shift in bits from prod1 into prod0.\\n prod0 |= prod1 * twos;\\n\\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\\n // four bits. That is, denominator * inv = 1 mod 2^4.\\n uint256 inverse = (3 * denominator) ^ 2;\\n\\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\\n // in modular arithmetic, doubling the correct bits in each step.\\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\\n\\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\\n // is no longer required.\\n result = prod0 * inverse;\\n return result;\\n }\\n }\\n\\n /**\\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\\n uint256 result = mulDiv(x, y, denominator);\\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\\n result += 1;\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\\n *\\n * Inspired by Henry S. Warren, Jr.'s \\\"Hacker's Delight\\\" (Chapter 11).\\n */\\n function sqrt(uint256 a) internal pure returns (uint256) {\\n if (a == 0) {\\n return 0;\\n }\\n\\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\\n //\\n // We know that the \\\"msb\\\" (most significant bit) of our target number `a` is a power of 2 such that we have\\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\\n //\\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\\n // \\u2192 `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\\n // \\u2192 `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\\n //\\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\\n uint256 result = 1 << (log2(a) >> 1);\\n\\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\\n // into the expected uint128 result.\\n unchecked {\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n return min(result, a / result);\\n }\\n }\\n\\n /**\\n * @notice Calculates sqrt(a), following the selected rounding direction.\\n */\\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = sqrt(a);\\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 2, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 128;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 64;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 32;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 16;\\n }\\n if (value >> 8 > 0) {\\n value >>= 8;\\n result += 8;\\n }\\n if (value >> 4 > 0) {\\n value >>= 4;\\n result += 4;\\n }\\n if (value >> 2 > 0) {\\n value >>= 2;\\n result += 2;\\n }\\n if (value >> 1 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log2(value);\\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 10, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >= 10 ** 64) {\\n value /= 10 ** 64;\\n result += 64;\\n }\\n if (value >= 10 ** 32) {\\n value /= 10 ** 32;\\n result += 32;\\n }\\n if (value >= 10 ** 16) {\\n value /= 10 ** 16;\\n result += 16;\\n }\\n if (value >= 10 ** 8) {\\n value /= 10 ** 8;\\n result += 8;\\n }\\n if (value >= 10 ** 4) {\\n value /= 10 ** 4;\\n result += 4;\\n }\\n if (value >= 10 ** 2) {\\n value /= 10 ** 2;\\n result += 2;\\n }\\n if (value >= 10 ** 1) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log10(value);\\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 256, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n *\\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\\n */\\n function log256(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 16;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 8;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 4;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 2;\\n }\\n if (value >> 8 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard signed math utilities missing in the Solidity language.\\n */\\nlibrary SignedMathUpgradeable {\\n /**\\n * @dev Returns the largest of two signed numbers.\\n */\\n function max(int256 a, int256 b) internal pure returns (int256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two signed numbers.\\n */\\n function min(int256 a, int256 b) internal pure returns (int256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two signed numbers without overflow.\\n * The result is rounded towards zero.\\n */\\n function average(int256 a, int256 b) internal pure returns (int256) {\\n // Formula from the book \\\"Hacker's Delight\\\"\\n int256 x = (a & b) + ((a ^ b) >> 1);\\n return x + (int256(uint256(x) >> 255) & (a ^ b));\\n }\\n\\n /**\\n * @dev Returns the absolute unsigned value of a signed value.\\n */\\n function abs(int256 n) internal pure returns (uint256) {\\n unchecked {\\n // must be unchecked in order to support `n = type(int256).min`\\n return uint256(n >= 0 ? n : -n);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/Paycrest.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\\\";\\n\\nimport {PaycrestSettingManager} from \\\"./PaycrestSettingManager.sol\\\";\\nimport {IPaycrest, IERC20} from \\\"./interfaces/IPaycrest.sol\\\";\\nimport {SharedStructs} from \\\"./libraries/SharedStructs.sol\\\";\\n\\n/**\\n * @title Paycrest\\n * @dev Paycrest contract for handling orders and settlements.\\n */\\ncontract Paycrest is IPaycrest, PaycrestSettingManager, PausableUpgradeable { \\n using SafeERC20Upgradeable for IERC20;\\n using ECDSAUpgradeable for bytes32;\\n\\n struct fee {\\n uint256 protocolFee;\\n uint256 liquidityProviderAmount;\\n }\\n\\n mapping(bytes32 => Order) private order;\\n mapping(address => uint256) private _nonce;\\n uint256[50] private __gap;\\n\\n /// @custom:oz-upgrades-unsafe-allow constructor\\n constructor() {\\n _disableInitializers();\\n }\\n\\n /**\\n * @dev Initialize function.\\n */\\n function initialize() external initializer {\\n MAX_BPS = 100_000;\\n __Ownable_init();\\n __Pausable_init();\\n }\\n\\n /**\\n * @dev Modifier that allows only the aggregator to call a function.\\n */\\n modifier onlyAggregator {\\n require(msg.sender == _aggregatorAddress, \\\"OnlyAggregator\\\");\\n _;\\n }\\n\\n /* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n /**\\n * @dev Pause the contract.\\n */\\n function pause() external onlyOwner {\\n _pause();\\n }\\n\\n /**\\n * @dev Unpause the contract.\\n */\\n function unpause() external onlyOwner {\\n _unpause();\\n }\\n \\n /* ##################################################################\\n USER CALLS\\n ################################################################## */\\n /** @dev See {createOrder-IPaycrest}. */\\n function createOrder(\\n address _token, \\n uint256 _amount, \\n bytes32 _institutionCode,\\n bytes32 _label,\\n uint96 _rate, \\n address _senderFeeRecipient,\\n uint256 _senderFee,\\n address _refundAddress, \\n string calldata messageHash\\n ) external whenNotPaused() returns(bytes32 orderId) {\\n // checks that are required\\n _handler(_token, _amount, _refundAddress, _senderFeeRecipient, _senderFee, _institutionCode);\\n\\n // validate messageHash\\n require(bytes(messageHash).length > 0, \\\"InvalidMessageHash\\\");\\n\\n // transfer token from msg.sender to contract\\n IERC20(_token).transferFrom(msg.sender, address(this), _amount);\\n\\n // increase users nonce to avoid replay attacks\\n _nonce[msg.sender] ++;\\n\\n // generate transaction id for the transaction\\n orderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\\n\\n // update transaction\\n order[orderId] = Order({\\n seller: msg.sender,\\n token: _token,\\n senderFeeRecipient: _senderFeeRecipient,\\n senderFee: _senderFee,\\n rate: _rate,\\n isFulfilled: false,\\n refundAddress: _refundAddress,\\n currentBPS: uint64(MAX_BPS),\\n amount: _amount\\n });\\n\\n // emit deposit event\\n emit OrderCreated(_token, _amount, orderId, _rate, _institutionCode, _label, messageHash);\\n }\\n\\n /**\\n * @dev Internal function to handle order creation.\\n * @param _token The address of the token being traded.\\n * @param _amount The amount of tokens being traded.\\n * @param _refundAddress The address to refund the tokens in case of cancellation.\\n * @param _senderFeeRecipient The address of the recipient for the sender fee.\\n * @param _senderFee The amount of the sender fee.\\n * @param _institutionCode The code of the institution associated with the order.\\n */\\n function _handler(address _token, uint256 _amount, address _refundAddress, address _senderFeeRecipient, uint256 _senderFee, bytes32 _institutionCode) internal view {\\n require(_isTokenSupported[_token], \\\"TokenNotSupported\\\");\\n require(_amount > 0, \\\"AmountIsZero\\\");\\n require(_refundAddress != address(0), \\\"ThrowZeroAddress\\\");\\n require(supportedInstitutionsByCode[_institutionCode].name != bytes32(0), \\\"InvalidInstitutionCode\\\");\\n\\n if (_senderFee > 0) {\\n require(_senderFeeRecipient != address(0), \\\"InvalidSenderFeeRecipient\\\");\\n }\\n require(_senderFee <= (_amount * 500) / MAX_BPS, \\\"SenderFeeTooHigh\\\");\\n }\\n\\n /* ##################################################################\\n AGGREGATOR FUNCTIONS\\n ################################################################## */\\n /** @dev See {settle-IPaycrest}. */\\n function settle(\\n bytes32 _splitOrderId,\\n bytes32 _orderId, \\n bytes32 _label,\\n address _liquidityProvider, \\n uint64 _settlePercent,\\n bool _isPartner\\n ) external onlyAggregator() returns(bytes32, address) {\\n // ensure the transaction has not been fulfilled\\n require(!order[_orderId].isFulfilled, \\\"OrderFulfilled\\\");\\n\\n // load the token into memory\\n address token = order[_orderId].token;\\n\\n // subtract sum of amount based on the input _settlePercent\\n order[_orderId].currentBPS -= _settlePercent;\\n\\n // if transaction amount is zero\\n // load the fees and transfer associated protocol fees to the protocol fee recipient\\n ( fee memory _feeParams ) = _calculateFees(_orderId, _settlePercent, _isPartner);\\n if(order[_orderId].currentBPS == 0) {\\n // update the transaction to be fulfilled\\n order[_orderId].isFulfilled = true;\\n if (order[_orderId].senderFee > 0) {\\n // transfer sender fee\\n _transferSenderFee(_orderId);\\n }\\n }\\n \\n if (_feeParams.protocolFee > 0) {\\n // transfer protocol fee\\n IERC20(token).transfer(treasuryAddress, _feeParams.protocolFee);\\n }\\n\\n // transfer to liquidity provider \\n IERC20(token).transfer(_liquidityProvider, _feeParams.liquidityProviderAmount);\\n\\n // emit event\\n emit OrderSettled(_splitOrderId, _orderId, _label, _liquidityProvider, _settlePercent);\\n return (_orderId, token);\\n }\\n\\n /**\\n * @dev Internal function to transfer the sender fee.\\n * @param _orderId The ID of the order.\\n */\\n function _transferSenderFee(bytes32 _orderId) internal {\\n address recipient = order[_orderId].senderFeeRecipient;\\n uint256 _fee = order[_orderId].senderFee;\\n // transfer sender fee\\n IERC20(order[_orderId].token).transfer(recipient, _fee);\\n // emmit event\\n emit SenderFeeTransferred(recipient, _fee);\\n }\\n\\n /** @dev See {refund-IPaycrest}. */\\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external onlyAggregator() returns(bool) {\\n // ensure the transaction has not been fulfilled\\n require(!order[_orderId].isFulfilled, \\\"OrderFulfilled\\\");\\n\\n // deduct fee from order amount\\n uint256 refundAmount = order[_orderId].amount - _fee;\\n IERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\\n\\n // reset state values\\n order[_orderId].isFulfilled = true;\\n order[_orderId].currentBPS = 0;\\n \\n // transfer to sender and emit event\\n IERC20(order[_orderId].token).transfer(order[_orderId].refundAddress, refundAmount);\\n emit OrderRefunded(_fee, _orderId, _label);\\n\\n return true;\\n }\\n\\n /**\\n * @dev Calculates the fees for a given order.\\n * @param _orderId The ID of the order.\\n * @param _settlePercent The percentage of the order amount to settle.\\n * @param _isPartner Flag indicating if the order is from a partner.\\n * @return _feeParams The fee parameters including amount to settle the liquidity provider and the protocol fee.\\n */\\n function _calculateFees(bytes32 _orderId, uint96 _settlePercent, bool _isPartner) private view returns(fee memory _feeParams ) {\\n // get the total amount associated with the orderId\\n uint256 amount = order[_orderId].amount;\\n\\n // get sender fee from amount\\n amount = amount - order[_orderId].senderFee;\\n\\n // get the settled percent that is scheduled for this amount\\n _feeParams.liquidityProviderAmount = (amount * _settlePercent) / MAX_BPS;\\n\\n // deduct protocol fees from the new total amount\\n _feeParams.protocolFee = (_feeParams.liquidityProviderAmount * protocolFeePercent) / MAX_BPS;\\n \\n // subtract total fees from the new amount after getting the scheduled amount\\n _feeParams.liquidityProviderAmount = (_feeParams.liquidityProviderAmount - _feeParams.protocolFee);\\n\\n // if (_isPartner) protocol fee should be 0, and the whole protocol fee should be added to liquidity provider\\n if (_isPartner) {\\n _feeParams.liquidityProviderAmount += _feeParams.protocolFee;\\n _feeParams.protocolFee = 0;\\n }\\n }\\n \\n /* ##################################################################\\n VIEW CALLS\\n ################################################################## */\\n /** @dev See {getOrderInfo-IPaycrest}. */\\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory) {\\n return order[_orderId];\\n }\\n\\n /** @dev See {isTokenSupported-IPaycrest}. */\\n function isTokenSupported(address _token) external view returns(bool) {\\n return _isTokenSupported[_token];\\n }\\n\\n /** @dev See {getSupportedInstitutionByCode-IPaycrest}. */\\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory) {\\n return supportedInstitutionsByCode[_code];\\n }\\n\\n /** @dev See {getSupportedInstitutions-IPaycrest}. */\\n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory) {\\n SharedStructs.Institution[] memory institutions = supportedInstitutions[_currency];\\n uint256 length = institutions.length;\\n SharedStructs.Institution[] memory result = new SharedStructs.Institution[](length);\\n \\n for (uint256 i = 0; i < length; ) {\\n result[i] = institutions[i];\\n unchecked {\\n i++;\\n }\\n }\\n \\n return result;\\n }\\n\\n /** @dev See {getFeeDetails-IPaycrest}. */\\n function getFeeDetails() external view returns(\\n uint64, \\n uint256\\n ) {\\n return(protocolFeePercent, MAX_BPS);\\n }\\n\\n /** @dev See {getAggregator-IPaycrest}. */\\n function getAggregator() external view returns(bytes memory) {\\n return _aggregator;\\n } \\n}\\n\",\"keccak256\":\"0xf98f969f9ea29cb04fca88faecc5d8dcdc91fb850269daa019af6161e2fa9db3\",\"license\":\"UNLICENSED\"},\"contracts/PaycrestSettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title PaycrestSettingManager\\n * @dev This contract manages the settings and configurations for the Paycrest protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\\\";\\n\\nimport {SharedStructs} from \\\"./libraries/SharedStructs.sol\\\";\\n\\ncontract PaycrestSettingManager is OwnableUpgradeable { \\n uint256 internal MAX_BPS;\\n uint64 internal protocolFeePercent;\\n address internal treasuryAddress;\\n address internal _aggregatorAddress;\\n bytes internal _aggregator;\\n \\n // this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n uint256[50] private __gap;\\n\\n mapping(address => bool) internal _isTokenSupported;\\n\\n mapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n mapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n event SettingManagerBool(bytes32 what, address value, bool status);\\n event ProtocolFeesUpdated(uint64 protocolFee);\\n event ProtocolAddressesUpdated(address treasuryAddress);\\n event SetAggregator(bytes aggregator);\\n event SetFeeRecipient(address treasuryAddress);\\n \\n /* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n /**\\n * @dev Sets the boolean value for a specific setting.\\n * @param what The setting to be updated.\\n * @param value The address or value associated with the setting.\\n * @param status The boolean value to be set.\\n * Requirements:\\n * - The value must not be a zero address.\\n */\\n function settingManagerBool(bytes32 what, address value, bool status) external onlyOwner {\\n require(value != address(0), \\\"Paycrest: zero address\\\");\\n if (what == \\\"token\\\") _isTokenSupported[value] = status;\\n\\n emit SettingManagerBool(what, value, status);\\n }\\n\\n /**\\n * @dev Sets the supported institutions for a specific currency.\\n * @param currency The currency for which the institutions are being set.\\n * @param institutions The array of institutions to be set.\\n */\\n function setSupportedInstitutions(bytes32 currency, SharedStructs.Institution[] memory institutions) external onlyOwner { \\n uint256 length = institutions.length;\\n for (uint i = 0; i < length; ) {\\n supportedInstitutions[currency].push(institutions[i]);\\n supportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n name: institutions[i].name, currency: currency\\n });\\n unchecked {\\n i++;\\n }\\n }\\n }\\n\\n /**\\n * @dev Updates the protocol fees percentage.\\n * @param _protocolFeePercent The new protocol fees percentage to be set.\\n */\\n function updateProtocolFees(uint64 _protocolFeePercent) external onlyOwner {\\n protocolFeePercent = _protocolFeePercent;\\n emit ProtocolFeesUpdated(_protocolFeePercent);\\n }\\n\\n /**\\n * @dev Updates the protocol addresses.\\n * @param what The address type to be updated (treasury or aggregator).\\n * @param value The new address to be set.\\n * Requirements:\\n * - The value must not be a zero address.\\n */\\n function updateProtocolAddresses(bytes32 what, address value) external onlyOwner {\\n require(value != address(0), \\\"Paycrest: zero address\\\");\\n if (what == \\\"treasury\\\") treasuryAddress = value;\\n if (what == \\\"aggregator\\\") _aggregatorAddress = value;\\n emit ProtocolAddressesUpdated(treasuryAddress);\\n }\\n\\n /**\\n * @dev Updates the protocol aggregator.\\n * @param aggregator The new aggregator to be set.\\n */\\n function updateProtocolAggregator(bytes calldata aggregator) external onlyOwner {\\n _aggregator = aggregator;\\n emit SetAggregator(aggregator);\\n }\\n}\\n\",\"keccak256\":\"0x8a6728234f0629f9d377071d6e3a319a2740c98fe8e89d2c7bb7f4656ae63e45\",\"license\":\"UNLICENSED\"},\"contracts/interfaces/IPaycrest.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from \\\"@openzeppelin/contracts/token/ERC20/IERC20.sol\\\";\\n\\nimport {SharedStructs} from \\\"../libraries/SharedStructs.sol\\\";\\n\\n/**\\n * @title IPaycrest\\n * @dev Interface for the Paycrest contract.\\n */\\ninterface IPaycrest {\\n \\n /* ##################################################################\\n EVENTS\\n ################################################################## */\\n /**\\n * @dev Emitted when a deposit is made.\\n * @param token The address of the deposited token.\\n * @param amount The amount of the deposit.\\n * @param orderId The ID of the order.\\n * @param rate The rate at which the deposit is made.\\n * @param institutionCode The code of the institution.\\n * @param label The label of the deposit.\\n * @param messageHash The hash of the message.\\n */\\n event OrderCreated(address indexed token, uint256 indexed amount, bytes32 indexed orderId, uint256 rate, bytes32 institutionCode, bytes32 label, string messageHash);\\n\\n /**\\n * @dev Emitted when an aggregator settles a transaction.\\n * @param splitOrderId The ID of the split order.\\n * @param orderId The ID of the order.\\n * @param label The label of the transaction.\\n * @param liquidityProvider The address of the liquidity provider.\\n * @param settlePercent The percentage at which the transaction is settled.\\n */\\n event OrderSettled(bytes32 splitOrderId, bytes32 indexed orderId, bytes32 label, address indexed liquidityProvider, uint96 settlePercent);\\n\\n /**\\n * @dev Emitted when an aggregator refunds a transaction.\\n * @param fee The fee deducted from the refund amount.\\n * @param orderId The ID of the order.\\n * @param label The label of the transaction.\\n */\\n event OrderRefunded(uint256 fee, bytes32 indexed orderId, bytes32 label);\\n\\n /**\\n * @dev Emitted when the sender's fee is transferred.\\n * @param sender The address of the sender.\\n * @param amount The amount of the fee transferred.\\n */\\n event SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n /* ##################################################################\\n STRUCTS\\n ################################################################## */\\n /**\\n * @dev Struct representing transaction metadata.\\n * @param identifier The identifier of the transaction.\\n * @param institution The institution of the transaction.\\n * @param name The name of the transaction.\\n * @param currency The currency of the transaction.\\n * @param liquidityProviderID The ID of the liquidity provider.\\n */\\n struct TransactionMetadata {\\n bytes8 identifier;\\n bytes8 institution;\\n bytes8 name;\\n bytes8 currency;\\n uint256 liquidityProviderID;\\n }\\n\\n /**\\n * @dev Struct representing an order.\\n * @param seller The address of the seller.\\n * @param token The address of the token.\\n * @param senderFeeRecipient The address of the sender fee recipient.\\n * @param senderFee The fee to be paid to the sender fee recipient.\\n * @param rate The rate at which the order is made.\\n * @param isFulfilled Whether the order is fulfilled.\\n * @param refundAddress The address to which the refund is made.\\n * @param currentBPS The current basis points.\\n * @param amount The amount of the order.\\n */\\n struct Order {\\n address seller;\\n address token;\\n address senderFeeRecipient;\\n uint256 senderFee;\\n uint96 rate;\\n bool isFulfilled;\\n address refundAddress;\\n uint96 currentBPS;\\n uint256 amount;\\n }\\n\\n /* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n /**\\n * @notice Locks the sender's amount of token into Paycrest.\\n * @dev Requirements:\\n * - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call.\\n * - `_token` must be an acceptable token. See {isTokenSupported}.\\n * - `amount` must be greater than minimum.\\n * - `_refundable` refundable address must not be zero address.\\n * @param _token The address of the token.\\n * @param _amount The amount in the decimal of `_token` to be locked.\\n * @param _institutionCode The institution code of the sender.\\n * @param _label The reference of the sender.\\n * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token` when there is a need to refund.\\n * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\\n * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n * @param messageHash The hash of the message.\\n * @return _orderId The ID of the order.\\n */\\n function createOrder(\\n address _token, \\n uint256 _amount, \\n bytes32 _institutionCode,\\n bytes32 _label,\\n uint96 _rate, \\n address _senderFeeRecipient,\\n uint256 _senderFee,\\n address _refundAddress, \\n string calldata messageHash\\n ) external returns(bytes32 _orderId);\\n\\n /**\\n * @notice Settles a transaction and distributes rewards accordingly.\\n * @dev Requirements:\\n * - Only aggregators can call this function.\\n * - `_orderId` must be less than total IDs.\\n * - `_orderId` must be an open ID.\\n * - `_primaryValidator` must have stake on the Paycrest staking platform.\\n * - `_secondaryValidators` must have stake on the Paycrest staking platform.\\n * - `amount` must be greater than minimum.\\n * - `_refundable` refundable address must not be zero address.\\n * @param _orderId The ID of the transaction.\\n * @param _label The reference of the sender.\\n * @param _liquidityProvider The address of the liquidity provider.\\n * @param _settlePercent The rate at which the transaction is settled.\\n * @param _isPartner Whether the liquidity provider is a partner.\\n * @return _orderId The ID of the order.\\n * @return _liquidityProvider The address of the liquidity provider.\\n */\\n function settle(bytes32 _splitOrderId, bytes32 _orderId, bytes32 _label, address _liquidityProvider, uint64 _settlePercent, bool _isPartner) external returns(bytes32, address);\\n\\n /**\\n * @notice Refunds to the specified refundable address.\\n * @dev Requirements:\\n * - Only aggregators can call this function.\\n * - `_orderId` must be less than total IDs.\\n * - `_orderId` must be an open ID.\\n * - `isFulfilled` must be false.\\n * @param _fee The amount to be deducted from the amount to be refunded.\\n * @param _orderId The ID of the transaction.\\n * @param _label The reference of the sender.\\n * @return Whether the refund is successful.\\n */\\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external returns(bool);\\n\\n /**\\n * @notice Checks if a token is supported by Paycrest.\\n * @param _token The address of the token to check.\\n * @return Whether the token is supported.\\n */\\n function isTokenSupported(address _token) external view returns(bool);\\n\\n /**\\n * @notice Gets the details of an order.\\n * @param _orderId The ID of the order.\\n * @return return The order details.\\n */\\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory);\\n\\n /**\\n * @notice Gets the fee details of Paycrest.\\n * @return protocolReward The protocol reward amount.\\n * @return max_bps The maximum basis points.\\n */\\n function getFeeDetails() external view returns(uint64 protocolReward, uint256 max_bps);\\n\\n /**\\n * @notice Gets the aggregator's public key.\\n * @return return The aggregator's public key.\\n */\\n function getAggregator() external view returns(bytes memory);\\n\\n /**\\n * @notice Gets the details of a supported institution by code.\\n * @param _code The institution code.\\n * @return return The institution details.\\n */\\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory);\\n\\n /**\\n * @notice Gets the details of supported institutions by currency.\\n * @param _currency The currency code.\\n * @return return An array of institutions.\\n */ \\n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0xddeb834f8321bfe4a1abe80aecff281a2bb58a87ef6c352c8bf8e555eed3ac83\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":139,"contract":"contracts/Paycrest.sol:Paycrest","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":142,"contract":"contracts/Paycrest.sol:Paycrest","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1299,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":11,"contract":"contracts/Paycrest.sol:Paycrest","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":131,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":4329,"contract":"contracts/Paycrest.sol:Paycrest","label":"MAX_BPS","offset":0,"slot":"101","type":"t_uint256"},{"astId":4331,"contract":"contracts/Paycrest.sol:Paycrest","label":"protocolFeePercent","offset":0,"slot":"102","type":"t_uint64"},{"astId":4333,"contract":"contracts/Paycrest.sol:Paycrest","label":"treasuryAddress","offset":8,"slot":"102","type":"t_address"},{"astId":4335,"contract":"contracts/Paycrest.sol:Paycrest","label":"_aggregatorAddress","offset":0,"slot":"103","type":"t_address"},{"astId":4337,"contract":"contracts/Paycrest.sol:Paycrest","label":"_aggregator","offset":0,"slot":"104","type":"t_bytes_storage"},{"astId":4341,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"105","type":"t_array(t_uint256)50_storage"},{"astId":4345,"contract":"contracts/Paycrest.sol:Paycrest","label":"_isTokenSupported","offset":0,"slot":"155","type":"t_mapping(t_address,t_bool)"},{"astId":4351,"contract":"contracts/Paycrest.sol:Paycrest","label":"supportedInstitutions","offset":0,"slot":"156","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)4748_storage)dyn_storage)"},{"astId":4356,"contract":"contracts/Paycrest.sol:Paycrest","label":"supportedInstitutionsByCode","offset":0,"slot":"157","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)4753_storage)"},{"astId":323,"contract":"contracts/Paycrest.sol:Paycrest","label":"_paused","offset":0,"slot":"158","type":"t_bool"},{"astId":428,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"159","type":"t_array(t_uint256)49_storage"},{"astId":3622,"contract":"contracts/Paycrest.sol:Paycrest","label":"order","offset":0,"slot":"208","type":"t_mapping(t_bytes32,t_struct(Order)4634_storage)"},{"astId":3626,"contract":"contracts/Paycrest.sol:Paycrest","label":"_nonce","offset":0,"slot":"209","type":"t_mapping(t_address,t_uint256)"},{"astId":3630,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"210","type":"t_array(t_uint256)50_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)4748_storage)dyn_storage":{"base":"t_struct(Institution)4748_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_bytes_storage":{"encoding":"bytes","label":"bytes","numberOfBytes":"32"},"t_mapping(t_address,t_bool)":{"encoding":"mapping","key":"t_address","label":"mapping(address => bool)","numberOfBytes":"32","value":"t_bool"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)4748_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)4748_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)4753_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)4753_storage"},"t_mapping(t_bytes32,t_struct(Order)4634_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct IPaycrest.Order)","numberOfBytes":"32","value":"t_struct(Order)4634_storage"},"t_struct(Institution)4748_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":4745,"contract":"contracts/Paycrest.sol:Paycrest","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":4747,"contract":"contracts/Paycrest.sol:Paycrest","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)4753_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":4750,"contract":"contracts/Paycrest.sol:Paycrest","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":4752,"contract":"contracts/Paycrest.sol:Paycrest","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(Order)4634_storage":{"encoding":"inplace","label":"struct IPaycrest.Order","members":[{"astId":4617,"contract":"contracts/Paycrest.sol:Paycrest","label":"seller","offset":0,"slot":"0","type":"t_address"},{"astId":4619,"contract":"contracts/Paycrest.sol:Paycrest","label":"token","offset":0,"slot":"1","type":"t_address"},{"astId":4621,"contract":"contracts/Paycrest.sol:Paycrest","label":"senderFeeRecipient","offset":0,"slot":"2","type":"t_address"},{"astId":4623,"contract":"contracts/Paycrest.sol:Paycrest","label":"senderFee","offset":0,"slot":"3","type":"t_uint256"},{"astId":4625,"contract":"contracts/Paycrest.sol:Paycrest","label":"rate","offset":0,"slot":"4","type":"t_uint96"},{"astId":4627,"contract":"contracts/Paycrest.sol:Paycrest","label":"isFulfilled","offset":12,"slot":"4","type":"t_bool"},{"astId":4629,"contract":"contracts/Paycrest.sol:Paycrest","label":"refundAddress","offset":0,"slot":"5","type":"t_address"},{"astId":4631,"contract":"contracts/Paycrest.sol:Paycrest","label":"currentBPS","offset":20,"slot":"5","type":"t_uint96"},{"astId":4633,"contract":"contracts/Paycrest.sol:Paycrest","label":"amount","offset":0,"slot":"6","type":"t_uint256"}],"numberOfBytes":"224"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"},"t_uint96":{"encoding":"inplace","label":"uint96","numberOfBytes":"12"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/PaycrestSettingManager.sol":{"PaycrestSettingManager":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressesUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeesUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes","name":"aggregator","type":"bytes"}],"name":"SetAggregator","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":false,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"bool","name":"status","type":"bool"}],"name":"SettingManagerBool","type":"event"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"bool","name":"status","type":"bool"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddresses","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes","name":"aggregator","type":"bytes"}],"name":"updateProtocolAggregator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFees","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,bool)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."},"updateProtocolAddresses(bytes32,address)":{"details":"Updates the protocol addresses.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolAggregator(bytes)":{"details":"Updates the protocol aggregator.","params":{"aggregator":"The new aggregator to be set."}},"updateProtocolFees(uint64)":{"details":"Updates the protocol fees percentage.","params":{"_protocolFeePercent":"The new protocol fees percentage to be set."}}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"608060405234801561001057600080fd5b506112c6806100206000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c80638da5cb5b1161005b5780638da5cb5b146100eb57806399e3c0b414610109578063cb79455b14610125578063f2fde38b1461014157610088565b8063322008821461008d578063715018a6146100a957806379a0effb146100b357806384630736146100cf575b600080fd5b6100a760048036038101906100a29190610a14565b61015d565b005b6100b1610271565b005b6100cd60048036038101906100c89190610ace565b610285565b005b6100e960048036038101906100e49190610b4e565b61042b565b005b6100f3610496565b6040516101009190610b8a565b60405180910390f35b610123600480360381019061011e9190610bdd565b6104c0565b005b61013f600480360381019061013a9190610c8b565b6105f6565b005b61015b60048036038101906101569190610cd8565b61064d565b005b6101656106d0565b60008151905060005b8181101561026b57609c600085815260200190815260200160002083828151811061019c5761019b610d05565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528084838151811061020157610200610d05565b5b602002602001015160200151815260200185815250609d600085848151811061022d5761022c610d05565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050808060010191505061016e565b50505050565b6102796106d0565b610283600061074e565b565b61028d6106d0565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036102fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016102f390610d91565b60405180910390fd5b7f747265617375727900000000000000000000000000000000000000000000000082036103655780606660086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7f61676772656761746f720000000000000000000000000000000000000000000082036103ce5780606760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7fd8ef77a7d69a6b79f131ecd9aa37060ba0853bbd37cb175ec1abd05738ce27cb606660089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660405161041f9190610b8a565b60405180910390a15050565b6104336106d0565b80606660006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fb94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e264468160405161048b9190610dc0565b60405180910390a150565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6104c86106d0565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610537576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161052e90610d91565b60405180910390fd5b7f746f6b656e00000000000000000000000000000000000000000000000000000083036105b65780609b60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505b7fe22cadcc5ddbc0a185e8920eaa6825bcc06dcd6b432988e7e9912caa59ace9308383836040516105e993929190610df9565b60405180910390a1505050565b6105fe6106d0565b81816068918261060f929190611051565b507f6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef828260405161064192919061116e565b60405180910390a15050565b6106556106d0565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036106c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106bb90611204565b60405180910390fd5b6106cd8161074e565b50565b6106d8610814565b73ffffffffffffffffffffffffffffffffffffffff166106f6610496565b73ffffffffffffffffffffffffffffffffffffffff161461074c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161074390611270565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600033905090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61084381610830565b811461084e57600080fd5b50565b6000813590506108608161083a565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6108b48261086b565b810181811067ffffffffffffffff821117156108d3576108d261087c565b5b80604052505050565b60006108e661081c565b90506108f282826108ab565b919050565b600067ffffffffffffffff8211156109125761091161087c565b5b602082029050602081019050919050565b600080fd5b600080fd5b60006040828403121561094357610942610928565b5b61094d60406108dc565b9050600061095d84828501610851565b600083015250602061097184828501610851565b60208301525092915050565b600061099061098b846108f7565b6108dc565b905080838252602082019050604084028301858111156109b3576109b2610923565b5b835b818110156109dc57806109c8888261092d565b8452602084019350506040810190506109b5565b5050509392505050565b600082601f8301126109fb576109fa610866565b5b8135610a0b84826020860161097d565b91505092915050565b60008060408385031215610a2b57610a2a610826565b5b6000610a3985828601610851565b925050602083013567ffffffffffffffff811115610a5a57610a5961082b565b5b610a66858286016109e6565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610a9b82610a70565b9050919050565b610aab81610a90565b8114610ab657600080fd5b50565b600081359050610ac881610aa2565b92915050565b60008060408385031215610ae557610ae4610826565b5b6000610af385828601610851565b9250506020610b0485828601610ab9565b9150509250929050565b600067ffffffffffffffff82169050919050565b610b2b81610b0e565b8114610b3657600080fd5b50565b600081359050610b4881610b22565b92915050565b600060208284031215610b6457610b63610826565b5b6000610b7284828501610b39565b91505092915050565b610b8481610a90565b82525050565b6000602082019050610b9f6000830184610b7b565b92915050565b60008115159050919050565b610bba81610ba5565b8114610bc557600080fd5b50565b600081359050610bd781610bb1565b92915050565b600080600060608486031215610bf657610bf5610826565b5b6000610c0486828701610851565b9350506020610c1586828701610ab9565b9250506040610c2686828701610bc8565b9150509250925092565b600080fd5b60008083601f840112610c4b57610c4a610866565b5b8235905067ffffffffffffffff811115610c6857610c67610c30565b5b602083019150836001820283011115610c8457610c83610923565b5b9250929050565b60008060208385031215610ca257610ca1610826565b5b600083013567ffffffffffffffff811115610cc057610cbf61082b565b5b610ccc85828601610c35565b92509250509250929050565b600060208284031215610cee57610ced610826565b5b6000610cfc84828501610ab9565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600082825260208201905092915050565b7f50617963726573743a207a65726f206164647265737300000000000000000000600082015250565b6000610d7b601683610d34565b9150610d8682610d45565b602082019050919050565b60006020820190508181036000830152610daa81610d6e565b9050919050565b610dba81610b0e565b82525050565b6000602082019050610dd56000830184610db1565b92915050565b610de481610830565b82525050565b610df381610ba5565b82525050565b6000606082019050610e0e6000830186610ddb565b610e1b6020830185610b7b565b610e286040830184610dea565b949350505050565b600082905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610e8257607f821691505b602082108103610e9557610e94610e3b565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302610efd7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82610ec0565b610f078683610ec0565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000610f4e610f49610f4484610f1f565b610f29565b610f1f565b9050919050565b6000819050919050565b610f6883610f33565b610f7c610f7482610f55565b848454610ecd565b825550505050565b600090565b610f91610f84565b610f9c818484610f5f565b505050565b5b81811015610fc057610fb5600082610f89565b600181019050610fa2565b5050565b601f82111561100557610fd681610e9b565b610fdf84610eb0565b81016020851015610fee578190505b611002610ffa85610eb0565b830182610fa1565b50505b505050565b600082821c905092915050565b60006110286000198460080261100a565b1980831691505092915050565b60006110418383611017565b9150826002028217905092915050565b61105b8383610e30565b67ffffffffffffffff8111156110745761107361087c565b5b61107e8254610e6a565b611089828285610fc4565b6000601f8311600181146110b857600084156110a6578287013590505b6110b08582611035565b865550611118565b601f1984166110c686610e9b565b60005b828110156110ee578489013582556001820191506020850194506020810190506110c9565b8683101561110b5784890135611107601f891682611017565b8355505b6001600288020188555050505b50505050505050565b600082825260208201905092915050565b82818337600083830152505050565b600061114d8385611121565b935061115a838584611132565b6111638361086b565b840190509392505050565b60006020820190508181036000830152611189818486611141565b90509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b60006111ee602683610d34565b91506111f982611192565b604082019050919050565b6000602082019050818103600083015261121d816111e1565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061125a602083610d34565b915061126582611224565b602082019050919050565b600060208201905081810360008301526112898161124d565b905091905056fea264697066735822122082dbc8b69f78264eabb9f71ca51f01f910551a57d38f8436e680f46621f14ff664736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x12C6 DUP1 PUSH2 0x20 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 0x88 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8DA5CB5B GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0xEB JUMPI DUP1 PUSH4 0x99E3C0B4 EQ PUSH2 0x109 JUMPI DUP1 PUSH4 0xCB79455B EQ PUSH2 0x125 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x141 JUMPI PUSH2 0x88 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x8D JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xA9 JUMPI DUP1 PUSH4 0x79A0EFFB EQ PUSH2 0xB3 JUMPI DUP1 PUSH4 0x84630736 EQ PUSH2 0xCF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xA2 SWAP2 SWAP1 PUSH2 0xA14 JUMP JUMPDEST PUSH2 0x15D JUMP JUMPDEST STOP JUMPDEST PUSH2 0xB1 PUSH2 0x271 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCD PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0xACE JUMP JUMPDEST PUSH2 0x285 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xE9 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE4 SWAP2 SWAP1 PUSH2 0xB4E JUMP JUMPDEST PUSH2 0x42B JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF3 PUSH2 0x496 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x100 SWAP2 SWAP1 PUSH2 0xB8A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x123 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x11E SWAP2 SWAP1 PUSH2 0xBDD JUMP JUMPDEST PUSH2 0x4C0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x13F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x13A SWAP2 SWAP1 PUSH2 0xC8B JUMP JUMPDEST PUSH2 0x5F6 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x15B PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x156 SWAP2 SWAP1 PUSH2 0xCD8 JUMP JUMPDEST PUSH2 0x64D JUMP JUMPDEST STOP JUMPDEST PUSH2 0x165 PUSH2 0x6D0 JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x26B JUMPI PUSH1 0x9C PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x19C JUMPI PUSH2 0x19B PUSH2 0xD05 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP5 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x201 JUMPI PUSH2 0x200 PUSH2 0xD05 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP6 DUP2 MSTORE POP PUSH1 0x9D PUSH1 0x0 DUP6 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x22D JUMPI PUSH2 0x22C PUSH2 0xD05 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 DUP1 PUSH1 0x1 ADD SWAP2 POP POP PUSH2 0x16E JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH2 0x279 PUSH2 0x6D0 JUMP JUMPDEST PUSH2 0x283 PUSH1 0x0 PUSH2 0x74E JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x28D PUSH2 0x6D0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2FC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2F3 SWAP1 PUSH2 0xD91 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x365 JUMPI DUP1 PUSH1 0x66 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x3CE JUMPI DUP1 PUSH1 0x67 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0xD8EF77A7D69A6B79F131ECD9AA37060BA0853BBD37CB175EC1ABD05738CE27CB PUSH1 0x66 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x40 MLOAD PUSH2 0x41F SWAP2 SWAP1 PUSH2 0xB8A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH2 0x433 PUSH2 0x6D0 JUMP JUMPDEST DUP1 PUSH1 0x66 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0xB94068A4BD2571ACEE6AC79ACC9DCDCF10C31425D35F09E88F154EC520E26446 DUP2 PUSH1 0x40 MLOAD PUSH2 0x48B SWAP2 SWAP1 PUSH2 0xDC0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x4C8 PUSH2 0x6D0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x537 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x52E SWAP1 PUSH2 0xD91 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x5B6 JUMPI DUP1 PUSH1 0x9B PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0xE22CADCC5DDBC0A185E8920EAA6825BCC06DCD6B432988E7E9912CAA59ACE930 DUP4 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0x5E9 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0xDF9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP JUMP JUMPDEST PUSH2 0x5FE PUSH2 0x6D0 JUMP JUMPDEST DUP2 DUP2 PUSH1 0x68 SWAP2 DUP3 PUSH2 0x60F SWAP3 SWAP2 SWAP1 PUSH2 0x1051 JUMP JUMPDEST POP PUSH32 0x6A6600B7242975868D8321B5E64D0C9F2FCC92EB1AF72254A6357BE77EE7DCEF DUP3 DUP3 PUSH1 0x40 MLOAD PUSH2 0x641 SWAP3 SWAP2 SWAP1 PUSH2 0x116E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH2 0x655 PUSH2 0x6D0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x6C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6BB SWAP1 PUSH2 0x1204 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6CD DUP2 PUSH2 0x74E JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x6D8 PUSH2 0x814 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x6F6 PUSH2 0x496 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x74C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x743 SWAP1 PUSH2 0x1270 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x843 DUP2 PUSH2 0x830 JUMP JUMPDEST DUP2 EQ PUSH2 0x84E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x860 DUP2 PUSH2 0x83A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x8B4 DUP3 PUSH2 0x86B JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x8D3 JUMPI PUSH2 0x8D2 PUSH2 0x87C JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x8E6 PUSH2 0x81C JUMP JUMPDEST SWAP1 POP PUSH2 0x8F2 DUP3 DUP3 PUSH2 0x8AB JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x912 JUMPI PUSH2 0x911 PUSH2 0x87C JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x943 JUMPI PUSH2 0x942 PUSH2 0x928 JUMP JUMPDEST JUMPDEST PUSH2 0x94D PUSH1 0x40 PUSH2 0x8DC JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x95D DUP5 DUP3 DUP6 ADD PUSH2 0x851 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x971 DUP5 DUP3 DUP6 ADD PUSH2 0x851 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x990 PUSH2 0x98B DUP5 PUSH2 0x8F7 JUMP JUMPDEST PUSH2 0x8DC JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x9B3 JUMPI PUSH2 0x9B2 PUSH2 0x923 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x9DC JUMPI DUP1 PUSH2 0x9C8 DUP9 DUP3 PUSH2 0x92D JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x9B5 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x9FB JUMPI PUSH2 0x9FA PUSH2 0x866 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xA0B DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x97D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA2B JUMPI PUSH2 0xA2A PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xA39 DUP6 DUP3 DUP7 ADD PUSH2 0x851 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xA5A JUMPI PUSH2 0xA59 PUSH2 0x82B JUMP JUMPDEST JUMPDEST PUSH2 0xA66 DUP6 DUP3 DUP7 ADD PUSH2 0x9E6 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xA9B DUP3 PUSH2 0xA70 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xAAB DUP2 PUSH2 0xA90 JUMP JUMPDEST DUP2 EQ PUSH2 0xAB6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xAC8 DUP2 PUSH2 0xAA2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xAE5 JUMPI PUSH2 0xAE4 PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xAF3 DUP6 DUP3 DUP7 ADD PUSH2 0x851 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xB04 DUP6 DUP3 DUP7 ADD PUSH2 0xAB9 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB2B DUP2 PUSH2 0xB0E JUMP JUMPDEST DUP2 EQ PUSH2 0xB36 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB48 DUP2 PUSH2 0xB22 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xB64 JUMPI PUSH2 0xB63 PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xB72 DUP5 DUP3 DUP6 ADD PUSH2 0xB39 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xB84 DUP2 PUSH2 0xA90 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xB9F PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xB7B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xBBA DUP2 PUSH2 0xBA5 JUMP JUMPDEST DUP2 EQ PUSH2 0xBC5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xBD7 DUP2 PUSH2 0xBB1 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xBF6 JUMPI PUSH2 0xBF5 PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xC04 DUP7 DUP3 DUP8 ADD PUSH2 0x851 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xC15 DUP7 DUP3 DUP8 ADD PUSH2 0xAB9 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xC26 DUP7 DUP3 DUP8 ADD PUSH2 0xBC8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0xC4B JUMPI PUSH2 0xC4A PUSH2 0x866 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC68 JUMPI PUSH2 0xC67 PUSH2 0xC30 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0xC84 JUMPI PUSH2 0xC83 PUSH2 0x923 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCC0 JUMPI PUSH2 0xCBF PUSH2 0x82B JUMP JUMPDEST JUMPDEST PUSH2 0xCCC DUP6 DUP3 DUP7 ADD PUSH2 0xC35 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xCEE JUMPI PUSH2 0xCED PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xCFC DUP5 DUP3 DUP6 ADD PUSH2 0xAB9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A207A65726F206164647265737300000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD7B PUSH1 0x16 DUP4 PUSH2 0xD34 JUMP JUMPDEST SWAP2 POP PUSH2 0xD86 DUP3 PUSH2 0xD45 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xDAA DUP2 PUSH2 0xD6E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xDBA DUP2 PUSH2 0xB0E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xDD5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xDB1 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xDE4 DUP2 PUSH2 0x830 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0xDF3 DUP2 PUSH2 0xBA5 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0xE0E PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0xDDB JUMP JUMPDEST PUSH2 0xE1B PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0xB7B JUMP JUMPDEST PUSH2 0xE28 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0xDEA JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0xE82 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0xE95 JUMPI PUSH2 0xE94 PUSH2 0xE3B JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0xEFD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0xEC0 JUMP JUMPDEST PUSH2 0xF07 DUP7 DUP4 PUSH2 0xEC0 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF4E PUSH2 0xF49 PUSH2 0xF44 DUP5 PUSH2 0xF1F JUMP JUMPDEST PUSH2 0xF29 JUMP JUMPDEST PUSH2 0xF1F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xF68 DUP4 PUSH2 0xF33 JUMP JUMPDEST PUSH2 0xF7C PUSH2 0xF74 DUP3 PUSH2 0xF55 JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0xECD JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0xF91 PUSH2 0xF84 JUMP JUMPDEST PUSH2 0xF9C DUP2 DUP5 DUP5 PUSH2 0xF5F JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xFC0 JUMPI PUSH2 0xFB5 PUSH1 0x0 DUP3 PUSH2 0xF89 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0xFA2 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x1005 JUMPI PUSH2 0xFD6 DUP2 PUSH2 0xE9B JUMP JUMPDEST PUSH2 0xFDF DUP5 PUSH2 0xEB0 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0xFEE JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x1002 PUSH2 0xFFA DUP6 PUSH2 0xEB0 JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0xFA1 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1028 PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x100A JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1041 DUP4 DUP4 PUSH2 0x1017 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x105B DUP4 DUP4 PUSH2 0xE30 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1074 JUMPI PUSH2 0x1073 PUSH2 0x87C JUMP JUMPDEST JUMPDEST PUSH2 0x107E DUP3 SLOAD PUSH2 0xE6A JUMP JUMPDEST PUSH2 0x1089 DUP3 DUP3 DUP6 PUSH2 0xFC4 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x10B8 JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x10A6 JUMPI DUP3 DUP8 ADD CALLDATALOAD SWAP1 POP JUMPDEST PUSH2 0x10B0 DUP6 DUP3 PUSH2 0x1035 JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x1118 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x10C6 DUP7 PUSH2 0xE9B JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x10EE JUMPI DUP5 DUP10 ADD CALLDATALOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x10C9 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x110B JUMPI DUP5 DUP10 ADD CALLDATALOAD PUSH2 0x1107 PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x1017 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x114D DUP4 DUP6 PUSH2 0x1121 JUMP JUMPDEST SWAP4 POP PUSH2 0x115A DUP4 DUP6 DUP5 PUSH2 0x1132 JUMP JUMPDEST PUSH2 0x1163 DUP4 PUSH2 0x86B JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1189 DUP2 DUP5 DUP7 PUSH2 0x1141 JUMP JUMPDEST SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11EE PUSH1 0x26 DUP4 PUSH2 0xD34 JUMP JUMPDEST SWAP2 POP PUSH2 0x11F9 DUP3 PUSH2 0x1192 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x121D DUP2 PUSH2 0x11E1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x125A PUSH1 0x20 DUP4 PUSH2 0xD34 JUMP JUMPDEST SWAP2 POP PUSH2 0x1265 DUP3 PUSH2 0x1224 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1289 DUP2 PUSH2 0x124D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP3 0xDB 0xC8 0xB6 SWAP16 PUSH25 0x264EABB9F71CA51F01F910551A57D38F8436E680F46621F14F 0xF6 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"335:3661:17:-:0;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_checkOwner_69":{"entryPoint":1744,"id":69,"parameterSlots":0,"returnSlots":0},"@_msgSender_1277":{"entryPoint":2068,"id":1277,"parameterSlots":0,"returnSlots":1},"@_transferOwnership_126":{"entryPoint":1870,"id":126,"parameterSlots":1,"returnSlots":0},"@owner_55":{"entryPoint":1174,"id":55,"parameterSlots":0,"returnSlots":1},"@renounceOwnership_83":{"entryPoint":625,"id":83,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_4475":{"entryPoint":349,"id":4475,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_4419":{"entryPoint":1216,"id":4419,"parameterSlots":3,"returnSlots":0},"@transferOwnership_106":{"entryPoint":1613,"id":106,"parameterSlots":1,"returnSlots":0},"@updateProtocolAddresses_4533":{"entryPoint":645,"id":4533,"parameterSlots":2,"returnSlots":0},"@updateProtocolAggregator_4550":{"entryPoint":1526,"id":4550,"parameterSlots":2,"returnSlots":0},"@updateProtocolFees_4492":{"entryPoint":1067,"id":4492,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":2429,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":2745,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":2534,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bool":{"entryPoint":3016,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":2129,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes_calldata_ptr":{"entryPoint":3125,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_struct$_Institution_$4748_memory_ptr":{"entryPoint":2349,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":2873,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":3288,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":2766,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_bool":{"entryPoint":3037,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":2580,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes_calldata_ptr":{"entryPoint":3211,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":2894,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":2939,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":3562,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32_fromStack":{"entryPoint":3547,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack":{"entryPoint":4417,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack":{"entryPoint":4577,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack":{"entryPoint":3438,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":4685,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":3505,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":2954,"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":3577,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__fromStack_reversed":{"entryPoint":4462,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4612,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":3473,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4720,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":3520,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_memory":{"entryPoint":2268,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":2076,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr":{"entryPoint":2295,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_bytes_storage":{"entryPoint":3739,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_bytes_calldata_ptr":{"entryPoint":3632,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack":{"entryPoint":4385,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":3380,"id":null,"parameterSlots":2,"returnSlots":1},"clean_up_bytearray_end_slots_t_bytes_storage":{"entryPoint":4036,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_t_address":{"entryPoint":2704,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":2981,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":2096,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":2672,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":3871,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":2830,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":4001,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_uint256_to_t_uint256":{"entryPoint":3891,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage":{"entryPoint":4177,"id":null,"parameterSlots":3,"returnSlots":0},"copy_calldata_to_memory_with_cleanup":{"entryPoint":4402,"id":null,"parameterSlots":3,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":3760,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":3690,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":4149,"id":null,"parameterSlots":2,"returnSlots":1},"finalize_allocation":{"entryPoint":2219,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":3881,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":4119,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x22":{"entryPoint":3643,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x32":{"entryPoint":3333,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":2172,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":3925,"id":null,"parameterSlots":1,"returnSlots":1},"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490":{"entryPoint":3120,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":2150,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":2344,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":2339,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":2091,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":2086,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":2155,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":3776,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":4106,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":3977,"id":null,"parameterSlots":2,"returnSlots":0},"store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe":{"entryPoint":4498,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4":{"entryPoint":3397,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":4644,"id":null,"parameterSlots":1,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":3789,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":3935,"id":null,"parameterSlots":3,"returnSlots":0},"validator_revert_t_address":{"entryPoint":2722,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bool":{"entryPoint":2993,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":2106,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":2850,"id":null,"parameterSlots":1,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":3972,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:19930:21","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:21","statements":[{"nodeType":"YulAssignment","src":"57:19:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:21","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:21"},"nodeType":"YulFunctionCall","src":"67:9:21"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:21"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:21","type":""}],"src":"7:75:21"},{"body":{"nodeType":"YulBlock","src":"177:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:21"},"nodeType":"YulFunctionCall","src":"187:12:21"},"nodeType":"YulExpressionStatement","src":"187:12:21"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:21"},{"body":{"nodeType":"YulBlock","src":"300:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:21"},"nodeType":"YulFunctionCall","src":"310:12:21"},"nodeType":"YulExpressionStatement","src":"310:12:21"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:21"},{"body":{"nodeType":"YulBlock","src":"379:32:21","statements":[{"nodeType":"YulAssignment","src":"389:16:21","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:21"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:21","type":""}],"src":"334:77:21"},{"body":{"nodeType":"YulBlock","src":"460:79:21","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:21"},"nodeType":"YulFunctionCall","src":"519:12:21"},"nodeType":"YulExpressionStatement","src":"519:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:21"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:21"},"nodeType":"YulFunctionCall","src":"490:24:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:21"},"nodeType":"YulFunctionCall","src":"480:35:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:21"},"nodeType":"YulFunctionCall","src":"473:43:21"},"nodeType":"YulIf","src":"470:63:21"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:21","type":""}],"src":"417:122:21"},{"body":{"nodeType":"YulBlock","src":"597:87:21","statements":[{"nodeType":"YulAssignment","src":"607:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:21"},"nodeType":"YulFunctionCall","src":"616:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:21"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:21"},"nodeType":"YulFunctionCall","src":"645:33:21"},"nodeType":"YulExpressionStatement","src":"645:33:21"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:21","type":""}],"src":"545:139:21"},{"body":{"nodeType":"YulBlock","src":"779:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"796:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"799:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"789:6:21"},"nodeType":"YulFunctionCall","src":"789:12:21"},"nodeType":"YulExpressionStatement","src":"789:12:21"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"690:117:21"},{"body":{"nodeType":"YulBlock","src":"861:54:21","statements":[{"nodeType":"YulAssignment","src":"871:38:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"889:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"896:2:21","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"885:3:21"},"nodeType":"YulFunctionCall","src":"885:14:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"905:2:21","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"901:3:21"},"nodeType":"YulFunctionCall","src":"901:7:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"881:3:21"},"nodeType":"YulFunctionCall","src":"881:28:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"871:6:21"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"844:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"854:6:21","type":""}],"src":"813:102:21"},{"body":{"nodeType":"YulBlock","src":"949:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"966:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"969:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"959:6:21"},"nodeType":"YulFunctionCall","src":"959:88:21"},"nodeType":"YulExpressionStatement","src":"959:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1063:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"1066:4:21","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1056:6:21"},"nodeType":"YulFunctionCall","src":"1056:15:21"},"nodeType":"YulExpressionStatement","src":"1056:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1087:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1090:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1080:6:21"},"nodeType":"YulFunctionCall","src":"1080:15:21"},"nodeType":"YulExpressionStatement","src":"1080:15:21"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"921:180:21"},{"body":{"nodeType":"YulBlock","src":"1150:238:21","statements":[{"nodeType":"YulVariableDeclaration","src":"1160:58:21","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1182:6:21"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1212:4:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"1190:21:21"},"nodeType":"YulFunctionCall","src":"1190:27:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1178:3:21"},"nodeType":"YulFunctionCall","src":"1178:40:21"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"1164:10:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"1329:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1331:16:21"},"nodeType":"YulFunctionCall","src":"1331:18:21"},"nodeType":"YulExpressionStatement","src":"1331:18:21"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1272:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"1284:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1269:2:21"},"nodeType":"YulFunctionCall","src":"1269:34:21"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1308:10:21"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1320:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1305:2:21"},"nodeType":"YulFunctionCall","src":"1305:22:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1266:2:21"},"nodeType":"YulFunctionCall","src":"1266:62:21"},"nodeType":"YulIf","src":"1263:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1367:2:21","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1371:10:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1360:6:21"},"nodeType":"YulFunctionCall","src":"1360:22:21"},"nodeType":"YulExpressionStatement","src":"1360:22:21"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"1136:6:21","type":""},{"name":"size","nodeType":"YulTypedName","src":"1144:4:21","type":""}],"src":"1107:281:21"},{"body":{"nodeType":"YulBlock","src":"1435:88:21","statements":[{"nodeType":"YulAssignment","src":"1445:30:21","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"1455:18:21"},"nodeType":"YulFunctionCall","src":"1455:20:21"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1445:6:21"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1504:6:21"},{"name":"size","nodeType":"YulIdentifier","src":"1512:4:21"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"1484:19:21"},"nodeType":"YulFunctionCall","src":"1484:33:21"},"nodeType":"YulExpressionStatement","src":"1484:33:21"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"1419:4:21","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1428:6:21","type":""}],"src":"1394:129:21"},{"body":{"nodeType":"YulBlock","src":"1640:229:21","statements":[{"body":{"nodeType":"YulBlock","src":"1745:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1747:16:21"},"nodeType":"YulFunctionCall","src":"1747:18:21"},"nodeType":"YulExpressionStatement","src":"1747:18:21"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1717:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"1725:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1714:2:21"},"nodeType":"YulFunctionCall","src":"1714:30:21"},"nodeType":"YulIf","src":"1711:56:21"},{"nodeType":"YulAssignment","src":"1777:25:21","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1789:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"1797:4:21","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"1785:3:21"},"nodeType":"YulFunctionCall","src":"1785:17:21"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1777:4:21"}]},{"nodeType":"YulAssignment","src":"1839:23:21","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1851:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"1857:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1847:3:21"},"nodeType":"YulFunctionCall","src":"1847:15:21"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1839:4:21"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"1624:6:21","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"1635:4:21","type":""}],"src":"1529:340:21"},{"body":{"nodeType":"YulBlock","src":"1964:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1981:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1984:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1974:6:21"},"nodeType":"YulFunctionCall","src":"1974:12:21"},"nodeType":"YulExpressionStatement","src":"1974:12:21"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"1875:117:21"},{"body":{"nodeType":"YulBlock","src":"2087:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2104:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2107:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2097:6:21"},"nodeType":"YulFunctionCall","src":"2097:12:21"},"nodeType":"YulExpressionStatement","src":"2097:12:21"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"1998:117:21"},{"body":{"nodeType":"YulBlock","src":"2210:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2227:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2230:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2220:6:21"},"nodeType":"YulFunctionCall","src":"2220:12:21"},"nodeType":"YulExpressionStatement","src":"2220:12:21"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"2121:117:21"},{"body":{"nodeType":"YulBlock","src":"2368:494:21","statements":[{"body":{"nodeType":"YulBlock","src":"2412:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"2414:77:21"},"nodeType":"YulFunctionCall","src":"2414:79:21"},"nodeType":"YulExpressionStatement","src":"2414:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"2389:3:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"2394:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2385:3:21"},"nodeType":"YulFunctionCall","src":"2385:19:21"},{"kind":"number","nodeType":"YulLiteral","src":"2406:4:21","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2381:3:21"},"nodeType":"YulFunctionCall","src":"2381:30:21"},"nodeType":"YulIf","src":"2378:117:21"},{"nodeType":"YulAssignment","src":"2504:30:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2529:4:21","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"2513:15:21"},"nodeType":"YulFunctionCall","src":"2513:21:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2504:5:21"}]},{"nodeType":"YulBlock","src":"2544:150:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2579:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"2593:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2583:6:21","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2619:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"2626:4:21","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2615:3:21"},"nodeType":"YulFunctionCall","src":"2615:16:21"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2658:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"2669:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2654:3:21"},"nodeType":"YulFunctionCall","src":"2654:22:21"},{"name":"end","nodeType":"YulIdentifier","src":"2678:3:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2633:20:21"},"nodeType":"YulFunctionCall","src":"2633:49:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2608:6:21"},"nodeType":"YulFunctionCall","src":"2608:75:21"},"nodeType":"YulExpressionStatement","src":"2608:75:21"}]},{"nodeType":"YulBlock","src":"2704:151:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2739:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"2753:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2743:6:21","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2780:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"2787:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2776:3:21"},"nodeType":"YulFunctionCall","src":"2776:16:21"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2819:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"2830:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2815:3:21"},"nodeType":"YulFunctionCall","src":"2815:22:21"},{"name":"end","nodeType":"YulIdentifier","src":"2839:3:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2794:20:21"},"nodeType":"YulFunctionCall","src":"2794:49:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2769:6:21"},"nodeType":"YulFunctionCall","src":"2769:75:21"},"nodeType":"YulExpressionStatement","src":"2769:75:21"}]}]},"name":"abi_decode_t_struct$_Institution_$4748_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2343:9:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"2354:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2362:5:21","type":""}],"src":"2284:578:21"},{"body":{"nodeType":"YulBlock","src":"3041:666:21","statements":[{"nodeType":"YulAssignment","src":"3051:119:21","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3162:6:21"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3076:85:21"},"nodeType":"YulFunctionCall","src":"3076:93:21"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"3060:15:21"},"nodeType":"YulFunctionCall","src":"3060:110:21"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"3051:5:21"}]},{"nodeType":"YulVariableDeclaration","src":"3179:16:21","value":{"name":"array","nodeType":"YulIdentifier","src":"3190:5:21"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"3183:3:21","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3212:5:21"},{"name":"length","nodeType":"YulIdentifier","src":"3219:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3205:6:21"},"nodeType":"YulFunctionCall","src":"3205:21:21"},"nodeType":"YulExpressionStatement","src":"3205:21:21"},{"nodeType":"YulAssignment","src":"3235:23:21","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3246:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"3253:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3242:3:21"},"nodeType":"YulFunctionCall","src":"3242:16:21"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3235:3:21"}]},{"nodeType":"YulVariableDeclaration","src":"3268:44:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3286:6:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3298:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"3306:4:21","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3294:3:21"},"nodeType":"YulFunctionCall","src":"3294:17:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3282:3:21"},"nodeType":"YulFunctionCall","src":"3282:30:21"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"3272:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"3340:103:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"3354:77:21"},"nodeType":"YulFunctionCall","src":"3354:79:21"},"nodeType":"YulExpressionStatement","src":"3354:79:21"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"3327:6:21"},{"name":"end","nodeType":"YulIdentifier","src":"3335:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3324:2:21"},"nodeType":"YulFunctionCall","src":"3324:15:21"},"nodeType":"YulIf","src":"3321:122:21"},{"body":{"nodeType":"YulBlock","src":"3528:173:21","statements":[{"nodeType":"YulVariableDeclaration","src":"3543:21:21","value":{"name":"src","nodeType":"YulIdentifier","src":"3561:3:21"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"3547:10:21","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3585:3:21"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"3640:10:21"},{"name":"end","nodeType":"YulIdentifier","src":"3652:3:21"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$4748_memory_ptr","nodeType":"YulIdentifier","src":"3590:49:21"},"nodeType":"YulFunctionCall","src":"3590:66:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3578:6:21"},"nodeType":"YulFunctionCall","src":"3578:79:21"},"nodeType":"YulExpressionStatement","src":"3578:79:21"},{"nodeType":"YulAssignment","src":"3670:21:21","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3681:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"3686:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3677:3:21"},"nodeType":"YulFunctionCall","src":"3677:14:21"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3670:3:21"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3481:3:21"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"3486:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3478:2:21"},"nodeType":"YulFunctionCall","src":"3478:15:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3494:25:21","statements":[{"nodeType":"YulAssignment","src":"3496:21:21","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3507:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"3512:4:21","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3503:3:21"},"nodeType":"YulFunctionCall","src":"3503:14:21"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"3496:3:21"}]}]},"pre":{"nodeType":"YulBlock","src":"3456:21:21","statements":[{"nodeType":"YulVariableDeclaration","src":"3458:17:21","value":{"name":"offset","nodeType":"YulIdentifier","src":"3469:6:21"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"3462:3:21","type":""}]}]},"src":"3452:249:21"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3011:6:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"3019:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"3027:3:21","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3035:5:21","type":""}],"src":"2910:797:21"},{"body":{"nodeType":"YulBlock","src":"3861:322:21","statements":[{"body":{"nodeType":"YulBlock","src":"3910:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"3912:77:21"},"nodeType":"YulFunctionCall","src":"3912:79:21"},"nodeType":"YulExpressionStatement","src":"3912:79:21"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3889:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"3897:4:21","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3885:3:21"},"nodeType":"YulFunctionCall","src":"3885:17:21"},{"name":"end","nodeType":"YulIdentifier","src":"3904:3:21"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3881:3:21"},"nodeType":"YulFunctionCall","src":"3881:27:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3874:6:21"},"nodeType":"YulFunctionCall","src":"3874:35:21"},"nodeType":"YulIf","src":"3871:122:21"},{"nodeType":"YulVariableDeclaration","src":"4002:34:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4029:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4016:12:21"},"nodeType":"YulFunctionCall","src":"4016:20:21"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"4006:6:21","type":""}]},{"nodeType":"YulAssignment","src":"4045:132:21","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4150:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"4158:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4146:3:21"},"nodeType":"YulFunctionCall","src":"4146:17:21"},{"name":"length","nodeType":"YulIdentifier","src":"4165:6:21"},{"name":"end","nodeType":"YulIdentifier","src":"4173:3:21"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4054:91:21"},"nodeType":"YulFunctionCall","src":"4054:123:21"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"4045:5:21"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3839:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"3847:3:21","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3855:5:21","type":""}],"src":"3755:428:21"},{"body":{"nodeType":"YulBlock","src":"4326:605:21","statements":[{"body":{"nodeType":"YulBlock","src":"4372:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4374:77:21"},"nodeType":"YulFunctionCall","src":"4374:79:21"},"nodeType":"YulExpressionStatement","src":"4374:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4347:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"4356:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4343:3:21"},"nodeType":"YulFunctionCall","src":"4343:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"4368:2:21","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4339:3:21"},"nodeType":"YulFunctionCall","src":"4339:32:21"},"nodeType":"YulIf","src":"4336:119:21"},{"nodeType":"YulBlock","src":"4465:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4480:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4494:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4484:6:21","type":""}]},{"nodeType":"YulAssignment","src":"4509:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4544:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"4555:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4540:3:21"},"nodeType":"YulFunctionCall","src":"4540:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4564:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"4519:20:21"},"nodeType":"YulFunctionCall","src":"4519:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4509:6:21"}]}]},{"nodeType":"YulBlock","src":"4592:332:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4607:46:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4638:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"4649:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4634:3:21"},"nodeType":"YulFunctionCall","src":"4634:18:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4621:12:21"},"nodeType":"YulFunctionCall","src":"4621:32:21"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4611:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"4700:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"4702:77:21"},"nodeType":"YulFunctionCall","src":"4702:79:21"},"nodeType":"YulExpressionStatement","src":"4702:79:21"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4672:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"4680:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4669:2:21"},"nodeType":"YulFunctionCall","src":"4669:30:21"},"nodeType":"YulIf","src":"4666:117:21"},{"nodeType":"YulAssignment","src":"4797:117:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4886:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"4897:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4882:3:21"},"nodeType":"YulFunctionCall","src":"4882:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4906:7:21"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4807:74:21"},"nodeType":"YulFunctionCall","src":"4807:107:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4797:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4288:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4299:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4311:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"4319:6:21","type":""}],"src":"4189:742:21"},{"body":{"nodeType":"YulBlock","src":"4982:81:21","statements":[{"nodeType":"YulAssignment","src":"4992:65:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5007:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"5014:42:21","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5003:3:21"},"nodeType":"YulFunctionCall","src":"5003:54:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4992:7:21"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4964:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4974:7:21","type":""}],"src":"4937:126:21"},{"body":{"nodeType":"YulBlock","src":"5114:51:21","statements":[{"nodeType":"YulAssignment","src":"5124:35:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5153:5:21"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"5135:17:21"},"nodeType":"YulFunctionCall","src":"5135:24:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5124:7:21"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5096:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5106:7:21","type":""}],"src":"5069:96:21"},{"body":{"nodeType":"YulBlock","src":"5214:79:21","statements":[{"body":{"nodeType":"YulBlock","src":"5271:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5280:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5283:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5273:6:21"},"nodeType":"YulFunctionCall","src":"5273:12:21"},"nodeType":"YulExpressionStatement","src":"5273:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5237:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5262:5:21"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"5244:17:21"},"nodeType":"YulFunctionCall","src":"5244:24:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"5234:2:21"},"nodeType":"YulFunctionCall","src":"5234:35:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5227:6:21"},"nodeType":"YulFunctionCall","src":"5227:43:21"},"nodeType":"YulIf","src":"5224:63:21"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5207:5:21","type":""}],"src":"5171:122:21"},{"body":{"nodeType":"YulBlock","src":"5351:87:21","statements":[{"nodeType":"YulAssignment","src":"5361:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5383:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5370:12:21"},"nodeType":"YulFunctionCall","src":"5370:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5361:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5426:5:21"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"5399:26:21"},"nodeType":"YulFunctionCall","src":"5399:33:21"},"nodeType":"YulExpressionStatement","src":"5399:33:21"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5329:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"5337:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5345:5:21","type":""}],"src":"5299:139:21"},{"body":{"nodeType":"YulBlock","src":"5527:391:21","statements":[{"body":{"nodeType":"YulBlock","src":"5573:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5575:77:21"},"nodeType":"YulFunctionCall","src":"5575:79:21"},"nodeType":"YulExpressionStatement","src":"5575:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5548:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"5557:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5544:3:21"},"nodeType":"YulFunctionCall","src":"5544:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"5569:2:21","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5540:3:21"},"nodeType":"YulFunctionCall","src":"5540:32:21"},"nodeType":"YulIf","src":"5537:119:21"},{"nodeType":"YulBlock","src":"5666:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5681:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5695:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5685:6:21","type":""}]},{"nodeType":"YulAssignment","src":"5710:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5745:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5756:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5741:3:21"},"nodeType":"YulFunctionCall","src":"5741:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5765:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"5720:20:21"},"nodeType":"YulFunctionCall","src":"5720:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5710:6:21"}]}]},{"nodeType":"YulBlock","src":"5793:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5808:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5822:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5812:6:21","type":""}]},{"nodeType":"YulAssignment","src":"5838:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5873:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5884:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5869:3:21"},"nodeType":"YulFunctionCall","src":"5869:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5893:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5848:20:21"},"nodeType":"YulFunctionCall","src":"5848:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5838:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5489:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5500:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5512:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5520:6:21","type":""}],"src":"5444:474:21"},{"body":{"nodeType":"YulBlock","src":"5968:57:21","statements":[{"nodeType":"YulAssignment","src":"5978:41:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5993:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"6000:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5989:3:21"},"nodeType":"YulFunctionCall","src":"5989:30:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5978:7:21"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5950:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5960:7:21","type":""}],"src":"5924:101:21"},{"body":{"nodeType":"YulBlock","src":"6073:78:21","statements":[{"body":{"nodeType":"YulBlock","src":"6129:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6138:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6141:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6131:6:21"},"nodeType":"YulFunctionCall","src":"6131:12:21"},"nodeType":"YulExpressionStatement","src":"6131:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6096:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6120:5:21"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"6103:16:21"},"nodeType":"YulFunctionCall","src":"6103:23:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6093:2:21"},"nodeType":"YulFunctionCall","src":"6093:34:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"6086:6:21"},"nodeType":"YulFunctionCall","src":"6086:42:21"},"nodeType":"YulIf","src":"6083:62:21"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6066:5:21","type":""}],"src":"6031:120:21"},{"body":{"nodeType":"YulBlock","src":"6208:86:21","statements":[{"nodeType":"YulAssignment","src":"6218:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6240:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"6227:12:21"},"nodeType":"YulFunctionCall","src":"6227:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6218:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6282:5:21"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"6256:25:21"},"nodeType":"YulFunctionCall","src":"6256:32:21"},"nodeType":"YulExpressionStatement","src":"6256:32:21"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6186:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"6194:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"6202:5:21","type":""}],"src":"6157:137:21"},{"body":{"nodeType":"YulBlock","src":"6365:262:21","statements":[{"body":{"nodeType":"YulBlock","src":"6411:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"6413:77:21"},"nodeType":"YulFunctionCall","src":"6413:79:21"},"nodeType":"YulExpressionStatement","src":"6413:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"6386:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"6395:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6382:3:21"},"nodeType":"YulFunctionCall","src":"6382:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"6407:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"6378:3:21"},"nodeType":"YulFunctionCall","src":"6378:32:21"},"nodeType":"YulIf","src":"6375:119:21"},{"nodeType":"YulBlock","src":"6504:116:21","statements":[{"nodeType":"YulVariableDeclaration","src":"6519:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"6533:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6523:6:21","type":""}]},{"nodeType":"YulAssignment","src":"6548:62:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6582:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"6593:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6578:3:21"},"nodeType":"YulFunctionCall","src":"6578:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"6602:7:21"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"6558:19:21"},"nodeType":"YulFunctionCall","src":"6558:52:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"6548:6:21"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6335:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"6346:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"6358:6:21","type":""}],"src":"6300:327:21"},{"body":{"nodeType":"YulBlock","src":"6698:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6715:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6738:5:21"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"6720:17:21"},"nodeType":"YulFunctionCall","src":"6720:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6708:6:21"},"nodeType":"YulFunctionCall","src":"6708:37:21"},"nodeType":"YulExpressionStatement","src":"6708:37:21"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6686:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"6693:3:21","type":""}],"src":"6633:118:21"},{"body":{"nodeType":"YulBlock","src":"6855:124:21","statements":[{"nodeType":"YulAssignment","src":"6865:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6877:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"6888:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6873:3:21"},"nodeType":"YulFunctionCall","src":"6873:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6865:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"6945:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6958:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"6969:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6954:3:21"},"nodeType":"YulFunctionCall","src":"6954:17:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"6901:43:21"},"nodeType":"YulFunctionCall","src":"6901:71:21"},"nodeType":"YulExpressionStatement","src":"6901:71:21"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6827:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6839:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6850:4:21","type":""}],"src":"6757:222:21"},{"body":{"nodeType":"YulBlock","src":"7027:48:21","statements":[{"nodeType":"YulAssignment","src":"7037:32:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7062:5:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7055:6:21"},"nodeType":"YulFunctionCall","src":"7055:13:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7048:6:21"},"nodeType":"YulFunctionCall","src":"7048:21:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"7037:7:21"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7009:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"7019:7:21","type":""}],"src":"6985:90:21"},{"body":{"nodeType":"YulBlock","src":"7121:76:21","statements":[{"body":{"nodeType":"YulBlock","src":"7175:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7184:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7187:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"7177:6:21"},"nodeType":"YulFunctionCall","src":"7177:12:21"},"nodeType":"YulExpressionStatement","src":"7177:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7144:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7166:5:21"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"7151:14:21"},"nodeType":"YulFunctionCall","src":"7151:21:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"7141:2:21"},"nodeType":"YulFunctionCall","src":"7141:32:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7134:6:21"},"nodeType":"YulFunctionCall","src":"7134:40:21"},"nodeType":"YulIf","src":"7131:60:21"}]},"name":"validator_revert_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7114:5:21","type":""}],"src":"7081:116:21"},{"body":{"nodeType":"YulBlock","src":"7252:84:21","statements":[{"nodeType":"YulAssignment","src":"7262:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7284:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7271:12:21"},"nodeType":"YulFunctionCall","src":"7271:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"7262:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7324:5:21"}],"functionName":{"name":"validator_revert_t_bool","nodeType":"YulIdentifier","src":"7300:23:21"},"nodeType":"YulFunctionCall","src":"7300:30:21"},"nodeType":"YulExpressionStatement","src":"7300:30:21"}]},"name":"abi_decode_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7230:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"7238:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"7246:5:21","type":""}],"src":"7203:133:21"},{"body":{"nodeType":"YulBlock","src":"7439:516:21","statements":[{"body":{"nodeType":"YulBlock","src":"7485:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7487:77:21"},"nodeType":"YulFunctionCall","src":"7487:79:21"},"nodeType":"YulExpressionStatement","src":"7487:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7460:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"7469:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7456:3:21"},"nodeType":"YulFunctionCall","src":"7456:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"7481:2:21","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7452:3:21"},"nodeType":"YulFunctionCall","src":"7452:32:21"},"nodeType":"YulIf","src":"7449:119:21"},{"nodeType":"YulBlock","src":"7578:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7593:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7607:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7597:6:21","type":""}]},{"nodeType":"YulAssignment","src":"7622:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7657:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7668:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7653:3:21"},"nodeType":"YulFunctionCall","src":"7653:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7677:7:21"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"7632:20:21"},"nodeType":"YulFunctionCall","src":"7632:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"7622:6:21"}]}]},{"nodeType":"YulBlock","src":"7705:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7720:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7734:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7724:6:21","type":""}]},{"nodeType":"YulAssignment","src":"7750:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7785:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7796:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7781:3:21"},"nodeType":"YulFunctionCall","src":"7781:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7805:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"7760:20:21"},"nodeType":"YulFunctionCall","src":"7760:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"7750:6:21"}]}]},{"nodeType":"YulBlock","src":"7833:115:21","statements":[{"nodeType":"YulVariableDeclaration","src":"7848:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"7862:2:21","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7852:6:21","type":""}]},{"nodeType":"YulAssignment","src":"7878:60:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7910:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"7921:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7906:3:21"},"nodeType":"YulFunctionCall","src":"7906:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7930:7:21"}],"functionName":{"name":"abi_decode_t_bool","nodeType":"YulIdentifier","src":"7888:17:21"},"nodeType":"YulFunctionCall","src":"7888:50:21"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"7878:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7393:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7404:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7416:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7424:6:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"7432:6:21","type":""}],"src":"7342:613:21"},{"body":{"nodeType":"YulBlock","src":"8050:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8067:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8070:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8060:6:21"},"nodeType":"YulFunctionCall","src":"8060:12:21"},"nodeType":"YulExpressionStatement","src":"8060:12:21"}]},"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulFunctionDefinition","src":"7961:117:21"},{"body":{"nodeType":"YulBlock","src":"8171:478:21","statements":[{"body":{"nodeType":"YulBlock","src":"8220:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"8222:77:21"},"nodeType":"YulFunctionCall","src":"8222:79:21"},"nodeType":"YulExpressionStatement","src":"8222:79:21"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8199:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8207:4:21","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8195:3:21"},"nodeType":"YulFunctionCall","src":"8195:17:21"},{"name":"end","nodeType":"YulIdentifier","src":"8214:3:21"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"8191:3:21"},"nodeType":"YulFunctionCall","src":"8191:27:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"8184:6:21"},"nodeType":"YulFunctionCall","src":"8184:35:21"},"nodeType":"YulIf","src":"8181:122:21"},{"nodeType":"YulAssignment","src":"8312:30:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8335:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8322:12:21"},"nodeType":"YulFunctionCall","src":"8322:20:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"8312:6:21"}]},{"body":{"nodeType":"YulBlock","src":"8385:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"8387:77:21"},"nodeType":"YulFunctionCall","src":"8387:79:21"},"nodeType":"YulExpressionStatement","src":"8387:79:21"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"8357:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8365:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8354:2:21"},"nodeType":"YulFunctionCall","src":"8354:30:21"},"nodeType":"YulIf","src":"8351:117:21"},{"nodeType":"YulAssignment","src":"8477:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8493:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8501:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8489:3:21"},"nodeType":"YulFunctionCall","src":"8489:17:21"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"8477:8:21"}]},{"body":{"nodeType":"YulBlock","src":"8560:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"8562:77:21"},"nodeType":"YulFunctionCall","src":"8562:79:21"},"nodeType":"YulExpressionStatement","src":"8562:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"8525:8:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"8539:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8547:4:21","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"8535:3:21"},"nodeType":"YulFunctionCall","src":"8535:17:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8521:3:21"},"nodeType":"YulFunctionCall","src":"8521:32:21"},{"name":"end","nodeType":"YulIdentifier","src":"8555:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8518:2:21"},"nodeType":"YulFunctionCall","src":"8518:41:21"},"nodeType":"YulIf","src":"8515:128:21"}]},"name":"abi_decode_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"8138:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"8146:3:21","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"8154:8:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"8164:6:21","type":""}],"src":"8097:552:21"},{"body":{"nodeType":"YulBlock","src":"8740:442:21","statements":[{"body":{"nodeType":"YulBlock","src":"8786:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"8788:77:21"},"nodeType":"YulFunctionCall","src":"8788:79:21"},"nodeType":"YulExpressionStatement","src":"8788:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"8761:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"8770:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8757:3:21"},"nodeType":"YulFunctionCall","src":"8757:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"8782:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"8753:3:21"},"nodeType":"YulFunctionCall","src":"8753:32:21"},"nodeType":"YulIf","src":"8750:119:21"},{"nodeType":"YulBlock","src":"8879:296:21","statements":[{"nodeType":"YulVariableDeclaration","src":"8894:45:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8925:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"8936:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8921:3:21"},"nodeType":"YulFunctionCall","src":"8921:17:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8908:12:21"},"nodeType":"YulFunctionCall","src":"8908:31:21"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8898:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"8986:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"8988:77:21"},"nodeType":"YulFunctionCall","src":"8988:79:21"},"nodeType":"YulExpressionStatement","src":"8988:79:21"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8958:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8966:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8955:2:21"},"nodeType":"YulFunctionCall","src":"8955:30:21"},"nodeType":"YulIf","src":"8952:117:21"},{"nodeType":"YulAssignment","src":"9083:82:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9137:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"9148:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9133:3:21"},"nodeType":"YulFunctionCall","src":"9133:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9157:7:21"}],"functionName":{"name":"abi_decode_t_bytes_calldata_ptr","nodeType":"YulIdentifier","src":"9101:31:21"},"nodeType":"YulFunctionCall","src":"9101:64:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"9083:6:21"},{"name":"value1","nodeType":"YulIdentifier","src":"9091:6:21"}]}]}]},"name":"abi_decode_tuple_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8702:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"8713:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"8725:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"8733:6:21","type":""}],"src":"8655:527:21"},{"body":{"nodeType":"YulBlock","src":"9254:263:21","statements":[{"body":{"nodeType":"YulBlock","src":"9300:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9302:77:21"},"nodeType":"YulFunctionCall","src":"9302:79:21"},"nodeType":"YulExpressionStatement","src":"9302:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9275:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"9284:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9271:3:21"},"nodeType":"YulFunctionCall","src":"9271:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"9296:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9267:3:21"},"nodeType":"YulFunctionCall","src":"9267:32:21"},"nodeType":"YulIf","src":"9264:119:21"},{"nodeType":"YulBlock","src":"9393:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"9408:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"9422:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9412:6:21","type":""}]},{"nodeType":"YulAssignment","src":"9437:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9472:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"9483:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9468:3:21"},"nodeType":"YulFunctionCall","src":"9468:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9492:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"9447:20:21"},"nodeType":"YulFunctionCall","src":"9447:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"9437:6:21"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9224:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9235:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9247:6:21","type":""}],"src":"9188:329:21"},{"body":{"nodeType":"YulBlock","src":"9551:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9568:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9571:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9561:6:21"},"nodeType":"YulFunctionCall","src":"9561:88:21"},"nodeType":"YulExpressionStatement","src":"9561:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9665:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"9668:4:21","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9658:6:21"},"nodeType":"YulFunctionCall","src":"9658:15:21"},"nodeType":"YulExpressionStatement","src":"9658:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9689:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9692:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9682:6:21"},"nodeType":"YulFunctionCall","src":"9682:15:21"},"nodeType":"YulExpressionStatement","src":"9682:15:21"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"9523:180:21"},{"body":{"nodeType":"YulBlock","src":"9805:73:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9822:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"9827:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9815:6:21"},"nodeType":"YulFunctionCall","src":"9815:19:21"},"nodeType":"YulExpressionStatement","src":"9815:19:21"},{"nodeType":"YulAssignment","src":"9843:29:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9862:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"9867:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9858:3:21"},"nodeType":"YulFunctionCall","src":"9858:14:21"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"9843:11:21"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"9777:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"9782:6:21","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"9793:11:21","type":""}],"src":"9709:169:21"},{"body":{"nodeType":"YulBlock","src":"9990:66:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"10012:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"10020:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10008:3:21"},"nodeType":"YulFunctionCall","src":"10008:14:21"},{"hexValue":"50617963726573743a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"10024:24:21","type":"","value":"Paycrest: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10001:6:21"},"nodeType":"YulFunctionCall","src":"10001:48:21"},"nodeType":"YulExpressionStatement","src":"10001:48:21"}]},"name":"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"9982:6:21","type":""}],"src":"9884:172:21"},{"body":{"nodeType":"YulBlock","src":"10208:220:21","statements":[{"nodeType":"YulAssignment","src":"10218:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10284:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"10289:2:21","type":"","value":"22"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"10225:58:21"},"nodeType":"YulFunctionCall","src":"10225:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"10218:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10390:3:21"}],"functionName":{"name":"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","nodeType":"YulIdentifier","src":"10301:88:21"},"nodeType":"YulFunctionCall","src":"10301:93:21"},"nodeType":"YulExpressionStatement","src":"10301:93:21"},{"nodeType":"YulAssignment","src":"10403:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10414:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"10419:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10410:3:21"},"nodeType":"YulFunctionCall","src":"10410:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"10403:3:21"}]}]},"name":"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"10196:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10204:3:21","type":""}],"src":"10062:366:21"},{"body":{"nodeType":"YulBlock","src":"10605:248:21","statements":[{"nodeType":"YulAssignment","src":"10615:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10627:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"10638:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10623:3:21"},"nodeType":"YulFunctionCall","src":"10623:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10615:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10662:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"10673:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10658:3:21"},"nodeType":"YulFunctionCall","src":"10658:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10681:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"10687:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"10677:3:21"},"nodeType":"YulFunctionCall","src":"10677:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10651:6:21"},"nodeType":"YulFunctionCall","src":"10651:47:21"},"nodeType":"YulExpressionStatement","src":"10651:47:21"},{"nodeType":"YulAssignment","src":"10707:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10841:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"10715:124:21"},"nodeType":"YulFunctionCall","src":"10715:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10707:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10585:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10600:4:21","type":""}],"src":"10434:419:21"},{"body":{"nodeType":"YulBlock","src":"10922:52:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10939:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10961:5:21"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"10944:16:21"},"nodeType":"YulFunctionCall","src":"10944:23:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10932:6:21"},"nodeType":"YulFunctionCall","src":"10932:36:21"},"nodeType":"YulExpressionStatement","src":"10932:36:21"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10910:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10917:3:21","type":""}],"src":"10859:115:21"},{"body":{"nodeType":"YulBlock","src":"11076:122:21","statements":[{"nodeType":"YulAssignment","src":"11086:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11098:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11109:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11094:3:21"},"nodeType":"YulFunctionCall","src":"11094:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11086:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"11164:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11177:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11188:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11173:3:21"},"nodeType":"YulFunctionCall","src":"11173:17:21"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"11122:41:21"},"nodeType":"YulFunctionCall","src":"11122:69:21"},"nodeType":"YulExpressionStatement","src":"11122:69:21"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11048:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"11060:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11071:4:21","type":""}],"src":"10980:218:21"},{"body":{"nodeType":"YulBlock","src":"11269:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11286:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11309:5:21"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"11291:17:21"},"nodeType":"YulFunctionCall","src":"11291:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11279:6:21"},"nodeType":"YulFunctionCall","src":"11279:37:21"},"nodeType":"YulExpressionStatement","src":"11279:37:21"}]},"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11257:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11264:3:21","type":""}],"src":"11204:118:21"},{"body":{"nodeType":"YulBlock","src":"11387:50:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11404:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11424:5:21"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"11409:14:21"},"nodeType":"YulFunctionCall","src":"11409:21:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11397:6:21"},"nodeType":"YulFunctionCall","src":"11397:34:21"},"nodeType":"YulExpressionStatement","src":"11397:34:21"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11375:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11382:3:21","type":""}],"src":"11328:109:21"},{"body":{"nodeType":"YulBlock","src":"11591:282:21","statements":[{"nodeType":"YulAssignment","src":"11601:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11613:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11624:2:21","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11609:3:21"},"nodeType":"YulFunctionCall","src":"11609:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11601:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"11681:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11694:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11705:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11690:3:21"},"nodeType":"YulFunctionCall","src":"11690:17:21"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"11637:43:21"},"nodeType":"YulFunctionCall","src":"11637:71:21"},"nodeType":"YulExpressionStatement","src":"11637:71:21"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"11762:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11775:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11786:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11771:3:21"},"nodeType":"YulFunctionCall","src":"11771:18:21"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"11718:43:21"},"nodeType":"YulFunctionCall","src":"11718:72:21"},"nodeType":"YulExpressionStatement","src":"11718:72:21"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"11838:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11851:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11862:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11847:3:21"},"nodeType":"YulFunctionCall","src":"11847:18:21"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"11800:37:21"},"nodeType":"YulFunctionCall","src":"11800:66:21"},"nodeType":"YulExpressionStatement","src":"11800:66:21"}]},"name":"abi_encode_tuple_t_bytes32_t_address_t_bool__to_t_bytes32_t_address_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11547:9:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"11559:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"11567:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"11575:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11586:4:21","type":""}],"src":"11443:430:21"},{"body":{"nodeType":"YulBlock","src":"11944:31:21","statements":[{"nodeType":"YulAssignment","src":"11955:13:21","value":{"name":"len","nodeType":"YulIdentifier","src":"11965:3:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"11955:6:21"}]}]},"name":"array_length_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11922:5:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"11929:3:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"11937:6:21","type":""}],"src":"11879:96:21"},{"body":{"nodeType":"YulBlock","src":"12009:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"12026:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"12029:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12019:6:21"},"nodeType":"YulFunctionCall","src":"12019:88:21"},"nodeType":"YulExpressionStatement","src":"12019:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"12123:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"12126:4:21","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12116:6:21"},"nodeType":"YulFunctionCall","src":"12116:15:21"},"nodeType":"YulExpressionStatement","src":"12116:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"12147:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"12150:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"12140:6:21"},"nodeType":"YulFunctionCall","src":"12140:15:21"},"nodeType":"YulExpressionStatement","src":"12140:15:21"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"11981:180:21"},{"body":{"nodeType":"YulBlock","src":"12218:269:21","statements":[{"nodeType":"YulAssignment","src":"12228:22:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"12242:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"12248:1:21","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"12238:3:21"},"nodeType":"YulFunctionCall","src":"12238:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"12228:6:21"}]},{"nodeType":"YulVariableDeclaration","src":"12259:38:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"12289:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"12295:1:21","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"12285:3:21"},"nodeType":"YulFunctionCall","src":"12285:12:21"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"12263:18:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"12336:51:21","statements":[{"nodeType":"YulAssignment","src":"12350:27:21","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"12364:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"12372:4:21","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"12360:3:21"},"nodeType":"YulFunctionCall","src":"12360:17:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"12350:6:21"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"12316:18:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"12309:6:21"},"nodeType":"YulFunctionCall","src":"12309:26:21"},"nodeType":"YulIf","src":"12306:81:21"},{"body":{"nodeType":"YulBlock","src":"12439:42:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"12453:16:21"},"nodeType":"YulFunctionCall","src":"12453:18:21"},"nodeType":"YulExpressionStatement","src":"12453:18:21"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"12403:18:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"12426:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"12434:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"12423:2:21"},"nodeType":"YulFunctionCall","src":"12423:14:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"12400:2:21"},"nodeType":"YulFunctionCall","src":"12400:38:21"},"nodeType":"YulIf","src":"12397:84:21"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"12202:4:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"12211:6:21","type":""}],"src":"12167:320:21"},{"body":{"nodeType":"YulBlock","src":"12546:87:21","statements":[{"nodeType":"YulAssignment","src":"12556:11:21","value":{"name":"ptr","nodeType":"YulIdentifier","src":"12564:3:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"12556:4:21"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"12584:1:21","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"12587:3:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12577:6:21"},"nodeType":"YulFunctionCall","src":"12577:14:21"},"nodeType":"YulExpressionStatement","src":"12577:14:21"},{"nodeType":"YulAssignment","src":"12600:26:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"12618:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"12621:4:21","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"12608:9:21"},"nodeType":"YulFunctionCall","src":"12608:18:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"12600:4:21"}]}]},"name":"array_dataslot_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"12533:3:21","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"12541:4:21","type":""}],"src":"12493:140:21"},{"body":{"nodeType":"YulBlock","src":"12683:49:21","statements":[{"nodeType":"YulAssignment","src":"12693:33:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12711:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"12718:2:21","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12707:3:21"},"nodeType":"YulFunctionCall","src":"12707:14:21"},{"kind":"number","nodeType":"YulLiteral","src":"12723:2:21","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"12703:3:21"},"nodeType":"YulFunctionCall","src":"12703:23:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"12693:6:21"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12666:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"12676:6:21","type":""}],"src":"12639:93:21"},{"body":{"nodeType":"YulBlock","src":"12791:54:21","statements":[{"nodeType":"YulAssignment","src":"12801:37:21","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"12826:4:21"},{"name":"value","nodeType":"YulIdentifier","src":"12832:5:21"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"12822:3:21"},"nodeType":"YulFunctionCall","src":"12822:16:21"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"12801:8:21"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"12766:4:21","type":""},{"name":"value","nodeType":"YulTypedName","src":"12772:5:21","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"12782:8:21","type":""}],"src":"12738:107:21"},{"body":{"nodeType":"YulBlock","src":"12927:317:21","statements":[{"nodeType":"YulVariableDeclaration","src":"12937:35:21","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"12958:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"12970:1:21","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"12954:3:21"},"nodeType":"YulFunctionCall","src":"12954:18:21"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"12941:9:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"12981:109:21","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"13012:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"13023:66:21","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"12993:18:21"},"nodeType":"YulFunctionCall","src":"12993:97:21"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"12985:4:21","type":""}]},{"nodeType":"YulAssignment","src":"13099:51:21","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"13130:9:21"},{"name":"toInsert","nodeType":"YulIdentifier","src":"13141:8:21"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"13111:18:21"},"nodeType":"YulFunctionCall","src":"13111:39:21"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"13099:8:21"}]},{"nodeType":"YulAssignment","src":"13159:30:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13172:5:21"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"13183:4:21"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"13179:3:21"},"nodeType":"YulFunctionCall","src":"13179:9:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"13168:3:21"},"nodeType":"YulFunctionCall","src":"13168:21:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"13159:5:21"}]},{"nodeType":"YulAssignment","src":"13198:40:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13211:5:21"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"13222:8:21"},{"name":"mask","nodeType":"YulIdentifier","src":"13232:4:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"13218:3:21"},"nodeType":"YulFunctionCall","src":"13218:19:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"13208:2:21"},"nodeType":"YulFunctionCall","src":"13208:30:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"13198:6:21"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12888:5:21","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"12895:10:21","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"12907:8:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"12920:6:21","type":""}],"src":"12851:393:21"},{"body":{"nodeType":"YulBlock","src":"13295:32:21","statements":[{"nodeType":"YulAssignment","src":"13305:16:21","value":{"name":"value","nodeType":"YulIdentifier","src":"13316:5:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"13305:7:21"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"13277:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"13287:7:21","type":""}],"src":"13250:77:21"},{"body":{"nodeType":"YulBlock","src":"13365:28:21","statements":[{"nodeType":"YulAssignment","src":"13375:12:21","value":{"name":"value","nodeType":"YulIdentifier","src":"13382:5:21"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"13375:3:21"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"13351:5:21","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"13361:3:21","type":""}],"src":"13333:60:21"},{"body":{"nodeType":"YulBlock","src":"13459:82:21","statements":[{"nodeType":"YulAssignment","src":"13469:66:21","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13527:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"13509:17:21"},"nodeType":"YulFunctionCall","src":"13509:24:21"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"13500:8:21"},"nodeType":"YulFunctionCall","src":"13500:34:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"13482:17:21"},"nodeType":"YulFunctionCall","src":"13482:53:21"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"13469:9:21"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"13439:5:21","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"13449:9:21","type":""}],"src":"13399:142:21"},{"body":{"nodeType":"YulBlock","src":"13594:28:21","statements":[{"nodeType":"YulAssignment","src":"13604:12:21","value":{"name":"value","nodeType":"YulIdentifier","src":"13611:5:21"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"13604:3:21"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"13580:5:21","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"13590:3:21","type":""}],"src":"13547:75:21"},{"body":{"nodeType":"YulBlock","src":"13704:193:21","statements":[{"nodeType":"YulVariableDeclaration","src":"13714:63:21","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"13769:7:21"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"13738:30:21"},"nodeType":"YulFunctionCall","src":"13738:39:21"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"13718:16:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"13793:4:21"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"13833:4:21"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"13827:5:21"},"nodeType":"YulFunctionCall","src":"13827:11:21"},{"name":"offset","nodeType":"YulIdentifier","src":"13840:6:21"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"13872:16:21"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"13848:23:21"},"nodeType":"YulFunctionCall","src":"13848:41:21"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"13799:27:21"},"nodeType":"YulFunctionCall","src":"13799:91:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"13786:6:21"},"nodeType":"YulFunctionCall","src":"13786:105:21"},"nodeType":"YulExpressionStatement","src":"13786:105:21"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"13681:4:21","type":""},{"name":"offset","nodeType":"YulTypedName","src":"13687:6:21","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"13695:7:21","type":""}],"src":"13628:269:21"},{"body":{"nodeType":"YulBlock","src":"13952:24:21","statements":[{"nodeType":"YulAssignment","src":"13962:8:21","value":{"kind":"number","nodeType":"YulLiteral","src":"13969:1:21","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"13962:3:21"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"13948:3:21","type":""}],"src":"13903:73:21"},{"body":{"nodeType":"YulBlock","src":"14035:136:21","statements":[{"nodeType":"YulVariableDeclaration","src":"14045:46:21","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"14059:30:21"},"nodeType":"YulFunctionCall","src":"14059:32:21"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"14049:6:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"14144:4:21"},{"name":"offset","nodeType":"YulIdentifier","src":"14150:6:21"},{"name":"zero_0","nodeType":"YulIdentifier","src":"14158:6:21"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"14100:43:21"},"nodeType":"YulFunctionCall","src":"14100:65:21"},"nodeType":"YulExpressionStatement","src":"14100:65:21"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"14021:4:21","type":""},{"name":"offset","nodeType":"YulTypedName","src":"14027:6:21","type":""}],"src":"13982:189:21"},{"body":{"nodeType":"YulBlock","src":"14227:136:21","statements":[{"body":{"nodeType":"YulBlock","src":"14294:63:21","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"14338:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"14345:1:21","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"14308:29:21"},"nodeType":"YulFunctionCall","src":"14308:39:21"},"nodeType":"YulExpressionStatement","src":"14308:39:21"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"14247:5:21"},{"name":"end","nodeType":"YulIdentifier","src":"14254:3:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"14244:2:21"},"nodeType":"YulFunctionCall","src":"14244:14:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"14259:26:21","statements":[{"nodeType":"YulAssignment","src":"14261:22:21","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"14274:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"14281:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14270:3:21"},"nodeType":"YulFunctionCall","src":"14270:13:21"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"14261:5:21"}]}]},"pre":{"nodeType":"YulBlock","src":"14241:2:21","statements":[]},"src":"14237:120:21"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"14215:5:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"14222:3:21","type":""}],"src":"14177:186:21"},{"body":{"nodeType":"YulBlock","src":"14447:463:21","statements":[{"body":{"nodeType":"YulBlock","src":"14473:430:21","statements":[{"nodeType":"YulVariableDeclaration","src":"14487:53:21","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"14534:5:21"}],"functionName":{"name":"array_dataslot_t_bytes_storage","nodeType":"YulIdentifier","src":"14503:30:21"},"nodeType":"YulFunctionCall","src":"14503:37:21"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"14491:8:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"14553:63:21","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"14576:8:21"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"14604:10:21"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"14586:17:21"},"nodeType":"YulFunctionCall","src":"14586:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14572:3:21"},"nodeType":"YulFunctionCall","src":"14572:44:21"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"14557:11:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"14773:27:21","statements":[{"nodeType":"YulAssignment","src":"14775:23:21","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"14790:8:21"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"14775:11:21"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"14757:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"14769:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"14754:2:21"},"nodeType":"YulFunctionCall","src":"14754:18:21"},"nodeType":"YulIf","src":"14751:49:21"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"14842:11:21"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"14859:8:21"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"14887:3:21"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"14869:17:21"},"nodeType":"YulFunctionCall","src":"14869:22:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14855:3:21"},"nodeType":"YulFunctionCall","src":"14855:37:21"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"14813:28:21"},"nodeType":"YulFunctionCall","src":"14813:80:21"},"nodeType":"YulExpressionStatement","src":"14813:80:21"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"14464:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"14469:2:21","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"14461:2:21"},"nodeType":"YulFunctionCall","src":"14461:11:21"},"nodeType":"YulIf","src":"14458:445:21"}]},"name":"clean_up_bytearray_end_slots_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"14423:5:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"14430:3:21","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"14435:10:21","type":""}],"src":"14369:541:21"},{"body":{"nodeType":"YulBlock","src":"14979:54:21","statements":[{"nodeType":"YulAssignment","src":"14989:37:21","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"15014:4:21"},{"name":"value","nodeType":"YulIdentifier","src":"15020:5:21"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"15010:3:21"},"nodeType":"YulFunctionCall","src":"15010:16:21"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"14989:8:21"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"14954:4:21","type":""},{"name":"value","nodeType":"YulTypedName","src":"14960:5:21","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"14970:8:21","type":""}],"src":"14916:117:21"},{"body":{"nodeType":"YulBlock","src":"15090:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"15100:68:21","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"15149:1:21","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"15152:5:21"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"15145:3:21"},"nodeType":"YulFunctionCall","src":"15145:13:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"15164:1:21","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"15160:3:21"},"nodeType":"YulFunctionCall","src":"15160:6:21"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"15116:28:21"},"nodeType":"YulFunctionCall","src":"15116:51:21"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"15112:3:21"},"nodeType":"YulFunctionCall","src":"15112:56:21"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"15104:4:21","type":""}]},{"nodeType":"YulAssignment","src":"15177:25:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"15191:4:21"},{"name":"mask","nodeType":"YulIdentifier","src":"15197:4:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"15187:3:21"},"nodeType":"YulFunctionCall","src":"15187:15:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"15177:6:21"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"15067:4:21","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"15073:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"15083:6:21","type":""}],"src":"15039:169:21"},{"body":{"nodeType":"YulBlock","src":"15294:214:21","statements":[{"nodeType":"YulAssignment","src":"15427:37:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"15454:4:21"},{"name":"len","nodeType":"YulIdentifier","src":"15460:3:21"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"15435:18:21"},"nodeType":"YulFunctionCall","src":"15435:29:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"15427:4:21"}]},{"nodeType":"YulAssignment","src":"15473:29:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"15484:4:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"15494:1:21","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"15497:3:21"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"15490:3:21"},"nodeType":"YulFunctionCall","src":"15490:11:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"15481:2:21"},"nodeType":"YulFunctionCall","src":"15481:21:21"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"15473:4:21"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"15275:4:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"15281:3:21","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"15289:4:21","type":""}],"src":"15213:295:21"},{"body":{"nodeType":"YulBlock","src":"15610:1301:21","statements":[{"nodeType":"YulVariableDeclaration","src":"15621:57:21","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"15669:3:21"},{"name":"len","nodeType":"YulIdentifier","src":"15674:3:21"}],"functionName":{"name":"array_length_t_bytes_calldata_ptr","nodeType":"YulIdentifier","src":"15635:33:21"},"nodeType":"YulFunctionCall","src":"15635:43:21"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"15625:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"15763:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"15765:16:21"},"nodeType":"YulFunctionCall","src":"15765:18:21"},"nodeType":"YulExpressionStatement","src":"15765:18:21"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"15735:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"15743:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"15732:2:21"},"nodeType":"YulFunctionCall","src":"15732:30:21"},"nodeType":"YulIf","src":"15729:56:21"},{"nodeType":"YulVariableDeclaration","src":"15795:52:21","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"15841:4:21"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"15835:5:21"},"nodeType":"YulFunctionCall","src":"15835:11:21"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"15809:25:21"},"nodeType":"YulFunctionCall","src":"15809:38:21"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"15799:6:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"15939:4:21"},{"name":"oldLen","nodeType":"YulIdentifier","src":"15945:6:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"15953:6:21"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_bytes_storage","nodeType":"YulIdentifier","src":"15894:44:21"},"nodeType":"YulFunctionCall","src":"15894:66:21"},"nodeType":"YulExpressionStatement","src":"15894:66:21"},{"nodeType":"YulVariableDeclaration","src":"15970:18:21","value":{"kind":"number","nodeType":"YulLiteral","src":"15987:1:21","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"15974:9:21","type":""}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"16035:624:21","statements":[{"nodeType":"YulVariableDeclaration","src":"16049:37:21","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"16068:6:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"16080:4:21","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"16076:3:21"},"nodeType":"YulFunctionCall","src":"16076:9:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"16064:3:21"},"nodeType":"YulFunctionCall","src":"16064:22:21"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"16053:7:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"16100:50:21","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"16145:4:21"}],"functionName":{"name":"array_dataslot_t_bytes_storage","nodeType":"YulIdentifier","src":"16114:30:21"},"nodeType":"YulFunctionCall","src":"16114:36:21"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"16104:6:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"16163:10:21","value":{"kind":"number","nodeType":"YulLiteral","src":"16172:1:21","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"16167:1:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"16231:170:21","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"16256:6:21"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"16281:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"16286:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16277:3:21"},"nodeType":"YulFunctionCall","src":"16277:19:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"16264:12:21"},"nodeType":"YulFunctionCall","src":"16264:33:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"16249:6:21"},"nodeType":"YulFunctionCall","src":"16249:49:21"},"nodeType":"YulExpressionStatement","src":"16249:49:21"},{"nodeType":"YulAssignment","src":"16315:24:21","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"16329:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"16337:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16325:3:21"},"nodeType":"YulFunctionCall","src":"16325:14:21"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"16315:6:21"}]},{"nodeType":"YulAssignment","src":"16356:31:21","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"16373:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"16384:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16369:3:21"},"nodeType":"YulFunctionCall","src":"16369:18:21"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"16356:9:21"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"16197:1:21"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"16200:7:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"16194:2:21"},"nodeType":"YulFunctionCall","src":"16194:14:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"16209:21:21","statements":[{"nodeType":"YulAssignment","src":"16211:17:21","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"16220:1:21"},{"kind":"number","nodeType":"YulLiteral","src":"16223:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16216:3:21"},"nodeType":"YulFunctionCall","src":"16216:12:21"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"16211:1:21"}]}]},"pre":{"nodeType":"YulBlock","src":"16190:3:21","statements":[]},"src":"16186:215:21"},{"body":{"nodeType":"YulBlock","src":"16437:163:21","statements":[{"nodeType":"YulVariableDeclaration","src":"16455:50:21","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"16489:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"16494:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16485:3:21"},"nodeType":"YulFunctionCall","src":"16485:19:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"16472:12:21"},"nodeType":"YulFunctionCall","src":"16472:33:21"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"16459:9:21","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"16529:6:21"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"16556:9:21"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"16571:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"16579:4:21","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"16567:3:21"},"nodeType":"YulFunctionCall","src":"16567:17:21"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"16537:18:21"},"nodeType":"YulFunctionCall","src":"16537:48:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"16522:6:21"},"nodeType":"YulFunctionCall","src":"16522:64:21"},"nodeType":"YulExpressionStatement","src":"16522:64:21"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"16420:7:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"16429:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"16417:2:21"},"nodeType":"YulFunctionCall","src":"16417:19:21"},"nodeType":"YulIf","src":"16414:186:21"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"16620:4:21"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"16634:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"16642:1:21","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"16630:3:21"},"nodeType":"YulFunctionCall","src":"16630:14:21"},{"kind":"number","nodeType":"YulLiteral","src":"16646:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16626:3:21"},"nodeType":"YulFunctionCall","src":"16626:22:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"16613:6:21"},"nodeType":"YulFunctionCall","src":"16613:36:21"},"nodeType":"YulExpressionStatement","src":"16613:36:21"}]},"nodeType":"YulCase","src":"16028:631:21","value":{"kind":"number","nodeType":"YulLiteral","src":"16033:1:21","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"16676:229:21","statements":[{"nodeType":"YulVariableDeclaration","src":"16690:14:21","value":{"kind":"number","nodeType":"YulLiteral","src":"16703:1:21","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"16694:5:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"16727:74:21","statements":[{"nodeType":"YulAssignment","src":"16745:42:21","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"16771:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"16776:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16767:3:21"},"nodeType":"YulFunctionCall","src":"16767:19:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"16754:12:21"},"nodeType":"YulFunctionCall","src":"16754:33:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"16745:5:21"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"16720:6:21"},"nodeType":"YulIf","src":"16717:84:21"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"16821:4:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16880:5:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"16887:6:21"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"16827:52:21"},"nodeType":"YulFunctionCall","src":"16827:67:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"16814:6:21"},"nodeType":"YulFunctionCall","src":"16814:81:21"},"nodeType":"YulExpressionStatement","src":"16814:81:21"}]},"nodeType":"YulCase","src":"16668:237:21","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"16008:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"16016:2:21","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"16005:2:21"},"nodeType":"YulFunctionCall","src":"16005:14:21"},"nodeType":"YulSwitch","src":"15998:907:21"}]},"name":"copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"15594:4:21","type":""},{"name":"src","nodeType":"YulTypedName","src":"15600:3:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"15605:3:21","type":""}],"src":"15513:1398:21"},{"body":{"nodeType":"YulBlock","src":"17012:73:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17029:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"17034:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17022:6:21"},"nodeType":"YulFunctionCall","src":"17022:19:21"},"nodeType":"YulExpressionStatement","src":"17022:19:21"},{"nodeType":"YulAssignment","src":"17050:29:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17069:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"17074:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17065:3:21"},"nodeType":"YulFunctionCall","src":"17065:14:21"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"17050:11:21"}]}]},"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"16984:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"16989:6:21","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"17000:11:21","type":""}],"src":"16917:168:21"},{"body":{"nodeType":"YulBlock","src":"17155:82:21","statements":[{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"17178:3:21"},{"name":"src","nodeType":"YulIdentifier","src":"17183:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"17188:6:21"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"17165:12:21"},"nodeType":"YulFunctionCall","src":"17165:30:21"},"nodeType":"YulExpressionStatement","src":"17165:30:21"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"17215:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"17220:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17211:3:21"},"nodeType":"YulFunctionCall","src":"17211:16:21"},{"kind":"number","nodeType":"YulLiteral","src":"17229:1:21","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17204:6:21"},"nodeType":"YulFunctionCall","src":"17204:27:21"},"nodeType":"YulExpressionStatement","src":"17204:27:21"}]},"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"17137:3:21","type":""},{"name":"dst","nodeType":"YulTypedName","src":"17142:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"17147:6:21","type":""}],"src":"17091:146:21"},{"body":{"nodeType":"YulBlock","src":"17365:214:21","statements":[{"nodeType":"YulAssignment","src":"17375:77:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17440:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"17445:6:21"}],"functionName":{"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17382:57:21"},"nodeType":"YulFunctionCall","src":"17382:70:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"17375:3:21"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"17499:5:21"},{"name":"pos","nodeType":"YulIdentifier","src":"17506:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"17511:6:21"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"17462:36:21"},"nodeType":"YulFunctionCall","src":"17462:56:21"},"nodeType":"YulExpressionStatement","src":"17462:56:21"},{"nodeType":"YulAssignment","src":"17527:46:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17538:3:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"17565:6:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"17543:21:21"},"nodeType":"YulFunctionCall","src":"17543:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17534:3:21"},"nodeType":"YulFunctionCall","src":"17534:39:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"17527:3:21"}]}]},"name":"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"17338:5:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"17345:6:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"17353:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"17361:3:21","type":""}],"src":"17265:314:21"},{"body":{"nodeType":"YulBlock","src":"17711:203:21","statements":[{"nodeType":"YulAssignment","src":"17721:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17733:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"17744:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17729:3:21"},"nodeType":"YulFunctionCall","src":"17729:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17721:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17768:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"17779:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17764:3:21"},"nodeType":"YulFunctionCall","src":"17764:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17787:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"17793:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"17783:3:21"},"nodeType":"YulFunctionCall","src":"17783:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17757:6:21"},"nodeType":"YulFunctionCall","src":"17757:47:21"},"nodeType":"YulExpressionStatement","src":"17757:47:21"},{"nodeType":"YulAssignment","src":"17813:94:21","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"17885:6:21"},{"name":"value1","nodeType":"YulIdentifier","src":"17893:6:21"},{"name":"tail","nodeType":"YulIdentifier","src":"17902:4:21"}],"functionName":{"name":"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17821:63:21"},"nodeType":"YulFunctionCall","src":"17821:86:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17813:4:21"}]}]},"name":"abi_encode_tuple_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17675:9:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"17687:6:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"17695:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"17706:4:21","type":""}],"src":"17585:329:21"},{"body":{"nodeType":"YulBlock","src":"18026:119:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"18048:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"18056:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18044:3:21"},"nodeType":"YulFunctionCall","src":"18044:14:21"},{"hexValue":"4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061","kind":"string","nodeType":"YulLiteral","src":"18060:34:21","type":"","value":"Ownable: new owner is the zero a"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18037:6:21"},"nodeType":"YulFunctionCall","src":"18037:58:21"},"nodeType":"YulExpressionStatement","src":"18037:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"18116:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"18124:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18112:3:21"},"nodeType":"YulFunctionCall","src":"18112:15:21"},{"hexValue":"646472657373","kind":"string","nodeType":"YulLiteral","src":"18129:8:21","type":"","value":"ddress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18105:6:21"},"nodeType":"YulFunctionCall","src":"18105:33:21"},"nodeType":"YulExpressionStatement","src":"18105:33:21"}]},"name":"store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"18018:6:21","type":""}],"src":"17920:225:21"},{"body":{"nodeType":"YulBlock","src":"18297:220:21","statements":[{"nodeType":"YulAssignment","src":"18307:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18373:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"18378:2:21","type":"","value":"38"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18314:58:21"},"nodeType":"YulFunctionCall","src":"18314:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"18307:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18479:3:21"}],"functionName":{"name":"store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","nodeType":"YulIdentifier","src":"18390:88:21"},"nodeType":"YulFunctionCall","src":"18390:93:21"},"nodeType":"YulExpressionStatement","src":"18390:93:21"},{"nodeType":"YulAssignment","src":"18492:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18503:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"18508:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18499:3:21"},"nodeType":"YulFunctionCall","src":"18499:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"18492:3:21"}]}]},"name":"abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"18285:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"18293:3:21","type":""}],"src":"18151:366:21"},{"body":{"nodeType":"YulBlock","src":"18694:248:21","statements":[{"nodeType":"YulAssignment","src":"18704:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18716:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"18727:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18712:3:21"},"nodeType":"YulFunctionCall","src":"18712:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18704:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18751:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"18762:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18747:3:21"},"nodeType":"YulFunctionCall","src":"18747:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"18770:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"18776:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18766:3:21"},"nodeType":"YulFunctionCall","src":"18766:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18740:6:21"},"nodeType":"YulFunctionCall","src":"18740:47:21"},"nodeType":"YulExpressionStatement","src":"18740:47:21"},{"nodeType":"YulAssignment","src":"18796:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"18930:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18804:124:21"},"nodeType":"YulFunctionCall","src":"18804:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18796:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18674:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18689:4:21","type":""}],"src":"18523:419:21"},{"body":{"nodeType":"YulBlock","src":"19054:76:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"19076:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"19084:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19072:3:21"},"nodeType":"YulFunctionCall","src":"19072:14:21"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"19088:34:21","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"19065:6:21"},"nodeType":"YulFunctionCall","src":"19065:58:21"},"nodeType":"YulExpressionStatement","src":"19065:58:21"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"19046:6:21","type":""}],"src":"18948:182:21"},{"body":{"nodeType":"YulBlock","src":"19282:220:21","statements":[{"nodeType":"YulAssignment","src":"19292:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"19358:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"19363:2:21","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"19299:58:21"},"nodeType":"YulFunctionCall","src":"19299:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"19292:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"19464:3:21"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"19375:88:21"},"nodeType":"YulFunctionCall","src":"19375:93:21"},"nodeType":"YulExpressionStatement","src":"19375:93:21"},{"nodeType":"YulAssignment","src":"19477:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"19488:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"19493:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19484:3:21"},"nodeType":"YulFunctionCall","src":"19484:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"19477:3:21"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"19270:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"19278:3:21","type":""}],"src":"19136:366:21"},{"body":{"nodeType":"YulBlock","src":"19679:248:21","statements":[{"nodeType":"YulAssignment","src":"19689:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19701:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"19712:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19697:3:21"},"nodeType":"YulFunctionCall","src":"19697:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"19689:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19736:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"19747:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19732:3:21"},"nodeType":"YulFunctionCall","src":"19732:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"19755:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"19761:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"19751:3:21"},"nodeType":"YulFunctionCall","src":"19751:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"19725:6:21"},"nodeType":"YulFunctionCall","src":"19725:47:21"},"nodeType":"YulExpressionStatement","src":"19725:47:21"},{"nodeType":"YulAssignment","src":"19781:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"19915:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"19789:124:21"},"nodeType":"YulFunctionCall","src":"19789:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"19781:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"19659:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"19674:4:21","type":""}],"src":"19508:419:21"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$4748_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$4748_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$4748_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function validator_revert_t_bool(value) {\n if iszero(eq(value, cleanup_t_bool(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bool(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_bool(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bool(add(headStart, offset), dataEnd)\n }\n\n }\n\n function revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() {\n revert(0, 0)\n }\n\n // bytes\n function abi_decode_t_bytes_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0, value1 := abi_decode_t_bytes_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4(memPtr) {\n\n mstore(add(memPtr, 0), \"Paycrest: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32_fromStack(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\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 tail := add(headStart, 96)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_bool_to_t_bool_fromStack(value2, add(headStart, 64))\n\n }\n\n function array_length_t_bytes_calldata_ptr(value, len) -> length {\n\n length := len\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function array_dataslot_t_bytes_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_bytes_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_bytes_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage(slot, src, len) {\n\n let newLen := array_length_t_bytes_calldata_ptr(src, len)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_bytes_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_bytes_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, calldataload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := calldataload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\n value := calldataload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n\n function array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n // bytes -> bytes\n function abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_fromStack(value0, value1, tail)\n\n }\n\n function store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: new owner is the zero a\")\n\n mstore(add(memPtr, 32), \"ddress\")\n\n }\n\n function abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n store_literal_in_memory_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":21,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100885760003560e01c80638da5cb5b1161005b5780638da5cb5b146100eb57806399e3c0b414610109578063cb79455b14610125578063f2fde38b1461014157610088565b8063322008821461008d578063715018a6146100a957806379a0effb146100b357806384630736146100cf575b600080fd5b6100a760048036038101906100a29190610a14565b61015d565b005b6100b1610271565b005b6100cd60048036038101906100c89190610ace565b610285565b005b6100e960048036038101906100e49190610b4e565b61042b565b005b6100f3610496565b6040516101009190610b8a565b60405180910390f35b610123600480360381019061011e9190610bdd565b6104c0565b005b61013f600480360381019061013a9190610c8b565b6105f6565b005b61015b60048036038101906101569190610cd8565b61064d565b005b6101656106d0565b60008151905060005b8181101561026b57609c600085815260200190815260200160002083828151811061019c5761019b610d05565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528084838151811061020157610200610d05565b5b602002602001015160200151815260200185815250609d600085848151811061022d5761022c610d05565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050808060010191505061016e565b50505050565b6102796106d0565b610283600061074e565b565b61028d6106d0565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036102fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016102f390610d91565b60405180910390fd5b7f747265617375727900000000000000000000000000000000000000000000000082036103655780606660086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7f61676772656761746f720000000000000000000000000000000000000000000082036103ce5780606760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7fd8ef77a7d69a6b79f131ecd9aa37060ba0853bbd37cb175ec1abd05738ce27cb606660089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660405161041f9190610b8a565b60405180910390a15050565b6104336106d0565b80606660006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fb94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e264468160405161048b9190610dc0565b60405180910390a150565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6104c86106d0565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610537576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161052e90610d91565b60405180910390fd5b7f746f6b656e00000000000000000000000000000000000000000000000000000083036105b65780609b60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505b7fe22cadcc5ddbc0a185e8920eaa6825bcc06dcd6b432988e7e9912caa59ace9308383836040516105e993929190610df9565b60405180910390a1505050565b6105fe6106d0565b81816068918261060f929190611051565b507f6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef828260405161064192919061116e565b60405180910390a15050565b6106556106d0565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036106c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106bb90611204565b60405180910390fd5b6106cd8161074e565b50565b6106d8610814565b73ffffffffffffffffffffffffffffffffffffffff166106f6610496565b73ffffffffffffffffffffffffffffffffffffffff161461074c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161074390611270565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600033905090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61084381610830565b811461084e57600080fd5b50565b6000813590506108608161083a565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6108b48261086b565b810181811067ffffffffffffffff821117156108d3576108d261087c565b5b80604052505050565b60006108e661081c565b90506108f282826108ab565b919050565b600067ffffffffffffffff8211156109125761091161087c565b5b602082029050602081019050919050565b600080fd5b600080fd5b60006040828403121561094357610942610928565b5b61094d60406108dc565b9050600061095d84828501610851565b600083015250602061097184828501610851565b60208301525092915050565b600061099061098b846108f7565b6108dc565b905080838252602082019050604084028301858111156109b3576109b2610923565b5b835b818110156109dc57806109c8888261092d565b8452602084019350506040810190506109b5565b5050509392505050565b600082601f8301126109fb576109fa610866565b5b8135610a0b84826020860161097d565b91505092915050565b60008060408385031215610a2b57610a2a610826565b5b6000610a3985828601610851565b925050602083013567ffffffffffffffff811115610a5a57610a5961082b565b5b610a66858286016109e6565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610a9b82610a70565b9050919050565b610aab81610a90565b8114610ab657600080fd5b50565b600081359050610ac881610aa2565b92915050565b60008060408385031215610ae557610ae4610826565b5b6000610af385828601610851565b9250506020610b0485828601610ab9565b9150509250929050565b600067ffffffffffffffff82169050919050565b610b2b81610b0e565b8114610b3657600080fd5b50565b600081359050610b4881610b22565b92915050565b600060208284031215610b6457610b63610826565b5b6000610b7284828501610b39565b91505092915050565b610b8481610a90565b82525050565b6000602082019050610b9f6000830184610b7b565b92915050565b60008115159050919050565b610bba81610ba5565b8114610bc557600080fd5b50565b600081359050610bd781610bb1565b92915050565b600080600060608486031215610bf657610bf5610826565b5b6000610c0486828701610851565b9350506020610c1586828701610ab9565b9250506040610c2686828701610bc8565b9150509250925092565b600080fd5b60008083601f840112610c4b57610c4a610866565b5b8235905067ffffffffffffffff811115610c6857610c67610c30565b5b602083019150836001820283011115610c8457610c83610923565b5b9250929050565b60008060208385031215610ca257610ca1610826565b5b600083013567ffffffffffffffff811115610cc057610cbf61082b565b5b610ccc85828601610c35565b92509250509250929050565b600060208284031215610cee57610ced610826565b5b6000610cfc84828501610ab9565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600082825260208201905092915050565b7f50617963726573743a207a65726f206164647265737300000000000000000000600082015250565b6000610d7b601683610d34565b9150610d8682610d45565b602082019050919050565b60006020820190508181036000830152610daa81610d6e565b9050919050565b610dba81610b0e565b82525050565b6000602082019050610dd56000830184610db1565b92915050565b610de481610830565b82525050565b610df381610ba5565b82525050565b6000606082019050610e0e6000830186610ddb565b610e1b6020830185610b7b565b610e286040830184610dea565b949350505050565b600082905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610e8257607f821691505b602082108103610e9557610e94610e3b565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302610efd7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82610ec0565b610f078683610ec0565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000610f4e610f49610f4484610f1f565b610f29565b610f1f565b9050919050565b6000819050919050565b610f6883610f33565b610f7c610f7482610f55565b848454610ecd565b825550505050565b600090565b610f91610f84565b610f9c818484610f5f565b505050565b5b81811015610fc057610fb5600082610f89565b600181019050610fa2565b5050565b601f82111561100557610fd681610e9b565b610fdf84610eb0565b81016020851015610fee578190505b611002610ffa85610eb0565b830182610fa1565b50505b505050565b600082821c905092915050565b60006110286000198460080261100a565b1980831691505092915050565b60006110418383611017565b9150826002028217905092915050565b61105b8383610e30565b67ffffffffffffffff8111156110745761107361087c565b5b61107e8254610e6a565b611089828285610fc4565b6000601f8311600181146110b857600084156110a6578287013590505b6110b08582611035565b865550611118565b601f1984166110c686610e9b565b60005b828110156110ee578489013582556001820191506020850194506020810190506110c9565b8683101561110b5784890135611107601f891682611017565b8355505b6001600288020188555050505b50505050505050565b600082825260208201905092915050565b82818337600083830152505050565b600061114d8385611121565b935061115a838584611132565b6111638361086b565b840190509392505050565b60006020820190508181036000830152611189818486611141565b90509392505050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b60006111ee602683610d34565b91506111f982611192565b604082019050919050565b6000602082019050818103600083015261121d816111e1565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061125a602083610d34565b915061126582611224565b602082019050919050565b600060208201905081810360008301526112898161124d565b905091905056fea264697066735822122082dbc8b69f78264eabb9f71ca51f01f910551a57d38f8436e680f46621f14ff664736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x88 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8DA5CB5B GT PUSH2 0x5B JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0xEB JUMPI DUP1 PUSH4 0x99E3C0B4 EQ PUSH2 0x109 JUMPI DUP1 PUSH4 0xCB79455B EQ PUSH2 0x125 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x141 JUMPI PUSH2 0x88 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x8D JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xA9 JUMPI DUP1 PUSH4 0x79A0EFFB EQ PUSH2 0xB3 JUMPI DUP1 PUSH4 0x84630736 EQ PUSH2 0xCF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xA7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xA2 SWAP2 SWAP1 PUSH2 0xA14 JUMP JUMPDEST PUSH2 0x15D JUMP JUMPDEST STOP JUMPDEST PUSH2 0xB1 PUSH2 0x271 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCD PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0xACE JUMP JUMPDEST PUSH2 0x285 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xE9 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE4 SWAP2 SWAP1 PUSH2 0xB4E JUMP JUMPDEST PUSH2 0x42B JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF3 PUSH2 0x496 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x100 SWAP2 SWAP1 PUSH2 0xB8A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x123 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x11E SWAP2 SWAP1 PUSH2 0xBDD JUMP JUMPDEST PUSH2 0x4C0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x13F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x13A SWAP2 SWAP1 PUSH2 0xC8B JUMP JUMPDEST PUSH2 0x5F6 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x15B PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x156 SWAP2 SWAP1 PUSH2 0xCD8 JUMP JUMPDEST PUSH2 0x64D JUMP JUMPDEST STOP JUMPDEST PUSH2 0x165 PUSH2 0x6D0 JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x26B JUMPI PUSH1 0x9C PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x19C JUMPI PUSH2 0x19B PUSH2 0xD05 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP5 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x201 JUMPI PUSH2 0x200 PUSH2 0xD05 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP6 DUP2 MSTORE POP PUSH1 0x9D PUSH1 0x0 DUP6 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x22D JUMPI PUSH2 0x22C PUSH2 0xD05 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 DUP1 PUSH1 0x1 ADD SWAP2 POP POP PUSH2 0x16E JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH2 0x279 PUSH2 0x6D0 JUMP JUMPDEST PUSH2 0x283 PUSH1 0x0 PUSH2 0x74E JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x28D PUSH2 0x6D0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2FC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2F3 SWAP1 PUSH2 0xD91 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x365 JUMPI DUP1 PUSH1 0x66 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x3CE JUMPI DUP1 PUSH1 0x67 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0xD8EF77A7D69A6B79F131ECD9AA37060BA0853BBD37CB175EC1ABD05738CE27CB PUSH1 0x66 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x40 MLOAD PUSH2 0x41F SWAP2 SWAP1 PUSH2 0xB8A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH2 0x433 PUSH2 0x6D0 JUMP JUMPDEST DUP1 PUSH1 0x66 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0xB94068A4BD2571ACEE6AC79ACC9DCDCF10C31425D35F09E88F154EC520E26446 DUP2 PUSH1 0x40 MLOAD PUSH2 0x48B SWAP2 SWAP1 PUSH2 0xDC0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x4C8 PUSH2 0x6D0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x537 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x52E SWAP1 PUSH2 0xD91 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x5B6 JUMPI DUP1 PUSH1 0x9B PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0xE22CADCC5DDBC0A185E8920EAA6825BCC06DCD6B432988E7E9912CAA59ACE930 DUP4 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0x5E9 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0xDF9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP JUMP JUMPDEST PUSH2 0x5FE PUSH2 0x6D0 JUMP JUMPDEST DUP2 DUP2 PUSH1 0x68 SWAP2 DUP3 PUSH2 0x60F SWAP3 SWAP2 SWAP1 PUSH2 0x1051 JUMP JUMPDEST POP PUSH32 0x6A6600B7242975868D8321B5E64D0C9F2FCC92EB1AF72254A6357BE77EE7DCEF DUP3 DUP3 PUSH1 0x40 MLOAD PUSH2 0x641 SWAP3 SWAP2 SWAP1 PUSH2 0x116E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH2 0x655 PUSH2 0x6D0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x6C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6BB SWAP1 PUSH2 0x1204 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6CD DUP2 PUSH2 0x74E JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x6D8 PUSH2 0x814 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x6F6 PUSH2 0x496 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x74C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x743 SWAP1 PUSH2 0x1270 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x843 DUP2 PUSH2 0x830 JUMP JUMPDEST DUP2 EQ PUSH2 0x84E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x860 DUP2 PUSH2 0x83A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x8B4 DUP3 PUSH2 0x86B JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x8D3 JUMPI PUSH2 0x8D2 PUSH2 0x87C JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x8E6 PUSH2 0x81C JUMP JUMPDEST SWAP1 POP PUSH2 0x8F2 DUP3 DUP3 PUSH2 0x8AB JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x912 JUMPI PUSH2 0x911 PUSH2 0x87C JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x943 JUMPI PUSH2 0x942 PUSH2 0x928 JUMP JUMPDEST JUMPDEST PUSH2 0x94D PUSH1 0x40 PUSH2 0x8DC JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x95D DUP5 DUP3 DUP6 ADD PUSH2 0x851 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x971 DUP5 DUP3 DUP6 ADD PUSH2 0x851 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x990 PUSH2 0x98B DUP5 PUSH2 0x8F7 JUMP JUMPDEST PUSH2 0x8DC JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x9B3 JUMPI PUSH2 0x9B2 PUSH2 0x923 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x9DC JUMPI DUP1 PUSH2 0x9C8 DUP9 DUP3 PUSH2 0x92D JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x9B5 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x9FB JUMPI PUSH2 0x9FA PUSH2 0x866 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xA0B DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x97D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xA2B JUMPI PUSH2 0xA2A PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xA39 DUP6 DUP3 DUP7 ADD PUSH2 0x851 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xA5A JUMPI PUSH2 0xA59 PUSH2 0x82B JUMP JUMPDEST JUMPDEST PUSH2 0xA66 DUP6 DUP3 DUP7 ADD PUSH2 0x9E6 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xA9B DUP3 PUSH2 0xA70 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xAAB DUP2 PUSH2 0xA90 JUMP JUMPDEST DUP2 EQ PUSH2 0xAB6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xAC8 DUP2 PUSH2 0xAA2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xAE5 JUMPI PUSH2 0xAE4 PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xAF3 DUP6 DUP3 DUP7 ADD PUSH2 0x851 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xB04 DUP6 DUP3 DUP7 ADD PUSH2 0xAB9 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB2B DUP2 PUSH2 0xB0E JUMP JUMPDEST DUP2 EQ PUSH2 0xB36 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB48 DUP2 PUSH2 0xB22 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xB64 JUMPI PUSH2 0xB63 PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xB72 DUP5 DUP3 DUP6 ADD PUSH2 0xB39 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xB84 DUP2 PUSH2 0xA90 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xB9F PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xB7B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xBBA DUP2 PUSH2 0xBA5 JUMP JUMPDEST DUP2 EQ PUSH2 0xBC5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xBD7 DUP2 PUSH2 0xBB1 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xBF6 JUMPI PUSH2 0xBF5 PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xC04 DUP7 DUP3 DUP8 ADD PUSH2 0x851 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xC15 DUP7 DUP3 DUP8 ADD PUSH2 0xAB9 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xC26 DUP7 DUP3 DUP8 ADD PUSH2 0xBC8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0xC4B JUMPI PUSH2 0xC4A PUSH2 0x866 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC68 JUMPI PUSH2 0xC67 PUSH2 0xC30 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0xC84 JUMPI PUSH2 0xC83 PUSH2 0x923 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCC0 JUMPI PUSH2 0xCBF PUSH2 0x82B JUMP JUMPDEST JUMPDEST PUSH2 0xCCC DUP6 DUP3 DUP7 ADD PUSH2 0xC35 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xCEE JUMPI PUSH2 0xCED PUSH2 0x826 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xCFC DUP5 DUP3 DUP6 ADD PUSH2 0xAB9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A207A65726F206164647265737300000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD7B PUSH1 0x16 DUP4 PUSH2 0xD34 JUMP JUMPDEST SWAP2 POP PUSH2 0xD86 DUP3 PUSH2 0xD45 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xDAA DUP2 PUSH2 0xD6E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xDBA DUP2 PUSH2 0xB0E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xDD5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xDB1 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xDE4 DUP2 PUSH2 0x830 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0xDF3 DUP2 PUSH2 0xBA5 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0xE0E PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0xDDB JUMP JUMPDEST PUSH2 0xE1B PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0xB7B JUMP JUMPDEST PUSH2 0xE28 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0xDEA JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0xE82 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0xE95 JUMPI PUSH2 0xE94 PUSH2 0xE3B JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0xEFD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0xEC0 JUMP JUMPDEST PUSH2 0xF07 DUP7 DUP4 PUSH2 0xEC0 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF4E PUSH2 0xF49 PUSH2 0xF44 DUP5 PUSH2 0xF1F JUMP JUMPDEST PUSH2 0xF29 JUMP JUMPDEST PUSH2 0xF1F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xF68 DUP4 PUSH2 0xF33 JUMP JUMPDEST PUSH2 0xF7C PUSH2 0xF74 DUP3 PUSH2 0xF55 JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0xECD JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0xF91 PUSH2 0xF84 JUMP JUMPDEST PUSH2 0xF9C DUP2 DUP5 DUP5 PUSH2 0xF5F JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xFC0 JUMPI PUSH2 0xFB5 PUSH1 0x0 DUP3 PUSH2 0xF89 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0xFA2 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x1005 JUMPI PUSH2 0xFD6 DUP2 PUSH2 0xE9B JUMP JUMPDEST PUSH2 0xFDF DUP5 PUSH2 0xEB0 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0xFEE JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x1002 PUSH2 0xFFA DUP6 PUSH2 0xEB0 JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0xFA1 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1028 PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x100A JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1041 DUP4 DUP4 PUSH2 0x1017 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x105B DUP4 DUP4 PUSH2 0xE30 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1074 JUMPI PUSH2 0x1073 PUSH2 0x87C JUMP JUMPDEST JUMPDEST PUSH2 0x107E DUP3 SLOAD PUSH2 0xE6A JUMP JUMPDEST PUSH2 0x1089 DUP3 DUP3 DUP6 PUSH2 0xFC4 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x10B8 JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x10A6 JUMPI DUP3 DUP8 ADD CALLDATALOAD SWAP1 POP JUMPDEST PUSH2 0x10B0 DUP6 DUP3 PUSH2 0x1035 JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x1118 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x10C6 DUP7 PUSH2 0xE9B JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x10EE JUMPI DUP5 DUP10 ADD CALLDATALOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x10C9 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x110B JUMPI DUP5 DUP10 ADD CALLDATALOAD PUSH2 0x1107 PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x1017 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x114D DUP4 DUP6 PUSH2 0x1121 JUMP JUMPDEST SWAP4 POP PUSH2 0x115A DUP4 DUP6 DUP5 PUSH2 0x1132 JUMP JUMPDEST PUSH2 0x1163 DUP4 PUSH2 0x86B JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1189 DUP2 DUP5 DUP7 PUSH2 0x1141 JUMP JUMPDEST SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11EE PUSH1 0x26 DUP4 PUSH2 0xD34 JUMP JUMPDEST SWAP2 POP PUSH2 0x11F9 DUP3 PUSH2 0x1192 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x121D DUP2 PUSH2 0x11E1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x125A PUSH1 0x20 DUP4 PUSH2 0xD34 JUMP JUMPDEST SWAP2 POP PUSH2 0x1265 DUP3 PUSH2 0x1224 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1289 DUP2 PUSH2 0x124D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP3 0xDB 0xC8 0xB6 SWAP16 PUSH25 0x264EABB9F71CA51F01F910551A57D38F8436E680F46621F14F 0xF6 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"335:3661:17:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2262:528;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2085:101:0;;;:::i;:::-;;3384:327:17;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2940:187;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1462:85:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1750:279:17;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3833:161;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2335:198:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2262:528:17;1355:13:0;:11;:13::i;:::-;2393:14:17::1;2410:12;:19;2393:36;;2444:6;2439:345;2460:6;2456:1;:10;2439:345;;;2484:21;:31;2506:8;2484:31;;;;;;;;;;;2521:12;2534:1;2521:15;;;;;;;;:::i;:::-;;;;;;;;2484:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2603:111;;;;;;;;2659:12;2672:1;2659:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2603:111;;;;2691:8;2603:111;;::::0;2551:27:::1;:49;2579:12;2592:1;2579:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2551:49;;;;;;;;;;;:163;;;;;;;;;;;;;;;;;;;2756:3;;;;;;;2439:345;;;;2382:408;2262:528:::0;;:::o;2085:101:0:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;3384:327:17:-;1355:13:0;:11;:13::i;:::-;3500:1:17::1;3483:19;;:5;:19;;::::0;3475:54:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3543:18;:4;:18:::0;3539:47:::1;;3581:5;3563:15;;:23;;;;;;;;;;;;;;;;;;3539:47;3600:20;:4;:20:::0;3596:52:::1;;3643:5;3622:18;;:26;;;;;;;;;;;;;;;;;;3596:52;3663:41;3688:15;;;;;;;;;;;3663:41;;;;;;:::i;:::-;;;;;;;;3384:327:::0;;:::o;2940:187::-;1355:13:0;:11;:13::i;:::-;3046:19:17::1;3025:18;;:40;;;;;;;;;;;;;;;;;;3080;3100:19;3080:40;;;;;;:::i;:::-;;;;;;;;2940:187:::0;:::o;1462:85:0:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;1750:279:17:-;1355:13:0;:11;:13::i;:::-;1874:1:17::1;1857:19;;:5;:19;;::::0;1849:54:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1917:15;:4;:15:::0;1913:54:::1;;1961:6;1934:17;:24;1952:5;1934:24;;;;;;;;;;;;;;;;:33;;;;;;;;;;;;;;;;;;1913:54;1983:39;2002:4;2008:5;2015:6;1983:39;;;;;;;;:::i;:::-;;;;;;;;1750:279:::0;;;:::o;3833:161::-;1355:13:0;:11;:13::i;:::-;3937:10:17::1;;3923:11;:24;;;;;;;:::i;:::-;;3962:25;3976:10;;3962:25;;;;;;;:::i;:::-;;;;;;;;3833:161:::0;;:::o;2335:198:0:-;1355:13;:11;:13::i;:::-;2443:1:::1;2423:22;;:8;:22;;::::0;2415:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2498:28;2517:8;2498:18;:28::i;:::-;2335:198:::0;:::o;1620:130::-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;2687:187::-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;886:96:7:-;939:7;965:10;958:17;;886:96;:::o;7:75:21:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:117::-;799:1;796;789:12;813:102;854:6;905:2;901:7;896:2;889:5;885:14;881:28;871:38;;813:102;;;:::o;921:180::-;969:77;966:1;959:88;1066:4;1063:1;1056:15;1090:4;1087:1;1080:15;1107:281;1190:27;1212:4;1190:27;:::i;:::-;1182:6;1178:40;1320:6;1308:10;1305:22;1284:18;1272:10;1269:34;1266:62;1263:88;;;1331:18;;:::i;:::-;1263:88;1371:10;1367:2;1360:22;1150:238;1107:281;;:::o;1394:129::-;1428:6;1455:20;;:::i;:::-;1445:30;;1484:33;1512:4;1504:6;1484:33;:::i;:::-;1394:129;;;:::o;1529:340::-;1635:4;1725:18;1717:6;1714:30;1711:56;;;1747:18;;:::i;:::-;1711:56;1797:4;1789:6;1785:17;1777:25;;1857:4;1851;1847:15;1839:23;;1529:340;;;:::o;1875:117::-;1984:1;1981;1974:12;1998:117;2107:1;2104;2097:12;2284:578;2362:5;2406:4;2394:9;2389:3;2385:19;2381:30;2378:117;;;2414:79;;:::i;:::-;2378:117;2513:21;2529:4;2513:21;:::i;:::-;2504:30;;2593:1;2633:49;2678:3;2669:6;2658:9;2654:22;2633:49;:::i;:::-;2626:4;2619:5;2615:16;2608:75;2544:150;2753:2;2794:49;2839:3;2830:6;2819:9;2815:22;2794:49;:::i;:::-;2787:4;2780:5;2776:16;2769:75;2704:151;2284:578;;;;:::o;2910:797::-;3035:5;3060:110;3076:93;3162:6;3076:93;:::i;:::-;3060:110;:::i;:::-;3051:119;;3190:5;3219:6;3212:5;3205:21;3253:4;3246:5;3242:16;3235:23;;3306:4;3298:6;3294:17;3286:6;3282:30;3335:3;3327:6;3324:15;3321:122;;;3354:79;;:::i;:::-;3321:122;3469:6;3452:249;3486:6;3481:3;3478:15;3452:249;;;3561:3;3590:66;3652:3;3640:10;3590:66;:::i;:::-;3585:3;3578:79;3686:4;3681:3;3677:14;3670:21;;3528:173;3512:4;3507:3;3503:14;3496:21;;3452:249;;;3456:21;3041:666;;2910:797;;;;;:::o;3755:428::-;3855:5;3904:3;3897:4;3889:6;3885:17;3881:27;3871:122;;3912:79;;:::i;:::-;3871:122;4029:6;4016:20;4054:123;4173:3;4165:6;4158:4;4150:6;4146:17;4054:123;:::i;:::-;4045:132;;3861:322;3755:428;;;;:::o;4189:742::-;4311:6;4319;4368:2;4356:9;4347:7;4343:23;4339:32;4336:119;;;4374:79;;:::i;:::-;4336:119;4494:1;4519:53;4564:7;4555:6;4544:9;4540:22;4519:53;:::i;:::-;4509:63;;4465:117;4649:2;4638:9;4634:18;4621:32;4680:18;4672:6;4669:30;4666:117;;;4702:79;;:::i;:::-;4666:117;4807:107;4906:7;4897:6;4886:9;4882:22;4807:107;:::i;:::-;4797:117;;4592:332;4189:742;;;;;:::o;4937:126::-;4974:7;5014:42;5007:5;5003:54;4992:65;;4937:126;;;:::o;5069:96::-;5106:7;5135:24;5153:5;5135:24;:::i;:::-;5124:35;;5069:96;;;:::o;5171:122::-;5244:24;5262:5;5244:24;:::i;:::-;5237:5;5234:35;5224:63;;5283:1;5280;5273:12;5224:63;5171:122;:::o;5299:139::-;5345:5;5383:6;5370:20;5361:29;;5399:33;5426:5;5399:33;:::i;:::-;5299:139;;;;:::o;5444:474::-;5512:6;5520;5569:2;5557:9;5548:7;5544:23;5540:32;5537:119;;;5575:79;;:::i;:::-;5537:119;5695:1;5720:53;5765:7;5756:6;5745:9;5741:22;5720:53;:::i;:::-;5710:63;;5666:117;5822:2;5848:53;5893:7;5884:6;5873:9;5869:22;5848:53;:::i;:::-;5838:63;;5793:118;5444:474;;;;;:::o;5924:101::-;5960:7;6000:18;5993:5;5989:30;5978:41;;5924:101;;;:::o;6031:120::-;6103:23;6120:5;6103:23;:::i;:::-;6096:5;6093:34;6083:62;;6141:1;6138;6131:12;6083:62;6031:120;:::o;6157:137::-;6202:5;6240:6;6227:20;6218:29;;6256:32;6282:5;6256:32;:::i;:::-;6157:137;;;;:::o;6300:327::-;6358:6;6407:2;6395:9;6386:7;6382:23;6378:32;6375:119;;;6413:79;;:::i;:::-;6375:119;6533:1;6558:52;6602:7;6593:6;6582:9;6578:22;6558:52;:::i;:::-;6548:62;;6504:116;6300:327;;;;:::o;6633:118::-;6720:24;6738:5;6720:24;:::i;:::-;6715:3;6708:37;6633:118;;:::o;6757:222::-;6850:4;6888:2;6877:9;6873:18;6865:26;;6901:71;6969:1;6958:9;6954:17;6945:6;6901:71;:::i;:::-;6757:222;;;;:::o;6985:90::-;7019:7;7062:5;7055:13;7048:21;7037:32;;6985:90;;;:::o;7081:116::-;7151:21;7166:5;7151:21;:::i;:::-;7144:5;7141:32;7131:60;;7187:1;7184;7177:12;7131:60;7081:116;:::o;7203:133::-;7246:5;7284:6;7271:20;7262:29;;7300:30;7324:5;7300:30;:::i;:::-;7203:133;;;;:::o;7342:613::-;7416:6;7424;7432;7481:2;7469:9;7460:7;7456:23;7452:32;7449:119;;;7487:79;;:::i;:::-;7449:119;7607:1;7632:53;7677:7;7668:6;7657:9;7653:22;7632:53;:::i;:::-;7622:63;;7578:117;7734:2;7760:53;7805:7;7796:6;7785:9;7781:22;7760:53;:::i;:::-;7750:63;;7705:118;7862:2;7888:50;7930:7;7921:6;7910:9;7906:22;7888:50;:::i;:::-;7878:60;;7833:115;7342:613;;;;;:::o;7961:117::-;8070:1;8067;8060:12;8097:552;8154:8;8164:6;8214:3;8207:4;8199:6;8195:17;8191:27;8181:122;;8222:79;;:::i;:::-;8181:122;8335:6;8322:20;8312:30;;8365:18;8357:6;8354:30;8351:117;;;8387:79;;:::i;:::-;8351:117;8501:4;8493:6;8489:17;8477:29;;8555:3;8547:4;8539:6;8535:17;8525:8;8521:32;8518:41;8515:128;;;8562:79;;:::i;:::-;8515:128;8097:552;;;;;:::o;8655:527::-;8725:6;8733;8782:2;8770:9;8761:7;8757:23;8753:32;8750:119;;;8788:79;;:::i;:::-;8750:119;8936:1;8925:9;8921:17;8908:31;8966:18;8958:6;8955:30;8952:117;;;8988:79;;:::i;:::-;8952:117;9101:64;9157:7;9148:6;9137:9;9133:22;9101:64;:::i;:::-;9083:82;;;;8879:296;8655:527;;;;;:::o;9188:329::-;9247:6;9296:2;9284:9;9275:7;9271:23;9267:32;9264:119;;;9302:79;;:::i;:::-;9264:119;9422:1;9447:53;9492:7;9483:6;9472:9;9468:22;9447:53;:::i;:::-;9437:63;;9393:117;9188:329;;;;:::o;9523:180::-;9571:77;9568:1;9561:88;9668:4;9665:1;9658:15;9692:4;9689:1;9682:15;9709:169;9793:11;9827:6;9822:3;9815:19;9867:4;9862:3;9858:14;9843:29;;9709:169;;;;:::o;9884:172::-;10024:24;10020:1;10012:6;10008:14;10001:48;9884:172;:::o;10062:366::-;10204:3;10225:67;10289:2;10284:3;10225:67;:::i;:::-;10218:74;;10301:93;10390:3;10301:93;:::i;:::-;10419:2;10414:3;10410:12;10403:19;;10062:366;;;:::o;10434:419::-;10600:4;10638:2;10627:9;10623:18;10615:26;;10687:9;10681:4;10677:20;10673:1;10662:9;10658:17;10651:47;10715:131;10841:4;10715:131;:::i;:::-;10707:139;;10434:419;;;:::o;10859:115::-;10944:23;10961:5;10944:23;:::i;:::-;10939:3;10932:36;10859:115;;:::o;10980:218::-;11071:4;11109:2;11098:9;11094:18;11086:26;;11122:69;11188:1;11177:9;11173:17;11164:6;11122:69;:::i;:::-;10980:218;;;;:::o;11204:118::-;11291:24;11309:5;11291:24;:::i;:::-;11286:3;11279:37;11204:118;;:::o;11328:109::-;11409:21;11424:5;11409:21;:::i;:::-;11404:3;11397:34;11328:109;;:::o;11443:430::-;11586:4;11624:2;11613:9;11609:18;11601:26;;11637:71;11705:1;11694:9;11690:17;11681:6;11637:71;:::i;:::-;11718:72;11786:2;11775:9;11771:18;11762:6;11718:72;:::i;:::-;11800:66;11862:2;11851:9;11847:18;11838:6;11800:66;:::i;:::-;11443:430;;;;;;:::o;11879:96::-;11937:6;11965:3;11955:13;;11879:96;;;;:::o;11981:180::-;12029:77;12026:1;12019:88;12126:4;12123:1;12116:15;12150:4;12147:1;12140:15;12167:320;12211:6;12248:1;12242:4;12238:12;12228:22;;12295:1;12289:4;12285:12;12316:18;12306:81;;12372:4;12364:6;12360:17;12350:27;;12306:81;12434:2;12426:6;12423:14;12403:18;12400:38;12397:84;;12453:18;;:::i;:::-;12397:84;12218:269;12167:320;;;:::o;12493:140::-;12541:4;12564:3;12556:11;;12587:3;12584:1;12577:14;12621:4;12618:1;12608:18;12600:26;;12493:140;;;:::o;12639:93::-;12676:6;12723:2;12718;12711:5;12707:14;12703:23;12693:33;;12639:93;;;:::o;12738:107::-;12782:8;12832:5;12826:4;12822:16;12801:37;;12738:107;;;;:::o;12851:393::-;12920:6;12970:1;12958:10;12954:18;12993:97;13023:66;13012:9;12993:97;:::i;:::-;13111:39;13141:8;13130:9;13111:39;:::i;:::-;13099:51;;13183:4;13179:9;13172:5;13168:21;13159:30;;13232:4;13222:8;13218:19;13211:5;13208:30;13198:40;;12927:317;;12851:393;;;;;:::o;13250:77::-;13287:7;13316:5;13305:16;;13250:77;;;:::o;13333:60::-;13361:3;13382:5;13375:12;;13333:60;;;:::o;13399:142::-;13449:9;13482:53;13500:34;13509:24;13527:5;13509:24;:::i;:::-;13500:34;:::i;:::-;13482:53;:::i;:::-;13469:66;;13399:142;;;:::o;13547:75::-;13590:3;13611:5;13604:12;;13547:75;;;:::o;13628:269::-;13738:39;13769:7;13738:39;:::i;:::-;13799:91;13848:41;13872:16;13848:41;:::i;:::-;13840:6;13833:4;13827:11;13799:91;:::i;:::-;13793:4;13786:105;13704:193;13628:269;;;:::o;13903:73::-;13948:3;13903:73;:::o;13982:189::-;14059:32;;:::i;:::-;14100:65;14158:6;14150;14144:4;14100:65;:::i;:::-;14035:136;13982:189;;:::o;14177:186::-;14237:120;14254:3;14247:5;14244:14;14237:120;;;14308:39;14345:1;14338:5;14308:39;:::i;:::-;14281:1;14274:5;14270:13;14261:22;;14237:120;;;14177:186;;:::o;14369:541::-;14469:2;14464:3;14461:11;14458:445;;;14503:37;14534:5;14503:37;:::i;:::-;14586:29;14604:10;14586:29;:::i;:::-;14576:8;14572:44;14769:2;14757:10;14754:18;14751:49;;;14790:8;14775:23;;14751:49;14813:80;14869:22;14887:3;14869:22;:::i;:::-;14859:8;14855:37;14842:11;14813:80;:::i;:::-;14473:430;;14458:445;14369:541;;;:::o;14916:117::-;14970:8;15020:5;15014:4;15010:16;14989:37;;14916:117;;;;:::o;15039:169::-;15083:6;15116:51;15164:1;15160:6;15152:5;15149:1;15145:13;15116:51;:::i;:::-;15112:56;15197:4;15191;15187:15;15177:25;;15090:118;15039:169;;;;:::o;15213:295::-;15289:4;15435:29;15460:3;15454:4;15435:29;:::i;:::-;15427:37;;15497:3;15494:1;15490:11;15484:4;15481:21;15473:29;;15213:295;;;;:::o;15513:1398::-;15635:43;15674:3;15669;15635:43;:::i;:::-;15743:18;15735:6;15732:30;15729:56;;;15765:18;;:::i;:::-;15729:56;15809:38;15841:4;15835:11;15809:38;:::i;:::-;15894:66;15953:6;15945;15939:4;15894:66;:::i;:::-;15987:1;16016:2;16008:6;16005:14;16033:1;16028:631;;;;16703:1;16720:6;16717:84;;;16776:9;16771:3;16767:19;16754:33;16745:42;;16717:84;16827:67;16887:6;16880:5;16827:67;:::i;:::-;16821:4;16814:81;16676:229;15998:907;;16028:631;16080:4;16076:9;16068:6;16064:22;16114:36;16145:4;16114:36;:::i;:::-;16172:1;16186:215;16200:7;16197:1;16194:14;16186:215;;;16286:9;16281:3;16277:19;16264:33;16256:6;16249:49;16337:1;16329:6;16325:14;16315:24;;16384:2;16373:9;16369:18;16356:31;;16223:4;16220:1;16216:12;16211:17;;16186:215;;;16429:6;16420:7;16417:19;16414:186;;;16494:9;16489:3;16485:19;16472:33;16537:48;16579:4;16571:6;16567:17;16556:9;16537:48;:::i;:::-;16529:6;16522:64;16437:163;16414:186;16646:1;16642;16634:6;16630:14;16626:22;16620:4;16613:36;16035:624;;;15998:907;;15610:1301;;;15513:1398;;;:::o;16917:168::-;17000:11;17034:6;17029:3;17022:19;17074:4;17069:3;17065:14;17050:29;;16917:168;;;;:::o;17091:146::-;17188:6;17183:3;17178;17165:30;17229:1;17220:6;17215:3;17211:16;17204:27;17091:146;;;:::o;17265:314::-;17361:3;17382:70;17445:6;17440:3;17382:70;:::i;:::-;17375:77;;17462:56;17511:6;17506:3;17499:5;17462:56;:::i;:::-;17543:29;17565:6;17543:29;:::i;:::-;17538:3;17534:39;17527:46;;17265:314;;;;;:::o;17585:329::-;17706:4;17744:2;17733:9;17729:18;17721:26;;17793:9;17787:4;17783:20;17779:1;17768:9;17764:17;17757:47;17821:86;17902:4;17893:6;17885;17821:86;:::i;:::-;17813:94;;17585:329;;;;;:::o;17920:225::-;18060:34;18056:1;18048:6;18044:14;18037:58;18129:8;18124:2;18116:6;18112:15;18105:33;17920:225;:::o;18151:366::-;18293:3;18314:67;18378:2;18373:3;18314:67;:::i;:::-;18307:74;;18390:93;18479:3;18390:93;:::i;:::-;18508:2;18503:3;18499:12;18492:19;;18151:366;;;:::o;18523:419::-;18689:4;18727:2;18716:9;18712:18;18704:26;;18776:9;18770:4;18766:20;18762:1;18751:9;18747:17;18740:47;18804:131;18930:4;18804:131;:::i;:::-;18796:139;;18523:419;;;:::o;18948:182::-;19088:34;19084:1;19076:6;19072:14;19065:58;18948:182;:::o;19136:366::-;19278:3;19299:67;19363:2;19358:3;19299:67;:::i;:::-;19292:74;;19375:93;19464:3;19375:93;:::i;:::-;19493:2;19488:3;19484:12;19477:19;;19136:366;;;:::o;19508:419::-;19674:4;19712:2;19701:9;19697:18;19689:26;;19761:9;19755:4;19751:20;19747:1;19736:9;19732:17;19725:47;19789:131;19915:4;19789:131;:::i;:::-;19781:139;;19508:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"961200","executionCost":"1001","totalCost":"962201"},"external":{"owner()":"2522","renounceOwnership()":"30421","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,bool)":"infinite","transferOwnership(address)":"30810","updateProtocolAddresses(bytes32,address)":"infinite","updateProtocolAggregator(bytes)":"infinite","updateProtocolFees(uint64)":"infinite"}},"methodIdentifiers":{"owner()":"8da5cb5b","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,bool)":"99e3c0b4","transferOwnership(address)":"f2fde38b","updateProtocolAddresses(bytes32,address)":"79a0effb","updateProtocolAggregator(bytes)":"cb79455b","updateProtocolFees(uint64)":"84630736"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressesUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeesUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"aggregator\",\"type\":\"bytes\"}],\"name\":\"SetAggregator\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"status\",\"type\":\"bool\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"status\",\"type\":\"bool\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddresses\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"aggregator\",\"type\":\"bytes\"}],\"name\":\"updateProtocolAggregator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFees\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,bool)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"},\"updateProtocolAddresses(bytes32,address)\":{\"details\":\"Updates the protocol addresses.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolAggregator(bytes)\":{\"details\":\"Updates the protocol aggregator.\",\"params\":{\"aggregator\":\"The new aggregator to be set.\"}},\"updateProtocolFees(uint64)\":{\"details\":\"Updates the protocol fees percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fees percentage to be set.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/PaycrestSettingManager.sol\":\"PaycrestSettingManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"contracts/PaycrestSettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title PaycrestSettingManager\\n * @dev This contract manages the settings and configurations for the Paycrest protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\\\";\\n\\nimport {SharedStructs} from \\\"./libraries/SharedStructs.sol\\\";\\n\\ncontract PaycrestSettingManager is OwnableUpgradeable { \\n uint256 internal MAX_BPS;\\n uint64 internal protocolFeePercent;\\n address internal treasuryAddress;\\n address internal _aggregatorAddress;\\n bytes internal _aggregator;\\n \\n // this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n uint256[50] private __gap;\\n\\n mapping(address => bool) internal _isTokenSupported;\\n\\n mapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n mapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n event SettingManagerBool(bytes32 what, address value, bool status);\\n event ProtocolFeesUpdated(uint64 protocolFee);\\n event ProtocolAddressesUpdated(address treasuryAddress);\\n event SetAggregator(bytes aggregator);\\n event SetFeeRecipient(address treasuryAddress);\\n \\n /* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n /**\\n * @dev Sets the boolean value for a specific setting.\\n * @param what The setting to be updated.\\n * @param value The address or value associated with the setting.\\n * @param status The boolean value to be set.\\n * Requirements:\\n * - The value must not be a zero address.\\n */\\n function settingManagerBool(bytes32 what, address value, bool status) external onlyOwner {\\n require(value != address(0), \\\"Paycrest: zero address\\\");\\n if (what == \\\"token\\\") _isTokenSupported[value] = status;\\n\\n emit SettingManagerBool(what, value, status);\\n }\\n\\n /**\\n * @dev Sets the supported institutions for a specific currency.\\n * @param currency The currency for which the institutions are being set.\\n * @param institutions The array of institutions to be set.\\n */\\n function setSupportedInstitutions(bytes32 currency, SharedStructs.Institution[] memory institutions) external onlyOwner { \\n uint256 length = institutions.length;\\n for (uint i = 0; i < length; ) {\\n supportedInstitutions[currency].push(institutions[i]);\\n supportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n name: institutions[i].name, currency: currency\\n });\\n unchecked {\\n i++;\\n }\\n }\\n }\\n\\n /**\\n * @dev Updates the protocol fees percentage.\\n * @param _protocolFeePercent The new protocol fees percentage to be set.\\n */\\n function updateProtocolFees(uint64 _protocolFeePercent) external onlyOwner {\\n protocolFeePercent = _protocolFeePercent;\\n emit ProtocolFeesUpdated(_protocolFeePercent);\\n }\\n\\n /**\\n * @dev Updates the protocol addresses.\\n * @param what The address type to be updated (treasury or aggregator).\\n * @param value The new address to be set.\\n * Requirements:\\n * - The value must not be a zero address.\\n */\\n function updateProtocolAddresses(bytes32 what, address value) external onlyOwner {\\n require(value != address(0), \\\"Paycrest: zero address\\\");\\n if (what == \\\"treasury\\\") treasuryAddress = value;\\n if (what == \\\"aggregator\\\") _aggregatorAddress = value;\\n emit ProtocolAddressesUpdated(treasuryAddress);\\n }\\n\\n /**\\n * @dev Updates the protocol aggregator.\\n * @param aggregator The new aggregator to be set.\\n */\\n function updateProtocolAggregator(bytes calldata aggregator) external onlyOwner {\\n _aggregator = aggregator;\\n emit SetAggregator(aggregator);\\n }\\n}\\n\",\"keccak256\":\"0x8a6728234f0629f9d377071d6e3a319a2740c98fe8e89d2c7bb7f4656ae63e45\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":139,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":142,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1299,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":11,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":131,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":4329,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"MAX_BPS","offset":0,"slot":"101","type":"t_uint256"},{"astId":4331,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"protocolFeePercent","offset":0,"slot":"102","type":"t_uint64"},{"astId":4333,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"treasuryAddress","offset":8,"slot":"102","type":"t_address"},{"astId":4335,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_aggregatorAddress","offset":0,"slot":"103","type":"t_address"},{"astId":4337,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_aggregator","offset":0,"slot":"104","type":"t_bytes_storage"},{"astId":4341,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"__gap","offset":0,"slot":"105","type":"t_array(t_uint256)50_storage"},{"astId":4345,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_isTokenSupported","offset":0,"slot":"155","type":"t_mapping(t_address,t_bool)"},{"astId":4351,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"supportedInstitutions","offset":0,"slot":"156","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)4748_storage)dyn_storage)"},{"astId":4356,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"supportedInstitutionsByCode","offset":0,"slot":"157","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)4753_storage)"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)4748_storage)dyn_storage":{"base":"t_struct(Institution)4748_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_bytes_storage":{"encoding":"bytes","label":"bytes","numberOfBytes":"32"},"t_mapping(t_address,t_bool)":{"encoding":"mapping","key":"t_address","label":"mapping(address => bool)","numberOfBytes":"32","value":"t_bool"},"t_mapping(t_bytes32,t_array(t_struct(Institution)4748_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)4748_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)4753_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)4753_storage"},"t_struct(Institution)4748_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":4745,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":4747,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)4753_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":4750,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":4752,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/interfaces/IPaycrest.sol":{"IPaycrest":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getAggregator","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"protocolReward","type":"uint64"},{"internalType":"uint256","name":"max_bps","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint96","name":"rate","type":"uint96"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IPaycrest.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"},{"internalType":"bool","name":"_isPartner","type":"bool"}],"name":"settle","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"},{"internalType":"address","name":"","type":"address"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface for the Paycrest contract.","events":{"OrderCreated(address,uint256,bytes32,uint256,bytes32,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","label":"The label of the deposit.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","label":"The label of the transaction.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"label":"The label of the transaction.","liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}}},"kind":"dev","methods":{"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":{"details":"Requirements: - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundable` refundable address must not be zero address.","params":{"_amount":"The amount in the decimal of `_token` to be locked.","_institutionCode":"The institution code of the sender.","_label":"The reference of the sender.","_rate":"The rate at which the sender intends to sell `_amount` of `_token`.","_refundAddress":"The address that will receive `_amount` in `_token` when there is a need to refund.","_senderFee":"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.","_senderFeeRecipient":"The address that will receive `_senderFee` in `_token` when there is a need to refund.","_token":"The address of the token.","messageHash":"The hash of the message."},"returns":{"_orderId":"The ID of the order."}},"getAggregator()":{"returns":{"_0":"return The aggregator's public key."}},"getFeeDetails()":{"returns":{"max_bps":"The maximum basis points.","protocolReward":"The protocol reward amount."}},"getOrderInfo(bytes32)":{"params":{"_orderId":"The ID of the order."},"returns":{"_0":"return The order details."}},"getSupportedInstitutionByCode(bytes32)":{"params":{"_code":"The institution code."},"returns":{"_0":"return The institution details."}},"getSupportedInstitutions(bytes32)":{"params":{"_currency":"The currency code."},"returns":{"_0":"return An array of institutions."}},"isTokenSupported(address)":{"params":{"_token":"The address of the token to check."},"returns":{"_0":"Whether the token is supported."}},"refund(uint256,bytes32,bytes32)":{"details":"Requirements: - Only aggregators can call this function. - `_orderId` must be less than total IDs. - `_orderId` must be an open ID. - `isFulfilled` must be false.","params":{"_fee":"The amount to be deducted from the amount to be refunded.","_label":"The reference of the sender.","_orderId":"The ID of the transaction."},"returns":{"_0":"Whether the refund is successful."}},"settle(bytes32,bytes32,bytes32,address,uint64,bool)":{"details":"Requirements: - Only aggregators can call this function. - `_orderId` must be less than total IDs. - `_orderId` must be an open ID. - `_primaryValidator` must have stake on the Paycrest staking platform. - `_secondaryValidators` must have stake on the Paycrest staking platform. - `amount` must be greater than minimum. - `_refundable` refundable address must not be zero address.","params":{"_isPartner":"Whether the liquidity provider is a partner.","_label":"The reference of the sender.","_liquidityProvider":"The address of the liquidity provider.","_orderId":"The ID of the transaction.","_settlePercent":"The rate at which the transaction is settled."},"returns":{"_0":"_orderId The ID of the order.","_1":"_liquidityProvider The address of the liquidity provider."}}},"title":"IPaycrest","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":"2654ec7e","getAggregator()":"3ad59dbc","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","isTokenSupported(address)":"75151b63","refund(uint256,bytes32,bytes32)":"d28a8d32","settle(bytes32,bytes32,bytes32,address,uint64,bool)":"5fe44cac"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAggregator\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"protocolReward\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"max_bps\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"seller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint96\",\"name\":\"rate\",\"type\":\"uint96\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IPaycrest.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"_isPartner\",\"type\":\"bool\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface for the Paycrest contract.\",\"events\":{\"OrderCreated(address,uint256,bytes32,uint256,bytes32,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"label\":\"The label of the deposit.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"label\":\"The label of the transaction.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"label\":\"The label of the transaction.\",\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}}},\"kind\":\"dev\",\"methods\":{\"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"Requirements: - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundable` refundable address must not be zero address.\",\"params\":{\"_amount\":\"The amount in the decimal of `_token` to be locked.\",\"_institutionCode\":\"The institution code of the sender.\",\"_label\":\"The reference of the sender.\",\"_rate\":\"The rate at which the sender intends to sell `_amount` of `_token`.\",\"_refundAddress\":\"The address that will receive `_amount` in `_token` when there is a need to refund.\",\"_senderFee\":\"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\",\"_senderFeeRecipient\":\"The address that will receive `_senderFee` in `_token` when there is a need to refund.\",\"_token\":\"The address of the token.\",\"messageHash\":\"The hash of the message.\"},\"returns\":{\"_orderId\":\"The ID of the order.\"}},\"getAggregator()\":{\"returns\":{\"_0\":\"return The aggregator's public key.\"}},\"getFeeDetails()\":{\"returns\":{\"max_bps\":\"The maximum basis points.\",\"protocolReward\":\"The protocol reward amount.\"}},\"getOrderInfo(bytes32)\":{\"params\":{\"_orderId\":\"The ID of the order.\"},\"returns\":{\"_0\":\"return The order details.\"}},\"getSupportedInstitutionByCode(bytes32)\":{\"params\":{\"_code\":\"The institution code.\"},\"returns\":{\"_0\":\"return The institution details.\"}},\"getSupportedInstitutions(bytes32)\":{\"params\":{\"_currency\":\"The currency code.\"},\"returns\":{\"_0\":\"return An array of institutions.\"}},\"isTokenSupported(address)\":{\"params\":{\"_token\":\"The address of the token to check.\"},\"returns\":{\"_0\":\"Whether the token is supported.\"}},\"refund(uint256,bytes32,bytes32)\":{\"details\":\"Requirements: - Only aggregators can call this function. - `_orderId` must be less than total IDs. - `_orderId` must be an open ID. - `isFulfilled` must be false.\",\"params\":{\"_fee\":\"The amount to be deducted from the amount to be refunded.\",\"_label\":\"The reference of the sender.\",\"_orderId\":\"The ID of the transaction.\"},\"returns\":{\"_0\":\"Whether the refund is successful.\"}},\"settle(bytes32,bytes32,bytes32,address,uint64,bool)\":{\"details\":\"Requirements: - Only aggregators can call this function. - `_orderId` must be less than total IDs. - `_orderId` must be an open ID. - `_primaryValidator` must have stake on the Paycrest staking platform. - `_secondaryValidators` must have stake on the Paycrest staking platform. - `amount` must be greater than minimum. - `_refundable` refundable address must not be zero address.\",\"params\":{\"_isPartner\":\"Whether the liquidity provider is a partner.\",\"_label\":\"The reference of the sender.\",\"_liquidityProvider\":\"The address of the liquidity provider.\",\"_orderId\":\"The ID of the transaction.\",\"_settlePercent\":\"The rate at which the transaction is settled.\"},\"returns\":{\"_0\":\"_orderId The ID of the order.\",\"_1\":\"_liquidityProvider The address of the liquidity provider.\"}}},\"title\":\"IPaycrest\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)\":{\"notice\":\"Locks the sender's amount of token into Paycrest.\"},\"getAggregator()\":{\"notice\":\"Gets the aggregator's public key.\"},\"getFeeDetails()\":{\"notice\":\"Gets the fee details of Paycrest.\"},\"getOrderInfo(bytes32)\":{\"notice\":\"Gets the details of an order.\"},\"getSupportedInstitutionByCode(bytes32)\":{\"notice\":\"Gets the details of a supported institution by code.\"},\"getSupportedInstitutions(bytes32)\":{\"notice\":\"Gets the details of supported institutions by currency.\"},\"isTokenSupported(address)\":{\"notice\":\"Checks if a token is supported by Paycrest.\"},\"refund(uint256,bytes32,bytes32)\":{\"notice\":\"Refunds to the specified refundable address.\"},\"settle(bytes32,bytes32,bytes32,address,uint64,bool)\":{\"notice\":\"Settles a transaction and distributes rewards accordingly.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/interfaces/IPaycrest.sol\":\"IPaycrest\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/interfaces/IPaycrest.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from \\\"@openzeppelin/contracts/token/ERC20/IERC20.sol\\\";\\n\\nimport {SharedStructs} from \\\"../libraries/SharedStructs.sol\\\";\\n\\n/**\\n * @title IPaycrest\\n * @dev Interface for the Paycrest contract.\\n */\\ninterface IPaycrest {\\n \\n /* ##################################################################\\n EVENTS\\n ################################################################## */\\n /**\\n * @dev Emitted when a deposit is made.\\n * @param token The address of the deposited token.\\n * @param amount The amount of the deposit.\\n * @param orderId The ID of the order.\\n * @param rate The rate at which the deposit is made.\\n * @param institutionCode The code of the institution.\\n * @param label The label of the deposit.\\n * @param messageHash The hash of the message.\\n */\\n event OrderCreated(address indexed token, uint256 indexed amount, bytes32 indexed orderId, uint256 rate, bytes32 institutionCode, bytes32 label, string messageHash);\\n\\n /**\\n * @dev Emitted when an aggregator settles a transaction.\\n * @param splitOrderId The ID of the split order.\\n * @param orderId The ID of the order.\\n * @param label The label of the transaction.\\n * @param liquidityProvider The address of the liquidity provider.\\n * @param settlePercent The percentage at which the transaction is settled.\\n */\\n event OrderSettled(bytes32 splitOrderId, bytes32 indexed orderId, bytes32 label, address indexed liquidityProvider, uint96 settlePercent);\\n\\n /**\\n * @dev Emitted when an aggregator refunds a transaction.\\n * @param fee The fee deducted from the refund amount.\\n * @param orderId The ID of the order.\\n * @param label The label of the transaction.\\n */\\n event OrderRefunded(uint256 fee, bytes32 indexed orderId, bytes32 label);\\n\\n /**\\n * @dev Emitted when the sender's fee is transferred.\\n * @param sender The address of the sender.\\n * @param amount The amount of the fee transferred.\\n */\\n event SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n /* ##################################################################\\n STRUCTS\\n ################################################################## */\\n /**\\n * @dev Struct representing transaction metadata.\\n * @param identifier The identifier of the transaction.\\n * @param institution The institution of the transaction.\\n * @param name The name of the transaction.\\n * @param currency The currency of the transaction.\\n * @param liquidityProviderID The ID of the liquidity provider.\\n */\\n struct TransactionMetadata {\\n bytes8 identifier;\\n bytes8 institution;\\n bytes8 name;\\n bytes8 currency;\\n uint256 liquidityProviderID;\\n }\\n\\n /**\\n * @dev Struct representing an order.\\n * @param seller The address of the seller.\\n * @param token The address of the token.\\n * @param senderFeeRecipient The address of the sender fee recipient.\\n * @param senderFee The fee to be paid to the sender fee recipient.\\n * @param rate The rate at which the order is made.\\n * @param isFulfilled Whether the order is fulfilled.\\n * @param refundAddress The address to which the refund is made.\\n * @param currentBPS The current basis points.\\n * @param amount The amount of the order.\\n */\\n struct Order {\\n address seller;\\n address token;\\n address senderFeeRecipient;\\n uint256 senderFee;\\n uint96 rate;\\n bool isFulfilled;\\n address refundAddress;\\n uint96 currentBPS;\\n uint256 amount;\\n }\\n\\n /* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n /**\\n * @notice Locks the sender's amount of token into Paycrest.\\n * @dev Requirements:\\n * - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call.\\n * - `_token` must be an acceptable token. See {isTokenSupported}.\\n * - `amount` must be greater than minimum.\\n * - `_refundable` refundable address must not be zero address.\\n * @param _token The address of the token.\\n * @param _amount The amount in the decimal of `_token` to be locked.\\n * @param _institutionCode The institution code of the sender.\\n * @param _label The reference of the sender.\\n * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token` when there is a need to refund.\\n * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\\n * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n * @param messageHash The hash of the message.\\n * @return _orderId The ID of the order.\\n */\\n function createOrder(\\n address _token, \\n uint256 _amount, \\n bytes32 _institutionCode,\\n bytes32 _label,\\n uint96 _rate, \\n address _senderFeeRecipient,\\n uint256 _senderFee,\\n address _refundAddress, \\n string calldata messageHash\\n ) external returns(bytes32 _orderId);\\n\\n /**\\n * @notice Settles a transaction and distributes rewards accordingly.\\n * @dev Requirements:\\n * - Only aggregators can call this function.\\n * - `_orderId` must be less than total IDs.\\n * - `_orderId` must be an open ID.\\n * - `_primaryValidator` must have stake on the Paycrest staking platform.\\n * - `_secondaryValidators` must have stake on the Paycrest staking platform.\\n * - `amount` must be greater than minimum.\\n * - `_refundable` refundable address must not be zero address.\\n * @param _orderId The ID of the transaction.\\n * @param _label The reference of the sender.\\n * @param _liquidityProvider The address of the liquidity provider.\\n * @param _settlePercent The rate at which the transaction is settled.\\n * @param _isPartner Whether the liquidity provider is a partner.\\n * @return _orderId The ID of the order.\\n * @return _liquidityProvider The address of the liquidity provider.\\n */\\n function settle(bytes32 _splitOrderId, bytes32 _orderId, bytes32 _label, address _liquidityProvider, uint64 _settlePercent, bool _isPartner) external returns(bytes32, address);\\n\\n /**\\n * @notice Refunds to the specified refundable address.\\n * @dev Requirements:\\n * - Only aggregators can call this function.\\n * - `_orderId` must be less than total IDs.\\n * - `_orderId` must be an open ID.\\n * - `isFulfilled` must be false.\\n * @param _fee The amount to be deducted from the amount to be refunded.\\n * @param _orderId The ID of the transaction.\\n * @param _label The reference of the sender.\\n * @return Whether the refund is successful.\\n */\\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external returns(bool);\\n\\n /**\\n * @notice Checks if a token is supported by Paycrest.\\n * @param _token The address of the token to check.\\n * @return Whether the token is supported.\\n */\\n function isTokenSupported(address _token) external view returns(bool);\\n\\n /**\\n * @notice Gets the details of an order.\\n * @param _orderId The ID of the order.\\n * @return return The order details.\\n */\\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory);\\n\\n /**\\n * @notice Gets the fee details of Paycrest.\\n * @return protocolReward The protocol reward amount.\\n * @return max_bps The maximum basis points.\\n */\\n function getFeeDetails() external view returns(uint64 protocolReward, uint256 max_bps);\\n\\n /**\\n * @notice Gets the aggregator's public key.\\n * @return return The aggregator's public key.\\n */\\n function getAggregator() external view returns(bytes memory);\\n\\n /**\\n * @notice Gets the details of a supported institution by code.\\n * @param _code The institution code.\\n * @return return The institution details.\\n */\\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory);\\n\\n /**\\n * @notice Gets the details of supported institutions by currency.\\n * @param _currency The currency code.\\n * @return return An array of institutions.\\n */ \\n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0xddeb834f8321bfe4a1abe80aecff281a2bb58a87ef6c352c8bf8e555eed3ac83\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":{"notice":"Locks the sender's amount of token into Paycrest."},"getAggregator()":{"notice":"Gets the aggregator's public key."},"getFeeDetails()":{"notice":"Gets the fee details of Paycrest."},"getOrderInfo(bytes32)":{"notice":"Gets the details of an order."},"getSupportedInstitutionByCode(bytes32)":{"notice":"Gets the details of a supported institution by code."},"getSupportedInstitutions(bytes32)":{"notice":"Gets the details of supported institutions by currency."},"isTokenSupported(address)":{"notice":"Checks if a token is supported by Paycrest."},"refund(uint256,bytes32,bytes32)":{"notice":"Refunds to the specified refundable address."},"settle(bytes32,bytes32,bytes32,address,uint64,bool)":{"notice":"Settles a transaction and distributes rewards accordingly."}},"version":1}}},"contracts/libraries/SharedStructs.sol":{"SharedStructs":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:19:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 XOR 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:19:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/libraries/SharedStructs.sol\":\"SharedStructs\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/mocks/MockUSDC.sol":{"MockUSDT":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"burnAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Mock mintable USDC","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"See {IERC20-allowance}."},"approve(address,uint256)":{"details":"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address."},"balanceOf(address)":{"details":"See {IERC20-balanceOf}."},"decimals()":{"details":"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}."},"decreaseAllowance(address,uint256)":{"details":"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`."},"increaseAllowance(address,uint256)":{"details":"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address."},"name()":{"details":"Returns the name of the token."},"symbol()":{"details":"Returns the symbol of the token, usually a shorter version of the name."},"totalSupply()":{"details":"See {IERC20-totalSupply}."},"transfer(address,uint256)":{"details":"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`."},"transferFrom(address,address,uint256)":{"details":"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`."}},"version":1},"evm":{"bytecode":{"functionDebugData":{"@_2911":{"entryPoint":null,"id":2911,"parameterSlots":2,"returnSlots":0},"@_4775":{"entryPoint":null,"id":4775,"parameterSlots":0,"returnSlots":0},"@_afterTokenTransfer_3452":{"entryPoint":568,"id":3452,"parameterSlots":3,"returnSlots":0},"@_beforeTokenTransfer_3441":{"entryPoint":563,"id":3441,"parameterSlots":3,"returnSlots":0},"@_mint_3270":{"entryPoint":198,"id":3270,"parameterSlots":2,"returnSlots":0},"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack":{"entryPoint":1496,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":1675,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":1535,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":1692,"id":null,"parameterSlots":2,"returnSlots":1},"array_dataslot_t_string_storage":{"entryPoint":731,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":573,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":1438,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":1616,"id":null,"parameterSlots":2,"returnSlots":1},"clean_up_bytearray_end_slots_t_string_storage":{"entryPoint":1052,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_t_uint256":{"entryPoint":867,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":1013,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_uint256_to_t_uint256":{"entryPoint":887,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage":{"entryPoint":1207,"id":null,"parameterSlots":2,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":752,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":678,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":1177,"id":null,"parameterSlots":2,"returnSlots":1},"identity":{"entryPoint":877,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":1145,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x11":{"entryPoint":1569,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x22":{"entryPoint":631,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":584,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":927,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":768,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":1132,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":985,"id":null,"parameterSlots":2,"returnSlots":0},"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e":{"entryPoint":1455,"id":null,"parameterSlots":1,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":781,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":937,"id":null,"parameterSlots":3,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":980,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:7125:21","statements":[{"body":{"nodeType":"YulBlock","src":"66:40:21","statements":[{"nodeType":"YulAssignment","src":"77:22:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"93:5:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"87:5:21"},"nodeType":"YulFunctionCall","src":"87:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"77:6:21"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"49:5:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"59:6:21","type":""}],"src":"7:99:21"},{"body":{"nodeType":"YulBlock","src":"140:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"157:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"160:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"150:6:21"},"nodeType":"YulFunctionCall","src":"150:88:21"},"nodeType":"YulExpressionStatement","src":"150:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"254:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"257:4:21","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"247:6:21"},"nodeType":"YulFunctionCall","src":"247:15:21"},"nodeType":"YulExpressionStatement","src":"247:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"278:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"281:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"271:6:21"},"nodeType":"YulFunctionCall","src":"271:15:21"},"nodeType":"YulExpressionStatement","src":"271:15:21"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"112:180:21"},{"body":{"nodeType":"YulBlock","src":"326:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"343:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"346:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"336:6:21"},"nodeType":"YulFunctionCall","src":"336:88:21"},"nodeType":"YulExpressionStatement","src":"336:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"440:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"443:4:21","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"433:6:21"},"nodeType":"YulFunctionCall","src":"433:15:21"},"nodeType":"YulExpressionStatement","src":"433:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"464:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"467:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"457:6:21"},"nodeType":"YulFunctionCall","src":"457:15:21"},"nodeType":"YulExpressionStatement","src":"457:15:21"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"298:180:21"},{"body":{"nodeType":"YulBlock","src":"535:269:21","statements":[{"nodeType":"YulAssignment","src":"545:22:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"559:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"565:1:21","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"555:3:21"},"nodeType":"YulFunctionCall","src":"555:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"545:6:21"}]},{"nodeType":"YulVariableDeclaration","src":"576:38:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"606:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"612:1:21","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"602:3:21"},"nodeType":"YulFunctionCall","src":"602:12:21"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"580:18:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"653:51:21","statements":[{"nodeType":"YulAssignment","src":"667:27:21","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"681:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"689:4:21","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"677:3:21"},"nodeType":"YulFunctionCall","src":"677:17:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"667:6:21"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"633:18:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"626:6:21"},"nodeType":"YulFunctionCall","src":"626:26:21"},"nodeType":"YulIf","src":"623:81:21"},{"body":{"nodeType":"YulBlock","src":"756:42:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"770:16:21"},"nodeType":"YulFunctionCall","src":"770:18:21"},"nodeType":"YulExpressionStatement","src":"770:18:21"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"720:18:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"743:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"751:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"740:2:21"},"nodeType":"YulFunctionCall","src":"740:14:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"717:2:21"},"nodeType":"YulFunctionCall","src":"717:38:21"},"nodeType":"YulIf","src":"714:84:21"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"519:4:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"528:6:21","type":""}],"src":"484:320:21"},{"body":{"nodeType":"YulBlock","src":"864:87:21","statements":[{"nodeType":"YulAssignment","src":"874:11:21","value":{"name":"ptr","nodeType":"YulIdentifier","src":"882:3:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"874:4:21"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"902:1:21","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"905:3:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"895:6:21"},"nodeType":"YulFunctionCall","src":"895:14:21"},"nodeType":"YulExpressionStatement","src":"895:14:21"},{"nodeType":"YulAssignment","src":"918:26:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"936:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"939:4:21","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"926:9:21"},"nodeType":"YulFunctionCall","src":"926:18:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"918:4:21"}]}]},"name":"array_dataslot_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"851:3:21","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"859:4:21","type":""}],"src":"810:141:21"},{"body":{"nodeType":"YulBlock","src":"1001:49:21","statements":[{"nodeType":"YulAssignment","src":"1011:33:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1029:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"1036:2:21","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1025:3:21"},"nodeType":"YulFunctionCall","src":"1025:14:21"},{"kind":"number","nodeType":"YulLiteral","src":"1041:2:21","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"1021:3:21"},"nodeType":"YulFunctionCall","src":"1021:23:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"1011:6:21"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"984:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"994:6:21","type":""}],"src":"957:93:21"},{"body":{"nodeType":"YulBlock","src":"1109:54:21","statements":[{"nodeType":"YulAssignment","src":"1119:37:21","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"1144:4:21"},{"name":"value","nodeType":"YulIdentifier","src":"1150:5:21"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"1140:3:21"},"nodeType":"YulFunctionCall","src":"1140:16:21"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"1119:8:21"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"1084:4:21","type":""},{"name":"value","nodeType":"YulTypedName","src":"1090:5:21","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"1100:8:21","type":""}],"src":"1056:107:21"},{"body":{"nodeType":"YulBlock","src":"1245:317:21","statements":[{"nodeType":"YulVariableDeclaration","src":"1255:35:21","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"1276:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"1288:1:21","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"1272:3:21"},"nodeType":"YulFunctionCall","src":"1272:18:21"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"1259:9:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"1299:109:21","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"1330:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"1341:66:21","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"1311:18:21"},"nodeType":"YulFunctionCall","src":"1311:97:21"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"1303:4:21","type":""}]},{"nodeType":"YulAssignment","src":"1417:51:21","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"1448:9:21"},{"name":"toInsert","nodeType":"YulIdentifier","src":"1459:8:21"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"1429:18:21"},"nodeType":"YulFunctionCall","src":"1429:39:21"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"1417:8:21"}]},{"nodeType":"YulAssignment","src":"1477:30:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1490:5:21"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"1501:4:21"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"1497:3:21"},"nodeType":"YulFunctionCall","src":"1497:9:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1486:3:21"},"nodeType":"YulFunctionCall","src":"1486:21:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"1477:5:21"}]},{"nodeType":"YulAssignment","src":"1516:40:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1529:5:21"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"1540:8:21"},{"name":"mask","nodeType":"YulIdentifier","src":"1550:4:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1536:3:21"},"nodeType":"YulFunctionCall","src":"1536:19:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1526:2:21"},"nodeType":"YulFunctionCall","src":"1526:30:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"1516:6:21"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1206:5:21","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"1213:10:21","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"1225:8:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"1238:6:21","type":""}],"src":"1169:393:21"},{"body":{"nodeType":"YulBlock","src":"1613:32:21","statements":[{"nodeType":"YulAssignment","src":"1623:16:21","value":{"name":"value","nodeType":"YulIdentifier","src":"1634:5:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1623:7:21"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1595:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1605:7:21","type":""}],"src":"1568:77:21"},{"body":{"nodeType":"YulBlock","src":"1683:28:21","statements":[{"nodeType":"YulAssignment","src":"1693:12:21","value":{"name":"value","nodeType":"YulIdentifier","src":"1700:5:21"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"1693:3:21"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1669:5:21","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"1679:3:21","type":""}],"src":"1651:60:21"},{"body":{"nodeType":"YulBlock","src":"1777:82:21","statements":[{"nodeType":"YulAssignment","src":"1787:66:21","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1845:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"1827:17:21"},"nodeType":"YulFunctionCall","src":"1827:24:21"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"1818:8:21"},"nodeType":"YulFunctionCall","src":"1818:34:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"1800:17:21"},"nodeType":"YulFunctionCall","src":"1800:53:21"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"1787:9:21"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1757:5:21","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"1767:9:21","type":""}],"src":"1717:142:21"},{"body":{"nodeType":"YulBlock","src":"1912:28:21","statements":[{"nodeType":"YulAssignment","src":"1922:12:21","value":{"name":"value","nodeType":"YulIdentifier","src":"1929:5:21"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"1922:3:21"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1898:5:21","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"1908:3:21","type":""}],"src":"1865:75:21"},{"body":{"nodeType":"YulBlock","src":"2022:193:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2032:63:21","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"2087:7:21"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"2056:30:21"},"nodeType":"YulFunctionCall","src":"2056:39:21"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"2036:16:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"2111:4:21"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"2151:4:21"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"2145:5:21"},"nodeType":"YulFunctionCall","src":"2145:11:21"},{"name":"offset","nodeType":"YulIdentifier","src":"2158:6:21"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"2190:16:21"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"2166:23:21"},"nodeType":"YulFunctionCall","src":"2166:41:21"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"2117:27:21"},"nodeType":"YulFunctionCall","src":"2117:91:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"2104:6:21"},"nodeType":"YulFunctionCall","src":"2104:105:21"},"nodeType":"YulExpressionStatement","src":"2104:105:21"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"1999:4:21","type":""},{"name":"offset","nodeType":"YulTypedName","src":"2005:6:21","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"2013:7:21","type":""}],"src":"1946:269:21"},{"body":{"nodeType":"YulBlock","src":"2270:24:21","statements":[{"nodeType":"YulAssignment","src":"2280:8:21","value":{"kind":"number","nodeType":"YulLiteral","src":"2287:1:21","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"2280:3:21"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"2266:3:21","type":""}],"src":"2221:73:21"},{"body":{"nodeType":"YulBlock","src":"2353:136:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2363:46:21","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"2377:30:21"},"nodeType":"YulFunctionCall","src":"2377:32:21"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"2367:6:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"2462:4:21"},{"name":"offset","nodeType":"YulIdentifier","src":"2468:6:21"},{"name":"zero_0","nodeType":"YulIdentifier","src":"2476:6:21"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"2418:43:21"},"nodeType":"YulFunctionCall","src":"2418:65:21"},"nodeType":"YulExpressionStatement","src":"2418:65:21"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"2339:4:21","type":""},{"name":"offset","nodeType":"YulTypedName","src":"2345:6:21","type":""}],"src":"2300:189:21"},{"body":{"nodeType":"YulBlock","src":"2545:136:21","statements":[{"body":{"nodeType":"YulBlock","src":"2612:63:21","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"2656:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"2663:1:21","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"2626:29:21"},"nodeType":"YulFunctionCall","src":"2626:39:21"},"nodeType":"YulExpressionStatement","src":"2626:39:21"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"2565:5:21"},{"name":"end","nodeType":"YulIdentifier","src":"2572:3:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"2562:2:21"},"nodeType":"YulFunctionCall","src":"2562:14:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"2577:26:21","statements":[{"nodeType":"YulAssignment","src":"2579:22:21","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"2592:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"2599:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2588:3:21"},"nodeType":"YulFunctionCall","src":"2588:13:21"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"2579:5:21"}]}]},"pre":{"nodeType":"YulBlock","src":"2559:2:21","statements":[]},"src":"2555:120:21"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"2533:5:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"2540:3:21","type":""}],"src":"2495:186:21"},{"body":{"nodeType":"YulBlock","src":"2766:464:21","statements":[{"body":{"nodeType":"YulBlock","src":"2792:431:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2806:54:21","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"2854:5:21"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"2822:31:21"},"nodeType":"YulFunctionCall","src":"2822:38:21"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"2810:8:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"2873:63:21","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"2896:8:21"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"2924:10:21"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"2906:17:21"},"nodeType":"YulFunctionCall","src":"2906:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2892:3:21"},"nodeType":"YulFunctionCall","src":"2892:44:21"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"2877:11:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"3093:27:21","statements":[{"nodeType":"YulAssignment","src":"3095:23:21","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"3110:8:21"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"3095:11:21"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"3077:10:21"},{"kind":"number","nodeType":"YulLiteral","src":"3089:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3074:2:21"},"nodeType":"YulFunctionCall","src":"3074:18:21"},"nodeType":"YulIf","src":"3071:49:21"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"3162:11:21"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"3179:8:21"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"3207:3:21"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"3189:17:21"},"nodeType":"YulFunctionCall","src":"3189:22:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3175:3:21"},"nodeType":"YulFunctionCall","src":"3175:37:21"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"3133:28:21"},"nodeType":"YulFunctionCall","src":"3133:80:21"},"nodeType":"YulExpressionStatement","src":"3133:80:21"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"2783:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"2788:2:21","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2780:2:21"},"nodeType":"YulFunctionCall","src":"2780:11:21"},"nodeType":"YulIf","src":"2777:446:21"}]},"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"2742:5:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"2749:3:21","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"2754:10:21","type":""}],"src":"2687:543:21"},{"body":{"nodeType":"YulBlock","src":"3299:54:21","statements":[{"nodeType":"YulAssignment","src":"3309:37:21","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"3334:4:21"},{"name":"value","nodeType":"YulIdentifier","src":"3340:5:21"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"3330:3:21"},"nodeType":"YulFunctionCall","src":"3330:16:21"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"3309:8:21"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"3274:4:21","type":""},{"name":"value","nodeType":"YulTypedName","src":"3280:5:21","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"3290:8:21","type":""}],"src":"3236:117:21"},{"body":{"nodeType":"YulBlock","src":"3410:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"3420:68:21","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3469:1:21","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"3472:5:21"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3465:3:21"},"nodeType":"YulFunctionCall","src":"3465:13:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3484:1:21","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"3480:3:21"},"nodeType":"YulFunctionCall","src":"3480:6:21"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"3436:28:21"},"nodeType":"YulFunctionCall","src":"3436:51:21"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"3432:3:21"},"nodeType":"YulFunctionCall","src":"3432:56:21"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"3424:4:21","type":""}]},{"nodeType":"YulAssignment","src":"3497:25:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3511:4:21"},{"name":"mask","nodeType":"YulIdentifier","src":"3517:4:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3507:3:21"},"nodeType":"YulFunctionCall","src":"3507:15:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"3497:6:21"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"3387:4:21","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"3393:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"3403:6:21","type":""}],"src":"3359:169:21"},{"body":{"nodeType":"YulBlock","src":"3614:214:21","statements":[{"nodeType":"YulAssignment","src":"3747:37:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3774:4:21"},{"name":"len","nodeType":"YulIdentifier","src":"3780:3:21"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"3755:18:21"},"nodeType":"YulFunctionCall","src":"3755:29:21"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"3747:4:21"}]},{"nodeType":"YulAssignment","src":"3793:29:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3804:4:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3814:1:21","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"3817:3:21"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3810:3:21"},"nodeType":"YulFunctionCall","src":"3810:11:21"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"3801:2:21"},"nodeType":"YulFunctionCall","src":"3801:21:21"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"3793:4:21"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"3595:4:21","type":""},{"name":"len","nodeType":"YulTypedName","src":"3601:3:21","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"3609:4:21","type":""}],"src":"3533:295:21"},{"body":{"nodeType":"YulBlock","src":"3925:1303:21","statements":[{"nodeType":"YulVariableDeclaration","src":"3936:51:21","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3983:3:21"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"3950:32:21"},"nodeType":"YulFunctionCall","src":"3950:37:21"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"3940:6:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"4072:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"4074:16:21"},"nodeType":"YulFunctionCall","src":"4074:18:21"},"nodeType":"YulExpressionStatement","src":"4074:18:21"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4044:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"4052:18:21","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4041:2:21"},"nodeType":"YulFunctionCall","src":"4041:30:21"},"nodeType":"YulIf","src":"4038:56:21"},{"nodeType":"YulVariableDeclaration","src":"4104:52:21","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"4150:4:21"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"4144:5:21"},"nodeType":"YulFunctionCall","src":"4144:11:21"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"4118:25:21"},"nodeType":"YulFunctionCall","src":"4118:38:21"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"4108:6:21","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"4249:4:21"},{"name":"oldLen","nodeType":"YulIdentifier","src":"4255:6:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"4263:6:21"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulIdentifier","src":"4203:45:21"},"nodeType":"YulFunctionCall","src":"4203:67:21"},"nodeType":"YulExpressionStatement","src":"4203:67:21"},{"nodeType":"YulVariableDeclaration","src":"4280:18:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4297:1:21","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"4284:9:21","type":""}]},{"nodeType":"YulAssignment","src":"4308:17:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4321:4:21","type":"","value":"0x20"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"4308:9:21"}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"4372:611:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4386:37:21","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4405:6:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4417:4:21","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"4413:3:21"},"nodeType":"YulFunctionCall","src":"4413:9:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4401:3:21"},"nodeType":"YulFunctionCall","src":"4401:22:21"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"4390:7:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"4437:51:21","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"4483:4:21"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"4451:31:21"},"nodeType":"YulFunctionCall","src":"4451:37:21"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"4441:6:21","type":""}]},{"nodeType":"YulVariableDeclaration","src":"4501:10:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4510:1:21","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"4505:1:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"4569:163:21","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"4594:6:21"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"4612:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"4617:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4608:3:21"},"nodeType":"YulFunctionCall","src":"4608:19:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"4602:5:21"},"nodeType":"YulFunctionCall","src":"4602:26:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"4587:6:21"},"nodeType":"YulFunctionCall","src":"4587:42:21"},"nodeType":"YulExpressionStatement","src":"4587:42:21"},{"nodeType":"YulAssignment","src":"4646:24:21","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"4660:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"4668:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4656:3:21"},"nodeType":"YulFunctionCall","src":"4656:14:21"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"4646:6:21"}]},{"nodeType":"YulAssignment","src":"4687:31:21","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"4704:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"4715:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4700:3:21"},"nodeType":"YulFunctionCall","src":"4700:18:21"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"4687:9:21"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"4535:1:21"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"4538:7:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4532:2:21"},"nodeType":"YulFunctionCall","src":"4532:14:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"4547:21:21","statements":[{"nodeType":"YulAssignment","src":"4549:17:21","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"4558:1:21"},{"kind":"number","nodeType":"YulLiteral","src":"4561:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4554:3:21"},"nodeType":"YulFunctionCall","src":"4554:12:21"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"4549:1:21"}]}]},"pre":{"nodeType":"YulBlock","src":"4528:3:21","statements":[]},"src":"4524:208:21"},{"body":{"nodeType":"YulBlock","src":"4768:156:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4786:43:21","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"4813:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"4818:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4809:3:21"},"nodeType":"YulFunctionCall","src":"4809:19:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"4803:5:21"},"nodeType":"YulFunctionCall","src":"4803:26:21"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"4790:9:21","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"4853:6:21"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"4880:9:21"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4895:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"4903:4:21","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4891:3:21"},"nodeType":"YulFunctionCall","src":"4891:17:21"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"4861:18:21"},"nodeType":"YulFunctionCall","src":"4861:48:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"4846:6:21"},"nodeType":"YulFunctionCall","src":"4846:64:21"},"nodeType":"YulExpressionStatement","src":"4846:64:21"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"4751:7:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"4760:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4748:2:21"},"nodeType":"YulFunctionCall","src":"4748:19:21"},"nodeType":"YulIf","src":"4745:179:21"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"4944:4:21"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4958:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"4966:1:21","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"4954:3:21"},"nodeType":"YulFunctionCall","src":"4954:14:21"},{"kind":"number","nodeType":"YulLiteral","src":"4970:1:21","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4950:3:21"},"nodeType":"YulFunctionCall","src":"4950:22:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"4937:6:21"},"nodeType":"YulFunctionCall","src":"4937:36:21"},"nodeType":"YulExpressionStatement","src":"4937:36:21"}]},"nodeType":"YulCase","src":"4365:618:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4370:1:21","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"5000:222:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5014:14:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5027:1:21","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"5018:5:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"5051:67:21","statements":[{"nodeType":"YulAssignment","src":"5069:35:21","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"5088:3:21"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"5093:9:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5084:3:21"},"nodeType":"YulFunctionCall","src":"5084:19:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"5078:5:21"},"nodeType":"YulFunctionCall","src":"5078:26:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5069:5:21"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"5044:6:21"},"nodeType":"YulIf","src":"5041:77:21"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5138:4:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5197:5:21"},{"name":"newLen","nodeType":"YulIdentifier","src":"5204:6:21"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"5144:52:21"},"nodeType":"YulFunctionCall","src":"5144:67:21"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"5131:6:21"},"nodeType":"YulFunctionCall","src":"5131:81:21"},"nodeType":"YulExpressionStatement","src":"5131:81:21"}]},"nodeType":"YulCase","src":"4992:230:21","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4345:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"4353:2:21","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4342:2:21"},"nodeType":"YulFunctionCall","src":"4342:14:21"},"nodeType":"YulSwitch","src":"4335:887:21"}]},"name":"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"3914:4:21","type":""},{"name":"src","nodeType":"YulTypedName","src":"3920:3:21","type":""}],"src":"3833:1395:21"},{"body":{"nodeType":"YulBlock","src":"5330:73:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5347:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"5352:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5340:6:21"},"nodeType":"YulFunctionCall","src":"5340:19:21"},"nodeType":"YulExpressionStatement","src":"5340:19:21"},{"nodeType":"YulAssignment","src":"5368:29:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5387:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"5392:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5383:3:21"},"nodeType":"YulFunctionCall","src":"5383:14:21"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"5368:11:21"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"5302:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"5307:6:21","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"5318:11:21","type":""}],"src":"5234:169:21"},{"body":{"nodeType":"YulBlock","src":"5515:75:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5537:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"5545:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5533:3:21"},"nodeType":"YulFunctionCall","src":"5533:14:21"},{"hexValue":"45524332303a206d696e7420746f20746865207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"5549:33:21","type":"","value":"ERC20: mint to the zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5526:6:21"},"nodeType":"YulFunctionCall","src":"5526:57:21"},"nodeType":"YulExpressionStatement","src":"5526:57:21"}]},"name":"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"5507:6:21","type":""}],"src":"5409:181:21"},{"body":{"nodeType":"YulBlock","src":"5742:220:21","statements":[{"nodeType":"YulAssignment","src":"5752:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5818:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"5823:2:21","type":"","value":"31"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"5759:58:21"},"nodeType":"YulFunctionCall","src":"5759:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"5752:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5924:3:21"}],"functionName":{"name":"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","nodeType":"YulIdentifier","src":"5835:88:21"},"nodeType":"YulFunctionCall","src":"5835:93:21"},"nodeType":"YulExpressionStatement","src":"5835:93:21"},{"nodeType":"YulAssignment","src":"5937:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5948:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"5953:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5944:3:21"},"nodeType":"YulFunctionCall","src":"5944:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"5937:3:21"}]}]},"name":"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"5730:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"5738:3:21","type":""}],"src":"5596:366:21"},{"body":{"nodeType":"YulBlock","src":"6139:248:21","statements":[{"nodeType":"YulAssignment","src":"6149:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6161:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"6172:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6157:3:21"},"nodeType":"YulFunctionCall","src":"6157:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6149:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6196:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"6207:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6192:3:21"},"nodeType":"YulFunctionCall","src":"6192:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"6215:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"6221:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6211:3:21"},"nodeType":"YulFunctionCall","src":"6211:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6185:6:21"},"nodeType":"YulFunctionCall","src":"6185:47:21"},"nodeType":"YulExpressionStatement","src":"6185:47:21"},{"nodeType":"YulAssignment","src":"6241:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"6375:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"6249:124:21"},"nodeType":"YulFunctionCall","src":"6249:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6241:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6119:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6134:4:21","type":""}],"src":"5968:419:21"},{"body":{"nodeType":"YulBlock","src":"6421:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6438:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6441:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6431:6:21"},"nodeType":"YulFunctionCall","src":"6431:88:21"},"nodeType":"YulExpressionStatement","src":"6431:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6535:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"6538:4:21","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6528:6:21"},"nodeType":"YulFunctionCall","src":"6528:15:21"},"nodeType":"YulExpressionStatement","src":"6528:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6559:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6562:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6552:6:21"},"nodeType":"YulFunctionCall","src":"6552:15:21"},"nodeType":"YulExpressionStatement","src":"6552:15:21"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"6393:180:21"},{"body":{"nodeType":"YulBlock","src":"6623:147:21","statements":[{"nodeType":"YulAssignment","src":"6633:25:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6656:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6638:17:21"},"nodeType":"YulFunctionCall","src":"6638:20:21"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"6633:1:21"}]},{"nodeType":"YulAssignment","src":"6667:25:21","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"6690:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6672:17:21"},"nodeType":"YulFunctionCall","src":"6672:20:21"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"6667:1:21"}]},{"nodeType":"YulAssignment","src":"6701:16:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6712:1:21"},{"name":"y","nodeType":"YulIdentifier","src":"6715:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6708:3:21"},"nodeType":"YulFunctionCall","src":"6708:9:21"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"6701:3:21"}]},{"body":{"nodeType":"YulBlock","src":"6741:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"6743:16:21"},"nodeType":"YulFunctionCall","src":"6743:18:21"},"nodeType":"YulExpressionStatement","src":"6743:18:21"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6733:1:21"},{"name":"sum","nodeType":"YulIdentifier","src":"6736:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6730:2:21"},"nodeType":"YulFunctionCall","src":"6730:10:21"},"nodeType":"YulIf","src":"6727:36:21"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"6610:1:21","type":""},{"name":"y","nodeType":"YulTypedName","src":"6613:1:21","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"6619:3:21","type":""}],"src":"6579:191:21"},{"body":{"nodeType":"YulBlock","src":"6841:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6858:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6881:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6863:17:21"},"nodeType":"YulFunctionCall","src":"6863:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6851:6:21"},"nodeType":"YulFunctionCall","src":"6851:37:21"},"nodeType":"YulExpressionStatement","src":"6851:37:21"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6829:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"6836:3:21","type":""}],"src":"6776:118:21"},{"body":{"nodeType":"YulBlock","src":"6998:124:21","statements":[{"nodeType":"YulAssignment","src":"7008:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7020:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"7031:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7016:3:21"},"nodeType":"YulFunctionCall","src":"7016:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7008:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"7088:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7101:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"7112:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7097:3:21"},"nodeType":"YulFunctionCall","src":"7097:17:21"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"7044:43:21"},"nodeType":"YulFunctionCall","src":"7044:71:21"},"nodeType":"YulExpressionStatement","src":"7044:71:21"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6970:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6982:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6993:4:21","type":""}],"src":"6900:222:21"}]},"contents":"{\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function array_dataslot_t_string_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_string_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_string_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src) {\n\n let newLen := array_length_t_string_memory_ptr(src)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_string_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n srcOffset := 0x20\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\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\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: mint to the zero address\")\n\n }\n\n function abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 31)\n store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n}\n","id":21,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b506040518060400160405280600881526020017f4d6f636b554453430000000000000000000000000000000000000000000000008152506040518060400160405280600581526020017f4d5553444300000000000000000000000000000000000000000000000000000081525081600390816200008f9190620004b7565b508060049081620000a19190620004b7565b505050620000c03369d3c21bcecceda1000000620000c660201b60201c565b620006b9565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160362000138576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200012f90620005ff565b60405180910390fd5b6200014c600083836200023360201b60201c565b806002600082825462000160919062000650565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200021391906200069c565b60405180910390a36200022f600083836200023860201b60201c565b5050565b505050565b505050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002bf57607f821691505b602082108103620002d557620002d462000277565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026200033f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000300565b6200034b868362000300565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b600062000398620003926200038c8462000363565b6200036d565b62000363565b9050919050565b6000819050919050565b620003b48362000377565b620003cc620003c3826200039f565b8484546200030d565b825550505050565b600090565b620003e3620003d4565b620003f0818484620003a9565b505050565b5b8181101562000418576200040c600082620003d9565b600181019050620003f6565b5050565b601f82111562000467576200043181620002db565b6200043c84620002f0565b810160208510156200044c578190505b620004646200045b85620002f0565b830182620003f5565b50505b505050565b600082821c905092915050565b60006200048c600019846008026200046c565b1980831691505092915050565b6000620004a7838362000479565b9150826002028217905092915050565b620004c2826200023d565b67ffffffffffffffff811115620004de57620004dd62000248565b5b620004ea8254620002a6565b620004f78282856200041c565b600060209050601f8311600181146200052f57600084156200051a578287015190505b62000526858262000499565b86555062000596565b601f1984166200053f86620002db565b60005b82811015620005695784890151825560018201915060208501945060208101905062000542565b8683101562000589578489015162000585601f89168262000479565b8355505b6001600288020188555050505b505050505050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000620005e7601f836200059e565b9150620005f482620005af565b602082019050919050565b600060208201905081810360008301526200061a81620005d8565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006200065d8262000363565b91506200066a8362000363565b925082820190508082111562000685576200068462000621565b5b92915050565b620006968162000363565b82525050565b6000602082019050620006b360008301846200068b565b92915050565b61187580620006c96000396000f3fe608060405234801561001057600080fd5b50600436106100ea5760003560e01c806370a082311161008c578063a0712d6811610066578063a0712d681461024d578063a457c2d714610269578063a9059cbb14610299578063dd62ed3e146102c9576100ea565b806370a08231146101f557806395d89b41146102255780639975038c14610243576100ea565b806323b872dd116100c857806323b872dd1461015b578063313ce5671461018b57806339509351146101a957806342966c68146101d9576100ea565b806306fdde03146100ef578063095ea7b31461010d57806318160ddd1461013d575b600080fd5b6100f76102f9565b6040516101049190610f29565b60405180910390f35b61012760048036038101906101229190610fe4565b61038b565b604051610134919061103f565b60405180910390f35b6101456103ae565b6040516101529190611069565b60405180910390f35b61017560048036038101906101709190611084565b6103b8565b604051610182919061103f565b60405180910390f35b6101936103e7565b6040516101a091906110f3565b60405180910390f35b6101c360048036038101906101be9190610fe4565b6103f0565b6040516101d0919061103f565b60405180910390f35b6101f360048036038101906101ee919061110e565b610427565b005b61020f600480360381019061020a919061113b565b610434565b60405161021c9190611069565b60405180910390f35b61022d61047c565b60405161023a9190610f29565b60405180910390f35b61024b61050e565b005b6102676004803603810190610262919061110e565b61056b565b005b610283600480360381019061027e9190610fe4565b610578565b604051610290919061103f565b60405180910390f35b6102b360048036038101906102ae9190610fe4565b6105ef565b6040516102c0919061103f565b60405180910390f35b6102e360048036038101906102de9190611168565b610612565b6040516102f09190611069565b60405180910390f35b606060038054610308906111d7565b80601f0160208091040260200160405190810160405280929190818152602001828054610334906111d7565b80156103815780601f1061035657610100808354040283529160200191610381565b820191906000526020600020905b81548152906001019060200180831161036457829003601f168201915b5050505050905090565b600080610396610699565b90506103a38185856106a1565b600191505092915050565b6000600254905090565b6000806103c3610699565b90506103d085828561086a565b6103db8585856108f6565b60019150509392505050565b60006012905090565b6000806103fb610699565b905061041c81858561040d8589610612565b6104179190611237565b6106a1565b600191505092915050565b6104313382610b6c565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60606004805461048b906111d7565b80601f01602080910402602001604051908101604052809291908181526020018280546104b7906111d7565b80156105045780601f106104d957610100808354040283529160200191610504565b820191906000526020600020905b8154815290600101906020018083116104e757829003601f168201915b5050505050905090565b600061051933610434565b90506000811161055e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610555906112b7565b60405180910390fd5b6105683382610b6c565b50565b6105753382610d39565b50565b600080610583610699565b905060006105918286610612565b9050838110156105d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105cd90611349565b60405180910390fd5b6105e382868684036106a1565b60019250505092915050565b6000806105fa610699565b90506106078185856108f6565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610710576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610707906113db565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361077f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107769061146d565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161085d9190611069565b60405180910390a3505050565b60006108768484610612565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146108f057818110156108e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d9906114d9565b60405180910390fd5b6108ef84848484036106a1565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610965576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161095c9061156b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036109d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109cb906115fd565b60405180910390fd5b6109df838383610e8f565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610a65576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a5c9061168f565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610b539190611069565b60405180910390a3610b66848484610e94565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610bdb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd290611721565b60405180910390fd5b610be782600083610e8f565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610c6d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c64906117b3565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610d209190611069565b60405180910390a3610d3483600084610e94565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610da8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9f9061181f565b60405180910390fd5b610db460008383610e8f565b8060026000828254610dc69190611237565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610e779190611069565b60405180910390a3610e8b60008383610e94565b5050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ed3578082015181840152602081019050610eb8565b60008484015250505050565b6000601f19601f8301169050919050565b6000610efb82610e99565b610f058185610ea4565b9350610f15818560208601610eb5565b610f1e81610edf565b840191505092915050565b60006020820190508181036000830152610f438184610ef0565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610f7b82610f50565b9050919050565b610f8b81610f70565b8114610f9657600080fd5b50565b600081359050610fa881610f82565b92915050565b6000819050919050565b610fc181610fae565b8114610fcc57600080fd5b50565b600081359050610fde81610fb8565b92915050565b60008060408385031215610ffb57610ffa610f4b565b5b600061100985828601610f99565b925050602061101a85828601610fcf565b9150509250929050565b60008115159050919050565b61103981611024565b82525050565b60006020820190506110546000830184611030565b92915050565b61106381610fae565b82525050565b600060208201905061107e600083018461105a565b92915050565b60008060006060848603121561109d5761109c610f4b565b5b60006110ab86828701610f99565b93505060206110bc86828701610f99565b92505060406110cd86828701610fcf565b9150509250925092565b600060ff82169050919050565b6110ed816110d7565b82525050565b600060208201905061110860008301846110e4565b92915050565b60006020828403121561112457611123610f4b565b5b600061113284828501610fcf565b91505092915050565b60006020828403121561115157611150610f4b565b5b600061115f84828501610f99565b91505092915050565b6000806040838503121561117f5761117e610f4b565b5b600061118d85828601610f99565b925050602061119e85828601610f99565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806111ef57607f821691505b602082108103611202576112016111a8565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061124282610fae565b915061124d83610fae565b925082820190508082111561126557611264611208565b5b92915050565b7f4d6f636b555344543a204e6f7468696e6720746f206275726e00000000000000600082015250565b60006112a1601983610ea4565b91506112ac8261126b565b602082019050919050565b600060208201905081810360008301526112d081611294565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000611333602583610ea4565b915061133e826112d7565b604082019050919050565b6000602082019050818103600083015261136281611326565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006113c5602483610ea4565b91506113d082611369565b604082019050919050565b600060208201905081810360008301526113f4816113b8565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000611457602283610ea4565b9150611462826113fb565b604082019050919050565b600060208201905081810360008301526114868161144a565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006114c3601d83610ea4565b91506114ce8261148d565b602082019050919050565b600060208201905081810360008301526114f2816114b6565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000611555602583610ea4565b9150611560826114f9565b604082019050919050565b6000602082019050818103600083015261158481611548565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006115e7602383610ea4565b91506115f28261158b565b604082019050919050565b60006020820190508181036000830152611616816115da565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000611679602683610ea4565b91506116848261161d565b604082019050919050565b600060208201905081810360008301526116a88161166c565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b600061170b602183610ea4565b9150611716826116af565b604082019050919050565b6000602082019050818103600083015261173a816116fe565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b600061179d602283610ea4565b91506117a882611741565b604082019050919050565b600060208201905081810360008301526117cc81611790565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000611809601f83610ea4565b9150611814826117d3565b602082019050919050565b60006020820190508181036000830152611838816117fc565b905091905056fea264697066735822122068d713bf4736c676499489be7a244631ce61e66372a491b3cb5640b12172fe9464736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x8 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x4D6F636B55445343000000000000000000000000000000000000000000000000 DUP2 MSTORE POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x5 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x4D55534443000000000000000000000000000000000000000000000000000000 DUP2 MSTORE POP DUP2 PUSH1 0x3 SWAP1 DUP2 PUSH3 0x8F SWAP2 SWAP1 PUSH3 0x4B7 JUMP JUMPDEST POP DUP1 PUSH1 0x4 SWAP1 DUP2 PUSH3 0xA1 SWAP2 SWAP1 PUSH3 0x4B7 JUMP JUMPDEST POP POP POP PUSH3 0xC0 CALLER PUSH10 0xD3C21BCECCEDA1000000 PUSH3 0xC6 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0x6B9 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH3 0x138 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH3 0x12F SWAP1 PUSH3 0x5FF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH3 0x14C PUSH1 0x0 DUP4 DUP4 PUSH3 0x233 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST DUP1 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH3 0x160 SWAP2 SWAP1 PUSH3 0x650 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP1 PUSH1 0x0 DUP1 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP4 PUSH1 0x40 MLOAD PUSH3 0x213 SWAP2 SWAP1 PUSH3 0x69C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH3 0x22F PUSH1 0x0 DUP4 DUP4 PUSH3 0x238 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH3 0x2BF JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH3 0x2D5 JUMPI PUSH3 0x2D4 PUSH3 0x277 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH3 0x33F PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH3 0x300 JUMP JUMPDEST PUSH3 0x34B DUP7 DUP4 PUSH3 0x300 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x398 PUSH3 0x392 PUSH3 0x38C DUP5 PUSH3 0x363 JUMP JUMPDEST PUSH3 0x36D JUMP JUMPDEST PUSH3 0x363 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x3B4 DUP4 PUSH3 0x377 JUMP JUMPDEST PUSH3 0x3CC PUSH3 0x3C3 DUP3 PUSH3 0x39F JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH3 0x30D JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH3 0x3E3 PUSH3 0x3D4 JUMP JUMPDEST PUSH3 0x3F0 DUP2 DUP5 DUP5 PUSH3 0x3A9 JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH3 0x418 JUMPI PUSH3 0x40C PUSH1 0x0 DUP3 PUSH3 0x3D9 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH3 0x3F6 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH3 0x467 JUMPI PUSH3 0x431 DUP2 PUSH3 0x2DB JUMP JUMPDEST PUSH3 0x43C DUP5 PUSH3 0x2F0 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH3 0x44C JUMPI DUP2 SWAP1 POP JUMPDEST PUSH3 0x464 PUSH3 0x45B DUP6 PUSH3 0x2F0 JUMP JUMPDEST DUP4 ADD DUP3 PUSH3 0x3F5 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x48C PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH3 0x46C JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x4A7 DUP4 DUP4 PUSH3 0x479 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH3 0x4C2 DUP3 PUSH3 0x23D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x4DE JUMPI PUSH3 0x4DD PUSH3 0x248 JUMP JUMPDEST JUMPDEST PUSH3 0x4EA DUP3 SLOAD PUSH3 0x2A6 JUMP JUMPDEST PUSH3 0x4F7 DUP3 DUP3 DUP6 PUSH3 0x41C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 SWAP1 POP PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH3 0x52F JUMPI PUSH1 0x0 DUP5 ISZERO PUSH3 0x51A JUMPI DUP3 DUP8 ADD MLOAD SWAP1 POP JUMPDEST PUSH3 0x526 DUP6 DUP3 PUSH3 0x499 JUMP JUMPDEST DUP7 SSTORE POP PUSH3 0x596 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH3 0x53F DUP7 PUSH3 0x2DB JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH3 0x569 JUMPI DUP5 DUP10 ADD MLOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x542 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH3 0x589 JUMPI DUP5 DUP10 ADD MLOAD PUSH3 0x585 PUSH1 0x1F DUP10 AND DUP3 PUSH3 0x479 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x45524332303A206D696E7420746F20746865207A65726F206164647265737300 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x5E7 PUSH1 0x1F DUP4 PUSH3 0x59E JUMP JUMPDEST SWAP2 POP PUSH3 0x5F4 DUP3 PUSH3 0x5AF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH3 0x61A DUP2 PUSH3 0x5D8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH3 0x65D DUP3 PUSH3 0x363 JUMP JUMPDEST SWAP2 POP PUSH3 0x66A DUP4 PUSH3 0x363 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH3 0x685 JUMPI PUSH3 0x684 PUSH3 0x621 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH3 0x696 DUP2 PUSH3 0x363 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH3 0x6B3 PUSH1 0x0 DUP4 ADD DUP5 PUSH3 0x68B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1875 DUP1 PUSH3 0x6C9 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 0xEA JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x70A08231 GT PUSH2 0x8C JUMPI DUP1 PUSH4 0xA0712D68 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0xA0712D68 EQ PUSH2 0x24D JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x269 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x299 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x2C9 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x70A08231 EQ PUSH2 0x1F5 JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x225 JUMPI DUP1 PUSH4 0x9975038C EQ PUSH2 0x243 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x23B872DD GT PUSH2 0xC8 JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x15B JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x18B JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x1A9 JUMPI DUP1 PUSH4 0x42966C68 EQ PUSH2 0x1D9 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0xEF JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0x10D JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0x13D JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF7 PUSH2 0x2F9 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x104 SWAP2 SWAP1 PUSH2 0xF29 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x127 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x122 SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x38B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x134 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x145 PUSH2 0x3AE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x152 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x175 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x170 SWAP2 SWAP1 PUSH2 0x1084 JUMP JUMPDEST PUSH2 0x3B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x182 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x193 PUSH2 0x3E7 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1A0 SWAP2 SWAP1 PUSH2 0x10F3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1C3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1BE SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x3F0 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1D0 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1EE SWAP2 SWAP1 PUSH2 0x110E JUMP JUMPDEST PUSH2 0x427 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x20A SWAP2 SWAP1 PUSH2 0x113B JUMP JUMPDEST PUSH2 0x434 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x21C SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x22D PUSH2 0x47C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23A SWAP2 SWAP1 PUSH2 0xF29 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x24B PUSH2 0x50E JUMP JUMPDEST STOP JUMPDEST PUSH2 0x267 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x262 SWAP2 SWAP1 PUSH2 0x110E JUMP JUMPDEST PUSH2 0x56B JUMP JUMPDEST STOP JUMPDEST PUSH2 0x283 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x27E SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x578 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x290 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2B3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2AE SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x5EF JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2C0 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2E3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2DE SWAP2 SWAP1 PUSH2 0x1168 JUMP JUMPDEST PUSH2 0x612 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2F0 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x308 SWAP1 PUSH2 0x11D7 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 0x334 SWAP1 PUSH2 0x11D7 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x381 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x356 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x381 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 0x364 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x396 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x3A3 DUP2 DUP6 DUP6 PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x3C3 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x3D0 DUP6 DUP3 DUP6 PUSH2 0x86A JUMP JUMPDEST PUSH2 0x3DB DUP6 DUP6 DUP6 PUSH2 0x8F6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x12 SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x3FB PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x41C DUP2 DUP6 DUP6 PUSH2 0x40D DUP6 DUP10 PUSH2 0x612 JUMP JUMPDEST PUSH2 0x417 SWAP2 SWAP1 PUSH2 0x1237 JUMP JUMPDEST PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x431 CALLER DUP3 PUSH2 0xB6C JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x4 DUP1 SLOAD PUSH2 0x48B SWAP1 PUSH2 0x11D7 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 0x4B7 SWAP1 PUSH2 0x11D7 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x504 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x4D9 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x504 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 0x4E7 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x519 CALLER PUSH2 0x434 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 GT PUSH2 0x55E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x555 SWAP1 PUSH2 0x12B7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x568 CALLER DUP3 PUSH2 0xB6C JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x575 CALLER DUP3 PUSH2 0xD39 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x583 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x591 DUP3 DUP7 PUSH2 0x612 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5CD SWAP1 PUSH2 0x1349 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x5E3 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x5FA PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x607 DUP2 DUP6 DUP6 PUSH2 0x8F6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x710 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x707 SWAP1 PUSH2 0x13DB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x77F JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x776 SWAP1 PUSH2 0x146D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0x85D SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x876 DUP5 DUP5 PUSH2 0x612 JUMP JUMPDEST SWAP1 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 EQ PUSH2 0x8F0 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x8E2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8D9 SWAP1 PUSH2 0x14D9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x8EF DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x6A1 JUMP JUMPDEST JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x965 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x95C SWAP1 PUSH2 0x156B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x9D4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9CB SWAP1 PUSH2 0x15FD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x9DF DUP4 DUP4 DUP4 PUSH2 0xE8F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xA65 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA5C SWAP1 PUSH2 0x168F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xB53 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xB66 DUP5 DUP5 DUP5 PUSH2 0xE94 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xBDB JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xBD2 SWAP1 PUSH2 0x1721 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xBE7 DUP3 PUSH1 0x0 DUP4 PUSH2 0xE8F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xC6D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC64 SWAP1 PUSH2 0x17B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD SUB SWAP3 POP POP DUP2 SWAP1 SSTORE POP PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xD20 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xD34 DUP4 PUSH1 0x0 DUP5 PUSH2 0xE94 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xDA8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD9F SWAP1 PUSH2 0x181F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xDB4 PUSH1 0x0 DUP4 DUP4 PUSH2 0xE8F JUMP JUMPDEST DUP1 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xDC6 SWAP2 SWAP1 PUSH2 0x1237 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP1 PUSH1 0x0 DUP1 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP4 PUSH1 0x40 MLOAD PUSH2 0xE77 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xE8B PUSH1 0x0 DUP4 DUP4 PUSH2 0xE94 JUMP JUMPDEST POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xED3 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0xEB8 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xEFB DUP3 PUSH2 0xE99 JUMP JUMPDEST PUSH2 0xF05 DUP2 DUP6 PUSH2 0xEA4 JUMP JUMPDEST SWAP4 POP PUSH2 0xF15 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0xEB5 JUMP JUMPDEST PUSH2 0xF1E DUP2 PUSH2 0xEDF JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xF43 DUP2 DUP5 PUSH2 0xEF0 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF7B DUP3 PUSH2 0xF50 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xF8B DUP2 PUSH2 0xF70 JUMP JUMPDEST DUP2 EQ PUSH2 0xF96 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xFA8 DUP2 PUSH2 0xF82 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFC1 DUP2 PUSH2 0xFAE JUMP JUMPDEST DUP2 EQ PUSH2 0xFCC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xFDE DUP2 PUSH2 0xFB8 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xFFB JUMPI PUSH2 0xFFA PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1009 DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x101A DUP6 DUP3 DUP7 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1039 DUP2 PUSH2 0x1024 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1054 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1030 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1063 DUP2 PUSH2 0xFAE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x107E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x105A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x109D JUMPI PUSH2 0x109C PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x10AB DUP7 DUP3 DUP8 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x10BC DUP7 DUP3 DUP8 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x10CD DUP7 DUP3 DUP8 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x10ED DUP2 PUSH2 0x10D7 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1108 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x10E4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1124 JUMPI PUSH2 0x1123 PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1132 DUP5 DUP3 DUP6 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1151 JUMPI PUSH2 0x1150 PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x115F DUP5 DUP3 DUP6 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x117F JUMPI PUSH2 0x117E PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x118D DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x119E DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x11EF JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1202 JUMPI PUSH2 0x1201 PUSH2 0x11A8 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1242 DUP3 PUSH2 0xFAE JUMP JUMPDEST SWAP2 POP PUSH2 0x124D DUP4 PUSH2 0xFAE JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x1265 JUMPI PUSH2 0x1264 PUSH2 0x1208 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4D6F636B555344543A204E6F7468696E6720746F206275726E00000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12A1 PUSH1 0x19 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x12AC DUP3 PUSH2 0x126B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x12D0 DUP2 PUSH2 0x1294 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1333 PUSH1 0x25 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x133E DUP3 PUSH2 0x12D7 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1362 DUP2 PUSH2 0x1326 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13C5 PUSH1 0x24 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x13D0 DUP3 PUSH2 0x1369 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x13F4 DUP2 PUSH2 0x13B8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1457 PUSH1 0x22 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1462 DUP3 PUSH2 0x13FB JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1486 DUP2 PUSH2 0x144A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x14C3 PUSH1 0x1D DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x14CE DUP3 PUSH2 0x148D JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14F2 DUP2 PUSH2 0x14B6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1555 PUSH1 0x25 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1560 DUP3 PUSH2 0x14F9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1584 DUP2 PUSH2 0x1548 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x15E7 PUSH1 0x23 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x15F2 DUP3 PUSH2 0x158B JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1616 DUP2 PUSH2 0x15DA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1679 PUSH1 0x26 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1684 DUP3 PUSH2 0x161D JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x16A8 DUP2 PUSH2 0x166C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206275726E2066726F6D20746865207A65726F20616464726573 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7300000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x170B PUSH1 0x21 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1716 DUP3 PUSH2 0x16AF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x173A DUP2 PUSH2 0x16FE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206275726E20616D6F756E7420657863656564732062616C616E PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6365000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x179D PUSH1 0x22 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x17A8 DUP3 PUSH2 0x1741 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x17CC DUP2 PUSH2 0x1790 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206D696E7420746F20746865207A65726F206164647265737300 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1809 PUSH1 0x1F DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1814 DUP3 PUSH2 0x17D3 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1838 DUP2 PUSH2 0x17FC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH9 0xD713BF4736C6764994 DUP10 0xBE PUSH27 0x244631CE61E66372A491B3CB5640B12172FE9464736F6C63430008 SLT STOP CALLER ","sourceMap":"162:496:20:-:0;;;195:89;;;;;;;;;;1980:113:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2054:5;2046;:13;;;;;;:::i;:::-;;2079:7;2069;:17;;;;;;:::i;:::-;;1980:113;;246:31:20::1;252:10;264:12;246:5;;;:31;;:::i;:::-;162:496:::0;;8520:535:12;8622:1;8603:21;;:7;:21;;;8595:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;8671:49;8700:1;8704:7;8713:6;8671:20;;;:49;;:::i;:::-;8747:6;8731:12;;:22;;;;;;;:::i;:::-;;;;;;;;8921:6;8899:9;:18;8909:7;8899:18;;;;;;;;;;;;;;;;:28;;;;;;;;;;;8973:7;8952:37;;8969:1;8952:37;;;8982:6;8952:37;;;;;;:::i;:::-;;;;;;;;9000:48;9028:1;9032:7;9041:6;9000:19;;;:48;;:::i;:::-;8520:535;;:::o;12073:91::-;;;;:::o;12752:90::-;;;;:::o;7:99:21:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:180::-;160:77;157:1;150:88;257:4;254:1;247:15;281:4;278:1;271:15;298:180;346:77;343:1;336:88;443:4;440:1;433:15;467:4;464:1;457:15;484:320;528:6;565:1;559:4;555:12;545:22;;612:1;606:4;602:12;633:18;623:81;;689:4;681:6;677:17;667:27;;623:81;751:2;743:6;740:14;720:18;717:38;714:84;;770:18;;:::i;:::-;714:84;535:269;484:320;;;:::o;810:141::-;859:4;882:3;874:11;;905:3;902:1;895:14;939:4;936:1;926:18;918:26;;810:141;;;:::o;957:93::-;994:6;1041:2;1036;1029:5;1025:14;1021:23;1011:33;;957:93;;;:::o;1056:107::-;1100:8;1150:5;1144:4;1140:16;1119:37;;1056:107;;;;:::o;1169:393::-;1238:6;1288:1;1276:10;1272:18;1311:97;1341:66;1330:9;1311:97;:::i;:::-;1429:39;1459:8;1448:9;1429:39;:::i;:::-;1417:51;;1501:4;1497:9;1490:5;1486:21;1477:30;;1550:4;1540:8;1536:19;1529:5;1526:30;1516:40;;1245:317;;1169:393;;;;;:::o;1568:77::-;1605:7;1634:5;1623:16;;1568:77;;;:::o;1651:60::-;1679:3;1700:5;1693:12;;1651:60;;;:::o;1717:142::-;1767:9;1800:53;1818:34;1827:24;1845:5;1827:24;:::i;:::-;1818:34;:::i;:::-;1800:53;:::i;:::-;1787:66;;1717:142;;;:::o;1865:75::-;1908:3;1929:5;1922:12;;1865:75;;;:::o;1946:269::-;2056:39;2087:7;2056:39;:::i;:::-;2117:91;2166:41;2190:16;2166:41;:::i;:::-;2158:6;2151:4;2145:11;2117:91;:::i;:::-;2111:4;2104:105;2022:193;1946:269;;;:::o;2221:73::-;2266:3;2221:73;:::o;2300:189::-;2377:32;;:::i;:::-;2418:65;2476:6;2468;2462:4;2418:65;:::i;:::-;2353:136;2300:189;;:::o;2495:186::-;2555:120;2572:3;2565:5;2562:14;2555:120;;;2626:39;2663:1;2656:5;2626:39;:::i;:::-;2599:1;2592:5;2588:13;2579:22;;2555:120;;;2495:186;;:::o;2687:543::-;2788:2;2783:3;2780:11;2777:446;;;2822:38;2854:5;2822:38;:::i;:::-;2906:29;2924:10;2906:29;:::i;:::-;2896:8;2892:44;3089:2;3077:10;3074:18;3071:49;;;3110:8;3095:23;;3071:49;3133:80;3189:22;3207:3;3189:22;:::i;:::-;3179:8;3175:37;3162:11;3133:80;:::i;:::-;2792:431;;2777:446;2687:543;;;:::o;3236:117::-;3290:8;3340:5;3334:4;3330:16;3309:37;;3236:117;;;;:::o;3359:169::-;3403:6;3436:51;3484:1;3480:6;3472:5;3469:1;3465:13;3436:51;:::i;:::-;3432:56;3517:4;3511;3507:15;3497:25;;3410:118;3359:169;;;;:::o;3533:295::-;3609:4;3755:29;3780:3;3774:4;3755:29;:::i;:::-;3747:37;;3817:3;3814:1;3810:11;3804:4;3801:21;3793:29;;3533:295;;;;:::o;3833:1395::-;3950:37;3983:3;3950:37;:::i;:::-;4052:18;4044:6;4041:30;4038:56;;;4074:18;;:::i;:::-;4038:56;4118:38;4150:4;4144:11;4118:38;:::i;:::-;4203:67;4263:6;4255;4249:4;4203:67;:::i;:::-;4297:1;4321:4;4308:17;;4353:2;4345:6;4342:14;4370:1;4365:618;;;;5027:1;5044:6;5041:77;;;5093:9;5088:3;5084:19;5078:26;5069:35;;5041:77;5144:67;5204:6;5197:5;5144:67;:::i;:::-;5138:4;5131:81;5000:222;4335:887;;4365:618;4417:4;4413:9;4405:6;4401:22;4451:37;4483:4;4451:37;:::i;:::-;4510:1;4524:208;4538:7;4535:1;4532:14;4524:208;;;4617:9;4612:3;4608:19;4602:26;4594:6;4587:42;4668:1;4660:6;4656:14;4646:24;;4715:2;4704:9;4700:18;4687:31;;4561:4;4558:1;4554:12;4549:17;;4524:208;;;4760:6;4751:7;4748:19;4745:179;;;4818:9;4813:3;4809:19;4803:26;4861:48;4903:4;4895:6;4891:17;4880:9;4861:48;:::i;:::-;4853:6;4846:64;4768:156;4745:179;4970:1;4966;4958:6;4954:14;4950:22;4944:4;4937:36;4372:611;;;4335:887;;3925:1303;;;3833:1395;;:::o;5234:169::-;5318:11;5352:6;5347:3;5340:19;5392:4;5387:3;5383:14;5368:29;;5234:169;;;;:::o;5409:181::-;5549:33;5545:1;5537:6;5533:14;5526:57;5409:181;:::o;5596:366::-;5738:3;5759:67;5823:2;5818:3;5759:67;:::i;:::-;5752:74;;5835:93;5924:3;5835:93;:::i;:::-;5953:2;5948:3;5944:12;5937:19;;5596:366;;;:::o;5968:419::-;6134:4;6172:2;6161:9;6157:18;6149:26;;6221:9;6215:4;6211:20;6207:1;6196:9;6192:17;6185:47;6249:131;6375:4;6249:131;:::i;:::-;6241:139;;5968:419;;;:::o;6393:180::-;6441:77;6438:1;6431:88;6538:4;6535:1;6528:15;6562:4;6559:1;6552:15;6579:191;6619:3;6638:20;6656:1;6638:20;:::i;:::-;6633:25;;6672:20;6690:1;6672:20;:::i;:::-;6667:25;;6715:1;6712;6708:9;6701:16;;6736:3;6733:1;6730:10;6727:36;;;6743:18;;:::i;:::-;6727:36;6579:191;;;;:::o;6776:118::-;6863:24;6881:5;6863:24;:::i;:::-;6858:3;6851:37;6776:118;;:::o;6900:222::-;6993:4;7031:2;7020:9;7016:18;7008:26;;7044:71;7112:1;7101:9;7097:17;7088:6;7044:71;:::i;:::-;6900:222;;;;:::o;162:496:20:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_afterTokenTransfer_3452":{"entryPoint":3732,"id":3452,"parameterSlots":3,"returnSlots":0},"@_approve_3387":{"entryPoint":1697,"id":3387,"parameterSlots":3,"returnSlots":0},"@_beforeTokenTransfer_3441":{"entryPoint":3727,"id":3441,"parameterSlots":3,"returnSlots":0},"@_burn_3342":{"entryPoint":2924,"id":3342,"parameterSlots":2,"returnSlots":0},"@_mint_3270":{"entryPoint":3385,"id":3270,"parameterSlots":2,"returnSlots":0},"@_msgSender_3568":{"entryPoint":1689,"id":3568,"parameterSlots":0,"returnSlots":1},"@_spendAllowance_3430":{"entryPoint":2154,"id":3430,"parameterSlots":3,"returnSlots":0},"@_transfer_3213":{"entryPoint":2294,"id":3213,"parameterSlots":3,"returnSlots":0},"@allowance_3008":{"entryPoint":1554,"id":3008,"parameterSlots":2,"returnSlots":1},"@approve_3033":{"entryPoint":907,"id":3033,"parameterSlots":2,"returnSlots":1},"@balanceOf_2965":{"entryPoint":1076,"id":2965,"parameterSlots":1,"returnSlots":1},"@burnAll_4823":{"entryPoint":1294,"id":4823,"parameterSlots":0,"returnSlots":0},"@burn_4799":{"entryPoint":1063,"id":4799,"parameterSlots":1,"returnSlots":0},"@decimals_2941":{"entryPoint":999,"id":2941,"parameterSlots":0,"returnSlots":1},"@decreaseAllowance_3136":{"entryPoint":1400,"id":3136,"parameterSlots":2,"returnSlots":1},"@increaseAllowance_3095":{"entryPoint":1008,"id":3095,"parameterSlots":2,"returnSlots":1},"@mint_4787":{"entryPoint":1387,"id":4787,"parameterSlots":1,"returnSlots":0},"@name_2921":{"entryPoint":761,"id":2921,"parameterSlots":0,"returnSlots":1},"@symbol_2931":{"entryPoint":1148,"id":2931,"parameterSlots":0,"returnSlots":1},"@totalSupply_2951":{"entryPoint":942,"id":2951,"parameterSlots":0,"returnSlots":1},"@transferFrom_3066":{"entryPoint":952,"id":3066,"parameterSlots":3,"returnSlots":1},"@transfer_2990":{"entryPoint":1519,"id":2990,"parameterSlots":2,"returnSlots":1},"abi_decode_t_address":{"entryPoint":3993,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":4047,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":4411,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_address":{"entryPoint":4456,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_addresst_addresst_uint256":{"entryPoint":4228,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_addresst_uint256":{"entryPoint":4068,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint256":{"entryPoint":4366,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":4144,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":3824,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack":{"entryPoint":5594,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack":{"entryPoint":6032,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack":{"entryPoint":5194,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack":{"entryPoint":5302,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack":{"entryPoint":5740,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack":{"entryPoint":4756,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack":{"entryPoint":5886,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack":{"entryPoint":5448,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack":{"entryPoint":5048,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack":{"entryPoint":4902,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack":{"entryPoint":6140,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":4186,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":4324,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":4159,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":3881,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5629,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":6067,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5229,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5337,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5775,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4791,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5921,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5483,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5083,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4937,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":6175,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":4201,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":4339,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_unbounded":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":3737,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":3748,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":4663,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_address":{"entryPoint":3952,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":4132,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":3920,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":4014,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":4311,"id":null,"parameterSlots":1,"returnSlots":1},"copy_memory_to_memory_with_cleanup":{"entryPoint":3765,"id":null,"parameterSlots":3,"returnSlots":0},"extract_byte_array_length":{"entryPoint":4567,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x11":{"entryPoint":4616,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x22":{"entryPoint":4520,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":3915,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":3807,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f":{"entryPoint":5515,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd":{"entryPoint":5953,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029":{"entryPoint":5115,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe":{"entryPoint":5261,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6":{"entryPoint":5661,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09":{"entryPoint":4715,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f":{"entryPoint":5807,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea":{"entryPoint":5369,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208":{"entryPoint":4969,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8":{"entryPoint":4823,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e":{"entryPoint":6099,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":3970,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":4024,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:18043:21","statements":[{"body":{"nodeType":"YulBlock","src":"66:40:21","statements":[{"nodeType":"YulAssignment","src":"77:22:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"93:5:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"87:5:21"},"nodeType":"YulFunctionCall","src":"87:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"77:6:21"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"49:5:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"59:6:21","type":""}],"src":"7:99:21"},{"body":{"nodeType":"YulBlock","src":"208:73:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"225:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"230:6:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"218:6:21"},"nodeType":"YulFunctionCall","src":"218:19:21"},"nodeType":"YulExpressionStatement","src":"218:19:21"},{"nodeType":"YulAssignment","src":"246:29:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"265:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"270:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"261:3:21"},"nodeType":"YulFunctionCall","src":"261:14:21"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"246:11:21"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"180:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"185:6:21","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"196:11:21","type":""}],"src":"112:169:21"},{"body":{"nodeType":"YulBlock","src":"349:184:21","statements":[{"nodeType":"YulVariableDeclaration","src":"359:10:21","value":{"kind":"number","nodeType":"YulLiteral","src":"368:1:21","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"363:1:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"428:63:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"453:3:21"},{"name":"i","nodeType":"YulIdentifier","src":"458:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"449:3:21"},"nodeType":"YulFunctionCall","src":"449:11:21"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"472:3:21"},{"name":"i","nodeType":"YulIdentifier","src":"477:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"468:3:21"},"nodeType":"YulFunctionCall","src":"468:11:21"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"462:5:21"},"nodeType":"YulFunctionCall","src":"462:18:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"442:6:21"},"nodeType":"YulFunctionCall","src":"442:39:21"},"nodeType":"YulExpressionStatement","src":"442:39:21"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"389:1:21"},{"name":"length","nodeType":"YulIdentifier","src":"392:6:21"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"386:2:21"},"nodeType":"YulFunctionCall","src":"386:13:21"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"400:19:21","statements":[{"nodeType":"YulAssignment","src":"402:15:21","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"411:1:21"},{"kind":"number","nodeType":"YulLiteral","src":"414:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"407:3:21"},"nodeType":"YulFunctionCall","src":"407:10:21"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"402:1:21"}]}]},"pre":{"nodeType":"YulBlock","src":"382:3:21","statements":[]},"src":"378:113:21"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"511:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"516:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"507:3:21"},"nodeType":"YulFunctionCall","src":"507:16:21"},{"kind":"number","nodeType":"YulLiteral","src":"525:1:21","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"500:6:21"},"nodeType":"YulFunctionCall","src":"500:27:21"},"nodeType":"YulExpressionStatement","src":"500:27:21"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"331:3:21","type":""},{"name":"dst","nodeType":"YulTypedName","src":"336:3:21","type":""},{"name":"length","nodeType":"YulTypedName","src":"341:6:21","type":""}],"src":"287:246:21"},{"body":{"nodeType":"YulBlock","src":"587:54:21","statements":[{"nodeType":"YulAssignment","src":"597:38:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"615:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"622:2:21","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"611:3:21"},"nodeType":"YulFunctionCall","src":"611:14:21"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"631:2:21","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"627:3:21"},"nodeType":"YulFunctionCall","src":"627:7:21"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"607:3:21"},"nodeType":"YulFunctionCall","src":"607:28:21"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"597:6:21"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"570:5:21","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"580:6:21","type":""}],"src":"539:102:21"},{"body":{"nodeType":"YulBlock","src":"739:285:21","statements":[{"nodeType":"YulVariableDeclaration","src":"749:53:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"796:5:21"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"763:32:21"},"nodeType":"YulFunctionCall","src":"763:39:21"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"753:6:21","type":""}]},{"nodeType":"YulAssignment","src":"811:78:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"877:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"882:6:21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"818:58:21"},"nodeType":"YulFunctionCall","src":"818:71:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"811:3:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"937:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"944:4:21","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"933:3:21"},"nodeType":"YulFunctionCall","src":"933:16:21"},{"name":"pos","nodeType":"YulIdentifier","src":"951:3:21"},{"name":"length","nodeType":"YulIdentifier","src":"956:6:21"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"898:34:21"},"nodeType":"YulFunctionCall","src":"898:65:21"},"nodeType":"YulExpressionStatement","src":"898:65:21"},{"nodeType":"YulAssignment","src":"972:46:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"983:3:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1010:6:21"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"988:21:21"},"nodeType":"YulFunctionCall","src":"988:29:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"979:3:21"},"nodeType":"YulFunctionCall","src":"979:39:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"972:3:21"}]}]},"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"720:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"727:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"735:3:21","type":""}],"src":"647:377:21"},{"body":{"nodeType":"YulBlock","src":"1148:195:21","statements":[{"nodeType":"YulAssignment","src":"1158:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1170:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"1181:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1166:3:21"},"nodeType":"YulFunctionCall","src":"1166:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1158:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1205:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"1216:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1201:3:21"},"nodeType":"YulFunctionCall","src":"1201:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1224:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"1230:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1220:3:21"},"nodeType":"YulFunctionCall","src":"1220:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1194:6:21"},"nodeType":"YulFunctionCall","src":"1194:47:21"},"nodeType":"YulExpressionStatement","src":"1194:47:21"},{"nodeType":"YulAssignment","src":"1250:86:21","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1322:6:21"},{"name":"tail","nodeType":"YulIdentifier","src":"1331:4:21"}],"functionName":{"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1258:63:21"},"nodeType":"YulFunctionCall","src":"1258:78:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1250:4:21"}]}]},"name":"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1120:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1132:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1143:4:21","type":""}],"src":"1030:313:21"},{"body":{"nodeType":"YulBlock","src":"1389:35:21","statements":[{"nodeType":"YulAssignment","src":"1399:19:21","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1415:2:21","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1409:5:21"},"nodeType":"YulFunctionCall","src":"1409:9:21"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1399:6:21"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1382:6:21","type":""}],"src":"1349:75:21"},{"body":{"nodeType":"YulBlock","src":"1519:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1536:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1539:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1529:6:21"},"nodeType":"YulFunctionCall","src":"1529:12:21"},"nodeType":"YulExpressionStatement","src":"1529:12:21"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"1430:117:21"},{"body":{"nodeType":"YulBlock","src":"1642:28:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1659:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1662:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1652:6:21"},"nodeType":"YulFunctionCall","src":"1652:12:21"},"nodeType":"YulExpressionStatement","src":"1652:12:21"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"1553:117:21"},{"body":{"nodeType":"YulBlock","src":"1721:81:21","statements":[{"nodeType":"YulAssignment","src":"1731:65:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1746:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"1753:42:21","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1742:3:21"},"nodeType":"YulFunctionCall","src":"1742:54:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1731:7:21"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1703:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1713:7:21","type":""}],"src":"1676:126:21"},{"body":{"nodeType":"YulBlock","src":"1853:51:21","statements":[{"nodeType":"YulAssignment","src":"1863:35:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1892:5:21"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"1874:17:21"},"nodeType":"YulFunctionCall","src":"1874:24:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1863:7:21"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1835:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1845:7:21","type":""}],"src":"1808:96:21"},{"body":{"nodeType":"YulBlock","src":"1953:79:21","statements":[{"body":{"nodeType":"YulBlock","src":"2010:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2019:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2022:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2012:6:21"},"nodeType":"YulFunctionCall","src":"2012:12:21"},"nodeType":"YulExpressionStatement","src":"2012:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1976:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2001:5:21"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"1983:17:21"},"nodeType":"YulFunctionCall","src":"1983:24:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"1973:2:21"},"nodeType":"YulFunctionCall","src":"1973:35:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"1966:6:21"},"nodeType":"YulFunctionCall","src":"1966:43:21"},"nodeType":"YulIf","src":"1963:63:21"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1946:5:21","type":""}],"src":"1910:122:21"},{"body":{"nodeType":"YulBlock","src":"2090:87:21","statements":[{"nodeType":"YulAssignment","src":"2100:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2122:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2109:12:21"},"nodeType":"YulFunctionCall","src":"2109:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2100:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2165:5:21"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"2138:26:21"},"nodeType":"YulFunctionCall","src":"2138:33:21"},"nodeType":"YulExpressionStatement","src":"2138:33:21"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2068:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"2076:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2084:5:21","type":""}],"src":"2038:139:21"},{"body":{"nodeType":"YulBlock","src":"2228:32:21","statements":[{"nodeType":"YulAssignment","src":"2238:16:21","value":{"name":"value","nodeType":"YulIdentifier","src":"2249:5:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"2238:7:21"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2210:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"2220:7:21","type":""}],"src":"2183:77:21"},{"body":{"nodeType":"YulBlock","src":"2309:79:21","statements":[{"body":{"nodeType":"YulBlock","src":"2366:16:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2375:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2378:1:21","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2368:6:21"},"nodeType":"YulFunctionCall","src":"2368:12:21"},"nodeType":"YulExpressionStatement","src":"2368:12:21"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2332:5:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2357:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"2339:17:21"},"nodeType":"YulFunctionCall","src":"2339:24:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"2329:2:21"},"nodeType":"YulFunctionCall","src":"2329:35:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2322:6:21"},"nodeType":"YulFunctionCall","src":"2322:43:21"},"nodeType":"YulIf","src":"2319:63:21"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2302:5:21","type":""}],"src":"2266:122:21"},{"body":{"nodeType":"YulBlock","src":"2446:87:21","statements":[{"nodeType":"YulAssignment","src":"2456:29:21","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2478:6:21"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2465:12:21"},"nodeType":"YulFunctionCall","src":"2465:20:21"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2456:5:21"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2521:5:21"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"2494:26:21"},"nodeType":"YulFunctionCall","src":"2494:33:21"},"nodeType":"YulExpressionStatement","src":"2494:33:21"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2424:6:21","type":""},{"name":"end","nodeType":"YulTypedName","src":"2432:3:21","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2440:5:21","type":""}],"src":"2394:139:21"},{"body":{"nodeType":"YulBlock","src":"2622:391:21","statements":[{"body":{"nodeType":"YulBlock","src":"2668:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"2670:77:21"},"nodeType":"YulFunctionCall","src":"2670:79:21"},"nodeType":"YulExpressionStatement","src":"2670:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2643:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"2652:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2639:3:21"},"nodeType":"YulFunctionCall","src":"2639:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"2664:2:21","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2635:3:21"},"nodeType":"YulFunctionCall","src":"2635:32:21"},"nodeType":"YulIf","src":"2632:119:21"},{"nodeType":"YulBlock","src":"2761:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2776:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"2790:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2780:6:21","type":""}]},{"nodeType":"YulAssignment","src":"2805:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2840:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"2851:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2836:3:21"},"nodeType":"YulFunctionCall","src":"2836:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2860:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"2815:20:21"},"nodeType":"YulFunctionCall","src":"2815:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"2805:6:21"}]}]},{"nodeType":"YulBlock","src":"2888:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"2903:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"2917:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2907:6:21","type":""}]},{"nodeType":"YulAssignment","src":"2933:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2968:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"2979:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2964:3:21"},"nodeType":"YulFunctionCall","src":"2964:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2988:7:21"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"2943:20:21"},"nodeType":"YulFunctionCall","src":"2943:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"2933:6:21"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2584:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2595:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2607:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2615:6:21","type":""}],"src":"2539:474:21"},{"body":{"nodeType":"YulBlock","src":"3061:48:21","statements":[{"nodeType":"YulAssignment","src":"3071:32:21","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3096:5:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3089:6:21"},"nodeType":"YulFunctionCall","src":"3089:13:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3082:6:21"},"nodeType":"YulFunctionCall","src":"3082:21:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"3071:7:21"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3043:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"3053:7:21","type":""}],"src":"3019:90:21"},{"body":{"nodeType":"YulBlock","src":"3174:50:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3191:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3211:5:21"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"3196:14:21"},"nodeType":"YulFunctionCall","src":"3196:21:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3184:6:21"},"nodeType":"YulFunctionCall","src":"3184:34:21"},"nodeType":"YulExpressionStatement","src":"3184:34:21"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3162:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"3169:3:21","type":""}],"src":"3115:109:21"},{"body":{"nodeType":"YulBlock","src":"3322:118:21","statements":[{"nodeType":"YulAssignment","src":"3332:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3344:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3355:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3340:3:21"},"nodeType":"YulFunctionCall","src":"3340:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3332:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3406:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3419:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3430:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3415:3:21"},"nodeType":"YulFunctionCall","src":"3415:17:21"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"3368:37:21"},"nodeType":"YulFunctionCall","src":"3368:65:21"},"nodeType":"YulExpressionStatement","src":"3368:65:21"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3294:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3306:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3317:4:21","type":""}],"src":"3230:210:21"},{"body":{"nodeType":"YulBlock","src":"3511:53:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3528:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3551:5:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"3533:17:21"},"nodeType":"YulFunctionCall","src":"3533:24:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3521:6:21"},"nodeType":"YulFunctionCall","src":"3521:37:21"},"nodeType":"YulExpressionStatement","src":"3521:37:21"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3499:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"3506:3:21","type":""}],"src":"3446:118:21"},{"body":{"nodeType":"YulBlock","src":"3668:124:21","statements":[{"nodeType":"YulAssignment","src":"3678:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3690:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3701:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3686:3:21"},"nodeType":"YulFunctionCall","src":"3686:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3678:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3758:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3771:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"3782:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3767:3:21"},"nodeType":"YulFunctionCall","src":"3767:17:21"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"3714:43:21"},"nodeType":"YulFunctionCall","src":"3714:71:21"},"nodeType":"YulExpressionStatement","src":"3714:71:21"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3640:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3652:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3663:4:21","type":""}],"src":"3570:222:21"},{"body":{"nodeType":"YulBlock","src":"3898:519:21","statements":[{"body":{"nodeType":"YulBlock","src":"3944:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"3946:77:21"},"nodeType":"YulFunctionCall","src":"3946:79:21"},"nodeType":"YulExpressionStatement","src":"3946:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"3919:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"3928:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3915:3:21"},"nodeType":"YulFunctionCall","src":"3915:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"3940:2:21","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3911:3:21"},"nodeType":"YulFunctionCall","src":"3911:32:21"},"nodeType":"YulIf","src":"3908:119:21"},{"nodeType":"YulBlock","src":"4037:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4052:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4066:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4056:6:21","type":""}]},{"nodeType":"YulAssignment","src":"4081:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4116:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"4127:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4112:3:21"},"nodeType":"YulFunctionCall","src":"4112:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4136:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"4091:20:21"},"nodeType":"YulFunctionCall","src":"4091:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4081:6:21"}]}]},{"nodeType":"YulBlock","src":"4164:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4179:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4193:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4183:6:21","type":""}]},{"nodeType":"YulAssignment","src":"4209:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4244:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"4255:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4240:3:21"},"nodeType":"YulFunctionCall","src":"4240:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4264:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"4219:20:21"},"nodeType":"YulFunctionCall","src":"4219:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4209:6:21"}]}]},{"nodeType":"YulBlock","src":"4292:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"4307:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"4321:2:21","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4311:6:21","type":""}]},{"nodeType":"YulAssignment","src":"4337:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4372:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"4383:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4368:3:21"},"nodeType":"YulFunctionCall","src":"4368:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4392:7:21"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"4347:20:21"},"nodeType":"YulFunctionCall","src":"4347:53:21"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"4337:6:21"}]}]}]},"name":"abi_decode_tuple_t_addresst_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3852:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"3863:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"3875:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"3883:6:21","type":""},{"name":"value2","nodeType":"YulTypedName","src":"3891:6:21","type":""}],"src":"3798:619:21"},{"body":{"nodeType":"YulBlock","src":"4466:43:21","statements":[{"nodeType":"YulAssignment","src":"4476:27:21","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4491:5:21"},{"kind":"number","nodeType":"YulLiteral","src":"4498:4:21","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4487:3:21"},"nodeType":"YulFunctionCall","src":"4487:16:21"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4476:7:21"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4448:5:21","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4458:7:21","type":""}],"src":"4423:86:21"},{"body":{"nodeType":"YulBlock","src":"4576:51:21","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"4593:3:21"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4614:5:21"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"4598:15:21"},"nodeType":"YulFunctionCall","src":"4598:22:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4586:6:21"},"nodeType":"YulFunctionCall","src":"4586:35:21"},"nodeType":"YulExpressionStatement","src":"4586:35:21"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4564:5:21","type":""},{"name":"pos","nodeType":"YulTypedName","src":"4571:3:21","type":""}],"src":"4515:112:21"},{"body":{"nodeType":"YulBlock","src":"4727:120:21","statements":[{"nodeType":"YulAssignment","src":"4737:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4749:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"4760:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4745:3:21"},"nodeType":"YulFunctionCall","src":"4745:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4737:4:21"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4813:6:21"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4826:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"4837:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4822:3:21"},"nodeType":"YulFunctionCall","src":"4822:17:21"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"4773:39:21"},"nodeType":"YulFunctionCall","src":"4773:67:21"},"nodeType":"YulExpressionStatement","src":"4773:67:21"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4699:9:21","type":""},{"name":"value0","nodeType":"YulTypedName","src":"4711:6:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"4722:4:21","type":""}],"src":"4633:214:21"},{"body":{"nodeType":"YulBlock","src":"4919:263:21","statements":[{"body":{"nodeType":"YulBlock","src":"4965:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4967:77:21"},"nodeType":"YulFunctionCall","src":"4967:79:21"},"nodeType":"YulExpressionStatement","src":"4967:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4940:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"4949:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4936:3:21"},"nodeType":"YulFunctionCall","src":"4936:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"4961:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4932:3:21"},"nodeType":"YulFunctionCall","src":"4932:32:21"},"nodeType":"YulIf","src":"4929:119:21"},{"nodeType":"YulBlock","src":"5058:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5073:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5087:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5077:6:21","type":""}]},{"nodeType":"YulAssignment","src":"5102:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5137:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5148:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5133:3:21"},"nodeType":"YulFunctionCall","src":"5133:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5157:7:21"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"5112:20:21"},"nodeType":"YulFunctionCall","src":"5112:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5102:6:21"}]}]}]},"name":"abi_decode_tuple_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4889:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4900:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4912:6:21","type":""}],"src":"4853:329:21"},{"body":{"nodeType":"YulBlock","src":"5254:263:21","statements":[{"body":{"nodeType":"YulBlock","src":"5300:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5302:77:21"},"nodeType":"YulFunctionCall","src":"5302:79:21"},"nodeType":"YulExpressionStatement","src":"5302:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5275:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"5284:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5271:3:21"},"nodeType":"YulFunctionCall","src":"5271:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"5296:2:21","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5267:3:21"},"nodeType":"YulFunctionCall","src":"5267:32:21"},"nodeType":"YulIf","src":"5264:119:21"},{"nodeType":"YulBlock","src":"5393:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5408:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5422:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5412:6:21","type":""}]},{"nodeType":"YulAssignment","src":"5437:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5472:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5483:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5468:3:21"},"nodeType":"YulFunctionCall","src":"5468:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5492:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5447:20:21"},"nodeType":"YulFunctionCall","src":"5447:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5437:6:21"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5224:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5235:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5247:6:21","type":""}],"src":"5188:329:21"},{"body":{"nodeType":"YulBlock","src":"5606:391:21","statements":[{"body":{"nodeType":"YulBlock","src":"5652:83:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5654:77:21"},"nodeType":"YulFunctionCall","src":"5654:79:21"},"nodeType":"YulExpressionStatement","src":"5654:79:21"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5627:7:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"5636:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5623:3:21"},"nodeType":"YulFunctionCall","src":"5623:23:21"},{"kind":"number","nodeType":"YulLiteral","src":"5648:2:21","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5619:3:21"},"nodeType":"YulFunctionCall","src":"5619:32:21"},"nodeType":"YulIf","src":"5616:119:21"},{"nodeType":"YulBlock","src":"5745:117:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5760:15:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5774:1:21","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5764:6:21","type":""}]},{"nodeType":"YulAssignment","src":"5789:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5824:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5835:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5820:3:21"},"nodeType":"YulFunctionCall","src":"5820:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5844:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5799:20:21"},"nodeType":"YulFunctionCall","src":"5799:53:21"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5789:6:21"}]}]},{"nodeType":"YulBlock","src":"5872:118:21","statements":[{"nodeType":"YulVariableDeclaration","src":"5887:16:21","value":{"kind":"number","nodeType":"YulLiteral","src":"5901:2:21","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5891:6:21","type":""}]},{"nodeType":"YulAssignment","src":"5917:63:21","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5952:9:21"},{"name":"offset","nodeType":"YulIdentifier","src":"5963:6:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5948:3:21"},"nodeType":"YulFunctionCall","src":"5948:22:21"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5972:7:21"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5927:20:21"},"nodeType":"YulFunctionCall","src":"5927:53:21"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5917:6:21"}]}]}]},"name":"abi_decode_tuple_t_addresst_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5568:9:21","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5579:7:21","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5591:6:21","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5599:6:21","type":""}],"src":"5523:474:21"},{"body":{"nodeType":"YulBlock","src":"6031:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6048:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6051:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6041:6:21"},"nodeType":"YulFunctionCall","src":"6041:88:21"},"nodeType":"YulExpressionStatement","src":"6041:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6145:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"6148:4:21","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6138:6:21"},"nodeType":"YulFunctionCall","src":"6138:15:21"},"nodeType":"YulExpressionStatement","src":"6138:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6169:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6172:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6162:6:21"},"nodeType":"YulFunctionCall","src":"6162:15:21"},"nodeType":"YulExpressionStatement","src":"6162:15:21"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"6003:180:21"},{"body":{"nodeType":"YulBlock","src":"6240:269:21","statements":[{"nodeType":"YulAssignment","src":"6250:22:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"6264:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"6270:1:21","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"6260:3:21"},"nodeType":"YulFunctionCall","src":"6260:12:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"6250:6:21"}]},{"nodeType":"YulVariableDeclaration","src":"6281:38:21","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"6311:4:21"},{"kind":"number","nodeType":"YulLiteral","src":"6317:1:21","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6307:3:21"},"nodeType":"YulFunctionCall","src":"6307:12:21"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"6285:18:21","type":""}]},{"body":{"nodeType":"YulBlock","src":"6358:51:21","statements":[{"nodeType":"YulAssignment","src":"6372:27:21","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6386:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"6394:4:21","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6382:3:21"},"nodeType":"YulFunctionCall","src":"6382:17:21"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"6372:6:21"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"6338:18:21"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"6331:6:21"},"nodeType":"YulFunctionCall","src":"6331:26:21"},"nodeType":"YulIf","src":"6328:81:21"},{"body":{"nodeType":"YulBlock","src":"6461:42:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"6475:16:21"},"nodeType":"YulFunctionCall","src":"6475:18:21"},"nodeType":"YulExpressionStatement","src":"6475:18:21"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"6425:18:21"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6448:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"6456:2:21","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6445:2:21"},"nodeType":"YulFunctionCall","src":"6445:14:21"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6422:2:21"},"nodeType":"YulFunctionCall","src":"6422:38:21"},"nodeType":"YulIf","src":"6419:84:21"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"6224:4:21","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"6233:6:21","type":""}],"src":"6189:320:21"},{"body":{"nodeType":"YulBlock","src":"6543:152:21","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6560:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6563:77:21","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6553:6:21"},"nodeType":"YulFunctionCall","src":"6553:88:21"},"nodeType":"YulExpressionStatement","src":"6553:88:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6657:1:21","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"6660:4:21","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6650:6:21"},"nodeType":"YulFunctionCall","src":"6650:15:21"},"nodeType":"YulExpressionStatement","src":"6650:15:21"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6681:1:21","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6684:4:21","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6674:6:21"},"nodeType":"YulFunctionCall","src":"6674:15:21"},"nodeType":"YulExpressionStatement","src":"6674:15:21"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"6515:180:21"},{"body":{"nodeType":"YulBlock","src":"6745:147:21","statements":[{"nodeType":"YulAssignment","src":"6755:25:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6778:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6760:17:21"},"nodeType":"YulFunctionCall","src":"6760:20:21"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"6755:1:21"}]},{"nodeType":"YulAssignment","src":"6789:25:21","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"6812:1:21"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6794:17:21"},"nodeType":"YulFunctionCall","src":"6794:20:21"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"6789:1:21"}]},{"nodeType":"YulAssignment","src":"6823:16:21","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6834:1:21"},{"name":"y","nodeType":"YulIdentifier","src":"6837:1:21"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6830:3:21"},"nodeType":"YulFunctionCall","src":"6830:9:21"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"6823:3:21"}]},{"body":{"nodeType":"YulBlock","src":"6863:22:21","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"6865:16:21"},"nodeType":"YulFunctionCall","src":"6865:18:21"},"nodeType":"YulExpressionStatement","src":"6865:18:21"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6855:1:21"},{"name":"sum","nodeType":"YulIdentifier","src":"6858:3:21"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6852:2:21"},"nodeType":"YulFunctionCall","src":"6852:10:21"},"nodeType":"YulIf","src":"6849:36:21"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"6732:1:21","type":""},{"name":"y","nodeType":"YulTypedName","src":"6735:1:21","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"6741:3:21","type":""}],"src":"6701:191:21"},{"body":{"nodeType":"YulBlock","src":"7004:69:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"7026:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"7034:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7022:3:21"},"nodeType":"YulFunctionCall","src":"7022:14:21"},{"hexValue":"4d6f636b555344543a204e6f7468696e6720746f206275726e","kind":"string","nodeType":"YulLiteral","src":"7038:27:21","type":"","value":"MockUSDT: Nothing to burn"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7015:6:21"},"nodeType":"YulFunctionCall","src":"7015:51:21"},"nodeType":"YulExpressionStatement","src":"7015:51:21"}]},"name":"store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"6996:6:21","type":""}],"src":"6898:175:21"},{"body":{"nodeType":"YulBlock","src":"7225:220:21","statements":[{"nodeType":"YulAssignment","src":"7235:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7301:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"7306:2:21","type":"","value":"25"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"7242:58:21"},"nodeType":"YulFunctionCall","src":"7242:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"7235:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7407:3:21"}],"functionName":{"name":"store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09","nodeType":"YulIdentifier","src":"7318:88:21"},"nodeType":"YulFunctionCall","src":"7318:93:21"},"nodeType":"YulExpressionStatement","src":"7318:93:21"},{"nodeType":"YulAssignment","src":"7420:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7431:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"7436:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7427:3:21"},"nodeType":"YulFunctionCall","src":"7427:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"7420:3:21"}]}]},"name":"abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"7213:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"7221:3:21","type":""}],"src":"7079:366:21"},{"body":{"nodeType":"YulBlock","src":"7622:248:21","statements":[{"nodeType":"YulAssignment","src":"7632:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7644:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"7655:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7640:3:21"},"nodeType":"YulFunctionCall","src":"7640:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7632:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7679:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"7690:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7675:3:21"},"nodeType":"YulFunctionCall","src":"7675:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"7698:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"7704:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7694:3:21"},"nodeType":"YulFunctionCall","src":"7694:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7668:6:21"},"nodeType":"YulFunctionCall","src":"7668:47:21"},"nodeType":"YulExpressionStatement","src":"7668:47:21"},{"nodeType":"YulAssignment","src":"7724:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"7858:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"7732:124:21"},"nodeType":"YulFunctionCall","src":"7732:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7724:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7602:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"7617:4:21","type":""}],"src":"7451:419:21"},{"body":{"nodeType":"YulBlock","src":"7982:118:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8004:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8012:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8000:3:21"},"nodeType":"YulFunctionCall","src":"8000:14:21"},{"hexValue":"45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77","kind":"string","nodeType":"YulLiteral","src":"8016:34:21","type":"","value":"ERC20: decreased allowance below"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7993:6:21"},"nodeType":"YulFunctionCall","src":"7993:58:21"},"nodeType":"YulExpressionStatement","src":"7993:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8072:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"8080:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8068:3:21"},"nodeType":"YulFunctionCall","src":"8068:15:21"},{"hexValue":"207a65726f","kind":"string","nodeType":"YulLiteral","src":"8085:7:21","type":"","value":" zero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8061:6:21"},"nodeType":"YulFunctionCall","src":"8061:32:21"},"nodeType":"YulExpressionStatement","src":"8061:32:21"}]},"name":"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"7974:6:21","type":""}],"src":"7876:224:21"},{"body":{"nodeType":"YulBlock","src":"8252:220:21","statements":[{"nodeType":"YulAssignment","src":"8262:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8328:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"8333:2:21","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"8269:58:21"},"nodeType":"YulFunctionCall","src":"8269:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"8262:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8434:3:21"}],"functionName":{"name":"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","nodeType":"YulIdentifier","src":"8345:88:21"},"nodeType":"YulFunctionCall","src":"8345:93:21"},"nodeType":"YulExpressionStatement","src":"8345:93:21"},{"nodeType":"YulAssignment","src":"8447:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8458:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"8463:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8454:3:21"},"nodeType":"YulFunctionCall","src":"8454:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"8447:3:21"}]}]},"name":"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"8240:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"8248:3:21","type":""}],"src":"8106:366:21"},{"body":{"nodeType":"YulBlock","src":"8649:248:21","statements":[{"nodeType":"YulAssignment","src":"8659:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8671:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"8682:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8667:3:21"},"nodeType":"YulFunctionCall","src":"8667:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8659:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8706:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"8717:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8702:3:21"},"nodeType":"YulFunctionCall","src":"8702:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"8725:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"8731:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8721:3:21"},"nodeType":"YulFunctionCall","src":"8721:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8695:6:21"},"nodeType":"YulFunctionCall","src":"8695:47:21"},"nodeType":"YulExpressionStatement","src":"8695:47:21"},{"nodeType":"YulAssignment","src":"8751:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"8885:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"8759:124:21"},"nodeType":"YulFunctionCall","src":"8759:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8751:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8629:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"8644:4:21","type":""}],"src":"8478:419:21"},{"body":{"nodeType":"YulBlock","src":"9009:117:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9031:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"9039:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9027:3:21"},"nodeType":"YulFunctionCall","src":"9027:14:21"},{"hexValue":"45524332303a20617070726f76652066726f6d20746865207a65726f20616464","kind":"string","nodeType":"YulLiteral","src":"9043:34:21","type":"","value":"ERC20: approve from the zero add"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9020:6:21"},"nodeType":"YulFunctionCall","src":"9020:58:21"},"nodeType":"YulExpressionStatement","src":"9020:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9099:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"9107:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9095:3:21"},"nodeType":"YulFunctionCall","src":"9095:15:21"},{"hexValue":"72657373","kind":"string","nodeType":"YulLiteral","src":"9112:6:21","type":"","value":"ress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9088:6:21"},"nodeType":"YulFunctionCall","src":"9088:31:21"},"nodeType":"YulExpressionStatement","src":"9088:31:21"}]},"name":"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"9001:6:21","type":""}],"src":"8903:223:21"},{"body":{"nodeType":"YulBlock","src":"9278:220:21","statements":[{"nodeType":"YulAssignment","src":"9288:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9354:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"9359:2:21","type":"","value":"36"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9295:58:21"},"nodeType":"YulFunctionCall","src":"9295:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"9288:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9460:3:21"}],"functionName":{"name":"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","nodeType":"YulIdentifier","src":"9371:88:21"},"nodeType":"YulFunctionCall","src":"9371:93:21"},"nodeType":"YulExpressionStatement","src":"9371:93:21"},{"nodeType":"YulAssignment","src":"9473:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9484:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"9489:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9480:3:21"},"nodeType":"YulFunctionCall","src":"9480:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"9473:3:21"}]}]},"name":"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"9266:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"9274:3:21","type":""}],"src":"9132:366:21"},{"body":{"nodeType":"YulBlock","src":"9675:248:21","statements":[{"nodeType":"YulAssignment","src":"9685:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9697:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"9708:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9693:3:21"},"nodeType":"YulFunctionCall","src":"9693:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9685:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9732:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"9743:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9728:3:21"},"nodeType":"YulFunctionCall","src":"9728:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"9751:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"9757:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9747:3:21"},"nodeType":"YulFunctionCall","src":"9747:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9721:6:21"},"nodeType":"YulFunctionCall","src":"9721:47:21"},"nodeType":"YulExpressionStatement","src":"9721:47:21"},{"nodeType":"YulAssignment","src":"9777:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"9911:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9785:124:21"},"nodeType":"YulFunctionCall","src":"9785:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9777:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9655:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"9670:4:21","type":""}],"src":"9504:419:21"},{"body":{"nodeType":"YulBlock","src":"10035:115:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"10057:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"10065:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10053:3:21"},"nodeType":"YulFunctionCall","src":"10053:14:21"},{"hexValue":"45524332303a20617070726f766520746f20746865207a65726f206164647265","kind":"string","nodeType":"YulLiteral","src":"10069:34:21","type":"","value":"ERC20: approve to the zero addre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10046:6:21"},"nodeType":"YulFunctionCall","src":"10046:58:21"},"nodeType":"YulExpressionStatement","src":"10046:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"10125:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"10133:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10121:3:21"},"nodeType":"YulFunctionCall","src":"10121:15:21"},{"hexValue":"7373","kind":"string","nodeType":"YulLiteral","src":"10138:4:21","type":"","value":"ss"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10114:6:21"},"nodeType":"YulFunctionCall","src":"10114:29:21"},"nodeType":"YulExpressionStatement","src":"10114:29:21"}]},"name":"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"10027:6:21","type":""}],"src":"9929:221:21"},{"body":{"nodeType":"YulBlock","src":"10302:220:21","statements":[{"nodeType":"YulAssignment","src":"10312:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10378:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"10383:2:21","type":"","value":"34"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"10319:58:21"},"nodeType":"YulFunctionCall","src":"10319:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"10312:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10484:3:21"}],"functionName":{"name":"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","nodeType":"YulIdentifier","src":"10395:88:21"},"nodeType":"YulFunctionCall","src":"10395:93:21"},"nodeType":"YulExpressionStatement","src":"10395:93:21"},{"nodeType":"YulAssignment","src":"10497:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10508:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"10513:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10504:3:21"},"nodeType":"YulFunctionCall","src":"10504:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"10497:3:21"}]}]},"name":"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"10290:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10298:3:21","type":""}],"src":"10156:366:21"},{"body":{"nodeType":"YulBlock","src":"10699:248:21","statements":[{"nodeType":"YulAssignment","src":"10709:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10721:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"10732:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10717:3:21"},"nodeType":"YulFunctionCall","src":"10717:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10709:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10756:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"10767:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10752:3:21"},"nodeType":"YulFunctionCall","src":"10752:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10775:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"10781:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"10771:3:21"},"nodeType":"YulFunctionCall","src":"10771:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10745:6:21"},"nodeType":"YulFunctionCall","src":"10745:47:21"},"nodeType":"YulExpressionStatement","src":"10745:47:21"},{"nodeType":"YulAssignment","src":"10801:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10935:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"10809:124:21"},"nodeType":"YulFunctionCall","src":"10809:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10801:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10679:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10694:4:21","type":""}],"src":"10528:419:21"},{"body":{"nodeType":"YulBlock","src":"11059:73:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"11081:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"11089:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11077:3:21"},"nodeType":"YulFunctionCall","src":"11077:14:21"},{"hexValue":"45524332303a20696e73756666696369656e7420616c6c6f77616e6365","kind":"string","nodeType":"YulLiteral","src":"11093:31:21","type":"","value":"ERC20: insufficient allowance"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11070:6:21"},"nodeType":"YulFunctionCall","src":"11070:55:21"},"nodeType":"YulExpressionStatement","src":"11070:55:21"}]},"name":"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"11051:6:21","type":""}],"src":"10953:179:21"},{"body":{"nodeType":"YulBlock","src":"11284:220:21","statements":[{"nodeType":"YulAssignment","src":"11294:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11360:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"11365:2:21","type":"","value":"29"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11301:58:21"},"nodeType":"YulFunctionCall","src":"11301:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11294:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11466:3:21"}],"functionName":{"name":"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","nodeType":"YulIdentifier","src":"11377:88:21"},"nodeType":"YulFunctionCall","src":"11377:93:21"},"nodeType":"YulExpressionStatement","src":"11377:93:21"},{"nodeType":"YulAssignment","src":"11479:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11490:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"11495:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11486:3:21"},"nodeType":"YulFunctionCall","src":"11486:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"11479:3:21"}]}]},"name":"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"11272:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"11280:3:21","type":""}],"src":"11138:366:21"},{"body":{"nodeType":"YulBlock","src":"11681:248:21","statements":[{"nodeType":"YulAssignment","src":"11691:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11703:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11714:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11699:3:21"},"nodeType":"YulFunctionCall","src":"11699:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11691:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11738:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"11749:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11734:3:21"},"nodeType":"YulFunctionCall","src":"11734:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"11757:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"11763:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11753:3:21"},"nodeType":"YulFunctionCall","src":"11753:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11727:6:21"},"nodeType":"YulFunctionCall","src":"11727:47:21"},"nodeType":"YulExpressionStatement","src":"11727:47:21"},{"nodeType":"YulAssignment","src":"11783:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"11917:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11791:124:21"},"nodeType":"YulFunctionCall","src":"11791:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11783:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11661:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11676:4:21","type":""}],"src":"11510:419:21"},{"body":{"nodeType":"YulBlock","src":"12041:118:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12063:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"12071:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12059:3:21"},"nodeType":"YulFunctionCall","src":"12059:14:21"},{"hexValue":"45524332303a207472616e736665722066726f6d20746865207a65726f206164","kind":"string","nodeType":"YulLiteral","src":"12075:34:21","type":"","value":"ERC20: transfer from the zero ad"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12052:6:21"},"nodeType":"YulFunctionCall","src":"12052:58:21"},"nodeType":"YulExpressionStatement","src":"12052:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12131:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"12139:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12127:3:21"},"nodeType":"YulFunctionCall","src":"12127:15:21"},{"hexValue":"6472657373","kind":"string","nodeType":"YulLiteral","src":"12144:7:21","type":"","value":"dress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12120:6:21"},"nodeType":"YulFunctionCall","src":"12120:32:21"},"nodeType":"YulExpressionStatement","src":"12120:32:21"}]},"name":"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"12033:6:21","type":""}],"src":"11935:224:21"},{"body":{"nodeType":"YulBlock","src":"12311:220:21","statements":[{"nodeType":"YulAssignment","src":"12321:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12387:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"12392:2:21","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12328:58:21"},"nodeType":"YulFunctionCall","src":"12328:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12321:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12493:3:21"}],"functionName":{"name":"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","nodeType":"YulIdentifier","src":"12404:88:21"},"nodeType":"YulFunctionCall","src":"12404:93:21"},"nodeType":"YulExpressionStatement","src":"12404:93:21"},{"nodeType":"YulAssignment","src":"12506:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12517:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"12522:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12513:3:21"},"nodeType":"YulFunctionCall","src":"12513:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12506:3:21"}]}]},"name":"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12299:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12307:3:21","type":""}],"src":"12165:366:21"},{"body":{"nodeType":"YulBlock","src":"12708:248:21","statements":[{"nodeType":"YulAssignment","src":"12718:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12730:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"12741:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12726:3:21"},"nodeType":"YulFunctionCall","src":"12726:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12718:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12765:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"12776:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12761:3:21"},"nodeType":"YulFunctionCall","src":"12761:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12784:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"12790:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"12780:3:21"},"nodeType":"YulFunctionCall","src":"12780:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12754:6:21"},"nodeType":"YulFunctionCall","src":"12754:47:21"},"nodeType":"YulExpressionStatement","src":"12754:47:21"},{"nodeType":"YulAssignment","src":"12810:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12944:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12818:124:21"},"nodeType":"YulFunctionCall","src":"12818:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12810:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"12688:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"12703:4:21","type":""}],"src":"12537:419:21"},{"body":{"nodeType":"YulBlock","src":"13068:116:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13090:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"13098:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13086:3:21"},"nodeType":"YulFunctionCall","src":"13086:14:21"},{"hexValue":"45524332303a207472616e7366657220746f20746865207a65726f2061646472","kind":"string","nodeType":"YulLiteral","src":"13102:34:21","type":"","value":"ERC20: transfer to the zero addr"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13079:6:21"},"nodeType":"YulFunctionCall","src":"13079:58:21"},"nodeType":"YulExpressionStatement","src":"13079:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13158:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"13166:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13154:3:21"},"nodeType":"YulFunctionCall","src":"13154:15:21"},{"hexValue":"657373","kind":"string","nodeType":"YulLiteral","src":"13171:5:21","type":"","value":"ess"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13147:6:21"},"nodeType":"YulFunctionCall","src":"13147:30:21"},"nodeType":"YulExpressionStatement","src":"13147:30:21"}]},"name":"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"13060:6:21","type":""}],"src":"12962:222:21"},{"body":{"nodeType":"YulBlock","src":"13336:220:21","statements":[{"nodeType":"YulAssignment","src":"13346:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13412:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"13417:2:21","type":"","value":"35"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13353:58:21"},"nodeType":"YulFunctionCall","src":"13353:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13346:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13518:3:21"}],"functionName":{"name":"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","nodeType":"YulIdentifier","src":"13429:88:21"},"nodeType":"YulFunctionCall","src":"13429:93:21"},"nodeType":"YulExpressionStatement","src":"13429:93:21"},{"nodeType":"YulAssignment","src":"13531:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13542:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"13547:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13538:3:21"},"nodeType":"YulFunctionCall","src":"13538:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13531:3:21"}]}]},"name":"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13324:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13332:3:21","type":""}],"src":"13190:366:21"},{"body":{"nodeType":"YulBlock","src":"13733:248:21","statements":[{"nodeType":"YulAssignment","src":"13743:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13755:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"13766:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13751:3:21"},"nodeType":"YulFunctionCall","src":"13751:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13743:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13790:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"13801:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13786:3:21"},"nodeType":"YulFunctionCall","src":"13786:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13809:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"13815:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13805:3:21"},"nodeType":"YulFunctionCall","src":"13805:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13779:6:21"},"nodeType":"YulFunctionCall","src":"13779:47:21"},"nodeType":"YulExpressionStatement","src":"13779:47:21"},{"nodeType":"YulAssignment","src":"13835:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13969:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13843:124:21"},"nodeType":"YulFunctionCall","src":"13843:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13835:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13713:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13728:4:21","type":""}],"src":"13562:419:21"},{"body":{"nodeType":"YulBlock","src":"14093:119:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14115:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"14123:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14111:3:21"},"nodeType":"YulFunctionCall","src":"14111:14:21"},{"hexValue":"45524332303a207472616e7366657220616d6f756e7420657863656564732062","kind":"string","nodeType":"YulLiteral","src":"14127:34:21","type":"","value":"ERC20: transfer amount exceeds b"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14104:6:21"},"nodeType":"YulFunctionCall","src":"14104:58:21"},"nodeType":"YulExpressionStatement","src":"14104:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14183:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"14191:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14179:3:21"},"nodeType":"YulFunctionCall","src":"14179:15:21"},{"hexValue":"616c616e6365","kind":"string","nodeType":"YulLiteral","src":"14196:8:21","type":"","value":"alance"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14172:6:21"},"nodeType":"YulFunctionCall","src":"14172:33:21"},"nodeType":"YulExpressionStatement","src":"14172:33:21"}]},"name":"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"14085:6:21","type":""}],"src":"13987:225:21"},{"body":{"nodeType":"YulBlock","src":"14364:220:21","statements":[{"nodeType":"YulAssignment","src":"14374:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14440:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"14445:2:21","type":"","value":"38"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14381:58:21"},"nodeType":"YulFunctionCall","src":"14381:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"14374:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14546:3:21"}],"functionName":{"name":"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","nodeType":"YulIdentifier","src":"14457:88:21"},"nodeType":"YulFunctionCall","src":"14457:93:21"},"nodeType":"YulExpressionStatement","src":"14457:93:21"},{"nodeType":"YulAssignment","src":"14559:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14570:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"14575:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14566:3:21"},"nodeType":"YulFunctionCall","src":"14566:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"14559:3:21"}]}]},"name":"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"14352:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"14360:3:21","type":""}],"src":"14218:366:21"},{"body":{"nodeType":"YulBlock","src":"14761:248:21","statements":[{"nodeType":"YulAssignment","src":"14771:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14783:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"14794:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14779:3:21"},"nodeType":"YulFunctionCall","src":"14779:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14771:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14818:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"14829:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14814:3:21"},"nodeType":"YulFunctionCall","src":"14814:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14837:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"14843:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"14833:3:21"},"nodeType":"YulFunctionCall","src":"14833:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14807:6:21"},"nodeType":"YulFunctionCall","src":"14807:47:21"},"nodeType":"YulExpressionStatement","src":"14807:47:21"},{"nodeType":"YulAssignment","src":"14863:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14997:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14871:124:21"},"nodeType":"YulFunctionCall","src":"14871:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14863:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14741:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14756:4:21","type":""}],"src":"14590:419:21"},{"body":{"nodeType":"YulBlock","src":"15121:114:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15143:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"15151:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15139:3:21"},"nodeType":"YulFunctionCall","src":"15139:14:21"},{"hexValue":"45524332303a206275726e2066726f6d20746865207a65726f20616464726573","kind":"string","nodeType":"YulLiteral","src":"15155:34:21","type":"","value":"ERC20: burn from the zero addres"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15132:6:21"},"nodeType":"YulFunctionCall","src":"15132:58:21"},"nodeType":"YulExpressionStatement","src":"15132:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15211:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"15219:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15207:3:21"},"nodeType":"YulFunctionCall","src":"15207:15:21"},{"hexValue":"73","kind":"string","nodeType":"YulLiteral","src":"15224:3:21","type":"","value":"s"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15200:6:21"},"nodeType":"YulFunctionCall","src":"15200:28:21"},"nodeType":"YulExpressionStatement","src":"15200:28:21"}]},"name":"store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"15113:6:21","type":""}],"src":"15015:220:21"},{"body":{"nodeType":"YulBlock","src":"15387:220:21","statements":[{"nodeType":"YulAssignment","src":"15397:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15463:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"15468:2:21","type":"","value":"33"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15404:58:21"},"nodeType":"YulFunctionCall","src":"15404:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"15397:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15569:3:21"}],"functionName":{"name":"store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f","nodeType":"YulIdentifier","src":"15480:88:21"},"nodeType":"YulFunctionCall","src":"15480:93:21"},"nodeType":"YulExpressionStatement","src":"15480:93:21"},{"nodeType":"YulAssignment","src":"15582:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15593:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"15598:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15589:3:21"},"nodeType":"YulFunctionCall","src":"15589:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"15582:3:21"}]}]},"name":"abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"15375:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"15383:3:21","type":""}],"src":"15241:366:21"},{"body":{"nodeType":"YulBlock","src":"15784:248:21","statements":[{"nodeType":"YulAssignment","src":"15794:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15806:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"15817:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15802:3:21"},"nodeType":"YulFunctionCall","src":"15802:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15794:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15841:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"15852:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15837:3:21"},"nodeType":"YulFunctionCall","src":"15837:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15860:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"15866:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"15856:3:21"},"nodeType":"YulFunctionCall","src":"15856:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15830:6:21"},"nodeType":"YulFunctionCall","src":"15830:47:21"},"nodeType":"YulExpressionStatement","src":"15830:47:21"},{"nodeType":"YulAssignment","src":"15886:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16020:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15894:124:21"},"nodeType":"YulFunctionCall","src":"15894:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15886:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15764:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15779:4:21","type":""}],"src":"15613:419:21"},{"body":{"nodeType":"YulBlock","src":"16144:115:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"16166:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"16174:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16162:3:21"},"nodeType":"YulFunctionCall","src":"16162:14:21"},{"hexValue":"45524332303a206275726e20616d6f756e7420657863656564732062616c616e","kind":"string","nodeType":"YulLiteral","src":"16178:34:21","type":"","value":"ERC20: burn amount exceeds balan"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16155:6:21"},"nodeType":"YulFunctionCall","src":"16155:58:21"},"nodeType":"YulExpressionStatement","src":"16155:58:21"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"16234:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"16242:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16230:3:21"},"nodeType":"YulFunctionCall","src":"16230:15:21"},{"hexValue":"6365","kind":"string","nodeType":"YulLiteral","src":"16247:4:21","type":"","value":"ce"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16223:6:21"},"nodeType":"YulFunctionCall","src":"16223:29:21"},"nodeType":"YulExpressionStatement","src":"16223:29:21"}]},"name":"store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"16136:6:21","type":""}],"src":"16038:221:21"},{"body":{"nodeType":"YulBlock","src":"16411:220:21","statements":[{"nodeType":"YulAssignment","src":"16421:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16487:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"16492:2:21","type":"","value":"34"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16428:58:21"},"nodeType":"YulFunctionCall","src":"16428:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"16421:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16593:3:21"}],"functionName":{"name":"store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd","nodeType":"YulIdentifier","src":"16504:88:21"},"nodeType":"YulFunctionCall","src":"16504:93:21"},"nodeType":"YulExpressionStatement","src":"16504:93:21"},{"nodeType":"YulAssignment","src":"16606:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16617:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"16622:2:21","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16613:3:21"},"nodeType":"YulFunctionCall","src":"16613:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"16606:3:21"}]}]},"name":"abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"16399:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"16407:3:21","type":""}],"src":"16265:366:21"},{"body":{"nodeType":"YulBlock","src":"16808:248:21","statements":[{"nodeType":"YulAssignment","src":"16818:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16830:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"16841:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16826:3:21"},"nodeType":"YulFunctionCall","src":"16826:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16818:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16865:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"16876:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16861:3:21"},"nodeType":"YulFunctionCall","src":"16861:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16884:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"16890:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16880:3:21"},"nodeType":"YulFunctionCall","src":"16880:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16854:6:21"},"nodeType":"YulFunctionCall","src":"16854:47:21"},"nodeType":"YulExpressionStatement","src":"16854:47:21"},{"nodeType":"YulAssignment","src":"16910:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17044:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16918:124:21"},"nodeType":"YulFunctionCall","src":"16918:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16910:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16788:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16803:4:21","type":""}],"src":"16637:419:21"},{"body":{"nodeType":"YulBlock","src":"17168:75:21","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"17190:6:21"},{"kind":"number","nodeType":"YulLiteral","src":"17198:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17186:3:21"},"nodeType":"YulFunctionCall","src":"17186:14:21"},{"hexValue":"45524332303a206d696e7420746f20746865207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"17202:33:21","type":"","value":"ERC20: mint to the zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17179:6:21"},"nodeType":"YulFunctionCall","src":"17179:57:21"},"nodeType":"YulExpressionStatement","src":"17179:57:21"}]},"name":"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"17160:6:21","type":""}],"src":"17062:181:21"},{"body":{"nodeType":"YulBlock","src":"17395:220:21","statements":[{"nodeType":"YulAssignment","src":"17405:74:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17471:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"17476:2:21","type":"","value":"31"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17412:58:21"},"nodeType":"YulFunctionCall","src":"17412:67:21"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"17405:3:21"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17577:3:21"}],"functionName":{"name":"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","nodeType":"YulIdentifier","src":"17488:88:21"},"nodeType":"YulFunctionCall","src":"17488:93:21"},"nodeType":"YulExpressionStatement","src":"17488:93:21"},{"nodeType":"YulAssignment","src":"17590:19:21","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17601:3:21"},{"kind":"number","nodeType":"YulLiteral","src":"17606:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17597:3:21"},"nodeType":"YulFunctionCall","src":"17597:12:21"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"17590:3:21"}]}]},"name":"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"17383:3:21","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"17391:3:21","type":""}],"src":"17249:366:21"},{"body":{"nodeType":"YulBlock","src":"17792:248:21","statements":[{"nodeType":"YulAssignment","src":"17802:26:21","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17814:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"17825:2:21","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17810:3:21"},"nodeType":"YulFunctionCall","src":"17810:18:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17802:4:21"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17849:9:21"},{"kind":"number","nodeType":"YulLiteral","src":"17860:1:21","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17845:3:21"},"nodeType":"YulFunctionCall","src":"17845:17:21"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17868:4:21"},{"name":"headStart","nodeType":"YulIdentifier","src":"17874:9:21"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"17864:3:21"},"nodeType":"YulFunctionCall","src":"17864:20:21"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17838:6:21"},"nodeType":"YulFunctionCall","src":"17838:47:21"},"nodeType":"YulExpressionStatement","src":"17838:47:21"},{"nodeType":"YulAssignment","src":"17894:139:21","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"18028:4:21"}],"functionName":{"name":"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17902:124:21"},"nodeType":"YulFunctionCall","src":"17902:131:21"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17894:4:21"}]}]},"name":"abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17772:9:21","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"17787:4:21","type":""}],"src":"17621:419:21"}]},"contents":"{\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\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\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value0, tail)\n\n }\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_addresst_uint256(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_addresst_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09(memPtr) {\n\n mstore(add(memPtr, 0), \"MockUSDT: Nothing to burn\")\n\n }\n\n function abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 25)\n store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: decreased allowance below\")\n\n mstore(add(memPtr, 32), \" zero\")\n\n }\n\n function abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: approve from the zero add\")\n\n mstore(add(memPtr, 32), \"ress\")\n\n }\n\n function abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 36)\n store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: approve to the zero addre\")\n\n mstore(add(memPtr, 32), \"ss\")\n\n }\n\n function abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 34)\n store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: insufficient allowance\")\n\n }\n\n function abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 29)\n store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer from the zero ad\")\n\n mstore(add(memPtr, 32), \"dress\")\n\n }\n\n function abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer to the zero addr\")\n\n mstore(add(memPtr, 32), \"ess\")\n\n }\n\n function abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 35)\n store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer amount exceeds b\")\n\n mstore(add(memPtr, 32), \"alance\")\n\n }\n\n function abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: burn from the zero addres\")\n\n mstore(add(memPtr, 32), \"s\")\n\n }\n\n function abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 33)\n store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: burn amount exceeds balan\")\n\n mstore(add(memPtr, 32), \"ce\")\n\n }\n\n function abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 34)\n store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: mint to the zero address\")\n\n }\n\n function abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 31)\n store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":21,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100ea5760003560e01c806370a082311161008c578063a0712d6811610066578063a0712d681461024d578063a457c2d714610269578063a9059cbb14610299578063dd62ed3e146102c9576100ea565b806370a08231146101f557806395d89b41146102255780639975038c14610243576100ea565b806323b872dd116100c857806323b872dd1461015b578063313ce5671461018b57806339509351146101a957806342966c68146101d9576100ea565b806306fdde03146100ef578063095ea7b31461010d57806318160ddd1461013d575b600080fd5b6100f76102f9565b6040516101049190610f29565b60405180910390f35b61012760048036038101906101229190610fe4565b61038b565b604051610134919061103f565b60405180910390f35b6101456103ae565b6040516101529190611069565b60405180910390f35b61017560048036038101906101709190611084565b6103b8565b604051610182919061103f565b60405180910390f35b6101936103e7565b6040516101a091906110f3565b60405180910390f35b6101c360048036038101906101be9190610fe4565b6103f0565b6040516101d0919061103f565b60405180910390f35b6101f360048036038101906101ee919061110e565b610427565b005b61020f600480360381019061020a919061113b565b610434565b60405161021c9190611069565b60405180910390f35b61022d61047c565b60405161023a9190610f29565b60405180910390f35b61024b61050e565b005b6102676004803603810190610262919061110e565b61056b565b005b610283600480360381019061027e9190610fe4565b610578565b604051610290919061103f565b60405180910390f35b6102b360048036038101906102ae9190610fe4565b6105ef565b6040516102c0919061103f565b60405180910390f35b6102e360048036038101906102de9190611168565b610612565b6040516102f09190611069565b60405180910390f35b606060038054610308906111d7565b80601f0160208091040260200160405190810160405280929190818152602001828054610334906111d7565b80156103815780601f1061035657610100808354040283529160200191610381565b820191906000526020600020905b81548152906001019060200180831161036457829003601f168201915b5050505050905090565b600080610396610699565b90506103a38185856106a1565b600191505092915050565b6000600254905090565b6000806103c3610699565b90506103d085828561086a565b6103db8585856108f6565b60019150509392505050565b60006012905090565b6000806103fb610699565b905061041c81858561040d8589610612565b6104179190611237565b6106a1565b600191505092915050565b6104313382610b6c565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60606004805461048b906111d7565b80601f01602080910402602001604051908101604052809291908181526020018280546104b7906111d7565b80156105045780601f106104d957610100808354040283529160200191610504565b820191906000526020600020905b8154815290600101906020018083116104e757829003601f168201915b5050505050905090565b600061051933610434565b90506000811161055e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610555906112b7565b60405180910390fd5b6105683382610b6c565b50565b6105753382610d39565b50565b600080610583610699565b905060006105918286610612565b9050838110156105d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105cd90611349565b60405180910390fd5b6105e382868684036106a1565b60019250505092915050565b6000806105fa610699565b90506106078185856108f6565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610710576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610707906113db565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361077f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107769061146d565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161085d9190611069565b60405180910390a3505050565b60006108768484610612565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146108f057818110156108e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d9906114d9565b60405180910390fd5b6108ef84848484036106a1565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610965576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161095c9061156b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036109d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109cb906115fd565b60405180910390fd5b6109df838383610e8f565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610a65576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a5c9061168f565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610b539190611069565b60405180910390a3610b66848484610e94565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610bdb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd290611721565b60405180910390fd5b610be782600083610e8f565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610c6d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c64906117b3565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610d209190611069565b60405180910390a3610d3483600084610e94565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610da8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9f9061181f565b60405180910390fd5b610db460008383610e8f565b8060026000828254610dc69190611237565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610e779190611069565b60405180910390a3610e8b60008383610e94565b5050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ed3578082015181840152602081019050610eb8565b60008484015250505050565b6000601f19601f8301169050919050565b6000610efb82610e99565b610f058185610ea4565b9350610f15818560208601610eb5565b610f1e81610edf565b840191505092915050565b60006020820190508181036000830152610f438184610ef0565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610f7b82610f50565b9050919050565b610f8b81610f70565b8114610f9657600080fd5b50565b600081359050610fa881610f82565b92915050565b6000819050919050565b610fc181610fae565b8114610fcc57600080fd5b50565b600081359050610fde81610fb8565b92915050565b60008060408385031215610ffb57610ffa610f4b565b5b600061100985828601610f99565b925050602061101a85828601610fcf565b9150509250929050565b60008115159050919050565b61103981611024565b82525050565b60006020820190506110546000830184611030565b92915050565b61106381610fae565b82525050565b600060208201905061107e600083018461105a565b92915050565b60008060006060848603121561109d5761109c610f4b565b5b60006110ab86828701610f99565b93505060206110bc86828701610f99565b92505060406110cd86828701610fcf565b9150509250925092565b600060ff82169050919050565b6110ed816110d7565b82525050565b600060208201905061110860008301846110e4565b92915050565b60006020828403121561112457611123610f4b565b5b600061113284828501610fcf565b91505092915050565b60006020828403121561115157611150610f4b565b5b600061115f84828501610f99565b91505092915050565b6000806040838503121561117f5761117e610f4b565b5b600061118d85828601610f99565b925050602061119e85828601610f99565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806111ef57607f821691505b602082108103611202576112016111a8565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061124282610fae565b915061124d83610fae565b925082820190508082111561126557611264611208565b5b92915050565b7f4d6f636b555344543a204e6f7468696e6720746f206275726e00000000000000600082015250565b60006112a1601983610ea4565b91506112ac8261126b565b602082019050919050565b600060208201905081810360008301526112d081611294565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000611333602583610ea4565b915061133e826112d7565b604082019050919050565b6000602082019050818103600083015261136281611326565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006113c5602483610ea4565b91506113d082611369565b604082019050919050565b600060208201905081810360008301526113f4816113b8565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000611457602283610ea4565b9150611462826113fb565b604082019050919050565b600060208201905081810360008301526114868161144a565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006114c3601d83610ea4565b91506114ce8261148d565b602082019050919050565b600060208201905081810360008301526114f2816114b6565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000611555602583610ea4565b9150611560826114f9565b604082019050919050565b6000602082019050818103600083015261158481611548565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006115e7602383610ea4565b91506115f28261158b565b604082019050919050565b60006020820190508181036000830152611616816115da565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000611679602683610ea4565b91506116848261161d565b604082019050919050565b600060208201905081810360008301526116a88161166c565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b600061170b602183610ea4565b9150611716826116af565b604082019050919050565b6000602082019050818103600083015261173a816116fe565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b600061179d602283610ea4565b91506117a882611741565b604082019050919050565b600060208201905081810360008301526117cc81611790565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000611809601f83610ea4565b9150611814826117d3565b602082019050919050565b60006020820190508181036000830152611838816117fc565b905091905056fea264697066735822122068d713bf4736c676499489be7a244631ce61e66372a491b3cb5640b12172fe9464736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xEA JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x70A08231 GT PUSH2 0x8C JUMPI DUP1 PUSH4 0xA0712D68 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0xA0712D68 EQ PUSH2 0x24D JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x269 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x299 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x2C9 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x70A08231 EQ PUSH2 0x1F5 JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x225 JUMPI DUP1 PUSH4 0x9975038C EQ PUSH2 0x243 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x23B872DD GT PUSH2 0xC8 JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x15B JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x18B JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x1A9 JUMPI DUP1 PUSH4 0x42966C68 EQ PUSH2 0x1D9 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0xEF JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0x10D JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0x13D JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF7 PUSH2 0x2F9 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x104 SWAP2 SWAP1 PUSH2 0xF29 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x127 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x122 SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x38B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x134 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x145 PUSH2 0x3AE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x152 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x175 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x170 SWAP2 SWAP1 PUSH2 0x1084 JUMP JUMPDEST PUSH2 0x3B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x182 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x193 PUSH2 0x3E7 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1A0 SWAP2 SWAP1 PUSH2 0x10F3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1C3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1BE SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x3F0 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1D0 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1EE SWAP2 SWAP1 PUSH2 0x110E JUMP JUMPDEST PUSH2 0x427 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x20A SWAP2 SWAP1 PUSH2 0x113B JUMP JUMPDEST PUSH2 0x434 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x21C SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x22D PUSH2 0x47C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23A SWAP2 SWAP1 PUSH2 0xF29 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x24B PUSH2 0x50E JUMP JUMPDEST STOP JUMPDEST PUSH2 0x267 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x262 SWAP2 SWAP1 PUSH2 0x110E JUMP JUMPDEST PUSH2 0x56B JUMP JUMPDEST STOP JUMPDEST PUSH2 0x283 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x27E SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x578 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x290 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2B3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2AE SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x5EF JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2C0 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2E3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2DE SWAP2 SWAP1 PUSH2 0x1168 JUMP JUMPDEST PUSH2 0x612 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2F0 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x308 SWAP1 PUSH2 0x11D7 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 0x334 SWAP1 PUSH2 0x11D7 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x381 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x356 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x381 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 0x364 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x396 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x3A3 DUP2 DUP6 DUP6 PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x3C3 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x3D0 DUP6 DUP3 DUP6 PUSH2 0x86A JUMP JUMPDEST PUSH2 0x3DB DUP6 DUP6 DUP6 PUSH2 0x8F6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x12 SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x3FB PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x41C DUP2 DUP6 DUP6 PUSH2 0x40D DUP6 DUP10 PUSH2 0x612 JUMP JUMPDEST PUSH2 0x417 SWAP2 SWAP1 PUSH2 0x1237 JUMP JUMPDEST PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x431 CALLER DUP3 PUSH2 0xB6C JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x4 DUP1 SLOAD PUSH2 0x48B SWAP1 PUSH2 0x11D7 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 0x4B7 SWAP1 PUSH2 0x11D7 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x504 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x4D9 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x504 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 0x4E7 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x519 CALLER PUSH2 0x434 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 GT PUSH2 0x55E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x555 SWAP1 PUSH2 0x12B7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x568 CALLER DUP3 PUSH2 0xB6C JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x575 CALLER DUP3 PUSH2 0xD39 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x583 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x591 DUP3 DUP7 PUSH2 0x612 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5CD SWAP1 PUSH2 0x1349 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x5E3 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x5FA PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x607 DUP2 DUP6 DUP6 PUSH2 0x8F6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x710 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x707 SWAP1 PUSH2 0x13DB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x77F JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x776 SWAP1 PUSH2 0x146D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0x85D SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x876 DUP5 DUP5 PUSH2 0x612 JUMP JUMPDEST SWAP1 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 EQ PUSH2 0x8F0 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x8E2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8D9 SWAP1 PUSH2 0x14D9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x8EF DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x6A1 JUMP JUMPDEST JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x965 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x95C SWAP1 PUSH2 0x156B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x9D4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9CB SWAP1 PUSH2 0x15FD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x9DF DUP4 DUP4 DUP4 PUSH2 0xE8F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xA65 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA5C SWAP1 PUSH2 0x168F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xB53 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xB66 DUP5 DUP5 DUP5 PUSH2 0xE94 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xBDB JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xBD2 SWAP1 PUSH2 0x1721 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xBE7 DUP3 PUSH1 0x0 DUP4 PUSH2 0xE8F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xC6D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC64 SWAP1 PUSH2 0x17B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD SUB SWAP3 POP POP DUP2 SWAP1 SSTORE POP PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xD20 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xD34 DUP4 PUSH1 0x0 DUP5 PUSH2 0xE94 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xDA8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD9F SWAP1 PUSH2 0x181F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xDB4 PUSH1 0x0 DUP4 DUP4 PUSH2 0xE8F JUMP JUMPDEST DUP1 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xDC6 SWAP2 SWAP1 PUSH2 0x1237 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP1 PUSH1 0x0 DUP1 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP4 PUSH1 0x40 MLOAD PUSH2 0xE77 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xE8B PUSH1 0x0 DUP4 DUP4 PUSH2 0xE94 JUMP JUMPDEST POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xED3 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0xEB8 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xEFB DUP3 PUSH2 0xE99 JUMP JUMPDEST PUSH2 0xF05 DUP2 DUP6 PUSH2 0xEA4 JUMP JUMPDEST SWAP4 POP PUSH2 0xF15 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0xEB5 JUMP JUMPDEST PUSH2 0xF1E DUP2 PUSH2 0xEDF JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xF43 DUP2 DUP5 PUSH2 0xEF0 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF7B DUP3 PUSH2 0xF50 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xF8B DUP2 PUSH2 0xF70 JUMP JUMPDEST DUP2 EQ PUSH2 0xF96 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xFA8 DUP2 PUSH2 0xF82 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFC1 DUP2 PUSH2 0xFAE JUMP JUMPDEST DUP2 EQ PUSH2 0xFCC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xFDE DUP2 PUSH2 0xFB8 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xFFB JUMPI PUSH2 0xFFA PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1009 DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x101A DUP6 DUP3 DUP7 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1039 DUP2 PUSH2 0x1024 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1054 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1030 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1063 DUP2 PUSH2 0xFAE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x107E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x105A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x109D JUMPI PUSH2 0x109C PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x10AB DUP7 DUP3 DUP8 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x10BC DUP7 DUP3 DUP8 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x10CD DUP7 DUP3 DUP8 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x10ED DUP2 PUSH2 0x10D7 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1108 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x10E4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1124 JUMPI PUSH2 0x1123 PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1132 DUP5 DUP3 DUP6 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1151 JUMPI PUSH2 0x1150 PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x115F DUP5 DUP3 DUP6 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x117F JUMPI PUSH2 0x117E PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x118D DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x119E DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x11EF JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1202 JUMPI PUSH2 0x1201 PUSH2 0x11A8 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1242 DUP3 PUSH2 0xFAE JUMP JUMPDEST SWAP2 POP PUSH2 0x124D DUP4 PUSH2 0xFAE JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x1265 JUMPI PUSH2 0x1264 PUSH2 0x1208 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4D6F636B555344543A204E6F7468696E6720746F206275726E00000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12A1 PUSH1 0x19 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x12AC DUP3 PUSH2 0x126B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x12D0 DUP2 PUSH2 0x1294 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1333 PUSH1 0x25 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x133E DUP3 PUSH2 0x12D7 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1362 DUP2 PUSH2 0x1326 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13C5 PUSH1 0x24 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x13D0 DUP3 PUSH2 0x1369 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x13F4 DUP2 PUSH2 0x13B8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1457 PUSH1 0x22 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1462 DUP3 PUSH2 0x13FB JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1486 DUP2 PUSH2 0x144A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x14C3 PUSH1 0x1D DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x14CE DUP3 PUSH2 0x148D JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14F2 DUP2 PUSH2 0x14B6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1555 PUSH1 0x25 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1560 DUP3 PUSH2 0x14F9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1584 DUP2 PUSH2 0x1548 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x15E7 PUSH1 0x23 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x15F2 DUP3 PUSH2 0x158B JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1616 DUP2 PUSH2 0x15DA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1679 PUSH1 0x26 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1684 DUP3 PUSH2 0x161D JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x16A8 DUP2 PUSH2 0x166C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206275726E2066726F6D20746865207A65726F20616464726573 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7300000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x170B PUSH1 0x21 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1716 DUP3 PUSH2 0x16AF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x173A DUP2 PUSH2 0x16FE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206275726E20616D6F756E7420657863656564732062616C616E PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6365000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x179D PUSH1 0x22 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x17A8 DUP3 PUSH2 0x1741 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x17CC DUP2 PUSH2 0x1790 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206D696E7420746F20746865207A65726F206164647265737300 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1809 PUSH1 0x1F DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1814 DUP3 PUSH2 0x17D3 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1838 DUP2 PUSH2 0x17FC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH9 0xD713BF4736C6764994 DUP10 0xBE PUSH27 0x244631CE61E66372A491B3CB5640B12172FE9464736F6C63430008 SLT STOP CALLER ","sourceMap":"162:496:20:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98:12;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4444:197;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3255:106;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5203:256;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3104:91;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5854:234;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;379:83:20;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3419:125:12;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2369:102;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;468:188:20;;;:::i;:::-;;290:83;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6575:427:12;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3740:189;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3987:149;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2158:98;2212:13;2244:5;2237:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98;:::o;4444:197::-;4527:4;4543:13;4559:12;:10;:12::i;:::-;4543:28;;4581:32;4590:5;4597:7;4606:6;4581:8;:32::i;:::-;4630:4;4623:11;;;4444:197;;;;:::o;3255:106::-;3316:7;3342:12;;3335:19;;3255:106;:::o;5203:256::-;5300:4;5316:15;5334:12;:10;:12::i;:::-;5316:30;;5356:38;5372:4;5378:7;5387:6;5356:15;:38::i;:::-;5404:27;5414:4;5420:2;5424:6;5404:9;:27::i;:::-;5448:4;5441:11;;;5203:256;;;;;:::o;3104:91::-;3162:5;3186:2;3179:9;;3104:91;:::o;5854:234::-;5942:4;5958:13;5974:12;:10;:12::i;:::-;5958:28;;5996:64;6005:5;6012:7;6049:10;6021:25;6031:5;6038:7;6021:9;:25::i;:::-;:38;;;;:::i;:::-;5996:8;:64::i;:::-;6077:4;6070:11;;;5854:234;;;;:::o;379:83:20:-;429:26;435:10;447:7;429:5;:26::i;:::-;379:83;:::o;3419:125:12:-;3493:7;3519:9;:18;3529:7;3519:18;;;;;;;;;;;;;;;;3512:25;;3419:125;;;:::o;2369:102::-;2425:13;2457:7;2450:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2369:102;:::o;468:188:20:-;506:18;527:21;537:10;527:9;:21::i;:::-;506:42;;579:1;566:10;:14;558:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;620:29;626:10;638;620:5;:29::i;:::-;496:160;468:188::o;290:83::-;340:26;346:10;358:7;340:5;:26::i;:::-;290:83;:::o;6575:427:12:-;6668:4;6684:13;6700:12;:10;:12::i;:::-;6684:28;;6722:24;6749:25;6759:5;6766:7;6749:9;:25::i;:::-;6722:52;;6812:15;6792:16;:35;;6784:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;6903:60;6912:5;6919:7;6947:15;6928:16;:34;6903:8;:60::i;:::-;6991:4;6984:11;;;;6575:427;;;;:::o;3740:189::-;3819:4;3835:13;3851:12;:10;:12::i;:::-;3835:28;;3873;3883:5;3890:2;3894:6;3873:9;:28::i;:::-;3918:4;3911:11;;;3740:189;;;;:::o;3987:149::-;4076:7;4102:11;:18;4114:5;4102:18;;;;;;;;;;;;;;;:27;4121:7;4102:27;;;;;;;;;;;;;;;;4095:34;;3987:149;;;;:::o;655:96:15:-;708:7;734:10;727:17;;655:96;:::o;10457:340:12:-;10575:1;10558:19;;:5;:19;;;10550:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10655:1;10636:21;;:7;:21;;;10628:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10737:6;10707:11;:18;10719:5;10707:18;;;;;;;;;;;;;;;:27;10726:7;10707:27;;;;;;;;;;;;;;;:36;;;;10774:7;10758:32;;10767:5;10758:32;;;10783:6;10758:32;;;;;;:::i;:::-;;;;;;;;10457:340;;;:::o;11078:411::-;11178:24;11205:25;11215:5;11222:7;11205:9;:25::i;:::-;11178:52;;11264:17;11244:16;:37;11240:243;;11325:6;11305:16;:26;;11297:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11407:51;11416:5;11423:7;11451:6;11432:16;:25;11407:8;:51::i;:::-;11240:243;11168:321;11078:411;;;:::o;7456:788::-;7568:1;7552:18;;:4;:18;;;7544:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7644:1;7630:16;;:2;:16;;;7622:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;7697:38;7718:4;7724:2;7728:6;7697:20;:38::i;:::-;7746:19;7768:9;:15;7778:4;7768:15;;;;;;;;;;;;;;;;7746:37;;7816:6;7801:11;:21;;7793:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;7931:6;7917:11;:20;7899:9;:15;7909:4;7899:15;;;;;;;;;;;;;;;:38;;;;8131:6;8114:9;:13;8124:2;8114:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;8178:2;8163:26;;8172:4;8163:26;;;8182:6;8163:26;;;;;;:::i;:::-;;;;;;;;8200:37;8220:4;8226:2;8230:6;8200:19;:37::i;:::-;7534:710;7456:788;;;:::o;9375:659::-;9477:1;9458:21;;:7;:21;;;9450:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;9528:49;9549:7;9566:1;9570:6;9528:20;:49::i;:::-;9588:22;9613:9;:18;9623:7;9613:18;;;;;;;;;;;;;;;;9588:43;;9667:6;9649:14;:24;;9641:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;9784:6;9767:14;:23;9746:9;:18;9756:7;9746:18;;;;;;;;;;;;;;;:44;;;;9899:6;9883:12;;:22;;;;;;;;;;;9957:1;9931:37;;9940:7;9931:37;;;9961:6;9931:37;;;;;;:::i;:::-;;;;;;;;9979:48;9999:7;10016:1;10020:6;9979:19;:48::i;:::-;9440:594;9375:659;;:::o;8520:535::-;8622:1;8603:21;;:7;:21;;;8595:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;8671:49;8700:1;8704:7;8713:6;8671:20;:49::i;:::-;8747:6;8731:12;;:22;;;;;;;:::i;:::-;;;;;;;;8921:6;8899:9;:18;8909:7;8899:18;;;;;;;;;;;;;;;;:28;;;;;;;;;;;8973:7;8952:37;;8969:1;8952:37;;;8982:6;8952:37;;;;;;:::i;:::-;;;;;;;;9000:48;9028:1;9032:7;9041:6;9000:19;:48::i;:::-;8520:535;;:::o;12073:91::-;;;;:::o;12752:90::-;;;;:::o;7:99:21:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:118::-;3533:24;3551:5;3533:24;:::i;:::-;3528:3;3521:37;3446:118;;:::o;3570:222::-;3663:4;3701:2;3690:9;3686:18;3678:26;;3714:71;3782:1;3771:9;3767:17;3758:6;3714:71;:::i;:::-;3570:222;;;;:::o;3798:619::-;3875:6;3883;3891;3940:2;3928:9;3919:7;3915:23;3911:32;3908:119;;;3946:79;;:::i;:::-;3908:119;4066:1;4091:53;4136:7;4127:6;4116:9;4112:22;4091:53;:::i;:::-;4081:63;;4037:117;4193:2;4219:53;4264:7;4255:6;4244:9;4240:22;4219:53;:::i;:::-;4209:63;;4164:118;4321:2;4347:53;4392:7;4383:6;4372:9;4368:22;4347:53;:::i;:::-;4337:63;;4292:118;3798:619;;;;;:::o;4423:86::-;4458:7;4498:4;4491:5;4487:16;4476:27;;4423:86;;;:::o;4515:112::-;4598:22;4614:5;4598:22;:::i;:::-;4593:3;4586:35;4515:112;;:::o;4633:214::-;4722:4;4760:2;4749:9;4745:18;4737:26;;4773:67;4837:1;4826:9;4822:17;4813:6;4773:67;:::i;:::-;4633:214;;;;:::o;4853:329::-;4912:6;4961:2;4949:9;4940:7;4936:23;4932:32;4929:119;;;4967:79;;:::i;:::-;4929:119;5087:1;5112:53;5157:7;5148:6;5137:9;5133:22;5112:53;:::i;:::-;5102:63;;5058:117;4853:329;;;;:::o;5188:::-;5247:6;5296:2;5284:9;5275:7;5271:23;5267:32;5264:119;;;5302:79;;:::i;:::-;5264:119;5422:1;5447:53;5492:7;5483:6;5472:9;5468:22;5447:53;:::i;:::-;5437:63;;5393:117;5188:329;;;;:::o;5523:474::-;5591:6;5599;5648:2;5636:9;5627:7;5623:23;5619:32;5616:119;;;5654:79;;:::i;:::-;5616:119;5774:1;5799:53;5844:7;5835:6;5824:9;5820:22;5799:53;:::i;:::-;5789:63;;5745:117;5901:2;5927:53;5972:7;5963:6;5952:9;5948:22;5927:53;:::i;:::-;5917:63;;5872:118;5523:474;;;;;:::o;6003:180::-;6051:77;6048:1;6041:88;6148:4;6145:1;6138:15;6172:4;6169:1;6162:15;6189:320;6233:6;6270:1;6264:4;6260:12;6250:22;;6317:1;6311:4;6307:12;6338:18;6328:81;;6394:4;6386:6;6382:17;6372:27;;6328:81;6456:2;6448:6;6445:14;6425:18;6422:38;6419:84;;6475:18;;:::i;:::-;6419:84;6240:269;6189:320;;;:::o;6515:180::-;6563:77;6560:1;6553:88;6660:4;6657:1;6650:15;6684:4;6681:1;6674:15;6701:191;6741:3;6760:20;6778:1;6760:20;:::i;:::-;6755:25;;6794:20;6812:1;6794:20;:::i;:::-;6789:25;;6837:1;6834;6830:9;6823:16;;6858:3;6855:1;6852:10;6849:36;;;6865:18;;:::i;:::-;6849:36;6701:191;;;;:::o;6898:175::-;7038:27;7034:1;7026:6;7022:14;7015:51;6898:175;:::o;7079:366::-;7221:3;7242:67;7306:2;7301:3;7242:67;:::i;:::-;7235:74;;7318:93;7407:3;7318:93;:::i;:::-;7436:2;7431:3;7427:12;7420:19;;7079:366;;;:::o;7451:419::-;7617:4;7655:2;7644:9;7640:18;7632:26;;7704:9;7698:4;7694:20;7690:1;7679:9;7675:17;7668:47;7732:131;7858:4;7732:131;:::i;:::-;7724:139;;7451:419;;;:::o;7876:224::-;8016:34;8012:1;8004:6;8000:14;7993:58;8085:7;8080:2;8072:6;8068:15;8061:32;7876:224;:::o;8106:366::-;8248:3;8269:67;8333:2;8328:3;8269:67;:::i;:::-;8262:74;;8345:93;8434:3;8345:93;:::i;:::-;8463:2;8458:3;8454:12;8447:19;;8106:366;;;:::o;8478:419::-;8644:4;8682:2;8671:9;8667:18;8659:26;;8731:9;8725:4;8721:20;8717:1;8706:9;8702:17;8695:47;8759:131;8885:4;8759:131;:::i;:::-;8751:139;;8478:419;;;:::o;8903:223::-;9043:34;9039:1;9031:6;9027:14;9020:58;9112:6;9107:2;9099:6;9095:15;9088:31;8903:223;:::o;9132:366::-;9274:3;9295:67;9359:2;9354:3;9295:67;:::i;:::-;9288:74;;9371:93;9460:3;9371:93;:::i;:::-;9489:2;9484:3;9480:12;9473:19;;9132:366;;;:::o;9504:419::-;9670:4;9708:2;9697:9;9693:18;9685:26;;9757:9;9751:4;9747:20;9743:1;9732:9;9728:17;9721:47;9785:131;9911:4;9785:131;:::i;:::-;9777:139;;9504:419;;;:::o;9929:221::-;10069:34;10065:1;10057:6;10053:14;10046:58;10138:4;10133:2;10125:6;10121:15;10114:29;9929:221;:::o;10156:366::-;10298:3;10319:67;10383:2;10378:3;10319:67;:::i;:::-;10312:74;;10395:93;10484:3;10395:93;:::i;:::-;10513:2;10508:3;10504:12;10497:19;;10156:366;;;:::o;10528:419::-;10694:4;10732:2;10721:9;10717:18;10709:26;;10781:9;10775:4;10771:20;10767:1;10756:9;10752:17;10745:47;10809:131;10935:4;10809:131;:::i;:::-;10801:139;;10528:419;;;:::o;10953:179::-;11093:31;11089:1;11081:6;11077:14;11070:55;10953:179;:::o;11138:366::-;11280:3;11301:67;11365:2;11360:3;11301:67;:::i;:::-;11294:74;;11377:93;11466:3;11377:93;:::i;:::-;11495:2;11490:3;11486:12;11479:19;;11138:366;;;:::o;11510:419::-;11676:4;11714:2;11703:9;11699:18;11691:26;;11763:9;11757:4;11753:20;11749:1;11738:9;11734:17;11727:47;11791:131;11917:4;11791:131;:::i;:::-;11783:139;;11510:419;;;:::o;11935:224::-;12075:34;12071:1;12063:6;12059:14;12052:58;12144:7;12139:2;12131:6;12127:15;12120:32;11935:224;:::o;12165:366::-;12307:3;12328:67;12392:2;12387:3;12328:67;:::i;:::-;12321:74;;12404:93;12493:3;12404:93;:::i;:::-;12522:2;12517:3;12513:12;12506:19;;12165:366;;;:::o;12537:419::-;12703:4;12741:2;12730:9;12726:18;12718:26;;12790:9;12784:4;12780:20;12776:1;12765:9;12761:17;12754:47;12818:131;12944:4;12818:131;:::i;:::-;12810:139;;12537:419;;;:::o;12962:222::-;13102:34;13098:1;13090:6;13086:14;13079:58;13171:5;13166:2;13158:6;13154:15;13147:30;12962:222;:::o;13190:366::-;13332:3;13353:67;13417:2;13412:3;13353:67;:::i;:::-;13346:74;;13429:93;13518:3;13429:93;:::i;:::-;13547:2;13542:3;13538:12;13531:19;;13190:366;;;:::o;13562:419::-;13728:4;13766:2;13755:9;13751:18;13743:26;;13815:9;13809:4;13805:20;13801:1;13790:9;13786:17;13779:47;13843:131;13969:4;13843:131;:::i;:::-;13835:139;;13562:419;;;:::o;13987:225::-;14127:34;14123:1;14115:6;14111:14;14104:58;14196:8;14191:2;14183:6;14179:15;14172:33;13987:225;:::o;14218:366::-;14360:3;14381:67;14445:2;14440:3;14381:67;:::i;:::-;14374:74;;14457:93;14546:3;14457:93;:::i;:::-;14575:2;14570:3;14566:12;14559:19;;14218:366;;;:::o;14590:419::-;14756:4;14794:2;14783:9;14779:18;14771:26;;14843:9;14837:4;14833:20;14829:1;14818:9;14814:17;14807:47;14871:131;14997:4;14871:131;:::i;:::-;14863:139;;14590:419;;;:::o;15015:220::-;15155:34;15151:1;15143:6;15139:14;15132:58;15224:3;15219:2;15211:6;15207:15;15200:28;15015:220;:::o;15241:366::-;15383:3;15404:67;15468:2;15463:3;15404:67;:::i;:::-;15397:74;;15480:93;15569:3;15480:93;:::i;:::-;15598:2;15593:3;15589:12;15582:19;;15241:366;;;:::o;15613:419::-;15779:4;15817:2;15806:9;15802:18;15794:26;;15866:9;15860:4;15856:20;15852:1;15841:9;15837:17;15830:47;15894:131;16020:4;15894:131;:::i;:::-;15886:139;;15613:419;;;:::o;16038:221::-;16178:34;16174:1;16166:6;16162:14;16155:58;16247:4;16242:2;16234:6;16230:15;16223:29;16038:221;:::o;16265:366::-;16407:3;16428:67;16492:2;16487:3;16428:67;:::i;:::-;16421:74;;16504:93;16593:3;16504:93;:::i;:::-;16622:2;16617:3;16613:12;16606:19;;16265:366;;;:::o;16637:419::-;16803:4;16841:2;16830:9;16826:18;16818:26;;16890:9;16884:4;16880:20;16876:1;16865:9;16861:17;16854:47;16918:131;17044:4;16918:131;:::i;:::-;16910:139;;16637:419;;;:::o;17062:181::-;17202:33;17198:1;17190:6;17186:14;17179:57;17062:181;:::o;17249:366::-;17391:3;17412:67;17476:2;17471:3;17412:67;:::i;:::-;17405:74;;17488:93;17577:3;17488:93;:::i;:::-;17606:2;17601:3;17597:12;17590:19;;17249:366;;;:::o;17621:419::-;17787:4;17825:2;17814:9;17810:18;17802:26;;17874:9;17868:4;17864:20;17860:1;17849:9;17845:17;17838:47;17902:131;18028:4;17902:131;:::i;:::-;17894:139;;17621:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"1252200","executionCost":"infinite","totalCost":"infinite"},"external":{"allowance(address,address)":"infinite","approve(address,uint256)":"infinite","balanceOf(address)":"2864","burn(uint256)":"infinite","burnAll()":"36156","decimals()":"388","decreaseAllowance(address,uint256)":"infinite","increaseAllowance(address,uint256)":"infinite","mint(uint256)":"infinite","name()":"infinite","symbol()":"infinite","totalSupply()":"2505","transfer(address,uint256)":"infinite","transferFrom(address,address,uint256)":"infinite"}},"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","burn(uint256)":"42966c68","burnAll()":"9975038c","decimals()":"313ce567","decreaseAllowance(address,uint256)":"a457c2d7","increaseAllowance(address,uint256)":"39509351","mint(uint256)":"a0712d68","name()":"06fdde03","symbol()":"95d89b41","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"burnAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Mock mintable USDC\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"See {IERC20-allowance}.\"},\"approve(address,uint256)\":{\"details\":\"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address.\"},\"balanceOf(address)\":{\"details\":\"See {IERC20-balanceOf}.\"},\"decimals()\":{\"details\":\"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}.\"},\"decreaseAllowance(address,uint256)\":{\"details\":\"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`.\"},\"increaseAllowance(address,uint256)\":{\"details\":\"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address.\"},\"name()\":{\"details\":\"Returns the name of the token.\"},\"symbol()\":{\"details\":\"Returns the symbol of the token, usually a shorter version of the name.\"},\"totalSupply()\":{\"details\":\"See {IERC20-totalSupply}.\"},\"transfer(address,uint256)\":{\"details\":\"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/mocks/MockUSDC.sol\":\"MockUSDT\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./IERC20.sol\\\";\\nimport \\\"./extensions/IERC20Metadata.sol\\\";\\nimport \\\"../../utils/Context.sol\\\";\\n\\n/**\\n * @dev Implementation of the {IERC20} interface.\\n *\\n * This implementation is agnostic to the way tokens are created. This means\\n * that a supply mechanism has to be added in a derived contract using {_mint}.\\n * For a generic mechanism see {ERC20PresetMinterPauser}.\\n *\\n * TIP: For a detailed writeup see our guide\\n * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\\n * to implement supply mechanisms].\\n *\\n * The default value of {decimals} is 18. To change this, you should override\\n * this function so it returns a different value.\\n *\\n * We have followed general OpenZeppelin Contracts guidelines: functions revert\\n * instead returning `false` on failure. This behavior is nonetheless\\n * conventional and does not conflict with the expectations of ERC20\\n * applications.\\n *\\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\\n * This allows applications to reconstruct the allowance for all accounts just\\n * by listening to said events. Other implementations of the EIP may not emit\\n * these events, as it isn't required by the specification.\\n *\\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\\n * functions have been added to mitigate the well-known issues around setting\\n * allowances. See {IERC20-approve}.\\n */\\ncontract ERC20 is Context, IERC20, IERC20Metadata {\\n mapping(address => uint256) private _balances;\\n\\n mapping(address => mapping(address => uint256)) private _allowances;\\n\\n uint256 private _totalSupply;\\n\\n string private _name;\\n string private _symbol;\\n\\n /**\\n * @dev Sets the values for {name} and {symbol}.\\n *\\n * All two of these values are immutable: they can only be set once during\\n * construction.\\n */\\n constructor(string memory name_, string memory symbol_) {\\n _name = name_;\\n _symbol = symbol_;\\n }\\n\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() public view virtual override returns (string memory) {\\n return _name;\\n }\\n\\n /**\\n * @dev Returns the symbol of the token, usually a shorter version of the\\n * name.\\n */\\n function symbol() public view virtual override returns (string memory) {\\n return _symbol;\\n }\\n\\n /**\\n * @dev Returns the number of decimals used to get its user representation.\\n * For example, if `decimals` equals `2`, a balance of `505` tokens should\\n * be displayed to a user as `5.05` (`505 / 10 ** 2`).\\n *\\n * Tokens usually opt for a value of 18, imitating the relationship between\\n * Ether and Wei. This is the default value returned by this function, unless\\n * it's overridden.\\n *\\n * NOTE: This information is only used for _display_ purposes: it in\\n * no way affects any of the arithmetic of the contract, including\\n * {IERC20-balanceOf} and {IERC20-transfer}.\\n */\\n function decimals() public view virtual override returns (uint8) {\\n return 18;\\n }\\n\\n /**\\n * @dev See {IERC20-totalSupply}.\\n */\\n function totalSupply() public view virtual override returns (uint256) {\\n return _totalSupply;\\n }\\n\\n /**\\n * @dev See {IERC20-balanceOf}.\\n */\\n function balanceOf(address account) public view virtual override returns (uint256) {\\n return _balances[account];\\n }\\n\\n /**\\n * @dev See {IERC20-transfer}.\\n *\\n * Requirements:\\n *\\n * - `to` cannot be the zero address.\\n * - the caller must have a balance of at least `amount`.\\n */\\n function transfer(address to, uint256 amount) public virtual override returns (bool) {\\n address owner = _msgSender();\\n _transfer(owner, to, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-allowance}.\\n */\\n function allowance(address owner, address spender) public view virtual override returns (uint256) {\\n return _allowances[owner][spender];\\n }\\n\\n /**\\n * @dev See {IERC20-approve}.\\n *\\n * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\\n * `transferFrom`. This is semantically equivalent to an infinite approval.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function approve(address spender, uint256 amount) public virtual override returns (bool) {\\n address owner = _msgSender();\\n _approve(owner, spender, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-transferFrom}.\\n *\\n * Emits an {Approval} event indicating the updated allowance. This is not\\n * required by the EIP. See the note at the beginning of {ERC20}.\\n *\\n * NOTE: Does not update the allowance if the current allowance\\n * is the maximum `uint256`.\\n *\\n * Requirements:\\n *\\n * - `from` and `to` cannot be the zero address.\\n * - `from` must have a balance of at least `amount`.\\n * - the caller must have allowance for ``from``'s tokens of at least\\n * `amount`.\\n */\\n function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {\\n address spender = _msgSender();\\n _spendAllowance(from, spender, amount);\\n _transfer(from, to, amount);\\n return true;\\n }\\n\\n /**\\n * @dev Atomically increases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\\n address owner = _msgSender();\\n _approve(owner, spender, allowance(owner, spender) + addedValue);\\n return true;\\n }\\n\\n /**\\n * @dev Atomically decreases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `spender` must have allowance for the caller of at least\\n * `subtractedValue`.\\n */\\n function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\\n address owner = _msgSender();\\n uint256 currentAllowance = allowance(owner, spender);\\n require(currentAllowance >= subtractedValue, \\\"ERC20: decreased allowance below zero\\\");\\n unchecked {\\n _approve(owner, spender, currentAllowance - subtractedValue);\\n }\\n\\n return true;\\n }\\n\\n /**\\n * @dev Moves `amount` of tokens from `from` to `to`.\\n *\\n * This internal function is equivalent to {transfer}, and can be used to\\n * e.g. implement automatic token fees, slashing mechanisms, etc.\\n *\\n * Emits a {Transfer} event.\\n *\\n * Requirements:\\n *\\n * - `from` cannot be the zero address.\\n * - `to` cannot be the zero address.\\n * - `from` must have a balance of at least `amount`.\\n */\\n function _transfer(address from, address to, uint256 amount) internal virtual {\\n require(from != address(0), \\\"ERC20: transfer from the zero address\\\");\\n require(to != address(0), \\\"ERC20: transfer to the zero address\\\");\\n\\n _beforeTokenTransfer(from, to, amount);\\n\\n uint256 fromBalance = _balances[from];\\n require(fromBalance >= amount, \\\"ERC20: transfer amount exceeds balance\\\");\\n unchecked {\\n _balances[from] = fromBalance - amount;\\n // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by\\n // decrementing then incrementing.\\n _balances[to] += amount;\\n }\\n\\n emit Transfer(from, to, amount);\\n\\n _afterTokenTransfer(from, to, amount);\\n }\\n\\n /** @dev Creates `amount` tokens and assigns them to `account`, increasing\\n * the total supply.\\n *\\n * Emits a {Transfer} event with `from` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `account` cannot be the zero address.\\n */\\n function _mint(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: mint to the zero address\\\");\\n\\n _beforeTokenTransfer(address(0), account, amount);\\n\\n _totalSupply += amount;\\n unchecked {\\n // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.\\n _balances[account] += amount;\\n }\\n emit Transfer(address(0), account, amount);\\n\\n _afterTokenTransfer(address(0), account, amount);\\n }\\n\\n /**\\n * @dev Destroys `amount` tokens from `account`, reducing the\\n * total supply.\\n *\\n * Emits a {Transfer} event with `to` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `account` cannot be the zero address.\\n * - `account` must have at least `amount` tokens.\\n */\\n function _burn(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: burn from the zero address\\\");\\n\\n _beforeTokenTransfer(account, address(0), amount);\\n\\n uint256 accountBalance = _balances[account];\\n require(accountBalance >= amount, \\\"ERC20: burn amount exceeds balance\\\");\\n unchecked {\\n _balances[account] = accountBalance - amount;\\n // Overflow not possible: amount <= accountBalance <= totalSupply.\\n _totalSupply -= amount;\\n }\\n\\n emit Transfer(account, address(0), amount);\\n\\n _afterTokenTransfer(account, address(0), amount);\\n }\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\\n *\\n * This internal function is equivalent to `approve`, and can be used to\\n * e.g. set automatic allowances for certain subsystems, etc.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `owner` cannot be the zero address.\\n * - `spender` cannot be the zero address.\\n */\\n function _approve(address owner, address spender, uint256 amount) internal virtual {\\n require(owner != address(0), \\\"ERC20: approve from the zero address\\\");\\n require(spender != address(0), \\\"ERC20: approve to the zero address\\\");\\n\\n _allowances[owner][spender] = amount;\\n emit Approval(owner, spender, amount);\\n }\\n\\n /**\\n * @dev Updates `owner` s allowance for `spender` based on spent `amount`.\\n *\\n * Does not update the allowance amount in case of infinite allowance.\\n * Revert if not enough allowance is available.\\n *\\n * Might emit an {Approval} event.\\n */\\n function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {\\n uint256 currentAllowance = allowance(owner, spender);\\n if (currentAllowance != type(uint256).max) {\\n require(currentAllowance >= amount, \\\"ERC20: insufficient allowance\\\");\\n unchecked {\\n _approve(owner, spender, currentAllowance - amount);\\n }\\n }\\n }\\n\\n /**\\n * @dev Hook that is called before any transfer of tokens. This includes\\n * minting and burning.\\n *\\n * Calling conditions:\\n *\\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n * will be transferred to `to`.\\n * - when `from` is zero, `amount` tokens will be minted for `to`.\\n * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\\n * - `from` and `to` are never both zero.\\n *\\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n */\\n function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}\\n\\n /**\\n * @dev Hook that is called after any transfer of tokens. This includes\\n * minting and burning.\\n *\\n * Calling conditions:\\n *\\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n * has been transferred to `to`.\\n * - when `from` is zero, `amount` tokens have been minted for `to`.\\n * - when `to` is zero, `amount` of ``from``'s tokens have been burned.\\n * - `from` and `to` are never both zero.\\n *\\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n */\\n function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}\\n}\\n\",\"keccak256\":\"0xa56ca923f70c1748830700250b19c61b70db9a683516dc5e216694a50445d99c\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20.sol\\\";\\n\\n/**\\n * @dev Interface for the optional metadata functions from the ERC20 standard.\\n *\\n * _Available since v4.1._\\n */\\ninterface IERC20Metadata is IERC20 {\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() external view returns (string memory);\\n\\n /**\\n * @dev Returns the symbol of the token.\\n */\\n function symbol() external view returns (string memory);\\n\\n /**\\n * @dev Returns the decimals places of the token.\\n */\\n function decimals() external view returns (uint8);\\n}\\n\",\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\"},\"@openzeppelin/contracts/utils/Context.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Provides information about the current execution context, including the\\n * sender of the transaction and its data. While these are generally available\\n * via msg.sender and msg.data, they should not be accessed in such a direct\\n * manner, since when dealing with meta-transactions the account sending and\\n * paying for execution may not be the actual sender (as far as an application\\n * is concerned).\\n *\\n * This contract is only required for intermediate, library-like contracts.\\n */\\nabstract contract Context {\\n function _msgSender() internal view virtual returns (address) {\\n return msg.sender;\\n }\\n\\n function _msgData() internal view virtual returns (bytes calldata) {\\n return msg.data;\\n }\\n\\n function _contextSuffixLength() internal view virtual returns (uint256) {\\n return 0;\\n }\\n}\\n\",\"keccak256\":\"0xa92e4fa126feb6907daa0513ddd816b2eb91f30a808de54f63c17d0e162c3439\",\"license\":\"MIT\"},\"contracts/mocks/MockUSDC.sol\":{\"content\":\"//SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {ERC20} from \\\"@openzeppelin/contracts/token/ERC20/ERC20.sol\\\";\\n\\n/// @dev Mock mintable USDC\\ncontract MockUSDT is ERC20 {\\n constructor() ERC20(\\\"MockUDSC\\\", \\\"MUSDC\\\") {\\n _mint(msg.sender, 1_000_000E18);\\n }\\n\\n function mint(uint256 _amount) external {\\n _mint(msg.sender, _amount);\\n }\\n\\n function burn(uint256 _amount) external {\\n _burn(msg.sender, _amount);\\n }\\n\\n function burnAll() external {\\n uint256 _balanceOf = balanceOf(msg.sender);\\n require(_balanceOf > 0, \\\"MockUSDT: Nothing to burn\\\");\\n _burn(msg.sender, _balanceOf);\\n }\\n}\\n\",\"keccak256\":\"0x983ae7c4c407602537b8623a63a3598cf983fbb637943d39338f0bb0fb6d4f13\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":2882,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_balances","offset":0,"slot":"0","type":"t_mapping(t_address,t_uint256)"},{"astId":2888,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_allowances","offset":0,"slot":"1","type":"t_mapping(t_address,t_mapping(t_address,t_uint256))"},{"astId":2890,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_totalSupply","offset":0,"slot":"2","type":"t_uint256"},{"astId":2892,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_name","offset":0,"slot":"3","type":"t_string_storage"},{"astId":2894,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_symbol","offset":0,"slot":"4","type":"t_string_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_mapping(t_address,t_mapping(t_address,t_uint256))":{"encoding":"mapping","key":"t_address","label":"mapping(address => mapping(address => uint256))","numberOfBytes":"32","value":"t_mapping(t_address,t_uint256)"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_string_storage":{"encoding":"bytes","label":"string","numberOfBytes":"32"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"}}},"userdoc":{"kind":"user","methods":{},"version":1}}}}}} \ No newline at end of file diff --git a/artifacts/build-info/6164674e9bbea538819c3024385ea085.json b/artifacts/build-info/6164674e9bbea538819c3024385ea085.json deleted file mode 100644 index 014633a..0000000 --- a/artifacts/build-info/6164674e9bbea538819c3024385ea085.json +++ /dev/null @@ -1 +0,0 @@ -{"id":"6164674e9bbea538819c3024385ea085","_format":"hh-sol-build-info-1","solcVersion":"0.8.18","solcLongVersion":"0.8.18+commit.87f61d96","input":{"language":"Solidity","sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./OwnableUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership} and {acceptOwnership}.\n *\n * This module is used through inheritance. It will make available all functions\n * from parent (Ownable).\n */\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\n address private _pendingOwner;\n\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\n\n function __Ownable2Step_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable2Step_init_unchained() internal onlyInitializing {\n }\n /**\n * @dev Returns the address of the pending owner.\n */\n function pendingOwner() public view virtual returns (address) {\n return _pendingOwner;\n }\n\n /**\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual override onlyOwner {\n _pendingOwner = newOwner;\n emit OwnershipTransferStarted(owner(), newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual override {\n delete _pendingOwner;\n super._transferOwnership(newOwner);\n }\n\n /**\n * @dev The new owner accepts the ownership transfer.\n */\n function acceptOwnership() public virtual {\n address sender = _msgSender();\n require(pendingOwner() == sender, \"Ownable2Step: caller is not the new owner\");\n _transferOwnership(sender);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides a basic access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership}.\n *\n * This module is used through inheritance. It will make available the modifier\n * `onlyOwner`, which can be applied to your functions to restrict their use to\n * the owner.\n */\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\n address private _owner;\n\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\n\n /**\n * @dev Initializes the contract setting the deployer as the initial owner.\n */\n function __Ownable_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable_init_unchained() internal onlyInitializing {\n _transferOwnership(_msgSender());\n }\n\n /**\n * @dev Throws if called by any account other than the owner.\n */\n modifier onlyOwner() {\n _checkOwner();\n _;\n }\n\n /**\n * @dev Returns the address of the current owner.\n */\n function owner() public view virtual returns (address) {\n return _owner;\n }\n\n /**\n * @dev Throws if the sender is not the owner.\n */\n function _checkOwner() internal view virtual {\n require(owner() == _msgSender(), \"Ownable: caller is not the owner\");\n }\n\n /**\n * @dev Leaves the contract without owner. It will not be possible to call\n * `onlyOwner` functions. Can only be called by the current owner.\n *\n * NOTE: Renouncing ownership will leave the contract without an owner,\n * thereby disabling any functionality that is only available to the owner.\n */\n function renounceOwnership() public virtual onlyOwner {\n _transferOwnership(address(0));\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual onlyOwner {\n require(newOwner != address(0), \"Ownable: new owner is the zero address\");\n _transferOwnership(newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual {\n address oldOwner = _owner;\n _owner = newOwner;\n emit OwnershipTransferred(oldOwner, newOwner);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\n\npragma solidity ^0.8.2;\n\nimport \"../../utils/AddressUpgradeable.sol\";\n\n/**\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\n *\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\n * reused. This mechanism prevents re-execution of each \"step\" but allows the creation of new initialization steps in\n * case an upgrade adds a module that needs to be initialized.\n *\n * For example:\n *\n * [.hljs-theme-light.nopadding]\n * ```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 Indicates that the contract has been initialized.\n * @custom:oz-retyped-from bool\n */\n uint8 private _initialized;\n\n /**\n * @dev Indicates that the contract is in the process of being initialized.\n */\n bool private _initializing;\n\n /**\n * @dev Triggered when the contract has been initialized or reinitialized.\n */\n event Initialized(uint8 version);\n\n /**\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\n * `onlyInitializing` functions can be used to initialize parent contracts.\n *\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\n * constructor.\n *\n * Emits an {Initialized} event.\n */\n modifier initializer() {\n bool isTopLevelCall = !_initializing;\n require(\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\n \"Initializable: contract is already initialized\"\n );\n _initialized = 1;\n if (isTopLevelCall) {\n _initializing = true;\n }\n _;\n if (isTopLevelCall) {\n _initializing = false;\n emit Initialized(1);\n }\n }\n\n /**\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\n * used to initialize parent contracts.\n *\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\n * are added through upgrades and that require initialization.\n *\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\n * cannot be nested. If one is invoked in the context of another, execution will revert.\n *\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\n * a contract, executing them in the right order is up to the developer or operator.\n *\n * WARNING: setting the version to 255 will prevent any future reinitialization.\n *\n * Emits an {Initialized} event.\n */\n modifier reinitializer(uint8 version) {\n require(!_initializing && _initialized < version, \"Initializable: contract is already initialized\");\n _initialized = version;\n _initializing = true;\n _;\n _initializing = false;\n emit Initialized(version);\n }\n\n /**\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\n */\n modifier onlyInitializing() {\n require(_initializing, \"Initializable: contract is not initializing\");\n _;\n }\n\n /**\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\n * through proxies.\n *\n * Emits an {Initialized} event the first time it is successfully executed.\n */\n function _disableInitializers() internal virtual {\n require(!_initializing, \"Initializable: contract is initializing\");\n if (_initialized != type(uint8).max) {\n _initialized = type(uint8).max;\n emit Initialized(type(uint8).max);\n }\n }\n\n /**\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\n */\n function _getInitializedVersion() internal view returns (uint8) {\n return _initialized;\n }\n\n /**\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\n */\n function _isInitializing() internal view returns (bool) {\n return _initializing;\n }\n}\n"},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which allows children to implement an emergency stop\n * mechanism that can be triggered by an authorized account.\n *\n * This module is used through inheritance. It will make available the\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n * the functions of your contract. Note that they will not be pausable by\n * simply including this module, only once the modifiers are put in place.\n */\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\n /**\n * @dev Emitted when the pause is triggered by `account`.\n */\n event Paused(address account);\n\n /**\n * @dev Emitted when the pause is lifted by `account`.\n */\n event Unpaused(address account);\n\n bool private _paused;\n\n /**\n * @dev Initializes the contract in unpaused state.\n */\n function __Pausable_init() internal onlyInitializing {\n __Pausable_init_unchained();\n }\n\n function __Pausable_init_unchained() internal onlyInitializing {\n _paused = false;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is not paused.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n modifier whenNotPaused() {\n _requireNotPaused();\n _;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is paused.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n modifier whenPaused() {\n _requirePaused();\n _;\n }\n\n /**\n * @dev Returns true if the contract is paused, and false otherwise.\n */\n function paused() public view virtual returns (bool) {\n return _paused;\n }\n\n /**\n * @dev Throws if the contract is paused.\n */\n function _requireNotPaused() internal view virtual {\n require(!paused(), \"Pausable: paused\");\n }\n\n /**\n * @dev Throws if the contract is not paused.\n */\n function _requirePaused() internal view virtual {\n require(paused(), \"Pausable: not paused\");\n }\n\n /**\n * @dev Triggers stopped state.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n function _pause() internal virtual whenNotPaused {\n _paused = true;\n emit Paused(_msgSender());\n }\n\n /**\n * @dev Returns to normal state.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n function _unpause() internal virtual whenPaused {\n _paused = false;\n emit Unpaused(_msgSender());\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\n *\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\n * need to send a transaction, and thus is not required to hold Ether at all.\n *\n * ==== Security Considerations\n *\n * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\n * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\n * considered as an intention to spend the allowance in any specific way. The second is that because permits have\n * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\n * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\n * generally recommended is:\n *\n * ```solidity\n * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\n * try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\n * doThing(..., value);\n * }\n *\n * function doThing(..., uint256 value) public {\n * token.safeTransferFrom(msg.sender, address(this), value);\n * ...\n * }\n * ```\n *\n * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\n * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\n * {SafeERC20-safeTransferFrom}).\n *\n * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\n * contracts should have entry points that don't rely on permit.\n */\ninterface IERC20PermitUpgradeable {\n /**\n * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\n * given ``owner``'s signed approval.\n *\n * IMPORTANT: The same issues {IERC20-approve} has related to transaction\n * ordering also apply here.\n *\n * Emits an {Approval} event.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n * - `deadline` must be a timestamp in the future.\n * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\n * over the EIP712-formatted function arguments.\n * - the signature must use ``owner``'s current nonce (see {nonces}).\n *\n * For more information on the signature format, see the\n * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\n * section].\n *\n * CAUTION: See Security Considerations above.\n */\n function permit(\n address owner,\n address spender,\n uint256 value,\n uint256 deadline,\n uint8 v,\n bytes32 r,\n bytes32 s\n ) external;\n\n /**\n * @dev Returns the current nonce for `owner`. This value must be\n * included whenever a signature is generated for {permit}.\n *\n * Every successful call to {permit} increases ``owner``'s nonce by one. This\n * prevents a signature from being used multiple times.\n */\n function nonces(address owner) external view returns (uint256);\n\n /**\n * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\n */\n // solhint-disable-next-line func-name-mixedcase\n function DOMAIN_SEPARATOR() external view returns (bytes32);\n}\n"},"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 standard as defined in the EIP.\n */\ninterface IERC20Upgradeable {\n /**\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\n * another (`to`).\n *\n * Note that `value` may be zero.\n */\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n /**\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\n * a call to {approve}. `value` is the new allowance.\n */\n event Approval(address indexed owner, address indexed spender, uint256 value);\n\n /**\n * @dev Returns the amount of tokens in existence.\n */\n function totalSupply() external view returns (uint256);\n\n /**\n * @dev Returns the amount of tokens owned by `account`.\n */\n function balanceOf(address account) external view returns (uint256);\n\n /**\n * @dev Moves `amount` tokens from the caller's account to `to`.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transfer(address to, uint256 amount) external returns (bool);\n\n /**\n * @dev Returns the remaining number of tokens that `spender` will be\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\n * zero by default.\n *\n * This value changes when {approve} or {transferFrom} are called.\n */\n function allowance(address owner, address spender) external view returns (uint256);\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\n * that someone may use both the old and the new allowance by unfortunate\n * transaction ordering. One possible solution to mitigate this race\n * condition is to first reduce the spender's allowance to 0 and set the\n * desired value afterwards:\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n *\n * Emits an {Approval} event.\n */\n function approve(address spender, uint256 amount) external returns (bool);\n\n /**\n * @dev Moves `amount` tokens from `from` to `to` using the\n * allowance mechanism. `amount` is then deducted from the caller's\n * allowance.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\n}\n"},"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.3) (token/ERC20/utils/SafeERC20.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../IERC20Upgradeable.sol\";\nimport \"../extensions/IERC20PermitUpgradeable.sol\";\nimport \"../../../utils/AddressUpgradeable.sol\";\n\n/**\n * @title SafeERC20\n * @dev Wrappers around ERC20 operations that throw on failure (when the token\n * contract returns false). Tokens that return no value (and instead revert or\n * throw on failure) are also supported, non-reverting calls are assumed to be\n * successful.\n * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,\n * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.\n */\nlibrary SafeERC20Upgradeable {\n using AddressUpgradeable for address;\n\n /**\n * @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,\n * non-reverting calls are assumed to be successful.\n */\n function safeTransfer(IERC20Upgradeable token, address to, uint256 value) internal {\n _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));\n }\n\n /**\n * @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the\n * calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.\n */\n function safeTransferFrom(IERC20Upgradeable token, address from, address to, uint256 value) internal {\n _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));\n }\n\n /**\n * @dev Deprecated. This function has issues similar to the ones found in\n * {IERC20-approve}, and its usage is discouraged.\n *\n * Whenever possible, use {safeIncreaseAllowance} and\n * {safeDecreaseAllowance} instead.\n */\n function safeApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\n // safeApprove should only be called when setting an initial allowance,\n // or when resetting it to zero. To increase and decrease it, use\n // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'\n require(\n (value == 0) || (token.allowance(address(this), spender) == 0),\n \"SafeERC20: approve from non-zero to non-zero allowance\"\n );\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));\n }\n\n /**\n * @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\n * non-reverting calls are assumed to be successful.\n */\n function safeIncreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\n uint256 oldAllowance = token.allowance(address(this), spender);\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance + value));\n }\n\n /**\n * @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\n * non-reverting calls are assumed to be successful.\n */\n function safeDecreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\n unchecked {\n uint256 oldAllowance = token.allowance(address(this), spender);\n require(oldAllowance >= value, \"SafeERC20: decreased allowance below zero\");\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance - value));\n }\n }\n\n /**\n * @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,\n * non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval\n * to be set to zero before setting it to a non-zero value, such as USDT.\n */\n function forceApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\n bytes memory approvalCall = abi.encodeWithSelector(token.approve.selector, spender, value);\n\n if (!_callOptionalReturnBool(token, approvalCall)) {\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, 0));\n _callOptionalReturn(token, approvalCall);\n }\n }\n\n /**\n * @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.\n * Revert on invalid signature.\n */\n function safePermit(\n IERC20PermitUpgradeable token,\n address owner,\n address spender,\n uint256 value,\n uint256 deadline,\n uint8 v,\n bytes32 r,\n bytes32 s\n ) internal {\n uint256 nonceBefore = token.nonces(owner);\n token.permit(owner, spender, value, deadline, v, r, s);\n uint256 nonceAfter = token.nonces(owner);\n require(nonceAfter == nonceBefore + 1, \"SafeERC20: permit did not succeed\");\n }\n\n /**\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\n * on the return value: the return value is optional (but if data is returned, it must not be false).\n * @param token The token targeted by the call.\n * @param data The call data (encoded using abi.encode or one of its variants).\n */\n function _callOptionalReturn(IERC20Upgradeable token, bytes memory data) private {\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\n // we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that\n // the target address contains contract code and also asserts for success in the low-level call.\n\n bytes memory returndata = address(token).functionCall(data, \"SafeERC20: low-level call failed\");\n require(returndata.length == 0 || abi.decode(returndata, (bool)), \"SafeERC20: ERC20 operation did not succeed\");\n }\n\n /**\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\n * on the return value: the return value is optional (but if data is returned, it must not be false).\n * @param token The token targeted by the call.\n * @param data The call data (encoded using abi.encode or one of its variants).\n *\n * This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.\n */\n function _callOptionalReturnBool(IERC20Upgradeable token, bytes memory data) private returns (bool) {\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\n // we're implementing it ourselves. We cannot use {Address-functionCall} here since this should return false\n // and not revert is the subcall reverts.\n\n (bool success, bytes memory returndata) = address(token).call(data);\n return\n success && (returndata.length == 0 || abi.decode(returndata, (bool))) && AddressUpgradeable.isContract(address(token));\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\n\npragma solidity ^0.8.1;\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary AddressUpgradeable {\n /**\n * @dev Returns true if `account` is a contract.\n *\n * [IMPORTANT]\n * ====\n * It is unsafe to assume that an address for which this function returns\n * false is an externally-owned account (EOA) and not a contract.\n *\n * Among others, `isContract` will return false for the following\n * types of addresses:\n *\n * - an externally-owned account\n * - a contract in construction\n * - an address where a contract will be created\n * - an address where a contract lived, but was destroyed\n *\n * Furthermore, `isContract` will also return true if the target contract within\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n * which only has an effect at the end of a transaction.\n * ====\n *\n * [IMPORTANT]\n * ====\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\n *\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n * constructor.\n * ====\n */\n function isContract(address account) internal view returns (bool) {\n // This method relies on extcodesize/address.code.length, which returns 0\n // for contracts in construction, since the code is only stored at the end\n // of the constructor execution.\n\n return account.code.length > 0;\n }\n\n /**\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n * `recipient`, forwarding all available gas and reverting on errors.\n *\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\n * imposed by `transfer`, making them unable to receive funds via\n * `transfer`. {sendValue} removes this limitation.\n *\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n require(address(this).balance >= amount, \"Address: insufficient balance\");\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n require(success, \"Address: unable to send value, recipient may have reverted\");\n }\n\n /**\n * @dev Performs a Solidity function call using a low level `call`. A\n * plain `call` is an unsafe replacement for a function call: use this\n * function instead.\n *\n * If `target` reverts with a revert reason, it is bubbled up by this\n * function (like regular Solidity function calls).\n *\n * Returns the raw returned data. To convert to the expected return value,\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n *\n * Requirements:\n *\n * - `target` must be a contract.\n * - calling `target` with `data` must not revert.\n *\n * _Available since v3.1._\n */\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, \"Address: low-level call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n * `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but also transferring `value` wei to `target`.\n *\n * Requirements:\n *\n * - the calling contract must have an ETH balance of at least `value`.\n * - the called Solidity function must be `payable`.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\n return functionCallWithValue(target, data, value, \"Address: low-level call with value failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n * with `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(\n address target,\n bytes memory data,\n uint256 value,\n string memory errorMessage\n ) internal returns (bytes memory) {\n require(address(this).balance >= value, \"Address: insufficient balance for call\");\n (bool success, bytes memory returndata) = target.call{value: value}(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n return functionStaticCall(target, data, \"Address: low-level static call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n (bool success, bytes memory returndata) = target.staticcall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionDelegateCall(target, data, \"Address: low-level delegate call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n (bool success, bytes memory returndata) = target.delegatecall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n *\n * _Available since v4.8._\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n if (success) {\n if (returndata.length == 0) {\n // only check isContract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n require(isContract(target), \"Address: call to non-contract\");\n }\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n * revert reason or using the provided one.\n *\n * _Available since v4.3._\n */\n function verifyCallResult(\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal pure returns (bytes memory) {\n if (success) {\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\n // Look for revert reason and bubble it up if present\n if (returndata.length > 0) {\n // The easiest way to bubble the revert reason is using memory via assembly\n /// @solidity memory-safe-assembly\n assembly {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert(errorMessage);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\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 /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[50] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/ECDSA.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../StringsUpgradeable.sol\";\n\n/**\n * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.\n *\n * These functions can be used to verify that a message was signed by the holder\n * of the private keys of a given address.\n */\nlibrary ECDSAUpgradeable {\n enum RecoverError {\n NoError,\n InvalidSignature,\n InvalidSignatureLength,\n InvalidSignatureS,\n InvalidSignatureV // Deprecated in v4.8\n }\n\n function _throwError(RecoverError error) private pure {\n if (error == RecoverError.NoError) {\n return; // no error: do nothing\n } else if (error == RecoverError.InvalidSignature) {\n revert(\"ECDSA: invalid signature\");\n } else if (error == RecoverError.InvalidSignatureLength) {\n revert(\"ECDSA: invalid signature length\");\n } else if (error == RecoverError.InvalidSignatureS) {\n revert(\"ECDSA: invalid signature 's' value\");\n }\n }\n\n /**\n * @dev Returns the address that signed a hashed message (`hash`) with\n * `signature` or error string. This address can then be used for verification purposes.\n *\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\n * this function rejects them by requiring the `s` value to be in the lower\n * half order, and the `v` value to be either 27 or 28.\n *\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\n * verification to be secure: it is possible to craft signatures that\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\n * this is by receiving a hash of the original message (which may otherwise\n * be too long), and then calling {toEthSignedMessageHash} on it.\n *\n * Documentation for signature generation:\n * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]\n * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]\n *\n * _Available since v4.3._\n */\n function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {\n if (signature.length == 65) {\n bytes32 r;\n bytes32 s;\n uint8 v;\n // ecrecover takes the signature parameters, and the only way to get them\n // currently is to use assembly.\n /// @solidity memory-safe-assembly\n assembly {\n r := mload(add(signature, 0x20))\n s := mload(add(signature, 0x40))\n v := byte(0, mload(add(signature, 0x60)))\n }\n return tryRecover(hash, v, r, s);\n } else {\n return (address(0), RecoverError.InvalidSignatureLength);\n }\n }\n\n /**\n * @dev Returns the address that signed a hashed message (`hash`) with\n * `signature`. This address can then be used for verification purposes.\n *\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\n * this function rejects them by requiring the `s` value to be in the lower\n * half order, and the `v` value to be either 27 or 28.\n *\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\n * verification to be secure: it is possible to craft signatures that\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\n * this is by receiving a hash of the original message (which may otherwise\n * be too long), and then calling {toEthSignedMessageHash} on it.\n */\n function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {\n (address recovered, RecoverError error) = tryRecover(hash, signature);\n _throwError(error);\n return recovered;\n }\n\n /**\n * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\n *\n * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]\n *\n * _Available since v4.3._\n */\n function tryRecover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address, RecoverError) {\n bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);\n uint8 v = uint8((uint256(vs) >> 255) + 27);\n return tryRecover(hash, v, r, s);\n }\n\n /**\n * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\n *\n * _Available since v4.2._\n */\n function recover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address) {\n (address recovered, RecoverError error) = tryRecover(hash, r, vs);\n _throwError(error);\n return recovered;\n }\n\n /**\n * @dev Overload of {ECDSA-tryRecover} that receives the `v`,\n * `r` and `s` signature fields separately.\n *\n * _Available since v4.3._\n */\n function tryRecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address, RecoverError) {\n // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature\n // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines\n // the valid range for s in (301): 0 < s < secp256k1n ÷ 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);\n }\n\n // If the signature is valid (and not malleable), return the signer address\n address signer = ecrecover(hash, v, r, s);\n if (signer == address(0)) {\n return (address(0), RecoverError.InvalidSignature);\n }\n\n return (signer, RecoverError.NoError);\n }\n\n /**\n * @dev Overload of {ECDSA-recover} that receives the `v`,\n * `r` and `s` signature fields separately.\n */\n function recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address) {\n (address recovered, RecoverError error) = tryRecover(hash, v, r, s);\n _throwError(error);\n return recovered;\n }\n\n /**\n * @dev Returns an Ethereum Signed Message, created from a `hash`. This\n * produces hash corresponding to the one signed with the\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\n * JSON-RPC method as part of EIP-191.\n *\n * See {recover}.\n */\n function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32 message) {\n // 32 is the length in bytes of hash,\n // enforced by the type signature above\n /// @solidity memory-safe-assembly\n assembly {\n mstore(0x00, \"\\x19Ethereum Signed Message:\\n32\")\n mstore(0x1c, hash)\n message := keccak256(0x00, 0x3c)\n }\n }\n\n /**\n * @dev Returns an Ethereum Signed Message, created from `s`. This\n * produces hash corresponding to the one signed with the\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\n * JSON-RPC method as part of EIP-191.\n *\n * See {recover}.\n */\n function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {\n return keccak256(abi.encodePacked(\"\\x19Ethereum Signed Message:\\n\", StringsUpgradeable.toString(s.length), s));\n }\n\n /**\n * @dev Returns an Ethereum Signed Typed Data, created from a\n * `domainSeparator` and a `structHash`. This produces hash corresponding\n * to the one signed with the\n * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]\n * JSON-RPC method as part of EIP-712.\n *\n * See {recover}.\n */\n function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32 data) {\n /// @solidity memory-safe-assembly\n assembly {\n let ptr := mload(0x40)\n mstore(ptr, \"\\x19\\x01\")\n mstore(add(ptr, 0x02), domainSeparator)\n mstore(add(ptr, 0x22), structHash)\n data := keccak256(ptr, 0x42)\n }\n }\n\n /**\n * @dev Returns an Ethereum Signed Data with intended validator, created from a\n * `validator` and `data` according to the version 0 of EIP-191.\n *\n * See {recover}.\n */\n function toDataWithIntendedValidatorHash(address validator, bytes memory data) internal pure returns (bytes32) {\n return keccak256(abi.encodePacked(\"\\x19\\x00\", validator, data));\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Standard math utilities missing in the Solidity language.\n */\nlibrary MathUpgradeable {\n enum Rounding {\n Down, // Toward negative infinity\n Up, // Toward infinity\n Zero // Toward zero\n }\n\n /**\n * @dev Returns the largest of two numbers.\n */\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\n return a > b ? a : b;\n }\n\n /**\n * @dev Returns the smallest of two numbers.\n */\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\n return a < b ? a : b;\n }\n\n /**\n * @dev Returns the average of two numbers. The result is rounded towards\n * zero.\n */\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\n // (a + b) / 2 can overflow.\n return (a & b) + (a ^ b) / 2;\n }\n\n /**\n * @dev Returns the ceiling of the division of two numbers.\n *\n * This differs from standard division with `/` in that it rounds up instead\n * of rounding down.\n */\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\n // (a + b - 1) / b can overflow on addition, so we distribute.\n return a == 0 ? 0 : (a - 1) / b + 1;\n }\n\n /**\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\n * with further edits by Uniswap Labs also under MIT license.\n */\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\n unchecked {\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\n // variables such that product = prod1 * 2^256 + prod0.\n uint256 prod0; // Least significant 256 bits of the product\n uint256 prod1; // Most significant 256 bits of the product\n assembly {\n let mm := mulmod(x, y, not(0))\n prod0 := mul(x, y)\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\n }\n\n // Handle non-overflow cases, 256 by 256 division.\n if (prod1 == 0) {\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\n // The surrounding unchecked block does not change this fact.\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\n return prod0 / denominator;\n }\n\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\n require(denominator > prod1, \"Math: mulDiv overflow\");\n\n ///////////////////////////////////////////////\n // 512 by 256 division.\n ///////////////////////////////////////////////\n\n // Make division exact by subtracting the remainder from [prod1 prod0].\n uint256 remainder;\n assembly {\n // Compute remainder using mulmod.\n remainder := mulmod(x, y, denominator)\n\n // Subtract 256 bit number from 512 bit number.\n prod1 := sub(prod1, gt(remainder, prod0))\n prod0 := sub(prod0, remainder)\n }\n\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\n // See https://cs.stackexchange.com/q/138556/92363.\n\n // Does not overflow because the denominator cannot be zero at this stage in the function.\n uint256 twos = denominator & (~denominator + 1);\n assembly {\n // Divide denominator by twos.\n denominator := div(denominator, twos)\n\n // Divide [prod1 prod0] by twos.\n prod0 := div(prod0, twos)\n\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\n twos := add(div(sub(0, twos), twos), 1)\n }\n\n // Shift in bits from prod1 into prod0.\n prod0 |= prod1 * twos;\n\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\n // four bits. That is, denominator * inv = 1 mod 2^4.\n uint256 inverse = (3 * denominator) ^ 2;\n\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\n // in modular arithmetic, doubling the correct bits in each step.\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\n\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\n // is no longer required.\n result = prod0 * inverse;\n return result;\n }\n }\n\n /**\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\n */\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\n uint256 result = mulDiv(x, y, denominator);\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\n result += 1;\n }\n return result;\n }\n\n /**\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\n *\n * Inspired by Henry S. Warren, Jr.'s \"Hacker's Delight\" (Chapter 11).\n */\n function sqrt(uint256 a) internal pure returns (uint256) {\n if (a == 0) {\n return 0;\n }\n\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\n //\n // We know that the \"msb\" (most significant bit) of our target number `a` is a power of 2 such that we have\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\n //\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\n // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\n // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\n //\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\n uint256 result = 1 << (log2(a) >> 1);\n\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\n // into the expected uint128 result.\n unchecked {\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n result = (result + a / result) >> 1;\n return min(result, a / result);\n }\n }\n\n /**\n * @notice Calculates sqrt(a), following the selected rounding direction.\n */\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\n unchecked {\n uint256 result = sqrt(a);\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\n }\n }\n\n /**\n * @dev Return the log in base 2, rounded down, of a positive value.\n * Returns 0 if given 0.\n */\n function log2(uint256 value) internal pure returns (uint256) {\n uint256 result = 0;\n unchecked {\n if (value >> 128 > 0) {\n value >>= 128;\n result += 128;\n }\n if (value >> 64 > 0) {\n value >>= 64;\n result += 64;\n }\n if (value >> 32 > 0) {\n value >>= 32;\n result += 32;\n }\n if (value >> 16 > 0) {\n value >>= 16;\n result += 16;\n }\n if (value >> 8 > 0) {\n value >>= 8;\n result += 8;\n }\n if (value >> 4 > 0) {\n value >>= 4;\n result += 4;\n }\n if (value >> 2 > 0) {\n value >>= 2;\n result += 2;\n }\n if (value >> 1 > 0) {\n result += 1;\n }\n }\n return result;\n }\n\n /**\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\n * Returns 0 if given 0.\n */\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\n unchecked {\n uint256 result = log2(value);\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\n }\n }\n\n /**\n * @dev Return the log in base 10, rounded down, of a positive value.\n * Returns 0 if given 0.\n */\n function log10(uint256 value) internal pure returns (uint256) {\n uint256 result = 0;\n unchecked {\n if (value >= 10 ** 64) {\n value /= 10 ** 64;\n result += 64;\n }\n if (value >= 10 ** 32) {\n value /= 10 ** 32;\n result += 32;\n }\n if (value >= 10 ** 16) {\n value /= 10 ** 16;\n result += 16;\n }\n if (value >= 10 ** 8) {\n value /= 10 ** 8;\n result += 8;\n }\n if (value >= 10 ** 4) {\n value /= 10 ** 4;\n result += 4;\n }\n if (value >= 10 ** 2) {\n value /= 10 ** 2;\n result += 2;\n }\n if (value >= 10 ** 1) {\n result += 1;\n }\n }\n return result;\n }\n\n /**\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\n * Returns 0 if given 0.\n */\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\n unchecked {\n uint256 result = log10(value);\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\n }\n }\n\n /**\n * @dev Return the log in base 256, rounded down, of a positive value.\n * Returns 0 if given 0.\n *\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\n */\n function log256(uint256 value) internal pure returns (uint256) {\n uint256 result = 0;\n unchecked {\n if (value >> 128 > 0) {\n value >>= 128;\n result += 16;\n }\n if (value >> 64 > 0) {\n value >>= 64;\n result += 8;\n }\n if (value >> 32 > 0) {\n value >>= 32;\n result += 4;\n }\n if (value >> 16 > 0) {\n value >>= 16;\n result += 2;\n }\n if (value >> 8 > 0) {\n result += 1;\n }\n }\n return result;\n }\n\n /**\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Standard signed math utilities missing in the Solidity language.\n */\nlibrary SignedMathUpgradeable {\n /**\n * @dev Returns the largest of two signed numbers.\n */\n function max(int256 a, int256 b) internal pure returns (int256) {\n return a > b ? a : b;\n }\n\n /**\n * @dev Returns the smallest of two signed numbers.\n */\n function min(int256 a, int256 b) internal pure returns (int256) {\n return a < b ? a : b;\n }\n\n /**\n * @dev Returns the average of two signed numbers without overflow.\n * The result is rounded towards zero.\n */\n function average(int256 a, int256 b) internal pure returns (int256) {\n // Formula from the book \"Hacker's Delight\"\n int256 x = (a & b) + ((a ^ b) >> 1);\n return x + (int256(uint256(x) >> 255) & (a ^ b));\n }\n\n /**\n * @dev Returns the absolute unsigned value of a signed value.\n */\n function abs(int256 n) internal pure returns (uint256) {\n unchecked {\n // must be unchecked in order to support `n = type(int256).min`\n return uint256(n >= 0 ? n : -n);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./math/MathUpgradeable.sol\";\nimport \"./math/SignedMathUpgradeable.sol\";\n\n/**\n * @dev String operations.\n */\nlibrary StringsUpgradeable {\n bytes16 private constant _SYMBOLS = \"0123456789abcdef\";\n uint8 private constant _ADDRESS_LENGTH = 20;\n\n /**\n * @dev Converts a `uint256` to its ASCII `string` decimal representation.\n */\n function toString(uint256 value) internal pure returns (string memory) {\n unchecked {\n uint256 length = MathUpgradeable.log10(value) + 1;\n string memory buffer = new string(length);\n uint256 ptr;\n /// @solidity memory-safe-assembly\n assembly {\n ptr := add(buffer, add(32, length))\n }\n while (true) {\n ptr--;\n /// @solidity memory-safe-assembly\n assembly {\n mstore8(ptr, byte(mod(value, 10), _SYMBOLS))\n }\n value /= 10;\n if (value == 0) break;\n }\n return buffer;\n }\n }\n\n /**\n * @dev Converts a `int256` to its ASCII `string` decimal representation.\n */\n function toString(int256 value) internal pure returns (string memory) {\n return string(abi.encodePacked(value < 0 ? \"-\" : \"\", toString(SignedMathUpgradeable.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, MathUpgradeable.log256(value) + 1);\n }\n }\n\n /**\n * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.\n */\n function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {\n bytes memory buffer = new bytes(2 * length + 2);\n buffer[0] = \"0\";\n buffer[1] = \"x\";\n for (uint256 i = 2 * length + 1; i > 1; --i) {\n buffer[i] = _SYMBOLS[value & 0xf];\n value >>= 4;\n }\n require(value == 0, \"Strings: hex length insufficient\");\n return string(buffer);\n }\n\n /**\n * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.\n */\n function toHexString(address addr) internal pure returns (string memory) {\n return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);\n }\n\n /**\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 keccak256(bytes(a)) == keccak256(bytes(b));\n }\n}\n"},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 standard as defined in the EIP.\n */\ninterface IERC20 {\n /**\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\n * another (`to`).\n *\n * Note that `value` may be zero.\n */\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n /**\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\n * a call to {approve}. `value` is the new allowance.\n */\n event Approval(address indexed owner, address indexed spender, uint256 value);\n\n /**\n * @dev Returns the amount of tokens in existence.\n */\n function totalSupply() external view returns (uint256);\n\n /**\n * @dev Returns the amount of tokens owned by `account`.\n */\n function balanceOf(address account) external view returns (uint256);\n\n /**\n * @dev Moves `amount` tokens from the caller's account to `to`.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transfer(address to, uint256 amount) external returns (bool);\n\n /**\n * @dev Returns the remaining number of tokens that `spender` will be\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\n * zero by default.\n *\n * This value changes when {approve} or {transferFrom} are called.\n */\n function allowance(address owner, address spender) external view returns (uint256);\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\n * that someone may use both the old and the new allowance by unfortunate\n * transaction ordering. One possible solution to mitigate this race\n * condition is to first reduce the spender's allowance to 0 and set the\n * desired value afterwards:\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n *\n * Emits an {Approval} event.\n */\n function approve(address spender, uint256 amount) external returns (bool);\n\n /**\n * @dev Moves `amount` tokens from `from` to `to` using the\n * allowance mechanism. `amount` is then deducted from the caller's\n * allowance.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\n}\n"},"contracts/interfaces/IPaycrest.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {IERC20} from \"@openzeppelin/contracts/token/ERC20/IERC20.sol\";\n\nimport {SharedStructs} from \"../libraries/SharedStructs.sol\";\n\n/**\n * @title IPaycrest\n * @dev Interface for the Paycrest contract.\n */\ninterface IPaycrest {\n \n /* ##################################################################\n EVENTS\n ################################################################## */\n /**\n * @dev Emitted when a deposit is made.\n * @param token The address of the deposited token.\n * @param amount The amount of the deposit.\n * @param orderId The ID of the order.\n * @param rate The rate at which the deposit is made.\n * @param institutionCode The code of the institution.\n * @param label The label of the deposit.\n * @param messageHash The hash of the message.\n */\n event OrderCreated(address indexed token, uint256 indexed amount, uint256 protocolFee, bytes32 indexed orderId, uint256 rate, bytes32 institutionCode, bytes32 label, string messageHash);\n\n /**\n * @dev Emitted when an aggregator settles a transaction.\n * @param splitOrderId The ID of the split order.\n * @param orderId The ID of the order.\n * @param label The label of the transaction.\n * @param liquidityProvider The address of the liquidity provider.\n * @param settlePercent The percentage at which the transaction is settled.\n */\n event OrderSettled(bytes32 splitOrderId, bytes32 indexed orderId, bytes32 label, address indexed liquidityProvider, uint96 settlePercent);\n\n /**\n * @dev Emitted when an aggregator refunds a transaction.\n * @param fee The fee deducted from the refund amount.\n * @param orderId The ID of the order.\n * @param label The label of the transaction.\n */\n event OrderRefunded(uint256 fee, bytes32 indexed orderId, bytes32 label);\n\n /**\n * @dev Emitted when the sender's fee is transferred.\n * @param sender The address of the sender.\n * @param amount The amount of the fee transferred.\n */\n event SenderFeeTransferred(address indexed sender, uint256 indexed amount);\n\n /* ##################################################################\n STRUCTS\n ################################################################## */\n /**\n * @dev Struct representing transaction metadata.\n * @param identifier The identifier of the transaction.\n * @param institution The institution of the transaction.\n * @param name The name of the transaction.\n * @param currency The currency of the transaction.\n * @param liquidityProviderID The ID of the liquidity provider.\n */\n struct TransactionMetadata {\n bytes8 identifier;\n bytes8 institution;\n bytes8 name;\n bytes8 currency;\n uint256 liquidityProviderID;\n }\n\n /**\n * @dev Struct representing an order.\n * @param seller The address of the seller.\n * @param token The address of the token.\n * @param senderFeeRecipient The address of the sender fee recipient.\n * @param senderFee The fee to be paid to the sender fee recipient.\n * @param protocolFee The protocol fee to be paid.\n * @param rate The rate at which the order is made.\n * @param isFulfilled Whether the order is fulfilled.\n * @param refundAddress The address to which the refund is made.\n * @param currentBPS The current basis points.\n * @param amount The amount of the order.\n */\n struct Order {\n address seller;\n address token;\n address senderFeeRecipient;\n uint256 senderFee;\n uint256 protocolFee;\n uint96 rate;\n bool isFulfilled;\n address refundAddress;\n uint96 currentBPS;\n uint256 amount;\n }\n\n /* ##################################################################\n EXTERNAL CALLS\n ################################################################## */\n /**\n * @notice Locks the sender's amount of token into Paycrest.\n * @dev Requirements:\n * - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call.\n * - `_token` must be an acceptable token. See {isTokenSupported}.\n * - `amount` must be greater than minimum.\n * - `_refundable` refundable address must not be zero address.\n * @param _token The address of the token.\n * @param _amount The amount in the decimal of `_token` to be locked.\n * @param _institutionCode The institution code of the sender.\n * @param _label The reference of the sender.\n * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token` when there is a need to refund.\n * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\n * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n * @param messageHash The hash of the message.\n * @return _orderId The ID of the order.\n */\n function createOrder(\n address _token, \n uint256 _amount, \n bytes32 _institutionCode,\n bytes32 _label,\n uint96 _rate, \n address _senderFeeRecipient,\n uint256 _senderFee,\n address _refundAddress, \n string calldata messageHash\n ) external returns(bytes32 _orderId);\n\n /**\n * @notice Settles a transaction and distributes rewards accordingly.\n * @dev Requirements:\n * - Only aggregators can call this function.\n * - `_orderId` must be less than total IDs.\n * - `_orderId` must be an open ID.\n * - `_primaryValidator` must have stake on the Paycrest staking platform.\n * - `_secondaryValidators` must have stake on the Paycrest staking platform.\n * - `amount` must be greater than minimum.\n * - `_refundable` refundable address must not be zero address.\n * @param _orderId The ID of the transaction.\n * @param _label The reference of the sender.\n * @param _liquidityProvider The address of the liquidity provider.\n * @param _settlePercent The rate at which the transaction is settled.\n * @return _orderId The ID of the order.\n * @return _liquidityProvider The address of the liquidity provider.\n */\n function settle(bytes32 _splitOrderId, bytes32 _orderId, bytes32 _label, address _liquidityProvider, uint64 _settlePercent) external returns(bytes32, address);\n\n /**\n * @notice Refunds to the specified refundable address.\n * @dev Requirements:\n * - Only aggregators can call this function.\n * - `_orderId` must be less than total IDs.\n * - `_orderId` must be an open ID.\n * - `isFulfilled` must be false.\n * @param _fee The amount to be deducted from the amount to be refunded.\n * @param _orderId The ID of the transaction.\n * @param _label The reference of the sender.\n * @return Whether the refund is successful.\n */\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external returns(bool);\n\n /**\n * @notice Checks if a token is supported by Paycrest.\n * @param _token The address of the token to check.\n * @return Whether the token is supported.\n */\n function isTokenSupported(address _token) external view returns(bool);\n\n /**\n * @notice Gets the details of an order.\n * @param _orderId The ID of the order.\n * @return return The order details.\n */\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory);\n\n /**\n * @notice Gets the fee details of Paycrest.\n * @return protocolReward The protocol reward amount.\n * @return max_bps The maximum basis points.\n */\n function getFeeDetails() external view returns(uint64 protocolReward, uint256 max_bps);\n\n /**\n * @notice Gets the aggregator's public key.\n * @return return The aggregator's public key.\n */\n function getAggregator() external view returns(bytes memory);\n\n /**\n * @notice Gets the details of a supported institution by code.\n * @param _code The institution code.\n * @return return The institution details.\n */\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory);\n\n /**\n * @notice Gets the details of supported institutions by currency.\n * @param _currency The currency code.\n * @return return An array of institutions.\n */ \n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory);\n}\n"},"contracts/libraries/SharedStructs.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nlibrary SharedStructs {\n /**\n * @dev Struct representing an institution.\n * @param code The code of the institution.\n * @param name The name of the institution.\n */\n struct Institution {\n bytes32 code;\n bytes32 name;\n }\n\n /**\n * @dev Struct representing an institution by code.\n * @param name The name of the institution.\n * @param currency The currency of the institution.\n */\n struct InstitutionByCode {\n bytes32 name;\n bytes32 currency;\n }\n}"},"contracts/Paycrest.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport \"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\";\nimport \"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\";\nimport \"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\";\n\nimport {PaycrestSettingManager} from \"./PaycrestSettingManager.sol\";\nimport {IPaycrest, IERC20} from \"./interfaces/IPaycrest.sol\";\nimport {SharedStructs} from \"./libraries/SharedStructs.sol\";\n\n/**\n * @title Paycrest\n * @dev Paycrest contract for handling orders and settlements.\n */\ncontract Paycrest is IPaycrest, PaycrestSettingManager, PausableUpgradeable {\n using SafeERC20Upgradeable for IERC20;\n using ECDSAUpgradeable for bytes32;\n\n struct fee {\n uint256 protocolFee;\n uint256 liquidityProviderAmount;\n }\n\n mapping(bytes32 => Order) private order;\n mapping(address => uint256) private _nonce;\n uint256[50] private __gap;\n\n /// @custom:oz-upgrades-unsafe-allow constructor\n constructor() {\n _disableInitializers();\n }\n\n /**\n * @dev Initialize function.\n */\n function initialize() external initializer {\n MAX_BPS = 100_000;\n __Ownable2Step_init();\n __Pausable_init();\n }\n\n /**\n * @dev Modifier that allows only the aggregator to call a function.\n */\n modifier onlyAggregator {\n require(msg.sender == _aggregatorAddress, \"OnlyAggregator\");\n _;\n }\n\n /* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n /**\n * @dev Pause the contract.\n */\n function pause() external onlyOwner {\n _pause();\n }\n\n /**\n * @dev Unpause the contract.\n */\n function unpause() external onlyOwner {\n _unpause();\n }\n \n /* ##################################################################\n USER CALLS\n ################################################################## */\n /** @dev See {createOrder-IPaycrest}. */\n function createOrder(\n address _token, \n uint256 _amount,\n bytes32 _institutionCode,\n bytes32 _label,\n uint96 _rate, \n address _senderFeeRecipient,\n uint256 _senderFee,\n address _refundAddress,\n string calldata messageHash\n ) external whenNotPaused() returns(bytes32 orderId) {\n // checks that are required\n _handler(_token, _amount, _refundAddress, _senderFeeRecipient, _senderFee, _institutionCode);\n\n // validate messageHash\n require(bytes(messageHash).length != 0, \"InvalidMessageHash\");\n\n // transfer token from msg.sender to contract\n IERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\n\n // increase users nonce to avoid replay attacks\n _nonce[msg.sender]++;\n\n // generate transaction id for the transaction\n orderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\n\n\n // update transaction\n uint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\n order[orderId] = Order({\n seller: msg.sender,\n token: _token,\n senderFeeRecipient: _senderFeeRecipient,\n senderFee: _senderFee,\n protocolFee: _protocolFee,\n rate: _rate,\n isFulfilled: false,\n refundAddress: _refundAddress,\n currentBPS: uint64(MAX_BPS),\n amount: _amount - _protocolFee\n });\n\n // emit order created event\n emit OrderCreated(_token, order[orderId].amount, _protocolFee, orderId, _rate, _institutionCode, _label, messageHash);\n }\n\n /**\n * @dev Internal function to handle order creation.\n * @param _token The address of the token being traded.\n * @param _amount The amount of tokens being traded.\n * @param _refundAddress The address to refund the tokens in case of cancellation.\n * @param _senderFeeRecipient The address of the recipient for the sender fee.\n * @param _senderFee The amount of the sender fee.\n * @param _institutionCode The code of the institution associated with the order.\n */\n function _handler(address _token, uint256 _amount, address _refundAddress, address _senderFeeRecipient, uint256 _senderFee, bytes32 _institutionCode) internal view {\n require(_isTokenSupported[_token] == 1, \"TokenNotSupported\");\n require(_amount != 0, \"AmountIsZero\");\n require(_refundAddress != address(0), \"ThrowZeroAddress\");\n require(supportedInstitutionsByCode[_institutionCode].name != bytes32(0), \"InvalidInstitutionCode\");\n\n if (_senderFee != 0) {\n require(_senderFeeRecipient != address(0), \"InvalidSenderFeeRecipient\");\n }\n }\n\n /* ##################################################################\n AGGREGATOR FUNCTIONS\n ################################################################## */\n /** @dev See {settle-IPaycrest}. */\n function settle(\n bytes32 _splitOrderId,\n bytes32 _orderId, \n bytes32 _label,\n address _liquidityProvider, \n uint64 _settlePercent\n ) external onlyAggregator() returns(bytes32, address) {\n // ensure the transaction has not been fulfilled\n require(!order[_orderId].isFulfilled, \"OrderFulfilled\");\n\n // load the token into memory\n address token = order[_orderId].token;\n\n // subtract sum of amount based on the input _settlePercent\n order[_orderId].currentBPS -= _settlePercent;\n\n if(order[_orderId].currentBPS == 0) {\n // update the transaction to be fulfilled\n order[_orderId].isFulfilled = true;\n\n if (order[_orderId].senderFee != 0) {\n // transfer sender fee\n _transferSenderFee(_orderId); \n }\n\n if (order[_orderId].protocolFee != 0) {\n // transfer protocol fee\n IERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\n }\n }\n\n // transfer to liquidity provider \n uint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\n IERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\n order[_orderId].amount -= liquidityProviderAmount;\n\n // emit settled event\n emit OrderSettled(_splitOrderId, _orderId, _label, _liquidityProvider, _settlePercent);\n return (_orderId, token);\n }\n\n /**\n * @dev Internal function to transfer the sender fee.\n * @param _orderId The ID of the order.\n */\n function _transferSenderFee(bytes32 _orderId) internal {\n address recipient = order[_orderId].senderFeeRecipient;\n uint256 _fee = order[_orderId].senderFee;\n // transfer sender fee\n IERC20(order[_orderId].token).transfer(recipient, _fee);\n // emit event\n emit SenderFeeTransferred(recipient, _fee);\n }\n\n /** @dev See {refund-IPaycrest}. */\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external onlyAggregator() returns(bool) {\n // ensure the transaction has not been fulfilled\n require(!order[_orderId].isFulfilled, \"OrderFulfilled\");\n\n // transfer refund fee to treasury\n IERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\n\n // reset state values\n order[_orderId].isFulfilled = true;\n order[_orderId].currentBPS = 0;\n \n // deduct fee from order amount\n uint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\n\n // transfer refund amount and sender fee to the refund address\n IERC20(order[_orderId].token).transfer(order[_orderId].refundAddress, refundAmount);\n IERC20(order[_orderId].token).transfer(order[_orderId].refundAddress, order[_orderId].senderFee);\n\n // emit refunded event\n emit OrderRefunded(_fee, _orderId, _label);\n\n return true;\n }\n \n /* ##################################################################\n VIEW CALLS\n ################################################################## */\n /** @dev See {getOrderInfo-IPaycrest}. */\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory) {\n return order[_orderId];\n }\n\n /** @dev See {isTokenSupported-IPaycrest}. */\n function isTokenSupported(address _token) external view returns(bool) {\n if (_isTokenSupported[_token] == 1) return true;\n return false;\n }\n\n /** @dev See {getSupportedInstitutionByCode-IPaycrest}. */\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory) {\n return supportedInstitutionsByCode[_code];\n }\n\n /** @dev See {getSupportedInstitutions-IPaycrest}. */\n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory) {\n return supportedInstitutions[_currency];\n }\n\n /** @dev See {getFeeDetails-IPaycrest}. */\n function getFeeDetails() external view returns(\n uint64, \n uint256\n ) {\n return(protocolFeePercent, MAX_BPS);\n }\n\n /** @dev See {getAggregator-IPaycrest}. */\n function getAggregator() external view returns(bytes memory) {\n return _aggregator;\n }\n}\n"},"contracts/PaycrestSettingManager.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n\n/**\n * @title PaycrestSettingManager\n * @dev This contract manages the settings and configurations for the Paycrest protocol.\n */\npragma solidity ^0.8.18;\n\nimport \"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\";\n\nimport {SharedStructs} from \"./libraries/SharedStructs.sol\";\n\ncontract PaycrestSettingManager is Ownable2StepUpgradeable { \n uint256 internal MAX_BPS;\n uint64 internal protocolFeePercent;\n address internal treasuryAddress;\n address internal _aggregatorAddress;\n bytes internal _aggregator;\n \n // this should decrease if more slots are needed on this contract to avoid collisions with base contract\n uint256[50] private __gap;\n\n mapping(address => uint256) internal _isTokenSupported;\n\n mapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\n mapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\n\n event SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\n event SupportedInstitutionsUpdated(bytes32 indexed currency, SharedStructs.Institution[] institutions); \n event ProtocolFeesUpdated(uint64 protocolFee);\n event ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\n event SetAggregator(bytes indexed aggregator);\n event SetFeeRecipient(address indexed treasuryAddress);\n \n /* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\n /**\n * @dev Sets the boolean value for a specific setting.\n * @param what The setting to be updated.\n * @param value The address or value associated with the setting.\n * @param status The boolean value to be set.\n * Requirements:\n * - The value must not be a zero address.\n */\n function settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\n require(value != address(0), \"Paycrest: zero address\");\n require(status == 1 || status == 2, \"Paycrest: invalid status\");\n if (what == \"token\") {\n _isTokenSupported[value] = status;\n emit SettingManagerBool(what, value, status);\n }\n\n }\n\n /**\n * @dev Sets the supported institutions for a specific currency.\n * @param currency The currency for which the institutions are being set.\n * @param institutions The array of institutions to be set.\n */\n function setSupportedInstitutions(bytes32 currency, SharedStructs.Institution[] memory institutions) external onlyOwner {\n delete supportedInstitutions[currency];\n for (uint i; i < institutions.length; ) {\n supportedInstitutions[currency].push(institutions[i]);\n supportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\n name: institutions[i].name, currency: currency\n });\n unchecked {\n ++i;\n }\n }\n emit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\n }\n\n /**\n * @dev Updates the protocol fees percentage.\n * @param _protocolFeePercent The new protocol fees percentage to be set.\n */\n function updateProtocolFees(uint64 _protocolFeePercent) external onlyOwner {\n protocolFeePercent = _protocolFeePercent;\n emit ProtocolFeesUpdated(_protocolFeePercent);\n }\n\n /**\n * @dev Updates a protocol address.\n * @param what The address type to be updated (treasury or aggregator).\n * @param value The new address to be set.\n * Requirements:\n * - The value must not be a zero address.\n */\n function updateProtocolAddress(bytes32 what, address value) external onlyOwner {\n require(value != address(0), \"Paycrest: zero address\");\n if (what == \"treasury\") treasuryAddress = value;\n if (what == \"aggregator\") _aggregatorAddress = value;\n emit ProtocolAddressUpdated(what, value);\n }\n\n /**\n * @dev Updates the protocol aggregator.\n * @param aggregator The new aggregator to be set.\n */\n function updateProtocolAggregator(bytes calldata aggregator) external onlyOwner {\n _aggregator = aggregator;\n emit SetAggregator(aggregator);\n }\n}\n"}},"settings":{"optimizer":{"enabled":false,"runs":200},"outputSelection":{"*":{"*":["abi","evm.bytecode","evm.deployedBytecode","evm.methodIdentifiers","metadata","devdoc","userdoc","storageLayout","evm.gasEstimates"],"":["ast"]}},"metadata":{"useLiteralContent":true}}},"output":{"sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[1407],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239]},"id":107,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"107:23:0"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","file":"./OwnableUpgradeable.sol","id":2,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":240,"src":"132:34:0","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":4,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":409,"src":"167:63:0","symbolAliases":[{"foreign":{"id":3,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"175:13:0","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":6,"name":"Initializable","nameLocations":["719:13:0"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"719:13:0"},"id":7,"nodeType":"InheritanceSpecifier","src":"719:13:0"},{"baseName":{"id":8,"name":"OwnableUpgradeable","nameLocations":["734:18:0"],"nodeType":"IdentifierPath","referencedDeclaration":239,"src":"734:18:0"},"id":9,"nodeType":"InheritanceSpecifier","src":"734:18:0"}],"canonicalName":"Ownable2StepUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":5,"nodeType":"StructuredDocumentation","src":"232:441:0","text":" @dev Contract module which provides access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership} and {acceptOwnership}.\n This module is used through inheritance. It will make available all functions\n from parent (Ownable)."},"fullyImplemented":true,"id":106,"linearizedBaseContracts":[106,239,1407,408],"name":"Ownable2StepUpgradeable","nameLocation":"692:23:0","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":11,"mutability":"mutable","name":"_pendingOwner","nameLocation":"775:13:0","nodeType":"VariableDeclaration","scope":106,"src":"759:29:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":10,"name":"address","nodeType":"ElementaryTypeName","src":"759:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700","id":17,"name":"OwnershipTransferStarted","nameLocation":"801:24:0","nodeType":"EventDefinition","parameters":{"id":16,"nodeType":"ParameterList","parameters":[{"constant":false,"id":13,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"842:13:0","nodeType":"VariableDeclaration","scope":17,"src":"826:29:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":12,"name":"address","nodeType":"ElementaryTypeName","src":"826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":15,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"873:8:0","nodeType":"VariableDeclaration","scope":17,"src":"857:24:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":14,"name":"address","nodeType":"ElementaryTypeName","src":"857:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"825:57:0"},"src":"795:88:0"},{"body":{"id":25,"nodeType":"Block","src":"946:43:0","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":22,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"956:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":23,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"956:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":24,"nodeType":"ExpressionStatement","src":"956:26:0"}]},"id":26,"implemented":true,"kind":"function","modifiers":[{"id":20,"kind":"modifierInvocation","modifierName":{"id":19,"name":"onlyInitializing","nameLocations":["929:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"929:16:0"},"nodeType":"ModifierInvocation","src":"929:16:0"}],"name":"__Ownable2Step_init","nameLocation":"898:19:0","nodeType":"FunctionDefinition","parameters":{"id":18,"nodeType":"ParameterList","parameters":[],"src":"917:2:0"},"returnParameters":{"id":21,"nodeType":"ParameterList","parameters":[],"src":"946:0:0"},"scope":106,"src":"889:100:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":31,"nodeType":"Block","src":"1062:7:0","statements":[]},"id":32,"implemented":true,"kind":"function","modifiers":[{"id":29,"kind":"modifierInvocation","modifierName":{"id":28,"name":"onlyInitializing","nameLocations":["1045:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1045:16:0"},"nodeType":"ModifierInvocation","src":"1045:16:0"}],"name":"__Ownable2Step_init_unchained","nameLocation":"1004:29:0","nodeType":"FunctionDefinition","parameters":{"id":27,"nodeType":"ParameterList","parameters":[],"src":"1033:2:0"},"returnParameters":{"id":30,"nodeType":"ParameterList","parameters":[],"src":"1062:0:0"},"scope":106,"src":"995:74:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":40,"nodeType":"Block","src":"1206:37:0","statements":[{"expression":{"id":38,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1223:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":37,"id":39,"nodeType":"Return","src":"1216:20:0"}]},"documentation":{"id":33,"nodeType":"StructuredDocumentation","src":"1074:65:0","text":" @dev Returns the address of the pending owner."},"functionSelector":"e30c3978","id":41,"implemented":true,"kind":"function","modifiers":[],"name":"pendingOwner","nameLocation":"1153:12:0","nodeType":"FunctionDefinition","parameters":{"id":34,"nodeType":"ParameterList","parameters":[],"src":"1165:2:0"},"returnParameters":{"id":37,"nodeType":"ParameterList","parameters":[{"constant":false,"id":36,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":41,"src":"1197:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":35,"name":"address","nodeType":"ElementaryTypeName","src":"1197:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1196:9:0"},"scope":106,"src":"1144:99:0","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[213],"body":{"id":60,"nodeType":"Block","src":"1515:99:0","statements":[{"expression":{"id":52,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":50,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1525:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":51,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1541:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1525:24:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":53,"nodeType":"ExpressionStatement","src":"1525:24:0"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":55,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1589:5:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":56,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1589:7:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":57,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1598:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":54,"name":"OwnershipTransferStarted","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":17,"src":"1564:24:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":58,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1564:43:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":59,"nodeType":"EmitStatement","src":"1559:48:0"}]},"documentation":{"id":42,"nodeType":"StructuredDocumentation","src":"1249:182:0","text":" @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":61,"implemented":true,"kind":"function","modifiers":[{"id":48,"kind":"modifierInvocation","modifierName":{"id":47,"name":"onlyOwner","nameLocations":["1505:9:0"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1505:9:0"},"nodeType":"ModifierInvocation","src":"1505:9:0"}],"name":"transferOwnership","nameLocation":"1445:17:0","nodeType":"FunctionDefinition","overrides":{"id":46,"nodeType":"OverrideSpecifier","overrides":[],"src":"1496:8:0"},"parameters":{"id":45,"nodeType":"ParameterList","parameters":[{"constant":false,"id":44,"mutability":"mutable","name":"newOwner","nameLocation":"1471:8:0","nodeType":"VariableDeclaration","scope":61,"src":"1463:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":43,"name":"address","nodeType":"ElementaryTypeName","src":"1463:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1462:18:0"},"returnParameters":{"id":49,"nodeType":"ParameterList","parameters":[],"src":"1515:0:0"},"scope":106,"src":"1436:178:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[233],"body":{"id":77,"nodeType":"Block","src":"1870:81:0","statements":[{"expression":{"id":69,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"1880:20:0","subExpression":{"id":68,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1887:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":70,"nodeType":"ExpressionStatement","src":"1880:20:0"},{"expression":{"arguments":[{"id":74,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":64,"src":"1935:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":71,"name":"super","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-25,"src":"1910:5:0","typeDescriptions":{"typeIdentifier":"t_type$_t_super$_Ownable2StepUpgradeable_$106_$","typeString":"type(contract super Ownable2StepUpgradeable)"}},"id":73,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1916:18:0","memberName":"_transferOwnership","nodeType":"MemberAccess","referencedDeclaration":233,"src":"1910:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":75,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1910:34:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":76,"nodeType":"ExpressionStatement","src":"1910:34:0"}]},"documentation":{"id":62,"nodeType":"StructuredDocumentation","src":"1620:173:0","text":" @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n Internal function without access restriction."},"id":78,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"1807:18:0","nodeType":"FunctionDefinition","overrides":{"id":66,"nodeType":"OverrideSpecifier","overrides":[],"src":"1861:8:0"},"parameters":{"id":65,"nodeType":"ParameterList","parameters":[{"constant":false,"id":64,"mutability":"mutable","name":"newOwner","nameLocation":"1834:8:0","nodeType":"VariableDeclaration","scope":78,"src":"1826:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":63,"name":"address","nodeType":"ElementaryTypeName","src":"1826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1825:18:0"},"returnParameters":{"id":67,"nodeType":"ParameterList","parameters":[],"src":"1870:0:0"},"scope":106,"src":"1798:153:0","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":99,"nodeType":"Block","src":"2073:170:0","statements":[{"assignments":[83],"declarations":[{"constant":false,"id":83,"mutability":"mutable","name":"sender","nameLocation":"2091:6:0","nodeType":"VariableDeclaration","scope":99,"src":"2083:14:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":82,"name":"address","nodeType":"ElementaryTypeName","src":"2083:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":86,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":84,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1384,"src":"2100:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":85,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2100:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2083:29:0"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":91,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":88,"name":"pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":41,"src":"2130:12:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":89,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2130:14:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":90,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2148:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2130:24:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572","id":92,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2156:43:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""},"value":"Ownable2Step: caller is not the new owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""}],"id":87,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2122:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":93,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2122:78:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":94,"nodeType":"ExpressionStatement","src":"2122:78:0"},{"expression":{"arguments":[{"id":96,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2229:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":95,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[78],"referencedDeclaration":78,"src":"2210:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":97,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2210:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":98,"nodeType":"ExpressionStatement","src":"2210:26:0"}]},"documentation":{"id":79,"nodeType":"StructuredDocumentation","src":"1957:69:0","text":" @dev The new owner accepts the ownership transfer."},"functionSelector":"79ba5097","id":100,"implemented":true,"kind":"function","modifiers":[],"name":"acceptOwnership","nameLocation":"2040:15:0","nodeType":"FunctionDefinition","parameters":{"id":80,"nodeType":"ParameterList","parameters":[],"src":"2055:2:0"},"returnParameters":{"id":81,"nodeType":"ParameterList","parameters":[],"src":"2073:0:0"},"scope":106,"src":"2031:212:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"constant":false,"documentation":{"id":101,"nodeType":"StructuredDocumentation","src":"2249:254:0","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":105,"mutability":"mutable","name":"__gap","nameLocation":"2528:5:0","nodeType":"VariableDeclaration","scope":106,"src":"2508:25:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":102,"name":"uint256","nodeType":"ElementaryTypeName","src":"2508:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":104,"length":{"hexValue":"3439","id":103,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2516:2:0","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"2508:11:0","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":107,"src":"674:1862:0","usedErrors":[]}],"src":"107:2430:0"},"id":0},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[1407],"Initializable":[408],"OwnableUpgradeable":[239]},"id":240,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":108,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"102:23:1"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":109,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":1408,"src":"127:41:1","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":111,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":409,"src":"169:63:1","symbolAliases":[{"foreign":{"id":110,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"177:13:1","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":113,"name":"Initializable","nameLocations":["769:13:1"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"769:13:1"},"id":114,"nodeType":"InheritanceSpecifier","src":"769:13:1"},{"baseName":{"id":115,"name":"ContextUpgradeable","nameLocations":["784:18:1"],"nodeType":"IdentifierPath","referencedDeclaration":1407,"src":"784:18:1"},"id":116,"nodeType":"InheritanceSpecifier","src":"784:18:1"}],"canonicalName":"OwnableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":112,"nodeType":"StructuredDocumentation","src":"234:494:1","text":" @dev Contract module which provides a basic access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership}.\n This module is used through inheritance. It will make available the modifier\n `onlyOwner`, which can be applied to your functions to restrict their use to\n the owner."},"fullyImplemented":true,"id":239,"linearizedBaseContracts":[239,1407,408],"name":"OwnableUpgradeable","nameLocation":"747:18:1","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":118,"mutability":"mutable","name":"_owner","nameLocation":"825:6:1","nodeType":"VariableDeclaration","scope":239,"src":"809:22:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":117,"name":"address","nodeType":"ElementaryTypeName","src":"809:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","id":124,"name":"OwnershipTransferred","nameLocation":"844:20:1","nodeType":"EventDefinition","parameters":{"id":123,"nodeType":"ParameterList","parameters":[{"constant":false,"id":120,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"881:13:1","nodeType":"VariableDeclaration","scope":124,"src":"865:29:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":119,"name":"address","nodeType":"ElementaryTypeName","src":"865:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":122,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"912:8:1","nodeType":"VariableDeclaration","scope":124,"src":"896:24:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":121,"name":"address","nodeType":"ElementaryTypeName","src":"896:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"864:57:1"},"src":"838:84:1"},{"body":{"id":133,"nodeType":"Block","src":"1076:43:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":130,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"1086:24:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":131,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1086:26:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":132,"nodeType":"ExpressionStatement","src":"1086:26:1"}]},"documentation":{"id":125,"nodeType":"StructuredDocumentation","src":"928:91:1","text":" @dev Initializes the contract setting the deployer as the initial owner."},"id":134,"implemented":true,"kind":"function","modifiers":[{"id":128,"kind":"modifierInvocation","modifierName":{"id":127,"name":"onlyInitializing","nameLocations":["1059:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1059:16:1"},"nodeType":"ModifierInvocation","src":"1059:16:1"}],"name":"__Ownable_init","nameLocation":"1033:14:1","nodeType":"FunctionDefinition","parameters":{"id":126,"nodeType":"ParameterList","parameters":[],"src":"1047:2:1"},"returnParameters":{"id":129,"nodeType":"ParameterList","parameters":[],"src":"1076:0:1"},"scope":239,"src":"1024:95:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":144,"nodeType":"Block","src":"1187:49:1","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":140,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1384,"src":"1216:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":141,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1216:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":139,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"1197:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":142,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1197:32:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":143,"nodeType":"ExpressionStatement","src":"1197:32:1"}]},"id":145,"implemented":true,"kind":"function","modifiers":[{"id":137,"kind":"modifierInvocation","modifierName":{"id":136,"name":"onlyInitializing","nameLocations":["1170:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1170:16:1"},"nodeType":"ModifierInvocation","src":"1170:16:1"}],"name":"__Ownable_init_unchained","nameLocation":"1134:24:1","nodeType":"FunctionDefinition","parameters":{"id":135,"nodeType":"ParameterList","parameters":[],"src":"1158:2:1"},"returnParameters":{"id":138,"nodeType":"ParameterList","parameters":[],"src":"1187:0:1"},"scope":239,"src":"1125:111:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":152,"nodeType":"Block","src":"1345:41:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":148,"name":"_checkOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":176,"src":"1355:11:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":149,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1355:13:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":150,"nodeType":"ExpressionStatement","src":"1355:13:1"},{"id":151,"nodeType":"PlaceholderStatement","src":"1378:1:1"}]},"documentation":{"id":146,"nodeType":"StructuredDocumentation","src":"1242:77:1","text":" @dev Throws if called by any account other than the owner."},"id":153,"name":"onlyOwner","nameLocation":"1333:9:1","nodeType":"ModifierDefinition","parameters":{"id":147,"nodeType":"ParameterList","parameters":[],"src":"1342:2:1"},"src":"1324:62:1","virtual":false,"visibility":"internal"},{"body":{"id":161,"nodeType":"Block","src":"1517:30:1","statements":[{"expression":{"id":159,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"1534:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":158,"id":160,"nodeType":"Return","src":"1527:13:1"}]},"documentation":{"id":154,"nodeType":"StructuredDocumentation","src":"1392:65:1","text":" @dev Returns the address of the current owner."},"functionSelector":"8da5cb5b","id":162,"implemented":true,"kind":"function","modifiers":[],"name":"owner","nameLocation":"1471:5:1","nodeType":"FunctionDefinition","parameters":{"id":155,"nodeType":"ParameterList","parameters":[],"src":"1476:2:1"},"returnParameters":{"id":158,"nodeType":"ParameterList","parameters":[{"constant":false,"id":157,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":162,"src":"1508:7:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":156,"name":"address","nodeType":"ElementaryTypeName","src":"1508:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1507:9:1"},"scope":239,"src":"1462:85:1","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":175,"nodeType":"Block","src":"1665:85:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":171,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":167,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1683:5:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":168,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1683:7:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":169,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1384,"src":"1694:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":170,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1694:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1683:23:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","id":172,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1708:34:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""},"value":"Ownable: caller is not the owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""}],"id":166,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1675:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":173,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1675:68:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":174,"nodeType":"ExpressionStatement","src":"1675:68:1"}]},"documentation":{"id":163,"nodeType":"StructuredDocumentation","src":"1553:62:1","text":" @dev Throws if the sender is not the owner."},"id":176,"implemented":true,"kind":"function","modifiers":[],"name":"_checkOwner","nameLocation":"1629:11:1","nodeType":"FunctionDefinition","parameters":{"id":164,"nodeType":"ParameterList","parameters":[],"src":"1640:2:1"},"returnParameters":{"id":165,"nodeType":"ParameterList","parameters":[],"src":"1665:0:1"},"scope":239,"src":"1620:130:1","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":189,"nodeType":"Block","src":"2139:47:1","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":185,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2176: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":184,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2168:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":183,"name":"address","nodeType":"ElementaryTypeName","src":"2168:7:1","typeDescriptions":{}}},"id":186,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2168:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":182,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2149:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":187,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2149:30:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":188,"nodeType":"ExpressionStatement","src":"2149:30:1"}]},"documentation":{"id":177,"nodeType":"StructuredDocumentation","src":"1756:324:1","text":" @dev Leaves the contract without owner. It will not be possible to call\n `onlyOwner` functions. Can only be called by the current owner.\n NOTE: Renouncing ownership will leave the contract without an owner,\n thereby disabling any functionality that is only available to the owner."},"functionSelector":"715018a6","id":190,"implemented":true,"kind":"function","modifiers":[{"id":180,"kind":"modifierInvocation","modifierName":{"id":179,"name":"onlyOwner","nameLocations":["2129:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2129:9:1"},"nodeType":"ModifierInvocation","src":"2129:9:1"}],"name":"renounceOwnership","nameLocation":"2094:17:1","nodeType":"FunctionDefinition","parameters":{"id":178,"nodeType":"ParameterList","parameters":[],"src":"2111:2:1"},"returnParameters":{"id":181,"nodeType":"ParameterList","parameters":[],"src":"2139:0:1"},"scope":239,"src":"2085:101:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":212,"nodeType":"Block","src":"2405:128:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":204,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":199,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2423:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":202,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2443: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":201,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2435:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":200,"name":"address","nodeType":"ElementaryTypeName","src":"2435:7:1","typeDescriptions":{}}},"id":203,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2435:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2423:22:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373","id":205,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2447:40:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""},"value":"Ownable: new owner is the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""}],"id":198,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2415:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":206,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2415:73:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":207,"nodeType":"ExpressionStatement","src":"2415:73:1"},{"expression":{"arguments":[{"id":209,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2517:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":208,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2498:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":210,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2498:28:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":211,"nodeType":"ExpressionStatement","src":"2498:28:1"}]},"documentation":{"id":191,"nodeType":"StructuredDocumentation","src":"2192:138:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":213,"implemented":true,"kind":"function","modifiers":[{"id":196,"kind":"modifierInvocation","modifierName":{"id":195,"name":"onlyOwner","nameLocations":["2395:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2395:9:1"},"nodeType":"ModifierInvocation","src":"2395:9:1"}],"name":"transferOwnership","nameLocation":"2344:17:1","nodeType":"FunctionDefinition","parameters":{"id":194,"nodeType":"ParameterList","parameters":[{"constant":false,"id":193,"mutability":"mutable","name":"newOwner","nameLocation":"2370:8:1","nodeType":"VariableDeclaration","scope":213,"src":"2362:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":192,"name":"address","nodeType":"ElementaryTypeName","src":"2362:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2361:18:1"},"returnParameters":{"id":197,"nodeType":"ParameterList","parameters":[],"src":"2405:0:1"},"scope":239,"src":"2335:198:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":232,"nodeType":"Block","src":"2750:124:1","statements":[{"assignments":[220],"declarations":[{"constant":false,"id":220,"mutability":"mutable","name":"oldOwner","nameLocation":"2768:8:1","nodeType":"VariableDeclaration","scope":232,"src":"2760:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":219,"name":"address","nodeType":"ElementaryTypeName","src":"2760:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":222,"initialValue":{"id":221,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2779:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2760:25:1"},{"expression":{"id":225,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":223,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2795:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":224,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2804:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2795:17:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":226,"nodeType":"ExpressionStatement","src":"2795:17:1"},{"eventCall":{"arguments":[{"id":228,"name":"oldOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":220,"src":"2848:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":229,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2858:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":227,"name":"OwnershipTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":124,"src":"2827:20:1","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":230,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2827:40:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":231,"nodeType":"EmitStatement","src":"2822:45:1"}]},"documentation":{"id":214,"nodeType":"StructuredDocumentation","src":"2539:143:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Internal function without access restriction."},"id":233,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"2696:18:1","nodeType":"FunctionDefinition","parameters":{"id":217,"nodeType":"ParameterList","parameters":[{"constant":false,"id":216,"mutability":"mutable","name":"newOwner","nameLocation":"2723:8:1","nodeType":"VariableDeclaration","scope":233,"src":"2715:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":215,"name":"address","nodeType":"ElementaryTypeName","src":"2715:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2714:18:1"},"returnParameters":{"id":218,"nodeType":"ParameterList","parameters":[],"src":"2750:0:1"},"scope":239,"src":"2687:187:1","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":234,"nodeType":"StructuredDocumentation","src":"2880:254:1","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":238,"mutability":"mutable","name":"__gap","nameLocation":"3159:5:1","nodeType":"VariableDeclaration","scope":239,"src":"3139:25:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":235,"name":"uint256","nodeType":"ElementaryTypeName","src":"3139:7:1","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":237,"length":{"hexValue":"3439","id":236,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3147:2:1","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3139:11:1","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":240,"src":"729:2438:1","usedErrors":[]}],"src":"102:3066:1"},"id":1},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","exportedSymbols":{"AddressUpgradeable":[1356],"Initializable":[408]},"id":409,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":241,"literals":["solidity","^","0.8",".2"],"nodeType":"PragmaDirective","src":"113:23:2"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","file":"../../utils/AddressUpgradeable.sol","id":242,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":409,"sourceUnit":1357,"src":"138:44:2","symbolAliases":[],"unitAlias":""},{"abstract":true,"baseContracts":[],"canonicalName":"Initializable","contractDependencies":[],"contractKind":"contract","documentation":{"id":243,"nodeType":"StructuredDocumentation","src":"184:2209:2","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":408,"linearizedBaseContracts":[408],"name":"Initializable","nameLocation":"2412:13:2","nodeType":"ContractDefinition","nodes":[{"constant":false,"documentation":{"id":244,"nodeType":"StructuredDocumentation","src":"2432:109:2","text":" @dev Indicates that the contract has been initialized.\n @custom:oz-retyped-from bool"},"id":246,"mutability":"mutable","name":"_initialized","nameLocation":"2560:12:2","nodeType":"VariableDeclaration","scope":408,"src":"2546:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":245,"name":"uint8","nodeType":"ElementaryTypeName","src":"2546:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"private"},{"constant":false,"documentation":{"id":247,"nodeType":"StructuredDocumentation","src":"2579:91:2","text":" @dev Indicates that the contract is in the process of being initialized."},"id":249,"mutability":"mutable","name":"_initializing","nameLocation":"2688:13:2","nodeType":"VariableDeclaration","scope":408,"src":"2675:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":248,"name":"bool","nodeType":"ElementaryTypeName","src":"2675:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"anonymous":false,"documentation":{"id":250,"nodeType":"StructuredDocumentation","src":"2708:90:2","text":" @dev Triggered when the contract has been initialized or reinitialized."},"eventSelector":"7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498","id":254,"name":"Initialized","nameLocation":"2809:11:2","nodeType":"EventDefinition","parameters":{"id":253,"nodeType":"ParameterList","parameters":[{"constant":false,"id":252,"indexed":false,"mutability":"mutable","name":"version","nameLocation":"2827:7:2","nodeType":"VariableDeclaration","scope":254,"src":"2821:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":251,"name":"uint8","nodeType":"ElementaryTypeName","src":"2821:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"2820:15:2"},"src":"2803:33:2"},{"body":{"id":309,"nodeType":"Block","src":"3269:483:2","statements":[{"assignments":[258],"declarations":[{"constant":false,"id":258,"mutability":"mutable","name":"isTopLevelCall","nameLocation":"3284:14:2","nodeType":"VariableDeclaration","scope":309,"src":"3279:19:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":257,"name":"bool","nodeType":"ElementaryTypeName","src":"3279:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":261,"initialValue":{"id":260,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3301:14:2","subExpression":{"id":259,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3302:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"VariableDeclarationStatement","src":"3279:36:2"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":282,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":267,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":263,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3347:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":266,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":264,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3365:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"hexValue":"31","id":265,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3380:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3365:16:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3347:34:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":268,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3346:36:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":280,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":276,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3387:45:2","subExpression":{"arguments":[{"arguments":[{"id":273,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3426:4:2","typeDescriptions":{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}],"id":272,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3418:7:2","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":271,"name":"address","nodeType":"ElementaryTypeName","src":"3418:7:2","typeDescriptions":{}}},"id":274,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3418:13:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":269,"name":"AddressUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1356,"src":"3388:18:2","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_AddressUpgradeable_$1356_$","typeString":"type(library AddressUpgradeable)"}},"id":270,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3407:10:2","memberName":"isContract","nodeType":"MemberAccess","referencedDeclaration":1044,"src":"3388:29:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":275,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3388:44:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":279,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":277,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3436:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":278,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3452:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3436:17:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3387:66:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":281,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3386:68:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3346:108:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":283,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3468:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":262,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3325:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":284,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3325:201:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":285,"nodeType":"ExpressionStatement","src":"3325:201:2"},{"expression":{"id":288,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":286,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3536:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"31","id":287,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3551:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3536:16:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":289,"nodeType":"ExpressionStatement","src":"3536:16:2"},{"condition":{"id":290,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3566:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":296,"nodeType":"IfStatement","src":"3562:65:2","trueBody":{"id":295,"nodeType":"Block","src":"3582:45:2","statements":[{"expression":{"id":293,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":291,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3596:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":292,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3612:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3596:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":294,"nodeType":"ExpressionStatement","src":"3596:20:2"}]}},{"id":297,"nodeType":"PlaceholderStatement","src":"3636:1:2"},{"condition":{"id":298,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3651:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":308,"nodeType":"IfStatement","src":"3647:99:2","trueBody":{"id":307,"nodeType":"Block","src":"3667:79:2","statements":[{"expression":{"id":301,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":299,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3681:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":300,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3697:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"3681:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":302,"nodeType":"ExpressionStatement","src":"3681:21:2"},{"eventCall":{"arguments":[{"hexValue":"31","id":304,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3733:1:2","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":303,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"3721:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":305,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3721:14:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":306,"nodeType":"EmitStatement","src":"3716:19:2"}]}}]},"documentation":{"id":255,"nodeType":"StructuredDocumentation","src":"2842:399:2","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 functions marked with `initializer` can be nested in the context of a\n constructor.\n Emits an {Initialized} event."},"id":310,"name":"initializer","nameLocation":"3255:11:2","nodeType":"ModifierDefinition","parameters":{"id":256,"nodeType":"ParameterList","parameters":[],"src":"3266:2:2"},"src":"3246:506:2","virtual":false,"visibility":"internal"},{"body":{"id":342,"nodeType":"Block","src":"4863:255:2","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":321,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":317,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4881:14:2","subExpression":{"id":316,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"4882:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":320,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":318,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4899:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":319,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4914:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4899:22:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4881:40:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":322,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4923:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":315,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4873:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":323,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4873:99:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":324,"nodeType":"ExpressionStatement","src":"4873:99:2"},{"expression":{"id":327,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":325,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4982:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":326,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4997:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4982:22:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":328,"nodeType":"ExpressionStatement","src":"4982:22:2"},{"expression":{"id":331,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":329,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5014:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":330,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5030:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5014:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":332,"nodeType":"ExpressionStatement","src":"5014:20:2"},{"id":333,"nodeType":"PlaceholderStatement","src":"5044:1:2"},{"expression":{"id":336,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":334,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5055:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":335,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5071:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"5055:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":337,"nodeType":"ExpressionStatement","src":"5055:21:2"},{"eventCall":{"arguments":[{"id":339,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"5103:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":338,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"5091:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":340,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5091:20:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":341,"nodeType":"EmitStatement","src":"5086:25:2"}]},"documentation":{"id":311,"nodeType":"StructuredDocumentation","src":"3758:1062:2","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 255 will prevent any future reinitialization.\n Emits an {Initialized} event."},"id":343,"name":"reinitializer","nameLocation":"4834:13:2","nodeType":"ModifierDefinition","parameters":{"id":314,"nodeType":"ParameterList","parameters":[{"constant":false,"id":313,"mutability":"mutable","name":"version","nameLocation":"4854:7:2","nodeType":"VariableDeclaration","scope":343,"src":"4848:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":312,"name":"uint8","nodeType":"ElementaryTypeName","src":"4848:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"4847:15:2"},"src":"4825:293:2","virtual":false,"visibility":"internal"},{"body":{"id":352,"nodeType":"Block","src":"5356:97:2","statements":[{"expression":{"arguments":[{"id":347,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5374:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420696e697469616c697a696e67","id":348,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5389:45:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""},"value":"Initializable: contract is not initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""}],"id":346,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5366:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":349,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5366:69:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":350,"nodeType":"ExpressionStatement","src":"5366:69:2"},{"id":351,"nodeType":"PlaceholderStatement","src":"5445:1:2"}]},"documentation":{"id":344,"nodeType":"StructuredDocumentation","src":"5124:199:2","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":353,"name":"onlyInitializing","nameLocation":"5337:16:2","nodeType":"ModifierDefinition","parameters":{"id":345,"nodeType":"ParameterList","parameters":[],"src":"5353:2:2"},"src":"5328:125:2","virtual":false,"visibility":"internal"},{"body":{"id":388,"nodeType":"Block","src":"5988:231:2","statements":[{"expression":{"arguments":[{"id":359,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6006:14:2","subExpression":{"id":358,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6007:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e67","id":360,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6022:41:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""},"value":"Initializable: contract is initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""}],"id":357,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5998:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":361,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5998:66:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":362,"nodeType":"ExpressionStatement","src":"5998:66:2"},{"condition":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":369,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":363,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6078:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"arguments":[{"id":366,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6099:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":365,"name":"uint8","nodeType":"ElementaryTypeName","src":"6099:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":364,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6094:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":367,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6094:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":368,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6106:3:2","memberName":"max","nodeType":"MemberAccess","src":"6094:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6078:31:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":387,"nodeType":"IfStatement","src":"6074:139:2","trueBody":{"id":386,"nodeType":"Block","src":"6111:102:2","statements":[{"expression":{"id":376,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":370,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6125:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"expression":{"arguments":[{"id":373,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6145:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":372,"name":"uint8","nodeType":"ElementaryTypeName","src":"6145:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":371,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6140:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":374,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6140:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":375,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6152:3:2","memberName":"max","nodeType":"MemberAccess","src":"6140:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6125:30:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":377,"nodeType":"ExpressionStatement","src":"6125:30:2"},{"eventCall":{"arguments":[{"expression":{"arguments":[{"id":381,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6191:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":380,"name":"uint8","nodeType":"ElementaryTypeName","src":"6191:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":379,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6186:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":382,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6186:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":383,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6198:3:2","memberName":"max","nodeType":"MemberAccess","src":"6186:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":378,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"6174:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":384,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6174:28:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":385,"nodeType":"EmitStatement","src":"6169:33:2"}]}}]},"documentation":{"id":354,"nodeType":"StructuredDocumentation","src":"5459:475:2","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":389,"implemented":true,"kind":"function","modifiers":[],"name":"_disableInitializers","nameLocation":"5948:20:2","nodeType":"FunctionDefinition","parameters":{"id":355,"nodeType":"ParameterList","parameters":[],"src":"5968:2:2"},"returnParameters":{"id":356,"nodeType":"ParameterList","parameters":[],"src":"5988:0:2"},"scope":408,"src":"5939:280:2","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":397,"nodeType":"Block","src":"6393:36:2","statements":[{"expression":{"id":395,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6410:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"functionReturnParameters":394,"id":396,"nodeType":"Return","src":"6403:19:2"}]},"documentation":{"id":390,"nodeType":"StructuredDocumentation","src":"6225:99:2","text":" @dev Returns the highest version that has been initialized. See {reinitializer}."},"id":398,"implemented":true,"kind":"function","modifiers":[],"name":"_getInitializedVersion","nameLocation":"6338:22:2","nodeType":"FunctionDefinition","parameters":{"id":391,"nodeType":"ParameterList","parameters":[],"src":"6360:2:2"},"returnParameters":{"id":394,"nodeType":"ParameterList","parameters":[{"constant":false,"id":393,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":398,"src":"6386:5:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":392,"name":"uint8","nodeType":"ElementaryTypeName","src":"6386:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"6385:7:2"},"scope":408,"src":"6329:100:2","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":406,"nodeType":"Block","src":"6601:37:2","statements":[{"expression":{"id":404,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6618:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":403,"id":405,"nodeType":"Return","src":"6611:20:2"}]},"documentation":{"id":399,"nodeType":"StructuredDocumentation","src":"6435:105:2","text":" @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}."},"id":407,"implemented":true,"kind":"function","modifiers":[],"name":"_isInitializing","nameLocation":"6554:15:2","nodeType":"FunctionDefinition","parameters":{"id":400,"nodeType":"ParameterList","parameters":[],"src":"6569:2:2"},"returnParameters":{"id":403,"nodeType":"ParameterList","parameters":[{"constant":false,"id":402,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":407,"src":"6595:4:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":401,"name":"bool","nodeType":"ElementaryTypeName","src":"6595:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6594:6:2"},"scope":408,"src":"6545:93:2","stateMutability":"view","virtual":false,"visibility":"internal"}],"scope":409,"src":"2394:4246:2","usedErrors":[]}],"src":"113:6528:2"},"id":2},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[1407],"Initializable":[408],"PausableUpgradeable":[536]},"id":537,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":410,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"105:23:3"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":411,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":1408,"src":"130:41:3","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":413,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":409,"src":"172:63:3","symbolAliases":[{"foreign":{"id":412,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"180:13:3","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":415,"name":"Initializable","nameLocations":["718:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"718:13:3"},"id":416,"nodeType":"InheritanceSpecifier","src":"718:13:3"},{"baseName":{"id":417,"name":"ContextUpgradeable","nameLocations":["733:18:3"],"nodeType":"IdentifierPath","referencedDeclaration":1407,"src":"733:18:3"},"id":418,"nodeType":"InheritanceSpecifier","src":"733:18:3"}],"canonicalName":"PausableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":414,"nodeType":"StructuredDocumentation","src":"237:439:3","text":" @dev Contract module which allows children to implement an emergency stop\n mechanism that can be triggered by an authorized account.\n This module is used through inheritance. It will make available the\n modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n the functions of your contract. Note that they will not be pausable by\n simply including this module, only once the modifiers are put in place."},"fullyImplemented":true,"id":536,"linearizedBaseContracts":[536,1407,408],"name":"PausableUpgradeable","nameLocation":"695:19:3","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":419,"nodeType":"StructuredDocumentation","src":"758:73:3","text":" @dev Emitted when the pause is triggered by `account`."},"eventSelector":"62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258","id":423,"name":"Paused","nameLocation":"842:6:3","nodeType":"EventDefinition","parameters":{"id":422,"nodeType":"ParameterList","parameters":[{"constant":false,"id":421,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"857:7:3","nodeType":"VariableDeclaration","scope":423,"src":"849:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":420,"name":"address","nodeType":"ElementaryTypeName","src":"849:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"848:17:3"},"src":"836:30:3"},{"anonymous":false,"documentation":{"id":424,"nodeType":"StructuredDocumentation","src":"872:70:3","text":" @dev Emitted when the pause is lifted by `account`."},"eventSelector":"5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa","id":428,"name":"Unpaused","nameLocation":"953:8:3","nodeType":"EventDefinition","parameters":{"id":427,"nodeType":"ParameterList","parameters":[{"constant":false,"id":426,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"970:7:3","nodeType":"VariableDeclaration","scope":428,"src":"962:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":425,"name":"address","nodeType":"ElementaryTypeName","src":"962:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"961:17:3"},"src":"947:32:3"},{"constant":false,"id":430,"mutability":"mutable","name":"_paused","nameLocation":"998:7:3","nodeType":"VariableDeclaration","scope":536,"src":"985:20:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":429,"name":"bool","nodeType":"ElementaryTypeName","src":"985:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"body":{"id":439,"nodeType":"Block","src":"1137:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":436,"name":"__Pausable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":450,"src":"1147:25:3","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":437,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1147:27:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":438,"nodeType":"ExpressionStatement","src":"1147:27:3"}]},"documentation":{"id":431,"nodeType":"StructuredDocumentation","src":"1012:67:3","text":" @dev Initializes the contract in unpaused state."},"id":440,"implemented":true,"kind":"function","modifiers":[{"id":434,"kind":"modifierInvocation","modifierName":{"id":433,"name":"onlyInitializing","nameLocations":["1120:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1120:16:3"},"nodeType":"ModifierInvocation","src":"1120:16:3"}],"name":"__Pausable_init","nameLocation":"1093:15:3","nodeType":"FunctionDefinition","parameters":{"id":432,"nodeType":"ParameterList","parameters":[],"src":"1108:2:3"},"returnParameters":{"id":435,"nodeType":"ParameterList","parameters":[],"src":"1137:0:3"},"scope":536,"src":"1084:97:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":449,"nodeType":"Block","src":"1250:32:3","statements":[{"expression":{"id":447,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":445,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1260:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":446,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"1270:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"1260:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":448,"nodeType":"ExpressionStatement","src":"1260:15:3"}]},"id":450,"implemented":true,"kind":"function","modifiers":[{"id":443,"kind":"modifierInvocation","modifierName":{"id":442,"name":"onlyInitializing","nameLocations":["1233:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1233:16:3"},"nodeType":"ModifierInvocation","src":"1233:16:3"}],"name":"__Pausable_init_unchained","nameLocation":"1196:25:3","nodeType":"FunctionDefinition","parameters":{"id":441,"nodeType":"ParameterList","parameters":[],"src":"1221:2:3"},"returnParameters":{"id":444,"nodeType":"ParameterList","parameters":[],"src":"1250:0:3"},"scope":536,"src":"1187:95:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":457,"nodeType":"Block","src":"1493:47:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":453,"name":"_requireNotPaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":487,"src":"1503:17:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":454,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1503:19:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":455,"nodeType":"ExpressionStatement","src":"1503:19:3"},{"id":456,"nodeType":"PlaceholderStatement","src":"1532:1:3"}]},"documentation":{"id":451,"nodeType":"StructuredDocumentation","src":"1288:175:3","text":" @dev Modifier to make a function callable only when the contract is not paused.\n Requirements:\n - The contract must not be paused."},"id":458,"name":"whenNotPaused","nameLocation":"1477:13:3","nodeType":"ModifierDefinition","parameters":{"id":452,"nodeType":"ParameterList","parameters":[],"src":"1490:2:3"},"src":"1468:72:3","virtual":false,"visibility":"internal"},{"body":{"id":465,"nodeType":"Block","src":"1740:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":461,"name":"_requirePaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":498,"src":"1750:14:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":462,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1750:16:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":463,"nodeType":"ExpressionStatement","src":"1750:16:3"},{"id":464,"nodeType":"PlaceholderStatement","src":"1776:1:3"}]},"documentation":{"id":459,"nodeType":"StructuredDocumentation","src":"1546:167:3","text":" @dev Modifier to make a function callable only when the contract is paused.\n Requirements:\n - The contract must be paused."},"id":466,"name":"whenPaused","nameLocation":"1727:10:3","nodeType":"ModifierDefinition","parameters":{"id":460,"nodeType":"ParameterList","parameters":[],"src":"1737:2:3"},"src":"1718:66:3","virtual":false,"visibility":"internal"},{"body":{"id":474,"nodeType":"Block","src":"1932:31:3","statements":[{"expression":{"id":472,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1949:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":471,"id":473,"nodeType":"Return","src":"1942:14:3"}]},"documentation":{"id":467,"nodeType":"StructuredDocumentation","src":"1790:84:3","text":" @dev Returns true if the contract is paused, and false otherwise."},"functionSelector":"5c975abb","id":475,"implemented":true,"kind":"function","modifiers":[],"name":"paused","nameLocation":"1888:6:3","nodeType":"FunctionDefinition","parameters":{"id":468,"nodeType":"ParameterList","parameters":[],"src":"1894:2:3"},"returnParameters":{"id":471,"nodeType":"ParameterList","parameters":[{"constant":false,"id":470,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":475,"src":"1926:4:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":469,"name":"bool","nodeType":"ElementaryTypeName","src":"1926:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1925:6:3"},"scope":536,"src":"1879:84:3","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":486,"nodeType":"Block","src":"2082:55:3","statements":[{"expression":{"arguments":[{"id":482,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"2100:9:3","subExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":480,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2101:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":481,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2101:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a20706175736564","id":483,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2111:18:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""},"value":"Pausable: paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""}],"id":479,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2092:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":484,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2092:38:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":485,"nodeType":"ExpressionStatement","src":"2092:38:3"}]},"documentation":{"id":476,"nodeType":"StructuredDocumentation","src":"1969:57:3","text":" @dev Throws if the contract is paused."},"id":487,"implemented":true,"kind":"function","modifiers":[],"name":"_requireNotPaused","nameLocation":"2040:17:3","nodeType":"FunctionDefinition","parameters":{"id":477,"nodeType":"ParameterList","parameters":[],"src":"2057:2:3"},"returnParameters":{"id":478,"nodeType":"ParameterList","parameters":[],"src":"2082:0:3"},"scope":536,"src":"2031:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":497,"nodeType":"Block","src":"2257:58:3","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":492,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2275:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":493,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2275:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a206e6f7420706175736564","id":494,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2285:22:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""},"value":"Pausable: not paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""}],"id":491,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2267:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":495,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2267:41:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":496,"nodeType":"ExpressionStatement","src":"2267:41:3"}]},"documentation":{"id":488,"nodeType":"StructuredDocumentation","src":"2143:61:3","text":" @dev Throws if the contract is not paused."},"id":498,"implemented":true,"kind":"function","modifiers":[],"name":"_requirePaused","nameLocation":"2218:14:3","nodeType":"FunctionDefinition","parameters":{"id":489,"nodeType":"ParameterList","parameters":[],"src":"2232:2:3"},"returnParameters":{"id":490,"nodeType":"ParameterList","parameters":[],"src":"2257:0:3"},"scope":536,"src":"2209:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":513,"nodeType":"Block","src":"2499:66:3","statements":[{"expression":{"id":506,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":504,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2509:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2519:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"2509:14:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":507,"nodeType":"ExpressionStatement","src":"2509:14:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":509,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1384,"src":"2545:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":510,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2545:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":508,"name":"Paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":423,"src":"2538:6:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":511,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2538:20:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":512,"nodeType":"EmitStatement","src":"2533:25:3"}]},"documentation":{"id":499,"nodeType":"StructuredDocumentation","src":"2321:124:3","text":" @dev Triggers stopped state.\n Requirements:\n - The contract must not be paused."},"id":514,"implemented":true,"kind":"function","modifiers":[{"id":502,"kind":"modifierInvocation","modifierName":{"id":501,"name":"whenNotPaused","nameLocations":["2485:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"2485:13:3"},"nodeType":"ModifierInvocation","src":"2485:13:3"}],"name":"_pause","nameLocation":"2459:6:3","nodeType":"FunctionDefinition","parameters":{"id":500,"nodeType":"ParameterList","parameters":[],"src":"2465:2:3"},"returnParameters":{"id":503,"nodeType":"ParameterList","parameters":[],"src":"2499:0:3"},"scope":536,"src":"2450:115:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":529,"nodeType":"Block","src":"2745:69:3","statements":[{"expression":{"id":522,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":520,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2755:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":521,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2765:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"2755:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":523,"nodeType":"ExpressionStatement","src":"2755:15:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":525,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1384,"src":"2794:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":526,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2794:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":524,"name":"Unpaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":428,"src":"2785:8:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":527,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2785:22:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":528,"nodeType":"EmitStatement","src":"2780:27:3"}]},"documentation":{"id":515,"nodeType":"StructuredDocumentation","src":"2571:121:3","text":" @dev Returns to normal state.\n Requirements:\n - The contract must be paused."},"id":530,"implemented":true,"kind":"function","modifiers":[{"id":518,"kind":"modifierInvocation","modifierName":{"id":517,"name":"whenPaused","nameLocations":["2734:10:3"],"nodeType":"IdentifierPath","referencedDeclaration":466,"src":"2734:10:3"},"nodeType":"ModifierInvocation","src":"2734:10:3"}],"name":"_unpause","nameLocation":"2706:8:3","nodeType":"FunctionDefinition","parameters":{"id":516,"nodeType":"ParameterList","parameters":[],"src":"2714:2:3"},"returnParameters":{"id":519,"nodeType":"ParameterList","parameters":[],"src":"2745:0:3"},"scope":536,"src":"2697:117:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":531,"nodeType":"StructuredDocumentation","src":"2820:254:3","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":535,"mutability":"mutable","name":"__gap","nameLocation":"3099:5:3","nodeType":"VariableDeclaration","scope":536,"src":"3079:25:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":532,"name":"uint256","nodeType":"ElementaryTypeName","src":"3079:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":534,"length":{"hexValue":"3439","id":533,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3087:2:3","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3079:11:3","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":537,"src":"677:2430:3","usedErrors":[]}],"src":"105:3003:3"},"id":3},"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol","exportedSymbols":{"IERC20Upgradeable":[614]},"id":615,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":538,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"106:23:4"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20Upgradeable","contractDependencies":[],"contractKind":"interface","documentation":{"id":539,"nodeType":"StructuredDocumentation","src":"131:70:4","text":" @dev Interface of the ERC20 standard as defined in the EIP."},"fullyImplemented":false,"id":614,"linearizedBaseContracts":[614],"name":"IERC20Upgradeable","nameLocation":"212:17:4","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":540,"nodeType":"StructuredDocumentation","src":"236:158:4","text":" @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero."},"eventSelector":"ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","id":548,"name":"Transfer","nameLocation":"405:8:4","nodeType":"EventDefinition","parameters":{"id":547,"nodeType":"ParameterList","parameters":[{"constant":false,"id":542,"indexed":true,"mutability":"mutable","name":"from","nameLocation":"430:4:4","nodeType":"VariableDeclaration","scope":548,"src":"414:20:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":541,"name":"address","nodeType":"ElementaryTypeName","src":"414:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":544,"indexed":true,"mutability":"mutable","name":"to","nameLocation":"452:2:4","nodeType":"VariableDeclaration","scope":548,"src":"436:18:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":543,"name":"address","nodeType":"ElementaryTypeName","src":"436:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":546,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"464:5:4","nodeType":"VariableDeclaration","scope":548,"src":"456:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":545,"name":"uint256","nodeType":"ElementaryTypeName","src":"456:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"413:57:4"},"src":"399:72:4"},{"anonymous":false,"documentation":{"id":549,"nodeType":"StructuredDocumentation","src":"477:148:4","text":" @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance."},"eventSelector":"8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925","id":557,"name":"Approval","nameLocation":"636:8:4","nodeType":"EventDefinition","parameters":{"id":556,"nodeType":"ParameterList","parameters":[{"constant":false,"id":551,"indexed":true,"mutability":"mutable","name":"owner","nameLocation":"661:5:4","nodeType":"VariableDeclaration","scope":557,"src":"645:21:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":550,"name":"address","nodeType":"ElementaryTypeName","src":"645:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":553,"indexed":true,"mutability":"mutable","name":"spender","nameLocation":"684:7:4","nodeType":"VariableDeclaration","scope":557,"src":"668:23:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":552,"name":"address","nodeType":"ElementaryTypeName","src":"668:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":555,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"701:5:4","nodeType":"VariableDeclaration","scope":557,"src":"693:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":554,"name":"uint256","nodeType":"ElementaryTypeName","src":"693:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"644:63:4"},"src":"630:78:4"},{"documentation":{"id":558,"nodeType":"StructuredDocumentation","src":"714:66:4","text":" @dev Returns the amount of tokens in existence."},"functionSelector":"18160ddd","id":563,"implemented":false,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"794:11:4","nodeType":"FunctionDefinition","parameters":{"id":559,"nodeType":"ParameterList","parameters":[],"src":"805:2:4"},"returnParameters":{"id":562,"nodeType":"ParameterList","parameters":[{"constant":false,"id":561,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":563,"src":"831:7:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":560,"name":"uint256","nodeType":"ElementaryTypeName","src":"831:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"830:9:4"},"scope":614,"src":"785:55:4","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":564,"nodeType":"StructuredDocumentation","src":"846:72:4","text":" @dev Returns the amount of tokens owned by `account`."},"functionSelector":"70a08231","id":571,"implemented":false,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"932:9:4","nodeType":"FunctionDefinition","parameters":{"id":567,"nodeType":"ParameterList","parameters":[{"constant":false,"id":566,"mutability":"mutable","name":"account","nameLocation":"950:7:4","nodeType":"VariableDeclaration","scope":571,"src":"942:15:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":565,"name":"address","nodeType":"ElementaryTypeName","src":"942:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"941:17:4"},"returnParameters":{"id":570,"nodeType":"ParameterList","parameters":[{"constant":false,"id":569,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":571,"src":"982:7:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":568,"name":"uint256","nodeType":"ElementaryTypeName","src":"982:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"981:9:4"},"scope":614,"src":"923:68:4","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":572,"nodeType":"StructuredDocumentation","src":"997:202:4","text":" @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"a9059cbb","id":581,"implemented":false,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"1213:8:4","nodeType":"FunctionDefinition","parameters":{"id":577,"nodeType":"ParameterList","parameters":[{"constant":false,"id":574,"mutability":"mutable","name":"to","nameLocation":"1230:2:4","nodeType":"VariableDeclaration","scope":581,"src":"1222:10:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":573,"name":"address","nodeType":"ElementaryTypeName","src":"1222:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":576,"mutability":"mutable","name":"amount","nameLocation":"1242:6:4","nodeType":"VariableDeclaration","scope":581,"src":"1234:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":575,"name":"uint256","nodeType":"ElementaryTypeName","src":"1234:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1221:28:4"},"returnParameters":{"id":580,"nodeType":"ParameterList","parameters":[{"constant":false,"id":579,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":581,"src":"1268:4:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":578,"name":"bool","nodeType":"ElementaryTypeName","src":"1268:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1267:6:4"},"scope":614,"src":"1204:70:4","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":582,"nodeType":"StructuredDocumentation","src":"1280:264:4","text":" @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called."},"functionSelector":"dd62ed3e","id":591,"implemented":false,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"1558:9:4","nodeType":"FunctionDefinition","parameters":{"id":587,"nodeType":"ParameterList","parameters":[{"constant":false,"id":584,"mutability":"mutable","name":"owner","nameLocation":"1576:5:4","nodeType":"VariableDeclaration","scope":591,"src":"1568:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":583,"name":"address","nodeType":"ElementaryTypeName","src":"1568:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":586,"mutability":"mutable","name":"spender","nameLocation":"1591:7:4","nodeType":"VariableDeclaration","scope":591,"src":"1583:15:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":585,"name":"address","nodeType":"ElementaryTypeName","src":"1583:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1567:32:4"},"returnParameters":{"id":590,"nodeType":"ParameterList","parameters":[{"constant":false,"id":589,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":591,"src":"1623:7:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":588,"name":"uint256","nodeType":"ElementaryTypeName","src":"1623:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1622:9:4"},"scope":614,"src":"1549:83:4","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":592,"nodeType":"StructuredDocumentation","src":"1638:642:4","text":" @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event."},"functionSelector":"095ea7b3","id":601,"implemented":false,"kind":"function","modifiers":[],"name":"approve","nameLocation":"2294:7:4","nodeType":"FunctionDefinition","parameters":{"id":597,"nodeType":"ParameterList","parameters":[{"constant":false,"id":594,"mutability":"mutable","name":"spender","nameLocation":"2310:7:4","nodeType":"VariableDeclaration","scope":601,"src":"2302:15:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":593,"name":"address","nodeType":"ElementaryTypeName","src":"2302:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":596,"mutability":"mutable","name":"amount","nameLocation":"2327:6:4","nodeType":"VariableDeclaration","scope":601,"src":"2319:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":595,"name":"uint256","nodeType":"ElementaryTypeName","src":"2319:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2301:33:4"},"returnParameters":{"id":600,"nodeType":"ParameterList","parameters":[{"constant":false,"id":599,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":601,"src":"2353:4:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":598,"name":"bool","nodeType":"ElementaryTypeName","src":"2353:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2352:6:4"},"scope":614,"src":"2285:74:4","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":602,"nodeType":"StructuredDocumentation","src":"2365:287:4","text":" @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"23b872dd","id":613,"implemented":false,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"2666:12:4","nodeType":"FunctionDefinition","parameters":{"id":609,"nodeType":"ParameterList","parameters":[{"constant":false,"id":604,"mutability":"mutable","name":"from","nameLocation":"2687:4:4","nodeType":"VariableDeclaration","scope":613,"src":"2679:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":603,"name":"address","nodeType":"ElementaryTypeName","src":"2679:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":606,"mutability":"mutable","name":"to","nameLocation":"2701:2:4","nodeType":"VariableDeclaration","scope":613,"src":"2693:10:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":605,"name":"address","nodeType":"ElementaryTypeName","src":"2693:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":608,"mutability":"mutable","name":"amount","nameLocation":"2713:6:4","nodeType":"VariableDeclaration","scope":613,"src":"2705:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":607,"name":"uint256","nodeType":"ElementaryTypeName","src":"2705:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2678:42:4"},"returnParameters":{"id":612,"nodeType":"ParameterList","parameters":[{"constant":false,"id":611,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":613,"src":"2739:4:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":610,"name":"bool","nodeType":"ElementaryTypeName","src":"2739:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2738:6:4"},"scope":614,"src":"2657:88:4","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":615,"src":"202:2545:4","usedErrors":[]}],"src":"106:2642:4"},"id":4},"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol","exportedSymbols":{"IERC20PermitUpgradeable":[650]},"id":651,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":616,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"123:23:5"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20PermitUpgradeable","contractDependencies":[],"contractKind":"interface","documentation":{"id":617,"nodeType":"StructuredDocumentation","src":"148:1963:5","text":" @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\n https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\n Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\n presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\n need to send a transaction, and thus is not required to hold Ether at all.\n ==== Security Considerations\n There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\n expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\n considered as an intention to spend the allowance in any specific way. The second is that because permits have\n built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\n take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\n generally recommended is:\n ```solidity\n function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\n try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\n doThing(..., value);\n }\n function doThing(..., uint256 value) public {\n token.safeTransferFrom(msg.sender, address(this), value);\n ...\n }\n ```\n Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\n `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\n {SafeERC20-safeTransferFrom}).\n Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\n contracts should have entry points that don't rely on permit."},"fullyImplemented":false,"id":650,"linearizedBaseContracts":[650],"name":"IERC20PermitUpgradeable","nameLocation":"2122:23:5","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":618,"nodeType":"StructuredDocumentation","src":"2152:850:5","text":" @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\n given ``owner``'s signed approval.\n IMPORTANT: The same issues {IERC20-approve} has related to transaction\n ordering also apply here.\n Emits an {Approval} event.\n Requirements:\n - `spender` cannot be the zero address.\n - `deadline` must be a timestamp in the future.\n - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\n over the EIP712-formatted function arguments.\n - the signature must use ``owner``'s current nonce (see {nonces}).\n For more information on the signature format, see the\n https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\n section].\n CAUTION: See Security Considerations above."},"functionSelector":"d505accf","id":635,"implemented":false,"kind":"function","modifiers":[],"name":"permit","nameLocation":"3016:6:5","nodeType":"FunctionDefinition","parameters":{"id":633,"nodeType":"ParameterList","parameters":[{"constant":false,"id":620,"mutability":"mutable","name":"owner","nameLocation":"3040:5:5","nodeType":"VariableDeclaration","scope":635,"src":"3032:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":619,"name":"address","nodeType":"ElementaryTypeName","src":"3032:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":622,"mutability":"mutable","name":"spender","nameLocation":"3063:7:5","nodeType":"VariableDeclaration","scope":635,"src":"3055:15:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":621,"name":"address","nodeType":"ElementaryTypeName","src":"3055:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":624,"mutability":"mutable","name":"value","nameLocation":"3088:5:5","nodeType":"VariableDeclaration","scope":635,"src":"3080:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":623,"name":"uint256","nodeType":"ElementaryTypeName","src":"3080:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":626,"mutability":"mutable","name":"deadline","nameLocation":"3111:8:5","nodeType":"VariableDeclaration","scope":635,"src":"3103:16:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":625,"name":"uint256","nodeType":"ElementaryTypeName","src":"3103:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":628,"mutability":"mutable","name":"v","nameLocation":"3135:1:5","nodeType":"VariableDeclaration","scope":635,"src":"3129:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":627,"name":"uint8","nodeType":"ElementaryTypeName","src":"3129:5:5","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"},{"constant":false,"id":630,"mutability":"mutable","name":"r","nameLocation":"3154:1:5","nodeType":"VariableDeclaration","scope":635,"src":"3146:9:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":629,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3146:7:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":632,"mutability":"mutable","name":"s","nameLocation":"3173:1:5","nodeType":"VariableDeclaration","scope":635,"src":"3165:9:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":631,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3165:7:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3022:158:5"},"returnParameters":{"id":634,"nodeType":"ParameterList","parameters":[],"src":"3189:0:5"},"scope":650,"src":"3007:183:5","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":636,"nodeType":"StructuredDocumentation","src":"3196:294:5","text":" @dev Returns the current nonce for `owner`. This value must be\n included whenever a signature is generated for {permit}.\n Every successful call to {permit} increases ``owner``'s nonce by one. This\n prevents a signature from being used multiple times."},"functionSelector":"7ecebe00","id":643,"implemented":false,"kind":"function","modifiers":[],"name":"nonces","nameLocation":"3504:6:5","nodeType":"FunctionDefinition","parameters":{"id":639,"nodeType":"ParameterList","parameters":[{"constant":false,"id":638,"mutability":"mutable","name":"owner","nameLocation":"3519:5:5","nodeType":"VariableDeclaration","scope":643,"src":"3511:13:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":637,"name":"address","nodeType":"ElementaryTypeName","src":"3511:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3510:15:5"},"returnParameters":{"id":642,"nodeType":"ParameterList","parameters":[{"constant":false,"id":641,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":643,"src":"3549:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":640,"name":"uint256","nodeType":"ElementaryTypeName","src":"3549:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3548:9:5"},"scope":650,"src":"3495:63:5","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":644,"nodeType":"StructuredDocumentation","src":"3564:128:5","text":" @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}."},"functionSelector":"3644e515","id":649,"implemented":false,"kind":"function","modifiers":[],"name":"DOMAIN_SEPARATOR","nameLocation":"3759:16:5","nodeType":"FunctionDefinition","parameters":{"id":645,"nodeType":"ParameterList","parameters":[],"src":"3775:2:5"},"returnParameters":{"id":648,"nodeType":"ParameterList","parameters":[{"constant":false,"id":647,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":649,"src":"3801:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":646,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3801:7:5","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3800:9:5"},"scope":650,"src":"3750:60:5","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":651,"src":"2112:1700:5","usedErrors":[]}],"src":"123:3690:5"},"id":5},"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol","exportedSymbols":{"AddressUpgradeable":[1356],"IERC20PermitUpgradeable":[650],"IERC20Upgradeable":[614],"SafeERC20Upgradeable":[1026]},"id":1027,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":652,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"115:23:6"},{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol","file":"../IERC20Upgradeable.sol","id":653,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1027,"sourceUnit":615,"src":"140:34:6","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol","file":"../extensions/IERC20PermitUpgradeable.sol","id":654,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1027,"sourceUnit":651,"src":"175:51:6","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","file":"../../../utils/AddressUpgradeable.sol","id":655,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1027,"sourceUnit":1357,"src":"227:47:6","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"SafeERC20Upgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":656,"nodeType":"StructuredDocumentation","src":"276:457:6","text":" @title SafeERC20\n @dev Wrappers around ERC20 operations that throw on failure (when the token\n contract returns false). Tokens that return no value (and instead revert or\n throw on failure) are also supported, non-reverting calls are assumed to be\n successful.\n To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,\n which allows you to call the safe operations as `token.safeTransfer(...)`, etc."},"fullyImplemented":true,"id":1026,"linearizedBaseContracts":[1026],"name":"SafeERC20Upgradeable","nameLocation":"742:20:6","nodeType":"ContractDefinition","nodes":[{"global":false,"id":659,"libraryName":{"id":657,"name":"AddressUpgradeable","nameLocations":["775:18:6"],"nodeType":"IdentifierPath","referencedDeclaration":1356,"src":"775:18:6"},"nodeType":"UsingForDirective","src":"769:37:6","typeName":{"id":658,"name":"address","nodeType":"ElementaryTypeName","src":"798:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}},{"body":{"id":682,"nodeType":"Block","src":"1079:103:6","statements":[{"expression":{"arguments":[{"id":671,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":663,"src":"1109:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":674,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":663,"src":"1139:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":675,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1145:8:6","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":581,"src":"1139:14:6","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":676,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1154:8:6","memberName":"selector","nodeType":"MemberAccess","src":"1139:23:6","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":677,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":665,"src":"1164:2:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":678,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":667,"src":"1168:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":672,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"1116:3:6","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":673,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"1120:18:6","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"1116:22:6","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":679,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1116:58:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":670,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":977,"src":"1089:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$614_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":680,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1089:86:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":681,"nodeType":"ExpressionStatement","src":"1089:86:6"}]},"documentation":{"id":660,"nodeType":"StructuredDocumentation","src":"812:179:6","text":" @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,\n non-reverting calls are assumed to be successful."},"id":683,"implemented":true,"kind":"function","modifiers":[],"name":"safeTransfer","nameLocation":"1005:12:6","nodeType":"FunctionDefinition","parameters":{"id":668,"nodeType":"ParameterList","parameters":[{"constant":false,"id":663,"mutability":"mutable","name":"token","nameLocation":"1036:5:6","nodeType":"VariableDeclaration","scope":683,"src":"1018:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},"typeName":{"id":662,"nodeType":"UserDefinedTypeName","pathNode":{"id":661,"name":"IERC20Upgradeable","nameLocations":["1018:17:6"],"nodeType":"IdentifierPath","referencedDeclaration":614,"src":"1018:17:6"},"referencedDeclaration":614,"src":"1018:17:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":665,"mutability":"mutable","name":"to","nameLocation":"1051:2:6","nodeType":"VariableDeclaration","scope":683,"src":"1043:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":664,"name":"address","nodeType":"ElementaryTypeName","src":"1043:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":667,"mutability":"mutable","name":"value","nameLocation":"1063:5:6","nodeType":"VariableDeclaration","scope":683,"src":"1055:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":666,"name":"uint256","nodeType":"ElementaryTypeName","src":"1055:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1017:52:6"},"returnParameters":{"id":669,"nodeType":"ParameterList","parameters":[],"src":"1079:0:6"},"scope":1026,"src":"996:186:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":709,"nodeType":"Block","src":"1522:113:6","statements":[{"expression":{"arguments":[{"id":697,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":687,"src":"1552:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":700,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":687,"src":"1582:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":701,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1588:12:6","memberName":"transferFrom","nodeType":"MemberAccess","referencedDeclaration":613,"src":"1582:18:6","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,address,uint256) external returns (bool)"}},"id":702,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1601:8:6","memberName":"selector","nodeType":"MemberAccess","src":"1582:27:6","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":703,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":689,"src":"1611:4:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":704,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":691,"src":"1617:2:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":705,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":693,"src":"1621:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":698,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"1559:3:6","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":699,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"1563:18:6","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"1559:22:6","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":706,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1559:68:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":696,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":977,"src":"1532:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$614_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":707,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1532:96:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":708,"nodeType":"ExpressionStatement","src":"1532:96:6"}]},"documentation":{"id":684,"nodeType":"StructuredDocumentation","src":"1188:228:6","text":" @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the\n calling contract. If `token` returns no value, non-reverting calls are assumed to be successful."},"id":710,"implemented":true,"kind":"function","modifiers":[],"name":"safeTransferFrom","nameLocation":"1430:16:6","nodeType":"FunctionDefinition","parameters":{"id":694,"nodeType":"ParameterList","parameters":[{"constant":false,"id":687,"mutability":"mutable","name":"token","nameLocation":"1465:5:6","nodeType":"VariableDeclaration","scope":710,"src":"1447:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},"typeName":{"id":686,"nodeType":"UserDefinedTypeName","pathNode":{"id":685,"name":"IERC20Upgradeable","nameLocations":["1447:17:6"],"nodeType":"IdentifierPath","referencedDeclaration":614,"src":"1447:17:6"},"referencedDeclaration":614,"src":"1447:17:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":689,"mutability":"mutable","name":"from","nameLocation":"1480:4:6","nodeType":"VariableDeclaration","scope":710,"src":"1472:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":688,"name":"address","nodeType":"ElementaryTypeName","src":"1472:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":691,"mutability":"mutable","name":"to","nameLocation":"1494:2:6","nodeType":"VariableDeclaration","scope":710,"src":"1486:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":690,"name":"address","nodeType":"ElementaryTypeName","src":"1486:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":693,"mutability":"mutable","name":"value","nameLocation":"1506:5:6","nodeType":"VariableDeclaration","scope":710,"src":"1498:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":692,"name":"uint256","nodeType":"ElementaryTypeName","src":"1498:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1446:66:6"},"returnParameters":{"id":695,"nodeType":"ParameterList","parameters":[],"src":"1522:0:6"},"scope":1026,"src":"1421:214:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":753,"nodeType":"Block","src":"1982:497:6","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":737,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":724,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":722,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":718,"src":"2231:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":723,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2240:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2231:10:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":725,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"2230:12:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":735,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"arguments":[{"id":730,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2271:4:6","typeDescriptions":{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$1026","typeString":"library SafeERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$1026","typeString":"library SafeERC20Upgradeable"}],"id":729,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2263:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":728,"name":"address","nodeType":"ElementaryTypeName","src":"2263:7:6","typeDescriptions":{}}},"id":731,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2263:13:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":732,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":716,"src":"2278:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":726,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":714,"src":"2247:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":727,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2253:9:6","memberName":"allowance","nodeType":"MemberAccess","referencedDeclaration":591,"src":"2247:15:6","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view external returns (uint256)"}},"id":733,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2247:39:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":734,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2290:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2247:44:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":736,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"2246:46:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"2230:62:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f20746f206e6f6e2d7a65726f20616c6c6f77616e6365","id":738,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2306:56:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_ef945ddb1bfdc0da870feb4560d868b047642b4ac7f2fb7f8b7c51cb4a411e25","typeString":"literal_string \"SafeERC20: approve from non-zero to non-zero allowance\""},"value":"SafeERC20: approve from non-zero to non-zero allowance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_ef945ddb1bfdc0da870feb4560d868b047642b4ac7f2fb7f8b7c51cb4a411e25","typeString":"literal_string \"SafeERC20: approve from non-zero to non-zero allowance\""}],"id":721,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2209:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":739,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2209:163:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":740,"nodeType":"ExpressionStatement","src":"2209:163:6"},{"expression":{"arguments":[{"id":742,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":714,"src":"2402:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":745,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":714,"src":"2432:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":746,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2438:7:6","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":601,"src":"2432:13:6","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":747,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2446:8:6","memberName":"selector","nodeType":"MemberAccess","src":"2432:22:6","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":748,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":716,"src":"2456:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":749,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":718,"src":"2465:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":743,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"2409:3:6","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":744,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2413:18:6","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"2409:22:6","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":750,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2409:62:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":741,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":977,"src":"2382:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$614_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":751,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2382:90:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":752,"nodeType":"ExpressionStatement","src":"2382:90:6"}]},"documentation":{"id":711,"nodeType":"StructuredDocumentation","src":"1641:249:6","text":" @dev Deprecated. This function has issues similar to the ones found in\n {IERC20-approve}, and its usage is discouraged.\n Whenever possible, use {safeIncreaseAllowance} and\n {safeDecreaseAllowance} instead."},"id":754,"implemented":true,"kind":"function","modifiers":[],"name":"safeApprove","nameLocation":"1904:11:6","nodeType":"FunctionDefinition","parameters":{"id":719,"nodeType":"ParameterList","parameters":[{"constant":false,"id":714,"mutability":"mutable","name":"token","nameLocation":"1934:5:6","nodeType":"VariableDeclaration","scope":754,"src":"1916:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},"typeName":{"id":713,"nodeType":"UserDefinedTypeName","pathNode":{"id":712,"name":"IERC20Upgradeable","nameLocations":["1916:17:6"],"nodeType":"IdentifierPath","referencedDeclaration":614,"src":"1916:17:6"},"referencedDeclaration":614,"src":"1916:17:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":716,"mutability":"mutable","name":"spender","nameLocation":"1949:7:6","nodeType":"VariableDeclaration","scope":754,"src":"1941:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":715,"name":"address","nodeType":"ElementaryTypeName","src":"1941:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":718,"mutability":"mutable","name":"value","nameLocation":"1966:5:6","nodeType":"VariableDeclaration","scope":754,"src":"1958:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":717,"name":"uint256","nodeType":"ElementaryTypeName","src":"1958:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1915:57:6"},"returnParameters":{"id":720,"nodeType":"ParameterList","parameters":[],"src":"1982:0:6"},"scope":1026,"src":"1895:584:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":790,"nodeType":"Block","src":"2767:194:6","statements":[{"assignments":[766],"declarations":[{"constant":false,"id":766,"mutability":"mutable","name":"oldAllowance","nameLocation":"2785:12:6","nodeType":"VariableDeclaration","scope":790,"src":"2777:20:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":765,"name":"uint256","nodeType":"ElementaryTypeName","src":"2777:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":775,"initialValue":{"arguments":[{"arguments":[{"id":771,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2824:4:6","typeDescriptions":{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$1026","typeString":"library SafeERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$1026","typeString":"library SafeERC20Upgradeable"}],"id":770,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2816:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":769,"name":"address","nodeType":"ElementaryTypeName","src":"2816:7:6","typeDescriptions":{}}},"id":772,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2816:13:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":773,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":760,"src":"2831:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":767,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":758,"src":"2800:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":768,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2806:9:6","memberName":"allowance","nodeType":"MemberAccess","referencedDeclaration":591,"src":"2800:15:6","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view external returns (uint256)"}},"id":774,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2800:39:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"2777:62:6"},{"expression":{"arguments":[{"id":777,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":758,"src":"2869:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":780,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":758,"src":"2899:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":781,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2905:7:6","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":601,"src":"2899:13:6","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":782,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2913:8:6","memberName":"selector","nodeType":"MemberAccess","src":"2899:22:6","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":783,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":760,"src":"2923:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":786,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":784,"name":"oldAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":766,"src":"2932:12:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"id":785,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":762,"src":"2947:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2932:20:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":778,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"2876:3:6","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":779,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2880:18:6","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"2876:22:6","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":787,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2876:77:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":776,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":977,"src":"2849:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$614_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":788,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2849:105:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":789,"nodeType":"ExpressionStatement","src":"2849:105:6"}]},"documentation":{"id":755,"nodeType":"StructuredDocumentation","src":"2485:180:6","text":" @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\n non-reverting calls are assumed to be successful."},"id":791,"implemented":true,"kind":"function","modifiers":[],"name":"safeIncreaseAllowance","nameLocation":"2679:21:6","nodeType":"FunctionDefinition","parameters":{"id":763,"nodeType":"ParameterList","parameters":[{"constant":false,"id":758,"mutability":"mutable","name":"token","nameLocation":"2719:5:6","nodeType":"VariableDeclaration","scope":791,"src":"2701:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},"typeName":{"id":757,"nodeType":"UserDefinedTypeName","pathNode":{"id":756,"name":"IERC20Upgradeable","nameLocations":["2701:17:6"],"nodeType":"IdentifierPath","referencedDeclaration":614,"src":"2701:17:6"},"referencedDeclaration":614,"src":"2701:17:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":760,"mutability":"mutable","name":"spender","nameLocation":"2734:7:6","nodeType":"VariableDeclaration","scope":791,"src":"2726:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":759,"name":"address","nodeType":"ElementaryTypeName","src":"2726:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":762,"mutability":"mutable","name":"value","nameLocation":"2751:5:6","nodeType":"VariableDeclaration","scope":791,"src":"2743:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":761,"name":"uint256","nodeType":"ElementaryTypeName","src":"2743:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2700:57:6"},"returnParameters":{"id":764,"nodeType":"ParameterList","parameters":[],"src":"2767:0:6"},"scope":1026,"src":"2670:291:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":835,"nodeType":"Block","src":"3249:321:6","statements":[{"id":834,"nodeType":"UncheckedBlock","src":"3259:305:6","statements":[{"assignments":[803],"declarations":[{"constant":false,"id":803,"mutability":"mutable","name":"oldAllowance","nameLocation":"3291:12:6","nodeType":"VariableDeclaration","scope":834,"src":"3283:20:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":802,"name":"uint256","nodeType":"ElementaryTypeName","src":"3283:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":812,"initialValue":{"arguments":[{"arguments":[{"id":808,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3330:4:6","typeDescriptions":{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$1026","typeString":"library SafeERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_SafeERC20Upgradeable_$1026","typeString":"library SafeERC20Upgradeable"}],"id":807,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3322:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":806,"name":"address","nodeType":"ElementaryTypeName","src":"3322:7:6","typeDescriptions":{}}},"id":809,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3322:13:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":810,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":797,"src":"3337:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":804,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":795,"src":"3306:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":805,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3312:9:6","memberName":"allowance","nodeType":"MemberAccess","referencedDeclaration":591,"src":"3306:15:6","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view external returns (uint256)"}},"id":811,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3306:39:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"3283:62:6"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":816,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":814,"name":"oldAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":803,"src":"3367:12:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":815,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":799,"src":"3383:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"3367:21:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5361666545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f","id":817,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3390:43:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_2c3af60974a758b7e72e108c9bf0943ecc9e4f2e8af4695da5f52fbf57a63d3a","typeString":"literal_string \"SafeERC20: decreased allowance below zero\""},"value":"SafeERC20: decreased allowance below zero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_2c3af60974a758b7e72e108c9bf0943ecc9e4f2e8af4695da5f52fbf57a63d3a","typeString":"literal_string \"SafeERC20: decreased allowance below zero\""}],"id":813,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3359:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":818,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3359:75:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":819,"nodeType":"ExpressionStatement","src":"3359:75:6"},{"expression":{"arguments":[{"id":821,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":795,"src":"3468:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":824,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":795,"src":"3498:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":825,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3504:7:6","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":601,"src":"3498:13:6","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":826,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3512:8:6","memberName":"selector","nodeType":"MemberAccess","src":"3498:22:6","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":827,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":797,"src":"3522:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":830,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":828,"name":"oldAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":803,"src":"3531:12:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":829,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":799,"src":"3546:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"3531:20:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":822,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"3475:3:6","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":823,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"3479:18:6","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"3475:22:6","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":831,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3475:77:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":820,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":977,"src":"3448:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$614_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":832,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3448:105:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":833,"nodeType":"ExpressionStatement","src":"3448:105:6"}]}]},"documentation":{"id":792,"nodeType":"StructuredDocumentation","src":"2967:180:6","text":" @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\n non-reverting calls are assumed to be successful."},"id":836,"implemented":true,"kind":"function","modifiers":[],"name":"safeDecreaseAllowance","nameLocation":"3161:21:6","nodeType":"FunctionDefinition","parameters":{"id":800,"nodeType":"ParameterList","parameters":[{"constant":false,"id":795,"mutability":"mutable","name":"token","nameLocation":"3201:5:6","nodeType":"VariableDeclaration","scope":836,"src":"3183:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},"typeName":{"id":794,"nodeType":"UserDefinedTypeName","pathNode":{"id":793,"name":"IERC20Upgradeable","nameLocations":["3183:17:6"],"nodeType":"IdentifierPath","referencedDeclaration":614,"src":"3183:17:6"},"referencedDeclaration":614,"src":"3183:17:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":797,"mutability":"mutable","name":"spender","nameLocation":"3216:7:6","nodeType":"VariableDeclaration","scope":836,"src":"3208:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":796,"name":"address","nodeType":"ElementaryTypeName","src":"3208:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":799,"mutability":"mutable","name":"value","nameLocation":"3233:5:6","nodeType":"VariableDeclaration","scope":836,"src":"3225:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":798,"name":"uint256","nodeType":"ElementaryTypeName","src":"3225:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3182:57:6"},"returnParameters":{"id":801,"nodeType":"ParameterList","parameters":[],"src":"3249:0:6"},"scope":1026,"src":"3152:418:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":882,"nodeType":"Block","src":"3977:333:6","statements":[{"assignments":[848],"declarations":[{"constant":false,"id":848,"mutability":"mutable","name":"approvalCall","nameLocation":"4000:12:6","nodeType":"VariableDeclaration","scope":882,"src":"3987:25:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":847,"name":"bytes","nodeType":"ElementaryTypeName","src":"3987:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":857,"initialValue":{"arguments":[{"expression":{"expression":{"id":851,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":840,"src":"4038:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":852,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4044:7:6","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":601,"src":"4038:13:6","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":853,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4052:8:6","memberName":"selector","nodeType":"MemberAccess","src":"4038:22:6","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":854,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":842,"src":"4062:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":855,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":844,"src":"4071:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":849,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"4015:3:6","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":850,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"4019:18:6","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"4015:22:6","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":856,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4015:62:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"nodeType":"VariableDeclarationStatement","src":"3987:90:6"},{"condition":{"id":862,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4092:45:6","subExpression":{"arguments":[{"id":859,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":840,"src":"4117:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},{"id":860,"name":"approvalCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":848,"src":"4124:12:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":858,"name":"_callOptionalReturnBool","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1025,"src":"4093:23:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$614_$_t_bytes_memory_ptr_$returns$_t_bool_$","typeString":"function (contract IERC20Upgradeable,bytes memory) returns (bool)"}},"id":861,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4093:44:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":881,"nodeType":"IfStatement","src":"4088:216:6","trueBody":{"id":880,"nodeType":"Block","src":"4139:165:6","statements":[{"expression":{"arguments":[{"id":864,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":840,"src":"4173:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},{"arguments":[{"expression":{"expression":{"id":867,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":840,"src":"4203:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"id":868,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4209:7:6","memberName":"approve","nodeType":"MemberAccess","referencedDeclaration":601,"src":"4203:13:6","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":869,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4217:8:6","memberName":"selector","nodeType":"MemberAccess","src":"4203:22:6","typeDescriptions":{"typeIdentifier":"t_bytes4","typeString":"bytes4"}},{"id":870,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":842,"src":"4227:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"hexValue":"30","id":871,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4236:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes4","typeString":"bytes4"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"}],"expression":{"id":865,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"4180:3:6","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":866,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"4184:18:6","memberName":"encodeWithSelector","nodeType":"MemberAccess","src":"4180:22:6","typeDescriptions":{"typeIdentifier":"t_function_abiencodewithselector_pure$_t_bytes4_$returns$_t_bytes_memory_ptr_$","typeString":"function (bytes4) pure returns (bytes memory)"}},"id":872,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4180:58:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":863,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":977,"src":"4153:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$614_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":873,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4153:86:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":874,"nodeType":"ExpressionStatement","src":"4153:86:6"},{"expression":{"arguments":[{"id":876,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":840,"src":"4273:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},{"id":877,"name":"approvalCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":848,"src":"4280:12:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":875,"name":"_callOptionalReturn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":977,"src":"4253:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_contract$_IERC20Upgradeable_$614_$_t_bytes_memory_ptr_$returns$__$","typeString":"function (contract IERC20Upgradeable,bytes memory)"}},"id":878,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4253:40:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":879,"nodeType":"ExpressionStatement","src":"4253:40:6"}]}}]},"documentation":{"id":837,"nodeType":"StructuredDocumentation","src":"3576:308:6","text":" @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,\n non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval\n to be set to zero before setting it to a non-zero value, such as USDT."},"id":883,"implemented":true,"kind":"function","modifiers":[],"name":"forceApprove","nameLocation":"3898:12:6","nodeType":"FunctionDefinition","parameters":{"id":845,"nodeType":"ParameterList","parameters":[{"constant":false,"id":840,"mutability":"mutable","name":"token","nameLocation":"3929:5:6","nodeType":"VariableDeclaration","scope":883,"src":"3911:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},"typeName":{"id":839,"nodeType":"UserDefinedTypeName","pathNode":{"id":838,"name":"IERC20Upgradeable","nameLocations":["3911:17:6"],"nodeType":"IdentifierPath","referencedDeclaration":614,"src":"3911:17:6"},"referencedDeclaration":614,"src":"3911:17:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":842,"mutability":"mutable","name":"spender","nameLocation":"3944:7:6","nodeType":"VariableDeclaration","scope":883,"src":"3936:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":841,"name":"address","nodeType":"ElementaryTypeName","src":"3936:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":844,"mutability":"mutable","name":"value","nameLocation":"3961:5:6","nodeType":"VariableDeclaration","scope":883,"src":"3953:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":843,"name":"uint256","nodeType":"ElementaryTypeName","src":"3953:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3910:57:6"},"returnParameters":{"id":846,"nodeType":"ParameterList","parameters":[],"src":"3977:0:6"},"scope":1026,"src":"3889:421:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":939,"nodeType":"Block","src":"4688:257:6","statements":[{"assignments":[905],"declarations":[{"constant":false,"id":905,"mutability":"mutable","name":"nonceBefore","nameLocation":"4706:11:6","nodeType":"VariableDeclaration","scope":939,"src":"4698:19:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":904,"name":"uint256","nodeType":"ElementaryTypeName","src":"4698:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":910,"initialValue":{"arguments":[{"id":908,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":889,"src":"4733:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":906,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":887,"src":"4720:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$650","typeString":"contract IERC20PermitUpgradeable"}},"id":907,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4726:6:6","memberName":"nonces","nodeType":"MemberAccess","referencedDeclaration":643,"src":"4720:12:6","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$returns$_t_uint256_$","typeString":"function (address) view external returns (uint256)"}},"id":909,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4720:19:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"4698:41:6"},{"expression":{"arguments":[{"id":914,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":889,"src":"4762:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":915,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":891,"src":"4769:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":916,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":893,"src":"4778:5:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":917,"name":"deadline","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":895,"src":"4785:8:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":918,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":897,"src":"4795:1:6","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":919,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":899,"src":"4798:1:6","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":920,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":901,"src":"4801:1:6","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint8","typeString":"uint8"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":911,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":887,"src":"4749:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$650","typeString":"contract IERC20PermitUpgradeable"}},"id":913,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4755:6:6","memberName":"permit","nodeType":"MemberAccess","referencedDeclaration":635,"src":"4749:12:6","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$__$","typeString":"function (address,address,uint256,uint256,uint8,bytes32,bytes32) external"}},"id":921,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4749:54:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":922,"nodeType":"ExpressionStatement","src":"4749:54:6"},{"assignments":[924],"declarations":[{"constant":false,"id":924,"mutability":"mutable","name":"nonceAfter","nameLocation":"4821:10:6","nodeType":"VariableDeclaration","scope":939,"src":"4813:18:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":923,"name":"uint256","nodeType":"ElementaryTypeName","src":"4813:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":929,"initialValue":{"arguments":[{"id":927,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":889,"src":"4847:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":925,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":887,"src":"4834:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$650","typeString":"contract IERC20PermitUpgradeable"}},"id":926,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4840:6:6","memberName":"nonces","nodeType":"MemberAccess","referencedDeclaration":643,"src":"4834:12:6","typeDescriptions":{"typeIdentifier":"t_function_external_view$_t_address_$returns$_t_uint256_$","typeString":"function (address) view external returns (uint256)"}},"id":928,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4834:19:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"4813:40:6"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":935,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":931,"name":"nonceAfter","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":924,"src":"4871:10:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":934,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":932,"name":"nonceBefore","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":905,"src":"4885:11:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":933,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4899:1:6","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"4885:15:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4871:29:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5361666545524332303a207065726d697420646964206e6f742073756363656564","id":936,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4902:35:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_cde8e927812a7a656f8f04e89ac4f4113d47940dd2125d11fcb8e0bd36bfc59d","typeString":"literal_string \"SafeERC20: permit did not succeed\""},"value":"SafeERC20: permit did not succeed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cde8e927812a7a656f8f04e89ac4f4113d47940dd2125d11fcb8e0bd36bfc59d","typeString":"literal_string \"SafeERC20: permit did not succeed\""}],"id":930,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4863:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":937,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4863:75:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":938,"nodeType":"ExpressionStatement","src":"4863:75:6"}]},"documentation":{"id":884,"nodeType":"StructuredDocumentation","src":"4316:141:6","text":" @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.\n Revert on invalid signature."},"id":940,"implemented":true,"kind":"function","modifiers":[],"name":"safePermit","nameLocation":"4471:10:6","nodeType":"FunctionDefinition","parameters":{"id":902,"nodeType":"ParameterList","parameters":[{"constant":false,"id":887,"mutability":"mutable","name":"token","nameLocation":"4515:5:6","nodeType":"VariableDeclaration","scope":940,"src":"4491:29:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$650","typeString":"contract IERC20PermitUpgradeable"},"typeName":{"id":886,"nodeType":"UserDefinedTypeName","pathNode":{"id":885,"name":"IERC20PermitUpgradeable","nameLocations":["4491:23:6"],"nodeType":"IdentifierPath","referencedDeclaration":650,"src":"4491:23:6"},"referencedDeclaration":650,"src":"4491:23:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20PermitUpgradeable_$650","typeString":"contract IERC20PermitUpgradeable"}},"visibility":"internal"},{"constant":false,"id":889,"mutability":"mutable","name":"owner","nameLocation":"4538:5:6","nodeType":"VariableDeclaration","scope":940,"src":"4530:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":888,"name":"address","nodeType":"ElementaryTypeName","src":"4530:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":891,"mutability":"mutable","name":"spender","nameLocation":"4561:7:6","nodeType":"VariableDeclaration","scope":940,"src":"4553:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":890,"name":"address","nodeType":"ElementaryTypeName","src":"4553:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":893,"mutability":"mutable","name":"value","nameLocation":"4586:5:6","nodeType":"VariableDeclaration","scope":940,"src":"4578:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":892,"name":"uint256","nodeType":"ElementaryTypeName","src":"4578:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":895,"mutability":"mutable","name":"deadline","nameLocation":"4609:8:6","nodeType":"VariableDeclaration","scope":940,"src":"4601:16:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":894,"name":"uint256","nodeType":"ElementaryTypeName","src":"4601:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":897,"mutability":"mutable","name":"v","nameLocation":"4633:1:6","nodeType":"VariableDeclaration","scope":940,"src":"4627:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":896,"name":"uint8","nodeType":"ElementaryTypeName","src":"4627:5:6","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"},{"constant":false,"id":899,"mutability":"mutable","name":"r","nameLocation":"4652:1:6","nodeType":"VariableDeclaration","scope":940,"src":"4644:9:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":898,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4644:7:6","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":901,"mutability":"mutable","name":"s","nameLocation":"4671:1:6","nodeType":"VariableDeclaration","scope":940,"src":"4663:9:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":900,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4663:7:6","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4481:197:6"},"returnParameters":{"id":903,"nodeType":"ParameterList","parameters":[],"src":"4688:0:6"},"scope":1026,"src":"4462:483:6","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":976,"nodeType":"Block","src":"5409:572:6","statements":[{"assignments":[950],"declarations":[{"constant":false,"id":950,"mutability":"mutable","name":"returndata","nameLocation":"5771:10:6","nodeType":"VariableDeclaration","scope":976,"src":"5758:23:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":949,"name":"bytes","nodeType":"ElementaryTypeName","src":"5758:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":959,"initialValue":{"arguments":[{"id":956,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":946,"src":"5812:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564","id":957,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5818:34:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_47fb62c2c272651d2f0f342bac006756b8ba07f21cc5cb87e0fbb9d50c0c585b","typeString":"literal_string \"SafeERC20: low-level call failed\""},"value":"SafeERC20: low-level call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_47fb62c2c272651d2f0f342bac006756b8ba07f21cc5cb87e0fbb9d50c0c585b","typeString":"literal_string \"SafeERC20: low-level call failed\""}],"expression":{"arguments":[{"id":953,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":944,"src":"5792:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}],"id":952,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5784:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":951,"name":"address","nodeType":"ElementaryTypeName","src":"5784:7:6","typeDescriptions":{}}},"id":954,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5784:14:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":955,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5799:12:6","memberName":"functionCall","nodeType":"MemberAccess","referencedDeclaration":1116,"src":"5784:27:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$attached_to$_t_address_$","typeString":"function (address,bytes memory,string memory) returns (bytes memory)"}},"id":958,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5784:69:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"nodeType":"VariableDeclarationStatement","src":"5758:95:6"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":972,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":964,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":961,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":950,"src":"5871:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":962,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5882:6:6","memberName":"length","nodeType":"MemberAccess","src":"5871:17:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":963,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5892:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5871:22:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"arguments":[{"id":967,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":950,"src":"5908:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"components":[{"id":969,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5921:4:6","typeDescriptions":{"typeIdentifier":"t_type$_t_bool_$","typeString":"type(bool)"},"typeName":{"id":968,"name":"bool","nodeType":"ElementaryTypeName","src":"5921:4:6","typeDescriptions":{}}}],"id":970,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"5920:6:6","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":965,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"5897:3:6","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":966,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"5901:6:6","memberName":"decode","nodeType":"MemberAccess","src":"5897:10:6","typeDescriptions":{"typeIdentifier":"t_function_abidecode_pure$__$returns$__$","typeString":"function () pure"}},"id":971,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5897:30:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"5871:56:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564","id":973,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5929:44:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_e11ad79d1e4a7f2e5f376964cb99e8e8f7904e3fc16a109f7a7ecb9aa7956dcd","typeString":"literal_string \"SafeERC20: ERC20 operation did not succeed\""},"value":"SafeERC20: ERC20 operation did not succeed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_e11ad79d1e4a7f2e5f376964cb99e8e8f7904e3fc16a109f7a7ecb9aa7956dcd","typeString":"literal_string \"SafeERC20: ERC20 operation did not succeed\""}],"id":960,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5863:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":974,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5863:111:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":975,"nodeType":"ExpressionStatement","src":"5863:111:6"}]},"documentation":{"id":941,"nodeType":"StructuredDocumentation","src":"4951:372:6","text":" @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\n on the return value: the return value is optional (but if data is returned, it must not be false).\n @param token The token targeted by the call.\n @param data The call data (encoded using abi.encode or one of its variants)."},"id":977,"implemented":true,"kind":"function","modifiers":[],"name":"_callOptionalReturn","nameLocation":"5337:19:6","nodeType":"FunctionDefinition","parameters":{"id":947,"nodeType":"ParameterList","parameters":[{"constant":false,"id":944,"mutability":"mutable","name":"token","nameLocation":"5375:5:6","nodeType":"VariableDeclaration","scope":977,"src":"5357:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},"typeName":{"id":943,"nodeType":"UserDefinedTypeName","pathNode":{"id":942,"name":"IERC20Upgradeable","nameLocations":["5357:17:6"],"nodeType":"IdentifierPath","referencedDeclaration":614,"src":"5357:17:6"},"referencedDeclaration":614,"src":"5357:17:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":946,"mutability":"mutable","name":"data","nameLocation":"5395:4:6","nodeType":"VariableDeclaration","scope":977,"src":"5382:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":945,"name":"bytes","nodeType":"ElementaryTypeName","src":"5382:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5356:44:6"},"returnParameters":{"id":948,"nodeType":"ParameterList","parameters":[],"src":"5409:0:6"},"scope":1026,"src":"5328:653:6","stateMutability":"nonpayable","virtual":false,"visibility":"private"},{"body":{"id":1024,"nodeType":"Block","src":"6582:516:6","statements":[{"assignments":[989,991],"declarations":[{"constant":false,"id":989,"mutability":"mutable","name":"success","nameLocation":"6883:7:6","nodeType":"VariableDeclaration","scope":1024,"src":"6878:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":988,"name":"bool","nodeType":"ElementaryTypeName","src":"6878:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":991,"mutability":"mutable","name":"returndata","nameLocation":"6905:10:6","nodeType":"VariableDeclaration","scope":1024,"src":"6892:23:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":990,"name":"bytes","nodeType":"ElementaryTypeName","src":"6892:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":999,"initialValue":{"arguments":[{"id":997,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":983,"src":"6939:4:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"arguments":[{"id":994,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":981,"src":"6927:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}],"id":993,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6919:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":992,"name":"address","nodeType":"ElementaryTypeName","src":"6919:7:6","typeDescriptions":{}}},"id":995,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6919:14:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":996,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6934:4:6","memberName":"call","nodeType":"MemberAccess","src":"6919:19:6","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":998,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6919:25:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6877:67:6"},{"expression":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1022,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1014,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1000,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":989,"src":"6973:7:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1012,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1004,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1001,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":991,"src":"6985:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1002,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6996:6:6","memberName":"length","nodeType":"MemberAccess","src":"6985:17:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1003,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7006:1:6","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6985:22:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"arguments":[{"id":1007,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":991,"src":"7022:10:6","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"components":[{"id":1009,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7035:4:6","typeDescriptions":{"typeIdentifier":"t_type$_t_bool_$","typeString":"type(bool)"},"typeName":{"id":1008,"name":"bool","nodeType":"ElementaryTypeName","src":"7035:4:6","typeDescriptions":{}}}],"id":1010,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"7034:6:6","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":1005,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"7011:3:6","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1006,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"7015:6:6","memberName":"decode","nodeType":"MemberAccess","src":"7011:10:6","typeDescriptions":{"typeIdentifier":"t_function_abidecode_pure$__$returns$__$","typeString":"function () pure"}},"id":1011,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7011:30:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"6985:56:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":1013,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"6984:58:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"6973:69:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"arguments":[{"arguments":[{"id":1019,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":981,"src":"7084:5:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}],"id":1018,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7076:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1017,"name":"address","nodeType":"ElementaryTypeName","src":"7076:7:6","typeDescriptions":{}}},"id":1020,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7076:14:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":1015,"name":"AddressUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1356,"src":"7046:18:6","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_AddressUpgradeable_$1356_$","typeString":"type(library AddressUpgradeable)"}},"id":1016,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7065:10:6","memberName":"isContract","nodeType":"MemberAccess","referencedDeclaration":1044,"src":"7046:29:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":1021,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7046:45:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"6973:118:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":987,"id":1023,"nodeType":"Return","src":"6954:137:6"}]},"documentation":{"id":978,"nodeType":"StructuredDocumentation","src":"5987:490:6","text":" @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\n on the return value: the return value is optional (but if data is returned, it must not be false).\n @param token The token targeted by the call.\n @param data The call data (encoded using abi.encode or one of its variants).\n This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead."},"id":1025,"implemented":true,"kind":"function","modifiers":[],"name":"_callOptionalReturnBool","nameLocation":"6491:23:6","nodeType":"FunctionDefinition","parameters":{"id":984,"nodeType":"ParameterList","parameters":[{"constant":false,"id":981,"mutability":"mutable","name":"token","nameLocation":"6533:5:6","nodeType":"VariableDeclaration","scope":1025,"src":"6515:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"},"typeName":{"id":980,"nodeType":"UserDefinedTypeName","pathNode":{"id":979,"name":"IERC20Upgradeable","nameLocations":["6515:17:6"],"nodeType":"IdentifierPath","referencedDeclaration":614,"src":"6515:17:6"},"referencedDeclaration":614,"src":"6515:17:6","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20Upgradeable_$614","typeString":"contract IERC20Upgradeable"}},"visibility":"internal"},{"constant":false,"id":983,"mutability":"mutable","name":"data","nameLocation":"6553:4:6","nodeType":"VariableDeclaration","scope":1025,"src":"6540:17:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":982,"name":"bytes","nodeType":"ElementaryTypeName","src":"6540:5:6","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6514:44:6"},"returnParameters":{"id":987,"nodeType":"ParameterList","parameters":[{"constant":false,"id":986,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1025,"src":"6576:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":985,"name":"bool","nodeType":"ElementaryTypeName","src":"6576:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6575:6:6"},"scope":1026,"src":"6482:616:6","stateMutability":"nonpayable","virtual":false,"visibility":"private"}],"scope":1027,"src":"734:6366:6","usedErrors":[]}],"src":"115:6986:6"},"id":6},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","exportedSymbols":{"AddressUpgradeable":[1356]},"id":1357,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1028,"literals":["solidity","^","0.8",".1"],"nodeType":"PragmaDirective","src":"101:23:7"},{"abstract":false,"baseContracts":[],"canonicalName":"AddressUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":1029,"nodeType":"StructuredDocumentation","src":"126:67:7","text":" @dev Collection of functions related to the address type"},"fullyImplemented":true,"id":1356,"linearizedBaseContracts":[1356],"name":"AddressUpgradeable","nameLocation":"202:18:7","nodeType":"ContractDefinition","nodes":[{"body":{"id":1043,"nodeType":"Block","src":"1489:254:7","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1041,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":1037,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1032,"src":"1713:7:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1038,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1721:4:7","memberName":"code","nodeType":"MemberAccess","src":"1713:12:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1039,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1726:6:7","memberName":"length","nodeType":"MemberAccess","src":"1713:19:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1040,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1735:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1713:23:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":1036,"id":1042,"nodeType":"Return","src":"1706:30:7"}]},"documentation":{"id":1030,"nodeType":"StructuredDocumentation","src":"227:1191:7","text":" @dev Returns true if `account` is a contract.\n [IMPORTANT]\n ====\n It is unsafe to assume that an address for which this function returns\n false is an externally-owned account (EOA) and not a contract.\n Among others, `isContract` will return false for the following\n types of addresses:\n - an externally-owned account\n - a contract in construction\n - an address where a contract will be created\n - an address where a contract lived, but was destroyed\n Furthermore, `isContract` will also return true if the target contract within\n the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n which only has an effect at the end of a transaction.\n ====\n [IMPORTANT]\n ====\n You shouldn't rely on `isContract` to protect against flash loan attacks!\n Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n constructor.\n ===="},"id":1044,"implemented":true,"kind":"function","modifiers":[],"name":"isContract","nameLocation":"1432:10:7","nodeType":"FunctionDefinition","parameters":{"id":1033,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1032,"mutability":"mutable","name":"account","nameLocation":"1451:7:7","nodeType":"VariableDeclaration","scope":1044,"src":"1443:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1031,"name":"address","nodeType":"ElementaryTypeName","src":"1443:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1442:17:7"},"returnParameters":{"id":1036,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1035,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1044,"src":"1483:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1034,"name":"bool","nodeType":"ElementaryTypeName","src":"1483:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1482:6:7"},"scope":1356,"src":"1423:320:7","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1077,"nodeType":"Block","src":"2729:241:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1059,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":1055,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2755:4:7","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$1356","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$1356","typeString":"library AddressUpgradeable"}],"id":1054,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2747:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1053,"name":"address","nodeType":"ElementaryTypeName","src":"2747:7:7","typeDescriptions":{}}},"id":1056,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2747:13:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1057,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2761:7:7","memberName":"balance","nodeType":"MemberAccess","src":"2747:21:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1058,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1049,"src":"2772:6:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2747:31:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e6365","id":1060,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2780:31:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""},"value":"Address: insufficient balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""}],"id":1052,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2739:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1061,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2739:73:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1062,"nodeType":"ExpressionStatement","src":"2739:73:7"},{"assignments":[1064,null],"declarations":[{"constant":false,"id":1064,"mutability":"mutable","name":"success","nameLocation":"2829:7:7","nodeType":"VariableDeclaration","scope":1077,"src":"2824:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1063,"name":"bool","nodeType":"ElementaryTypeName","src":"2824:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},null],"id":1071,"initialValue":{"arguments":[{"hexValue":"","id":1069,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2872:2:7","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":1065,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1047,"src":"2842:9:7","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"id":1066,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2852:4:7","memberName":"call","nodeType":"MemberAccess","src":"2842:14:7","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":1068,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":1067,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1049,"src":"2864:6:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"2842:29:7","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":1070,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2842:33:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"2823:52:7"},{"expression":{"arguments":[{"id":1073,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1064,"src":"2893:7:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20756e61626c6520746f2073656e642076616c75652c20726563697069656e74206d61792068617665207265766572746564","id":1074,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2902:60:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""},"value":"Address: unable to send value, recipient may have reverted"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""}],"id":1072,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2885:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1075,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2885:78:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1076,"nodeType":"ExpressionStatement","src":"2885:78:7"}]},"documentation":{"id":1045,"nodeType":"StructuredDocumentation","src":"1749:904:7","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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]."},"id":1078,"implemented":true,"kind":"function","modifiers":[],"name":"sendValue","nameLocation":"2667:9:7","nodeType":"FunctionDefinition","parameters":{"id":1050,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1047,"mutability":"mutable","name":"recipient","nameLocation":"2693:9:7","nodeType":"VariableDeclaration","scope":1078,"src":"2677:25:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"},"typeName":{"id":1046,"name":"address","nodeType":"ElementaryTypeName","src":"2677:15:7","stateMutability":"payable","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"visibility":"internal"},{"constant":false,"id":1049,"mutability":"mutable","name":"amount","nameLocation":"2712:6:7","nodeType":"VariableDeclaration","scope":1078,"src":"2704:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1048,"name":"uint256","nodeType":"ElementaryTypeName","src":"2704:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2676:43:7"},"returnParameters":{"id":1051,"nodeType":"ParameterList","parameters":[],"src":"2729:0:7"},"scope":1356,"src":"2658:312:7","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1095,"nodeType":"Block","src":"3801:96:7","statements":[{"expression":{"arguments":[{"id":1089,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1081,"src":"3840:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1090,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1083,"src":"3848:4:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":1091,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3854:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564","id":1092,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3857:32:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""},"value":"Address: low-level call failed"}],"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"},{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""}],"id":1088,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[1136,1180],"referencedDeclaration":1180,"src":"3818:21:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":1093,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3818:72:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1087,"id":1094,"nodeType":"Return","src":"3811:79:7"}]},"documentation":{"id":1079,"nodeType":"StructuredDocumentation","src":"2976:731:7","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, it is bubbled up by this\n function (like regular Solidity function calls).\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.\n _Available since v3.1._"},"id":1096,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"3721:12:7","nodeType":"FunctionDefinition","parameters":{"id":1084,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1081,"mutability":"mutable","name":"target","nameLocation":"3742:6:7","nodeType":"VariableDeclaration","scope":1096,"src":"3734:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1080,"name":"address","nodeType":"ElementaryTypeName","src":"3734:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1083,"mutability":"mutable","name":"data","nameLocation":"3763:4:7","nodeType":"VariableDeclaration","scope":1096,"src":"3750:17:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1082,"name":"bytes","nodeType":"ElementaryTypeName","src":"3750:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3733:35:7"},"returnParameters":{"id":1087,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1086,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1096,"src":"3787:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1085,"name":"bytes","nodeType":"ElementaryTypeName","src":"3787:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3786:14:7"},"scope":1356,"src":"3712:185:7","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1115,"nodeType":"Block","src":"4266:76:7","statements":[{"expression":{"arguments":[{"id":1109,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1099,"src":"4305:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1110,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1101,"src":"4313:4:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":1111,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4319:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"id":1112,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1103,"src":"4322:12:7","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"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"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1108,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[1136,1180],"referencedDeclaration":1180,"src":"4283:21:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":1113,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4283:52:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1107,"id":1114,"nodeType":"Return","src":"4276:59:7"}]},"documentation":{"id":1097,"nodeType":"StructuredDocumentation","src":"3903:211:7","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":1116,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"4128:12:7","nodeType":"FunctionDefinition","parameters":{"id":1104,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1099,"mutability":"mutable","name":"target","nameLocation":"4158:6:7","nodeType":"VariableDeclaration","scope":1116,"src":"4150:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1098,"name":"address","nodeType":"ElementaryTypeName","src":"4150:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1101,"mutability":"mutable","name":"data","nameLocation":"4187:4:7","nodeType":"VariableDeclaration","scope":1116,"src":"4174:17:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1100,"name":"bytes","nodeType":"ElementaryTypeName","src":"4174:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1103,"mutability":"mutable","name":"errorMessage","nameLocation":"4215:12:7","nodeType":"VariableDeclaration","scope":1116,"src":"4201:26:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1102,"name":"string","nodeType":"ElementaryTypeName","src":"4201:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4140:93:7"},"returnParameters":{"id":1107,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1106,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1116,"src":"4252:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1105,"name":"bytes","nodeType":"ElementaryTypeName","src":"4252:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4251:14:7"},"scope":1356,"src":"4119:223:7","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1135,"nodeType":"Block","src":"4817:111:7","statements":[{"expression":{"arguments":[{"id":1129,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1119,"src":"4856:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1130,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1121,"src":"4864:4:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1131,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1123,"src":"4870:5:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c20776974682076616c7565206661696c6564","id":1132,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4877:43:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""},"value":"Address: low-level call with value failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""}],"id":1128,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[1136,1180],"referencedDeclaration":1180,"src":"4834:21:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":1133,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4834:87:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1127,"id":1134,"nodeType":"Return","src":"4827:94:7"}]},"documentation":{"id":1117,"nodeType":"StructuredDocumentation","src":"4348:351:7","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`.\n _Available since v3.1._"},"id":1136,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"4713:21:7","nodeType":"FunctionDefinition","parameters":{"id":1124,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1119,"mutability":"mutable","name":"target","nameLocation":"4743:6:7","nodeType":"VariableDeclaration","scope":1136,"src":"4735:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1118,"name":"address","nodeType":"ElementaryTypeName","src":"4735:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1121,"mutability":"mutable","name":"data","nameLocation":"4764:4:7","nodeType":"VariableDeclaration","scope":1136,"src":"4751:17:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1120,"name":"bytes","nodeType":"ElementaryTypeName","src":"4751:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1123,"mutability":"mutable","name":"value","nameLocation":"4778:5:7","nodeType":"VariableDeclaration","scope":1136,"src":"4770:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1122,"name":"uint256","nodeType":"ElementaryTypeName","src":"4770:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4734:50:7"},"returnParameters":{"id":1127,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1126,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1136,"src":"4803:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1125,"name":"bytes","nodeType":"ElementaryTypeName","src":"4803:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4802:14:7"},"scope":1356,"src":"4704:224:7","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1179,"nodeType":"Block","src":"5355:267:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1157,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":1153,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"5381:4:7","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$1356","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$1356","typeString":"library AddressUpgradeable"}],"id":1152,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5373:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1151,"name":"address","nodeType":"ElementaryTypeName","src":"5373:7:7","typeDescriptions":{}}},"id":1154,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5373:13:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1155,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5387:7:7","memberName":"balance","nodeType":"MemberAccess","src":"5373:21:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1156,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1143,"src":"5398:5:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5373:30:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c","id":1158,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5405:40:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""},"value":"Address: insufficient balance for call"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""}],"id":1150,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5365:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1159,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5365:81:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1160,"nodeType":"ExpressionStatement","src":"5365:81:7"},{"assignments":[1162,1164],"declarations":[{"constant":false,"id":1162,"mutability":"mutable","name":"success","nameLocation":"5462:7:7","nodeType":"VariableDeclaration","scope":1179,"src":"5457:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1161,"name":"bool","nodeType":"ElementaryTypeName","src":"5457:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1164,"mutability":"mutable","name":"returndata","nameLocation":"5484:10:7","nodeType":"VariableDeclaration","scope":1179,"src":"5471:23:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1163,"name":"bytes","nodeType":"ElementaryTypeName","src":"5471:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":1171,"initialValue":{"arguments":[{"id":1169,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1141,"src":"5524:4:7","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":1165,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1139,"src":"5498:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1166,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5505:4:7","memberName":"call","nodeType":"MemberAccess","src":"5498:11:7","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":1168,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":1167,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1143,"src":"5517:5:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"5498:25:7","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":1170,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5498:31:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"5456:73:7"},{"expression":{"arguments":[{"id":1173,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1139,"src":"5573:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1174,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1162,"src":"5581:7:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":1175,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1164,"src":"5590:10:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1176,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1145,"src":"5602:12:7","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1172,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1311,"src":"5546:26:7","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":1177,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5546:69:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1149,"id":1178,"nodeType":"Return","src":"5539:76:7"}]},"documentation":{"id":1137,"nodeType":"StructuredDocumentation","src":"4934:237:7","text":" @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n with `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":1180,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"5185:21:7","nodeType":"FunctionDefinition","parameters":{"id":1146,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1139,"mutability":"mutable","name":"target","nameLocation":"5224:6:7","nodeType":"VariableDeclaration","scope":1180,"src":"5216:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1138,"name":"address","nodeType":"ElementaryTypeName","src":"5216:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1141,"mutability":"mutable","name":"data","nameLocation":"5253:4:7","nodeType":"VariableDeclaration","scope":1180,"src":"5240:17:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1140,"name":"bytes","nodeType":"ElementaryTypeName","src":"5240:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1143,"mutability":"mutable","name":"value","nameLocation":"5275:5:7","nodeType":"VariableDeclaration","scope":1180,"src":"5267:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1142,"name":"uint256","nodeType":"ElementaryTypeName","src":"5267:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1145,"mutability":"mutable","name":"errorMessage","nameLocation":"5304:12:7","nodeType":"VariableDeclaration","scope":1180,"src":"5290:26:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1144,"name":"string","nodeType":"ElementaryTypeName","src":"5290:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"5206:116:7"},"returnParameters":{"id":1149,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1148,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1180,"src":"5341:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1147,"name":"bytes","nodeType":"ElementaryTypeName","src":"5341:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5340:14:7"},"scope":1356,"src":"5176:446:7","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1196,"nodeType":"Block","src":"5899:97:7","statements":[{"expression":{"arguments":[{"id":1191,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1183,"src":"5935:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1192,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1185,"src":"5943:4:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c207374617469632063616c6c206661696c6564","id":1193,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5949:39:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""},"value":"Address: low-level static call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""}],"id":1190,"name":"functionStaticCall","nodeType":"Identifier","overloadedDeclarations":[1197,1226],"referencedDeclaration":1226,"src":"5916:18:7","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) view returns (bytes memory)"}},"id":1194,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5916:73:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1189,"id":1195,"nodeType":"Return","src":"5909:80:7"}]},"documentation":{"id":1181,"nodeType":"StructuredDocumentation","src":"5628:166:7","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":1197,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"5808:18:7","nodeType":"FunctionDefinition","parameters":{"id":1186,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1183,"mutability":"mutable","name":"target","nameLocation":"5835:6:7","nodeType":"VariableDeclaration","scope":1197,"src":"5827:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1182,"name":"address","nodeType":"ElementaryTypeName","src":"5827:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1185,"mutability":"mutable","name":"data","nameLocation":"5856:4:7","nodeType":"VariableDeclaration","scope":1197,"src":"5843:17:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1184,"name":"bytes","nodeType":"ElementaryTypeName","src":"5843:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5826:35:7"},"returnParameters":{"id":1189,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1188,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1197,"src":"5885:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1187,"name":"bytes","nodeType":"ElementaryTypeName","src":"5885:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5884:14:7"},"scope":1356,"src":"5799:197:7","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1225,"nodeType":"Block","src":"6338:168:7","statements":[{"assignments":[1210,1212],"declarations":[{"constant":false,"id":1210,"mutability":"mutable","name":"success","nameLocation":"6354:7:7","nodeType":"VariableDeclaration","scope":1225,"src":"6349:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1209,"name":"bool","nodeType":"ElementaryTypeName","src":"6349:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1212,"mutability":"mutable","name":"returndata","nameLocation":"6376:10:7","nodeType":"VariableDeclaration","scope":1225,"src":"6363:23:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1211,"name":"bytes","nodeType":"ElementaryTypeName","src":"6363:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":1217,"initialValue":{"arguments":[{"id":1215,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1202,"src":"6408:4:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1213,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1200,"src":"6390:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1214,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6397:10:7","memberName":"staticcall","nodeType":"MemberAccess","src":"6390:17:7","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":1216,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6390:23:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6348:65:7"},{"expression":{"arguments":[{"id":1219,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1200,"src":"6457:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1220,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1210,"src":"6465:7:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":1221,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1212,"src":"6474:10:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1222,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1204,"src":"6486:12:7","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1218,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1311,"src":"6430:26:7","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":1223,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6430:69:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1208,"id":1224,"nodeType":"Return","src":"6423:76:7"}]},"documentation":{"id":1198,"nodeType":"StructuredDocumentation","src":"6002:173:7","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":1226,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"6189:18:7","nodeType":"FunctionDefinition","parameters":{"id":1205,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1200,"mutability":"mutable","name":"target","nameLocation":"6225:6:7","nodeType":"VariableDeclaration","scope":1226,"src":"6217:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1199,"name":"address","nodeType":"ElementaryTypeName","src":"6217:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1202,"mutability":"mutable","name":"data","nameLocation":"6254:4:7","nodeType":"VariableDeclaration","scope":1226,"src":"6241:17:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1201,"name":"bytes","nodeType":"ElementaryTypeName","src":"6241:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1204,"mutability":"mutable","name":"errorMessage","nameLocation":"6282:12:7","nodeType":"VariableDeclaration","scope":1226,"src":"6268:26:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1203,"name":"string","nodeType":"ElementaryTypeName","src":"6268:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"6207:93:7"},"returnParameters":{"id":1208,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1207,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1226,"src":"6324:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1206,"name":"bytes","nodeType":"ElementaryTypeName","src":"6324:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6323:14:7"},"scope":1356,"src":"6180:326:7","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1242,"nodeType":"Block","src":"6782:101:7","statements":[{"expression":{"arguments":[{"id":1237,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1229,"src":"6820:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1238,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1231,"src":"6828:4:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564","id":1239,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6834:41:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""},"value":"Address: low-level delegate call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""}],"id":1236,"name":"functionDelegateCall","nodeType":"Identifier","overloadedDeclarations":[1243,1272],"referencedDeclaration":1272,"src":"6799:20:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) returns (bytes memory)"}},"id":1240,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6799:77:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1235,"id":1241,"nodeType":"Return","src":"6792:84:7"}]},"documentation":{"id":1227,"nodeType":"StructuredDocumentation","src":"6512:168:7","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":1243,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"6694:20:7","nodeType":"FunctionDefinition","parameters":{"id":1232,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1229,"mutability":"mutable","name":"target","nameLocation":"6723:6:7","nodeType":"VariableDeclaration","scope":1243,"src":"6715:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1228,"name":"address","nodeType":"ElementaryTypeName","src":"6715:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1231,"mutability":"mutable","name":"data","nameLocation":"6744:4:7","nodeType":"VariableDeclaration","scope":1243,"src":"6731:17:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1230,"name":"bytes","nodeType":"ElementaryTypeName","src":"6731:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6714:35:7"},"returnParameters":{"id":1235,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1234,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1243,"src":"6768:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1233,"name":"bytes","nodeType":"ElementaryTypeName","src":"6768:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6767:14:7"},"scope":1356,"src":"6685:198:7","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1271,"nodeType":"Block","src":"7224:170:7","statements":[{"assignments":[1256,1258],"declarations":[{"constant":false,"id":1256,"mutability":"mutable","name":"success","nameLocation":"7240:7:7","nodeType":"VariableDeclaration","scope":1271,"src":"7235:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1255,"name":"bool","nodeType":"ElementaryTypeName","src":"7235:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1258,"mutability":"mutable","name":"returndata","nameLocation":"7262:10:7","nodeType":"VariableDeclaration","scope":1271,"src":"7249:23:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1257,"name":"bytes","nodeType":"ElementaryTypeName","src":"7249:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":1263,"initialValue":{"arguments":[{"id":1261,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1248,"src":"7296:4:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1259,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1246,"src":"7276:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1260,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7283:12:7","memberName":"delegatecall","nodeType":"MemberAccess","src":"7276:19:7","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":1262,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7276:25:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"7234:67:7"},{"expression":{"arguments":[{"id":1265,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1246,"src":"7345:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1266,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1256,"src":"7353:7:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":1267,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1258,"src":"7362:10:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1268,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1250,"src":"7374:12:7","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1264,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1311,"src":"7318:26:7","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":1269,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7318:69:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1254,"id":1270,"nodeType":"Return","src":"7311:76:7"}]},"documentation":{"id":1244,"nodeType":"StructuredDocumentation","src":"6889:175:7","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":1272,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"7078:20:7","nodeType":"FunctionDefinition","parameters":{"id":1251,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1246,"mutability":"mutable","name":"target","nameLocation":"7116:6:7","nodeType":"VariableDeclaration","scope":1272,"src":"7108:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1245,"name":"address","nodeType":"ElementaryTypeName","src":"7108:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1248,"mutability":"mutable","name":"data","nameLocation":"7145:4:7","nodeType":"VariableDeclaration","scope":1272,"src":"7132:17:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1247,"name":"bytes","nodeType":"ElementaryTypeName","src":"7132:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1250,"mutability":"mutable","name":"errorMessage","nameLocation":"7173:12:7","nodeType":"VariableDeclaration","scope":1272,"src":"7159:26:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1249,"name":"string","nodeType":"ElementaryTypeName","src":"7159:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7098:93:7"},"returnParameters":{"id":1254,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1253,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1272,"src":"7210:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1252,"name":"bytes","nodeType":"ElementaryTypeName","src":"7210:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7209:14:7"},"scope":1356,"src":"7069:325:7","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1310,"nodeType":"Block","src":"7876:434:7","statements":[{"condition":{"id":1286,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1277,"src":"7890:7:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1308,"nodeType":"Block","src":"8246:58:7","statements":[{"expression":{"arguments":[{"id":1304,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1279,"src":"8268:10:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1305,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1281,"src":"8280:12:7","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1303,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1355,"src":"8260:7:7","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":1306,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8260:33:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1307,"nodeType":"ExpressionStatement","src":"8260:33:7"}]},"id":1309,"nodeType":"IfStatement","src":"7886:418:7","trueBody":{"id":1302,"nodeType":"Block","src":"7899:341:7","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1290,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1287,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1279,"src":"7917:10:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1288,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7928:6:7","memberName":"length","nodeType":"MemberAccess","src":"7917:17:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1289,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7938:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"7917:22:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1299,"nodeType":"IfStatement","src":"7913:286:7","trueBody":{"id":1298,"nodeType":"Block","src":"7941:258:7","statements":[{"expression":{"arguments":[{"arguments":[{"id":1293,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1275,"src":"8143:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1292,"name":"isContract","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1044,"src":"8132:10:7","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":1294,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8132:18:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374","id":1295,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8152:31:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""},"value":"Address: call to non-contract"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""}],"id":1291,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8124:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1296,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8124:60:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1297,"nodeType":"ExpressionStatement","src":"8124:60:7"}]}},{"expression":{"id":1300,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1279,"src":"8219:10:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1285,"id":1301,"nodeType":"Return","src":"8212:17:7"}]}}]},"documentation":{"id":1273,"nodeType":"StructuredDocumentation","src":"7400:277:7","text":" @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n _Available since v4.8._"},"id":1311,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResultFromTarget","nameLocation":"7691:26:7","nodeType":"FunctionDefinition","parameters":{"id":1282,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1275,"mutability":"mutable","name":"target","nameLocation":"7735:6:7","nodeType":"VariableDeclaration","scope":1311,"src":"7727:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1274,"name":"address","nodeType":"ElementaryTypeName","src":"7727:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1277,"mutability":"mutable","name":"success","nameLocation":"7756:7:7","nodeType":"VariableDeclaration","scope":1311,"src":"7751:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1276,"name":"bool","nodeType":"ElementaryTypeName","src":"7751:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1279,"mutability":"mutable","name":"returndata","nameLocation":"7786:10:7","nodeType":"VariableDeclaration","scope":1311,"src":"7773:23:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1278,"name":"bytes","nodeType":"ElementaryTypeName","src":"7773:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1281,"mutability":"mutable","name":"errorMessage","nameLocation":"7820:12:7","nodeType":"VariableDeclaration","scope":1311,"src":"7806:26:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1280,"name":"string","nodeType":"ElementaryTypeName","src":"7806:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7717:121:7"},"returnParameters":{"id":1285,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1284,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1311,"src":"7862:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1283,"name":"bytes","nodeType":"ElementaryTypeName","src":"7862:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7861:14:7"},"scope":1356,"src":"7682:628:7","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":1334,"nodeType":"Block","src":"8691:135:7","statements":[{"condition":{"id":1323,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1314,"src":"8705:7:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1332,"nodeType":"Block","src":"8762:58:7","statements":[{"expression":{"arguments":[{"id":1328,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1316,"src":"8784:10:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":1329,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1318,"src":"8796:12:7","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1327,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1355,"src":"8776:7:7","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":1330,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8776:33:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1331,"nodeType":"ExpressionStatement","src":"8776:33:7"}]},"id":1333,"nodeType":"IfStatement","src":"8701:119:7","trueBody":{"id":1326,"nodeType":"Block","src":"8714:42:7","statements":[{"expression":{"id":1324,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1316,"src":"8735:10:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":1322,"id":1325,"nodeType":"Return","src":"8728:17:7"}]}}]},"documentation":{"id":1312,"nodeType":"StructuredDocumentation","src":"8316:210:7","text":" @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n revert reason or using the provided one.\n _Available since v4.3._"},"id":1335,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResult","nameLocation":"8540:16:7","nodeType":"FunctionDefinition","parameters":{"id":1319,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1314,"mutability":"mutable","name":"success","nameLocation":"8571:7:7","nodeType":"VariableDeclaration","scope":1335,"src":"8566:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1313,"name":"bool","nodeType":"ElementaryTypeName","src":"8566:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1316,"mutability":"mutable","name":"returndata","nameLocation":"8601:10:7","nodeType":"VariableDeclaration","scope":1335,"src":"8588:23:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1315,"name":"bytes","nodeType":"ElementaryTypeName","src":"8588:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1318,"mutability":"mutable","name":"errorMessage","nameLocation":"8635:12:7","nodeType":"VariableDeclaration","scope":1335,"src":"8621:26:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1317,"name":"string","nodeType":"ElementaryTypeName","src":"8621:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8556:97:7"},"returnParameters":{"id":1322,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1321,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1335,"src":"8677:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1320,"name":"bytes","nodeType":"ElementaryTypeName","src":"8677:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"8676:14:7"},"scope":1356,"src":"8531:295:7","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1354,"nodeType":"Block","src":"8915:457:7","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1345,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1342,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1337,"src":"8991:10:7","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1343,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"9002:6:7","memberName":"length","nodeType":"MemberAccess","src":"8991:17:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":1344,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9011:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8991:21:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1352,"nodeType":"Block","src":"9321:45:7","statements":[{"expression":{"arguments":[{"id":1349,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1339,"src":"9342:12:7","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1348,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"9335:6:7","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":1350,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9335:20:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1351,"nodeType":"ExpressionStatement","src":"9335:20:7"}]},"id":1353,"nodeType":"IfStatement","src":"8987:379:7","trueBody":{"id":1347,"nodeType":"Block","src":"9014:301:7","statements":[{"AST":{"nodeType":"YulBlock","src":"9172:133:7","statements":[{"nodeType":"YulVariableDeclaration","src":"9190:40:7","value":{"arguments":[{"name":"returndata","nodeType":"YulIdentifier","src":"9219:10:7"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"9213:5:7"},"nodeType":"YulFunctionCall","src":"9213:17:7"},"variables":[{"name":"returndata_size","nodeType":"YulTypedName","src":"9194:15:7","type":""}]},{"expression":{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9258:2:7","type":"","value":"32"},{"name":"returndata","nodeType":"YulIdentifier","src":"9262:10:7"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9254:3:7"},"nodeType":"YulFunctionCall","src":"9254:19:7"},{"name":"returndata_size","nodeType":"YulIdentifier","src":"9275:15:7"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9247:6:7"},"nodeType":"YulFunctionCall","src":"9247:44:7"},"nodeType":"YulExpressionStatement","src":"9247:44:7"}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1337,"isOffset":false,"isSlot":false,"src":"9219:10:7","valueSize":1},{"declaration":1337,"isOffset":false,"isSlot":false,"src":"9262:10:7","valueSize":1}],"id":1346,"nodeType":"InlineAssembly","src":"9163:142:7"}]}}]},"id":1355,"implemented":true,"kind":"function","modifiers":[],"name":"_revert","nameLocation":"8841:7:7","nodeType":"FunctionDefinition","parameters":{"id":1340,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1337,"mutability":"mutable","name":"returndata","nameLocation":"8862:10:7","nodeType":"VariableDeclaration","scope":1355,"src":"8849:23:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1336,"name":"bytes","nodeType":"ElementaryTypeName","src":"8849:5:7","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":1339,"mutability":"mutable","name":"errorMessage","nameLocation":"8888:12:7","nodeType":"VariableDeclaration","scope":1355,"src":"8874:26:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1338,"name":"string","nodeType":"ElementaryTypeName","src":"8874:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8848:53:7"},"returnParameters":{"id":1341,"nodeType":"ParameterList","parameters":[],"src":"8915:0:7"},"scope":1356,"src":"8832:540:7","stateMutability":"pure","virtual":false,"visibility":"private"}],"scope":1357,"src":"194:9180:7","usedErrors":[]}],"src":"101:9274:7"},"id":7},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[1407],"Initializable":[408]},"id":1408,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1358,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:8"},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":1360,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1408,"sourceUnit":409,"src":"125:63:8","symbolAliases":[{"foreign":{"id":1359,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"133:13:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":1362,"name":"Initializable","nameLocations":["727:13:8"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"727:13:8"},"id":1363,"nodeType":"InheritanceSpecifier","src":"727:13:8"}],"canonicalName":"ContextUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":1361,"nodeType":"StructuredDocumentation","src":"190:496:8","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":1407,"linearizedBaseContracts":[1407,408],"name":"ContextUpgradeable","nameLocation":"705:18:8","nodeType":"ContractDefinition","nodes":[{"body":{"id":1368,"nodeType":"Block","src":"799:7:8","statements":[]},"id":1369,"implemented":true,"kind":"function","modifiers":[{"id":1366,"kind":"modifierInvocation","modifierName":{"id":1365,"name":"onlyInitializing","nameLocations":["782:16:8"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"782:16:8"},"nodeType":"ModifierInvocation","src":"782:16:8"}],"name":"__Context_init","nameLocation":"756:14:8","nodeType":"FunctionDefinition","parameters":{"id":1364,"nodeType":"ParameterList","parameters":[],"src":"770:2:8"},"returnParameters":{"id":1367,"nodeType":"ParameterList","parameters":[],"src":"799:0:8"},"scope":1407,"src":"747:59:8","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1374,"nodeType":"Block","src":"874:7:8","statements":[]},"id":1375,"implemented":true,"kind":"function","modifiers":[{"id":1372,"kind":"modifierInvocation","modifierName":{"id":1371,"name":"onlyInitializing","nameLocations":["857:16:8"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"857:16:8"},"nodeType":"ModifierInvocation","src":"857:16:8"}],"name":"__Context_init_unchained","nameLocation":"821:24:8","nodeType":"FunctionDefinition","parameters":{"id":1370,"nodeType":"ParameterList","parameters":[],"src":"845:2:8"},"returnParameters":{"id":1373,"nodeType":"ParameterList","parameters":[],"src":"874:0:8"},"scope":1407,"src":"812:69:8","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":1383,"nodeType":"Block","src":"948:34:8","statements":[{"expression":{"expression":{"id":1380,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"965:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1381,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"969:6:8","memberName":"sender","nodeType":"MemberAccess","src":"965:10:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1379,"id":1382,"nodeType":"Return","src":"958:17:8"}]},"id":1384,"implemented":true,"kind":"function","modifiers":[],"name":"_msgSender","nameLocation":"895:10:8","nodeType":"FunctionDefinition","parameters":{"id":1376,"nodeType":"ParameterList","parameters":[],"src":"905:2:8"},"returnParameters":{"id":1379,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1378,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1384,"src":"939:7:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1377,"name":"address","nodeType":"ElementaryTypeName","src":"939:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"938:9:8"},"scope":1407,"src":"886:96:8","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":1392,"nodeType":"Block","src":"1055:32:8","statements":[{"expression":{"expression":{"id":1389,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1072:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1390,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1076:4:8","memberName":"data","nodeType":"MemberAccess","src":"1072:8:8","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"functionReturnParameters":1388,"id":1391,"nodeType":"Return","src":"1065:15:8"}]},"id":1393,"implemented":true,"kind":"function","modifiers":[],"name":"_msgData","nameLocation":"997:8:8","nodeType":"FunctionDefinition","parameters":{"id":1385,"nodeType":"ParameterList","parameters":[],"src":"1005:2:8"},"returnParameters":{"id":1388,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1387,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1393,"src":"1039:14:8","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":1386,"name":"bytes","nodeType":"ElementaryTypeName","src":"1039:5:8","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1038:16:8"},"scope":1407,"src":"988:99:8","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":1400,"nodeType":"Block","src":"1165:25:8","statements":[{"expression":{"hexValue":"30","id":1398,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1182:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":1397,"id":1399,"nodeType":"Return","src":"1175:8:8"}]},"id":1401,"implemented":true,"kind":"function","modifiers":[],"name":"_contextSuffixLength","nameLocation":"1102:20:8","nodeType":"FunctionDefinition","parameters":{"id":1394,"nodeType":"ParameterList","parameters":[],"src":"1122:2:8"},"returnParameters":{"id":1397,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1396,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1401,"src":"1156:7:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1395,"name":"uint256","nodeType":"ElementaryTypeName","src":"1156:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1155:9:8"},"scope":1407,"src":"1093:97:8","stateMutability":"view","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":1402,"nodeType":"StructuredDocumentation","src":"1196:254:8","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":1406,"mutability":"mutable","name":"__gap","nameLocation":"1475:5:8","nodeType":"VariableDeclaration","scope":1407,"src":"1455:25:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":1403,"name":"uint256","nodeType":"ElementaryTypeName","src":"1455:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1405,"length":{"hexValue":"3530","id":1404,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1463:2:8","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"1455:11:8","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"}],"scope":1408,"src":"687:796:8","usedErrors":[]}],"src":"101:1383:8"},"id":8},"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol","exportedSymbols":{"MathUpgradeable":[2868],"SignedMathUpgradeable":[2973],"StringsUpgradeable":[1636]},"id":1637,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1409,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:9"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol","file":"./math/MathUpgradeable.sol","id":1410,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1637,"sourceUnit":2869,"src":"126:36:9","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol","file":"./math/SignedMathUpgradeable.sol","id":1411,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1637,"sourceUnit":2974,"src":"163:42:9","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"StringsUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":1412,"nodeType":"StructuredDocumentation","src":"207:34:9","text":" @dev String operations."},"fullyImplemented":true,"id":1636,"linearizedBaseContracts":[1636],"name":"StringsUpgradeable","nameLocation":"250:18:9","nodeType":"ContractDefinition","nodes":[{"constant":true,"id":1415,"mutability":"constant","name":"_SYMBOLS","nameLocation":"300:8:9","nodeType":"VariableDeclaration","scope":1636,"src":"275:54:9","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes16","typeString":"bytes16"},"typeName":{"id":1413,"name":"bytes16","nodeType":"ElementaryTypeName","src":"275:7:9","typeDescriptions":{"typeIdentifier":"t_bytes16","typeString":"bytes16"}},"value":{"hexValue":"30313233343536373839616263646566","id":1414,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"311:18:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_cb29997ed99ead0db59ce4d12b7d3723198c827273e5796737c926d78019c39f","typeString":"literal_string \"0123456789abcdef\""},"value":"0123456789abcdef"},"visibility":"private"},{"constant":true,"id":1418,"mutability":"constant","name":"_ADDRESS_LENGTH","nameLocation":"358:15:9","nodeType":"VariableDeclaration","scope":1636,"src":"335:43:9","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1416,"name":"uint8","nodeType":"ElementaryTypeName","src":"335:5:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"value":{"hexValue":"3230","id":1417,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"376:2:9","typeDescriptions":{"typeIdentifier":"t_rational_20_by_1","typeString":"int_const 20"},"value":"20"},"visibility":"private"},{"body":{"id":1465,"nodeType":"Block","src":"551:636:9","statements":[{"id":1464,"nodeType":"UncheckedBlock","src":"561:620:9","statements":[{"assignments":[1427],"declarations":[{"constant":false,"id":1427,"mutability":"mutable","name":"length","nameLocation":"593:6:9","nodeType":"VariableDeclaration","scope":1464,"src":"585:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1426,"name":"uint256","nodeType":"ElementaryTypeName","src":"585:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1434,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1433,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":1430,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1421,"src":"624:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1428,"name":"MathUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2868,"src":"602:15:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_MathUpgradeable_$2868_$","typeString":"type(library MathUpgradeable)"}},"id":1429,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"618:5:9","memberName":"log10","nodeType":"MemberAccess","referencedDeclaration":2705,"src":"602:21:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":1431,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"602:28:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":1432,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"633:1:9","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"602:32:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"585:49:9"},{"assignments":[1436],"declarations":[{"constant":false,"id":1436,"mutability":"mutable","name":"buffer","nameLocation":"662:6:9","nodeType":"VariableDeclaration","scope":1464,"src":"648:20:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1435,"name":"string","nodeType":"ElementaryTypeName","src":"648:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"id":1441,"initialValue":{"arguments":[{"id":1439,"name":"length","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1427,"src":"682:6:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1438,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"NewExpression","src":"671:10:9","typeDescriptions":{"typeIdentifier":"t_function_objectcreation_pure$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256) pure returns (string memory)"},"typeName":{"id":1437,"name":"string","nodeType":"ElementaryTypeName","src":"675:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}}},"id":1440,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"671:18:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"nodeType":"VariableDeclarationStatement","src":"648:41:9"},{"assignments":[1443],"declarations":[{"constant":false,"id":1443,"mutability":"mutable","name":"ptr","nameLocation":"711:3:9","nodeType":"VariableDeclaration","scope":1464,"src":"703:11:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1442,"name":"uint256","nodeType":"ElementaryTypeName","src":"703:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1444,"nodeType":"VariableDeclarationStatement","src":"703:11:9"},{"AST":{"nodeType":"YulBlock","src":"784:67:9","statements":[{"nodeType":"YulAssignment","src":"802:35:9","value":{"arguments":[{"name":"buffer","nodeType":"YulIdentifier","src":"813:6:9"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"825:2:9","type":"","value":"32"},{"name":"length","nodeType":"YulIdentifier","src":"829:6:9"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"821:3:9"},"nodeType":"YulFunctionCall","src":"821:15:9"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"809:3:9"},"nodeType":"YulFunctionCall","src":"809:28:9"},"variableNames":[{"name":"ptr","nodeType":"YulIdentifier","src":"802:3:9"}]}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1436,"isOffset":false,"isSlot":false,"src":"813:6:9","valueSize":1},{"declaration":1427,"isOffset":false,"isSlot":false,"src":"829:6:9","valueSize":1},{"declaration":1443,"isOffset":false,"isSlot":false,"src":"802:3:9","valueSize":1}],"id":1445,"nodeType":"InlineAssembly","src":"775:76:9"},{"body":{"id":1460,"nodeType":"Block","src":"877:267:9","statements":[{"expression":{"id":1448,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"--","prefix":false,"src":"895:5:9","subExpression":{"id":1447,"name":"ptr","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1443,"src":"895:3:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1449,"nodeType":"ExpressionStatement","src":"895:5:9"},{"AST":{"nodeType":"YulBlock","src":"978:84:9","statements":[{"expression":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"1008:3:9"},{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1022:5:9"},{"kind":"number","nodeType":"YulLiteral","src":"1029:2:9","type":"","value":"10"}],"functionName":{"name":"mod","nodeType":"YulIdentifier","src":"1018:3:9"},"nodeType":"YulFunctionCall","src":"1018:14:9"},{"name":"_SYMBOLS","nodeType":"YulIdentifier","src":"1034:8:9"}],"functionName":{"name":"byte","nodeType":"YulIdentifier","src":"1013:4:9"},"nodeType":"YulFunctionCall","src":"1013:30:9"}],"functionName":{"name":"mstore8","nodeType":"YulIdentifier","src":"1000:7:9"},"nodeType":"YulFunctionCall","src":"1000:44:9"},"nodeType":"YulExpressionStatement","src":"1000:44:9"}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1415,"isOffset":false,"isSlot":false,"src":"1034:8:9","valueSize":1},{"declaration":1443,"isOffset":false,"isSlot":false,"src":"1008:3:9","valueSize":1},{"declaration":1421,"isOffset":false,"isSlot":false,"src":"1022:5:9","valueSize":1}],"id":1450,"nodeType":"InlineAssembly","src":"969:93:9"},{"expression":{"id":1453,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1451,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1421,"src":"1079:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"hexValue":"3130","id":1452,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1088:2:9","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"src":"1079:11:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1454,"nodeType":"ExpressionStatement","src":"1079:11:9"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1457,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1455,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1421,"src":"1112:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1456,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1121:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1112:10:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1459,"nodeType":"IfStatement","src":"1108:21:9","trueBody":{"id":1458,"nodeType":"Break","src":"1124:5:9"}}]},"condition":{"hexValue":"74727565","id":1446,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"871:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"id":1461,"nodeType":"WhileStatement","src":"864:280:9"},{"expression":{"id":1462,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1436,"src":"1164:6:9","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1425,"id":1463,"nodeType":"Return","src":"1157:13:9"}]}]},"documentation":{"id":1419,"nodeType":"StructuredDocumentation","src":"385:90:9","text":" @dev Converts a `uint256` to its ASCII `string` decimal representation."},"id":1466,"implemented":true,"kind":"function","modifiers":[],"name":"toString","nameLocation":"489:8:9","nodeType":"FunctionDefinition","parameters":{"id":1422,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1421,"mutability":"mutable","name":"value","nameLocation":"506:5:9","nodeType":"VariableDeclaration","scope":1466,"src":"498:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1420,"name":"uint256","nodeType":"ElementaryTypeName","src":"498:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"497:15:9"},"returnParameters":{"id":1425,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1424,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1466,"src":"536:13:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1423,"name":"string","nodeType":"ElementaryTypeName","src":"536:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"535:15:9"},"scope":1636,"src":"480:707:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1493,"nodeType":"Block","src":"1357:114:9","statements":[{"expression":{"arguments":[{"arguments":[{"condition":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":1480,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1478,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1469,"src":"1398:5:9","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"hexValue":"30","id":1479,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1406:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1398:9:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"","id":1482,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1416:2:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470","typeString":"literal_string \"\""},"value":""},"id":1483,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"1398:20:9","trueExpression":{"hexValue":"2d","id":1481,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1410:3:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_d3b8281179950f98149eefdb158d0e1acb56f56e8e343aa9fefafa7e36959561","typeString":"literal_string \"-\""},"value":"-"},"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},{"arguments":[{"arguments":[{"id":1487,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1469,"src":"1455:5:9","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_int256","typeString":"int256"}],"expression":{"id":1485,"name":"SignedMathUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2973,"src":"1429:21:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_SignedMathUpgradeable_$2973_$","typeString":"type(library SignedMathUpgradeable)"}},"id":1486,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1451:3:9","memberName":"abs","nodeType":"MemberAccess","referencedDeclaration":2972,"src":"1429:25:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_int256_$returns$_t_uint256_$","typeString":"function (int256) pure returns (uint256)"}},"id":1488,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1429:32:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1484,"name":"toString","nodeType":"Identifier","overloadedDeclarations":[1466,1494],"referencedDeclaration":1466,"src":"1420:8:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256) pure returns (string memory)"}},"id":1489,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1420:42:9","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":1476,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"1381:3:9","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1477,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"1385:12:9","memberName":"encodePacked","nodeType":"MemberAccess","src":"1381:16:9","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1490,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1381:82:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1475,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1374:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_string_storage_ptr_$","typeString":"type(string storage pointer)"},"typeName":{"id":1474,"name":"string","nodeType":"ElementaryTypeName","src":"1374:6:9","typeDescriptions":{}}},"id":1491,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1374:90:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1473,"id":1492,"nodeType":"Return","src":"1367:97:9"}]},"documentation":{"id":1467,"nodeType":"StructuredDocumentation","src":"1193:89:9","text":" @dev Converts a `int256` to its ASCII `string` decimal representation."},"id":1494,"implemented":true,"kind":"function","modifiers":[],"name":"toString","nameLocation":"1296:8:9","nodeType":"FunctionDefinition","parameters":{"id":1470,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1469,"mutability":"mutable","name":"value","nameLocation":"1312:5:9","nodeType":"VariableDeclaration","scope":1494,"src":"1305:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":1468,"name":"int256","nodeType":"ElementaryTypeName","src":"1305:6:9","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"1304:14:9"},"returnParameters":{"id":1473,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1472,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1494,"src":"1342:13:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1471,"name":"string","nodeType":"ElementaryTypeName","src":"1342:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1341:15:9"},"scope":1636,"src":"1287:184:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1513,"nodeType":"Block","src":"1650:111:9","statements":[{"id":1512,"nodeType":"UncheckedBlock","src":"1660:95:9","statements":[{"expression":{"arguments":[{"id":1503,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1497,"src":"1703:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1509,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":1506,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1497,"src":"1733:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1504,"name":"MathUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2868,"src":"1710:15:9","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_MathUpgradeable_$2868_$","typeString":"type(library MathUpgradeable)"}},"id":1505,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1726:6:9","memberName":"log256","nodeType":"MemberAccess","referencedDeclaration":2828,"src":"1710:22:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":1507,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1710:29:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":1508,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1742:1:9","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1710:33:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1502,"name":"toHexString","nodeType":"Identifier","overloadedDeclarations":[1514,1590,1610],"referencedDeclaration":1590,"src":"1691:11:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256,uint256) pure returns (string memory)"}},"id":1510,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1691:53:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1501,"id":1511,"nodeType":"Return","src":"1684:60:9"}]}]},"documentation":{"id":1495,"nodeType":"StructuredDocumentation","src":"1477:94:9","text":" @dev Converts a `uint256` to its ASCII `string` hexadecimal representation."},"id":1514,"implemented":true,"kind":"function","modifiers":[],"name":"toHexString","nameLocation":"1585:11:9","nodeType":"FunctionDefinition","parameters":{"id":1498,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1497,"mutability":"mutable","name":"value","nameLocation":"1605:5:9","nodeType":"VariableDeclaration","scope":1514,"src":"1597:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1496,"name":"uint256","nodeType":"ElementaryTypeName","src":"1597:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1596:15:9"},"returnParameters":{"id":1501,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1500,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1514,"src":"1635:13:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1499,"name":"string","nodeType":"ElementaryTypeName","src":"1635:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1634:15:9"},"scope":1636,"src":"1576:185:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1589,"nodeType":"Block","src":"1974:347:9","statements":[{"assignments":[1525],"declarations":[{"constant":false,"id":1525,"mutability":"mutable","name":"buffer","nameLocation":"1997:6:9","nodeType":"VariableDeclaration","scope":1589,"src":"1984:19:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1524,"name":"bytes","nodeType":"ElementaryTypeName","src":"1984:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":1534,"initialValue":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1532,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1530,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":1528,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2016:1:9","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1529,"name":"length","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1519,"src":"2020:6:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2016:10:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"32","id":1531,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2029:1:9","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"2016:14:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1527,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"NewExpression","src":"2006:9:9","typeDescriptions":{"typeIdentifier":"t_function_objectcreation_pure$_t_uint256_$returns$_t_bytes_memory_ptr_$","typeString":"function (uint256) pure returns (bytes memory)"},"typeName":{"id":1526,"name":"bytes","nodeType":"ElementaryTypeName","src":"2010:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}}},"id":1533,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2006:25:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"nodeType":"VariableDeclarationStatement","src":"1984:47:9"},{"expression":{"id":1539,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1535,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1525,"src":"2041:6:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1537,"indexExpression":{"hexValue":"30","id":1536,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2048:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2041:9:9","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"30","id":1538,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2053:3:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_044852b2a670ade5407e78fb2863c51de9fcb96542a07186fe3aeda6bb8a116d","typeString":"literal_string \"0\""},"value":"0"},"src":"2041:15:9","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"id":1540,"nodeType":"ExpressionStatement","src":"2041:15:9"},{"expression":{"id":1545,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1541,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1525,"src":"2066:6:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1543,"indexExpression":{"hexValue":"31","id":1542,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2073:1:9","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2066:9:9","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"78","id":1544,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2078:3:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_7521d1cadbcfa91eec65aa16715b94ffc1c9654ba57ea2ef1a2127bca1127a83","typeString":"literal_string \"x\""},"value":"x"},"src":"2066:15:9","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"id":1546,"nodeType":"ExpressionStatement","src":"2066:15:9"},{"body":{"id":1575,"nodeType":"Block","src":"2136:83:9","statements":[{"expression":{"id":1569,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1561,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1525,"src":"2150:6:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1563,"indexExpression":{"id":1562,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1548,"src":"2157:1:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2150:9:9","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"baseExpression":{"id":1564,"name":"_SYMBOLS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1415,"src":"2162:8:9","typeDescriptions":{"typeIdentifier":"t_bytes16","typeString":"bytes16"}},"id":1568,"indexExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1567,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1565,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1517,"src":"2171:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"hexValue":"307866","id":1566,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2179:3:9","typeDescriptions":{"typeIdentifier":"t_rational_15_by_1","typeString":"int_const 15"},"value":"0xf"},"src":"2171:11:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2162:21:9","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"src":"2150:33:9","typeDescriptions":{"typeIdentifier":"t_bytes1","typeString":"bytes1"}},"id":1570,"nodeType":"ExpressionStatement","src":"2150:33:9"},{"expression":{"id":1573,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1571,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1517,"src":"2197:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"34","id":1572,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2207:1:9","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"2197:11:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1574,"nodeType":"ExpressionStatement","src":"2197:11:9"}]},"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1557,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1555,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1548,"src":"2124:1:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"31","id":1556,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2128:1:9","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"2124:5:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1576,"initializationExpression":{"assignments":[1548],"declarations":[{"constant":false,"id":1548,"mutability":"mutable","name":"i","nameLocation":"2104:1:9","nodeType":"VariableDeclaration","scope":1576,"src":"2096:9:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1547,"name":"uint256","nodeType":"ElementaryTypeName","src":"2096:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1554,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1553,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1551,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":1549,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2108:1:9","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1550,"name":"length","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1519,"src":"2112:6:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2108:10:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":1552,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2121:1:9","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"2108:14:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"2096:26:9"},"loopExpression":{"expression":{"id":1559,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"--","prefix":true,"src":"2131:3:9","subExpression":{"id":1558,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1548,"src":"2133:1:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1560,"nodeType":"ExpressionStatement","src":"2131:3:9"},"nodeType":"ForStatement","src":"2091:128:9"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1580,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1578,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1517,"src":"2236:5:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1579,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2245:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2236:10:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"537472696e67733a20686578206c656e67746820696e73756666696369656e74","id":1581,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2248:34:9","typeDescriptions":{"typeIdentifier":"t_stringliteral_04fc88320d7c9f639317c75102c103ff0044d3075a5c627e24e76e5bbb2733c2","typeString":"literal_string \"Strings: hex length insufficient\""},"value":"Strings: hex length insufficient"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_04fc88320d7c9f639317c75102c103ff0044d3075a5c627e24e76e5bbb2733c2","typeString":"literal_string \"Strings: hex length insufficient\""}],"id":1577,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2228:7:9","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1582,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2228:55:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1583,"nodeType":"ExpressionStatement","src":"2228:55:9"},{"expression":{"arguments":[{"id":1586,"name":"buffer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1525,"src":"2307:6:9","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1585,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2300:6:9","typeDescriptions":{"typeIdentifier":"t_type$_t_string_storage_ptr_$","typeString":"type(string storage pointer)"},"typeName":{"id":1584,"name":"string","nodeType":"ElementaryTypeName","src":"2300:6:9","typeDescriptions":{}}},"id":1587,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2300:14:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1523,"id":1588,"nodeType":"Return","src":"2293:21:9"}]},"documentation":{"id":1515,"nodeType":"StructuredDocumentation","src":"1767:112:9","text":" @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length."},"id":1590,"implemented":true,"kind":"function","modifiers":[],"name":"toHexString","nameLocation":"1893:11:9","nodeType":"FunctionDefinition","parameters":{"id":1520,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1517,"mutability":"mutable","name":"value","nameLocation":"1913:5:9","nodeType":"VariableDeclaration","scope":1590,"src":"1905:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1516,"name":"uint256","nodeType":"ElementaryTypeName","src":"1905:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1519,"mutability":"mutable","name":"length","nameLocation":"1928:6:9","nodeType":"VariableDeclaration","scope":1590,"src":"1920:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1518,"name":"uint256","nodeType":"ElementaryTypeName","src":"1920:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1904:31:9"},"returnParameters":{"id":1523,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1522,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1590,"src":"1959:13:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1521,"name":"string","nodeType":"ElementaryTypeName","src":"1959:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1958:15:9"},"scope":1636,"src":"1884:437:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1609,"nodeType":"Block","src":"2546:76:9","statements":[{"expression":{"arguments":[{"arguments":[{"arguments":[{"id":1603,"name":"addr","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1593,"src":"2591:4:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1602,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2583:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_uint160_$","typeString":"type(uint160)"},"typeName":{"id":1601,"name":"uint160","nodeType":"ElementaryTypeName","src":"2583:7:9","typeDescriptions":{}}},"id":1604,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2583:13:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint160","typeString":"uint160"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint160","typeString":"uint160"}],"id":1600,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2575:7:9","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":1599,"name":"uint256","nodeType":"ElementaryTypeName","src":"2575:7:9","typeDescriptions":{}}},"id":1605,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2575:22:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1606,"name":"_ADDRESS_LENGTH","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1418,"src":"2599:15:9","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":1598,"name":"toHexString","nodeType":"Identifier","overloadedDeclarations":[1514,1590,1610],"referencedDeclaration":1590,"src":"2563:11:9","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256,uint256) pure returns (string memory)"}},"id":1607,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2563:52:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"functionReturnParameters":1597,"id":1608,"nodeType":"Return","src":"2556:59:9"}]},"documentation":{"id":1591,"nodeType":"StructuredDocumentation","src":"2327:141:9","text":" @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation."},"id":1610,"implemented":true,"kind":"function","modifiers":[],"name":"toHexString","nameLocation":"2482:11:9","nodeType":"FunctionDefinition","parameters":{"id":1594,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1593,"mutability":"mutable","name":"addr","nameLocation":"2502:4:9","nodeType":"VariableDeclaration","scope":1610,"src":"2494:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1592,"name":"address","nodeType":"ElementaryTypeName","src":"2494:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2493:14:9"},"returnParameters":{"id":1597,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1596,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1610,"src":"2531:13:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1595,"name":"string","nodeType":"ElementaryTypeName","src":"2531:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2530:15:9"},"scope":1636,"src":"2473:149:9","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1634,"nodeType":"Block","src":"2777:66:9","statements":[{"expression":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1632,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"arguments":[{"id":1623,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1613,"src":"2810:1:9","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1622,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2804:5:9","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":1621,"name":"bytes","nodeType":"ElementaryTypeName","src":"2804:5:9","typeDescriptions":{}}},"id":1624,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2804:8:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1620,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"2794:9:9","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1625,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2794:19:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[{"arguments":[{"id":1629,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1615,"src":"2833:1:9","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":1628,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2827:5:9","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":1627,"name":"bytes","nodeType":"ElementaryTypeName","src":"2827:5:9","typeDescriptions":{}}},"id":1630,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2827:8:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1626,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"2817:9:9","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1631,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2817:19:9","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"2794:42:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":1619,"id":1633,"nodeType":"Return","src":"2787:49:9"}]},"documentation":{"id":1611,"nodeType":"StructuredDocumentation","src":"2628:66:9","text":" @dev Returns true if the two strings are equal."},"id":1635,"implemented":true,"kind":"function","modifiers":[],"name":"equal","nameLocation":"2708:5:9","nodeType":"FunctionDefinition","parameters":{"id":1616,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1613,"mutability":"mutable","name":"a","nameLocation":"2728:1:9","nodeType":"VariableDeclaration","scope":1635,"src":"2714:15:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1612,"name":"string","nodeType":"ElementaryTypeName","src":"2714:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"},{"constant":false,"id":1615,"mutability":"mutable","name":"b","nameLocation":"2745:1:9","nodeType":"VariableDeclaration","scope":1635,"src":"2731:15:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1614,"name":"string","nodeType":"ElementaryTypeName","src":"2731:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2713:34:9"},"returnParameters":{"id":1619,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1618,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1635,"src":"2771:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1617,"name":"bool","nodeType":"ElementaryTypeName","src":"2771:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2770:6:9"},"scope":1636,"src":"2699:144:9","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":1637,"src":"242:2603:9","usedErrors":[]}],"src":"101:2745:9"},"id":9},"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol","exportedSymbols":{"ECDSAUpgradeable":[2002],"MathUpgradeable":[2868],"SignedMathUpgradeable":[2973],"StringsUpgradeable":[1636]},"id":2003,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1638,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"112:23:10"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol","file":"../StringsUpgradeable.sol","id":1639,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2003,"sourceUnit":1637,"src":"137:35:10","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"ECDSAUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":1640,"nodeType":"StructuredDocumentation","src":"174:205:10","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":2002,"linearizedBaseContracts":[2002],"name":"ECDSAUpgradeable","nameLocation":"388:16:10","nodeType":"ContractDefinition","nodes":[{"canonicalName":"ECDSAUpgradeable.RecoverError","id":1646,"members":[{"id":1641,"name":"NoError","nameLocation":"439:7:10","nodeType":"EnumValue","src":"439:7:10"},{"id":1642,"name":"InvalidSignature","nameLocation":"456:16:10","nodeType":"EnumValue","src":"456:16:10"},{"id":1643,"name":"InvalidSignatureLength","nameLocation":"482:22:10","nodeType":"EnumValue","src":"482:22:10"},{"id":1644,"name":"InvalidSignatureS","nameLocation":"514:17:10","nodeType":"EnumValue","src":"514:17:10"},{"id":1645,"name":"InvalidSignatureV","nameLocation":"541:17:10","nodeType":"EnumValue","src":"541:17:10"}],"name":"RecoverError","nameLocation":"416:12:10","nodeType":"EnumDefinition","src":"411:175:10"},{"body":{"id":1689,"nodeType":"Block","src":"646:457:10","statements":[{"condition":{"commonType":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"id":1655,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1652,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1649,"src":"660:5:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":1653,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1646,"src":"669:12:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1646_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1654,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"682:7:10","memberName":"NoError","nodeType":"MemberAccess","referencedDeclaration":1641,"src":"669:20:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"src":"660:29:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"id":1661,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1658,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1649,"src":"756:5:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":1659,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1646,"src":"765:12:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1646_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1660,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"778:16:10","memberName":"InvalidSignature","nodeType":"MemberAccess","referencedDeclaration":1642,"src":"765:29:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"src":"756:38:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"id":1670,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1667,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1649,"src":"865:5:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":1668,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1646,"src":"874:12:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1646_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1669,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"887:22:10","memberName":"InvalidSignatureLength","nodeType":"MemberAccess","referencedDeclaration":1643,"src":"874:35:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"src":"865:44:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"id":1679,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1676,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1649,"src":"987:5:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":1677,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1646,"src":"996:12:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1646_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1678,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"1009:17:10","memberName":"InvalidSignatureS","nodeType":"MemberAccess","referencedDeclaration":1644,"src":"996:30:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"src":"987:39:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1685,"nodeType":"IfStatement","src":"983:114:10","trueBody":{"id":1684,"nodeType":"Block","src":"1028:69:10","statements":[{"expression":{"arguments":[{"hexValue":"45434453413a20696e76616c6964207369676e6174757265202773272076616c7565","id":1681,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1049:36:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_520d1f787dbcafbbfc007fd2c4ecf3d2711ec587f3ee9a1215c0b646c3e530bd","typeString":"literal_string \"ECDSA: invalid signature 's' value\""},"value":"ECDSA: invalid signature 's' value"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_520d1f787dbcafbbfc007fd2c4ecf3d2711ec587f3ee9a1215c0b646c3e530bd","typeString":"literal_string \"ECDSA: invalid signature 's' value\""}],"id":1680,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"1042:6:10","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":1682,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1042:44:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1683,"nodeType":"ExpressionStatement","src":"1042:44:10"}]}},"id":1686,"nodeType":"IfStatement","src":"861:236:10","trueBody":{"id":1675,"nodeType":"Block","src":"911:66:10","statements":[{"expression":{"arguments":[{"hexValue":"45434453413a20696e76616c6964207369676e6174757265206c656e677468","id":1672,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"932:33:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_1669ff3ba3cdf64474e1193492d05b8434e29b0b495e60095eb5f5c8ec14ce77","typeString":"literal_string \"ECDSA: invalid signature length\""},"value":"ECDSA: invalid signature length"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_1669ff3ba3cdf64474e1193492d05b8434e29b0b495e60095eb5f5c8ec14ce77","typeString":"literal_string \"ECDSA: invalid signature length\""}],"id":1671,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"925:6:10","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":1673,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"925:41:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1674,"nodeType":"ExpressionStatement","src":"925:41:10"}]}},"id":1687,"nodeType":"IfStatement","src":"752:345:10","trueBody":{"id":1666,"nodeType":"Block","src":"796:59:10","statements":[{"expression":{"arguments":[{"hexValue":"45434453413a20696e76616c6964207369676e6174757265","id":1663,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"817:26:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_00043f6bf76368aa97c21698e9b9d4779e31902453daccf3525ddfb36e53e2be","typeString":"literal_string \"ECDSA: invalid signature\""},"value":"ECDSA: invalid signature"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_00043f6bf76368aa97c21698e9b9d4779e31902453daccf3525ddfb36e53e2be","typeString":"literal_string \"ECDSA: invalid signature\""}],"id":1662,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"810:6:10","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":1664,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"810:34:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1665,"nodeType":"ExpressionStatement","src":"810:34:10"}]}},"id":1688,"nodeType":"IfStatement","src":"656:441:10","trueBody":{"id":1657,"nodeType":"Block","src":"691:55:10","statements":[{"functionReturnParameters":1651,"id":1656,"nodeType":"Return","src":"705:7:10"}]}}]},"id":1690,"implemented":true,"kind":"function","modifiers":[],"name":"_throwError","nameLocation":"601:11:10","nodeType":"FunctionDefinition","parameters":{"id":1650,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1649,"mutability":"mutable","name":"error","nameLocation":"626:5:10","nodeType":"VariableDeclaration","scope":1690,"src":"613:18:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1648,"nodeType":"UserDefinedTypeName","pathNode":{"id":1647,"name":"RecoverError","nameLocations":["613:12:10"],"nodeType":"IdentifierPath","referencedDeclaration":1646,"src":"613:12:10"},"referencedDeclaration":1646,"src":"613:12:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"src":"612:20:10"},"returnParameters":{"id":1651,"nodeType":"ParameterList","parameters":[],"src":"646:0:10"},"scope":2002,"src":"592:511:10","stateMutability":"pure","virtual":false,"visibility":"private"},{"body":{"id":1735,"nodeType":"Block","src":"2271:626:10","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1706,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1703,"name":"signature","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1695,"src":"2285:9:10","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1704,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2295:6:10","memberName":"length","nodeType":"MemberAccess","src":"2285:16:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"3635","id":1705,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2305:2:10","typeDescriptions":{"typeIdentifier":"t_rational_65_by_1","typeString":"int_const 65"},"value":"65"},"src":"2285:22:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":1733,"nodeType":"Block","src":"2810:81:10","statements":[{"expression":{"components":[{"arguments":[{"hexValue":"30","id":1727,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2840: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":1726,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2832:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1725,"name":"address","nodeType":"ElementaryTypeName","src":"2832:7:10","typeDescriptions":{}}},"id":1728,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2832:10:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":1729,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1646,"src":"2844:12:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1646_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1730,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2857:22:10","memberName":"InvalidSignatureLength","nodeType":"MemberAccess","referencedDeclaration":1643,"src":"2844:35:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"id":1731,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"2831:49:10","typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1702,"id":1732,"nodeType":"Return","src":"2824:56:10"}]},"id":1734,"nodeType":"IfStatement","src":"2281:610:10","trueBody":{"id":1724,"nodeType":"Block","src":"2309:495:10","statements":[{"assignments":[1708],"declarations":[{"constant":false,"id":1708,"mutability":"mutable","name":"r","nameLocation":"2331:1:10","nodeType":"VariableDeclaration","scope":1724,"src":"2323:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1707,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2323:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":1709,"nodeType":"VariableDeclarationStatement","src":"2323:9:10"},{"assignments":[1711],"declarations":[{"constant":false,"id":1711,"mutability":"mutable","name":"s","nameLocation":"2354:1:10","nodeType":"VariableDeclaration","scope":1724,"src":"2346:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1710,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2346:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":1712,"nodeType":"VariableDeclarationStatement","src":"2346:9:10"},{"assignments":[1714],"declarations":[{"constant":false,"id":1714,"mutability":"mutable","name":"v","nameLocation":"2375:1:10","nodeType":"VariableDeclaration","scope":1724,"src":"2369:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1713,"name":"uint8","nodeType":"ElementaryTypeName","src":"2369:5:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"id":1715,"nodeType":"VariableDeclarationStatement","src":"2369:7:10"},{"AST":{"nodeType":"YulBlock","src":"2577:171:10","statements":[{"nodeType":"YulAssignment","src":"2595:32:10","value":{"arguments":[{"arguments":[{"name":"signature","nodeType":"YulIdentifier","src":"2610:9:10"},{"kind":"number","nodeType":"YulLiteral","src":"2621:4:10","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2606:3:10"},"nodeType":"YulFunctionCall","src":"2606:20:10"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2600:5:10"},"nodeType":"YulFunctionCall","src":"2600:27:10"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"2595:1:10"}]},{"nodeType":"YulAssignment","src":"2644:32:10","value":{"arguments":[{"arguments":[{"name":"signature","nodeType":"YulIdentifier","src":"2659:9:10"},{"kind":"number","nodeType":"YulLiteral","src":"2670:4:10","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2655:3:10"},"nodeType":"YulFunctionCall","src":"2655:20:10"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2649:5:10"},"nodeType":"YulFunctionCall","src":"2649:27:10"},"variableNames":[{"name":"s","nodeType":"YulIdentifier","src":"2644:1:10"}]},{"nodeType":"YulAssignment","src":"2693:41:10","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2703:1:10","type":"","value":"0"},{"arguments":[{"arguments":[{"name":"signature","nodeType":"YulIdentifier","src":"2716:9:10"},{"kind":"number","nodeType":"YulLiteral","src":"2727:4:10","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2712:3:10"},"nodeType":"YulFunctionCall","src":"2712:20:10"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2706:5:10"},"nodeType":"YulFunctionCall","src":"2706:27:10"}],"functionName":{"name":"byte","nodeType":"YulIdentifier","src":"2698:4:10"},"nodeType":"YulFunctionCall","src":"2698:36:10"},"variableNames":[{"name":"v","nodeType":"YulIdentifier","src":"2693:1:10"}]}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1708,"isOffset":false,"isSlot":false,"src":"2595:1:10","valueSize":1},{"declaration":1711,"isOffset":false,"isSlot":false,"src":"2644:1:10","valueSize":1},{"declaration":1695,"isOffset":false,"isSlot":false,"src":"2610:9:10","valueSize":1},{"declaration":1695,"isOffset":false,"isSlot":false,"src":"2659:9:10","valueSize":1},{"declaration":1695,"isOffset":false,"isSlot":false,"src":"2716:9:10","valueSize":1},{"declaration":1714,"isOffset":false,"isSlot":false,"src":"2693:1:10","valueSize":1}],"id":1716,"nodeType":"InlineAssembly","src":"2568:180:10"},{"expression":{"arguments":[{"id":1718,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1693,"src":"2779:4:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1719,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1714,"src":"2785:1:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":1720,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1708,"src":"2788:1:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1721,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1711,"src":"2791:1:10","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":1717,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1736,1810,1904],"referencedDeclaration":1904,"src":"2768:10:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1722,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2768:25:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1702,"id":1723,"nodeType":"Return","src":"2761:32:10"}]}}]},"documentation":{"id":1691,"nodeType":"StructuredDocumentation","src":"1109:1053:10","text":" @dev Returns the address that signed a hashed message (`hash`) with\n `signature` or error string. This address can then be used for verification purposes.\n The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\n this function rejects them by requiring the `s` value to be in the lower\n half order, and the `v` value to be either 27 or 28.\n IMPORTANT: `hash` _must_ be the result of a hash operation for the\n verification to be secure: it is possible to craft signatures that\n recover to arbitrary addresses for non-hashed data. A safe way to ensure\n this is by receiving a hash of the original message (which may otherwise\n be too long), and then calling {toEthSignedMessageHash} on it.\n 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 _Available since v4.3._"},"id":1736,"implemented":true,"kind":"function","modifiers":[],"name":"tryRecover","nameLocation":"2176:10:10","nodeType":"FunctionDefinition","parameters":{"id":1696,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1693,"mutability":"mutable","name":"hash","nameLocation":"2195:4:10","nodeType":"VariableDeclaration","scope":1736,"src":"2187:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1692,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2187:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1695,"mutability":"mutable","name":"signature","nameLocation":"2214:9:10","nodeType":"VariableDeclaration","scope":1736,"src":"2201:22:10","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1694,"name":"bytes","nodeType":"ElementaryTypeName","src":"2201:5:10","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"2186:38:10"},"returnParameters":{"id":1702,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1698,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1736,"src":"2248:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1697,"name":"address","nodeType":"ElementaryTypeName","src":"2248:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1701,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1736,"src":"2257:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1700,"nodeType":"UserDefinedTypeName","pathNode":{"id":1699,"name":"RecoverError","nameLocations":["2257:12:10"],"nodeType":"IdentifierPath","referencedDeclaration":1646,"src":"2257:12:10"},"referencedDeclaration":1646,"src":"2257:12:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"src":"2247:23:10"},"scope":2002,"src":"2167:730:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1762,"nodeType":"Block","src":"3770:140:10","statements":[{"assignments":[1747,1750],"declarations":[{"constant":false,"id":1747,"mutability":"mutable","name":"recovered","nameLocation":"3789:9:10","nodeType":"VariableDeclaration","scope":1762,"src":"3781:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1746,"name":"address","nodeType":"ElementaryTypeName","src":"3781:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1750,"mutability":"mutable","name":"error","nameLocation":"3813:5:10","nodeType":"VariableDeclaration","scope":1762,"src":"3800:18:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1749,"nodeType":"UserDefinedTypeName","pathNode":{"id":1748,"name":"RecoverError","nameLocations":["3800:12:10"],"nodeType":"IdentifierPath","referencedDeclaration":1646,"src":"3800:12:10"},"referencedDeclaration":1646,"src":"3800:12:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"id":1755,"initialValue":{"arguments":[{"id":1752,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1739,"src":"3833:4:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1753,"name":"signature","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1741,"src":"3839:9:10","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":1751,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1736,1810,1904],"referencedDeclaration":1736,"src":"3822:10:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"function (bytes32,bytes memory) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1754,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3822:27:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"nodeType":"VariableDeclarationStatement","src":"3780:69:10"},{"expression":{"arguments":[{"id":1757,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1750,"src":"3871:5:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}],"id":1756,"name":"_throwError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1690,"src":"3859:11:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_enum$_RecoverError_$1646_$returns$__$","typeString":"function (enum ECDSAUpgradeable.RecoverError) pure"}},"id":1758,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3859:18:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1759,"nodeType":"ExpressionStatement","src":"3859:18:10"},{"expression":{"id":1760,"name":"recovered","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"3894:9:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1745,"id":1761,"nodeType":"Return","src":"3887:16:10"}]},"documentation":{"id":1737,"nodeType":"StructuredDocumentation","src":"2903:775:10","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 opcode allows for malleable (non-unique) signatures:\n this function rejects them by requiring the `s` value to be in the lower\n half order, and the `v` value to be either 27 or 28.\n IMPORTANT: `hash` _must_ be the result of a hash operation for the\n verification to be secure: it is possible to craft signatures that\n recover to arbitrary addresses for non-hashed data. A safe way to ensure\n this is by receiving a hash of the original message (which may otherwise\n be too long), and then calling {toEthSignedMessageHash} on it."},"id":1763,"implemented":true,"kind":"function","modifiers":[],"name":"recover","nameLocation":"3692:7:10","nodeType":"FunctionDefinition","parameters":{"id":1742,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1739,"mutability":"mutable","name":"hash","nameLocation":"3708:4:10","nodeType":"VariableDeclaration","scope":1763,"src":"3700:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1738,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3700:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1741,"mutability":"mutable","name":"signature","nameLocation":"3727:9:10","nodeType":"VariableDeclaration","scope":1763,"src":"3714:22:10","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1740,"name":"bytes","nodeType":"ElementaryTypeName","src":"3714:5:10","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3699:38:10"},"returnParameters":{"id":1745,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1744,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1763,"src":"3761:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1743,"name":"address","nodeType":"ElementaryTypeName","src":"3761:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3760:9:10"},"scope":2002,"src":"3683:227:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1809,"nodeType":"Block","src":"4267:203:10","statements":[{"assignments":[1779],"declarations":[{"constant":false,"id":1779,"mutability":"mutable","name":"s","nameLocation":"4285:1:10","nodeType":"VariableDeclaration","scope":1809,"src":"4277:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1778,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4277:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"id":1786,"initialValue":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1785,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1780,"name":"vs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1770,"src":"4289:2:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"arguments":[{"hexValue":"307837666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666","id":1783,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4302:66:10","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":1782,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4294:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"},"typeName":{"id":1781,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4294:7:10","typeDescriptions":{}}},"id":1784,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4294:75:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"4289:80:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"VariableDeclarationStatement","src":"4277:92:10"},{"assignments":[1788],"declarations":[{"constant":false,"id":1788,"mutability":"mutable","name":"v","nameLocation":"4385:1:10","nodeType":"VariableDeclaration","scope":1809,"src":"4379:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1787,"name":"uint8","nodeType":"ElementaryTypeName","src":"4379:5:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"id":1801,"initialValue":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1799,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1796,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":1793,"name":"vs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1770,"src":"4404:2:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1792,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4396:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":1791,"name":"uint256","nodeType":"ElementaryTypeName","src":"4396:7:10","typeDescriptions":{}}},"id":1794,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4396:11:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"323535","id":1795,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4411:3:10","typeDescriptions":{"typeIdentifier":"t_rational_255_by_1","typeString":"int_const 255"},"value":"255"},"src":"4396:18:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1797,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"4395:20:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"3237","id":1798,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4418:2:10","typeDescriptions":{"typeIdentifier":"t_rational_27_by_1","typeString":"int_const 27"},"value":"27"},"src":"4395:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1790,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4389:5:10","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":1789,"name":"uint8","nodeType":"ElementaryTypeName","src":"4389:5:10","typeDescriptions":{}}},"id":1800,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4389:32:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"VariableDeclarationStatement","src":"4379:42:10"},{"expression":{"arguments":[{"id":1803,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1766,"src":"4449:4:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1804,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1788,"src":"4455:1:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":1805,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1768,"src":"4458:1:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1806,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1779,"src":"4461:1:10","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":1802,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1736,1810,1904],"referencedDeclaration":1904,"src":"4438:10:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1807,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4438:25:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1777,"id":1808,"nodeType":"Return","src":"4431:32:10"}]},"documentation":{"id":1764,"nodeType":"StructuredDocumentation","src":"3916:243:10","text":" @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\n See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]\n _Available since v4.3._"},"id":1810,"implemented":true,"kind":"function","modifiers":[],"name":"tryRecover","nameLocation":"4173:10:10","nodeType":"FunctionDefinition","parameters":{"id":1771,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1766,"mutability":"mutable","name":"hash","nameLocation":"4192:4:10","nodeType":"VariableDeclaration","scope":1810,"src":"4184:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1765,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4184:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1768,"mutability":"mutable","name":"r","nameLocation":"4206:1:10","nodeType":"VariableDeclaration","scope":1810,"src":"4198:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1767,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4198:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1770,"mutability":"mutable","name":"vs","nameLocation":"4217:2:10","nodeType":"VariableDeclaration","scope":1810,"src":"4209:10:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1769,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4209:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4183:37:10"},"returnParameters":{"id":1777,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1773,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1810,"src":"4244:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1772,"name":"address","nodeType":"ElementaryTypeName","src":"4244:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1776,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1810,"src":"4253:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1775,"nodeType":"UserDefinedTypeName","pathNode":{"id":1774,"name":"RecoverError","nameLocations":["4253:12:10"],"nodeType":"IdentifierPath","referencedDeclaration":1646,"src":"4253:12:10"},"referencedDeclaration":1646,"src":"4253:12:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"src":"4243:23:10"},"scope":2002,"src":"4164:306:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1839,"nodeType":"Block","src":"4721:136:10","statements":[{"assignments":[1823,1826],"declarations":[{"constant":false,"id":1823,"mutability":"mutable","name":"recovered","nameLocation":"4740:9:10","nodeType":"VariableDeclaration","scope":1839,"src":"4732:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1822,"name":"address","nodeType":"ElementaryTypeName","src":"4732:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1826,"mutability":"mutable","name":"error","nameLocation":"4764:5:10","nodeType":"VariableDeclaration","scope":1839,"src":"4751:18:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1825,"nodeType":"UserDefinedTypeName","pathNode":{"id":1824,"name":"RecoverError","nameLocations":["4751:12:10"],"nodeType":"IdentifierPath","referencedDeclaration":1646,"src":"4751:12:10"},"referencedDeclaration":1646,"src":"4751:12:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"id":1832,"initialValue":{"arguments":[{"id":1828,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1813,"src":"4784:4:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1829,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1815,"src":"4790:1:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1830,"name":"vs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1817,"src":"4793:2:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1827,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1736,1810,1904],"referencedDeclaration":1810,"src":"4773:10:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"function (bytes32,bytes32,bytes32) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1831,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4773:23:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"nodeType":"VariableDeclarationStatement","src":"4731:65:10"},{"expression":{"arguments":[{"id":1834,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1826,"src":"4818:5:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}],"id":1833,"name":"_throwError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1690,"src":"4806:11:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_enum$_RecoverError_$1646_$returns$__$","typeString":"function (enum ECDSAUpgradeable.RecoverError) pure"}},"id":1835,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4806:18:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1836,"nodeType":"ExpressionStatement","src":"4806:18:10"},{"expression":{"id":1837,"name":"recovered","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1823,"src":"4841:9:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1821,"id":1838,"nodeType":"Return","src":"4834:16:10"}]},"documentation":{"id":1811,"nodeType":"StructuredDocumentation","src":"4476:154:10","text":" @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\n _Available since v4.2._"},"id":1840,"implemented":true,"kind":"function","modifiers":[],"name":"recover","nameLocation":"4644:7:10","nodeType":"FunctionDefinition","parameters":{"id":1818,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1813,"mutability":"mutable","name":"hash","nameLocation":"4660:4:10","nodeType":"VariableDeclaration","scope":1840,"src":"4652:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1812,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4652:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1815,"mutability":"mutable","name":"r","nameLocation":"4674:1:10","nodeType":"VariableDeclaration","scope":1840,"src":"4666:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1814,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4666:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1817,"mutability":"mutable","name":"vs","nameLocation":"4685:2:10","nodeType":"VariableDeclaration","scope":1840,"src":"4677:10:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1816,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4677:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4651:37:10"},"returnParameters":{"id":1821,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1820,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1840,"src":"4712:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1819,"name":"address","nodeType":"ElementaryTypeName","src":"4712:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"4711:9:10"},"scope":2002,"src":"4635:222:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1903,"nodeType":"Block","src":"5142:1345:10","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1862,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":1859,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1849,"src":"6038:1:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1858,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6030:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":1857,"name":"uint256","nodeType":"ElementaryTypeName","src":"6030:7:10","typeDescriptions":{}}},"id":1860,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6030:10:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"307837464646464646464646464646464646464646464646464646464646464646463544353736453733353741343530314444464539324634363638314232304130","id":1861,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6043:66:10","typeDescriptions":{"typeIdentifier":"t_rational_57896044618658097711785492504343953926418782139537452191302581570759080747168_by_1","typeString":"int_const 5789...(69 digits omitted)...7168"},"value":"0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0"},"src":"6030:79:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1872,"nodeType":"IfStatement","src":"6026:161:10","trueBody":{"id":1871,"nodeType":"Block","src":"6111:76:10","statements":[{"expression":{"components":[{"arguments":[{"hexValue":"30","id":1865,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6141: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":1864,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6133:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1863,"name":"address","nodeType":"ElementaryTypeName","src":"6133:7:10","typeDescriptions":{}}},"id":1866,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6133:10:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":1867,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1646,"src":"6145:12:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1646_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1868,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6158:17:10","memberName":"InvalidSignatureS","nodeType":"MemberAccess","referencedDeclaration":1644,"src":"6145:30:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"id":1869,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"6132:44:10","typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1856,"id":1870,"nodeType":"Return","src":"6125:51:10"}]}},{"assignments":[1874],"declarations":[{"constant":false,"id":1874,"mutability":"mutable","name":"signer","nameLocation":"6289:6:10","nodeType":"VariableDeclaration","scope":1903,"src":"6281:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1873,"name":"address","nodeType":"ElementaryTypeName","src":"6281:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1881,"initialValue":{"arguments":[{"id":1876,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1843,"src":"6308:4:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1877,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1845,"src":"6314:1:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":1878,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1847,"src":"6317:1:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1879,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1849,"src":"6320:1:10","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":1875,"name":"ecrecover","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-6,"src":"6298:9:10","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":1880,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6298:24:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"6281:41:10"},{"condition":{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1887,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1882,"name":"signer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1874,"src":"6336:6:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[{"hexValue":"30","id":1885,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6354: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":1884,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6346:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1883,"name":"address","nodeType":"ElementaryTypeName","src":"6346:7:10","typeDescriptions":{}}},"id":1886,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6346:10:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"6336:20:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1897,"nodeType":"IfStatement","src":"6332:101:10","trueBody":{"id":1896,"nodeType":"Block","src":"6358:75:10","statements":[{"expression":{"components":[{"arguments":[{"hexValue":"30","id":1890,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6388: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":1889,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6380:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1888,"name":"address","nodeType":"ElementaryTypeName","src":"6380:7:10","typeDescriptions":{}}},"id":1891,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6380:10:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":1892,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1646,"src":"6392:12:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1646_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1893,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6405:16:10","memberName":"InvalidSignature","nodeType":"MemberAccess","referencedDeclaration":1642,"src":"6392:29:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"id":1894,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"TupleExpression","src":"6379:43:10","typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1856,"id":1895,"nodeType":"Return","src":"6372:50:10"}]}},{"expression":{"components":[{"id":1898,"name":"signer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1874,"src":"6451:6:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"id":1899,"name":"RecoverError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1646,"src":"6459:12:10","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_RecoverError_$1646_$","typeString":"type(enum ECDSAUpgradeable.RecoverError)"}},"id":1900,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6472:7:10","memberName":"NoError","nodeType":"MemberAccess","referencedDeclaration":1641,"src":"6459:20:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"id":1901,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"6450:30:10","typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"functionReturnParameters":1856,"id":1902,"nodeType":"Return","src":"6443:37:10"}]},"documentation":{"id":1841,"nodeType":"StructuredDocumentation","src":"4863:163:10","text":" @dev Overload of {ECDSA-tryRecover} that receives the `v`,\n `r` and `s` signature fields separately.\n _Available since v4.3._"},"id":1904,"implemented":true,"kind":"function","modifiers":[],"name":"tryRecover","nameLocation":"5040:10:10","nodeType":"FunctionDefinition","parameters":{"id":1850,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1843,"mutability":"mutable","name":"hash","nameLocation":"5059:4:10","nodeType":"VariableDeclaration","scope":1904,"src":"5051:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1842,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5051:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1845,"mutability":"mutable","name":"v","nameLocation":"5071:1:10","nodeType":"VariableDeclaration","scope":1904,"src":"5065:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1844,"name":"uint8","nodeType":"ElementaryTypeName","src":"5065:5:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"},{"constant":false,"id":1847,"mutability":"mutable","name":"r","nameLocation":"5082:1:10","nodeType":"VariableDeclaration","scope":1904,"src":"5074:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1846,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5074:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1849,"mutability":"mutable","name":"s","nameLocation":"5093:1:10","nodeType":"VariableDeclaration","scope":1904,"src":"5085:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1848,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5085:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"5050:45:10"},"returnParameters":{"id":1856,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1852,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1904,"src":"5119:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1851,"name":"address","nodeType":"ElementaryTypeName","src":"5119:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1855,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1904,"src":"5128:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1854,"nodeType":"UserDefinedTypeName","pathNode":{"id":1853,"name":"RecoverError","nameLocations":["5128:12:10"],"nodeType":"IdentifierPath","referencedDeclaration":1646,"src":"5128:12:10"},"referencedDeclaration":1646,"src":"5128:12:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"src":"5118:23:10"},"scope":2002,"src":"5031:1456:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1936,"nodeType":"Block","src":"6714:138:10","statements":[{"assignments":[1919,1922],"declarations":[{"constant":false,"id":1919,"mutability":"mutable","name":"recovered","nameLocation":"6733:9:10","nodeType":"VariableDeclaration","scope":1936,"src":"6725:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1918,"name":"address","nodeType":"ElementaryTypeName","src":"6725:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1922,"mutability":"mutable","name":"error","nameLocation":"6757:5:10","nodeType":"VariableDeclaration","scope":1936,"src":"6744:18:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"},"typeName":{"id":1921,"nodeType":"UserDefinedTypeName","pathNode":{"id":1920,"name":"RecoverError","nameLocations":["6744:12:10"],"nodeType":"IdentifierPath","referencedDeclaration":1646,"src":"6744:12:10"},"referencedDeclaration":1646,"src":"6744:12:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}},"visibility":"internal"}],"id":1929,"initialValue":{"arguments":[{"id":1924,"name":"hash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1907,"src":"6777:4:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1925,"name":"v","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1909,"src":"6783:1:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},{"id":1926,"name":"r","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1911,"src":"6786:1:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1927,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1913,"src":"6789:1:10","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":1923,"name":"tryRecover","nodeType":"Identifier","overloadedDeclarations":[1736,1810,1904],"referencedDeclaration":1904,"src":"6766:10:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSAUpgradeable.RecoverError)"}},"id":1928,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6766:25:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_address_$_t_enum$_RecoverError_$1646_$","typeString":"tuple(address,enum ECDSAUpgradeable.RecoverError)"}},"nodeType":"VariableDeclarationStatement","src":"6724:67:10"},{"expression":{"arguments":[{"id":1931,"name":"error","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1922,"src":"6813:5:10","typeDescriptions":{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_enum$_RecoverError_$1646","typeString":"enum ECDSAUpgradeable.RecoverError"}],"id":1930,"name":"_throwError","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1690,"src":"6801:11:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_enum$_RecoverError_$1646_$returns$__$","typeString":"function (enum ECDSAUpgradeable.RecoverError) pure"}},"id":1932,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6801:18:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1933,"nodeType":"ExpressionStatement","src":"6801:18:10"},{"expression":{"id":1934,"name":"recovered","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1919,"src":"6836:9:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1917,"id":1935,"nodeType":"Return","src":"6829:16:10"}]},"documentation":{"id":1905,"nodeType":"StructuredDocumentation","src":"6493:122:10","text":" @dev Overload of {ECDSA-recover} that receives the `v`,\n `r` and `s` signature fields separately."},"id":1937,"implemented":true,"kind":"function","modifiers":[],"name":"recover","nameLocation":"6629:7:10","nodeType":"FunctionDefinition","parameters":{"id":1914,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1907,"mutability":"mutable","name":"hash","nameLocation":"6645:4:10","nodeType":"VariableDeclaration","scope":1937,"src":"6637:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1906,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6637:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1909,"mutability":"mutable","name":"v","nameLocation":"6657:1:10","nodeType":"VariableDeclaration","scope":1937,"src":"6651:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1908,"name":"uint8","nodeType":"ElementaryTypeName","src":"6651:5:10","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"},{"constant":false,"id":1911,"mutability":"mutable","name":"r","nameLocation":"6668:1:10","nodeType":"VariableDeclaration","scope":1937,"src":"6660:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1910,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6660:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1913,"mutability":"mutable","name":"s","nameLocation":"6679:1:10","nodeType":"VariableDeclaration","scope":1937,"src":"6671:9:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1912,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6671:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6636:45:10"},"returnParameters":{"id":1917,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1916,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1937,"src":"6705:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1915,"name":"address","nodeType":"ElementaryTypeName","src":"6705:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6704:9:10"},"scope":2002,"src":"6620:232:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1946,"nodeType":"Block","src":"7228:310:10","statements":[{"AST":{"nodeType":"YulBlock","src":"7384:148:10","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7405:4:10","type":"","value":"0x00"},{"hexValue":"19457468657265756d205369676e6564204d6573736167653a0a3332","kind":"string","nodeType":"YulLiteral","src":"7411:34:10","type":"","value":"\u0019Ethereum Signed Message:\n32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7398:6:10"},"nodeType":"YulFunctionCall","src":"7398:48:10"},"nodeType":"YulExpressionStatement","src":"7398:48:10"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7466:4:10","type":"","value":"0x1c"},{"name":"hash","nodeType":"YulIdentifier","src":"7472:4:10"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7459:6:10"},"nodeType":"YulFunctionCall","src":"7459:18:10"},"nodeType":"YulExpressionStatement","src":"7459:18:10"},{"nodeType":"YulAssignment","src":"7490:32:10","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7511:4:10","type":"","value":"0x00"},{"kind":"number","nodeType":"YulLiteral","src":"7517:4:10","type":"","value":"0x3c"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"7501:9:10"},"nodeType":"YulFunctionCall","src":"7501:21:10"},"variableNames":[{"name":"message","nodeType":"YulIdentifier","src":"7490:7:10"}]}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1940,"isOffset":false,"isSlot":false,"src":"7472:4:10","valueSize":1},{"declaration":1943,"isOffset":false,"isSlot":false,"src":"7490:7:10","valueSize":1}],"id":1945,"nodeType":"InlineAssembly","src":"7375:157:10"}]},"documentation":{"id":1938,"nodeType":"StructuredDocumentation","src":"6858:279:10","text":" @dev Returns an Ethereum Signed Message, created from a `hash`. This\n produces hash corresponding to the one signed with the\n https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\n JSON-RPC method as part of EIP-191.\n See {recover}."},"id":1947,"implemented":true,"kind":"function","modifiers":[],"name":"toEthSignedMessageHash","nameLocation":"7151:22:10","nodeType":"FunctionDefinition","parameters":{"id":1941,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1940,"mutability":"mutable","name":"hash","nameLocation":"7182:4:10","nodeType":"VariableDeclaration","scope":1947,"src":"7174:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1939,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7174:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7173:14:10"},"returnParameters":{"id":1944,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1943,"mutability":"mutable","name":"message","nameLocation":"7219:7:10","nodeType":"VariableDeclaration","scope":1947,"src":"7211:15:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1942,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7211:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7210:17:10"},"scope":2002,"src":"7142:396:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1968,"nodeType":"Block","src":"7903:127:10","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"19457468657265756d205369676e6564204d6573736167653a0a","id":1958,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7947:32:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_9af2d9c228f6cfddaa6d1e5b94e0bce4ab16bd9a472a2b7fbfd74ebff4c720b4","typeString":"literal_string hex\"19457468657265756d205369676e6564204d6573736167653a0a\""},"value":"\u0019Ethereum Signed Message:\n"},{"arguments":[{"expression":{"id":1961,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1950,"src":"8009:1:10","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":1962,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"8011:6:10","memberName":"length","nodeType":"MemberAccess","src":"8009:8:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1959,"name":"StringsUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1636,"src":"7981:18:10","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_StringsUpgradeable_$1636_$","typeString":"type(library StringsUpgradeable)"}},"id":1960,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"8000:8:10","memberName":"toString","nodeType":"MemberAccess","referencedDeclaration":1466,"src":"7981:27:10","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$","typeString":"function (uint256) pure returns (string memory)"}},"id":1963,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7981:37:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},{"id":1964,"name":"s","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1950,"src":"8020:1:10","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_stringliteral_9af2d9c228f6cfddaa6d1e5b94e0bce4ab16bd9a472a2b7fbfd74ebff4c720b4","typeString":"literal_string hex\"19457468657265756d205369676e6564204d6573736167653a0a\""},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":1956,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"7930:3:10","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1957,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"7934:12:10","memberName":"encodePacked","nodeType":"MemberAccess","src":"7930:16:10","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1965,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7930:92:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1955,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"7920:9:10","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1966,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7920:103:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"functionReturnParameters":1954,"id":1967,"nodeType":"Return","src":"7913:110:10"}]},"documentation":{"id":1948,"nodeType":"StructuredDocumentation","src":"7544:274:10","text":" @dev Returns an Ethereum Signed Message, created from `s`. This\n produces hash corresponding to the one signed with the\n https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\n JSON-RPC method as part of EIP-191.\n See {recover}."},"id":1969,"implemented":true,"kind":"function","modifiers":[],"name":"toEthSignedMessageHash","nameLocation":"7832:22:10","nodeType":"FunctionDefinition","parameters":{"id":1951,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1950,"mutability":"mutable","name":"s","nameLocation":"7868:1:10","nodeType":"VariableDeclaration","scope":1969,"src":"7855:14:10","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1949,"name":"bytes","nodeType":"ElementaryTypeName","src":"7855:5:10","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7854:16:10"},"returnParameters":{"id":1954,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1953,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1969,"src":"7894:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1952,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7894:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7893:9:10"},"scope":2002,"src":"7823:207:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":1980,"nodeType":"Block","src":"8476:290:10","statements":[{"AST":{"nodeType":"YulBlock","src":"8538:222:10","statements":[{"nodeType":"YulVariableDeclaration","src":"8552:22:10","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8569:4:10","type":"","value":"0x40"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8563:5:10"},"nodeType":"YulFunctionCall","src":"8563:11:10"},"variables":[{"name":"ptr","nodeType":"YulTypedName","src":"8556:3:10","type":""}]},{"expression":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"8594:3:10"},{"hexValue":"1901","kind":"string","nodeType":"YulLiteral","src":"8599:10:10","type":"","value":"\u0019\u0001"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8587:6:10"},"nodeType":"YulFunctionCall","src":"8587:23:10"},"nodeType":"YulExpressionStatement","src":"8587:23:10"},{"expression":{"arguments":[{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"8634:3:10"},{"kind":"number","nodeType":"YulLiteral","src":"8639:4:10","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8630:3:10"},"nodeType":"YulFunctionCall","src":"8630:14:10"},{"name":"domainSeparator","nodeType":"YulIdentifier","src":"8646:15:10"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8623:6:10"},"nodeType":"YulFunctionCall","src":"8623:39:10"},"nodeType":"YulExpressionStatement","src":"8623:39:10"},{"expression":{"arguments":[{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"8686:3:10"},{"kind":"number","nodeType":"YulLiteral","src":"8691:4:10","type":"","value":"0x22"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8682:3:10"},"nodeType":"YulFunctionCall","src":"8682:14:10"},{"name":"structHash","nodeType":"YulIdentifier","src":"8698:10:10"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8675:6:10"},"nodeType":"YulFunctionCall","src":"8675:34:10"},"nodeType":"YulExpressionStatement","src":"8675:34:10"},{"nodeType":"YulAssignment","src":"8722:28:10","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"8740:3:10"},{"kind":"number","nodeType":"YulLiteral","src":"8745:4:10","type":"","value":"0x42"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"8730:9:10"},"nodeType":"YulFunctionCall","src":"8730:20:10"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8722:4:10"}]}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":1977,"isOffset":false,"isSlot":false,"src":"8722:4:10","valueSize":1},{"declaration":1972,"isOffset":false,"isSlot":false,"src":"8646:15:10","valueSize":1},{"declaration":1974,"isOffset":false,"isSlot":false,"src":"8698:10:10","valueSize":1}],"id":1979,"nodeType":"InlineAssembly","src":"8529:231:10"}]},"documentation":{"id":1970,"nodeType":"StructuredDocumentation","src":"8036:328:10","text":" @dev Returns an Ethereum Signed Typed Data, created from a\n `domainSeparator` and a `structHash`. This produces hash corresponding\n to the one signed with the\n https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]\n JSON-RPC method as part of EIP-712.\n See {recover}."},"id":1981,"implemented":true,"kind":"function","modifiers":[],"name":"toTypedDataHash","nameLocation":"8378:15:10","nodeType":"FunctionDefinition","parameters":{"id":1975,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1972,"mutability":"mutable","name":"domainSeparator","nameLocation":"8402:15:10","nodeType":"VariableDeclaration","scope":1981,"src":"8394:23:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1971,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8394:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1974,"mutability":"mutable","name":"structHash","nameLocation":"8427:10:10","nodeType":"VariableDeclaration","scope":1981,"src":"8419:18:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1973,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8419:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8393:45:10"},"returnParameters":{"id":1978,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1977,"mutability":"mutable","name":"data","nameLocation":"8470:4:10","nodeType":"VariableDeclaration","scope":1981,"src":"8462:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1976,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8462:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8461:14:10"},"scope":2002,"src":"8369:397:10","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2000,"nodeType":"Block","src":"9081:80:10","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"1900","id":1994,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"9125:10:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_73fd5d154550a4a103564cb191928cd38898034de1b952dc21b290898b4b697a","typeString":"literal_string hex\"1900\""},"value":"\u0019\u0000"},{"id":1995,"name":"validator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1984,"src":"9137:9:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1996,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1986,"src":"9148:4:10","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":1992,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"9108:3:10","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1993,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"9112:12:10","memberName":"encodePacked","nodeType":"MemberAccess","src":"9108:16:10","typeDescriptions":{"typeIdentifier":"t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1997,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9108:45:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1991,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"9098:9:10","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1998,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9098:56:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"functionReturnParameters":1990,"id":1999,"nodeType":"Return","src":"9091:63:10"}]},"documentation":{"id":1982,"nodeType":"StructuredDocumentation","src":"8772:193:10","text":" @dev Returns an Ethereum Signed Data with intended validator, created from a\n `validator` and `data` according to the version 0 of EIP-191.\n See {recover}."},"id":2001,"implemented":true,"kind":"function","modifiers":[],"name":"toDataWithIntendedValidatorHash","nameLocation":"8979:31:10","nodeType":"FunctionDefinition","parameters":{"id":1987,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1984,"mutability":"mutable","name":"validator","nameLocation":"9019:9:10","nodeType":"VariableDeclaration","scope":2001,"src":"9011:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1983,"name":"address","nodeType":"ElementaryTypeName","src":"9011:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1986,"mutability":"mutable","name":"data","nameLocation":"9043:4:10","nodeType":"VariableDeclaration","scope":2001,"src":"9030:17:10","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":1985,"name":"bytes","nodeType":"ElementaryTypeName","src":"9030:5:10","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"9010:38:10"},"returnParameters":{"id":1990,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1989,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2001,"src":"9072:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1988,"name":"bytes32","nodeType":"ElementaryTypeName","src":"9072:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"9071:9:10"},"scope":2002,"src":"8970:191:10","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":2003,"src":"380:8783:10","usedErrors":[]}],"src":"112:9052:10"},"id":10},"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol","exportedSymbols":{"MathUpgradeable":[2868]},"id":2869,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":2004,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"103:23:11"},{"abstract":false,"baseContracts":[],"canonicalName":"MathUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":2005,"nodeType":"StructuredDocumentation","src":"128:73:11","text":" @dev Standard math utilities missing in the Solidity language."},"fullyImplemented":true,"id":2868,"linearizedBaseContracts":[2868],"name":"MathUpgradeable","nameLocation":"210:15:11","nodeType":"ContractDefinition","nodes":[{"canonicalName":"MathUpgradeable.Rounding","id":2009,"members":[{"id":2006,"name":"Down","nameLocation":"256:4:11","nodeType":"EnumValue","src":"256:4:11"},{"id":2007,"name":"Up","nameLocation":"298:2:11","nodeType":"EnumValue","src":"298:2:11"},{"id":2008,"name":"Zero","nameLocation":"329:4:11","nodeType":"EnumValue","src":"329:4:11"}],"name":"Rounding","nameLocation":"237:8:11","nodeType":"EnumDefinition","src":"232:122:11"},{"body":{"id":2026,"nodeType":"Block","src":"491:37:11","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2021,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2019,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2012,"src":"508:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"id":2020,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2014,"src":"512:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"508:5:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":2023,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2014,"src":"520:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2024,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"508:13:11","trueExpression":{"id":2022,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2012,"src":"516:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2018,"id":2025,"nodeType":"Return","src":"501:20:11"}]},"documentation":{"id":2010,"nodeType":"StructuredDocumentation","src":"360:59:11","text":" @dev Returns the largest of two numbers."},"id":2027,"implemented":true,"kind":"function","modifiers":[],"name":"max","nameLocation":"433:3:11","nodeType":"FunctionDefinition","parameters":{"id":2015,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2012,"mutability":"mutable","name":"a","nameLocation":"445:1:11","nodeType":"VariableDeclaration","scope":2027,"src":"437:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2011,"name":"uint256","nodeType":"ElementaryTypeName","src":"437:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2014,"mutability":"mutable","name":"b","nameLocation":"456:1:11","nodeType":"VariableDeclaration","scope":2027,"src":"448:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2013,"name":"uint256","nodeType":"ElementaryTypeName","src":"448:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"436:22:11"},"returnParameters":{"id":2018,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2017,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2027,"src":"482:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2016,"name":"uint256","nodeType":"ElementaryTypeName","src":"482:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"481:9:11"},"scope":2868,"src":"424:104:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2044,"nodeType":"Block","src":"666:37:11","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2039,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2037,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2030,"src":"683:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2038,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2032,"src":"687:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"683:5:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":2041,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2032,"src":"695:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2042,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"683:13:11","trueExpression":{"id":2040,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2030,"src":"691:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2036,"id":2043,"nodeType":"Return","src":"676:20:11"}]},"documentation":{"id":2028,"nodeType":"StructuredDocumentation","src":"534:60:11","text":" @dev Returns the smallest of two numbers."},"id":2045,"implemented":true,"kind":"function","modifiers":[],"name":"min","nameLocation":"608:3:11","nodeType":"FunctionDefinition","parameters":{"id":2033,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2030,"mutability":"mutable","name":"a","nameLocation":"620:1:11","nodeType":"VariableDeclaration","scope":2045,"src":"612:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2029,"name":"uint256","nodeType":"ElementaryTypeName","src":"612:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2032,"mutability":"mutable","name":"b","nameLocation":"631:1:11","nodeType":"VariableDeclaration","scope":2045,"src":"623:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2031,"name":"uint256","nodeType":"ElementaryTypeName","src":"623:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"611:22:11"},"returnParameters":{"id":2036,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2035,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2045,"src":"657:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2034,"name":"uint256","nodeType":"ElementaryTypeName","src":"657:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"656:9:11"},"scope":2868,"src":"599:104:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2067,"nodeType":"Block","src":"887:82:11","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2065,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2057,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2055,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2048,"src":"942:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"id":2056,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2050,"src":"946:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"942:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2058,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"941:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2064,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2061,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2059,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2048,"src":"952:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"^","rightExpression":{"id":2060,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2050,"src":"956:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"952:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2062,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"951:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"hexValue":"32","id":2063,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"961:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"951:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"941:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2054,"id":2066,"nodeType":"Return","src":"934:28:11"}]},"documentation":{"id":2046,"nodeType":"StructuredDocumentation","src":"709:102:11","text":" @dev Returns the average of two numbers. The result is rounded towards\n zero."},"id":2068,"implemented":true,"kind":"function","modifiers":[],"name":"average","nameLocation":"825:7:11","nodeType":"FunctionDefinition","parameters":{"id":2051,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2048,"mutability":"mutable","name":"a","nameLocation":"841:1:11","nodeType":"VariableDeclaration","scope":2068,"src":"833:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2047,"name":"uint256","nodeType":"ElementaryTypeName","src":"833:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2050,"mutability":"mutable","name":"b","nameLocation":"852:1:11","nodeType":"VariableDeclaration","scope":2068,"src":"844:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2049,"name":"uint256","nodeType":"ElementaryTypeName","src":"844:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"832:22:11"},"returnParameters":{"id":2054,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2053,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2068,"src":"878:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2052,"name":"uint256","nodeType":"ElementaryTypeName","src":"878:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"877:9:11"},"scope":2868,"src":"816:153:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2092,"nodeType":"Block","src":"1239:123:11","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2080,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2078,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2071,"src":"1327:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":2079,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1332:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1327:6:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2089,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2087,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2084,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2082,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2071,"src":"1341:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"hexValue":"31","id":2083,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1345:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1341:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2085,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"1340:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2086,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2073,"src":"1350:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"1340:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":2088,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1354:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1340:15:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2090,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"1327:28:11","trueExpression":{"hexValue":"30","id":2081,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1336:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2077,"id":2091,"nodeType":"Return","src":"1320:35:11"}]},"documentation":{"id":2069,"nodeType":"StructuredDocumentation","src":"975:188:11","text":" @dev Returns the ceiling of the division of two numbers.\n This differs from standard division with `/` in that it rounds up instead\n of rounding down."},"id":2093,"implemented":true,"kind":"function","modifiers":[],"name":"ceilDiv","nameLocation":"1177:7:11","nodeType":"FunctionDefinition","parameters":{"id":2074,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2071,"mutability":"mutable","name":"a","nameLocation":"1193:1:11","nodeType":"VariableDeclaration","scope":2093,"src":"1185:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2070,"name":"uint256","nodeType":"ElementaryTypeName","src":"1185:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2073,"mutability":"mutable","name":"b","nameLocation":"1204:1:11","nodeType":"VariableDeclaration","scope":2093,"src":"1196:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2072,"name":"uint256","nodeType":"ElementaryTypeName","src":"1196:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1184:22:11"},"returnParameters":{"id":2077,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2076,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2093,"src":"1230:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2075,"name":"uint256","nodeType":"ElementaryTypeName","src":"1230:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1229:9:11"},"scope":2868,"src":"1168:194:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2215,"nodeType":"Block","src":"1776:4115:11","statements":[{"id":2214,"nodeType":"UncheckedBlock","src":"1786:4099:11","statements":[{"assignments":[2106],"declarations":[{"constant":false,"id":2106,"mutability":"mutable","name":"prod0","nameLocation":"2115:5:11","nodeType":"VariableDeclaration","scope":2214,"src":"2107:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2105,"name":"uint256","nodeType":"ElementaryTypeName","src":"2107:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2107,"nodeType":"VariableDeclarationStatement","src":"2107:13:11"},{"assignments":[2109],"declarations":[{"constant":false,"id":2109,"mutability":"mutable","name":"prod1","nameLocation":"2187:5:11","nodeType":"VariableDeclaration","scope":2214,"src":"2179:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2108,"name":"uint256","nodeType":"ElementaryTypeName","src":"2179:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2110,"nodeType":"VariableDeclarationStatement","src":"2179:13:11"},{"AST":{"nodeType":"YulBlock","src":"2259:157:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2277:30:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"2294:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"2297:1:11"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2304:1:11","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"2300:3:11"},"nodeType":"YulFunctionCall","src":"2300:6:11"}],"functionName":{"name":"mulmod","nodeType":"YulIdentifier","src":"2287:6:11"},"nodeType":"YulFunctionCall","src":"2287:20:11"},"variables":[{"name":"mm","nodeType":"YulTypedName","src":"2281:2:11","type":""}]},{"nodeType":"YulAssignment","src":"2324:18:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"2337:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"2340:1:11"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"2333:3:11"},"nodeType":"YulFunctionCall","src":"2333:9:11"},"variableNames":[{"name":"prod0","nodeType":"YulIdentifier","src":"2324:5:11"}]},{"nodeType":"YulAssignment","src":"2359:43:11","value":{"arguments":[{"arguments":[{"name":"mm","nodeType":"YulIdentifier","src":"2376:2:11"},{"name":"prod0","nodeType":"YulIdentifier","src":"2380:5:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2372:3:11"},"nodeType":"YulFunctionCall","src":"2372:14:11"},{"arguments":[{"name":"mm","nodeType":"YulIdentifier","src":"2391:2:11"},{"name":"prod0","nodeType":"YulIdentifier","src":"2395:5:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"2388:2:11"},"nodeType":"YulFunctionCall","src":"2388:13:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2368:3:11"},"nodeType":"YulFunctionCall","src":"2368:34:11"},"variableNames":[{"name":"prod1","nodeType":"YulIdentifier","src":"2359:5:11"}]}]},"evmVersion":"paris","externalReferences":[{"declaration":2106,"isOffset":false,"isSlot":false,"src":"2324:5:11","valueSize":1},{"declaration":2106,"isOffset":false,"isSlot":false,"src":"2380:5:11","valueSize":1},{"declaration":2106,"isOffset":false,"isSlot":false,"src":"2395:5:11","valueSize":1},{"declaration":2109,"isOffset":false,"isSlot":false,"src":"2359:5:11","valueSize":1},{"declaration":2096,"isOffset":false,"isSlot":false,"src":"2294:1:11","valueSize":1},{"declaration":2096,"isOffset":false,"isSlot":false,"src":"2337:1:11","valueSize":1},{"declaration":2098,"isOffset":false,"isSlot":false,"src":"2297:1:11","valueSize":1},{"declaration":2098,"isOffset":false,"isSlot":false,"src":"2340:1:11","valueSize":1}],"id":2111,"nodeType":"InlineAssembly","src":"2250:166:11"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2114,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2112,"name":"prod1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2109,"src":"2497:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":2113,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2506:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2497:10:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2120,"nodeType":"IfStatement","src":"2493:368:11","trueBody":{"id":2119,"nodeType":"Block","src":"2509:352:11","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2117,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2115,"name":"prod0","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2106,"src":"2827:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2116,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"2835:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2827:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2104,"id":2118,"nodeType":"Return","src":"2820:26:11"}]}},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2124,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2122,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"2971:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"id":2123,"name":"prod1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2109,"src":"2985:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2971:19:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4d6174683a206d756c446976206f766572666c6f77","id":2125,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2992:23:11","typeDescriptions":{"typeIdentifier":"t_stringliteral_d87093691d63b122ac2c14d1b11554b287e2431cf2b03550b3be7cffb0f86851","typeString":"literal_string \"Math: mulDiv overflow\""},"value":"Math: mulDiv overflow"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d87093691d63b122ac2c14d1b11554b287e2431cf2b03550b3be7cffb0f86851","typeString":"literal_string \"Math: mulDiv overflow\""}],"id":2121,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2963:7:11","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2126,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2963:53:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2127,"nodeType":"ExpressionStatement","src":"2963:53:11"},{"assignments":[2129],"declarations":[{"constant":false,"id":2129,"mutability":"mutable","name":"remainder","nameLocation":"3280:9:11","nodeType":"VariableDeclaration","scope":2214,"src":"3272:17:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2128,"name":"uint256","nodeType":"ElementaryTypeName","src":"3272:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2130,"nodeType":"VariableDeclarationStatement","src":"3272:17:11"},{"AST":{"nodeType":"YulBlock","src":"3312:291:11","statements":[{"nodeType":"YulAssignment","src":"3381:38:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"3401:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"3404:1:11"},{"name":"denominator","nodeType":"YulIdentifier","src":"3407:11:11"}],"functionName":{"name":"mulmod","nodeType":"YulIdentifier","src":"3394:6:11"},"nodeType":"YulFunctionCall","src":"3394:25:11"},"variableNames":[{"name":"remainder","nodeType":"YulIdentifier","src":"3381:9:11"}]},{"nodeType":"YulAssignment","src":"3501:41:11","value":{"arguments":[{"name":"prod1","nodeType":"YulIdentifier","src":"3514:5:11"},{"arguments":[{"name":"remainder","nodeType":"YulIdentifier","src":"3524:9:11"},{"name":"prod0","nodeType":"YulIdentifier","src":"3535:5:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3521:2:11"},"nodeType":"YulFunctionCall","src":"3521:20:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3510:3:11"},"nodeType":"YulFunctionCall","src":"3510:32:11"},"variableNames":[{"name":"prod1","nodeType":"YulIdentifier","src":"3501:5:11"}]},{"nodeType":"YulAssignment","src":"3559:30:11","value":{"arguments":[{"name":"prod0","nodeType":"YulIdentifier","src":"3572:5:11"},{"name":"remainder","nodeType":"YulIdentifier","src":"3579:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3568:3:11"},"nodeType":"YulFunctionCall","src":"3568:21:11"},"variableNames":[{"name":"prod0","nodeType":"YulIdentifier","src":"3559:5:11"}]}]},"evmVersion":"paris","externalReferences":[{"declaration":2100,"isOffset":false,"isSlot":false,"src":"3407:11:11","valueSize":1},{"declaration":2106,"isOffset":false,"isSlot":false,"src":"3535:5:11","valueSize":1},{"declaration":2106,"isOffset":false,"isSlot":false,"src":"3559:5:11","valueSize":1},{"declaration":2106,"isOffset":false,"isSlot":false,"src":"3572:5:11","valueSize":1},{"declaration":2109,"isOffset":false,"isSlot":false,"src":"3501:5:11","valueSize":1},{"declaration":2109,"isOffset":false,"isSlot":false,"src":"3514:5:11","valueSize":1},{"declaration":2129,"isOffset":false,"isSlot":false,"src":"3381:9:11","valueSize":1},{"declaration":2129,"isOffset":false,"isSlot":false,"src":"3524:9:11","valueSize":1},{"declaration":2129,"isOffset":false,"isSlot":false,"src":"3579:9:11","valueSize":1},{"declaration":2096,"isOffset":false,"isSlot":false,"src":"3401:1:11","valueSize":1},{"declaration":2098,"isOffset":false,"isSlot":false,"src":"3404:1:11","valueSize":1}],"id":2131,"nodeType":"InlineAssembly","src":"3303:300:11"},{"assignments":[2133],"declarations":[{"constant":false,"id":2133,"mutability":"mutable","name":"twos","nameLocation":"3918:4:11","nodeType":"VariableDeclaration","scope":2214,"src":"3910:12:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2132,"name":"uint256","nodeType":"ElementaryTypeName","src":"3910:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2141,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2140,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2134,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"3925:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2138,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2136,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"~","prefix":true,"src":"3940:12:11","subExpression":{"id":2135,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"3941:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"hexValue":"31","id":2137,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3955:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3940:16:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2139,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3939:18:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"3925:32:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"3910:47:11"},{"AST":{"nodeType":"YulBlock","src":"3980:362:11","statements":[{"nodeType":"YulAssignment","src":"4045:37:11","value":{"arguments":[{"name":"denominator","nodeType":"YulIdentifier","src":"4064:11:11"},{"name":"twos","nodeType":"YulIdentifier","src":"4077:4:11"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4060:3:11"},"nodeType":"YulFunctionCall","src":"4060:22:11"},"variableNames":[{"name":"denominator","nodeType":"YulIdentifier","src":"4045:11:11"}]},{"nodeType":"YulAssignment","src":"4149:25:11","value":{"arguments":[{"name":"prod0","nodeType":"YulIdentifier","src":"4162:5:11"},{"name":"twos","nodeType":"YulIdentifier","src":"4169:4:11"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4158:3:11"},"nodeType":"YulFunctionCall","src":"4158:16:11"},"variableNames":[{"name":"prod0","nodeType":"YulIdentifier","src":"4149:5:11"}]},{"nodeType":"YulAssignment","src":"4289:39:11","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4309:1:11","type":"","value":"0"},{"name":"twos","nodeType":"YulIdentifier","src":"4312:4:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4305:3:11"},"nodeType":"YulFunctionCall","src":"4305:12:11"},{"name":"twos","nodeType":"YulIdentifier","src":"4319:4:11"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4301:3:11"},"nodeType":"YulFunctionCall","src":"4301:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"4326:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4297:3:11"},"nodeType":"YulFunctionCall","src":"4297:31:11"},"variableNames":[{"name":"twos","nodeType":"YulIdentifier","src":"4289:4:11"}]}]},"evmVersion":"paris","externalReferences":[{"declaration":2100,"isOffset":false,"isSlot":false,"src":"4045:11:11","valueSize":1},{"declaration":2100,"isOffset":false,"isSlot":false,"src":"4064:11:11","valueSize":1},{"declaration":2106,"isOffset":false,"isSlot":false,"src":"4149:5:11","valueSize":1},{"declaration":2106,"isOffset":false,"isSlot":false,"src":"4162:5:11","valueSize":1},{"declaration":2133,"isOffset":false,"isSlot":false,"src":"4077:4:11","valueSize":1},{"declaration":2133,"isOffset":false,"isSlot":false,"src":"4169:4:11","valueSize":1},{"declaration":2133,"isOffset":false,"isSlot":false,"src":"4289:4:11","valueSize":1},{"declaration":2133,"isOffset":false,"isSlot":false,"src":"4312:4:11","valueSize":1},{"declaration":2133,"isOffset":false,"isSlot":false,"src":"4319:4:11","valueSize":1}],"id":2142,"nodeType":"InlineAssembly","src":"3971:371:11"},{"expression":{"id":2147,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2143,"name":"prod0","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2106,"src":"4408:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"|=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2146,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2144,"name":"prod1","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2109,"src":"4417:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2145,"name":"twos","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2133,"src":"4425:4:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4417:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4408:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2148,"nodeType":"ExpressionStatement","src":"4408:21:11"},{"assignments":[2150],"declarations":[{"constant":false,"id":2150,"mutability":"mutable","name":"inverse","nameLocation":"4755:7:11","nodeType":"VariableDeclaration","scope":2214,"src":"4747:15:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2149,"name":"uint256","nodeType":"ElementaryTypeName","src":"4747:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2157,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2156,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2153,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"33","id":2151,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4766:1:11","typeDescriptions":{"typeIdentifier":"t_rational_3_by_1","typeString":"int_const 3"},"value":"3"},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2152,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"4770:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"4766:15:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2154,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"4765:17:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"^","rightExpression":{"hexValue":"32","id":2155,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4785:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"4765:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"4747:39:11"},{"expression":{"id":2164,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2158,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5003:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2163,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2159,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5014:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2162,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2160,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"5018:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2161,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5032:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5018:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5014:25:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5003:36:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2165,"nodeType":"ExpressionStatement","src":"5003:36:11"},{"expression":{"id":2172,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2166,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5072:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2171,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2167,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5083:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2170,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2168,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"5087:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2169,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5101:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5087:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5083:25:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5072:36:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2173,"nodeType":"ExpressionStatement","src":"5072:36:11"},{"expression":{"id":2180,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2174,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5142:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2179,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2175,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5153:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2178,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2176,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"5157:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2177,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5171:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5157:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5153:25:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5142:36:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2181,"nodeType":"ExpressionStatement","src":"5142:36:11"},{"expression":{"id":2188,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2182,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5212:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2187,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2183,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5223:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2186,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2184,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"5227:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2185,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5241:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5227:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5223:25:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5212:36:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2189,"nodeType":"ExpressionStatement","src":"5212:36:11"},{"expression":{"id":2196,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2190,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5282:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2195,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2191,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5293:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2194,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2192,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"5297:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2193,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5311:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5297:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5293:25:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5282:36:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2197,"nodeType":"ExpressionStatement","src":"5282:36:11"},{"expression":{"id":2204,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2198,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5353:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"*=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2203,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"32","id":2199,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5364:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2202,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2200,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2100,"src":"5368:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2201,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5382:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5368:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5364:25:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5353:36:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2205,"nodeType":"ExpressionStatement","src":"5353:36:11"},{"expression":{"id":2210,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2206,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2103,"src":"5823:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2209,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2207,"name":"prod0","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2106,"src":"5832:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2208,"name":"inverse","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2150,"src":"5840:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5832:15:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5823:24:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2211,"nodeType":"ExpressionStatement","src":"5823:24:11"},{"expression":{"id":2212,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2103,"src":"5868:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2104,"id":2213,"nodeType":"Return","src":"5861:13:11"}]}]},"documentation":{"id":2094,"nodeType":"StructuredDocumentation","src":"1368:305:11","text":" @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\n @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\n with further edits by Uniswap Labs also under MIT license."},"id":2216,"implemented":true,"kind":"function","modifiers":[],"name":"mulDiv","nameLocation":"1687:6:11","nodeType":"FunctionDefinition","parameters":{"id":2101,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2096,"mutability":"mutable","name":"x","nameLocation":"1702:1:11","nodeType":"VariableDeclaration","scope":2216,"src":"1694:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2095,"name":"uint256","nodeType":"ElementaryTypeName","src":"1694:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2098,"mutability":"mutable","name":"y","nameLocation":"1713:1:11","nodeType":"VariableDeclaration","scope":2216,"src":"1705:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2097,"name":"uint256","nodeType":"ElementaryTypeName","src":"1705:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2100,"mutability":"mutable","name":"denominator","nameLocation":"1724:11:11","nodeType":"VariableDeclaration","scope":2216,"src":"1716:19:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2099,"name":"uint256","nodeType":"ElementaryTypeName","src":"1716:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1693:43:11"},"returnParameters":{"id":2104,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2103,"mutability":"mutable","name":"result","nameLocation":"1768:6:11","nodeType":"VariableDeclaration","scope":2216,"src":"1760:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2102,"name":"uint256","nodeType":"ElementaryTypeName","src":"1760:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1759:16:11"},"scope":2868,"src":"1678:4213:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2259,"nodeType":"Block","src":"6133:189:11","statements":[{"assignments":[2232],"declarations":[{"constant":false,"id":2232,"mutability":"mutable","name":"result","nameLocation":"6151:6:11","nodeType":"VariableDeclaration","scope":2259,"src":"6143:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2231,"name":"uint256","nodeType":"ElementaryTypeName","src":"6143:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2238,"initialValue":{"arguments":[{"id":2234,"name":"x","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2219,"src":"6167:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":2235,"name":"y","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2221,"src":"6170:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":2236,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2223,"src":"6173:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2233,"name":"mulDiv","nodeType":"Identifier","overloadedDeclarations":[2216,2260],"referencedDeclaration":2216,"src":"6160:6:11","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256,uint256,uint256) pure returns (uint256)"}},"id":2237,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6160:25:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6143:42:11"},{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2250,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"id":2242,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2239,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2226,"src":"6199:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2240,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2009,"src":"6211:8:11","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$2009_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2241,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6220:2:11","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":2007,"src":"6211:11:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"src":"6199:23:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2249,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":2244,"name":"x","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2219,"src":"6233:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":2245,"name":"y","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2221,"src":"6236:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":2246,"name":"denominator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2223,"src":"6239:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2243,"name":"mulmod","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-16,"src":"6226:6:11","typeDescriptions":{"typeIdentifier":"t_function_mulmod_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256,uint256,uint256) pure returns (uint256)"}},"id":2247,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6226:25:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2248,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6254:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6226:29:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"6199:56:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2256,"nodeType":"IfStatement","src":"6195:98:11","trueBody":{"id":2255,"nodeType":"Block","src":"6257:36:11","statements":[{"expression":{"id":2253,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2251,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2232,"src":"6271:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"31","id":2252,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6281:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"6271:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2254,"nodeType":"ExpressionStatement","src":"6271:11:11"}]}},{"expression":{"id":2257,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2232,"src":"6309:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2230,"id":2258,"nodeType":"Return","src":"6302:13:11"}]},"documentation":{"id":2217,"nodeType":"StructuredDocumentation","src":"5897:121:11","text":" @notice Calculates x * y / denominator with full precision, following the selected rounding direction."},"id":2260,"implemented":true,"kind":"function","modifiers":[],"name":"mulDiv","nameLocation":"6032:6:11","nodeType":"FunctionDefinition","parameters":{"id":2227,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2219,"mutability":"mutable","name":"x","nameLocation":"6047:1:11","nodeType":"VariableDeclaration","scope":2260,"src":"6039:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2218,"name":"uint256","nodeType":"ElementaryTypeName","src":"6039:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2221,"mutability":"mutable","name":"y","nameLocation":"6058:1:11","nodeType":"VariableDeclaration","scope":2260,"src":"6050:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2220,"name":"uint256","nodeType":"ElementaryTypeName","src":"6050:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2223,"mutability":"mutable","name":"denominator","nameLocation":"6069:11:11","nodeType":"VariableDeclaration","scope":2260,"src":"6061:19:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2222,"name":"uint256","nodeType":"ElementaryTypeName","src":"6061:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2226,"mutability":"mutable","name":"rounding","nameLocation":"6091:8:11","nodeType":"VariableDeclaration","scope":2260,"src":"6082:17:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2225,"nodeType":"UserDefinedTypeName","pathNode":{"id":2224,"name":"Rounding","nameLocations":["6082:8:11"],"nodeType":"IdentifierPath","referencedDeclaration":2009,"src":"6082:8:11"},"referencedDeclaration":2009,"src":"6082:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"6038:62:11"},"returnParameters":{"id":2230,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2229,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2260,"src":"6124:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2228,"name":"uint256","nodeType":"ElementaryTypeName","src":"6124:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6123:9:11"},"scope":2868,"src":"6023:299:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2371,"nodeType":"Block","src":"6598:1585:11","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2270,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2268,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"6612:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":2269,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6617:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6612:6:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2274,"nodeType":"IfStatement","src":"6608:45:11","trueBody":{"id":2273,"nodeType":"Block","src":"6620:33:11","statements":[{"expression":{"hexValue":"30","id":2271,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6641:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":2267,"id":2272,"nodeType":"Return","src":"6634:8:11"}]}},{"assignments":[2276],"declarations":[{"constant":false,"id":2276,"mutability":"mutable","name":"result","nameLocation":"7340:6:11","nodeType":"VariableDeclaration","scope":2371,"src":"7332:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2275,"name":"uint256","nodeType":"ElementaryTypeName","src":"7332:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2285,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2284,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"31","id":2277,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7349:1:11","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":2282,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":2279,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"7360:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2278,"name":"log2","nodeType":"Identifier","overloadedDeclarations":[2540,2576],"referencedDeclaration":2540,"src":"7355:4:11","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2280,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7355:7:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2281,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7366:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7355:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2283,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7354:14:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7349:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"7332:36:11"},{"id":2370,"nodeType":"UncheckedBlock","src":"7769:408:11","statements":[{"expression":{"id":2295,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2286,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7793:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2294,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2291,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2287,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7803:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2290,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2288,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"7812:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2289,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7816:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7812:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7803:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2292,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7802:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2293,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7827:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7802:26:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7793:35:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2296,"nodeType":"ExpressionStatement","src":"7793:35:11"},{"expression":{"id":2306,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2297,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7842:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2305,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2302,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2298,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7852:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2301,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2299,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"7861:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2300,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7865:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7861:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7852:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2303,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7851:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2304,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7876:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7851:26:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7842:35:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2307,"nodeType":"ExpressionStatement","src":"7842:35:11"},{"expression":{"id":2317,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2308,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7891:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2316,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2313,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2309,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7901:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2312,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2310,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"7910:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2311,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7914:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7910:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7901:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2314,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7900:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2315,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7925:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7900:26:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7891:35:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2318,"nodeType":"ExpressionStatement","src":"7891:35:11"},{"expression":{"id":2328,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2319,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7940:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2327,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2324,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2320,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7950:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2323,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2321,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"7959:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2322,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7963:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7959:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7950:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2325,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7949:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2326,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7974:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7949:26:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7940:35:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2329,"nodeType":"ExpressionStatement","src":"7940:35:11"},{"expression":{"id":2339,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2330,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7989:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2338,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2335,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2331,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"7999:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2334,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2332,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"8008:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2333,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8012:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8008:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7999:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2336,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7998:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2337,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8023:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7998:26:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7989:35:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2340,"nodeType":"ExpressionStatement","src":"7989:35:11"},{"expression":{"id":2350,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2341,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8038:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2349,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2346,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2342,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8048:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2345,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2343,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"8057:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2344,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8061:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8057:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8048:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2347,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8047:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2348,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8072:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"8047:26:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8038:35:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2351,"nodeType":"ExpressionStatement","src":"8038:35:11"},{"expression":{"id":2361,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2352,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8087:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2360,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2357,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2353,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8097:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2356,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2354,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"8106:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2355,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8110:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8106:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8097:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2358,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8096:21:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2359,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8121:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"8096:26:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8087:35:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2362,"nodeType":"ExpressionStatement","src":"8087:35:11"},{"expression":{"arguments":[{"id":2364,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8147:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2367,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2365,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2263,"src":"8155:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2366,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8159:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8155:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2363,"name":"min","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2045,"src":"8143:3:11","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256,uint256) pure returns (uint256)"}},"id":2368,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8143:23:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2267,"id":2369,"nodeType":"Return","src":"8136:30:11"}]}]},"documentation":{"id":2261,"nodeType":"StructuredDocumentation","src":"6328:208:11","text":" @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\n Inspired by Henry S. Warren, Jr.'s \"Hacker's Delight\" (Chapter 11)."},"id":2372,"implemented":true,"kind":"function","modifiers":[],"name":"sqrt","nameLocation":"6550:4:11","nodeType":"FunctionDefinition","parameters":{"id":2264,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2263,"mutability":"mutable","name":"a","nameLocation":"6563:1:11","nodeType":"VariableDeclaration","scope":2372,"src":"6555:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2262,"name":"uint256","nodeType":"ElementaryTypeName","src":"6555:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6554:11:11"},"returnParameters":{"id":2267,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2266,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2372,"src":"6589:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2265,"name":"uint256","nodeType":"ElementaryTypeName","src":"6589:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6588:9:11"},"scope":2868,"src":"6541:1642:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2407,"nodeType":"Block","src":"8359:161:11","statements":[{"id":2406,"nodeType":"UncheckedBlock","src":"8369:145:11","statements":[{"assignments":[2384],"declarations":[{"constant":false,"id":2384,"mutability":"mutable","name":"result","nameLocation":"8401:6:11","nodeType":"VariableDeclaration","scope":2406,"src":"8393:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2383,"name":"uint256","nodeType":"ElementaryTypeName","src":"8393:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2388,"initialValue":{"arguments":[{"id":2386,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2375,"src":"8415:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2385,"name":"sqrt","nodeType":"Identifier","overloadedDeclarations":[2372,2408],"referencedDeclaration":2372,"src":"8410:4:11","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2387,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8410:7:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"8393:24:11"},{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2404,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2389,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2384,"src":"8438:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2399,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"id":2393,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2390,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2378,"src":"8448:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2391,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2009,"src":"8460:8:11","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$2009_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2392,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"8469:2:11","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":2007,"src":"8460:11:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"src":"8448:23:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2398,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2396,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2394,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2384,"src":"8475:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2395,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2384,"src":"8484:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8475:15:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2397,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2375,"src":"8493:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8475:19:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"8448:46:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"30","id":2401,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8501:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"id":2402,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"8448:54:11","trueExpression":{"hexValue":"31","id":2400,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8497:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"id":2403,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8447:56:11","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"8438:65:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2382,"id":2405,"nodeType":"Return","src":"8431:72:11"}]}]},"documentation":{"id":2373,"nodeType":"StructuredDocumentation","src":"8189:89:11","text":" @notice Calculates sqrt(a), following the selected rounding direction."},"id":2408,"implemented":true,"kind":"function","modifiers":[],"name":"sqrt","nameLocation":"8292:4:11","nodeType":"FunctionDefinition","parameters":{"id":2379,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2375,"mutability":"mutable","name":"a","nameLocation":"8305:1:11","nodeType":"VariableDeclaration","scope":2408,"src":"8297:9:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2374,"name":"uint256","nodeType":"ElementaryTypeName","src":"8297:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2378,"mutability":"mutable","name":"rounding","nameLocation":"8317:8:11","nodeType":"VariableDeclaration","scope":2408,"src":"8308:17:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2377,"nodeType":"UserDefinedTypeName","pathNode":{"id":2376,"name":"Rounding","nameLocations":["8308:8:11"],"nodeType":"IdentifierPath","referencedDeclaration":2009,"src":"8308:8:11"},"referencedDeclaration":2009,"src":"8308:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"8296:30:11"},"returnParameters":{"id":2382,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2381,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2408,"src":"8350:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2380,"name":"uint256","nodeType":"ElementaryTypeName","src":"8350:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8349:9:11"},"scope":2868,"src":"8283:237:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2539,"nodeType":"Block","src":"8705:922:11","statements":[{"assignments":[2417],"declarations":[{"constant":false,"id":2417,"mutability":"mutable","name":"result","nameLocation":"8723:6:11","nodeType":"VariableDeclaration","scope":2539,"src":"8715:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2416,"name":"uint256","nodeType":"ElementaryTypeName","src":"8715:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2419,"initialValue":{"hexValue":"30","id":2418,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8732:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"nodeType":"VariableDeclarationStatement","src":"8715:18:11"},{"id":2536,"nodeType":"UncheckedBlock","src":"8743:855:11","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2424,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2422,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2420,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"8771:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"313238","id":2421,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8780:3:11","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"8771:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2423,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8786:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8771:16:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2434,"nodeType":"IfStatement","src":"8767:99:11","trueBody":{"id":2433,"nodeType":"Block","src":"8789:77:11","statements":[{"expression":{"id":2427,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2425,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"8807:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"313238","id":2426,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8817:3:11","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"8807:13:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2428,"nodeType":"ExpressionStatement","src":"8807:13:11"},{"expression":{"id":2431,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2429,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2417,"src":"8838:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"313238","id":2430,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8848:3:11","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"8838:13:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2432,"nodeType":"ExpressionStatement","src":"8838:13:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2439,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2437,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2435,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"8883:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3634","id":2436,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8892:2:11","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"8883:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2438,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8897:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8883:15:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2449,"nodeType":"IfStatement","src":"8879:96:11","trueBody":{"id":2448,"nodeType":"Block","src":"8900:75:11","statements":[{"expression":{"id":2442,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2440,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"8918:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3634","id":2441,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8928:2:11","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"8918:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2443,"nodeType":"ExpressionStatement","src":"8918:12:11"},{"expression":{"id":2446,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2444,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2417,"src":"8948:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3634","id":2445,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8958:2:11","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"8948:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2447,"nodeType":"ExpressionStatement","src":"8948:12:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2454,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2452,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2450,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"8992:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3332","id":2451,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9001:2:11","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"8992:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2453,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9006:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8992:15:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2464,"nodeType":"IfStatement","src":"8988:96:11","trueBody":{"id":2463,"nodeType":"Block","src":"9009:75:11","statements":[{"expression":{"id":2457,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2455,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9027:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3332","id":2456,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9037:2:11","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"9027:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2458,"nodeType":"ExpressionStatement","src":"9027:12:11"},{"expression":{"id":2461,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2459,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2417,"src":"9057:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3332","id":2460,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9067:2:11","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"9057:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2462,"nodeType":"ExpressionStatement","src":"9057:12:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2469,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2467,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2465,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9101:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3136","id":2466,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9110:2:11","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"9101:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2468,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9115:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9101:15:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2479,"nodeType":"IfStatement","src":"9097:96:11","trueBody":{"id":2478,"nodeType":"Block","src":"9118:75:11","statements":[{"expression":{"id":2472,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2470,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9136:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3136","id":2471,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9146:2:11","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"9136:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2473,"nodeType":"ExpressionStatement","src":"9136:12:11"},{"expression":{"id":2476,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2474,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2417,"src":"9166:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3136","id":2475,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9176:2:11","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"9166:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2477,"nodeType":"ExpressionStatement","src":"9166:12:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2484,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2482,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2480,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9210:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"38","id":2481,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9219:1:11","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"9210:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2483,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9223:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9210:14:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2494,"nodeType":"IfStatement","src":"9206:93:11","trueBody":{"id":2493,"nodeType":"Block","src":"9226:73:11","statements":[{"expression":{"id":2487,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2485,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9244:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"38","id":2486,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9254:1:11","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"9244:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2488,"nodeType":"ExpressionStatement","src":"9244:11:11"},{"expression":{"id":2491,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2489,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2417,"src":"9273:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"38","id":2490,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9283:1:11","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"9273:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2492,"nodeType":"ExpressionStatement","src":"9273:11:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2499,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2497,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2495,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9316:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"34","id":2496,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9325:1:11","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"9316:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2498,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9329:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9316:14:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2509,"nodeType":"IfStatement","src":"9312:93:11","trueBody":{"id":2508,"nodeType":"Block","src":"9332:73:11","statements":[{"expression":{"id":2502,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2500,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9350:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"34","id":2501,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9360:1:11","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"9350:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2503,"nodeType":"ExpressionStatement","src":"9350:11:11"},{"expression":{"id":2506,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2504,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2417,"src":"9379:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"34","id":2505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9389:1:11","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"9379:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2507,"nodeType":"ExpressionStatement","src":"9379:11:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2514,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2512,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2510,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9422:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"32","id":2511,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9431:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"9422:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2513,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9435:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9422:14:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2524,"nodeType":"IfStatement","src":"9418:93:11","trueBody":{"id":2523,"nodeType":"Block","src":"9438:73:11","statements":[{"expression":{"id":2517,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2515,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9456:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"32","id":2516,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9466:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"9456:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2518,"nodeType":"ExpressionStatement","src":"9456:11:11"},{"expression":{"id":2521,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2519,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2417,"src":"9485:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"32","id":2520,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9495:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"9485:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2522,"nodeType":"ExpressionStatement","src":"9485:11:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2529,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2527,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2525,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2411,"src":"9528:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2526,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9537:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"9528:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2528,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9541:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"9528:14:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2535,"nodeType":"IfStatement","src":"9524:64:11","trueBody":{"id":2534,"nodeType":"Block","src":"9544:44:11","statements":[{"expression":{"id":2532,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2530,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2417,"src":"9562:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"31","id":2531,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9572:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"9562:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2533,"nodeType":"ExpressionStatement","src":"9562:11:11"}]}}]},{"expression":{"id":2537,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2417,"src":"9614:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2415,"id":2538,"nodeType":"Return","src":"9607:13:11"}]},"documentation":{"id":2409,"nodeType":"StructuredDocumentation","src":"8526:113:11","text":" @dev Return the log in base 2, rounded down, of a positive value.\n Returns 0 if given 0."},"id":2540,"implemented":true,"kind":"function","modifiers":[],"name":"log2","nameLocation":"8653:4:11","nodeType":"FunctionDefinition","parameters":{"id":2412,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2411,"mutability":"mutable","name":"value","nameLocation":"8666:5:11","nodeType":"VariableDeclaration","scope":2540,"src":"8658:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2410,"name":"uint256","nodeType":"ElementaryTypeName","src":"8658:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8657:15:11"},"returnParameters":{"id":2415,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2414,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2540,"src":"8696:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2413,"name":"uint256","nodeType":"ElementaryTypeName","src":"8696:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8695:9:11"},"scope":2868,"src":"8644:983:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2575,"nodeType":"Block","src":"9860:165:11","statements":[{"id":2574,"nodeType":"UncheckedBlock","src":"9870:149:11","statements":[{"assignments":[2552],"declarations":[{"constant":false,"id":2552,"mutability":"mutable","name":"result","nameLocation":"9902:6:11","nodeType":"VariableDeclaration","scope":2574,"src":"9894:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2551,"name":"uint256","nodeType":"ElementaryTypeName","src":"9894:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2556,"initialValue":{"arguments":[{"id":2554,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2543,"src":"9916:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2553,"name":"log2","nodeType":"Identifier","overloadedDeclarations":[2540,2576],"referencedDeclaration":2540,"src":"9911:4:11","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2555,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9911:11:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"9894:28:11"},{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2572,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2557,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2552,"src":"9943:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2567,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"id":2561,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2558,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2546,"src":"9953:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2559,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2009,"src":"9965:8:11","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$2009_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2560,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"9974:2:11","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":2007,"src":"9965:11:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"src":"9953:23:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2566,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2564,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"31","id":2562,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9980:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"nodeType":"BinaryOperation","operator":"<<","rightExpression":{"id":2563,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2552,"src":"9985:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9980:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2565,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2543,"src":"9994:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9980:19:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"9953:46:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"30","id":2569,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10006:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"id":2570,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"9953:54:11","trueExpression":{"hexValue":"31","id":2568,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10002:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"id":2571,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"9952:56:11","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"9943:65:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2550,"id":2573,"nodeType":"Return","src":"9936:72:11"}]}]},"documentation":{"id":2541,"nodeType":"StructuredDocumentation","src":"9633:142:11","text":" @dev Return the log in base 2, following the selected rounding direction, of a positive value.\n Returns 0 if given 0."},"id":2576,"implemented":true,"kind":"function","modifiers":[],"name":"log2","nameLocation":"9789:4:11","nodeType":"FunctionDefinition","parameters":{"id":2547,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2543,"mutability":"mutable","name":"value","nameLocation":"9802:5:11","nodeType":"VariableDeclaration","scope":2576,"src":"9794:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2542,"name":"uint256","nodeType":"ElementaryTypeName","src":"9794:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2546,"mutability":"mutable","name":"rounding","nameLocation":"9818:8:11","nodeType":"VariableDeclaration","scope":2576,"src":"9809:17:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2545,"nodeType":"UserDefinedTypeName","pathNode":{"id":2544,"name":"Rounding","nameLocations":["9809:8:11"],"nodeType":"IdentifierPath","referencedDeclaration":2009,"src":"9809:8:11"},"referencedDeclaration":2009,"src":"9809:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"9793:34:11"},"returnParameters":{"id":2550,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2549,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2576,"src":"9851:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2548,"name":"uint256","nodeType":"ElementaryTypeName","src":"9851:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"9850:9:11"},"scope":2868,"src":"9780:245:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2704,"nodeType":"Block","src":"10212:854:11","statements":[{"assignments":[2585],"declarations":[{"constant":false,"id":2585,"mutability":"mutable","name":"result","nameLocation":"10230:6:11","nodeType":"VariableDeclaration","scope":2704,"src":"10222:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2584,"name":"uint256","nodeType":"ElementaryTypeName","src":"10222:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2587,"initialValue":{"hexValue":"30","id":2586,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10239:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"nodeType":"VariableDeclarationStatement","src":"10222:18:11"},{"id":2701,"nodeType":"UncheckedBlock","src":"10250:787:11","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2592,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2588,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10278:5:11","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":2591,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2589,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10287:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3634","id":2590,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10293:2:11","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"10287:8:11","typeDescriptions":{"typeIdentifier":"t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1","typeString":"int_const 1000...(57 digits omitted)...0000"}},"src":"10278:17:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2604,"nodeType":"IfStatement","src":"10274:103:11","trueBody":{"id":2603,"nodeType":"Block","src":"10297:80:11","statements":[{"expression":{"id":2597,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2593,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10315:5:11","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":2596,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2594,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10324:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3634","id":2595,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10330:2:11","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"10324:8:11","typeDescriptions":{"typeIdentifier":"t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1","typeString":"int_const 1000...(57 digits omitted)...0000"}},"src":"10315:17:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2598,"nodeType":"ExpressionStatement","src":"10315:17:11"},{"expression":{"id":2601,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2599,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2585,"src":"10350:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3634","id":2600,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10360:2:11","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"10350:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2602,"nodeType":"ExpressionStatement","src":"10350:12:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2609,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2605,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10394:5:11","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":2608,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2606,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10403:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3332","id":2607,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10409:2:11","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"10403:8:11","typeDescriptions":{"typeIdentifier":"t_rational_100000000000000000000000000000000_by_1","typeString":"int_const 1000...(25 digits omitted)...0000"}},"src":"10394:17:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2621,"nodeType":"IfStatement","src":"10390:103:11","trueBody":{"id":2620,"nodeType":"Block","src":"10413:80:11","statements":[{"expression":{"id":2614,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2610,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10431:5:11","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":2613,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2611,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10440:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3332","id":2612,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10446:2:11","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"10440:8:11","typeDescriptions":{"typeIdentifier":"t_rational_100000000000000000000000000000000_by_1","typeString":"int_const 1000...(25 digits omitted)...0000"}},"src":"10431:17:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2615,"nodeType":"ExpressionStatement","src":"10431:17:11"},{"expression":{"id":2618,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2616,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2585,"src":"10466:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3332","id":2617,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10476:2:11","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"10466:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2619,"nodeType":"ExpressionStatement","src":"10466:12:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2626,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2622,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10510:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_10000000000000000_by_1","typeString":"int_const 10000000000000000"},"id":2625,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2623,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10519:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3136","id":2624,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10525:2:11","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"10519:8:11","typeDescriptions":{"typeIdentifier":"t_rational_10000000000000000_by_1","typeString":"int_const 10000000000000000"}},"src":"10510:17:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2638,"nodeType":"IfStatement","src":"10506:103:11","trueBody":{"id":2637,"nodeType":"Block","src":"10529:80:11","statements":[{"expression":{"id":2631,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2627,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10547:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"commonType":{"typeIdentifier":"t_rational_10000000000000000_by_1","typeString":"int_const 10000000000000000"},"id":2630,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2628,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10556:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"3136","id":2629,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10562:2:11","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"10556:8:11","typeDescriptions":{"typeIdentifier":"t_rational_10000000000000000_by_1","typeString":"int_const 10000000000000000"}},"src":"10547:17:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2632,"nodeType":"ExpressionStatement","src":"10547:17:11"},{"expression":{"id":2635,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2633,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2585,"src":"10582:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3136","id":2634,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10592:2:11","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"10582:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2636,"nodeType":"ExpressionStatement","src":"10582:12:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2643,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2639,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10626:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_100000000_by_1","typeString":"int_const 100000000"},"id":2642,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2640,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10635:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"38","id":2641,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10641:1:11","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"10635:7:11","typeDescriptions":{"typeIdentifier":"t_rational_100000000_by_1","typeString":"int_const 100000000"}},"src":"10626:16:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2655,"nodeType":"IfStatement","src":"10622:100:11","trueBody":{"id":2654,"nodeType":"Block","src":"10644:78:11","statements":[{"expression":{"id":2648,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2644,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10662:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"commonType":{"typeIdentifier":"t_rational_100000000_by_1","typeString":"int_const 100000000"},"id":2647,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2645,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10671:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"38","id":2646,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10677:1:11","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"10671:7:11","typeDescriptions":{"typeIdentifier":"t_rational_100000000_by_1","typeString":"int_const 100000000"}},"src":"10662:16:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2649,"nodeType":"ExpressionStatement","src":"10662:16:11"},{"expression":{"id":2652,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2650,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2585,"src":"10696:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"38","id":2651,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10706:1:11","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"10696:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2653,"nodeType":"ExpressionStatement","src":"10696:11:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2660,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2656,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10739:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_10000_by_1","typeString":"int_const 10000"},"id":2659,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2657,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10748:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"34","id":2658,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10754:1:11","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"10748:7:11","typeDescriptions":{"typeIdentifier":"t_rational_10000_by_1","typeString":"int_const 10000"}},"src":"10739:16:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2672,"nodeType":"IfStatement","src":"10735:100:11","trueBody":{"id":2671,"nodeType":"Block","src":"10757:78:11","statements":[{"expression":{"id":2665,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2661,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10775:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"commonType":{"typeIdentifier":"t_rational_10000_by_1","typeString":"int_const 10000"},"id":2664,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2662,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10784:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"34","id":2663,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10790:1:11","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"10784:7:11","typeDescriptions":{"typeIdentifier":"t_rational_10000_by_1","typeString":"int_const 10000"}},"src":"10775:16:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2666,"nodeType":"ExpressionStatement","src":"10775:16:11"},{"expression":{"id":2669,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2667,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2585,"src":"10809:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"34","id":2668,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10819:1:11","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"10809:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2670,"nodeType":"ExpressionStatement","src":"10809:11:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2677,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2673,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10852:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_100_by_1","typeString":"int_const 100"},"id":2676,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2674,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10861:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"32","id":2675,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10867:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"10861:7:11","typeDescriptions":{"typeIdentifier":"t_rational_100_by_1","typeString":"int_const 100"}},"src":"10852:16:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2689,"nodeType":"IfStatement","src":"10848:100:11","trueBody":{"id":2688,"nodeType":"Block","src":"10870:78:11","statements":[{"expression":{"id":2682,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2678,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10888:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"/=","rightHandSide":{"commonType":{"typeIdentifier":"t_rational_100_by_1","typeString":"int_const 100"},"id":2681,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2679,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10897:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"32","id":2680,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10903:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"10897:7:11","typeDescriptions":{"typeIdentifier":"t_rational_100_by_1","typeString":"int_const 100"}},"src":"10888:16:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2683,"nodeType":"ExpressionStatement","src":"10888:16:11"},{"expression":{"id":2686,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2684,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2585,"src":"10922:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"32","id":2685,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10932:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"10922:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2687,"nodeType":"ExpressionStatement","src":"10922:11:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2694,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2690,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"10965:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"commonType":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"id":2693,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2691,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10974:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"hexValue":"31","id":2692,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10980:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"10974:7:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"}},"src":"10965:16:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2700,"nodeType":"IfStatement","src":"10961:66:11","trueBody":{"id":2699,"nodeType":"Block","src":"10983:44:11","statements":[{"expression":{"id":2697,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2695,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2585,"src":"11001:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"31","id":2696,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11011:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"11001:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2698,"nodeType":"ExpressionStatement","src":"11001:11:11"}]}}]},{"expression":{"id":2702,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2585,"src":"11053:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2583,"id":2703,"nodeType":"Return","src":"11046:13:11"}]},"documentation":{"id":2577,"nodeType":"StructuredDocumentation","src":"10031:114:11","text":" @dev Return the log in base 10, rounded down, of a positive value.\n Returns 0 if given 0."},"id":2705,"implemented":true,"kind":"function","modifiers":[],"name":"log10","nameLocation":"10159:5:11","nodeType":"FunctionDefinition","parameters":{"id":2580,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2579,"mutability":"mutable","name":"value","nameLocation":"10173:5:11","nodeType":"VariableDeclaration","scope":2705,"src":"10165:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2578,"name":"uint256","nodeType":"ElementaryTypeName","src":"10165:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"10164:15:11"},"returnParameters":{"id":2583,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2582,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2705,"src":"10203:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2581,"name":"uint256","nodeType":"ElementaryTypeName","src":"10203:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"10202:9:11"},"scope":2868,"src":"10150:916:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2740,"nodeType":"Block","src":"11301:167:11","statements":[{"id":2739,"nodeType":"UncheckedBlock","src":"11311:151:11","statements":[{"assignments":[2717],"declarations":[{"constant":false,"id":2717,"mutability":"mutable","name":"result","nameLocation":"11343:6:11","nodeType":"VariableDeclaration","scope":2739,"src":"11335:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2716,"name":"uint256","nodeType":"ElementaryTypeName","src":"11335:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2721,"initialValue":{"arguments":[{"id":2719,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2708,"src":"11358:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2718,"name":"log10","nodeType":"Identifier","overloadedDeclarations":[2705,2741],"referencedDeclaration":2705,"src":"11352:5:11","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2720,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11352:12:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"11335:29:11"},{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2737,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2722,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2717,"src":"11385:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2732,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"id":2726,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2723,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2711,"src":"11395:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2724,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2009,"src":"11407:8:11","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$2009_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2725,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"11416:2:11","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":2007,"src":"11407:11:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"src":"11395:23:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2731,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2729,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"3130","id":2727,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11422:2:11","typeDescriptions":{"typeIdentifier":"t_rational_10_by_1","typeString":"int_const 10"},"value":"10"},"nodeType":"BinaryOperation","operator":"**","rightExpression":{"id":2728,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2717,"src":"11428:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11422:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2730,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2708,"src":"11437:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11422:20:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"11395:47:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"30","id":2734,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11449:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"id":2735,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"11395:55:11","trueExpression":{"hexValue":"31","id":2733,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11445:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"id":2736,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"11394:57:11","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"11385:66:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2715,"id":2738,"nodeType":"Return","src":"11378:73:11"}]}]},"documentation":{"id":2706,"nodeType":"StructuredDocumentation","src":"11072:143:11","text":" @dev Return the log in base 10, following the selected rounding direction, of a positive value.\n Returns 0 if given 0."},"id":2741,"implemented":true,"kind":"function","modifiers":[],"name":"log10","nameLocation":"11229:5:11","nodeType":"FunctionDefinition","parameters":{"id":2712,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2708,"mutability":"mutable","name":"value","nameLocation":"11243:5:11","nodeType":"VariableDeclaration","scope":2741,"src":"11235:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2707,"name":"uint256","nodeType":"ElementaryTypeName","src":"11235:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2711,"mutability":"mutable","name":"rounding","nameLocation":"11259:8:11","nodeType":"VariableDeclaration","scope":2741,"src":"11250:17:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2710,"nodeType":"UserDefinedTypeName","pathNode":{"id":2709,"name":"Rounding","nameLocations":["11250:8:11"],"nodeType":"IdentifierPath","referencedDeclaration":2009,"src":"11250:8:11"},"referencedDeclaration":2009,"src":"11250:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"11234:34:11"},"returnParameters":{"id":2715,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2714,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2741,"src":"11292:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2713,"name":"uint256","nodeType":"ElementaryTypeName","src":"11292:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"11291:9:11"},"scope":2868,"src":"11220:248:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2827,"nodeType":"Block","src":"11782:600:11","statements":[{"assignments":[2750],"declarations":[{"constant":false,"id":2750,"mutability":"mutable","name":"result","nameLocation":"11800:6:11","nodeType":"VariableDeclaration","scope":2827,"src":"11792:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2749,"name":"uint256","nodeType":"ElementaryTypeName","src":"11792:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2752,"initialValue":{"hexValue":"30","id":2751,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11809:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"nodeType":"VariableDeclarationStatement","src":"11792:18:11"},{"id":2824,"nodeType":"UncheckedBlock","src":"11820:533:11","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2757,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2755,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2753,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2744,"src":"11848:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"313238","id":2754,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11857:3:11","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"11848:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2756,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11863:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"11848:16:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2767,"nodeType":"IfStatement","src":"11844:98:11","trueBody":{"id":2766,"nodeType":"Block","src":"11866:76:11","statements":[{"expression":{"id":2760,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2758,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2744,"src":"11884:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"313238","id":2759,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11894:3:11","typeDescriptions":{"typeIdentifier":"t_rational_128_by_1","typeString":"int_const 128"},"value":"128"},"src":"11884:13:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2761,"nodeType":"ExpressionStatement","src":"11884:13:11"},{"expression":{"id":2764,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2762,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2750,"src":"11915:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"3136","id":2763,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11925:2:11","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"11915:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2765,"nodeType":"ExpressionStatement","src":"11915:12:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2772,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2770,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2768,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2744,"src":"11959:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3634","id":2769,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11968:2:11","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"11959:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2771,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"11973:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"11959:15:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2782,"nodeType":"IfStatement","src":"11955:95:11","trueBody":{"id":2781,"nodeType":"Block","src":"11976:74:11","statements":[{"expression":{"id":2775,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2773,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2744,"src":"11994:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3634","id":2774,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12004:2:11","typeDescriptions":{"typeIdentifier":"t_rational_64_by_1","typeString":"int_const 64"},"value":"64"},"src":"11994:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2776,"nodeType":"ExpressionStatement","src":"11994:12:11"},{"expression":{"id":2779,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2777,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2750,"src":"12024:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"38","id":2778,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12034:1:11","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"12024:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2780,"nodeType":"ExpressionStatement","src":"12024:11:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2787,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2785,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2783,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2744,"src":"12067:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3332","id":2784,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12076:2:11","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"12067:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2786,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12081:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"12067:15:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2797,"nodeType":"IfStatement","src":"12063:95:11","trueBody":{"id":2796,"nodeType":"Block","src":"12084:74:11","statements":[{"expression":{"id":2790,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2788,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2744,"src":"12102:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3332","id":2789,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12112:2:11","typeDescriptions":{"typeIdentifier":"t_rational_32_by_1","typeString":"int_const 32"},"value":"32"},"src":"12102:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2791,"nodeType":"ExpressionStatement","src":"12102:12:11"},{"expression":{"id":2794,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2792,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2750,"src":"12132:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"34","id":2793,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12142:1:11","typeDescriptions":{"typeIdentifier":"t_rational_4_by_1","typeString":"int_const 4"},"value":"4"},"src":"12132:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2795,"nodeType":"ExpressionStatement","src":"12132:11:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2802,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2800,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2798,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2744,"src":"12175:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"3136","id":2799,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12184:2:11","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"12175:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2801,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12189:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"12175:15:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2812,"nodeType":"IfStatement","src":"12171:95:11","trueBody":{"id":2811,"nodeType":"Block","src":"12192:74:11","statements":[{"expression":{"id":2805,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2803,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2744,"src":"12210:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":">>=","rightHandSide":{"hexValue":"3136","id":2804,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12220:2:11","typeDescriptions":{"typeIdentifier":"t_rational_16_by_1","typeString":"int_const 16"},"value":"16"},"src":"12210:12:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2806,"nodeType":"ExpressionStatement","src":"12210:12:11"},{"expression":{"id":2809,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2807,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2750,"src":"12240:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"32","id":2808,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12250:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"12240:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2810,"nodeType":"ExpressionStatement","src":"12240:11:11"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2817,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2815,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2813,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2744,"src":"12283:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"38","id":2814,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12292:1:11","typeDescriptions":{"typeIdentifier":"t_rational_8_by_1","typeString":"int_const 8"},"value":"8"},"src":"12283:10:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2816,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12296:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"12283:14:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2823,"nodeType":"IfStatement","src":"12279:64:11","trueBody":{"id":2822,"nodeType":"Block","src":"12299:44:11","statements":[{"expression":{"id":2820,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2818,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2750,"src":"12317:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"hexValue":"31","id":2819,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12327:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"12317:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2821,"nodeType":"ExpressionStatement","src":"12317:11:11"}]}}]},{"expression":{"id":2825,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2750,"src":"12369:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2748,"id":2826,"nodeType":"Return","src":"12362:13:11"}]},"documentation":{"id":2742,"nodeType":"StructuredDocumentation","src":"11474:240:11","text":" @dev Return the log in base 256, rounded down, of a positive value.\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":2828,"implemented":true,"kind":"function","modifiers":[],"name":"log256","nameLocation":"11728:6:11","nodeType":"FunctionDefinition","parameters":{"id":2745,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2744,"mutability":"mutable","name":"value","nameLocation":"11743:5:11","nodeType":"VariableDeclaration","scope":2828,"src":"11735:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2743,"name":"uint256","nodeType":"ElementaryTypeName","src":"11735:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"11734:15:11"},"returnParameters":{"id":2748,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2747,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2828,"src":"11773:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2746,"name":"uint256","nodeType":"ElementaryTypeName","src":"11773:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"11772:9:11"},"scope":2868,"src":"11719:663:11","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2866,"nodeType":"Block","src":"12619:174:11","statements":[{"id":2865,"nodeType":"UncheckedBlock","src":"12629:158:11","statements":[{"assignments":[2840],"declarations":[{"constant":false,"id":2840,"mutability":"mutable","name":"result","nameLocation":"12661:6:11","nodeType":"VariableDeclaration","scope":2865,"src":"12653:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2839,"name":"uint256","nodeType":"ElementaryTypeName","src":"12653:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2844,"initialValue":{"arguments":[{"id":2842,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2831,"src":"12677:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2841,"name":"log256","nodeType":"Identifier","overloadedDeclarations":[2828,2867],"referencedDeclaration":2828,"src":"12670:6:11","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_uint256_$returns$_t_uint256_$","typeString":"function (uint256) pure returns (uint256)"}},"id":2843,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"12670:13:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"12653:30:11"},{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2863,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2845,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2840,"src":"12704:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"condition":{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2858,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"id":2849,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2846,"name":"rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2834,"src":"12714:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"expression":{"id":2847,"name":"Rounding","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2009,"src":"12726:8:11","typeDescriptions":{"typeIdentifier":"t_type$_t_enum$_Rounding_$2009_$","typeString":"type(enum MathUpgradeable.Rounding)"}},"id":2848,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"12735:2:11","memberName":"Up","nodeType":"MemberAccess","referencedDeclaration":2007,"src":"12726:11:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"src":"12714:23:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2857,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2855,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"hexValue":"31","id":2850,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12741:1:11","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":2853,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2851,"name":"result","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2840,"src":"12747:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<<","rightExpression":{"hexValue":"33","id":2852,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12757:1:11","typeDescriptions":{"typeIdentifier":"t_rational_3_by_1","typeString":"int_const 3"},"value":"3"},"src":"12747:11:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2854,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"12746:13:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"12741:18:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2856,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2831,"src":"12762:5:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"12741:26:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"12714:53:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"hexValue":"30","id":2860,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12774:1:11","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"id":2861,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"12714:61:11","trueExpression":{"hexValue":"31","id":2859,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"12770:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"id":2862,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"12713:63:11","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"12704:72:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2838,"id":2864,"nodeType":"Return","src":"12697:79:11"}]}]},"documentation":{"id":2829,"nodeType":"StructuredDocumentation","src":"12388:144:11","text":" @dev Return the log in base 256, following the selected rounding direction, of a positive value.\n Returns 0 if given 0."},"id":2867,"implemented":true,"kind":"function","modifiers":[],"name":"log256","nameLocation":"12546:6:11","nodeType":"FunctionDefinition","parameters":{"id":2835,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2831,"mutability":"mutable","name":"value","nameLocation":"12561:5:11","nodeType":"VariableDeclaration","scope":2867,"src":"12553:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2830,"name":"uint256","nodeType":"ElementaryTypeName","src":"12553:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2834,"mutability":"mutable","name":"rounding","nameLocation":"12577:8:11","nodeType":"VariableDeclaration","scope":2867,"src":"12568:17:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"},"typeName":{"id":2833,"nodeType":"UserDefinedTypeName","pathNode":{"id":2832,"name":"Rounding","nameLocations":["12568:8:11"],"nodeType":"IdentifierPath","referencedDeclaration":2009,"src":"12568:8:11"},"referencedDeclaration":2009,"src":"12568:8:11","typeDescriptions":{"typeIdentifier":"t_enum$_Rounding_$2009","typeString":"enum MathUpgradeable.Rounding"}},"visibility":"internal"}],"src":"12552:34:11"},"returnParameters":{"id":2838,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2837,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2867,"src":"12610:7:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2836,"name":"uint256","nodeType":"ElementaryTypeName","src":"12610:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"12609:9:11"},"scope":2868,"src":"12537:256:11","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":2869,"src":"202:12593:11","usedErrors":[]}],"src":"103:12693:11"},"id":11},"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol","exportedSymbols":{"SignedMathUpgradeable":[2973]},"id":2974,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":2870,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"109:23:12"},{"abstract":false,"baseContracts":[],"canonicalName":"SignedMathUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":2871,"nodeType":"StructuredDocumentation","src":"134:80:12","text":" @dev Standard signed math utilities missing in the Solidity language."},"fullyImplemented":true,"id":2973,"linearizedBaseContracts":[2973],"name":"SignedMathUpgradeable","nameLocation":"223:21:12","nodeType":"ContractDefinition","nodes":[{"body":{"id":2888,"nodeType":"Block","src":"386:37:12","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2883,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2881,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2874,"src":"403:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"id":2882,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2876,"src":"407:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"403:5:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":2885,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2876,"src":"415:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"id":2886,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"403:13:12","trueExpression":{"id":2884,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2874,"src":"411:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"functionReturnParameters":2880,"id":2887,"nodeType":"Return","src":"396:20:12"}]},"documentation":{"id":2872,"nodeType":"StructuredDocumentation","src":"251:66:12","text":" @dev Returns the largest of two signed numbers."},"id":2889,"implemented":true,"kind":"function","modifiers":[],"name":"max","nameLocation":"331:3:12","nodeType":"FunctionDefinition","parameters":{"id":2877,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2874,"mutability":"mutable","name":"a","nameLocation":"342:1:12","nodeType":"VariableDeclaration","scope":2889,"src":"335:8:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2873,"name":"int256","nodeType":"ElementaryTypeName","src":"335:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"},{"constant":false,"id":2876,"mutability":"mutable","name":"b","nameLocation":"352:1:12","nodeType":"VariableDeclaration","scope":2889,"src":"345:8:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2875,"name":"int256","nodeType":"ElementaryTypeName","src":"345:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"334:20:12"},"returnParameters":{"id":2880,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2879,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2889,"src":"378:6:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2878,"name":"int256","nodeType":"ElementaryTypeName","src":"378:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"377:8:12"},"scope":2973,"src":"322:101:12","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2906,"nodeType":"Block","src":"565:37:12","statements":[{"expression":{"condition":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2901,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2899,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2892,"src":"582:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":2900,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2894,"src":"586:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"582:5:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":2903,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2894,"src":"594:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"id":2904,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"582:13:12","trueExpression":{"id":2902,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2892,"src":"590:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"functionReturnParameters":2898,"id":2905,"nodeType":"Return","src":"575:20:12"}]},"documentation":{"id":2890,"nodeType":"StructuredDocumentation","src":"429:67:12","text":" @dev Returns the smallest of two signed numbers."},"id":2907,"implemented":true,"kind":"function","modifiers":[],"name":"min","nameLocation":"510:3:12","nodeType":"FunctionDefinition","parameters":{"id":2895,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2892,"mutability":"mutable","name":"a","nameLocation":"521:1:12","nodeType":"VariableDeclaration","scope":2907,"src":"514:8:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2891,"name":"int256","nodeType":"ElementaryTypeName","src":"514:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"},{"constant":false,"id":2894,"mutability":"mutable","name":"b","nameLocation":"531:1:12","nodeType":"VariableDeclaration","scope":2907,"src":"524:8:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2893,"name":"int256","nodeType":"ElementaryTypeName","src":"524:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"513:20:12"},"returnParameters":{"id":2898,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2897,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2907,"src":"557:6:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2896,"name":"int256","nodeType":"ElementaryTypeName","src":"557:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"556:8:12"},"scope":2973,"src":"501:101:12","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2950,"nodeType":"Block","src":"807:162:12","statements":[{"assignments":[2918],"declarations":[{"constant":false,"id":2918,"mutability":"mutable","name":"x","nameLocation":"876:1:12","nodeType":"VariableDeclaration","scope":2950,"src":"869:8:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2917,"name":"int256","nodeType":"ElementaryTypeName","src":"869:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"id":2931,"initialValue":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2930,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2921,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2919,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2910,"src":"881:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"id":2920,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2912,"src":"885:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"881:5:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2922,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"880:7:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2928,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2925,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2923,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2910,"src":"892:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"^","rightExpression":{"id":2924,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2912,"src":"896:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"892:5:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2926,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"891:7:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"31","id":2927,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"902:1:12","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"891:12:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2929,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"890:14:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"880:24:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"VariableDeclarationStatement","src":"869:35:12"},{"expression":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2948,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2932,"name":"x","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2918,"src":"921:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2946,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2940,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":2937,"name":"x","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2918,"src":"941:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_int256","typeString":"int256"}],"id":2936,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"933:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":2935,"name":"uint256","nodeType":"ElementaryTypeName","src":"933:7:12","typeDescriptions":{}}},"id":2938,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"933:10:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">>","rightExpression":{"hexValue":"323535","id":2939,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"947:3:12","typeDescriptions":{"typeIdentifier":"t_rational_255_by_1","typeString":"int_const 255"},"value":"255"},"src":"933:17:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2934,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"926:6:12","typeDescriptions":{"typeIdentifier":"t_type$_t_int256_$","typeString":"type(int256)"},"typeName":{"id":2933,"name":"int256","nodeType":"ElementaryTypeName","src":"926:6:12","typeDescriptions":{}}},"id":2941,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"926:25:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"&","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2944,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2942,"name":"a","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2910,"src":"955:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":"^","rightExpression":{"id":2943,"name":"b","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2912,"src":"959:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"955:5:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2945,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"954:7:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"926:35:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"id":2947,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"925:37:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"src":"921:41:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"functionReturnParameters":2916,"id":2949,"nodeType":"Return","src":"914:48:12"}]},"documentation":{"id":2908,"nodeType":"StructuredDocumentation","src":"608:126:12","text":" @dev Returns the average of two signed numbers without overflow.\n The result is rounded towards zero."},"id":2951,"implemented":true,"kind":"function","modifiers":[],"name":"average","nameLocation":"748:7:12","nodeType":"FunctionDefinition","parameters":{"id":2913,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2910,"mutability":"mutable","name":"a","nameLocation":"763:1:12","nodeType":"VariableDeclaration","scope":2951,"src":"756:8:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2909,"name":"int256","nodeType":"ElementaryTypeName","src":"756:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"},{"constant":false,"id":2912,"mutability":"mutable","name":"b","nameLocation":"773:1:12","nodeType":"VariableDeclaration","scope":2951,"src":"766:8:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2911,"name":"int256","nodeType":"ElementaryTypeName","src":"766:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"755:20:12"},"returnParameters":{"id":2916,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2915,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2951,"src":"799:6:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2914,"name":"int256","nodeType":"ElementaryTypeName","src":"799:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"798:8:12"},"scope":2973,"src":"739:230:12","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":2971,"nodeType":"Block","src":"1113:158:12","statements":[{"id":2970,"nodeType":"UncheckedBlock","src":"1123:142:12","statements":[{"expression":{"arguments":[{"condition":{"commonType":{"typeIdentifier":"t_int256","typeString":"int256"},"id":2963,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2961,"name":"n","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2954,"src":"1238:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"hexValue":"30","id":2962,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1243:1:12","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1238:6:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseExpression":{"id":2966,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"-","prefix":true,"src":"1251:2:12","subExpression":{"id":2965,"name":"n","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2954,"src":"1252:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"id":2967,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"Conditional","src":"1238:15:12","trueExpression":{"id":2964,"name":"n","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2954,"src":"1247:1:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_int256","typeString":"int256"}],"id":2960,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1230:7:12","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":2959,"name":"uint256","nodeType":"ElementaryTypeName","src":"1230:7:12","typeDescriptions":{}}},"id":2968,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1230:24:12","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":2958,"id":2969,"nodeType":"Return","src":"1223:31:12"}]}]},"documentation":{"id":2952,"nodeType":"StructuredDocumentation","src":"975:78:12","text":" @dev Returns the absolute unsigned value of a signed value."},"id":2972,"implemented":true,"kind":"function","modifiers":[],"name":"abs","nameLocation":"1067:3:12","nodeType":"FunctionDefinition","parameters":{"id":2955,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2954,"mutability":"mutable","name":"n","nameLocation":"1078:1:12","nodeType":"VariableDeclaration","scope":2972,"src":"1071:8:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"},"typeName":{"id":2953,"name":"int256","nodeType":"ElementaryTypeName","src":"1071:6:12","typeDescriptions":{"typeIdentifier":"t_int256","typeString":"int256"}},"visibility":"internal"}],"src":"1070:10:12"},"returnParameters":{"id":2958,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2957,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2972,"src":"1104:7:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2956,"name":"uint256","nodeType":"ElementaryTypeName","src":"1104:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1103:9:12"},"scope":2973,"src":"1058:213:12","stateMutability":"pure","virtual":false,"visibility":"internal"}],"scope":2974,"src":"215:1058:12","usedErrors":[]}],"src":"109:1165:12"},"id":12},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","exportedSymbols":{"IERC20":[3051]},"id":3052,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":2975,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"106:23:13"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20","contractDependencies":[],"contractKind":"interface","documentation":{"id":2976,"nodeType":"StructuredDocumentation","src":"131:70:13","text":" @dev Interface of the ERC20 standard as defined in the EIP."},"fullyImplemented":false,"id":3051,"linearizedBaseContracts":[3051],"name":"IERC20","nameLocation":"212:6:13","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":2977,"nodeType":"StructuredDocumentation","src":"225:158:13","text":" @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero."},"eventSelector":"ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","id":2985,"name":"Transfer","nameLocation":"394:8:13","nodeType":"EventDefinition","parameters":{"id":2984,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2979,"indexed":true,"mutability":"mutable","name":"from","nameLocation":"419:4:13","nodeType":"VariableDeclaration","scope":2985,"src":"403:20:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2978,"name":"address","nodeType":"ElementaryTypeName","src":"403:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2981,"indexed":true,"mutability":"mutable","name":"to","nameLocation":"441:2:13","nodeType":"VariableDeclaration","scope":2985,"src":"425:18:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2980,"name":"address","nodeType":"ElementaryTypeName","src":"425:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2983,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"453:5:13","nodeType":"VariableDeclaration","scope":2985,"src":"445:13:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2982,"name":"uint256","nodeType":"ElementaryTypeName","src":"445:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"402:57:13"},"src":"388:72:13"},{"anonymous":false,"documentation":{"id":2986,"nodeType":"StructuredDocumentation","src":"466:148:13","text":" @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance."},"eventSelector":"8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925","id":2994,"name":"Approval","nameLocation":"625:8:13","nodeType":"EventDefinition","parameters":{"id":2993,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2988,"indexed":true,"mutability":"mutable","name":"owner","nameLocation":"650:5:13","nodeType":"VariableDeclaration","scope":2994,"src":"634:21:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2987,"name":"address","nodeType":"ElementaryTypeName","src":"634:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2990,"indexed":true,"mutability":"mutable","name":"spender","nameLocation":"673:7:13","nodeType":"VariableDeclaration","scope":2994,"src":"657:23:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2989,"name":"address","nodeType":"ElementaryTypeName","src":"657:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2992,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"690:5:13","nodeType":"VariableDeclaration","scope":2994,"src":"682:13:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2991,"name":"uint256","nodeType":"ElementaryTypeName","src":"682:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"633:63:13"},"src":"619:78:13"},{"documentation":{"id":2995,"nodeType":"StructuredDocumentation","src":"703:66:13","text":" @dev Returns the amount of tokens in existence."},"functionSelector":"18160ddd","id":3000,"implemented":false,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"783:11:13","nodeType":"FunctionDefinition","parameters":{"id":2996,"nodeType":"ParameterList","parameters":[],"src":"794:2:13"},"returnParameters":{"id":2999,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2998,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3000,"src":"820:7:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2997,"name":"uint256","nodeType":"ElementaryTypeName","src":"820:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"819:9:13"},"scope":3051,"src":"774:55:13","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":3001,"nodeType":"StructuredDocumentation","src":"835:72:13","text":" @dev Returns the amount of tokens owned by `account`."},"functionSelector":"70a08231","id":3008,"implemented":false,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"921:9:13","nodeType":"FunctionDefinition","parameters":{"id":3004,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3003,"mutability":"mutable","name":"account","nameLocation":"939:7:13","nodeType":"VariableDeclaration","scope":3008,"src":"931:15:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3002,"name":"address","nodeType":"ElementaryTypeName","src":"931:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"930:17:13"},"returnParameters":{"id":3007,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3006,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3008,"src":"971:7:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3005,"name":"uint256","nodeType":"ElementaryTypeName","src":"971:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"970:9:13"},"scope":3051,"src":"912:68:13","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":3009,"nodeType":"StructuredDocumentation","src":"986:202:13","text":" @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"a9059cbb","id":3018,"implemented":false,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"1202:8:13","nodeType":"FunctionDefinition","parameters":{"id":3014,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3011,"mutability":"mutable","name":"to","nameLocation":"1219:2:13","nodeType":"VariableDeclaration","scope":3018,"src":"1211:10:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3010,"name":"address","nodeType":"ElementaryTypeName","src":"1211:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3013,"mutability":"mutable","name":"amount","nameLocation":"1231:6:13","nodeType":"VariableDeclaration","scope":3018,"src":"1223:14:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3012,"name":"uint256","nodeType":"ElementaryTypeName","src":"1223:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1210:28:13"},"returnParameters":{"id":3017,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3016,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3018,"src":"1257:4:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3015,"name":"bool","nodeType":"ElementaryTypeName","src":"1257:4:13","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1256:6:13"},"scope":3051,"src":"1193:70:13","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":3019,"nodeType":"StructuredDocumentation","src":"1269:264:13","text":" @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called."},"functionSelector":"dd62ed3e","id":3028,"implemented":false,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"1547:9:13","nodeType":"FunctionDefinition","parameters":{"id":3024,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3021,"mutability":"mutable","name":"owner","nameLocation":"1565:5:13","nodeType":"VariableDeclaration","scope":3028,"src":"1557:13:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3020,"name":"address","nodeType":"ElementaryTypeName","src":"1557:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3023,"mutability":"mutable","name":"spender","nameLocation":"1580:7:13","nodeType":"VariableDeclaration","scope":3028,"src":"1572:15:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3022,"name":"address","nodeType":"ElementaryTypeName","src":"1572:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1556:32:13"},"returnParameters":{"id":3027,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3026,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3028,"src":"1612:7:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3025,"name":"uint256","nodeType":"ElementaryTypeName","src":"1612:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1611:9:13"},"scope":3051,"src":"1538:83:13","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":3029,"nodeType":"StructuredDocumentation","src":"1627:642:13","text":" @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event."},"functionSelector":"095ea7b3","id":3038,"implemented":false,"kind":"function","modifiers":[],"name":"approve","nameLocation":"2283:7:13","nodeType":"FunctionDefinition","parameters":{"id":3034,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3031,"mutability":"mutable","name":"spender","nameLocation":"2299:7:13","nodeType":"VariableDeclaration","scope":3038,"src":"2291:15:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3030,"name":"address","nodeType":"ElementaryTypeName","src":"2291:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3033,"mutability":"mutable","name":"amount","nameLocation":"2316:6:13","nodeType":"VariableDeclaration","scope":3038,"src":"2308:14:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3032,"name":"uint256","nodeType":"ElementaryTypeName","src":"2308:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2290:33:13"},"returnParameters":{"id":3037,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3036,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3038,"src":"2342:4:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3035,"name":"bool","nodeType":"ElementaryTypeName","src":"2342:4:13","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2341:6:13"},"scope":3051,"src":"2274:74:13","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":3039,"nodeType":"StructuredDocumentation","src":"2354:287:13","text":" @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"23b872dd","id":3050,"implemented":false,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"2655:12:13","nodeType":"FunctionDefinition","parameters":{"id":3046,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3041,"mutability":"mutable","name":"from","nameLocation":"2676:4:13","nodeType":"VariableDeclaration","scope":3050,"src":"2668:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3040,"name":"address","nodeType":"ElementaryTypeName","src":"2668:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3043,"mutability":"mutable","name":"to","nameLocation":"2690:2:13","nodeType":"VariableDeclaration","scope":3050,"src":"2682:10:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3042,"name":"address","nodeType":"ElementaryTypeName","src":"2682:7:13","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3045,"mutability":"mutable","name":"amount","nameLocation":"2702:6:13","nodeType":"VariableDeclaration","scope":3050,"src":"2694:14:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3044,"name":"uint256","nodeType":"ElementaryTypeName","src":"2694:7:13","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2667:42:13"},"returnParameters":{"id":3049,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3048,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3050,"src":"2728:4:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3047,"name":"bool","nodeType":"ElementaryTypeName","src":"2728:4:13","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2727:6:13"},"scope":3051,"src":"2646:88:13","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":3052,"src":"202:2534:13","usedErrors":[]}],"src":"106:2631:13"},"id":13},"contracts/Paycrest.sol":{"ast":{"absolutePath":"contracts/Paycrest.sol","exportedSymbols":{"AddressUpgradeable":[1356],"ContextUpgradeable":[1407],"ECDSAUpgradeable":[2002],"IERC20":[3051],"IERC20PermitUpgradeable":[650],"IERC20Upgradeable":[614],"IPaycrest":[4158],"Initializable":[408],"MathUpgradeable":[2868],"PausableUpgradeable":[536],"Paycrest":[3705],"PaycrestSettingManager":[3966],"SafeERC20Upgradeable":[1026],"SharedStructs":[4171],"SignedMathUpgradeable":[2973],"StringsUpgradeable":[1636]},"id":3706,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":3053,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:14"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol","id":3054,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3706,"sourceUnit":2003,"src":"65:85:14","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","id":3055,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3706,"sourceUnit":537,"src":"151:78:14","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol","file":"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol","id":3056,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3706,"sourceUnit":1027,"src":"230:88:14","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/PaycrestSettingManager.sol","file":"./PaycrestSettingManager.sol","id":3058,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3706,"sourceUnit":3967,"src":"320:68:14","symbolAliases":[{"foreign":{"id":3057,"name":"PaycrestSettingManager","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3966,"src":"328:22:14","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/interfaces/IPaycrest.sol","file":"./interfaces/IPaycrest.sol","id":3061,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3706,"sourceUnit":4159,"src":"389:61:14","symbolAliases":[{"foreign":{"id":3059,"name":"IPaycrest","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4158,"src":"397:9:14","typeDescriptions":{}},"nameLocation":"-1:-1:-1"},{"foreign":{"id":3060,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3051,"src":"408:6:14","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":3063,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3706,"sourceUnit":4172,"src":"451:60:14","symbolAliases":[{"foreign":{"id":3062,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4171,"src":"459:13:14","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":3065,"name":"IPaycrest","nameLocations":["624:9:14"],"nodeType":"IdentifierPath","referencedDeclaration":4158,"src":"624:9:14"},"id":3066,"nodeType":"InheritanceSpecifier","src":"624:9:14"},{"baseName":{"id":3067,"name":"PaycrestSettingManager","nameLocations":["635:22:14"],"nodeType":"IdentifierPath","referencedDeclaration":3966,"src":"635:22:14"},"id":3068,"nodeType":"InheritanceSpecifier","src":"635:22:14"},{"baseName":{"id":3069,"name":"PausableUpgradeable","nameLocations":["659:19:14"],"nodeType":"IdentifierPath","referencedDeclaration":536,"src":"659:19:14"},"id":3070,"nodeType":"InheritanceSpecifier","src":"659:19:14"}],"canonicalName":"Paycrest","contractDependencies":[],"contractKind":"contract","documentation":{"id":3064,"nodeType":"StructuredDocumentation","src":"513:89:14","text":" @title Paycrest\n @dev Paycrest contract for handling orders and settlements."},"fullyImplemented":true,"id":3705,"linearizedBaseContracts":[3705,536,3966,106,239,1407,408,4158],"name":"Paycrest","nameLocation":"612:8:14","nodeType":"ContractDefinition","nodes":[{"global":false,"id":3074,"libraryName":{"id":3071,"name":"SafeERC20Upgradeable","nameLocations":["691:20:14"],"nodeType":"IdentifierPath","referencedDeclaration":1026,"src":"691:20:14"},"nodeType":"UsingForDirective","src":"685:38:14","typeName":{"id":3073,"nodeType":"UserDefinedTypeName","pathNode":{"id":3072,"name":"IERC20","nameLocations":["716:6:14"],"nodeType":"IdentifierPath","referencedDeclaration":3051,"src":"716:6:14"},"referencedDeclaration":3051,"src":"716:6:14","typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3051","typeString":"contract IERC20"}}},{"global":false,"id":3077,"libraryName":{"id":3075,"name":"ECDSAUpgradeable","nameLocations":["734:16:14"],"nodeType":"IdentifierPath","referencedDeclaration":2002,"src":"734:16:14"},"nodeType":"UsingForDirective","src":"728:35:14","typeName":{"id":3076,"name":"bytes32","nodeType":"ElementaryTypeName","src":"755:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}},{"canonicalName":"Paycrest.fee","id":3082,"members":[{"constant":false,"id":3079,"mutability":"mutable","name":"protocolFee","nameLocation":"798:11:14","nodeType":"VariableDeclaration","scope":3082,"src":"790:19:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3078,"name":"uint256","nodeType":"ElementaryTypeName","src":"790:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3081,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"827:23:14","nodeType":"VariableDeclaration","scope":3082,"src":"819:31:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3080,"name":"uint256","nodeType":"ElementaryTypeName","src":"819:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"fee","nameLocation":"776:3:14","nodeType":"StructDefinition","scope":3705,"src":"769:88:14","visibility":"public"},{"constant":false,"id":3087,"mutability":"mutable","name":"order","nameLocation":"897:5:14","nodeType":"VariableDeclaration","scope":3705,"src":"863:39:14","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order)"},"typeName":{"id":3086,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":3083,"name":"bytes32","nodeType":"ElementaryTypeName","src":"871:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"863:25:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":3085,"nodeType":"UserDefinedTypeName","pathNode":{"id":3084,"name":"Order","nameLocations":["882:5:14"],"nodeType":"IdentifierPath","referencedDeclaration":4053,"src":"882:5:14"},"referencedDeclaration":4053,"src":"882:5:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage_ptr","typeString":"struct IPaycrest.Order"}}},"visibility":"private"},{"constant":false,"id":3091,"mutability":"mutable","name":"_nonce","nameLocation":"944:6:14","nodeType":"VariableDeclaration","scope":3705,"src":"908:42:14","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":3090,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":3088,"name":"address","nodeType":"ElementaryTypeName","src":"916:7:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"908:27:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":3089,"name":"uint256","nodeType":"ElementaryTypeName","src":"927:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"private"},{"constant":false,"id":3095,"mutability":"mutable","name":"__gap","nameLocation":"976:5:14","nodeType":"VariableDeclaration","scope":3705,"src":"956:25:14","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":3092,"name":"uint256","nodeType":"ElementaryTypeName","src":"956:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3094,"length":{"hexValue":"3530","id":3093,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"964:2:14","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"956:11:14","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"body":{"id":3102,"nodeType":"Block","src":"1055:39:14","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3099,"name":"_disableInitializers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":389,"src":"1065:20:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3100,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1065:22:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3101,"nodeType":"ExpressionStatement","src":"1065:22:14"}]},"documentation":{"id":3096,"nodeType":"StructuredDocumentation","src":"988:48:14","text":"@custom:oz-upgrades-unsafe-allow constructor"},"id":3103,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":3097,"nodeType":"ParameterList","parameters":[],"src":"1052:2:14"},"returnParameters":{"id":3098,"nodeType":"ParameterList","parameters":[],"src":"1055:0:14"},"scope":3705,"src":"1041:53:14","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":3119,"nodeType":"Block","src":"1192:92:14","statements":[{"expression":{"id":3111,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3109,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3714,"src":"1202:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"3130305f303030","id":3110,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1212:7:14","typeDescriptions":{"typeIdentifier":"t_rational_100000_by_1","typeString":"int_const 100000"},"value":"100_000"},"src":"1202:17:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3112,"nodeType":"ExpressionStatement","src":"1202:17:14"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3113,"name":"__Ownable2Step_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"1229:19:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3114,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1229:21:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3115,"nodeType":"ExpressionStatement","src":"1229:21:14"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3116,"name":"__Pausable_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":440,"src":"1260:15:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3117,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1260:17:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3118,"nodeType":"ExpressionStatement","src":"1260:17:14"}]},"documentation":{"id":3104,"nodeType":"StructuredDocumentation","src":"1100:44:14","text":" @dev Initialize function."},"functionSelector":"8129fc1c","id":3120,"implemented":true,"kind":"function","modifiers":[{"id":3107,"kind":"modifierInvocation","modifierName":{"id":3106,"name":"initializer","nameLocations":["1180:11:14"],"nodeType":"IdentifierPath","referencedDeclaration":310,"src":"1180:11:14"},"nodeType":"ModifierInvocation","src":"1180:11:14"}],"name":"initialize","nameLocation":"1158:10:14","nodeType":"FunctionDefinition","parameters":{"id":3105,"nodeType":"ParameterList","parameters":[],"src":"1168:2:14"},"returnParameters":{"id":3108,"nodeType":"ParameterList","parameters":[],"src":"1192:0:14"},"scope":3705,"src":"1149:135:14","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3132,"nodeType":"Block","src":"1403:87:14","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3127,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":3124,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1421:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3125,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1425:6:14","memberName":"sender","nodeType":"MemberAccess","src":"1421:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":3126,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3720,"src":"1435:18:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1421:32:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f6e6c7941676772656761746f72","id":3128,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1455:16:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""},"value":"OnlyAggregator"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""}],"id":3123,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1413:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3129,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1413:59:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3130,"nodeType":"ExpressionStatement","src":"1413:59:14"},{"id":3131,"nodeType":"PlaceholderStatement","src":"1482:1:14"}]},"documentation":{"id":3121,"nodeType":"StructuredDocumentation","src":"1290:84:14","text":" @dev Modifier that allows only the aggregator to call a function."},"id":3133,"name":"onlyAggregator","nameLocation":"1388:14:14","nodeType":"ModifierDefinition","parameters":{"id":3122,"nodeType":"ParameterList","parameters":[],"src":"1403:0:14"},"src":"1379:111:14","virtual":false,"visibility":"internal"},{"body":{"id":3142,"nodeType":"Block","src":"1776:25:14","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3139,"name":"_pause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":514,"src":"1786:6:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3140,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1786:8:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3141,"nodeType":"ExpressionStatement","src":"1786:8:14"}]},"documentation":{"id":3134,"nodeType":"StructuredDocumentation","src":"1692:43:14","text":" @dev Pause the contract."},"functionSelector":"8456cb59","id":3143,"implemented":true,"kind":"function","modifiers":[{"id":3137,"kind":"modifierInvocation","modifierName":{"id":3136,"name":"onlyOwner","nameLocations":["1766:9:14"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1766:9:14"},"nodeType":"ModifierInvocation","src":"1766:9:14"}],"name":"pause","nameLocation":"1749:5:14","nodeType":"FunctionDefinition","parameters":{"id":3135,"nodeType":"ParameterList","parameters":[],"src":"1754:2:14"},"returnParameters":{"id":3138,"nodeType":"ParameterList","parameters":[],"src":"1776:0:14"},"scope":3705,"src":"1740:61:14","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3152,"nodeType":"Block","src":"1895:27:14","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":3149,"name":"_unpause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":530,"src":"1905:8:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":3150,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1905:10:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3151,"nodeType":"ExpressionStatement","src":"1905:10:14"}]},"documentation":{"id":3144,"nodeType":"StructuredDocumentation","src":"1807:45:14","text":" @dev Unpause the contract."},"functionSelector":"3f4ba83a","id":3153,"implemented":true,"kind":"function","modifiers":[{"id":3147,"kind":"modifierInvocation","modifierName":{"id":3146,"name":"onlyOwner","nameLocations":["1885:9:14"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1885:9:14"},"nodeType":"ModifierInvocation","src":"1885:9:14"}],"name":"unpause","nameLocation":"1866:7:14","nodeType":"FunctionDefinition","parameters":{"id":3145,"nodeType":"ParameterList","parameters":[],"src":"1873:2:14"},"returnParameters":{"id":3148,"nodeType":"ParameterList","parameters":[],"src":"1895:0:14"},"scope":3705,"src":"1857:65:14","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[4077],"body":{"id":3280,"nodeType":"Block","src":"2510:1290:14","statements":[{"expression":{"arguments":[{"id":3180,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3156,"src":"2565:6:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3181,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3158,"src":"2573:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3182,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3170,"src":"2582:14:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3183,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3166,"src":"2598:19:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3184,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3168,"src":"2619:10:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3185,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3160,"src":"2631:16:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":3179,"name":"_handler","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3352,"src":"2556:8:14","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$_t_bytes32_$returns$__$","typeString":"function (address,uint256,address,address,uint256,bytes32) view"}},"id":3186,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2556:92:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3187,"nodeType":"ExpressionStatement","src":"2556:92:14"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3195,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":3191,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3172,"src":"2705:11:14","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":3190,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2699:5:14","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":3189,"name":"bytes","nodeType":"ElementaryTypeName","src":"2699:5:14","typeDescriptions":{}}},"id":3192,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2699:18:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"id":3193,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2718:6:14","memberName":"length","nodeType":"MemberAccess","src":"2699:25:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":3194,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2728:1:14","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2699:30:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c69644d65737361676548617368","id":3196,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2731:20:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""},"value":"InvalidMessageHash"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""}],"id":3188,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2691:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3197,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2691:61:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3198,"nodeType":"ExpressionStatement","src":"2691:61:14"},{"expression":{"arguments":[{"expression":{"id":3203,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2845:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3204,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2849:6:14","memberName":"sender","nodeType":"MemberAccess","src":"2845:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":3207,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2865:4:14","typeDescriptions":{"typeIdentifier":"t_contract$_Paycrest_$3705","typeString":"contract Paycrest"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Paycrest_$3705","typeString":"contract Paycrest"}],"id":3206,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2857:7:14","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3205,"name":"address","nodeType":"ElementaryTypeName","src":"2857:7:14","typeDescriptions":{}}},"id":3208,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2857:13:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3211,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3209,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3158,"src":"2872:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"id":3210,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3168,"src":"2882:10:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2872:20:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":3200,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3156,"src":"2824:6:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3199,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3051,"src":"2817:6:14","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3051_$","typeString":"type(contract IERC20)"}},"id":3201,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2817:14:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3051","typeString":"contract IERC20"}},"id":3202,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2832:12:14","memberName":"transferFrom","nodeType":"MemberAccess","referencedDeclaration":3050,"src":"2817:27:14","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,address,uint256) external returns (bool)"}},"id":3212,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2817:76:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3213,"nodeType":"ExpressionStatement","src":"2817:76:14"},{"expression":{"id":3218,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":false,"src":"2960:20:14","subExpression":{"baseExpression":{"id":3214,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3091,"src":"2960:6:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3217,"indexExpression":{"expression":{"id":3215,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2967:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3216,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2971:6:14","memberName":"sender","nodeType":"MemberAccess","src":"2967:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2960:18:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3219,"nodeType":"ExpressionStatement","src":"2960:20:14"},{"expression":{"id":3232,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3220,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3177,"src":"3046:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"arguments":[{"expression":{"id":3224,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"3077:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3225,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3081:6:14","memberName":"sender","nodeType":"MemberAccess","src":"3077:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"baseExpression":{"id":3226,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3091,"src":"3089:6:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3229,"indexExpression":{"expression":{"id":3227,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"3096:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3228,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3100:6:14","memberName":"sender","nodeType":"MemberAccess","src":"3096:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3089:18:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":3222,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"3066:3:14","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":3223,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"3070:6:14","memberName":"encode","nodeType":"MemberAccess","src":"3066:10:14","typeDescriptions":{"typeIdentifier":"t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":3230,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3066:42:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":3221,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"3056:9:14","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":3231,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3056:53:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"3046:63:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"id":3233,"nodeType":"ExpressionStatement","src":"3046:63:14"},{"assignments":[3235],"declarations":[{"constant":false,"id":3235,"mutability":"mutable","name":"_protocolFee","nameLocation":"3159:12:14","nodeType":"VariableDeclaration","scope":3280,"src":"3151:20:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3234,"name":"uint256","nodeType":"ElementaryTypeName","src":"3151:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":3242,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3241,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3238,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3236,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3158,"src":"3175:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":3237,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3716,"src":"3185:18:14","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"3175:28:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":3239,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3174:30:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":3240,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3714,"src":"3207:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"3174:40:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"3151:63:14"},{"expression":{"id":3264,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":3243,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"3224:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3245,"indexExpression":{"id":3244,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3177,"src":"3230:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"3224:14:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"id":3247,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"3269:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":3248,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3273:6:14","memberName":"sender","nodeType":"MemberAccess","src":"3269:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3249,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3156,"src":"3300:6:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3250,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3166,"src":"3340:19:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3251,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3168,"src":"3384:10:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3252,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3235,"src":"3421:12:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3253,"name":"_rate","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3164,"src":"3453:5:14","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},{"hexValue":"66616c7365","id":3254,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3485:5:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"id":3255,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3170,"src":"3519:14:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":3258,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3714,"src":"3566:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3257,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3559:6:14","typeDescriptions":{"typeIdentifier":"t_type$_t_uint64_$","typeString":"type(uint64)"},"typeName":{"id":3256,"name":"uint64","nodeType":"ElementaryTypeName","src":"3559:6:14","typeDescriptions":{}}},"id":3259,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3559:15:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3262,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3260,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3158,"src":"3596:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":3261,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3235,"src":"3606:12:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"3596:22:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint96","typeString":"uint96"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3246,"name":"Order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4053,"src":"3241:5:14","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_Order_$4053_storage_ptr_$","typeString":"type(struct IPaycrest.Order storage pointer)"}},"id":3263,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["3261:6:14","3293:5:14","3320:18:14","3373:9:14","3408:11:14","3447:4:14","3472:11:14","3504:13:14","3547:10:14","3588:6:14"],"names":["seller","token","senderFeeRecipient","senderFee","protocolFee","rate","isFulfilled","refundAddress","currentBPS","amount"],"nodeType":"FunctionCall","src":"3241:388:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_memory_ptr","typeString":"struct IPaycrest.Order memory"}},"src":"3224:405:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3265,"nodeType":"ExpressionStatement","src":"3224:405:14"},{"eventCall":{"arguments":[{"id":3267,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3156,"src":"3694:6:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":3268,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"3702:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3270,"indexExpression":{"id":3269,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3177,"src":"3708:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3702:14:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3271,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3717:6:14","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":4052,"src":"3702:21:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3272,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3235,"src":"3725:12:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3273,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3177,"src":"3739:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3274,"name":"_rate","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3164,"src":"3748:5:14","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},{"id":3275,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3160,"src":"3755:16:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3276,"name":"_label","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3162,"src":"3773:6:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3277,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3172,"src":"3781:11:14","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_uint96","typeString":"uint96"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":3266,"name":"OrderCreated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3992,"src":"3681:12:14","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_bytes32_$_t_string_memory_ptr_$returns$__$","typeString":"function (address,uint256,uint256,bytes32,uint256,bytes32,bytes32,string memory)"}},"id":3278,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3681:112:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3279,"nodeType":"EmitStatement","src":"3676:117:14"}]},"documentation":{"id":3154,"nodeType":"StructuredDocumentation","src":"2123:40:14","text":"@dev See {createOrder-IPaycrest}. "},"functionSelector":"2654ec7e","id":3281,"implemented":true,"kind":"function","modifiers":[{"arguments":[],"id":3175,"kind":"modifierInvocation","modifierName":{"id":3174,"name":"whenNotPaused","nameLocations":["2469:13:14"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"2469:13:14"},"nodeType":"ModifierInvocation","src":"2469:15:14"}],"name":"createOrder","nameLocation":"2177:11:14","nodeType":"FunctionDefinition","parameters":{"id":3173,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3156,"mutability":"mutable","name":"_token","nameLocation":"2206:6:14","nodeType":"VariableDeclaration","scope":3281,"src":"2198:14:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3155,"name":"address","nodeType":"ElementaryTypeName","src":"2198:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3158,"mutability":"mutable","name":"_amount","nameLocation":"2231:7:14","nodeType":"VariableDeclaration","scope":3281,"src":"2223:15:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3157,"name":"uint256","nodeType":"ElementaryTypeName","src":"2223:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3160,"mutability":"mutable","name":"_institutionCode","nameLocation":"2256:16:14","nodeType":"VariableDeclaration","scope":3281,"src":"2248:24:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3159,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2248:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3162,"mutability":"mutable","name":"_label","nameLocation":"2290:6:14","nodeType":"VariableDeclaration","scope":3281,"src":"2282:14:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3161,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2282:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3164,"mutability":"mutable","name":"_rate","nameLocation":"2313:5:14","nodeType":"VariableDeclaration","scope":3281,"src":"2306:12:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":3163,"name":"uint96","nodeType":"ElementaryTypeName","src":"2306:6:14","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":3166,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"2337:19:14","nodeType":"VariableDeclaration","scope":3281,"src":"2329:27:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3165,"name":"address","nodeType":"ElementaryTypeName","src":"2329:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3168,"mutability":"mutable","name":"_senderFee","nameLocation":"2374:10:14","nodeType":"VariableDeclaration","scope":3281,"src":"2366:18:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3167,"name":"uint256","nodeType":"ElementaryTypeName","src":"2366:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3170,"mutability":"mutable","name":"_refundAddress","nameLocation":"2402:14:14","nodeType":"VariableDeclaration","scope":3281,"src":"2394:22:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3169,"name":"address","nodeType":"ElementaryTypeName","src":"2394:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3172,"mutability":"mutable","name":"messageHash","nameLocation":"2442:11:14","nodeType":"VariableDeclaration","scope":3281,"src":"2426:27:14","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":3171,"name":"string","nodeType":"ElementaryTypeName","src":"2426:6:14","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2188:271:14"},"returnParameters":{"id":3178,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3177,"mutability":"mutable","name":"orderId","nameLocation":"2501:7:14","nodeType":"VariableDeclaration","scope":3281,"src":"2493:15:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3176,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2493:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"2492:17:14"},"scope":3705,"src":"2168:1632:14","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3351,"nodeType":"Block","src":"4470:427:14","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3302,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":3298,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3730,"src":"4488:17:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3300,"indexExpression":{"id":3299,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3284,"src":"4506:6:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4488:25:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":3301,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4517:1:14","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"4488:30:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"546f6b656e4e6f74537570706f72746564","id":3303,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4520:19:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""},"value":"TokenNotSupported"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""}],"id":3297,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4480:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3304,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4480:60:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3305,"nodeType":"ExpressionStatement","src":"4480:60:14"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3309,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3307,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3286,"src":"4558:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":3308,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4569:1:14","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4558:12:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416d6f756e7449735a65726f","id":3310,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4572:14:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""},"value":"AmountIsZero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""}],"id":3306,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4550:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3311,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4550:37:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3312,"nodeType":"ExpressionStatement","src":"4550:37:14"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3319,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3314,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3288,"src":"4605:14:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3317,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4631:1:14","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":3316,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4623:7:14","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3315,"name":"address","nodeType":"ElementaryTypeName","src":"4623:7:14","typeDescriptions":{}}},"id":3318,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4623:10:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4605:28:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5468726f775a65726f41646472657373","id":3320,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4635:18:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""},"value":"ThrowZeroAddress"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""}],"id":3313,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4597:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3321,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4597:57:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3322,"nodeType":"ExpressionStatement","src":"4597:57:14"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":3332,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":3324,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3741,"src":"4672:27:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4170_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":3326,"indexExpression":{"id":3325,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3294,"src":"4700:16:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4672:45:14","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":3327,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4718:4:14","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":4167,"src":"4672:50:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3330,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4734:1:14","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":3329,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4726:7:14","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"},"typeName":{"id":3328,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4726:7:14","typeDescriptions":{}}},"id":3331,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4726:10:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"4672:64:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","id":3333,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4738:24:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""},"value":"InvalidInstitutionCode"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""}],"id":3323,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4664:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3334,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4664:99:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3335,"nodeType":"ExpressionStatement","src":"4664:99:14"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3338,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3336,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3292,"src":"4778:10:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":3337,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4792:1:14","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4778:15:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3350,"nodeType":"IfStatement","src":"4774:117:14","trueBody":{"id":3349,"nodeType":"Block","src":"4795:96:14","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3345,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3340,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3290,"src":"4817:19:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3343,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4848:1:14","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":3342,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4840:7:14","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3341,"name":"address","nodeType":"ElementaryTypeName","src":"4840:7:14","typeDescriptions":{}}},"id":3344,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4840:10:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4817:33:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","id":3346,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4852:27:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""},"value":"InvalidSenderFeeRecipient"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""}],"id":3339,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4809:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3347,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4809:71:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3348,"nodeType":"ExpressionStatement","src":"4809:71:14"}]}}]},"documentation":{"id":3282,"nodeType":"StructuredDocumentation","src":"3806:495:14","text":" @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee.\n @param _institutionCode The code of the institution associated with the order."},"id":3352,"implemented":true,"kind":"function","modifiers":[],"name":"_handler","nameLocation":"4315:8:14","nodeType":"FunctionDefinition","parameters":{"id":3295,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3284,"mutability":"mutable","name":"_token","nameLocation":"4332:6:14","nodeType":"VariableDeclaration","scope":3352,"src":"4324:14:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3283,"name":"address","nodeType":"ElementaryTypeName","src":"4324:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3286,"mutability":"mutable","name":"_amount","nameLocation":"4348:7:14","nodeType":"VariableDeclaration","scope":3352,"src":"4340:15:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3285,"name":"uint256","nodeType":"ElementaryTypeName","src":"4340:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3288,"mutability":"mutable","name":"_refundAddress","nameLocation":"4365:14:14","nodeType":"VariableDeclaration","scope":3352,"src":"4357:22:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3287,"name":"address","nodeType":"ElementaryTypeName","src":"4357:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3290,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"4389:19:14","nodeType":"VariableDeclaration","scope":3352,"src":"4381:27:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3289,"name":"address","nodeType":"ElementaryTypeName","src":"4381:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3292,"mutability":"mutable","name":"_senderFee","nameLocation":"4418:10:14","nodeType":"VariableDeclaration","scope":3352,"src":"4410:18:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3291,"name":"uint256","nodeType":"ElementaryTypeName","src":"4410:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3294,"mutability":"mutable","name":"_institutionCode","nameLocation":"4438:16:14","nodeType":"VariableDeclaration","scope":3352,"src":"4430:24:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3293,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4430:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4323:132:14"},"returnParameters":{"id":3296,"nodeType":"ParameterList","parameters":[],"src":"4470:0:14"},"scope":3705,"src":"4306:591:14","stateMutability":"view","virtual":false,"visibility":"internal"},{"baseFunctions":[4095],"body":{"id":3480,"nodeType":"Block","src":"5368:1278:14","statements":[{"expression":{"arguments":[{"id":3377,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"5443:28:14","subExpression":{"expression":{"baseExpression":{"id":3373,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"5444:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3375,"indexExpression":{"id":3374,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"5450:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5444:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3376,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5460:11:14","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":4046,"src":"5444:27:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":3378,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5473:16:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":3372,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5435:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3379,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5435:55:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3380,"nodeType":"ExpressionStatement","src":"5435:55:14"},{"assignments":[3382],"declarations":[{"constant":false,"id":3382,"mutability":"mutable","name":"token","nameLocation":"5547:5:14","nodeType":"VariableDeclaration","scope":3480,"src":"5539:13:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3381,"name":"address","nodeType":"ElementaryTypeName","src":"5539:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":3387,"initialValue":{"expression":{"baseExpression":{"id":3383,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"5555:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3385,"indexExpression":{"id":3384,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"5561:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5555:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3386,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5571:5:14","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":4036,"src":"5555:21:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"5539:37:14"},{"expression":{"id":3393,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":3388,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"5655:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3390,"indexExpression":{"id":3389,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"5661:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5655:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3391,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5671:10:14","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":4050,"src":"5655:26:14","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":3392,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3363,"src":"5685:14:14","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"5655:44:14","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":3394,"nodeType":"ExpressionStatement","src":"5655:44:14"},{"condition":{"commonType":{"typeIdentifier":"t_uint96","typeString":"uint96"},"id":3400,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":3395,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"5713:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3397,"indexExpression":{"id":3396,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"5719:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5713:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3398,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5729:10:14","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":4050,"src":"5713:26:14","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":3399,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5743:1:14","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5713:31:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3440,"nodeType":"IfStatement","src":"5710:494:14","trueBody":{"id":3439,"nodeType":"Block","src":"5746:458:14","statements":[{"expression":{"id":3406,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":3401,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"5814:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3403,"indexExpression":{"id":3402,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"5820:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5814:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3404,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5830:11:14","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":4046,"src":"5814:27:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":3405,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5844:4:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5814:34:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3407,"nodeType":"ExpressionStatement","src":"5814:34:14"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3413,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":3408,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"5867:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3410,"indexExpression":{"id":3409,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"5873:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5867:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3411,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5883:9:14","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":4040,"src":"5867:25:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":3412,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5896:1:14","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5867:30:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3419,"nodeType":"IfStatement","src":"5863:137:14","trueBody":{"id":3418,"nodeType":"Block","src":"5899:101:14","statements":[{"expression":{"arguments":[{"id":3415,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"5975:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":3414,"name":"_transferSenderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3518,"src":"5956:18:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_bytes32_$returns$__$","typeString":"function (bytes32)"}},"id":3416,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5956:28:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3417,"nodeType":"ExpressionStatement","src":"5956:28:14"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3425,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":3420,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"6018:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3422,"indexExpression":{"id":3421,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"6024:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6018:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3423,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6034:11:14","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":4042,"src":"6018:27:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":3424,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6049:1:14","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6018:32:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3438,"nodeType":"IfStatement","src":"6014:180:14","trueBody":{"id":3437,"nodeType":"Block","src":"6052:142:14","statements":[{"expression":{"arguments":[{"id":3430,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3718,"src":"6134:15:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":3431,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"6151:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3433,"indexExpression":{"id":3432,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"6157:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6151:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3434,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6167:11:14","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":4042,"src":"6151:27:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":3427,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3382,"src":"6118:5:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3426,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3051,"src":"6111:6:14","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3051_$","typeString":"type(contract IERC20)"}},"id":3428,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6111:13:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3051","typeString":"contract IERC20"}},"id":3429,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6125:8:14","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3018,"src":"6111:22:14","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":3435,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6111:68:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3436,"nodeType":"ExpressionStatement","src":"6111:68:14"}]}}]}},{"assignments":[3442],"declarations":[{"constant":false,"id":3442,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"6265:23:14","nodeType":"VariableDeclaration","scope":3480,"src":"6257:31:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3441,"name":"uint256","nodeType":"ElementaryTypeName","src":"6257:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":3452,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3451,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3448,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":3443,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"6292:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3445,"indexExpression":{"id":3444,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"6298:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6292:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3446,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6308:6:14","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":4052,"src":"6292:22:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":3447,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3363,"src":"6317:14:14","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"6292:39:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":3449,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"6291:41:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":3450,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3714,"src":"6335:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6291:51:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6257:85:14"},{"expression":{"arguments":[{"id":3457,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3361,"src":"6375:18:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3458,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3442,"src":"6395:23:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":3454,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3382,"src":"6359:5:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3453,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3051,"src":"6352:6:14","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3051_$","typeString":"type(contract IERC20)"}},"id":3455,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6352:13:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3051","typeString":"contract IERC20"}},"id":3456,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6366:8:14","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3018,"src":"6352:22:14","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":3459,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6352:67:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3460,"nodeType":"ExpressionStatement","src":"6352:67:14"},{"expression":{"id":3466,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":3461,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"6429:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3463,"indexExpression":{"id":3462,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"6435:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6429:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3464,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"6445:6:14","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":4052,"src":"6429:22:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":3465,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3442,"src":"6455:23:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6429:49:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3467,"nodeType":"ExpressionStatement","src":"6429:49:14"},{"eventCall":{"arguments":[{"id":3469,"name":"_splitOrderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3355,"src":"6537:13:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3470,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"6552:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3471,"name":"_label","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3359,"src":"6562:6:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3472,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3361,"src":"6570:18:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3473,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3363,"src":"6590:14:14","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":3468,"name":"OrderSettled","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4005,"src":"6524:12:14","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$","typeString":"function (bytes32,bytes32,bytes32,address,uint96)"}},"id":3474,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6524:81:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3475,"nodeType":"EmitStatement","src":"6519:86:14"},{"expression":{"components":[{"id":3476,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3357,"src":"6623:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3477,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3382,"src":"6633:5:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"id":3478,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"6622:17:14","typeDescriptions":{"typeIdentifier":"t_tuple$_t_bytes32_$_t_address_$","typeString":"tuple(bytes32,address)"}},"functionReturnParameters":3371,"id":3479,"nodeType":"Return","src":"6615:24:14"}]},"documentation":{"id":3353,"nodeType":"StructuredDocumentation","src":"5104:35:14","text":"@dev See {settle-IPaycrest}. "},"functionSelector":"9015dced","id":3481,"implemented":true,"kind":"function","modifiers":[{"arguments":[],"id":3366,"kind":"modifierInvocation","modifierName":{"id":3365,"name":"onlyAggregator","nameLocations":["5325:14:14"],"nodeType":"IdentifierPath","referencedDeclaration":3133,"src":"5325:14:14"},"nodeType":"ModifierInvocation","src":"5325:16:14"}],"name":"settle","nameLocation":"5153:6:14","nodeType":"FunctionDefinition","parameters":{"id":3364,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3355,"mutability":"mutable","name":"_splitOrderId","nameLocation":"5177:13:14","nodeType":"VariableDeclaration","scope":3481,"src":"5169:21:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3354,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5169:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3357,"mutability":"mutable","name":"_orderId","nameLocation":"5208:8:14","nodeType":"VariableDeclaration","scope":3481,"src":"5200:16:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3356,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5200:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3359,"mutability":"mutable","name":"_label","nameLocation":"5235:6:14","nodeType":"VariableDeclaration","scope":3481,"src":"5227:14:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3358,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5227:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3361,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"5259:18:14","nodeType":"VariableDeclaration","scope":3481,"src":"5251:26:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3360,"name":"address","nodeType":"ElementaryTypeName","src":"5251:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3363,"mutability":"mutable","name":"_settlePercent","nameLocation":"5295:14:14","nodeType":"VariableDeclaration","scope":3481,"src":"5288:21:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":3362,"name":"uint64","nodeType":"ElementaryTypeName","src":"5288:6:14","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"5159:156:14"},"returnParameters":{"id":3371,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3368,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3481,"src":"5350:7:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3367,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5350:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3370,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3481,"src":"5359:7:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3369,"name":"address","nodeType":"ElementaryTypeName","src":"5359:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"5349:18:14"},"scope":3705,"src":"5144:1502:14","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3517,"nodeType":"Block","src":"6825:291:14","statements":[{"assignments":[3488],"declarations":[{"constant":false,"id":3488,"mutability":"mutable","name":"recipient","nameLocation":"6843:9:14","nodeType":"VariableDeclaration","scope":3517,"src":"6835:17:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3487,"name":"address","nodeType":"ElementaryTypeName","src":"6835:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":3493,"initialValue":{"expression":{"baseExpression":{"id":3489,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"6855:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3491,"indexExpression":{"id":3490,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3484,"src":"6861:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6855:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3492,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6871:18:14","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":4038,"src":"6855:34:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"6835:54:14"},{"assignments":[3495],"declarations":[{"constant":false,"id":3495,"mutability":"mutable","name":"_fee","nameLocation":"6907:4:14","nodeType":"VariableDeclaration","scope":3517,"src":"6899:12:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3494,"name":"uint256","nodeType":"ElementaryTypeName","src":"6899:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":3500,"initialValue":{"expression":{"baseExpression":{"id":3496,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"6914:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3498,"indexExpression":{"id":3497,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3484,"src":"6920:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6914:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3499,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6930:9:14","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":4040,"src":"6914:25:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6899:40:14"},{"expression":{"arguments":[{"id":3508,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3488,"src":"7019:9:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3509,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3495,"src":"7030:4:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":3502,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"6987:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3504,"indexExpression":{"id":3503,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3484,"src":"6993:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6987:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3505,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7003:5:14","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":4036,"src":"6987:21:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3501,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3051,"src":"6980:6:14","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3051_$","typeString":"type(contract IERC20)"}},"id":3506,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6980:29:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3051","typeString":"contract IERC20"}},"id":3507,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7010:8:14","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3018,"src":"6980:38:14","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":3510,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6980:55:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3511,"nodeType":"ExpressionStatement","src":"6980:55:14"},{"eventCall":{"arguments":[{"id":3513,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3488,"src":"7093:9:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3514,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3495,"src":"7104:4:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3512,"name":"SenderFeeTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4021,"src":"7072:20:14","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":3515,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7072:37:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3516,"nodeType":"EmitStatement","src":"7067:42:14"}]},"documentation":{"id":3482,"nodeType":"StructuredDocumentation","src":"6652:113:14","text":" @dev Internal function to transfer the sender fee.\n @param _orderId The ID of the order."},"id":3518,"implemented":true,"kind":"function","modifiers":[],"name":"_transferSenderFee","nameLocation":"6779:18:14","nodeType":"FunctionDefinition","parameters":{"id":3485,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3484,"mutability":"mutable","name":"_orderId","nameLocation":"6806:8:14","nodeType":"VariableDeclaration","scope":3518,"src":"6798:16:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3483,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6798:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6797:18:14"},"returnParameters":{"id":3486,"nodeType":"ParameterList","parameters":[],"src":"6825:0:14"},"scope":3705,"src":"6770:346:14","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"baseFunctions":[4107],"body":{"id":3619,"nodeType":"Block","src":"7266:873:14","statements":[{"expression":{"arguments":[{"id":3537,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"7341:28:14","subExpression":{"expression":{"baseExpression":{"id":3533,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7342:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3535,"indexExpression":{"id":3534,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7348:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7342:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3536,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7358:11:14","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":4046,"src":"7342:27:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":3538,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7371:16:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":3532,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"7333:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3539,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7333:55:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3540,"nodeType":"ExpressionStatement","src":"7333:55:14"},{"expression":{"arguments":[{"id":3548,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3718,"src":"7481:15:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3549,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3521,"src":"7498:4:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":3542,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7449:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3544,"indexExpression":{"id":3543,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7455:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7449:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3545,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7465:5:14","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":4036,"src":"7449:21:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3541,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3051,"src":"7442:6:14","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3051_$","typeString":"type(contract IERC20)"}},"id":3546,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7442:29:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3051","typeString":"contract IERC20"}},"id":3547,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7472:8:14","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3018,"src":"7442:38:14","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":3550,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7442:61:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3551,"nodeType":"ExpressionStatement","src":"7442:61:14"},{"expression":{"id":3557,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":3552,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7544:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3554,"indexExpression":{"id":3553,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7550:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7544:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3555,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"7560:11:14","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":4046,"src":"7544:27:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":3556,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7574:4:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"7544:34:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3558,"nodeType":"ExpressionStatement","src":"7544:34:14"},{"expression":{"id":3564,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":3559,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7588:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3561,"indexExpression":{"id":3560,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7594:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7588:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3562,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"7604:10:14","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":4050,"src":"7588:26:14","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"30","id":3563,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7617:1:14","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"7588:30:14","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":3565,"nodeType":"ExpressionStatement","src":"7588:30:14"},{"assignments":[3567],"declarations":[{"constant":false,"id":3567,"mutability":"mutable","name":"refundAmount","nameLocation":"7681:12:14","nodeType":"VariableDeclaration","scope":3619,"src":"7673:20:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3566,"name":"uint256","nodeType":"ElementaryTypeName","src":"7673:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":3579,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3578,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3576,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":3568,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7696:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3570,"indexExpression":{"id":3569,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7702:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7696:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3571,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7712:6:14","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":4052,"src":"7696:22:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"expression":{"baseExpression":{"id":3572,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7721:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3574,"indexExpression":{"id":3573,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7727:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7721:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3575,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7737:11:14","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":4042,"src":"7721:27:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7696:52:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":3577,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3521,"src":"7751:4:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7696:59:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"7673:82:14"},{"expression":{"arguments":[{"expression":{"baseExpression":{"id":3587,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7876:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3589,"indexExpression":{"id":3588,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7882:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7876:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3590,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7892:13:14","memberName":"refundAddress","nodeType":"MemberAccess","referencedDeclaration":4048,"src":"7876:29:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3591,"name":"refundAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3567,"src":"7907:12:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":3581,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7844:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3583,"indexExpression":{"id":3582,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7850:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7844:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3584,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7860:5:14","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":4036,"src":"7844:21:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3580,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3051,"src":"7837:6:14","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3051_$","typeString":"type(contract IERC20)"}},"id":3585,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7837:29:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3051","typeString":"contract IERC20"}},"id":3586,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7867:8:14","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3018,"src":"7837:38:14","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":3592,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7837:83:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3593,"nodeType":"ExpressionStatement","src":"7837:83:14"},{"expression":{"arguments":[{"expression":{"baseExpression":{"id":3601,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7969:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3603,"indexExpression":{"id":3602,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7975:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7969:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3604,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7985:13:14","memberName":"refundAddress","nodeType":"MemberAccess","referencedDeclaration":4048,"src":"7969:29:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":3605,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"8000:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3607,"indexExpression":{"id":3606,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"8006:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"8000:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3608,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"8016:9:14","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":4040,"src":"8000:25:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":3595,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"7937:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3597,"indexExpression":{"id":3596,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"7943:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7937:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"id":3598,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"7953:5:14","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":4036,"src":"7937:21:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":3594,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3051,"src":"7930:6:14","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$3051_$","typeString":"type(contract IERC20)"}},"id":3599,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7930:29:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$3051","typeString":"contract IERC20"}},"id":3600,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7960:8:14","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":3018,"src":"7930:38:14","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":3609,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7930:96:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3610,"nodeType":"ExpressionStatement","src":"7930:96:14"},{"eventCall":{"arguments":[{"id":3612,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3521,"src":"8087:4:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":3613,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3523,"src":"8093:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3614,"name":"_label","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3525,"src":"8103:6:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":3611,"name":"OrderRefunded","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4014,"src":"8073:13:14","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint256_$_t_bytes32_$_t_bytes32_$returns$__$","typeString":"function (uint256,bytes32,bytes32)"}},"id":3615,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8073:37:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3616,"nodeType":"EmitStatement","src":"8068:42:14"},{"expression":{"hexValue":"74727565","id":3617,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"8128:4:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":3531,"id":3618,"nodeType":"Return","src":"8121:11:14"}]},"documentation":{"id":3519,"nodeType":"StructuredDocumentation","src":"7122:35:14","text":"@dev See {refund-IPaycrest}. "},"functionSelector":"d28a8d32","id":3620,"implemented":true,"kind":"function","modifiers":[{"arguments":[],"id":3528,"kind":"modifierInvocation","modifierName":{"id":3527,"name":"onlyAggregator","nameLocations":["7235:14:14"],"nodeType":"IdentifierPath","referencedDeclaration":3133,"src":"7235:14:14"},"nodeType":"ModifierInvocation","src":"7235:16:14"}],"name":"refund","nameLocation":"7171:6:14","nodeType":"FunctionDefinition","parameters":{"id":3526,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3521,"mutability":"mutable","name":"_fee","nameLocation":"7186:4:14","nodeType":"VariableDeclaration","scope":3620,"src":"7178:12:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3520,"name":"uint256","nodeType":"ElementaryTypeName","src":"7178:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3523,"mutability":"mutable","name":"_orderId","nameLocation":"7200:8:14","nodeType":"VariableDeclaration","scope":3620,"src":"7192:16:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3522,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7192:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3525,"mutability":"mutable","name":"_label","nameLocation":"7218:6:14","nodeType":"VariableDeclaration","scope":3620,"src":"7210:14:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3524,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7210:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7177:48:14"},"returnParameters":{"id":3531,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3530,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3620,"src":"7260:4:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3529,"name":"bool","nodeType":"ElementaryTypeName","src":"7260:4:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7259:6:14"},"scope":3705,"src":"7162:977:14","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[4124],"body":{"id":3633,"nodeType":"Block","src":"8462:39:14","statements":[{"expression":{"baseExpression":{"id":3629,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3087,"src":"8479:5:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$4053_storage_$","typeString":"mapping(bytes32 => struct IPaycrest.Order storage ref)"}},"id":3631,"indexExpression":{"id":3630,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3623,"src":"8485:8:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"8479:15:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage","typeString":"struct IPaycrest.Order storage ref"}},"functionReturnParameters":3628,"id":3632,"nodeType":"Return","src":"8472:22:14"}]},"documentation":{"id":3621,"nodeType":"StructuredDocumentation","src":"8340:41:14","text":"@dev See {getOrderInfo-IPaycrest}. "},"functionSelector":"768c6ec0","id":3634,"implemented":true,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"8395:12:14","nodeType":"FunctionDefinition","parameters":{"id":3624,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3623,"mutability":"mutable","name":"_orderId","nameLocation":"8416:8:14","nodeType":"VariableDeclaration","scope":3634,"src":"8408:16:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3622,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8408:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8407:18:14"},"returnParameters":{"id":3628,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3627,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3634,"src":"8448:12:14","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_memory_ptr","typeString":"struct IPaycrest.Order"},"typeName":{"id":3626,"nodeType":"UserDefinedTypeName","pathNode":{"id":3625,"name":"Order","nameLocations":["8448:5:14"],"nodeType":"IdentifierPath","referencedDeclaration":4053,"src":"8448:5:14"},"referencedDeclaration":4053,"src":"8448:5:14","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage_ptr","typeString":"struct IPaycrest.Order"}},"visibility":"internal"}],"src":"8447:14:14"},"scope":3705,"src":"8386:115:14","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4115],"body":{"id":3652,"nodeType":"Block","src":"8627:86:14","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3646,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":3642,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3730,"src":"8641:17:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3644,"indexExpression":{"id":3643,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3637,"src":"8659:6:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"8641:25:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":3645,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8670:1:14","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"8641:30:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3649,"nodeType":"IfStatement","src":"8637:47:14","trueBody":{"expression":{"hexValue":"74727565","id":3647,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"8680:4:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":3641,"id":3648,"nodeType":"Return","src":"8673:11:14"}},{"expression":{"hexValue":"66616c7365","id":3650,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"8701:5:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"functionReturnParameters":3641,"id":3651,"nodeType":"Return","src":"8694:12:14"}]},"documentation":{"id":3635,"nodeType":"StructuredDocumentation","src":"8507:45:14","text":"@dev See {isTokenSupported-IPaycrest}. "},"functionSelector":"75151b63","id":3653,"implemented":true,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"8566:16:14","nodeType":"FunctionDefinition","parameters":{"id":3638,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3637,"mutability":"mutable","name":"_token","nameLocation":"8591:6:14","nodeType":"VariableDeclaration","scope":3653,"src":"8583:14:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3636,"name":"address","nodeType":"ElementaryTypeName","src":"8583:7:14","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"8582:16:14"},"returnParameters":{"id":3641,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3640,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3653,"src":"8621:4:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":3639,"name":"bool","nodeType":"ElementaryTypeName","src":"8621:4:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"8620:6:14"},"scope":3705,"src":"8557:156:14","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4147],"body":{"id":3666,"nodeType":"Block","src":"8898:58:14","statements":[{"expression":{"baseExpression":{"id":3662,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3741,"src":"8915:27:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4170_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":3664,"indexExpression":{"id":3663,"name":"_code","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3656,"src":"8943:5:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"8915:34:14","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"functionReturnParameters":3661,"id":3665,"nodeType":"Return","src":"8908:41:14"}]},"documentation":{"id":3654,"nodeType":"StructuredDocumentation","src":"8719:58:14","text":"@dev See {getSupportedInstitutionByCode-IPaycrest}. "},"functionSelector":"c2280103","id":3667,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"8791:29:14","nodeType":"FunctionDefinition","parameters":{"id":3657,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3656,"mutability":"mutable","name":"_code","nameLocation":"8829:5:14","nodeType":"VariableDeclaration","scope":3667,"src":"8821:13:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3655,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8821:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8820:15:14"},"returnParameters":{"id":3661,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3660,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3667,"src":"8858:38:14","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":3659,"nodeType":"UserDefinedTypeName","pathNode":{"id":3658,"name":"SharedStructs.InstitutionByCode","nameLocations":["8858:13:14","8872:17:14"],"nodeType":"IdentifierPath","referencedDeclaration":4170,"src":"8858:31:14"},"referencedDeclaration":4170,"src":"8858:31:14","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"8857:40:14"},"scope":3705,"src":"8782:174:14","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4157],"body":{"id":3681,"nodeType":"Block","src":"9131:56:14","statements":[{"expression":{"baseExpression":{"id":3677,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3736,"src":"9148:21:14","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":3679,"indexExpression":{"id":3678,"name":"_currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3670,"src":"9170:9:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"9148:32:14","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"functionReturnParameters":3676,"id":3680,"nodeType":"Return","src":"9141:39:14"}]},"documentation":{"id":3668,"nodeType":"StructuredDocumentation","src":"8962:53:14","text":"@dev See {getSupportedInstitutions-IPaycrest}. "},"functionSelector":"02621338","id":3682,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"9029:24:14","nodeType":"FunctionDefinition","parameters":{"id":3671,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3670,"mutability":"mutable","name":"_currency","nameLocation":"9062:9:14","nodeType":"VariableDeclaration","scope":3682,"src":"9054:17:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3669,"name":"bytes32","nodeType":"ElementaryTypeName","src":"9054:7:14","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"9053:19:14"},"returnParameters":{"id":3676,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3675,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3682,"src":"9095:34:14","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":3673,"nodeType":"UserDefinedTypeName","pathNode":{"id":3672,"name":"SharedStructs.Institution","nameLocations":["9095:13:14","9109:11:14"],"nodeType":"IdentifierPath","referencedDeclaration":4165,"src":"9095:25:14"},"referencedDeclaration":4165,"src":"9095:25:14","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4165_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":3674,"nodeType":"ArrayTypeName","src":"9095:27:14","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"9094:36:14"},"scope":3705,"src":"9020:167:14","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4132],"body":{"id":3694,"nodeType":"Block","src":"9327:52:14","statements":[{"expression":{"components":[{"id":3690,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3716,"src":"9344:18:14","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"id":3691,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3714,"src":"9364:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":3692,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"9343:29:14","typeDescriptions":{"typeIdentifier":"t_tuple$_t_uint64_$_t_uint256_$","typeString":"tuple(uint64,uint256)"}},"functionReturnParameters":3689,"id":3693,"nodeType":"Return","src":"9337:35:14"}]},"documentation":{"id":3683,"nodeType":"StructuredDocumentation","src":"9193:42:14","text":"@dev See {getFeeDetails-IPaycrest}. "},"functionSelector":"b810c636","id":3695,"implemented":true,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"9249:13:14","nodeType":"FunctionDefinition","parameters":{"id":3684,"nodeType":"ParameterList","parameters":[],"src":"9262:2:14"},"returnParameters":{"id":3689,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3686,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3695,"src":"9296:6:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":3685,"name":"uint64","nodeType":"ElementaryTypeName","src":"9296:6:14","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":3688,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3695,"src":"9313:7:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3687,"name":"uint256","nodeType":"ElementaryTypeName","src":"9313:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"9286:40:14"},"scope":3705,"src":"9240:139:14","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[4138],"body":{"id":3703,"nodeType":"Block","src":"9493:35:14","statements":[{"expression":{"id":3701,"name":"_aggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3722,"src":"9510:11:14","typeDescriptions":{"typeIdentifier":"t_bytes_storage","typeString":"bytes storage ref"}},"functionReturnParameters":3700,"id":3702,"nodeType":"Return","src":"9503:18:14"}]},"documentation":{"id":3696,"nodeType":"StructuredDocumentation","src":"9385:42:14","text":"@dev See {getAggregator-IPaycrest}. "},"functionSelector":"3ad59dbc","id":3704,"implemented":true,"kind":"function","modifiers":[],"name":"getAggregator","nameLocation":"9441:13:14","nodeType":"FunctionDefinition","parameters":{"id":3697,"nodeType":"ParameterList","parameters":[],"src":"9454:2:14"},"returnParameters":{"id":3700,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3699,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":3704,"src":"9479:12:14","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":3698,"name":"bytes","nodeType":"ElementaryTypeName","src":"9479:5:14","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"9478:14:14"},"scope":3705,"src":"9432:96:14","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":3706,"src":"603:8927:14","usedErrors":[]}],"src":"39:9492:14"},"id":14},"contracts/PaycrestSettingManager.sol":{"ast":{"absolutePath":"contracts/PaycrestSettingManager.sol","exportedSymbols":{"ContextUpgradeable":[1407],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239],"PaycrestSettingManager":[3966],"SharedStructs":[4171]},"id":3967,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":3707,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"170:24:15"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","id":3708,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3967,"sourceUnit":107,"src":"196:80:15","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":3710,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":3967,"sourceUnit":4172,"src":"278:60:15","symbolAliases":[{"foreign":{"id":3709,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4171,"src":"286:13:15","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":3711,"name":"Ownable2StepUpgradeable","nameLocations":["375:23:15"],"nodeType":"IdentifierPath","referencedDeclaration":106,"src":"375:23:15"},"id":3712,"nodeType":"InheritanceSpecifier","src":"375:23:15"}],"canonicalName":"PaycrestSettingManager","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":3966,"linearizedBaseContracts":[3966,106,239,1407,408],"name":"PaycrestSettingManager","nameLocation":"349:22:15","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":3714,"mutability":"mutable","name":"MAX_BPS","nameLocation":"423:7:15","nodeType":"VariableDeclaration","scope":3966,"src":"406:24:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3713,"name":"uint256","nodeType":"ElementaryTypeName","src":"406:7:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3716,"mutability":"mutable","name":"protocolFeePercent","nameLocation":"452:18:15","nodeType":"VariableDeclaration","scope":3966,"src":"436:34:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":3715,"name":"uint64","nodeType":"ElementaryTypeName","src":"436:6:15","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":3718,"mutability":"mutable","name":"treasuryAddress","nameLocation":"493:15:15","nodeType":"VariableDeclaration","scope":3966,"src":"476:32:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3717,"name":"address","nodeType":"ElementaryTypeName","src":"476:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3720,"mutability":"mutable","name":"_aggregatorAddress","nameLocation":"531:18:15","nodeType":"VariableDeclaration","scope":3966,"src":"514:35:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3719,"name":"address","nodeType":"ElementaryTypeName","src":"514:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3722,"mutability":"mutable","name":"_aggregator","nameLocation":"570:11:15","nodeType":"VariableDeclaration","scope":3966,"src":"555:26:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes_storage","typeString":"bytes"},"typeName":{"id":3721,"name":"bytes","nodeType":"ElementaryTypeName","src":"555:5:15","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":3726,"mutability":"mutable","name":"__gap","nameLocation":"721:5:15","nodeType":"VariableDeclaration","scope":3966,"src":"701:25:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":3723,"name":"uint256","nodeType":"ElementaryTypeName","src":"701:7:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3725,"length":{"hexValue":"3530","id":3724,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"709:2:15","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"701:11:15","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"constant":false,"id":3730,"mutability":"mutable","name":"_isTokenSupported","nameLocation":"770:17:15","nodeType":"VariableDeclaration","scope":3966,"src":"733:54:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":3729,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":3727,"name":"address","nodeType":"ElementaryTypeName","src":"741:7:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"733:27:15","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":3728,"name":"uint256","nodeType":"ElementaryTypeName","src":"752:7:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"internal"},{"constant":false,"id":3736,"mutability":"mutable","name":"supportedInstitutions","nameLocation":"851:21:15","nodeType":"VariableDeclaration","scope":3966,"src":"794:78:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"typeName":{"id":3735,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":3731,"name":"bytes32","nodeType":"ElementaryTypeName","src":"802:7:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"794:47:15","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"baseType":{"id":3733,"nodeType":"UserDefinedTypeName","pathNode":{"id":3732,"name":"SharedStructs.Institution","nameLocations":["813:13:15","827:11:15"],"nodeType":"IdentifierPath","referencedDeclaration":4165,"src":"813:25:15"},"referencedDeclaration":4165,"src":"813:25:15","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4165_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":3734,"nodeType":"ArrayTypeName","src":"813:27:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}}},"visibility":"internal"},{"constant":false,"id":3741,"mutability":"mutable","name":"supportedInstitutionsByCode","nameLocation":"939:27:15","nodeType":"VariableDeclaration","scope":3966,"src":"878:88:15","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4170_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"typeName":{"id":3740,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":3737,"name":"bytes32","nodeType":"ElementaryTypeName","src":"886:7:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"878:51:15","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4170_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":3739,"nodeType":"UserDefinedTypeName","pathNode":{"id":3738,"name":"SharedStructs.InstitutionByCode","nameLocations":["897:13:15","911:17:15"],"nodeType":"IdentifierPath","referencedDeclaration":4170,"src":"897:31:15"},"referencedDeclaration":4170,"src":"897:31:15","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}}},"visibility":"internal"},{"anonymous":false,"eventSelector":"cfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c","id":3749,"name":"SettingManagerBool","nameLocation":"979:18:15","nodeType":"EventDefinition","parameters":{"id":3748,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3743,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"1014:4:15","nodeType":"VariableDeclaration","scope":3749,"src":"998:20:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3742,"name":"bytes32","nodeType":"ElementaryTypeName","src":"998:7:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3745,"indexed":true,"mutability":"mutable","name":"value","nameLocation":"1036:5:15","nodeType":"VariableDeclaration","scope":3749,"src":"1020:21:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3744,"name":"address","nodeType":"ElementaryTypeName","src":"1020:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3747,"indexed":false,"mutability":"mutable","name":"status","nameLocation":"1051:6:15","nodeType":"VariableDeclaration","scope":3749,"src":"1043:14:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3746,"name":"uint256","nodeType":"ElementaryTypeName","src":"1043:7:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"997:61:15"},"src":"973:86:15"},{"anonymous":false,"eventSelector":"58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac","id":3757,"name":"SupportedInstitutionsUpdated","nameLocation":"1070:28:15","nodeType":"EventDefinition","parameters":{"id":3756,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3751,"indexed":true,"mutability":"mutable","name":"currency","nameLocation":"1115:8:15","nodeType":"VariableDeclaration","scope":3757,"src":"1099:24:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3750,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1099:7:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3755,"indexed":false,"mutability":"mutable","name":"institutions","nameLocation":"1153:12:15","nodeType":"VariableDeclaration","scope":3757,"src":"1125:40:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":3753,"nodeType":"UserDefinedTypeName","pathNode":{"id":3752,"name":"SharedStructs.Institution","nameLocations":["1125:13:15","1139:11:15"],"nodeType":"IdentifierPath","referencedDeclaration":4165,"src":"1125:25:15"},"referencedDeclaration":4165,"src":"1125:25:15","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4165_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":3754,"nodeType":"ArrayTypeName","src":"1125:27:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"1098:68:15"},"src":"1064:103:15"},{"anonymous":false,"eventSelector":"b94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e26446","id":3761,"name":"ProtocolFeesUpdated","nameLocation":"1179:19:15","nodeType":"EventDefinition","parameters":{"id":3760,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3759,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"1206:11:15","nodeType":"VariableDeclaration","scope":3761,"src":"1199:18:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":3758,"name":"uint64","nodeType":"ElementaryTypeName","src":"1199:6:15","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"1198:20:15"},"src":"1173:46:15"},{"anonymous":false,"eventSelector":"bbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a4","id":3767,"name":"ProtocolAddressUpdated","nameLocation":"1230:22:15","nodeType":"EventDefinition","parameters":{"id":3766,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3763,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"1269:4:15","nodeType":"VariableDeclaration","scope":3767,"src":"1253:20:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3762,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1253:7:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3765,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1291:15:15","nodeType":"VariableDeclaration","scope":3767,"src":"1275:31:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3764,"name":"address","nodeType":"ElementaryTypeName","src":"1275:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1252:55:15"},"src":"1224:84:15"},{"anonymous":false,"eventSelector":"6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef","id":3771,"name":"SetAggregator","nameLocation":"1319:13:15","nodeType":"EventDefinition","parameters":{"id":3770,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3769,"indexed":true,"mutability":"mutable","name":"aggregator","nameLocation":"1347:10:15","nodeType":"VariableDeclaration","scope":3771,"src":"1333:24:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":3768,"name":"bytes","nodeType":"ElementaryTypeName","src":"1333:5:15","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1332:26:15"},"src":"1313:46:15"},{"anonymous":false,"eventSelector":"2e979f80fe4d43055c584cf4a8467c55875ea36728fc37176c05acd784eb7a73","id":3775,"name":"SetFeeRecipient","nameLocation":"1370:15:15","nodeType":"EventDefinition","parameters":{"id":3774,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3773,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1402:15:15","nodeType":"VariableDeclaration","scope":3775,"src":"1386:31:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3772,"name":"address","nodeType":"ElementaryTypeName","src":"1386:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1385:33:15"},"src":"1364:55:15"},{"body":{"id":3825,"nodeType":"Block","src":"2027:291:15","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3793,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3788,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3780,"src":"2045:5:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3791,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2062: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":3790,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2054:7:15","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3789,"name":"address","nodeType":"ElementaryTypeName","src":"2054:7:15","typeDescriptions":{}}},"id":3792,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2054:10:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2045:19:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"50617963726573743a207a65726f2061646472657373","id":3794,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2066:24:15","typeDescriptions":{"typeIdentifier":"t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","typeString":"literal_string \"Paycrest: zero address\""},"value":"Paycrest: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","typeString":"literal_string \"Paycrest: zero address\""}],"id":3787,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2037:7:15","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3795,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2037:54:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3796,"nodeType":"ExpressionStatement","src":"2037:54:15"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":3804,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3800,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3798,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3782,"src":"2109:6:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":3799,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2119:1:15","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"2109:11:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3803,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3801,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3782,"src":"2124:6:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"32","id":3802,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2134:1:15","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"2124:11:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"2109:26:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"50617963726573743a20696e76616c696420737461747573","id":3805,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2137:26:15","typeDescriptions":{"typeIdentifier":"t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40","typeString":"literal_string \"Paycrest: invalid status\""},"value":"Paycrest: invalid status"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40","typeString":"literal_string \"Paycrest: invalid status\""}],"id":3797,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2101:7:15","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3806,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2101:63:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3807,"nodeType":"ExpressionStatement","src":"2101:63:15"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":3810,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3808,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3778,"src":"2178:4:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"746f6b656e","id":3809,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2186:7:15","typeDescriptions":{"typeIdentifier":"t_stringliteral_9b9b0454cadcb5884dd3faa6ba975da4d2459aa3f11d31291a25a8358f84946d","typeString":"literal_string \"token\""},"value":"token"},"src":"2178:15:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3824,"nodeType":"IfStatement","src":"2174:137:15","trueBody":{"id":3823,"nodeType":"Block","src":"2195:116:15","statements":[{"expression":{"id":3815,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":3811,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3730,"src":"2209:17:15","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":3813,"indexExpression":{"id":3812,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3780,"src":"2227:5:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2209:24:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":3814,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3782,"src":"2236:6:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2209:33:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3816,"nodeType":"ExpressionStatement","src":"2209:33:15"},{"eventCall":{"arguments":[{"id":3818,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3778,"src":"2280:4:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3819,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3780,"src":"2286:5:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":3820,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3782,"src":"2293:6:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":3817,"name":"SettingManagerBool","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3749,"src":"2261:18:15","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_uint256_$returns$__$","typeString":"function (bytes32,address,uint256)"}},"id":3821,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2261:39:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3822,"nodeType":"EmitStatement","src":"2256:44:15"}]}}]},"documentation":{"id":3776,"nodeType":"StructuredDocumentation","src":"1626:304:15","text":" @dev Sets the boolean value for a specific setting.\n @param what The setting to be updated.\n @param value The address or value associated with the setting.\n @param status The boolean value to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"cd992400","id":3826,"implemented":true,"kind":"function","modifiers":[{"id":3785,"kind":"modifierInvocation","modifierName":{"id":3784,"name":"onlyOwner","nameLocations":["2017:9:15"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2017:9:15"},"nodeType":"ModifierInvocation","src":"2017:9:15"}],"name":"settingManagerBool","nameLocation":"1944:18:15","nodeType":"FunctionDefinition","parameters":{"id":3783,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3778,"mutability":"mutable","name":"what","nameLocation":"1971:4:15","nodeType":"VariableDeclaration","scope":3826,"src":"1963:12:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3777,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1963:7:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3780,"mutability":"mutable","name":"value","nameLocation":"1985:5:15","nodeType":"VariableDeclaration","scope":3826,"src":"1977:13:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3779,"name":"address","nodeType":"ElementaryTypeName","src":"1977:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3782,"mutability":"mutable","name":"status","nameLocation":"2000:6:15","nodeType":"VariableDeclaration","scope":3826,"src":"1992:14:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3781,"name":"uint256","nodeType":"ElementaryTypeName","src":"1992:7:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1962:45:15"},"returnParameters":{"id":3786,"nodeType":"ParameterList","parameters":[],"src":"2027:0:15"},"scope":3966,"src":"1935:383:15","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3888,"nodeType":"Block","src":"2671:504:15","statements":[{"expression":{"id":3841,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"2681:38:15","subExpression":{"baseExpression":{"id":3838,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3736,"src":"2688:21:15","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":3840,"indexExpression":{"id":3839,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3829,"src":"2710:8:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2688:31:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3842,"nodeType":"ExpressionStatement","src":"2681:38:15"},{"body":{"id":3879,"nodeType":"Block","src":"2769:314:15","statements":[{"expression":{"arguments":[{"baseExpression":{"id":3854,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3833,"src":"2820:12:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":3856,"indexExpression":{"id":3855,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3844,"src":"2833:1:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2820:15:15","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4165_memory_ptr","typeString":"struct SharedStructs.Institution memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_struct$_Institution_$4165_memory_ptr","typeString":"struct SharedStructs.Institution memory"}],"expression":{"baseExpression":{"id":3850,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3736,"src":"2783:21:15","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":3852,"indexExpression":{"id":3851,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3829,"src":"2805:8:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2783:31:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"id":3853,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2815:4:15","memberName":"push","nodeType":"MemberAccess","src":"2783:36:15","typeDescriptions":{"typeIdentifier":"t_function_arraypush_nonpayable$_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_ptr_$_t_struct$_Institution_$4165_storage_$returns$__$attached_to$_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_ptr_$","typeString":"function (struct SharedStructs.Institution storage ref[] storage pointer,struct SharedStructs.Institution storage ref)"}},"id":3857,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2783:53:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3858,"nodeType":"ExpressionStatement","src":"2783:53:15"},{"expression":{"id":3873,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":3859,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3741,"src":"2850:27:15","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$4170_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":3864,"indexExpression":{"expression":{"baseExpression":{"id":3860,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3833,"src":"2878:12:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":3862,"indexExpression":{"id":3861,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3844,"src":"2891:1:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2878:15:15","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4165_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":3863,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2894:4:15","memberName":"code","nodeType":"MemberAccess","referencedDeclaration":4162,"src":"2878:20:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2850:49:15","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"baseExpression":{"id":3867,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3833,"src":"2958:12:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":3869,"indexExpression":{"id":3868,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3844,"src":"2971:1:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2958:15:15","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4165_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":3870,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2974:4:15","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":4164,"src":"2958:20:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3871,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3829,"src":"2990:8:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":3865,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4171,"src":"2902:13:15","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_SharedStructs_$4171_$","typeString":"type(library SharedStructs)"}},"id":3866,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2916:17:15","memberName":"InstitutionByCode","nodeType":"MemberAccess","referencedDeclaration":4170,"src":"2902:31:15","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_InstitutionByCode_$4170_storage_ptr_$","typeString":"type(struct SharedStructs.InstitutionByCode storage pointer)"}},"id":3872,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2952:4:15","2980:8:15"],"names":["name","currency"],"nodeType":"FunctionCall","src":"2902:111:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode memory"}},"src":"2850:163:15","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":3874,"nodeType":"ExpressionStatement","src":"2850:163:15"},{"id":3878,"nodeType":"UncheckedBlock","src":"3027:46:15","statements":[{"expression":{"id":3876,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":true,"src":"3055:3:15","subExpression":{"id":3875,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3844,"src":"3057:1:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":3877,"nodeType":"ExpressionStatement","src":"3055:3:15"}]}]},"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":3849,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3846,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3844,"src":"2742:1:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"expression":{"id":3847,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3833,"src":"2746:12:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":3848,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2759:6:15","memberName":"length","nodeType":"MemberAccess","src":"2746:19:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2742:23:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3880,"initializationExpression":{"assignments":[3844],"declarations":[{"constant":false,"id":3844,"mutability":"mutable","name":"i","nameLocation":"2739:1:15","nodeType":"VariableDeclaration","scope":3880,"src":"2734:6:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3843,"name":"uint","nodeType":"ElementaryTypeName","src":"2734:4:15","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":3845,"nodeType":"VariableDeclarationStatement","src":"2734:6:15"},"nodeType":"ForStatement","src":"2729:354:15"},{"eventCall":{"arguments":[{"id":3882,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3829,"src":"3126:8:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"baseExpression":{"id":3883,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3736,"src":"3136:21:15","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":3885,"indexExpression":{"id":3884,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3829,"src":"3158:8:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3136:31:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}],"id":3881,"name":"SupportedInstitutionsUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3757,"src":"3097:28:15","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_$returns$__$","typeString":"function (bytes32,struct SharedStructs.Institution memory[] memory)"}},"id":3886,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3097:71:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3887,"nodeType":"EmitStatement","src":"3092:76:15"}]},"documentation":{"id":3827,"nodeType":"StructuredDocumentation","src":"2324:222:15","text":" @dev Sets the supported institutions for a specific currency.\n @param currency The currency for which the institutions are being set.\n @param institutions The array of institutions to be set."},"functionSelector":"32200882","id":3889,"implemented":true,"kind":"function","modifiers":[{"id":3836,"kind":"modifierInvocation","modifierName":{"id":3835,"name":"onlyOwner","nameLocations":["2661:9:15"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2661:9:15"},"nodeType":"ModifierInvocation","src":"2661:9:15"}],"name":"setSupportedInstitutions","nameLocation":"2560:24:15","nodeType":"FunctionDefinition","parameters":{"id":3834,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3829,"mutability":"mutable","name":"currency","nameLocation":"2593:8:15","nodeType":"VariableDeclaration","scope":3889,"src":"2585:16:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3828,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2585:7:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3833,"mutability":"mutable","name":"institutions","nameLocation":"2638:12:15","nodeType":"VariableDeclaration","scope":3889,"src":"2603:47:15","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":3831,"nodeType":"UserDefinedTypeName","pathNode":{"id":3830,"name":"SharedStructs.Institution","nameLocations":["2603:13:15","2617:11:15"],"nodeType":"IdentifierPath","referencedDeclaration":4165,"src":"2603:25:15"},"referencedDeclaration":4165,"src":"2603:25:15","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4165_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":3832,"nodeType":"ArrayTypeName","src":"2603:27:15","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"2584:67:15"},"returnParameters":{"id":3837,"nodeType":"ParameterList","parameters":[],"src":"2671:0:15"},"scope":3966,"src":"2551:624:15","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3905,"nodeType":"Block","src":"3400:112:15","statements":[{"expression":{"id":3899,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3897,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3716,"src":"3410:18:15","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":3898,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3892,"src":"3431:19:15","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"3410:40:15","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"id":3900,"nodeType":"ExpressionStatement","src":"3410:40:15"},{"eventCall":{"arguments":[{"id":3902,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3892,"src":"3485:19:15","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":3901,"name":"ProtocolFeesUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3761,"src":"3465:19:15","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint64_$returns$__$","typeString":"function (uint64)"}},"id":3903,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3465:40:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3904,"nodeType":"EmitStatement","src":"3460:45:15"}]},"documentation":{"id":3890,"nodeType":"StructuredDocumentation","src":"3181:139:15","text":" @dev Updates the protocol fees percentage.\n @param _protocolFeePercent The new protocol fees percentage to be set."},"functionSelector":"84630736","id":3906,"implemented":true,"kind":"function","modifiers":[{"id":3895,"kind":"modifierInvocation","modifierName":{"id":3894,"name":"onlyOwner","nameLocations":["3390:9:15"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3390:9:15"},"nodeType":"ModifierInvocation","src":"3390:9:15"}],"name":"updateProtocolFees","nameLocation":"3334:18:15","nodeType":"FunctionDefinition","parameters":{"id":3893,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3892,"mutability":"mutable","name":"_protocolFeePercent","nameLocation":"3360:19:15","nodeType":"VariableDeclaration","scope":3906,"src":"3353:26:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":3891,"name":"uint64","nodeType":"ElementaryTypeName","src":"3353:6:15","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"3352:28:15"},"returnParameters":{"id":3896,"nodeType":"ParameterList","parameters":[],"src":"3400:0:15"},"scope":3966,"src":"3325:187:15","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3947,"nodeType":"Block","src":"3844:240:15","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":3922,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3917,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3911,"src":"3862:5:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":3920,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3879: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":3919,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3871:7:15","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":3918,"name":"address","nodeType":"ElementaryTypeName","src":"3871:7:15","typeDescriptions":{}}},"id":3921,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3871:10:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3862:19:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"50617963726573743a207a65726f2061646472657373","id":3923,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3883:24:15","typeDescriptions":{"typeIdentifier":"t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","typeString":"literal_string \"Paycrest: zero address\""},"value":"Paycrest: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","typeString":"literal_string \"Paycrest: zero address\""}],"id":3916,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3854:7:15","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":3924,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3854:54:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3925,"nodeType":"ExpressionStatement","src":"3854:54:15"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":3928,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3926,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3909,"src":"3922:4:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"7472656173757279","id":3927,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3930:10:15","typeDescriptions":{"typeIdentifier":"t_stringliteral_cbd818ad4dd6f1ff9338c2bb62480241424dd9a65f9f3284101a01cd099ad8ac","typeString":"literal_string \"treasury\""},"value":"treasury"},"src":"3922:18:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3933,"nodeType":"IfStatement","src":"3918:47:15","trueBody":{"expression":{"id":3931,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3929,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3718,"src":"3942:15:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":3930,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3911,"src":"3960:5:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3942:23:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":3932,"nodeType":"ExpressionStatement","src":"3942:23:15"}},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":3936,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":3934,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3909,"src":"3979:4:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"61676772656761746f72","id":3935,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3987:12:15","typeDescriptions":{"typeIdentifier":"t_stringliteral_e124d7cc79a19705865fa21b784ba187cd393559e960c0c071132cb60354d1a3","typeString":"literal_string \"aggregator\""},"value":"aggregator"},"src":"3979:20:15","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":3941,"nodeType":"IfStatement","src":"3975:52:15","trueBody":{"expression":{"id":3939,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3937,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3720,"src":"4001:18:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":3938,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3911,"src":"4022:5:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4001:26:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":3940,"nodeType":"ExpressionStatement","src":"4001:26:15"}},{"eventCall":{"arguments":[{"id":3943,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3909,"src":"4065:4:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":3944,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3911,"src":"4071:5:15","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"}],"id":3942,"name":"ProtocolAddressUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3767,"src":"4042:22:15","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$returns$__$","typeString":"function (bytes32,address)"}},"id":3945,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4042:35:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3946,"nodeType":"EmitStatement","src":"4037:40:15"}]},"documentation":{"id":3907,"nodeType":"StructuredDocumentation","src":"3518:242:15","text":" @dev Updates a protocol address.\n @param what The address type to be updated (treasury or aggregator).\n @param value The new address to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"40ebc677","id":3948,"implemented":true,"kind":"function","modifiers":[{"id":3914,"kind":"modifierInvocation","modifierName":{"id":3913,"name":"onlyOwner","nameLocations":["3834:9:15"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3834:9:15"},"nodeType":"ModifierInvocation","src":"3834:9:15"}],"name":"updateProtocolAddress","nameLocation":"3774:21:15","nodeType":"FunctionDefinition","parameters":{"id":3912,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3909,"mutability":"mutable","name":"what","nameLocation":"3804:4:15","nodeType":"VariableDeclaration","scope":3948,"src":"3796:12:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3908,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3796:7:15","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3911,"mutability":"mutable","name":"value","nameLocation":"3818:5:15","nodeType":"VariableDeclaration","scope":3948,"src":"3810:13:15","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3910,"name":"address","nodeType":"ElementaryTypeName","src":"3810:7:15","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3795:29:15"},"returnParameters":{"id":3915,"nodeType":"ParameterList","parameters":[],"src":"3844:0:15"},"scope":3966,"src":"3765:319:15","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":3964,"nodeType":"Block","src":"4286:81:15","statements":[{"expression":{"id":3958,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":3956,"name":"_aggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3722,"src":"4296:11:15","typeDescriptions":{"typeIdentifier":"t_bytes_storage","typeString":"bytes storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":3957,"name":"aggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3951,"src":"4310:10:15","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"src":"4296:24:15","typeDescriptions":{"typeIdentifier":"t_bytes_storage","typeString":"bytes storage ref"}},"id":3959,"nodeType":"ExpressionStatement","src":"4296:24:15"},{"eventCall":{"arguments":[{"id":3961,"name":"aggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3951,"src":"4349:10:15","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}],"id":3960,"name":"SetAggregator","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3771,"src":"4335:13:15","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes_memory_ptr_$returns$__$","typeString":"function (bytes memory)"}},"id":3962,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4335:25:15","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":3963,"nodeType":"EmitStatement","src":"4330:30:15"}]},"documentation":{"id":3949,"nodeType":"StructuredDocumentation","src":"4090:111:15","text":" @dev Updates the protocol aggregator.\n @param aggregator The new aggregator to be set."},"functionSelector":"cb79455b","id":3965,"implemented":true,"kind":"function","modifiers":[{"id":3954,"kind":"modifierInvocation","modifierName":{"id":3953,"name":"onlyOwner","nameLocations":["4276:9:15"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"4276:9:15"},"nodeType":"ModifierInvocation","src":"4276:9:15"}],"name":"updateProtocolAggregator","nameLocation":"4215:24:15","nodeType":"FunctionDefinition","parameters":{"id":3952,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3951,"mutability":"mutable","name":"aggregator","nameLocation":"4255:10:15","nodeType":"VariableDeclaration","scope":3965,"src":"4240:25:15","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":3950,"name":"bytes","nodeType":"ElementaryTypeName","src":"4240:5:15","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4239:27:15"},"returnParameters":{"id":3955,"nodeType":"ParameterList","parameters":[],"src":"4286:0:15"},"scope":3966,"src":"4206:161:15","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":3967,"src":"340:4029:15","usedErrors":[]}],"src":"170:4200:15"},"id":15},"contracts/interfaces/IPaycrest.sol":{"ast":{"absolutePath":"contracts/interfaces/IPaycrest.sol","exportedSymbols":{"IERC20":[3051],"IPaycrest":[4158],"SharedStructs":[4171]},"id":4159,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":3968,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:16"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"@openzeppelin/contracts/token/ERC20/IERC20.sol","id":3970,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4159,"sourceUnit":3052,"src":"65:70:16","symbolAliases":[{"foreign":{"id":3969,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":3051,"src":"73:6:16","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"../libraries/SharedStructs.sol","id":3972,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":4159,"sourceUnit":4172,"src":"137:61:16","symbolAliases":[{"foreign":{"id":3971,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":4171,"src":"145:13:16","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"IPaycrest","contractDependencies":[],"contractKind":"interface","documentation":{"id":3973,"nodeType":"StructuredDocumentation","src":"200:72:16","text":" @title IPaycrest\n @dev Interface for the Paycrest contract."},"fullyImplemented":false,"id":4158,"linearizedBaseContracts":[4158],"name":"IPaycrest","nameLocation":"283:9:16","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":3974,"nodeType":"StructuredDocumentation","src":"491:416:16","text":" @dev Emitted when a deposit is made.\n @param token The address of the deposited token.\n @param amount The amount of the deposit.\n @param orderId The ID of the order.\n @param rate The rate at which the deposit is made.\n @param institutionCode The code of the institution.\n @param label The label of the deposit.\n @param messageHash The hash of the message."},"eventSelector":"94bed2b14a43efaec8c295ba3fbce0aa493e61643c3adb49774ca7df08d5a919","id":3992,"name":"OrderCreated","nameLocation":"918:12:16","nodeType":"EventDefinition","parameters":{"id":3991,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3976,"indexed":true,"mutability":"mutable","name":"token","nameLocation":"947:5:16","nodeType":"VariableDeclaration","scope":3992,"src":"931:21:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":3975,"name":"address","nodeType":"ElementaryTypeName","src":"931:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":3978,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"970:6:16","nodeType":"VariableDeclaration","scope":3992,"src":"954:22:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3977,"name":"uint256","nodeType":"ElementaryTypeName","src":"954:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3980,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"986:11:16","nodeType":"VariableDeclaration","scope":3992,"src":"978:19:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3979,"name":"uint256","nodeType":"ElementaryTypeName","src":"978:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3982,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1015:7:16","nodeType":"VariableDeclaration","scope":3992,"src":"999:23:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3981,"name":"bytes32","nodeType":"ElementaryTypeName","src":"999:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3984,"indexed":false,"mutability":"mutable","name":"rate","nameLocation":"1032:4:16","nodeType":"VariableDeclaration","scope":3992,"src":"1024:12:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":3983,"name":"uint256","nodeType":"ElementaryTypeName","src":"1024:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":3986,"indexed":false,"mutability":"mutable","name":"institutionCode","nameLocation":"1046:15:16","nodeType":"VariableDeclaration","scope":3992,"src":"1038:23:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3985,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1038:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3988,"indexed":false,"mutability":"mutable","name":"label","nameLocation":"1071:5:16","nodeType":"VariableDeclaration","scope":3992,"src":"1063:13:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3987,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1063:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3990,"indexed":false,"mutability":"mutable","name":"messageHash","nameLocation":"1085:11:16","nodeType":"VariableDeclaration","scope":3992,"src":"1078:18:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":3989,"name":"string","nodeType":"ElementaryTypeName","src":"1078:6:16","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"930:167:16"},"src":"912:186:16"},{"anonymous":false,"documentation":{"id":3993,"nodeType":"StructuredDocumentation","src":"1104:371:16","text":" @dev Emitted when an aggregator settles a transaction.\n @param splitOrderId The ID of the split order.\n @param orderId The ID of the order.\n @param label The label of the transaction.\n @param liquidityProvider The address of the liquidity provider.\n @param settlePercent The percentage at which the transaction is settled."},"eventSelector":"a9ec2b6676d3ea3e8da117193c71b1b85fcdbc72f077a624f950241eb38f13c2","id":4005,"name":"OrderSettled","nameLocation":"1486:12:16","nodeType":"EventDefinition","parameters":{"id":4004,"nodeType":"ParameterList","parameters":[{"constant":false,"id":3995,"indexed":false,"mutability":"mutable","name":"splitOrderId","nameLocation":"1507:12:16","nodeType":"VariableDeclaration","scope":4005,"src":"1499:20:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3994,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1499:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3997,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1537:7:16","nodeType":"VariableDeclaration","scope":4005,"src":"1521:23:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3996,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1521:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":3999,"indexed":false,"mutability":"mutable","name":"label","nameLocation":"1554:5:16","nodeType":"VariableDeclaration","scope":4005,"src":"1546:13:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":3998,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1546:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4001,"indexed":true,"mutability":"mutable","name":"liquidityProvider","nameLocation":"1577:17:16","nodeType":"VariableDeclaration","scope":4005,"src":"1561:33:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4000,"name":"address","nodeType":"ElementaryTypeName","src":"1561:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4003,"indexed":false,"mutability":"mutable","name":"settlePercent","nameLocation":"1603:13:16","nodeType":"VariableDeclaration","scope":4005,"src":"1596:20:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":4002,"name":"uint96","nodeType":"ElementaryTypeName","src":"1596:6:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"}],"src":"1498:119:16"},"src":"1480:138:16"},{"anonymous":false,"documentation":{"id":4006,"nodeType":"StructuredDocumentation","src":"1624:225:16","text":" @dev Emitted when an aggregator refunds a transaction.\n @param fee The fee deducted from the refund amount.\n @param orderId The ID of the order.\n @param label The label of the transaction."},"eventSelector":"79252c381c5280f78c77f378791e42b506843a48916430480eab95a898cdae9f","id":4014,"name":"OrderRefunded","nameLocation":"1860:13:16","nodeType":"EventDefinition","parameters":{"id":4013,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4008,"indexed":false,"mutability":"mutable","name":"fee","nameLocation":"1882:3:16","nodeType":"VariableDeclaration","scope":4014,"src":"1874:11:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4007,"name":"uint256","nodeType":"ElementaryTypeName","src":"1874:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4010,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1903:7:16","nodeType":"VariableDeclaration","scope":4014,"src":"1887:23:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4009,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1887:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4012,"indexed":false,"mutability":"mutable","name":"label","nameLocation":"1920:5:16","nodeType":"VariableDeclaration","scope":4014,"src":"1912:13:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4011,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1912:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1873:53:16"},"src":"1854:73:16"},{"anonymous":false,"documentation":{"id":4015,"nodeType":"StructuredDocumentation","src":"1933:173:16","text":" @dev Emitted when the sender's fee is transferred.\n @param sender The address of the sender.\n @param amount The amount of the fee transferred."},"eventSelector":"44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c2501","id":4021,"name":"SenderFeeTransferred","nameLocation":"2117:20:16","nodeType":"EventDefinition","parameters":{"id":4020,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4017,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"2154:6:16","nodeType":"VariableDeclaration","scope":4021,"src":"2138:22:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4016,"name":"address","nodeType":"ElementaryTypeName","src":"2138:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4019,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"2178:6:16","nodeType":"VariableDeclaration","scope":4021,"src":"2162:22:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4018,"name":"uint256","nodeType":"ElementaryTypeName","src":"2162:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2137:48:16"},"src":"2111:75:16"},{"canonicalName":"IPaycrest.TransactionMetadata","id":4032,"members":[{"constant":false,"id":4023,"mutability":"mutable","name":"identifier","nameLocation":"2788:10:16","nodeType":"VariableDeclaration","scope":4032,"src":"2781:17:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":4022,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2781:6:16","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":4025,"mutability":"mutable","name":"institution","nameLocation":"2815:11:16","nodeType":"VariableDeclaration","scope":4032,"src":"2808:18:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":4024,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2808:6:16","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":4027,"mutability":"mutable","name":"name","nameLocation":"2843:4:16","nodeType":"VariableDeclaration","scope":4032,"src":"2836:11:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":4026,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2836:6:16","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":4029,"mutability":"mutable","name":"currency","nameLocation":"2864:8:16","nodeType":"VariableDeclaration","scope":4032,"src":"2857:15:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":4028,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2857:6:16","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":4031,"mutability":"mutable","name":"liquidityProviderID","nameLocation":"2890:19:16","nodeType":"VariableDeclaration","scope":4032,"src":"2882:27:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4030,"name":"uint256","nodeType":"ElementaryTypeName","src":"2882:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"TransactionMetadata","nameLocation":"2751:19:16","nodeType":"StructDefinition","scope":4158,"src":"2744:172:16","visibility":"public"},{"canonicalName":"IPaycrest.Order","id":4053,"members":[{"constant":false,"id":4034,"mutability":"mutable","name":"seller","nameLocation":"3586:6:16","nodeType":"VariableDeclaration","scope":4053,"src":"3578:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4033,"name":"address","nodeType":"ElementaryTypeName","src":"3578:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4036,"mutability":"mutable","name":"token","nameLocation":"3610:5:16","nodeType":"VariableDeclaration","scope":4053,"src":"3602:13:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4035,"name":"address","nodeType":"ElementaryTypeName","src":"3602:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4038,"mutability":"mutable","name":"senderFeeRecipient","nameLocation":"3633:18:16","nodeType":"VariableDeclaration","scope":4053,"src":"3625:26:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4037,"name":"address","nodeType":"ElementaryTypeName","src":"3625:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4040,"mutability":"mutable","name":"senderFee","nameLocation":"3669:9:16","nodeType":"VariableDeclaration","scope":4053,"src":"3661:17:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4039,"name":"uint256","nodeType":"ElementaryTypeName","src":"3661:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4042,"mutability":"mutable","name":"protocolFee","nameLocation":"3696:11:16","nodeType":"VariableDeclaration","scope":4053,"src":"3688:19:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4041,"name":"uint256","nodeType":"ElementaryTypeName","src":"3688:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4044,"mutability":"mutable","name":"rate","nameLocation":"3724:4:16","nodeType":"VariableDeclaration","scope":4053,"src":"3717:11:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":4043,"name":"uint96","nodeType":"ElementaryTypeName","src":"3717:6:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":4046,"mutability":"mutable","name":"isFulfilled","nameLocation":"3743:11:16","nodeType":"VariableDeclaration","scope":4053,"src":"3738:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4045,"name":"bool","nodeType":"ElementaryTypeName","src":"3738:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":4048,"mutability":"mutable","name":"refundAddress","nameLocation":"3772:13:16","nodeType":"VariableDeclaration","scope":4053,"src":"3764:21:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4047,"name":"address","nodeType":"ElementaryTypeName","src":"3764:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4050,"mutability":"mutable","name":"currentBPS","nameLocation":"3802:10:16","nodeType":"VariableDeclaration","scope":4053,"src":"3795:17:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":4049,"name":"uint96","nodeType":"ElementaryTypeName","src":"3795:6:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":4052,"mutability":"mutable","name":"amount","nameLocation":"3830:6:16","nodeType":"VariableDeclaration","scope":4053,"src":"3822:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4051,"name":"uint256","nodeType":"ElementaryTypeName","src":"3822:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"Order","nameLocation":"3562:5:16","nodeType":"StructDefinition","scope":4158,"src":"3555:288:16","visibility":"public"},{"documentation":{"id":4054,"nodeType":"StructuredDocumentation","src":"4044:1191:16","text":" @notice Locks the sender's amount of token into Paycrest.\n @dev Requirements:\n - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call.\n - `_token` must be an acceptable token. See {isTokenSupported}.\n - `amount` must be greater than minimum.\n - `_refundable` refundable address must not be zero address.\n @param _token The address of the token.\n @param _amount The amount in the decimal of `_token` to be locked.\n @param _institutionCode The institution code of the sender.\n @param _label The reference of the sender.\n @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n @param _senderFeeRecipient The address that will receive `_senderFee` in `_token` when there is a need to refund.\n @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\n @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n @param messageHash The hash of the message.\n @return _orderId The ID of the order."},"functionSelector":"2654ec7e","id":4077,"implemented":false,"kind":"function","modifiers":[],"name":"createOrder","nameLocation":"5249:11:16","nodeType":"FunctionDefinition","parameters":{"id":4073,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4056,"mutability":"mutable","name":"_token","nameLocation":"5278:6:16","nodeType":"VariableDeclaration","scope":4077,"src":"5270:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4055,"name":"address","nodeType":"ElementaryTypeName","src":"5270:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4058,"mutability":"mutable","name":"_amount","nameLocation":"5303:7:16","nodeType":"VariableDeclaration","scope":4077,"src":"5295:15:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4057,"name":"uint256","nodeType":"ElementaryTypeName","src":"5295:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4060,"mutability":"mutable","name":"_institutionCode","nameLocation":"5329:16:16","nodeType":"VariableDeclaration","scope":4077,"src":"5321:24:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4059,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5321:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4062,"mutability":"mutable","name":"_label","nameLocation":"5363:6:16","nodeType":"VariableDeclaration","scope":4077,"src":"5355:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4061,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5355:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4064,"mutability":"mutable","name":"_rate","nameLocation":"5386:5:16","nodeType":"VariableDeclaration","scope":4077,"src":"5379:12:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":4063,"name":"uint96","nodeType":"ElementaryTypeName","src":"5379:6:16","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":4066,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"5410:19:16","nodeType":"VariableDeclaration","scope":4077,"src":"5402:27:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4065,"name":"address","nodeType":"ElementaryTypeName","src":"5402:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4068,"mutability":"mutable","name":"_senderFee","nameLocation":"5447:10:16","nodeType":"VariableDeclaration","scope":4077,"src":"5439:18:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4067,"name":"uint256","nodeType":"ElementaryTypeName","src":"5439:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4070,"mutability":"mutable","name":"_refundAddress","nameLocation":"5475:14:16","nodeType":"VariableDeclaration","scope":4077,"src":"5467:22:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4069,"name":"address","nodeType":"ElementaryTypeName","src":"5467:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4072,"mutability":"mutable","name":"messageHash","nameLocation":"5516:11:16","nodeType":"VariableDeclaration","scope":4077,"src":"5500:27:16","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":4071,"name":"string","nodeType":"ElementaryTypeName","src":"5500:6:16","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"5260:273:16"},"returnParameters":{"id":4076,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4075,"mutability":"mutable","name":"_orderId","nameLocation":"5559:8:16","nodeType":"VariableDeclaration","scope":4077,"src":"5551:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4074,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5551:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"5550:18:16"},"scope":4158,"src":"5240:329:16","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":4078,"nodeType":"StructuredDocumentation","src":"5575:892:16","text":" @notice Settles a transaction and distributes rewards accordingly.\n @dev Requirements:\n - Only aggregators can call this function.\n - `_orderId` must be less than total IDs.\n - `_orderId` must be an open ID.\n - `_primaryValidator` must have stake on the Paycrest staking platform.\n - `_secondaryValidators` must have stake on the Paycrest staking platform.\n - `amount` must be greater than minimum.\n - `_refundable` refundable address must not be zero address.\n @param _orderId The ID of the transaction.\n @param _label The reference of the sender.\n @param _liquidityProvider The address of the liquidity provider.\n @param _settlePercent The rate at which the transaction is settled.\n @return _orderId The ID of the order.\n @return _liquidityProvider The address of the liquidity provider."},"functionSelector":"9015dced","id":4095,"implemented":false,"kind":"function","modifiers":[],"name":"settle","nameLocation":"6481:6:16","nodeType":"FunctionDefinition","parameters":{"id":4089,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4080,"mutability":"mutable","name":"_splitOrderId","nameLocation":"6496:13:16","nodeType":"VariableDeclaration","scope":4095,"src":"6488:21:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4079,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6488:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4082,"mutability":"mutable","name":"_orderId","nameLocation":"6519:8:16","nodeType":"VariableDeclaration","scope":4095,"src":"6511:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4081,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6511:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4084,"mutability":"mutable","name":"_label","nameLocation":"6537:6:16","nodeType":"VariableDeclaration","scope":4095,"src":"6529:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4083,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6529:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4086,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"6553:18:16","nodeType":"VariableDeclaration","scope":4095,"src":"6545:26:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4085,"name":"address","nodeType":"ElementaryTypeName","src":"6545:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":4088,"mutability":"mutable","name":"_settlePercent","nameLocation":"6580:14:16","nodeType":"VariableDeclaration","scope":4095,"src":"6573:21:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":4087,"name":"uint64","nodeType":"ElementaryTypeName","src":"6573:6:16","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"6487:108:16"},"returnParameters":{"id":4094,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4091,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4095,"src":"6613:7:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4090,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6613:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4093,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4095,"src":"6622:7:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4092,"name":"address","nodeType":"ElementaryTypeName","src":"6622:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6612:18:16"},"scope":4158,"src":"6472:159:16","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":4096,"nodeType":"StructuredDocumentation","src":"6637:500:16","text":" @notice Refunds to the specified refundable address.\n @dev Requirements:\n - Only aggregators can call this function.\n - `_orderId` must be less than total IDs.\n - `_orderId` must be an open ID.\n - `isFulfilled` must be false.\n @param _fee The amount to be deducted from the amount to be refunded.\n @param _orderId The ID of the transaction.\n @param _label The reference of the sender.\n @return Whether the refund is successful."},"functionSelector":"d28a8d32","id":4107,"implemented":false,"kind":"function","modifiers":[],"name":"refund","nameLocation":"7151:6:16","nodeType":"FunctionDefinition","parameters":{"id":4103,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4098,"mutability":"mutable","name":"_fee","nameLocation":"7166:4:16","nodeType":"VariableDeclaration","scope":4107,"src":"7158:12:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4097,"name":"uint256","nodeType":"ElementaryTypeName","src":"7158:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":4100,"mutability":"mutable","name":"_orderId","nameLocation":"7180:8:16","nodeType":"VariableDeclaration","scope":4107,"src":"7172:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4099,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7172:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4102,"mutability":"mutable","name":"_label","nameLocation":"7198:6:16","nodeType":"VariableDeclaration","scope":4107,"src":"7190:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4101,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7190:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7157:48:16"},"returnParameters":{"id":4106,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4105,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4107,"src":"7223:4:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4104,"name":"bool","nodeType":"ElementaryTypeName","src":"7223:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7222:6:16"},"scope":4158,"src":"7142:87:16","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":4108,"nodeType":"StructuredDocumentation","src":"7235:173:16","text":" @notice Checks if a token is supported by Paycrest.\n @param _token The address of the token to check.\n @return Whether the token is supported."},"functionSelector":"75151b63","id":4115,"implemented":false,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"7422:16:16","nodeType":"FunctionDefinition","parameters":{"id":4111,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4110,"mutability":"mutable","name":"_token","nameLocation":"7447:6:16","nodeType":"VariableDeclaration","scope":4115,"src":"7439:14:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":4109,"name":"address","nodeType":"ElementaryTypeName","src":"7439:7:16","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"7438:16:16"},"returnParameters":{"id":4114,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4113,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4115,"src":"7477:4:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":4112,"name":"bool","nodeType":"ElementaryTypeName","src":"7477:4:16","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7476:6:16"},"scope":4158,"src":"7413:70:16","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4116,"nodeType":"StructuredDocumentation","src":"7489:141:16","text":" @notice Gets the details of an order.\n @param _orderId The ID of the order.\n @return return The order details."},"functionSelector":"768c6ec0","id":4124,"implemented":false,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"7644:12:16","nodeType":"FunctionDefinition","parameters":{"id":4119,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4118,"mutability":"mutable","name":"_orderId","nameLocation":"7665:8:16","nodeType":"VariableDeclaration","scope":4124,"src":"7657:16:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4117,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7657:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7656:18:16"},"returnParameters":{"id":4123,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4122,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4124,"src":"7697:12:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_memory_ptr","typeString":"struct IPaycrest.Order"},"typeName":{"id":4121,"nodeType":"UserDefinedTypeName","pathNode":{"id":4120,"name":"Order","nameLocations":["7697:5:16"],"nodeType":"IdentifierPath","referencedDeclaration":4053,"src":"7697:5:16"},"referencedDeclaration":4053,"src":"7697:5:16","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$4053_storage_ptr","typeString":"struct IPaycrest.Order"}},"visibility":"internal"}],"src":"7696:14:16"},"scope":4158,"src":"7635:76:16","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4125,"nodeType":"StructuredDocumentation","src":"7717:167:16","text":" @notice Gets the fee details of Paycrest.\n @return protocolReward The protocol reward amount.\n @return max_bps The maximum basis points."},"functionSelector":"b810c636","id":4132,"implemented":false,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"7898:13:16","nodeType":"FunctionDefinition","parameters":{"id":4126,"nodeType":"ParameterList","parameters":[],"src":"7911:2:16"},"returnParameters":{"id":4131,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4128,"mutability":"mutable","name":"protocolReward","nameLocation":"7943:14:16","nodeType":"VariableDeclaration","scope":4132,"src":"7936:21:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":4127,"name":"uint64","nodeType":"ElementaryTypeName","src":"7936:6:16","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":4130,"mutability":"mutable","name":"max_bps","nameLocation":"7967:7:16","nodeType":"VariableDeclaration","scope":4132,"src":"7959:15:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":4129,"name":"uint256","nodeType":"ElementaryTypeName","src":"7959:7:16","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"7935:40:16"},"scope":4158,"src":"7889:87:16","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4133,"nodeType":"StructuredDocumentation","src":"7982:111:16","text":" @notice Gets the aggregator's public key.\n @return return The aggregator's public key."},"functionSelector":"3ad59dbc","id":4138,"implemented":false,"kind":"function","modifiers":[],"name":"getAggregator","nameLocation":"8107:13:16","nodeType":"FunctionDefinition","parameters":{"id":4134,"nodeType":"ParameterList","parameters":[],"src":"8120:2:16"},"returnParameters":{"id":4137,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4136,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4138,"src":"8145:12:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":4135,"name":"bytes","nodeType":"ElementaryTypeName","src":"8145:5:16","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"8144:14:16"},"scope":4158,"src":"8098:61:16","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4139,"nodeType":"StructuredDocumentation","src":"8165:168:16","text":" @notice Gets the details of a supported institution by code.\n @param _code The institution code.\n @return return The institution details."},"functionSelector":"c2280103","id":4147,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"8347:29:16","nodeType":"FunctionDefinition","parameters":{"id":4142,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4141,"mutability":"mutable","name":"_code","nameLocation":"8385:5:16","nodeType":"VariableDeclaration","scope":4147,"src":"8377:13:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4140,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8377:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8376:15:16"},"returnParameters":{"id":4146,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4145,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4147,"src":"8414:38:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":4144,"nodeType":"UserDefinedTypeName","pathNode":{"id":4143,"name":"SharedStructs.InstitutionByCode","nameLocations":["8414:13:16","8428:17:16"],"nodeType":"IdentifierPath","referencedDeclaration":4170,"src":"8414:31:16"},"referencedDeclaration":4170,"src":"8414:31:16","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$4170_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"8413:40:16"},"scope":4158,"src":"8338:116:16","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":4148,"nodeType":"StructuredDocumentation","src":"8460:173:16","text":" @notice Gets the details of supported institutions by currency.\n @param _currency The currency code.\n @return return An array of institutions."},"functionSelector":"02621338","id":4157,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"8648:24:16","nodeType":"FunctionDefinition","parameters":{"id":4151,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4150,"mutability":"mutable","name":"_currency","nameLocation":"8681:9:16","nodeType":"VariableDeclaration","scope":4157,"src":"8673:17:16","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4149,"name":"bytes32","nodeType":"ElementaryTypeName","src":"8673:7:16","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"8672:19:16"},"returnParameters":{"id":4156,"nodeType":"ParameterList","parameters":[{"constant":false,"id":4155,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":4157,"src":"8714:34:16","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":4153,"nodeType":"UserDefinedTypeName","pathNode":{"id":4152,"name":"SharedStructs.Institution","nameLocations":["8714:13:16","8728:11:16"],"nodeType":"IdentifierPath","referencedDeclaration":4165,"src":"8714:25:16"},"referencedDeclaration":4165,"src":"8714:25:16","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$4165_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":4154,"nodeType":"ArrayTypeName","src":"8714:27:16","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"8713:36:16"},"scope":4158,"src":"8639:111:16","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":4159,"src":"273:8479:16","usedErrors":[]}],"src":"39:8714:16"},"id":16},"contracts/libraries/SharedStructs.sol":{"ast":{"absolutePath":"contracts/libraries/SharedStructs.sol","exportedSymbols":{"SharedStructs":[4171]},"id":4172,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":4160,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:17"},{"abstract":false,"baseContracts":[],"canonicalName":"SharedStructs","contractDependencies":[],"contractKind":"library","fullyImplemented":true,"id":4171,"linearizedBaseContracts":[4171],"name":"SharedStructs","nameLocation":"73:13:17","nodeType":"ContractDefinition","nodes":[{"canonicalName":"SharedStructs.Institution","id":4165,"members":[{"constant":false,"id":4162,"mutability":"mutable","name":"code","nameLocation":"290:4:17","nodeType":"VariableDeclaration","scope":4165,"src":"282:12:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4161,"name":"bytes32","nodeType":"ElementaryTypeName","src":"282:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4164,"mutability":"mutable","name":"name","nameLocation":"312:4:17","nodeType":"VariableDeclaration","scope":4165,"src":"304:12:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4163,"name":"bytes32","nodeType":"ElementaryTypeName","src":"304:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"Institution","nameLocation":"260:11:17","nodeType":"StructDefinition","scope":4171,"src":"253:70:17","visibility":"public"},{"canonicalName":"SharedStructs.InstitutionByCode","id":4170,"members":[{"constant":false,"id":4167,"mutability":"mutable","name":"name","nameLocation":"548:4:17","nodeType":"VariableDeclaration","scope":4170,"src":"540:12:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4166,"name":"bytes32","nodeType":"ElementaryTypeName","src":"540:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":4169,"mutability":"mutable","name":"currency","nameLocation":"570:8:17","nodeType":"VariableDeclaration","scope":4170,"src":"562:16:17","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":4168,"name":"bytes32","nodeType":"ElementaryTypeName","src":"562:7:17","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"InstitutionByCode","nameLocation":"512:17:17","nodeType":"StructDefinition","scope":4171,"src":"505:80:17","visibility":"public"}],"scope":4172,"src":"65:522:17","usedErrors":[]}],"src":"39:548:17"},"id":17}},"contracts":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"Ownable2StepUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":\"Ownable2StepUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1406,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"OwnableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"owner()":"8da5cb5b","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":\"OwnableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1406,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"Initializable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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] ```","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"_initialized":{"custom:oz-retyped-from":"bool","details":"Indicates that the contract has been initialized."},"_initializing":{"details":"Indicates that the contract is in the process of being initialized."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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] ```\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"_initialized\":{\"custom:oz-retyped-from\":\"bool\",\"details\":\"Indicates that the contract has been initialized.\"},\"_initializing\":{\"details\":\"Indicates that the contract is in the process of being initialized.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":\"Initializable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"}],"types":{"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"PausableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}],"devdoc":{"details":"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"paused()":{"details":"Returns true if the contract is paused, and false otherwise."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"paused()":"5c975abb"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":\"PausableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1406,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":430,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_paused","offset":0,"slot":"51","type":"t_bool"},{"astId":535,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol":{"IERC20Upgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 standard as defined in the EIP.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 standard as defined in the EIP.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":\"IERC20Upgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20Upgradeable {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x0e1f0f5f62f67a881cd1a9597acbc0a5e4071f3c2c10449a183b922ae7272e3f\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol":{"IERC20PermitUpgradeable":{"abi":[{"inputs":[],"name":"DOMAIN_SEPARATOR","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"nonces","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"permit","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in https://eips.ethereum.org/EIPS/eip-2612[EIP-2612]. Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't need to send a transaction, and thus is not required to hold Ether at all. ==== Security Considerations There are two important considerations concerning the use of `permit`. The first is that a valid permit signature expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be considered as an intention to spend the allowance in any specific way. The second is that because permits have built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be generally recommended is: ```solidity function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public { try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {} doThing(..., value); } function doThing(..., uint256 value) public { token.safeTransferFrom(msg.sender, address(this), value); ... } ``` Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also {SafeERC20-safeTransferFrom}). Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so contracts should have entry points that don't rely on permit.","kind":"dev","methods":{"DOMAIN_SEPARATOR()":{"details":"Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}."},"nonces(address)":{"details":"Returns the current nonce for `owner`. This value must be included whenever a signature is generated for {permit}. Every successful call to {permit} increases ``owner``'s nonce by one. This prevents a signature from being used multiple times."},"permit(address,address,uint256,uint256,uint8,bytes32,bytes32)":{"details":"Sets `value` as the allowance of `spender` over ``owner``'s tokens, given ``owner``'s signed approval. IMPORTANT: The same issues {IERC20-approve} has related to transaction ordering also apply here. Emits an {Approval} event. Requirements: - `spender` cannot be the zero address. - `deadline` must be a timestamp in the future. - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner` over the EIP712-formatted function arguments. - the signature must use ``owner``'s current nonce (see {nonces}). For more information on the signature format, see the https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP section]. CAUTION: See Security Considerations above."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"DOMAIN_SEPARATOR()":"3644e515","nonces(address)":"7ecebe00","permit(address,address,uint256,uint256,uint8,bytes32,bytes32)":"d505accf"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"DOMAIN_SEPARATOR\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"nonces\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"permit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in https://eips.ethereum.org/EIPS/eip-2612[EIP-2612]. Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't need to send a transaction, and thus is not required to hold Ether at all. ==== Security Considerations There are two important considerations concerning the use of `permit`. The first is that a valid permit signature expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be considered as an intention to spend the allowance in any specific way. The second is that because permits have built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be generally recommended is: ```solidity function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public { try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {} doThing(..., value); } function doThing(..., uint256 value) public { token.safeTransferFrom(msg.sender, address(this), value); ... } ``` Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also {SafeERC20-safeTransferFrom}). Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so contracts should have entry points that don't rely on permit.\",\"kind\":\"dev\",\"methods\":{\"DOMAIN_SEPARATOR()\":{\"details\":\"Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\"},\"nonces(address)\":{\"details\":\"Returns the current nonce for `owner`. This value must be included whenever a signature is generated for {permit}. Every successful call to {permit} increases ``owner``'s nonce by one. This prevents a signature from being used multiple times.\"},\"permit(address,address,uint256,uint256,uint8,bytes32,bytes32)\":{\"details\":\"Sets `value` as the allowance of `spender` over ``owner``'s tokens, given ``owner``'s signed approval. IMPORTANT: The same issues {IERC20-approve} has related to transaction ordering also apply here. Emits an {Approval} event. Requirements: - `spender` cannot be the zero address. - `deadline` must be a timestamp in the future. - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner` over the EIP712-formatted function arguments. - the signature must use ``owner``'s current nonce (see {nonces}). For more information on the signature format, see the https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP section]. CAUTION: See Security Considerations above.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":\"IERC20PermitUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\\n *\\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\\n * need to send a transaction, and thus is not required to hold Ether at all.\\n *\\n * ==== Security Considerations\\n *\\n * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\\n * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\\n * considered as an intention to spend the allowance in any specific way. The second is that because permits have\\n * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\\n * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\\n * generally recommended is:\\n *\\n * ```solidity\\n * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\\n * try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\\n * doThing(..., value);\\n * }\\n *\\n * function doThing(..., uint256 value) public {\\n * token.safeTransferFrom(msg.sender, address(this), value);\\n * ...\\n * }\\n * ```\\n *\\n * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\\n * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\\n * {SafeERC20-safeTransferFrom}).\\n *\\n * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\\n * contracts should have entry points that don't rely on permit.\\n */\\ninterface IERC20PermitUpgradeable {\\n /**\\n * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\\n * given ``owner``'s signed approval.\\n *\\n * IMPORTANT: The same issues {IERC20-approve} has related to transaction\\n * ordering also apply here.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `deadline` must be a timestamp in the future.\\n * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\\n * over the EIP712-formatted function arguments.\\n * - the signature must use ``owner``'s current nonce (see {nonces}).\\n *\\n * For more information on the signature format, see the\\n * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\\n * section].\\n *\\n * CAUTION: See Security Considerations above.\\n */\\n function permit(\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) external;\\n\\n /**\\n * @dev Returns the current nonce for `owner`. This value must be\\n * included whenever a signature is generated for {permit}.\\n *\\n * Every successful call to {permit} increases ``owner``'s nonce by one. This\\n * prevents a signature from being used multiple times.\\n */\\n function nonces(address owner) external view returns (uint256);\\n\\n /**\\n * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\\n */\\n // solhint-disable-next-line func-name-mixedcase\\n function DOMAIN_SEPARATOR() external view returns (bytes32);\\n}\\n\",\"keccak256\":\"0x07e881de3b9f6d2c07909f193f24b96c7fe4ea60013260f3f25aecd8bab3c2f8\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol":{"SafeERC20Upgradeable":{"abi":[],"devdoc":{"details":"Wrappers around ERC20 operations that throw on failure (when the token contract returns false). Tokens that return no value (and instead revert or throw on failure) are also supported, non-reverting calls are assumed to be successful. To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, which allows you to call the safe operations as `token.safeTransfer(...)`, etc.","kind":"dev","methods":{},"title":"SafeERC20","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122048450dc46638f88e6955de8ac82b8703f84fd5efe5cbcc4d071ddacf24282ceb64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 BASEFEE GASLIMIT 0xD 0xC4 PUSH7 0x38F88E6955DE8A 0xC8 0x2B DUP8 SUB 0xF8 0x4F 0xD5 0xEF 0xE5 0xCB 0xCC 0x4D SMOD SAR 0xDA 0xCF 0x24 0x28 0x2C 0xEB PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"734:6366:6:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122048450dc46638f88e6955de8ac82b8703f84fd5efe5cbcc4d071ddacf24282ceb64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 BASEFEE GASLIMIT 0xD 0xC4 PUSH7 0x38F88E6955DE8A 0xC8 0x2B DUP8 SUB 0xF8 0x4F 0xD5 0xEF 0xE5 0xCB 0xCC 0x4D SMOD SAR 0xDA 0xCF 0x24 0x28 0x2C 0xEB PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"734:6366:6:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_callOptionalReturn(contract IERC20Upgradeable,bytes memory)":"infinite","_callOptionalReturnBool(contract IERC20Upgradeable,bytes memory)":"infinite","forceApprove(contract IERC20Upgradeable,address,uint256)":"infinite","safeApprove(contract IERC20Upgradeable,address,uint256)":"infinite","safeDecreaseAllowance(contract IERC20Upgradeable,address,uint256)":"infinite","safeIncreaseAllowance(contract IERC20Upgradeable,address,uint256)":"infinite","safePermit(contract IERC20PermitUpgradeable,address,address,uint256,uint256,uint8,bytes32,bytes32)":"infinite","safeTransfer(contract IERC20Upgradeable,address,uint256)":"infinite","safeTransferFrom(contract IERC20Upgradeable,address,address,uint256)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Wrappers around ERC20 operations that throw on failure (when the token contract returns false). Tokens that return no value (and instead revert or throw on failure) are also supported, non-reverting calls are assumed to be successful. To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, which allows you to call the safe operations as `token.safeTransfer(...)`, etc.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"SafeERC20\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\":\"SafeERC20Upgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20Upgradeable {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x0e1f0f5f62f67a881cd1a9597acbc0a5e4071f3c2c10449a183b922ae7272e3f\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\\n *\\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\\n * need to send a transaction, and thus is not required to hold Ether at all.\\n *\\n * ==== Security Considerations\\n *\\n * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\\n * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\\n * considered as an intention to spend the allowance in any specific way. The second is that because permits have\\n * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\\n * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\\n * generally recommended is:\\n *\\n * ```solidity\\n * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\\n * try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\\n * doThing(..., value);\\n * }\\n *\\n * function doThing(..., uint256 value) public {\\n * token.safeTransferFrom(msg.sender, address(this), value);\\n * ...\\n * }\\n * ```\\n *\\n * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\\n * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\\n * {SafeERC20-safeTransferFrom}).\\n *\\n * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\\n * contracts should have entry points that don't rely on permit.\\n */\\ninterface IERC20PermitUpgradeable {\\n /**\\n * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\\n * given ``owner``'s signed approval.\\n *\\n * IMPORTANT: The same issues {IERC20-approve} has related to transaction\\n * ordering also apply here.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `deadline` must be a timestamp in the future.\\n * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\\n * over the EIP712-formatted function arguments.\\n * - the signature must use ``owner``'s current nonce (see {nonces}).\\n *\\n * For more information on the signature format, see the\\n * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\\n * section].\\n *\\n * CAUTION: See Security Considerations above.\\n */\\n function permit(\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) external;\\n\\n /**\\n * @dev Returns the current nonce for `owner`. This value must be\\n * included whenever a signature is generated for {permit}.\\n *\\n * Every successful call to {permit} increases ``owner``'s nonce by one. This\\n * prevents a signature from being used multiple times.\\n */\\n function nonces(address owner) external view returns (uint256);\\n\\n /**\\n * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\\n */\\n // solhint-disable-next-line func-name-mixedcase\\n function DOMAIN_SEPARATOR() external view returns (bytes32);\\n}\\n\",\"keccak256\":\"0x07e881de3b9f6d2c07909f193f24b96c7fe4ea60013260f3f25aecd8bab3c2f8\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.3) (token/ERC20/utils/SafeERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20Upgradeable.sol\\\";\\nimport \\\"../extensions/IERC20PermitUpgradeable.sol\\\";\\nimport \\\"../../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @title SafeERC20\\n * @dev Wrappers around ERC20 operations that throw on failure (when the token\\n * contract returns false). Tokens that return no value (and instead revert or\\n * throw on failure) are also supported, non-reverting calls are assumed to be\\n * successful.\\n * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,\\n * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.\\n */\\nlibrary SafeERC20Upgradeable {\\n using AddressUpgradeable for address;\\n\\n /**\\n * @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeTransfer(IERC20Upgradeable token, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));\\n }\\n\\n /**\\n * @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the\\n * calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.\\n */\\n function safeTransferFrom(IERC20Upgradeable token, address from, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));\\n }\\n\\n /**\\n * @dev Deprecated. This function has issues similar to the ones found in\\n * {IERC20-approve}, and its usage is discouraged.\\n *\\n * Whenever possible, use {safeIncreaseAllowance} and\\n * {safeDecreaseAllowance} instead.\\n */\\n function safeApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\\n // safeApprove should only be called when setting an initial allowance,\\n // or when resetting it to zero. To increase and decrease it, use\\n // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'\\n require(\\n (value == 0) || (token.allowance(address(this), spender) == 0),\\n \\\"SafeERC20: approve from non-zero to non-zero allowance\\\"\\n );\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));\\n }\\n\\n /**\\n * @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeIncreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance + value));\\n }\\n\\n /**\\n * @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeDecreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\\n unchecked {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n require(oldAllowance >= value, \\\"SafeERC20: decreased allowance below zero\\\");\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance - value));\\n }\\n }\\n\\n /**\\n * @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval\\n * to be set to zero before setting it to a non-zero value, such as USDT.\\n */\\n function forceApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\\n bytes memory approvalCall = abi.encodeWithSelector(token.approve.selector, spender, value);\\n\\n if (!_callOptionalReturnBool(token, approvalCall)) {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, 0));\\n _callOptionalReturn(token, approvalCall);\\n }\\n }\\n\\n /**\\n * @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.\\n * Revert on invalid signature.\\n */\\n function safePermit(\\n IERC20PermitUpgradeable token,\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) internal {\\n uint256 nonceBefore = token.nonces(owner);\\n token.permit(owner, spender, value, deadline, v, r, s);\\n uint256 nonceAfter = token.nonces(owner);\\n require(nonceAfter == nonceBefore + 1, \\\"SafeERC20: permit did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n */\\n function _callOptionalReturn(IERC20Upgradeable token, bytes memory data) private {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that\\n // the target address contains contract code and also asserts for success in the low-level call.\\n\\n bytes memory returndata = address(token).functionCall(data, \\\"SafeERC20: low-level call failed\\\");\\n require(returndata.length == 0 || abi.decode(returndata, (bool)), \\\"SafeERC20: ERC20 operation did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n *\\n * This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.\\n */\\n function _callOptionalReturnBool(IERC20Upgradeable token, bytes memory data) private returns (bool) {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We cannot use {Address-functionCall} here since this should return false\\n // and not revert is the subcall reverts.\\n\\n (bool success, bytes memory returndata) = address(token).call(data);\\n return\\n success && (returndata.length == 0 || abi.decode(returndata, (bool))) && AddressUpgradeable.isContract(address(token));\\n }\\n}\\n\",\"keccak256\":\"0x23b997be73d3dd46885262704f0f8cfc7273fdadfe303d37969a9561373972b5\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"AddressUpgradeable":{"abi":[],"devdoc":{"details":"Collection of functions related to the address type","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:7:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:7:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_revert(bytes memory,string memory)":"infinite","functionCall(address,bytes memory)":"infinite","functionCall(address,bytes memory,string memory)":"infinite","functionCallWithValue(address,bytes memory,uint256)":"infinite","functionCallWithValue(address,bytes memory,uint256,string memory)":"infinite","functionDelegateCall(address,bytes memory)":"infinite","functionDelegateCall(address,bytes memory,string memory)":"infinite","functionStaticCall(address,bytes memory)":"infinite","functionStaticCall(address,bytes memory,string memory)":"infinite","isContract(address)":"infinite","sendValue(address payable,uint256)":"infinite","verifyCallResult(bool,bytes memory,string memory)":"infinite","verifyCallResultFromTarget(address,bool,bytes memory,string memory)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Collection of functions related to the address type\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":\"AddressUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ContextUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":\"ContextUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1406,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"}],"types":{"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol":{"StringsUpgradeable":{"abi":[],"devdoc":{"details":"String operations.","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a3fb710f8a96e0067535a9f765fa3f89f59b6e06ba7186e35593d35f029926fa64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 LOG3 0xFB PUSH18 0xF8A96E0067535A9F765FA3F89F59B6E06BA PUSH18 0x86E35593D35F029926FA64736F6C63430008 SLT STOP CALLER ","sourceMap":"242:2603:9:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a3fb710f8a96e0067535a9f765fa3f89f59b6e06ba7186e35593d35f029926fa64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 LOG3 0xFB PUSH18 0xF8A96E0067535A9F765FA3F89F59B6E06BA PUSH18 0x86E35593D35F029926FA64736F6C63430008 SLT STOP CALLER ","sourceMap":"242:2603:9:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"equal(string memory,string memory)":"infinite","toHexString(address)":"infinite","toHexString(uint256)":"infinite","toHexString(uint256,uint256)":"infinite","toString(int256)":"infinite","toString(uint256)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"String operations.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":\"StringsUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./math/MathUpgradeable.sol\\\";\\nimport \\\"./math/SignedMathUpgradeable.sol\\\";\\n\\n/**\\n * @dev String operations.\\n */\\nlibrary StringsUpgradeable {\\n bytes16 private constant _SYMBOLS = \\\"0123456789abcdef\\\";\\n uint8 private constant _ADDRESS_LENGTH = 20;\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` decimal representation.\\n */\\n function toString(uint256 value) internal pure returns (string memory) {\\n unchecked {\\n uint256 length = MathUpgradeable.log10(value) + 1;\\n string memory buffer = new string(length);\\n uint256 ptr;\\n /// @solidity memory-safe-assembly\\n assembly {\\n ptr := add(buffer, add(32, length))\\n }\\n while (true) {\\n ptr--;\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore8(ptr, byte(mod(value, 10), _SYMBOLS))\\n }\\n value /= 10;\\n if (value == 0) break;\\n }\\n return buffer;\\n }\\n }\\n\\n /**\\n * @dev Converts a `int256` to its ASCII `string` decimal representation.\\n */\\n function toString(int256 value) internal pure returns (string memory) {\\n return string(abi.encodePacked(value < 0 ? \\\"-\\\" : \\\"\\\", toString(SignedMathUpgradeable.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, MathUpgradeable.log256(value) + 1);\\n }\\n }\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.\\n */\\n function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {\\n bytes memory buffer = new bytes(2 * length + 2);\\n buffer[0] = \\\"0\\\";\\n buffer[1] = \\\"x\\\";\\n for (uint256 i = 2 * length + 1; i > 1; --i) {\\n buffer[i] = _SYMBOLS[value & 0xf];\\n value >>= 4;\\n }\\n require(value == 0, \\\"Strings: hex length insufficient\\\");\\n return string(buffer);\\n }\\n\\n /**\\n * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.\\n */\\n function toHexString(address addr) internal pure returns (string memory) {\\n return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);\\n }\\n\\n /**\\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 keccak256(bytes(a)) == keccak256(bytes(b));\\n }\\n}\\n\",\"keccak256\":\"0xb96dc79b65b7c37937919dcdb356a969ce0aa2e8338322bf4dc027a3c9c9a7eb\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard math utilities missing in the Solidity language.\\n */\\nlibrary MathUpgradeable {\\n enum Rounding {\\n Down, // Toward negative infinity\\n Up, // Toward infinity\\n Zero // Toward zero\\n }\\n\\n /**\\n * @dev Returns the largest of two numbers.\\n */\\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two numbers.\\n */\\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two numbers. The result is rounded towards\\n * zero.\\n */\\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b) / 2 can overflow.\\n return (a & b) + (a ^ b) / 2;\\n }\\n\\n /**\\n * @dev Returns the ceiling of the division of two numbers.\\n *\\n * This differs from standard division with `/` in that it rounds up instead\\n * of rounding down.\\n */\\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b - 1) / b can overflow on addition, so we distribute.\\n return a == 0 ? 0 : (a - 1) / b + 1;\\n }\\n\\n /**\\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\\n * with further edits by Uniswap Labs also under MIT license.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\\n unchecked {\\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\\n // variables such that product = prod1 * 2^256 + prod0.\\n uint256 prod0; // Least significant 256 bits of the product\\n uint256 prod1; // Most significant 256 bits of the product\\n assembly {\\n let mm := mulmod(x, y, not(0))\\n prod0 := mul(x, y)\\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\\n }\\n\\n // Handle non-overflow cases, 256 by 256 division.\\n if (prod1 == 0) {\\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\\n // The surrounding unchecked block does not change this fact.\\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\\n return prod0 / denominator;\\n }\\n\\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\\n require(denominator > prod1, \\\"Math: mulDiv overflow\\\");\\n\\n ///////////////////////////////////////////////\\n // 512 by 256 division.\\n ///////////////////////////////////////////////\\n\\n // Make division exact by subtracting the remainder from [prod1 prod0].\\n uint256 remainder;\\n assembly {\\n // Compute remainder using mulmod.\\n remainder := mulmod(x, y, denominator)\\n\\n // Subtract 256 bit number from 512 bit number.\\n prod1 := sub(prod1, gt(remainder, prod0))\\n prod0 := sub(prod0, remainder)\\n }\\n\\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\\n // See https://cs.stackexchange.com/q/138556/92363.\\n\\n // Does not overflow because the denominator cannot be zero at this stage in the function.\\n uint256 twos = denominator & (~denominator + 1);\\n assembly {\\n // Divide denominator by twos.\\n denominator := div(denominator, twos)\\n\\n // Divide [prod1 prod0] by twos.\\n prod0 := div(prod0, twos)\\n\\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\\n twos := add(div(sub(0, twos), twos), 1)\\n }\\n\\n // Shift in bits from prod1 into prod0.\\n prod0 |= prod1 * twos;\\n\\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\\n // four bits. That is, denominator * inv = 1 mod 2^4.\\n uint256 inverse = (3 * denominator) ^ 2;\\n\\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\\n // in modular arithmetic, doubling the correct bits in each step.\\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\\n\\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\\n // is no longer required.\\n result = prod0 * inverse;\\n return result;\\n }\\n }\\n\\n /**\\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\\n uint256 result = mulDiv(x, y, denominator);\\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\\n result += 1;\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\\n *\\n * Inspired by Henry S. Warren, Jr.'s \\\"Hacker's Delight\\\" (Chapter 11).\\n */\\n function sqrt(uint256 a) internal pure returns (uint256) {\\n if (a == 0) {\\n return 0;\\n }\\n\\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\\n //\\n // We know that the \\\"msb\\\" (most significant bit) of our target number `a` is a power of 2 such that we have\\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\\n //\\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\\n // \\u2192 `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\\n // \\u2192 `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\\n //\\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\\n uint256 result = 1 << (log2(a) >> 1);\\n\\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\\n // into the expected uint128 result.\\n unchecked {\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n return min(result, a / result);\\n }\\n }\\n\\n /**\\n * @notice Calculates sqrt(a), following the selected rounding direction.\\n */\\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = sqrt(a);\\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 2, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 128;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 64;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 32;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 16;\\n }\\n if (value >> 8 > 0) {\\n value >>= 8;\\n result += 8;\\n }\\n if (value >> 4 > 0) {\\n value >>= 4;\\n result += 4;\\n }\\n if (value >> 2 > 0) {\\n value >>= 2;\\n result += 2;\\n }\\n if (value >> 1 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log2(value);\\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 10, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >= 10 ** 64) {\\n value /= 10 ** 64;\\n result += 64;\\n }\\n if (value >= 10 ** 32) {\\n value /= 10 ** 32;\\n result += 32;\\n }\\n if (value >= 10 ** 16) {\\n value /= 10 ** 16;\\n result += 16;\\n }\\n if (value >= 10 ** 8) {\\n value /= 10 ** 8;\\n result += 8;\\n }\\n if (value >= 10 ** 4) {\\n value /= 10 ** 4;\\n result += 4;\\n }\\n if (value >= 10 ** 2) {\\n value /= 10 ** 2;\\n result += 2;\\n }\\n if (value >= 10 ** 1) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log10(value);\\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 256, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n *\\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\\n */\\n function log256(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 16;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 8;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 4;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 2;\\n }\\n if (value >> 8 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard signed math utilities missing in the Solidity language.\\n */\\nlibrary SignedMathUpgradeable {\\n /**\\n * @dev Returns the largest of two signed numbers.\\n */\\n function max(int256 a, int256 b) internal pure returns (int256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two signed numbers.\\n */\\n function min(int256 a, int256 b) internal pure returns (int256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two signed numbers without overflow.\\n * The result is rounded towards zero.\\n */\\n function average(int256 a, int256 b) internal pure returns (int256) {\\n // Formula from the book \\\"Hacker's Delight\\\"\\n int256 x = (a & b) + ((a ^ b) >> 1);\\n return x + (int256(uint256(x) >> 255) & (a ^ b));\\n }\\n\\n /**\\n * @dev Returns the absolute unsigned value of a signed value.\\n */\\n function abs(int256 n) internal pure returns (uint256) {\\n unchecked {\\n // must be unchecked in order to support `n = type(int256).min`\\n return uint256(n >= 0 ? n : -n);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol":{"ECDSAUpgradeable":{"abi":[],"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.","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220717bce4509ab3c6d09fb52c5b26660a25a99945b32e0484c654da9bebac1986064736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 PUSH18 0x7BCE4509AB3C6D09FB52C5B26660A25A9994 JUMPDEST ORIGIN 0xE0 BASEFEE 0x4C PUSH6 0x4DA9BEBAC198 PUSH1 0x64 PUSH20 0x6F6C634300081200330000000000000000000000 ","sourceMap":"380:8783:10:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220717bce4509ab3c6d09fb52c5b26660a25a99945b32e0484c654da9bebac1986064736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH18 0x7BCE4509AB3C6D09FB52C5B26660A25A9994 JUMPDEST ORIGIN 0xE0 BASEFEE 0x4C PUSH6 0x4DA9BEBAC198 PUSH1 0x64 PUSH20 0x6F6C634300081200330000000000000000000000 ","sourceMap":"380:8783:10:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_throwError(enum ECDSAUpgradeable.RecoverError)":"infinite","recover(bytes32,bytes memory)":"infinite","recover(bytes32,bytes32,bytes32)":"infinite","recover(bytes32,uint8,bytes32,bytes32)":"infinite","toDataWithIntendedValidatorHash(address,bytes memory)":"infinite","toEthSignedMessageHash(bytes memory)":"infinite","toEthSignedMessageHash(bytes32)":"infinite","toTypedDataHash(bytes32,bytes32)":"infinite","tryRecover(bytes32,bytes memory)":"infinite","tryRecover(bytes32,bytes32,bytes32)":"infinite","tryRecover(bytes32,uint8,bytes32,bytes32)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"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.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":\"ECDSAUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./math/MathUpgradeable.sol\\\";\\nimport \\\"./math/SignedMathUpgradeable.sol\\\";\\n\\n/**\\n * @dev String operations.\\n */\\nlibrary StringsUpgradeable {\\n bytes16 private constant _SYMBOLS = \\\"0123456789abcdef\\\";\\n uint8 private constant _ADDRESS_LENGTH = 20;\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` decimal representation.\\n */\\n function toString(uint256 value) internal pure returns (string memory) {\\n unchecked {\\n uint256 length = MathUpgradeable.log10(value) + 1;\\n string memory buffer = new string(length);\\n uint256 ptr;\\n /// @solidity memory-safe-assembly\\n assembly {\\n ptr := add(buffer, add(32, length))\\n }\\n while (true) {\\n ptr--;\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore8(ptr, byte(mod(value, 10), _SYMBOLS))\\n }\\n value /= 10;\\n if (value == 0) break;\\n }\\n return buffer;\\n }\\n }\\n\\n /**\\n * @dev Converts a `int256` to its ASCII `string` decimal representation.\\n */\\n function toString(int256 value) internal pure returns (string memory) {\\n return string(abi.encodePacked(value < 0 ? \\\"-\\\" : \\\"\\\", toString(SignedMathUpgradeable.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, MathUpgradeable.log256(value) + 1);\\n }\\n }\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.\\n */\\n function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {\\n bytes memory buffer = new bytes(2 * length + 2);\\n buffer[0] = \\\"0\\\";\\n buffer[1] = \\\"x\\\";\\n for (uint256 i = 2 * length + 1; i > 1; --i) {\\n buffer[i] = _SYMBOLS[value & 0xf];\\n value >>= 4;\\n }\\n require(value == 0, \\\"Strings: hex length insufficient\\\");\\n return string(buffer);\\n }\\n\\n /**\\n * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.\\n */\\n function toHexString(address addr) internal pure returns (string memory) {\\n return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);\\n }\\n\\n /**\\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 keccak256(bytes(a)) == keccak256(bytes(b));\\n }\\n}\\n\",\"keccak256\":\"0xb96dc79b65b7c37937919dcdb356a969ce0aa2e8338322bf4dc027a3c9c9a7eb\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/ECDSA.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../StringsUpgradeable.sol\\\";\\n\\n/**\\n * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.\\n *\\n * These functions can be used to verify that a message was signed by the holder\\n * of the private keys of a given address.\\n */\\nlibrary ECDSAUpgradeable {\\n enum RecoverError {\\n NoError,\\n InvalidSignature,\\n InvalidSignatureLength,\\n InvalidSignatureS,\\n InvalidSignatureV // Deprecated in v4.8\\n }\\n\\n function _throwError(RecoverError error) private pure {\\n if (error == RecoverError.NoError) {\\n return; // no error: do nothing\\n } else if (error == RecoverError.InvalidSignature) {\\n revert(\\\"ECDSA: invalid signature\\\");\\n } else if (error == RecoverError.InvalidSignatureLength) {\\n revert(\\\"ECDSA: invalid signature length\\\");\\n } else if (error == RecoverError.InvalidSignatureS) {\\n revert(\\\"ECDSA: invalid signature 's' value\\\");\\n }\\n }\\n\\n /**\\n * @dev Returns the address that signed a hashed message (`hash`) with\\n * `signature` or error string. This address can then be used for verification purposes.\\n *\\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n * this function rejects them by requiring the `s` value to be in the lower\\n * half order, and the `v` value to be either 27 or 28.\\n *\\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n * verification to be secure: it is possible to craft signatures that\\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n * this is by receiving a hash of the original message (which may otherwise\\n * be too long), and then calling {toEthSignedMessageHash} on it.\\n *\\n * Documentation for signature generation:\\n * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]\\n * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {\\n if (signature.length == 65) {\\n bytes32 r;\\n bytes32 s;\\n uint8 v;\\n // ecrecover takes the signature parameters, and the only way to get them\\n // currently is to use assembly.\\n /// @solidity memory-safe-assembly\\n assembly {\\n r := mload(add(signature, 0x20))\\n s := mload(add(signature, 0x40))\\n v := byte(0, mload(add(signature, 0x60)))\\n }\\n return tryRecover(hash, v, r, s);\\n } else {\\n return (address(0), RecoverError.InvalidSignatureLength);\\n }\\n }\\n\\n /**\\n * @dev Returns the address that signed a hashed message (`hash`) with\\n * `signature`. This address can then be used for verification purposes.\\n *\\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n * this function rejects them by requiring the `s` value to be in the lower\\n * half order, and the `v` value to be either 27 or 28.\\n *\\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n * verification to be secure: it is possible to craft signatures that\\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n * this is by receiving a hash of the original message (which may otherwise\\n * be too long), and then calling {toEthSignedMessageHash} on it.\\n */\\n function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, signature);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\\n *\\n * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address, RecoverError) {\\n bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);\\n uint8 v = uint8((uint256(vs) >> 255) + 27);\\n return tryRecover(hash, v, r, s);\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\\n *\\n * _Available since v4.2._\\n */\\n function recover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, r, vs);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-tryRecover} that receives the `v`,\\n * `r` and `s` signature fields separately.\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address, RecoverError) {\\n // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature\\n // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines\\n // the valid range for s in (301): 0 < s < secp256k1n \\u00f7 2 + 1, and for v in (302): v \\u2208 {27, 28}. Most\\n // signatures from current libraries generate a unique signature with an s-value in the lower half order.\\n //\\n // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value\\n // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or\\n // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept\\n // these malleable signatures as well.\\n if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) {\\n return (address(0), RecoverError.InvalidSignatureS);\\n }\\n\\n // If the signature is valid (and not malleable), return the signer address\\n address signer = ecrecover(hash, v, r, s);\\n if (signer == address(0)) {\\n return (address(0), RecoverError.InvalidSignature);\\n }\\n\\n return (signer, RecoverError.NoError);\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-recover} that receives the `v`,\\n * `r` and `s` signature fields separately.\\n */\\n function recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, v, r, s);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Message, created from a `hash`. This\\n * produces hash corresponding to the one signed with the\\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n * JSON-RPC method as part of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32 message) {\\n // 32 is the length in bytes of hash,\\n // enforced by the type signature above\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore(0x00, \\\"\\\\x19Ethereum Signed Message:\\\\n32\\\")\\n mstore(0x1c, hash)\\n message := keccak256(0x00, 0x3c)\\n }\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Message, created from `s`. This\\n * produces hash corresponding to the one signed with the\\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n * JSON-RPC method as part of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19Ethereum Signed Message:\\\\n\\\", StringsUpgradeable.toString(s.length), s));\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Typed Data, created from a\\n * `domainSeparator` and a `structHash`. This produces hash corresponding\\n * to the one signed with the\\n * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]\\n * JSON-RPC method as part of EIP-712.\\n *\\n * See {recover}.\\n */\\n function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32 data) {\\n /// @solidity memory-safe-assembly\\n assembly {\\n let ptr := mload(0x40)\\n mstore(ptr, \\\"\\\\x19\\\\x01\\\")\\n mstore(add(ptr, 0x02), domainSeparator)\\n mstore(add(ptr, 0x22), structHash)\\n data := keccak256(ptr, 0x42)\\n }\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Data with intended validator, created from a\\n * `validator` and `data` according to the version 0 of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toDataWithIntendedValidatorHash(address validator, bytes memory data) internal pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19\\\\x00\\\", validator, data));\\n }\\n}\\n\",\"keccak256\":\"0xa014f65d84b02827055d99993ccdbfb4b56b2c9e91eb278d82a93330659d06e4\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard math utilities missing in the Solidity language.\\n */\\nlibrary MathUpgradeable {\\n enum Rounding {\\n Down, // Toward negative infinity\\n Up, // Toward infinity\\n Zero // Toward zero\\n }\\n\\n /**\\n * @dev Returns the largest of two numbers.\\n */\\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two numbers.\\n */\\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two numbers. The result is rounded towards\\n * zero.\\n */\\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b) / 2 can overflow.\\n return (a & b) + (a ^ b) / 2;\\n }\\n\\n /**\\n * @dev Returns the ceiling of the division of two numbers.\\n *\\n * This differs from standard division with `/` in that it rounds up instead\\n * of rounding down.\\n */\\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b - 1) / b can overflow on addition, so we distribute.\\n return a == 0 ? 0 : (a - 1) / b + 1;\\n }\\n\\n /**\\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\\n * with further edits by Uniswap Labs also under MIT license.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\\n unchecked {\\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\\n // variables such that product = prod1 * 2^256 + prod0.\\n uint256 prod0; // Least significant 256 bits of the product\\n uint256 prod1; // Most significant 256 bits of the product\\n assembly {\\n let mm := mulmod(x, y, not(0))\\n prod0 := mul(x, y)\\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\\n }\\n\\n // Handle non-overflow cases, 256 by 256 division.\\n if (prod1 == 0) {\\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\\n // The surrounding unchecked block does not change this fact.\\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\\n return prod0 / denominator;\\n }\\n\\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\\n require(denominator > prod1, \\\"Math: mulDiv overflow\\\");\\n\\n ///////////////////////////////////////////////\\n // 512 by 256 division.\\n ///////////////////////////////////////////////\\n\\n // Make division exact by subtracting the remainder from [prod1 prod0].\\n uint256 remainder;\\n assembly {\\n // Compute remainder using mulmod.\\n remainder := mulmod(x, y, denominator)\\n\\n // Subtract 256 bit number from 512 bit number.\\n prod1 := sub(prod1, gt(remainder, prod0))\\n prod0 := sub(prod0, remainder)\\n }\\n\\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\\n // See https://cs.stackexchange.com/q/138556/92363.\\n\\n // Does not overflow because the denominator cannot be zero at this stage in the function.\\n uint256 twos = denominator & (~denominator + 1);\\n assembly {\\n // Divide denominator by twos.\\n denominator := div(denominator, twos)\\n\\n // Divide [prod1 prod0] by twos.\\n prod0 := div(prod0, twos)\\n\\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\\n twos := add(div(sub(0, twos), twos), 1)\\n }\\n\\n // Shift in bits from prod1 into prod0.\\n prod0 |= prod1 * twos;\\n\\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\\n // four bits. That is, denominator * inv = 1 mod 2^4.\\n uint256 inverse = (3 * denominator) ^ 2;\\n\\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\\n // in modular arithmetic, doubling the correct bits in each step.\\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\\n\\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\\n // is no longer required.\\n result = prod0 * inverse;\\n return result;\\n }\\n }\\n\\n /**\\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\\n uint256 result = mulDiv(x, y, denominator);\\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\\n result += 1;\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\\n *\\n * Inspired by Henry S. Warren, Jr.'s \\\"Hacker's Delight\\\" (Chapter 11).\\n */\\n function sqrt(uint256 a) internal pure returns (uint256) {\\n if (a == 0) {\\n return 0;\\n }\\n\\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\\n //\\n // We know that the \\\"msb\\\" (most significant bit) of our target number `a` is a power of 2 such that we have\\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\\n //\\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\\n // \\u2192 `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\\n // \\u2192 `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\\n //\\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\\n uint256 result = 1 << (log2(a) >> 1);\\n\\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\\n // into the expected uint128 result.\\n unchecked {\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n return min(result, a / result);\\n }\\n }\\n\\n /**\\n * @notice Calculates sqrt(a), following the selected rounding direction.\\n */\\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = sqrt(a);\\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 2, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 128;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 64;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 32;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 16;\\n }\\n if (value >> 8 > 0) {\\n value >>= 8;\\n result += 8;\\n }\\n if (value >> 4 > 0) {\\n value >>= 4;\\n result += 4;\\n }\\n if (value >> 2 > 0) {\\n value >>= 2;\\n result += 2;\\n }\\n if (value >> 1 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log2(value);\\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 10, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >= 10 ** 64) {\\n value /= 10 ** 64;\\n result += 64;\\n }\\n if (value >= 10 ** 32) {\\n value /= 10 ** 32;\\n result += 32;\\n }\\n if (value >= 10 ** 16) {\\n value /= 10 ** 16;\\n result += 16;\\n }\\n if (value >= 10 ** 8) {\\n value /= 10 ** 8;\\n result += 8;\\n }\\n if (value >= 10 ** 4) {\\n value /= 10 ** 4;\\n result += 4;\\n }\\n if (value >= 10 ** 2) {\\n value /= 10 ** 2;\\n result += 2;\\n }\\n if (value >= 10 ** 1) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log10(value);\\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 256, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n *\\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\\n */\\n function log256(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 16;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 8;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 4;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 2;\\n }\\n if (value >> 8 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard signed math utilities missing in the Solidity language.\\n */\\nlibrary SignedMathUpgradeable {\\n /**\\n * @dev Returns the largest of two signed numbers.\\n */\\n function max(int256 a, int256 b) internal pure returns (int256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two signed numbers.\\n */\\n function min(int256 a, int256 b) internal pure returns (int256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two signed numbers without overflow.\\n * The result is rounded towards zero.\\n */\\n function average(int256 a, int256 b) internal pure returns (int256) {\\n // Formula from the book \\\"Hacker's Delight\\\"\\n int256 x = (a & b) + ((a ^ b) >> 1);\\n return x + (int256(uint256(x) >> 255) & (a ^ b));\\n }\\n\\n /**\\n * @dev Returns the absolute unsigned value of a signed value.\\n */\\n function abs(int256 n) internal pure returns (uint256) {\\n unchecked {\\n // must be unchecked in order to support `n = type(int256).min`\\n return uint256(n >= 0 ? n : -n);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol":{"MathUpgradeable":{"abi":[],"devdoc":{"details":"Standard math utilities missing in the Solidity language.","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206b19238f22d888be15246afd45704547bf692f3a8d19f34db13095fb48eddd5264736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 PUSH12 0x19238F22D888BE15246AFD45 PUSH17 0x4547BF692F3A8D19F34DB13095FB48EDDD MSTORE PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"202:12593:11:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206b19238f22d888be15246afd45704547bf692f3a8d19f34db13095fb48eddd5264736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH12 0x19238F22D888BE15246AFD45 PUSH17 0x4547BF692F3A8D19F34DB13095FB48EDDD MSTORE PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"202:12593:11:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"average(uint256,uint256)":"infinite","ceilDiv(uint256,uint256)":"infinite","log10(uint256)":"infinite","log10(uint256,enum MathUpgradeable.Rounding)":"infinite","log2(uint256)":"infinite","log2(uint256,enum MathUpgradeable.Rounding)":"infinite","log256(uint256)":"infinite","log256(uint256,enum MathUpgradeable.Rounding)":"infinite","max(uint256,uint256)":"infinite","min(uint256,uint256)":"infinite","mulDiv(uint256,uint256,uint256)":"infinite","mulDiv(uint256,uint256,uint256,enum MathUpgradeable.Rounding)":"infinite","sqrt(uint256)":"infinite","sqrt(uint256,enum MathUpgradeable.Rounding)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"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-upgradeable/utils/math/MathUpgradeable.sol\":\"MathUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard math utilities missing in the Solidity language.\\n */\\nlibrary MathUpgradeable {\\n enum Rounding {\\n Down, // Toward negative infinity\\n Up, // Toward infinity\\n Zero // Toward zero\\n }\\n\\n /**\\n * @dev Returns the largest of two numbers.\\n */\\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two numbers.\\n */\\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two numbers. The result is rounded towards\\n * zero.\\n */\\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b) / 2 can overflow.\\n return (a & b) + (a ^ b) / 2;\\n }\\n\\n /**\\n * @dev Returns the ceiling of the division of two numbers.\\n *\\n * This differs from standard division with `/` in that it rounds up instead\\n * of rounding down.\\n */\\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b - 1) / b can overflow on addition, so we distribute.\\n return a == 0 ? 0 : (a - 1) / b + 1;\\n }\\n\\n /**\\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\\n * with further edits by Uniswap Labs also under MIT license.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\\n unchecked {\\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\\n // variables such that product = prod1 * 2^256 + prod0.\\n uint256 prod0; // Least significant 256 bits of the product\\n uint256 prod1; // Most significant 256 bits of the product\\n assembly {\\n let mm := mulmod(x, y, not(0))\\n prod0 := mul(x, y)\\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\\n }\\n\\n // Handle non-overflow cases, 256 by 256 division.\\n if (prod1 == 0) {\\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\\n // The surrounding unchecked block does not change this fact.\\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\\n return prod0 / denominator;\\n }\\n\\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\\n require(denominator > prod1, \\\"Math: mulDiv overflow\\\");\\n\\n ///////////////////////////////////////////////\\n // 512 by 256 division.\\n ///////////////////////////////////////////////\\n\\n // Make division exact by subtracting the remainder from [prod1 prod0].\\n uint256 remainder;\\n assembly {\\n // Compute remainder using mulmod.\\n remainder := mulmod(x, y, denominator)\\n\\n // Subtract 256 bit number from 512 bit number.\\n prod1 := sub(prod1, gt(remainder, prod0))\\n prod0 := sub(prod0, remainder)\\n }\\n\\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\\n // See https://cs.stackexchange.com/q/138556/92363.\\n\\n // Does not overflow because the denominator cannot be zero at this stage in the function.\\n uint256 twos = denominator & (~denominator + 1);\\n assembly {\\n // Divide denominator by twos.\\n denominator := div(denominator, twos)\\n\\n // Divide [prod1 prod0] by twos.\\n prod0 := div(prod0, twos)\\n\\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\\n twos := add(div(sub(0, twos), twos), 1)\\n }\\n\\n // Shift in bits from prod1 into prod0.\\n prod0 |= prod1 * twos;\\n\\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\\n // four bits. That is, denominator * inv = 1 mod 2^4.\\n uint256 inverse = (3 * denominator) ^ 2;\\n\\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\\n // in modular arithmetic, doubling the correct bits in each step.\\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\\n\\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\\n // is no longer required.\\n result = prod0 * inverse;\\n return result;\\n }\\n }\\n\\n /**\\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\\n uint256 result = mulDiv(x, y, denominator);\\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\\n result += 1;\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\\n *\\n * Inspired by Henry S. Warren, Jr.'s \\\"Hacker's Delight\\\" (Chapter 11).\\n */\\n function sqrt(uint256 a) internal pure returns (uint256) {\\n if (a == 0) {\\n return 0;\\n }\\n\\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\\n //\\n // We know that the \\\"msb\\\" (most significant bit) of our target number `a` is a power of 2 such that we have\\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\\n //\\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\\n // \\u2192 `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\\n // \\u2192 `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\\n //\\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\\n uint256 result = 1 << (log2(a) >> 1);\\n\\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\\n // into the expected uint128 result.\\n unchecked {\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n return min(result, a / result);\\n }\\n }\\n\\n /**\\n * @notice Calculates sqrt(a), following the selected rounding direction.\\n */\\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = sqrt(a);\\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 2, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 128;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 64;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 32;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 16;\\n }\\n if (value >> 8 > 0) {\\n value >>= 8;\\n result += 8;\\n }\\n if (value >> 4 > 0) {\\n value >>= 4;\\n result += 4;\\n }\\n if (value >> 2 > 0) {\\n value >>= 2;\\n result += 2;\\n }\\n if (value >> 1 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log2(value);\\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 10, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >= 10 ** 64) {\\n value /= 10 ** 64;\\n result += 64;\\n }\\n if (value >= 10 ** 32) {\\n value /= 10 ** 32;\\n result += 32;\\n }\\n if (value >= 10 ** 16) {\\n value /= 10 ** 16;\\n result += 16;\\n }\\n if (value >= 10 ** 8) {\\n value /= 10 ** 8;\\n result += 8;\\n }\\n if (value >= 10 ** 4) {\\n value /= 10 ** 4;\\n result += 4;\\n }\\n if (value >= 10 ** 2) {\\n value /= 10 ** 2;\\n result += 2;\\n }\\n if (value >= 10 ** 1) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log10(value);\\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 256, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n *\\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\\n */\\n function log256(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 16;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 8;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 4;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 2;\\n }\\n if (value >> 8 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol":{"SignedMathUpgradeable":{"abi":[],"devdoc":{"details":"Standard signed math utilities missing in the Solidity language.","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e70ce3cff074bb9f2b399f4851e008094b94d7fe429bd3afbf9c6f170d3375ce64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xE7 0xC 0xE3 0xCF CREATE PUSH21 0xBB9F2B399F4851E008094B94D7FE429BD3AFBF9C6F OR 0xD CALLER PUSH22 0xCE64736F6C6343000812003300000000000000000000 ","sourceMap":"215:1058:12:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e70ce3cff074bb9f2b399f4851e008094b94d7fe429bd3afbf9c6f170d3375ce64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xE7 0xC 0xE3 0xCF CREATE PUSH21 0xBB9F2B399F4851E008094B94D7FE429BD3AFBF9C6F OR 0xD CALLER PUSH22 0xCE64736F6C6343000812003300000000000000000000 ","sourceMap":"215:1058:12:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"abs(int256)":"infinite","average(int256,int256)":"infinite","max(int256,int256)":"infinite","min(int256,int256)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"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-upgradeable/utils/math/SignedMathUpgradeable.sol\":\"SignedMathUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard signed math utilities missing in the Solidity language.\\n */\\nlibrary SignedMathUpgradeable {\\n /**\\n * @dev Returns the largest of two signed numbers.\\n */\\n function max(int256 a, int256 b) internal pure returns (int256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two signed numbers.\\n */\\n function min(int256 a, int256 b) internal pure returns (int256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two signed numbers without overflow.\\n * The result is rounded towards zero.\\n */\\n function average(int256 a, int256 b) internal pure returns (int256) {\\n // Formula from the book \\\"Hacker's Delight\\\"\\n int256 x = (a & b) + ((a ^ b) >> 1);\\n return x + (int256(uint256(x) >> 255) & (a ^ b));\\n }\\n\\n /**\\n * @dev Returns the absolute unsigned value of a signed value.\\n */\\n function abs(int256 n) internal pure returns (uint256) {\\n unchecked {\\n // must be unchecked in order to support `n = type(int256).min`\\n return uint256(n >= 0 ? n : -n);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"IERC20":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 standard as defined in the EIP.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 standard as defined in the EIP.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":\"IERC20\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/Paycrest.sol":{"Paycrest":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeesUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes","name":"aggregator","type":"bytes"}],"name":"SetAggregator","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getAggregator","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"","type":"uint64"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"uint96","name":"rate","type":"uint96"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IPaycrest.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"},{"internalType":"address","name":"","type":"address"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes","name":"aggregator","type":"bytes"}],"name":"updateProtocolAggregator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFees","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Paycrest contract for handling orders and settlements.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"OrderCreated(address,uint256,uint256,bytes32,uint256,bytes32,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","label":"The label of the deposit.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","label":"The label of the transaction.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"label":"The label of the transaction.","liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"constructor":{"custom:oz-upgrades-unsafe-allow":"constructor"},"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":{"details":"See {createOrder-IPaycrest}. "},"getAggregator()":{"details":"See {getAggregator-IPaycrest}. "},"getFeeDetails()":{"details":"See {getFeeDetails-IPaycrest}. "},"getOrderInfo(bytes32)":{"details":"See {getOrderInfo-IPaycrest}. "},"getSupportedInstitutionByCode(bytes32)":{"details":"See {getSupportedInstitutionByCode-IPaycrest}. "},"getSupportedInstitutions(bytes32)":{"details":"See {getSupportedInstitutions-IPaycrest}. "},"initialize()":{"details":"Initialize function."},"isTokenSupported(address)":{"details":"See {isTokenSupported-IPaycrest}. "},"owner()":{"details":"Returns the address of the current owner."},"pause()":{"details":"Pause the contract."},"paused()":{"details":"Returns true if the contract is paused, and false otherwise."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"refund(uint256,bytes32,bytes32)":{"details":"See {refund-IPaycrest}. "},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"settle(bytes32,bytes32,bytes32,address,uint64)":{"details":"See {settle-IPaycrest}. "},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"unpause()":{"details":"Unpause the contract."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolAggregator(bytes)":{"details":"Updates the protocol aggregator.","params":{"aggregator":"The new aggregator to be set."}},"updateProtocolFees(uint64)":{"details":"Updates the protocol fees percentage.","params":{"_protocolFeePercent":"The new protocol fees percentage to be set."}}},"title":"Paycrest","version":1},"evm":{"bytecode":{"functionDebugData":{"@_3103":{"entryPoint":null,"id":3103,"parameterSlots":0,"returnSlots":0},"@_disableInitializers_389":{"entryPoint":40,"id":389,"parameterSlots":0,"returnSlots":0},"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack":{"entryPoint":334,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":420,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":373,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":437,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":238,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":407,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a":{"entryPoint":255,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:1638:18","statements":[{"body":{"nodeType":"YulBlock","src":"103:73:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"120:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"125:6:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"113:6:18"},"nodeType":"YulFunctionCall","src":"113:19:18"},"nodeType":"YulExpressionStatement","src":"113:19:18"},{"nodeType":"YulAssignment","src":"141:29:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"160:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"165:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"156:3:18"},"nodeType":"YulFunctionCall","src":"156:14:18"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"141:11:18"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"75:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"80:6:18","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"91:11:18","type":""}],"src":"7:169:18"},{"body":{"nodeType":"YulBlock","src":"288:120:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"310:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"318:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"306:3:18"},"nodeType":"YulFunctionCall","src":"306:14:18"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469","kind":"string","nodeType":"YulLiteral","src":"322:34:18","type":"","value":"Initializable: contract is initi"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"299:6:18"},"nodeType":"YulFunctionCall","src":"299:58:18"},"nodeType":"YulExpressionStatement","src":"299:58:18"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"378:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"386:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"374:3:18"},"nodeType":"YulFunctionCall","src":"374:15:18"},{"hexValue":"616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"391:9:18","type":"","value":"alizing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"367:6:18"},"nodeType":"YulFunctionCall","src":"367:34:18"},"nodeType":"YulExpressionStatement","src":"367:34:18"}]},"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"280:6:18","type":""}],"src":"182:226:18"},{"body":{"nodeType":"YulBlock","src":"560:220:18","statements":[{"nodeType":"YulAssignment","src":"570:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"636:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"641:2:18","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"577:58:18"},"nodeType":"YulFunctionCall","src":"577:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"570:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"742:3:18"}],"functionName":{"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulIdentifier","src":"653:88:18"},"nodeType":"YulFunctionCall","src":"653:93:18"},"nodeType":"YulExpressionStatement","src":"653:93:18"},{"nodeType":"YulAssignment","src":"755:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"766:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"771:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"762:3:18"},"nodeType":"YulFunctionCall","src":"762:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"755:3:18"}]}]},"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"548:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"556:3:18","type":""}],"src":"414:366:18"},{"body":{"nodeType":"YulBlock","src":"957:248:18","statements":[{"nodeType":"YulAssignment","src":"967:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"979:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"990:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"975:3:18"},"nodeType":"YulFunctionCall","src":"975:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"967:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1014:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"1025:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1010:3:18"},"nodeType":"YulFunctionCall","src":"1010:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1033:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"1039:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1029:3:18"},"nodeType":"YulFunctionCall","src":"1029:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1003:6:18"},"nodeType":"YulFunctionCall","src":"1003:47:18"},"nodeType":"YulExpressionStatement","src":"1003:47:18"},{"nodeType":"YulAssignment","src":"1059:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1193:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1067:124:18"},"nodeType":"YulFunctionCall","src":"1067:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1059:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"937:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"952:4:18","type":""}],"src":"786:419:18"},{"body":{"nodeType":"YulBlock","src":"1254:43:18","statements":[{"nodeType":"YulAssignment","src":"1264:27:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1279:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"1286:4:18","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1275:3:18"},"nodeType":"YulFunctionCall","src":"1275:16:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1264:7:18"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1236:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1246:7:18","type":""}],"src":"1211:86:18"},{"body":{"nodeType":"YulBlock","src":"1364:51:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1381:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1402:5:18"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"1386:15:18"},"nodeType":"YulFunctionCall","src":"1386:22:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1374:6:18"},"nodeType":"YulFunctionCall","src":"1374:35:18"},"nodeType":"YulExpressionStatement","src":"1374:35:18"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1352:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1359:3:18","type":""}],"src":"1303:112:18"},{"body":{"nodeType":"YulBlock","src":"1515:120:18","statements":[{"nodeType":"YulAssignment","src":"1525:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1537:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"1548:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:18"},"nodeType":"YulFunctionCall","src":"1533:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1525:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1601:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1614:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"1625:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1610:3:18"},"nodeType":"YulFunctionCall","src":"1610:17:18"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"1561:39:18"},"nodeType":"YulFunctionCall","src":"1561:67:18"},"nodeType":"YulExpressionStatement","src":"1561:67:18"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1487:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1499:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1510:4:18","type":""}],"src":"1421:214:18"}]},"contents":"{\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is initi\")\n\n mstore(add(memPtr, 32), \"alizing\")\n\n }\n\n function abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n}\n","id":18,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b50620000226200002860201b60201c565b620001d2565b600060019054906101000a900460ff16156200007b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620000729062000175565b60405180910390fd5b60ff801660008054906101000a900460ff1660ff1614620000ec5760ff6000806101000a81548160ff021916908360ff1602179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860ff604051620000e39190620001b5565b60405180910390a15b565b600082825260208201905092915050565b7f496e697469616c697a61626c653a20636f6e747261637420697320696e69746960008201527f616c697a696e6700000000000000000000000000000000000000000000000000602082015250565b60006200015d602783620000ee565b91506200016a82620000ff565b604082019050919050565b6000602082019050818103600083015262000190816200014e565b9050919050565b600060ff82169050919050565b620001af8162000197565b82525050565b6000602082019050620001cc6000830184620001a4565b92915050565b6143eb80620001e26000396000f3fe608060405234801561001057600080fd5b506004361061014d5760003560e01c80638129fc1c116100c3578063c22801031161007c578063c228010314610342578063cb79455b14610372578063cd9924001461038e578063d28a8d32146103aa578063e30c3978146103da578063f2fde38b146103f85761014d565b80638129fc1c146102a45780638456cb59146102ae57806384630736146102b85780638da5cb5b146102d45780639015dced146102f2578063b810c636146103235761014d565b806340ebc6771161011557806340ebc677146101f65780635c975abb14610212578063715018a61461023057806375151b631461023a578063768c6ec01461026a57806379ba50971461029a5761014d565b806302621338146101525780632654ec7e1461018257806332200882146101b25780633ad59dbc146101ce5780633f4ba83a146101ec575b600080fd5b61016c6004803603810190610167919061285f565b610414565b6040516101799190612979565b60405180910390f35b61019c60048036038101906101979190612ad8565b61049a565b6040516101a99190612bd2565b60405180910390f35b6101cc60048036038101906101c79190612d91565b6109b7565b005b6101d6610b2c565b6040516101e39190612e6c565b60405180910390f35b6101f4610bbe565b005b610210600480360381019061020b9190612e8e565b610bd0565b005b61021a610d61565b6040516102279190612ee9565b60405180910390f35b610238610d78565b005b610254600480360381019061024f9190612f04565b610d8c565b6040516102619190612ee9565b60405180910390f35b610284600480360381019061027f919061285f565b610de8565b6040516102919190613039565b60405180910390f35b6102a2611024565b005b6102ac6110b1565b005b6102b6611201565b005b6102d260048036038101906102cd9190613095565b611213565b005b6102dc61127e565b6040516102e991906130d1565b60405180910390f35b61030c600480360381019061030791906130ec565b6112a8565b60405161031a929190613167565b60405180910390f35b61032b611719565b6040516103399291906131ae565b60405180910390f35b61035c6004803603810190610357919061285f565b61173e565b6040516103699190613206565b60405180910390f35b61038c60048036038101906103879190613277565b61177f565b005b6103a860048036038101906103a391906132c4565b6117e1565b005b6103c460048036038101906103bf9190613317565b611966565b6040516103d19190612ee9565b60405180910390f35b6103e2611e2c565b6040516103ef91906130d1565b60405180910390f35b610412600480360381019061040d9190612f04565b611e56565b005b606060ce6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561048f57838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610449565b505050509050919050565b60006104a4611f03565b6104b28b8b8689898e611f4d565b600083839050036104f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104ef906133c7565b60405180910390fd5b8a73ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888e6105229190613416565b6040518463ffffffff1660e01b81526004016105409392919061344a565b6020604051808303816000875af115801561055f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061058391906134ad565b5061010360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154809291906105d5906134da565b91905055503361010360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205460405160200161062d929190613522565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168c610676919061354b565b61068091906135bc565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018d73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff168152602001878152602001828152602001896bffffffffffffffffffffffff1681526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828d61075391906135ed565b815250610102600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555060c082015181600501600c6101000a81548160ff02191690831515021790555060e08201518160060160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506101208201518160070155905050816101026000848152602001908152602001600020600701548d73ffffffffffffffffffffffffffffffffffffffff167f94bed2b14a43efaec8c295ba3fbce0aa493e61643c3adb49774ca7df08d5a919848c8f8f8b8b6040516109a096959493929190613698565b60405180910390a4509a9950505050505050505050565b6109bf61215c565b60ce600083815260200190815260200160002060006109de91906126e1565b60005b8151811015610add5760ce6000848152602001908152602001600020828281518110610a1057610a0f6136f4565b5b60200260200101519080600181540180825580915050600190039060005260206000209060020201600090919091909150600082015181600001556020820151816001015550506040518060400160405280838381518110610a7557610a746136f4565b5b60200260200101516020015181526020018481525060cf6000848481518110610aa157610aa06136f4565b5b602002602001015160000151815260200190815260200160002060008201518160000155602082015181600101559050508060010190506109e1565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60ce6000858152602001908152602001600020604051610b20919061383d565b60405180910390a25050565b6060609a8054610b3b9061388e565b80601f0160208091040260200160405190810160405280929190818152602001828054610b679061388e565b8015610bb45780601f10610b8957610100808354040283529160200191610bb4565b820191906000526020600020905b815481529060010190602001808311610b9757829003601f168201915b5050505050905090565b610bc661215c565b610bce6121da565b565b610bd861215c565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610c47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c3e9061390b565b60405180910390fd5b7f74726561737572790000000000000000000000000000000000000000000000008203610cb05780609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7f61676772656761746f72000000000000000000000000000000000000000000008203610d195780609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b8073ffffffffffffffffffffffffffffffffffffffff16827fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35050565b600060d060009054906101000a900460ff16905090565b610d8061215c565b610d8a600061223d565b565b6000600160cd60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610dde5760019050610de3565b600090505b919050565b610df0612705565b6101026000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff16815260200160058201600c9054906101000a900460ff161515151581526020016006820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061102e61226e565b90508073ffffffffffffffffffffffffffffffffffffffff1661104f611e2c565b73ffffffffffffffffffffffffffffffffffffffff16146110a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161109c9061399d565b60405180910390fd5b6110ae8161223d565b50565b60008060019054906101000a900460ff161590508080156110e25750600160008054906101000a900460ff1660ff16105b8061110f57506110f130612276565b15801561110e5750600160008054906101000a900460ff1660ff16145b5b61114e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114590613a2f565b60405180910390fd5b60016000806101000a81548160ff021916908360ff160217905550801561118b576001600060016101000a81548160ff0219169083151502179055505b620186a060978190555061119d612299565b6111a56122f2565b80156111fe5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860016040516111f59190613a97565b60405180910390a15b50565b61120961215c565b61121161234b565b565b61121b61215c565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fb94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e26446816040516112739190613ab2565b60405180910390a150565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461133b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161133290613b19565b60405180910390fd5b6101026000878152602001908152602001600020600501600c9054906101000a900460ff16156113a0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139790613b85565b60405180910390fd5b6000610102600088815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508367ffffffffffffffff16610102600089815260200190815260200160002060060160148282829054906101000a90046bffffffffffffffffffffffff166114249190613ba5565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610102600089815260200190815260200160002060060160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff16036115c95760016101026000898152602001908152602001600020600501600c6101000a81548160ff0219169083151502179055506000610102600089815260200190815260200160002060030154146114f0576114ef876123ae565b5b6000610102600089815260200190815260200160002060040154146115c8578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010260008b8152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611583929190613522565b6020604051808303816000875af11580156115a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115c691906134ad565b505b5b60006097548567ffffffffffffffff1661010260008b8152602001908152602001600020600701546115fb919061354b565b61160591906135bc565b90508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb87836040518363ffffffff1660e01b8152600401611642929190613522565b6020604051808303816000875af1158015611661573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061168591906134ad565b508061010260008a815260200190815260200160002060070160008282546116ad91906135ed565b925050819055508573ffffffffffffffffffffffffffffffffffffffff16887fa9ec2b6676d3ea3e8da117193c71b1b85fcdbc72f077a624f950241eb38f13c28b8a896040516116ff93929190613c16565b60405180910390a387829350935050509550959350505050565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6117466127ce565b60cf6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b61178761215c565b8181609a9182611798929190613dfa565b5081816040516117a9929190613efa565b60405180910390207f6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef60405160405180910390a25050565b6117e961215c565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611858576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161184f9061390b565b60405180910390fd5b60018114806118675750600281145b6118a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161189d90613f5f565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611961578060cd60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c836040516119589190613f7f565b60405180910390a35b505050565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146119f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119ef90613b19565b60405180910390fd5b6101026000848152602001908152602001600020600501600c9054906101000a900460ff1615611a5d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a5490613b85565b60405180910390fd5b610102600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16866040518363ffffffff1660e01b8152600401611af1929190613522565b6020604051808303816000875af1158015611b10573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b3491906134ad565b5060016101026000858152602001908152602001600020600501600c6101000a81548160ff0219169083151502179055506000610102600085815260200190815260200160002060060160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600084610102600086815260200190815260200160002060040154610102600087815260200190815260200160002060070154611be99190613416565b611bf391906135ed565b9050610102600085815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610102600087815260200190815260200160002060060160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b8152600401611c9e929190613522565b6020604051808303816000875af1158015611cbd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ce191906134ad565b50610102600085815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610102600087815260200190815260200160002060060160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101026000888152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611da2929190613522565b6020604051808303816000875af1158015611dc1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611de591906134ad565b50837f79252c381c5280f78c77f378791e42b506843a48916430480eab95a898cdae9f8685604051611e18929190613f9a565b60405180910390a260019150509392505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b611e5e61215c565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16611ebe61127e565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b611f0b610d61565b15611f4b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f429061400f565b60405180910390fd5b565b600160cd60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205414611fcf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fc69061407b565b60405180910390fd5b60008503612012576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612009906140e7565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603612081576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161207890614153565b60405180910390fd5b6000801b60cf600083815260200190815260200160002060000154036120dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d3906141bf565b60405180910390fd5b6000821461215457600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612153576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161214a9061422b565b60405180910390fd5b5b505050505050565b61216461226e565b73ffffffffffffffffffffffffffffffffffffffff1661218261127e565b73ffffffffffffffffffffffffffffffffffffffff16146121d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121cf90614297565b60405180910390fd5b565b6121e2612505565b600060d060006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61222661226e565b60405161223391906130d1565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905561226b8161254e565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff166122e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122df90614329565b60405180910390fd5b6122f0612614565b565b600060019054906101000a900460ff16612341576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161233890614329565b60405180910390fd5b612349612675565b565b612353611f03565b600160d060006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25861239761226e565b6040516123a491906130d1565b60405180910390a1565b6000610102600083815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905060006101026000848152602001908152602001600020600301549050610102600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb83836040518363ffffffff1660e01b8152600401612478929190613522565b6020604051808303816000875af1158015612497573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124bb91906134ad565b50808273ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a3505050565b61250d610d61565b61254c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161254390614395565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff16612663576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161265a90614329565b60405180910390fd5b61267361266e61226e565b61223d565b565b600060019054906101000a900460ff166126c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126bb90614329565b60405180910390fd5b600060d060006101000a81548160ff021916908315150217905550565b508054600082556002029060005260206000209081019061270291906127ee565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600081526020016000815260200160006bffffffffffffffffffffffff168152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b80821115612811576000808201600090556001820160009055506002016127ef565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61283c81612829565b811461284757600080fd5b50565b60008135905061285981612833565b92915050565b6000602082840312156128755761287461281f565b5b60006128838482850161284a565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6128c181612829565b82525050565b6040820160008201516128dd60008501826128b8565b5060208201516128f060208501826128b8565b50505050565b600061290283836128c7565b60408301905092915050565b6000602082019050919050565b60006129268261288c565b6129308185612897565b935061293b836128a8565b8060005b8381101561296c57815161295388826128f6565b975061295e8361290e565b92505060018101905061293f565b5085935050505092915050565b60006020820190508181036000830152612993818461291b565b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006129c68261299b565b9050919050565b6129d6816129bb565b81146129e157600080fd5b50565b6000813590506129f3816129cd565b92915050565b6000819050919050565b612a0c816129f9565b8114612a1757600080fd5b50565b600081359050612a2981612a03565b92915050565b60006bffffffffffffffffffffffff82169050919050565b612a5081612a2f565b8114612a5b57600080fd5b50565b600081359050612a6d81612a47565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f840112612a9857612a97612a73565b5b8235905067ffffffffffffffff811115612ab557612ab4612a78565b5b602083019150836001820283011115612ad157612ad0612a7d565b5b9250929050565b6000806000806000806000806000806101208b8d031215612afc57612afb61281f565b5b6000612b0a8d828e016129e4565b9a50506020612b1b8d828e01612a1a565b9950506040612b2c8d828e0161284a565b9850506060612b3d8d828e0161284a565b9750506080612b4e8d828e01612a5e565b96505060a0612b5f8d828e016129e4565b95505060c0612b708d828e01612a1a565b94505060e0612b818d828e016129e4565b9350506101008b013567ffffffffffffffff811115612ba357612ba2612824565b5b612baf8d828e01612a82565b92509250509295989b9194979a5092959850565b612bcc81612829565b82525050565b6000602082019050612be76000830184612bc3565b92915050565b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612c3682612bed565b810181811067ffffffffffffffff82111715612c5557612c54612bfe565b5b80604052505050565b6000612c68612815565b9050612c748282612c2d565b919050565b600067ffffffffffffffff821115612c9457612c93612bfe565b5b602082029050602081019050919050565b600080fd5b600060408284031215612cc057612cbf612ca5565b5b612cca6040612c5e565b90506000612cda8482850161284a565b6000830152506020612cee8482850161284a565b60208301525092915050565b6000612d0d612d0884612c79565b612c5e565b90508083825260208201905060408402830185811115612d3057612d2f612a7d565b5b835b81811015612d595780612d458882612caa565b845260208401935050604081019050612d32565b5050509392505050565b600082601f830112612d7857612d77612a73565b5b8135612d88848260208601612cfa565b91505092915050565b60008060408385031215612da857612da761281f565b5b6000612db68582860161284a565b925050602083013567ffffffffffffffff811115612dd757612dd6612824565b5b612de385828601612d63565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612e27578082015181840152602081019050612e0c565b60008484015250505050565b6000612e3e82612ded565b612e488185612df8565b9350612e58818560208601612e09565b612e6181612bed565b840191505092915050565b60006020820190508181036000830152612e868184612e33565b905092915050565b60008060408385031215612ea557612ea461281f565b5b6000612eb38582860161284a565b9250506020612ec4858286016129e4565b9150509250929050565b60008115159050919050565b612ee381612ece565b82525050565b6000602082019050612efe6000830184612eda565b92915050565b600060208284031215612f1a57612f1961281f565b5b6000612f28848285016129e4565b91505092915050565b612f3a816129bb565b82525050565b612f49816129f9565b82525050565b612f5881612a2f565b82525050565b612f6781612ece565b82525050565b61014082016000820151612f846000850182612f31565b506020820151612f976020850182612f31565b506040820151612faa6040850182612f31565b506060820151612fbd6060850182612f40565b506080820151612fd06080850182612f40565b5060a0820151612fe360a0850182612f4f565b5060c0820151612ff660c0850182612f5e565b5060e082015161300960e0850182612f31565b5061010082015161301e610100850182612f4f565b50610120820151613033610120850182612f40565b50505050565b60006101408201905061304f6000830184612f6d565b92915050565b600067ffffffffffffffff82169050919050565b61307281613055565b811461307d57600080fd5b50565b60008135905061308f81613069565b92915050565b6000602082840312156130ab576130aa61281f565b5b60006130b984828501613080565b91505092915050565b6130cb816129bb565b82525050565b60006020820190506130e660008301846130c2565b92915050565b600080600080600060a086880312156131085761310761281f565b5b60006131168882890161284a565b95505060206131278882890161284a565b94505060406131388882890161284a565b9350506060613149888289016129e4565b925050608061315a88828901613080565b9150509295509295909350565b600060408201905061317c6000830185612bc3565b61318960208301846130c2565b9392505050565b61319981613055565b82525050565b6131a8816129f9565b82525050565b60006040820190506131c36000830185613190565b6131d0602083018461319f565b9392505050565b6040820160008201516131ed60008501826128b8565b50602082015161320060208501826128b8565b50505050565b600060408201905061321b60008301846131d7565b92915050565b60008083601f84011261323757613236612a73565b5b8235905067ffffffffffffffff81111561325457613253612a78565b5b6020830191508360018202830111156132705761326f612a7d565b5b9250929050565b6000806020838503121561328e5761328d61281f565b5b600083013567ffffffffffffffff8111156132ac576132ab612824565b5b6132b885828601613221565b92509250509250929050565b6000806000606084860312156132dd576132dc61281f565b5b60006132eb8682870161284a565b93505060206132fc868287016129e4565b925050604061330d86828701612a1a565b9150509250925092565b6000806000606084860312156133305761332f61281f565b5b600061333e86828701612a1a565b935050602061334f8682870161284a565b92505060406133608682870161284a565b9150509250925092565b600082825260208201905092915050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b60006133b160128361336a565b91506133bc8261337b565b602082019050919050565b600060208201905081810360008301526133e0816133a4565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000613421826129f9565b915061342c836129f9565b9250828201905080821115613444576134436133e7565b5b92915050565b600060608201905061345f60008301866130c2565b61346c60208301856130c2565b613479604083018461319f565b949350505050565b61348a81612ece565b811461349557600080fd5b50565b6000815190506134a781613481565b92915050565b6000602082840312156134c3576134c261281f565b5b60006134d184828501613498565b91505092915050565b60006134e5826129f9565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613517576135166133e7565b5b600182019050919050565b600060408201905061353760008301856130c2565b613544602083018461319f565b9392505050565b6000613556826129f9565b9150613561836129f9565b925082820261356f816129f9565b91508282048414831517613586576135856133e7565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006135c7826129f9565b91506135d2836129f9565b9250826135e2576135e161358d565b5b828204905092915050565b60006135f8826129f9565b9150613603836129f9565b925082820390508181111561361b5761361a6133e7565b5b92915050565b6000819050919050565b600061364661364161363c84612a2f565b613621565b6129f9565b9050919050565b6136568161362b565b82525050565b82818337600083830152505050565b6000613677838561336a565b935061368483858461365c565b61368d83612bed565b840190509392505050565b600060a0820190506136ad600083018961319f565b6136ba602083018861364d565b6136c76040830187612bc3565b6136d46060830186612bc3565b81810360808301526136e781848661366b565b9050979650505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b600061376d61376883613743565b613750565b9050919050565b6040820160008083015490506137898161375a565b61379660008601826128b8565b50600183015490506137a78161375a565b6137b460208601826128b8565b5050505050565b60006137c78383613774565b60408301905092915050565b6000600282019050919050565b60006137eb82613723565b6137f58185612897565b93506138008361372e565b8060005b83811015613830578161381788826137bb565b9750613822836137d3565b925050600181019050613804565b5085935050505092915050565b6000602082019050818103600083015261385781846137e0565b905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806138a657607f821691505b6020821081036138b9576138b861385f565b5b50919050565b7f50617963726573743a207a65726f206164647265737300000000000000000000600082015250565b60006138f560168361336a565b9150613900826138bf565b602082019050919050565b60006020820190508181036000830152613924816138e8565b9050919050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061398760298361336a565b91506139928261392b565b604082019050919050565b600060208201905081810360008301526139b68161397a565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b6000613a19602e8361336a565b9150613a24826139bd565b604082019050919050565b60006020820190508181036000830152613a4881613a0c565b9050919050565b6000819050919050565b600060ff82169050919050565b6000613a81613a7c613a7784613a4f565b613621565b613a59565b9050919050565b613a9181613a66565b82525050565b6000602082019050613aac6000830184613a88565b92915050565b6000602082019050613ac76000830184613190565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613b03600e8361336a565b9150613b0e82613acd565b602082019050919050565b60006020820190508181036000830152613b3281613af6565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b6000613b6f600e8361336a565b9150613b7a82613b39565b602082019050919050565b60006020820190508181036000830152613b9e81613b62565b9050919050565b6000613bb082612a2f565b9150613bbb83612a2f565b925082820390506bffffffffffffffffffffffff811115613bdf57613bde6133e7565b5b92915050565b6000613c00613bfb613bf684613055565b613621565b612a2f565b9050919050565b613c1081613be5565b82525050565b6000606082019050613c2b6000830186612bc3565b613c386020830185612bc3565b613c456040830184613c07565b949350505050565b600082905092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302613cba7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82613c7d565b613cc48683613c7d565b95508019841693508086168417925050509392505050565b6000613cf7613cf2613ced846129f9565b613621565b6129f9565b9050919050565b6000819050919050565b613d1183613cdc565b613d25613d1d82613cfe565b848454613c8a565b825550505050565b600090565b613d3a613d2d565b613d45818484613d08565b505050565b5b81811015613d6957613d5e600082613d32565b600181019050613d4b565b5050565b601f821115613dae57613d7f81613c58565b613d8884613c6d565b81016020851015613d97578190505b613dab613da385613c6d565b830182613d4a565b50505b505050565b600082821c905092915050565b6000613dd160001984600802613db3565b1980831691505092915050565b6000613dea8383613dc0565b9150826002028217905092915050565b613e048383613c4d565b67ffffffffffffffff811115613e1d57613e1c612bfe565b5b613e27825461388e565b613e32828285613d6d565b6000601f831160018114613e615760008415613e4f578287013590505b613e598582613dde565b865550613ec1565b601f198416613e6f86613c58565b60005b82811015613e9757848901358255600182019150602085019450602081019050613e72565b86831015613eb45784890135613eb0601f891682613dc0565b8355505b6001600288020188555050505b50505050505050565b600081905092915050565b6000613ee18385613eca565b9350613eee83858461365c565b82840190509392505050565b6000613f07828486613ed5565b91508190509392505050565b7f50617963726573743a20696e76616c6964207374617475730000000000000000600082015250565b6000613f4960188361336a565b9150613f5482613f13565b602082019050919050565b60006020820190508181036000830152613f7881613f3c565b9050919050565b6000602082019050613f94600083018461319f565b92915050565b6000604082019050613faf600083018561319f565b613fbc6020830184612bc3565b9392505050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613ff960108361336a565b915061400482613fc3565b602082019050919050565b6000602082019050818103600083015261402881613fec565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b600061406560118361336a565b91506140708261402f565b602082019050919050565b6000602082019050818103600083015261409481614058565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b60006140d1600c8361336a565b91506140dc8261409b565b602082019050919050565b60006020820190508181036000830152614100816140c4565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b600061413d60108361336a565b915061414882614107565b602082019050919050565b6000602082019050818103600083015261416c81614130565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b60006141a960168361336a565b91506141b482614173565b602082019050919050565b600060208201905081810360008301526141d88161419c565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b600061421560198361336a565b9150614220826141df565b602082019050919050565b6000602082019050818103600083015261424481614208565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061428160208361336a565b915061428c8261424b565b602082019050919050565b600060208201905081810360008301526142b081614274565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000614313602b8361336a565b915061431e826142b7565b604082019050919050565b6000602082019050818103600083015261434281614306565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061437f60148361336a565b915061438a82614349565b602082019050919050565b600060208201905081810360008301526143ae81614372565b905091905056fea264697066735822122076c2f9889f8108d4afd3e6d98edabbc184511abb14af9e0f753eb855c0b106ca64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x22 PUSH3 0x28 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0x1D2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH3 0x7B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH3 0x72 SWAP1 PUSH3 0x175 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xFF DUP1 AND PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ PUSH3 0xEC JUMPI PUSH1 0xFF PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0xFF PUSH1 0x40 MLOAD PUSH3 0xE3 SWAP2 SWAP1 PUSH3 0x1B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320696E697469 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C697A696E6700000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x15D PUSH1 0x27 DUP4 PUSH3 0xEE JUMP JUMPDEST SWAP2 POP PUSH3 0x16A DUP3 PUSH3 0xFF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH3 0x190 DUP2 PUSH3 0x14E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x1AF DUP2 PUSH3 0x197 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH3 0x1CC PUSH1 0x0 DUP4 ADD DUP5 PUSH3 0x1A4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x43EB DUP1 PUSH3 0x1E2 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 0x14D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8129FC1C GT PUSH2 0xC3 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x342 JUMPI DUP1 PUSH4 0xCB79455B EQ PUSH2 0x372 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x38E JUMPI DUP1 PUSH4 0xD28A8D32 EQ PUSH2 0x3AA JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x3DA JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3F8 JUMPI PUSH2 0x14D JUMP JUMPDEST DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x2A4 JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x2AE JUMPI DUP1 PUSH4 0x84630736 EQ PUSH2 0x2B8 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2D4 JUMPI DUP1 PUSH4 0x9015DCED EQ PUSH2 0x2F2 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x323 JUMPI PUSH2 0x14D JUMP JUMPDEST DUP1 PUSH4 0x40EBC677 GT PUSH2 0x115 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x1F6 JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x212 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x230 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x23A JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x26A JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x29A JUMPI PUSH2 0x14D JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x152 JUMPI DUP1 PUSH4 0x2654EC7E EQ PUSH2 0x182 JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x1B2 JUMPI DUP1 PUSH4 0x3AD59DBC EQ PUSH2 0x1CE JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x1EC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x16C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x167 SWAP2 SWAP1 PUSH2 0x285F JUMP JUMPDEST PUSH2 0x414 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x179 SWAP2 SWAP1 PUSH2 0x2979 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x19C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x197 SWAP2 SWAP1 PUSH2 0x2AD8 JUMP JUMPDEST PUSH2 0x49A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1A9 SWAP2 SWAP1 PUSH2 0x2BD2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1CC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C7 SWAP2 SWAP1 PUSH2 0x2D91 JUMP JUMPDEST PUSH2 0x9B7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D6 PUSH2 0xB2C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E3 SWAP2 SWAP1 PUSH2 0x2E6C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F4 PUSH2 0xBBE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x210 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x20B SWAP2 SWAP1 PUSH2 0x2E8E JUMP JUMPDEST PUSH2 0xBD0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x21A PUSH2 0xD61 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x227 SWAP2 SWAP1 PUSH2 0x2EE9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x238 PUSH2 0xD78 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x254 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x24F SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH2 0xD8C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x261 SWAP2 SWAP1 PUSH2 0x2EE9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x284 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x27F SWAP2 SWAP1 PUSH2 0x285F JUMP JUMPDEST PUSH2 0xDE8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x291 SWAP2 SWAP1 PUSH2 0x3039 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2A2 PUSH2 0x1024 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2AC PUSH2 0x10B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2B6 PUSH2 0x1201 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2D2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2CD SWAP2 SWAP1 PUSH2 0x3095 JUMP JUMPDEST PUSH2 0x1213 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2DC PUSH2 0x127E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2E9 SWAP2 SWAP1 PUSH2 0x30D1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x30C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x307 SWAP2 SWAP1 PUSH2 0x30EC JUMP JUMPDEST PUSH2 0x12A8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x31A SWAP3 SWAP2 SWAP1 PUSH2 0x3167 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x32B PUSH2 0x1719 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x339 SWAP3 SWAP2 SWAP1 PUSH2 0x31AE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x35C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x357 SWAP2 SWAP1 PUSH2 0x285F JUMP JUMPDEST PUSH2 0x173E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x369 SWAP2 SWAP1 PUSH2 0x3206 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x38C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x387 SWAP2 SWAP1 PUSH2 0x3277 JUMP JUMPDEST PUSH2 0x177F JUMP JUMPDEST STOP JUMPDEST PUSH2 0x3A8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3A3 SWAP2 SWAP1 PUSH2 0x32C4 JUMP JUMPDEST PUSH2 0x17E1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x3C4 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BF SWAP2 SWAP1 PUSH2 0x3317 JUMP JUMPDEST PUSH2 0x1966 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x3D1 SWAP2 SWAP1 PUSH2 0x2EE9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3E2 PUSH2 0x1E2C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x3EF SWAP2 SWAP1 PUSH2 0x30D1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x412 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x40D SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH2 0x1E56 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x48F JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x449 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4A4 PUSH2 0x1F03 JUMP JUMPDEST PUSH2 0x4B2 DUP12 DUP12 DUP7 DUP10 DUP10 DUP15 PUSH2 0x1F4D JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x4F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4EF SWAP1 PUSH2 0x33C7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP11 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP15 PUSH2 0x522 SWAP2 SWAP1 PUSH2 0x3416 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x540 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x344A JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x55F 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 0x583 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP PUSH2 0x103 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x5D5 SWAP1 PUSH2 0x34DA JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x103 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x62D SWAP3 SWAP2 SWAP1 PUSH2 0x3522 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP13 PUSH2 0x676 SWAP2 SWAP1 PUSH2 0x354B JUMP JUMPDEST PUSH2 0x680 SWAP2 SWAP1 PUSH2 0x35BC JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP14 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD DUP10 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP14 PUSH2 0x753 SWAP2 SWAP1 PUSH2 0x35ED JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP DUP2 PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP14 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x94BED2B14A43EFAEC8C295BA3FBCE0AA493E61643C3ADB49774CA7DF08D5A919 DUP5 DUP13 DUP16 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x9A0 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3698 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP11 SWAP10 POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x9BF PUSH2 0x215C JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x9DE SWAP2 SWAP1 PUSH2 0x26E1 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0xADD JUMPI PUSH1 0xCE PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0xA10 JUMPI PUSH2 0xA0F PUSH2 0x36F4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0xA75 JUMPI PUSH2 0xA74 PUSH2 0x36F4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCF PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0xAA1 JUMPI PUSH2 0xAA0 PUSH2 0x36F4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x9E1 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0xB20 SWAP2 SWAP1 PUSH2 0x383D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x9A DUP1 SLOAD PUSH2 0xB3B SWAP1 PUSH2 0x388E 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 0xB67 SWAP1 PUSH2 0x388E JUMP JUMPDEST DUP1 ISZERO PUSH2 0xBB4 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0xB89 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0xBB4 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 0xB97 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0xBC6 PUSH2 0x215C JUMP JUMPDEST PUSH2 0xBCE PUSH2 0x21DA JUMP JUMPDEST JUMP JUMPDEST PUSH2 0xBD8 PUSH2 0x215C JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xC47 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC3E SWAP1 PUSH2 0x390B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0xCB0 JUMPI DUP1 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0xD19 JUMPI DUP1 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0xD80 PUSH2 0x215C JUMP JUMPDEST PUSH2 0xD8A PUSH1 0x0 PUSH2 0x223D JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCD PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xDDE JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xDE3 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xDF0 PUSH2 0x2705 JUMP JUMPDEST PUSH2 0x102 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x14 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x102E PUSH2 0x226E JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x104F PUSH2 0x1E2C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x109C SWAP1 PUSH2 0x399D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10AE DUP2 PUSH2 0x223D JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x10E2 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x110F JUMPI POP PUSH2 0x10F1 ADDRESS PUSH2 0x2276 JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x110E JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x114E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1145 SWAP1 PUSH2 0x3A2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x118B JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x119D PUSH2 0x2299 JUMP JUMPDEST PUSH2 0x11A5 PUSH2 0x22F2 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x11FE JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x11F5 SWAP2 SWAP1 PUSH2 0x3A97 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1209 PUSH2 0x215C JUMP JUMPDEST PUSH2 0x1211 PUSH2 0x234B JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x121B PUSH2 0x215C JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0xB94068A4BD2571ACEE6AC79ACC9DCDCF10C31425D35F09E88F154EC520E26446 DUP2 PUSH1 0x40 MLOAD PUSH2 0x1273 SWAP2 SWAP1 PUSH2 0x3AB2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x133B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1332 SWAP1 PUSH2 0x3B19 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x102 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x13A0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1397 SWAP1 PUSH2 0x3B85 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x14 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1424 SWAP2 SWAP1 PUSH2 0x3BA5 JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x14 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x15C9 JUMPI PUSH1 0x1 PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x14F0 JUMPI PUSH2 0x14EF DUP8 PUSH2 0x23AE JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x15C8 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x102 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1583 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x15A2 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 0x15C6 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP6 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x102 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x15FB SWAP2 SWAP1 PUSH2 0x354B JUMP JUMPDEST PUSH2 0x1605 SWAP2 SWAP1 PUSH2 0x35BC JUMP JUMPDEST SWAP1 POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP8 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1642 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1661 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 0x1685 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP DUP1 PUSH2 0x102 PUSH1 0x0 DUP11 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x16AD SWAP2 SWAP1 PUSH2 0x35ED JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP9 PUSH32 0xA9EC2B6676D3EA3E8DA117193C71B1B85FCDBC72F077A624F950241EB38F13C2 DUP12 DUP11 DUP10 PUSH1 0x40 MLOAD PUSH2 0x16FF SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3C16 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 DUP8 DUP3 SWAP4 POP SWAP4 POP POP POP SWAP6 POP SWAP6 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1746 PUSH2 0x27CE JUMP JUMPDEST PUSH1 0xCF PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1787 PUSH2 0x215C JUMP JUMPDEST DUP2 DUP2 PUSH1 0x9A SWAP2 DUP3 PUSH2 0x1798 SWAP3 SWAP2 SWAP1 PUSH2 0x3DFA JUMP JUMPDEST POP DUP2 DUP2 PUSH1 0x40 MLOAD PUSH2 0x17A9 SWAP3 SWAP2 SWAP1 PUSH2 0x3EFA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH32 0x6A6600B7242975868D8321B5E64D0C9F2FCC92EB1AF72254A6357BE77EE7DCEF PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x17E9 PUSH2 0x215C JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1858 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x184F SWAP1 PUSH2 0x390B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1867 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x18A6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x189D SWAP1 PUSH2 0x3F5F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1961 JUMPI DUP1 PUSH1 0xCD PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1958 SWAP2 SWAP1 PUSH2 0x3F7F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x19F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x19EF SWAP1 PUSH2 0x3B19 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1A5D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A54 SWAP1 PUSH2 0x3B85 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AF1 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1B10 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 0x1B34 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x102 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP5 PUSH2 0x102 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x102 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1BE9 SWAP2 SWAP1 PUSH2 0x3416 JUMP JUMPDEST PUSH2 0x1BF3 SWAP2 SWAP1 PUSH2 0x35ED JUMP JUMPDEST SWAP1 POP PUSH2 0x102 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x102 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1C9E SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1CBD 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 0x1CE1 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x102 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x102 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1DA2 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1DC1 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 0x1DE5 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP DUP4 PUSH32 0x79252C381C5280F78C77F378791E42B506843A48916430480EAB95A898CDAE9F DUP7 DUP6 PUSH1 0x40 MLOAD PUSH2 0x1E18 SWAP3 SWAP2 SWAP1 PUSH2 0x3F9A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x1E5E PUSH2 0x215C JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1EBE PUSH2 0x127E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x1F0B PUSH2 0xD61 JUMP JUMPDEST ISZERO PUSH2 0x1F4B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F42 SWAP1 PUSH2 0x400F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCD PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x1FCF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1FC6 SWAP1 PUSH2 0x407B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 SUB PUSH2 0x2012 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2009 SWAP1 PUSH2 0x40E7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2081 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2078 SWAP1 PUSH2 0x4153 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0xCF PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x20DC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x20D3 SWAP1 PUSH2 0x41BF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 EQ PUSH2 0x2154 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2153 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x214A SWAP1 PUSH2 0x422B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2164 PUSH2 0x226E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x2182 PUSH2 0x127E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x21D8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x21CF SWAP1 PUSH2 0x4297 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x21E2 PUSH2 0x2505 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x2226 PUSH2 0x226E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2233 SWAP2 SWAP1 PUSH2 0x30D1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x226B DUP2 PUSH2 0x254E JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22E8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x22DF SWAP1 PUSH2 0x4329 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22F0 PUSH2 0x2614 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2341 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2338 SWAP1 PUSH2 0x4329 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2349 PUSH2 0x2675 JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x2353 PUSH2 0x1F03 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xD0 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x2397 PUSH2 0x226E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23A4 SWAP2 SWAP1 PUSH2 0x30D1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD SWAP1 POP PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP4 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2478 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2497 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 0x24BB SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x250D PUSH2 0xD61 JUMP JUMPDEST PUSH2 0x254C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2543 SWAP1 PUSH2 0x4395 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2663 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x265A SWAP1 PUSH2 0x4329 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2673 PUSH2 0x266E PUSH2 0x226E JUMP JUMPDEST PUSH2 0x223D JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26BB SWAP1 PUSH2 0x4329 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x2702 SWAP2 SWAP1 PUSH2 0x27EE JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x2811 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x27EF JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x283C DUP2 PUSH2 0x2829 JUMP JUMPDEST DUP2 EQ PUSH2 0x2847 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2859 DUP2 PUSH2 0x2833 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2875 JUMPI PUSH2 0x2874 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2883 DUP5 DUP3 DUP6 ADD PUSH2 0x284A JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x28C1 DUP2 PUSH2 0x2829 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x28DD PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x28F0 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2902 DUP4 DUP4 PUSH2 0x28C7 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2926 DUP3 PUSH2 0x288C JUMP JUMPDEST PUSH2 0x2930 DUP2 DUP6 PUSH2 0x2897 JUMP JUMPDEST SWAP4 POP PUSH2 0x293B DUP4 PUSH2 0x28A8 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x296C JUMPI DUP2 MLOAD PUSH2 0x2953 DUP9 DUP3 PUSH2 0x28F6 JUMP JUMPDEST SWAP8 POP PUSH2 0x295E DUP4 PUSH2 0x290E JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x293F JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2993 DUP2 DUP5 PUSH2 0x291B JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x29C6 DUP3 PUSH2 0x299B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x29D6 DUP2 PUSH2 0x29BB JUMP JUMPDEST DUP2 EQ PUSH2 0x29E1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x29F3 DUP2 PUSH2 0x29CD JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2A0C DUP2 PUSH2 0x29F9 JUMP JUMPDEST DUP2 EQ PUSH2 0x2A17 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2A29 DUP2 PUSH2 0x2A03 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2A50 DUP2 PUSH2 0x2A2F JUMP JUMPDEST DUP2 EQ PUSH2 0x2A5B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2A6D DUP2 PUSH2 0x2A47 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2A98 JUMPI PUSH2 0x2A97 PUSH2 0x2A73 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2AB5 JUMPI PUSH2 0x2AB4 PUSH2 0x2A78 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x2AD1 JUMPI PUSH2 0x2AD0 PUSH2 0x2A7D JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH2 0x120 DUP12 DUP14 SUB SLT ISZERO PUSH2 0x2AFC JUMPI PUSH2 0x2AFB PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2B0A DUP14 DUP3 DUP15 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP11 POP POP PUSH1 0x20 PUSH2 0x2B1B DUP14 DUP3 DUP15 ADD PUSH2 0x2A1A JUMP JUMPDEST SWAP10 POP POP PUSH1 0x40 PUSH2 0x2B2C DUP14 DUP3 DUP15 ADD PUSH2 0x284A JUMP JUMPDEST SWAP9 POP POP PUSH1 0x60 PUSH2 0x2B3D DUP14 DUP3 DUP15 ADD PUSH2 0x284A JUMP JUMPDEST SWAP8 POP POP PUSH1 0x80 PUSH2 0x2B4E DUP14 DUP3 DUP15 ADD PUSH2 0x2A5E JUMP JUMPDEST SWAP7 POP POP PUSH1 0xA0 PUSH2 0x2B5F DUP14 DUP3 DUP15 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP6 POP POP PUSH1 0xC0 PUSH2 0x2B70 DUP14 DUP3 DUP15 ADD PUSH2 0x2A1A JUMP JUMPDEST SWAP5 POP POP PUSH1 0xE0 PUSH2 0x2B81 DUP14 DUP3 DUP15 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP4 POP POP PUSH2 0x100 DUP12 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BA3 JUMPI PUSH2 0x2BA2 PUSH2 0x2824 JUMP JUMPDEST JUMPDEST PUSH2 0x2BAF DUP14 DUP3 DUP15 ADD PUSH2 0x2A82 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 SWAP12 SWAP2 SWAP5 SWAP8 SWAP11 POP SWAP3 SWAP6 SWAP9 POP JUMP JUMPDEST PUSH2 0x2BCC DUP2 PUSH2 0x2829 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2BE7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2BC3 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2C36 DUP3 PUSH2 0x2BED JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2C55 JUMPI PUSH2 0x2C54 PUSH2 0x2BFE JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C68 PUSH2 0x2815 JUMP JUMPDEST SWAP1 POP PUSH2 0x2C74 DUP3 DUP3 PUSH2 0x2C2D JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2C94 JUMPI PUSH2 0x2C93 PUSH2 0x2BFE JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CC0 JUMPI PUSH2 0x2CBF PUSH2 0x2CA5 JUMP JUMPDEST JUMPDEST PUSH2 0x2CCA PUSH1 0x40 PUSH2 0x2C5E JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2CDA DUP5 DUP3 DUP6 ADD PUSH2 0x284A JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2CEE DUP5 DUP3 DUP6 ADD PUSH2 0x284A JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2D0D PUSH2 0x2D08 DUP5 PUSH2 0x2C79 JUMP JUMPDEST PUSH2 0x2C5E JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2D30 JUMPI PUSH2 0x2D2F PUSH2 0x2A7D JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2D59 JUMPI DUP1 PUSH2 0x2D45 DUP9 DUP3 PUSH2 0x2CAA JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2D32 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2D78 JUMPI PUSH2 0x2D77 PUSH2 0x2A73 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2D88 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2CFA JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DA8 JUMPI PUSH2 0x2DA7 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2DB6 DUP6 DUP3 DUP7 ADD PUSH2 0x284A JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DD7 JUMPI PUSH2 0x2DD6 PUSH2 0x2824 JUMP JUMPDEST JUMPDEST PUSH2 0x2DE3 DUP6 DUP3 DUP7 ADD PUSH2 0x2D63 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2E27 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x2E0C JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2E3E DUP3 PUSH2 0x2DED JUMP JUMPDEST PUSH2 0x2E48 DUP2 DUP6 PUSH2 0x2DF8 JUMP JUMPDEST SWAP4 POP PUSH2 0x2E58 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x2E09 JUMP JUMPDEST PUSH2 0x2E61 DUP2 PUSH2 0x2BED JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2E86 DUP2 DUP5 PUSH2 0x2E33 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EA5 JUMPI PUSH2 0x2EA4 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2EB3 DUP6 DUP3 DUP7 ADD PUSH2 0x284A JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2EC4 DUP6 DUP3 DUP7 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2EE3 DUP2 PUSH2 0x2ECE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2EFE PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2EDA JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2F1A JUMPI PUSH2 0x2F19 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2F28 DUP5 DUP3 DUP6 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F3A DUP2 PUSH2 0x29BB JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F49 DUP2 PUSH2 0x29F9 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F58 DUP2 PUSH2 0x2A2F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F67 DUP2 PUSH2 0x2ECE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2F84 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2F31 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2F97 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2F31 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2FAA PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2F31 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2FBD PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2F40 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2FD0 PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2F40 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2FE3 PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2F4F JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2FF6 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2F5E JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x3009 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2F31 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x301E PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2F4F JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x3033 PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2F40 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x304F PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F6D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3072 DUP2 PUSH2 0x3055 JUMP JUMPDEST DUP2 EQ PUSH2 0x307D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x308F DUP2 PUSH2 0x3069 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x30AB JUMPI PUSH2 0x30AA PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x30B9 DUP5 DUP3 DUP6 ADD PUSH2 0x3080 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x30CB DUP2 PUSH2 0x29BB JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x30E6 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x30C2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0x3108 JUMPI PUSH2 0x3107 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3116 DUP9 DUP3 DUP10 ADD PUSH2 0x284A JUMP JUMPDEST SWAP6 POP POP PUSH1 0x20 PUSH2 0x3127 DUP9 DUP3 DUP10 ADD PUSH2 0x284A JUMP JUMPDEST SWAP5 POP POP PUSH1 0x40 PUSH2 0x3138 DUP9 DUP3 DUP10 ADD PUSH2 0x284A JUMP JUMPDEST SWAP4 POP POP PUSH1 0x60 PUSH2 0x3149 DUP9 DUP3 DUP10 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x80 PUSH2 0x315A DUP9 DUP3 DUP10 ADD PUSH2 0x3080 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x317C PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2BC3 JUMP JUMPDEST PUSH2 0x3189 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x30C2 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x3199 DUP2 PUSH2 0x3055 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x31A8 DUP2 PUSH2 0x29F9 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x31C3 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x3190 JUMP JUMPDEST PUSH2 0x31D0 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x319F JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x31ED PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x3200 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x321B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x31D7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3237 JUMPI PUSH2 0x3236 PUSH2 0x2A73 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3254 JUMPI PUSH2 0x3253 PUSH2 0x2A78 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x3270 JUMPI PUSH2 0x326F PUSH2 0x2A7D JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x328E JUMPI PUSH2 0x328D PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x32AC JUMPI PUSH2 0x32AB PUSH2 0x2824 JUMP JUMPDEST JUMPDEST PUSH2 0x32B8 DUP6 DUP3 DUP7 ADD PUSH2 0x3221 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x32DD JUMPI PUSH2 0x32DC PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x32EB DUP7 DUP3 DUP8 ADD PUSH2 0x284A JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x32FC DUP7 DUP3 DUP8 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x330D DUP7 DUP3 DUP8 ADD PUSH2 0x2A1A JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x3330 JUMPI PUSH2 0x332F PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x333E DUP7 DUP3 DUP8 ADD PUSH2 0x2A1A JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x334F DUP7 DUP3 DUP8 ADD PUSH2 0x284A JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3360 DUP7 DUP3 DUP8 ADD PUSH2 0x284A JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x33B1 PUSH1 0x12 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x33BC DUP3 PUSH2 0x337B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33E0 DUP2 PUSH2 0x33A4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3421 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH2 0x342C DUP4 PUSH2 0x29F9 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x3444 JUMPI PUSH2 0x3443 PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x345F PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x30C2 JUMP JUMPDEST PUSH2 0x346C PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x30C2 JUMP JUMPDEST PUSH2 0x3479 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x319F JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x348A DUP2 PUSH2 0x2ECE JUMP JUMPDEST DUP2 EQ PUSH2 0x3495 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x34A7 DUP2 PUSH2 0x3481 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x34C3 JUMPI PUSH2 0x34C2 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x34D1 DUP5 DUP3 DUP6 ADD PUSH2 0x3498 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x34E5 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3517 JUMPI PUSH2 0x3516 PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3537 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x30C2 JUMP JUMPDEST PUSH2 0x3544 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x319F JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3556 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH2 0x3561 DUP4 PUSH2 0x29F9 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x356F DUP2 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3586 JUMPI PUSH2 0x3585 PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x35C7 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH2 0x35D2 DUP4 PUSH2 0x29F9 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x35E2 JUMPI PUSH2 0x35E1 PUSH2 0x358D JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35F8 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH2 0x3603 DUP4 PUSH2 0x29F9 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x361B JUMPI PUSH2 0x361A PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3646 PUSH2 0x3641 PUSH2 0x363C DUP5 PUSH2 0x2A2F JUMP JUMPDEST PUSH2 0x3621 JUMP JUMPDEST PUSH2 0x29F9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3656 DUP2 PUSH2 0x362B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3677 DUP4 DUP6 PUSH2 0x336A JUMP JUMPDEST SWAP4 POP PUSH2 0x3684 DUP4 DUP6 DUP5 PUSH2 0x365C JUMP JUMPDEST PUSH2 0x368D DUP4 PUSH2 0x2BED JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x36AD PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x319F JUMP JUMPDEST PUSH2 0x36BA PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x364D JUMP JUMPDEST PUSH2 0x36C7 PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x2BC3 JUMP JUMPDEST PUSH2 0x36D4 PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x2BC3 JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x36E7 DUP2 DUP5 DUP7 PUSH2 0x366B JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x376D PUSH2 0x3768 DUP4 PUSH2 0x3743 JUMP JUMPDEST PUSH2 0x3750 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x3789 DUP2 PUSH2 0x375A JUMP JUMPDEST PUSH2 0x3796 PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x37A7 DUP2 PUSH2 0x375A JUMP JUMPDEST PUSH2 0x37B4 PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37C7 DUP4 DUP4 PUSH2 0x3774 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37EB DUP3 PUSH2 0x3723 JUMP JUMPDEST PUSH2 0x37F5 DUP2 DUP6 PUSH2 0x2897 JUMP JUMPDEST SWAP4 POP PUSH2 0x3800 DUP4 PUSH2 0x372E JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3830 JUMPI DUP2 PUSH2 0x3817 DUP9 DUP3 PUSH2 0x37BB JUMP JUMPDEST SWAP8 POP PUSH2 0x3822 DUP4 PUSH2 0x37D3 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x3804 JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3857 DUP2 DUP5 PUSH2 0x37E0 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x38A6 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x38B9 JUMPI PUSH2 0x38B8 PUSH2 0x385F JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x50617963726573743A207A65726F206164647265737300000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x38F5 PUSH1 0x16 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3900 DUP3 PUSH2 0x38BF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3924 DUP2 PUSH2 0x38E8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3987 PUSH1 0x29 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3992 DUP3 PUSH2 0x392B JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x39B6 DUP2 PUSH2 0x397A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A19 PUSH1 0x2E DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3A24 DUP3 PUSH2 0x39BD JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A48 DUP2 PUSH2 0x3A0C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A81 PUSH2 0x3A7C PUSH2 0x3A77 DUP5 PUSH2 0x3A4F JUMP JUMPDEST PUSH2 0x3621 JUMP JUMPDEST PUSH2 0x3A59 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3A91 DUP2 PUSH2 0x3A66 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3AAC PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x3A88 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3AC7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x3190 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B03 PUSH1 0xE DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3B0E DUP3 PUSH2 0x3ACD JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3B32 DUP2 PUSH2 0x3AF6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B6F PUSH1 0xE DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3B7A DUP3 PUSH2 0x3B39 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3B9E DUP2 PUSH2 0x3B62 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BB0 DUP3 PUSH2 0x2A2F JUMP JUMPDEST SWAP2 POP PUSH2 0x3BBB DUP4 PUSH2 0x2A2F JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3BDF JUMPI PUSH2 0x3BDE PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C00 PUSH2 0x3BFB PUSH2 0x3BF6 DUP5 PUSH2 0x3055 JUMP JUMPDEST PUSH2 0x3621 JUMP JUMPDEST PUSH2 0x2A2F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3C10 DUP2 PUSH2 0x3BE5 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3C2B PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2BC3 JUMP JUMPDEST PUSH2 0x3C38 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2BC3 JUMP JUMPDEST PUSH2 0x3C45 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x3C07 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0x3CBA PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0x3C7D JUMP JUMPDEST PUSH2 0x3CC4 DUP7 DUP4 PUSH2 0x3C7D JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CF7 PUSH2 0x3CF2 PUSH2 0x3CED DUP5 PUSH2 0x29F9 JUMP JUMPDEST PUSH2 0x3621 JUMP JUMPDEST PUSH2 0x29F9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3D11 DUP4 PUSH2 0x3CDC JUMP JUMPDEST PUSH2 0x3D25 PUSH2 0x3D1D DUP3 PUSH2 0x3CFE JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0x3C8A JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x3D3A PUSH2 0x3D2D JUMP JUMPDEST PUSH2 0x3D45 DUP2 DUP5 DUP5 PUSH2 0x3D08 JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x3D69 JUMPI PUSH2 0x3D5E PUSH1 0x0 DUP3 PUSH2 0x3D32 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x3D4B JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x3DAE JUMPI PUSH2 0x3D7F DUP2 PUSH2 0x3C58 JUMP JUMPDEST PUSH2 0x3D88 DUP5 PUSH2 0x3C6D JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x3D97 JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x3DAB PUSH2 0x3DA3 DUP6 PUSH2 0x3C6D JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0x3D4A JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DD1 PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x3DB3 JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DEA DUP4 DUP4 PUSH2 0x3DC0 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x3E04 DUP4 DUP4 PUSH2 0x3C4D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3E1D JUMPI PUSH2 0x3E1C PUSH2 0x2BFE JUMP JUMPDEST JUMPDEST PUSH2 0x3E27 DUP3 SLOAD PUSH2 0x388E JUMP JUMPDEST PUSH2 0x3E32 DUP3 DUP3 DUP6 PUSH2 0x3D6D JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x3E61 JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x3E4F JUMPI DUP3 DUP8 ADD CALLDATALOAD SWAP1 POP JUMPDEST PUSH2 0x3E59 DUP6 DUP3 PUSH2 0x3DDE JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x3EC1 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x3E6F DUP7 PUSH2 0x3C58 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x3E97 JUMPI DUP5 DUP10 ADD CALLDATALOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x3E72 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x3EB4 JUMPI DUP5 DUP10 ADD CALLDATALOAD PUSH2 0x3EB0 PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x3DC0 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EE1 DUP4 DUP6 PUSH2 0x3ECA JUMP JUMPDEST SWAP4 POP PUSH2 0x3EEE DUP4 DUP6 DUP5 PUSH2 0x365C JUMP JUMPDEST DUP3 DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F07 DUP3 DUP5 DUP7 PUSH2 0x3ED5 JUMP JUMPDEST SWAP2 POP DUP2 SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A20696E76616C6964207374617475730000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F49 PUSH1 0x18 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3F54 DUP3 PUSH2 0x3F13 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F78 DUP2 PUSH2 0x3F3C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3F94 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x319F JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3FAF PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x319F JUMP JUMPDEST PUSH2 0x3FBC PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2BC3 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FF9 PUSH1 0x10 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x4004 DUP3 PUSH2 0x3FC3 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4028 DUP2 PUSH2 0x3FEC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4065 PUSH1 0x11 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x4070 DUP3 PUSH2 0x402F JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4094 DUP2 PUSH2 0x4058 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x40D1 PUSH1 0xC DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x40DC DUP3 PUSH2 0x409B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4100 DUP2 PUSH2 0x40C4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x413D PUSH1 0x10 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x4148 DUP3 PUSH2 0x4107 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x416C DUP2 PUSH2 0x4130 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x41A9 PUSH1 0x16 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x41B4 DUP3 PUSH2 0x4173 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x41D8 DUP2 PUSH2 0x419C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4215 PUSH1 0x19 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x4220 DUP3 PUSH2 0x41DF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4244 DUP2 PUSH2 0x4208 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4281 PUSH1 0x20 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x428C DUP3 PUSH2 0x424B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x42B0 DUP2 PUSH2 0x4274 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4313 PUSH1 0x2B DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x431E DUP3 PUSH2 0x42B7 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4342 DUP2 PUSH2 0x4306 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x437F PUSH1 0x14 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x438A DUP3 PUSH2 0x4349 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x43AE DUP2 PUSH2 0x4372 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH23 0xC2F9889F8108D4AFD3E6D98EDABBC184511ABB14AF9E0F PUSH22 0x3EB855C0B106CA64736F6C6343000812003300000000 ","sourceMap":"603:8927:14:-:0;;;1041:53;;;;;;;;;;1065:22;:20;;;:22;;:::i;:::-;603:8927;;5939:280:2;6007:13;;;;;;;;;;;6006:14;5998:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;6094:15;6078:31;;:12;;;;;;;;;;:31;;;6074:139;;6140:15;6125:12;;:30;;;;;;;;;;;;;;;;;;6174:28;6186:15;6174:28;;;;;;:::i;:::-;;;;;;;;6074:139;5939:280::o;7:169:18:-;91:11;125:6;120:3;113:19;165:4;160:3;156:14;141:29;;7:169;;;;:::o;182:226::-;322:34;318:1;310:6;306:14;299:58;391:9;386:2;378:6;374:15;367:34;182:226;:::o;414:366::-;556:3;577:67;641:2;636:3;577:67;:::i;:::-;570:74;;653:93;742:3;653:93;:::i;:::-;771:2;766:3;762:12;755:19;;414:366;;;:::o;786:419::-;952:4;990:2;979:9;975:18;967:26;;1039:9;1033:4;1029:20;1025:1;1014:9;1010:17;1003:47;1067:131;1193:4;1067:131;:::i;:::-;1059:139;;786:419;;;:::o;1211:86::-;1246:7;1286:4;1279:5;1275:16;1264:27;;1211:86;;;:::o;1303:112::-;1386:22;1402:5;1386:22;:::i;:::-;1381:3;1374:35;1303:112;;:::o;1421:214::-;1510:4;1548:2;1537:9;1533:18;1525:26;;1561:67;1625:1;1614:9;1610:17;1601:6;1561:67;:::i;:::-;1421:214;;;;:::o;603:8927:14:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@__Ownable2Step_init_26":{"entryPoint":8857,"id":26,"parameterSlots":0,"returnSlots":0},"@__Ownable_init_unchained_145":{"entryPoint":9748,"id":145,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_440":{"entryPoint":8946,"id":440,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_unchained_450":{"entryPoint":9845,"id":450,"parameterSlots":0,"returnSlots":0},"@_checkOwner_176":{"entryPoint":8540,"id":176,"parameterSlots":0,"returnSlots":0},"@_handler_3352":{"entryPoint":8013,"id":3352,"parameterSlots":6,"returnSlots":0},"@_msgSender_1384":{"entryPoint":8814,"id":1384,"parameterSlots":0,"returnSlots":1},"@_pause_514":{"entryPoint":9035,"id":514,"parameterSlots":0,"returnSlots":0},"@_requireNotPaused_487":{"entryPoint":7939,"id":487,"parameterSlots":0,"returnSlots":0},"@_requirePaused_498":{"entryPoint":9477,"id":498,"parameterSlots":0,"returnSlots":0},"@_transferOwnership_233":{"entryPoint":9550,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":8765,"id":78,"parameterSlots":1,"returnSlots":0},"@_transferSenderFee_3518":{"entryPoint":9134,"id":3518,"parameterSlots":1,"returnSlots":0},"@_unpause_530":{"entryPoint":8666,"id":530,"parameterSlots":0,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":4132,"id":100,"parameterSlots":0,"returnSlots":0},"@createOrder_3281":{"entryPoint":1178,"id":3281,"parameterSlots":10,"returnSlots":1},"@getAggregator_3704":{"entryPoint":2860,"id":3704,"parameterSlots":0,"returnSlots":1},"@getFeeDetails_3695":{"entryPoint":5913,"id":3695,"parameterSlots":0,"returnSlots":2},"@getOrderInfo_3634":{"entryPoint":3560,"id":3634,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutionByCode_3667":{"entryPoint":5950,"id":3667,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutions_3682":{"entryPoint":1044,"id":3682,"parameterSlots":1,"returnSlots":1},"@initialize_3120":{"entryPoint":4273,"id":3120,"parameterSlots":0,"returnSlots":0},"@isContract_1044":{"entryPoint":8822,"id":1044,"parameterSlots":1,"returnSlots":1},"@isTokenSupported_3653":{"entryPoint":3468,"id":3653,"parameterSlots":1,"returnSlots":1},"@owner_162":{"entryPoint":4734,"id":162,"parameterSlots":0,"returnSlots":1},"@pause_3143":{"entryPoint":4609,"id":3143,"parameterSlots":0,"returnSlots":0},"@paused_475":{"entryPoint":3425,"id":475,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":7724,"id":41,"parameterSlots":0,"returnSlots":1},"@refund_3620":{"entryPoint":6502,"id":3620,"parameterSlots":3,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":3448,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_3889":{"entryPoint":2487,"id":3889,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_3826":{"entryPoint":6113,"id":3826,"parameterSlots":3,"returnSlots":0},"@settle_3481":{"entryPoint":4776,"id":3481,"parameterSlots":5,"returnSlots":2},"@transferOwnership_61":{"entryPoint":7766,"id":61,"parameterSlots":1,"returnSlots":0},"@unpause_3153":{"entryPoint":3006,"id":3153,"parameterSlots":0,"returnSlots":0},"@updateProtocolAddress_3948":{"entryPoint":3024,"id":3948,"parameterSlots":2,"returnSlots":0},"@updateProtocolAggregator_3965":{"entryPoint":6015,"id":3965,"parameterSlots":2,"returnSlots":0},"@updateProtocolFees_3906":{"entryPoint":4627,"id":3906,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":11514,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":10724,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":11619,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bool_fromMemory":{"entryPoint":13464,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":10314,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes_calldata_ptr":{"entryPoint":12833,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_string_calldata_ptr":{"entryPoint":10882,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_struct$_Institution_$4165_memory_ptr":{"entryPoint":11434,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":10778,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":12416,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint96":{"entryPoint":10846,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":12036,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_uint256t_bytes32t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr":{"entryPoint":10968,"id":null,"parameterSlots":2,"returnSlots":10},"abi_decode_tuple_t_bool_fromMemory":{"entryPoint":13485,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32":{"entryPoint":10335,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":11918,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":12996,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":11665,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_bytes32t_bytes32t_addresst_uint64":{"entryPoint":12524,"id":null,"parameterSlots":2,"returnSlots":5},"abi_decode_tuple_t_bytes_calldata_ptr":{"entryPoint":12919,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint256t_bytes32t_bytes32":{"entryPoint":13079,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_uint64":{"entryPoint":12437,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr":{"entryPoint":10486,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr":{"entryPoint":14267,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address":{"entryPoint":12081,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":12482,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10523,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":14304,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bool_to_t_bool":{"entryPoint":12126,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":11994,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":10424,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32_fromStack":{"entryPoint":11203,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack":{"entryPoint":16085,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack":{"entryPoint":11827,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack":{"entryPoint":14984,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":13931,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack":{"entryPoint":17266,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":14714,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack":{"entryPoint":16580,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack":{"entryPoint":16364,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack":{"entryPoint":14568,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack":{"entryPoint":14860,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack":{"entryPoint":15202,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack":{"entryPoint":16188,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack":{"entryPoint":16796,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":17012,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack":{"entryPoint":16688,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack":{"entryPoint":13220,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack":{"entryPoint":16472,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack":{"entryPoint":17158,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack":{"entryPoint":15094,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack":{"entryPoint":16904,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_InstitutionByCode_$4170_memory_ptr_to_t_struct$_InstitutionByCode_$4170_memory_ptr_fromStack":{"entryPoint":12759,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr":{"entryPoint":10439,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr":{"entryPoint":14196,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Order_$4053_memory_ptr_to_t_struct$_Order_$4053_memory_ptr_fromStack":{"entryPoint":12141,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256":{"entryPoint":12096,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":12703,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":12688,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint96_fromStack":{"entryPoint":15367,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint256_fromStack":{"entryPoint":13901,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint96":{"entryPoint":12111,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_packed_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed":{"entryPoint":16122,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":12497,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed":{"entryPoint":13386,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed":{"entryPoint":13602,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":10617,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":14397,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":12009,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed":{"entryPoint":11218,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed":{"entryPoint":12647,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_bytes32_t_uint64__to_t_bytes32_t_bytes32_t_uint96__fromStack_reversed":{"entryPoint":15382,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed":{"entryPoint":11884,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed":{"entryPoint":14999,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":17301,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14749,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16615,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16399,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14603,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14895,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15237,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16223,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16831,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":17047,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16723,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13255,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16507,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":17193,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15129,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16939,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_struct$_InstitutionByCode_$4170_memory_ptr__to_t_struct$_InstitutionByCode_$4170_memory_ptr__fromStack_reversed":{"entryPoint":12806,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_struct$_Order_$4053_memory_ptr__to_t_struct$_Order_$4053_memory_ptr__fromStack_reversed":{"entryPoint":12345,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":16255,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256_t_bytes32__to_t_uint256_t_bytes32__fromStack_reversed":{"entryPoint":16282,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_uint256_t_uint96_t_bytes32_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_uint256_t_bytes32_t_bytes32_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13976,"id":null,"parameterSlots":7,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":15026,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed":{"entryPoint":12718,"id":null,"parameterSlots":3,"returnSlots":1},"allocate_memory":{"entryPoint":11358,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":10261,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":11385,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":10408,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage":{"entryPoint":14126,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_bytes_storage":{"entryPoint":15448,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":10380,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage":{"entryPoint":14115,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_bytes_calldata_ptr":{"entryPoint":15437,"id":null,"parameterSlots":2,"returnSlots":1},"array_length_t_bytes_memory_ptr":{"entryPoint":11757,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":10510,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage":{"entryPoint":14291,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10391,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack":{"entryPoint":11768,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack":{"entryPoint":16074,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":13162,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":13334,"id":null,"parameterSlots":2,"returnSlots":1},"checked_div_t_uint256":{"entryPoint":13756,"id":null,"parameterSlots":2,"returnSlots":1},"checked_mul_t_uint256":{"entryPoint":13643,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint256":{"entryPoint":13805,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint96":{"entryPoint":15269,"id":null,"parameterSlots":2,"returnSlots":1},"clean_up_bytearray_end_slots_t_bytes_storage":{"entryPoint":15725,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_from_storage_t_bytes32":{"entryPoint":14160,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":10683,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":11982,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":10281,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_rational_1_by_1":{"entryPoint":14927,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":10651,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":10745,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":12373,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":14937,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint96":{"entryPoint":10799,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":15690,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_rational_1_by_1_to_t_uint8":{"entryPoint":14950,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint256_to_t_uint256":{"entryPoint":15580,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint64_to_t_uint96":{"entryPoint":15333,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint96_to_t_uint256":{"entryPoint":13867,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage":{"entryPoint":15866,"id":null,"parameterSlots":3,"returnSlots":0},"copy_calldata_to_memory_with_cleanup":{"entryPoint":13916,"id":null,"parameterSlots":3,"returnSlots":0},"copy_memory_to_memory_with_cleanup":{"entryPoint":11785,"id":null,"parameterSlots":3,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":15469,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":14478,"id":null,"parameterSlots":1,"returnSlots":1},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":14170,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":15838,"id":null,"parameterSlots":2,"returnSlots":1},"finalize_allocation":{"entryPoint":11309,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":13857,"id":null,"parameterSlots":1,"returnSlots":1},"increment_t_uint256":{"entryPoint":13530,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":15808,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x11":{"entryPoint":13287,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x12":{"entryPoint":13709,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x22":{"entryPoint":14431,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x32":{"entryPoint":14068,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":11262,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":15614,"id":null,"parameterSlots":1,"returnSlots":1},"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490":{"entryPoint":10872,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":10867,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":11429,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":10877,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":10276,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":10271,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":11245,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":15485,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":14147,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":15795,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":15666,"id":null,"parameterSlots":2,"returnSlots":0},"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a":{"entryPoint":17225,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":14635,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2":{"entryPoint":16539,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a":{"entryPoint":16323,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4":{"entryPoint":14527,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759":{"entryPoint":14781,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5":{"entryPoint":15161,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40":{"entryPoint":16147,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5":{"entryPoint":16755,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":16971,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7":{"entryPoint":16647,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4":{"entryPoint":13179,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1":{"entryPoint":16431,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b":{"entryPoint":17079,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243":{"entryPoint":15053,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8":{"entryPoint":16863,"id":null,"parameterSlots":1,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":15498,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":15624,"id":null,"parameterSlots":3,"returnSlots":0},"validator_revert_t_address":{"entryPoint":10701,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bool":{"entryPoint":13441,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":10291,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":10755,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":12393,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint96":{"entryPoint":10823,"id":null,"parameterSlots":1,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":15661,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:56291:18","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:18","statements":[{"nodeType":"YulAssignment","src":"57:19:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:18","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:18"},"nodeType":"YulFunctionCall","src":"67:9:18"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:18"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:18","type":""}],"src":"7:75:18"},{"body":{"nodeType":"YulBlock","src":"177:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:18"},"nodeType":"YulFunctionCall","src":"187:12:18"},"nodeType":"YulExpressionStatement","src":"187:12:18"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:18"},{"body":{"nodeType":"YulBlock","src":"300:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:18"},"nodeType":"YulFunctionCall","src":"310:12:18"},"nodeType":"YulExpressionStatement","src":"310:12:18"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:18"},{"body":{"nodeType":"YulBlock","src":"379:32:18","statements":[{"nodeType":"YulAssignment","src":"389:16:18","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:18"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:18","type":""}],"src":"334:77:18"},{"body":{"nodeType":"YulBlock","src":"460:79:18","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:18"},"nodeType":"YulFunctionCall","src":"519:12:18"},"nodeType":"YulExpressionStatement","src":"519:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:18"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:18"},"nodeType":"YulFunctionCall","src":"490:24:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:18"},"nodeType":"YulFunctionCall","src":"480:35:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:18"},"nodeType":"YulFunctionCall","src":"473:43:18"},"nodeType":"YulIf","src":"470:63:18"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:18","type":""}],"src":"417:122:18"},{"body":{"nodeType":"YulBlock","src":"597:87:18","statements":[{"nodeType":"YulAssignment","src":"607:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:18"},"nodeType":"YulFunctionCall","src":"616:20:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:18"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:18"},"nodeType":"YulFunctionCall","src":"645:33:18"},"nodeType":"YulExpressionStatement","src":"645:33:18"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:18","type":""}],"src":"545:139:18"},{"body":{"nodeType":"YulBlock","src":"756:263:18","statements":[{"body":{"nodeType":"YulBlock","src":"802:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"804:77:18"},"nodeType":"YulFunctionCall","src":"804:79:18"},"nodeType":"YulExpressionStatement","src":"804:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"777:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"786:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"773:3:18"},"nodeType":"YulFunctionCall","src":"773:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"798:2:18","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"769:3:18"},"nodeType":"YulFunctionCall","src":"769:32:18"},"nodeType":"YulIf","src":"766:119:18"},{"nodeType":"YulBlock","src":"895:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"910:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"924:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"914:6:18","type":""}]},{"nodeType":"YulAssignment","src":"939:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"974:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"985:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"970:3:18"},"nodeType":"YulFunctionCall","src":"970:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"994:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"949:20:18"},"nodeType":"YulFunctionCall","src":"949:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"939:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"726:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"737:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"749:6:18","type":""}],"src":"690:329:18"},{"body":{"nodeType":"YulBlock","src":"1128:40:18","statements":[{"nodeType":"YulAssignment","src":"1139:22:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1155:5:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1149:5:18"},"nodeType":"YulFunctionCall","src":"1149:12:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"1139:6:18"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1111:5:18","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"1121:6:18","type":""}],"src":"1025:143:18"},{"body":{"nodeType":"YulBlock","src":"1314:73:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1331:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"1336:6:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1324:6:18"},"nodeType":"YulFunctionCall","src":"1324:19:18"},"nodeType":"YulExpressionStatement","src":"1324:19:18"},{"nodeType":"YulAssignment","src":"1352:29:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1371:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"1376:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1367:3:18"},"nodeType":"YulFunctionCall","src":"1367:14:18"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"1352:11:18"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"1286:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"1291:6:18","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"1302:11:18","type":""}],"src":"1174:213:18"},{"body":{"nodeType":"YulBlock","src":"1494:60:18","statements":[{"nodeType":"YulAssignment","src":"1504:11:18","value":{"name":"ptr","nodeType":"YulIdentifier","src":"1512:3:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1504:4:18"}]},{"nodeType":"YulAssignment","src":"1525:22:18","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"1537:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"1542:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:18"},"nodeType":"YulFunctionCall","src":"1533:14:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1525:4:18"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"1481:3:18","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"1489:4:18","type":""}],"src":"1393:161:18"},{"body":{"nodeType":"YulBlock","src":"1615:53:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1632:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1655:5:18"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"1637:17:18"},"nodeType":"YulFunctionCall","src":"1637:24:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1625:6:18"},"nodeType":"YulFunctionCall","src":"1625:37:18"},"nodeType":"YulExpressionStatement","src":"1625:37:18"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1603:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1610:3:18","type":""}],"src":"1560:108:18"},{"body":{"nodeType":"YulBlock","src":"1864:391:18","statements":[{"nodeType":"YulVariableDeclaration","src":"1874:26:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1890:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"1895:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1886:3:18"},"nodeType":"YulFunctionCall","src":"1886:14:18"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"1878:4:18","type":""}]},{"nodeType":"YulBlock","src":"1910:164:18","statements":[{"nodeType":"YulVariableDeclaration","src":"1945:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1975:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"1982:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1971:3:18"},"nodeType":"YulFunctionCall","src":"1971:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1965:5:18"},"nodeType":"YulFunctionCall","src":"1965:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"1949:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2035:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2053:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"2058:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2049:3:18"},"nodeType":"YulFunctionCall","src":"2049:14:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2001:33:18"},"nodeType":"YulFunctionCall","src":"2001:63:18"},"nodeType":"YulExpressionStatement","src":"2001:63:18"}]},{"nodeType":"YulBlock","src":"2084:164:18","statements":[{"nodeType":"YulVariableDeclaration","src":"2119:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2149:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"2156:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2145:3:18"},"nodeType":"YulFunctionCall","src":"2145:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2139:5:18"},"nodeType":"YulFunctionCall","src":"2139:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"2123:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2209:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2227:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"2232:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2223:3:18"},"nodeType":"YulFunctionCall","src":"2223:14:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2175:33:18"},"nodeType":"YulFunctionCall","src":"2175:63:18"},"nodeType":"YulExpressionStatement","src":"2175:63:18"}]}]},"name":"abi_encode_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1851:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1858:3:18","type":""}],"src":"1750:505:18"},{"body":{"nodeType":"YulBlock","src":"2399:157:18","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"2501:6:18"},{"name":"pos","nodeType":"YulIdentifier","src":"2509:3:18"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulIdentifier","src":"2409:91:18"},"nodeType":"YulFunctionCall","src":"2409:104:18"},"nodeType":"YulExpressionStatement","src":"2409:104:18"},{"nodeType":"YulAssignment","src":"2522:28:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2540:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"2545:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2536:3:18"},"nodeType":"YulFunctionCall","src":"2536:14:18"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"2522:10:18"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"2372:6:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2380:3:18","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"2388:10:18","type":""}],"src":"2261:295:18"},{"body":{"nodeType":"YulBlock","src":"2666:38:18","statements":[{"nodeType":"YulAssignment","src":"2676:22:18","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"2688:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"2693:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2684:3:18"},"nodeType":"YulFunctionCall","src":"2684:14:18"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"2676:4:18"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"2653:3:18","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"2661:4:18","type":""}],"src":"2562:142:18"},{"body":{"nodeType":"YulBlock","src":"2972:782:18","statements":[{"nodeType":"YulVariableDeclaration","src":"2982:97:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3073:5:18"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"2996:76:18"},"nodeType":"YulFunctionCall","src":"2996:83:18"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2986:6:18","type":""}]},{"nodeType":"YulAssignment","src":"3088:122:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3198:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"3203:6:18"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"3095:102:18"},"nodeType":"YulFunctionCall","src":"3095:115:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3088:3:18"}]},{"nodeType":"YulVariableDeclaration","src":"3219:100:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3313:5:18"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3234:78:18"},"nodeType":"YulFunctionCall","src":"3234:85:18"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"3223:7:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"3328:21:18","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"3342:7:18"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"3332:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"3418:311:18","statements":[{"nodeType":"YulVariableDeclaration","src":"3432:34:18","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3459:6:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3453:5:18"},"nodeType":"YulFunctionCall","src":"3453:13:18"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"3436:13:18","type":""}]},{"nodeType":"YulAssignment","src":"3479:128:18","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"3588:13:18"},{"name":"pos","nodeType":"YulIdentifier","src":"3603:3:18"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulIdentifier","src":"3486:101:18"},"nodeType":"YulFunctionCall","src":"3486:121:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3479:3:18"}]},{"nodeType":"YulAssignment","src":"3620:99:18","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3712:6:18"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3630:81:18"},"nodeType":"YulFunctionCall","src":"3630:89:18"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3620:6:18"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3380:1:18"},{"name":"length","nodeType":"YulIdentifier","src":"3383:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3377:2:18"},"nodeType":"YulFunctionCall","src":"3377:13:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3391:18:18","statements":[{"nodeType":"YulAssignment","src":"3393:14:18","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3402:1:18"},{"kind":"number","nodeType":"YulLiteral","src":"3405:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3398:3:18"},"nodeType":"YulFunctionCall","src":"3398:9:18"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"3393:1:18"}]}]},"pre":{"nodeType":"YulBlock","src":"3362:14:18","statements":[{"nodeType":"YulVariableDeclaration","src":"3364:10:18","value":{"kind":"number","nodeType":"YulLiteral","src":"3373:1:18","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"3368:1:18","type":""}]}]},"src":"3358:371:18"},{"nodeType":"YulAssignment","src":"3738:10:18","value":{"name":"pos","nodeType":"YulIdentifier","src":"3745:3:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"3738:3:18"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2951:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2958:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"2967:3:18","type":""}],"src":"2790:964:18"},{"body":{"nodeType":"YulBlock","src":"3966:283:18","statements":[{"nodeType":"YulAssignment","src":"3976:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3988:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"3999:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3984:3:18"},"nodeType":"YulFunctionCall","src":"3984:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3976:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4023:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"4034:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4019:3:18"},"nodeType":"YulFunctionCall","src":"4019:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"4042:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"4048:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4038:3:18"},"nodeType":"YulFunctionCall","src":"4038:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4012:6:18"},"nodeType":"YulFunctionCall","src":"4012:47:18"},"nodeType":"YulExpressionStatement","src":"4012:47:18"},{"nodeType":"YulAssignment","src":"4068:174:18","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4228:6:18"},{"name":"tail","nodeType":"YulIdentifier","src":"4237:4:18"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"4076:151:18"},"nodeType":"YulFunctionCall","src":"4076:166:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4068:4:18"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3938:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3950:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3961:4:18","type":""}],"src":"3760:489:18"},{"body":{"nodeType":"YulBlock","src":"4300:81:18","statements":[{"nodeType":"YulAssignment","src":"4310:65:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4325:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"4332:42:18","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4321:3:18"},"nodeType":"YulFunctionCall","src":"4321:54:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4310:7:18"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4282:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4292:7:18","type":""}],"src":"4255:126:18"},{"body":{"nodeType":"YulBlock","src":"4432:51:18","statements":[{"nodeType":"YulAssignment","src":"4442:35:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4471:5:18"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"4453:17:18"},"nodeType":"YulFunctionCall","src":"4453:24:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4442:7:18"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4414:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4424:7:18","type":""}],"src":"4387:96:18"},{"body":{"nodeType":"YulBlock","src":"4532:79:18","statements":[{"body":{"nodeType":"YulBlock","src":"4589:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4598:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4601:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4591:6:18"},"nodeType":"YulFunctionCall","src":"4591:12:18"},"nodeType":"YulExpressionStatement","src":"4591:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4555:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4580:5:18"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"4562:17:18"},"nodeType":"YulFunctionCall","src":"4562:24:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"4552:2:18"},"nodeType":"YulFunctionCall","src":"4552:35:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"4545:6:18"},"nodeType":"YulFunctionCall","src":"4545:43:18"},"nodeType":"YulIf","src":"4542:63:18"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4525:5:18","type":""}],"src":"4489:122:18"},{"body":{"nodeType":"YulBlock","src":"4669:87:18","statements":[{"nodeType":"YulAssignment","src":"4679:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4701:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4688:12:18"},"nodeType":"YulFunctionCall","src":"4688:20:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"4679:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4744:5:18"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"4717:26:18"},"nodeType":"YulFunctionCall","src":"4717:33:18"},"nodeType":"YulExpressionStatement","src":"4717:33:18"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"4647:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"4655:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"4663:5:18","type":""}],"src":"4617:139:18"},{"body":{"nodeType":"YulBlock","src":"4807:32:18","statements":[{"nodeType":"YulAssignment","src":"4817:16:18","value":{"name":"value","nodeType":"YulIdentifier","src":"4828:5:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4817:7:18"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4789:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4799:7:18","type":""}],"src":"4762:77:18"},{"body":{"nodeType":"YulBlock","src":"4888:79:18","statements":[{"body":{"nodeType":"YulBlock","src":"4945:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4954:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4957:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4947:6:18"},"nodeType":"YulFunctionCall","src":"4947:12:18"},"nodeType":"YulExpressionStatement","src":"4947:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4911:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4936:5:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"4918:17:18"},"nodeType":"YulFunctionCall","src":"4918:24:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"4908:2:18"},"nodeType":"YulFunctionCall","src":"4908:35:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"4901:6:18"},"nodeType":"YulFunctionCall","src":"4901:43:18"},"nodeType":"YulIf","src":"4898:63:18"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4881:5:18","type":""}],"src":"4845:122:18"},{"body":{"nodeType":"YulBlock","src":"5025:87:18","statements":[{"nodeType":"YulAssignment","src":"5035:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5057:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5044:12:18"},"nodeType":"YulFunctionCall","src":"5044:20:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5035:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5100:5:18"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"5073:26:18"},"nodeType":"YulFunctionCall","src":"5073:33:18"},"nodeType":"YulExpressionStatement","src":"5073:33:18"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5003:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"5011:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5019:5:18","type":""}],"src":"4973:139:18"},{"body":{"nodeType":"YulBlock","src":"5162:65:18","statements":[{"nodeType":"YulAssignment","src":"5172:49:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5187:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"5194:26:18","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5183:3:18"},"nodeType":"YulFunctionCall","src":"5183:38:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5172:7:18"}]}]},"name":"cleanup_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5144:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5154:7:18","type":""}],"src":"5118:109:18"},{"body":{"nodeType":"YulBlock","src":"5275:78:18","statements":[{"body":{"nodeType":"YulBlock","src":"5331:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5340:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5343:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5333:6:18"},"nodeType":"YulFunctionCall","src":"5333:12:18"},"nodeType":"YulExpressionStatement","src":"5333:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5298:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5322:5:18"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"5305:16:18"},"nodeType":"YulFunctionCall","src":"5305:23:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"5295:2:18"},"nodeType":"YulFunctionCall","src":"5295:34:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5288:6:18"},"nodeType":"YulFunctionCall","src":"5288:42:18"},"nodeType":"YulIf","src":"5285:62:18"}]},"name":"validator_revert_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5268:5:18","type":""}],"src":"5233:120:18"},{"body":{"nodeType":"YulBlock","src":"5410:86:18","statements":[{"nodeType":"YulAssignment","src":"5420:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5442:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5429:12:18"},"nodeType":"YulFunctionCall","src":"5429:20:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5420:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5484:5:18"}],"functionName":{"name":"validator_revert_t_uint96","nodeType":"YulIdentifier","src":"5458:25:18"},"nodeType":"YulFunctionCall","src":"5458:32:18"},"nodeType":"YulExpressionStatement","src":"5458:32:18"}]},"name":"abi_decode_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5388:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"5396:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5404:5:18","type":""}],"src":"5359:137:18"},{"body":{"nodeType":"YulBlock","src":"5591:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5608:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5611:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5601:6:18"},"nodeType":"YulFunctionCall","src":"5601:12:18"},"nodeType":"YulExpressionStatement","src":"5601:12:18"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"5502:117:18"},{"body":{"nodeType":"YulBlock","src":"5714:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5731:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5734:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5724:6:18"},"nodeType":"YulFunctionCall","src":"5724:12:18"},"nodeType":"YulExpressionStatement","src":"5724:12:18"}]},"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulFunctionDefinition","src":"5625:117:18"},{"body":{"nodeType":"YulBlock","src":"5837:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5854:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5857:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5847:6:18"},"nodeType":"YulFunctionCall","src":"5847:12:18"},"nodeType":"YulExpressionStatement","src":"5847:12:18"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"5748:117:18"},{"body":{"nodeType":"YulBlock","src":"5960:478:18","statements":[{"body":{"nodeType":"YulBlock","src":"6009:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"6011:77:18"},"nodeType":"YulFunctionCall","src":"6011:79:18"},"nodeType":"YulExpressionStatement","src":"6011:79:18"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5988:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"5996:4:18","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5984:3:18"},"nodeType":"YulFunctionCall","src":"5984:17:18"},{"name":"end","nodeType":"YulIdentifier","src":"6003:3:18"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5980:3:18"},"nodeType":"YulFunctionCall","src":"5980:27:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5973:6:18"},"nodeType":"YulFunctionCall","src":"5973:35:18"},"nodeType":"YulIf","src":"5970:122:18"},{"nodeType":"YulAssignment","src":"6101:30:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6124:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"6111:12:18"},"nodeType":"YulFunctionCall","src":"6111:20:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"6101:6:18"}]},{"body":{"nodeType":"YulBlock","src":"6174:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"6176:77:18"},"nodeType":"YulFunctionCall","src":"6176:79:18"},"nodeType":"YulExpressionStatement","src":"6176:79:18"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6146:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"6154:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6143:2:18"},"nodeType":"YulFunctionCall","src":"6143:30:18"},"nodeType":"YulIf","src":"6140:117:18"},{"nodeType":"YulAssignment","src":"6266:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6282:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"6290:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6278:3:18"},"nodeType":"YulFunctionCall","src":"6278:17:18"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"6266:8:18"}]},{"body":{"nodeType":"YulBlock","src":"6349:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"6351:77:18"},"nodeType":"YulFunctionCall","src":"6351:79:18"},"nodeType":"YulExpressionStatement","src":"6351:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"6314:8:18"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6328:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"6336:4:18","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6324:3:18"},"nodeType":"YulFunctionCall","src":"6324:17:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6310:3:18"},"nodeType":"YulFunctionCall","src":"6310:32:18"},{"name":"end","nodeType":"YulIdentifier","src":"6344:3:18"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6307:2:18"},"nodeType":"YulFunctionCall","src":"6307:41:18"},"nodeType":"YulIf","src":"6304:128:18"}]},"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5927:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"5935:3:18","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"5943:8:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"5953:6:18","type":""}],"src":"5885:553:18"},{"body":{"nodeType":"YulBlock","src":"6665:1472:18","statements":[{"body":{"nodeType":"YulBlock","src":"6712:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"6714:77:18"},"nodeType":"YulFunctionCall","src":"6714:79:18"},"nodeType":"YulExpressionStatement","src":"6714:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"6686:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"6695:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6682:3:18"},"nodeType":"YulFunctionCall","src":"6682:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"6707:3:18","type":"","value":"288"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"6678:3:18"},"nodeType":"YulFunctionCall","src":"6678:33:18"},"nodeType":"YulIf","src":"6675:120:18"},{"nodeType":"YulBlock","src":"6805:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"6820:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"6834:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6824:6:18","type":""}]},{"nodeType":"YulAssignment","src":"6849:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6884:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"6895:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6880:3:18"},"nodeType":"YulFunctionCall","src":"6880:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"6904:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"6859:20:18"},"nodeType":"YulFunctionCall","src":"6859:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"6849:6:18"}]}]},{"nodeType":"YulBlock","src":"6932:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"6947:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"6961:2:18","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6951:6:18","type":""}]},{"nodeType":"YulAssignment","src":"6977:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7012:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"7023:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7008:3:18"},"nodeType":"YulFunctionCall","src":"7008:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7032:7:18"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"6987:20:18"},"nodeType":"YulFunctionCall","src":"6987:53:18"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"6977:6:18"}]}]},{"nodeType":"YulBlock","src":"7060:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"7075:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"7089:2:18","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7079:6:18","type":""}]},{"nodeType":"YulAssignment","src":"7105:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7140:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"7151:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7136:3:18"},"nodeType":"YulFunctionCall","src":"7136:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7160:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"7115:20:18"},"nodeType":"YulFunctionCall","src":"7115:53:18"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"7105:6:18"}]}]},{"nodeType":"YulBlock","src":"7188:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"7203:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"7217:2:18","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7207:6:18","type":""}]},{"nodeType":"YulAssignment","src":"7233:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7268:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"7279:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7264:3:18"},"nodeType":"YulFunctionCall","src":"7264:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7288:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"7243:20:18"},"nodeType":"YulFunctionCall","src":"7243:53:18"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"7233:6:18"}]}]},{"nodeType":"YulBlock","src":"7316:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"7331:17:18","value":{"kind":"number","nodeType":"YulLiteral","src":"7345:3:18","type":"","value":"128"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7335:6:18","type":""}]},{"nodeType":"YulAssignment","src":"7362:62:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7396:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"7407:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7392:3:18"},"nodeType":"YulFunctionCall","src":"7392:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7416:7:18"}],"functionName":{"name":"abi_decode_t_uint96","nodeType":"YulIdentifier","src":"7372:19:18"},"nodeType":"YulFunctionCall","src":"7372:52:18"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"7362:6:18"}]}]},{"nodeType":"YulBlock","src":"7444:119:18","statements":[{"nodeType":"YulVariableDeclaration","src":"7459:17:18","value":{"kind":"number","nodeType":"YulLiteral","src":"7473:3:18","type":"","value":"160"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7463:6:18","type":""}]},{"nodeType":"YulAssignment","src":"7490:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7525:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"7536:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7521:3:18"},"nodeType":"YulFunctionCall","src":"7521:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7545:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"7500:20:18"},"nodeType":"YulFunctionCall","src":"7500:53:18"},"variableNames":[{"name":"value5","nodeType":"YulIdentifier","src":"7490:6:18"}]}]},{"nodeType":"YulBlock","src":"7573:119:18","statements":[{"nodeType":"YulVariableDeclaration","src":"7588:17:18","value":{"kind":"number","nodeType":"YulLiteral","src":"7602:3:18","type":"","value":"192"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7592:6:18","type":""}]},{"nodeType":"YulAssignment","src":"7619:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7654:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"7665:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7650:3:18"},"nodeType":"YulFunctionCall","src":"7650:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7674:7:18"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"7629:20:18"},"nodeType":"YulFunctionCall","src":"7629:53:18"},"variableNames":[{"name":"value6","nodeType":"YulIdentifier","src":"7619:6:18"}]}]},{"nodeType":"YulBlock","src":"7702:119:18","statements":[{"nodeType":"YulVariableDeclaration","src":"7717:17:18","value":{"kind":"number","nodeType":"YulLiteral","src":"7731:3:18","type":"","value":"224"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7721:6:18","type":""}]},{"nodeType":"YulAssignment","src":"7748:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7783:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"7794:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7779:3:18"},"nodeType":"YulFunctionCall","src":"7779:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7803:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"7758:20:18"},"nodeType":"YulFunctionCall","src":"7758:53:18"},"variableNames":[{"name":"value7","nodeType":"YulIdentifier","src":"7748:6:18"}]}]},{"nodeType":"YulBlock","src":"7831:299:18","statements":[{"nodeType":"YulVariableDeclaration","src":"7846:47:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7877:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"7888:3:18","type":"","value":"256"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7873:3:18"},"nodeType":"YulFunctionCall","src":"7873:19:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7860:12:18"},"nodeType":"YulFunctionCall","src":"7860:33:18"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7850:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"7940:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"7942:77:18"},"nodeType":"YulFunctionCall","src":"7942:79:18"},"nodeType":"YulExpressionStatement","src":"7942:79:18"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7912:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"7920:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7909:2:18"},"nodeType":"YulFunctionCall","src":"7909:30:18"},"nodeType":"YulIf","src":"7906:117:18"},{"nodeType":"YulAssignment","src":"8037:83:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8092:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"8103:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8088:3:18"},"nodeType":"YulFunctionCall","src":"8088:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8112:7:18"}],"functionName":{"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulIdentifier","src":"8055:32:18"},"nodeType":"YulFunctionCall","src":"8055:65:18"},"variableNames":[{"name":"value8","nodeType":"YulIdentifier","src":"8037:6:18"},{"name":"value9","nodeType":"YulIdentifier","src":"8045:6:18"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256t_bytes32t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6563:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"6574:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"6586:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"6594:6:18","type":""},{"name":"value2","nodeType":"YulTypedName","src":"6602:6:18","type":""},{"name":"value3","nodeType":"YulTypedName","src":"6610:6:18","type":""},{"name":"value4","nodeType":"YulTypedName","src":"6618:6:18","type":""},{"name":"value5","nodeType":"YulTypedName","src":"6626:6:18","type":""},{"name":"value6","nodeType":"YulTypedName","src":"6634:6:18","type":""},{"name":"value7","nodeType":"YulTypedName","src":"6642:6:18","type":""},{"name":"value8","nodeType":"YulTypedName","src":"6650:6:18","type":""},{"name":"value9","nodeType":"YulTypedName","src":"6658:6:18","type":""}],"src":"6444:1693:18"},{"body":{"nodeType":"YulBlock","src":"8208:53:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8225:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8248:5:18"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"8230:17:18"},"nodeType":"YulFunctionCall","src":"8230:24:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8218:6:18"},"nodeType":"YulFunctionCall","src":"8218:37:18"},"nodeType":"YulExpressionStatement","src":"8218:37:18"}]},"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8196:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"8203:3:18","type":""}],"src":"8143:118:18"},{"body":{"nodeType":"YulBlock","src":"8365:124:18","statements":[{"nodeType":"YulAssignment","src":"8375:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8387:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"8398:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8383:3:18"},"nodeType":"YulFunctionCall","src":"8383:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8375:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"8455:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8468:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"8479:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8464:3:18"},"nodeType":"YulFunctionCall","src":"8464:17:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"8411:43:18"},"nodeType":"YulFunctionCall","src":"8411:71:18"},"nodeType":"YulExpressionStatement","src":"8411:71:18"}]},"name":"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8337:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"8349:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"8360:4:18","type":""}],"src":"8267:222:18"},{"body":{"nodeType":"YulBlock","src":"8543:54:18","statements":[{"nodeType":"YulAssignment","src":"8553:38:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8571:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"8578:2:18","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8567:3:18"},"nodeType":"YulFunctionCall","src":"8567:14:18"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8587:2:18","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"8583:3:18"},"nodeType":"YulFunctionCall","src":"8583:7:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8563:3:18"},"nodeType":"YulFunctionCall","src":"8563:28:18"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"8553:6:18"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8526:5:18","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"8536:6:18","type":""}],"src":"8495:102:18"},{"body":{"nodeType":"YulBlock","src":"8631:152:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8648:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8651:77:18","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8641:6:18"},"nodeType":"YulFunctionCall","src":"8641:88:18"},"nodeType":"YulExpressionStatement","src":"8641:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8745:1:18","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"8748:4:18","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8738:6:18"},"nodeType":"YulFunctionCall","src":"8738:15:18"},"nodeType":"YulExpressionStatement","src":"8738:15:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8769:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8772:4:18","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8762:6:18"},"nodeType":"YulFunctionCall","src":"8762:15:18"},"nodeType":"YulExpressionStatement","src":"8762:15:18"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"8603:180:18"},{"body":{"nodeType":"YulBlock","src":"8832:238:18","statements":[{"nodeType":"YulVariableDeclaration","src":"8842:58:18","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8864:6:18"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"8894:4:18"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"8872:21:18"},"nodeType":"YulFunctionCall","src":"8872:27:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8860:3:18"},"nodeType":"YulFunctionCall","src":"8860:40:18"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"8846:10:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"9011:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"9013:16:18"},"nodeType":"YulFunctionCall","src":"9013:18:18"},"nodeType":"YulExpressionStatement","src":"9013:18:18"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"8954:10:18"},{"kind":"number","nodeType":"YulLiteral","src":"8966:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8951:2:18"},"nodeType":"YulFunctionCall","src":"8951:34:18"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"8990:10:18"},{"name":"memPtr","nodeType":"YulIdentifier","src":"9002:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"8987:2:18"},"nodeType":"YulFunctionCall","src":"8987:22:18"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"8948:2:18"},"nodeType":"YulFunctionCall","src":"8948:62:18"},"nodeType":"YulIf","src":"8945:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9049:2:18","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"9053:10:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9042:6:18"},"nodeType":"YulFunctionCall","src":"9042:22:18"},"nodeType":"YulExpressionStatement","src":"9042:22:18"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"8818:6:18","type":""},{"name":"size","nodeType":"YulTypedName","src":"8826:4:18","type":""}],"src":"8789:281:18"},{"body":{"nodeType":"YulBlock","src":"9117:88:18","statements":[{"nodeType":"YulAssignment","src":"9127:30:18","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"9137:18:18"},"nodeType":"YulFunctionCall","src":"9137:20:18"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9127:6:18"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9186:6:18"},{"name":"size","nodeType":"YulIdentifier","src":"9194:4:18"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"9166:19:18"},"nodeType":"YulFunctionCall","src":"9166:33:18"},"nodeType":"YulExpressionStatement","src":"9166:33:18"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"9101:4:18","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"9110:6:18","type":""}],"src":"9076:129:18"},{"body":{"nodeType":"YulBlock","src":"9322:229:18","statements":[{"body":{"nodeType":"YulBlock","src":"9427:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"9429:16:18"},"nodeType":"YulFunctionCall","src":"9429:18:18"},"nodeType":"YulExpressionStatement","src":"9429:18:18"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"9399:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"9407:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"9396:2:18"},"nodeType":"YulFunctionCall","src":"9396:30:18"},"nodeType":"YulIf","src":"9393:56:18"},{"nodeType":"YulAssignment","src":"9459:25:18","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"9471:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"9479:4:18","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"9467:3:18"},"nodeType":"YulFunctionCall","src":"9467:17:18"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"9459:4:18"}]},{"nodeType":"YulAssignment","src":"9521:23:18","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"9533:4:18"},{"kind":"number","nodeType":"YulLiteral","src":"9539:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9529:3:18"},"nodeType":"YulFunctionCall","src":"9529:15:18"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"9521:4:18"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"9306:6:18","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"9317:4:18","type":""}],"src":"9211:340:18"},{"body":{"nodeType":"YulBlock","src":"9646:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9663:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9666:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9656:6:18"},"nodeType":"YulFunctionCall","src":"9656:12:18"},"nodeType":"YulExpressionStatement","src":"9656:12:18"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"9557:117:18"},{"body":{"nodeType":"YulBlock","src":"9769:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9786:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9789:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9779:6:18"},"nodeType":"YulFunctionCall","src":"9779:12:18"},"nodeType":"YulExpressionStatement","src":"9779:12:18"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"9680:117:18"},{"body":{"nodeType":"YulBlock","src":"9927:494:18","statements":[{"body":{"nodeType":"YulBlock","src":"9971:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"9973:77:18"},"nodeType":"YulFunctionCall","src":"9973:79:18"},"nodeType":"YulExpressionStatement","src":"9973:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"9948:3:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"9953:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9944:3:18"},"nodeType":"YulFunctionCall","src":"9944:19:18"},{"kind":"number","nodeType":"YulLiteral","src":"9965:4:18","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9940:3:18"},"nodeType":"YulFunctionCall","src":"9940:30:18"},"nodeType":"YulIf","src":"9937:117:18"},{"nodeType":"YulAssignment","src":"10063:30:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10088:4:18","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"10072:15:18"},"nodeType":"YulFunctionCall","src":"10072:21:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"10063:5:18"}]},{"nodeType":"YulBlock","src":"10103:150:18","statements":[{"nodeType":"YulVariableDeclaration","src":"10138:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"10152:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"10142:6:18","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10178:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"10185:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10174:3:18"},"nodeType":"YulFunctionCall","src":"10174:16:18"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10217:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"10228:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10213:3:18"},"nodeType":"YulFunctionCall","src":"10213:22:18"},{"name":"end","nodeType":"YulIdentifier","src":"10237:3:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"10192:20:18"},"nodeType":"YulFunctionCall","src":"10192:49:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10167:6:18"},"nodeType":"YulFunctionCall","src":"10167:75:18"},"nodeType":"YulExpressionStatement","src":"10167:75:18"}]},{"nodeType":"YulBlock","src":"10263:151:18","statements":[{"nodeType":"YulVariableDeclaration","src":"10298:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"10312:2:18","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"10302:6:18","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10339:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"10346:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10335:3:18"},"nodeType":"YulFunctionCall","src":"10335:16:18"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10378:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"10389:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10374:3:18"},"nodeType":"YulFunctionCall","src":"10374:22:18"},{"name":"end","nodeType":"YulIdentifier","src":"10398:3:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"10353:20:18"},"nodeType":"YulFunctionCall","src":"10353:49:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10328:6:18"},"nodeType":"YulFunctionCall","src":"10328:75:18"},"nodeType":"YulExpressionStatement","src":"10328:75:18"}]}]},"name":"abi_decode_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9902:9:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"9913:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9921:5:18","type":""}],"src":"9843:578:18"},{"body":{"nodeType":"YulBlock","src":"10600:666:18","statements":[{"nodeType":"YulAssignment","src":"10610:119:18","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"10721:6:18"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"10635:85:18"},"nodeType":"YulFunctionCall","src":"10635:93:18"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"10619:15:18"},"nodeType":"YulFunctionCall","src":"10619:110:18"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"10610:5:18"}]},{"nodeType":"YulVariableDeclaration","src":"10738:16:18","value":{"name":"array","nodeType":"YulIdentifier","src":"10749:5:18"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"10742:3:18","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"10771:5:18"},{"name":"length","nodeType":"YulIdentifier","src":"10778:6:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10764:6:18"},"nodeType":"YulFunctionCall","src":"10764:21:18"},"nodeType":"YulExpressionStatement","src":"10764:21:18"},{"nodeType":"YulAssignment","src":"10794:23:18","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"10805:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"10812:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10801:3:18"},"nodeType":"YulFunctionCall","src":"10801:16:18"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"10794:3:18"}]},{"nodeType":"YulVariableDeclaration","src":"10827:44:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"10845:6:18"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"10857:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"10865:4:18","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"10853:3:18"},"nodeType":"YulFunctionCall","src":"10853:17:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10841:3:18"},"nodeType":"YulFunctionCall","src":"10841:30:18"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"10831:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"10899:103:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"10913:77:18"},"nodeType":"YulFunctionCall","src":"10913:79:18"},"nodeType":"YulExpressionStatement","src":"10913:79:18"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"10886:6:18"},{"name":"end","nodeType":"YulIdentifier","src":"10894:3:18"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"10883:2:18"},"nodeType":"YulFunctionCall","src":"10883:15:18"},"nodeType":"YulIf","src":"10880:122:18"},{"body":{"nodeType":"YulBlock","src":"11087:173:18","statements":[{"nodeType":"YulVariableDeclaration","src":"11102:21:18","value":{"name":"src","nodeType":"YulIdentifier","src":"11120:3:18"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"11106:10:18","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"11144:3:18"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"11199:10:18"},{"name":"end","nodeType":"YulIdentifier","src":"11211:3:18"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulIdentifier","src":"11149:49:18"},"nodeType":"YulFunctionCall","src":"11149:66:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11137:6:18"},"nodeType":"YulFunctionCall","src":"11137:79:18"},"nodeType":"YulExpressionStatement","src":"11137:79:18"},{"nodeType":"YulAssignment","src":"11229:21:18","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"11240:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"11245:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11236:3:18"},"nodeType":"YulFunctionCall","src":"11236:14:18"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"11229:3:18"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"11040:3:18"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"11045:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"11037:2:18"},"nodeType":"YulFunctionCall","src":"11037:15:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"11053:25:18","statements":[{"nodeType":"YulAssignment","src":"11055:21:18","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"11066:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"11071:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11062:3:18"},"nodeType":"YulFunctionCall","src":"11062:14:18"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"11055:3:18"}]}]},"pre":{"nodeType":"YulBlock","src":"11015:21:18","statements":[{"nodeType":"YulVariableDeclaration","src":"11017:17:18","value":{"name":"offset","nodeType":"YulIdentifier","src":"11028:6:18"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"11021:3:18","type":""}]}]},"src":"11011:249:18"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"10570:6:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"10578:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"10586:3:18","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"10594:5:18","type":""}],"src":"10469:797:18"},{"body":{"nodeType":"YulBlock","src":"11420:322:18","statements":[{"body":{"nodeType":"YulBlock","src":"11469:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"11471:77:18"},"nodeType":"YulFunctionCall","src":"11471:79:18"},"nodeType":"YulExpressionStatement","src":"11471:79:18"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"11448:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"11456:4:18","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11444:3:18"},"nodeType":"YulFunctionCall","src":"11444:17:18"},{"name":"end","nodeType":"YulIdentifier","src":"11463:3:18"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11440:3:18"},"nodeType":"YulFunctionCall","src":"11440:27:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"11433:6:18"},"nodeType":"YulFunctionCall","src":"11433:35:18"},"nodeType":"YulIf","src":"11430:122:18"},{"nodeType":"YulVariableDeclaration","src":"11561:34:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"11588:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"11575:12:18"},"nodeType":"YulFunctionCall","src":"11575:20:18"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"11565:6:18","type":""}]},{"nodeType":"YulAssignment","src":"11604:132:18","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"11709:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"11717:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11705:3:18"},"nodeType":"YulFunctionCall","src":"11705:17:18"},{"name":"length","nodeType":"YulIdentifier","src":"11724:6:18"},{"name":"end","nodeType":"YulIdentifier","src":"11732:3:18"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"11613:91:18"},"nodeType":"YulFunctionCall","src":"11613:123:18"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"11604:5:18"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"11398:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"11406:3:18","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"11414:5:18","type":""}],"src":"11314:428:18"},{"body":{"nodeType":"YulBlock","src":"11885:605:18","statements":[{"body":{"nodeType":"YulBlock","src":"11931:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11933:77:18"},"nodeType":"YulFunctionCall","src":"11933:79:18"},"nodeType":"YulExpressionStatement","src":"11933:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11906:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"11915:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11902:3:18"},"nodeType":"YulFunctionCall","src":"11902:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"11927:2:18","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11898:3:18"},"nodeType":"YulFunctionCall","src":"11898:32:18"},"nodeType":"YulIf","src":"11895:119:18"},{"nodeType":"YulBlock","src":"12024:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"12039:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"12053:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"12043:6:18","type":""}]},{"nodeType":"YulAssignment","src":"12068:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12103:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"12114:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12099:3:18"},"nodeType":"YulFunctionCall","src":"12099:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"12123:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"12078:20:18"},"nodeType":"YulFunctionCall","src":"12078:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"12068:6:18"}]}]},{"nodeType":"YulBlock","src":"12151:332:18","statements":[{"nodeType":"YulVariableDeclaration","src":"12166:46:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12197:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"12208:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12193:3:18"},"nodeType":"YulFunctionCall","src":"12193:18:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"12180:12:18"},"nodeType":"YulFunctionCall","src":"12180:32:18"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"12170:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"12259:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"12261:77:18"},"nodeType":"YulFunctionCall","src":"12261:79:18"},"nodeType":"YulExpressionStatement","src":"12261:79:18"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"12231:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"12239:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"12228:2:18"},"nodeType":"YulFunctionCall","src":"12228:30:18"},"nodeType":"YulIf","src":"12225:117:18"},{"nodeType":"YulAssignment","src":"12356:117:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12445:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"12456:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12441:3:18"},"nodeType":"YulFunctionCall","src":"12441:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"12465:7:18"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"12366:74:18"},"nodeType":"YulFunctionCall","src":"12366:107:18"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"12356:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11847:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11858:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11870:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"11878:6:18","type":""}],"src":"11748:742:18"},{"body":{"nodeType":"YulBlock","src":"12554:40:18","statements":[{"nodeType":"YulAssignment","src":"12565:22:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12581:5:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12575:5:18"},"nodeType":"YulFunctionCall","src":"12575:12:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"12565:6:18"}]}]},"name":"array_length_t_bytes_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12537:5:18","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"12547:6:18","type":""}],"src":"12496:98:18"},{"body":{"nodeType":"YulBlock","src":"12695:73:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12712:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"12717:6:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12705:6:18"},"nodeType":"YulFunctionCall","src":"12705:19:18"},"nodeType":"YulExpressionStatement","src":"12705:19:18"},{"nodeType":"YulAssignment","src":"12733:29:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12752:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"12757:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12748:3:18"},"nodeType":"YulFunctionCall","src":"12748:14:18"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"12733:11:18"}]}]},"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12667:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"12672:6:18","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"12683:11:18","type":""}],"src":"12600:168:18"},{"body":{"nodeType":"YulBlock","src":"12836:184:18","statements":[{"nodeType":"YulVariableDeclaration","src":"12846:10:18","value":{"kind":"number","nodeType":"YulLiteral","src":"12855:1:18","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"12850:1:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"12915:63:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"12940:3:18"},{"name":"i","nodeType":"YulIdentifier","src":"12945:1:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12936:3:18"},"nodeType":"YulFunctionCall","src":"12936:11:18"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"12959:3:18"},{"name":"i","nodeType":"YulIdentifier","src":"12964:1:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12955:3:18"},"nodeType":"YulFunctionCall","src":"12955:11:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12949:5:18"},"nodeType":"YulFunctionCall","src":"12949:18:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12929:6:18"},"nodeType":"YulFunctionCall","src":"12929:39:18"},"nodeType":"YulExpressionStatement","src":"12929:39:18"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"12876:1:18"},{"name":"length","nodeType":"YulIdentifier","src":"12879:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"12873:2:18"},"nodeType":"YulFunctionCall","src":"12873:13:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"12887:19:18","statements":[{"nodeType":"YulAssignment","src":"12889:15:18","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"12898:1:18"},{"kind":"number","nodeType":"YulLiteral","src":"12901:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12894:3:18"},"nodeType":"YulFunctionCall","src":"12894:10:18"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"12889:1:18"}]}]},"pre":{"nodeType":"YulBlock","src":"12869:3:18","statements":[]},"src":"12865:113:18"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"12998:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"13003:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12994:3:18"},"nodeType":"YulFunctionCall","src":"12994:16:18"},{"kind":"number","nodeType":"YulLiteral","src":"13012:1:18","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12987:6:18"},"nodeType":"YulFunctionCall","src":"12987:27:18"},"nodeType":"YulExpressionStatement","src":"12987:27:18"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"12818:3:18","type":""},{"name":"dst","nodeType":"YulTypedName","src":"12823:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"12828:6:18","type":""}],"src":"12774:246:18"},{"body":{"nodeType":"YulBlock","src":"13116:283:18","statements":[{"nodeType":"YulVariableDeclaration","src":"13126:52:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13172:5:18"}],"functionName":{"name":"array_length_t_bytes_memory_ptr","nodeType":"YulIdentifier","src":"13140:31:18"},"nodeType":"YulFunctionCall","src":"13140:38:18"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"13130:6:18","type":""}]},{"nodeType":"YulAssignment","src":"13187:77:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13252:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"13257:6:18"}],"functionName":{"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13194:57:18"},"nodeType":"YulFunctionCall","src":"13194:70:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13187:3:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13312:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"13319:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13308:3:18"},"nodeType":"YulFunctionCall","src":"13308:16:18"},{"name":"pos","nodeType":"YulIdentifier","src":"13326:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"13331:6:18"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"13273:34:18"},"nodeType":"YulFunctionCall","src":"13273:65:18"},"nodeType":"YulExpressionStatement","src":"13273:65:18"},{"nodeType":"YulAssignment","src":"13347:46:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13358:3:18"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"13385:6:18"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"13363:21:18"},"nodeType":"YulFunctionCall","src":"13363:29:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13354:3:18"},"nodeType":"YulFunctionCall","src":"13354:39:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13347:3:18"}]}]},"name":"abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"13097:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"13104:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13112:3:18","type":""}],"src":"13026:373:18"},{"body":{"nodeType":"YulBlock","src":"13521:193:18","statements":[{"nodeType":"YulAssignment","src":"13531:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13543:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"13554:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13539:3:18"},"nodeType":"YulFunctionCall","src":"13539:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13531:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13578:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"13589:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13574:3:18"},"nodeType":"YulFunctionCall","src":"13574:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13597:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"13603:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13593:3:18"},"nodeType":"YulFunctionCall","src":"13593:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13567:6:18"},"nodeType":"YulFunctionCall","src":"13567:47:18"},"nodeType":"YulExpressionStatement","src":"13567:47:18"},{"nodeType":"YulAssignment","src":"13623:84:18","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"13693:6:18"},{"name":"tail","nodeType":"YulIdentifier","src":"13702:4:18"}],"functionName":{"name":"abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13631:61:18"},"nodeType":"YulFunctionCall","src":"13631:76:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13623:4:18"}]}]},"name":"abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13493:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"13505:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13516:4:18","type":""}],"src":"13405:309:18"},{"body":{"nodeType":"YulBlock","src":"13803:391:18","statements":[{"body":{"nodeType":"YulBlock","src":"13849:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"13851:77:18"},"nodeType":"YulFunctionCall","src":"13851:79:18"},"nodeType":"YulExpressionStatement","src":"13851:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"13824:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"13833:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13820:3:18"},"nodeType":"YulFunctionCall","src":"13820:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"13845:2:18","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"13816:3:18"},"nodeType":"YulFunctionCall","src":"13816:32:18"},"nodeType":"YulIf","src":"13813:119:18"},{"nodeType":"YulBlock","src":"13942:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"13957:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"13971:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"13961:6:18","type":""}]},{"nodeType":"YulAssignment","src":"13986:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14021:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"14032:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14017:3:18"},"nodeType":"YulFunctionCall","src":"14017:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"14041:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"13996:20:18"},"nodeType":"YulFunctionCall","src":"13996:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"13986:6:18"}]}]},{"nodeType":"YulBlock","src":"14069:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"14084:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"14098:2:18","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"14088:6:18","type":""}]},{"nodeType":"YulAssignment","src":"14114:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14149:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"14160:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14145:3:18"},"nodeType":"YulFunctionCall","src":"14145:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"14169:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"14124:20:18"},"nodeType":"YulFunctionCall","src":"14124:53:18"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"14114:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13765:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"13776:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"13788:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"13796:6:18","type":""}],"src":"13720:474:18"},{"body":{"nodeType":"YulBlock","src":"14242:48:18","statements":[{"nodeType":"YulAssignment","src":"14252:32:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14277:5:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"14270:6:18"},"nodeType":"YulFunctionCall","src":"14270:13:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"14263:6:18"},"nodeType":"YulFunctionCall","src":"14263:21:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"14252:7:18"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"14224:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"14234:7:18","type":""}],"src":"14200:90:18"},{"body":{"nodeType":"YulBlock","src":"14355:50:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14372:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14392:5:18"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"14377:14:18"},"nodeType":"YulFunctionCall","src":"14377:21:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14365:6:18"},"nodeType":"YulFunctionCall","src":"14365:34:18"},"nodeType":"YulExpressionStatement","src":"14365:34:18"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"14343:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"14350:3:18","type":""}],"src":"14296:109:18"},{"body":{"nodeType":"YulBlock","src":"14503:118:18","statements":[{"nodeType":"YulAssignment","src":"14513:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14525:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"14536:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14521:3:18"},"nodeType":"YulFunctionCall","src":"14521:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14513:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14587:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14600:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"14611:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14596:3:18"},"nodeType":"YulFunctionCall","src":"14596:17:18"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"14549:37:18"},"nodeType":"YulFunctionCall","src":"14549:65:18"},"nodeType":"YulExpressionStatement","src":"14549:65:18"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14475:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14487:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14498:4:18","type":""}],"src":"14411:210:18"},{"body":{"nodeType":"YulBlock","src":"14693:263:18","statements":[{"body":{"nodeType":"YulBlock","src":"14739:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"14741:77:18"},"nodeType":"YulFunctionCall","src":"14741:79:18"},"nodeType":"YulExpressionStatement","src":"14741:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"14714:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"14723:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"14710:3:18"},"nodeType":"YulFunctionCall","src":"14710:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"14735:2:18","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"14706:3:18"},"nodeType":"YulFunctionCall","src":"14706:32:18"},"nodeType":"YulIf","src":"14703:119:18"},{"nodeType":"YulBlock","src":"14832:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"14847:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"14861:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"14851:6:18","type":""}]},{"nodeType":"YulAssignment","src":"14876:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14911:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"14922:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14907:3:18"},"nodeType":"YulFunctionCall","src":"14907:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"14931:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"14886:20:18"},"nodeType":"YulFunctionCall","src":"14886:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"14876:6:18"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14663:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"14674:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"14686:6:18","type":""}],"src":"14627:329:18"},{"body":{"nodeType":"YulBlock","src":"15017:53:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15034:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15057:5:18"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"15039:17:18"},"nodeType":"YulFunctionCall","src":"15039:24:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15027:6:18"},"nodeType":"YulFunctionCall","src":"15027:37:18"},"nodeType":"YulExpressionStatement","src":"15027:37:18"}]},"name":"abi_encode_t_address_to_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15005:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15012:3:18","type":""}],"src":"14962:108:18"},{"body":{"nodeType":"YulBlock","src":"15131:53:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15148:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15171:5:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"15153:17:18"},"nodeType":"YulFunctionCall","src":"15153:24:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15141:6:18"},"nodeType":"YulFunctionCall","src":"15141:37:18"},"nodeType":"YulExpressionStatement","src":"15141:37:18"}]},"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15119:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15126:3:18","type":""}],"src":"15076:108:18"},{"body":{"nodeType":"YulBlock","src":"15243:52:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15260:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15282:5:18"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"15265:16:18"},"nodeType":"YulFunctionCall","src":"15265:23:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15253:6:18"},"nodeType":"YulFunctionCall","src":"15253:36:18"},"nodeType":"YulExpressionStatement","src":"15253:36:18"}]},"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15231:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15238:3:18","type":""}],"src":"15190:105:18"},{"body":{"nodeType":"YulBlock","src":"15350:50:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15367:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15387:5:18"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"15372:14:18"},"nodeType":"YulFunctionCall","src":"15372:21:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15360:6:18"},"nodeType":"YulFunctionCall","src":"15360:34:18"},"nodeType":"YulExpressionStatement","src":"15360:34:18"}]},"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15338:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15345:3:18","type":""}],"src":"15301:99:18"},{"body":{"nodeType":"YulBlock","src":"15574:1836:18","statements":[{"nodeType":"YulVariableDeclaration","src":"15584:28:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15600:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"15605:6:18","type":"","value":"0x0140"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15596:3:18"},"nodeType":"YulFunctionCall","src":"15596:16:18"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"15588:4:18","type":""}]},{"nodeType":"YulBlock","src":"15622:166:18","statements":[{"nodeType":"YulVariableDeclaration","src":"15659:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15689:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"15696:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15685:3:18"},"nodeType":"YulFunctionCall","src":"15685:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"15679:5:18"},"nodeType":"YulFunctionCall","src":"15679:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"15663:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"15749:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15767:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"15772:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15763:3:18"},"nodeType":"YulFunctionCall","src":"15763:14:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"15715:33:18"},"nodeType":"YulFunctionCall","src":"15715:63:18"},"nodeType":"YulExpressionStatement","src":"15715:63:18"}]},{"nodeType":"YulBlock","src":"15798:165:18","statements":[{"nodeType":"YulVariableDeclaration","src":"15834:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15864:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"15871:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15860:3:18"},"nodeType":"YulFunctionCall","src":"15860:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"15854:5:18"},"nodeType":"YulFunctionCall","src":"15854:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"15838:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"15924:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15942:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"15947:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15938:3:18"},"nodeType":"YulFunctionCall","src":"15938:14:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"15890:33:18"},"nodeType":"YulFunctionCall","src":"15890:63:18"},"nodeType":"YulExpressionStatement","src":"15890:63:18"}]},{"nodeType":"YulBlock","src":"15973:178:18","statements":[{"nodeType":"YulVariableDeclaration","src":"16022:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16052:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"16059:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16048:3:18"},"nodeType":"YulFunctionCall","src":"16048:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16042:5:18"},"nodeType":"YulFunctionCall","src":"16042:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16026:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16112:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16130:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"16135:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16126:3:18"},"nodeType":"YulFunctionCall","src":"16126:14:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"16078:33:18"},"nodeType":"YulFunctionCall","src":"16078:63:18"},"nodeType":"YulExpressionStatement","src":"16078:63:18"}]},{"nodeType":"YulBlock","src":"16161:169:18","statements":[{"nodeType":"YulVariableDeclaration","src":"16201:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16231:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"16238:4:18","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16227:3:18"},"nodeType":"YulFunctionCall","src":"16227:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16221:5:18"},"nodeType":"YulFunctionCall","src":"16221:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16205:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16291:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16309:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"16314:4:18","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16305:3:18"},"nodeType":"YulFunctionCall","src":"16305:14:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"16257:33:18"},"nodeType":"YulFunctionCall","src":"16257:63:18"},"nodeType":"YulExpressionStatement","src":"16257:63:18"}]},{"nodeType":"YulBlock","src":"16340:171:18","statements":[{"nodeType":"YulVariableDeclaration","src":"16382:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16412:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"16419:4:18","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16408:3:18"},"nodeType":"YulFunctionCall","src":"16408:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16402:5:18"},"nodeType":"YulFunctionCall","src":"16402:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16386:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16472:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16490:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"16495:4:18","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16486:3:18"},"nodeType":"YulFunctionCall","src":"16486:14:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"16438:33:18"},"nodeType":"YulFunctionCall","src":"16438:63:18"},"nodeType":"YulExpressionStatement","src":"16438:63:18"}]},{"nodeType":"YulBlock","src":"16521:162:18","statements":[{"nodeType":"YulVariableDeclaration","src":"16556:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16586:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"16593:4:18","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16582:3:18"},"nodeType":"YulFunctionCall","src":"16582:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16576:5:18"},"nodeType":"YulFunctionCall","src":"16576:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16560:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16644:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16662:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"16667:4:18","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16658:3:18"},"nodeType":"YulFunctionCall","src":"16658:14:18"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulIdentifier","src":"16612:31:18"},"nodeType":"YulFunctionCall","src":"16612:61:18"},"nodeType":"YulExpressionStatement","src":"16612:61:18"}]},{"nodeType":"YulBlock","src":"16693:165:18","statements":[{"nodeType":"YulVariableDeclaration","src":"16735:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16765:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"16772:4:18","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16761:3:18"},"nodeType":"YulFunctionCall","src":"16761:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16755:5:18"},"nodeType":"YulFunctionCall","src":"16755:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16739:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16819:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16837:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"16842:4:18","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16833:3:18"},"nodeType":"YulFunctionCall","src":"16833:14:18"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"16791:27:18"},"nodeType":"YulFunctionCall","src":"16791:57:18"},"nodeType":"YulExpressionStatement","src":"16791:57:18"}]},{"nodeType":"YulBlock","src":"16868:173:18","statements":[{"nodeType":"YulVariableDeclaration","src":"16912:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16942:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"16949:4:18","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16938:3:18"},"nodeType":"YulFunctionCall","src":"16938:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16932:5:18"},"nodeType":"YulFunctionCall","src":"16932:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16916:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"17002:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17020:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"17025:4:18","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17016:3:18"},"nodeType":"YulFunctionCall","src":"17016:14:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"16968:33:18"},"nodeType":"YulFunctionCall","src":"16968:63:18"},"nodeType":"YulExpressionStatement","src":"16968:63:18"}]},{"nodeType":"YulBlock","src":"17051:172:18","statements":[{"nodeType":"YulVariableDeclaration","src":"17092:45:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17122:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"17129:6:18","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17118:3:18"},"nodeType":"YulFunctionCall","src":"17118:18:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"17112:5:18"},"nodeType":"YulFunctionCall","src":"17112:25:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"17096:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"17182:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17200:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"17205:6:18","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17196:3:18"},"nodeType":"YulFunctionCall","src":"17196:16:18"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulIdentifier","src":"17150:31:18"},"nodeType":"YulFunctionCall","src":"17150:63:18"},"nodeType":"YulExpressionStatement","src":"17150:63:18"}]},{"nodeType":"YulBlock","src":"17233:170:18","statements":[{"nodeType":"YulVariableDeclaration","src":"17270:45:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17300:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"17307:6:18","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17296:3:18"},"nodeType":"YulFunctionCall","src":"17296:18:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"17290:5:18"},"nodeType":"YulFunctionCall","src":"17290:25:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"17274:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"17362:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17380:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"17385:6:18","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17376:3:18"},"nodeType":"YulFunctionCall","src":"17376:16:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"17328:33:18"},"nodeType":"YulFunctionCall","src":"17328:65:18"},"nodeType":"YulExpressionStatement","src":"17328:65:18"}]}]},"name":"abi_encode_t_struct$_Order_$4053_memory_ptr_to_t_struct$_Order_$4053_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15561:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15568:3:18","type":""}],"src":"15462:1948:18"},{"body":{"nodeType":"YulBlock","src":"17560:171:18","statements":[{"nodeType":"YulAssignment","src":"17570:27:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17582:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"17593:3:18","type":"","value":"320"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17578:3:18"},"nodeType":"YulFunctionCall","src":"17578:19:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17570:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"17697:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17710:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"17721:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17706:3:18"},"nodeType":"YulFunctionCall","src":"17706:17:18"}],"functionName":{"name":"abi_encode_t_struct$_Order_$4053_memory_ptr_to_t_struct$_Order_$4053_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17607:89:18"},"nodeType":"YulFunctionCall","src":"17607:117:18"},"nodeType":"YulExpressionStatement","src":"17607:117:18"}]},"name":"abi_encode_tuple_t_struct$_Order_$4053_memory_ptr__to_t_struct$_Order_$4053_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17532:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"17544:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"17555:4:18","type":""}],"src":"17416:315:18"},{"body":{"nodeType":"YulBlock","src":"17781:57:18","statements":[{"nodeType":"YulAssignment","src":"17791:41:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17806:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"17813:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"17802:3:18"},"nodeType":"YulFunctionCall","src":"17802:30:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"17791:7:18"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17763:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"17773:7:18","type":""}],"src":"17737:101:18"},{"body":{"nodeType":"YulBlock","src":"17886:78:18","statements":[{"body":{"nodeType":"YulBlock","src":"17942:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"17951:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"17954:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"17944:6:18"},"nodeType":"YulFunctionCall","src":"17944:12:18"},"nodeType":"YulExpressionStatement","src":"17944:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17909:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17933:5:18"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"17916:16:18"},"nodeType":"YulFunctionCall","src":"17916:23:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"17906:2:18"},"nodeType":"YulFunctionCall","src":"17906:34:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"17899:6:18"},"nodeType":"YulFunctionCall","src":"17899:42:18"},"nodeType":"YulIf","src":"17896:62:18"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17879:5:18","type":""}],"src":"17844:120:18"},{"body":{"nodeType":"YulBlock","src":"18021:86:18","statements":[{"nodeType":"YulAssignment","src":"18031:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"18053:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"18040:12:18"},"nodeType":"YulFunctionCall","src":"18040:20:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"18031:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"18095:5:18"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"18069:25:18"},"nodeType":"YulFunctionCall","src":"18069:32:18"},"nodeType":"YulExpressionStatement","src":"18069:32:18"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"17999:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"18007:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"18015:5:18","type":""}],"src":"17970:137:18"},{"body":{"nodeType":"YulBlock","src":"18178:262:18","statements":[{"body":{"nodeType":"YulBlock","src":"18224:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"18226:77:18"},"nodeType":"YulFunctionCall","src":"18226:79:18"},"nodeType":"YulExpressionStatement","src":"18226:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"18199:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"18208:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18195:3:18"},"nodeType":"YulFunctionCall","src":"18195:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"18220:2:18","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"18191:3:18"},"nodeType":"YulFunctionCall","src":"18191:32:18"},"nodeType":"YulIf","src":"18188:119:18"},{"nodeType":"YulBlock","src":"18317:116:18","statements":[{"nodeType":"YulVariableDeclaration","src":"18332:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"18346:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18336:6:18","type":""}]},{"nodeType":"YulAssignment","src":"18361:62:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18395:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"18406:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18391:3:18"},"nodeType":"YulFunctionCall","src":"18391:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18415:7:18"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"18371:19:18"},"nodeType":"YulFunctionCall","src":"18371:52:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"18361:6:18"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18148:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"18159:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"18171:6:18","type":""}],"src":"18113:327:18"},{"body":{"nodeType":"YulBlock","src":"18511:53:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18528:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"18551:5:18"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"18533:17:18"},"nodeType":"YulFunctionCall","src":"18533:24:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18521:6:18"},"nodeType":"YulFunctionCall","src":"18521:37:18"},"nodeType":"YulExpressionStatement","src":"18521:37:18"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"18499:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"18506:3:18","type":""}],"src":"18446:118:18"},{"body":{"nodeType":"YulBlock","src":"18668:124:18","statements":[{"nodeType":"YulAssignment","src":"18678:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18690:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"18701:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18686:3:18"},"nodeType":"YulFunctionCall","src":"18686:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18678:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"18758:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18771:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"18782:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18767:3:18"},"nodeType":"YulFunctionCall","src":"18767:17:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"18714:43:18"},"nodeType":"YulFunctionCall","src":"18714:71:18"},"nodeType":"YulExpressionStatement","src":"18714:71:18"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18640:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"18652:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18663:4:18","type":""}],"src":"18570:222:18"},{"body":{"nodeType":"YulBlock","src":"18931:776:18","statements":[{"body":{"nodeType":"YulBlock","src":"18978:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"18980:77:18"},"nodeType":"YulFunctionCall","src":"18980:79:18"},"nodeType":"YulExpressionStatement","src":"18980:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"18952:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"18961:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18948:3:18"},"nodeType":"YulFunctionCall","src":"18948:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"18973:3:18","type":"","value":"160"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"18944:3:18"},"nodeType":"YulFunctionCall","src":"18944:33:18"},"nodeType":"YulIf","src":"18941:120:18"},{"nodeType":"YulBlock","src":"19071:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"19086:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"19100:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19090:6:18","type":""}]},{"nodeType":"YulAssignment","src":"19115:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19150:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"19161:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19146:3:18"},"nodeType":"YulFunctionCall","src":"19146:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19170:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"19125:20:18"},"nodeType":"YulFunctionCall","src":"19125:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"19115:6:18"}]}]},{"nodeType":"YulBlock","src":"19198:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"19213:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"19227:2:18","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19217:6:18","type":""}]},{"nodeType":"YulAssignment","src":"19243:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19278:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"19289:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19274:3:18"},"nodeType":"YulFunctionCall","src":"19274:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19298:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"19253:20:18"},"nodeType":"YulFunctionCall","src":"19253:53:18"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"19243:6:18"}]}]},{"nodeType":"YulBlock","src":"19326:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"19341:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"19355:2:18","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19345:6:18","type":""}]},{"nodeType":"YulAssignment","src":"19371:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19406:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"19417:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19402:3:18"},"nodeType":"YulFunctionCall","src":"19402:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19426:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"19381:20:18"},"nodeType":"YulFunctionCall","src":"19381:53:18"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"19371:6:18"}]}]},{"nodeType":"YulBlock","src":"19454:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"19469:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"19483:2:18","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19473:6:18","type":""}]},{"nodeType":"YulAssignment","src":"19499:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19534:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"19545:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19530:3:18"},"nodeType":"YulFunctionCall","src":"19530:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19554:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19509:20:18"},"nodeType":"YulFunctionCall","src":"19509:53:18"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"19499:6:18"}]}]},{"nodeType":"YulBlock","src":"19582:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"19597:17:18","value":{"kind":"number","nodeType":"YulLiteral","src":"19611:3:18","type":"","value":"128"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19601:6:18","type":""}]},{"nodeType":"YulAssignment","src":"19628:62:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19662:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"19673:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19658:3:18"},"nodeType":"YulFunctionCall","src":"19658:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19682:7:18"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"19638:19:18"},"nodeType":"YulFunctionCall","src":"19638:52:18"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"19628:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_bytes32t_bytes32t_addresst_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18869:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"18880:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"18892:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"18900:6:18","type":""},{"name":"value2","nodeType":"YulTypedName","src":"18908:6:18","type":""},{"name":"value3","nodeType":"YulTypedName","src":"18916:6:18","type":""},{"name":"value4","nodeType":"YulTypedName","src":"18924:6:18","type":""}],"src":"18798:909:18"},{"body":{"nodeType":"YulBlock","src":"19839:206:18","statements":[{"nodeType":"YulAssignment","src":"19849:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19861:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"19872:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19857:3:18"},"nodeType":"YulFunctionCall","src":"19857:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"19849:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"19929:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19942:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"19953:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19938:3:18"},"nodeType":"YulFunctionCall","src":"19938:17:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"19885:43:18"},"nodeType":"YulFunctionCall","src":"19885:71:18"},"nodeType":"YulExpressionStatement","src":"19885:71:18"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"20010:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20023:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"20034:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20019:3:18"},"nodeType":"YulFunctionCall","src":"20019:18:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"19966:43:18"},"nodeType":"YulFunctionCall","src":"19966:72:18"},"nodeType":"YulExpressionStatement","src":"19966:72:18"}]},"name":"abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"19803:9:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"19815:6:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"19823:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"19834:4:18","type":""}],"src":"19713:332:18"},{"body":{"nodeType":"YulBlock","src":"20114:52:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"20131:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"20153:5:18"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"20136:16:18"},"nodeType":"YulFunctionCall","src":"20136:23:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"20124:6:18"},"nodeType":"YulFunctionCall","src":"20124:36:18"},"nodeType":"YulExpressionStatement","src":"20124:36:18"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"20102:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"20109:3:18","type":""}],"src":"20051:115:18"},{"body":{"nodeType":"YulBlock","src":"20237:53:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"20254:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"20277:5:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"20259:17:18"},"nodeType":"YulFunctionCall","src":"20259:24:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"20247:6:18"},"nodeType":"YulFunctionCall","src":"20247:37:18"},"nodeType":"YulExpressionStatement","src":"20247:37:18"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"20225:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"20232:3:18","type":""}],"src":"20172:118:18"},{"body":{"nodeType":"YulBlock","src":"20420:204:18","statements":[{"nodeType":"YulAssignment","src":"20430:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20442:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"20453:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20438:3:18"},"nodeType":"YulFunctionCall","src":"20438:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"20430:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"20508:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20521:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"20532:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20517:3:18"},"nodeType":"YulFunctionCall","src":"20517:17:18"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"20466:41:18"},"nodeType":"YulFunctionCall","src":"20466:69:18"},"nodeType":"YulExpressionStatement","src":"20466:69:18"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"20589:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20602:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"20613:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20598:3:18"},"nodeType":"YulFunctionCall","src":"20598:18:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"20545:43:18"},"nodeType":"YulFunctionCall","src":"20545:72:18"},"nodeType":"YulExpressionStatement","src":"20545:72:18"}]},"name":"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"20384:9:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"20396:6:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"20404:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"20415:4:18","type":""}],"src":"20296:328:18"},{"body":{"nodeType":"YulBlock","src":"20854:395:18","statements":[{"nodeType":"YulVariableDeclaration","src":"20864:26:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"20880:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"20885:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20876:3:18"},"nodeType":"YulFunctionCall","src":"20876:14:18"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"20868:4:18","type":""}]},{"nodeType":"YulBlock","src":"20900:164:18","statements":[{"nodeType":"YulVariableDeclaration","src":"20935:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"20965:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"20972:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20961:3:18"},"nodeType":"YulFunctionCall","src":"20961:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"20955:5:18"},"nodeType":"YulFunctionCall","src":"20955:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"20939:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"21025:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21043:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"21048:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21039:3:18"},"nodeType":"YulFunctionCall","src":"21039:14:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"20991:33:18"},"nodeType":"YulFunctionCall","src":"20991:63:18"},"nodeType":"YulExpressionStatement","src":"20991:63:18"}]},{"nodeType":"YulBlock","src":"21074:168:18","statements":[{"nodeType":"YulVariableDeclaration","src":"21113:43:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"21143:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"21150:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21139:3:18"},"nodeType":"YulFunctionCall","src":"21139:16:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"21133:5:18"},"nodeType":"YulFunctionCall","src":"21133:23:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"21117:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"21203:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21221:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"21226:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21217:3:18"},"nodeType":"YulFunctionCall","src":"21217:14:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"21169:33:18"},"nodeType":"YulFunctionCall","src":"21169:63:18"},"nodeType":"YulExpressionStatement","src":"21169:63:18"}]}]},"name":"abi_encode_t_struct$_InstitutionByCode_$4170_memory_ptr_to_t_struct$_InstitutionByCode_$4170_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"20841:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"20848:3:18","type":""}],"src":"20718:531:18"},{"body":{"nodeType":"YulBlock","src":"21423:194:18","statements":[{"nodeType":"YulAssignment","src":"21433:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"21445:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"21456:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21441:3:18"},"nodeType":"YulFunctionCall","src":"21441:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"21433:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"21583:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"21596:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"21607:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21592:3:18"},"nodeType":"YulFunctionCall","src":"21592:17:18"}],"functionName":{"name":"abi_encode_t_struct$_InstitutionByCode_$4170_memory_ptr_to_t_struct$_InstitutionByCode_$4170_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"21469:113:18"},"nodeType":"YulFunctionCall","src":"21469:141:18"},"nodeType":"YulExpressionStatement","src":"21469:141:18"}]},"name":"abi_encode_tuple_t_struct$_InstitutionByCode_$4170_memory_ptr__to_t_struct$_InstitutionByCode_$4170_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"21395:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"21407:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"21418:4:18","type":""}],"src":"21255:362:18"},{"body":{"nodeType":"YulBlock","src":"21710:478:18","statements":[{"body":{"nodeType":"YulBlock","src":"21759:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"21761:77:18"},"nodeType":"YulFunctionCall","src":"21761:79:18"},"nodeType":"YulExpressionStatement","src":"21761:79:18"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"21738:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"21746:4:18","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21734:3:18"},"nodeType":"YulFunctionCall","src":"21734:17:18"},{"name":"end","nodeType":"YulIdentifier","src":"21753:3:18"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"21730:3:18"},"nodeType":"YulFunctionCall","src":"21730:27:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"21723:6:18"},"nodeType":"YulFunctionCall","src":"21723:35:18"},"nodeType":"YulIf","src":"21720:122:18"},{"nodeType":"YulAssignment","src":"21851:30:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"21874:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"21861:12:18"},"nodeType":"YulFunctionCall","src":"21861:20:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"21851:6:18"}]},{"body":{"nodeType":"YulBlock","src":"21924:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"21926:77:18"},"nodeType":"YulFunctionCall","src":"21926:79:18"},"nodeType":"YulExpressionStatement","src":"21926:79:18"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"21896:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"21904:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"21893:2:18"},"nodeType":"YulFunctionCall","src":"21893:30:18"},"nodeType":"YulIf","src":"21890:117:18"},{"nodeType":"YulAssignment","src":"22016:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"22032:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"22040:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22028:3:18"},"nodeType":"YulFunctionCall","src":"22028:17:18"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"22016:8:18"}]},{"body":{"nodeType":"YulBlock","src":"22099:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"22101:77:18"},"nodeType":"YulFunctionCall","src":"22101:79:18"},"nodeType":"YulExpressionStatement","src":"22101:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"22064:8:18"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"22078:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"22086:4:18","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"22074:3:18"},"nodeType":"YulFunctionCall","src":"22074:17:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22060:3:18"},"nodeType":"YulFunctionCall","src":"22060:32:18"},{"name":"end","nodeType":"YulIdentifier","src":"22094:3:18"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"22057:2:18"},"nodeType":"YulFunctionCall","src":"22057:41:18"},"nodeType":"YulIf","src":"22054:128:18"}]},"name":"abi_decode_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"21677:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"21685:3:18","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"21693:8:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"21703:6:18","type":""}],"src":"21636:552:18"},{"body":{"nodeType":"YulBlock","src":"22279:442:18","statements":[{"body":{"nodeType":"YulBlock","src":"22325:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"22327:77:18"},"nodeType":"YulFunctionCall","src":"22327:79:18"},"nodeType":"YulExpressionStatement","src":"22327:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"22300:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"22309:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"22296:3:18"},"nodeType":"YulFunctionCall","src":"22296:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"22321:2:18","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"22292:3:18"},"nodeType":"YulFunctionCall","src":"22292:32:18"},"nodeType":"YulIf","src":"22289:119:18"},{"nodeType":"YulBlock","src":"22418:296:18","statements":[{"nodeType":"YulVariableDeclaration","src":"22433:45:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"22464:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"22475:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22460:3:18"},"nodeType":"YulFunctionCall","src":"22460:17:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"22447:12:18"},"nodeType":"YulFunctionCall","src":"22447:31:18"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"22437:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"22525:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"22527:77:18"},"nodeType":"YulFunctionCall","src":"22527:79:18"},"nodeType":"YulExpressionStatement","src":"22527:79:18"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"22497:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"22505:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"22494:2:18"},"nodeType":"YulFunctionCall","src":"22494:30:18"},"nodeType":"YulIf","src":"22491:117:18"},{"nodeType":"YulAssignment","src":"22622:82:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"22676:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"22687:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22672:3:18"},"nodeType":"YulFunctionCall","src":"22672:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"22696:7:18"}],"functionName":{"name":"abi_decode_t_bytes_calldata_ptr","nodeType":"YulIdentifier","src":"22640:31:18"},"nodeType":"YulFunctionCall","src":"22640:64:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"22622:6:18"},{"name":"value1","nodeType":"YulIdentifier","src":"22630:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"22241:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"22252:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"22264:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"22272:6:18","type":""}],"src":"22194:527:18"},{"body":{"nodeType":"YulBlock","src":"22827:519:18","statements":[{"body":{"nodeType":"YulBlock","src":"22873:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"22875:77:18"},"nodeType":"YulFunctionCall","src":"22875:79:18"},"nodeType":"YulExpressionStatement","src":"22875:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"22848:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"22857:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"22844:3:18"},"nodeType":"YulFunctionCall","src":"22844:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"22869:2:18","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"22840:3:18"},"nodeType":"YulFunctionCall","src":"22840:32:18"},"nodeType":"YulIf","src":"22837:119:18"},{"nodeType":"YulBlock","src":"22966:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"22981:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"22995:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"22985:6:18","type":""}]},{"nodeType":"YulAssignment","src":"23010:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23045:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"23056:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23041:3:18"},"nodeType":"YulFunctionCall","src":"23041:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"23065:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"23020:20:18"},"nodeType":"YulFunctionCall","src":"23020:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"23010:6:18"}]}]},{"nodeType":"YulBlock","src":"23093:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"23108:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"23122:2:18","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"23112:6:18","type":""}]},{"nodeType":"YulAssignment","src":"23138:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23173:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"23184:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23169:3:18"},"nodeType":"YulFunctionCall","src":"23169:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"23193:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"23148:20:18"},"nodeType":"YulFunctionCall","src":"23148:53:18"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"23138:6:18"}]}]},{"nodeType":"YulBlock","src":"23221:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"23236:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"23250:2:18","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"23240:6:18","type":""}]},{"nodeType":"YulAssignment","src":"23266:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23301:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"23312:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23297:3:18"},"nodeType":"YulFunctionCall","src":"23297:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"23321:7:18"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"23276:20:18"},"nodeType":"YulFunctionCall","src":"23276:53:18"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"23266:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"22781:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"22792:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"22804:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"22812:6:18","type":""},{"name":"value2","nodeType":"YulTypedName","src":"22820:6:18","type":""}],"src":"22727:619:18"},{"body":{"nodeType":"YulBlock","src":"23452:519:18","statements":[{"body":{"nodeType":"YulBlock","src":"23498:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"23500:77:18"},"nodeType":"YulFunctionCall","src":"23500:79:18"},"nodeType":"YulExpressionStatement","src":"23500:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"23473:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"23482:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"23469:3:18"},"nodeType":"YulFunctionCall","src":"23469:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"23494:2:18","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"23465:3:18"},"nodeType":"YulFunctionCall","src":"23465:32:18"},"nodeType":"YulIf","src":"23462:119:18"},{"nodeType":"YulBlock","src":"23591:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"23606:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"23620:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"23610:6:18","type":""}]},{"nodeType":"YulAssignment","src":"23635:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23670:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"23681:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23666:3:18"},"nodeType":"YulFunctionCall","src":"23666:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"23690:7:18"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"23645:20:18"},"nodeType":"YulFunctionCall","src":"23645:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"23635:6:18"}]}]},{"nodeType":"YulBlock","src":"23718:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"23733:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"23747:2:18","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"23737:6:18","type":""}]},{"nodeType":"YulAssignment","src":"23763:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23798:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"23809:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23794:3:18"},"nodeType":"YulFunctionCall","src":"23794:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"23818:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"23773:20:18"},"nodeType":"YulFunctionCall","src":"23773:53:18"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"23763:6:18"}]}]},{"nodeType":"YulBlock","src":"23846:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"23861:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"23875:2:18","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"23865:6:18","type":""}]},{"nodeType":"YulAssignment","src":"23891:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23926:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"23937:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23922:3:18"},"nodeType":"YulFunctionCall","src":"23922:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"23946:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"23901:20:18"},"nodeType":"YulFunctionCall","src":"23901:53:18"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"23891:6:18"}]}]}]},"name":"abi_decode_tuple_t_uint256t_bytes32t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"23406:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"23417:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"23429:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"23437:6:18","type":""},{"name":"value2","nodeType":"YulTypedName","src":"23445:6:18","type":""}],"src":"23352:619:18"},{"body":{"nodeType":"YulBlock","src":"24073:73:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24090:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"24095:6:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24083:6:18"},"nodeType":"YulFunctionCall","src":"24083:19:18"},"nodeType":"YulExpressionStatement","src":"24083:19:18"},{"nodeType":"YulAssignment","src":"24111:29:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24130:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"24135:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24126:3:18"},"nodeType":"YulFunctionCall","src":"24126:14:18"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"24111:11:18"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24045:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"24050:6:18","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"24061:11:18","type":""}],"src":"23977:169:18"},{"body":{"nodeType":"YulBlock","src":"24258:62:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"24280:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"24288:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24276:3:18"},"nodeType":"YulFunctionCall","src":"24276:14:18"},{"hexValue":"496e76616c69644d65737361676548617368","kind":"string","nodeType":"YulLiteral","src":"24292:20:18","type":"","value":"InvalidMessageHash"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24269:6:18"},"nodeType":"YulFunctionCall","src":"24269:44:18"},"nodeType":"YulExpressionStatement","src":"24269:44:18"}]},"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"24250:6:18","type":""}],"src":"24152:168:18"},{"body":{"nodeType":"YulBlock","src":"24472:220:18","statements":[{"nodeType":"YulAssignment","src":"24482:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24548:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"24553:2:18","type":"","value":"18"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24489:58:18"},"nodeType":"YulFunctionCall","src":"24489:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"24482:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24654:3:18"}],"functionName":{"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulIdentifier","src":"24565:88:18"},"nodeType":"YulFunctionCall","src":"24565:93:18"},"nodeType":"YulExpressionStatement","src":"24565:93:18"},{"nodeType":"YulAssignment","src":"24667:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24678:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"24683:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24674:3:18"},"nodeType":"YulFunctionCall","src":"24674:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"24667:3:18"}]}]},"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24460:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"24468:3:18","type":""}],"src":"24326:366:18"},{"body":{"nodeType":"YulBlock","src":"24869:248:18","statements":[{"nodeType":"YulAssignment","src":"24879:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24891:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"24902:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24887:3:18"},"nodeType":"YulFunctionCall","src":"24887:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24879:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24926:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"24937:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24922:3:18"},"nodeType":"YulFunctionCall","src":"24922:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"24945:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"24951:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"24941:3:18"},"nodeType":"YulFunctionCall","src":"24941:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24915:6:18"},"nodeType":"YulFunctionCall","src":"24915:47:18"},"nodeType":"YulExpressionStatement","src":"24915:47:18"},{"nodeType":"YulAssignment","src":"24971:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25105:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24979:124:18"},"nodeType":"YulFunctionCall","src":"24979:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24971:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"24849:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"24864:4:18","type":""}],"src":"24698:419:18"},{"body":{"nodeType":"YulBlock","src":"25151:152:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"25168:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"25171:77:18","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25161:6:18"},"nodeType":"YulFunctionCall","src":"25161:88:18"},"nodeType":"YulExpressionStatement","src":"25161:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"25265:1:18","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"25268:4:18","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25258:6:18"},"nodeType":"YulFunctionCall","src":"25258:15:18"},"nodeType":"YulExpressionStatement","src":"25258:15:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"25289:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"25292:4:18","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"25282:6:18"},"nodeType":"YulFunctionCall","src":"25282:15:18"},"nodeType":"YulExpressionStatement","src":"25282:15:18"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"25123:180:18"},{"body":{"nodeType":"YulBlock","src":"25353:147:18","statements":[{"nodeType":"YulAssignment","src":"25363:25:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"25386:1:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"25368:17:18"},"nodeType":"YulFunctionCall","src":"25368:20:18"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"25363:1:18"}]},{"nodeType":"YulAssignment","src":"25397:25:18","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"25420:1:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"25402:17:18"},"nodeType":"YulFunctionCall","src":"25402:20:18"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"25397:1:18"}]},{"nodeType":"YulAssignment","src":"25431:16:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"25442:1:18"},{"name":"y","nodeType":"YulIdentifier","src":"25445:1:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25438:3:18"},"nodeType":"YulFunctionCall","src":"25438:9:18"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"25431:3:18"}]},{"body":{"nodeType":"YulBlock","src":"25471:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"25473:16:18"},"nodeType":"YulFunctionCall","src":"25473:18:18"},"nodeType":"YulExpressionStatement","src":"25473:18:18"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"25463:1:18"},{"name":"sum","nodeType":"YulIdentifier","src":"25466:3:18"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"25460:2:18"},"nodeType":"YulFunctionCall","src":"25460:10:18"},"nodeType":"YulIf","src":"25457:36:18"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"25340:1:18","type":""},{"name":"y","nodeType":"YulTypedName","src":"25343:1:18","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"25349:3:18","type":""}],"src":"25309:191:18"},{"body":{"nodeType":"YulBlock","src":"25660:288:18","statements":[{"nodeType":"YulAssignment","src":"25670:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25682:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"25693:2:18","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25678:3:18"},"nodeType":"YulFunctionCall","src":"25678:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25670:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"25750:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25763:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"25774:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25759:3:18"},"nodeType":"YulFunctionCall","src":"25759:17:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"25706:43:18"},"nodeType":"YulFunctionCall","src":"25706:71:18"},"nodeType":"YulExpressionStatement","src":"25706:71:18"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"25831:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25844:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"25855:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25840:3:18"},"nodeType":"YulFunctionCall","src":"25840:18:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"25787:43:18"},"nodeType":"YulFunctionCall","src":"25787:72:18"},"nodeType":"YulExpressionStatement","src":"25787:72:18"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"25913:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25926:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"25937:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25922:3:18"},"nodeType":"YulFunctionCall","src":"25922:18:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"25869:43:18"},"nodeType":"YulFunctionCall","src":"25869:72:18"},"nodeType":"YulExpressionStatement","src":"25869:72:18"}]},"name":"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"25616:9:18","type":""},{"name":"value2","nodeType":"YulTypedName","src":"25628:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"25636:6:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"25644:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"25655:4:18","type":""}],"src":"25506:442:18"},{"body":{"nodeType":"YulBlock","src":"25994:76:18","statements":[{"body":{"nodeType":"YulBlock","src":"26048:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"26057:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"26060:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"26050:6:18"},"nodeType":"YulFunctionCall","src":"26050:12:18"},"nodeType":"YulExpressionStatement","src":"26050:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26017:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26039:5:18"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"26024:14:18"},"nodeType":"YulFunctionCall","src":"26024:21:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"26014:2:18"},"nodeType":"YulFunctionCall","src":"26014:32:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"26007:6:18"},"nodeType":"YulFunctionCall","src":"26007:40:18"},"nodeType":"YulIf","src":"26004:60:18"}]},"name":"validator_revert_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"25987:5:18","type":""}],"src":"25954:116:18"},{"body":{"nodeType":"YulBlock","src":"26136:77:18","statements":[{"nodeType":"YulAssignment","src":"26146:22:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"26161:6:18"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"26155:5:18"},"nodeType":"YulFunctionCall","src":"26155:13:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"26146:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26201:5:18"}],"functionName":{"name":"validator_revert_t_bool","nodeType":"YulIdentifier","src":"26177:23:18"},"nodeType":"YulFunctionCall","src":"26177:30:18"},"nodeType":"YulExpressionStatement","src":"26177:30:18"}]},"name":"abi_decode_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"26114:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"26122:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"26130:5:18","type":""}],"src":"26076:137:18"},{"body":{"nodeType":"YulBlock","src":"26293:271:18","statements":[{"body":{"nodeType":"YulBlock","src":"26339:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"26341:77:18"},"nodeType":"YulFunctionCall","src":"26341:79:18"},"nodeType":"YulExpressionStatement","src":"26341:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"26314:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"26323:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"26310:3:18"},"nodeType":"YulFunctionCall","src":"26310:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"26335:2:18","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"26306:3:18"},"nodeType":"YulFunctionCall","src":"26306:32:18"},"nodeType":"YulIf","src":"26303:119:18"},{"nodeType":"YulBlock","src":"26432:125:18","statements":[{"nodeType":"YulVariableDeclaration","src":"26447:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"26461:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"26451:6:18","type":""}]},{"nodeType":"YulAssignment","src":"26476:71:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26519:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"26530:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26515:3:18"},"nodeType":"YulFunctionCall","src":"26515:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"26539:7:18"}],"functionName":{"name":"abi_decode_t_bool_fromMemory","nodeType":"YulIdentifier","src":"26486:28:18"},"nodeType":"YulFunctionCall","src":"26486:61:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"26476:6:18"}]}]}]},"name":"abi_decode_tuple_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"26263:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"26274:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"26286:6:18","type":""}],"src":"26219:345:18"},{"body":{"nodeType":"YulBlock","src":"26613:190:18","statements":[{"nodeType":"YulAssignment","src":"26623:33:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26650:5:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"26632:17:18"},"nodeType":"YulFunctionCall","src":"26632:24:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"26623:5:18"}]},{"body":{"nodeType":"YulBlock","src":"26746:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"26748:16:18"},"nodeType":"YulFunctionCall","src":"26748:18:18"},"nodeType":"YulExpressionStatement","src":"26748:18:18"}]},"condition":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26671:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"26678:66:18","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"26668:2:18"},"nodeType":"YulFunctionCall","src":"26668:77:18"},"nodeType":"YulIf","src":"26665:103:18"},{"nodeType":"YulAssignment","src":"26777:20:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"26788:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"26795:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26784:3:18"},"nodeType":"YulFunctionCall","src":"26784:13:18"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"26777:3:18"}]}]},"name":"increment_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"26599:5:18","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"26609:3:18","type":""}],"src":"26570:233:18"},{"body":{"nodeType":"YulBlock","src":"26935:206:18","statements":[{"nodeType":"YulAssignment","src":"26945:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26957:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"26968:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26953:3:18"},"nodeType":"YulFunctionCall","src":"26953:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"26945:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"27025:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27038:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"27049:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27034:3:18"},"nodeType":"YulFunctionCall","src":"27034:17:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"26981:43:18"},"nodeType":"YulFunctionCall","src":"26981:71:18"},"nodeType":"YulExpressionStatement","src":"26981:71:18"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"27106:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27119:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"27130:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27115:3:18"},"nodeType":"YulFunctionCall","src":"27115:18:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"27062:43:18"},"nodeType":"YulFunctionCall","src":"27062:72:18"},"nodeType":"YulExpressionStatement","src":"27062:72:18"}]},"name":"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"26899:9:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"26911:6:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"26919:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"26930:4:18","type":""}],"src":"26809:332:18"},{"body":{"nodeType":"YulBlock","src":"27195:362:18","statements":[{"nodeType":"YulAssignment","src":"27205:25:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"27228:1:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"27210:17:18"},"nodeType":"YulFunctionCall","src":"27210:20:18"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"27205:1:18"}]},{"nodeType":"YulAssignment","src":"27239:25:18","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"27262:1:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"27244:17:18"},"nodeType":"YulFunctionCall","src":"27244:20:18"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"27239:1:18"}]},{"nodeType":"YulVariableDeclaration","src":"27273:28:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"27296:1:18"},{"name":"y","nodeType":"YulIdentifier","src":"27299:1:18"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"27292:3:18"},"nodeType":"YulFunctionCall","src":"27292:9:18"},"variables":[{"name":"product_raw","nodeType":"YulTypedName","src":"27277:11:18","type":""}]},{"nodeType":"YulAssignment","src":"27310:41:18","value":{"arguments":[{"name":"product_raw","nodeType":"YulIdentifier","src":"27339:11:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"27321:17:18"},"nodeType":"YulFunctionCall","src":"27321:30:18"},"variableNames":[{"name":"product","nodeType":"YulIdentifier","src":"27310:7:18"}]},{"body":{"nodeType":"YulBlock","src":"27528:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"27530:16:18"},"nodeType":"YulFunctionCall","src":"27530:18:18"},"nodeType":"YulExpressionStatement","src":"27530:18:18"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"27461:1:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"27454:6:18"},"nodeType":"YulFunctionCall","src":"27454:9:18"},{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"27484:1:18"},{"arguments":[{"name":"product","nodeType":"YulIdentifier","src":"27491:7:18"},{"name":"x","nodeType":"YulIdentifier","src":"27500:1:18"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"27487:3:18"},"nodeType":"YulFunctionCall","src":"27487:15:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"27481:2:18"},"nodeType":"YulFunctionCall","src":"27481:22:18"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"27434:2:18"},"nodeType":"YulFunctionCall","src":"27434:83:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"27414:6:18"},"nodeType":"YulFunctionCall","src":"27414:113:18"},"nodeType":"YulIf","src":"27411:139:18"}]},"name":"checked_mul_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"27178:1:18","type":""},{"name":"y","nodeType":"YulTypedName","src":"27181:1:18","type":""}],"returnVariables":[{"name":"product","nodeType":"YulTypedName","src":"27187:7:18","type":""}],"src":"27147:410:18"},{"body":{"nodeType":"YulBlock","src":"27591:152:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"27608:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"27611:77:18","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"27601:6:18"},"nodeType":"YulFunctionCall","src":"27601:88:18"},"nodeType":"YulExpressionStatement","src":"27601:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"27705:1:18","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"27708:4:18","type":"","value":"0x12"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"27698:6:18"},"nodeType":"YulFunctionCall","src":"27698:15:18"},"nodeType":"YulExpressionStatement","src":"27698:15:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"27729:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"27732:4:18","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"27722:6:18"},"nodeType":"YulFunctionCall","src":"27722:15:18"},"nodeType":"YulExpressionStatement","src":"27722:15:18"}]},"name":"panic_error_0x12","nodeType":"YulFunctionDefinition","src":"27563:180:18"},{"body":{"nodeType":"YulBlock","src":"27791:143:18","statements":[{"nodeType":"YulAssignment","src":"27801:25:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"27824:1:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"27806:17:18"},"nodeType":"YulFunctionCall","src":"27806:20:18"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"27801:1:18"}]},{"nodeType":"YulAssignment","src":"27835:25:18","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"27858:1:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"27840:17:18"},"nodeType":"YulFunctionCall","src":"27840:20:18"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"27835:1:18"}]},{"body":{"nodeType":"YulBlock","src":"27882:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x12","nodeType":"YulIdentifier","src":"27884:16:18"},"nodeType":"YulFunctionCall","src":"27884:18:18"},"nodeType":"YulExpressionStatement","src":"27884:18:18"}]},"condition":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"27879:1:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"27872:6:18"},"nodeType":"YulFunctionCall","src":"27872:9:18"},"nodeType":"YulIf","src":"27869:35:18"},{"nodeType":"YulAssignment","src":"27914:14:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"27923:1:18"},{"name":"y","nodeType":"YulIdentifier","src":"27926:1:18"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"27919:3:18"},"nodeType":"YulFunctionCall","src":"27919:9:18"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"27914:1:18"}]}]},"name":"checked_div_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"27780:1:18","type":""},{"name":"y","nodeType":"YulTypedName","src":"27783:1:18","type":""}],"returnVariables":[{"name":"r","nodeType":"YulTypedName","src":"27789:1:18","type":""}],"src":"27749:185:18"},{"body":{"nodeType":"YulBlock","src":"27985:149:18","statements":[{"nodeType":"YulAssignment","src":"27995:25:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"28018:1:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"28000:17:18"},"nodeType":"YulFunctionCall","src":"28000:20:18"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"27995:1:18"}]},{"nodeType":"YulAssignment","src":"28029:25:18","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"28052:1:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"28034:17:18"},"nodeType":"YulFunctionCall","src":"28034:20:18"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"28029:1:18"}]},{"nodeType":"YulAssignment","src":"28063:17:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"28075:1:18"},{"name":"y","nodeType":"YulIdentifier","src":"28078:1:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"28071:3:18"},"nodeType":"YulFunctionCall","src":"28071:9:18"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"28063:4:18"}]},{"body":{"nodeType":"YulBlock","src":"28105:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"28107:16:18"},"nodeType":"YulFunctionCall","src":"28107:18:18"},"nodeType":"YulExpressionStatement","src":"28107:18:18"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"28096:4:18"},{"name":"x","nodeType":"YulIdentifier","src":"28102:1:18"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"28093:2:18"},"nodeType":"YulFunctionCall","src":"28093:11:18"},"nodeType":"YulIf","src":"28090:37:18"}]},"name":"checked_sub_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"27971:1:18","type":""},{"name":"y","nodeType":"YulTypedName","src":"27974:1:18","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"27980:4:18","type":""}],"src":"27940:194:18"},{"body":{"nodeType":"YulBlock","src":"28172:28:18","statements":[{"nodeType":"YulAssignment","src":"28182:12:18","value":{"name":"value","nodeType":"YulIdentifier","src":"28189:5:18"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"28182:3:18"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"28158:5:18","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"28168:3:18","type":""}],"src":"28140:60:18"},{"body":{"nodeType":"YulBlock","src":"28265:81:18","statements":[{"nodeType":"YulAssignment","src":"28275:65:18","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"28332:5:18"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"28315:16:18"},"nodeType":"YulFunctionCall","src":"28315:23:18"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"28306:8:18"},"nodeType":"YulFunctionCall","src":"28306:33:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"28288:17:18"},"nodeType":"YulFunctionCall","src":"28288:52:18"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"28275:9:18"}]}]},"name":"convert_t_uint96_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"28245:5:18","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"28255:9:18","type":""}],"src":"28206:140:18"},{"body":{"nodeType":"YulBlock","src":"28416:65:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28433:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"28468:5:18"}],"functionName":{"name":"convert_t_uint96_to_t_uint256","nodeType":"YulIdentifier","src":"28438:29:18"},"nodeType":"YulFunctionCall","src":"28438:36:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28426:6:18"},"nodeType":"YulFunctionCall","src":"28426:49:18"},"nodeType":"YulExpressionStatement","src":"28426:49:18"}]},"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"28404:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"28411:3:18","type":""}],"src":"28352:129:18"},{"body":{"nodeType":"YulBlock","src":"28551:82:18","statements":[{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"28574:3:18"},{"name":"src","nodeType":"YulIdentifier","src":"28579:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"28584:6:18"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"28561:12:18"},"nodeType":"YulFunctionCall","src":"28561:30:18"},"nodeType":"YulExpressionStatement","src":"28561:30:18"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"28611:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"28616:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28607:3:18"},"nodeType":"YulFunctionCall","src":"28607:16:18"},{"kind":"number","nodeType":"YulLiteral","src":"28625:1:18","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28600:6:18"},"nodeType":"YulFunctionCall","src":"28600:27:18"},"nodeType":"YulExpressionStatement","src":"28600:27:18"}]},"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"28533:3:18","type":""},{"name":"dst","nodeType":"YulTypedName","src":"28538:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"28543:6:18","type":""}],"src":"28487:146:18"},{"body":{"nodeType":"YulBlock","src":"28765:215:18","statements":[{"nodeType":"YulAssignment","src":"28775:78:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28841:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"28846:6:18"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28782:58:18"},"nodeType":"YulFunctionCall","src":"28782:71:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"28775:3:18"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"28900:5:18"},{"name":"pos","nodeType":"YulIdentifier","src":"28907:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"28912:6:18"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"28863:36:18"},"nodeType":"YulFunctionCall","src":"28863:56:18"},"nodeType":"YulExpressionStatement","src":"28863:56:18"},{"nodeType":"YulAssignment","src":"28928:46:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28939:3:18"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"28966:6:18"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"28944:21:18"},"nodeType":"YulFunctionCall","src":"28944:29:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28935:3:18"},"nodeType":"YulFunctionCall","src":"28935:39:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"28928:3:18"}]}]},"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"28738:5:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"28745:6:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"28753:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"28761:3:18","type":""}],"src":"28663:317:18"},{"body":{"nodeType":"YulBlock","src":"29225:534:18","statements":[{"nodeType":"YulAssignment","src":"29235:27:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29247:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"29258:3:18","type":"","value":"160"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29243:3:18"},"nodeType":"YulFunctionCall","src":"29243:19:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29235:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"29316:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29329:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"29340:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29325:3:18"},"nodeType":"YulFunctionCall","src":"29325:17:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"29272:43:18"},"nodeType":"YulFunctionCall","src":"29272:71:18"},"nodeType":"YulExpressionStatement","src":"29272:71:18"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"29396:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29409:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"29420:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29405:3:18"},"nodeType":"YulFunctionCall","src":"29405:18:18"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"29353:42:18"},"nodeType":"YulFunctionCall","src":"29353:71:18"},"nodeType":"YulExpressionStatement","src":"29353:71:18"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"29478:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29491:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"29502:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29487:3:18"},"nodeType":"YulFunctionCall","src":"29487:18:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"29434:43:18"},"nodeType":"YulFunctionCall","src":"29434:72:18"},"nodeType":"YulExpressionStatement","src":"29434:72:18"},{"expression":{"arguments":[{"name":"value3","nodeType":"YulIdentifier","src":"29560:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29573:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"29584:2:18","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29569:3:18"},"nodeType":"YulFunctionCall","src":"29569:18:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"29516:43:18"},"nodeType":"YulFunctionCall","src":"29516:72:18"},"nodeType":"YulExpressionStatement","src":"29516:72:18"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29609:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"29620:3:18","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29605:3:18"},"nodeType":"YulFunctionCall","src":"29605:19:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"29630:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"29636:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"29626:3:18"},"nodeType":"YulFunctionCall","src":"29626:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29598:6:18"},"nodeType":"YulFunctionCall","src":"29598:49:18"},"nodeType":"YulExpressionStatement","src":"29598:49:18"},{"nodeType":"YulAssignment","src":"29656:96:18","value":{"arguments":[{"name":"value4","nodeType":"YulIdentifier","src":"29730:6:18"},{"name":"value5","nodeType":"YulIdentifier","src":"29738:6:18"},{"name":"tail","nodeType":"YulIdentifier","src":"29747:4:18"}],"functionName":{"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29664:65:18"},"nodeType":"YulFunctionCall","src":"29664:88:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29656:4:18"}]}]},"name":"abi_encode_tuple_t_uint256_t_uint96_t_bytes32_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_uint256_t_bytes32_t_bytes32_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"29157:9:18","type":""},{"name":"value5","nodeType":"YulTypedName","src":"29169:6:18","type":""},{"name":"value4","nodeType":"YulTypedName","src":"29177:6:18","type":""},{"name":"value3","nodeType":"YulTypedName","src":"29185:6:18","type":""},{"name":"value2","nodeType":"YulTypedName","src":"29193:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"29201:6:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"29209:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"29220:4:18","type":""}],"src":"28986:773:18"},{"body":{"nodeType":"YulBlock","src":"29793:152:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"29810:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"29813:77:18","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29803:6:18"},"nodeType":"YulFunctionCall","src":"29803:88:18"},"nodeType":"YulExpressionStatement","src":"29803:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"29907:1:18","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"29910:4:18","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29900:6:18"},"nodeType":"YulFunctionCall","src":"29900:15:18"},"nodeType":"YulExpressionStatement","src":"29900:15:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"29931:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"29934:4:18","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"29924:6:18"},"nodeType":"YulFunctionCall","src":"29924:15:18"},"nodeType":"YulExpressionStatement","src":"29924:15:18"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"29765:180:18"},{"body":{"nodeType":"YulBlock","src":"30048:40:18","statements":[{"nodeType":"YulAssignment","src":"30059:22:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"30075:5:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"30069:5:18"},"nodeType":"YulFunctionCall","src":"30069:12:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"30059:6:18"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"30031:5:18","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"30041:6:18","type":""}],"src":"29951:137:18"},{"body":{"nodeType":"YulBlock","src":"30189:87:18","statements":[{"nodeType":"YulAssignment","src":"30199:11:18","value":{"name":"ptr","nodeType":"YulIdentifier","src":"30207:3:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"30199:4:18"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"30227:1:18","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"30230:3:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30220:6:18"},"nodeType":"YulFunctionCall","src":"30220:14:18"},"nodeType":"YulExpressionStatement","src":"30220:14:18"},{"nodeType":"YulAssignment","src":"30243:26:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"30261:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"30264:4:18","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"30251:9:18"},"nodeType":"YulFunctionCall","src":"30251:18:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"30243:4:18"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"30176:3:18","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"30184:4:18","type":""}],"src":"30094:182:18"},{"body":{"nodeType":"YulBlock","src":"30333:51:18","statements":[{"nodeType":"YulAssignment","src":"30343:34:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"30368:1:18","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"30371:5:18"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"30364:3:18"},"nodeType":"YulFunctionCall","src":"30364:13:18"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"30343:8:18"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"30314:5:18","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"30324:8:18","type":""}],"src":"30282:102:18"},{"body":{"nodeType":"YulBlock","src":"30448:32:18","statements":[{"nodeType":"YulAssignment","src":"30458:16:18","value":{"name":"value","nodeType":"YulIdentifier","src":"30469:5:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"30458:7:18"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"30430:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"30440:7:18","type":""}],"src":"30390:90:18"},{"body":{"nodeType":"YulBlock","src":"30561:91:18","statements":[{"nodeType":"YulAssignment","src":"30571:75:18","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"30634:10:18"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"30611:22:18"},"nodeType":"YulFunctionCall","src":"30611:34:18"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"30580:30:18"},"nodeType":"YulFunctionCall","src":"30580:66:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"30571:5:18"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"30540:10:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"30555:5:18","type":""}],"src":"30486:166:18"},{"body":{"nodeType":"YulBlock","src":"30845:578:18","statements":[{"nodeType":"YulVariableDeclaration","src":"30855:26:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30871:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"30876:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30867:3:18"},"nodeType":"YulFunctionCall","src":"30867:14:18"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"30859:4:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"30890:18:18","value":{"kind":"number","nodeType":"YulLiteral","src":"30907:1:18","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"30894:9:18","type":""}]},{"nodeType":"YulBlock","src":"30918:244:18","statements":[{"nodeType":"YulAssignment","src":"30952:36:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"30975:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"30982:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30971:3:18"},"nodeType":"YulFunctionCall","src":"30971:16:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"30965:5:18"},"nodeType":"YulFunctionCall","src":"30965:23:18"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"30952:9:18"}]},{"nodeType":"YulVariableDeclaration","src":"31001:75:18","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"31066:9:18"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"31021:44:18"},"nodeType":"YulFunctionCall","src":"31021:55:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"31005:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"31123:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31141:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"31146:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31137:3:18"},"nodeType":"YulFunctionCall","src":"31137:14:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"31089:33:18"},"nodeType":"YulFunctionCall","src":"31089:63:18"},"nodeType":"YulExpressionStatement","src":"31089:63:18"}]},{"nodeType":"YulBlock","src":"31172:244:18","statements":[{"nodeType":"YulAssignment","src":"31206:36:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"31229:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"31236:4:18","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31225:3:18"},"nodeType":"YulFunctionCall","src":"31225:16:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"31219:5:18"},"nodeType":"YulFunctionCall","src":"31219:23:18"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"31206:9:18"}]},{"nodeType":"YulVariableDeclaration","src":"31255:75:18","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"31320:9:18"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"31275:44:18"},"nodeType":"YulFunctionCall","src":"31275:55:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"31259:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"31377:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31395:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"31400:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31391:3:18"},"nodeType":"YulFunctionCall","src":"31391:14:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"31343:33:18"},"nodeType":"YulFunctionCall","src":"31343:63:18"},"nodeType":"YulExpressionStatement","src":"31343:63:18"}]}]},"name":"abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"30832:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"30839:3:18","type":""}],"src":"30734:689:18"},{"body":{"nodeType":"YulBlock","src":"31564:154:18","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"31663:6:18"},{"name":"pos","nodeType":"YulIdentifier","src":"31671:3:18"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulIdentifier","src":"31574:88:18"},"nodeType":"YulFunctionCall","src":"31574:101:18"},"nodeType":"YulExpressionStatement","src":"31574:101:18"},{"nodeType":"YulAssignment","src":"31684:28:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31702:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"31707:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31698:3:18"},"nodeType":"YulFunctionCall","src":"31698:14:18"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"31684:10:18"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"31537:6:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"31545:3:18","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"31553:10:18","type":""}],"src":"31429:289:18"},{"body":{"nodeType":"YulBlock","src":"31822:38:18","statements":[{"nodeType":"YulAssignment","src":"31832:22:18","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"31844:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"31849:4:18","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31840:3:18"},"nodeType":"YulFunctionCall","src":"31840:14:18"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"31832:4:18"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"31809:3:18","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"31817:4:18","type":""}],"src":"31724:136:18"},{"body":{"nodeType":"YulBlock","src":"32122:754:18","statements":[{"nodeType":"YulVariableDeclaration","src":"32132:91:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32217:5:18"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulIdentifier","src":"32146:70:18"},"nodeType":"YulFunctionCall","src":"32146:77:18"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"32136:6:18","type":""}]},{"nodeType":"YulAssignment","src":"32232:122:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"32342:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"32347:6:18"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"32239:102:18"},"nodeType":"YulFunctionCall","src":"32239:115:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"32232:3:18"}]},{"nodeType":"YulVariableDeclaration","src":"32363:94:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32451:5:18"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulIdentifier","src":"32378:72:18"},"nodeType":"YulFunctionCall","src":"32378:79:18"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"32367:7:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"32466:21:18","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"32480:7:18"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"32470:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"32556:295:18","statements":[{"nodeType":"YulVariableDeclaration","src":"32570:27:18","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"32591:6:18"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"32574:13:18","type":""}]},{"nodeType":"YulAssignment","src":"32610:125:18","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"32716:13:18"},{"name":"pos","nodeType":"YulIdentifier","src":"32731:3:18"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulIdentifier","src":"32617:98:18"},"nodeType":"YulFunctionCall","src":"32617:118:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"32610:3:18"}]},{"nodeType":"YulAssignment","src":"32748:93:18","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"32834:6:18"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulIdentifier","src":"32758:75:18"},"nodeType":"YulFunctionCall","src":"32758:83:18"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"32748:6:18"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"32518:1:18"},{"name":"length","nodeType":"YulIdentifier","src":"32521:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"32515:2:18"},"nodeType":"YulFunctionCall","src":"32515:13:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"32529:18:18","statements":[{"nodeType":"YulAssignment","src":"32531:14:18","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"32540:1:18"},{"kind":"number","nodeType":"YulLiteral","src":"32543:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32536:3:18"},"nodeType":"YulFunctionCall","src":"32536:9:18"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"32531:1:18"}]}]},"pre":{"nodeType":"YulBlock","src":"32500:14:18","statements":[{"nodeType":"YulVariableDeclaration","src":"32502:10:18","value":{"kind":"number","nodeType":"YulLiteral","src":"32511:1:18","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"32506:1:18","type":""}]}]},"src":"32496:355:18"},{"nodeType":"YulAssignment","src":"32860:10:18","value":{"name":"pos","nodeType":"YulIdentifier","src":"32867:3:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"32860:3:18"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"32101:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"32108:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"32117:3:18","type":""}],"src":"31946:930:18"},{"body":{"nodeType":"YulBlock","src":"33082:277:18","statements":[{"nodeType":"YulAssignment","src":"33092:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33104:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"33115:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33100:3:18"},"nodeType":"YulFunctionCall","src":"33100:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"33092:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33139:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"33150:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33135:3:18"},"nodeType":"YulFunctionCall","src":"33135:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"33158:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"33164:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"33154:3:18"},"nodeType":"YulFunctionCall","src":"33154:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33128:6:18"},"nodeType":"YulFunctionCall","src":"33128:47:18"},"nodeType":"YulExpressionStatement","src":"33128:47:18"},{"nodeType":"YulAssignment","src":"33184:168:18","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"33338:6:18"},{"name":"tail","nodeType":"YulIdentifier","src":"33347:4:18"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"33192:145:18"},"nodeType":"YulFunctionCall","src":"33192:160:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"33184:4:18"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"33054:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"33066:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"33077:4:18","type":""}],"src":"32882:477:18"},{"body":{"nodeType":"YulBlock","src":"33393:152:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"33410:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"33413:77:18","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33403:6:18"},"nodeType":"YulFunctionCall","src":"33403:88:18"},"nodeType":"YulExpressionStatement","src":"33403:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"33507:1:18","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"33510:4:18","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33500:6:18"},"nodeType":"YulFunctionCall","src":"33500:15:18"},"nodeType":"YulExpressionStatement","src":"33500:15:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"33531:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"33534:4:18","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"33524:6:18"},"nodeType":"YulFunctionCall","src":"33524:15:18"},"nodeType":"YulExpressionStatement","src":"33524:15:18"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"33365:180:18"},{"body":{"nodeType":"YulBlock","src":"33602:269:18","statements":[{"nodeType":"YulAssignment","src":"33612:22:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"33626:4:18"},{"kind":"number","nodeType":"YulLiteral","src":"33632:1:18","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"33622:3:18"},"nodeType":"YulFunctionCall","src":"33622:12:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"33612:6:18"}]},{"nodeType":"YulVariableDeclaration","src":"33643:38:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"33673:4:18"},{"kind":"number","nodeType":"YulLiteral","src":"33679:1:18","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"33669:3:18"},"nodeType":"YulFunctionCall","src":"33669:12:18"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"33647:18:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"33720:51:18","statements":[{"nodeType":"YulAssignment","src":"33734:27:18","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"33748:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"33756:4:18","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"33744:3:18"},"nodeType":"YulFunctionCall","src":"33744:17:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"33734:6:18"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"33700:18:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"33693:6:18"},"nodeType":"YulFunctionCall","src":"33693:26:18"},"nodeType":"YulIf","src":"33690:81:18"},{"body":{"nodeType":"YulBlock","src":"33823:42:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"33837:16:18"},"nodeType":"YulFunctionCall","src":"33837:18:18"},"nodeType":"YulExpressionStatement","src":"33837:18:18"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"33787:18:18"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"33810:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"33818:2:18","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"33807:2:18"},"nodeType":"YulFunctionCall","src":"33807:14:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"33784:2:18"},"nodeType":"YulFunctionCall","src":"33784:38:18"},"nodeType":"YulIf","src":"33781:84:18"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"33586:4:18","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"33595:6:18","type":""}],"src":"33551:320:18"},{"body":{"nodeType":"YulBlock","src":"33983:66:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34005:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"34013:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34001:3:18"},"nodeType":"YulFunctionCall","src":"34001:14:18"},{"hexValue":"50617963726573743a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"34017:24:18","type":"","value":"Paycrest: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33994:6:18"},"nodeType":"YulFunctionCall","src":"33994:48:18"},"nodeType":"YulExpressionStatement","src":"33994:48:18"}]},"name":"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"33975:6:18","type":""}],"src":"33877:172:18"},{"body":{"nodeType":"YulBlock","src":"34201:220:18","statements":[{"nodeType":"YulAssignment","src":"34211:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34277:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"34282:2:18","type":"","value":"22"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34218:58:18"},"nodeType":"YulFunctionCall","src":"34218:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"34211:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34383:3:18"}],"functionName":{"name":"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","nodeType":"YulIdentifier","src":"34294:88:18"},"nodeType":"YulFunctionCall","src":"34294:93:18"},"nodeType":"YulExpressionStatement","src":"34294:93:18"},{"nodeType":"YulAssignment","src":"34396:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34407:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"34412:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34403:3:18"},"nodeType":"YulFunctionCall","src":"34403:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"34396:3:18"}]}]},"name":"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"34189:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"34197:3:18","type":""}],"src":"34055:366:18"},{"body":{"nodeType":"YulBlock","src":"34598:248:18","statements":[{"nodeType":"YulAssignment","src":"34608:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34620:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"34631:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34616:3:18"},"nodeType":"YulFunctionCall","src":"34616:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34608:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34655:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"34666:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34651:3:18"},"nodeType":"YulFunctionCall","src":"34651:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34674:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"34680:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"34670:3:18"},"nodeType":"YulFunctionCall","src":"34670:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34644:6:18"},"nodeType":"YulFunctionCall","src":"34644:47:18"},"nodeType":"YulExpressionStatement","src":"34644:47:18"},{"nodeType":"YulAssignment","src":"34700:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34834:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34708:124:18"},"nodeType":"YulFunctionCall","src":"34708:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34700:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"34578:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"34593:4:18","type":""}],"src":"34427:419:18"},{"body":{"nodeType":"YulBlock","src":"34958:122:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34980:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"34988:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34976:3:18"},"nodeType":"YulFunctionCall","src":"34976:14:18"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"34992:34:18","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34969:6:18"},"nodeType":"YulFunctionCall","src":"34969:58:18"},"nodeType":"YulExpressionStatement","src":"34969:58:18"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"35048:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"35056:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35044:3:18"},"nodeType":"YulFunctionCall","src":"35044:15:18"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"35061:11:18","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"35037:6:18"},"nodeType":"YulFunctionCall","src":"35037:36:18"},"nodeType":"YulExpressionStatement","src":"35037:36:18"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"34950:6:18","type":""}],"src":"34852:228:18"},{"body":{"nodeType":"YulBlock","src":"35232:220:18","statements":[{"nodeType":"YulAssignment","src":"35242:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35308:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"35313:2:18","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"35249:58:18"},"nodeType":"YulFunctionCall","src":"35249:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"35242:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35414:3:18"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"35325:88:18"},"nodeType":"YulFunctionCall","src":"35325:93:18"},"nodeType":"YulExpressionStatement","src":"35325:93:18"},{"nodeType":"YulAssignment","src":"35427:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35438:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"35443:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35434:3:18"},"nodeType":"YulFunctionCall","src":"35434:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"35427:3:18"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"35220:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"35228:3:18","type":""}],"src":"35086:366:18"},{"body":{"nodeType":"YulBlock","src":"35629:248:18","statements":[{"nodeType":"YulAssignment","src":"35639:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35651:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"35662:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35647:3:18"},"nodeType":"YulFunctionCall","src":"35647:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35639:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35686:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"35697:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35682:3:18"},"nodeType":"YulFunctionCall","src":"35682:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35705:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"35711:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"35701:3:18"},"nodeType":"YulFunctionCall","src":"35701:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"35675:6:18"},"nodeType":"YulFunctionCall","src":"35675:47:18"},"nodeType":"YulExpressionStatement","src":"35675:47:18"},{"nodeType":"YulAssignment","src":"35731:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35865:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"35739:124:18"},"nodeType":"YulFunctionCall","src":"35739:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35731:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"35609:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"35624:4:18","type":""}],"src":"35458:419:18"},{"body":{"nodeType":"YulBlock","src":"35989:127:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"36011:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"36019:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36007:3:18"},"nodeType":"YulFunctionCall","src":"36007:14:18"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561","kind":"string","nodeType":"YulLiteral","src":"36023:34:18","type":"","value":"Initializable: contract is alrea"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36000:6:18"},"nodeType":"YulFunctionCall","src":"36000:58:18"},"nodeType":"YulExpressionStatement","src":"36000:58:18"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"36079:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"36087:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36075:3:18"},"nodeType":"YulFunctionCall","src":"36075:15:18"},{"hexValue":"647920696e697469616c697a6564","kind":"string","nodeType":"YulLiteral","src":"36092:16:18","type":"","value":"dy initialized"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36068:6:18"},"nodeType":"YulFunctionCall","src":"36068:41:18"},"nodeType":"YulExpressionStatement","src":"36068:41:18"}]},"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"35981:6:18","type":""}],"src":"35883:233:18"},{"body":{"nodeType":"YulBlock","src":"36268:220:18","statements":[{"nodeType":"YulAssignment","src":"36278:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36344:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"36349:2:18","type":"","value":"46"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"36285:58:18"},"nodeType":"YulFunctionCall","src":"36285:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"36278:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36450:3:18"}],"functionName":{"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulIdentifier","src":"36361:88:18"},"nodeType":"YulFunctionCall","src":"36361:93:18"},"nodeType":"YulExpressionStatement","src":"36361:93:18"},{"nodeType":"YulAssignment","src":"36463:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36474:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"36479:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36470:3:18"},"nodeType":"YulFunctionCall","src":"36470:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"36463:3:18"}]}]},"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"36256:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"36264:3:18","type":""}],"src":"36122:366:18"},{"body":{"nodeType":"YulBlock","src":"36665:248:18","statements":[{"nodeType":"YulAssignment","src":"36675:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36687:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"36698:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36683:3:18"},"nodeType":"YulFunctionCall","src":"36683:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"36675:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36722:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"36733:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36718:3:18"},"nodeType":"YulFunctionCall","src":"36718:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"36741:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"36747:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"36737:3:18"},"nodeType":"YulFunctionCall","src":"36737:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36711:6:18"},"nodeType":"YulFunctionCall","src":"36711:47:18"},"nodeType":"YulExpressionStatement","src":"36711:47:18"},{"nodeType":"YulAssignment","src":"36767:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"36901:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"36775:124:18"},"nodeType":"YulFunctionCall","src":"36775:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"36767:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"36645:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"36660:4:18","type":""}],"src":"36494:419:18"},{"body":{"nodeType":"YulBlock","src":"36972:32:18","statements":[{"nodeType":"YulAssignment","src":"36982:16:18","value":{"name":"value","nodeType":"YulIdentifier","src":"36993:5:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"36982:7:18"}]}]},"name":"cleanup_t_rational_1_by_1","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"36954:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"36964:7:18","type":""}],"src":"36919:85:18"},{"body":{"nodeType":"YulBlock","src":"37053:43:18","statements":[{"nodeType":"YulAssignment","src":"37063:27:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"37078:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"37085:4:18","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"37074:3:18"},"nodeType":"YulFunctionCall","src":"37074:16:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"37063:7:18"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"37035:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"37045:7:18","type":""}],"src":"37010:86:18"},{"body":{"nodeType":"YulBlock","src":"37168:88:18","statements":[{"nodeType":"YulAssignment","src":"37178:72:18","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"37242:5:18"}],"functionName":{"name":"cleanup_t_rational_1_by_1","nodeType":"YulIdentifier","src":"37216:25:18"},"nodeType":"YulFunctionCall","src":"37216:32:18"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"37207:8:18"},"nodeType":"YulFunctionCall","src":"37207:42:18"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"37191:15:18"},"nodeType":"YulFunctionCall","src":"37191:59:18"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"37178:9:18"}]}]},"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"37148:5:18","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"37158:9:18","type":""}],"src":"37102:154:18"},{"body":{"nodeType":"YulBlock","src":"37333:72:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37350:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"37392:5:18"}],"functionName":{"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulIdentifier","src":"37355:36:18"},"nodeType":"YulFunctionCall","src":"37355:43:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37343:6:18"},"nodeType":"YulFunctionCall","src":"37343:56:18"},"nodeType":"YulExpressionStatement","src":"37343:56:18"}]},"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"37321:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"37328:3:18","type":""}],"src":"37262:143:18"},{"body":{"nodeType":"YulBlock","src":"37515:130:18","statements":[{"nodeType":"YulAssignment","src":"37525:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37537:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"37548:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37533:3:18"},"nodeType":"YulFunctionCall","src":"37533:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37525:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"37611:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37624:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"37635:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37620:3:18"},"nodeType":"YulFunctionCall","src":"37620:17:18"}],"functionName":{"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"37561:49:18"},"nodeType":"YulFunctionCall","src":"37561:77:18"},"nodeType":"YulExpressionStatement","src":"37561:77:18"}]},"name":"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"37487:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"37499:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"37510:4:18","type":""}],"src":"37411:234:18"},{"body":{"nodeType":"YulBlock","src":"37747:122:18","statements":[{"nodeType":"YulAssignment","src":"37757:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37769:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"37780:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37765:3:18"},"nodeType":"YulFunctionCall","src":"37765:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37757:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"37835:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37848:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"37859:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37844:3:18"},"nodeType":"YulFunctionCall","src":"37844:17:18"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"37793:41:18"},"nodeType":"YulFunctionCall","src":"37793:69:18"},"nodeType":"YulExpressionStatement","src":"37793:69:18"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"37719:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"37731:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"37742:4:18","type":""}],"src":"37651:218:18"},{"body":{"nodeType":"YulBlock","src":"37981:58:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"38003:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"38011:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37999:3:18"},"nodeType":"YulFunctionCall","src":"37999:14:18"},{"hexValue":"4f6e6c7941676772656761746f72","kind":"string","nodeType":"YulLiteral","src":"38015:16:18","type":"","value":"OnlyAggregator"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37992:6:18"},"nodeType":"YulFunctionCall","src":"37992:40:18"},"nodeType":"YulExpressionStatement","src":"37992:40:18"}]},"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"37973:6:18","type":""}],"src":"37875:164:18"},{"body":{"nodeType":"YulBlock","src":"38191:220:18","statements":[{"nodeType":"YulAssignment","src":"38201:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"38267:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"38272:2:18","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"38208:58:18"},"nodeType":"YulFunctionCall","src":"38208:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"38201:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"38373:3:18"}],"functionName":{"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulIdentifier","src":"38284:88:18"},"nodeType":"YulFunctionCall","src":"38284:93:18"},"nodeType":"YulExpressionStatement","src":"38284:93:18"},{"nodeType":"YulAssignment","src":"38386:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"38397:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"38402:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38393:3:18"},"nodeType":"YulFunctionCall","src":"38393:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"38386:3:18"}]}]},"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"38179:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"38187:3:18","type":""}],"src":"38045:366:18"},{"body":{"nodeType":"YulBlock","src":"38588:248:18","statements":[{"nodeType":"YulAssignment","src":"38598:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38610:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"38621:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38606:3:18"},"nodeType":"YulFunctionCall","src":"38606:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38598:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38645:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"38656:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38641:3:18"},"nodeType":"YulFunctionCall","src":"38641:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38664:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"38670:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"38660:3:18"},"nodeType":"YulFunctionCall","src":"38660:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"38634:6:18"},"nodeType":"YulFunctionCall","src":"38634:47:18"},"nodeType":"YulExpressionStatement","src":"38634:47:18"},{"nodeType":"YulAssignment","src":"38690:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38824:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"38698:124:18"},"nodeType":"YulFunctionCall","src":"38698:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38690:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"38568:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"38583:4:18","type":""}],"src":"38417:419:18"},{"body":{"nodeType":"YulBlock","src":"38948:58:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"38970:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"38978:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38966:3:18"},"nodeType":"YulFunctionCall","src":"38966:14:18"},{"hexValue":"4f7264657246756c66696c6c6564","kind":"string","nodeType":"YulLiteral","src":"38982:16:18","type":"","value":"OrderFulfilled"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"38959:6:18"},"nodeType":"YulFunctionCall","src":"38959:40:18"},"nodeType":"YulExpressionStatement","src":"38959:40:18"}]},"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"38940:6:18","type":""}],"src":"38842:164:18"},{"body":{"nodeType":"YulBlock","src":"39158:220:18","statements":[{"nodeType":"YulAssignment","src":"39168:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"39234:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"39239:2:18","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"39175:58:18"},"nodeType":"YulFunctionCall","src":"39175:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"39168:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"39340:3:18"}],"functionName":{"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulIdentifier","src":"39251:88:18"},"nodeType":"YulFunctionCall","src":"39251:93:18"},"nodeType":"YulExpressionStatement","src":"39251:93:18"},{"nodeType":"YulAssignment","src":"39353:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"39364:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"39369:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39360:3:18"},"nodeType":"YulFunctionCall","src":"39360:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"39353:3:18"}]}]},"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"39146:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"39154:3:18","type":""}],"src":"39012:366:18"},{"body":{"nodeType":"YulBlock","src":"39555:248:18","statements":[{"nodeType":"YulAssignment","src":"39565:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"39577:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"39588:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39573:3:18"},"nodeType":"YulFunctionCall","src":"39573:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"39565:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"39612:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"39623:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39608:3:18"},"nodeType":"YulFunctionCall","src":"39608:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"39631:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"39637:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"39627:3:18"},"nodeType":"YulFunctionCall","src":"39627:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"39601:6:18"},"nodeType":"YulFunctionCall","src":"39601:47:18"},"nodeType":"YulExpressionStatement","src":"39601:47:18"},{"nodeType":"YulAssignment","src":"39657:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"39791:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"39665:124:18"},"nodeType":"YulFunctionCall","src":"39665:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"39657:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"39535:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"39550:4:18","type":""}],"src":"39384:419:18"},{"body":{"nodeType":"YulBlock","src":"39853:172:18","statements":[{"nodeType":"YulAssignment","src":"39863:24:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39885:1:18"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"39868:16:18"},"nodeType":"YulFunctionCall","src":"39868:19:18"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"39863:1:18"}]},{"nodeType":"YulAssignment","src":"39896:24:18","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39918:1:18"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"39901:16:18"},"nodeType":"YulFunctionCall","src":"39901:19:18"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"39896:1:18"}]},{"nodeType":"YulAssignment","src":"39929:17:18","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39941:1:18"},{"name":"y","nodeType":"YulIdentifier","src":"39944:1:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"39937:3:18"},"nodeType":"YulFunctionCall","src":"39937:9:18"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"39929:4:18"}]},{"body":{"nodeType":"YulBlock","src":"39996:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"39998:16:18"},"nodeType":"YulFunctionCall","src":"39998:18:18"},"nodeType":"YulExpressionStatement","src":"39998:18:18"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"39962:4:18"},{"kind":"number","nodeType":"YulLiteral","src":"39968:26:18","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"39959:2:18"},"nodeType":"YulFunctionCall","src":"39959:36:18"},"nodeType":"YulIf","src":"39956:62:18"}]},"name":"checked_sub_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"39839:1:18","type":""},{"name":"y","nodeType":"YulTypedName","src":"39842:1:18","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"39848:4:18","type":""}],"src":"39809:216:18"},{"body":{"nodeType":"YulBlock","src":"40089:80:18","statements":[{"nodeType":"YulAssignment","src":"40099:64:18","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"40155:5:18"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"40138:16:18"},"nodeType":"YulFunctionCall","src":"40138:23:18"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"40129:8:18"},"nodeType":"YulFunctionCall","src":"40129:33:18"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"40112:16:18"},"nodeType":"YulFunctionCall","src":"40112:51:18"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"40099:9:18"}]}]},"name":"convert_t_uint64_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"40069:5:18","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"40079:9:18","type":""}],"src":"40031:138:18"},{"body":{"nodeType":"YulBlock","src":"40238:64:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40255:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"40289:5:18"}],"functionName":{"name":"convert_t_uint64_to_t_uint96","nodeType":"YulIdentifier","src":"40260:28:18"},"nodeType":"YulFunctionCall","src":"40260:35:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40248:6:18"},"nodeType":"YulFunctionCall","src":"40248:48:18"},"nodeType":"YulExpressionStatement","src":"40248:48:18"}]},"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"40226:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40233:3:18","type":""}],"src":"40175:127:18"},{"body":{"nodeType":"YulBlock","src":"40460:286:18","statements":[{"nodeType":"YulAssignment","src":"40470:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40482:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"40493:2:18","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40478:3:18"},"nodeType":"YulFunctionCall","src":"40478:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"40470:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"40550:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40563:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"40574:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40559:3:18"},"nodeType":"YulFunctionCall","src":"40559:17:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"40506:43:18"},"nodeType":"YulFunctionCall","src":"40506:71:18"},"nodeType":"YulExpressionStatement","src":"40506:71:18"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"40631:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40644:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"40655:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40640:3:18"},"nodeType":"YulFunctionCall","src":"40640:18:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"40587:43:18"},"nodeType":"YulFunctionCall","src":"40587:72:18"},"nodeType":"YulExpressionStatement","src":"40587:72:18"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"40711:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40724:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"40735:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40720:3:18"},"nodeType":"YulFunctionCall","src":"40720:18:18"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulIdentifier","src":"40669:41:18"},"nodeType":"YulFunctionCall","src":"40669:70:18"},"nodeType":"YulExpressionStatement","src":"40669:70:18"}]},"name":"abi_encode_tuple_t_bytes32_t_bytes32_t_uint64__to_t_bytes32_t_bytes32_t_uint96__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"40416:9:18","type":""},{"name":"value2","nodeType":"YulTypedName","src":"40428:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"40436:6:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"40444:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"40455:4:18","type":""}],"src":"40308:438:18"},{"body":{"nodeType":"YulBlock","src":"40817:31:18","statements":[{"nodeType":"YulAssignment","src":"40828:13:18","value":{"name":"len","nodeType":"YulIdentifier","src":"40838:3:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"40828:6:18"}]}]},"name":"array_length_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"40795:5:18","type":""},{"name":"len","nodeType":"YulTypedName","src":"40802:3:18","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"40810:6:18","type":""}],"src":"40752:96:18"},{"body":{"nodeType":"YulBlock","src":"40907:87:18","statements":[{"nodeType":"YulAssignment","src":"40917:11:18","value":{"name":"ptr","nodeType":"YulIdentifier","src":"40925:3:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"40917:4:18"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"40945:1:18","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"40948:3:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40938:6:18"},"nodeType":"YulFunctionCall","src":"40938:14:18"},"nodeType":"YulExpressionStatement","src":"40938:14:18"},{"nodeType":"YulAssignment","src":"40961:26:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"40979:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"40982:4:18","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"40969:9:18"},"nodeType":"YulFunctionCall","src":"40969:18:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"40961:4:18"}]}]},"name":"array_dataslot_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"40894:3:18","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"40902:4:18","type":""}],"src":"40854:140:18"},{"body":{"nodeType":"YulBlock","src":"41044:49:18","statements":[{"nodeType":"YulAssignment","src":"41054:33:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41072:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"41079:2:18","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41068:3:18"},"nodeType":"YulFunctionCall","src":"41068:14:18"},{"kind":"number","nodeType":"YulLiteral","src":"41084:2:18","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"41064:3:18"},"nodeType":"YulFunctionCall","src":"41064:23:18"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"41054:6:18"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41027:5:18","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"41037:6:18","type":""}],"src":"41000:93:18"},{"body":{"nodeType":"YulBlock","src":"41152:54:18","statements":[{"nodeType":"YulAssignment","src":"41162:37:18","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"41187:4:18"},{"name":"value","nodeType":"YulIdentifier","src":"41193:5:18"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"41183:3:18"},"nodeType":"YulFunctionCall","src":"41183:16:18"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"41162:8:18"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"41127:4:18","type":""},{"name":"value","nodeType":"YulTypedName","src":"41133:5:18","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"41143:8:18","type":""}],"src":"41099:107:18"},{"body":{"nodeType":"YulBlock","src":"41288:317:18","statements":[{"nodeType":"YulVariableDeclaration","src":"41298:35:18","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"41319:10:18"},{"kind":"number","nodeType":"YulLiteral","src":"41331:1:18","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"41315:3:18"},"nodeType":"YulFunctionCall","src":"41315:18:18"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"41302:9:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"41342:109:18","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"41373:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"41384:66:18","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"41354:18:18"},"nodeType":"YulFunctionCall","src":"41354:97:18"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"41346:4:18","type":""}]},{"nodeType":"YulAssignment","src":"41460:51:18","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"41491:9:18"},{"name":"toInsert","nodeType":"YulIdentifier","src":"41502:8:18"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"41472:18:18"},"nodeType":"YulFunctionCall","src":"41472:39:18"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"41460:8:18"}]},{"nodeType":"YulAssignment","src":"41520:30:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41533:5:18"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"41544:4:18"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"41540:3:18"},"nodeType":"YulFunctionCall","src":"41540:9:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"41529:3:18"},"nodeType":"YulFunctionCall","src":"41529:21:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"41520:5:18"}]},{"nodeType":"YulAssignment","src":"41559:40:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41572:5:18"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"41583:8:18"},{"name":"mask","nodeType":"YulIdentifier","src":"41593:4:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"41579:3:18"},"nodeType":"YulFunctionCall","src":"41579:19:18"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"41569:2:18"},"nodeType":"YulFunctionCall","src":"41569:30:18"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"41559:6:18"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41249:5:18","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"41256:10:18","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"41268:8:18","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"41281:6:18","type":""}],"src":"41212:393:18"},{"body":{"nodeType":"YulBlock","src":"41671:82:18","statements":[{"nodeType":"YulAssignment","src":"41681:66:18","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41739:5:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"41721:17:18"},"nodeType":"YulFunctionCall","src":"41721:24:18"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"41712:8:18"},"nodeType":"YulFunctionCall","src":"41712:34:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"41694:17:18"},"nodeType":"YulFunctionCall","src":"41694:53:18"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"41681:9:18"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41651:5:18","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"41661:9:18","type":""}],"src":"41611:142:18"},{"body":{"nodeType":"YulBlock","src":"41806:28:18","statements":[{"nodeType":"YulAssignment","src":"41816:12:18","value":{"name":"value","nodeType":"YulIdentifier","src":"41823:5:18"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"41816:3:18"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41792:5:18","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"41802:3:18","type":""}],"src":"41759:75:18"},{"body":{"nodeType":"YulBlock","src":"41916:193:18","statements":[{"nodeType":"YulVariableDeclaration","src":"41926:63:18","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"41981:7:18"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"41950:30:18"},"nodeType":"YulFunctionCall","src":"41950:39:18"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"41930:16:18","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"42005:4:18"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"42045:4:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"42039:5:18"},"nodeType":"YulFunctionCall","src":"42039:11:18"},{"name":"offset","nodeType":"YulIdentifier","src":"42052:6:18"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"42084:16:18"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"42060:23:18"},"nodeType":"YulFunctionCall","src":"42060:41:18"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"42011:27:18"},"nodeType":"YulFunctionCall","src":"42011:91:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"41998:6:18"},"nodeType":"YulFunctionCall","src":"41998:105:18"},"nodeType":"YulExpressionStatement","src":"41998:105:18"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"41893:4:18","type":""},{"name":"offset","nodeType":"YulTypedName","src":"41899:6:18","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"41907:7:18","type":""}],"src":"41840:269:18"},{"body":{"nodeType":"YulBlock","src":"42164:24:18","statements":[{"nodeType":"YulAssignment","src":"42174:8:18","value":{"kind":"number","nodeType":"YulLiteral","src":"42181:1:18","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"42174:3:18"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"42160:3:18","type":""}],"src":"42115:73:18"},{"body":{"nodeType":"YulBlock","src":"42247:136:18","statements":[{"nodeType":"YulVariableDeclaration","src":"42257:46:18","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"42271:30:18"},"nodeType":"YulFunctionCall","src":"42271:32:18"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"42261:6:18","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"42356:4:18"},{"name":"offset","nodeType":"YulIdentifier","src":"42362:6:18"},{"name":"zero_0","nodeType":"YulIdentifier","src":"42370:6:18"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"42312:43:18"},"nodeType":"YulFunctionCall","src":"42312:65:18"},"nodeType":"YulExpressionStatement","src":"42312:65:18"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"42233:4:18","type":""},{"name":"offset","nodeType":"YulTypedName","src":"42239:6:18","type":""}],"src":"42194:189:18"},{"body":{"nodeType":"YulBlock","src":"42439:136:18","statements":[{"body":{"nodeType":"YulBlock","src":"42506:63:18","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"42550:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"42557:1:18","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"42520:29:18"},"nodeType":"YulFunctionCall","src":"42520:39:18"},"nodeType":"YulExpressionStatement","src":"42520:39:18"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"42459:5:18"},{"name":"end","nodeType":"YulIdentifier","src":"42466:3:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"42456:2:18"},"nodeType":"YulFunctionCall","src":"42456:14:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"42471:26:18","statements":[{"nodeType":"YulAssignment","src":"42473:22:18","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"42486:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"42493:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42482:3:18"},"nodeType":"YulFunctionCall","src":"42482:13:18"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"42473:5:18"}]}]},"pre":{"nodeType":"YulBlock","src":"42453:2:18","statements":[]},"src":"42449:120:18"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"42427:5:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"42434:3:18","type":""}],"src":"42389:186:18"},{"body":{"nodeType":"YulBlock","src":"42659:463:18","statements":[{"body":{"nodeType":"YulBlock","src":"42685:430:18","statements":[{"nodeType":"YulVariableDeclaration","src":"42699:53:18","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"42746:5:18"}],"functionName":{"name":"array_dataslot_t_bytes_storage","nodeType":"YulIdentifier","src":"42715:30:18"},"nodeType":"YulFunctionCall","src":"42715:37:18"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"42703:8:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"42765:63:18","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"42788:8:18"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"42816:10:18"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"42798:17:18"},"nodeType":"YulFunctionCall","src":"42798:29:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42784:3:18"},"nodeType":"YulFunctionCall","src":"42784:44:18"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"42769:11:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"42985:27:18","statements":[{"nodeType":"YulAssignment","src":"42987:23:18","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"43002:8:18"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"42987:11:18"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"42969:10:18"},{"kind":"number","nodeType":"YulLiteral","src":"42981:2:18","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"42966:2:18"},"nodeType":"YulFunctionCall","src":"42966:18:18"},"nodeType":"YulIf","src":"42963:49:18"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"43054:11:18"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"43071:8:18"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"43099:3:18"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"43081:17:18"},"nodeType":"YulFunctionCall","src":"43081:22:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43067:3:18"},"nodeType":"YulFunctionCall","src":"43067:37:18"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"43025:28:18"},"nodeType":"YulFunctionCall","src":"43025:80:18"},"nodeType":"YulExpressionStatement","src":"43025:80:18"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"42676:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"42681:2:18","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"42673:2:18"},"nodeType":"YulFunctionCall","src":"42673:11:18"},"nodeType":"YulIf","src":"42670:445:18"}]},"name":"clean_up_bytearray_end_slots_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"42635:5:18","type":""},{"name":"len","nodeType":"YulTypedName","src":"42642:3:18","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"42647:10:18","type":""}],"src":"42581:541:18"},{"body":{"nodeType":"YulBlock","src":"43191:54:18","statements":[{"nodeType":"YulAssignment","src":"43201:37:18","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"43226:4:18"},{"name":"value","nodeType":"YulIdentifier","src":"43232:5:18"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"43222:3:18"},"nodeType":"YulFunctionCall","src":"43222:16:18"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"43201:8:18"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"43166:4:18","type":""},{"name":"value","nodeType":"YulTypedName","src":"43172:5:18","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"43182:8:18","type":""}],"src":"43128:117:18"},{"body":{"nodeType":"YulBlock","src":"43302:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"43312:68:18","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"43361:1:18","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"43364:5:18"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"43357:3:18"},"nodeType":"YulFunctionCall","src":"43357:13:18"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"43376:1:18","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"43372:3:18"},"nodeType":"YulFunctionCall","src":"43372:6:18"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"43328:28:18"},"nodeType":"YulFunctionCall","src":"43328:51:18"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"43324:3:18"},"nodeType":"YulFunctionCall","src":"43324:56:18"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"43316:4:18","type":""}]},{"nodeType":"YulAssignment","src":"43389:25:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"43403:4:18"},{"name":"mask","nodeType":"YulIdentifier","src":"43409:4:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"43399:3:18"},"nodeType":"YulFunctionCall","src":"43399:15:18"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"43389:6:18"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"43279:4:18","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"43285:5:18","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"43295:6:18","type":""}],"src":"43251:169:18"},{"body":{"nodeType":"YulBlock","src":"43506:214:18","statements":[{"nodeType":"YulAssignment","src":"43639:37:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"43666:4:18"},{"name":"len","nodeType":"YulIdentifier","src":"43672:3:18"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"43647:18:18"},"nodeType":"YulFunctionCall","src":"43647:29:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"43639:4:18"}]},{"nodeType":"YulAssignment","src":"43685:29:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"43696:4:18"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"43706:1:18","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"43709:3:18"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"43702:3:18"},"nodeType":"YulFunctionCall","src":"43702:11:18"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"43693:2:18"},"nodeType":"YulFunctionCall","src":"43693:21:18"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"43685:4:18"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"43487:4:18","type":""},{"name":"len","nodeType":"YulTypedName","src":"43493:3:18","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"43501:4:18","type":""}],"src":"43425:295:18"},{"body":{"nodeType":"YulBlock","src":"43822:1301:18","statements":[{"nodeType":"YulVariableDeclaration","src":"43833:57:18","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"43881:3:18"},{"name":"len","nodeType":"YulIdentifier","src":"43886:3:18"}],"functionName":{"name":"array_length_t_bytes_calldata_ptr","nodeType":"YulIdentifier","src":"43847:33:18"},"nodeType":"YulFunctionCall","src":"43847:43:18"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"43837:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"43975:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"43977:16:18"},"nodeType":"YulFunctionCall","src":"43977:18:18"},"nodeType":"YulExpressionStatement","src":"43977:18:18"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"43947:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"43955:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"43944:2:18"},"nodeType":"YulFunctionCall","src":"43944:30:18"},"nodeType":"YulIf","src":"43941:56:18"},{"nodeType":"YulVariableDeclaration","src":"44007:52:18","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"44053:4:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"44047:5:18"},"nodeType":"YulFunctionCall","src":"44047:11:18"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"44021:25:18"},"nodeType":"YulFunctionCall","src":"44021:38:18"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"44011:6:18","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"44151:4:18"},{"name":"oldLen","nodeType":"YulIdentifier","src":"44157:6:18"},{"name":"newLen","nodeType":"YulIdentifier","src":"44165:6:18"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_bytes_storage","nodeType":"YulIdentifier","src":"44106:44:18"},"nodeType":"YulFunctionCall","src":"44106:66:18"},"nodeType":"YulExpressionStatement","src":"44106:66:18"},{"nodeType":"YulVariableDeclaration","src":"44182:18:18","value":{"kind":"number","nodeType":"YulLiteral","src":"44199:1:18","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"44186:9:18","type":""}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"44247:624:18","statements":[{"nodeType":"YulVariableDeclaration","src":"44261:37:18","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"44280:6:18"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"44292:4:18","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"44288:3:18"},"nodeType":"YulFunctionCall","src":"44288:9:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"44276:3:18"},"nodeType":"YulFunctionCall","src":"44276:22:18"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"44265:7:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"44312:50:18","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"44357:4:18"}],"functionName":{"name":"array_dataslot_t_bytes_storage","nodeType":"YulIdentifier","src":"44326:30:18"},"nodeType":"YulFunctionCall","src":"44326:36:18"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"44316:6:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"44375:10:18","value":{"kind":"number","nodeType":"YulLiteral","src":"44384:1:18","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"44379:1:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"44443:170:18","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"44468:6:18"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"44493:3:18"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"44498:9:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44489:3:18"},"nodeType":"YulFunctionCall","src":"44489:19:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"44476:12:18"},"nodeType":"YulFunctionCall","src":"44476:33:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"44461:6:18"},"nodeType":"YulFunctionCall","src":"44461:49:18"},"nodeType":"YulExpressionStatement","src":"44461:49:18"},{"nodeType":"YulAssignment","src":"44527:24:18","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"44541:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"44549:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44537:3:18"},"nodeType":"YulFunctionCall","src":"44537:14:18"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"44527:6:18"}]},{"nodeType":"YulAssignment","src":"44568:31:18","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"44585:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"44596:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44581:3:18"},"nodeType":"YulFunctionCall","src":"44581:18:18"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"44568:9:18"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"44409:1:18"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"44412:7:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"44406:2:18"},"nodeType":"YulFunctionCall","src":"44406:14:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"44421:21:18","statements":[{"nodeType":"YulAssignment","src":"44423:17:18","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"44432:1:18"},{"kind":"number","nodeType":"YulLiteral","src":"44435:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44428:3:18"},"nodeType":"YulFunctionCall","src":"44428:12:18"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"44423:1:18"}]}]},"pre":{"nodeType":"YulBlock","src":"44402:3:18","statements":[]},"src":"44398:215:18"},{"body":{"nodeType":"YulBlock","src":"44649:163:18","statements":[{"nodeType":"YulVariableDeclaration","src":"44667:50:18","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"44701:3:18"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"44706:9:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44697:3:18"},"nodeType":"YulFunctionCall","src":"44697:19:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"44684:12:18"},"nodeType":"YulFunctionCall","src":"44684:33:18"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"44671:9:18","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"44741:6:18"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"44768:9:18"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"44783:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"44791:4:18","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"44779:3:18"},"nodeType":"YulFunctionCall","src":"44779:17:18"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"44749:18:18"},"nodeType":"YulFunctionCall","src":"44749:48:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"44734:6:18"},"nodeType":"YulFunctionCall","src":"44734:64:18"},"nodeType":"YulExpressionStatement","src":"44734:64:18"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"44632:7:18"},{"name":"newLen","nodeType":"YulIdentifier","src":"44641:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"44629:2:18"},"nodeType":"YulFunctionCall","src":"44629:19:18"},"nodeType":"YulIf","src":"44626:186:18"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"44832:4:18"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"44846:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"44854:1:18","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"44842:3:18"},"nodeType":"YulFunctionCall","src":"44842:14:18"},{"kind":"number","nodeType":"YulLiteral","src":"44858:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44838:3:18"},"nodeType":"YulFunctionCall","src":"44838:22:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"44825:6:18"},"nodeType":"YulFunctionCall","src":"44825:36:18"},"nodeType":"YulExpressionStatement","src":"44825:36:18"}]},"nodeType":"YulCase","src":"44240:631:18","value":{"kind":"number","nodeType":"YulLiteral","src":"44245:1:18","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"44888:229:18","statements":[{"nodeType":"YulVariableDeclaration","src":"44902:14:18","value":{"kind":"number","nodeType":"YulLiteral","src":"44915:1:18","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"44906:5:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"44939:74:18","statements":[{"nodeType":"YulAssignment","src":"44957:42:18","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"44983:3:18"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"44988:9:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44979:3:18"},"nodeType":"YulFunctionCall","src":"44979:19:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"44966:12:18"},"nodeType":"YulFunctionCall","src":"44966:33:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"44957:5:18"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"44932:6:18"},"nodeType":"YulIf","src":"44929:84:18"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"45033:4:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"45092:5:18"},{"name":"newLen","nodeType":"YulIdentifier","src":"45099:6:18"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"45039:52:18"},"nodeType":"YulFunctionCall","src":"45039:67:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"45026:6:18"},"nodeType":"YulFunctionCall","src":"45026:81:18"},"nodeType":"YulExpressionStatement","src":"45026:81:18"}]},"nodeType":"YulCase","src":"44880:237:18","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"44220:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"44228:2:18","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"44217:2:18"},"nodeType":"YulFunctionCall","src":"44217:14:18"},"nodeType":"YulSwitch","src":"44210:907:18"}]},"name":"copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"43806:4:18","type":""},{"name":"src","nodeType":"YulTypedName","src":"43812:3:18","type":""},{"name":"len","nodeType":"YulTypedName","src":"43817:3:18","type":""}],"src":"43725:1398:18"},{"body":{"nodeType":"YulBlock","src":"45242:34:18","statements":[{"nodeType":"YulAssignment","src":"45252:18:18","value":{"name":"pos","nodeType":"YulIdentifier","src":"45267:3:18"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"45252:11:18"}]}]},"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"45214:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"45219:6:18","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"45230:11:18","type":""}],"src":"45129:147:18"},{"body":{"nodeType":"YulBlock","src":"45422:209:18","statements":[{"nodeType":"YulAssignment","src":"45432:95:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45515:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"45520:6:18"}],"functionName":{"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack","nodeType":"YulIdentifier","src":"45439:75:18"},"nodeType":"YulFunctionCall","src":"45439:88:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"45432:3:18"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"45574:5:18"},{"name":"pos","nodeType":"YulIdentifier","src":"45581:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"45586:6:18"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"45537:36:18"},"nodeType":"YulFunctionCall","src":"45537:56:18"},"nodeType":"YulExpressionStatement","src":"45537:56:18"},{"nodeType":"YulAssignment","src":"45602:23:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45613:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"45618:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45609:3:18"},"nodeType":"YulFunctionCall","src":"45609:16:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"45602:3:18"}]}]},"name":"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"45395:5:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"45402:6:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"45410:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"45418:3:18","type":""}],"src":"45304:327:18"},{"body":{"nodeType":"YulBlock","src":"45781:147:18","statements":[{"nodeType":"YulAssignment","src":"45792:110:18","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"45881:6:18"},{"name":"value1","nodeType":"YulIdentifier","src":"45889:6:18"},{"name":"pos","nodeType":"YulIdentifier","src":"45898:3:18"}],"functionName":{"name":"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack","nodeType":"YulIdentifier","src":"45799:81:18"},"nodeType":"YulFunctionCall","src":"45799:103:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"45792:3:18"}]},{"nodeType":"YulAssignment","src":"45912:10:18","value":{"name":"pos","nodeType":"YulIdentifier","src":"45919:3:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"45912:3:18"}]}]},"name":"abi_encode_tuple_packed_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"45752:3:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"45758:6:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"45766:6:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"45777:3:18","type":""}],"src":"45637:291:18"},{"body":{"nodeType":"YulBlock","src":"46040:68:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"46062:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"46070:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46058:3:18"},"nodeType":"YulFunctionCall","src":"46058:14:18"},{"hexValue":"50617963726573743a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"46074:26:18","type":"","value":"Paycrest: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46051:6:18"},"nodeType":"YulFunctionCall","src":"46051:50:18"},"nodeType":"YulExpressionStatement","src":"46051:50:18"}]},"name":"store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"46032:6:18","type":""}],"src":"45934:174:18"},{"body":{"nodeType":"YulBlock","src":"46260:220:18","statements":[{"nodeType":"YulAssignment","src":"46270:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46336:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"46341:2:18","type":"","value":"24"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46277:58:18"},"nodeType":"YulFunctionCall","src":"46277:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"46270:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46442:3:18"}],"functionName":{"name":"store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40","nodeType":"YulIdentifier","src":"46353:88:18"},"nodeType":"YulFunctionCall","src":"46353:93:18"},"nodeType":"YulExpressionStatement","src":"46353:93:18"},{"nodeType":"YulAssignment","src":"46455:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46466:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"46471:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46462:3:18"},"nodeType":"YulFunctionCall","src":"46462:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"46455:3:18"}]}]},"name":"abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"46248:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"46256:3:18","type":""}],"src":"46114:366:18"},{"body":{"nodeType":"YulBlock","src":"46657:248:18","statements":[{"nodeType":"YulAssignment","src":"46667:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46679:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"46690:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46675:3:18"},"nodeType":"YulFunctionCall","src":"46675:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46667:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46714:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"46725:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46710:3:18"},"nodeType":"YulFunctionCall","src":"46710:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46733:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"46739:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46729:3:18"},"nodeType":"YulFunctionCall","src":"46729:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46703:6:18"},"nodeType":"YulFunctionCall","src":"46703:47:18"},"nodeType":"YulExpressionStatement","src":"46703:47:18"},{"nodeType":"YulAssignment","src":"46759:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46893:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46767:124:18"},"nodeType":"YulFunctionCall","src":"46767:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46759:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"46637:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"46652:4:18","type":""}],"src":"46486:419:18"},{"body":{"nodeType":"YulBlock","src":"47009:124:18","statements":[{"nodeType":"YulAssignment","src":"47019:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47031:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"47042:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47027:3:18"},"nodeType":"YulFunctionCall","src":"47027:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47019:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"47099:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47112:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"47123:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47108:3:18"},"nodeType":"YulFunctionCall","src":"47108:17:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"47055:43:18"},"nodeType":"YulFunctionCall","src":"47055:71:18"},"nodeType":"YulExpressionStatement","src":"47055:71:18"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"46981:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"46993:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"47004:4:18","type":""}],"src":"46911:222:18"},{"body":{"nodeType":"YulBlock","src":"47265:206:18","statements":[{"nodeType":"YulAssignment","src":"47275:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47287:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"47298:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47283:3:18"},"nodeType":"YulFunctionCall","src":"47283:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47275:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"47355:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47368:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"47379:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47364:3:18"},"nodeType":"YulFunctionCall","src":"47364:17:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"47311:43:18"},"nodeType":"YulFunctionCall","src":"47311:71:18"},"nodeType":"YulExpressionStatement","src":"47311:71:18"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"47436:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47449:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"47460:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47445:3:18"},"nodeType":"YulFunctionCall","src":"47445:18:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"47392:43:18"},"nodeType":"YulFunctionCall","src":"47392:72:18"},"nodeType":"YulExpressionStatement","src":"47392:72:18"}]},"name":"abi_encode_tuple_t_uint256_t_bytes32__to_t_uint256_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"47229:9:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"47241:6:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"47249:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"47260:4:18","type":""}],"src":"47139:332:18"},{"body":{"nodeType":"YulBlock","src":"47583:60:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"47605:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"47613:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47601:3:18"},"nodeType":"YulFunctionCall","src":"47601:14:18"},{"hexValue":"5061757361626c653a20706175736564","kind":"string","nodeType":"YulLiteral","src":"47617:18:18","type":"","value":"Pausable: paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47594:6:18"},"nodeType":"YulFunctionCall","src":"47594:42:18"},"nodeType":"YulExpressionStatement","src":"47594:42:18"}]},"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"47575:6:18","type":""}],"src":"47477:166:18"},{"body":{"nodeType":"YulBlock","src":"47795:220:18","statements":[{"nodeType":"YulAssignment","src":"47805:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47871:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"47876:2:18","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47812:58:18"},"nodeType":"YulFunctionCall","src":"47812:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"47805:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47977:3:18"}],"functionName":{"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulIdentifier","src":"47888:88:18"},"nodeType":"YulFunctionCall","src":"47888:93:18"},"nodeType":"YulExpressionStatement","src":"47888:93:18"},{"nodeType":"YulAssignment","src":"47990:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48001:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"48006:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47997:3:18"},"nodeType":"YulFunctionCall","src":"47997:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"47990:3:18"}]}]},"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"47783:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"47791:3:18","type":""}],"src":"47649:366:18"},{"body":{"nodeType":"YulBlock","src":"48192:248:18","statements":[{"nodeType":"YulAssignment","src":"48202:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48214:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"48225:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48210:3:18"},"nodeType":"YulFunctionCall","src":"48210:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48202:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48249:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"48260:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48245:3:18"},"nodeType":"YulFunctionCall","src":"48245:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48268:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"48274:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"48264:3:18"},"nodeType":"YulFunctionCall","src":"48264:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48238:6:18"},"nodeType":"YulFunctionCall","src":"48238:47:18"},"nodeType":"YulExpressionStatement","src":"48238:47:18"},{"nodeType":"YulAssignment","src":"48294:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48428:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48302:124:18"},"nodeType":"YulFunctionCall","src":"48302:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48294:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"48172:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"48187:4:18","type":""}],"src":"48021:419:18"},{"body":{"nodeType":"YulBlock","src":"48552:61:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"48574:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"48582:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48570:3:18"},"nodeType":"YulFunctionCall","src":"48570:14:18"},{"hexValue":"546f6b656e4e6f74537570706f72746564","kind":"string","nodeType":"YulLiteral","src":"48586:19:18","type":"","value":"TokenNotSupported"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48563:6:18"},"nodeType":"YulFunctionCall","src":"48563:43:18"},"nodeType":"YulExpressionStatement","src":"48563:43:18"}]},"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"48544:6:18","type":""}],"src":"48446:167:18"},{"body":{"nodeType":"YulBlock","src":"48765:220:18","statements":[{"nodeType":"YulAssignment","src":"48775:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48841:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"48846:2:18","type":"","value":"17"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48782:58:18"},"nodeType":"YulFunctionCall","src":"48782:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"48775:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48947:3:18"}],"functionName":{"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulIdentifier","src":"48858:88:18"},"nodeType":"YulFunctionCall","src":"48858:93:18"},"nodeType":"YulExpressionStatement","src":"48858:93:18"},{"nodeType":"YulAssignment","src":"48960:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48971:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"48976:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48967:3:18"},"nodeType":"YulFunctionCall","src":"48967:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"48960:3:18"}]}]},"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"48753:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"48761:3:18","type":""}],"src":"48619:366:18"},{"body":{"nodeType":"YulBlock","src":"49162:248:18","statements":[{"nodeType":"YulAssignment","src":"49172:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49184:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"49195:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49180:3:18"},"nodeType":"YulFunctionCall","src":"49180:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49172:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49219:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"49230:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49215:3:18"},"nodeType":"YulFunctionCall","src":"49215:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49238:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"49244:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"49234:3:18"},"nodeType":"YulFunctionCall","src":"49234:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49208:6:18"},"nodeType":"YulFunctionCall","src":"49208:47:18"},"nodeType":"YulExpressionStatement","src":"49208:47:18"},{"nodeType":"YulAssignment","src":"49264:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49398:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49272:124:18"},"nodeType":"YulFunctionCall","src":"49272:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49264:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"49142:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"49157:4:18","type":""}],"src":"48991:419:18"},{"body":{"nodeType":"YulBlock","src":"49522:56:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"49544:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"49552:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49540:3:18"},"nodeType":"YulFunctionCall","src":"49540:14:18"},{"hexValue":"416d6f756e7449735a65726f","kind":"string","nodeType":"YulLiteral","src":"49556:14:18","type":"","value":"AmountIsZero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49533:6:18"},"nodeType":"YulFunctionCall","src":"49533:38:18"},"nodeType":"YulExpressionStatement","src":"49533:38:18"}]},"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"49514:6:18","type":""}],"src":"49416:162:18"},{"body":{"nodeType":"YulBlock","src":"49730:220:18","statements":[{"nodeType":"YulAssignment","src":"49740:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49806:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"49811:2:18","type":"","value":"12"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49747:58:18"},"nodeType":"YulFunctionCall","src":"49747:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"49740:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49912:3:18"}],"functionName":{"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulIdentifier","src":"49823:88:18"},"nodeType":"YulFunctionCall","src":"49823:93:18"},"nodeType":"YulExpressionStatement","src":"49823:93:18"},{"nodeType":"YulAssignment","src":"49925:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49936:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"49941:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49932:3:18"},"nodeType":"YulFunctionCall","src":"49932:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"49925:3:18"}]}]},"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"49718:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"49726:3:18","type":""}],"src":"49584:366:18"},{"body":{"nodeType":"YulBlock","src":"50127:248:18","statements":[{"nodeType":"YulAssignment","src":"50137:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50149:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"50160:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50145:3:18"},"nodeType":"YulFunctionCall","src":"50145:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50137:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50184:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"50195:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50180:3:18"},"nodeType":"YulFunctionCall","src":"50180:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50203:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"50209:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"50199:3:18"},"nodeType":"YulFunctionCall","src":"50199:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"50173:6:18"},"nodeType":"YulFunctionCall","src":"50173:47:18"},"nodeType":"YulExpressionStatement","src":"50173:47:18"},{"nodeType":"YulAssignment","src":"50229:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50363:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50237:124:18"},"nodeType":"YulFunctionCall","src":"50237:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50229:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"50107:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"50122:4:18","type":""}],"src":"49956:419:18"},{"body":{"nodeType":"YulBlock","src":"50487:60:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"50509:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"50517:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50505:3:18"},"nodeType":"YulFunctionCall","src":"50505:14:18"},{"hexValue":"5468726f775a65726f41646472657373","kind":"string","nodeType":"YulLiteral","src":"50521:18:18","type":"","value":"ThrowZeroAddress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"50498:6:18"},"nodeType":"YulFunctionCall","src":"50498:42:18"},"nodeType":"YulExpressionStatement","src":"50498:42:18"}]},"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"50479:6:18","type":""}],"src":"50381:166:18"},{"body":{"nodeType":"YulBlock","src":"50699:220:18","statements":[{"nodeType":"YulAssignment","src":"50709:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50775:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"50780:2:18","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50716:58:18"},"nodeType":"YulFunctionCall","src":"50716:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"50709:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50881:3:18"}],"functionName":{"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulIdentifier","src":"50792:88:18"},"nodeType":"YulFunctionCall","src":"50792:93:18"},"nodeType":"YulExpressionStatement","src":"50792:93:18"},{"nodeType":"YulAssignment","src":"50894:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50905:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"50910:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50901:3:18"},"nodeType":"YulFunctionCall","src":"50901:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"50894:3:18"}]}]},"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"50687:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"50695:3:18","type":""}],"src":"50553:366:18"},{"body":{"nodeType":"YulBlock","src":"51096:248:18","statements":[{"nodeType":"YulAssignment","src":"51106:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"51118:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"51129:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"51114:3:18"},"nodeType":"YulFunctionCall","src":"51114:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"51106:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"51153:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"51164:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"51149:3:18"},"nodeType":"YulFunctionCall","src":"51149:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"51172:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"51178:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"51168:3:18"},"nodeType":"YulFunctionCall","src":"51168:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"51142:6:18"},"nodeType":"YulFunctionCall","src":"51142:47:18"},"nodeType":"YulExpressionStatement","src":"51142:47:18"},{"nodeType":"YulAssignment","src":"51198:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"51332:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"51206:124:18"},"nodeType":"YulFunctionCall","src":"51206:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"51198:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"51076:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"51091:4:18","type":""}],"src":"50925:419:18"},{"body":{"nodeType":"YulBlock","src":"51456:66:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"51478:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"51486:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"51474:3:18"},"nodeType":"YulFunctionCall","src":"51474:14:18"},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","kind":"string","nodeType":"YulLiteral","src":"51490:24:18","type":"","value":"InvalidInstitutionCode"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"51467:6:18"},"nodeType":"YulFunctionCall","src":"51467:48:18"},"nodeType":"YulExpressionStatement","src":"51467:48:18"}]},"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"51448:6:18","type":""}],"src":"51350:172:18"},{"body":{"nodeType":"YulBlock","src":"51674:220:18","statements":[{"nodeType":"YulAssignment","src":"51684:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"51750:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"51755:2:18","type":"","value":"22"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"51691:58:18"},"nodeType":"YulFunctionCall","src":"51691:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"51684:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"51856:3:18"}],"functionName":{"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulIdentifier","src":"51767:88:18"},"nodeType":"YulFunctionCall","src":"51767:93:18"},"nodeType":"YulExpressionStatement","src":"51767:93:18"},{"nodeType":"YulAssignment","src":"51869:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"51880:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"51885:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"51876:3:18"},"nodeType":"YulFunctionCall","src":"51876:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"51869:3:18"}]}]},"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"51662:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"51670:3:18","type":""}],"src":"51528:366:18"},{"body":{"nodeType":"YulBlock","src":"52071:248:18","statements":[{"nodeType":"YulAssignment","src":"52081:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"52093:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"52104:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"52089:3:18"},"nodeType":"YulFunctionCall","src":"52089:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"52081:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"52128:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"52139:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"52124:3:18"},"nodeType":"YulFunctionCall","src":"52124:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"52147:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"52153:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"52143:3:18"},"nodeType":"YulFunctionCall","src":"52143:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"52117:6:18"},"nodeType":"YulFunctionCall","src":"52117:47:18"},"nodeType":"YulExpressionStatement","src":"52117:47:18"},{"nodeType":"YulAssignment","src":"52173:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"52307:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"52181:124:18"},"nodeType":"YulFunctionCall","src":"52181:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"52173:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"52051:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"52066:4:18","type":""}],"src":"51900:419:18"},{"body":{"nodeType":"YulBlock","src":"52431:69:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"52453:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"52461:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"52449:3:18"},"nodeType":"YulFunctionCall","src":"52449:14:18"},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","kind":"string","nodeType":"YulLiteral","src":"52465:27:18","type":"","value":"InvalidSenderFeeRecipient"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"52442:6:18"},"nodeType":"YulFunctionCall","src":"52442:51:18"},"nodeType":"YulExpressionStatement","src":"52442:51:18"}]},"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"52423:6:18","type":""}],"src":"52325:175:18"},{"body":{"nodeType":"YulBlock","src":"52652:220:18","statements":[{"nodeType":"YulAssignment","src":"52662:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"52728:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"52733:2:18","type":"","value":"25"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"52669:58:18"},"nodeType":"YulFunctionCall","src":"52669:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"52662:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"52834:3:18"}],"functionName":{"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulIdentifier","src":"52745:88:18"},"nodeType":"YulFunctionCall","src":"52745:93:18"},"nodeType":"YulExpressionStatement","src":"52745:93:18"},{"nodeType":"YulAssignment","src":"52847:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"52858:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"52863:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"52854:3:18"},"nodeType":"YulFunctionCall","src":"52854:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"52847:3:18"}]}]},"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"52640:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"52648:3:18","type":""}],"src":"52506:366:18"},{"body":{"nodeType":"YulBlock","src":"53049:248:18","statements":[{"nodeType":"YulAssignment","src":"53059:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"53071:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"53082:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"53067:3:18"},"nodeType":"YulFunctionCall","src":"53067:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"53059:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"53106:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"53117:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"53102:3:18"},"nodeType":"YulFunctionCall","src":"53102:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"53125:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"53131:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"53121:3:18"},"nodeType":"YulFunctionCall","src":"53121:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"53095:6:18"},"nodeType":"YulFunctionCall","src":"53095:47:18"},"nodeType":"YulExpressionStatement","src":"53095:47:18"},{"nodeType":"YulAssignment","src":"53151:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"53285:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"53159:124:18"},"nodeType":"YulFunctionCall","src":"53159:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"53151:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"53029:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"53044:4:18","type":""}],"src":"52878:419:18"},{"body":{"nodeType":"YulBlock","src":"53409:76:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"53431:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"53439:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"53427:3:18"},"nodeType":"YulFunctionCall","src":"53427:14:18"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"53443:34:18","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"53420:6:18"},"nodeType":"YulFunctionCall","src":"53420:58:18"},"nodeType":"YulExpressionStatement","src":"53420:58:18"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"53401:6:18","type":""}],"src":"53303:182:18"},{"body":{"nodeType":"YulBlock","src":"53637:220:18","statements":[{"nodeType":"YulAssignment","src":"53647:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"53713:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"53718:2:18","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"53654:58:18"},"nodeType":"YulFunctionCall","src":"53654:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"53647:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"53819:3:18"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"53730:88:18"},"nodeType":"YulFunctionCall","src":"53730:93:18"},"nodeType":"YulExpressionStatement","src":"53730:93:18"},{"nodeType":"YulAssignment","src":"53832:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"53843:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"53848:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"53839:3:18"},"nodeType":"YulFunctionCall","src":"53839:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"53832:3:18"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"53625:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"53633:3:18","type":""}],"src":"53491:366:18"},{"body":{"nodeType":"YulBlock","src":"54034:248:18","statements":[{"nodeType":"YulAssignment","src":"54044:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"54056:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"54067:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"54052:3:18"},"nodeType":"YulFunctionCall","src":"54052:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"54044:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"54091:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"54102:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"54087:3:18"},"nodeType":"YulFunctionCall","src":"54087:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"54110:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"54116:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"54106:3:18"},"nodeType":"YulFunctionCall","src":"54106:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"54080:6:18"},"nodeType":"YulFunctionCall","src":"54080:47:18"},"nodeType":"YulExpressionStatement","src":"54080:47:18"},{"nodeType":"YulAssignment","src":"54136:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"54270:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"54144:124:18"},"nodeType":"YulFunctionCall","src":"54144:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"54136:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"54014:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"54029:4:18","type":""}],"src":"53863:419:18"},{"body":{"nodeType":"YulBlock","src":"54394:124:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"54416:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"54424:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"54412:3:18"},"nodeType":"YulFunctionCall","src":"54412:14:18"},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069","kind":"string","nodeType":"YulLiteral","src":"54428:34:18","type":"","value":"Initializable: contract is not i"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"54405:6:18"},"nodeType":"YulFunctionCall","src":"54405:58:18"},"nodeType":"YulExpressionStatement","src":"54405:58:18"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"54484:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"54492:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"54480:3:18"},"nodeType":"YulFunctionCall","src":"54480:15:18"},{"hexValue":"6e697469616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"54497:13:18","type":"","value":"nitializing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"54473:6:18"},"nodeType":"YulFunctionCall","src":"54473:38:18"},"nodeType":"YulExpressionStatement","src":"54473:38:18"}]},"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"54386:6:18","type":""}],"src":"54288:230:18"},{"body":{"nodeType":"YulBlock","src":"54670:220:18","statements":[{"nodeType":"YulAssignment","src":"54680:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"54746:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"54751:2:18","type":"","value":"43"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"54687:58:18"},"nodeType":"YulFunctionCall","src":"54687:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"54680:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"54852:3:18"}],"functionName":{"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulIdentifier","src":"54763:88:18"},"nodeType":"YulFunctionCall","src":"54763:93:18"},"nodeType":"YulExpressionStatement","src":"54763:93:18"},{"nodeType":"YulAssignment","src":"54865:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"54876:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"54881:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"54872:3:18"},"nodeType":"YulFunctionCall","src":"54872:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"54865:3:18"}]}]},"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"54658:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"54666:3:18","type":""}],"src":"54524:366:18"},{"body":{"nodeType":"YulBlock","src":"55067:248:18","statements":[{"nodeType":"YulAssignment","src":"55077:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"55089:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"55100:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"55085:3:18"},"nodeType":"YulFunctionCall","src":"55085:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"55077:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"55124:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"55135:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"55120:3:18"},"nodeType":"YulFunctionCall","src":"55120:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"55143:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"55149:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"55139:3:18"},"nodeType":"YulFunctionCall","src":"55139:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"55113:6:18"},"nodeType":"YulFunctionCall","src":"55113:47:18"},"nodeType":"YulExpressionStatement","src":"55113:47:18"},{"nodeType":"YulAssignment","src":"55169:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"55303:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"55177:124:18"},"nodeType":"YulFunctionCall","src":"55177:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"55169:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"55047:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"55062:4:18","type":""}],"src":"54896:419:18"},{"body":{"nodeType":"YulBlock","src":"55427:64:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"55449:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"55457:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"55445:3:18"},"nodeType":"YulFunctionCall","src":"55445:14:18"},{"hexValue":"5061757361626c653a206e6f7420706175736564","kind":"string","nodeType":"YulLiteral","src":"55461:22:18","type":"","value":"Pausable: not paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"55438:6:18"},"nodeType":"YulFunctionCall","src":"55438:46:18"},"nodeType":"YulExpressionStatement","src":"55438:46:18"}]},"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"55419:6:18","type":""}],"src":"55321:170:18"},{"body":{"nodeType":"YulBlock","src":"55643:220:18","statements":[{"nodeType":"YulAssignment","src":"55653:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"55719:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"55724:2:18","type":"","value":"20"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"55660:58:18"},"nodeType":"YulFunctionCall","src":"55660:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"55653:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"55825:3:18"}],"functionName":{"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulIdentifier","src":"55736:88:18"},"nodeType":"YulFunctionCall","src":"55736:93:18"},"nodeType":"YulExpressionStatement","src":"55736:93:18"},{"nodeType":"YulAssignment","src":"55838:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"55849:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"55854:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"55845:3:18"},"nodeType":"YulFunctionCall","src":"55845:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"55838:3:18"}]}]},"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"55631:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"55639:3:18","type":""}],"src":"55497:366:18"},{"body":{"nodeType":"YulBlock","src":"56040:248:18","statements":[{"nodeType":"YulAssignment","src":"56050:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"56062:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"56073:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"56058:3:18"},"nodeType":"YulFunctionCall","src":"56058:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"56050:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"56097:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"56108:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"56093:3:18"},"nodeType":"YulFunctionCall","src":"56093:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"56116:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"56122:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"56112:3:18"},"nodeType":"YulFunctionCall","src":"56112:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"56086:6:18"},"nodeType":"YulFunctionCall","src":"56086:47:18"},"nodeType":"YulExpressionStatement","src":"56086:47:18"},{"nodeType":"YulAssignment","src":"56142:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"56276:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"56150:124:18"},"nodeType":"YulFunctionCall","src":"56150:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"56142:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"56020:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"56035:4:18","type":""}],"src":"55869:419:18"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(ptr) -> data {\n data := ptr\n\n data := add(ptr, 0x20)\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // code\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(ptr) -> next {\n next := add(ptr, 0x20)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := mload(srcPtr)\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$4165_memory_ptr_to_t_struct$_Institution_$4165_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function cleanup_t_uint96(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffff)\n }\n\n function validator_revert_t_uint96(value) {\n if iszero(eq(value, cleanup_t_uint96(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint96(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint96(value)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() {\n revert(0, 0)\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n // string\n function abi_decode_t_string_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_addresst_uint256t_bytes32t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6, value7, value8, value9 {\n if slt(sub(dataEnd, headStart), 288) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 128\n\n value4 := abi_decode_t_uint96(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 160\n\n value5 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 192\n\n value6 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 224\n\n value7 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 256))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value8, value9 := abi_decode_t_string_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32_fromStack(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$4165_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$4165_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_bytes_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\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\n function abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_bytes_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_bytes_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_bytes_memory_ptr__to_t_bytes_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_bytes_memory_ptr_to_t_bytes_memory_ptr_fromStack(value0, tail)\n\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_t_uint96_to_t_uint96(value, pos) {\n mstore(pos, cleanup_t_uint96(value))\n }\n\n function abi_encode_t_bool_to_t_bool(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n // struct IPaycrest.Order -> struct IPaycrest.Order\n function abi_encode_t_struct$_Order_$4053_memory_ptr_to_t_struct$_Order_$4053_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x0140)\n\n {\n // seller\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x00))\n }\n\n {\n // token\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x20))\n }\n\n {\n // senderFeeRecipient\n\n let memberValue0 := mload(add(value, 0x40))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x40))\n }\n\n {\n // senderFee\n\n let memberValue0 := mload(add(value, 0x60))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x60))\n }\n\n {\n // protocolFee\n\n let memberValue0 := mload(add(value, 0x80))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x80))\n }\n\n {\n // rate\n\n let memberValue0 := mload(add(value, 0xa0))\n abi_encode_t_uint96_to_t_uint96(memberValue0, add(pos, 0xa0))\n }\n\n {\n // isFulfilled\n\n let memberValue0 := mload(add(value, 0xc0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xc0))\n }\n\n {\n // refundAddress\n\n let memberValue0 := mload(add(value, 0xe0))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0xe0))\n }\n\n {\n // currentBPS\n\n let memberValue0 := mload(add(value, 0x0100))\n abi_encode_t_uint96_to_t_uint96(memberValue0, add(pos, 0x0100))\n }\n\n {\n // amount\n\n let memberValue0 := mload(add(value, 0x0120))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x0120))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_Order_$4053_memory_ptr__to_t_struct$_Order_$4053_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 320)\n\n abi_encode_t_struct$_Order_$4053_memory_ptr_to_t_struct$_Order_$4053_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_bytes32t_bytes32t_addresst_uint64(headStart, dataEnd) -> value0, value1, value2, value3, value4 {\n if slt(sub(dataEnd, headStart), 160) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 128\n\n value4 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n // struct SharedStructs.InstitutionByCode -> struct SharedStructs.InstitutionByCode\n function abi_encode_t_struct$_InstitutionByCode_$4170_memory_ptr_to_t_struct$_InstitutionByCode_$4170_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // currency\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_InstitutionByCode_$4170_memory_ptr__to_t_struct$_InstitutionByCode_$4170_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_struct$_InstitutionByCode_$4170_memory_ptr_to_t_struct$_InstitutionByCode_$4170_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n // bytes\n function abi_decode_t_bytes_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0, value1 := abi_decode_t_bytes_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_uint256t_bytes32t_bytes32(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidMessageHash\")\n\n }\n\n function abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 18)\n store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed(headStart , value2, value1, value0) -> tail {\n tail := add(headStart, 96)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n }\n\n function validator_revert_t_bool(value) {\n if iszero(eq(value, cleanup_t_bool(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bool_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bool_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function increment_t_uint256(value) -> ret {\n value := cleanup_t_uint256(value)\n if eq(value, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) { panic_error_0x11() }\n ret := add(value, 1)\n }\n\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n function checked_mul_t_uint256(x, y) -> product {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n let product_raw := mul(x, y)\n product := cleanup_t_uint256(product_raw)\n\n // overflow, if x != 0 and y != product/x\n if iszero(\n or(\n iszero(x),\n eq(y, div(product, x))\n )\n ) { panic_error_0x11() }\n\n }\n\n function panic_error_0x12() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n\n function checked_div_t_uint256(x, y) -> r {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n if iszero(y) { panic_error_0x12() }\n\n r := div(x, y)\n }\n\n function checked_sub_t_uint256(x, y) -> diff {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n diff := sub(x, y)\n\n if gt(diff, x) { panic_error_0x11() }\n\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint96_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint96(value)))\n }\n\n function abi_encode_t_uint96_to_t_uint256_fromStack(value, pos) {\n mstore(pos, convert_t_uint96_to_t_uint256(value))\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n // string -> string\n function abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_uint256_t_uint96_t_bytes32_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_uint256_t_bytes32_t_bytes32_t_string_memory_ptr__fromStack_reversed(headStart , value5, value4, value3, value2, value1, value0) -> tail {\n tail := add(headStart, 160)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint96_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value2, add(headStart, 64))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value3, add(headStart, 96))\n\n mstore(add(headStart, 128), sub(tail, headStart))\n tail := abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(value4, value5, tail)\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4(memPtr) {\n\n mstore(add(memPtr, 0), \"Paycrest: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is alrea\")\n\n mstore(add(memPtr, 32), \"dy initialized\")\n\n }\n\n function abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 46)\n store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_rational_1_by_1(value) -> cleaned {\n cleaned := value\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function convert_t_rational_1_by_1_to_t_uint8(value) -> converted {\n converted := cleanup_t_uint8(identity(cleanup_t_rational_1_by_1(value)))\n }\n\n function abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value, pos) {\n mstore(pos, convert_t_rational_1_by_1_to_t_uint8(value))\n }\n\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(memPtr) {\n\n mstore(add(memPtr, 0), \"OnlyAggregator\")\n\n }\n\n function abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderFulfilled\")\n\n }\n\n function abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function checked_sub_t_uint96(x, y) -> diff {\n x := cleanup_t_uint96(x)\n y := cleanup_t_uint96(y)\n diff := sub(x, y)\n\n if gt(diff, 0xffffffffffffffffffffffff) { panic_error_0x11() }\n\n }\n\n function convert_t_uint64_to_t_uint96(value) -> converted {\n converted := cleanup_t_uint96(identity(cleanup_t_uint64(value)))\n }\n\n function abi_encode_t_uint64_to_t_uint96_fromStack(value, pos) {\n mstore(pos, convert_t_uint64_to_t_uint96(value))\n }\n\n function abi_encode_tuple_t_bytes32_t_bytes32_t_uint64__to_t_bytes32_t_bytes32_t_uint96__fromStack_reversed(headStart , value2, value1, value0) -> tail {\n tail := add(headStart, 96)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint64_to_t_uint96_fromStack(value2, add(headStart, 64))\n\n }\n\n function array_length_t_bytes_calldata_ptr(value, len) -> length {\n\n length := len\n\n }\n\n function array_dataslot_t_bytes_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_bytes_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_bytes_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage(slot, src, len) {\n\n let newLen := array_length_t_bytes_calldata_ptr(src, len)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_bytes_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_bytes_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, calldataload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := calldataload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\n value := calldataload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n\n function array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack(pos, length) -> updated_pos {\n updated_pos := pos\n }\n\n // bytes -> bytes\n function abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, length)\n }\n\n function abi_encode_tuple_packed_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos , value1, value0) -> end {\n\n pos := abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack(value0, value1, pos)\n\n end := pos\n }\n\n function store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40(memPtr) {\n\n mstore(add(memPtr, 0), \"Paycrest: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 24)\n store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_tuple_t_uint256_t_bytes32__to_t_uint256_t_bytes32__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value1, add(headStart, 32))\n\n }\n\n function store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: paused\")\n\n }\n\n function abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(memPtr) {\n\n mstore(add(memPtr, 0), \"TokenNotSupported\")\n\n }\n\n function abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 17)\n store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(memPtr) {\n\n mstore(add(memPtr, 0), \"AmountIsZero\")\n\n }\n\n function abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 12)\n store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(memPtr) {\n\n mstore(add(memPtr, 0), \"ThrowZeroAddress\")\n\n }\n\n function abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidInstitutionCode\")\n\n }\n\n function abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidSenderFeeRecipient\")\n\n }\n\n function abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 25)\n store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is not i\")\n\n mstore(add(memPtr, 32), \"nitializing\")\n\n }\n\n function abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 43)\n store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: not paused\")\n\n }\n\n function abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 20)\n store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":18,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b506004361061014d5760003560e01c80638129fc1c116100c3578063c22801031161007c578063c228010314610342578063cb79455b14610372578063cd9924001461038e578063d28a8d32146103aa578063e30c3978146103da578063f2fde38b146103f85761014d565b80638129fc1c146102a45780638456cb59146102ae57806384630736146102b85780638da5cb5b146102d45780639015dced146102f2578063b810c636146103235761014d565b806340ebc6771161011557806340ebc677146101f65780635c975abb14610212578063715018a61461023057806375151b631461023a578063768c6ec01461026a57806379ba50971461029a5761014d565b806302621338146101525780632654ec7e1461018257806332200882146101b25780633ad59dbc146101ce5780633f4ba83a146101ec575b600080fd5b61016c6004803603810190610167919061285f565b610414565b6040516101799190612979565b60405180910390f35b61019c60048036038101906101979190612ad8565b61049a565b6040516101a99190612bd2565b60405180910390f35b6101cc60048036038101906101c79190612d91565b6109b7565b005b6101d6610b2c565b6040516101e39190612e6c565b60405180910390f35b6101f4610bbe565b005b610210600480360381019061020b9190612e8e565b610bd0565b005b61021a610d61565b6040516102279190612ee9565b60405180910390f35b610238610d78565b005b610254600480360381019061024f9190612f04565b610d8c565b6040516102619190612ee9565b60405180910390f35b610284600480360381019061027f919061285f565b610de8565b6040516102919190613039565b60405180910390f35b6102a2611024565b005b6102ac6110b1565b005b6102b6611201565b005b6102d260048036038101906102cd9190613095565b611213565b005b6102dc61127e565b6040516102e991906130d1565b60405180910390f35b61030c600480360381019061030791906130ec565b6112a8565b60405161031a929190613167565b60405180910390f35b61032b611719565b6040516103399291906131ae565b60405180910390f35b61035c6004803603810190610357919061285f565b61173e565b6040516103699190613206565b60405180910390f35b61038c60048036038101906103879190613277565b61177f565b005b6103a860048036038101906103a391906132c4565b6117e1565b005b6103c460048036038101906103bf9190613317565b611966565b6040516103d19190612ee9565b60405180910390f35b6103e2611e2c565b6040516103ef91906130d1565b60405180910390f35b610412600480360381019061040d9190612f04565b611e56565b005b606060ce6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561048f57838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610449565b505050509050919050565b60006104a4611f03565b6104b28b8b8689898e611f4d565b600083839050036104f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104ef906133c7565b60405180910390fd5b8a73ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888e6105229190613416565b6040518463ffffffff1660e01b81526004016105409392919061344a565b6020604051808303816000875af115801561055f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061058391906134ad565b5061010360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008154809291906105d5906134da565b91905055503361010360003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205460405160200161062d929190613522565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168c610676919061354b565b61068091906135bc565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018d73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff168152602001878152602001828152602001896bffffffffffffffffffffffff1681526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828d61075391906135ed565b815250610102600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555060c082015181600501600c6101000a81548160ff02191690831515021790555060e08201518160060160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506101208201518160070155905050816101026000848152602001908152602001600020600701548d73ffffffffffffffffffffffffffffffffffffffff167f94bed2b14a43efaec8c295ba3fbce0aa493e61643c3adb49774ca7df08d5a919848c8f8f8b8b6040516109a096959493929190613698565b60405180910390a4509a9950505050505050505050565b6109bf61215c565b60ce600083815260200190815260200160002060006109de91906126e1565b60005b8151811015610add5760ce6000848152602001908152602001600020828281518110610a1057610a0f6136f4565b5b60200260200101519080600181540180825580915050600190039060005260206000209060020201600090919091909150600082015181600001556020820151816001015550506040518060400160405280838381518110610a7557610a746136f4565b5b60200260200101516020015181526020018481525060cf6000848481518110610aa157610aa06136f4565b5b602002602001015160000151815260200190815260200160002060008201518160000155602082015181600101559050508060010190506109e1565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60ce6000858152602001908152602001600020604051610b20919061383d565b60405180910390a25050565b6060609a8054610b3b9061388e565b80601f0160208091040260200160405190810160405280929190818152602001828054610b679061388e565b8015610bb45780601f10610b8957610100808354040283529160200191610bb4565b820191906000526020600020905b815481529060010190602001808311610b9757829003601f168201915b5050505050905090565b610bc661215c565b610bce6121da565b565b610bd861215c565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610c47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c3e9061390b565b60405180910390fd5b7f74726561737572790000000000000000000000000000000000000000000000008203610cb05780609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7f61676772656761746f72000000000000000000000000000000000000000000008203610d195780609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b8073ffffffffffffffffffffffffffffffffffffffff16827fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35050565b600060d060009054906101000a900460ff16905090565b610d8061215c565b610d8a600061223d565b565b6000600160cd60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610dde5760019050610de3565b600090505b919050565b610df0612705565b6101026000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff16815260200160058201600c9054906101000a900460ff161515151581526020016006820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061102e61226e565b90508073ffffffffffffffffffffffffffffffffffffffff1661104f611e2c565b73ffffffffffffffffffffffffffffffffffffffff16146110a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161109c9061399d565b60405180910390fd5b6110ae8161223d565b50565b60008060019054906101000a900460ff161590508080156110e25750600160008054906101000a900460ff1660ff16105b8061110f57506110f130612276565b15801561110e5750600160008054906101000a900460ff1660ff16145b5b61114e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114590613a2f565b60405180910390fd5b60016000806101000a81548160ff021916908360ff160217905550801561118b576001600060016101000a81548160ff0219169083151502179055505b620186a060978190555061119d612299565b6111a56122f2565b80156111fe5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860016040516111f59190613a97565b60405180910390a15b50565b61120961215c565b61121161234b565b565b61121b61215c565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fb94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e26446816040516112739190613ab2565b60405180910390a150565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461133b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161133290613b19565b60405180910390fd5b6101026000878152602001908152602001600020600501600c9054906101000a900460ff16156113a0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139790613b85565b60405180910390fd5b6000610102600088815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508367ffffffffffffffff16610102600089815260200190815260200160002060060160148282829054906101000a90046bffffffffffffffffffffffff166114249190613ba5565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610102600089815260200190815260200160002060060160149054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff16036115c95760016101026000898152602001908152602001600020600501600c6101000a81548160ff0219169083151502179055506000610102600089815260200190815260200160002060030154146114f0576114ef876123ae565b5b6000610102600089815260200190815260200160002060040154146115c8578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010260008b8152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611583929190613522565b6020604051808303816000875af11580156115a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115c691906134ad565b505b5b60006097548567ffffffffffffffff1661010260008b8152602001908152602001600020600701546115fb919061354b565b61160591906135bc565b90508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb87836040518363ffffffff1660e01b8152600401611642929190613522565b6020604051808303816000875af1158015611661573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061168591906134ad565b508061010260008a815260200190815260200160002060070160008282546116ad91906135ed565b925050819055508573ffffffffffffffffffffffffffffffffffffffff16887fa9ec2b6676d3ea3e8da117193c71b1b85fcdbc72f077a624f950241eb38f13c28b8a896040516116ff93929190613c16565b60405180910390a387829350935050509550959350505050565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6117466127ce565b60cf6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b61178761215c565b8181609a9182611798929190613dfa565b5081816040516117a9929190613efa565b60405180910390207f6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef60405160405180910390a25050565b6117e961215c565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611858576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161184f9061390b565b60405180910390fd5b60018114806118675750600281145b6118a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161189d90613f5f565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611961578060cd60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c836040516119589190613f7f565b60405180910390a35b505050565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146119f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119ef90613b19565b60405180910390fd5b6101026000848152602001908152602001600020600501600c9054906101000a900460ff1615611a5d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a5490613b85565b60405180910390fd5b610102600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16866040518363ffffffff1660e01b8152600401611af1929190613522565b6020604051808303816000875af1158015611b10573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b3491906134ad565b5060016101026000858152602001908152602001600020600501600c6101000a81548160ff0219169083151502179055506000610102600085815260200190815260200160002060060160146101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600084610102600086815260200190815260200160002060040154610102600087815260200190815260200160002060070154611be99190613416565b611bf391906135ed565b9050610102600085815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610102600087815260200190815260200160002060060160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b8152600401611c9e929190613522565b6020604051808303816000875af1158015611cbd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ce191906134ad565b50610102600085815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610102600087815260200190815260200160002060060160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101026000888152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611da2929190613522565b6020604051808303816000875af1158015611dc1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611de591906134ad565b50837f79252c381c5280f78c77f378791e42b506843a48916430480eab95a898cdae9f8685604051611e18929190613f9a565b60405180910390a260019150509392505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b611e5e61215c565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16611ebe61127e565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b611f0b610d61565b15611f4b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f429061400f565b60405180910390fd5b565b600160cd60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205414611fcf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fc69061407b565b60405180910390fd5b60008503612012576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612009906140e7565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603612081576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161207890614153565b60405180910390fd5b6000801b60cf600083815260200190815260200160002060000154036120dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d3906141bf565b60405180910390fd5b6000821461215457600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612153576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161214a9061422b565b60405180910390fd5b5b505050505050565b61216461226e565b73ffffffffffffffffffffffffffffffffffffffff1661218261127e565b73ffffffffffffffffffffffffffffffffffffffff16146121d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121cf90614297565b60405180910390fd5b565b6121e2612505565b600060d060006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61222661226e565b60405161223391906130d1565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff021916905561226b8161254e565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff166122e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122df90614329565b60405180910390fd5b6122f0612614565b565b600060019054906101000a900460ff16612341576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161233890614329565b60405180910390fd5b612349612675565b565b612353611f03565b600160d060006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25861239761226e565b6040516123a491906130d1565b60405180910390a1565b6000610102600083815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905060006101026000848152602001908152602001600020600301549050610102600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb83836040518363ffffffff1660e01b8152600401612478929190613522565b6020604051808303816000875af1158015612497573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124bb91906134ad565b50808273ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a3505050565b61250d610d61565b61254c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161254390614395565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff16612663576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161265a90614329565b60405180910390fd5b61267361266e61226e565b61223d565b565b600060019054906101000a900460ff166126c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126bb90614329565b60405180910390fd5b600060d060006101000a81548160ff021916908315150217905550565b508054600082556002029060005260206000209081019061270291906127ee565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600081526020016000815260200160006bffffffffffffffffffffffff168152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b80821115612811576000808201600090556001820160009055506002016127ef565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61283c81612829565b811461284757600080fd5b50565b60008135905061285981612833565b92915050565b6000602082840312156128755761287461281f565b5b60006128838482850161284a565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6128c181612829565b82525050565b6040820160008201516128dd60008501826128b8565b5060208201516128f060208501826128b8565b50505050565b600061290283836128c7565b60408301905092915050565b6000602082019050919050565b60006129268261288c565b6129308185612897565b935061293b836128a8565b8060005b8381101561296c57815161295388826128f6565b975061295e8361290e565b92505060018101905061293f565b5085935050505092915050565b60006020820190508181036000830152612993818461291b565b905092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006129c68261299b565b9050919050565b6129d6816129bb565b81146129e157600080fd5b50565b6000813590506129f3816129cd565b92915050565b6000819050919050565b612a0c816129f9565b8114612a1757600080fd5b50565b600081359050612a2981612a03565b92915050565b60006bffffffffffffffffffffffff82169050919050565b612a5081612a2f565b8114612a5b57600080fd5b50565b600081359050612a6d81612a47565b92915050565b600080fd5b600080fd5b600080fd5b60008083601f840112612a9857612a97612a73565b5b8235905067ffffffffffffffff811115612ab557612ab4612a78565b5b602083019150836001820283011115612ad157612ad0612a7d565b5b9250929050565b6000806000806000806000806000806101208b8d031215612afc57612afb61281f565b5b6000612b0a8d828e016129e4565b9a50506020612b1b8d828e01612a1a565b9950506040612b2c8d828e0161284a565b9850506060612b3d8d828e0161284a565b9750506080612b4e8d828e01612a5e565b96505060a0612b5f8d828e016129e4565b95505060c0612b708d828e01612a1a565b94505060e0612b818d828e016129e4565b9350506101008b013567ffffffffffffffff811115612ba357612ba2612824565b5b612baf8d828e01612a82565b92509250509295989b9194979a5092959850565b612bcc81612829565b82525050565b6000602082019050612be76000830184612bc3565b92915050565b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612c3682612bed565b810181811067ffffffffffffffff82111715612c5557612c54612bfe565b5b80604052505050565b6000612c68612815565b9050612c748282612c2d565b919050565b600067ffffffffffffffff821115612c9457612c93612bfe565b5b602082029050602081019050919050565b600080fd5b600060408284031215612cc057612cbf612ca5565b5b612cca6040612c5e565b90506000612cda8482850161284a565b6000830152506020612cee8482850161284a565b60208301525092915050565b6000612d0d612d0884612c79565b612c5e565b90508083825260208201905060408402830185811115612d3057612d2f612a7d565b5b835b81811015612d595780612d458882612caa565b845260208401935050604081019050612d32565b5050509392505050565b600082601f830112612d7857612d77612a73565b5b8135612d88848260208601612cfa565b91505092915050565b60008060408385031215612da857612da761281f565b5b6000612db68582860161284a565b925050602083013567ffffffffffffffff811115612dd757612dd6612824565b5b612de385828601612d63565b9150509250929050565b600081519050919050565b600082825260208201905092915050565b60005b83811015612e27578082015181840152602081019050612e0c565b60008484015250505050565b6000612e3e82612ded565b612e488185612df8565b9350612e58818560208601612e09565b612e6181612bed565b840191505092915050565b60006020820190508181036000830152612e868184612e33565b905092915050565b60008060408385031215612ea557612ea461281f565b5b6000612eb38582860161284a565b9250506020612ec4858286016129e4565b9150509250929050565b60008115159050919050565b612ee381612ece565b82525050565b6000602082019050612efe6000830184612eda565b92915050565b600060208284031215612f1a57612f1961281f565b5b6000612f28848285016129e4565b91505092915050565b612f3a816129bb565b82525050565b612f49816129f9565b82525050565b612f5881612a2f565b82525050565b612f6781612ece565b82525050565b61014082016000820151612f846000850182612f31565b506020820151612f976020850182612f31565b506040820151612faa6040850182612f31565b506060820151612fbd6060850182612f40565b506080820151612fd06080850182612f40565b5060a0820151612fe360a0850182612f4f565b5060c0820151612ff660c0850182612f5e565b5060e082015161300960e0850182612f31565b5061010082015161301e610100850182612f4f565b50610120820151613033610120850182612f40565b50505050565b60006101408201905061304f6000830184612f6d565b92915050565b600067ffffffffffffffff82169050919050565b61307281613055565b811461307d57600080fd5b50565b60008135905061308f81613069565b92915050565b6000602082840312156130ab576130aa61281f565b5b60006130b984828501613080565b91505092915050565b6130cb816129bb565b82525050565b60006020820190506130e660008301846130c2565b92915050565b600080600080600060a086880312156131085761310761281f565b5b60006131168882890161284a565b95505060206131278882890161284a565b94505060406131388882890161284a565b9350506060613149888289016129e4565b925050608061315a88828901613080565b9150509295509295909350565b600060408201905061317c6000830185612bc3565b61318960208301846130c2565b9392505050565b61319981613055565b82525050565b6131a8816129f9565b82525050565b60006040820190506131c36000830185613190565b6131d0602083018461319f565b9392505050565b6040820160008201516131ed60008501826128b8565b50602082015161320060208501826128b8565b50505050565b600060408201905061321b60008301846131d7565b92915050565b60008083601f84011261323757613236612a73565b5b8235905067ffffffffffffffff81111561325457613253612a78565b5b6020830191508360018202830111156132705761326f612a7d565b5b9250929050565b6000806020838503121561328e5761328d61281f565b5b600083013567ffffffffffffffff8111156132ac576132ab612824565b5b6132b885828601613221565b92509250509250929050565b6000806000606084860312156132dd576132dc61281f565b5b60006132eb8682870161284a565b93505060206132fc868287016129e4565b925050604061330d86828701612a1a565b9150509250925092565b6000806000606084860312156133305761332f61281f565b5b600061333e86828701612a1a565b935050602061334f8682870161284a565b92505060406133608682870161284a565b9150509250925092565b600082825260208201905092915050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b60006133b160128361336a565b91506133bc8261337b565b602082019050919050565b600060208201905081810360008301526133e0816133a4565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000613421826129f9565b915061342c836129f9565b9250828201905080821115613444576134436133e7565b5b92915050565b600060608201905061345f60008301866130c2565b61346c60208301856130c2565b613479604083018461319f565b949350505050565b61348a81612ece565b811461349557600080fd5b50565b6000815190506134a781613481565b92915050565b6000602082840312156134c3576134c261281f565b5b60006134d184828501613498565b91505092915050565b60006134e5826129f9565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613517576135166133e7565b5b600182019050919050565b600060408201905061353760008301856130c2565b613544602083018461319f565b9392505050565b6000613556826129f9565b9150613561836129f9565b925082820261356f816129f9565b91508282048414831517613586576135856133e7565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006135c7826129f9565b91506135d2836129f9565b9250826135e2576135e161358d565b5b828204905092915050565b60006135f8826129f9565b9150613603836129f9565b925082820390508181111561361b5761361a6133e7565b5b92915050565b6000819050919050565b600061364661364161363c84612a2f565b613621565b6129f9565b9050919050565b6136568161362b565b82525050565b82818337600083830152505050565b6000613677838561336a565b935061368483858461365c565b61368d83612bed565b840190509392505050565b600060a0820190506136ad600083018961319f565b6136ba602083018861364d565b6136c76040830187612bc3565b6136d46060830186612bc3565b81810360808301526136e781848661366b565b9050979650505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b600061376d61376883613743565b613750565b9050919050565b6040820160008083015490506137898161375a565b61379660008601826128b8565b50600183015490506137a78161375a565b6137b460208601826128b8565b5050505050565b60006137c78383613774565b60408301905092915050565b6000600282019050919050565b60006137eb82613723565b6137f58185612897565b93506138008361372e565b8060005b83811015613830578161381788826137bb565b9750613822836137d3565b925050600181019050613804565b5085935050505092915050565b6000602082019050818103600083015261385781846137e0565b905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806138a657607f821691505b6020821081036138b9576138b861385f565b5b50919050565b7f50617963726573743a207a65726f206164647265737300000000000000000000600082015250565b60006138f560168361336a565b9150613900826138bf565b602082019050919050565b60006020820190508181036000830152613924816138e8565b9050919050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061398760298361336a565b91506139928261392b565b604082019050919050565b600060208201905081810360008301526139b68161397a565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b6000613a19602e8361336a565b9150613a24826139bd565b604082019050919050565b60006020820190508181036000830152613a4881613a0c565b9050919050565b6000819050919050565b600060ff82169050919050565b6000613a81613a7c613a7784613a4f565b613621565b613a59565b9050919050565b613a9181613a66565b82525050565b6000602082019050613aac6000830184613a88565b92915050565b6000602082019050613ac76000830184613190565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613b03600e8361336a565b9150613b0e82613acd565b602082019050919050565b60006020820190508181036000830152613b3281613af6565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b6000613b6f600e8361336a565b9150613b7a82613b39565b602082019050919050565b60006020820190508181036000830152613b9e81613b62565b9050919050565b6000613bb082612a2f565b9150613bbb83612a2f565b925082820390506bffffffffffffffffffffffff811115613bdf57613bde6133e7565b5b92915050565b6000613c00613bfb613bf684613055565b613621565b612a2f565b9050919050565b613c1081613be5565b82525050565b6000606082019050613c2b6000830186612bc3565b613c386020830185612bc3565b613c456040830184613c07565b949350505050565b600082905092915050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302613cba7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82613c7d565b613cc48683613c7d565b95508019841693508086168417925050509392505050565b6000613cf7613cf2613ced846129f9565b613621565b6129f9565b9050919050565b6000819050919050565b613d1183613cdc565b613d25613d1d82613cfe565b848454613c8a565b825550505050565b600090565b613d3a613d2d565b613d45818484613d08565b505050565b5b81811015613d6957613d5e600082613d32565b600181019050613d4b565b5050565b601f821115613dae57613d7f81613c58565b613d8884613c6d565b81016020851015613d97578190505b613dab613da385613c6d565b830182613d4a565b50505b505050565b600082821c905092915050565b6000613dd160001984600802613db3565b1980831691505092915050565b6000613dea8383613dc0565b9150826002028217905092915050565b613e048383613c4d565b67ffffffffffffffff811115613e1d57613e1c612bfe565b5b613e27825461388e565b613e32828285613d6d565b6000601f831160018114613e615760008415613e4f578287013590505b613e598582613dde565b865550613ec1565b601f198416613e6f86613c58565b60005b82811015613e9757848901358255600182019150602085019450602081019050613e72565b86831015613eb45784890135613eb0601f891682613dc0565b8355505b6001600288020188555050505b50505050505050565b600081905092915050565b6000613ee18385613eca565b9350613eee83858461365c565b82840190509392505050565b6000613f07828486613ed5565b91508190509392505050565b7f50617963726573743a20696e76616c6964207374617475730000000000000000600082015250565b6000613f4960188361336a565b9150613f5482613f13565b602082019050919050565b60006020820190508181036000830152613f7881613f3c565b9050919050565b6000602082019050613f94600083018461319f565b92915050565b6000604082019050613faf600083018561319f565b613fbc6020830184612bc3565b9392505050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613ff960108361336a565b915061400482613fc3565b602082019050919050565b6000602082019050818103600083015261402881613fec565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b600061406560118361336a565b91506140708261402f565b602082019050919050565b6000602082019050818103600083015261409481614058565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b60006140d1600c8361336a565b91506140dc8261409b565b602082019050919050565b60006020820190508181036000830152614100816140c4565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b600061413d60108361336a565b915061414882614107565b602082019050919050565b6000602082019050818103600083015261416c81614130565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b60006141a960168361336a565b91506141b482614173565b602082019050919050565b600060208201905081810360008301526141d88161419c565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b600061421560198361336a565b9150614220826141df565b602082019050919050565b6000602082019050818103600083015261424481614208565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061428160208361336a565b915061428c8261424b565b602082019050919050565b600060208201905081810360008301526142b081614274565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000614313602b8361336a565b915061431e826142b7565b604082019050919050565b6000602082019050818103600083015261434281614306565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061437f60148361336a565b915061438a82614349565b602082019050919050565b600060208201905081810360008301526143ae81614372565b905091905056fea264697066735822122076c2f9889f8108d4afd3e6d98edabbc184511abb14af9e0f753eb855c0b106ca64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x14D JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8129FC1C GT PUSH2 0xC3 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x342 JUMPI DUP1 PUSH4 0xCB79455B EQ PUSH2 0x372 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x38E JUMPI DUP1 PUSH4 0xD28A8D32 EQ PUSH2 0x3AA JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x3DA JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3F8 JUMPI PUSH2 0x14D JUMP JUMPDEST DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x2A4 JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x2AE JUMPI DUP1 PUSH4 0x84630736 EQ PUSH2 0x2B8 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2D4 JUMPI DUP1 PUSH4 0x9015DCED EQ PUSH2 0x2F2 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x323 JUMPI PUSH2 0x14D JUMP JUMPDEST DUP1 PUSH4 0x40EBC677 GT PUSH2 0x115 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x1F6 JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x212 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x230 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x23A JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x26A JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x29A JUMPI PUSH2 0x14D JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x152 JUMPI DUP1 PUSH4 0x2654EC7E EQ PUSH2 0x182 JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x1B2 JUMPI DUP1 PUSH4 0x3AD59DBC EQ PUSH2 0x1CE JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x1EC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x16C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x167 SWAP2 SWAP1 PUSH2 0x285F JUMP JUMPDEST PUSH2 0x414 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x179 SWAP2 SWAP1 PUSH2 0x2979 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x19C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x197 SWAP2 SWAP1 PUSH2 0x2AD8 JUMP JUMPDEST PUSH2 0x49A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1A9 SWAP2 SWAP1 PUSH2 0x2BD2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1CC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C7 SWAP2 SWAP1 PUSH2 0x2D91 JUMP JUMPDEST PUSH2 0x9B7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D6 PUSH2 0xB2C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E3 SWAP2 SWAP1 PUSH2 0x2E6C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F4 PUSH2 0xBBE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x210 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x20B SWAP2 SWAP1 PUSH2 0x2E8E JUMP JUMPDEST PUSH2 0xBD0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x21A PUSH2 0xD61 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x227 SWAP2 SWAP1 PUSH2 0x2EE9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x238 PUSH2 0xD78 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x254 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x24F SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH2 0xD8C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x261 SWAP2 SWAP1 PUSH2 0x2EE9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x284 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x27F SWAP2 SWAP1 PUSH2 0x285F JUMP JUMPDEST PUSH2 0xDE8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x291 SWAP2 SWAP1 PUSH2 0x3039 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2A2 PUSH2 0x1024 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2AC PUSH2 0x10B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2B6 PUSH2 0x1201 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2D2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2CD SWAP2 SWAP1 PUSH2 0x3095 JUMP JUMPDEST PUSH2 0x1213 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2DC PUSH2 0x127E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2E9 SWAP2 SWAP1 PUSH2 0x30D1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x30C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x307 SWAP2 SWAP1 PUSH2 0x30EC JUMP JUMPDEST PUSH2 0x12A8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x31A SWAP3 SWAP2 SWAP1 PUSH2 0x3167 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x32B PUSH2 0x1719 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x339 SWAP3 SWAP2 SWAP1 PUSH2 0x31AE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x35C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x357 SWAP2 SWAP1 PUSH2 0x285F JUMP JUMPDEST PUSH2 0x173E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x369 SWAP2 SWAP1 PUSH2 0x3206 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x38C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x387 SWAP2 SWAP1 PUSH2 0x3277 JUMP JUMPDEST PUSH2 0x177F JUMP JUMPDEST STOP JUMPDEST PUSH2 0x3A8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3A3 SWAP2 SWAP1 PUSH2 0x32C4 JUMP JUMPDEST PUSH2 0x17E1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x3C4 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BF SWAP2 SWAP1 PUSH2 0x3317 JUMP JUMPDEST PUSH2 0x1966 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x3D1 SWAP2 SWAP1 PUSH2 0x2EE9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3E2 PUSH2 0x1E2C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x3EF SWAP2 SWAP1 PUSH2 0x30D1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x412 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x40D SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH2 0x1E56 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x48F JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x449 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4A4 PUSH2 0x1F03 JUMP JUMPDEST PUSH2 0x4B2 DUP12 DUP12 DUP7 DUP10 DUP10 DUP15 PUSH2 0x1F4D JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x4F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4EF SWAP1 PUSH2 0x33C7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP11 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP15 PUSH2 0x522 SWAP2 SWAP1 PUSH2 0x3416 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x540 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x344A JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x55F 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 0x583 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP PUSH2 0x103 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x5D5 SWAP1 PUSH2 0x34DA JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x103 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x62D SWAP3 SWAP2 SWAP1 PUSH2 0x3522 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP13 PUSH2 0x676 SWAP2 SWAP1 PUSH2 0x354B JUMP JUMPDEST PUSH2 0x680 SWAP2 SWAP1 PUSH2 0x35BC JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP14 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD DUP10 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP14 PUSH2 0x753 SWAP2 SWAP1 PUSH2 0x35ED JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP DUP2 PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP14 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x94BED2B14A43EFAEC8C295BA3FBCE0AA493E61643C3ADB49774CA7DF08D5A919 DUP5 DUP13 DUP16 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x9A0 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3698 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP11 SWAP10 POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x9BF PUSH2 0x215C JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x9DE SWAP2 SWAP1 PUSH2 0x26E1 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0xADD JUMPI PUSH1 0xCE PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0xA10 JUMPI PUSH2 0xA0F PUSH2 0x36F4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0xA75 JUMPI PUSH2 0xA74 PUSH2 0x36F4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCF PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0xAA1 JUMPI PUSH2 0xAA0 PUSH2 0x36F4 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x9E1 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0xB20 SWAP2 SWAP1 PUSH2 0x383D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x9A DUP1 SLOAD PUSH2 0xB3B SWAP1 PUSH2 0x388E 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 0xB67 SWAP1 PUSH2 0x388E JUMP JUMPDEST DUP1 ISZERO PUSH2 0xBB4 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0xB89 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0xBB4 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 0xB97 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0xBC6 PUSH2 0x215C JUMP JUMPDEST PUSH2 0xBCE PUSH2 0x21DA JUMP JUMPDEST JUMP JUMPDEST PUSH2 0xBD8 PUSH2 0x215C JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xC47 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC3E SWAP1 PUSH2 0x390B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0xCB0 JUMPI DUP1 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0xD19 JUMPI DUP1 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0xD80 PUSH2 0x215C JUMP JUMPDEST PUSH2 0xD8A PUSH1 0x0 PUSH2 0x223D JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCD PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xDDE JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xDE3 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xDF0 PUSH2 0x2705 JUMP JUMPDEST PUSH2 0x102 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x14 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x102E PUSH2 0x226E JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x104F PUSH2 0x1E2C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x109C SWAP1 PUSH2 0x399D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10AE DUP2 PUSH2 0x223D JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x10E2 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x110F JUMPI POP PUSH2 0x10F1 ADDRESS PUSH2 0x2276 JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x110E JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x114E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1145 SWAP1 PUSH2 0x3A2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x118B JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x119D PUSH2 0x2299 JUMP JUMPDEST PUSH2 0x11A5 PUSH2 0x22F2 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x11FE JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x11F5 SWAP2 SWAP1 PUSH2 0x3A97 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1209 PUSH2 0x215C JUMP JUMPDEST PUSH2 0x1211 PUSH2 0x234B JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x121B PUSH2 0x215C JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0xB94068A4BD2571ACEE6AC79ACC9DCDCF10C31425D35F09E88F154EC520E26446 DUP2 PUSH1 0x40 MLOAD PUSH2 0x1273 SWAP2 SWAP1 PUSH2 0x3AB2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x133B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1332 SWAP1 PUSH2 0x3B19 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x102 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x13A0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1397 SWAP1 PUSH2 0x3B85 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x14 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1424 SWAP2 SWAP1 PUSH2 0x3BA5 JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x14 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x15C9 JUMPI PUSH1 0x1 PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x14F0 JUMPI PUSH2 0x14EF DUP8 PUSH2 0x23AE JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x15C8 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x102 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1583 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x15A2 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 0x15C6 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP6 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x102 PUSH1 0x0 DUP12 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x15FB SWAP2 SWAP1 PUSH2 0x354B JUMP JUMPDEST PUSH2 0x1605 SWAP2 SWAP1 PUSH2 0x35BC JUMP JUMPDEST SWAP1 POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP8 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1642 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1661 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 0x1685 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP DUP1 PUSH2 0x102 PUSH1 0x0 DUP11 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x16AD SWAP2 SWAP1 PUSH2 0x35ED JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP9 PUSH32 0xA9EC2B6676D3EA3E8DA117193C71B1B85FCDBC72F077A624F950241EB38F13C2 DUP12 DUP11 DUP10 PUSH1 0x40 MLOAD PUSH2 0x16FF SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3C16 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 DUP8 DUP3 SWAP4 POP SWAP4 POP POP POP SWAP6 POP SWAP6 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1746 PUSH2 0x27CE JUMP JUMPDEST PUSH1 0xCF PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1787 PUSH2 0x215C JUMP JUMPDEST DUP2 DUP2 PUSH1 0x9A SWAP2 DUP3 PUSH2 0x1798 SWAP3 SWAP2 SWAP1 PUSH2 0x3DFA JUMP JUMPDEST POP DUP2 DUP2 PUSH1 0x40 MLOAD PUSH2 0x17A9 SWAP3 SWAP2 SWAP1 PUSH2 0x3EFA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH32 0x6A6600B7242975868D8321B5E64D0C9F2FCC92EB1AF72254A6357BE77EE7DCEF PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x17E9 PUSH2 0x215C JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1858 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x184F SWAP1 PUSH2 0x390B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1867 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x18A6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x189D SWAP1 PUSH2 0x3F5F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1961 JUMPI DUP1 PUSH1 0xCD PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1958 SWAP2 SWAP1 PUSH2 0x3F7F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x19F8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x19EF SWAP1 PUSH2 0x3B19 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0xC SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1A5D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A54 SWAP1 PUSH2 0x3B85 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AF1 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1B10 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 0x1B34 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x102 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0xC PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x14 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP5 PUSH2 0x102 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x102 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1BE9 SWAP2 SWAP1 PUSH2 0x3416 JUMP JUMPDEST PUSH2 0x1BF3 SWAP2 SWAP1 PUSH2 0x35ED JUMP JUMPDEST SWAP1 POP PUSH2 0x102 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x102 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1C9E SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1CBD 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 0x1CE1 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x102 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x102 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1DA2 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1DC1 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 0x1DE5 SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP DUP4 PUSH32 0x79252C381C5280F78C77F378791E42B506843A48916430480EAB95A898CDAE9F DUP7 DUP6 PUSH1 0x40 MLOAD PUSH2 0x1E18 SWAP3 SWAP2 SWAP1 PUSH2 0x3F9A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x1E5E PUSH2 0x215C JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1EBE PUSH2 0x127E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x1F0B PUSH2 0xD61 JUMP JUMPDEST ISZERO PUSH2 0x1F4B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F42 SWAP1 PUSH2 0x400F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCD PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x1FCF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1FC6 SWAP1 PUSH2 0x407B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 SUB PUSH2 0x2012 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2009 SWAP1 PUSH2 0x40E7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2081 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2078 SWAP1 PUSH2 0x4153 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0xCF PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x20DC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x20D3 SWAP1 PUSH2 0x41BF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 EQ PUSH2 0x2154 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2153 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x214A SWAP1 PUSH2 0x422B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2164 PUSH2 0x226E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x2182 PUSH2 0x127E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x21D8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x21CF SWAP1 PUSH2 0x4297 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x21E2 PUSH2 0x2505 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x2226 PUSH2 0x226E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2233 SWAP2 SWAP1 PUSH2 0x30D1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x226B DUP2 PUSH2 0x254E JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22E8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x22DF SWAP1 PUSH2 0x4329 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22F0 PUSH2 0x2614 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2341 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2338 SWAP1 PUSH2 0x4329 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2349 PUSH2 0x2675 JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x2353 PUSH2 0x1F03 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xD0 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x2397 PUSH2 0x226E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23A4 SWAP2 SWAP1 PUSH2 0x30D1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP PUSH1 0x0 PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD SWAP1 POP PUSH2 0x102 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP4 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2478 SWAP3 SWAP2 SWAP1 PUSH2 0x3522 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2497 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 0x24BB SWAP2 SWAP1 PUSH2 0x34AD JUMP JUMPDEST POP DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x250D PUSH2 0xD61 JUMP JUMPDEST PUSH2 0x254C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2543 SWAP1 PUSH2 0x4395 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2663 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x265A SWAP1 PUSH2 0x4329 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2673 PUSH2 0x266E PUSH2 0x226E JUMP JUMPDEST PUSH2 0x223D JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26BB SWAP1 PUSH2 0x4329 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xD0 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x2702 SWAP2 SWAP1 PUSH2 0x27EE JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x2811 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x27EF JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x283C DUP2 PUSH2 0x2829 JUMP JUMPDEST DUP2 EQ PUSH2 0x2847 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2859 DUP2 PUSH2 0x2833 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2875 JUMPI PUSH2 0x2874 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2883 DUP5 DUP3 DUP6 ADD PUSH2 0x284A JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x28C1 DUP2 PUSH2 0x2829 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x28DD PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x28F0 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2902 DUP4 DUP4 PUSH2 0x28C7 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2926 DUP3 PUSH2 0x288C JUMP JUMPDEST PUSH2 0x2930 DUP2 DUP6 PUSH2 0x2897 JUMP JUMPDEST SWAP4 POP PUSH2 0x293B DUP4 PUSH2 0x28A8 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x296C JUMPI DUP2 MLOAD PUSH2 0x2953 DUP9 DUP3 PUSH2 0x28F6 JUMP JUMPDEST SWAP8 POP PUSH2 0x295E DUP4 PUSH2 0x290E JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x293F JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2993 DUP2 DUP5 PUSH2 0x291B JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x29C6 DUP3 PUSH2 0x299B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x29D6 DUP2 PUSH2 0x29BB JUMP JUMPDEST DUP2 EQ PUSH2 0x29E1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x29F3 DUP2 PUSH2 0x29CD JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2A0C DUP2 PUSH2 0x29F9 JUMP JUMPDEST DUP2 EQ PUSH2 0x2A17 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2A29 DUP2 PUSH2 0x2A03 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2A50 DUP2 PUSH2 0x2A2F JUMP JUMPDEST DUP2 EQ PUSH2 0x2A5B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2A6D DUP2 PUSH2 0x2A47 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2A98 JUMPI PUSH2 0x2A97 PUSH2 0x2A73 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2AB5 JUMPI PUSH2 0x2AB4 PUSH2 0x2A78 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x2AD1 JUMPI PUSH2 0x2AD0 PUSH2 0x2A7D JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH2 0x120 DUP12 DUP14 SUB SLT ISZERO PUSH2 0x2AFC JUMPI PUSH2 0x2AFB PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2B0A DUP14 DUP3 DUP15 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP11 POP POP PUSH1 0x20 PUSH2 0x2B1B DUP14 DUP3 DUP15 ADD PUSH2 0x2A1A JUMP JUMPDEST SWAP10 POP POP PUSH1 0x40 PUSH2 0x2B2C DUP14 DUP3 DUP15 ADD PUSH2 0x284A JUMP JUMPDEST SWAP9 POP POP PUSH1 0x60 PUSH2 0x2B3D DUP14 DUP3 DUP15 ADD PUSH2 0x284A JUMP JUMPDEST SWAP8 POP POP PUSH1 0x80 PUSH2 0x2B4E DUP14 DUP3 DUP15 ADD PUSH2 0x2A5E JUMP JUMPDEST SWAP7 POP POP PUSH1 0xA0 PUSH2 0x2B5F DUP14 DUP3 DUP15 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP6 POP POP PUSH1 0xC0 PUSH2 0x2B70 DUP14 DUP3 DUP15 ADD PUSH2 0x2A1A JUMP JUMPDEST SWAP5 POP POP PUSH1 0xE0 PUSH2 0x2B81 DUP14 DUP3 DUP15 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP4 POP POP PUSH2 0x100 DUP12 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BA3 JUMPI PUSH2 0x2BA2 PUSH2 0x2824 JUMP JUMPDEST JUMPDEST PUSH2 0x2BAF DUP14 DUP3 DUP15 ADD PUSH2 0x2A82 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 SWAP12 SWAP2 SWAP5 SWAP8 SWAP11 POP SWAP3 SWAP6 SWAP9 POP JUMP JUMPDEST PUSH2 0x2BCC DUP2 PUSH2 0x2829 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2BE7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2BC3 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2C36 DUP3 PUSH2 0x2BED JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2C55 JUMPI PUSH2 0x2C54 PUSH2 0x2BFE JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C68 PUSH2 0x2815 JUMP JUMPDEST SWAP1 POP PUSH2 0x2C74 DUP3 DUP3 PUSH2 0x2C2D JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2C94 JUMPI PUSH2 0x2C93 PUSH2 0x2BFE JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CC0 JUMPI PUSH2 0x2CBF PUSH2 0x2CA5 JUMP JUMPDEST JUMPDEST PUSH2 0x2CCA PUSH1 0x40 PUSH2 0x2C5E JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2CDA DUP5 DUP3 DUP6 ADD PUSH2 0x284A JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2CEE DUP5 DUP3 DUP6 ADD PUSH2 0x284A JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2D0D PUSH2 0x2D08 DUP5 PUSH2 0x2C79 JUMP JUMPDEST PUSH2 0x2C5E JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2D30 JUMPI PUSH2 0x2D2F PUSH2 0x2A7D JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2D59 JUMPI DUP1 PUSH2 0x2D45 DUP9 DUP3 PUSH2 0x2CAA JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2D32 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2D78 JUMPI PUSH2 0x2D77 PUSH2 0x2A73 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2D88 DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2CFA JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DA8 JUMPI PUSH2 0x2DA7 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2DB6 DUP6 DUP3 DUP7 ADD PUSH2 0x284A JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DD7 JUMPI PUSH2 0x2DD6 PUSH2 0x2824 JUMP JUMPDEST JUMPDEST PUSH2 0x2DE3 DUP6 DUP3 DUP7 ADD PUSH2 0x2D63 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2E27 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x2E0C JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2E3E DUP3 PUSH2 0x2DED JUMP JUMPDEST PUSH2 0x2E48 DUP2 DUP6 PUSH2 0x2DF8 JUMP JUMPDEST SWAP4 POP PUSH2 0x2E58 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0x2E09 JUMP JUMPDEST PUSH2 0x2E61 DUP2 PUSH2 0x2BED JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2E86 DUP2 DUP5 PUSH2 0x2E33 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EA5 JUMPI PUSH2 0x2EA4 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2EB3 DUP6 DUP3 DUP7 ADD PUSH2 0x284A JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2EC4 DUP6 DUP3 DUP7 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2EE3 DUP2 PUSH2 0x2ECE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2EFE PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2EDA JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2F1A JUMPI PUSH2 0x2F19 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2F28 DUP5 DUP3 DUP6 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F3A DUP2 PUSH2 0x29BB JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F49 DUP2 PUSH2 0x29F9 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F58 DUP2 PUSH2 0x2A2F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F67 DUP2 PUSH2 0x2ECE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2F84 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2F31 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2F97 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2F31 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2FAA PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2F31 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2FBD PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2F40 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2FD0 PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2F40 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2FE3 PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2F4F JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2FF6 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2F5E JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x3009 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2F31 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x301E PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2F4F JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x3033 PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2F40 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x304F PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F6D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3072 DUP2 PUSH2 0x3055 JUMP JUMPDEST DUP2 EQ PUSH2 0x307D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x308F DUP2 PUSH2 0x3069 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x30AB JUMPI PUSH2 0x30AA PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x30B9 DUP5 DUP3 DUP6 ADD PUSH2 0x3080 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x30CB DUP2 PUSH2 0x29BB JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x30E6 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x30C2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0xA0 DUP7 DUP9 SUB SLT ISZERO PUSH2 0x3108 JUMPI PUSH2 0x3107 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3116 DUP9 DUP3 DUP10 ADD PUSH2 0x284A JUMP JUMPDEST SWAP6 POP POP PUSH1 0x20 PUSH2 0x3127 DUP9 DUP3 DUP10 ADD PUSH2 0x284A JUMP JUMPDEST SWAP5 POP POP PUSH1 0x40 PUSH2 0x3138 DUP9 DUP3 DUP10 ADD PUSH2 0x284A JUMP JUMPDEST SWAP4 POP POP PUSH1 0x60 PUSH2 0x3149 DUP9 DUP3 DUP10 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x80 PUSH2 0x315A DUP9 DUP3 DUP10 ADD PUSH2 0x3080 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 POP SWAP3 SWAP6 SWAP1 SWAP4 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x317C PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2BC3 JUMP JUMPDEST PUSH2 0x3189 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x30C2 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x3199 DUP2 PUSH2 0x3055 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x31A8 DUP2 PUSH2 0x29F9 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x31C3 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x3190 JUMP JUMPDEST PUSH2 0x31D0 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x319F JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x31ED PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x3200 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x321B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x31D7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3237 JUMPI PUSH2 0x3236 PUSH2 0x2A73 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3254 JUMPI PUSH2 0x3253 PUSH2 0x2A78 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x3270 JUMPI PUSH2 0x326F PUSH2 0x2A7D JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x328E JUMPI PUSH2 0x328D PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x32AC JUMPI PUSH2 0x32AB PUSH2 0x2824 JUMP JUMPDEST JUMPDEST PUSH2 0x32B8 DUP6 DUP3 DUP7 ADD PUSH2 0x3221 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x32DD JUMPI PUSH2 0x32DC PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x32EB DUP7 DUP3 DUP8 ADD PUSH2 0x284A JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x32FC DUP7 DUP3 DUP8 ADD PUSH2 0x29E4 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x330D DUP7 DUP3 DUP8 ADD PUSH2 0x2A1A JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x3330 JUMPI PUSH2 0x332F PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x333E DUP7 DUP3 DUP8 ADD PUSH2 0x2A1A JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x334F DUP7 DUP3 DUP8 ADD PUSH2 0x284A JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3360 DUP7 DUP3 DUP8 ADD PUSH2 0x284A JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x33B1 PUSH1 0x12 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x33BC DUP3 PUSH2 0x337B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33E0 DUP2 PUSH2 0x33A4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3421 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH2 0x342C DUP4 PUSH2 0x29F9 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x3444 JUMPI PUSH2 0x3443 PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x345F PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x30C2 JUMP JUMPDEST PUSH2 0x346C PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x30C2 JUMP JUMPDEST PUSH2 0x3479 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x319F JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x348A DUP2 PUSH2 0x2ECE JUMP JUMPDEST DUP2 EQ PUSH2 0x3495 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x34A7 DUP2 PUSH2 0x3481 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x34C3 JUMPI PUSH2 0x34C2 PUSH2 0x281F JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x34D1 DUP5 DUP3 DUP6 ADD PUSH2 0x3498 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x34E5 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3517 JUMPI PUSH2 0x3516 PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3537 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x30C2 JUMP JUMPDEST PUSH2 0x3544 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x319F JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3556 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH2 0x3561 DUP4 PUSH2 0x29F9 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x356F DUP2 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3586 JUMPI PUSH2 0x3585 PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x35C7 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH2 0x35D2 DUP4 PUSH2 0x29F9 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x35E2 JUMPI PUSH2 0x35E1 PUSH2 0x358D JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35F8 DUP3 PUSH2 0x29F9 JUMP JUMPDEST SWAP2 POP PUSH2 0x3603 DUP4 PUSH2 0x29F9 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x361B JUMPI PUSH2 0x361A PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3646 PUSH2 0x3641 PUSH2 0x363C DUP5 PUSH2 0x2A2F JUMP JUMPDEST PUSH2 0x3621 JUMP JUMPDEST PUSH2 0x29F9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3656 DUP2 PUSH2 0x362B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3677 DUP4 DUP6 PUSH2 0x336A JUMP JUMPDEST SWAP4 POP PUSH2 0x3684 DUP4 DUP6 DUP5 PUSH2 0x365C JUMP JUMPDEST PUSH2 0x368D DUP4 PUSH2 0x2BED JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x36AD PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x319F JUMP JUMPDEST PUSH2 0x36BA PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x364D JUMP JUMPDEST PUSH2 0x36C7 PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x2BC3 JUMP JUMPDEST PUSH2 0x36D4 PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x2BC3 JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x36E7 DUP2 DUP5 DUP7 PUSH2 0x366B JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x376D PUSH2 0x3768 DUP4 PUSH2 0x3743 JUMP JUMPDEST PUSH2 0x3750 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x3789 DUP2 PUSH2 0x375A JUMP JUMPDEST PUSH2 0x3796 PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x37A7 DUP2 PUSH2 0x375A JUMP JUMPDEST PUSH2 0x37B4 PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x28B8 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37C7 DUP4 DUP4 PUSH2 0x3774 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37EB DUP3 PUSH2 0x3723 JUMP JUMPDEST PUSH2 0x37F5 DUP2 DUP6 PUSH2 0x2897 JUMP JUMPDEST SWAP4 POP PUSH2 0x3800 DUP4 PUSH2 0x372E JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3830 JUMPI DUP2 PUSH2 0x3817 DUP9 DUP3 PUSH2 0x37BB JUMP JUMPDEST SWAP8 POP PUSH2 0x3822 DUP4 PUSH2 0x37D3 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x3804 JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3857 DUP2 DUP5 PUSH2 0x37E0 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x38A6 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x38B9 JUMPI PUSH2 0x38B8 PUSH2 0x385F JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x50617963726573743A207A65726F206164647265737300000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x38F5 PUSH1 0x16 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3900 DUP3 PUSH2 0x38BF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3924 DUP2 PUSH2 0x38E8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3987 PUSH1 0x29 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3992 DUP3 PUSH2 0x392B JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x39B6 DUP2 PUSH2 0x397A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A19 PUSH1 0x2E DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3A24 DUP3 PUSH2 0x39BD JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A48 DUP2 PUSH2 0x3A0C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A81 PUSH2 0x3A7C PUSH2 0x3A77 DUP5 PUSH2 0x3A4F JUMP JUMPDEST PUSH2 0x3621 JUMP JUMPDEST PUSH2 0x3A59 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3A91 DUP2 PUSH2 0x3A66 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3AAC PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x3A88 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3AC7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x3190 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B03 PUSH1 0xE DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3B0E DUP3 PUSH2 0x3ACD JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3B32 DUP2 PUSH2 0x3AF6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B6F PUSH1 0xE DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3B7A DUP3 PUSH2 0x3B39 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3B9E DUP2 PUSH2 0x3B62 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BB0 DUP3 PUSH2 0x2A2F JUMP JUMPDEST SWAP2 POP PUSH2 0x3BBB DUP4 PUSH2 0x2A2F JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3BDF JUMPI PUSH2 0x3BDE PUSH2 0x33E7 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C00 PUSH2 0x3BFB PUSH2 0x3BF6 DUP5 PUSH2 0x3055 JUMP JUMPDEST PUSH2 0x3621 JUMP JUMPDEST PUSH2 0x2A2F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3C10 DUP2 PUSH2 0x3BE5 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3C2B PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2BC3 JUMP JUMPDEST PUSH2 0x3C38 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2BC3 JUMP JUMPDEST PUSH2 0x3C45 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x3C07 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0x3CBA PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0x3C7D JUMP JUMPDEST PUSH2 0x3CC4 DUP7 DUP4 PUSH2 0x3C7D JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CF7 PUSH2 0x3CF2 PUSH2 0x3CED DUP5 PUSH2 0x29F9 JUMP JUMPDEST PUSH2 0x3621 JUMP JUMPDEST PUSH2 0x29F9 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3D11 DUP4 PUSH2 0x3CDC JUMP JUMPDEST PUSH2 0x3D25 PUSH2 0x3D1D DUP3 PUSH2 0x3CFE JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0x3C8A JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x3D3A PUSH2 0x3D2D JUMP JUMPDEST PUSH2 0x3D45 DUP2 DUP5 DUP5 PUSH2 0x3D08 JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x3D69 JUMPI PUSH2 0x3D5E PUSH1 0x0 DUP3 PUSH2 0x3D32 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x3D4B JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x3DAE JUMPI PUSH2 0x3D7F DUP2 PUSH2 0x3C58 JUMP JUMPDEST PUSH2 0x3D88 DUP5 PUSH2 0x3C6D JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x3D97 JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x3DAB PUSH2 0x3DA3 DUP6 PUSH2 0x3C6D JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0x3D4A JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DD1 PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x3DB3 JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DEA DUP4 DUP4 PUSH2 0x3DC0 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x3E04 DUP4 DUP4 PUSH2 0x3C4D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3E1D JUMPI PUSH2 0x3E1C PUSH2 0x2BFE JUMP JUMPDEST JUMPDEST PUSH2 0x3E27 DUP3 SLOAD PUSH2 0x388E JUMP JUMPDEST PUSH2 0x3E32 DUP3 DUP3 DUP6 PUSH2 0x3D6D JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x3E61 JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x3E4F JUMPI DUP3 DUP8 ADD CALLDATALOAD SWAP1 POP JUMPDEST PUSH2 0x3E59 DUP6 DUP3 PUSH2 0x3DDE JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x3EC1 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x3E6F DUP7 PUSH2 0x3C58 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x3E97 JUMPI DUP5 DUP10 ADD CALLDATALOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x3E72 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x3EB4 JUMPI DUP5 DUP10 ADD CALLDATALOAD PUSH2 0x3EB0 PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x3DC0 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EE1 DUP4 DUP6 PUSH2 0x3ECA JUMP JUMPDEST SWAP4 POP PUSH2 0x3EEE DUP4 DUP6 DUP5 PUSH2 0x365C JUMP JUMPDEST DUP3 DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F07 DUP3 DUP5 DUP7 PUSH2 0x3ED5 JUMP JUMPDEST SWAP2 POP DUP2 SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A20696E76616C6964207374617475730000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F49 PUSH1 0x18 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x3F54 DUP3 PUSH2 0x3F13 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F78 DUP2 PUSH2 0x3F3C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3F94 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x319F JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3FAF PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x319F JUMP JUMPDEST PUSH2 0x3FBC PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2BC3 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FF9 PUSH1 0x10 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x4004 DUP3 PUSH2 0x3FC3 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4028 DUP2 PUSH2 0x3FEC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4065 PUSH1 0x11 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x4070 DUP3 PUSH2 0x402F JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4094 DUP2 PUSH2 0x4058 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x40D1 PUSH1 0xC DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x40DC DUP3 PUSH2 0x409B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4100 DUP2 PUSH2 0x40C4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x413D PUSH1 0x10 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x4148 DUP3 PUSH2 0x4107 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x416C DUP2 PUSH2 0x4130 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x41A9 PUSH1 0x16 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x41B4 DUP3 PUSH2 0x4173 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x41D8 DUP2 PUSH2 0x419C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4215 PUSH1 0x19 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x4220 DUP3 PUSH2 0x41DF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4244 DUP2 PUSH2 0x4208 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4281 PUSH1 0x20 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x428C DUP3 PUSH2 0x424B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x42B0 DUP2 PUSH2 0x4274 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4313 PUSH1 0x2B DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x431E DUP3 PUSH2 0x42B7 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4342 DUP2 PUSH2 0x4306 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x437F PUSH1 0x14 DUP4 PUSH2 0x336A JUMP JUMPDEST SWAP2 POP PUSH2 0x438A DUP3 PUSH2 0x4349 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x43AE DUP2 PUSH2 0x4372 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH23 0xC2F9889F8108D4AFD3E6D98EDABBC184511ABB14AF9E0F PUSH22 0x3EB855C0B106CA64736F6C6343000812003300000000 ","sourceMap":"603:8927:14:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9020:167;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2168:1632;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2551:624:15;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9432:96:14;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1857:65;;;:::i;:::-;;3765:319:15;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1879:84:3;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2085:101:1;;;:::i;:::-;;8557:156:14;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8386:115;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2031:212:0;;;:::i;:::-;;1149:135:14;;;:::i;:::-;;1740:61;;;:::i;:::-;;3325:187:15;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5144:1502:14;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;9240:139;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;8782:174;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4206:161:15;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1935:383;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7162:977:14;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9020:167:14;9095:34;9148:21;:32;9170:9;9148:32;;;;;;;;;;;9141:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9020:167;;;:::o;2168:1632::-;2493:15;1503:19:3;:17;:19::i;:::-;2556:92:14::1;2565:6;2573:7;2582:14;2598:19;2619:10;2631:16;2556:8;:92::i;:::-;2728:1;2705:11;;2699:25;;:30:::0;2691:61:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2824:6;2817:27;;;2845:10;2865:4;2882:10;2872:7;:20;;;;:::i;:::-;2817:76;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;2960:6;:18;2967:10;2960:18;;;;;;;;;;;;;;;;:20;;;;;;;;;:::i;:::-;;;;;;3077:10;3089:6;:18;3096:10;3089:18;;;;;;;;;;;;;;;;3066:42;;;;;;;;;:::i;:::-;;;;;;;;;;;;;3056:53;;;;;;3046:63;;3151:20;3207:7;;3185:18;;;;;;;;;;;3175:28;;:7;:28;;;;:::i;:::-;3174:40;;;;:::i;:::-;3151:63;;3241:388;;;;;;;;3269:10;3241:388;;;;;;3300:6;3241:388;;;;;;3340:19;3241:388;;;;;;3384:10;3241:388;;;;3421:12;3241:388;;;;3453:5;3241:388;;;;;;3485:5;3241:388;;;;;;3519:14;3241:388;;;;;;3566:7;;3241:388;;;;;;;;3606:12;3596:7;:22;;;;:::i;:::-;3241:388;;::::0;3224:5:::1;:14;3230:7;3224:14;;;;;;;;;;;:405;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3739:7;3702:5;:14;3708:7;3702:14;;;;;;;;;;;:21;;;3694:6;3681:112;;;3725:12;3748:5;3755:16;3773:6;3781:11;;3681:112;;;;;;;;;;;:::i;:::-;;;;;;;;2510:1290;2168:1632:::0;;;;;;;;;;;;:::o;2551:624:15:-;1355:13:1;:11;:13::i;:::-;2688:21:15::1;:31;2710:8;2688:31;;;;;;;;;;;;2681:38;;;;:::i;:::-;2734:6;2729:354;2746:12;:19;2742:1;:23;2729:354;;;2783:21;:31;2805:8;2783:31;;;;;;;;;;;2820:12;2833:1;2820:15;;;;;;;;:::i;:::-;;;;;;;;2783:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2902:111;;;;;;;;2958:12;2971:1;2958:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2902:111;;;;2990:8;2902:111;;::::0;2850:27:::1;:49;2878:12;2891:1;2878:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2850:49;;;;;;;;;;;:163;;;;;;;;;;;;;;;;;;;3055:3;;;;;2729:354;;;;3126:8;3097:71;3136:21;:31;3158:8;3136:31;;;;;;;;;;;3097:71;;;;;;:::i;:::-;;;;;;;;2551:624:::0;;:::o;9432:96:14:-;9479:12;9510:11;9503:18;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9432:96;:::o;1857:65::-;1355:13:1;:11;:13::i;:::-;1905:10:14::1;:8;:10::i;:::-;1857:65::o:0;3765:319:15:-;1355:13:1;:11;:13::i;:::-;3879:1:15::1;3862:19;;:5;:19;;::::0;3854:54:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3922:18;:4;:18:::0;3918:47:::1;;3960:5;3942:15;;:23;;;;;;;;;;;;;;;;;;3918:47;3979:20;:4;:20:::0;3975:52:::1;;4022:5;4001:18;;:26;;;;;;;;;;;;;;;;;;3975:52;4071:5;4042:35;;4065:4;4042:35;;;;;;;;;;3765:319:::0;;:::o;1879:84:3:-;1926:4;1949:7;;;;;;;;;;;1942:14;;1879:84;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;8557:156:14:-;8621:4;8670:1;8641:17;:25;8659:6;8641:25;;;;;;;;;;;;;;;;:30;8637:47;;8680:4;8673:11;;;;8637:47;8701:5;8694:12;;8557:156;;;;:::o;8386:115::-;8448:12;;:::i;:::-;8479:5;:15;8485:8;8479:15;;;;;;;;;;;8472:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8386:115;;;:::o;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;1149:135:14:-;3279:19:2;3302:13;;;;;;;;;;;3301:14;3279:36;;3347:14;:34;;;;;3380:1;3365:12;;;;;;;;;;:16;;;3347:34;3346:108;;;;3388:44;3426:4;3388:29;:44::i;:::-;3387:45;:66;;;;;3452:1;3436:12;;;;;;;;;;:17;;;3387:66;3346:108;3325:201;;;;;;;;;;;;:::i;:::-;;;;;;;;;3551:1;3536:12;;:16;;;;;;;;;;;;;;;;;;3566:14;3562:65;;;3612:4;3596:13;;:20;;;;;;;;;;;;;;;;;;3562:65;1212:7:14::1;1202;:17;;;;1229:21;:19;:21::i;:::-;1260:17;:15;:17::i;:::-;3651:14:2::0;3647:99;;;3697:5;3681:13;;:21;;;;;;;;;;;;;;;;;;3721:14;3733:1;3721:14;;;;;;:::i;:::-;;;;;;;;3647:99;3269:483;1149:135:14:o;1740:61::-;1355:13:1;:11;:13::i;:::-;1786:8:14::1;:6;:8::i;:::-;1740:61::o:0;3325:187:15:-;1355:13:1;:11;:13::i;:::-;3431:19:15::1;3410:18;;:40;;;;;;;;;;;;;;;;;;3465;3485:19;3465:40;;;;;;:::i;:::-;;;;;;;;3325:187:::0;:::o;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;5144:1502:14:-;5350:7;5359;1435:18;;;;;;;;;;;1421:32;;:10;:32;;;1413:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;5444:5:::1;:15;5450:8;5444:15;;;;;;;;;;;:27;;;;;;;;;;;;5443:28;5435:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;5539:13;5555:5;:15;5561:8;5555:15;;;;;;;;;;;:21;;;;;;;;;;;;5539:37;;5685:14;5655:44;;:5;:15;5661:8;5655:15;;;;;;;;;;;:26;;;:44;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;5743:1;5713:5;:15;5719:8;5713:15;;;;;;;;;;;:26;;;;;;;;;;;;:31;;::::0;5710:494:::1;;5844:4;5814:5;:15;5820:8;5814:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;5896:1;5867:5;:15;5873:8;5867:15;;;;;;;;;;;:25;;;:30;5863:137;;5956:28;5975:8;5956:18;:28::i;:::-;5863:137;6049:1;6018:5;:15;6024:8;6018:15;;;;;;;;;;;:27;;;:32;6014:180;;6118:5;6111:22;;;6134:15;;;;;;;;;;;6151:5;:15;6157:8;6151:15;;;;;;;;;;;:27;;;6111:68;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6014:180;5710:494;6257:31;6335:7;;6317:14;6292:39;;:5;:15;6298:8;6292:15;;;;;;;;;;;:22;;;:39;;;;:::i;:::-;6291:51;;;;:::i;:::-;6257:85;;6359:5;6352:22;;;6375:18;6395:23;6352:67;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6455:23;6429:5;:15;6435:8;6429:15;;;;;;;;;;;:22;;;:49;;;;;;;:::i;:::-;;;;;;;;6570:18;6524:81;;6552:8;6524:81;6537:13;6562:6;6590:14;6524:81;;;;;;;;:::i;:::-;;;;;;;;6623:8;6633:5;6615:24;;;;;;5144:1502:::0;;;;;;;;:::o;9240:139::-;9296:6;9313:7;9344:18;;;;;;;;;;;9364:7;;9337:35;;;;9240:139;;:::o;8782:174::-;8858:38;;:::i;:::-;8915:27;:34;8943:5;8915:34;;;;;;;;;;;8908:41;;;;;;;;;;;;;;;;;;;;;;;;;;;8782:174;;;:::o;4206:161:15:-;1355:13:1;:11;:13::i;:::-;4310:10:15::1;;4296:11;:24;;;;;;;:::i;:::-;;4349:10;;4335:25;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;4206:161:::0;;:::o;1935:383::-;1355:13:1;:11;:13::i;:::-;2062:1:15::1;2045:19;;:5;:19;;::::0;2037:54:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2119:1;2109:6;:11;:26;;;;2134:1;2124:6;:11;2109:26;2101:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;2178:15;:4;:15:::0;2174:137:::1;;2236:6;2209:17;:24;2227:5;2209:24;;;;;;;;;;;;;;;:33;;;;2286:5;2261:39;;2280:4;2261:39;2293:6;2261:39;;;;;;:::i;:::-;;;;;;;;2174:137;1935:383:::0;;;:::o;7162:977:14:-;7260:4;1435:18;;;;;;;;;;;1421:32;;:10;:32;;;1413:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;7342:5:::1;:15;7348:8;7342:15;;;;;;;;;;;:27;;;;;;;;;;;;7341:28;7333:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;7449:5;:15;7455:8;7449:15;;;;;;;;;;;:21;;;;;;;;;;;;7442:38;;;7481:15;;;;;;;;;;;7498:4;7442:61;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;7574:4;7544:5;:15;7550:8;7544:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;7617:1;7588:5;:15;7594:8;7588:15;;;;;;;;;;;:26;;;:30;;;;;;;;;;;;;;;;;;7673:20;7751:4;7721:5;:15;7727:8;7721:15;;;;;;;;;;;:27;;;7696:5;:15;7702:8;7696:15;;;;;;;;;;;:22;;;:52;;;;:::i;:::-;:59;;;;:::i;:::-;7673:82;;7844:5;:15;7850:8;7844:15;;;;;;;;;;;:21;;;;;;;;;;;;7837:38;;;7876:5;:15;7882:8;7876:15;;;;;;;;;;;:29;;;;;;;;;;;;7907:12;7837:83;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;7937:5;:15;7943:8;7937:15;;;;;;;;;;;:21;;;;;;;;;;;;7930:38;;;7969:5;:15;7975:8;7969:15;;;;;;;;;;;:29;;;;;;;;;;;;8000:5;:15;8006:8;8000:15;;;;;;;;;;;:25;;;7930:96;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;8093:8;8073:37;8087:4;8103:6;8073:37;;;;;;;:::i;:::-;;;;;;;;8128:4;8121:11;;;7162:977:::0;;;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;1436:178::-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;2031:106:3:-;2101:8;:6;:8::i;:::-;2100:9;2092:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;2031:106::o;4306:591:14:-;4517:1;4488:17;:25;4506:6;4488:25;;;;;;;;;;;;;;;;:30;4480:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;4569:1;4558:7;:12;4550:37;;;;;;;;;;;;:::i;:::-;;;;;;;;;4631:1;4605:28;;:14;:28;;;4597:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;4734:1;4726:10;;4672:27;:45;4700:16;4672:45;;;;;;;;;;;:50;;;:64;4664:99;;;;;;;;;;;;:::i;:::-;;;;;;;;;4792:1;4778:10;:15;4774:117;;4848:1;4817:33;;:19;:33;;;4809:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;4774:117;4306:591;;;;;;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;2697:117:3:-;1750:16;:14;:16::i;:::-;2765:5:::1;2755:7;;:15;;;;;;;;;;;;;;;;;;2785:22;2794:12;:10;:12::i;:::-;2785:22;;;;;;:::i;:::-;;;;;;;;2697:117::o:0;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:8:-;939:7;965:10;958:17;;886:96;:::o;1423:320:7:-;1483:4;1735:1;1713:7;:19;;;:23;1706:30;;1423:320;;;:::o;889:100:0:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;956:26:0::1;:24;:26::i;:::-;889:100::o:0;1084:97:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1147:27:3::1;:25;:27::i;:::-;1084:97::o:0;2450:115::-;1503:19;:17;:19::i;:::-;2519:4:::1;2509:7;;:14;;;;;;;;;;;;;;;;;;2538:20;2545:12;:10;:12::i;:::-;2538:20;;;;;;:::i;:::-;;;;;;;;2450:115::o:0;6770:346:14:-;6835:17;6855:5;:15;6861:8;6855:15;;;;;;;;;;;:34;;;;;;;;;;;;6835:54;;6899:12;6914:5;:15;6920:8;6914:15;;;;;;;;;;;:25;;;6899:40;;6987:5;:15;6993:8;6987:15;;;;;;;;;;;:21;;;;;;;;;;;;6980:38;;;7019:9;7030:4;6980:55;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;7104:4;7093:9;7072:37;;;;;;;;;;;;6825:291;;6770:346;:::o;2209:106:3:-;2275:8;:6;:8::i;:::-;2267:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;2209:106::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;1125:111::-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1197:32:1::1;1216:12;:10;:12::i;:::-;1197:18;:32::i;:::-;1125:111::o:0;1187:95:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1270:5:3::1;1260:7;;:15;;;;;;;;;;;;;;;;;;1187:95::o:0;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:18:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:329::-;749:6;798:2;786:9;777:7;773:23;769:32;766:119;;;804:79;;:::i;:::-;766:119;924:1;949:53;994:7;985:6;974:9;970:22;949:53;:::i;:::-;939:63;;895:117;690:329;;;;:::o;1025:143::-;1121:6;1155:5;1149:12;1139:22;;1025:143;;;:::o;1174:213::-;1302:11;1336:6;1331:3;1324:19;1376:4;1371:3;1367:14;1352:29;;1174:213;;;;:::o;1393:161::-;1489:4;1512:3;1504:11;;1542:4;1537:3;1533:14;1525:22;;1393:161;;;:::o;1560:108::-;1637:24;1655:5;1637:24;:::i;:::-;1632:3;1625:37;1560:108;;:::o;1750:505::-;1895:4;1890:3;1886:14;1982:4;1975:5;1971:16;1965:23;2001:63;2058:4;2053:3;2049:14;2035:12;2001:63;:::i;:::-;1910:164;2156:4;2149:5;2145:16;2139:23;2175:63;2232:4;2227:3;2223:14;2209:12;2175:63;:::i;:::-;2084:164;1864:391;1750:505;;:::o;2261:295::-;2388:10;2409:104;2509:3;2501:6;2409:104;:::i;:::-;2545:4;2540:3;2536:14;2522:28;;2261:295;;;;:::o;2562:142::-;2661:4;2693;2688:3;2684:14;2676:22;;2562:142;;;:::o;2790:964::-;2967:3;2996:83;3073:5;2996:83;:::i;:::-;3095:115;3203:6;3198:3;3095:115;:::i;:::-;3088:122;;3234:85;3313:5;3234:85;:::i;:::-;3342:7;3373:1;3358:371;3383:6;3380:1;3377:13;3358:371;;;3459:6;3453:13;3486:121;3603:3;3588:13;3486:121;:::i;:::-;3479:128;;3630:89;3712:6;3630:89;:::i;:::-;3620:99;;3418:311;3405:1;3402;3398:9;3393:14;;3358:371;;;3362:14;3745:3;3738:10;;2972:782;;;2790:964;;;;:::o;3760:489::-;3961:4;3999:2;3988:9;3984:18;3976:26;;4048:9;4042:4;4038:20;4034:1;4023:9;4019:17;4012:47;4076:166;4237:4;4228:6;4076:166;:::i;:::-;4068:174;;3760:489;;;;:::o;4255:126::-;4292:7;4332:42;4325:5;4321:54;4310:65;;4255:126;;;:::o;4387:96::-;4424:7;4453:24;4471:5;4453:24;:::i;:::-;4442:35;;4387:96;;;:::o;4489:122::-;4562:24;4580:5;4562:24;:::i;:::-;4555:5;4552:35;4542:63;;4601:1;4598;4591:12;4542:63;4489:122;:::o;4617:139::-;4663:5;4701:6;4688:20;4679:29;;4717:33;4744:5;4717:33;:::i;:::-;4617:139;;;;:::o;4762:77::-;4799:7;4828:5;4817:16;;4762:77;;;:::o;4845:122::-;4918:24;4936:5;4918:24;:::i;:::-;4911:5;4908:35;4898:63;;4957:1;4954;4947:12;4898:63;4845:122;:::o;4973:139::-;5019:5;5057:6;5044:20;5035:29;;5073:33;5100:5;5073:33;:::i;:::-;4973:139;;;;:::o;5118:109::-;5154:7;5194:26;5187:5;5183:38;5172:49;;5118:109;;;:::o;5233:120::-;5305:23;5322:5;5305:23;:::i;:::-;5298:5;5295:34;5285:62;;5343:1;5340;5333:12;5285:62;5233:120;:::o;5359:137::-;5404:5;5442:6;5429:20;5420:29;;5458:32;5484:5;5458:32;:::i;:::-;5359:137;;;;:::o;5502:117::-;5611:1;5608;5601:12;5625:117;5734:1;5731;5724:12;5748:117;5857:1;5854;5847:12;5885:553;5943:8;5953:6;6003:3;5996:4;5988:6;5984:17;5980:27;5970:122;;6011:79;;:::i;:::-;5970:122;6124:6;6111:20;6101:30;;6154:18;6146:6;6143:30;6140:117;;;6176:79;;:::i;:::-;6140:117;6290:4;6282:6;6278:17;6266:29;;6344:3;6336:4;6328:6;6324:17;6314:8;6310:32;6307:41;6304:128;;;6351:79;;:::i;:::-;6304:128;5885:553;;;;;:::o;6444:1693::-;6586:6;6594;6602;6610;6618;6626;6634;6642;6650;6658;6707:3;6695:9;6686:7;6682:23;6678:33;6675:120;;;6714:79;;:::i;:::-;6675:120;6834:1;6859:53;6904:7;6895:6;6884:9;6880:22;6859:53;:::i;:::-;6849:63;;6805:117;6961:2;6987:53;7032:7;7023:6;7012:9;7008:22;6987:53;:::i;:::-;6977:63;;6932:118;7089:2;7115:53;7160:7;7151:6;7140:9;7136:22;7115:53;:::i;:::-;7105:63;;7060:118;7217:2;7243:53;7288:7;7279:6;7268:9;7264:22;7243:53;:::i;:::-;7233:63;;7188:118;7345:3;7372:52;7416:7;7407:6;7396:9;7392:22;7372:52;:::i;:::-;7362:62;;7316:118;7473:3;7500:53;7545:7;7536:6;7525:9;7521:22;7500:53;:::i;:::-;7490:63;;7444:119;7602:3;7629:53;7674:7;7665:6;7654:9;7650:22;7629:53;:::i;:::-;7619:63;;7573:119;7731:3;7758:53;7803:7;7794:6;7783:9;7779:22;7758:53;:::i;:::-;7748:63;;7702:119;7888:3;7877:9;7873:19;7860:33;7920:18;7912:6;7909:30;7906:117;;;7942:79;;:::i;:::-;7906:117;8055:65;8112:7;8103:6;8092:9;8088:22;8055:65;:::i;:::-;8037:83;;;;7831:299;6444:1693;;;;;;;;;;;;;:::o;8143:118::-;8230:24;8248:5;8230:24;:::i;:::-;8225:3;8218:37;8143:118;;:::o;8267:222::-;8360:4;8398:2;8387:9;8383:18;8375:26;;8411:71;8479:1;8468:9;8464:17;8455:6;8411:71;:::i;:::-;8267:222;;;;:::o;8495:102::-;8536:6;8587:2;8583:7;8578:2;8571:5;8567:14;8563:28;8553:38;;8495:102;;;:::o;8603:180::-;8651:77;8648:1;8641:88;8748:4;8745:1;8738:15;8772:4;8769:1;8762:15;8789:281;8872:27;8894:4;8872:27;:::i;:::-;8864:6;8860:40;9002:6;8990:10;8987:22;8966:18;8954:10;8951:34;8948:62;8945:88;;;9013:18;;:::i;:::-;8945:88;9053:10;9049:2;9042:22;8832:238;8789:281;;:::o;9076:129::-;9110:6;9137:20;;:::i;:::-;9127:30;;9166:33;9194:4;9186:6;9166:33;:::i;:::-;9076:129;;;:::o;9211:340::-;9317:4;9407:18;9399:6;9396:30;9393:56;;;9429:18;;:::i;:::-;9393:56;9479:4;9471:6;9467:17;9459:25;;9539:4;9533;9529:15;9521:23;;9211:340;;;:::o;9557:117::-;9666:1;9663;9656:12;9843:578;9921:5;9965:4;9953:9;9948:3;9944:19;9940:30;9937:117;;;9973:79;;:::i;:::-;9937:117;10072:21;10088:4;10072:21;:::i;:::-;10063:30;;10152:1;10192:49;10237:3;10228:6;10217:9;10213:22;10192:49;:::i;:::-;10185:4;10178:5;10174:16;10167:75;10103:150;10312:2;10353:49;10398:3;10389:6;10378:9;10374:22;10353:49;:::i;:::-;10346:4;10339:5;10335:16;10328:75;10263:151;9843:578;;;;:::o;10469:797::-;10594:5;10619:110;10635:93;10721:6;10635:93;:::i;:::-;10619:110;:::i;:::-;10610:119;;10749:5;10778:6;10771:5;10764:21;10812:4;10805:5;10801:16;10794:23;;10865:4;10857:6;10853:17;10845:6;10841:30;10894:3;10886:6;10883:15;10880:122;;;10913:79;;:::i;:::-;10880:122;11028:6;11011:249;11045:6;11040:3;11037:15;11011:249;;;11120:3;11149:66;11211:3;11199:10;11149:66;:::i;:::-;11144:3;11137:79;11245:4;11240:3;11236:14;11229:21;;11087:173;11071:4;11066:3;11062:14;11055:21;;11011:249;;;11015:21;10600:666;;10469:797;;;;;:::o;11314:428::-;11414:5;11463:3;11456:4;11448:6;11444:17;11440:27;11430:122;;11471:79;;:::i;:::-;11430:122;11588:6;11575:20;11613:123;11732:3;11724:6;11717:4;11709:6;11705:17;11613:123;:::i;:::-;11604:132;;11420:322;11314:428;;;;:::o;11748:742::-;11870:6;11878;11927:2;11915:9;11906:7;11902:23;11898:32;11895:119;;;11933:79;;:::i;:::-;11895:119;12053:1;12078:53;12123:7;12114:6;12103:9;12099:22;12078:53;:::i;:::-;12068:63;;12024:117;12208:2;12197:9;12193:18;12180:32;12239:18;12231:6;12228:30;12225:117;;;12261:79;;:::i;:::-;12225:117;12366:107;12465:7;12456:6;12445:9;12441:22;12366:107;:::i;:::-;12356:117;;12151:332;11748:742;;;;;:::o;12496:98::-;12547:6;12581:5;12575:12;12565:22;;12496:98;;;:::o;12600:168::-;12683:11;12717:6;12712:3;12705:19;12757:4;12752:3;12748:14;12733:29;;12600:168;;;;:::o;12774:246::-;12855:1;12865:113;12879:6;12876:1;12873:13;12865:113;;;12964:1;12959:3;12955:11;12949:18;12945:1;12940:3;12936:11;12929:39;12901:2;12898:1;12894:10;12889:15;;12865:113;;;13012:1;13003:6;12998:3;12994:16;12987:27;12836:184;12774:246;;;:::o;13026:373::-;13112:3;13140:38;13172:5;13140:38;:::i;:::-;13194:70;13257:6;13252:3;13194:70;:::i;:::-;13187:77;;13273:65;13331:6;13326:3;13319:4;13312:5;13308:16;13273:65;:::i;:::-;13363:29;13385:6;13363:29;:::i;:::-;13358:3;13354:39;13347:46;;13116:283;13026:373;;;;:::o;13405:309::-;13516:4;13554:2;13543:9;13539:18;13531:26;;13603:9;13597:4;13593:20;13589:1;13578:9;13574:17;13567:47;13631:76;13702:4;13693:6;13631:76;:::i;:::-;13623:84;;13405:309;;;;:::o;13720:474::-;13788:6;13796;13845:2;13833:9;13824:7;13820:23;13816:32;13813:119;;;13851:79;;:::i;:::-;13813:119;13971:1;13996:53;14041:7;14032:6;14021:9;14017:22;13996:53;:::i;:::-;13986:63;;13942:117;14098:2;14124:53;14169:7;14160:6;14149:9;14145:22;14124:53;:::i;:::-;14114:63;;14069:118;13720:474;;;;;:::o;14200:90::-;14234:7;14277:5;14270:13;14263:21;14252:32;;14200:90;;;:::o;14296:109::-;14377:21;14392:5;14377:21;:::i;:::-;14372:3;14365:34;14296:109;;:::o;14411:210::-;14498:4;14536:2;14525:9;14521:18;14513:26;;14549:65;14611:1;14600:9;14596:17;14587:6;14549:65;:::i;:::-;14411:210;;;;:::o;14627:329::-;14686:6;14735:2;14723:9;14714:7;14710:23;14706:32;14703:119;;;14741:79;;:::i;:::-;14703:119;14861:1;14886:53;14931:7;14922:6;14911:9;14907:22;14886:53;:::i;:::-;14876:63;;14832:117;14627:329;;;;:::o;14962:108::-;15039:24;15057:5;15039:24;:::i;:::-;15034:3;15027:37;14962:108;;:::o;15076:::-;15153:24;15171:5;15153:24;:::i;:::-;15148:3;15141:37;15076:108;;:::o;15190:105::-;15265:23;15282:5;15265:23;:::i;:::-;15260:3;15253:36;15190:105;;:::o;15301:99::-;15372:21;15387:5;15372:21;:::i;:::-;15367:3;15360:34;15301:99;;:::o;15462:1948::-;15605:6;15600:3;15596:16;15696:4;15689:5;15685:16;15679:23;15715:63;15772:4;15767:3;15763:14;15749:12;15715:63;:::i;:::-;15622:166;15871:4;15864:5;15860:16;15854:23;15890:63;15947:4;15942:3;15938:14;15924:12;15890:63;:::i;:::-;15798:165;16059:4;16052:5;16048:16;16042:23;16078:63;16135:4;16130:3;16126:14;16112:12;16078:63;:::i;:::-;15973:178;16238:4;16231:5;16227:16;16221:23;16257:63;16314:4;16309:3;16305:14;16291:12;16257:63;:::i;:::-;16161:169;16419:4;16412:5;16408:16;16402:23;16438:63;16495:4;16490:3;16486:14;16472:12;16438:63;:::i;:::-;16340:171;16593:4;16586:5;16582:16;16576:23;16612:61;16667:4;16662:3;16658:14;16644:12;16612:61;:::i;:::-;16521:162;16772:4;16765:5;16761:16;16755:23;16791:57;16842:4;16837:3;16833:14;16819:12;16791:57;:::i;:::-;16693:165;16949:4;16942:5;16938:16;16932:23;16968:63;17025:4;17020:3;17016:14;17002:12;16968:63;:::i;:::-;16868:173;17129:6;17122:5;17118:18;17112:25;17150:63;17205:6;17200:3;17196:16;17182:12;17150:63;:::i;:::-;17051:172;17307:6;17300:5;17296:18;17290:25;17328:65;17385:6;17380:3;17376:16;17362:12;17328:65;:::i;:::-;17233:170;15574:1836;15462:1948;;:::o;17416:315::-;17555:4;17593:3;17582:9;17578:19;17570:27;;17607:117;17721:1;17710:9;17706:17;17697:6;17607:117;:::i;:::-;17416:315;;;;:::o;17737:101::-;17773:7;17813:18;17806:5;17802:30;17791:41;;17737:101;;;:::o;17844:120::-;17916:23;17933:5;17916:23;:::i;:::-;17909:5;17906:34;17896:62;;17954:1;17951;17944:12;17896:62;17844:120;:::o;17970:137::-;18015:5;18053:6;18040:20;18031:29;;18069:32;18095:5;18069:32;:::i;:::-;17970:137;;;;:::o;18113:327::-;18171:6;18220:2;18208:9;18199:7;18195:23;18191:32;18188:119;;;18226:79;;:::i;:::-;18188:119;18346:1;18371:52;18415:7;18406:6;18395:9;18391:22;18371:52;:::i;:::-;18361:62;;18317:116;18113:327;;;;:::o;18446:118::-;18533:24;18551:5;18533:24;:::i;:::-;18528:3;18521:37;18446:118;;:::o;18570:222::-;18663:4;18701:2;18690:9;18686:18;18678:26;;18714:71;18782:1;18771:9;18767:17;18758:6;18714:71;:::i;:::-;18570:222;;;;:::o;18798:909::-;18892:6;18900;18908;18916;18924;18973:3;18961:9;18952:7;18948:23;18944:33;18941:120;;;18980:79;;:::i;:::-;18941:120;19100:1;19125:53;19170:7;19161:6;19150:9;19146:22;19125:53;:::i;:::-;19115:63;;19071:117;19227:2;19253:53;19298:7;19289:6;19278:9;19274:22;19253:53;:::i;:::-;19243:63;;19198:118;19355:2;19381:53;19426:7;19417:6;19406:9;19402:22;19381:53;:::i;:::-;19371:63;;19326:118;19483:2;19509:53;19554:7;19545:6;19534:9;19530:22;19509:53;:::i;:::-;19499:63;;19454:118;19611:3;19638:52;19682:7;19673:6;19662:9;19658:22;19638:52;:::i;:::-;19628:62;;19582:118;18798:909;;;;;;;;:::o;19713:332::-;19834:4;19872:2;19861:9;19857:18;19849:26;;19885:71;19953:1;19942:9;19938:17;19929:6;19885:71;:::i;:::-;19966:72;20034:2;20023:9;20019:18;20010:6;19966:72;:::i;:::-;19713:332;;;;;:::o;20051:115::-;20136:23;20153:5;20136:23;:::i;:::-;20131:3;20124:36;20051:115;;:::o;20172:118::-;20259:24;20277:5;20259:24;:::i;:::-;20254:3;20247:37;20172:118;;:::o;20296:328::-;20415:4;20453:2;20442:9;20438:18;20430:26;;20466:69;20532:1;20521:9;20517:17;20508:6;20466:69;:::i;:::-;20545:72;20613:2;20602:9;20598:18;20589:6;20545:72;:::i;:::-;20296:328;;;;;:::o;20718:531::-;20885:4;20880:3;20876:14;20972:4;20965:5;20961:16;20955:23;20991:63;21048:4;21043:3;21039:14;21025:12;20991:63;:::i;:::-;20900:164;21150:4;21143:5;21139:16;21133:23;21169:63;21226:4;21221:3;21217:14;21203:12;21169:63;:::i;:::-;21074:168;20854:395;20718:531;;:::o;21255:362::-;21418:4;21456:2;21445:9;21441:18;21433:26;;21469:141;21607:1;21596:9;21592:17;21583:6;21469:141;:::i;:::-;21255:362;;;;:::o;21636:552::-;21693:8;21703:6;21753:3;21746:4;21738:6;21734:17;21730:27;21720:122;;21761:79;;:::i;:::-;21720:122;21874:6;21861:20;21851:30;;21904:18;21896:6;21893:30;21890:117;;;21926:79;;:::i;:::-;21890:117;22040:4;22032:6;22028:17;22016:29;;22094:3;22086:4;22078:6;22074:17;22064:8;22060:32;22057:41;22054:128;;;22101:79;;:::i;:::-;22054:128;21636:552;;;;;:::o;22194:527::-;22264:6;22272;22321:2;22309:9;22300:7;22296:23;22292:32;22289:119;;;22327:79;;:::i;:::-;22289:119;22475:1;22464:9;22460:17;22447:31;22505:18;22497:6;22494:30;22491:117;;;22527:79;;:::i;:::-;22491:117;22640:64;22696:7;22687:6;22676:9;22672:22;22640:64;:::i;:::-;22622:82;;;;22418:296;22194:527;;;;;:::o;22727:619::-;22804:6;22812;22820;22869:2;22857:9;22848:7;22844:23;22840:32;22837:119;;;22875:79;;:::i;:::-;22837:119;22995:1;23020:53;23065:7;23056:6;23045:9;23041:22;23020:53;:::i;:::-;23010:63;;22966:117;23122:2;23148:53;23193:7;23184:6;23173:9;23169:22;23148:53;:::i;:::-;23138:63;;23093:118;23250:2;23276:53;23321:7;23312:6;23301:9;23297:22;23276:53;:::i;:::-;23266:63;;23221:118;22727:619;;;;;:::o;23352:::-;23429:6;23437;23445;23494:2;23482:9;23473:7;23469:23;23465:32;23462:119;;;23500:79;;:::i;:::-;23462:119;23620:1;23645:53;23690:7;23681:6;23670:9;23666:22;23645:53;:::i;:::-;23635:63;;23591:117;23747:2;23773:53;23818:7;23809:6;23798:9;23794:22;23773:53;:::i;:::-;23763:63;;23718:118;23875:2;23901:53;23946:7;23937:6;23926:9;23922:22;23901:53;:::i;:::-;23891:63;;23846:118;23352:619;;;;;:::o;23977:169::-;24061:11;24095:6;24090:3;24083:19;24135:4;24130:3;24126:14;24111:29;;23977:169;;;;:::o;24152:168::-;24292:20;24288:1;24280:6;24276:14;24269:44;24152:168;:::o;24326:366::-;24468:3;24489:67;24553:2;24548:3;24489:67;:::i;:::-;24482:74;;24565:93;24654:3;24565:93;:::i;:::-;24683:2;24678:3;24674:12;24667:19;;24326:366;;;:::o;24698:419::-;24864:4;24902:2;24891:9;24887:18;24879:26;;24951:9;24945:4;24941:20;24937:1;24926:9;24922:17;24915:47;24979:131;25105:4;24979:131;:::i;:::-;24971:139;;24698:419;;;:::o;25123:180::-;25171:77;25168:1;25161:88;25268:4;25265:1;25258:15;25292:4;25289:1;25282:15;25309:191;25349:3;25368:20;25386:1;25368:20;:::i;:::-;25363:25;;25402:20;25420:1;25402:20;:::i;:::-;25397:25;;25445:1;25442;25438:9;25431:16;;25466:3;25463:1;25460:10;25457:36;;;25473:18;;:::i;:::-;25457:36;25309:191;;;;:::o;25506:442::-;25655:4;25693:2;25682:9;25678:18;25670:26;;25706:71;25774:1;25763:9;25759:17;25750:6;25706:71;:::i;:::-;25787:72;25855:2;25844:9;25840:18;25831:6;25787:72;:::i;:::-;25869;25937:2;25926:9;25922:18;25913:6;25869:72;:::i;:::-;25506:442;;;;;;:::o;25954:116::-;26024:21;26039:5;26024:21;:::i;:::-;26017:5;26014:32;26004:60;;26060:1;26057;26050:12;26004:60;25954:116;:::o;26076:137::-;26130:5;26161:6;26155:13;26146:22;;26177:30;26201:5;26177:30;:::i;:::-;26076:137;;;;:::o;26219:345::-;26286:6;26335:2;26323:9;26314:7;26310:23;26306:32;26303:119;;;26341:79;;:::i;:::-;26303:119;26461:1;26486:61;26539:7;26530:6;26519:9;26515:22;26486:61;:::i;:::-;26476:71;;26432:125;26219:345;;;;:::o;26570:233::-;26609:3;26632:24;26650:5;26632:24;:::i;:::-;26623:33;;26678:66;26671:5;26668:77;26665:103;;26748:18;;:::i;:::-;26665:103;26795:1;26788:5;26784:13;26777:20;;26570:233;;;:::o;26809:332::-;26930:4;26968:2;26957:9;26953:18;26945:26;;26981:71;27049:1;27038:9;27034:17;27025:6;26981:71;:::i;:::-;27062:72;27130:2;27119:9;27115:18;27106:6;27062:72;:::i;:::-;26809:332;;;;;:::o;27147:410::-;27187:7;27210:20;27228:1;27210:20;:::i;:::-;27205:25;;27244:20;27262:1;27244:20;:::i;:::-;27239:25;;27299:1;27296;27292:9;27321:30;27339:11;27321:30;:::i;:::-;27310:41;;27500:1;27491:7;27487:15;27484:1;27481:22;27461:1;27454:9;27434:83;27411:139;;27530:18;;:::i;:::-;27411:139;27195:362;27147:410;;;;:::o;27563:180::-;27611:77;27608:1;27601:88;27708:4;27705:1;27698:15;27732:4;27729:1;27722:15;27749:185;27789:1;27806:20;27824:1;27806:20;:::i;:::-;27801:25;;27840:20;27858:1;27840:20;:::i;:::-;27835:25;;27879:1;27869:35;;27884:18;;:::i;:::-;27869:35;27926:1;27923;27919:9;27914:14;;27749:185;;;;:::o;27940:194::-;27980:4;28000:20;28018:1;28000:20;:::i;:::-;27995:25;;28034:20;28052:1;28034:20;:::i;:::-;28029:25;;28078:1;28075;28071:9;28063:17;;28102:1;28096:4;28093:11;28090:37;;;28107:18;;:::i;:::-;28090:37;27940:194;;;;:::o;28140:60::-;28168:3;28189:5;28182:12;;28140:60;;;:::o;28206:140::-;28255:9;28288:52;28306:33;28315:23;28332:5;28315:23;:::i;:::-;28306:33;:::i;:::-;28288:52;:::i;:::-;28275:65;;28206:140;;;:::o;28352:129::-;28438:36;28468:5;28438:36;:::i;:::-;28433:3;28426:49;28352:129;;:::o;28487:146::-;28584:6;28579:3;28574;28561:30;28625:1;28616:6;28611:3;28607:16;28600:27;28487:146;;;:::o;28663:317::-;28761:3;28782:71;28846:6;28841:3;28782:71;:::i;:::-;28775:78;;28863:56;28912:6;28907:3;28900:5;28863:56;:::i;:::-;28944:29;28966:6;28944:29;:::i;:::-;28939:3;28935:39;28928:46;;28663:317;;;;;:::o;28986:773::-;29220:4;29258:3;29247:9;29243:19;29235:27;;29272:71;29340:1;29329:9;29325:17;29316:6;29272:71;:::i;:::-;29353;29420:2;29409:9;29405:18;29396:6;29353:71;:::i;:::-;29434:72;29502:2;29491:9;29487:18;29478:6;29434:72;:::i;:::-;29516;29584:2;29573:9;29569:18;29560:6;29516:72;:::i;:::-;29636:9;29630:4;29626:20;29620:3;29609:9;29605:19;29598:49;29664:88;29747:4;29738:6;29730;29664:88;:::i;:::-;29656:96;;28986:773;;;;;;;;;:::o;29765:180::-;29813:77;29810:1;29803:88;29910:4;29907:1;29900:15;29934:4;29931:1;29924:15;29951:137;30041:6;30075:5;30069:12;30059:22;;29951:137;;;:::o;30094:182::-;30184:4;30207:3;30199:11;;30230:3;30227:1;30220:14;30264:4;30261:1;30251:18;30243:26;;30094:182;;;:::o;30282:102::-;30324:8;30371:5;30368:1;30364:13;30343:34;;30282:102;;;:::o;30390:90::-;30440:7;30469:5;30458:16;;30390:90;;;:::o;30486:166::-;30555:5;30580:66;30611:34;30634:10;30611:34;:::i;:::-;30580:66;:::i;:::-;30571:75;;30486:166;;;:::o;30734:689::-;30876:4;30871:3;30867:14;30907:1;30982:4;30975:5;30971:16;30965:23;30952:36;;31021:55;31066:9;31021:55;:::i;:::-;31089:63;31146:4;31141:3;31137:14;31123:12;31089:63;:::i;:::-;30918:244;31236:4;31229:5;31225:16;31219:23;31206:36;;31275:55;31320:9;31275:55;:::i;:::-;31343:63;31400:4;31395:3;31391:14;31377:12;31343:63;:::i;:::-;31172:244;30845:578;;30734:689;;:::o;31429:289::-;31553:10;31574:101;31671:3;31663:6;31574:101;:::i;:::-;31707:4;31702:3;31698:14;31684:28;;31429:289;;;;:::o;31724:136::-;31817:4;31849;31844:3;31840:14;31832:22;;31724:136;;;:::o;31946:930::-;32117:3;32146:77;32217:5;32146:77;:::i;:::-;32239:115;32347:6;32342:3;32239:115;:::i;:::-;32232:122;;32378:79;32451:5;32378:79;:::i;:::-;32480:7;32511:1;32496:355;32521:6;32518:1;32515:13;32496:355;;;32591:6;32617:118;32731:3;32716:13;32617:118;:::i;:::-;32610:125;;32758:83;32834:6;32758:83;:::i;:::-;32748:93;;32556:295;32543:1;32540;32536:9;32531:14;;32496:355;;;32500:14;32867:3;32860:10;;32122:754;;;31946:930;;;;:::o;32882:477::-;33077:4;33115:2;33104:9;33100:18;33092:26;;33164:9;33158:4;33154:20;33150:1;33139:9;33135:17;33128:47;33192:160;33347:4;33338:6;33192:160;:::i;:::-;33184:168;;32882:477;;;;:::o;33365:180::-;33413:77;33410:1;33403:88;33510:4;33507:1;33500:15;33534:4;33531:1;33524:15;33551:320;33595:6;33632:1;33626:4;33622:12;33612:22;;33679:1;33673:4;33669:12;33700:18;33690:81;;33756:4;33748:6;33744:17;33734:27;;33690:81;33818:2;33810:6;33807:14;33787:18;33784:38;33781:84;;33837:18;;:::i;:::-;33781:84;33602:269;33551:320;;;:::o;33877:172::-;34017:24;34013:1;34005:6;34001:14;33994:48;33877:172;:::o;34055:366::-;34197:3;34218:67;34282:2;34277:3;34218:67;:::i;:::-;34211:74;;34294:93;34383:3;34294:93;:::i;:::-;34412:2;34407:3;34403:12;34396:19;;34055:366;;;:::o;34427:419::-;34593:4;34631:2;34620:9;34616:18;34608:26;;34680:9;34674:4;34670:20;34666:1;34655:9;34651:17;34644:47;34708:131;34834:4;34708:131;:::i;:::-;34700:139;;34427:419;;;:::o;34852:228::-;34992:34;34988:1;34980:6;34976:14;34969:58;35061:11;35056:2;35048:6;35044:15;35037:36;34852:228;:::o;35086:366::-;35228:3;35249:67;35313:2;35308:3;35249:67;:::i;:::-;35242:74;;35325:93;35414:3;35325:93;:::i;:::-;35443:2;35438:3;35434:12;35427:19;;35086:366;;;:::o;35458:419::-;35624:4;35662:2;35651:9;35647:18;35639:26;;35711:9;35705:4;35701:20;35697:1;35686:9;35682:17;35675:47;35739:131;35865:4;35739:131;:::i;:::-;35731:139;;35458:419;;;:::o;35883:233::-;36023:34;36019:1;36011:6;36007:14;36000:58;36092:16;36087:2;36079:6;36075:15;36068:41;35883:233;:::o;36122:366::-;36264:3;36285:67;36349:2;36344:3;36285:67;:::i;:::-;36278:74;;36361:93;36450:3;36361:93;:::i;:::-;36479:2;36474:3;36470:12;36463:19;;36122:366;;;:::o;36494:419::-;36660:4;36698:2;36687:9;36683:18;36675:26;;36747:9;36741:4;36737:20;36733:1;36722:9;36718:17;36711:47;36775:131;36901:4;36775:131;:::i;:::-;36767:139;;36494:419;;;:::o;36919:85::-;36964:7;36993:5;36982:16;;36919:85;;;:::o;37010:86::-;37045:7;37085:4;37078:5;37074:16;37063:27;;37010:86;;;:::o;37102:154::-;37158:9;37191:59;37207:42;37216:32;37242:5;37216:32;:::i;:::-;37207:42;:::i;:::-;37191:59;:::i;:::-;37178:72;;37102:154;;;:::o;37262:143::-;37355:43;37392:5;37355:43;:::i;:::-;37350:3;37343:56;37262:143;;:::o;37411:234::-;37510:4;37548:2;37537:9;37533:18;37525:26;;37561:77;37635:1;37624:9;37620:17;37611:6;37561:77;:::i;:::-;37411:234;;;;:::o;37651:218::-;37742:4;37780:2;37769:9;37765:18;37757:26;;37793:69;37859:1;37848:9;37844:17;37835:6;37793:69;:::i;:::-;37651:218;;;;:::o;37875:164::-;38015:16;38011:1;38003:6;37999:14;37992:40;37875:164;:::o;38045:366::-;38187:3;38208:67;38272:2;38267:3;38208:67;:::i;:::-;38201:74;;38284:93;38373:3;38284:93;:::i;:::-;38402:2;38397:3;38393:12;38386:19;;38045:366;;;:::o;38417:419::-;38583:4;38621:2;38610:9;38606:18;38598:26;;38670:9;38664:4;38660:20;38656:1;38645:9;38641:17;38634:47;38698:131;38824:4;38698:131;:::i;:::-;38690:139;;38417:419;;;:::o;38842:164::-;38982:16;38978:1;38970:6;38966:14;38959:40;38842:164;:::o;39012:366::-;39154:3;39175:67;39239:2;39234:3;39175:67;:::i;:::-;39168:74;;39251:93;39340:3;39251:93;:::i;:::-;39369:2;39364:3;39360:12;39353:19;;39012:366;;;:::o;39384:419::-;39550:4;39588:2;39577:9;39573:18;39565:26;;39637:9;39631:4;39627:20;39623:1;39612:9;39608:17;39601:47;39665:131;39791:4;39665:131;:::i;:::-;39657:139;;39384:419;;;:::o;39809:216::-;39848:4;39868:19;39885:1;39868:19;:::i;:::-;39863:24;;39901:19;39918:1;39901:19;:::i;:::-;39896:24;;39944:1;39941;39937:9;39929:17;;39968:26;39962:4;39959:36;39956:62;;;39998:18;;:::i;:::-;39956:62;39809:216;;;;:::o;40031:138::-;40079:9;40112:51;40129:33;40138:23;40155:5;40138:23;:::i;:::-;40129:33;:::i;:::-;40112:51;:::i;:::-;40099:64;;40031:138;;;:::o;40175:127::-;40260:35;40289:5;40260:35;:::i;:::-;40255:3;40248:48;40175:127;;:::o;40308:438::-;40455:4;40493:2;40482:9;40478:18;40470:26;;40506:71;40574:1;40563:9;40559:17;40550:6;40506:71;:::i;:::-;40587:72;40655:2;40644:9;40640:18;40631:6;40587:72;:::i;:::-;40669:70;40735:2;40724:9;40720:18;40711:6;40669:70;:::i;:::-;40308:438;;;;;;:::o;40752:96::-;40810:6;40838:3;40828:13;;40752:96;;;;:::o;40854:140::-;40902:4;40925:3;40917:11;;40948:3;40945:1;40938:14;40982:4;40979:1;40969:18;40961:26;;40854:140;;;:::o;41000:93::-;41037:6;41084:2;41079;41072:5;41068:14;41064:23;41054:33;;41000:93;;;:::o;41099:107::-;41143:8;41193:5;41187:4;41183:16;41162:37;;41099:107;;;;:::o;41212:393::-;41281:6;41331:1;41319:10;41315:18;41354:97;41384:66;41373:9;41354:97;:::i;:::-;41472:39;41502:8;41491:9;41472:39;:::i;:::-;41460:51;;41544:4;41540:9;41533:5;41529:21;41520:30;;41593:4;41583:8;41579:19;41572:5;41569:30;41559:40;;41288:317;;41212:393;;;;;:::o;41611:142::-;41661:9;41694:53;41712:34;41721:24;41739:5;41721:24;:::i;:::-;41712:34;:::i;:::-;41694:53;:::i;:::-;41681:66;;41611:142;;;:::o;41759:75::-;41802:3;41823:5;41816:12;;41759:75;;;:::o;41840:269::-;41950:39;41981:7;41950:39;:::i;:::-;42011:91;42060:41;42084:16;42060:41;:::i;:::-;42052:6;42045:4;42039:11;42011:91;:::i;:::-;42005:4;41998:105;41916:193;41840:269;;;:::o;42115:73::-;42160:3;42115:73;:::o;42194:189::-;42271:32;;:::i;:::-;42312:65;42370:6;42362;42356:4;42312:65;:::i;:::-;42247:136;42194:189;;:::o;42389:186::-;42449:120;42466:3;42459:5;42456:14;42449:120;;;42520:39;42557:1;42550:5;42520:39;:::i;:::-;42493:1;42486:5;42482:13;42473:22;;42449:120;;;42389:186;;:::o;42581:541::-;42681:2;42676:3;42673:11;42670:445;;;42715:37;42746:5;42715:37;:::i;:::-;42798:29;42816:10;42798:29;:::i;:::-;42788:8;42784:44;42981:2;42969:10;42966:18;42963:49;;;43002:8;42987:23;;42963:49;43025:80;43081:22;43099:3;43081:22;:::i;:::-;43071:8;43067:37;43054:11;43025:80;:::i;:::-;42685:430;;42670:445;42581:541;;;:::o;43128:117::-;43182:8;43232:5;43226:4;43222:16;43201:37;;43128:117;;;;:::o;43251:169::-;43295:6;43328:51;43376:1;43372:6;43364:5;43361:1;43357:13;43328:51;:::i;:::-;43324:56;43409:4;43403;43399:15;43389:25;;43302:118;43251:169;;;;:::o;43425:295::-;43501:4;43647:29;43672:3;43666:4;43647:29;:::i;:::-;43639:37;;43709:3;43706:1;43702:11;43696:4;43693:21;43685:29;;43425:295;;;;:::o;43725:1398::-;43847:43;43886:3;43881;43847:43;:::i;:::-;43955:18;43947:6;43944:30;43941:56;;;43977:18;;:::i;:::-;43941:56;44021:38;44053:4;44047:11;44021:38;:::i;:::-;44106:66;44165:6;44157;44151:4;44106:66;:::i;:::-;44199:1;44228:2;44220:6;44217:14;44245:1;44240:631;;;;44915:1;44932:6;44929:84;;;44988:9;44983:3;44979:19;44966:33;44957:42;;44929:84;45039:67;45099:6;45092:5;45039:67;:::i;:::-;45033:4;45026:81;44888:229;44210:907;;44240:631;44292:4;44288:9;44280:6;44276:22;44326:36;44357:4;44326:36;:::i;:::-;44384:1;44398:215;44412:7;44409:1;44406:14;44398:215;;;44498:9;44493:3;44489:19;44476:33;44468:6;44461:49;44549:1;44541:6;44537:14;44527:24;;44596:2;44585:9;44581:18;44568:31;;44435:4;44432:1;44428:12;44423:17;;44398:215;;;44641:6;44632:7;44629:19;44626:186;;;44706:9;44701:3;44697:19;44684:33;44749:48;44791:4;44783:6;44779:17;44768:9;44749:48;:::i;:::-;44741:6;44734:64;44649:163;44626:186;44858:1;44854;44846:6;44842:14;44838:22;44832:4;44825:36;44247:624;;;44210:907;;43822:1301;;;43725:1398;;;:::o;45129:147::-;45230:11;45267:3;45252:18;;45129:147;;;;:::o;45304:327::-;45418:3;45439:88;45520:6;45515:3;45439:88;:::i;:::-;45432:95;;45537:56;45586:6;45581:3;45574:5;45537:56;:::i;:::-;45618:6;45613:3;45609:16;45602:23;;45304:327;;;;;:::o;45637:291::-;45777:3;45799:103;45898:3;45889:6;45881;45799:103;:::i;:::-;45792:110;;45919:3;45912:10;;45637:291;;;;;:::o;45934:174::-;46074:26;46070:1;46062:6;46058:14;46051:50;45934:174;:::o;46114:366::-;46256:3;46277:67;46341:2;46336:3;46277:67;:::i;:::-;46270:74;;46353:93;46442:3;46353:93;:::i;:::-;46471:2;46466:3;46462:12;46455:19;;46114:366;;;:::o;46486:419::-;46652:4;46690:2;46679:9;46675:18;46667:26;;46739:9;46733:4;46729:20;46725:1;46714:9;46710:17;46703:47;46767:131;46893:4;46767:131;:::i;:::-;46759:139;;46486:419;;;:::o;46911:222::-;47004:4;47042:2;47031:9;47027:18;47019:26;;47055:71;47123:1;47112:9;47108:17;47099:6;47055:71;:::i;:::-;46911:222;;;;:::o;47139:332::-;47260:4;47298:2;47287:9;47283:18;47275:26;;47311:71;47379:1;47368:9;47364:17;47355:6;47311:71;:::i;:::-;47392:72;47460:2;47449:9;47445:18;47436:6;47392:72;:::i;:::-;47139:332;;;;;:::o;47477:166::-;47617:18;47613:1;47605:6;47601:14;47594:42;47477:166;:::o;47649:366::-;47791:3;47812:67;47876:2;47871:3;47812:67;:::i;:::-;47805:74;;47888:93;47977:3;47888:93;:::i;:::-;48006:2;48001:3;47997:12;47990:19;;47649:366;;;:::o;48021:419::-;48187:4;48225:2;48214:9;48210:18;48202:26;;48274:9;48268:4;48264:20;48260:1;48249:9;48245:17;48238:47;48302:131;48428:4;48302:131;:::i;:::-;48294:139;;48021:419;;;:::o;48446:167::-;48586:19;48582:1;48574:6;48570:14;48563:43;48446:167;:::o;48619:366::-;48761:3;48782:67;48846:2;48841:3;48782:67;:::i;:::-;48775:74;;48858:93;48947:3;48858:93;:::i;:::-;48976:2;48971:3;48967:12;48960:19;;48619:366;;;:::o;48991:419::-;49157:4;49195:2;49184:9;49180:18;49172:26;;49244:9;49238:4;49234:20;49230:1;49219:9;49215:17;49208:47;49272:131;49398:4;49272:131;:::i;:::-;49264:139;;48991:419;;;:::o;49416:162::-;49556:14;49552:1;49544:6;49540:14;49533:38;49416:162;:::o;49584:366::-;49726:3;49747:67;49811:2;49806:3;49747:67;:::i;:::-;49740:74;;49823:93;49912:3;49823:93;:::i;:::-;49941:2;49936:3;49932:12;49925:19;;49584:366;;;:::o;49956:419::-;50122:4;50160:2;50149:9;50145:18;50137:26;;50209:9;50203:4;50199:20;50195:1;50184:9;50180:17;50173:47;50237:131;50363:4;50237:131;:::i;:::-;50229:139;;49956:419;;;:::o;50381:166::-;50521:18;50517:1;50509:6;50505:14;50498:42;50381:166;:::o;50553:366::-;50695:3;50716:67;50780:2;50775:3;50716:67;:::i;:::-;50709:74;;50792:93;50881:3;50792:93;:::i;:::-;50910:2;50905:3;50901:12;50894:19;;50553:366;;;:::o;50925:419::-;51091:4;51129:2;51118:9;51114:18;51106:26;;51178:9;51172:4;51168:20;51164:1;51153:9;51149:17;51142:47;51206:131;51332:4;51206:131;:::i;:::-;51198:139;;50925:419;;;:::o;51350:172::-;51490:24;51486:1;51478:6;51474:14;51467:48;51350:172;:::o;51528:366::-;51670:3;51691:67;51755:2;51750:3;51691:67;:::i;:::-;51684:74;;51767:93;51856:3;51767:93;:::i;:::-;51885:2;51880:3;51876:12;51869:19;;51528:366;;;:::o;51900:419::-;52066:4;52104:2;52093:9;52089:18;52081:26;;52153:9;52147:4;52143:20;52139:1;52128:9;52124:17;52117:47;52181:131;52307:4;52181:131;:::i;:::-;52173:139;;51900:419;;;:::o;52325:175::-;52465:27;52461:1;52453:6;52449:14;52442:51;52325:175;:::o;52506:366::-;52648:3;52669:67;52733:2;52728:3;52669:67;:::i;:::-;52662:74;;52745:93;52834:3;52745:93;:::i;:::-;52863:2;52858:3;52854:12;52847:19;;52506:366;;;:::o;52878:419::-;53044:4;53082:2;53071:9;53067:18;53059:26;;53131:9;53125:4;53121:20;53117:1;53106:9;53102:17;53095:47;53159:131;53285:4;53159:131;:::i;:::-;53151:139;;52878:419;;;:::o;53303:182::-;53443:34;53439:1;53431:6;53427:14;53420:58;53303:182;:::o;53491:366::-;53633:3;53654:67;53718:2;53713:3;53654:67;:::i;:::-;53647:74;;53730:93;53819:3;53730:93;:::i;:::-;53848:2;53843:3;53839:12;53832:19;;53491:366;;;:::o;53863:419::-;54029:4;54067:2;54056:9;54052:18;54044:26;;54116:9;54110:4;54106:20;54102:1;54091:9;54087:17;54080:47;54144:131;54270:4;54144:131;:::i;:::-;54136:139;;53863:419;;;:::o;54288:230::-;54428:34;54424:1;54416:6;54412:14;54405:58;54497:13;54492:2;54484:6;54480:15;54473:38;54288:230;:::o;54524:366::-;54666:3;54687:67;54751:2;54746:3;54687:67;:::i;:::-;54680:74;;54763:93;54852:3;54763:93;:::i;:::-;54881:2;54876:3;54872:12;54865:19;;54524:366;;;:::o;54896:419::-;55062:4;55100:2;55089:9;55085:18;55077:26;;55149:9;55143:4;55139:20;55135:1;55124:9;55120:17;55113:47;55177:131;55303:4;55177:131;:::i;:::-;55169:139;;54896:419;;;:::o;55321:170::-;55461:22;55457:1;55449:6;55445:14;55438:46;55321:170;:::o;55497:366::-;55639:3;55660:67;55724:2;55719:3;55660:67;:::i;:::-;55653:74;;55736:93;55825:3;55736:93;:::i;:::-;55854:2;55849:3;55845:12;55838:19;;55497:366;;;:::o;55869:419::-;56035:4;56073:2;56062:9;56058:18;56050:26;;56122:9;56116:4;56112:20;56108:1;56097:9;56093:17;56086:47;56150:131;56276:4;56150:131;:::i;:::-;56142:139;;55869:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"3477400","executionCost":"infinite","totalCost":"infinite"},"external":{"acceptOwnership()":"54791","createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":"infinite","getAggregator()":"infinite","getFeeDetails()":"4826","getOrderInfo(bytes32)":"infinite","getSupportedInstitutionByCode(bytes32)":"infinite","getSupportedInstitutions(bytes32)":"infinite","initialize()":"191256","isTokenSupported(address)":"2970","owner()":"2611","pause()":"infinite","paused()":"2524","pendingOwner()":"2632","refund(uint256,bytes32,bytes32)":"infinite","renounceOwnership()":"54736","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","settle(bytes32,bytes32,bytes32,address,uint64)":"infinite","transferOwnership(address)":"infinite","unpause()":"infinite","updateProtocolAddress(bytes32,address)":"53119","updateProtocolAggregator(bytes)":"infinite","updateProtocolFees(uint64)":"infinite"},"internal":{"_handler(address,uint256,address,address,uint256,bytes32)":"infinite","_transferSenderFee(bytes32)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":"2654ec7e","getAggregator()":"3ad59dbc","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","initialize()":"8129fc1c","isTokenSupported(address)":"75151b63","owner()":"8da5cb5b","pause()":"8456cb59","paused()":"5c975abb","pendingOwner()":"e30c3978","refund(uint256,bytes32,bytes32)":"d28a8d32","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","settle(bytes32,bytes32,bytes32,address,uint64)":"9015dced","transferOwnership(address)":"f2fde38b","unpause()":"3f4ba83a","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolAggregator(bytes)":"cb79455b","updateProtocolFees(uint64)":"84630736"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeesUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes\",\"name\":\"aggregator\",\"type\":\"bytes\"}],\"name\":\"SetAggregator\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAggregator\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"seller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"uint96\",\"name\":\"rate\",\"type\":\"uint96\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IPaycrest.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"aggregator\",\"type\":\"bytes\"}],\"name\":\"updateProtocolAggregator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFees\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Paycrest contract for handling orders and settlements.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"OrderCreated(address,uint256,uint256,bytes32,uint256,bytes32,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"label\":\"The label of the deposit.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"label\":\"The label of the transaction.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"label\":\"The label of the transaction.\",\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"See {createOrder-IPaycrest}. \"},\"getAggregator()\":{\"details\":\"See {getAggregator-IPaycrest}. \"},\"getFeeDetails()\":{\"details\":\"See {getFeeDetails-IPaycrest}. \"},\"getOrderInfo(bytes32)\":{\"details\":\"See {getOrderInfo-IPaycrest}. \"},\"getSupportedInstitutionByCode(bytes32)\":{\"details\":\"See {getSupportedInstitutionByCode-IPaycrest}. \"},\"getSupportedInstitutions(bytes32)\":{\"details\":\"See {getSupportedInstitutions-IPaycrest}. \"},\"initialize()\":{\"details\":\"Initialize function.\"},\"isTokenSupported(address)\":{\"details\":\"See {isTokenSupported-IPaycrest}. \"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pause()\":{\"details\":\"Pause the contract.\"},\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"refund(uint256,bytes32,bytes32)\":{\"details\":\"See {refund-IPaycrest}. \"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"settle(bytes32,bytes32,bytes32,address,uint64)\":{\"details\":\"See {settle-IPaycrest}. \"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"unpause()\":{\"details\":\"Unpause the contract.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolAggregator(bytes)\":{\"details\":\"Updates the protocol aggregator.\",\"params\":{\"aggregator\":\"The new aggregator to be set.\"}},\"updateProtocolFees(uint64)\":{\"details\":\"Updates the protocol fees percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fees percentage to be set.\"}}},\"title\":\"Paycrest\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Paycrest.sol\":\"Paycrest\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20Upgradeable {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x0e1f0f5f62f67a881cd1a9597acbc0a5e4071f3c2c10449a183b922ae7272e3f\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (token/ERC20/extensions/IERC20Permit.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in\\n * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].\\n *\\n * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by\\n * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't\\n * need to send a transaction, and thus is not required to hold Ether at all.\\n *\\n * ==== Security Considerations\\n *\\n * There are two important considerations concerning the use of `permit`. The first is that a valid permit signature\\n * expresses an allowance, and it should not be assumed to convey additional meaning. In particular, it should not be\\n * considered as an intention to spend the allowance in any specific way. The second is that because permits have\\n * built-in replay protection and can be submitted by anyone, they can be frontrun. A protocol that uses permits should\\n * take this into consideration and allow a `permit` call to fail. Combining these two aspects, a pattern that may be\\n * generally recommended is:\\n *\\n * ```solidity\\n * function doThingWithPermit(..., uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public {\\n * try token.permit(msg.sender, address(this), value, deadline, v, r, s) {} catch {}\\n * doThing(..., value);\\n * }\\n *\\n * function doThing(..., uint256 value) public {\\n * token.safeTransferFrom(msg.sender, address(this), value);\\n * ...\\n * }\\n * ```\\n *\\n * Observe that: 1) `msg.sender` is used as the owner, leaving no ambiguity as to the signer intent, and 2) the use of\\n * `try/catch` allows the permit to fail and makes the code tolerant to frontrunning. (See also\\n * {SafeERC20-safeTransferFrom}).\\n *\\n * Additionally, note that smart contract wallets (such as Argent or Safe) are not able to produce permit signatures, so\\n * contracts should have entry points that don't rely on permit.\\n */\\ninterface IERC20PermitUpgradeable {\\n /**\\n * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,\\n * given ``owner``'s signed approval.\\n *\\n * IMPORTANT: The same issues {IERC20-approve} has related to transaction\\n * ordering also apply here.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `deadline` must be a timestamp in the future.\\n * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`\\n * over the EIP712-formatted function arguments.\\n * - the signature must use ``owner``'s current nonce (see {nonces}).\\n *\\n * For more information on the signature format, see the\\n * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP\\n * section].\\n *\\n * CAUTION: See Security Considerations above.\\n */\\n function permit(\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) external;\\n\\n /**\\n * @dev Returns the current nonce for `owner`. This value must be\\n * included whenever a signature is generated for {permit}.\\n *\\n * Every successful call to {permit} increases ``owner``'s nonce by one. This\\n * prevents a signature from being used multiple times.\\n */\\n function nonces(address owner) external view returns (uint256);\\n\\n /**\\n * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.\\n */\\n // solhint-disable-next-line func-name-mixedcase\\n function DOMAIN_SEPARATOR() external view returns (bytes32);\\n}\\n\",\"keccak256\":\"0x07e881de3b9f6d2c07909f193f24b96c7fe4ea60013260f3f25aecd8bab3c2f8\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.3) (token/ERC20/utils/SafeERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20Upgradeable.sol\\\";\\nimport \\\"../extensions/IERC20PermitUpgradeable.sol\\\";\\nimport \\\"../../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @title SafeERC20\\n * @dev Wrappers around ERC20 operations that throw on failure (when the token\\n * contract returns false). Tokens that return no value (and instead revert or\\n * throw on failure) are also supported, non-reverting calls are assumed to be\\n * successful.\\n * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,\\n * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.\\n */\\nlibrary SafeERC20Upgradeable {\\n using AddressUpgradeable for address;\\n\\n /**\\n * @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeTransfer(IERC20Upgradeable token, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));\\n }\\n\\n /**\\n * @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the\\n * calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.\\n */\\n function safeTransferFrom(IERC20Upgradeable token, address from, address to, uint256 value) internal {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));\\n }\\n\\n /**\\n * @dev Deprecated. This function has issues similar to the ones found in\\n * {IERC20-approve}, and its usage is discouraged.\\n *\\n * Whenever possible, use {safeIncreaseAllowance} and\\n * {safeDecreaseAllowance} instead.\\n */\\n function safeApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\\n // safeApprove should only be called when setting an initial allowance,\\n // or when resetting it to zero. To increase and decrease it, use\\n // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'\\n require(\\n (value == 0) || (token.allowance(address(this), spender) == 0),\\n \\\"SafeERC20: approve from non-zero to non-zero allowance\\\"\\n );\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));\\n }\\n\\n /**\\n * @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeIncreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance + value));\\n }\\n\\n /**\\n * @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful.\\n */\\n function safeDecreaseAllowance(IERC20Upgradeable token, address spender, uint256 value) internal {\\n unchecked {\\n uint256 oldAllowance = token.allowance(address(this), spender);\\n require(oldAllowance >= value, \\\"SafeERC20: decreased allowance below zero\\\");\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance - value));\\n }\\n }\\n\\n /**\\n * @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,\\n * non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval\\n * to be set to zero before setting it to a non-zero value, such as USDT.\\n */\\n function forceApprove(IERC20Upgradeable token, address spender, uint256 value) internal {\\n bytes memory approvalCall = abi.encodeWithSelector(token.approve.selector, spender, value);\\n\\n if (!_callOptionalReturnBool(token, approvalCall)) {\\n _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, 0));\\n _callOptionalReturn(token, approvalCall);\\n }\\n }\\n\\n /**\\n * @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.\\n * Revert on invalid signature.\\n */\\n function safePermit(\\n IERC20PermitUpgradeable token,\\n address owner,\\n address spender,\\n uint256 value,\\n uint256 deadline,\\n uint8 v,\\n bytes32 r,\\n bytes32 s\\n ) internal {\\n uint256 nonceBefore = token.nonces(owner);\\n token.permit(owner, spender, value, deadline, v, r, s);\\n uint256 nonceAfter = token.nonces(owner);\\n require(nonceAfter == nonceBefore + 1, \\\"SafeERC20: permit did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n */\\n function _callOptionalReturn(IERC20Upgradeable token, bytes memory data) private {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We use {Address-functionCall} to perform this call, which verifies that\\n // the target address contains contract code and also asserts for success in the low-level call.\\n\\n bytes memory returndata = address(token).functionCall(data, \\\"SafeERC20: low-level call failed\\\");\\n require(returndata.length == 0 || abi.decode(returndata, (bool)), \\\"SafeERC20: ERC20 operation did not succeed\\\");\\n }\\n\\n /**\\n * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement\\n * on the return value: the return value is optional (but if data is returned, it must not be false).\\n * @param token The token targeted by the call.\\n * @param data The call data (encoded using abi.encode or one of its variants).\\n *\\n * This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.\\n */\\n function _callOptionalReturnBool(IERC20Upgradeable token, bytes memory data) private returns (bool) {\\n // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since\\n // we're implementing it ourselves. We cannot use {Address-functionCall} here since this should return false\\n // and not revert is the subcall reverts.\\n\\n (bool success, bytes memory returndata) = address(token).call(data);\\n return\\n success && (returndata.length == 0 || abi.decode(returndata, (bool))) && AddressUpgradeable.isContract(address(token));\\n }\\n}\\n\",\"keccak256\":\"0x23b997be73d3dd46885262704f0f8cfc7273fdadfe303d37969a9561373972b5\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./math/MathUpgradeable.sol\\\";\\nimport \\\"./math/SignedMathUpgradeable.sol\\\";\\n\\n/**\\n * @dev String operations.\\n */\\nlibrary StringsUpgradeable {\\n bytes16 private constant _SYMBOLS = \\\"0123456789abcdef\\\";\\n uint8 private constant _ADDRESS_LENGTH = 20;\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` decimal representation.\\n */\\n function toString(uint256 value) internal pure returns (string memory) {\\n unchecked {\\n uint256 length = MathUpgradeable.log10(value) + 1;\\n string memory buffer = new string(length);\\n uint256 ptr;\\n /// @solidity memory-safe-assembly\\n assembly {\\n ptr := add(buffer, add(32, length))\\n }\\n while (true) {\\n ptr--;\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore8(ptr, byte(mod(value, 10), _SYMBOLS))\\n }\\n value /= 10;\\n if (value == 0) break;\\n }\\n return buffer;\\n }\\n }\\n\\n /**\\n * @dev Converts a `int256` to its ASCII `string` decimal representation.\\n */\\n function toString(int256 value) internal pure returns (string memory) {\\n return string(abi.encodePacked(value < 0 ? \\\"-\\\" : \\\"\\\", toString(SignedMathUpgradeable.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, MathUpgradeable.log256(value) + 1);\\n }\\n }\\n\\n /**\\n * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.\\n */\\n function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {\\n bytes memory buffer = new bytes(2 * length + 2);\\n buffer[0] = \\\"0\\\";\\n buffer[1] = \\\"x\\\";\\n for (uint256 i = 2 * length + 1; i > 1; --i) {\\n buffer[i] = _SYMBOLS[value & 0xf];\\n value >>= 4;\\n }\\n require(value == 0, \\\"Strings: hex length insufficient\\\");\\n return string(buffer);\\n }\\n\\n /**\\n * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.\\n */\\n function toHexString(address addr) internal pure returns (string memory) {\\n return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);\\n }\\n\\n /**\\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 keccak256(bytes(a)) == keccak256(bytes(b));\\n }\\n}\\n\",\"keccak256\":\"0xb96dc79b65b7c37937919dcdb356a969ce0aa2e8338322bf4dc027a3c9c9a7eb\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/cryptography/ECDSA.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../StringsUpgradeable.sol\\\";\\n\\n/**\\n * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.\\n *\\n * These functions can be used to verify that a message was signed by the holder\\n * of the private keys of a given address.\\n */\\nlibrary ECDSAUpgradeable {\\n enum RecoverError {\\n NoError,\\n InvalidSignature,\\n InvalidSignatureLength,\\n InvalidSignatureS,\\n InvalidSignatureV // Deprecated in v4.8\\n }\\n\\n function _throwError(RecoverError error) private pure {\\n if (error == RecoverError.NoError) {\\n return; // no error: do nothing\\n } else if (error == RecoverError.InvalidSignature) {\\n revert(\\\"ECDSA: invalid signature\\\");\\n } else if (error == RecoverError.InvalidSignatureLength) {\\n revert(\\\"ECDSA: invalid signature length\\\");\\n } else if (error == RecoverError.InvalidSignatureS) {\\n revert(\\\"ECDSA: invalid signature 's' value\\\");\\n }\\n }\\n\\n /**\\n * @dev Returns the address that signed a hashed message (`hash`) with\\n * `signature` or error string. This address can then be used for verification purposes.\\n *\\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n * this function rejects them by requiring the `s` value to be in the lower\\n * half order, and the `v` value to be either 27 or 28.\\n *\\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n * verification to be secure: it is possible to craft signatures that\\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n * this is by receiving a hash of the original message (which may otherwise\\n * be too long), and then calling {toEthSignedMessageHash} on it.\\n *\\n * Documentation for signature generation:\\n * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]\\n * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError) {\\n if (signature.length == 65) {\\n bytes32 r;\\n bytes32 s;\\n uint8 v;\\n // ecrecover takes the signature parameters, and the only way to get them\\n // currently is to use assembly.\\n /// @solidity memory-safe-assembly\\n assembly {\\n r := mload(add(signature, 0x20))\\n s := mload(add(signature, 0x40))\\n v := byte(0, mload(add(signature, 0x60)))\\n }\\n return tryRecover(hash, v, r, s);\\n } else {\\n return (address(0), RecoverError.InvalidSignatureLength);\\n }\\n }\\n\\n /**\\n * @dev Returns the address that signed a hashed message (`hash`) with\\n * `signature`. This address can then be used for verification purposes.\\n *\\n * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:\\n * this function rejects them by requiring the `s` value to be in the lower\\n * half order, and the `v` value to be either 27 or 28.\\n *\\n * IMPORTANT: `hash` _must_ be the result of a hash operation for the\\n * verification to be secure: it is possible to craft signatures that\\n * recover to arbitrary addresses for non-hashed data. A safe way to ensure\\n * this is by receiving a hash of the original message (which may otherwise\\n * be too long), and then calling {toEthSignedMessageHash} on it.\\n */\\n function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, signature);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\\n *\\n * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address, RecoverError) {\\n bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);\\n uint8 v = uint8((uint256(vs) >> 255) + 27);\\n return tryRecover(hash, v, r, s);\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\\n *\\n * _Available since v4.2._\\n */\\n function recover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, r, vs);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-tryRecover} that receives the `v`,\\n * `r` and `s` signature fields separately.\\n *\\n * _Available since v4.3._\\n */\\n function tryRecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address, RecoverError) {\\n // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature\\n // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines\\n // the valid range for s in (301): 0 < s < secp256k1n \\u00f7 2 + 1, and for v in (302): v \\u2208 {27, 28}. Most\\n // signatures from current libraries generate a unique signature with an s-value in the lower half order.\\n //\\n // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value\\n // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or\\n // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept\\n // these malleable signatures as well.\\n if (uint256(s) > 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0) {\\n return (address(0), RecoverError.InvalidSignatureS);\\n }\\n\\n // If the signature is valid (and not malleable), return the signer address\\n address signer = ecrecover(hash, v, r, s);\\n if (signer == address(0)) {\\n return (address(0), RecoverError.InvalidSignature);\\n }\\n\\n return (signer, RecoverError.NoError);\\n }\\n\\n /**\\n * @dev Overload of {ECDSA-recover} that receives the `v`,\\n * `r` and `s` signature fields separately.\\n */\\n function recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address) {\\n (address recovered, RecoverError error) = tryRecover(hash, v, r, s);\\n _throwError(error);\\n return recovered;\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Message, created from a `hash`. This\\n * produces hash corresponding to the one signed with the\\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n * JSON-RPC method as part of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32 message) {\\n // 32 is the length in bytes of hash,\\n // enforced by the type signature above\\n /// @solidity memory-safe-assembly\\n assembly {\\n mstore(0x00, \\\"\\\\x19Ethereum Signed Message:\\\\n32\\\")\\n mstore(0x1c, hash)\\n message := keccak256(0x00, 0x3c)\\n }\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Message, created from `s`. This\\n * produces hash corresponding to the one signed with the\\n * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]\\n * JSON-RPC method as part of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toEthSignedMessageHash(bytes memory s) internal pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19Ethereum Signed Message:\\\\n\\\", StringsUpgradeable.toString(s.length), s));\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Typed Data, created from a\\n * `domainSeparator` and a `structHash`. This produces hash corresponding\\n * to the one signed with the\\n * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]\\n * JSON-RPC method as part of EIP-712.\\n *\\n * See {recover}.\\n */\\n function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32 data) {\\n /// @solidity memory-safe-assembly\\n assembly {\\n let ptr := mload(0x40)\\n mstore(ptr, \\\"\\\\x19\\\\x01\\\")\\n mstore(add(ptr, 0x02), domainSeparator)\\n mstore(add(ptr, 0x22), structHash)\\n data := keccak256(ptr, 0x42)\\n }\\n }\\n\\n /**\\n * @dev Returns an Ethereum Signed Data with intended validator, created from a\\n * `validator` and `data` according to the version 0 of EIP-191.\\n *\\n * See {recover}.\\n */\\n function toDataWithIntendedValidatorHash(address validator, bytes memory data) internal pure returns (bytes32) {\\n return keccak256(abi.encodePacked(\\\"\\\\x19\\\\x00\\\", validator, data));\\n }\\n}\\n\",\"keccak256\":\"0xa014f65d84b02827055d99993ccdbfb4b56b2c9e91eb278d82a93330659d06e4\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard math utilities missing in the Solidity language.\\n */\\nlibrary MathUpgradeable {\\n enum Rounding {\\n Down, // Toward negative infinity\\n Up, // Toward infinity\\n Zero // Toward zero\\n }\\n\\n /**\\n * @dev Returns the largest of two numbers.\\n */\\n function max(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two numbers.\\n */\\n function min(uint256 a, uint256 b) internal pure returns (uint256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two numbers. The result is rounded towards\\n * zero.\\n */\\n function average(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b) / 2 can overflow.\\n return (a & b) + (a ^ b) / 2;\\n }\\n\\n /**\\n * @dev Returns the ceiling of the division of two numbers.\\n *\\n * This differs from standard division with `/` in that it rounds up instead\\n * of rounding down.\\n */\\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\\n // (a + b - 1) / b can overflow on addition, so we distribute.\\n return a == 0 ? 0 : (a - 1) / b + 1;\\n }\\n\\n /**\\n * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0\\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)\\n * with further edits by Uniswap Labs also under MIT license.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {\\n unchecked {\\n // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use\\n // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256\\n // variables such that product = prod1 * 2^256 + prod0.\\n uint256 prod0; // Least significant 256 bits of the product\\n uint256 prod1; // Most significant 256 bits of the product\\n assembly {\\n let mm := mulmod(x, y, not(0))\\n prod0 := mul(x, y)\\n prod1 := sub(sub(mm, prod0), lt(mm, prod0))\\n }\\n\\n // Handle non-overflow cases, 256 by 256 division.\\n if (prod1 == 0) {\\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\\n // The surrounding unchecked block does not change this fact.\\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\\n return prod0 / denominator;\\n }\\n\\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\\n require(denominator > prod1, \\\"Math: mulDiv overflow\\\");\\n\\n ///////////////////////////////////////////////\\n // 512 by 256 division.\\n ///////////////////////////////////////////////\\n\\n // Make division exact by subtracting the remainder from [prod1 prod0].\\n uint256 remainder;\\n assembly {\\n // Compute remainder using mulmod.\\n remainder := mulmod(x, y, denominator)\\n\\n // Subtract 256 bit number from 512 bit number.\\n prod1 := sub(prod1, gt(remainder, prod0))\\n prod0 := sub(prod0, remainder)\\n }\\n\\n // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.\\n // See https://cs.stackexchange.com/q/138556/92363.\\n\\n // Does not overflow because the denominator cannot be zero at this stage in the function.\\n uint256 twos = denominator & (~denominator + 1);\\n assembly {\\n // Divide denominator by twos.\\n denominator := div(denominator, twos)\\n\\n // Divide [prod1 prod0] by twos.\\n prod0 := div(prod0, twos)\\n\\n // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.\\n twos := add(div(sub(0, twos), twos), 1)\\n }\\n\\n // Shift in bits from prod1 into prod0.\\n prod0 |= prod1 * twos;\\n\\n // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such\\n // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for\\n // four bits. That is, denominator * inv = 1 mod 2^4.\\n uint256 inverse = (3 * denominator) ^ 2;\\n\\n // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works\\n // in modular arithmetic, doubling the correct bits in each step.\\n inverse *= 2 - denominator * inverse; // inverse mod 2^8\\n inverse *= 2 - denominator * inverse; // inverse mod 2^16\\n inverse *= 2 - denominator * inverse; // inverse mod 2^32\\n inverse *= 2 - denominator * inverse; // inverse mod 2^64\\n inverse *= 2 - denominator * inverse; // inverse mod 2^128\\n inverse *= 2 - denominator * inverse; // inverse mod 2^256\\n\\n // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.\\n // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is\\n // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1\\n // is no longer required.\\n result = prod0 * inverse;\\n return result;\\n }\\n }\\n\\n /**\\n * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.\\n */\\n function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\\n uint256 result = mulDiv(x, y, denominator);\\n if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {\\n result += 1;\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.\\n *\\n * Inspired by Henry S. Warren, Jr.'s \\\"Hacker's Delight\\\" (Chapter 11).\\n */\\n function sqrt(uint256 a) internal pure returns (uint256) {\\n if (a == 0) {\\n return 0;\\n }\\n\\n // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.\\n //\\n // We know that the \\\"msb\\\" (most significant bit) of our target number `a` is a power of 2 such that we have\\n // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.\\n //\\n // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`\\n // \\u2192 `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\\n // \\u2192 `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`\\n //\\n // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.\\n uint256 result = 1 << (log2(a) >> 1);\\n\\n // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,\\n // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at\\n // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision\\n // into the expected uint128 result.\\n unchecked {\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n result = (result + a / result) >> 1;\\n return min(result, a / result);\\n }\\n }\\n\\n /**\\n * @notice Calculates sqrt(a), following the selected rounding direction.\\n */\\n function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = sqrt(a);\\n return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 2, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 128;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 64;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 32;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 16;\\n }\\n if (value >> 8 > 0) {\\n value >>= 8;\\n result += 8;\\n }\\n if (value >> 4 > 0) {\\n value >>= 4;\\n result += 4;\\n }\\n if (value >> 2 > 0) {\\n value >>= 2;\\n result += 2;\\n }\\n if (value >> 1 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 2, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log2(value);\\n return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 10, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >= 10 ** 64) {\\n value /= 10 ** 64;\\n result += 64;\\n }\\n if (value >= 10 ** 32) {\\n value /= 10 ** 32;\\n result += 32;\\n }\\n if (value >= 10 ** 16) {\\n value /= 10 ** 16;\\n result += 16;\\n }\\n if (value >= 10 ** 8) {\\n value /= 10 ** 8;\\n result += 8;\\n }\\n if (value >= 10 ** 4) {\\n value /= 10 ** 4;\\n result += 4;\\n }\\n if (value >= 10 ** 2) {\\n value /= 10 ** 2;\\n result += 2;\\n }\\n if (value >= 10 ** 1) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 10, following the selected rounding direction, of a positive value.\\n * Returns 0 if given 0.\\n */\\n function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {\\n unchecked {\\n uint256 result = log10(value);\\n return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);\\n }\\n }\\n\\n /**\\n * @dev Return the log in base 256, rounded down, of a positive value.\\n * Returns 0 if given 0.\\n *\\n * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.\\n */\\n function log256(uint256 value) internal pure returns (uint256) {\\n uint256 result = 0;\\n unchecked {\\n if (value >> 128 > 0) {\\n value >>= 128;\\n result += 16;\\n }\\n if (value >> 64 > 0) {\\n value >>= 64;\\n result += 8;\\n }\\n if (value >> 32 > 0) {\\n value >>= 32;\\n result += 4;\\n }\\n if (value >> 16 > 0) {\\n value >>= 16;\\n result += 2;\\n }\\n if (value >> 8 > 0) {\\n result += 1;\\n }\\n }\\n return result;\\n }\\n\\n /**\\n * @dev Return the log in base 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 + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x2bc0007987c229ae7624eb29be6a9b84f6a6a5872f76248b15208b131ea41c4e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/math/SignedMathUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Standard signed math utilities missing in the Solidity language.\\n */\\nlibrary SignedMathUpgradeable {\\n /**\\n * @dev Returns the largest of two signed numbers.\\n */\\n function max(int256 a, int256 b) internal pure returns (int256) {\\n return a > b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the smallest of two signed numbers.\\n */\\n function min(int256 a, int256 b) internal pure returns (int256) {\\n return a < b ? a : b;\\n }\\n\\n /**\\n * @dev Returns the average of two signed numbers without overflow.\\n * The result is rounded towards zero.\\n */\\n function average(int256 a, int256 b) internal pure returns (int256) {\\n // Formula from the book \\\"Hacker's Delight\\\"\\n int256 x = (a & b) + ((a ^ b) >> 1);\\n return x + (int256(uint256(x) >> 255) & (a ^ b));\\n }\\n\\n /**\\n * @dev Returns the absolute unsigned value of a signed value.\\n */\\n function abs(int256 n) internal pure returns (uint256) {\\n unchecked {\\n // must be unchecked in order to support `n = type(int256).min`\\n return uint256(n >= 0 ? n : -n);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x88f6b7bba3ee33eeb741f9a0f5bc98b6e6e352d0fe4905377bb328590f84095a\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/Paycrest.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\\\";\\nimport \\\"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\\\";\\n\\nimport {PaycrestSettingManager} from \\\"./PaycrestSettingManager.sol\\\";\\nimport {IPaycrest, IERC20} from \\\"./interfaces/IPaycrest.sol\\\";\\nimport {SharedStructs} from \\\"./libraries/SharedStructs.sol\\\";\\n\\n/**\\n * @title Paycrest\\n * @dev Paycrest contract for handling orders and settlements.\\n */\\ncontract Paycrest is IPaycrest, PaycrestSettingManager, PausableUpgradeable {\\n using SafeERC20Upgradeable for IERC20;\\n using ECDSAUpgradeable for bytes32;\\n\\n struct fee {\\n uint256 protocolFee;\\n uint256 liquidityProviderAmount;\\n }\\n\\n mapping(bytes32 => Order) private order;\\n mapping(address => uint256) private _nonce;\\n uint256[50] private __gap;\\n\\n /// @custom:oz-upgrades-unsafe-allow constructor\\n constructor() {\\n _disableInitializers();\\n }\\n\\n /**\\n * @dev Initialize function.\\n */\\n function initialize() external initializer {\\n MAX_BPS = 100_000;\\n __Ownable2Step_init();\\n __Pausable_init();\\n }\\n\\n /**\\n * @dev Modifier that allows only the aggregator to call a function.\\n */\\n modifier onlyAggregator {\\n require(msg.sender == _aggregatorAddress, \\\"OnlyAggregator\\\");\\n _;\\n }\\n\\n /* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n /**\\n * @dev Pause the contract.\\n */\\n function pause() external onlyOwner {\\n _pause();\\n }\\n\\n /**\\n * @dev Unpause the contract.\\n */\\n function unpause() external onlyOwner {\\n _unpause();\\n }\\n \\n /* ##################################################################\\n USER CALLS\\n ################################################################## */\\n /** @dev See {createOrder-IPaycrest}. */\\n function createOrder(\\n address _token, \\n uint256 _amount,\\n bytes32 _institutionCode,\\n bytes32 _label,\\n uint96 _rate, \\n address _senderFeeRecipient,\\n uint256 _senderFee,\\n address _refundAddress,\\n string calldata messageHash\\n ) external whenNotPaused() returns(bytes32 orderId) {\\n // checks that are required\\n _handler(_token, _amount, _refundAddress, _senderFeeRecipient, _senderFee, _institutionCode);\\n\\n // validate messageHash\\n require(bytes(messageHash).length != 0, \\\"InvalidMessageHash\\\");\\n\\n // transfer token from msg.sender to contract\\n IERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\\n\\n // increase users nonce to avoid replay attacks\\n _nonce[msg.sender]++;\\n\\n // generate transaction id for the transaction\\n orderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\\n\\n\\n // update transaction\\n uint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\\n order[orderId] = Order({\\n seller: msg.sender,\\n token: _token,\\n senderFeeRecipient: _senderFeeRecipient,\\n senderFee: _senderFee,\\n protocolFee: _protocolFee,\\n rate: _rate,\\n isFulfilled: false,\\n refundAddress: _refundAddress,\\n currentBPS: uint64(MAX_BPS),\\n amount: _amount - _protocolFee\\n });\\n\\n // emit order created event\\n emit OrderCreated(_token, order[orderId].amount, _protocolFee, orderId, _rate, _institutionCode, _label, messageHash);\\n }\\n\\n /**\\n * @dev Internal function to handle order creation.\\n * @param _token The address of the token being traded.\\n * @param _amount The amount of tokens being traded.\\n * @param _refundAddress The address to refund the tokens in case of cancellation.\\n * @param _senderFeeRecipient The address of the recipient for the sender fee.\\n * @param _senderFee The amount of the sender fee.\\n * @param _institutionCode The code of the institution associated with the order.\\n */\\n function _handler(address _token, uint256 _amount, address _refundAddress, address _senderFeeRecipient, uint256 _senderFee, bytes32 _institutionCode) internal view {\\n require(_isTokenSupported[_token] == 1, \\\"TokenNotSupported\\\");\\n require(_amount != 0, \\\"AmountIsZero\\\");\\n require(_refundAddress != address(0), \\\"ThrowZeroAddress\\\");\\n require(supportedInstitutionsByCode[_institutionCode].name != bytes32(0), \\\"InvalidInstitutionCode\\\");\\n\\n if (_senderFee != 0) {\\n require(_senderFeeRecipient != address(0), \\\"InvalidSenderFeeRecipient\\\");\\n }\\n }\\n\\n /* ##################################################################\\n AGGREGATOR FUNCTIONS\\n ################################################################## */\\n /** @dev See {settle-IPaycrest}. */\\n function settle(\\n bytes32 _splitOrderId,\\n bytes32 _orderId, \\n bytes32 _label,\\n address _liquidityProvider, \\n uint64 _settlePercent\\n ) external onlyAggregator() returns(bytes32, address) {\\n // ensure the transaction has not been fulfilled\\n require(!order[_orderId].isFulfilled, \\\"OrderFulfilled\\\");\\n\\n // load the token into memory\\n address token = order[_orderId].token;\\n\\n // subtract sum of amount based on the input _settlePercent\\n order[_orderId].currentBPS -= _settlePercent;\\n\\n if(order[_orderId].currentBPS == 0) {\\n // update the transaction to be fulfilled\\n order[_orderId].isFulfilled = true;\\n\\n if (order[_orderId].senderFee != 0) {\\n // transfer sender fee\\n _transferSenderFee(_orderId); \\n }\\n\\n if (order[_orderId].protocolFee != 0) {\\n // transfer protocol fee\\n IERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\\n }\\n }\\n\\n // transfer to liquidity provider \\n uint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\\n IERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\\n order[_orderId].amount -= liquidityProviderAmount;\\n\\n // emit settled event\\n emit OrderSettled(_splitOrderId, _orderId, _label, _liquidityProvider, _settlePercent);\\n return (_orderId, token);\\n }\\n\\n /**\\n * @dev Internal function to transfer the sender fee.\\n * @param _orderId The ID of the order.\\n */\\n function _transferSenderFee(bytes32 _orderId) internal {\\n address recipient = order[_orderId].senderFeeRecipient;\\n uint256 _fee = order[_orderId].senderFee;\\n // transfer sender fee\\n IERC20(order[_orderId].token).transfer(recipient, _fee);\\n // emit event\\n emit SenderFeeTransferred(recipient, _fee);\\n }\\n\\n /** @dev See {refund-IPaycrest}. */\\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external onlyAggregator() returns(bool) {\\n // ensure the transaction has not been fulfilled\\n require(!order[_orderId].isFulfilled, \\\"OrderFulfilled\\\");\\n\\n // transfer refund fee to treasury\\n IERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\\n\\n // reset state values\\n order[_orderId].isFulfilled = true;\\n order[_orderId].currentBPS = 0;\\n \\n // deduct fee from order amount\\n uint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\\n\\n // transfer refund amount and sender fee to the refund address\\n IERC20(order[_orderId].token).transfer(order[_orderId].refundAddress, refundAmount);\\n IERC20(order[_orderId].token).transfer(order[_orderId].refundAddress, order[_orderId].senderFee);\\n\\n // emit refunded event\\n emit OrderRefunded(_fee, _orderId, _label);\\n\\n return true;\\n }\\n \\n /* ##################################################################\\n VIEW CALLS\\n ################################################################## */\\n /** @dev See {getOrderInfo-IPaycrest}. */\\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory) {\\n return order[_orderId];\\n }\\n\\n /** @dev See {isTokenSupported-IPaycrest}. */\\n function isTokenSupported(address _token) external view returns(bool) {\\n if (_isTokenSupported[_token] == 1) return true;\\n return false;\\n }\\n\\n /** @dev See {getSupportedInstitutionByCode-IPaycrest}. */\\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory) {\\n return supportedInstitutionsByCode[_code];\\n }\\n\\n /** @dev See {getSupportedInstitutions-IPaycrest}. */\\n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory) {\\n return supportedInstitutions[_currency];\\n }\\n\\n /** @dev See {getFeeDetails-IPaycrest}. */\\n function getFeeDetails() external view returns(\\n uint64, \\n uint256\\n ) {\\n return(protocolFeePercent, MAX_BPS);\\n }\\n\\n /** @dev See {getAggregator-IPaycrest}. */\\n function getAggregator() external view returns(bytes memory) {\\n return _aggregator;\\n }\\n}\\n\",\"keccak256\":\"0x2c8208584470b9a6e9bfca4c3b44087111250b0f4d4e224c380c10f4c8cdc990\",\"license\":\"UNLICENSED\"},\"contracts/PaycrestSettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title PaycrestSettingManager\\n * @dev This contract manages the settings and configurations for the Paycrest protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\\\";\\n\\nimport {SharedStructs} from \\\"./libraries/SharedStructs.sol\\\";\\n\\ncontract PaycrestSettingManager is Ownable2StepUpgradeable { \\n uint256 internal MAX_BPS;\\n uint64 internal protocolFeePercent;\\n address internal treasuryAddress;\\n address internal _aggregatorAddress;\\n bytes internal _aggregator;\\n \\n // this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n uint256[50] private __gap;\\n\\n mapping(address => uint256) internal _isTokenSupported;\\n\\n mapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n mapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n event SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n event SupportedInstitutionsUpdated(bytes32 indexed currency, SharedStructs.Institution[] institutions); \\n event ProtocolFeesUpdated(uint64 protocolFee);\\n event ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n event SetAggregator(bytes indexed aggregator);\\n event SetFeeRecipient(address indexed treasuryAddress);\\n \\n /* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n /**\\n * @dev Sets the boolean value for a specific setting.\\n * @param what The setting to be updated.\\n * @param value The address or value associated with the setting.\\n * @param status The boolean value to be set.\\n * Requirements:\\n * - The value must not be a zero address.\\n */\\n function settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n require(value != address(0), \\\"Paycrest: zero address\\\");\\n require(status == 1 || status == 2, \\\"Paycrest: invalid status\\\");\\n if (what == \\\"token\\\") {\\n _isTokenSupported[value] = status;\\n emit SettingManagerBool(what, value, status);\\n }\\n\\n }\\n\\n /**\\n * @dev Sets the supported institutions for a specific currency.\\n * @param currency The currency for which the institutions are being set.\\n * @param institutions The array of institutions to be set.\\n */\\n function setSupportedInstitutions(bytes32 currency, SharedStructs.Institution[] memory institutions) external onlyOwner {\\n delete supportedInstitutions[currency];\\n for (uint i; i < institutions.length; ) {\\n supportedInstitutions[currency].push(institutions[i]);\\n supportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n name: institutions[i].name, currency: currency\\n });\\n unchecked {\\n ++i;\\n }\\n }\\n emit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n }\\n\\n /**\\n * @dev Updates the protocol fees percentage.\\n * @param _protocolFeePercent The new protocol fees percentage to be set.\\n */\\n function updateProtocolFees(uint64 _protocolFeePercent) external onlyOwner {\\n protocolFeePercent = _protocolFeePercent;\\n emit ProtocolFeesUpdated(_protocolFeePercent);\\n }\\n\\n /**\\n * @dev Updates a protocol address.\\n * @param what The address type to be updated (treasury or aggregator).\\n * @param value The new address to be set.\\n * Requirements:\\n * - The value must not be a zero address.\\n */\\n function updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n require(value != address(0), \\\"Paycrest: zero address\\\");\\n if (what == \\\"treasury\\\") treasuryAddress = value;\\n if (what == \\\"aggregator\\\") _aggregatorAddress = value;\\n emit ProtocolAddressUpdated(what, value);\\n }\\n\\n /**\\n * @dev Updates the protocol aggregator.\\n * @param aggregator The new aggregator to be set.\\n */\\n function updateProtocolAggregator(bytes calldata aggregator) external onlyOwner {\\n _aggregator = aggregator;\\n emit SetAggregator(aggregator);\\n }\\n}\\n\",\"keccak256\":\"0x091e2f9aed9f16acb63cc7a7e64d50788ab45e65dcf965a6b8c4032e572441f4\",\"license\":\"UNLICENSED\"},\"contracts/interfaces/IPaycrest.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from \\\"@openzeppelin/contracts/token/ERC20/IERC20.sol\\\";\\n\\nimport {SharedStructs} from \\\"../libraries/SharedStructs.sol\\\";\\n\\n/**\\n * @title IPaycrest\\n * @dev Interface for the Paycrest contract.\\n */\\ninterface IPaycrest {\\n \\n /* ##################################################################\\n EVENTS\\n ################################################################## */\\n /**\\n * @dev Emitted when a deposit is made.\\n * @param token The address of the deposited token.\\n * @param amount The amount of the deposit.\\n * @param orderId The ID of the order.\\n * @param rate The rate at which the deposit is made.\\n * @param institutionCode The code of the institution.\\n * @param label The label of the deposit.\\n * @param messageHash The hash of the message.\\n */\\n event OrderCreated(address indexed token, uint256 indexed amount, uint256 protocolFee, bytes32 indexed orderId, uint256 rate, bytes32 institutionCode, bytes32 label, string messageHash);\\n\\n /**\\n * @dev Emitted when an aggregator settles a transaction.\\n * @param splitOrderId The ID of the split order.\\n * @param orderId The ID of the order.\\n * @param label The label of the transaction.\\n * @param liquidityProvider The address of the liquidity provider.\\n * @param settlePercent The percentage at which the transaction is settled.\\n */\\n event OrderSettled(bytes32 splitOrderId, bytes32 indexed orderId, bytes32 label, address indexed liquidityProvider, uint96 settlePercent);\\n\\n /**\\n * @dev Emitted when an aggregator refunds a transaction.\\n * @param fee The fee deducted from the refund amount.\\n * @param orderId The ID of the order.\\n * @param label The label of the transaction.\\n */\\n event OrderRefunded(uint256 fee, bytes32 indexed orderId, bytes32 label);\\n\\n /**\\n * @dev Emitted when the sender's fee is transferred.\\n * @param sender The address of the sender.\\n * @param amount The amount of the fee transferred.\\n */\\n event SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n /* ##################################################################\\n STRUCTS\\n ################################################################## */\\n /**\\n * @dev Struct representing transaction metadata.\\n * @param identifier The identifier of the transaction.\\n * @param institution The institution of the transaction.\\n * @param name The name of the transaction.\\n * @param currency The currency of the transaction.\\n * @param liquidityProviderID The ID of the liquidity provider.\\n */\\n struct TransactionMetadata {\\n bytes8 identifier;\\n bytes8 institution;\\n bytes8 name;\\n bytes8 currency;\\n uint256 liquidityProviderID;\\n }\\n\\n /**\\n * @dev Struct representing an order.\\n * @param seller The address of the seller.\\n * @param token The address of the token.\\n * @param senderFeeRecipient The address of the sender fee recipient.\\n * @param senderFee The fee to be paid to the sender fee recipient.\\n * @param protocolFee The protocol fee to be paid.\\n * @param rate The rate at which the order is made.\\n * @param isFulfilled Whether the order is fulfilled.\\n * @param refundAddress The address to which the refund is made.\\n * @param currentBPS The current basis points.\\n * @param amount The amount of the order.\\n */\\n struct Order {\\n address seller;\\n address token;\\n address senderFeeRecipient;\\n uint256 senderFee;\\n uint256 protocolFee;\\n uint96 rate;\\n bool isFulfilled;\\n address refundAddress;\\n uint96 currentBPS;\\n uint256 amount;\\n }\\n\\n /* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n /**\\n * @notice Locks the sender's amount of token into Paycrest.\\n * @dev Requirements:\\n * - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call.\\n * - `_token` must be an acceptable token. See {isTokenSupported}.\\n * - `amount` must be greater than minimum.\\n * - `_refundable` refundable address must not be zero address.\\n * @param _token The address of the token.\\n * @param _amount The amount in the decimal of `_token` to be locked.\\n * @param _institutionCode The institution code of the sender.\\n * @param _label The reference of the sender.\\n * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token` when there is a need to refund.\\n * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\\n * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n * @param messageHash The hash of the message.\\n * @return _orderId The ID of the order.\\n */\\n function createOrder(\\n address _token, \\n uint256 _amount, \\n bytes32 _institutionCode,\\n bytes32 _label,\\n uint96 _rate, \\n address _senderFeeRecipient,\\n uint256 _senderFee,\\n address _refundAddress, \\n string calldata messageHash\\n ) external returns(bytes32 _orderId);\\n\\n /**\\n * @notice Settles a transaction and distributes rewards accordingly.\\n * @dev Requirements:\\n * - Only aggregators can call this function.\\n * - `_orderId` must be less than total IDs.\\n * - `_orderId` must be an open ID.\\n * - `_primaryValidator` must have stake on the Paycrest staking platform.\\n * - `_secondaryValidators` must have stake on the Paycrest staking platform.\\n * - `amount` must be greater than minimum.\\n * - `_refundable` refundable address must not be zero address.\\n * @param _orderId The ID of the transaction.\\n * @param _label The reference of the sender.\\n * @param _liquidityProvider The address of the liquidity provider.\\n * @param _settlePercent The rate at which the transaction is settled.\\n * @return _orderId The ID of the order.\\n * @return _liquidityProvider The address of the liquidity provider.\\n */\\n function settle(bytes32 _splitOrderId, bytes32 _orderId, bytes32 _label, address _liquidityProvider, uint64 _settlePercent) external returns(bytes32, address);\\n\\n /**\\n * @notice Refunds to the specified refundable address.\\n * @dev Requirements:\\n * - Only aggregators can call this function.\\n * - `_orderId` must be less than total IDs.\\n * - `_orderId` must be an open ID.\\n * - `isFulfilled` must be false.\\n * @param _fee The amount to be deducted from the amount to be refunded.\\n * @param _orderId The ID of the transaction.\\n * @param _label The reference of the sender.\\n * @return Whether the refund is successful.\\n */\\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external returns(bool);\\n\\n /**\\n * @notice Checks if a token is supported by Paycrest.\\n * @param _token The address of the token to check.\\n * @return Whether the token is supported.\\n */\\n function isTokenSupported(address _token) external view returns(bool);\\n\\n /**\\n * @notice Gets the details of an order.\\n * @param _orderId The ID of the order.\\n * @return return The order details.\\n */\\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory);\\n\\n /**\\n * @notice Gets the fee details of Paycrest.\\n * @return protocolReward The protocol reward amount.\\n * @return max_bps The maximum basis points.\\n */\\n function getFeeDetails() external view returns(uint64 protocolReward, uint256 max_bps);\\n\\n /**\\n * @notice Gets the aggregator's public key.\\n * @return return The aggregator's public key.\\n */\\n function getAggregator() external view returns(bytes memory);\\n\\n /**\\n * @notice Gets the details of a supported institution by code.\\n * @param _code The institution code.\\n * @return return The institution details.\\n */\\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory);\\n\\n /**\\n * @notice Gets the details of supported institutions by currency.\\n * @param _currency The currency code.\\n * @return return An array of institutions.\\n */ \\n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x4f6aae003115dcd30abb0dfe742c53bd8fd740714ed3af8d6824aabf8d7692a6\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/Paycrest.sol:Paycrest","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/Paycrest.sol:Paycrest","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1406,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/Paycrest.sol:Paycrest","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/Paycrest.sol:Paycrest","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":3714,"contract":"contracts/Paycrest.sol:Paycrest","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":3716,"contract":"contracts/Paycrest.sol:Paycrest","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":3718,"contract":"contracts/Paycrest.sol:Paycrest","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":3720,"contract":"contracts/Paycrest.sol:Paycrest","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":3722,"contract":"contracts/Paycrest.sol:Paycrest","label":"_aggregator","offset":0,"slot":"154","type":"t_bytes_storage"},{"astId":3726,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"155","type":"t_array(t_uint256)50_storage"},{"astId":3730,"contract":"contracts/Paycrest.sol:Paycrest","label":"_isTokenSupported","offset":0,"slot":"205","type":"t_mapping(t_address,t_uint256)"},{"astId":3736,"contract":"contracts/Paycrest.sol:Paycrest","label":"supportedInstitutions","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)4165_storage)dyn_storage)"},{"astId":3741,"contract":"contracts/Paycrest.sol:Paycrest","label":"supportedInstitutionsByCode","offset":0,"slot":"207","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)4170_storage)"},{"astId":430,"contract":"contracts/Paycrest.sol:Paycrest","label":"_paused","offset":0,"slot":"208","type":"t_bool"},{"astId":535,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"209","type":"t_array(t_uint256)49_storage"},{"astId":3087,"contract":"contracts/Paycrest.sol:Paycrest","label":"order","offset":0,"slot":"258","type":"t_mapping(t_bytes32,t_struct(Order)4053_storage)"},{"astId":3091,"contract":"contracts/Paycrest.sol:Paycrest","label":"_nonce","offset":0,"slot":"259","type":"t_mapping(t_address,t_uint256)"},{"astId":3095,"contract":"contracts/Paycrest.sol:Paycrest","label":"__gap","offset":0,"slot":"260","type":"t_array(t_uint256)50_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)4165_storage)dyn_storage":{"base":"t_struct(Institution)4165_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_bytes_storage":{"encoding":"bytes","label":"bytes","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)4165_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)4165_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)4170_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)4170_storage"},"t_mapping(t_bytes32,t_struct(Order)4053_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct IPaycrest.Order)","numberOfBytes":"32","value":"t_struct(Order)4053_storage"},"t_struct(Institution)4165_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":4162,"contract":"contracts/Paycrest.sol:Paycrest","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":4164,"contract":"contracts/Paycrest.sol:Paycrest","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)4170_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":4167,"contract":"contracts/Paycrest.sol:Paycrest","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":4169,"contract":"contracts/Paycrest.sol:Paycrest","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(Order)4053_storage":{"encoding":"inplace","label":"struct IPaycrest.Order","members":[{"astId":4034,"contract":"contracts/Paycrest.sol:Paycrest","label":"seller","offset":0,"slot":"0","type":"t_address"},{"astId":4036,"contract":"contracts/Paycrest.sol:Paycrest","label":"token","offset":0,"slot":"1","type":"t_address"},{"astId":4038,"contract":"contracts/Paycrest.sol:Paycrest","label":"senderFeeRecipient","offset":0,"slot":"2","type":"t_address"},{"astId":4040,"contract":"contracts/Paycrest.sol:Paycrest","label":"senderFee","offset":0,"slot":"3","type":"t_uint256"},{"astId":4042,"contract":"contracts/Paycrest.sol:Paycrest","label":"protocolFee","offset":0,"slot":"4","type":"t_uint256"},{"astId":4044,"contract":"contracts/Paycrest.sol:Paycrest","label":"rate","offset":0,"slot":"5","type":"t_uint96"},{"astId":4046,"contract":"contracts/Paycrest.sol:Paycrest","label":"isFulfilled","offset":12,"slot":"5","type":"t_bool"},{"astId":4048,"contract":"contracts/Paycrest.sol:Paycrest","label":"refundAddress","offset":0,"slot":"6","type":"t_address"},{"astId":4050,"contract":"contracts/Paycrest.sol:Paycrest","label":"currentBPS","offset":20,"slot":"6","type":"t_uint96"},{"astId":4052,"contract":"contracts/Paycrest.sol:Paycrest","label":"amount","offset":0,"slot":"7","type":"t_uint256"}],"numberOfBytes":"256"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"},"t_uint96":{"encoding":"inplace","label":"uint96","numberOfBytes":"12"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/PaycrestSettingManager.sol":{"PaycrestSettingManager":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeesUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes","name":"aggregator","type":"bytes"}],"name":"SetAggregator","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes","name":"aggregator","type":"bytes"}],"name":"updateProtocolAggregator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFees","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolAggregator(bytes)":{"details":"Updates the protocol aggregator.","params":{"aggregator":"The new aggregator to be set."}},"updateProtocolFees(uint64)":{"details":"Updates the protocol fees percentage.","params":{"_protocolFeePercent":"The new protocol fees percentage to be set."}}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"608060405234801561001057600080fd5b5061167f806100206000396000f3fe608060405234801561001057600080fd5b506004361061009e5760003560e01c80638da5cb5b116100665780638da5cb5b1461010b578063cb79455b14610129578063cd99240014610145578063e30c397814610161578063f2fde38b1461017f5761009e565b806332200882146100a357806340ebc677146100bf578063715018a6146100db57806379ba5097146100e557806384630736146100ef575b600080fd5b6100bd60048036038101906100b89190610c55565b61019b565b005b6100d960048036038101906100d49190610d0f565b610310565b005b6100e36104a1565b005b6100ed6104b5565b005b61010960048036038101906101049190610d8f565b610542565b005b6101136105ad565b6040516101209190610dcb565b60405180910390f35b610143600480360381019061013e9190610e41565b6105d7565b005b61015f600480360381019061015a9190610ec4565b610639565b005b6101696107be565b6040516101769190610dcb565b60405180910390f35b61019960048036038101906101949190610f17565b6107e8565b005b6101a3610895565b60ce600083815260200190815260200160002060006101c29190610a12565b60005b81518110156102c15760ce60008481526020019081526020016000208282815181106101f4576101f3610f44565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061025957610258610f44565b5b60200260200101516020015181526020018481525060cf600084848151811061028557610284610f44565b5b602002602001015160000151815260200190815260200160002060008201518160000155602082015181600101559050508060010190506101c5565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60ce600085815260200190815260200160002060405161030491906110ad565b60405180910390a25050565b610318610895565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161037e9061112c565b60405180910390fd5b7f747265617375727900000000000000000000000000000000000000000000000082036103f05780609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7f61676772656761746f720000000000000000000000000000000000000000000082036104595780609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b8073ffffffffffffffffffffffffffffffffffffffff16827fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35050565b6104a9610895565b6104b36000610913565b565b60006104bf610944565b90508073ffffffffffffffffffffffffffffffffffffffff166104e06107be565b73ffffffffffffffffffffffffffffffffffffffff1614610536576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161052d906111be565b60405180910390fd5b61053f81610913565b50565b61054a610895565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fb94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e26446816040516105a291906111ed565b60405180910390a150565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6105df610895565b8181609a91826105f092919061141f565b50818160405161060192919061152e565b60405180910390207f6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef60405160405180910390a25050565b610641610895565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036106b0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a79061112c565b60405180910390fd5b60018114806106bf5750600281145b6106fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f590611593565b60405180910390fd5b7f746f6b656e00000000000000000000000000000000000000000000000000000083036107b9578060cd60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c836040516107b091906115c2565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6107f0610895565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108506105ad565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61089d610944565b73ffffffffffffffffffffffffffffffffffffffff166108bb6105ad565b73ffffffffffffffffffffffffffffffffffffffff1614610911576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161090890611629565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109418161094c565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610a339190610a36565b50565b5b80821115610a5957600080820160009055600182016000905550600201610a37565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610a8481610a71565b8114610a8f57600080fd5b50565b600081359050610aa181610a7b565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610af582610aac565b810181811067ffffffffffffffff82111715610b1457610b13610abd565b5b80604052505050565b6000610b27610a5d565b9050610b338282610aec565b919050565b600067ffffffffffffffff821115610b5357610b52610abd565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610b8457610b83610b69565b5b610b8e6040610b1d565b90506000610b9e84828501610a92565b6000830152506020610bb284828501610a92565b60208301525092915050565b6000610bd1610bcc84610b38565b610b1d565b90508083825260208201905060408402830185811115610bf457610bf3610b64565b5b835b81811015610c1d5780610c098882610b6e565b845260208401935050604081019050610bf6565b5050509392505050565b600082601f830112610c3c57610c3b610aa7565b5b8135610c4c848260208601610bbe565b91505092915050565b60008060408385031215610c6c57610c6b610a67565b5b6000610c7a85828601610a92565b925050602083013567ffffffffffffffff811115610c9b57610c9a610a6c565b5b610ca785828601610c27565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610cdc82610cb1565b9050919050565b610cec81610cd1565b8114610cf757600080fd5b50565b600081359050610d0981610ce3565b92915050565b60008060408385031215610d2657610d25610a67565b5b6000610d3485828601610a92565b9250506020610d4585828601610cfa565b9150509250929050565b600067ffffffffffffffff82169050919050565b610d6c81610d4f565b8114610d7757600080fd5b50565b600081359050610d8981610d63565b92915050565b600060208284031215610da557610da4610a67565b5b6000610db384828501610d7a565b91505092915050565b610dc581610cd1565b82525050565b6000602082019050610de06000830184610dbc565b92915050565b600080fd5b60008083601f840112610e0157610e00610aa7565b5b8235905067ffffffffffffffff811115610e1e57610e1d610de6565b5b602083019150836001820283011115610e3a57610e39610b64565b5b9250929050565b60008060208385031215610e5857610e57610a67565b5b600083013567ffffffffffffffff811115610e7657610e75610a6c565b5b610e8285828601610deb565b92509250509250929050565b6000819050919050565b610ea181610e8e565b8114610eac57600080fd5b50565b600081359050610ebe81610e98565b92915050565b600080600060608486031215610edd57610edc610a67565b5b6000610eeb86828701610a92565b9350506020610efc86828701610cfa565b9250506040610f0d86828701610eaf565b9150509250925092565b600060208284031215610f2d57610f2c610a67565b5b6000610f3b84828501610cfa565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fce610fc983610fa4565b610fb1565b9050919050565b610fde81610a71565b82525050565b604082016000808301549050610ff981610fbb565b6110066000860182610fd5565b506001830154905061101781610fbb565b6110246020860182610fd5565b5050505050565b60006110378383610fe4565b60408301905092915050565b6000600282019050919050565b600061105b82610f73565b6110658185610f7e565b935061107083610f8f565b8060005b838110156110a05781611087888261102b565b975061109283611043565b925050600181019050611074565b5085935050505092915050565b600060208201905081810360008301526110c78184611050565b905092915050565b600082825260208201905092915050565b7f50617963726573743a207a65726f206164647265737300000000000000000000600082015250565b60006111166016836110cf565b9150611121826110e0565b602082019050919050565b6000602082019050818103600083015261114581611109565b9050919050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006111a86029836110cf565b91506111b38261114c565b604082019050919050565b600060208201905081810360008301526111d78161119b565b9050919050565b6111e781610d4f565b82525050565b600060208201905061120260008301846111de565b92915050565b600082905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061125a57607f821691505b60208210810361126d5761126c611213565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026112d57fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82611298565b6112df8683611298565b95508019841693508086168417925050509392505050565b6000819050919050565b600061131c61131761131284610e8e565b6112f7565b610e8e565b9050919050565b6000819050919050565b61133683611301565b61134a61134282611323565b8484546112a5565b825550505050565b600090565b61135f611352565b61136a81848461132d565b505050565b5b8181101561138e57611383600082611357565b600181019050611370565b5050565b601f8211156113d3576113a481611273565b6113ad84611288565b810160208510156113bc578190505b6113d06113c885611288565b83018261136f565b50505b505050565b600082821c905092915050565b60006113f6600019846008026113d8565b1980831691505092915050565b600061140f83836113e5565b9150826002028217905092915050565b6114298383611208565b67ffffffffffffffff81111561144257611441610abd565b5b61144c8254611242565b611457828285611392565b6000601f8311600181146114865760008415611474578287013590505b61147e8582611403565b8655506114e6565b601f19841661149486611273565b60005b828110156114bc57848901358255600182019150602085019450602081019050611497565b868310156114d957848901356114d5601f8916826113e5565b8355505b6001600288020188555050505b50505050505050565b600081905092915050565b82818337600083830152505050565b600061151583856114ef565b93506115228385846114fa565b82840190509392505050565b600061153b828486611509565b91508190509392505050565b7f50617963726573743a20696e76616c6964207374617475730000000000000000600082015250565b600061157d6018836110cf565b915061158882611547565b602082019050919050565b600060208201905081810360008301526115ac81611570565b9050919050565b6115bc81610e8e565b82525050565b60006020820190506115d760008301846115b3565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006116136020836110cf565b915061161e826115dd565b602082019050919050565b6000602082019050818103600083015261164281611606565b905091905056fea2646970667358221220d85397adb2d6d8b1021b51e2ed438cc9abca0696bf4dc0e69d15293cfc95711364736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x167F DUP1 PUSH2 0x20 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 0x9E JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8DA5CB5B GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x10B JUMPI DUP1 PUSH4 0xCB79455B EQ PUSH2 0x129 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x145 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x161 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x17F JUMPI PUSH2 0x9E JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0xA3 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xBF JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xDB JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xE5 JUMPI DUP1 PUSH4 0x84630736 EQ PUSH2 0xEF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xBD PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xB8 SWAP2 SWAP1 PUSH2 0xC55 JUMP JUMPDEST PUSH2 0x19B JUMP JUMPDEST STOP JUMPDEST PUSH2 0xD9 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xD4 SWAP2 SWAP1 PUSH2 0xD0F JUMP JUMPDEST PUSH2 0x310 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xE3 PUSH2 0x4A1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xED PUSH2 0x4B5 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x109 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x104 SWAP2 SWAP1 PUSH2 0xD8F JUMP JUMPDEST PUSH2 0x542 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x113 PUSH2 0x5AD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x120 SWAP2 SWAP1 PUSH2 0xDCB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x143 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x13E SWAP2 SWAP1 PUSH2 0xE41 JUMP JUMPDEST PUSH2 0x5D7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x15F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x15A SWAP2 SWAP1 PUSH2 0xEC4 JUMP JUMPDEST PUSH2 0x639 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x169 PUSH2 0x7BE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x176 SWAP2 SWAP1 PUSH2 0xDCB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x199 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x194 SWAP2 SWAP1 PUSH2 0xF17 JUMP JUMPDEST PUSH2 0x7E8 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1A3 PUSH2 0x895 JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x1C2 SWAP2 SWAP1 PUSH2 0xA12 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x2C1 JUMPI PUSH1 0xCE PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1F4 JUMPI PUSH2 0x1F3 PUSH2 0xF44 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x259 JUMPI PUSH2 0x258 PUSH2 0xF44 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCF PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x285 JUMPI PUSH2 0x284 PUSH2 0xF44 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x1C5 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x10AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x318 PUSH2 0x895 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x37E SWAP1 PUSH2 0x112C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x3F0 JUMPI DUP1 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x459 JUMPI DUP1 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH2 0x4A9 PUSH2 0x895 JUMP JUMPDEST PUSH2 0x4B3 PUSH1 0x0 PUSH2 0x913 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4BF PUSH2 0x944 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x4E0 PUSH2 0x7BE JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x536 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x52D SWAP1 PUSH2 0x11BE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x53F DUP2 PUSH2 0x913 JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x54A PUSH2 0x895 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0xB94068A4BD2571ACEE6AC79ACC9DCDCF10C31425D35F09E88F154EC520E26446 DUP2 PUSH1 0x40 MLOAD PUSH2 0x5A2 SWAP2 SWAP1 PUSH2 0x11ED JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x5DF PUSH2 0x895 JUMP JUMPDEST DUP2 DUP2 PUSH1 0x9A SWAP2 DUP3 PUSH2 0x5F0 SWAP3 SWAP2 SWAP1 PUSH2 0x141F JUMP JUMPDEST POP DUP2 DUP2 PUSH1 0x40 MLOAD PUSH2 0x601 SWAP3 SWAP2 SWAP1 PUSH2 0x152E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH32 0x6A6600B7242975868D8321B5E64D0C9F2FCC92EB1AF72254A6357BE77EE7DCEF PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x641 PUSH2 0x895 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x6B0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A7 SWAP1 PUSH2 0x112C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x6BF JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x6FE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F5 SWAP1 PUSH2 0x1593 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x7B9 JUMPI DUP1 PUSH1 0xCD PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x7B0 SWAP2 SWAP1 PUSH2 0x15C2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x7F0 PUSH2 0x895 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x850 PUSH2 0x5AD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x89D PUSH2 0x944 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8BB PUSH2 0x5AD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x911 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x908 SWAP1 PUSH2 0x1629 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x941 DUP2 PUSH2 0x94C JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xA33 SWAP2 SWAP1 PUSH2 0xA36 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xA59 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xA37 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xA84 DUP2 PUSH2 0xA71 JUMP JUMPDEST DUP2 EQ PUSH2 0xA8F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xAA1 DUP2 PUSH2 0xA7B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xAF5 DUP3 PUSH2 0xAAC JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xB14 JUMPI PUSH2 0xB13 PUSH2 0xABD JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xB27 PUSH2 0xA5D JUMP JUMPDEST SWAP1 POP PUSH2 0xB33 DUP3 DUP3 PUSH2 0xAEC JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xB53 JUMPI PUSH2 0xB52 PUSH2 0xABD JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xB84 JUMPI PUSH2 0xB83 PUSH2 0xB69 JUMP JUMPDEST JUMPDEST PUSH2 0xB8E PUSH1 0x40 PUSH2 0xB1D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xB9E DUP5 DUP3 DUP6 ADD PUSH2 0xA92 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xBB2 DUP5 DUP3 DUP6 ADD PUSH2 0xA92 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD1 PUSH2 0xBCC DUP5 PUSH2 0xB38 JUMP JUMPDEST PUSH2 0xB1D JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xBF4 JUMPI PUSH2 0xBF3 PUSH2 0xB64 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xC1D JUMPI DUP1 PUSH2 0xC09 DUP9 DUP3 PUSH2 0xB6E JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xBF6 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xC3C JUMPI PUSH2 0xC3B PUSH2 0xAA7 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xC4C DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xBBE JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xC6C JUMPI PUSH2 0xC6B PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xC7A DUP6 DUP3 DUP7 ADD PUSH2 0xA92 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC9B JUMPI PUSH2 0xC9A PUSH2 0xA6C JUMP JUMPDEST JUMPDEST PUSH2 0xCA7 DUP6 DUP3 DUP7 ADD PUSH2 0xC27 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xCDC DUP3 PUSH2 0xCB1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xCEC DUP2 PUSH2 0xCD1 JUMP JUMPDEST DUP2 EQ PUSH2 0xCF7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xD09 DUP2 PUSH2 0xCE3 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD26 JUMPI PUSH2 0xD25 PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD34 DUP6 DUP3 DUP7 ADD PUSH2 0xA92 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xD45 DUP6 DUP3 DUP7 ADD PUSH2 0xCFA JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD6C DUP2 PUSH2 0xD4F JUMP JUMPDEST DUP2 EQ PUSH2 0xD77 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xD89 DUP2 PUSH2 0xD63 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xDA5 JUMPI PUSH2 0xDA4 PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDB3 DUP5 DUP3 DUP6 ADD PUSH2 0xD7A JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xDC5 DUP2 PUSH2 0xCD1 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xDE0 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xDBC JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0xE01 JUMPI PUSH2 0xE00 PUSH2 0xAA7 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xE1E JUMPI PUSH2 0xE1D PUSH2 0xDE6 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0xE3A JUMPI PUSH2 0xE39 PUSH2 0xB64 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xE58 JUMPI PUSH2 0xE57 PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xE76 JUMPI PUSH2 0xE75 PUSH2 0xA6C JUMP JUMPDEST JUMPDEST PUSH2 0xE82 DUP6 DUP3 DUP7 ADD PUSH2 0xDEB JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA1 DUP2 PUSH2 0xE8E JUMP JUMPDEST DUP2 EQ PUSH2 0xEAC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEBE DUP2 PUSH2 0xE98 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEDD JUMPI PUSH2 0xEDC PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEEB DUP7 DUP3 DUP8 ADD PUSH2 0xA92 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xEFC DUP7 DUP3 DUP8 ADD PUSH2 0xCFA JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF0D DUP7 DUP3 DUP8 ADD PUSH2 0xEAF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF2D JUMPI PUSH2 0xF2C PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF3B DUP5 DUP3 DUP6 ADD PUSH2 0xCFA JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFCE PUSH2 0xFC9 DUP4 PUSH2 0xFA4 JUMP JUMPDEST PUSH2 0xFB1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFDE DUP2 PUSH2 0xA71 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFF9 DUP2 PUSH2 0xFBB JUMP JUMPDEST PUSH2 0x1006 PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFD5 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x1017 DUP2 PUSH2 0xFBB JUMP JUMPDEST PUSH2 0x1024 PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFD5 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1037 DUP4 DUP4 PUSH2 0xFE4 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x105B DUP3 PUSH2 0xF73 JUMP JUMPDEST PUSH2 0x1065 DUP2 DUP6 PUSH2 0xF7E JUMP JUMPDEST SWAP4 POP PUSH2 0x1070 DUP4 PUSH2 0xF8F JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A0 JUMPI DUP2 PUSH2 0x1087 DUP9 DUP3 PUSH2 0x102B JUMP JUMPDEST SWAP8 POP PUSH2 0x1092 DUP4 PUSH2 0x1043 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x1074 JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10C7 DUP2 DUP5 PUSH2 0x1050 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A207A65726F206164647265737300000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1116 PUSH1 0x16 DUP4 PUSH2 0x10CF JUMP JUMPDEST SWAP2 POP PUSH2 0x1121 DUP3 PUSH2 0x10E0 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1145 DUP2 PUSH2 0x1109 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11A8 PUSH1 0x29 DUP4 PUSH2 0x10CF JUMP JUMPDEST SWAP2 POP PUSH2 0x11B3 DUP3 PUSH2 0x114C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11D7 DUP2 PUSH2 0x119B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x11E7 DUP2 PUSH2 0xD4F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1202 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x11DE JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x125A JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x126D JUMPI PUSH2 0x126C PUSH2 0x1213 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0x12D5 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0x1298 JUMP JUMPDEST PUSH2 0x12DF DUP7 DUP4 PUSH2 0x1298 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x131C PUSH2 0x1317 PUSH2 0x1312 DUP5 PUSH2 0xE8E JUMP JUMPDEST PUSH2 0x12F7 JUMP JUMPDEST PUSH2 0xE8E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1336 DUP4 PUSH2 0x1301 JUMP JUMPDEST PUSH2 0x134A PUSH2 0x1342 DUP3 PUSH2 0x1323 JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0x12A5 JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x135F PUSH2 0x1352 JUMP JUMPDEST PUSH2 0x136A DUP2 DUP5 DUP5 PUSH2 0x132D JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x138E JUMPI PUSH2 0x1383 PUSH1 0x0 DUP3 PUSH2 0x1357 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x1370 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x13D3 JUMPI PUSH2 0x13A4 DUP2 PUSH2 0x1273 JUMP JUMPDEST PUSH2 0x13AD DUP5 PUSH2 0x1288 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x13BC JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x13D0 PUSH2 0x13C8 DUP6 PUSH2 0x1288 JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0x136F JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13F6 PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x13D8 JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140F DUP4 DUP4 PUSH2 0x13E5 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1429 DUP4 DUP4 PUSH2 0x1208 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1442 JUMPI PUSH2 0x1441 PUSH2 0xABD JUMP JUMPDEST JUMPDEST PUSH2 0x144C DUP3 SLOAD PUSH2 0x1242 JUMP JUMPDEST PUSH2 0x1457 DUP3 DUP3 DUP6 PUSH2 0x1392 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x1486 JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x1474 JUMPI DUP3 DUP8 ADD CALLDATALOAD SWAP1 POP JUMPDEST PUSH2 0x147E DUP6 DUP3 PUSH2 0x1403 JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x14E6 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x1494 DUP7 PUSH2 0x1273 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x14BC JUMPI DUP5 DUP10 ADD CALLDATALOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x1497 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x14D9 JUMPI DUP5 DUP10 ADD CALLDATALOAD PUSH2 0x14D5 PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x13E5 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1515 DUP4 DUP6 PUSH2 0x14EF JUMP JUMPDEST SWAP4 POP PUSH2 0x1522 DUP4 DUP6 DUP5 PUSH2 0x14FA JUMP JUMPDEST DUP3 DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x153B DUP3 DUP5 DUP7 PUSH2 0x1509 JUMP JUMPDEST SWAP2 POP DUP2 SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A20696E76616C6964207374617475730000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x157D PUSH1 0x18 DUP4 PUSH2 0x10CF JUMP JUMPDEST SWAP2 POP PUSH2 0x1588 DUP3 PUSH2 0x1547 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15AC DUP2 PUSH2 0x1570 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x15BC DUP2 PUSH2 0xE8E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x15D7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x15B3 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1613 PUSH1 0x20 DUP4 PUSH2 0x10CF JUMP JUMPDEST SWAP2 POP PUSH2 0x161E DUP3 PUSH2 0x15DD JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1642 DUP2 PUSH2 0x1606 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xD8 MSTORE8 SWAP8 0xAD 0xB2 0xD6 0xD8 0xB1 MUL SHL MLOAD 0xE2 0xED NUMBER DUP13 0xC9 0xAB 0xCA MOD SWAP7 0xBF 0x4D 0xC0 0xE6 SWAP14 ISZERO 0x29 EXTCODECOPY 0xFC SWAP6 PUSH18 0x1364736F6C63430008120033000000000000 ","sourceMap":"340:4029:15:-:0;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_checkOwner_176":{"entryPoint":2197,"id":176,"parameterSlots":0,"returnSlots":0},"@_msgSender_1384":{"entryPoint":2372,"id":1384,"parameterSlots":0,"returnSlots":1},"@_transferOwnership_233":{"entryPoint":2380,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":2323,"id":78,"parameterSlots":1,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":1205,"id":100,"parameterSlots":0,"returnSlots":0},"@owner_162":{"entryPoint":1453,"id":162,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":1982,"id":41,"parameterSlots":0,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":1185,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_3889":{"entryPoint":411,"id":3889,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_3826":{"entryPoint":1593,"id":3826,"parameterSlots":3,"returnSlots":0},"@transferOwnership_61":{"entryPoint":2024,"id":61,"parameterSlots":1,"returnSlots":0},"@updateProtocolAddress_3948":{"entryPoint":784,"id":3948,"parameterSlots":2,"returnSlots":0},"@updateProtocolAggregator_3965":{"entryPoint":1495,"id":3965,"parameterSlots":2,"returnSlots":0},"@updateProtocolFees_3906":{"entryPoint":1346,"id":3906,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":3006,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":3322,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":3111,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":2706,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes_calldata_ptr":{"entryPoint":3563,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_struct$_Institution_$4165_memory_ptr":{"entryPoint":2926,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":3759,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":3450,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":3863,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":3343,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":3780,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":3157,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes_calldata_ptr":{"entryPoint":3649,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":3471,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr":{"entryPoint":4139,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":3516,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":4176,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":4053,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack":{"entryPoint":5385,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":4507,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack":{"entryPoint":4361,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack":{"entryPoint":5488,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":5638,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr":{"entryPoint":4068,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":5555,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":4574,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_packed_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed":{"entryPoint":5422,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":3531,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":4269,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4542,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4396,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5523,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5673,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":5570,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":4589,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_memory":{"entryPoint":2845,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":2653,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr":{"entryPoint":2872,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage":{"entryPoint":3983,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_bytes_storage":{"entryPoint":4723,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage":{"entryPoint":3955,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_bytes_calldata_ptr":{"entryPoint":4616,"id":null,"parameterSlots":2,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage":{"entryPoint":4163,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":3966,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack":{"entryPoint":5359,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":4303,"id":null,"parameterSlots":2,"returnSlots":1},"clean_up_bytearray_end_slots_t_bytes_storage":{"entryPoint":5010,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_from_storage_t_bytes32":{"entryPoint":4017,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":3281,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":2673,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":3249,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":3726,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":3407,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":4975,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_uint256_to_t_uint256":{"entryPoint":4865,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage":{"entryPoint":5151,"id":null,"parameterSlots":3,"returnSlots":0},"copy_calldata_to_memory_with_cleanup":{"entryPoint":5370,"id":null,"parameterSlots":3,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":4744,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":4674,"id":null,"parameterSlots":1,"returnSlots":1},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":4027,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":5123,"id":null,"parameterSlots":2,"returnSlots":1},"finalize_allocation":{"entryPoint":2796,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":4855,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":5093,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x22":{"entryPoint":4627,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x32":{"entryPoint":3908,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":2749,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":4899,"id":null,"parameterSlots":1,"returnSlots":1},"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490":{"entryPoint":3558,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":2727,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":2921,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":2916,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":2668,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":2663,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":2732,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":4760,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":4004,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":5080,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":4951,"id":null,"parameterSlots":2,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":4428,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4":{"entryPoint":4320,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40":{"entryPoint":5447,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":5597,"id":null,"parameterSlots":1,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":4773,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":4909,"id":null,"parameterSlots":3,"returnSlots":0},"validator_revert_t_address":{"entryPoint":3299,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":2683,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":3736,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":3427,"id":null,"parameterSlots":1,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":4946,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:24210:18","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:18","statements":[{"nodeType":"YulAssignment","src":"57:19:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:18","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:18"},"nodeType":"YulFunctionCall","src":"67:9:18"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:18"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:18","type":""}],"src":"7:75:18"},{"body":{"nodeType":"YulBlock","src":"177:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:18"},"nodeType":"YulFunctionCall","src":"187:12:18"},"nodeType":"YulExpressionStatement","src":"187:12:18"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:18"},{"body":{"nodeType":"YulBlock","src":"300:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:18"},"nodeType":"YulFunctionCall","src":"310:12:18"},"nodeType":"YulExpressionStatement","src":"310:12:18"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:18"},{"body":{"nodeType":"YulBlock","src":"379:32:18","statements":[{"nodeType":"YulAssignment","src":"389:16:18","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:18"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:18","type":""}],"src":"334:77:18"},{"body":{"nodeType":"YulBlock","src":"460:79:18","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:18"},"nodeType":"YulFunctionCall","src":"519:12:18"},"nodeType":"YulExpressionStatement","src":"519:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:18"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:18"},"nodeType":"YulFunctionCall","src":"490:24:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:18"},"nodeType":"YulFunctionCall","src":"480:35:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:18"},"nodeType":"YulFunctionCall","src":"473:43:18"},"nodeType":"YulIf","src":"470:63:18"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:18","type":""}],"src":"417:122:18"},{"body":{"nodeType":"YulBlock","src":"597:87:18","statements":[{"nodeType":"YulAssignment","src":"607:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:18"},"nodeType":"YulFunctionCall","src":"616:20:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:18"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:18"},"nodeType":"YulFunctionCall","src":"645:33:18"},"nodeType":"YulExpressionStatement","src":"645:33:18"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:18","type":""}],"src":"545:139:18"},{"body":{"nodeType":"YulBlock","src":"779:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"796:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"799:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"789:6:18"},"nodeType":"YulFunctionCall","src":"789:12:18"},"nodeType":"YulExpressionStatement","src":"789:12:18"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"690:117:18"},{"body":{"nodeType":"YulBlock","src":"861:54:18","statements":[{"nodeType":"YulAssignment","src":"871:38:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"889:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"896:2:18","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"885:3:18"},"nodeType":"YulFunctionCall","src":"885:14:18"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"905:2:18","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"901:3:18"},"nodeType":"YulFunctionCall","src":"901:7:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"881:3:18"},"nodeType":"YulFunctionCall","src":"881:28:18"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"871:6:18"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"844:5:18","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"854:6:18","type":""}],"src":"813:102:18"},{"body":{"nodeType":"YulBlock","src":"949:152:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"966:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"969:77:18","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"959:6:18"},"nodeType":"YulFunctionCall","src":"959:88:18"},"nodeType":"YulExpressionStatement","src":"959:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1063:1:18","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"1066:4:18","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1056:6:18"},"nodeType":"YulFunctionCall","src":"1056:15:18"},"nodeType":"YulExpressionStatement","src":"1056:15:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1087:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1090:4:18","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1080:6:18"},"nodeType":"YulFunctionCall","src":"1080:15:18"},"nodeType":"YulExpressionStatement","src":"1080:15:18"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"921:180:18"},{"body":{"nodeType":"YulBlock","src":"1150:238:18","statements":[{"nodeType":"YulVariableDeclaration","src":"1160:58:18","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1182:6:18"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1212:4:18"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"1190:21:18"},"nodeType":"YulFunctionCall","src":"1190:27:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1178:3:18"},"nodeType":"YulFunctionCall","src":"1178:40:18"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"1164:10:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"1329:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1331:16:18"},"nodeType":"YulFunctionCall","src":"1331:18:18"},"nodeType":"YulExpressionStatement","src":"1331:18:18"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1272:10:18"},{"kind":"number","nodeType":"YulLiteral","src":"1284:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1269:2:18"},"nodeType":"YulFunctionCall","src":"1269:34:18"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1308:10:18"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1320:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1305:2:18"},"nodeType":"YulFunctionCall","src":"1305:22:18"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1266:2:18"},"nodeType":"YulFunctionCall","src":"1266:62:18"},"nodeType":"YulIf","src":"1263:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1367:2:18","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1371:10:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1360:6:18"},"nodeType":"YulFunctionCall","src":"1360:22:18"},"nodeType":"YulExpressionStatement","src":"1360:22:18"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"1136:6:18","type":""},{"name":"size","nodeType":"YulTypedName","src":"1144:4:18","type":""}],"src":"1107:281:18"},{"body":{"nodeType":"YulBlock","src":"1435:88:18","statements":[{"nodeType":"YulAssignment","src":"1445:30:18","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"1455:18:18"},"nodeType":"YulFunctionCall","src":"1455:20:18"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1445:6:18"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1504:6:18"},{"name":"size","nodeType":"YulIdentifier","src":"1512:4:18"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"1484:19:18"},"nodeType":"YulFunctionCall","src":"1484:33:18"},"nodeType":"YulExpressionStatement","src":"1484:33:18"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"1419:4:18","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1428:6:18","type":""}],"src":"1394:129:18"},{"body":{"nodeType":"YulBlock","src":"1640:229:18","statements":[{"body":{"nodeType":"YulBlock","src":"1745:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1747:16:18"},"nodeType":"YulFunctionCall","src":"1747:18:18"},"nodeType":"YulExpressionStatement","src":"1747:18:18"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1717:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"1725:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1714:2:18"},"nodeType":"YulFunctionCall","src":"1714:30:18"},"nodeType":"YulIf","src":"1711:56:18"},{"nodeType":"YulAssignment","src":"1777:25:18","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1789:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"1797:4:18","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"1785:3:18"},"nodeType":"YulFunctionCall","src":"1785:17:18"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1777:4:18"}]},{"nodeType":"YulAssignment","src":"1839:23:18","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1851:4:18"},{"kind":"number","nodeType":"YulLiteral","src":"1857:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1847:3:18"},"nodeType":"YulFunctionCall","src":"1847:15:18"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1839:4:18"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"1624:6:18","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"1635:4:18","type":""}],"src":"1529:340:18"},{"body":{"nodeType":"YulBlock","src":"1964:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1981:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1984:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1974:6:18"},"nodeType":"YulFunctionCall","src":"1974:12:18"},"nodeType":"YulExpressionStatement","src":"1974:12:18"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"1875:117:18"},{"body":{"nodeType":"YulBlock","src":"2087:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2104:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2107:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2097:6:18"},"nodeType":"YulFunctionCall","src":"2097:12:18"},"nodeType":"YulExpressionStatement","src":"2097:12:18"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"1998:117:18"},{"body":{"nodeType":"YulBlock","src":"2210:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2227:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2230:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2220:6:18"},"nodeType":"YulFunctionCall","src":"2220:12:18"},"nodeType":"YulExpressionStatement","src":"2220:12:18"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"2121:117:18"},{"body":{"nodeType":"YulBlock","src":"2368:494:18","statements":[{"body":{"nodeType":"YulBlock","src":"2412:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"2414:77:18"},"nodeType":"YulFunctionCall","src":"2414:79:18"},"nodeType":"YulExpressionStatement","src":"2414:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"2389:3:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"2394:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2385:3:18"},"nodeType":"YulFunctionCall","src":"2385:19:18"},{"kind":"number","nodeType":"YulLiteral","src":"2406:4:18","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2381:3:18"},"nodeType":"YulFunctionCall","src":"2381:30:18"},"nodeType":"YulIf","src":"2378:117:18"},{"nodeType":"YulAssignment","src":"2504:30:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2529:4:18","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"2513:15:18"},"nodeType":"YulFunctionCall","src":"2513:21:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2504:5:18"}]},{"nodeType":"YulBlock","src":"2544:150:18","statements":[{"nodeType":"YulVariableDeclaration","src":"2579:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"2593:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2583:6:18","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2619:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"2626:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2615:3:18"},"nodeType":"YulFunctionCall","src":"2615:16:18"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2658:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"2669:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2654:3:18"},"nodeType":"YulFunctionCall","src":"2654:22:18"},{"name":"end","nodeType":"YulIdentifier","src":"2678:3:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2633:20:18"},"nodeType":"YulFunctionCall","src":"2633:49:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2608:6:18"},"nodeType":"YulFunctionCall","src":"2608:75:18"},"nodeType":"YulExpressionStatement","src":"2608:75:18"}]},{"nodeType":"YulBlock","src":"2704:151:18","statements":[{"nodeType":"YulVariableDeclaration","src":"2739:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"2753:2:18","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2743:6:18","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2780:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"2787:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2776:3:18"},"nodeType":"YulFunctionCall","src":"2776:16:18"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2819:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"2830:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2815:3:18"},"nodeType":"YulFunctionCall","src":"2815:22:18"},{"name":"end","nodeType":"YulIdentifier","src":"2839:3:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2794:20:18"},"nodeType":"YulFunctionCall","src":"2794:49:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2769:6:18"},"nodeType":"YulFunctionCall","src":"2769:75:18"},"nodeType":"YulExpressionStatement","src":"2769:75:18"}]}]},"name":"abi_decode_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2343:9:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"2354:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2362:5:18","type":""}],"src":"2284:578:18"},{"body":{"nodeType":"YulBlock","src":"3041:666:18","statements":[{"nodeType":"YulAssignment","src":"3051:119:18","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3162:6:18"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3076:85:18"},"nodeType":"YulFunctionCall","src":"3076:93:18"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"3060:15:18"},"nodeType":"YulFunctionCall","src":"3060:110:18"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"3051:5:18"}]},{"nodeType":"YulVariableDeclaration","src":"3179:16:18","value":{"name":"array","nodeType":"YulIdentifier","src":"3190:5:18"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"3183:3:18","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3212:5:18"},{"name":"length","nodeType":"YulIdentifier","src":"3219:6:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3205:6:18"},"nodeType":"YulFunctionCall","src":"3205:21:18"},"nodeType":"YulExpressionStatement","src":"3205:21:18"},{"nodeType":"YulAssignment","src":"3235:23:18","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3246:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"3253:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3242:3:18"},"nodeType":"YulFunctionCall","src":"3242:16:18"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3235:3:18"}]},{"nodeType":"YulVariableDeclaration","src":"3268:44:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3286:6:18"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3298:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"3306:4:18","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3294:3:18"},"nodeType":"YulFunctionCall","src":"3294:17:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3282:3:18"},"nodeType":"YulFunctionCall","src":"3282:30:18"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"3272:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"3340:103:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"3354:77:18"},"nodeType":"YulFunctionCall","src":"3354:79:18"},"nodeType":"YulExpressionStatement","src":"3354:79:18"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"3327:6:18"},{"name":"end","nodeType":"YulIdentifier","src":"3335:3:18"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3324:2:18"},"nodeType":"YulFunctionCall","src":"3324:15:18"},"nodeType":"YulIf","src":"3321:122:18"},{"body":{"nodeType":"YulBlock","src":"3528:173:18","statements":[{"nodeType":"YulVariableDeclaration","src":"3543:21:18","value":{"name":"src","nodeType":"YulIdentifier","src":"3561:3:18"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"3547:10:18","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3585:3:18"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"3640:10:18"},{"name":"end","nodeType":"YulIdentifier","src":"3652:3:18"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulIdentifier","src":"3590:49:18"},"nodeType":"YulFunctionCall","src":"3590:66:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3578:6:18"},"nodeType":"YulFunctionCall","src":"3578:79:18"},"nodeType":"YulExpressionStatement","src":"3578:79:18"},{"nodeType":"YulAssignment","src":"3670:21:18","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3681:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"3686:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3677:3:18"},"nodeType":"YulFunctionCall","src":"3677:14:18"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3670:3:18"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3481:3:18"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"3486:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3478:2:18"},"nodeType":"YulFunctionCall","src":"3478:15:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3494:25:18","statements":[{"nodeType":"YulAssignment","src":"3496:21:18","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3507:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"3512:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3503:3:18"},"nodeType":"YulFunctionCall","src":"3503:14:18"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"3496:3:18"}]}]},"pre":{"nodeType":"YulBlock","src":"3456:21:18","statements":[{"nodeType":"YulVariableDeclaration","src":"3458:17:18","value":{"name":"offset","nodeType":"YulIdentifier","src":"3469:6:18"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"3462:3:18","type":""}]}]},"src":"3452:249:18"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3011:6:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"3019:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"3027:3:18","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3035:5:18","type":""}],"src":"2910:797:18"},{"body":{"nodeType":"YulBlock","src":"3861:322:18","statements":[{"body":{"nodeType":"YulBlock","src":"3910:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"3912:77:18"},"nodeType":"YulFunctionCall","src":"3912:79:18"},"nodeType":"YulExpressionStatement","src":"3912:79:18"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3889:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"3897:4:18","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3885:3:18"},"nodeType":"YulFunctionCall","src":"3885:17:18"},{"name":"end","nodeType":"YulIdentifier","src":"3904:3:18"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3881:3:18"},"nodeType":"YulFunctionCall","src":"3881:27:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3874:6:18"},"nodeType":"YulFunctionCall","src":"3874:35:18"},"nodeType":"YulIf","src":"3871:122:18"},{"nodeType":"YulVariableDeclaration","src":"4002:34:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4029:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4016:12:18"},"nodeType":"YulFunctionCall","src":"4016:20:18"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"4006:6:18","type":""}]},{"nodeType":"YulAssignment","src":"4045:132:18","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4150:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"4158:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4146:3:18"},"nodeType":"YulFunctionCall","src":"4146:17:18"},{"name":"length","nodeType":"YulIdentifier","src":"4165:6:18"},{"name":"end","nodeType":"YulIdentifier","src":"4173:3:18"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4054:91:18"},"nodeType":"YulFunctionCall","src":"4054:123:18"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"4045:5:18"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3839:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"3847:3:18","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3855:5:18","type":""}],"src":"3755:428:18"},{"body":{"nodeType":"YulBlock","src":"4326:605:18","statements":[{"body":{"nodeType":"YulBlock","src":"4372:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4374:77:18"},"nodeType":"YulFunctionCall","src":"4374:79:18"},"nodeType":"YulExpressionStatement","src":"4374:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4347:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"4356:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4343:3:18"},"nodeType":"YulFunctionCall","src":"4343:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"4368:2:18","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4339:3:18"},"nodeType":"YulFunctionCall","src":"4339:32:18"},"nodeType":"YulIf","src":"4336:119:18"},{"nodeType":"YulBlock","src":"4465:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"4480:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"4494:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4484:6:18","type":""}]},{"nodeType":"YulAssignment","src":"4509:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4544:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"4555:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4540:3:18"},"nodeType":"YulFunctionCall","src":"4540:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4564:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"4519:20:18"},"nodeType":"YulFunctionCall","src":"4519:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4509:6:18"}]}]},{"nodeType":"YulBlock","src":"4592:332:18","statements":[{"nodeType":"YulVariableDeclaration","src":"4607:46:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4638:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"4649:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4634:3:18"},"nodeType":"YulFunctionCall","src":"4634:18:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4621:12:18"},"nodeType":"YulFunctionCall","src":"4621:32:18"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4611:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"4700:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"4702:77:18"},"nodeType":"YulFunctionCall","src":"4702:79:18"},"nodeType":"YulExpressionStatement","src":"4702:79:18"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4672:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"4680:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4669:2:18"},"nodeType":"YulFunctionCall","src":"4669:30:18"},"nodeType":"YulIf","src":"4666:117:18"},{"nodeType":"YulAssignment","src":"4797:117:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4886:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"4897:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4882:3:18"},"nodeType":"YulFunctionCall","src":"4882:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4906:7:18"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4807:74:18"},"nodeType":"YulFunctionCall","src":"4807:107:18"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4797:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4288:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4299:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4311:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"4319:6:18","type":""}],"src":"4189:742:18"},{"body":{"nodeType":"YulBlock","src":"4982:81:18","statements":[{"nodeType":"YulAssignment","src":"4992:65:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5007:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"5014:42:18","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5003:3:18"},"nodeType":"YulFunctionCall","src":"5003:54:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4992:7:18"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4964:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4974:7:18","type":""}],"src":"4937:126:18"},{"body":{"nodeType":"YulBlock","src":"5114:51:18","statements":[{"nodeType":"YulAssignment","src":"5124:35:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5153:5:18"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"5135:17:18"},"nodeType":"YulFunctionCall","src":"5135:24:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5124:7:18"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5096:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5106:7:18","type":""}],"src":"5069:96:18"},{"body":{"nodeType":"YulBlock","src":"5214:79:18","statements":[{"body":{"nodeType":"YulBlock","src":"5271:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5280:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5283:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5273:6:18"},"nodeType":"YulFunctionCall","src":"5273:12:18"},"nodeType":"YulExpressionStatement","src":"5273:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5237:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5262:5:18"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"5244:17:18"},"nodeType":"YulFunctionCall","src":"5244:24:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"5234:2:18"},"nodeType":"YulFunctionCall","src":"5234:35:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5227:6:18"},"nodeType":"YulFunctionCall","src":"5227:43:18"},"nodeType":"YulIf","src":"5224:63:18"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5207:5:18","type":""}],"src":"5171:122:18"},{"body":{"nodeType":"YulBlock","src":"5351:87:18","statements":[{"nodeType":"YulAssignment","src":"5361:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5383:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5370:12:18"},"nodeType":"YulFunctionCall","src":"5370:20:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5361:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5426:5:18"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"5399:26:18"},"nodeType":"YulFunctionCall","src":"5399:33:18"},"nodeType":"YulExpressionStatement","src":"5399:33:18"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5329:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"5337:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5345:5:18","type":""}],"src":"5299:139:18"},{"body":{"nodeType":"YulBlock","src":"5527:391:18","statements":[{"body":{"nodeType":"YulBlock","src":"5573:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5575:77:18"},"nodeType":"YulFunctionCall","src":"5575:79:18"},"nodeType":"YulExpressionStatement","src":"5575:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5548:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"5557:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5544:3:18"},"nodeType":"YulFunctionCall","src":"5544:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"5569:2:18","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5540:3:18"},"nodeType":"YulFunctionCall","src":"5540:32:18"},"nodeType":"YulIf","src":"5537:119:18"},{"nodeType":"YulBlock","src":"5666:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"5681:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"5695:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5685:6:18","type":""}]},{"nodeType":"YulAssignment","src":"5710:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5745:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"5756:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5741:3:18"},"nodeType":"YulFunctionCall","src":"5741:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5765:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"5720:20:18"},"nodeType":"YulFunctionCall","src":"5720:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5710:6:18"}]}]},{"nodeType":"YulBlock","src":"5793:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"5808:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"5822:2:18","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5812:6:18","type":""}]},{"nodeType":"YulAssignment","src":"5838:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5873:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"5884:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5869:3:18"},"nodeType":"YulFunctionCall","src":"5869:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5893:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5848:20:18"},"nodeType":"YulFunctionCall","src":"5848:53:18"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5838:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5489:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5500:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5512:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5520:6:18","type":""}],"src":"5444:474:18"},{"body":{"nodeType":"YulBlock","src":"5968:57:18","statements":[{"nodeType":"YulAssignment","src":"5978:41:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5993:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"6000:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5989:3:18"},"nodeType":"YulFunctionCall","src":"5989:30:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5978:7:18"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5950:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5960:7:18","type":""}],"src":"5924:101:18"},{"body":{"nodeType":"YulBlock","src":"6073:78:18","statements":[{"body":{"nodeType":"YulBlock","src":"6129:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6138:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6141:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6131:6:18"},"nodeType":"YulFunctionCall","src":"6131:12:18"},"nodeType":"YulExpressionStatement","src":"6131:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6096:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6120:5:18"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"6103:16:18"},"nodeType":"YulFunctionCall","src":"6103:23:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6093:2:18"},"nodeType":"YulFunctionCall","src":"6093:34:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"6086:6:18"},"nodeType":"YulFunctionCall","src":"6086:42:18"},"nodeType":"YulIf","src":"6083:62:18"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6066:5:18","type":""}],"src":"6031:120:18"},{"body":{"nodeType":"YulBlock","src":"6208:86:18","statements":[{"nodeType":"YulAssignment","src":"6218:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6240:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"6227:12:18"},"nodeType":"YulFunctionCall","src":"6227:20:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6218:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6282:5:18"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"6256:25:18"},"nodeType":"YulFunctionCall","src":"6256:32:18"},"nodeType":"YulExpressionStatement","src":"6256:32:18"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6186:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"6194:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"6202:5:18","type":""}],"src":"6157:137:18"},{"body":{"nodeType":"YulBlock","src":"6365:262:18","statements":[{"body":{"nodeType":"YulBlock","src":"6411:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"6413:77:18"},"nodeType":"YulFunctionCall","src":"6413:79:18"},"nodeType":"YulExpressionStatement","src":"6413:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"6386:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"6395:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6382:3:18"},"nodeType":"YulFunctionCall","src":"6382:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"6407:2:18","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"6378:3:18"},"nodeType":"YulFunctionCall","src":"6378:32:18"},"nodeType":"YulIf","src":"6375:119:18"},{"nodeType":"YulBlock","src":"6504:116:18","statements":[{"nodeType":"YulVariableDeclaration","src":"6519:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"6533:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6523:6:18","type":""}]},{"nodeType":"YulAssignment","src":"6548:62:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6582:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"6593:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6578:3:18"},"nodeType":"YulFunctionCall","src":"6578:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"6602:7:18"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"6558:19:18"},"nodeType":"YulFunctionCall","src":"6558:52:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"6548:6:18"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6335:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"6346:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"6358:6:18","type":""}],"src":"6300:327:18"},{"body":{"nodeType":"YulBlock","src":"6698:53:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6715:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6738:5:18"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"6720:17:18"},"nodeType":"YulFunctionCall","src":"6720:24:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6708:6:18"},"nodeType":"YulFunctionCall","src":"6708:37:18"},"nodeType":"YulExpressionStatement","src":"6708:37:18"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6686:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"6693:3:18","type":""}],"src":"6633:118:18"},{"body":{"nodeType":"YulBlock","src":"6855:124:18","statements":[{"nodeType":"YulAssignment","src":"6865:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6877:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"6888:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6873:3:18"},"nodeType":"YulFunctionCall","src":"6873:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6865:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"6945:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6958:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"6969:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6954:3:18"},"nodeType":"YulFunctionCall","src":"6954:17:18"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"6901:43:18"},"nodeType":"YulFunctionCall","src":"6901:71:18"},"nodeType":"YulExpressionStatement","src":"6901:71:18"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6827:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6839:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6850:4:18","type":""}],"src":"6757:222:18"},{"body":{"nodeType":"YulBlock","src":"7074:28:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7091:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7094:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"7084:6:18"},"nodeType":"YulFunctionCall","src":"7084:12:18"},"nodeType":"YulExpressionStatement","src":"7084:12:18"}]},"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulFunctionDefinition","src":"6985:117:18"},{"body":{"nodeType":"YulBlock","src":"7195:478:18","statements":[{"body":{"nodeType":"YulBlock","src":"7244:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"7246:77:18"},"nodeType":"YulFunctionCall","src":"7246:79:18"},"nodeType":"YulExpressionStatement","src":"7246:79:18"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7223:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"7231:4:18","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7219:3:18"},"nodeType":"YulFunctionCall","src":"7219:17:18"},{"name":"end","nodeType":"YulIdentifier","src":"7238:3:18"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7215:3:18"},"nodeType":"YulFunctionCall","src":"7215:27:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7208:6:18"},"nodeType":"YulFunctionCall","src":"7208:35:18"},"nodeType":"YulIf","src":"7205:122:18"},{"nodeType":"YulAssignment","src":"7336:30:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7359:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7346:12:18"},"nodeType":"YulFunctionCall","src":"7346:20:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"7336:6:18"}]},{"body":{"nodeType":"YulBlock","src":"7409:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"7411:77:18"},"nodeType":"YulFunctionCall","src":"7411:79:18"},"nodeType":"YulExpressionStatement","src":"7411:79:18"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"7381:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"7389:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7378:2:18"},"nodeType":"YulFunctionCall","src":"7378:30:18"},"nodeType":"YulIf","src":"7375:117:18"},{"nodeType":"YulAssignment","src":"7501:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7517:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"7525:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7513:3:18"},"nodeType":"YulFunctionCall","src":"7513:17:18"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"7501:8:18"}]},{"body":{"nodeType":"YulBlock","src":"7584:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"7586:77:18"},"nodeType":"YulFunctionCall","src":"7586:79:18"},"nodeType":"YulExpressionStatement","src":"7586:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"7549:8:18"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"7563:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"7571:4:18","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"7559:3:18"},"nodeType":"YulFunctionCall","src":"7559:17:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7545:3:18"},"nodeType":"YulFunctionCall","src":"7545:32:18"},{"name":"end","nodeType":"YulIdentifier","src":"7579:3:18"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7542:2:18"},"nodeType":"YulFunctionCall","src":"7542:41:18"},"nodeType":"YulIf","src":"7539:128:18"}]},"name":"abi_decode_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7162:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"7170:3:18","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"7178:8:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"7188:6:18","type":""}],"src":"7121:552:18"},{"body":{"nodeType":"YulBlock","src":"7764:442:18","statements":[{"body":{"nodeType":"YulBlock","src":"7810:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7812:77:18"},"nodeType":"YulFunctionCall","src":"7812:79:18"},"nodeType":"YulExpressionStatement","src":"7812:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7785:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"7794:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7781:3:18"},"nodeType":"YulFunctionCall","src":"7781:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"7806:2:18","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7777:3:18"},"nodeType":"YulFunctionCall","src":"7777:32:18"},"nodeType":"YulIf","src":"7774:119:18"},{"nodeType":"YulBlock","src":"7903:296:18","statements":[{"nodeType":"YulVariableDeclaration","src":"7918:45:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7949:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"7960:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7945:3:18"},"nodeType":"YulFunctionCall","src":"7945:17:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7932:12:18"},"nodeType":"YulFunctionCall","src":"7932:31:18"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7922:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"8010:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"8012:77:18"},"nodeType":"YulFunctionCall","src":"8012:79:18"},"nodeType":"YulExpressionStatement","src":"8012:79:18"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7982:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"7990:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7979:2:18"},"nodeType":"YulFunctionCall","src":"7979:30:18"},"nodeType":"YulIf","src":"7976:117:18"},{"nodeType":"YulAssignment","src":"8107:82:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8161:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"8172:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8157:3:18"},"nodeType":"YulFunctionCall","src":"8157:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8181:7:18"}],"functionName":{"name":"abi_decode_t_bytes_calldata_ptr","nodeType":"YulIdentifier","src":"8125:31:18"},"nodeType":"YulFunctionCall","src":"8125:64:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8107:6:18"},{"name":"value1","nodeType":"YulIdentifier","src":"8115:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7726:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7737:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7749:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7757:6:18","type":""}],"src":"7679:527:18"},{"body":{"nodeType":"YulBlock","src":"8257:32:18","statements":[{"nodeType":"YulAssignment","src":"8267:16:18","value":{"name":"value","nodeType":"YulIdentifier","src":"8278:5:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"8267:7:18"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8239:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"8249:7:18","type":""}],"src":"8212:77:18"},{"body":{"nodeType":"YulBlock","src":"8338:79:18","statements":[{"body":{"nodeType":"YulBlock","src":"8395:16:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8404:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8407:1:18","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8397:6:18"},"nodeType":"YulFunctionCall","src":"8397:12:18"},"nodeType":"YulExpressionStatement","src":"8397:12:18"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8361:5:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8386:5:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"8368:17:18"},"nodeType":"YulFunctionCall","src":"8368:24:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"8358:2:18"},"nodeType":"YulFunctionCall","src":"8358:35:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"8351:6:18"},"nodeType":"YulFunctionCall","src":"8351:43:18"},"nodeType":"YulIf","src":"8348:63:18"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8331:5:18","type":""}],"src":"8295:122:18"},{"body":{"nodeType":"YulBlock","src":"8475:87:18","statements":[{"nodeType":"YulAssignment","src":"8485:29:18","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8507:6:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8494:12:18"},"nodeType":"YulFunctionCall","src":"8494:20:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"8485:5:18"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8550:5:18"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"8523:26:18"},"nodeType":"YulFunctionCall","src":"8523:33:18"},"nodeType":"YulExpressionStatement","src":"8523:33:18"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"8453:6:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"8461:3:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"8469:5:18","type":""}],"src":"8423:139:18"},{"body":{"nodeType":"YulBlock","src":"8668:519:18","statements":[{"body":{"nodeType":"YulBlock","src":"8714:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"8716:77:18"},"nodeType":"YulFunctionCall","src":"8716:79:18"},"nodeType":"YulExpressionStatement","src":"8716:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"8689:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"8698:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8685:3:18"},"nodeType":"YulFunctionCall","src":"8685:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"8710:2:18","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"8681:3:18"},"nodeType":"YulFunctionCall","src":"8681:32:18"},"nodeType":"YulIf","src":"8678:119:18"},{"nodeType":"YulBlock","src":"8807:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"8822:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"8836:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8826:6:18","type":""}]},{"nodeType":"YulAssignment","src":"8851:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8886:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"8897:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8882:3:18"},"nodeType":"YulFunctionCall","src":"8882:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8906:7:18"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"8861:20:18"},"nodeType":"YulFunctionCall","src":"8861:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8851:6:18"}]}]},{"nodeType":"YulBlock","src":"8934:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"8949:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"8963:2:18","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8953:6:18","type":""}]},{"nodeType":"YulAssignment","src":"8979:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9014:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"9025:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9010:3:18"},"nodeType":"YulFunctionCall","src":"9010:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9034:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"8989:20:18"},"nodeType":"YulFunctionCall","src":"8989:53:18"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"8979:6:18"}]}]},{"nodeType":"YulBlock","src":"9062:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"9077:16:18","value":{"kind":"number","nodeType":"YulLiteral","src":"9091:2:18","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9081:6:18","type":""}]},{"nodeType":"YulAssignment","src":"9107:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9142:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"9153:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9138:3:18"},"nodeType":"YulFunctionCall","src":"9138:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9162:7:18"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"9117:20:18"},"nodeType":"YulFunctionCall","src":"9117:53:18"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"9107:6:18"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8622:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"8633:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"8645:6:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"8653:6:18","type":""},{"name":"value2","nodeType":"YulTypedName","src":"8661:6:18","type":""}],"src":"8568:619:18"},{"body":{"nodeType":"YulBlock","src":"9259:263:18","statements":[{"body":{"nodeType":"YulBlock","src":"9305:83:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9307:77:18"},"nodeType":"YulFunctionCall","src":"9307:79:18"},"nodeType":"YulExpressionStatement","src":"9307:79:18"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9280:7:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"9289:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9276:3:18"},"nodeType":"YulFunctionCall","src":"9276:23:18"},{"kind":"number","nodeType":"YulLiteral","src":"9301:2:18","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9272:3:18"},"nodeType":"YulFunctionCall","src":"9272:32:18"},"nodeType":"YulIf","src":"9269:119:18"},{"nodeType":"YulBlock","src":"9398:117:18","statements":[{"nodeType":"YulVariableDeclaration","src":"9413:15:18","value":{"kind":"number","nodeType":"YulLiteral","src":"9427:1:18","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9417:6:18","type":""}]},{"nodeType":"YulAssignment","src":"9442:63:18","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9477:9:18"},{"name":"offset","nodeType":"YulIdentifier","src":"9488:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9473:3:18"},"nodeType":"YulFunctionCall","src":"9473:22:18"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9497:7:18"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"9452:20:18"},"nodeType":"YulFunctionCall","src":"9452:53:18"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"9442:6:18"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9229:9:18","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9240:7:18","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9252:6:18","type":""}],"src":"9193:329:18"},{"body":{"nodeType":"YulBlock","src":"9556:152:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9573:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9576:77:18","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9566:6:18"},"nodeType":"YulFunctionCall","src":"9566:88:18"},"nodeType":"YulExpressionStatement","src":"9566:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9670:1:18","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"9673:4:18","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9663:6:18"},"nodeType":"YulFunctionCall","src":"9663:15:18"},"nodeType":"YulExpressionStatement","src":"9663:15:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9694:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9697:4:18","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9687:6:18"},"nodeType":"YulFunctionCall","src":"9687:15:18"},"nodeType":"YulExpressionStatement","src":"9687:15:18"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"9528:180:18"},{"body":{"nodeType":"YulBlock","src":"9811:40:18","statements":[{"nodeType":"YulAssignment","src":"9822:22:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9838:5:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"9832:5:18"},"nodeType":"YulFunctionCall","src":"9832:12:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"9822:6:18"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9794:5:18","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"9804:6:18","type":""}],"src":"9714:137:18"},{"body":{"nodeType":"YulBlock","src":"9997:73:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10014:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"10019:6:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10007:6:18"},"nodeType":"YulFunctionCall","src":"10007:19:18"},"nodeType":"YulExpressionStatement","src":"10007:19:18"},{"nodeType":"YulAssignment","src":"10035:29:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10054:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"10059:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10050:3:18"},"nodeType":"YulFunctionCall","src":"10050:14:18"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"10035:11:18"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"9969:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"9974:6:18","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"9985:11:18","type":""}],"src":"9857:213:18"},{"body":{"nodeType":"YulBlock","src":"10171:87:18","statements":[{"nodeType":"YulAssignment","src":"10181:11:18","value":{"name":"ptr","nodeType":"YulIdentifier","src":"10189:3:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"10181:4:18"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10209:1:18","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"10212:3:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10202:6:18"},"nodeType":"YulFunctionCall","src":"10202:14:18"},"nodeType":"YulExpressionStatement","src":"10202:14:18"},{"nodeType":"YulAssignment","src":"10225:26:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10243:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"10246:4:18","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"10233:9:18"},"nodeType":"YulFunctionCall","src":"10233:18:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"10225:4:18"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"10158:3:18","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"10166:4:18","type":""}],"src":"10076:182:18"},{"body":{"nodeType":"YulBlock","src":"10315:51:18","statements":[{"nodeType":"YulAssignment","src":"10325:34:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10350:1:18","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"10353:5:18"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"10346:3:18"},"nodeType":"YulFunctionCall","src":"10346:13:18"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"10325:8:18"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10296:5:18","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"10306:8:18","type":""}],"src":"10264:102:18"},{"body":{"nodeType":"YulBlock","src":"10430:32:18","statements":[{"nodeType":"YulAssignment","src":"10440:16:18","value":{"name":"value","nodeType":"YulIdentifier","src":"10451:5:18"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"10440:7:18"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10412:5:18","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"10422:7:18","type":""}],"src":"10372:90:18"},{"body":{"nodeType":"YulBlock","src":"10543:91:18","statements":[{"nodeType":"YulAssignment","src":"10553:75:18","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"10616:10:18"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"10593:22:18"},"nodeType":"YulFunctionCall","src":"10593:34:18"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"10562:30:18"},"nodeType":"YulFunctionCall","src":"10562:66:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"10553:5:18"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"10522:10:18","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"10537:5:18","type":""}],"src":"10468:166:18"},{"body":{"nodeType":"YulBlock","src":"10695:53:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10712:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10735:5:18"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"10717:17:18"},"nodeType":"YulFunctionCall","src":"10717:24:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10705:6:18"},"nodeType":"YulFunctionCall","src":"10705:37:18"},"nodeType":"YulExpressionStatement","src":"10705:37:18"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10683:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10690:3:18","type":""}],"src":"10640:108:18"},{"body":{"nodeType":"YulBlock","src":"10941:578:18","statements":[{"nodeType":"YulVariableDeclaration","src":"10951:26:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10967:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"10972:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10963:3:18"},"nodeType":"YulFunctionCall","src":"10963:14:18"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"10955:4:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"10986:18:18","value":{"kind":"number","nodeType":"YulLiteral","src":"11003:1:18","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"10990:9:18","type":""}]},{"nodeType":"YulBlock","src":"11014:244:18","statements":[{"nodeType":"YulAssignment","src":"11048:36:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11071:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"11078:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11067:3:18"},"nodeType":"YulFunctionCall","src":"11067:16:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"11061:5:18"},"nodeType":"YulFunctionCall","src":"11061:23:18"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"11048:9:18"}]},{"nodeType":"YulVariableDeclaration","src":"11097:75:18","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"11162:9:18"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"11117:44:18"},"nodeType":"YulFunctionCall","src":"11117:55:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"11101:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"11219:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11237:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"11242:4:18","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11233:3:18"},"nodeType":"YulFunctionCall","src":"11233:14:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"11185:33:18"},"nodeType":"YulFunctionCall","src":"11185:63:18"},"nodeType":"YulExpressionStatement","src":"11185:63:18"}]},{"nodeType":"YulBlock","src":"11268:244:18","statements":[{"nodeType":"YulAssignment","src":"11302:36:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11325:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"11332:4:18","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11321:3:18"},"nodeType":"YulFunctionCall","src":"11321:16:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"11315:5:18"},"nodeType":"YulFunctionCall","src":"11315:23:18"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"11302:9:18"}]},{"nodeType":"YulVariableDeclaration","src":"11351:75:18","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"11416:9:18"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"11371:44:18"},"nodeType":"YulFunctionCall","src":"11371:55:18"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"11355:12:18","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"11473:12:18"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11491:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"11496:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11487:3:18"},"nodeType":"YulFunctionCall","src":"11487:14:18"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"11439:33:18"},"nodeType":"YulFunctionCall","src":"11439:63:18"},"nodeType":"YulExpressionStatement","src":"11439:63:18"}]}]},"name":"abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10928:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10935:3:18","type":""}],"src":"10830:689:18"},{"body":{"nodeType":"YulBlock","src":"11660:154:18","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"11759:6:18"},{"name":"pos","nodeType":"YulIdentifier","src":"11767:3:18"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulIdentifier","src":"11670:88:18"},"nodeType":"YulFunctionCall","src":"11670:101:18"},"nodeType":"YulExpressionStatement","src":"11670:101:18"},{"nodeType":"YulAssignment","src":"11780:28:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11798:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"11803:4:18","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11794:3:18"},"nodeType":"YulFunctionCall","src":"11794:14:18"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"11780:10:18"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"11633:6:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11641:3:18","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"11649:10:18","type":""}],"src":"11525:289:18"},{"body":{"nodeType":"YulBlock","src":"11918:38:18","statements":[{"nodeType":"YulAssignment","src":"11928:22:18","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"11940:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"11945:4:18","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11936:3:18"},"nodeType":"YulFunctionCall","src":"11936:14:18"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"11928:4:18"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"11905:3:18","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"11913:4:18","type":""}],"src":"11820:136:18"},{"body":{"nodeType":"YulBlock","src":"12218:754:18","statements":[{"nodeType":"YulVariableDeclaration","src":"12228:91:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12313:5:18"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulIdentifier","src":"12242:70:18"},"nodeType":"YulFunctionCall","src":"12242:77:18"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"12232:6:18","type":""}]},{"nodeType":"YulAssignment","src":"12328:122:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12438:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"12443:6:18"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12335:102:18"},"nodeType":"YulFunctionCall","src":"12335:115:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12328:3:18"}]},{"nodeType":"YulVariableDeclaration","src":"12459:94:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12547:5:18"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulIdentifier","src":"12474:72:18"},"nodeType":"YulFunctionCall","src":"12474:79:18"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"12463:7:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"12562:21:18","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"12576:7:18"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"12566:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"12652:295:18","statements":[{"nodeType":"YulVariableDeclaration","src":"12666:27:18","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"12687:6:18"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"12670:13:18","type":""}]},{"nodeType":"YulAssignment","src":"12706:125:18","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"12812:13:18"},{"name":"pos","nodeType":"YulIdentifier","src":"12827:3:18"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr","nodeType":"YulIdentifier","src":"12713:98:18"},"nodeType":"YulFunctionCall","src":"12713:118:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12706:3:18"}]},{"nodeType":"YulAssignment","src":"12844:93:18","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"12930:6:18"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage","nodeType":"YulIdentifier","src":"12854:75:18"},"nodeType":"YulFunctionCall","src":"12854:83:18"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"12844:6:18"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"12614:1:18"},{"name":"length","nodeType":"YulIdentifier","src":"12617:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"12611:2:18"},"nodeType":"YulFunctionCall","src":"12611:13:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"12625:18:18","statements":[{"nodeType":"YulAssignment","src":"12627:14:18","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"12636:1:18"},{"kind":"number","nodeType":"YulLiteral","src":"12639:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12632:3:18"},"nodeType":"YulFunctionCall","src":"12632:9:18"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"12627:1:18"}]}]},"pre":{"nodeType":"YulBlock","src":"12596:14:18","statements":[{"nodeType":"YulVariableDeclaration","src":"12598:10:18","value":{"kind":"number","nodeType":"YulLiteral","src":"12607:1:18","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"12602:1:18","type":""}]}]},"src":"12592:355:18"},{"nodeType":"YulAssignment","src":"12956:10:18","value":{"name":"pos","nodeType":"YulIdentifier","src":"12963:3:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12956:3:18"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12197:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12204:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12213:3:18","type":""}],"src":"12042:930:18"},{"body":{"nodeType":"YulBlock","src":"13178:277:18","statements":[{"nodeType":"YulAssignment","src":"13188:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13200:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"13211:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13196:3:18"},"nodeType":"YulFunctionCall","src":"13196:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13188:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13235:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"13246:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13231:3:18"},"nodeType":"YulFunctionCall","src":"13231:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13254:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"13260:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13250:3:18"},"nodeType":"YulFunctionCall","src":"13250:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13224:6:18"},"nodeType":"YulFunctionCall","src":"13224:47:18"},"nodeType":"YulExpressionStatement","src":"13224:47:18"},{"nodeType":"YulAssignment","src":"13280:168:18","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"13434:6:18"},{"name":"tail","nodeType":"YulIdentifier","src":"13443:4:18"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13288:145:18"},"nodeType":"YulFunctionCall","src":"13288:160:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13280:4:18"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13150:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"13162:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13173:4:18","type":""}],"src":"12978:477:18"},{"body":{"nodeType":"YulBlock","src":"13557:73:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13574:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"13579:6:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13567:6:18"},"nodeType":"YulFunctionCall","src":"13567:19:18"},"nodeType":"YulExpressionStatement","src":"13567:19:18"},{"nodeType":"YulAssignment","src":"13595:29:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13614:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"13619:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13610:3:18"},"nodeType":"YulFunctionCall","src":"13610:14:18"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"13595:11:18"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13529:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"13534:6:18","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"13545:11:18","type":""}],"src":"13461:169:18"},{"body":{"nodeType":"YulBlock","src":"13742:66:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13764:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"13772:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13760:3:18"},"nodeType":"YulFunctionCall","src":"13760:14:18"},{"hexValue":"50617963726573743a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"13776:24:18","type":"","value":"Paycrest: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13753:6:18"},"nodeType":"YulFunctionCall","src":"13753:48:18"},"nodeType":"YulExpressionStatement","src":"13753:48:18"}]},"name":"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"13734:6:18","type":""}],"src":"13636:172:18"},{"body":{"nodeType":"YulBlock","src":"13960:220:18","statements":[{"nodeType":"YulAssignment","src":"13970:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14036:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"14041:2:18","type":"","value":"22"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13977:58:18"},"nodeType":"YulFunctionCall","src":"13977:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13970:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14142:3:18"}],"functionName":{"name":"store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4","nodeType":"YulIdentifier","src":"14053:88:18"},"nodeType":"YulFunctionCall","src":"14053:93:18"},"nodeType":"YulExpressionStatement","src":"14053:93:18"},{"nodeType":"YulAssignment","src":"14155:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14166:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"14171:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14162:3:18"},"nodeType":"YulFunctionCall","src":"14162:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"14155:3:18"}]}]},"name":"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13948:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13956:3:18","type":""}],"src":"13814:366:18"},{"body":{"nodeType":"YulBlock","src":"14357:248:18","statements":[{"nodeType":"YulAssignment","src":"14367:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14379:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"14390:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14375:3:18"},"nodeType":"YulFunctionCall","src":"14375:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14367:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14414:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"14425:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14410:3:18"},"nodeType":"YulFunctionCall","src":"14410:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14433:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"14439:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"14429:3:18"},"nodeType":"YulFunctionCall","src":"14429:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14403:6:18"},"nodeType":"YulFunctionCall","src":"14403:47:18"},"nodeType":"YulExpressionStatement","src":"14403:47:18"},{"nodeType":"YulAssignment","src":"14459:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14593:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14467:124:18"},"nodeType":"YulFunctionCall","src":"14467:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14459:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14337:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14352:4:18","type":""}],"src":"14186:419:18"},{"body":{"nodeType":"YulBlock","src":"14717:122:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14739:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"14747:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14735:3:18"},"nodeType":"YulFunctionCall","src":"14735:14:18"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"14751:34:18","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14728:6:18"},"nodeType":"YulFunctionCall","src":"14728:58:18"},"nodeType":"YulExpressionStatement","src":"14728:58:18"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14807:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"14815:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14803:3:18"},"nodeType":"YulFunctionCall","src":"14803:15:18"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"14820:11:18","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14796:6:18"},"nodeType":"YulFunctionCall","src":"14796:36:18"},"nodeType":"YulExpressionStatement","src":"14796:36:18"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"14709:6:18","type":""}],"src":"14611:228:18"},{"body":{"nodeType":"YulBlock","src":"14991:220:18","statements":[{"nodeType":"YulAssignment","src":"15001:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15067:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"15072:2:18","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15008:58:18"},"nodeType":"YulFunctionCall","src":"15008:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"15001:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15173:3:18"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"15084:88:18"},"nodeType":"YulFunctionCall","src":"15084:93:18"},"nodeType":"YulExpressionStatement","src":"15084:93:18"},{"nodeType":"YulAssignment","src":"15186:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15197:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"15202:2:18","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15193:3:18"},"nodeType":"YulFunctionCall","src":"15193:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"15186:3:18"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"14979:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"14987:3:18","type":""}],"src":"14845:366:18"},{"body":{"nodeType":"YulBlock","src":"15388:248:18","statements":[{"nodeType":"YulAssignment","src":"15398:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15410:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"15421:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15406:3:18"},"nodeType":"YulFunctionCall","src":"15406:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15398:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15445:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"15456:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15441:3:18"},"nodeType":"YulFunctionCall","src":"15441:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15464:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"15470:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"15460:3:18"},"nodeType":"YulFunctionCall","src":"15460:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15434:6:18"},"nodeType":"YulFunctionCall","src":"15434:47:18"},"nodeType":"YulExpressionStatement","src":"15434:47:18"},{"nodeType":"YulAssignment","src":"15490:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15624:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15498:124:18"},"nodeType":"YulFunctionCall","src":"15498:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15490:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15368:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15383:4:18","type":""}],"src":"15217:419:18"},{"body":{"nodeType":"YulBlock","src":"15705:52:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15722:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15744:5:18"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"15727:16:18"},"nodeType":"YulFunctionCall","src":"15727:23:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15715:6:18"},"nodeType":"YulFunctionCall","src":"15715:36:18"},"nodeType":"YulExpressionStatement","src":"15715:36:18"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15693:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15700:3:18","type":""}],"src":"15642:115:18"},{"body":{"nodeType":"YulBlock","src":"15859:122:18","statements":[{"nodeType":"YulAssignment","src":"15869:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15881:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"15892:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15877:3:18"},"nodeType":"YulFunctionCall","src":"15877:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15869:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"15947:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15960:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"15971:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15956:3:18"},"nodeType":"YulFunctionCall","src":"15956:17:18"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"15905:41:18"},"nodeType":"YulFunctionCall","src":"15905:69:18"},"nodeType":"YulExpressionStatement","src":"15905:69:18"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15831:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"15843:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15854:4:18","type":""}],"src":"15763:218:18"},{"body":{"nodeType":"YulBlock","src":"16052:31:18","statements":[{"nodeType":"YulAssignment","src":"16063:13:18","value":{"name":"len","nodeType":"YulIdentifier","src":"16073:3:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"16063:6:18"}]}]},"name":"array_length_t_bytes_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"16030:5:18","type":""},{"name":"len","nodeType":"YulTypedName","src":"16037:3:18","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"16045:6:18","type":""}],"src":"15987:96:18"},{"body":{"nodeType":"YulBlock","src":"16117:152:18","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"16134:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"16137:77:18","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16127:6:18"},"nodeType":"YulFunctionCall","src":"16127:88:18"},"nodeType":"YulExpressionStatement","src":"16127:88:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"16231:1:18","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"16234:4:18","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16224:6:18"},"nodeType":"YulFunctionCall","src":"16224:15:18"},"nodeType":"YulExpressionStatement","src":"16224:15:18"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"16255:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"16258:4:18","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"16248:6:18"},"nodeType":"YulFunctionCall","src":"16248:15:18"},"nodeType":"YulExpressionStatement","src":"16248:15:18"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"16089:180:18"},{"body":{"nodeType":"YulBlock","src":"16326:269:18","statements":[{"nodeType":"YulAssignment","src":"16336:22:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"16350:4:18"},{"kind":"number","nodeType":"YulLiteral","src":"16356:1:18","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"16346:3:18"},"nodeType":"YulFunctionCall","src":"16346:12:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"16336:6:18"}]},{"nodeType":"YulVariableDeclaration","src":"16367:38:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"16397:4:18"},{"kind":"number","nodeType":"YulLiteral","src":"16403:1:18","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"16393:3:18"},"nodeType":"YulFunctionCall","src":"16393:12:18"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"16371:18:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"16444:51:18","statements":[{"nodeType":"YulAssignment","src":"16458:27:18","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"16472:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"16480:4:18","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"16468:3:18"},"nodeType":"YulFunctionCall","src":"16468:17:18"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"16458:6:18"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"16424:18:18"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"16417:6:18"},"nodeType":"YulFunctionCall","src":"16417:26:18"},"nodeType":"YulIf","src":"16414:81:18"},{"body":{"nodeType":"YulBlock","src":"16547:42:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"16561:16:18"},"nodeType":"YulFunctionCall","src":"16561:18:18"},"nodeType":"YulExpressionStatement","src":"16561:18:18"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"16511:18:18"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"16534:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"16542:2:18","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"16531:2:18"},"nodeType":"YulFunctionCall","src":"16531:14:18"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"16508:2:18"},"nodeType":"YulFunctionCall","src":"16508:38:18"},"nodeType":"YulIf","src":"16505:84:18"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"16310:4:18","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"16319:6:18","type":""}],"src":"16275:320:18"},{"body":{"nodeType":"YulBlock","src":"16654:87:18","statements":[{"nodeType":"YulAssignment","src":"16664:11:18","value":{"name":"ptr","nodeType":"YulIdentifier","src":"16672:3:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"16664:4:18"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"16692:1:18","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"16695:3:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16685:6:18"},"nodeType":"YulFunctionCall","src":"16685:14:18"},"nodeType":"YulExpressionStatement","src":"16685:14:18"},{"nodeType":"YulAssignment","src":"16708:26:18","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"16726:1:18","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"16729:4:18","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"16716:9:18"},"nodeType":"YulFunctionCall","src":"16716:18:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"16708:4:18"}]}]},"name":"array_dataslot_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"16641:3:18","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"16649:4:18","type":""}],"src":"16601:140:18"},{"body":{"nodeType":"YulBlock","src":"16791:49:18","statements":[{"nodeType":"YulAssignment","src":"16801:33:18","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16819:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"16826:2:18","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16815:3:18"},"nodeType":"YulFunctionCall","src":"16815:14:18"},{"kind":"number","nodeType":"YulLiteral","src":"16831:2:18","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"16811:3:18"},"nodeType":"YulFunctionCall","src":"16811:23:18"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"16801:6:18"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"16774:5:18","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"16784:6:18","type":""}],"src":"16747:93:18"},{"body":{"nodeType":"YulBlock","src":"16899:54:18","statements":[{"nodeType":"YulAssignment","src":"16909:37:18","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"16934:4:18"},{"name":"value","nodeType":"YulIdentifier","src":"16940:5:18"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"16930:3:18"},"nodeType":"YulFunctionCall","src":"16930:16:18"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"16909:8:18"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"16874:4:18","type":""},{"name":"value","nodeType":"YulTypedName","src":"16880:5:18","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"16890:8:18","type":""}],"src":"16846:107:18"},{"body":{"nodeType":"YulBlock","src":"17035:317:18","statements":[{"nodeType":"YulVariableDeclaration","src":"17045:35:18","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"17066:10:18"},{"kind":"number","nodeType":"YulLiteral","src":"17078:1:18","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"17062:3:18"},"nodeType":"YulFunctionCall","src":"17062:18:18"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"17049:9:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"17089:109:18","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"17120:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"17131:66:18","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"17101:18:18"},"nodeType":"YulFunctionCall","src":"17101:97:18"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"17093:4:18","type":""}]},{"nodeType":"YulAssignment","src":"17207:51:18","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"17238:9:18"},{"name":"toInsert","nodeType":"YulIdentifier","src":"17249:8:18"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"17219:18:18"},"nodeType":"YulFunctionCall","src":"17219:39:18"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"17207:8:18"}]},{"nodeType":"YulAssignment","src":"17267:30:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17280:5:18"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"17291:4:18"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"17287:3:18"},"nodeType":"YulFunctionCall","src":"17287:9:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"17276:3:18"},"nodeType":"YulFunctionCall","src":"17276:21:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"17267:5:18"}]},{"nodeType":"YulAssignment","src":"17306:40:18","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17319:5:18"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"17330:8:18"},{"name":"mask","nodeType":"YulIdentifier","src":"17340:4:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"17326:3:18"},"nodeType":"YulFunctionCall","src":"17326:19:18"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"17316:2:18"},"nodeType":"YulFunctionCall","src":"17316:30:18"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"17306:6:18"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"16996:5:18","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"17003:10:18","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"17015:8:18","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"17028:6:18","type":""}],"src":"16959:393:18"},{"body":{"nodeType":"YulBlock","src":"17390:28:18","statements":[{"nodeType":"YulAssignment","src":"17400:12:18","value":{"name":"value","nodeType":"YulIdentifier","src":"17407:5:18"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"17400:3:18"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17376:5:18","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"17386:3:18","type":""}],"src":"17358:60:18"},{"body":{"nodeType":"YulBlock","src":"17484:82:18","statements":[{"nodeType":"YulAssignment","src":"17494:66:18","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17552:5:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"17534:17:18"},"nodeType":"YulFunctionCall","src":"17534:24:18"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"17525:8:18"},"nodeType":"YulFunctionCall","src":"17525:34:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"17507:17:18"},"nodeType":"YulFunctionCall","src":"17507:53:18"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"17494:9:18"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17464:5:18","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"17474:9:18","type":""}],"src":"17424:142:18"},{"body":{"nodeType":"YulBlock","src":"17619:28:18","statements":[{"nodeType":"YulAssignment","src":"17629:12:18","value":{"name":"value","nodeType":"YulIdentifier","src":"17636:5:18"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"17629:3:18"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17605:5:18","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"17615:3:18","type":""}],"src":"17572:75:18"},{"body":{"nodeType":"YulBlock","src":"17729:193:18","statements":[{"nodeType":"YulVariableDeclaration","src":"17739:63:18","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"17794:7:18"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"17763:30:18"},"nodeType":"YulFunctionCall","src":"17763:39:18"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"17743:16:18","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"17818:4:18"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"17858:4:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"17852:5:18"},"nodeType":"YulFunctionCall","src":"17852:11:18"},{"name":"offset","nodeType":"YulIdentifier","src":"17865:6:18"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"17897:16:18"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"17873:23:18"},"nodeType":"YulFunctionCall","src":"17873:41:18"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"17824:27:18"},"nodeType":"YulFunctionCall","src":"17824:91:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"17811:6:18"},"nodeType":"YulFunctionCall","src":"17811:105:18"},"nodeType":"YulExpressionStatement","src":"17811:105:18"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"17706:4:18","type":""},{"name":"offset","nodeType":"YulTypedName","src":"17712:6:18","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"17720:7:18","type":""}],"src":"17653:269:18"},{"body":{"nodeType":"YulBlock","src":"17977:24:18","statements":[{"nodeType":"YulAssignment","src":"17987:8:18","value":{"kind":"number","nodeType":"YulLiteral","src":"17994:1:18","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"17987:3:18"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"17973:3:18","type":""}],"src":"17928:73:18"},{"body":{"nodeType":"YulBlock","src":"18060:136:18","statements":[{"nodeType":"YulVariableDeclaration","src":"18070:46:18","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"18084:30:18"},"nodeType":"YulFunctionCall","src":"18084:32:18"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"18074:6:18","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"18169:4:18"},{"name":"offset","nodeType":"YulIdentifier","src":"18175:6:18"},{"name":"zero_0","nodeType":"YulIdentifier","src":"18183:6:18"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"18125:43:18"},"nodeType":"YulFunctionCall","src":"18125:65:18"},"nodeType":"YulExpressionStatement","src":"18125:65:18"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"18046:4:18","type":""},{"name":"offset","nodeType":"YulTypedName","src":"18052:6:18","type":""}],"src":"18007:189:18"},{"body":{"nodeType":"YulBlock","src":"18252:136:18","statements":[{"body":{"nodeType":"YulBlock","src":"18319:63:18","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"18363:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"18370:1:18","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"18333:29:18"},"nodeType":"YulFunctionCall","src":"18333:39:18"},"nodeType":"YulExpressionStatement","src":"18333:39:18"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"18272:5:18"},{"name":"end","nodeType":"YulIdentifier","src":"18279:3:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"18269:2:18"},"nodeType":"YulFunctionCall","src":"18269:14:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"18284:26:18","statements":[{"nodeType":"YulAssignment","src":"18286:22:18","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"18299:5:18"},{"kind":"number","nodeType":"YulLiteral","src":"18306:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18295:3:18"},"nodeType":"YulFunctionCall","src":"18295:13:18"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"18286:5:18"}]}]},"pre":{"nodeType":"YulBlock","src":"18266:2:18","statements":[]},"src":"18262:120:18"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"18240:5:18","type":""},{"name":"end","nodeType":"YulTypedName","src":"18247:3:18","type":""}],"src":"18202:186:18"},{"body":{"nodeType":"YulBlock","src":"18472:463:18","statements":[{"body":{"nodeType":"YulBlock","src":"18498:430:18","statements":[{"nodeType":"YulVariableDeclaration","src":"18512:53:18","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"18559:5:18"}],"functionName":{"name":"array_dataslot_t_bytes_storage","nodeType":"YulIdentifier","src":"18528:30:18"},"nodeType":"YulFunctionCall","src":"18528:37:18"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"18516:8:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"18578:63:18","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"18601:8:18"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"18629:10:18"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"18611:17:18"},"nodeType":"YulFunctionCall","src":"18611:29:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18597:3:18"},"nodeType":"YulFunctionCall","src":"18597:44:18"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"18582:11:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"18798:27:18","statements":[{"nodeType":"YulAssignment","src":"18800:23:18","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"18815:8:18"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"18800:11:18"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"18782:10:18"},{"kind":"number","nodeType":"YulLiteral","src":"18794:2:18","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"18779:2:18"},"nodeType":"YulFunctionCall","src":"18779:18:18"},"nodeType":"YulIf","src":"18776:49:18"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"18867:11:18"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"18884:8:18"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"18912:3:18"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"18894:17:18"},"nodeType":"YulFunctionCall","src":"18894:22:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18880:3:18"},"nodeType":"YulFunctionCall","src":"18880:37:18"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"18838:28:18"},"nodeType":"YulFunctionCall","src":"18838:80:18"},"nodeType":"YulExpressionStatement","src":"18838:80:18"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"18489:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"18494:2:18","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"18486:2:18"},"nodeType":"YulFunctionCall","src":"18486:11:18"},"nodeType":"YulIf","src":"18483:445:18"}]},"name":"clean_up_bytearray_end_slots_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"18448:5:18","type":""},{"name":"len","nodeType":"YulTypedName","src":"18455:3:18","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"18460:10:18","type":""}],"src":"18394:541:18"},{"body":{"nodeType":"YulBlock","src":"19004:54:18","statements":[{"nodeType":"YulAssignment","src":"19014:37:18","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"19039:4:18"},{"name":"value","nodeType":"YulIdentifier","src":"19045:5:18"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"19035:3:18"},"nodeType":"YulFunctionCall","src":"19035:16:18"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"19014:8:18"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"18979:4:18","type":""},{"name":"value","nodeType":"YulTypedName","src":"18985:5:18","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"18995:8:18","type":""}],"src":"18941:117:18"},{"body":{"nodeType":"YulBlock","src":"19115:118:18","statements":[{"nodeType":"YulVariableDeclaration","src":"19125:68:18","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"19174:1:18","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"19177:5:18"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"19170:3:18"},"nodeType":"YulFunctionCall","src":"19170:13:18"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"19189:1:18","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"19185:3:18"},"nodeType":"YulFunctionCall","src":"19185:6:18"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"19141:28:18"},"nodeType":"YulFunctionCall","src":"19141:51:18"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"19137:3:18"},"nodeType":"YulFunctionCall","src":"19137:56:18"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"19129:4:18","type":""}]},{"nodeType":"YulAssignment","src":"19202:25:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"19216:4:18"},{"name":"mask","nodeType":"YulIdentifier","src":"19222:4:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"19212:3:18"},"nodeType":"YulFunctionCall","src":"19212:15:18"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"19202:6:18"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"19092:4:18","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"19098:5:18","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"19108:6:18","type":""}],"src":"19064:169:18"},{"body":{"nodeType":"YulBlock","src":"19319:214:18","statements":[{"nodeType":"YulAssignment","src":"19452:37:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"19479:4:18"},{"name":"len","nodeType":"YulIdentifier","src":"19485:3:18"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"19460:18:18"},"nodeType":"YulFunctionCall","src":"19460:29:18"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"19452:4:18"}]},{"nodeType":"YulAssignment","src":"19498:29:18","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"19509:4:18"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"19519:1:18","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"19522:3:18"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"19515:3:18"},"nodeType":"YulFunctionCall","src":"19515:11:18"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"19506:2:18"},"nodeType":"YulFunctionCall","src":"19506:21:18"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"19498:4:18"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"19300:4:18","type":""},{"name":"len","nodeType":"YulTypedName","src":"19306:3:18","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"19314:4:18","type":""}],"src":"19238:295:18"},{"body":{"nodeType":"YulBlock","src":"19635:1301:18","statements":[{"nodeType":"YulVariableDeclaration","src":"19646:57:18","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"19694:3:18"},{"name":"len","nodeType":"YulIdentifier","src":"19699:3:18"}],"functionName":{"name":"array_length_t_bytes_calldata_ptr","nodeType":"YulIdentifier","src":"19660:33:18"},"nodeType":"YulFunctionCall","src":"19660:43:18"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"19650:6:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"19788:22:18","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"19790:16:18"},"nodeType":"YulFunctionCall","src":"19790:18:18"},"nodeType":"YulExpressionStatement","src":"19790:18:18"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"19760:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"19768:18:18","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"19757:2:18"},"nodeType":"YulFunctionCall","src":"19757:30:18"},"nodeType":"YulIf","src":"19754:56:18"},{"nodeType":"YulVariableDeclaration","src":"19820:52:18","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"19866:4:18"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"19860:5:18"},"nodeType":"YulFunctionCall","src":"19860:11:18"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"19834:25:18"},"nodeType":"YulFunctionCall","src":"19834:38:18"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"19824:6:18","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"19964:4:18"},{"name":"oldLen","nodeType":"YulIdentifier","src":"19970:6:18"},{"name":"newLen","nodeType":"YulIdentifier","src":"19978:6:18"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_bytes_storage","nodeType":"YulIdentifier","src":"19919:44:18"},"nodeType":"YulFunctionCall","src":"19919:66:18"},"nodeType":"YulExpressionStatement","src":"19919:66:18"},{"nodeType":"YulVariableDeclaration","src":"19995:18:18","value":{"kind":"number","nodeType":"YulLiteral","src":"20012:1:18","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"19999:9:18","type":""}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"20060:624:18","statements":[{"nodeType":"YulVariableDeclaration","src":"20074:37:18","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"20093:6:18"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"20105:4:18","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"20101:3:18"},"nodeType":"YulFunctionCall","src":"20101:9:18"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"20089:3:18"},"nodeType":"YulFunctionCall","src":"20089:22:18"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"20078:7:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"20125:50:18","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"20170:4:18"}],"functionName":{"name":"array_dataslot_t_bytes_storage","nodeType":"YulIdentifier","src":"20139:30:18"},"nodeType":"YulFunctionCall","src":"20139:36:18"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"20129:6:18","type":""}]},{"nodeType":"YulVariableDeclaration","src":"20188:10:18","value":{"kind":"number","nodeType":"YulLiteral","src":"20197:1:18","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"20192:1:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"20256:170:18","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"20281:6:18"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"20306:3:18"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"20311:9:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20302:3:18"},"nodeType":"YulFunctionCall","src":"20302:19:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"20289:12:18"},"nodeType":"YulFunctionCall","src":"20289:33:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"20274:6:18"},"nodeType":"YulFunctionCall","src":"20274:49:18"},"nodeType":"YulExpressionStatement","src":"20274:49:18"},{"nodeType":"YulAssignment","src":"20340:24:18","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"20354:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"20362:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20350:3:18"},"nodeType":"YulFunctionCall","src":"20350:14:18"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"20340:6:18"}]},{"nodeType":"YulAssignment","src":"20381:31:18","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"20398:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"20409:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20394:3:18"},"nodeType":"YulFunctionCall","src":"20394:18:18"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"20381:9:18"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"20222:1:18"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"20225:7:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"20219:2:18"},"nodeType":"YulFunctionCall","src":"20219:14:18"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"20234:21:18","statements":[{"nodeType":"YulAssignment","src":"20236:17:18","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"20245:1:18"},{"kind":"number","nodeType":"YulLiteral","src":"20248:4:18","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20241:3:18"},"nodeType":"YulFunctionCall","src":"20241:12:18"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"20236:1:18"}]}]},"pre":{"nodeType":"YulBlock","src":"20215:3:18","statements":[]},"src":"20211:215:18"},{"body":{"nodeType":"YulBlock","src":"20462:163:18","statements":[{"nodeType":"YulVariableDeclaration","src":"20480:50:18","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"20514:3:18"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"20519:9:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20510:3:18"},"nodeType":"YulFunctionCall","src":"20510:19:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"20497:12:18"},"nodeType":"YulFunctionCall","src":"20497:33:18"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"20484:9:18","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"20554:6:18"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"20581:9:18"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"20596:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"20604:4:18","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"20592:3:18"},"nodeType":"YulFunctionCall","src":"20592:17:18"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"20562:18:18"},"nodeType":"YulFunctionCall","src":"20562:48:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"20547:6:18"},"nodeType":"YulFunctionCall","src":"20547:64:18"},"nodeType":"YulExpressionStatement","src":"20547:64:18"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"20445:7:18"},{"name":"newLen","nodeType":"YulIdentifier","src":"20454:6:18"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"20442:2:18"},"nodeType":"YulFunctionCall","src":"20442:19:18"},"nodeType":"YulIf","src":"20439:186:18"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"20645:4:18"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"20659:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"20667:1:18","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"20655:3:18"},"nodeType":"YulFunctionCall","src":"20655:14:18"},{"kind":"number","nodeType":"YulLiteral","src":"20671:1:18","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20651:3:18"},"nodeType":"YulFunctionCall","src":"20651:22:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"20638:6:18"},"nodeType":"YulFunctionCall","src":"20638:36:18"},"nodeType":"YulExpressionStatement","src":"20638:36:18"}]},"nodeType":"YulCase","src":"20053:631:18","value":{"kind":"number","nodeType":"YulLiteral","src":"20058:1:18","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"20701:229:18","statements":[{"nodeType":"YulVariableDeclaration","src":"20715:14:18","value":{"kind":"number","nodeType":"YulLiteral","src":"20728:1:18","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"20719:5:18","type":""}]},{"body":{"nodeType":"YulBlock","src":"20752:74:18","statements":[{"nodeType":"YulAssignment","src":"20770:42:18","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"20796:3:18"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"20801:9:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20792:3:18"},"nodeType":"YulFunctionCall","src":"20792:19:18"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"20779:12:18"},"nodeType":"YulFunctionCall","src":"20779:33:18"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"20770:5:18"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"20745:6:18"},"nodeType":"YulIf","src":"20742:84:18"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"20846:4:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"20905:5:18"},{"name":"newLen","nodeType":"YulIdentifier","src":"20912:6:18"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"20852:52:18"},"nodeType":"YulFunctionCall","src":"20852:67:18"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"20839:6:18"},"nodeType":"YulFunctionCall","src":"20839:81:18"},"nodeType":"YulExpressionStatement","src":"20839:81:18"}]},"nodeType":"YulCase","src":"20693:237:18","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"20033:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"20041:2:18","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"20030:2:18"},"nodeType":"YulFunctionCall","src":"20030:14:18"},"nodeType":"YulSwitch","src":"20023:907:18"}]},"name":"copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"19619:4:18","type":""},{"name":"src","nodeType":"YulTypedName","src":"19625:3:18","type":""},{"name":"len","nodeType":"YulTypedName","src":"19630:3:18","type":""}],"src":"19538:1398:18"},{"body":{"nodeType":"YulBlock","src":"21055:34:18","statements":[{"nodeType":"YulAssignment","src":"21065:18:18","value":{"name":"pos","nodeType":"YulIdentifier","src":"21080:3:18"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"21065:11:18"}]}]},"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"21027:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"21032:6:18","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"21043:11:18","type":""}],"src":"20942:147:18"},{"body":{"nodeType":"YulBlock","src":"21159:82:18","statements":[{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"21182:3:18"},{"name":"src","nodeType":"YulIdentifier","src":"21187:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"21192:6:18"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"21169:12:18"},"nodeType":"YulFunctionCall","src":"21169:30:18"},"nodeType":"YulExpressionStatement","src":"21169:30:18"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"21219:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"21224:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21215:3:18"},"nodeType":"YulFunctionCall","src":"21215:16:18"},{"kind":"number","nodeType":"YulLiteral","src":"21233:1:18","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21208:6:18"},"nodeType":"YulFunctionCall","src":"21208:27:18"},"nodeType":"YulExpressionStatement","src":"21208:27:18"}]},"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"21141:3:18","type":""},{"name":"dst","nodeType":"YulTypedName","src":"21146:3:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"21151:6:18","type":""}],"src":"21095:146:18"},{"body":{"nodeType":"YulBlock","src":"21387:209:18","statements":[{"nodeType":"YulAssignment","src":"21397:95:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21480:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"21485:6:18"}],"functionName":{"name":"array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack","nodeType":"YulIdentifier","src":"21404:75:18"},"nodeType":"YulFunctionCall","src":"21404:88:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"21397:3:18"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"21539:5:18"},{"name":"pos","nodeType":"YulIdentifier","src":"21546:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"21551:6:18"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"21502:36:18"},"nodeType":"YulFunctionCall","src":"21502:56:18"},"nodeType":"YulExpressionStatement","src":"21502:56:18"},{"nodeType":"YulAssignment","src":"21567:23:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21578:3:18"},{"name":"length","nodeType":"YulIdentifier","src":"21583:6:18"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21574:3:18"},"nodeType":"YulFunctionCall","src":"21574:16:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"21567:3:18"}]}]},"name":"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"21360:5:18","type":""},{"name":"length","nodeType":"YulTypedName","src":"21367:6:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"21375:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"21383:3:18","type":""}],"src":"21269:327:18"},{"body":{"nodeType":"YulBlock","src":"21746:147:18","statements":[{"nodeType":"YulAssignment","src":"21757:110:18","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"21846:6:18"},{"name":"value1","nodeType":"YulIdentifier","src":"21854:6:18"},{"name":"pos","nodeType":"YulIdentifier","src":"21863:3:18"}],"functionName":{"name":"abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack","nodeType":"YulIdentifier","src":"21764:81:18"},"nodeType":"YulFunctionCall","src":"21764:103:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"21757:3:18"}]},{"nodeType":"YulAssignment","src":"21877:10:18","value":{"name":"pos","nodeType":"YulIdentifier","src":"21884:3:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"21877:3:18"}]}]},"name":"abi_encode_tuple_packed_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"21717:3:18","type":""},{"name":"value1","nodeType":"YulTypedName","src":"21723:6:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"21731:6:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"21742:3:18","type":""}],"src":"21602:291:18"},{"body":{"nodeType":"YulBlock","src":"22005:68:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"22027:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"22035:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22023:3:18"},"nodeType":"YulFunctionCall","src":"22023:14:18"},{"hexValue":"50617963726573743a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"22039:26:18","type":"","value":"Paycrest: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"22016:6:18"},"nodeType":"YulFunctionCall","src":"22016:50:18"},"nodeType":"YulExpressionStatement","src":"22016:50:18"}]},"name":"store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"21997:6:18","type":""}],"src":"21899:174:18"},{"body":{"nodeType":"YulBlock","src":"22225:220:18","statements":[{"nodeType":"YulAssignment","src":"22235:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22301:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"22306:2:18","type":"","value":"24"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"22242:58:18"},"nodeType":"YulFunctionCall","src":"22242:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"22235:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22407:3:18"}],"functionName":{"name":"store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40","nodeType":"YulIdentifier","src":"22318:88:18"},"nodeType":"YulFunctionCall","src":"22318:93:18"},"nodeType":"YulExpressionStatement","src":"22318:93:18"},{"nodeType":"YulAssignment","src":"22420:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22431:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"22436:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22427:3:18"},"nodeType":"YulFunctionCall","src":"22427:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"22420:3:18"}]}]},"name":"abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"22213:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"22221:3:18","type":""}],"src":"22079:366:18"},{"body":{"nodeType":"YulBlock","src":"22622:248:18","statements":[{"nodeType":"YulAssignment","src":"22632:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"22644:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"22655:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22640:3:18"},"nodeType":"YulFunctionCall","src":"22640:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"22632:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"22679:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"22690:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22675:3:18"},"nodeType":"YulFunctionCall","src":"22675:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"22698:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"22704:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"22694:3:18"},"nodeType":"YulFunctionCall","src":"22694:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"22668:6:18"},"nodeType":"YulFunctionCall","src":"22668:47:18"},"nodeType":"YulExpressionStatement","src":"22668:47:18"},{"nodeType":"YulAssignment","src":"22724:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"22858:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"22732:124:18"},"nodeType":"YulFunctionCall","src":"22732:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"22724:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"22602:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"22617:4:18","type":""}],"src":"22451:419:18"},{"body":{"nodeType":"YulBlock","src":"22941:53:18","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22958:3:18"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"22981:5:18"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"22963:17:18"},"nodeType":"YulFunctionCall","src":"22963:24:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"22951:6:18"},"nodeType":"YulFunctionCall","src":"22951:37:18"},"nodeType":"YulExpressionStatement","src":"22951:37:18"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"22929:5:18","type":""},{"name":"pos","nodeType":"YulTypedName","src":"22936:3:18","type":""}],"src":"22876:118:18"},{"body":{"nodeType":"YulBlock","src":"23098:124:18","statements":[{"nodeType":"YulAssignment","src":"23108:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23120:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"23131:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23116:3:18"},"nodeType":"YulFunctionCall","src":"23116:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"23108:4:18"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"23188:6:18"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23201:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"23212:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23197:3:18"},"nodeType":"YulFunctionCall","src":"23197:17:18"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"23144:43:18"},"nodeType":"YulFunctionCall","src":"23144:71:18"},"nodeType":"YulExpressionStatement","src":"23144:71:18"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"23070:9:18","type":""},{"name":"value0","nodeType":"YulTypedName","src":"23082:6:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"23093:4:18","type":""}],"src":"23000:222:18"},{"body":{"nodeType":"YulBlock","src":"23334:76:18","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"23356:6:18"},{"kind":"number","nodeType":"YulLiteral","src":"23364:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23352:3:18"},"nodeType":"YulFunctionCall","src":"23352:14:18"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"23368:34:18","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"23345:6:18"},"nodeType":"YulFunctionCall","src":"23345:58:18"},"nodeType":"YulExpressionStatement","src":"23345:58:18"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"23326:6:18","type":""}],"src":"23228:182:18"},{"body":{"nodeType":"YulBlock","src":"23562:220:18","statements":[{"nodeType":"YulAssignment","src":"23572:74:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"23638:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"23643:2:18","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"23579:58:18"},"nodeType":"YulFunctionCall","src":"23579:67:18"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"23572:3:18"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"23744:3:18"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"23655:88:18"},"nodeType":"YulFunctionCall","src":"23655:93:18"},"nodeType":"YulExpressionStatement","src":"23655:93:18"},{"nodeType":"YulAssignment","src":"23757:19:18","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"23768:3:18"},{"kind":"number","nodeType":"YulLiteral","src":"23773:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23764:3:18"},"nodeType":"YulFunctionCall","src":"23764:12:18"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"23757:3:18"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"23550:3:18","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"23558:3:18","type":""}],"src":"23416:366:18"},{"body":{"nodeType":"YulBlock","src":"23959:248:18","statements":[{"nodeType":"YulAssignment","src":"23969:26:18","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"23981:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"23992:2:18","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23977:3:18"},"nodeType":"YulFunctionCall","src":"23977:18:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"23969:4:18"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24016:9:18"},{"kind":"number","nodeType":"YulLiteral","src":"24027:1:18","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24012:3:18"},"nodeType":"YulFunctionCall","src":"24012:17:18"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"24035:4:18"},{"name":"headStart","nodeType":"YulIdentifier","src":"24041:9:18"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"24031:3:18"},"nodeType":"YulFunctionCall","src":"24031:20:18"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24005:6:18"},"nodeType":"YulFunctionCall","src":"24005:47:18"},"nodeType":"YulExpressionStatement","src":"24005:47:18"},{"nodeType":"YulAssignment","src":"24061:139:18","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"24195:4:18"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24069:124:18"},"nodeType":"YulFunctionCall","src":"24069:131:18"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24061:4:18"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"23939:9:18","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"23954:4:18","type":""}],"src":"23788:419:18"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$4165_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$4165_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() {\n revert(0, 0)\n }\n\n // bytes\n function abi_decode_t_bytes_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := calldataload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0, value1 := abi_decode_t_bytes_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$4165_storage_to_t_struct$_Institution_$4165_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$4165_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$4165_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4(memPtr) {\n\n mstore(add(memPtr, 0), \"Paycrest: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n store_literal_in_memory_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68acc8709af02b321316138701ad2c6648c264d7c602486f0d41b486400eedd4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function array_length_t_bytes_calldata_ptr(value, len) -> length {\n\n length := len\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function array_dataslot_t_bytes_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_bytes_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_bytes_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_bytes_calldata_ptr_to_t_bytes_storage(slot, src, len) {\n\n let newLen := array_length_t_bytes_calldata_ptr(src, len)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_bytes_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_bytes_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, calldataload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := calldataload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\n value := calldataload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n\n function array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack(pos, length) -> updated_pos {\n updated_pos := pos\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n // bytes -> bytes\n function abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_bytes_memory_ptr_nonPadded_inplace_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, length)\n }\n\n function abi_encode_tuple_packed_t_bytes_calldata_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos , value1, value0) -> end {\n\n pos := abi_encode_t_bytes_calldata_ptr_to_t_bytes_memory_ptr_nonPadded_inplace_fromStack(value0, value1, pos)\n\n end := pos\n }\n\n function store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40(memPtr) {\n\n mstore(add(memPtr, 0), \"Paycrest: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 24)\n store_literal_in_memory_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_88a51ebc42b039b7c58b14aff6cad4ec36f5f3d12d8760d5044aef56aadc5c40_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":18,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b506004361061009e5760003560e01c80638da5cb5b116100665780638da5cb5b1461010b578063cb79455b14610129578063cd99240014610145578063e30c397814610161578063f2fde38b1461017f5761009e565b806332200882146100a357806340ebc677146100bf578063715018a6146100db57806379ba5097146100e557806384630736146100ef575b600080fd5b6100bd60048036038101906100b89190610c55565b61019b565b005b6100d960048036038101906100d49190610d0f565b610310565b005b6100e36104a1565b005b6100ed6104b5565b005b61010960048036038101906101049190610d8f565b610542565b005b6101136105ad565b6040516101209190610dcb565b60405180910390f35b610143600480360381019061013e9190610e41565b6105d7565b005b61015f600480360381019061015a9190610ec4565b610639565b005b6101696107be565b6040516101769190610dcb565b60405180910390f35b61019960048036038101906101949190610f17565b6107e8565b005b6101a3610895565b60ce600083815260200190815260200160002060006101c29190610a12565b60005b81518110156102c15760ce60008481526020019081526020016000208282815181106101f4576101f3610f44565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061025957610258610f44565b5b60200260200101516020015181526020018481525060cf600084848151811061028557610284610f44565b5b602002602001015160000151815260200190815260200160002060008201518160000155602082015181600101559050508060010190506101c5565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60ce600085815260200190815260200160002060405161030491906110ad565b60405180910390a25050565b610318610895565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161037e9061112c565b60405180910390fd5b7f747265617375727900000000000000000000000000000000000000000000000082036103f05780609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b7f61676772656761746f720000000000000000000000000000000000000000000082036104595780609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505b8073ffffffffffffffffffffffffffffffffffffffff16827fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35050565b6104a9610895565b6104b36000610913565b565b60006104bf610944565b90508073ffffffffffffffffffffffffffffffffffffffff166104e06107be565b73ffffffffffffffffffffffffffffffffffffffff1614610536576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161052d906111be565b60405180910390fd5b61053f81610913565b50565b61054a610895565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fb94068a4bd2571acee6ac79acc9dcdcf10c31425d35f09e88f154ec520e26446816040516105a291906111ed565b60405180910390a150565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6105df610895565b8181609a91826105f092919061141f565b50818160405161060192919061152e565b60405180910390207f6a6600b7242975868d8321b5e64d0c9f2fcc92eb1af72254a6357be77ee7dcef60405160405180910390a25050565b610641610895565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036106b0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a79061112c565b60405180910390fd5b60018114806106bf5750600281145b6106fe576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f590611593565b60405180910390fd5b7f746f6b656e00000000000000000000000000000000000000000000000000000083036107b9578060cd60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c836040516107b091906115c2565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6107f0610895565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108506105ad565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61089d610944565b73ffffffffffffffffffffffffffffffffffffffff166108bb6105ad565b73ffffffffffffffffffffffffffffffffffffffff1614610911576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161090890611629565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109418161094c565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610a339190610a36565b50565b5b80821115610a5957600080820160009055600182016000905550600201610a37565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610a8481610a71565b8114610a8f57600080fd5b50565b600081359050610aa181610a7b565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610af582610aac565b810181811067ffffffffffffffff82111715610b1457610b13610abd565b5b80604052505050565b6000610b27610a5d565b9050610b338282610aec565b919050565b600067ffffffffffffffff821115610b5357610b52610abd565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610b8457610b83610b69565b5b610b8e6040610b1d565b90506000610b9e84828501610a92565b6000830152506020610bb284828501610a92565b60208301525092915050565b6000610bd1610bcc84610b38565b610b1d565b90508083825260208201905060408402830185811115610bf457610bf3610b64565b5b835b81811015610c1d5780610c098882610b6e565b845260208401935050604081019050610bf6565b5050509392505050565b600082601f830112610c3c57610c3b610aa7565b5b8135610c4c848260208601610bbe565b91505092915050565b60008060408385031215610c6c57610c6b610a67565b5b6000610c7a85828601610a92565b925050602083013567ffffffffffffffff811115610c9b57610c9a610a6c565b5b610ca785828601610c27565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610cdc82610cb1565b9050919050565b610cec81610cd1565b8114610cf757600080fd5b50565b600081359050610d0981610ce3565b92915050565b60008060408385031215610d2657610d25610a67565b5b6000610d3485828601610a92565b9250506020610d4585828601610cfa565b9150509250929050565b600067ffffffffffffffff82169050919050565b610d6c81610d4f565b8114610d7757600080fd5b50565b600081359050610d8981610d63565b92915050565b600060208284031215610da557610da4610a67565b5b6000610db384828501610d7a565b91505092915050565b610dc581610cd1565b82525050565b6000602082019050610de06000830184610dbc565b92915050565b600080fd5b60008083601f840112610e0157610e00610aa7565b5b8235905067ffffffffffffffff811115610e1e57610e1d610de6565b5b602083019150836001820283011115610e3a57610e39610b64565b5b9250929050565b60008060208385031215610e5857610e57610a67565b5b600083013567ffffffffffffffff811115610e7657610e75610a6c565b5b610e8285828601610deb565b92509250509250929050565b6000819050919050565b610ea181610e8e565b8114610eac57600080fd5b50565b600081359050610ebe81610e98565b92915050565b600080600060608486031215610edd57610edc610a67565b5b6000610eeb86828701610a92565b9350506020610efc86828701610cfa565b9250506040610f0d86828701610eaf565b9150509250925092565b600060208284031215610f2d57610f2c610a67565b5b6000610f3b84828501610cfa565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fce610fc983610fa4565b610fb1565b9050919050565b610fde81610a71565b82525050565b604082016000808301549050610ff981610fbb565b6110066000860182610fd5565b506001830154905061101781610fbb565b6110246020860182610fd5565b5050505050565b60006110378383610fe4565b60408301905092915050565b6000600282019050919050565b600061105b82610f73565b6110658185610f7e565b935061107083610f8f565b8060005b838110156110a05781611087888261102b565b975061109283611043565b925050600181019050611074565b5085935050505092915050565b600060208201905081810360008301526110c78184611050565b905092915050565b600082825260208201905092915050565b7f50617963726573743a207a65726f206164647265737300000000000000000000600082015250565b60006111166016836110cf565b9150611121826110e0565b602082019050919050565b6000602082019050818103600083015261114581611109565b9050919050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006111a86029836110cf565b91506111b38261114c565b604082019050919050565b600060208201905081810360008301526111d78161119b565b9050919050565b6111e781610d4f565b82525050565b600060208201905061120260008301846111de565b92915050565b600082905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061125a57607f821691505b60208210810361126d5761126c611213565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026112d57fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82611298565b6112df8683611298565b95508019841693508086168417925050509392505050565b6000819050919050565b600061131c61131761131284610e8e565b6112f7565b610e8e565b9050919050565b6000819050919050565b61133683611301565b61134a61134282611323565b8484546112a5565b825550505050565b600090565b61135f611352565b61136a81848461132d565b505050565b5b8181101561138e57611383600082611357565b600181019050611370565b5050565b601f8211156113d3576113a481611273565b6113ad84611288565b810160208510156113bc578190505b6113d06113c885611288565b83018261136f565b50505b505050565b600082821c905092915050565b60006113f6600019846008026113d8565b1980831691505092915050565b600061140f83836113e5565b9150826002028217905092915050565b6114298383611208565b67ffffffffffffffff81111561144257611441610abd565b5b61144c8254611242565b611457828285611392565b6000601f8311600181146114865760008415611474578287013590505b61147e8582611403565b8655506114e6565b601f19841661149486611273565b60005b828110156114bc57848901358255600182019150602085019450602081019050611497565b868310156114d957848901356114d5601f8916826113e5565b8355505b6001600288020188555050505b50505050505050565b600081905092915050565b82818337600083830152505050565b600061151583856114ef565b93506115228385846114fa565b82840190509392505050565b600061153b828486611509565b91508190509392505050565b7f50617963726573743a20696e76616c6964207374617475730000000000000000600082015250565b600061157d6018836110cf565b915061158882611547565b602082019050919050565b600060208201905081810360008301526115ac81611570565b9050919050565b6115bc81610e8e565b82525050565b60006020820190506115d760008301846115b3565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006116136020836110cf565b915061161e826115dd565b602082019050919050565b6000602082019050818103600083015261164281611606565b905091905056fea2646970667358221220d85397adb2d6d8b1021b51e2ed438cc9abca0696bf4dc0e69d15293cfc95711364736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x9E JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8DA5CB5B GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x10B JUMPI DUP1 PUSH4 0xCB79455B EQ PUSH2 0x129 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x145 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x161 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x17F JUMPI PUSH2 0x9E JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0xA3 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xBF JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xDB JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xE5 JUMPI DUP1 PUSH4 0x84630736 EQ PUSH2 0xEF JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xBD PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xB8 SWAP2 SWAP1 PUSH2 0xC55 JUMP JUMPDEST PUSH2 0x19B JUMP JUMPDEST STOP JUMPDEST PUSH2 0xD9 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xD4 SWAP2 SWAP1 PUSH2 0xD0F JUMP JUMPDEST PUSH2 0x310 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xE3 PUSH2 0x4A1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xED PUSH2 0x4B5 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x109 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x104 SWAP2 SWAP1 PUSH2 0xD8F JUMP JUMPDEST PUSH2 0x542 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x113 PUSH2 0x5AD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x120 SWAP2 SWAP1 PUSH2 0xDCB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x143 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x13E SWAP2 SWAP1 PUSH2 0xE41 JUMP JUMPDEST PUSH2 0x5D7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x15F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x15A SWAP2 SWAP1 PUSH2 0xEC4 JUMP JUMPDEST PUSH2 0x639 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x169 PUSH2 0x7BE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x176 SWAP2 SWAP1 PUSH2 0xDCB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x199 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x194 SWAP2 SWAP1 PUSH2 0xF17 JUMP JUMPDEST PUSH2 0x7E8 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1A3 PUSH2 0x895 JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x1C2 SWAP2 SWAP1 PUSH2 0xA12 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x2C1 JUMPI PUSH1 0xCE PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1F4 JUMPI PUSH2 0x1F3 PUSH2 0xF44 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x259 JUMPI PUSH2 0x258 PUSH2 0xF44 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCF PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x285 JUMPI PUSH2 0x284 PUSH2 0xF44 JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x1C5 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCE PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x10AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x318 PUSH2 0x895 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x37E SWAP1 PUSH2 0x112C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x3F0 JUMPI DUP1 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP3 SUB PUSH2 0x459 JUMPI DUP1 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP JUMPDEST DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH2 0x4A9 PUSH2 0x895 JUMP JUMPDEST PUSH2 0x4B3 PUSH1 0x0 PUSH2 0x913 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4BF PUSH2 0x944 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x4E0 PUSH2 0x7BE JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x536 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x52D SWAP1 PUSH2 0x11BE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x53F DUP2 PUSH2 0x913 JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x54A PUSH2 0x895 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0xB94068A4BD2571ACEE6AC79ACC9DCDCF10C31425D35F09E88F154EC520E26446 DUP2 PUSH1 0x40 MLOAD PUSH2 0x5A2 SWAP2 SWAP1 PUSH2 0x11ED JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x5DF PUSH2 0x895 JUMP JUMPDEST DUP2 DUP2 PUSH1 0x9A SWAP2 DUP3 PUSH2 0x5F0 SWAP3 SWAP2 SWAP1 PUSH2 0x141F JUMP JUMPDEST POP DUP2 DUP2 PUSH1 0x40 MLOAD PUSH2 0x601 SWAP3 SWAP2 SWAP1 PUSH2 0x152E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 KECCAK256 PUSH32 0x6A6600B7242975868D8321B5E64D0C9F2FCC92EB1AF72254A6357BE77EE7DCEF PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x641 PUSH2 0x895 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x6B0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A7 SWAP1 PUSH2 0x112C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x6BF JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x6FE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F5 SWAP1 PUSH2 0x1593 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x7B9 JUMPI DUP1 PUSH1 0xCD PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x7B0 SWAP2 SWAP1 PUSH2 0x15C2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x7F0 PUSH2 0x895 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x850 PUSH2 0x5AD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x89D PUSH2 0x944 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8BB PUSH2 0x5AD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x911 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x908 SWAP1 PUSH2 0x1629 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x941 DUP2 PUSH2 0x94C JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xA33 SWAP2 SWAP1 PUSH2 0xA36 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xA59 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xA37 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xA84 DUP2 PUSH2 0xA71 JUMP JUMPDEST DUP2 EQ PUSH2 0xA8F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xAA1 DUP2 PUSH2 0xA7B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xAF5 DUP3 PUSH2 0xAAC JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xB14 JUMPI PUSH2 0xB13 PUSH2 0xABD JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xB27 PUSH2 0xA5D JUMP JUMPDEST SWAP1 POP PUSH2 0xB33 DUP3 DUP3 PUSH2 0xAEC JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xB53 JUMPI PUSH2 0xB52 PUSH2 0xABD JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xB84 JUMPI PUSH2 0xB83 PUSH2 0xB69 JUMP JUMPDEST JUMPDEST PUSH2 0xB8E PUSH1 0x40 PUSH2 0xB1D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xB9E DUP5 DUP3 DUP6 ADD PUSH2 0xA92 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xBB2 DUP5 DUP3 DUP6 ADD PUSH2 0xA92 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD1 PUSH2 0xBCC DUP5 PUSH2 0xB38 JUMP JUMPDEST PUSH2 0xB1D JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xBF4 JUMPI PUSH2 0xBF3 PUSH2 0xB64 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xC1D JUMPI DUP1 PUSH2 0xC09 DUP9 DUP3 PUSH2 0xB6E JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xBF6 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xC3C JUMPI PUSH2 0xC3B PUSH2 0xAA7 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xC4C DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xBBE JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xC6C JUMPI PUSH2 0xC6B PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xC7A DUP6 DUP3 DUP7 ADD PUSH2 0xA92 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC9B JUMPI PUSH2 0xC9A PUSH2 0xA6C JUMP JUMPDEST JUMPDEST PUSH2 0xCA7 DUP6 DUP3 DUP7 ADD PUSH2 0xC27 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xCDC DUP3 PUSH2 0xCB1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xCEC DUP2 PUSH2 0xCD1 JUMP JUMPDEST DUP2 EQ PUSH2 0xCF7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xD09 DUP2 PUSH2 0xCE3 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD26 JUMPI PUSH2 0xD25 PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD34 DUP6 DUP3 DUP7 ADD PUSH2 0xA92 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xD45 DUP6 DUP3 DUP7 ADD PUSH2 0xCFA JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD6C DUP2 PUSH2 0xD4F JUMP JUMPDEST DUP2 EQ PUSH2 0xD77 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xD89 DUP2 PUSH2 0xD63 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xDA5 JUMPI PUSH2 0xDA4 PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDB3 DUP5 DUP3 DUP6 ADD PUSH2 0xD7A JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xDC5 DUP2 PUSH2 0xCD1 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xDE0 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xDBC JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0xE01 JUMPI PUSH2 0xE00 PUSH2 0xAA7 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xE1E JUMPI PUSH2 0xE1D PUSH2 0xDE6 JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0xE3A JUMPI PUSH2 0xE39 PUSH2 0xB64 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xE58 JUMPI PUSH2 0xE57 PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xE76 JUMPI PUSH2 0xE75 PUSH2 0xA6C JUMP JUMPDEST JUMPDEST PUSH2 0xE82 DUP6 DUP3 DUP7 ADD PUSH2 0xDEB JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA1 DUP2 PUSH2 0xE8E JUMP JUMPDEST DUP2 EQ PUSH2 0xEAC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEBE DUP2 PUSH2 0xE98 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEDD JUMPI PUSH2 0xEDC PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEEB DUP7 DUP3 DUP8 ADD PUSH2 0xA92 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xEFC DUP7 DUP3 DUP8 ADD PUSH2 0xCFA JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF0D DUP7 DUP3 DUP8 ADD PUSH2 0xEAF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF2D JUMPI PUSH2 0xF2C PUSH2 0xA67 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF3B DUP5 DUP3 DUP6 ADD PUSH2 0xCFA JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFCE PUSH2 0xFC9 DUP4 PUSH2 0xFA4 JUMP JUMPDEST PUSH2 0xFB1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFDE DUP2 PUSH2 0xA71 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFF9 DUP2 PUSH2 0xFBB JUMP JUMPDEST PUSH2 0x1006 PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFD5 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x1017 DUP2 PUSH2 0xFBB JUMP JUMPDEST PUSH2 0x1024 PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFD5 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1037 DUP4 DUP4 PUSH2 0xFE4 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x105B DUP3 PUSH2 0xF73 JUMP JUMPDEST PUSH2 0x1065 DUP2 DUP6 PUSH2 0xF7E JUMP JUMPDEST SWAP4 POP PUSH2 0x1070 DUP4 PUSH2 0xF8F JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A0 JUMPI DUP2 PUSH2 0x1087 DUP9 DUP3 PUSH2 0x102B JUMP JUMPDEST SWAP8 POP PUSH2 0x1092 DUP4 PUSH2 0x1043 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x1074 JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10C7 DUP2 DUP5 PUSH2 0x1050 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A207A65726F206164647265737300000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1116 PUSH1 0x16 DUP4 PUSH2 0x10CF JUMP JUMPDEST SWAP2 POP PUSH2 0x1121 DUP3 PUSH2 0x10E0 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1145 DUP2 PUSH2 0x1109 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11A8 PUSH1 0x29 DUP4 PUSH2 0x10CF JUMP JUMPDEST SWAP2 POP PUSH2 0x11B3 DUP3 PUSH2 0x114C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11D7 DUP2 PUSH2 0x119B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x11E7 DUP2 PUSH2 0xD4F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1202 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x11DE JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x125A JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x126D JUMPI PUSH2 0x126C PUSH2 0x1213 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH2 0x12D5 PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH2 0x1298 JUMP JUMPDEST PUSH2 0x12DF DUP7 DUP4 PUSH2 0x1298 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x131C PUSH2 0x1317 PUSH2 0x1312 DUP5 PUSH2 0xE8E JUMP JUMPDEST PUSH2 0x12F7 JUMP JUMPDEST PUSH2 0xE8E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1336 DUP4 PUSH2 0x1301 JUMP JUMPDEST PUSH2 0x134A PUSH2 0x1342 DUP3 PUSH2 0x1323 JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH2 0x12A5 JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x135F PUSH2 0x1352 JUMP JUMPDEST PUSH2 0x136A DUP2 DUP5 DUP5 PUSH2 0x132D JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x138E JUMPI PUSH2 0x1383 PUSH1 0x0 DUP3 PUSH2 0x1357 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x1370 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x13D3 JUMPI PUSH2 0x13A4 DUP2 PUSH2 0x1273 JUMP JUMPDEST PUSH2 0x13AD DUP5 PUSH2 0x1288 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x13BC JUMPI DUP2 SWAP1 POP JUMPDEST PUSH2 0x13D0 PUSH2 0x13C8 DUP6 PUSH2 0x1288 JUMP JUMPDEST DUP4 ADD DUP3 PUSH2 0x136F JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13F6 PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH2 0x13D8 JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140F DUP4 DUP4 PUSH2 0x13E5 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1429 DUP4 DUP4 PUSH2 0x1208 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1442 JUMPI PUSH2 0x1441 PUSH2 0xABD JUMP JUMPDEST JUMPDEST PUSH2 0x144C DUP3 SLOAD PUSH2 0x1242 JUMP JUMPDEST PUSH2 0x1457 DUP3 DUP3 DUP6 PUSH2 0x1392 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH2 0x1486 JUMPI PUSH1 0x0 DUP5 ISZERO PUSH2 0x1474 JUMPI DUP3 DUP8 ADD CALLDATALOAD SWAP1 POP JUMPDEST PUSH2 0x147E DUP6 DUP3 PUSH2 0x1403 JUMP JUMPDEST DUP7 SSTORE POP PUSH2 0x14E6 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH2 0x1494 DUP7 PUSH2 0x1273 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x14BC JUMPI DUP5 DUP10 ADD CALLDATALOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0x1497 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH2 0x14D9 JUMPI DUP5 DUP10 ADD CALLDATALOAD PUSH2 0x14D5 PUSH1 0x1F DUP10 AND DUP3 PUSH2 0x13E5 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1515 DUP4 DUP6 PUSH2 0x14EF JUMP JUMPDEST SWAP4 POP PUSH2 0x1522 DUP4 DUP6 DUP5 PUSH2 0x14FA JUMP JUMPDEST DUP3 DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x153B DUP3 DUP5 DUP7 PUSH2 0x1509 JUMP JUMPDEST SWAP2 POP DUP2 SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x50617963726573743A20696E76616C6964207374617475730000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x157D PUSH1 0x18 DUP4 PUSH2 0x10CF JUMP JUMPDEST SWAP2 POP PUSH2 0x1588 DUP3 PUSH2 0x1547 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x15AC DUP2 PUSH2 0x1570 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x15BC DUP2 PUSH2 0xE8E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x15D7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x15B3 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1613 PUSH1 0x20 DUP4 PUSH2 0x10CF JUMP JUMPDEST SWAP2 POP PUSH2 0x161E DUP3 PUSH2 0x15DD JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1642 DUP2 PUSH2 0x1606 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xD8 MSTORE8 SWAP8 0xAD 0xB2 0xD6 0xD8 0xB1 MUL SHL MLOAD 0xE2 0xED NUMBER DUP13 0xC9 0xAB 0xCA MOD SWAP7 0xBF 0x4D 0xC0 0xE6 SWAP14 ISZERO 0x29 EXTCODECOPY 0xFC SWAP6 PUSH18 0x1364736F6C63430008120033000000000000 ","sourceMap":"340:4029:15:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2551:624;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3765:319;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2085:101:1;;;:::i;:::-;;2031:212:0;;;:::i;:::-;;3325:187:15;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4206:161:15;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1935:383;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2551:624:15;1355:13:1;:11;:13::i;:::-;2688:21:15::1;:31;2710:8;2688:31;;;;;;;;;;;;2681:38;;;;:::i;:::-;2734:6;2729:354;2746:12;:19;2742:1;:23;2729:354;;;2783:21;:31;2805:8;2783:31;;;;;;;;;;;2820:12;2833:1;2820:15;;;;;;;;:::i;:::-;;;;;;;;2783:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2902:111;;;;;;;;2958:12;2971:1;2958:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2902:111;;;;2990:8;2902:111;;::::0;2850:27:::1;:49;2878:12;2891:1;2878:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2850:49;;;;;;;;;;;:163;;;;;;;;;;;;;;;;;;;3055:3;;;;;2729:354;;;;3126:8;3097:71;3136:21;:31;3158:8;3136:31;;;;;;;;;;;3097:71;;;;;;:::i;:::-;;;;;;;;2551:624:::0;;:::o;3765:319::-;1355:13:1;:11;:13::i;:::-;3879:1:15::1;3862:19;;:5;:19;;::::0;3854:54:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3922:18;:4;:18:::0;3918:47:::1;;3960:5;3942:15;;:23;;;;;;;;;;;;;;;;;;3918:47;3979:20;:4;:20:::0;3975:52:::1;;4022:5;4001:18;;:26;;;;;;;;;;;;;;;;;;3975:52;4071:5;4042:35;;4065:4;4042:35;;;;;;;;;;3765:319:::0;;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;3325:187:15:-;1355:13:1;:11;:13::i;:::-;3431:19:15::1;3410:18;;:40;;;;;;;;;;;;;;;;;;3465;3485:19;3465:40;;;;;;:::i;:::-;;;;;;;;3325:187:::0;:::o;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;4206:161:15:-;1355:13:1;:11;:13::i;:::-;4310:10:15::1;;4296:11;:24;;;;;;;:::i;:::-;;4349:10;;4335:25;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;4206:161:::0;;:::o;1935:383::-;1355:13:1;:11;:13::i;:::-;2062:1:15::1;2045:19;;:5;:19;;::::0;2037:54:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2119:1;2109:6;:11;:26;;;;2134:1;2124:6;:11;2109:26;2101:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;2178:15;:4;:15:::0;2174:137:::1;;2236:6;2209:17;:24;2227:5;2209:24;;;;;;;;;;;;;;;:33;;;;2286:5;2261:39;;2280:4;2261:39;2293:6;2261:39;;;;;;:::i;:::-;;;;;;;;2174:137;1935:383:::0;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;1436:178::-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:8:-;939:7;965:10;958:17;;886:96;:::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:18:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:117::-;799:1;796;789:12;813:102;854:6;905:2;901:7;896:2;889:5;885:14;881:28;871:38;;813:102;;;:::o;921:180::-;969:77;966:1;959:88;1066:4;1063:1;1056:15;1090:4;1087:1;1080:15;1107:281;1190:27;1212:4;1190:27;:::i;:::-;1182:6;1178:40;1320:6;1308:10;1305:22;1284:18;1272:10;1269:34;1266:62;1263:88;;;1331:18;;:::i;:::-;1263:88;1371:10;1367:2;1360:22;1150:238;1107:281;;:::o;1394:129::-;1428:6;1455:20;;:::i;:::-;1445:30;;1484:33;1512:4;1504:6;1484:33;:::i;:::-;1394:129;;;:::o;1529:340::-;1635:4;1725:18;1717:6;1714:30;1711:56;;;1747:18;;:::i;:::-;1711:56;1797:4;1789:6;1785:17;1777:25;;1857:4;1851;1847:15;1839:23;;1529:340;;;:::o;1875:117::-;1984:1;1981;1974:12;1998:117;2107:1;2104;2097:12;2284:578;2362:5;2406:4;2394:9;2389:3;2385:19;2381:30;2378:117;;;2414:79;;:::i;:::-;2378:117;2513:21;2529:4;2513:21;:::i;:::-;2504:30;;2593:1;2633:49;2678:3;2669:6;2658:9;2654:22;2633:49;:::i;:::-;2626:4;2619:5;2615:16;2608:75;2544:150;2753:2;2794:49;2839:3;2830:6;2819:9;2815:22;2794:49;:::i;:::-;2787:4;2780:5;2776:16;2769:75;2704:151;2284:578;;;;:::o;2910:797::-;3035:5;3060:110;3076:93;3162:6;3076:93;:::i;:::-;3060:110;:::i;:::-;3051:119;;3190:5;3219:6;3212:5;3205:21;3253:4;3246:5;3242:16;3235:23;;3306:4;3298:6;3294:17;3286:6;3282:30;3335:3;3327:6;3324:15;3321:122;;;3354:79;;:::i;:::-;3321:122;3469:6;3452:249;3486:6;3481:3;3478:15;3452:249;;;3561:3;3590:66;3652:3;3640:10;3590:66;:::i;:::-;3585:3;3578:79;3686:4;3681:3;3677:14;3670:21;;3528:173;3512:4;3507:3;3503:14;3496:21;;3452:249;;;3456:21;3041:666;;2910:797;;;;;:::o;3755:428::-;3855:5;3904:3;3897:4;3889:6;3885:17;3881:27;3871:122;;3912:79;;:::i;:::-;3871:122;4029:6;4016:20;4054:123;4173:3;4165:6;4158:4;4150:6;4146:17;4054:123;:::i;:::-;4045:132;;3861:322;3755:428;;;;:::o;4189:742::-;4311:6;4319;4368:2;4356:9;4347:7;4343:23;4339:32;4336:119;;;4374:79;;:::i;:::-;4336:119;4494:1;4519:53;4564:7;4555:6;4544:9;4540:22;4519:53;:::i;:::-;4509:63;;4465:117;4649:2;4638:9;4634:18;4621:32;4680:18;4672:6;4669:30;4666:117;;;4702:79;;:::i;:::-;4666:117;4807:107;4906:7;4897:6;4886:9;4882:22;4807:107;:::i;:::-;4797:117;;4592:332;4189:742;;;;;:::o;4937:126::-;4974:7;5014:42;5007:5;5003:54;4992:65;;4937:126;;;:::o;5069:96::-;5106:7;5135:24;5153:5;5135:24;:::i;:::-;5124:35;;5069:96;;;:::o;5171:122::-;5244:24;5262:5;5244:24;:::i;:::-;5237:5;5234:35;5224:63;;5283:1;5280;5273:12;5224:63;5171:122;:::o;5299:139::-;5345:5;5383:6;5370:20;5361:29;;5399:33;5426:5;5399:33;:::i;:::-;5299:139;;;;:::o;5444:474::-;5512:6;5520;5569:2;5557:9;5548:7;5544:23;5540:32;5537:119;;;5575:79;;:::i;:::-;5537:119;5695:1;5720:53;5765:7;5756:6;5745:9;5741:22;5720:53;:::i;:::-;5710:63;;5666:117;5822:2;5848:53;5893:7;5884:6;5873:9;5869:22;5848:53;:::i;:::-;5838:63;;5793:118;5444:474;;;;;:::o;5924:101::-;5960:7;6000:18;5993:5;5989:30;5978:41;;5924:101;;;:::o;6031:120::-;6103:23;6120:5;6103:23;:::i;:::-;6096:5;6093:34;6083:62;;6141:1;6138;6131:12;6083:62;6031:120;:::o;6157:137::-;6202:5;6240:6;6227:20;6218:29;;6256:32;6282:5;6256:32;:::i;:::-;6157:137;;;;:::o;6300:327::-;6358:6;6407:2;6395:9;6386:7;6382:23;6378:32;6375:119;;;6413:79;;:::i;:::-;6375:119;6533:1;6558:52;6602:7;6593:6;6582:9;6578:22;6558:52;:::i;:::-;6548:62;;6504:116;6300:327;;;;:::o;6633:118::-;6720:24;6738:5;6720:24;:::i;:::-;6715:3;6708:37;6633:118;;:::o;6757:222::-;6850:4;6888:2;6877:9;6873:18;6865:26;;6901:71;6969:1;6958:9;6954:17;6945:6;6901:71;:::i;:::-;6757:222;;;;:::o;6985:117::-;7094:1;7091;7084:12;7121:552;7178:8;7188:6;7238:3;7231:4;7223:6;7219:17;7215:27;7205:122;;7246:79;;:::i;:::-;7205:122;7359:6;7346:20;7336:30;;7389:18;7381:6;7378:30;7375:117;;;7411:79;;:::i;:::-;7375:117;7525:4;7517:6;7513:17;7501:29;;7579:3;7571:4;7563:6;7559:17;7549:8;7545:32;7542:41;7539:128;;;7586:79;;:::i;:::-;7539:128;7121:552;;;;;:::o;7679:527::-;7749:6;7757;7806:2;7794:9;7785:7;7781:23;7777:32;7774:119;;;7812:79;;:::i;:::-;7774:119;7960:1;7949:9;7945:17;7932:31;7990:18;7982:6;7979:30;7976:117;;;8012:79;;:::i;:::-;7976:117;8125:64;8181:7;8172:6;8161:9;8157:22;8125:64;:::i;:::-;8107:82;;;;7903:296;7679:527;;;;;:::o;8212:77::-;8249:7;8278:5;8267:16;;8212:77;;;:::o;8295:122::-;8368:24;8386:5;8368:24;:::i;:::-;8361:5;8358:35;8348:63;;8407:1;8404;8397:12;8348:63;8295:122;:::o;8423:139::-;8469:5;8507:6;8494:20;8485:29;;8523:33;8550:5;8523:33;:::i;:::-;8423:139;;;;:::o;8568:619::-;8645:6;8653;8661;8710:2;8698:9;8689:7;8685:23;8681:32;8678:119;;;8716:79;;:::i;:::-;8678:119;8836:1;8861:53;8906:7;8897:6;8886:9;8882:22;8861:53;:::i;:::-;8851:63;;8807:117;8963:2;8989:53;9034:7;9025:6;9014:9;9010:22;8989:53;:::i;:::-;8979:63;;8934:118;9091:2;9117:53;9162:7;9153:6;9142:9;9138:22;9117:53;:::i;:::-;9107:63;;9062:118;8568:619;;;;;:::o;9193:329::-;9252:6;9301:2;9289:9;9280:7;9276:23;9272:32;9269:119;;;9307:79;;:::i;:::-;9269:119;9427:1;9452:53;9497:7;9488:6;9477:9;9473:22;9452:53;:::i;:::-;9442:63;;9398:117;9193:329;;;;:::o;9528:180::-;9576:77;9573:1;9566:88;9673:4;9670:1;9663:15;9697:4;9694:1;9687:15;9714:137;9804:6;9838:5;9832:12;9822:22;;9714:137;;;:::o;9857:213::-;9985:11;10019:6;10014:3;10007:19;10059:4;10054:3;10050:14;10035:29;;9857:213;;;;:::o;10076:182::-;10166:4;10189:3;10181:11;;10212:3;10209:1;10202:14;10246:4;10243:1;10233:18;10225:26;;10076:182;;;:::o;10264:102::-;10306:8;10353:5;10350:1;10346:13;10325:34;;10264:102;;;:::o;10372:90::-;10422:7;10451:5;10440:16;;10372:90;;;:::o;10468:166::-;10537:5;10562:66;10593:34;10616:10;10593:34;:::i;:::-;10562:66;:::i;:::-;10553:75;;10468:166;;;:::o;10640:108::-;10717:24;10735:5;10717:24;:::i;:::-;10712:3;10705:37;10640:108;;:::o;10830:689::-;10972:4;10967:3;10963:14;11003:1;11078:4;11071:5;11067:16;11061:23;11048:36;;11117:55;11162:9;11117:55;:::i;:::-;11185:63;11242:4;11237:3;11233:14;11219:12;11185:63;:::i;:::-;11014:244;11332:4;11325:5;11321:16;11315:23;11302:36;;11371:55;11416:9;11371:55;:::i;:::-;11439:63;11496:4;11491:3;11487:14;11473:12;11439:63;:::i;:::-;11268:244;10941:578;;10830:689;;:::o;11525:289::-;11649:10;11670:101;11767:3;11759:6;11670:101;:::i;:::-;11803:4;11798:3;11794:14;11780:28;;11525:289;;;;:::o;11820:136::-;11913:4;11945;11940:3;11936:14;11928:22;;11820:136;;;:::o;12042:930::-;12213:3;12242:77;12313:5;12242:77;:::i;:::-;12335:115;12443:6;12438:3;12335:115;:::i;:::-;12328:122;;12474:79;12547:5;12474:79;:::i;:::-;12576:7;12607:1;12592:355;12617:6;12614:1;12611:13;12592:355;;;12687:6;12713:118;12827:3;12812:13;12713:118;:::i;:::-;12706:125;;12854:83;12930:6;12854:83;:::i;:::-;12844:93;;12652:295;12639:1;12636;12632:9;12627:14;;12592:355;;;12596:14;12963:3;12956:10;;12218:754;;;12042:930;;;;:::o;12978:477::-;13173:4;13211:2;13200:9;13196:18;13188:26;;13260:9;13254:4;13250:20;13246:1;13235:9;13231:17;13224:47;13288:160;13443:4;13434:6;13288:160;:::i;:::-;13280:168;;12978:477;;;;:::o;13461:169::-;13545:11;13579:6;13574:3;13567:19;13619:4;13614:3;13610:14;13595:29;;13461:169;;;;:::o;13636:172::-;13776:24;13772:1;13764:6;13760:14;13753:48;13636:172;:::o;13814:366::-;13956:3;13977:67;14041:2;14036:3;13977:67;:::i;:::-;13970:74;;14053:93;14142:3;14053:93;:::i;:::-;14171:2;14166:3;14162:12;14155:19;;13814:366;;;:::o;14186:419::-;14352:4;14390:2;14379:9;14375:18;14367:26;;14439:9;14433:4;14429:20;14425:1;14414:9;14410:17;14403:47;14467:131;14593:4;14467:131;:::i;:::-;14459:139;;14186:419;;;:::o;14611:228::-;14751:34;14747:1;14739:6;14735:14;14728:58;14820:11;14815:2;14807:6;14803:15;14796:36;14611:228;:::o;14845:366::-;14987:3;15008:67;15072:2;15067:3;15008:67;:::i;:::-;15001:74;;15084:93;15173:3;15084:93;:::i;:::-;15202:2;15197:3;15193:12;15186:19;;14845:366;;;:::o;15217:419::-;15383:4;15421:2;15410:9;15406:18;15398:26;;15470:9;15464:4;15460:20;15456:1;15445:9;15441:17;15434:47;15498:131;15624:4;15498:131;:::i;:::-;15490:139;;15217:419;;;:::o;15642:115::-;15727:23;15744:5;15727:23;:::i;:::-;15722:3;15715:36;15642:115;;:::o;15763:218::-;15854:4;15892:2;15881:9;15877:18;15869:26;;15905:69;15971:1;15960:9;15956:17;15947:6;15905:69;:::i;:::-;15763:218;;;;:::o;15987:96::-;16045:6;16073:3;16063:13;;15987:96;;;;:::o;16089:180::-;16137:77;16134:1;16127:88;16234:4;16231:1;16224:15;16258:4;16255:1;16248:15;16275:320;16319:6;16356:1;16350:4;16346:12;16336:22;;16403:1;16397:4;16393:12;16424:18;16414:81;;16480:4;16472:6;16468:17;16458:27;;16414:81;16542:2;16534:6;16531:14;16511:18;16508:38;16505:84;;16561:18;;:::i;:::-;16505:84;16326:269;16275:320;;;:::o;16601:140::-;16649:4;16672:3;16664:11;;16695:3;16692:1;16685:14;16729:4;16726:1;16716:18;16708:26;;16601:140;;;:::o;16747:93::-;16784:6;16831:2;16826;16819:5;16815:14;16811:23;16801:33;;16747:93;;;:::o;16846:107::-;16890:8;16940:5;16934:4;16930:16;16909:37;;16846:107;;;;:::o;16959:393::-;17028:6;17078:1;17066:10;17062:18;17101:97;17131:66;17120:9;17101:97;:::i;:::-;17219:39;17249:8;17238:9;17219:39;:::i;:::-;17207:51;;17291:4;17287:9;17280:5;17276:21;17267:30;;17340:4;17330:8;17326:19;17319:5;17316:30;17306:40;;17035:317;;16959:393;;;;;:::o;17358:60::-;17386:3;17407:5;17400:12;;17358:60;;;:::o;17424:142::-;17474:9;17507:53;17525:34;17534:24;17552:5;17534:24;:::i;:::-;17525:34;:::i;:::-;17507:53;:::i;:::-;17494:66;;17424:142;;;:::o;17572:75::-;17615:3;17636:5;17629:12;;17572:75;;;:::o;17653:269::-;17763:39;17794:7;17763:39;:::i;:::-;17824:91;17873:41;17897:16;17873:41;:::i;:::-;17865:6;17858:4;17852:11;17824:91;:::i;:::-;17818:4;17811:105;17729:193;17653:269;;;:::o;17928:73::-;17973:3;17928:73;:::o;18007:189::-;18084:32;;:::i;:::-;18125:65;18183:6;18175;18169:4;18125:65;:::i;:::-;18060:136;18007:189;;:::o;18202:186::-;18262:120;18279:3;18272:5;18269:14;18262:120;;;18333:39;18370:1;18363:5;18333:39;:::i;:::-;18306:1;18299:5;18295:13;18286:22;;18262:120;;;18202:186;;:::o;18394:541::-;18494:2;18489:3;18486:11;18483:445;;;18528:37;18559:5;18528:37;:::i;:::-;18611:29;18629:10;18611:29;:::i;:::-;18601:8;18597:44;18794:2;18782:10;18779:18;18776:49;;;18815:8;18800:23;;18776:49;18838:80;18894:22;18912:3;18894:22;:::i;:::-;18884:8;18880:37;18867:11;18838:80;:::i;:::-;18498:430;;18483:445;18394:541;;;:::o;18941:117::-;18995:8;19045:5;19039:4;19035:16;19014:37;;18941:117;;;;:::o;19064:169::-;19108:6;19141:51;19189:1;19185:6;19177:5;19174:1;19170:13;19141:51;:::i;:::-;19137:56;19222:4;19216;19212:15;19202:25;;19115:118;19064:169;;;;:::o;19238:295::-;19314:4;19460:29;19485:3;19479:4;19460:29;:::i;:::-;19452:37;;19522:3;19519:1;19515:11;19509:4;19506:21;19498:29;;19238:295;;;;:::o;19538:1398::-;19660:43;19699:3;19694;19660:43;:::i;:::-;19768:18;19760:6;19757:30;19754:56;;;19790:18;;:::i;:::-;19754:56;19834:38;19866:4;19860:11;19834:38;:::i;:::-;19919:66;19978:6;19970;19964:4;19919:66;:::i;:::-;20012:1;20041:2;20033:6;20030:14;20058:1;20053:631;;;;20728:1;20745:6;20742:84;;;20801:9;20796:3;20792:19;20779:33;20770:42;;20742:84;20852:67;20912:6;20905:5;20852:67;:::i;:::-;20846:4;20839:81;20701:229;20023:907;;20053:631;20105:4;20101:9;20093:6;20089:22;20139:36;20170:4;20139:36;:::i;:::-;20197:1;20211:215;20225:7;20222:1;20219:14;20211:215;;;20311:9;20306:3;20302:19;20289:33;20281:6;20274:49;20362:1;20354:6;20350:14;20340:24;;20409:2;20398:9;20394:18;20381:31;;20248:4;20245:1;20241:12;20236:17;;20211:215;;;20454:6;20445:7;20442:19;20439:186;;;20519:9;20514:3;20510:19;20497:33;20562:48;20604:4;20596:6;20592:17;20581:9;20562:48;:::i;:::-;20554:6;20547:64;20462:163;20439:186;20671:1;20667;20659:6;20655:14;20651:22;20645:4;20638:36;20060:624;;;20023:907;;19635:1301;;;19538:1398;;;:::o;20942:147::-;21043:11;21080:3;21065:18;;20942:147;;;;:::o;21095:146::-;21192:6;21187:3;21182;21169:30;21233:1;21224:6;21219:3;21215:16;21208:27;21095:146;;;:::o;21269:327::-;21383:3;21404:88;21485:6;21480:3;21404:88;:::i;:::-;21397:95;;21502:56;21551:6;21546:3;21539:5;21502:56;:::i;:::-;21583:6;21578:3;21574:16;21567:23;;21269:327;;;;;:::o;21602:291::-;21742:3;21764:103;21863:3;21854:6;21846;21764:103;:::i;:::-;21757:110;;21884:3;21877:10;;21602:291;;;;;:::o;21899:174::-;22039:26;22035:1;22027:6;22023:14;22016:50;21899:174;:::o;22079:366::-;22221:3;22242:67;22306:2;22301:3;22242:67;:::i;:::-;22235:74;;22318:93;22407:3;22318:93;:::i;:::-;22436:2;22431:3;22427:12;22420:19;;22079:366;;;:::o;22451:419::-;22617:4;22655:2;22644:9;22640:18;22632:26;;22704:9;22698:4;22694:20;22690:1;22679:9;22675:17;22668:47;22732:131;22858:4;22732:131;:::i;:::-;22724:139;;22451:419;;;:::o;22876:118::-;22963:24;22981:5;22963:24;:::i;:::-;22958:3;22951:37;22876:118;;:::o;23000:222::-;23093:4;23131:2;23120:9;23116:18;23108:26;;23144:71;23212:1;23201:9;23197:17;23188:6;23144:71;:::i;:::-;23000:222;;;;:::o;23228:182::-;23368:34;23364:1;23356:6;23352:14;23345:58;23228:182;:::o;23416:366::-;23558:3;23579:67;23643:2;23638:3;23579:67;:::i;:::-;23572:74;;23655:93;23744:3;23655:93;:::i;:::-;23773:2;23768:3;23764:12;23757:19;;23416:366;;;:::o;23788:419::-;23954:4;23992:2;23981:9;23977:18;23969:26;;24041:9;24035:4;24031:20;24027:1;24016:9;24012:17;24005:47;24069:131;24195:4;24069:131;:::i;:::-;24061:139;;23788:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"1151800","executionCost":"1194","totalCost":"1152994"},"external":{"acceptOwnership()":"54725","owner()":"2522","pendingOwner()":"2588","renounceOwnership()":"54714","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","transferOwnership(address)":"infinite","updateProtocolAddress(bytes32,address)":"53119","updateProtocolAggregator(bytes)":"infinite","updateProtocolFees(uint64)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","transferOwnership(address)":"f2fde38b","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolAggregator(bytes)":"cb79455b","updateProtocolFees(uint64)":"84630736"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeesUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes\",\"name\":\"aggregator\",\"type\":\"bytes\"}],\"name\":\"SetAggregator\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"aggregator\",\"type\":\"bytes\"}],\"name\":\"updateProtocolAggregator\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFees\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolAggregator(bytes)\":{\"details\":\"Updates the protocol aggregator.\",\"params\":{\"aggregator\":\"The new aggregator to be set.\"}},\"updateProtocolFees(uint64)\":{\"details\":\"Updates the protocol fees percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fees percentage to be set.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/PaycrestSettingManager.sol\":\"PaycrestSettingManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"contracts/PaycrestSettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title PaycrestSettingManager\\n * @dev This contract manages the settings and configurations for the Paycrest protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport \\\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\\\";\\n\\nimport {SharedStructs} from \\\"./libraries/SharedStructs.sol\\\";\\n\\ncontract PaycrestSettingManager is Ownable2StepUpgradeable { \\n uint256 internal MAX_BPS;\\n uint64 internal protocolFeePercent;\\n address internal treasuryAddress;\\n address internal _aggregatorAddress;\\n bytes internal _aggregator;\\n \\n // this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n uint256[50] private __gap;\\n\\n mapping(address => uint256) internal _isTokenSupported;\\n\\n mapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n mapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n event SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n event SupportedInstitutionsUpdated(bytes32 indexed currency, SharedStructs.Institution[] institutions); \\n event ProtocolFeesUpdated(uint64 protocolFee);\\n event ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n event SetAggregator(bytes indexed aggregator);\\n event SetFeeRecipient(address indexed treasuryAddress);\\n \\n /* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n /**\\n * @dev Sets the boolean value for a specific setting.\\n * @param what The setting to be updated.\\n * @param value The address or value associated with the setting.\\n * @param status The boolean value to be set.\\n * Requirements:\\n * - The value must not be a zero address.\\n */\\n function settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n require(value != address(0), \\\"Paycrest: zero address\\\");\\n require(status == 1 || status == 2, \\\"Paycrest: invalid status\\\");\\n if (what == \\\"token\\\") {\\n _isTokenSupported[value] = status;\\n emit SettingManagerBool(what, value, status);\\n }\\n\\n }\\n\\n /**\\n * @dev Sets the supported institutions for a specific currency.\\n * @param currency The currency for which the institutions are being set.\\n * @param institutions The array of institutions to be set.\\n */\\n function setSupportedInstitutions(bytes32 currency, SharedStructs.Institution[] memory institutions) external onlyOwner {\\n delete supportedInstitutions[currency];\\n for (uint i; i < institutions.length; ) {\\n supportedInstitutions[currency].push(institutions[i]);\\n supportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n name: institutions[i].name, currency: currency\\n });\\n unchecked {\\n ++i;\\n }\\n }\\n emit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n }\\n\\n /**\\n * @dev Updates the protocol fees percentage.\\n * @param _protocolFeePercent The new protocol fees percentage to be set.\\n */\\n function updateProtocolFees(uint64 _protocolFeePercent) external onlyOwner {\\n protocolFeePercent = _protocolFeePercent;\\n emit ProtocolFeesUpdated(_protocolFeePercent);\\n }\\n\\n /**\\n * @dev Updates a protocol address.\\n * @param what The address type to be updated (treasury or aggregator).\\n * @param value The new address to be set.\\n * Requirements:\\n * - The value must not be a zero address.\\n */\\n function updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n require(value != address(0), \\\"Paycrest: zero address\\\");\\n if (what == \\\"treasury\\\") treasuryAddress = value;\\n if (what == \\\"aggregator\\\") _aggregatorAddress = value;\\n emit ProtocolAddressUpdated(what, value);\\n }\\n\\n /**\\n * @dev Updates the protocol aggregator.\\n * @param aggregator The new aggregator to be set.\\n */\\n function updateProtocolAggregator(bytes calldata aggregator) external onlyOwner {\\n _aggregator = aggregator;\\n emit SetAggregator(aggregator);\\n }\\n}\\n\",\"keccak256\":\"0x091e2f9aed9f16acb63cc7a7e64d50788ab45e65dcf965a6b8c4032e572441f4\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":1406,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":3714,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":3716,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":3718,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":3720,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":3722,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_aggregator","offset":0,"slot":"154","type":"t_bytes_storage"},{"astId":3726,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"__gap","offset":0,"slot":"155","type":"t_array(t_uint256)50_storage"},{"astId":3730,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"_isTokenSupported","offset":0,"slot":"205","type":"t_mapping(t_address,t_uint256)"},{"astId":3736,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"supportedInstitutions","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)4165_storage)dyn_storage)"},{"astId":3741,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"supportedInstitutionsByCode","offset":0,"slot":"207","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)4170_storage)"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)4165_storage)dyn_storage":{"base":"t_struct(Institution)4165_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_bytes_storage":{"encoding":"bytes","label":"bytes","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)4165_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)4165_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)4170_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)4170_storage"},"t_struct(Institution)4165_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":4162,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":4164,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)4170_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":4167,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":4169,"contract":"contracts/PaycrestSettingManager.sol:PaycrestSettingManager","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/interfaces/IPaycrest.sol":{"IPaycrest":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"label","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getAggregator","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"protocolReward","type":"uint64"},{"internalType":"uint256","name":"max_bps","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"uint96","name":"rate","type":"uint96"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IPaycrest.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"bytes32","name":"_label","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"},{"internalType":"address","name":"","type":"address"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface for the Paycrest contract.","events":{"OrderCreated(address,uint256,uint256,bytes32,uint256,bytes32,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","label":"The label of the deposit.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","label":"The label of the transaction.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"label":"The label of the transaction.","liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}}},"kind":"dev","methods":{"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":{"details":"Requirements: - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundable` refundable address must not be zero address.","params":{"_amount":"The amount in the decimal of `_token` to be locked.","_institutionCode":"The institution code of the sender.","_label":"The reference of the sender.","_rate":"The rate at which the sender intends to sell `_amount` of `_token`.","_refundAddress":"The address that will receive `_amount` in `_token` when there is a need to refund.","_senderFee":"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.","_senderFeeRecipient":"The address that will receive `_senderFee` in `_token` when there is a need to refund.","_token":"The address of the token.","messageHash":"The hash of the message."},"returns":{"_orderId":"The ID of the order."}},"getAggregator()":{"returns":{"_0":"return The aggregator's public key."}},"getFeeDetails()":{"returns":{"max_bps":"The maximum basis points.","protocolReward":"The protocol reward amount."}},"getOrderInfo(bytes32)":{"params":{"_orderId":"The ID of the order."},"returns":{"_0":"return The order details."}},"getSupportedInstitutionByCode(bytes32)":{"params":{"_code":"The institution code."},"returns":{"_0":"return The institution details."}},"getSupportedInstitutions(bytes32)":{"params":{"_currency":"The currency code."},"returns":{"_0":"return An array of institutions."}},"isTokenSupported(address)":{"params":{"_token":"The address of the token to check."},"returns":{"_0":"Whether the token is supported."}},"refund(uint256,bytes32,bytes32)":{"details":"Requirements: - Only aggregators can call this function. - `_orderId` must be less than total IDs. - `_orderId` must be an open ID. - `isFulfilled` must be false.","params":{"_fee":"The amount to be deducted from the amount to be refunded.","_label":"The reference of the sender.","_orderId":"The ID of the transaction."},"returns":{"_0":"Whether the refund is successful."}},"settle(bytes32,bytes32,bytes32,address,uint64)":{"details":"Requirements: - Only aggregators can call this function. - `_orderId` must be less than total IDs. - `_orderId` must be an open ID. - `_primaryValidator` must have stake on the Paycrest staking platform. - `_secondaryValidators` must have stake on the Paycrest staking platform. - `amount` must be greater than minimum. - `_refundable` refundable address must not be zero address.","params":{"_label":"The reference of the sender.","_liquidityProvider":"The address of the liquidity provider.","_orderId":"The ID of the transaction.","_settlePercent":"The rate at which the transaction is settled."},"returns":{"_0":"_orderId The ID of the order.","_1":"_liquidityProvider The address of the liquidity provider."}}},"title":"IPaycrest","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":"2654ec7e","getAggregator()":"3ad59dbc","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","isTokenSupported(address)":"75151b63","refund(uint256,bytes32,bytes32)":"d28a8d32","settle(bytes32,bytes32,bytes32,address,uint64)":"9015dced"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"label\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAggregator\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"protocolReward\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"max_bps\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"seller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"uint96\",\"name\":\"rate\",\"type\":\"uint96\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IPaycrest.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_label\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface for the Paycrest contract.\",\"events\":{\"OrderCreated(address,uint256,uint256,bytes32,uint256,bytes32,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"label\":\"The label of the deposit.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"label\":\"The label of the transaction.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"label\":\"The label of the transaction.\",\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}}},\"kind\":\"dev\",\"methods\":{\"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"Requirements: - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundable` refundable address must not be zero address.\",\"params\":{\"_amount\":\"The amount in the decimal of `_token` to be locked.\",\"_institutionCode\":\"The institution code of the sender.\",\"_label\":\"The reference of the sender.\",\"_rate\":\"The rate at which the sender intends to sell `_amount` of `_token`.\",\"_refundAddress\":\"The address that will receive `_amount` in `_token` when there is a need to refund.\",\"_senderFee\":\"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\",\"_senderFeeRecipient\":\"The address that will receive `_senderFee` in `_token` when there is a need to refund.\",\"_token\":\"The address of the token.\",\"messageHash\":\"The hash of the message.\"},\"returns\":{\"_orderId\":\"The ID of the order.\"}},\"getAggregator()\":{\"returns\":{\"_0\":\"return The aggregator's public key.\"}},\"getFeeDetails()\":{\"returns\":{\"max_bps\":\"The maximum basis points.\",\"protocolReward\":\"The protocol reward amount.\"}},\"getOrderInfo(bytes32)\":{\"params\":{\"_orderId\":\"The ID of the order.\"},\"returns\":{\"_0\":\"return The order details.\"}},\"getSupportedInstitutionByCode(bytes32)\":{\"params\":{\"_code\":\"The institution code.\"},\"returns\":{\"_0\":\"return The institution details.\"}},\"getSupportedInstitutions(bytes32)\":{\"params\":{\"_currency\":\"The currency code.\"},\"returns\":{\"_0\":\"return An array of institutions.\"}},\"isTokenSupported(address)\":{\"params\":{\"_token\":\"The address of the token to check.\"},\"returns\":{\"_0\":\"Whether the token is supported.\"}},\"refund(uint256,bytes32,bytes32)\":{\"details\":\"Requirements: - Only aggregators can call this function. - `_orderId` must be less than total IDs. - `_orderId` must be an open ID. - `isFulfilled` must be false.\",\"params\":{\"_fee\":\"The amount to be deducted from the amount to be refunded.\",\"_label\":\"The reference of the sender.\",\"_orderId\":\"The ID of the transaction.\"},\"returns\":{\"_0\":\"Whether the refund is successful.\"}},\"settle(bytes32,bytes32,bytes32,address,uint64)\":{\"details\":\"Requirements: - Only aggregators can call this function. - `_orderId` must be less than total IDs. - `_orderId` must be an open ID. - `_primaryValidator` must have stake on the Paycrest staking platform. - `_secondaryValidators` must have stake on the Paycrest staking platform. - `amount` must be greater than minimum. - `_refundable` refundable address must not be zero address.\",\"params\":{\"_label\":\"The reference of the sender.\",\"_liquidityProvider\":\"The address of the liquidity provider.\",\"_orderId\":\"The ID of the transaction.\",\"_settlePercent\":\"The rate at which the transaction is settled.\"},\"returns\":{\"_0\":\"_orderId The ID of the order.\",\"_1\":\"_liquidityProvider The address of the liquidity provider.\"}}},\"title\":\"IPaycrest\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)\":{\"notice\":\"Locks the sender's amount of token into Paycrest.\"},\"getAggregator()\":{\"notice\":\"Gets the aggregator's public key.\"},\"getFeeDetails()\":{\"notice\":\"Gets the fee details of Paycrest.\"},\"getOrderInfo(bytes32)\":{\"notice\":\"Gets the details of an order.\"},\"getSupportedInstitutionByCode(bytes32)\":{\"notice\":\"Gets the details of a supported institution by code.\"},\"getSupportedInstitutions(bytes32)\":{\"notice\":\"Gets the details of supported institutions by currency.\"},\"isTokenSupported(address)\":{\"notice\":\"Checks if a token is supported by Paycrest.\"},\"refund(uint256,bytes32,bytes32)\":{\"notice\":\"Refunds to the specified refundable address.\"},\"settle(bytes32,bytes32,bytes32,address,uint64)\":{\"notice\":\"Settles a transaction and distributes rewards accordingly.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/interfaces/IPaycrest.sol\":\"IPaycrest\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/interfaces/IPaycrest.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from \\\"@openzeppelin/contracts/token/ERC20/IERC20.sol\\\";\\n\\nimport {SharedStructs} from \\\"../libraries/SharedStructs.sol\\\";\\n\\n/**\\n * @title IPaycrest\\n * @dev Interface for the Paycrest contract.\\n */\\ninterface IPaycrest {\\n \\n /* ##################################################################\\n EVENTS\\n ################################################################## */\\n /**\\n * @dev Emitted when a deposit is made.\\n * @param token The address of the deposited token.\\n * @param amount The amount of the deposit.\\n * @param orderId The ID of the order.\\n * @param rate The rate at which the deposit is made.\\n * @param institutionCode The code of the institution.\\n * @param label The label of the deposit.\\n * @param messageHash The hash of the message.\\n */\\n event OrderCreated(address indexed token, uint256 indexed amount, uint256 protocolFee, bytes32 indexed orderId, uint256 rate, bytes32 institutionCode, bytes32 label, string messageHash);\\n\\n /**\\n * @dev Emitted when an aggregator settles a transaction.\\n * @param splitOrderId The ID of the split order.\\n * @param orderId The ID of the order.\\n * @param label The label of the transaction.\\n * @param liquidityProvider The address of the liquidity provider.\\n * @param settlePercent The percentage at which the transaction is settled.\\n */\\n event OrderSettled(bytes32 splitOrderId, bytes32 indexed orderId, bytes32 label, address indexed liquidityProvider, uint96 settlePercent);\\n\\n /**\\n * @dev Emitted when an aggregator refunds a transaction.\\n * @param fee The fee deducted from the refund amount.\\n * @param orderId The ID of the order.\\n * @param label The label of the transaction.\\n */\\n event OrderRefunded(uint256 fee, bytes32 indexed orderId, bytes32 label);\\n\\n /**\\n * @dev Emitted when the sender's fee is transferred.\\n * @param sender The address of the sender.\\n * @param amount The amount of the fee transferred.\\n */\\n event SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n /* ##################################################################\\n STRUCTS\\n ################################################################## */\\n /**\\n * @dev Struct representing transaction metadata.\\n * @param identifier The identifier of the transaction.\\n * @param institution The institution of the transaction.\\n * @param name The name of the transaction.\\n * @param currency The currency of the transaction.\\n * @param liquidityProviderID The ID of the liquidity provider.\\n */\\n struct TransactionMetadata {\\n bytes8 identifier;\\n bytes8 institution;\\n bytes8 name;\\n bytes8 currency;\\n uint256 liquidityProviderID;\\n }\\n\\n /**\\n * @dev Struct representing an order.\\n * @param seller The address of the seller.\\n * @param token The address of the token.\\n * @param senderFeeRecipient The address of the sender fee recipient.\\n * @param senderFee The fee to be paid to the sender fee recipient.\\n * @param protocolFee The protocol fee to be paid.\\n * @param rate The rate at which the order is made.\\n * @param isFulfilled Whether the order is fulfilled.\\n * @param refundAddress The address to which the refund is made.\\n * @param currentBPS The current basis points.\\n * @param amount The amount of the order.\\n */\\n struct Order {\\n address seller;\\n address token;\\n address senderFeeRecipient;\\n uint256 senderFee;\\n uint256 protocolFee;\\n uint96 rate;\\n bool isFulfilled;\\n address refundAddress;\\n uint96 currentBPS;\\n uint256 amount;\\n }\\n\\n /* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n /**\\n * @notice Locks the sender's amount of token into Paycrest.\\n * @dev Requirements:\\n * - `msg.sender` must approve Paycrest contract on `_token` of at least `amount` before function call.\\n * - `_token` must be an acceptable token. See {isTokenSupported}.\\n * - `amount` must be greater than minimum.\\n * - `_refundable` refundable address must not be zero address.\\n * @param _token The address of the token.\\n * @param _amount The amount in the decimal of `_token` to be locked.\\n * @param _institutionCode The institution code of the sender.\\n * @param _label The reference of the sender.\\n * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token` when there is a need to refund.\\n * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient` when there is a need to refund.\\n * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n * @param messageHash The hash of the message.\\n * @return _orderId The ID of the order.\\n */\\n function createOrder(\\n address _token, \\n uint256 _amount, \\n bytes32 _institutionCode,\\n bytes32 _label,\\n uint96 _rate, \\n address _senderFeeRecipient,\\n uint256 _senderFee,\\n address _refundAddress, \\n string calldata messageHash\\n ) external returns(bytes32 _orderId);\\n\\n /**\\n * @notice Settles a transaction and distributes rewards accordingly.\\n * @dev Requirements:\\n * - Only aggregators can call this function.\\n * - `_orderId` must be less than total IDs.\\n * - `_orderId` must be an open ID.\\n * - `_primaryValidator` must have stake on the Paycrest staking platform.\\n * - `_secondaryValidators` must have stake on the Paycrest staking platform.\\n * - `amount` must be greater than minimum.\\n * - `_refundable` refundable address must not be zero address.\\n * @param _orderId The ID of the transaction.\\n * @param _label The reference of the sender.\\n * @param _liquidityProvider The address of the liquidity provider.\\n * @param _settlePercent The rate at which the transaction is settled.\\n * @return _orderId The ID of the order.\\n * @return _liquidityProvider The address of the liquidity provider.\\n */\\n function settle(bytes32 _splitOrderId, bytes32 _orderId, bytes32 _label, address _liquidityProvider, uint64 _settlePercent) external returns(bytes32, address);\\n\\n /**\\n * @notice Refunds to the specified refundable address.\\n * @dev Requirements:\\n * - Only aggregators can call this function.\\n * - `_orderId` must be less than total IDs.\\n * - `_orderId` must be an open ID.\\n * - `isFulfilled` must be false.\\n * @param _fee The amount to be deducted from the amount to be refunded.\\n * @param _orderId The ID of the transaction.\\n * @param _label The reference of the sender.\\n * @return Whether the refund is successful.\\n */\\n function refund(uint256 _fee, bytes32 _orderId, bytes32 _label) external returns(bool);\\n\\n /**\\n * @notice Checks if a token is supported by Paycrest.\\n * @param _token The address of the token to check.\\n * @return Whether the token is supported.\\n */\\n function isTokenSupported(address _token) external view returns(bool);\\n\\n /**\\n * @notice Gets the details of an order.\\n * @param _orderId The ID of the order.\\n * @return return The order details.\\n */\\n function getOrderInfo(bytes32 _orderId) external view returns(Order memory);\\n\\n /**\\n * @notice Gets the fee details of Paycrest.\\n * @return protocolReward The protocol reward amount.\\n * @return max_bps The maximum basis points.\\n */\\n function getFeeDetails() external view returns(uint64 protocolReward, uint256 max_bps);\\n\\n /**\\n * @notice Gets the aggregator's public key.\\n * @return return The aggregator's public key.\\n */\\n function getAggregator() external view returns(bytes memory);\\n\\n /**\\n * @notice Gets the details of a supported institution by code.\\n * @param _code The institution code.\\n * @return return The institution details.\\n */\\n function getSupportedInstitutionByCode(bytes32 _code) external view returns(SharedStructs.InstitutionByCode memory);\\n\\n /**\\n * @notice Gets the details of supported institutions by currency.\\n * @param _currency The currency code.\\n * @return return An array of institutions.\\n */ \\n function getSupportedInstitutions(bytes32 _currency) external view returns(SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x4f6aae003115dcd30abb0dfe742c53bd8fd740714ed3af8d6824aabf8d7692a6\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{"createOrder(address,uint256,bytes32,bytes32,uint96,address,uint256,address,string)":{"notice":"Locks the sender's amount of token into Paycrest."},"getAggregator()":{"notice":"Gets the aggregator's public key."},"getFeeDetails()":{"notice":"Gets the fee details of Paycrest."},"getOrderInfo(bytes32)":{"notice":"Gets the details of an order."},"getSupportedInstitutionByCode(bytes32)":{"notice":"Gets the details of a supported institution by code."},"getSupportedInstitutions(bytes32)":{"notice":"Gets the details of supported institutions by currency."},"isTokenSupported(address)":{"notice":"Checks if a token is supported by Paycrest."},"refund(uint256,bytes32,bytes32)":{"notice":"Refunds to the specified refundable address."},"settle(bytes32,bytes32,bytes32,address,uint64)":{"notice":"Settles a transaction and distributes rewards accordingly."}},"version":1}}},"contracts/libraries/SharedStructs.sol":{"SharedStructs":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:17:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 XOR 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:17:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/libraries/SharedStructs.sol\":\"SharedStructs\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}}}}} \ No newline at end of file diff --git a/artifacts/build-info/86c9b49c222359f877bc7fe6e6e49899.json b/artifacts/build-info/86c9b49c222359f877bc7fe6e6e49899.json deleted file mode 100644 index 250aa15..0000000 --- a/artifacts/build-info/86c9b49c222359f877bc7fe6e6e49899.json +++ /dev/null @@ -1 +0,0 @@ -{"id":"86c9b49c222359f877bc7fe6e6e49899","_format":"hh-sol-build-info-1","solcVersion":"0.8.18","solcLongVersion":"0.8.18+commit.87f61d96","input":{"language":"Solidity","sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./OwnableUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership} and {acceptOwnership}.\n *\n * This module is used through inheritance. It will make available all functions\n * from parent (Ownable).\n */\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\n address private _pendingOwner;\n\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\n\n function __Ownable2Step_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable2Step_init_unchained() internal onlyInitializing {\n }\n /**\n * @dev Returns the address of the pending owner.\n */\n function pendingOwner() public view virtual returns (address) {\n return _pendingOwner;\n }\n\n /**\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual override onlyOwner {\n _pendingOwner = newOwner;\n emit OwnershipTransferStarted(owner(), newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual override {\n delete _pendingOwner;\n super._transferOwnership(newOwner);\n }\n\n /**\n * @dev The new owner accepts the ownership transfer.\n */\n function acceptOwnership() public virtual {\n address sender = _msgSender();\n require(pendingOwner() == sender, \"Ownable2Step: caller is not the new owner\");\n _transferOwnership(sender);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides a basic access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership}.\n *\n * This module is used through inheritance. It will make available the modifier\n * `onlyOwner`, which can be applied to your functions to restrict their use to\n * the owner.\n */\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\n address private _owner;\n\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\n\n /**\n * @dev Initializes the contract setting the deployer as the initial owner.\n */\n function __Ownable_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable_init_unchained() internal onlyInitializing {\n _transferOwnership(_msgSender());\n }\n\n /**\n * @dev Throws if called by any account other than the owner.\n */\n modifier onlyOwner() {\n _checkOwner();\n _;\n }\n\n /**\n * @dev Returns the address of the current owner.\n */\n function owner() public view virtual returns (address) {\n return _owner;\n }\n\n /**\n * @dev Throws if the sender is not the owner.\n */\n function _checkOwner() internal view virtual {\n require(owner() == _msgSender(), \"Ownable: caller is not the owner\");\n }\n\n /**\n * @dev Leaves the contract without owner. It will not be possible to call\n * `onlyOwner` functions. Can only be called by the current owner.\n *\n * NOTE: Renouncing ownership will leave the contract without an owner,\n * thereby disabling any functionality that is only available to the owner.\n */\n function renounceOwnership() public virtual onlyOwner {\n _transferOwnership(address(0));\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual onlyOwner {\n require(newOwner != address(0), \"Ownable: new owner is the zero address\");\n _transferOwnership(newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual {\n address oldOwner = _owner;\n _owner = newOwner;\n emit OwnershipTransferred(oldOwner, newOwner);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\n\npragma solidity ^0.8.2;\n\nimport \"../../utils/AddressUpgradeable.sol\";\n\n/**\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\n *\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\n * reused. This mechanism prevents re-execution of each \"step\" but allows the creation of new initialization steps in\n * case an upgrade adds a module that needs to be initialized.\n *\n * For example:\n *\n * [.hljs-theme-light.nopadding]\n * ```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 Indicates that the contract has been initialized.\n * @custom:oz-retyped-from bool\n */\n uint8 private _initialized;\n\n /**\n * @dev Indicates that the contract is in the process of being initialized.\n */\n bool private _initializing;\n\n /**\n * @dev Triggered when the contract has been initialized or reinitialized.\n */\n event Initialized(uint8 version);\n\n /**\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\n * `onlyInitializing` functions can be used to initialize parent contracts.\n *\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\n * constructor.\n *\n * Emits an {Initialized} event.\n */\n modifier initializer() {\n bool isTopLevelCall = !_initializing;\n require(\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\n \"Initializable: contract is already initialized\"\n );\n _initialized = 1;\n if (isTopLevelCall) {\n _initializing = true;\n }\n _;\n if (isTopLevelCall) {\n _initializing = false;\n emit Initialized(1);\n }\n }\n\n /**\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\n * used to initialize parent contracts.\n *\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\n * are added through upgrades and that require initialization.\n *\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\n * cannot be nested. If one is invoked in the context of another, execution will revert.\n *\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\n * a contract, executing them in the right order is up to the developer or operator.\n *\n * WARNING: setting the version to 255 will prevent any future reinitialization.\n *\n * Emits an {Initialized} event.\n */\n modifier reinitializer(uint8 version) {\n require(!_initializing && _initialized < version, \"Initializable: contract is already initialized\");\n _initialized = version;\n _initializing = true;\n _;\n _initializing = false;\n emit Initialized(version);\n }\n\n /**\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\n */\n modifier onlyInitializing() {\n require(_initializing, \"Initializable: contract is not initializing\");\n _;\n }\n\n /**\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\n * through proxies.\n *\n * Emits an {Initialized} event the first time it is successfully executed.\n */\n function _disableInitializers() internal virtual {\n require(!_initializing, \"Initializable: contract is initializing\");\n if (_initialized != type(uint8).max) {\n _initialized = type(uint8).max;\n emit Initialized(type(uint8).max);\n }\n }\n\n /**\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\n */\n function _getInitializedVersion() internal view returns (uint8) {\n return _initialized;\n }\n\n /**\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\n */\n function _isInitializing() internal view returns (bool) {\n return _initializing;\n }\n}\n"},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which allows children to implement an emergency stop\n * mechanism that can be triggered by an authorized account.\n *\n * This module is used through inheritance. It will make available the\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n * the functions of your contract. Note that they will not be pausable by\n * simply including this module, only once the modifiers are put in place.\n */\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\n /**\n * @dev Emitted when the pause is triggered by `account`.\n */\n event Paused(address account);\n\n /**\n * @dev Emitted when the pause is lifted by `account`.\n */\n event Unpaused(address account);\n\n bool private _paused;\n\n /**\n * @dev Initializes the contract in unpaused state.\n */\n function __Pausable_init() internal onlyInitializing {\n __Pausable_init_unchained();\n }\n\n function __Pausable_init_unchained() internal onlyInitializing {\n _paused = false;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is not paused.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n modifier whenNotPaused() {\n _requireNotPaused();\n _;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is paused.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n modifier whenPaused() {\n _requirePaused();\n _;\n }\n\n /**\n * @dev Returns true if the contract is paused, and false otherwise.\n */\n function paused() public view virtual returns (bool) {\n return _paused;\n }\n\n /**\n * @dev Throws if the contract is paused.\n */\n function _requireNotPaused() internal view virtual {\n require(!paused(), \"Pausable: paused\");\n }\n\n /**\n * @dev Throws if the contract is not paused.\n */\n function _requirePaused() internal view virtual {\n require(paused(), \"Pausable: not paused\");\n }\n\n /**\n * @dev Triggers stopped state.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n function _pause() internal virtual whenNotPaused {\n _paused = true;\n emit Paused(_msgSender());\n }\n\n /**\n * @dev Returns to normal state.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n function _unpause() internal virtual whenPaused {\n _paused = false;\n emit Unpaused(_msgSender());\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\n\npragma solidity ^0.8.1;\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary AddressUpgradeable {\n /**\n * @dev Returns true if `account` is a contract.\n *\n * [IMPORTANT]\n * ====\n * It is unsafe to assume that an address for which this function returns\n * false is an externally-owned account (EOA) and not a contract.\n *\n * Among others, `isContract` will return false for the following\n * types of addresses:\n *\n * - an externally-owned account\n * - a contract in construction\n * - an address where a contract will be created\n * - an address where a contract lived, but was destroyed\n *\n * Furthermore, `isContract` will also return true if the target contract within\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n * which only has an effect at the end of a transaction.\n * ====\n *\n * [IMPORTANT]\n * ====\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\n *\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n * constructor.\n * ====\n */\n function isContract(address account) internal view returns (bool) {\n // This method relies on extcodesize/address.code.length, which returns 0\n // for contracts in construction, since the code is only stored at the end\n // of the constructor execution.\n\n return account.code.length > 0;\n }\n\n /**\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n * `recipient`, forwarding all available gas and reverting on errors.\n *\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\n * imposed by `transfer`, making them unable to receive funds via\n * `transfer`. {sendValue} removes this limitation.\n *\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n require(address(this).balance >= amount, \"Address: insufficient balance\");\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n require(success, \"Address: unable to send value, recipient may have reverted\");\n }\n\n /**\n * @dev Performs a Solidity function call using a low level `call`. A\n * plain `call` is an unsafe replacement for a function call: use this\n * function instead.\n *\n * If `target` reverts with a revert reason, it is bubbled up by this\n * function (like regular Solidity function calls).\n *\n * Returns the raw returned data. To convert to the expected return value,\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n *\n * Requirements:\n *\n * - `target` must be a contract.\n * - calling `target` with `data` must not revert.\n *\n * _Available since v3.1._\n */\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, \"Address: low-level call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n * `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but also transferring `value` wei to `target`.\n *\n * Requirements:\n *\n * - the calling contract must have an ETH balance of at least `value`.\n * - the called Solidity function must be `payable`.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\n return functionCallWithValue(target, data, value, \"Address: low-level call with value failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n * with `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(\n address target,\n bytes memory data,\n uint256 value,\n string memory errorMessage\n ) internal returns (bytes memory) {\n require(address(this).balance >= value, \"Address: insufficient balance for call\");\n (bool success, bytes memory returndata) = target.call{value: value}(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n return functionStaticCall(target, data, \"Address: low-level static call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n (bool success, bytes memory returndata) = target.staticcall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionDelegateCall(target, data, \"Address: low-level delegate call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n (bool success, bytes memory returndata) = target.delegatecall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n *\n * _Available since v4.8._\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n if (success) {\n if (returndata.length == 0) {\n // only check isContract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n require(isContract(target), \"Address: call to non-contract\");\n }\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n * revert reason or using the provided one.\n *\n * _Available since v4.3._\n */\n function verifyCallResult(\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal pure returns (bytes memory) {\n if (success) {\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\n // Look for revert reason and bubble it up if present\n if (returndata.length > 0) {\n // The easiest way to bubble the revert reason is using memory via assembly\n /// @solidity memory-safe-assembly\n assembly {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert(errorMessage);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\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 /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[50] private __gap;\n}\n"},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 standard as defined in the EIP.\n */\ninterface IERC20 {\n /**\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\n * another (`to`).\n *\n * Note that `value` may be zero.\n */\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n /**\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\n * a call to {approve}. `value` is the new allowance.\n */\n event Approval(address indexed owner, address indexed spender, uint256 value);\n\n /**\n * @dev Returns the amount of tokens in existence.\n */\n function totalSupply() external view returns (uint256);\n\n /**\n * @dev Returns the amount of tokens owned by `account`.\n */\n function balanceOf(address account) external view returns (uint256);\n\n /**\n * @dev Moves `amount` tokens from the caller's account to `to`.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transfer(address to, uint256 amount) external returns (bool);\n\n /**\n * @dev Returns the remaining number of tokens that `spender` will be\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\n * zero by default.\n *\n * This value changes when {approve} or {transferFrom} are called.\n */\n function allowance(address owner, address spender) external view returns (uint256);\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\n * that someone may use both the old and the new allowance by unfortunate\n * transaction ordering. One possible solution to mitigate this race\n * condition is to first reduce the spender's allowance to 0 and set the\n * desired value afterwards:\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n *\n * Emits an {Approval} event.\n */\n function approve(address spender, uint256 amount) external returns (bool);\n\n /**\n * @dev Moves `amount` tokens from `from` to `to` using the\n * allowance mechanism. `amount` is then deducted from the caller's\n * allowance.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\n}\n"},"contracts/Gateway.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\n\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\n/**\n * @title Gateway\n * @notice This contract serves as a gateway for creating orders and managing settlements.\n */\ncontract Gateway is IGateway, GatewaySettingManager, PausableUpgradeable {\n\tstruct fee {\n\t\tuint256 protocolFee;\n\t\tuint256 liquidityProviderAmount;\n\t}\n\n\tmapping(bytes32 => Order) private order;\n\tmapping(address => uint256) private _nonce;\n\tuint256[50] private __gap;\n\n\t/// @custom:oz-upgrades-unsafe-allow constructor\n\tconstructor() {\n\t\t_disableInitializers();\n\t}\n\n\t/**\n\t * @dev Initialize function.\n\t */\n\tfunction initialize() external initializer {\n\t\tMAX_BPS = 100_000;\n\t\t__Ownable2Step_init();\n\t\t__Pausable_init();\n\t}\n\n\t/**\n\t * @dev Modifier that allows only the aggregator to call a function.\n\t */\n\tmodifier onlyAggregator() {\n\t\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\n\t\t_;\n\t}\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\t/**\n\t * @dev Pause the contract.\n\t */\n\tfunction pause() external onlyOwner {\n\t\t_pause();\n\t}\n\n\t/**\n\t * @dev Unpause the contract.\n\t */\n\tfunction unpause() external onlyOwner {\n\t\t_unpause();\n\t}\n\n\t/* ##################################################################\n USER CALLS\n ################################################################## */\n\t/** @dev See {createOrder-IGateway}. */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external whenNotPaused returns (bytes32 orderId) {\n\t\t// checks that are required\n\t\t_handler(\n\t\t\t_token,\n\t\t\t_amount,\n\t\t\t_refundAddress,\n\t\t\t_senderFeeRecipient,\n\t\t\t_senderFee,\n\t\t\t_institutionCode\n\t\t);\n\n\t\t// validate messageHash\n\t\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\n\n\t\t// transfer token from msg.sender to contract\n\t\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\n\n\t\t// increase users nonce to avoid replay attacks\n\t\t_nonce[msg.sender]++;\n\n\t\t// generate transaction id for the transaction\n\t\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\n\n\t\t// update transaction\n\t\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\n\t\torder[orderId] = Order({\n\t\t\tsender: msg.sender,\n\t\t\ttoken: _token,\n\t\t\tsenderFeeRecipient: _senderFeeRecipient,\n\t\t\tsenderFee: _senderFee,\n\t\t\tprotocolFee: _protocolFee,\n\t\t\tisFulfilled: false,\n\t\t\tisRefunded: false,\n\t\t\trefundAddress: _refundAddress,\n\t\t\tcurrentBPS: uint64(MAX_BPS),\n\t\t\tamount: _amount - _protocolFee\n\t\t});\n\n\t\t// emit order created event\n\t\temit OrderCreated(\n\t\t\torder[orderId].sender,\n\t\t\t_token,\n\t\t\torder[orderId].amount,\n\t\t\t_protocolFee,\n\t\t\torderId,\n\t\t\t_rate,\n\t\t\t_institutionCode,\n\t\t\tmessageHash\n\t\t);\n\t}\n\n\t/**\n\t * @dev Internal function to handle order creation.\n\t * @param _token The address of the token being traded.\n\t * @param _amount The amount of tokens being traded.\n\t * @param _refundAddress The address to refund the tokens in case of cancellation.\n\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\n\t * @param _senderFee The amount of the sender fee.\n\t * @param _institutionCode The code of the institution associated with the order.\n\t */\n\tfunction _handler(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\taddress _refundAddress,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\tbytes32 _institutionCode\n\t) internal view {\n\t\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\n\t\trequire(_amount != 0, 'AmountIsZero');\n\t\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\n\t\trequire(\n\t\t\tsupportedInstitutionsByCode[_institutionCode].name != bytes32(0),\n\t\t\t'InvalidInstitutionCode'\n\t\t);\n\n\t\tif (_senderFee != 0) {\n\t\t\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\n\t\t}\n\t}\n\n\t/* ##################################################################\n AGGREGATOR FUNCTIONS\n ################################################################## */\n\t/** @dev See {settle-IGateway}. */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\n\t\t// load the token into memory\n\t\taddress token = order[_orderId].token;\n\n\t\t// subtract sum of amount based on the input _settlePercent\n\t\torder[_orderId].currentBPS -= _settlePercent;\n\n\t\tif (order[_orderId].currentBPS == 0) {\n\t\t\t// update the transaction to be fulfilled\n\t\t\torder[_orderId].isFulfilled = true;\n\n\t\t\tif (order[_orderId].senderFee != 0) {\n\t\t\t\t// transfer sender fee\n\t\t\t\tIERC20(order[_orderId].token).transfer(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\n\t\t\t\t// emit event\n\t\t\t\temit SenderFeeTransferred(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tif (order[_orderId].protocolFee != 0) {\n\t\t\t\t// transfer protocol fee\n\t\t\t\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\n\t\t\t}\n\t\t}\n\n\t\t// transfer to liquidity provider\n\t\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\n\t\torder[_orderId].amount -= liquidityProviderAmount;\n\t\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\n\n\t\t// emit settled event\n\t\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\n\n\t\treturn true;\n\t}\n\n\t/** @dev See {refund-IGateway}. */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\t\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\n\n\t\t// transfer refund fee to the treasury\n\t\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\n\n\t\t// reset state values\n\t\torder[_orderId].isRefunded = true;\n\t\torder[_orderId].currentBPS = 0;\n\n\t\t// deduct fee from order amount\n\t\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\n\n\t\t// transfer refund amount and sender fee to the refund address\n\t\tIERC20(order[_orderId].token).transfer(\n\t\t\torder[_orderId].refundAddress,\n\t\t\trefundAmount + order[_orderId].senderFee\n\t\t);\n\n\t\t// emit refunded event\n\t\temit OrderRefunded(_fee, _orderId);\n\n\t\treturn true;\n\t}\n\n\t/* ##################################################################\n VIEW CALLS\n ################################################################## */\n\t/** @dev See {getOrderInfo-IGateway}. */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\n\t\treturn order[_orderId];\n\t}\n\n\t/** @dev See {isTokenSupported-IGateway}. */\n\tfunction isTokenSupported(address _token) external view returns (bool) {\n\t\tif (_isTokenSupported[_token] == 1) return true;\n\t\treturn false;\n\t}\n\n\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory) {\n\t\treturn supportedInstitutionsByCode[_code];\n\t}\n\n\t/** @dev See {getSupportedInstitutions-IGateway}. */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory) {\n\t\treturn supportedInstitutions[_currency];\n\t}\n\n\t/** @dev See {getFeeDetails-IGateway}. */\n\tfunction getFeeDetails() external view returns (uint64, uint256) {\n\t\treturn (protocolFeePercent, MAX_BPS);\n\t}\n}\n"},"contracts/GatewaySettingManager.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n\n/**\n * @title GatewaySettingManager\n * @dev This contract manages the settings and configurations for the Gateway protocol.\n */\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\n\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\n\tuint256 internal MAX_BPS;\n\tuint64 internal protocolFeePercent;\n\taddress internal treasuryAddress;\n\taddress internal _aggregatorAddress;\n\n\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\n\tuint256[50] private __gap;\n\n\tmapping(address => uint256) internal _isTokenSupported;\n\n\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\n\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\n\n\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\n\tevent SupportedInstitutionsUpdated(\n\t\tbytes32 indexed currency,\n\t\tSharedStructs.Institution[] institutions\n\t);\n\tevent ProtocolFeeUpdated(uint64 protocolFee);\n\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\n\tevent SetFeeRecipient(address indexed treasuryAddress);\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\n\t/**\n\t * @dev Sets the boolean value for a specific setting.\n\t * @param what The setting to be updated.\n\t * @param value The address or value associated with the setting.\n\t * @param status The boolean value to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\trequire(status == 1 || status == 2, 'Gateway: invalid status');\n\t\tif (what == 'token') {\n\t\t\t_isTokenSupported[value] = status;\n\t\t\temit SettingManagerBool(what, value, status);\n\t\t}\n\t}\n\n\t/**\n\t * @dev Sets the supported institutions for a specific currency.\n\t * @param currency The currency for which the institutions are being set.\n\t * @param institutions The array of institutions to be set.\n\t */\n\tfunction setSupportedInstitutions(\n\t\tbytes32 currency,\n\t\tSharedStructs.Institution[] memory institutions\n\t) external onlyOwner {\n\t\tdelete supportedInstitutions[currency];\n\t\tfor (uint i; i < institutions.length; ) {\n\t\t\tsupportedInstitutions[currency].push(institutions[i]);\n\t\t\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\n\t\t\t\tname: institutions[i].name,\n\t\t\t\tcurrency: currency\n\t\t\t});\n\t\t\tunchecked {\n\t\t\t\t++i;\n\t\t\t}\n\t\t}\n\t\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\n\t}\n\n\t/**\n\t * @dev Updates the protocol fee percentage.\n\t * @param _protocolFeePercent The new protocol fee percentage to be set.\n\t */\n\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\n\t\tprotocolFeePercent = _protocolFeePercent;\n\t\temit ProtocolFeeUpdated(_protocolFeePercent);\n\t}\n\n\t/**\n\t * @dev Updates a protocol address.\n\t * @param what The address type to be updated (treasury or aggregator).\n\t * @param value The new address to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\tbool updated;\n\t\tif (what == 'treasury') {\n\t\t\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\n\t\t\ttreasuryAddress = value;\n\t\t\tupdated = true;\n\t\t} else if (what == 'aggregator') {\n\t\t\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\n\t\t\t_aggregatorAddress = value;\n\t\t\tupdated = true;\n\t\t}\n\t\tif (updated) {\n\t\t\temit ProtocolAddressUpdated(what, value);\n\t\t}\n\t}\n}\n"},"contracts/interfaces/IGateway.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\n\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\n\n/**\n * @title IGateway\n * @notice Interface for the Gateway contract.\n */\ninterface IGateway {\n\t/* ##################################################################\n EVENTS\n ################################################################## */\n\t/**\n\t * @dev Emitted when a deposit is made.\n\t * @param sender The address of the sender.\n\t * @param token The address of the deposited token.\n\t * @param amount The amount of the deposit.\n\t * @param orderId The ID of the order.\n\t * @param rate The rate at which the deposit is made.\n\t * @param institutionCode The code of the institution.\n\t * @param messageHash The hash of the message.\n\t */\n\tevent OrderCreated(\n\t\taddress indexed sender,\n\t\taddress indexed token,\n\t\tuint256 indexed amount,\n\t\tuint256 protocolFee,\n\t\tbytes32 orderId,\n\t\tuint256 rate,\n\t\tbytes32 institutionCode,\n\t\tstring messageHash\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator settles a transaction.\n\t * @param splitOrderId The ID of the split order.\n\t * @param orderId The ID of the order.\n\t * @param liquidityProvider The address of the liquidity provider.\n\t * @param settlePercent The percentage at which the transaction is settled.\n\t */\n\tevent OrderSettled(\n\t\tbytes32 splitOrderId,\n\t\tbytes32 indexed orderId,\n\t\taddress indexed liquidityProvider,\n\t\tuint96 settlePercent\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator refunds a transaction.\n\t * @param fee The fee deducted from the refund amount.\n\t * @param orderId The ID of the order.\n\t */\n\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\n\n\t/**\n\t * @dev Emitted when the sender's fee is transferred.\n\t * @param sender The address of the sender.\n\t * @param amount The amount of the fee transferred.\n\t */\n\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\n\n\t/* ##################################################################\n STRUCTS\n ################################################################## */\n\t/**\n\t * @dev Struct representing transaction metadata.\n\t * @param identifier The identifier of the transaction.\n\t * @param institution The institution of the transaction.\n\t * @param name The name of the transaction.\n\t * @param currency The currency of the transaction.\n\t * @param liquidityProviderID The ID of the liquidity provider.\n\t */\n\tstruct TransactionMetadata {\n\t\tbytes8 identifier;\n\t\tbytes8 institution;\n\t\tbytes8 name;\n\t\tbytes8 currency;\n\t\tuint256 liquidityProviderID;\n\t}\n\n\t/**\n\t * @dev Struct representing an order.\n\t * @param sender The address of the sender.\n\t * @param token The address of the token.\n\t * @param senderFeeRecipient The address of the sender fee recipient.\n\t * @param senderFee The fee to be paid to the sender fee recipient.\n\t * @param protocolFee The protocol fee to be paid.\n\t * @param isFulfilled Whether the order is fulfilled.\n\t * @param isRefunded Whether the order is refunded.\n\t * @param refundAddress The address to which the refund is made.\n\t * @param currentBPS The current basis points.\n\t * @param amount The amount of the order.\n\t */\n\tstruct Order {\n\t\taddress sender;\n\t\taddress token;\n\t\taddress senderFeeRecipient;\n\t\tuint256 senderFee;\n\t\tuint256 protocolFee;\n\t\tbool isFulfilled;\n\t\tbool isRefunded;\n\t\taddress refundAddress;\n\t\tuint96 currentBPS;\n\t\tuint256 amount;\n\t}\n\n\t/* ##################################################################\n EXTERNAL CALLS\n ################################################################## */\n\t/**\n\t * @notice Locks the sender's amount of token into Gateway.\n\t * @dev Requirements:\n\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n\t * - `_token` must be an acceptable token. See {isTokenSupported}.\n\t * - `amount` must be greater than minimum.\n\t * - `_refundAddress` refund address must not be zero address.\n\t * @param _token The address of the token.\n\t * @param _amount The amount in the decimal of `_token` to be locked.\n\t * @param _institutionCode The institution code of the sender.\n\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n\t * @param messageHash The hash of the message.\n\t * @return _orderId The ID of the order.\n\t */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external returns (bytes32 _orderId);\n\n\t/**\n\t * @notice Settles a transaction and distributes rewards accordingly.\n\t * @param _splitOrderId The ID of the split order.\n\t * @param _orderId The ID of the transaction.\n\t * @param _liquidityProvider The address of the liquidity provider.\n\t * @param _settlePercent The rate at which the transaction is settled.\n\t * @return bool the settlement is successful.\n\t */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external returns (bool);\n\n\t/**\n\t * @notice Refunds to the specified refundable address.\n\t * @dev Requirements:\n\t * - Only aggregators can call this function.\n\t * @param _fee The amount to be deducted from the amount to be refunded.\n\t * @param _orderId The ID of the transaction.\n\t * @return bool the refund is successful.\n\t */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\n\n\t/**\n\t * @notice Checks if a token is supported by Gateway.\n\t * @param _token The address of the token to check.\n\t * @return bool the token is supported.\n\t */\n\tfunction isTokenSupported(address _token) external view returns (bool);\n\n\t/**\n\t * @notice Gets the details of an order.\n\t * @param _orderId The ID of the order.\n\t * @return Order The order details.\n\t */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\n\n\t/**\n\t * @notice Gets the fee details of Gateway.\n\t * @return protocolReward The protocol reward amount.\n\t * @return max_bps The maximum basis points.\n\t */\n\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\n\n\t/**\n\t * @notice Gets the details of a supported institution by code.\n\t * @param _code The institution code.\n\t * @return InstitutionByCode The institution details.\n\t */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory);\n\n\t/**\n\t * @notice Gets the details of supported institutions by currency.\n\t * @param _currency The currency code.\n\t * @return Institutions An array of institutions.\n\t */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory);\n}\n"},"contracts/libraries/SharedStructs.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nlibrary SharedStructs {\n /**\n * @dev Struct representing an institution.\n * @param code The code of the institution.\n * @param name The name of the institution.\n */\n struct Institution {\n bytes32 code;\n bytes32 name;\n }\n\n /**\n * @dev Struct representing an institution by code.\n * @param name The name of the institution.\n * @param currency The currency of the institution.\n */\n struct InstitutionByCode {\n bytes32 name;\n bytes32 currency;\n }\n}"}},"settings":{"optimizer":{"enabled":false,"runs":200},"outputSelection":{"*":{"*":["abi","evm.bytecode","evm.deployedBytecode","evm.methodIdentifiers","metadata","devdoc","userdoc","storageLayout","evm.gasEstimates"],"":["ast"]}},"metadata":{"useLiteralContent":true}}},"output":{"sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239]},"id":107,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"107:23:0"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","file":"./OwnableUpgradeable.sol","id":2,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":240,"src":"132:34:0","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":4,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":409,"src":"167:63:0","symbolAliases":[{"foreign":{"id":3,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"175:13:0","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":6,"name":"Initializable","nameLocations":["719:13:0"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"719:13:0"},"id":7,"nodeType":"InheritanceSpecifier","src":"719:13:0"},{"baseName":{"id":8,"name":"OwnableUpgradeable","nameLocations":["734:18:0"],"nodeType":"IdentifierPath","referencedDeclaration":239,"src":"734:18:0"},"id":9,"nodeType":"InheritanceSpecifier","src":"734:18:0"}],"canonicalName":"Ownable2StepUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":5,"nodeType":"StructuredDocumentation","src":"232:441:0","text":" @dev Contract module which provides access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership} and {acceptOwnership}.\n This module is used through inheritance. It will make available all functions\n from parent (Ownable)."},"fullyImplemented":true,"id":106,"linearizedBaseContracts":[106,239,917,408],"name":"Ownable2StepUpgradeable","nameLocation":"692:23:0","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":11,"mutability":"mutable","name":"_pendingOwner","nameLocation":"775:13:0","nodeType":"VariableDeclaration","scope":106,"src":"759:29:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":10,"name":"address","nodeType":"ElementaryTypeName","src":"759:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700","id":17,"name":"OwnershipTransferStarted","nameLocation":"801:24:0","nodeType":"EventDefinition","parameters":{"id":16,"nodeType":"ParameterList","parameters":[{"constant":false,"id":13,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"842:13:0","nodeType":"VariableDeclaration","scope":17,"src":"826:29:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":12,"name":"address","nodeType":"ElementaryTypeName","src":"826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":15,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"873:8:0","nodeType":"VariableDeclaration","scope":17,"src":"857:24:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":14,"name":"address","nodeType":"ElementaryTypeName","src":"857:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"825:57:0"},"src":"795:88:0"},{"body":{"id":25,"nodeType":"Block","src":"946:43:0","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":22,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"956:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":23,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"956:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":24,"nodeType":"ExpressionStatement","src":"956:26:0"}]},"id":26,"implemented":true,"kind":"function","modifiers":[{"id":20,"kind":"modifierInvocation","modifierName":{"id":19,"name":"onlyInitializing","nameLocations":["929:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"929:16:0"},"nodeType":"ModifierInvocation","src":"929:16:0"}],"name":"__Ownable2Step_init","nameLocation":"898:19:0","nodeType":"FunctionDefinition","parameters":{"id":18,"nodeType":"ParameterList","parameters":[],"src":"917:2:0"},"returnParameters":{"id":21,"nodeType":"ParameterList","parameters":[],"src":"946:0:0"},"scope":106,"src":"889:100:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":31,"nodeType":"Block","src":"1062:7:0","statements":[]},"id":32,"implemented":true,"kind":"function","modifiers":[{"id":29,"kind":"modifierInvocation","modifierName":{"id":28,"name":"onlyInitializing","nameLocations":["1045:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1045:16:0"},"nodeType":"ModifierInvocation","src":"1045:16:0"}],"name":"__Ownable2Step_init_unchained","nameLocation":"1004:29:0","nodeType":"FunctionDefinition","parameters":{"id":27,"nodeType":"ParameterList","parameters":[],"src":"1033:2:0"},"returnParameters":{"id":30,"nodeType":"ParameterList","parameters":[],"src":"1062:0:0"},"scope":106,"src":"995:74:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":40,"nodeType":"Block","src":"1206:37:0","statements":[{"expression":{"id":38,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1223:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":37,"id":39,"nodeType":"Return","src":"1216:20:0"}]},"documentation":{"id":33,"nodeType":"StructuredDocumentation","src":"1074:65:0","text":" @dev Returns the address of the pending owner."},"functionSelector":"e30c3978","id":41,"implemented":true,"kind":"function","modifiers":[],"name":"pendingOwner","nameLocation":"1153:12:0","nodeType":"FunctionDefinition","parameters":{"id":34,"nodeType":"ParameterList","parameters":[],"src":"1165:2:0"},"returnParameters":{"id":37,"nodeType":"ParameterList","parameters":[{"constant":false,"id":36,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":41,"src":"1197:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":35,"name":"address","nodeType":"ElementaryTypeName","src":"1197:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1196:9:0"},"scope":106,"src":"1144:99:0","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[213],"body":{"id":60,"nodeType":"Block","src":"1515:99:0","statements":[{"expression":{"id":52,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":50,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1525:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":51,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1541:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1525:24:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":53,"nodeType":"ExpressionStatement","src":"1525:24:0"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":55,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1589:5:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":56,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1589:7:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":57,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1598:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":54,"name":"OwnershipTransferStarted","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":17,"src":"1564:24:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":58,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1564:43:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":59,"nodeType":"EmitStatement","src":"1559:48:0"}]},"documentation":{"id":42,"nodeType":"StructuredDocumentation","src":"1249:182:0","text":" @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":61,"implemented":true,"kind":"function","modifiers":[{"id":48,"kind":"modifierInvocation","modifierName":{"id":47,"name":"onlyOwner","nameLocations":["1505:9:0"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1505:9:0"},"nodeType":"ModifierInvocation","src":"1505:9:0"}],"name":"transferOwnership","nameLocation":"1445:17:0","nodeType":"FunctionDefinition","overrides":{"id":46,"nodeType":"OverrideSpecifier","overrides":[],"src":"1496:8:0"},"parameters":{"id":45,"nodeType":"ParameterList","parameters":[{"constant":false,"id":44,"mutability":"mutable","name":"newOwner","nameLocation":"1471:8:0","nodeType":"VariableDeclaration","scope":61,"src":"1463:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":43,"name":"address","nodeType":"ElementaryTypeName","src":"1463:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1462:18:0"},"returnParameters":{"id":49,"nodeType":"ParameterList","parameters":[],"src":"1515:0:0"},"scope":106,"src":"1436:178:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[233],"body":{"id":77,"nodeType":"Block","src":"1870:81:0","statements":[{"expression":{"id":69,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"1880:20:0","subExpression":{"id":68,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1887:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":70,"nodeType":"ExpressionStatement","src":"1880:20:0"},{"expression":{"arguments":[{"id":74,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":64,"src":"1935:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":71,"name":"super","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-25,"src":"1910:5:0","typeDescriptions":{"typeIdentifier":"t_type$_t_super$_Ownable2StepUpgradeable_$106_$","typeString":"type(contract super Ownable2StepUpgradeable)"}},"id":73,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1916:18:0","memberName":"_transferOwnership","nodeType":"MemberAccess","referencedDeclaration":233,"src":"1910:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":75,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1910:34:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":76,"nodeType":"ExpressionStatement","src":"1910:34:0"}]},"documentation":{"id":62,"nodeType":"StructuredDocumentation","src":"1620:173:0","text":" @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n Internal function without access restriction."},"id":78,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"1807:18:0","nodeType":"FunctionDefinition","overrides":{"id":66,"nodeType":"OverrideSpecifier","overrides":[],"src":"1861:8:0"},"parameters":{"id":65,"nodeType":"ParameterList","parameters":[{"constant":false,"id":64,"mutability":"mutable","name":"newOwner","nameLocation":"1834:8:0","nodeType":"VariableDeclaration","scope":78,"src":"1826:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":63,"name":"address","nodeType":"ElementaryTypeName","src":"1826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1825:18:0"},"returnParameters":{"id":67,"nodeType":"ParameterList","parameters":[],"src":"1870:0:0"},"scope":106,"src":"1798:153:0","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":99,"nodeType":"Block","src":"2073:170:0","statements":[{"assignments":[83],"declarations":[{"constant":false,"id":83,"mutability":"mutable","name":"sender","nameLocation":"2091:6:0","nodeType":"VariableDeclaration","scope":99,"src":"2083:14:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":82,"name":"address","nodeType":"ElementaryTypeName","src":"2083:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":86,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":84,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2100:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":85,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2100:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2083:29:0"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":91,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":88,"name":"pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":41,"src":"2130:12:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":89,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2130:14:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":90,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2148:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2130:24:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572","id":92,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2156:43:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""},"value":"Ownable2Step: caller is not the new owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""}],"id":87,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2122:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":93,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2122:78:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":94,"nodeType":"ExpressionStatement","src":"2122:78:0"},{"expression":{"arguments":[{"id":96,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2229:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":95,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[78],"referencedDeclaration":78,"src":"2210:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":97,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2210:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":98,"nodeType":"ExpressionStatement","src":"2210:26:0"}]},"documentation":{"id":79,"nodeType":"StructuredDocumentation","src":"1957:69:0","text":" @dev The new owner accepts the ownership transfer."},"functionSelector":"79ba5097","id":100,"implemented":true,"kind":"function","modifiers":[],"name":"acceptOwnership","nameLocation":"2040:15:0","nodeType":"FunctionDefinition","parameters":{"id":80,"nodeType":"ParameterList","parameters":[],"src":"2055:2:0"},"returnParameters":{"id":81,"nodeType":"ParameterList","parameters":[],"src":"2073:0:0"},"scope":106,"src":"2031:212:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"constant":false,"documentation":{"id":101,"nodeType":"StructuredDocumentation","src":"2249:254:0","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":105,"mutability":"mutable","name":"__gap","nameLocation":"2528:5:0","nodeType":"VariableDeclaration","scope":106,"src":"2508:25:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":102,"name":"uint256","nodeType":"ElementaryTypeName","src":"2508:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":104,"length":{"hexValue":"3439","id":103,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2516:2:0","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"2508:11:0","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":107,"src":"674:1862:0","usedErrors":[]}],"src":"107:2430:0"},"id":0},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"OwnableUpgradeable":[239]},"id":240,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":108,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"102:23:1"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":109,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":918,"src":"127:41:1","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":111,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":409,"src":"169:63:1","symbolAliases":[{"foreign":{"id":110,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"177:13:1","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":113,"name":"Initializable","nameLocations":["769:13:1"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"769:13:1"},"id":114,"nodeType":"InheritanceSpecifier","src":"769:13:1"},{"baseName":{"id":115,"name":"ContextUpgradeable","nameLocations":["784:18:1"],"nodeType":"IdentifierPath","referencedDeclaration":917,"src":"784:18:1"},"id":116,"nodeType":"InheritanceSpecifier","src":"784:18:1"}],"canonicalName":"OwnableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":112,"nodeType":"StructuredDocumentation","src":"234:494:1","text":" @dev Contract module which provides a basic access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership}.\n This module is used through inheritance. It will make available the modifier\n `onlyOwner`, which can be applied to your functions to restrict their use to\n the owner."},"fullyImplemented":true,"id":239,"linearizedBaseContracts":[239,917,408],"name":"OwnableUpgradeable","nameLocation":"747:18:1","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":118,"mutability":"mutable","name":"_owner","nameLocation":"825:6:1","nodeType":"VariableDeclaration","scope":239,"src":"809:22:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":117,"name":"address","nodeType":"ElementaryTypeName","src":"809:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","id":124,"name":"OwnershipTransferred","nameLocation":"844:20:1","nodeType":"EventDefinition","parameters":{"id":123,"nodeType":"ParameterList","parameters":[{"constant":false,"id":120,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"881:13:1","nodeType":"VariableDeclaration","scope":124,"src":"865:29:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":119,"name":"address","nodeType":"ElementaryTypeName","src":"865:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":122,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"912:8:1","nodeType":"VariableDeclaration","scope":124,"src":"896:24:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":121,"name":"address","nodeType":"ElementaryTypeName","src":"896:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"864:57:1"},"src":"838:84:1"},{"body":{"id":133,"nodeType":"Block","src":"1076:43:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":130,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"1086:24:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":131,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1086:26:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":132,"nodeType":"ExpressionStatement","src":"1086:26:1"}]},"documentation":{"id":125,"nodeType":"StructuredDocumentation","src":"928:91:1","text":" @dev Initializes the contract setting the deployer as the initial owner."},"id":134,"implemented":true,"kind":"function","modifiers":[{"id":128,"kind":"modifierInvocation","modifierName":{"id":127,"name":"onlyInitializing","nameLocations":["1059:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1059:16:1"},"nodeType":"ModifierInvocation","src":"1059:16:1"}],"name":"__Ownable_init","nameLocation":"1033:14:1","nodeType":"FunctionDefinition","parameters":{"id":126,"nodeType":"ParameterList","parameters":[],"src":"1047:2:1"},"returnParameters":{"id":129,"nodeType":"ParameterList","parameters":[],"src":"1076:0:1"},"scope":239,"src":"1024:95:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":144,"nodeType":"Block","src":"1187:49:1","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":140,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"1216:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":141,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1216:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":139,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"1197:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":142,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1197:32:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":143,"nodeType":"ExpressionStatement","src":"1197:32:1"}]},"id":145,"implemented":true,"kind":"function","modifiers":[{"id":137,"kind":"modifierInvocation","modifierName":{"id":136,"name":"onlyInitializing","nameLocations":["1170:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1170:16:1"},"nodeType":"ModifierInvocation","src":"1170:16:1"}],"name":"__Ownable_init_unchained","nameLocation":"1134:24:1","nodeType":"FunctionDefinition","parameters":{"id":135,"nodeType":"ParameterList","parameters":[],"src":"1158:2:1"},"returnParameters":{"id":138,"nodeType":"ParameterList","parameters":[],"src":"1187:0:1"},"scope":239,"src":"1125:111:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":152,"nodeType":"Block","src":"1345:41:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":148,"name":"_checkOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":176,"src":"1355:11:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":149,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1355:13:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":150,"nodeType":"ExpressionStatement","src":"1355:13:1"},{"id":151,"nodeType":"PlaceholderStatement","src":"1378:1:1"}]},"documentation":{"id":146,"nodeType":"StructuredDocumentation","src":"1242:77:1","text":" @dev Throws if called by any account other than the owner."},"id":153,"name":"onlyOwner","nameLocation":"1333:9:1","nodeType":"ModifierDefinition","parameters":{"id":147,"nodeType":"ParameterList","parameters":[],"src":"1342:2:1"},"src":"1324:62:1","virtual":false,"visibility":"internal"},{"body":{"id":161,"nodeType":"Block","src":"1517:30:1","statements":[{"expression":{"id":159,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"1534:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":158,"id":160,"nodeType":"Return","src":"1527:13:1"}]},"documentation":{"id":154,"nodeType":"StructuredDocumentation","src":"1392:65:1","text":" @dev Returns the address of the current owner."},"functionSelector":"8da5cb5b","id":162,"implemented":true,"kind":"function","modifiers":[],"name":"owner","nameLocation":"1471:5:1","nodeType":"FunctionDefinition","parameters":{"id":155,"nodeType":"ParameterList","parameters":[],"src":"1476:2:1"},"returnParameters":{"id":158,"nodeType":"ParameterList","parameters":[{"constant":false,"id":157,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":162,"src":"1508:7:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":156,"name":"address","nodeType":"ElementaryTypeName","src":"1508:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1507:9:1"},"scope":239,"src":"1462:85:1","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":175,"nodeType":"Block","src":"1665:85:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":171,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":167,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1683:5:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":168,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1683:7:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":169,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"1694:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":170,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1694:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1683:23:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","id":172,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1708:34:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""},"value":"Ownable: caller is not the owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""}],"id":166,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1675:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":173,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1675:68:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":174,"nodeType":"ExpressionStatement","src":"1675:68:1"}]},"documentation":{"id":163,"nodeType":"StructuredDocumentation","src":"1553:62:1","text":" @dev Throws if the sender is not the owner."},"id":176,"implemented":true,"kind":"function","modifiers":[],"name":"_checkOwner","nameLocation":"1629:11:1","nodeType":"FunctionDefinition","parameters":{"id":164,"nodeType":"ParameterList","parameters":[],"src":"1640:2:1"},"returnParameters":{"id":165,"nodeType":"ParameterList","parameters":[],"src":"1665:0:1"},"scope":239,"src":"1620:130:1","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":189,"nodeType":"Block","src":"2139:47:1","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":185,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2176: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":184,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2168:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":183,"name":"address","nodeType":"ElementaryTypeName","src":"2168:7:1","typeDescriptions":{}}},"id":186,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2168:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":182,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2149:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":187,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2149:30:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":188,"nodeType":"ExpressionStatement","src":"2149:30:1"}]},"documentation":{"id":177,"nodeType":"StructuredDocumentation","src":"1756:324:1","text":" @dev Leaves the contract without owner. It will not be possible to call\n `onlyOwner` functions. Can only be called by the current owner.\n NOTE: Renouncing ownership will leave the contract without an owner,\n thereby disabling any functionality that is only available to the owner."},"functionSelector":"715018a6","id":190,"implemented":true,"kind":"function","modifiers":[{"id":180,"kind":"modifierInvocation","modifierName":{"id":179,"name":"onlyOwner","nameLocations":["2129:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2129:9:1"},"nodeType":"ModifierInvocation","src":"2129:9:1"}],"name":"renounceOwnership","nameLocation":"2094:17:1","nodeType":"FunctionDefinition","parameters":{"id":178,"nodeType":"ParameterList","parameters":[],"src":"2111:2:1"},"returnParameters":{"id":181,"nodeType":"ParameterList","parameters":[],"src":"2139:0:1"},"scope":239,"src":"2085:101:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":212,"nodeType":"Block","src":"2405:128:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":204,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":199,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2423:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":202,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2443: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":201,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2435:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":200,"name":"address","nodeType":"ElementaryTypeName","src":"2435:7:1","typeDescriptions":{}}},"id":203,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2435:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2423:22:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373","id":205,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2447:40:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""},"value":"Ownable: new owner is the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""}],"id":198,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2415:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":206,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2415:73:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":207,"nodeType":"ExpressionStatement","src":"2415:73:1"},{"expression":{"arguments":[{"id":209,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2517:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":208,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2498:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":210,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2498:28:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":211,"nodeType":"ExpressionStatement","src":"2498:28:1"}]},"documentation":{"id":191,"nodeType":"StructuredDocumentation","src":"2192:138:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":213,"implemented":true,"kind":"function","modifiers":[{"id":196,"kind":"modifierInvocation","modifierName":{"id":195,"name":"onlyOwner","nameLocations":["2395:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2395:9:1"},"nodeType":"ModifierInvocation","src":"2395:9:1"}],"name":"transferOwnership","nameLocation":"2344:17:1","nodeType":"FunctionDefinition","parameters":{"id":194,"nodeType":"ParameterList","parameters":[{"constant":false,"id":193,"mutability":"mutable","name":"newOwner","nameLocation":"2370:8:1","nodeType":"VariableDeclaration","scope":213,"src":"2362:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":192,"name":"address","nodeType":"ElementaryTypeName","src":"2362:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2361:18:1"},"returnParameters":{"id":197,"nodeType":"ParameterList","parameters":[],"src":"2405:0:1"},"scope":239,"src":"2335:198:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":232,"nodeType":"Block","src":"2750:124:1","statements":[{"assignments":[220],"declarations":[{"constant":false,"id":220,"mutability":"mutable","name":"oldOwner","nameLocation":"2768:8:1","nodeType":"VariableDeclaration","scope":232,"src":"2760:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":219,"name":"address","nodeType":"ElementaryTypeName","src":"2760:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":222,"initialValue":{"id":221,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2779:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2760:25:1"},{"expression":{"id":225,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":223,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2795:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":224,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2804:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2795:17:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":226,"nodeType":"ExpressionStatement","src":"2795:17:1"},{"eventCall":{"arguments":[{"id":228,"name":"oldOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":220,"src":"2848:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":229,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2858:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":227,"name":"OwnershipTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":124,"src":"2827:20:1","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":230,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2827:40:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":231,"nodeType":"EmitStatement","src":"2822:45:1"}]},"documentation":{"id":214,"nodeType":"StructuredDocumentation","src":"2539:143:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Internal function without access restriction."},"id":233,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"2696:18:1","nodeType":"FunctionDefinition","parameters":{"id":217,"nodeType":"ParameterList","parameters":[{"constant":false,"id":216,"mutability":"mutable","name":"newOwner","nameLocation":"2723:8:1","nodeType":"VariableDeclaration","scope":233,"src":"2715:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":215,"name":"address","nodeType":"ElementaryTypeName","src":"2715:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2714:18:1"},"returnParameters":{"id":218,"nodeType":"ParameterList","parameters":[],"src":"2750:0:1"},"scope":239,"src":"2687:187:1","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":234,"nodeType":"StructuredDocumentation","src":"2880:254:1","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":238,"mutability":"mutable","name":"__gap","nameLocation":"3159:5:1","nodeType":"VariableDeclaration","scope":239,"src":"3139:25:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":235,"name":"uint256","nodeType":"ElementaryTypeName","src":"3139:7:1","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":237,"length":{"hexValue":"3439","id":236,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3147:2:1","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3139:11:1","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":240,"src":"729:2438:1","usedErrors":[]}],"src":"102:3066:1"},"id":1},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","exportedSymbols":{"AddressUpgradeable":[866],"Initializable":[408]},"id":409,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":241,"literals":["solidity","^","0.8",".2"],"nodeType":"PragmaDirective","src":"113:23:2"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","file":"../../utils/AddressUpgradeable.sol","id":242,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":409,"sourceUnit":867,"src":"138:44:2","symbolAliases":[],"unitAlias":""},{"abstract":true,"baseContracts":[],"canonicalName":"Initializable","contractDependencies":[],"contractKind":"contract","documentation":{"id":243,"nodeType":"StructuredDocumentation","src":"184:2209:2","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":408,"linearizedBaseContracts":[408],"name":"Initializable","nameLocation":"2412:13:2","nodeType":"ContractDefinition","nodes":[{"constant":false,"documentation":{"id":244,"nodeType":"StructuredDocumentation","src":"2432:109:2","text":" @dev Indicates that the contract has been initialized.\n @custom:oz-retyped-from bool"},"id":246,"mutability":"mutable","name":"_initialized","nameLocation":"2560:12:2","nodeType":"VariableDeclaration","scope":408,"src":"2546:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":245,"name":"uint8","nodeType":"ElementaryTypeName","src":"2546:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"private"},{"constant":false,"documentation":{"id":247,"nodeType":"StructuredDocumentation","src":"2579:91:2","text":" @dev Indicates that the contract is in the process of being initialized."},"id":249,"mutability":"mutable","name":"_initializing","nameLocation":"2688:13:2","nodeType":"VariableDeclaration","scope":408,"src":"2675:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":248,"name":"bool","nodeType":"ElementaryTypeName","src":"2675:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"anonymous":false,"documentation":{"id":250,"nodeType":"StructuredDocumentation","src":"2708:90:2","text":" @dev Triggered when the contract has been initialized or reinitialized."},"eventSelector":"7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498","id":254,"name":"Initialized","nameLocation":"2809:11:2","nodeType":"EventDefinition","parameters":{"id":253,"nodeType":"ParameterList","parameters":[{"constant":false,"id":252,"indexed":false,"mutability":"mutable","name":"version","nameLocation":"2827:7:2","nodeType":"VariableDeclaration","scope":254,"src":"2821:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":251,"name":"uint8","nodeType":"ElementaryTypeName","src":"2821:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"2820:15:2"},"src":"2803:33:2"},{"body":{"id":309,"nodeType":"Block","src":"3269:483:2","statements":[{"assignments":[258],"declarations":[{"constant":false,"id":258,"mutability":"mutable","name":"isTopLevelCall","nameLocation":"3284:14:2","nodeType":"VariableDeclaration","scope":309,"src":"3279:19:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":257,"name":"bool","nodeType":"ElementaryTypeName","src":"3279:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":261,"initialValue":{"id":260,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3301:14:2","subExpression":{"id":259,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3302:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"VariableDeclarationStatement","src":"3279:36:2"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":282,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":267,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":263,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3347:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":266,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":264,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3365:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"hexValue":"31","id":265,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3380:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3365:16:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3347:34:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":268,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3346:36:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":280,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":276,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3387:45:2","subExpression":{"arguments":[{"arguments":[{"id":273,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3426:4:2","typeDescriptions":{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}],"id":272,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3418:7:2","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":271,"name":"address","nodeType":"ElementaryTypeName","src":"3418:7:2","typeDescriptions":{}}},"id":274,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3418:13:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":269,"name":"AddressUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":866,"src":"3388:18:2","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_AddressUpgradeable_$866_$","typeString":"type(library AddressUpgradeable)"}},"id":270,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3407:10:2","memberName":"isContract","nodeType":"MemberAccess","referencedDeclaration":554,"src":"3388:29:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":275,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3388:44:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":279,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":277,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3436:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":278,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3452:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3436:17:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3387:66:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":281,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3386:68:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3346:108:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":283,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3468:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":262,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3325:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":284,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3325:201:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":285,"nodeType":"ExpressionStatement","src":"3325:201:2"},{"expression":{"id":288,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":286,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3536:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"31","id":287,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3551:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3536:16:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":289,"nodeType":"ExpressionStatement","src":"3536:16:2"},{"condition":{"id":290,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3566:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":296,"nodeType":"IfStatement","src":"3562:65:2","trueBody":{"id":295,"nodeType":"Block","src":"3582:45:2","statements":[{"expression":{"id":293,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":291,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3596:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":292,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3612:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3596:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":294,"nodeType":"ExpressionStatement","src":"3596:20:2"}]}},{"id":297,"nodeType":"PlaceholderStatement","src":"3636:1:2"},{"condition":{"id":298,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3651:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":308,"nodeType":"IfStatement","src":"3647:99:2","trueBody":{"id":307,"nodeType":"Block","src":"3667:79:2","statements":[{"expression":{"id":301,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":299,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3681:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":300,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3697:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"3681:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":302,"nodeType":"ExpressionStatement","src":"3681:21:2"},{"eventCall":{"arguments":[{"hexValue":"31","id":304,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3733:1:2","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":303,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"3721:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":305,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3721:14:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":306,"nodeType":"EmitStatement","src":"3716:19:2"}]}}]},"documentation":{"id":255,"nodeType":"StructuredDocumentation","src":"2842:399:2","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 functions marked with `initializer` can be nested in the context of a\n constructor.\n Emits an {Initialized} event."},"id":310,"name":"initializer","nameLocation":"3255:11:2","nodeType":"ModifierDefinition","parameters":{"id":256,"nodeType":"ParameterList","parameters":[],"src":"3266:2:2"},"src":"3246:506:2","virtual":false,"visibility":"internal"},{"body":{"id":342,"nodeType":"Block","src":"4863:255:2","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":321,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":317,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4881:14:2","subExpression":{"id":316,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"4882:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":320,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":318,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4899:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":319,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4914:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4899:22:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4881:40:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":322,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4923:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":315,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4873:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":323,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4873:99:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":324,"nodeType":"ExpressionStatement","src":"4873:99:2"},{"expression":{"id":327,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":325,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4982:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":326,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4997:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4982:22:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":328,"nodeType":"ExpressionStatement","src":"4982:22:2"},{"expression":{"id":331,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":329,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5014:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":330,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5030:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5014:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":332,"nodeType":"ExpressionStatement","src":"5014:20:2"},{"id":333,"nodeType":"PlaceholderStatement","src":"5044:1:2"},{"expression":{"id":336,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":334,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5055:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":335,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5071:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"5055:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":337,"nodeType":"ExpressionStatement","src":"5055:21:2"},{"eventCall":{"arguments":[{"id":339,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"5103:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":338,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"5091:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":340,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5091:20:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":341,"nodeType":"EmitStatement","src":"5086:25:2"}]},"documentation":{"id":311,"nodeType":"StructuredDocumentation","src":"3758:1062:2","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 255 will prevent any future reinitialization.\n Emits an {Initialized} event."},"id":343,"name":"reinitializer","nameLocation":"4834:13:2","nodeType":"ModifierDefinition","parameters":{"id":314,"nodeType":"ParameterList","parameters":[{"constant":false,"id":313,"mutability":"mutable","name":"version","nameLocation":"4854:7:2","nodeType":"VariableDeclaration","scope":343,"src":"4848:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":312,"name":"uint8","nodeType":"ElementaryTypeName","src":"4848:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"4847:15:2"},"src":"4825:293:2","virtual":false,"visibility":"internal"},{"body":{"id":352,"nodeType":"Block","src":"5356:97:2","statements":[{"expression":{"arguments":[{"id":347,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5374:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420696e697469616c697a696e67","id":348,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5389:45:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""},"value":"Initializable: contract is not initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""}],"id":346,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5366:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":349,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5366:69:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":350,"nodeType":"ExpressionStatement","src":"5366:69:2"},{"id":351,"nodeType":"PlaceholderStatement","src":"5445:1:2"}]},"documentation":{"id":344,"nodeType":"StructuredDocumentation","src":"5124:199:2","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":353,"name":"onlyInitializing","nameLocation":"5337:16:2","nodeType":"ModifierDefinition","parameters":{"id":345,"nodeType":"ParameterList","parameters":[],"src":"5353:2:2"},"src":"5328:125:2","virtual":false,"visibility":"internal"},{"body":{"id":388,"nodeType":"Block","src":"5988:231:2","statements":[{"expression":{"arguments":[{"id":359,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6006:14:2","subExpression":{"id":358,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6007:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e67","id":360,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6022:41:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""},"value":"Initializable: contract is initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""}],"id":357,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5998:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":361,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5998:66:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":362,"nodeType":"ExpressionStatement","src":"5998:66:2"},{"condition":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":369,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":363,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6078:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"arguments":[{"id":366,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6099:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":365,"name":"uint8","nodeType":"ElementaryTypeName","src":"6099:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":364,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6094:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":367,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6094:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":368,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6106:3:2","memberName":"max","nodeType":"MemberAccess","src":"6094:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6078:31:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":387,"nodeType":"IfStatement","src":"6074:139:2","trueBody":{"id":386,"nodeType":"Block","src":"6111:102:2","statements":[{"expression":{"id":376,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":370,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6125:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"expression":{"arguments":[{"id":373,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6145:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":372,"name":"uint8","nodeType":"ElementaryTypeName","src":"6145:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":371,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6140:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":374,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6140:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":375,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6152:3:2","memberName":"max","nodeType":"MemberAccess","src":"6140:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6125:30:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":377,"nodeType":"ExpressionStatement","src":"6125:30:2"},{"eventCall":{"arguments":[{"expression":{"arguments":[{"id":381,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6191:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":380,"name":"uint8","nodeType":"ElementaryTypeName","src":"6191:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":379,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6186:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":382,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6186:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":383,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6198:3:2","memberName":"max","nodeType":"MemberAccess","src":"6186:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":378,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"6174:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":384,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6174:28:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":385,"nodeType":"EmitStatement","src":"6169:33:2"}]}}]},"documentation":{"id":354,"nodeType":"StructuredDocumentation","src":"5459:475:2","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":389,"implemented":true,"kind":"function","modifiers":[],"name":"_disableInitializers","nameLocation":"5948:20:2","nodeType":"FunctionDefinition","parameters":{"id":355,"nodeType":"ParameterList","parameters":[],"src":"5968:2:2"},"returnParameters":{"id":356,"nodeType":"ParameterList","parameters":[],"src":"5988:0:2"},"scope":408,"src":"5939:280:2","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":397,"nodeType":"Block","src":"6393:36:2","statements":[{"expression":{"id":395,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6410:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"functionReturnParameters":394,"id":396,"nodeType":"Return","src":"6403:19:2"}]},"documentation":{"id":390,"nodeType":"StructuredDocumentation","src":"6225:99:2","text":" @dev Returns the highest version that has been initialized. See {reinitializer}."},"id":398,"implemented":true,"kind":"function","modifiers":[],"name":"_getInitializedVersion","nameLocation":"6338:22:2","nodeType":"FunctionDefinition","parameters":{"id":391,"nodeType":"ParameterList","parameters":[],"src":"6360:2:2"},"returnParameters":{"id":394,"nodeType":"ParameterList","parameters":[{"constant":false,"id":393,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":398,"src":"6386:5:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":392,"name":"uint8","nodeType":"ElementaryTypeName","src":"6386:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"6385:7:2"},"scope":408,"src":"6329:100:2","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":406,"nodeType":"Block","src":"6601:37:2","statements":[{"expression":{"id":404,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6618:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":403,"id":405,"nodeType":"Return","src":"6611:20:2"}]},"documentation":{"id":399,"nodeType":"StructuredDocumentation","src":"6435:105:2","text":" @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}."},"id":407,"implemented":true,"kind":"function","modifiers":[],"name":"_isInitializing","nameLocation":"6554:15:2","nodeType":"FunctionDefinition","parameters":{"id":400,"nodeType":"ParameterList","parameters":[],"src":"6569:2:2"},"returnParameters":{"id":403,"nodeType":"ParameterList","parameters":[{"constant":false,"id":402,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":407,"src":"6595:4:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":401,"name":"bool","nodeType":"ElementaryTypeName","src":"6595:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6594:6:2"},"scope":408,"src":"6545:93:2","stateMutability":"view","virtual":false,"visibility":"internal"}],"scope":409,"src":"2394:4246:2","usedErrors":[]}],"src":"113:6528:2"},"id":2},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"PausableUpgradeable":[536]},"id":537,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":410,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"105:23:3"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":411,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":918,"src":"130:41:3","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":413,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":409,"src":"172:63:3","symbolAliases":[{"foreign":{"id":412,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"180:13:3","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":415,"name":"Initializable","nameLocations":["718:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"718:13:3"},"id":416,"nodeType":"InheritanceSpecifier","src":"718:13:3"},{"baseName":{"id":417,"name":"ContextUpgradeable","nameLocations":["733:18:3"],"nodeType":"IdentifierPath","referencedDeclaration":917,"src":"733:18:3"},"id":418,"nodeType":"InheritanceSpecifier","src":"733:18:3"}],"canonicalName":"PausableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":414,"nodeType":"StructuredDocumentation","src":"237:439:3","text":" @dev Contract module which allows children to implement an emergency stop\n mechanism that can be triggered by an authorized account.\n This module is used through inheritance. It will make available the\n modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n the functions of your contract. Note that they will not be pausable by\n simply including this module, only once the modifiers are put in place."},"fullyImplemented":true,"id":536,"linearizedBaseContracts":[536,917,408],"name":"PausableUpgradeable","nameLocation":"695:19:3","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":419,"nodeType":"StructuredDocumentation","src":"758:73:3","text":" @dev Emitted when the pause is triggered by `account`."},"eventSelector":"62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258","id":423,"name":"Paused","nameLocation":"842:6:3","nodeType":"EventDefinition","parameters":{"id":422,"nodeType":"ParameterList","parameters":[{"constant":false,"id":421,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"857:7:3","nodeType":"VariableDeclaration","scope":423,"src":"849:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":420,"name":"address","nodeType":"ElementaryTypeName","src":"849:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"848:17:3"},"src":"836:30:3"},{"anonymous":false,"documentation":{"id":424,"nodeType":"StructuredDocumentation","src":"872:70:3","text":" @dev Emitted when the pause is lifted by `account`."},"eventSelector":"5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa","id":428,"name":"Unpaused","nameLocation":"953:8:3","nodeType":"EventDefinition","parameters":{"id":427,"nodeType":"ParameterList","parameters":[{"constant":false,"id":426,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"970:7:3","nodeType":"VariableDeclaration","scope":428,"src":"962:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":425,"name":"address","nodeType":"ElementaryTypeName","src":"962:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"961:17:3"},"src":"947:32:3"},{"constant":false,"id":430,"mutability":"mutable","name":"_paused","nameLocation":"998:7:3","nodeType":"VariableDeclaration","scope":536,"src":"985:20:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":429,"name":"bool","nodeType":"ElementaryTypeName","src":"985:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"body":{"id":439,"nodeType":"Block","src":"1137:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":436,"name":"__Pausable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":450,"src":"1147:25:3","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":437,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1147:27:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":438,"nodeType":"ExpressionStatement","src":"1147:27:3"}]},"documentation":{"id":431,"nodeType":"StructuredDocumentation","src":"1012:67:3","text":" @dev Initializes the contract in unpaused state."},"id":440,"implemented":true,"kind":"function","modifiers":[{"id":434,"kind":"modifierInvocation","modifierName":{"id":433,"name":"onlyInitializing","nameLocations":["1120:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1120:16:3"},"nodeType":"ModifierInvocation","src":"1120:16:3"}],"name":"__Pausable_init","nameLocation":"1093:15:3","nodeType":"FunctionDefinition","parameters":{"id":432,"nodeType":"ParameterList","parameters":[],"src":"1108:2:3"},"returnParameters":{"id":435,"nodeType":"ParameterList","parameters":[],"src":"1137:0:3"},"scope":536,"src":"1084:97:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":449,"nodeType":"Block","src":"1250:32:3","statements":[{"expression":{"id":447,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":445,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1260:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":446,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"1270:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"1260:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":448,"nodeType":"ExpressionStatement","src":"1260:15:3"}]},"id":450,"implemented":true,"kind":"function","modifiers":[{"id":443,"kind":"modifierInvocation","modifierName":{"id":442,"name":"onlyInitializing","nameLocations":["1233:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1233:16:3"},"nodeType":"ModifierInvocation","src":"1233:16:3"}],"name":"__Pausable_init_unchained","nameLocation":"1196:25:3","nodeType":"FunctionDefinition","parameters":{"id":441,"nodeType":"ParameterList","parameters":[],"src":"1221:2:3"},"returnParameters":{"id":444,"nodeType":"ParameterList","parameters":[],"src":"1250:0:3"},"scope":536,"src":"1187:95:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":457,"nodeType":"Block","src":"1493:47:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":453,"name":"_requireNotPaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":487,"src":"1503:17:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":454,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1503:19:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":455,"nodeType":"ExpressionStatement","src":"1503:19:3"},{"id":456,"nodeType":"PlaceholderStatement","src":"1532:1:3"}]},"documentation":{"id":451,"nodeType":"StructuredDocumentation","src":"1288:175:3","text":" @dev Modifier to make a function callable only when the contract is not paused.\n Requirements:\n - The contract must not be paused."},"id":458,"name":"whenNotPaused","nameLocation":"1477:13:3","nodeType":"ModifierDefinition","parameters":{"id":452,"nodeType":"ParameterList","parameters":[],"src":"1490:2:3"},"src":"1468:72:3","virtual":false,"visibility":"internal"},{"body":{"id":465,"nodeType":"Block","src":"1740:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":461,"name":"_requirePaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":498,"src":"1750:14:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":462,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1750:16:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":463,"nodeType":"ExpressionStatement","src":"1750:16:3"},{"id":464,"nodeType":"PlaceholderStatement","src":"1776:1:3"}]},"documentation":{"id":459,"nodeType":"StructuredDocumentation","src":"1546:167:3","text":" @dev Modifier to make a function callable only when the contract is paused.\n Requirements:\n - The contract must be paused."},"id":466,"name":"whenPaused","nameLocation":"1727:10:3","nodeType":"ModifierDefinition","parameters":{"id":460,"nodeType":"ParameterList","parameters":[],"src":"1737:2:3"},"src":"1718:66:3","virtual":false,"visibility":"internal"},{"body":{"id":474,"nodeType":"Block","src":"1932:31:3","statements":[{"expression":{"id":472,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1949:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":471,"id":473,"nodeType":"Return","src":"1942:14:3"}]},"documentation":{"id":467,"nodeType":"StructuredDocumentation","src":"1790:84:3","text":" @dev Returns true if the contract is paused, and false otherwise."},"functionSelector":"5c975abb","id":475,"implemented":true,"kind":"function","modifiers":[],"name":"paused","nameLocation":"1888:6:3","nodeType":"FunctionDefinition","parameters":{"id":468,"nodeType":"ParameterList","parameters":[],"src":"1894:2:3"},"returnParameters":{"id":471,"nodeType":"ParameterList","parameters":[{"constant":false,"id":470,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":475,"src":"1926:4:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":469,"name":"bool","nodeType":"ElementaryTypeName","src":"1926:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1925:6:3"},"scope":536,"src":"1879:84:3","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":486,"nodeType":"Block","src":"2082:55:3","statements":[{"expression":{"arguments":[{"id":482,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"2100:9:3","subExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":480,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2101:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":481,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2101:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a20706175736564","id":483,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2111:18:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""},"value":"Pausable: paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""}],"id":479,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2092:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":484,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2092:38:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":485,"nodeType":"ExpressionStatement","src":"2092:38:3"}]},"documentation":{"id":476,"nodeType":"StructuredDocumentation","src":"1969:57:3","text":" @dev Throws if the contract is paused."},"id":487,"implemented":true,"kind":"function","modifiers":[],"name":"_requireNotPaused","nameLocation":"2040:17:3","nodeType":"FunctionDefinition","parameters":{"id":477,"nodeType":"ParameterList","parameters":[],"src":"2057:2:3"},"returnParameters":{"id":478,"nodeType":"ParameterList","parameters":[],"src":"2082:0:3"},"scope":536,"src":"2031:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":497,"nodeType":"Block","src":"2257:58:3","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":492,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2275:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":493,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2275:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a206e6f7420706175736564","id":494,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2285:22:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""},"value":"Pausable: not paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""}],"id":491,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2267:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":495,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2267:41:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":496,"nodeType":"ExpressionStatement","src":"2267:41:3"}]},"documentation":{"id":488,"nodeType":"StructuredDocumentation","src":"2143:61:3","text":" @dev Throws if the contract is not paused."},"id":498,"implemented":true,"kind":"function","modifiers":[],"name":"_requirePaused","nameLocation":"2218:14:3","nodeType":"FunctionDefinition","parameters":{"id":489,"nodeType":"ParameterList","parameters":[],"src":"2232:2:3"},"returnParameters":{"id":490,"nodeType":"ParameterList","parameters":[],"src":"2257:0:3"},"scope":536,"src":"2209:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":513,"nodeType":"Block","src":"2499:66:3","statements":[{"expression":{"id":506,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":504,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2509:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2519:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"2509:14:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":507,"nodeType":"ExpressionStatement","src":"2509:14:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":509,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2545:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":510,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2545:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":508,"name":"Paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":423,"src":"2538:6:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":511,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2538:20:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":512,"nodeType":"EmitStatement","src":"2533:25:3"}]},"documentation":{"id":499,"nodeType":"StructuredDocumentation","src":"2321:124:3","text":" @dev Triggers stopped state.\n Requirements:\n - The contract must not be paused."},"id":514,"implemented":true,"kind":"function","modifiers":[{"id":502,"kind":"modifierInvocation","modifierName":{"id":501,"name":"whenNotPaused","nameLocations":["2485:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"2485:13:3"},"nodeType":"ModifierInvocation","src":"2485:13:3"}],"name":"_pause","nameLocation":"2459:6:3","nodeType":"FunctionDefinition","parameters":{"id":500,"nodeType":"ParameterList","parameters":[],"src":"2465:2:3"},"returnParameters":{"id":503,"nodeType":"ParameterList","parameters":[],"src":"2499:0:3"},"scope":536,"src":"2450:115:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":529,"nodeType":"Block","src":"2745:69:3","statements":[{"expression":{"id":522,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":520,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2755:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":521,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2765:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"2755:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":523,"nodeType":"ExpressionStatement","src":"2755:15:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":525,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2794:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":526,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2794:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":524,"name":"Unpaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":428,"src":"2785:8:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":527,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2785:22:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":528,"nodeType":"EmitStatement","src":"2780:27:3"}]},"documentation":{"id":515,"nodeType":"StructuredDocumentation","src":"2571:121:3","text":" @dev Returns to normal state.\n Requirements:\n - The contract must be paused."},"id":530,"implemented":true,"kind":"function","modifiers":[{"id":518,"kind":"modifierInvocation","modifierName":{"id":517,"name":"whenPaused","nameLocations":["2734:10:3"],"nodeType":"IdentifierPath","referencedDeclaration":466,"src":"2734:10:3"},"nodeType":"ModifierInvocation","src":"2734:10:3"}],"name":"_unpause","nameLocation":"2706:8:3","nodeType":"FunctionDefinition","parameters":{"id":516,"nodeType":"ParameterList","parameters":[],"src":"2714:2:3"},"returnParameters":{"id":519,"nodeType":"ParameterList","parameters":[],"src":"2745:0:3"},"scope":536,"src":"2697:117:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":531,"nodeType":"StructuredDocumentation","src":"2820:254:3","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":535,"mutability":"mutable","name":"__gap","nameLocation":"3099:5:3","nodeType":"VariableDeclaration","scope":536,"src":"3079:25:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":532,"name":"uint256","nodeType":"ElementaryTypeName","src":"3079:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":534,"length":{"hexValue":"3439","id":533,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3087:2:3","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3079:11:3","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":537,"src":"677:2430:3","usedErrors":[]}],"src":"105:3003:3"},"id":3},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","exportedSymbols":{"AddressUpgradeable":[866]},"id":867,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":538,"literals":["solidity","^","0.8",".1"],"nodeType":"PragmaDirective","src":"101:23:4"},{"abstract":false,"baseContracts":[],"canonicalName":"AddressUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":539,"nodeType":"StructuredDocumentation","src":"126:67:4","text":" @dev Collection of functions related to the address type"},"fullyImplemented":true,"id":866,"linearizedBaseContracts":[866],"name":"AddressUpgradeable","nameLocation":"202:18:4","nodeType":"ContractDefinition","nodes":[{"body":{"id":553,"nodeType":"Block","src":"1489:254:4","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":551,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":547,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":542,"src":"1713:7:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":548,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1721:4:4","memberName":"code","nodeType":"MemberAccess","src":"1713:12:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":549,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1726:6:4","memberName":"length","nodeType":"MemberAccess","src":"1713:19:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":550,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1735:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1713:23:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":546,"id":552,"nodeType":"Return","src":"1706:30:4"}]},"documentation":{"id":540,"nodeType":"StructuredDocumentation","src":"227:1191:4","text":" @dev Returns true if `account` is a contract.\n [IMPORTANT]\n ====\n It is unsafe to assume that an address for which this function returns\n false is an externally-owned account (EOA) and not a contract.\n Among others, `isContract` will return false for the following\n types of addresses:\n - an externally-owned account\n - a contract in construction\n - an address where a contract will be created\n - an address where a contract lived, but was destroyed\n Furthermore, `isContract` will also return true if the target contract within\n the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n which only has an effect at the end of a transaction.\n ====\n [IMPORTANT]\n ====\n You shouldn't rely on `isContract` to protect against flash loan attacks!\n Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n constructor.\n ===="},"id":554,"implemented":true,"kind":"function","modifiers":[],"name":"isContract","nameLocation":"1432:10:4","nodeType":"FunctionDefinition","parameters":{"id":543,"nodeType":"ParameterList","parameters":[{"constant":false,"id":542,"mutability":"mutable","name":"account","nameLocation":"1451:7:4","nodeType":"VariableDeclaration","scope":554,"src":"1443:15:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":541,"name":"address","nodeType":"ElementaryTypeName","src":"1443:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1442:17:4"},"returnParameters":{"id":546,"nodeType":"ParameterList","parameters":[{"constant":false,"id":545,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":554,"src":"1483:4:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":544,"name":"bool","nodeType":"ElementaryTypeName","src":"1483:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1482:6:4"},"scope":866,"src":"1423:320:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":587,"nodeType":"Block","src":"2729:241:4","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":569,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":565,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2755:4:4","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}],"id":564,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2747:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":563,"name":"address","nodeType":"ElementaryTypeName","src":"2747:7:4","typeDescriptions":{}}},"id":566,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2747:13:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":567,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2761:7:4","memberName":"balance","nodeType":"MemberAccess","src":"2747:21:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":568,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"2772:6:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2747:31:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e6365","id":570,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2780:31:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""},"value":"Address: insufficient balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""}],"id":562,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2739:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":571,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2739:73:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":572,"nodeType":"ExpressionStatement","src":"2739:73:4"},{"assignments":[574,null],"declarations":[{"constant":false,"id":574,"mutability":"mutable","name":"success","nameLocation":"2829:7:4","nodeType":"VariableDeclaration","scope":587,"src":"2824:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":573,"name":"bool","nodeType":"ElementaryTypeName","src":"2824:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},null],"id":581,"initialValue":{"arguments":[{"hexValue":"","id":579,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2872:2:4","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":575,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":557,"src":"2842:9:4","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"id":576,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2852:4:4","memberName":"call","nodeType":"MemberAccess","src":"2842:14:4","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":578,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":577,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"2864:6:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"2842:29:4","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":580,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2842:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"2823:52:4"},{"expression":{"arguments":[{"id":583,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":574,"src":"2893:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20756e61626c6520746f2073656e642076616c75652c20726563697069656e74206d61792068617665207265766572746564","id":584,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2902:60:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""},"value":"Address: unable to send value, recipient may have reverted"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""}],"id":582,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2885:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":585,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2885:78:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":586,"nodeType":"ExpressionStatement","src":"2885:78:4"}]},"documentation":{"id":555,"nodeType":"StructuredDocumentation","src":"1749:904:4","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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]."},"id":588,"implemented":true,"kind":"function","modifiers":[],"name":"sendValue","nameLocation":"2667:9:4","nodeType":"FunctionDefinition","parameters":{"id":560,"nodeType":"ParameterList","parameters":[{"constant":false,"id":557,"mutability":"mutable","name":"recipient","nameLocation":"2693:9:4","nodeType":"VariableDeclaration","scope":588,"src":"2677:25:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"},"typeName":{"id":556,"name":"address","nodeType":"ElementaryTypeName","src":"2677:15:4","stateMutability":"payable","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"visibility":"internal"},{"constant":false,"id":559,"mutability":"mutable","name":"amount","nameLocation":"2712:6:4","nodeType":"VariableDeclaration","scope":588,"src":"2704:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":558,"name":"uint256","nodeType":"ElementaryTypeName","src":"2704:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2676:43:4"},"returnParameters":{"id":561,"nodeType":"ParameterList","parameters":[],"src":"2729:0:4"},"scope":866,"src":"2658:312:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":605,"nodeType":"Block","src":"3801:96:4","statements":[{"expression":{"arguments":[{"id":599,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":591,"src":"3840:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":600,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":593,"src":"3848:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":601,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3854:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564","id":602,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3857:32:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""},"value":"Address: low-level call failed"}],"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"},{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""}],"id":598,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"3818:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":603,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3818:72:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":597,"id":604,"nodeType":"Return","src":"3811:79:4"}]},"documentation":{"id":589,"nodeType":"StructuredDocumentation","src":"2976:731:4","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, it is bubbled up by this\n function (like regular Solidity function calls).\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.\n _Available since v3.1._"},"id":606,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"3721:12:4","nodeType":"FunctionDefinition","parameters":{"id":594,"nodeType":"ParameterList","parameters":[{"constant":false,"id":591,"mutability":"mutable","name":"target","nameLocation":"3742:6:4","nodeType":"VariableDeclaration","scope":606,"src":"3734:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":590,"name":"address","nodeType":"ElementaryTypeName","src":"3734:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":593,"mutability":"mutable","name":"data","nameLocation":"3763:4:4","nodeType":"VariableDeclaration","scope":606,"src":"3750:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":592,"name":"bytes","nodeType":"ElementaryTypeName","src":"3750:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3733:35:4"},"returnParameters":{"id":597,"nodeType":"ParameterList","parameters":[{"constant":false,"id":596,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":606,"src":"3787:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":595,"name":"bytes","nodeType":"ElementaryTypeName","src":"3787:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3786:14:4"},"scope":866,"src":"3712:185:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":625,"nodeType":"Block","src":"4266:76:4","statements":[{"expression":{"arguments":[{"id":619,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":609,"src":"4305:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":620,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"4313:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":621,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4319:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"id":622,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":613,"src":"4322:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"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"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":618,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"4283:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":623,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4283:52:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":617,"id":624,"nodeType":"Return","src":"4276:59:4"}]},"documentation":{"id":607,"nodeType":"StructuredDocumentation","src":"3903:211:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":626,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"4128:12:4","nodeType":"FunctionDefinition","parameters":{"id":614,"nodeType":"ParameterList","parameters":[{"constant":false,"id":609,"mutability":"mutable","name":"target","nameLocation":"4158:6:4","nodeType":"VariableDeclaration","scope":626,"src":"4150:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":608,"name":"address","nodeType":"ElementaryTypeName","src":"4150:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":611,"mutability":"mutable","name":"data","nameLocation":"4187:4:4","nodeType":"VariableDeclaration","scope":626,"src":"4174:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":610,"name":"bytes","nodeType":"ElementaryTypeName","src":"4174:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":613,"mutability":"mutable","name":"errorMessage","nameLocation":"4215:12:4","nodeType":"VariableDeclaration","scope":626,"src":"4201:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":612,"name":"string","nodeType":"ElementaryTypeName","src":"4201:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4140:93:4"},"returnParameters":{"id":617,"nodeType":"ParameterList","parameters":[{"constant":false,"id":616,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":626,"src":"4252:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":615,"name":"bytes","nodeType":"ElementaryTypeName","src":"4252:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4251:14:4"},"scope":866,"src":"4119:223:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":645,"nodeType":"Block","src":"4817:111:4","statements":[{"expression":{"arguments":[{"id":639,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":629,"src":"4856:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":640,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":631,"src":"4864:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":641,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":633,"src":"4870:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c20776974682076616c7565206661696c6564","id":642,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4877:43:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""},"value":"Address: low-level call with value failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""}],"id":638,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"4834:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":643,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4834:87:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":637,"id":644,"nodeType":"Return","src":"4827:94:4"}]},"documentation":{"id":627,"nodeType":"StructuredDocumentation","src":"4348:351:4","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`.\n _Available since v3.1._"},"id":646,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"4713:21:4","nodeType":"FunctionDefinition","parameters":{"id":634,"nodeType":"ParameterList","parameters":[{"constant":false,"id":629,"mutability":"mutable","name":"target","nameLocation":"4743:6:4","nodeType":"VariableDeclaration","scope":646,"src":"4735:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":628,"name":"address","nodeType":"ElementaryTypeName","src":"4735:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":631,"mutability":"mutable","name":"data","nameLocation":"4764:4:4","nodeType":"VariableDeclaration","scope":646,"src":"4751:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":630,"name":"bytes","nodeType":"ElementaryTypeName","src":"4751:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":633,"mutability":"mutable","name":"value","nameLocation":"4778:5:4","nodeType":"VariableDeclaration","scope":646,"src":"4770:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":632,"name":"uint256","nodeType":"ElementaryTypeName","src":"4770:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4734:50:4"},"returnParameters":{"id":637,"nodeType":"ParameterList","parameters":[{"constant":false,"id":636,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":646,"src":"4803:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":635,"name":"bytes","nodeType":"ElementaryTypeName","src":"4803:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4802:14:4"},"scope":866,"src":"4704:224:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":689,"nodeType":"Block","src":"5355:267:4","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":667,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":663,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"5381:4:4","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}],"id":662,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5373:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":661,"name":"address","nodeType":"ElementaryTypeName","src":"5373:7:4","typeDescriptions":{}}},"id":664,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5373:13:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":665,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5387:7:4","memberName":"balance","nodeType":"MemberAccess","src":"5373:21:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":666,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"5398:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5373:30:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c","id":668,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5405:40:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""},"value":"Address: insufficient balance for call"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""}],"id":660,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5365:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":669,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5365:81:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":670,"nodeType":"ExpressionStatement","src":"5365:81:4"},{"assignments":[672,674],"declarations":[{"constant":false,"id":672,"mutability":"mutable","name":"success","nameLocation":"5462:7:4","nodeType":"VariableDeclaration","scope":689,"src":"5457:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":671,"name":"bool","nodeType":"ElementaryTypeName","src":"5457:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":674,"mutability":"mutable","name":"returndata","nameLocation":"5484:10:4","nodeType":"VariableDeclaration","scope":689,"src":"5471:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":673,"name":"bytes","nodeType":"ElementaryTypeName","src":"5471:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":681,"initialValue":{"arguments":[{"id":679,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":651,"src":"5524:4:4","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":675,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":649,"src":"5498:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":676,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5505:4:4","memberName":"call","nodeType":"MemberAccess","src":"5498:11:4","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":678,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":677,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"5517:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"5498:25:4","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":680,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5498:31:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"5456:73:4"},{"expression":{"arguments":[{"id":683,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":649,"src":"5573:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":684,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":672,"src":"5581:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":685,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":674,"src":"5590:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":686,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":655,"src":"5602:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":682,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"5546:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":687,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5546:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":659,"id":688,"nodeType":"Return","src":"5539:76:4"}]},"documentation":{"id":647,"nodeType":"StructuredDocumentation","src":"4934:237:4","text":" @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n with `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":690,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"5185:21:4","nodeType":"FunctionDefinition","parameters":{"id":656,"nodeType":"ParameterList","parameters":[{"constant":false,"id":649,"mutability":"mutable","name":"target","nameLocation":"5224:6:4","nodeType":"VariableDeclaration","scope":690,"src":"5216:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":648,"name":"address","nodeType":"ElementaryTypeName","src":"5216:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":651,"mutability":"mutable","name":"data","nameLocation":"5253:4:4","nodeType":"VariableDeclaration","scope":690,"src":"5240:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":650,"name":"bytes","nodeType":"ElementaryTypeName","src":"5240:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":653,"mutability":"mutable","name":"value","nameLocation":"5275:5:4","nodeType":"VariableDeclaration","scope":690,"src":"5267:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":652,"name":"uint256","nodeType":"ElementaryTypeName","src":"5267:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":655,"mutability":"mutable","name":"errorMessage","nameLocation":"5304:12:4","nodeType":"VariableDeclaration","scope":690,"src":"5290:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":654,"name":"string","nodeType":"ElementaryTypeName","src":"5290:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"5206:116:4"},"returnParameters":{"id":659,"nodeType":"ParameterList","parameters":[{"constant":false,"id":658,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":690,"src":"5341:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":657,"name":"bytes","nodeType":"ElementaryTypeName","src":"5341:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5340:14:4"},"scope":866,"src":"5176:446:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":706,"nodeType":"Block","src":"5899:97:4","statements":[{"expression":{"arguments":[{"id":701,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":693,"src":"5935:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":702,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":695,"src":"5943:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c207374617469632063616c6c206661696c6564","id":703,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5949:39:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""},"value":"Address: low-level static call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""}],"id":700,"name":"functionStaticCall","nodeType":"Identifier","overloadedDeclarations":[707,736],"referencedDeclaration":736,"src":"5916:18:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) view returns (bytes memory)"}},"id":704,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5916:73:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":699,"id":705,"nodeType":"Return","src":"5909:80:4"}]},"documentation":{"id":691,"nodeType":"StructuredDocumentation","src":"5628:166:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":707,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"5808:18:4","nodeType":"FunctionDefinition","parameters":{"id":696,"nodeType":"ParameterList","parameters":[{"constant":false,"id":693,"mutability":"mutable","name":"target","nameLocation":"5835:6:4","nodeType":"VariableDeclaration","scope":707,"src":"5827:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":692,"name":"address","nodeType":"ElementaryTypeName","src":"5827:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":695,"mutability":"mutable","name":"data","nameLocation":"5856:4:4","nodeType":"VariableDeclaration","scope":707,"src":"5843:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":694,"name":"bytes","nodeType":"ElementaryTypeName","src":"5843:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5826:35:4"},"returnParameters":{"id":699,"nodeType":"ParameterList","parameters":[{"constant":false,"id":698,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":707,"src":"5885:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":697,"name":"bytes","nodeType":"ElementaryTypeName","src":"5885:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5884:14:4"},"scope":866,"src":"5799:197:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":735,"nodeType":"Block","src":"6338:168:4","statements":[{"assignments":[720,722],"declarations":[{"constant":false,"id":720,"mutability":"mutable","name":"success","nameLocation":"6354:7:4","nodeType":"VariableDeclaration","scope":735,"src":"6349:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":719,"name":"bool","nodeType":"ElementaryTypeName","src":"6349:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":722,"mutability":"mutable","name":"returndata","nameLocation":"6376:10:4","nodeType":"VariableDeclaration","scope":735,"src":"6363:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":721,"name":"bytes","nodeType":"ElementaryTypeName","src":"6363:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":727,"initialValue":{"arguments":[{"id":725,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":712,"src":"6408:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":723,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":710,"src":"6390:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":724,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6397:10:4","memberName":"staticcall","nodeType":"MemberAccess","src":"6390:17:4","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":726,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6390:23:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6348:65:4"},{"expression":{"arguments":[{"id":729,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":710,"src":"6457:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":730,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":720,"src":"6465:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":731,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":722,"src":"6474:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":732,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":714,"src":"6486:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":728,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"6430:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":733,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6430:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":718,"id":734,"nodeType":"Return","src":"6423:76:4"}]},"documentation":{"id":708,"nodeType":"StructuredDocumentation","src":"6002:173:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":736,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"6189:18:4","nodeType":"FunctionDefinition","parameters":{"id":715,"nodeType":"ParameterList","parameters":[{"constant":false,"id":710,"mutability":"mutable","name":"target","nameLocation":"6225:6:4","nodeType":"VariableDeclaration","scope":736,"src":"6217:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":709,"name":"address","nodeType":"ElementaryTypeName","src":"6217:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":712,"mutability":"mutable","name":"data","nameLocation":"6254:4:4","nodeType":"VariableDeclaration","scope":736,"src":"6241:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":711,"name":"bytes","nodeType":"ElementaryTypeName","src":"6241:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":714,"mutability":"mutable","name":"errorMessage","nameLocation":"6282:12:4","nodeType":"VariableDeclaration","scope":736,"src":"6268:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":713,"name":"string","nodeType":"ElementaryTypeName","src":"6268:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"6207:93:4"},"returnParameters":{"id":718,"nodeType":"ParameterList","parameters":[{"constant":false,"id":717,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":736,"src":"6324:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":716,"name":"bytes","nodeType":"ElementaryTypeName","src":"6324:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6323:14:4"},"scope":866,"src":"6180:326:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":752,"nodeType":"Block","src":"6782:101:4","statements":[{"expression":{"arguments":[{"id":747,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":739,"src":"6820:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":748,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":741,"src":"6828:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564","id":749,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6834:41:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""},"value":"Address: low-level delegate call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""}],"id":746,"name":"functionDelegateCall","nodeType":"Identifier","overloadedDeclarations":[753,782],"referencedDeclaration":782,"src":"6799:20:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) returns (bytes memory)"}},"id":750,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6799:77:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":745,"id":751,"nodeType":"Return","src":"6792:84:4"}]},"documentation":{"id":737,"nodeType":"StructuredDocumentation","src":"6512:168:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":753,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"6694:20:4","nodeType":"FunctionDefinition","parameters":{"id":742,"nodeType":"ParameterList","parameters":[{"constant":false,"id":739,"mutability":"mutable","name":"target","nameLocation":"6723:6:4","nodeType":"VariableDeclaration","scope":753,"src":"6715:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":738,"name":"address","nodeType":"ElementaryTypeName","src":"6715:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":741,"mutability":"mutable","name":"data","nameLocation":"6744:4:4","nodeType":"VariableDeclaration","scope":753,"src":"6731:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":740,"name":"bytes","nodeType":"ElementaryTypeName","src":"6731:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6714:35:4"},"returnParameters":{"id":745,"nodeType":"ParameterList","parameters":[{"constant":false,"id":744,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":753,"src":"6768:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":743,"name":"bytes","nodeType":"ElementaryTypeName","src":"6768:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6767:14:4"},"scope":866,"src":"6685:198:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":781,"nodeType":"Block","src":"7224:170:4","statements":[{"assignments":[766,768],"declarations":[{"constant":false,"id":766,"mutability":"mutable","name":"success","nameLocation":"7240:7:4","nodeType":"VariableDeclaration","scope":781,"src":"7235:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":765,"name":"bool","nodeType":"ElementaryTypeName","src":"7235:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":768,"mutability":"mutable","name":"returndata","nameLocation":"7262:10:4","nodeType":"VariableDeclaration","scope":781,"src":"7249:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":767,"name":"bytes","nodeType":"ElementaryTypeName","src":"7249:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":773,"initialValue":{"arguments":[{"id":771,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":758,"src":"7296:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":769,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":756,"src":"7276:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":770,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7283:12:4","memberName":"delegatecall","nodeType":"MemberAccess","src":"7276:19:4","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":772,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7276:25:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"7234:67:4"},{"expression":{"arguments":[{"id":775,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":756,"src":"7345:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":776,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":766,"src":"7353:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":777,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":768,"src":"7362:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":778,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":760,"src":"7374:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":774,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"7318:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":779,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7318:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":764,"id":780,"nodeType":"Return","src":"7311:76:4"}]},"documentation":{"id":754,"nodeType":"StructuredDocumentation","src":"6889:175:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":782,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"7078:20:4","nodeType":"FunctionDefinition","parameters":{"id":761,"nodeType":"ParameterList","parameters":[{"constant":false,"id":756,"mutability":"mutable","name":"target","nameLocation":"7116:6:4","nodeType":"VariableDeclaration","scope":782,"src":"7108:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":755,"name":"address","nodeType":"ElementaryTypeName","src":"7108:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":758,"mutability":"mutable","name":"data","nameLocation":"7145:4:4","nodeType":"VariableDeclaration","scope":782,"src":"7132:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":757,"name":"bytes","nodeType":"ElementaryTypeName","src":"7132:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":760,"mutability":"mutable","name":"errorMessage","nameLocation":"7173:12:4","nodeType":"VariableDeclaration","scope":782,"src":"7159:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":759,"name":"string","nodeType":"ElementaryTypeName","src":"7159:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7098:93:4"},"returnParameters":{"id":764,"nodeType":"ParameterList","parameters":[{"constant":false,"id":763,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":782,"src":"7210:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":762,"name":"bytes","nodeType":"ElementaryTypeName","src":"7210:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7209:14:4"},"scope":866,"src":"7069:325:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":820,"nodeType":"Block","src":"7876:434:4","statements":[{"condition":{"id":796,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":787,"src":"7890:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":818,"nodeType":"Block","src":"8246:58:4","statements":[{"expression":{"arguments":[{"id":814,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"8268:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":815,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":791,"src":"8280:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":813,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":865,"src":"8260:7:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":816,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8260:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":817,"nodeType":"ExpressionStatement","src":"8260:33:4"}]},"id":819,"nodeType":"IfStatement","src":"7886:418:4","trueBody":{"id":812,"nodeType":"Block","src":"7899:341:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":800,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":797,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"7917:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":798,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7928:6:4","memberName":"length","nodeType":"MemberAccess","src":"7917:17:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":799,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7938:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"7917:22:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":809,"nodeType":"IfStatement","src":"7913:286:4","trueBody":{"id":808,"nodeType":"Block","src":"7941:258:4","statements":[{"expression":{"arguments":[{"arguments":[{"id":803,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":785,"src":"8143:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":802,"name":"isContract","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":554,"src":"8132:10:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":804,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8132:18:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374","id":805,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8152:31:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""},"value":"Address: call to non-contract"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""}],"id":801,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8124:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":806,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8124:60:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":807,"nodeType":"ExpressionStatement","src":"8124:60:4"}]}},{"expression":{"id":810,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"8219:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":795,"id":811,"nodeType":"Return","src":"8212:17:4"}]}}]},"documentation":{"id":783,"nodeType":"StructuredDocumentation","src":"7400:277:4","text":" @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n _Available since v4.8._"},"id":821,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResultFromTarget","nameLocation":"7691:26:4","nodeType":"FunctionDefinition","parameters":{"id":792,"nodeType":"ParameterList","parameters":[{"constant":false,"id":785,"mutability":"mutable","name":"target","nameLocation":"7735:6:4","nodeType":"VariableDeclaration","scope":821,"src":"7727:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":784,"name":"address","nodeType":"ElementaryTypeName","src":"7727:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":787,"mutability":"mutable","name":"success","nameLocation":"7756:7:4","nodeType":"VariableDeclaration","scope":821,"src":"7751:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":786,"name":"bool","nodeType":"ElementaryTypeName","src":"7751:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":789,"mutability":"mutable","name":"returndata","nameLocation":"7786:10:4","nodeType":"VariableDeclaration","scope":821,"src":"7773:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":788,"name":"bytes","nodeType":"ElementaryTypeName","src":"7773:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":791,"mutability":"mutable","name":"errorMessage","nameLocation":"7820:12:4","nodeType":"VariableDeclaration","scope":821,"src":"7806:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":790,"name":"string","nodeType":"ElementaryTypeName","src":"7806:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7717:121:4"},"returnParameters":{"id":795,"nodeType":"ParameterList","parameters":[{"constant":false,"id":794,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":821,"src":"7862:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":793,"name":"bytes","nodeType":"ElementaryTypeName","src":"7862:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7861:14:4"},"scope":866,"src":"7682:628:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":844,"nodeType":"Block","src":"8691:135:4","statements":[{"condition":{"id":833,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":824,"src":"8705:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":842,"nodeType":"Block","src":"8762:58:4","statements":[{"expression":{"arguments":[{"id":838,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":826,"src":"8784:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":839,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":828,"src":"8796:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":837,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":865,"src":"8776:7:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":840,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8776:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":841,"nodeType":"ExpressionStatement","src":"8776:33:4"}]},"id":843,"nodeType":"IfStatement","src":"8701:119:4","trueBody":{"id":836,"nodeType":"Block","src":"8714:42:4","statements":[{"expression":{"id":834,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":826,"src":"8735:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":832,"id":835,"nodeType":"Return","src":"8728:17:4"}]}}]},"documentation":{"id":822,"nodeType":"StructuredDocumentation","src":"8316:210:4","text":" @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n revert reason or using the provided one.\n _Available since v4.3._"},"id":845,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResult","nameLocation":"8540:16:4","nodeType":"FunctionDefinition","parameters":{"id":829,"nodeType":"ParameterList","parameters":[{"constant":false,"id":824,"mutability":"mutable","name":"success","nameLocation":"8571:7:4","nodeType":"VariableDeclaration","scope":845,"src":"8566:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":823,"name":"bool","nodeType":"ElementaryTypeName","src":"8566:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":826,"mutability":"mutable","name":"returndata","nameLocation":"8601:10:4","nodeType":"VariableDeclaration","scope":845,"src":"8588:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":825,"name":"bytes","nodeType":"ElementaryTypeName","src":"8588:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":828,"mutability":"mutable","name":"errorMessage","nameLocation":"8635:12:4","nodeType":"VariableDeclaration","scope":845,"src":"8621:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":827,"name":"string","nodeType":"ElementaryTypeName","src":"8621:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8556:97:4"},"returnParameters":{"id":832,"nodeType":"ParameterList","parameters":[{"constant":false,"id":831,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":845,"src":"8677:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":830,"name":"bytes","nodeType":"ElementaryTypeName","src":"8677:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"8676:14:4"},"scope":866,"src":"8531:295:4","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":864,"nodeType":"Block","src":"8915:457:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":855,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":852,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":847,"src":"8991:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":853,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"9002:6:4","memberName":"length","nodeType":"MemberAccess","src":"8991:17:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":854,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9011:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8991:21:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":862,"nodeType":"Block","src":"9321:45:4","statements":[{"expression":{"arguments":[{"id":859,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":849,"src":"9342:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":858,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"9335:6:4","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":860,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9335:20:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":861,"nodeType":"ExpressionStatement","src":"9335:20:4"}]},"id":863,"nodeType":"IfStatement","src":"8987:379:4","trueBody":{"id":857,"nodeType":"Block","src":"9014:301:4","statements":[{"AST":{"nodeType":"YulBlock","src":"9172:133:4","statements":[{"nodeType":"YulVariableDeclaration","src":"9190:40:4","value":{"arguments":[{"name":"returndata","nodeType":"YulIdentifier","src":"9219:10:4"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"9213:5:4"},"nodeType":"YulFunctionCall","src":"9213:17:4"},"variables":[{"name":"returndata_size","nodeType":"YulTypedName","src":"9194:15:4","type":""}]},{"expression":{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9258:2:4","type":"","value":"32"},{"name":"returndata","nodeType":"YulIdentifier","src":"9262:10:4"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9254:3:4"},"nodeType":"YulFunctionCall","src":"9254:19:4"},{"name":"returndata_size","nodeType":"YulIdentifier","src":"9275:15:4"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9247:6:4"},"nodeType":"YulFunctionCall","src":"9247:44:4"},"nodeType":"YulExpressionStatement","src":"9247:44:4"}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":847,"isOffset":false,"isSlot":false,"src":"9219:10:4","valueSize":1},{"declaration":847,"isOffset":false,"isSlot":false,"src":"9262:10:4","valueSize":1}],"id":856,"nodeType":"InlineAssembly","src":"9163:142:4"}]}}]},"id":865,"implemented":true,"kind":"function","modifiers":[],"name":"_revert","nameLocation":"8841:7:4","nodeType":"FunctionDefinition","parameters":{"id":850,"nodeType":"ParameterList","parameters":[{"constant":false,"id":847,"mutability":"mutable","name":"returndata","nameLocation":"8862:10:4","nodeType":"VariableDeclaration","scope":865,"src":"8849:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":846,"name":"bytes","nodeType":"ElementaryTypeName","src":"8849:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":849,"mutability":"mutable","name":"errorMessage","nameLocation":"8888:12:4","nodeType":"VariableDeclaration","scope":865,"src":"8874:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":848,"name":"string","nodeType":"ElementaryTypeName","src":"8874:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8848:53:4"},"returnParameters":{"id":851,"nodeType":"ParameterList","parameters":[],"src":"8915:0:4"},"scope":866,"src":"8832:540:4","stateMutability":"pure","virtual":false,"visibility":"private"}],"scope":867,"src":"194:9180:4","usedErrors":[]}],"src":"101:9274:4"},"id":4},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408]},"id":918,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":868,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:5"},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":870,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":918,"sourceUnit":409,"src":"125:63:5","symbolAliases":[{"foreign":{"id":869,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"133:13:5","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":872,"name":"Initializable","nameLocations":["727:13:5"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"727:13:5"},"id":873,"nodeType":"InheritanceSpecifier","src":"727:13:5"}],"canonicalName":"ContextUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":871,"nodeType":"StructuredDocumentation","src":"190:496:5","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":917,"linearizedBaseContracts":[917,408],"name":"ContextUpgradeable","nameLocation":"705:18:5","nodeType":"ContractDefinition","nodes":[{"body":{"id":878,"nodeType":"Block","src":"799:7:5","statements":[]},"id":879,"implemented":true,"kind":"function","modifiers":[{"id":876,"kind":"modifierInvocation","modifierName":{"id":875,"name":"onlyInitializing","nameLocations":["782:16:5"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"782:16:5"},"nodeType":"ModifierInvocation","src":"782:16:5"}],"name":"__Context_init","nameLocation":"756:14:5","nodeType":"FunctionDefinition","parameters":{"id":874,"nodeType":"ParameterList","parameters":[],"src":"770:2:5"},"returnParameters":{"id":877,"nodeType":"ParameterList","parameters":[],"src":"799:0:5"},"scope":917,"src":"747:59:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":884,"nodeType":"Block","src":"874:7:5","statements":[]},"id":885,"implemented":true,"kind":"function","modifiers":[{"id":882,"kind":"modifierInvocation","modifierName":{"id":881,"name":"onlyInitializing","nameLocations":["857:16:5"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"857:16:5"},"nodeType":"ModifierInvocation","src":"857:16:5"}],"name":"__Context_init_unchained","nameLocation":"821:24:5","nodeType":"FunctionDefinition","parameters":{"id":880,"nodeType":"ParameterList","parameters":[],"src":"845:2:5"},"returnParameters":{"id":883,"nodeType":"ParameterList","parameters":[],"src":"874:0:5"},"scope":917,"src":"812:69:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":893,"nodeType":"Block","src":"948:34:5","statements":[{"expression":{"expression":{"id":890,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"965:3:5","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":891,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"969:6:5","memberName":"sender","nodeType":"MemberAccess","src":"965:10:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":889,"id":892,"nodeType":"Return","src":"958:17:5"}]},"id":894,"implemented":true,"kind":"function","modifiers":[],"name":"_msgSender","nameLocation":"895:10:5","nodeType":"FunctionDefinition","parameters":{"id":886,"nodeType":"ParameterList","parameters":[],"src":"905:2:5"},"returnParameters":{"id":889,"nodeType":"ParameterList","parameters":[{"constant":false,"id":888,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":894,"src":"939:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":887,"name":"address","nodeType":"ElementaryTypeName","src":"939:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"938:9:5"},"scope":917,"src":"886:96:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":902,"nodeType":"Block","src":"1055:32:5","statements":[{"expression":{"expression":{"id":899,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1072:3:5","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":900,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1076:4:5","memberName":"data","nodeType":"MemberAccess","src":"1072:8:5","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"functionReturnParameters":898,"id":901,"nodeType":"Return","src":"1065:15:5"}]},"id":903,"implemented":true,"kind":"function","modifiers":[],"name":"_msgData","nameLocation":"997:8:5","nodeType":"FunctionDefinition","parameters":{"id":895,"nodeType":"ParameterList","parameters":[],"src":"1005:2:5"},"returnParameters":{"id":898,"nodeType":"ParameterList","parameters":[{"constant":false,"id":897,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":903,"src":"1039:14:5","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":896,"name":"bytes","nodeType":"ElementaryTypeName","src":"1039:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1038:16:5"},"scope":917,"src":"988:99:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":910,"nodeType":"Block","src":"1165:25:5","statements":[{"expression":{"hexValue":"30","id":908,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1182:1:5","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":907,"id":909,"nodeType":"Return","src":"1175:8:5"}]},"id":911,"implemented":true,"kind":"function","modifiers":[],"name":"_contextSuffixLength","nameLocation":"1102:20:5","nodeType":"FunctionDefinition","parameters":{"id":904,"nodeType":"ParameterList","parameters":[],"src":"1122:2:5"},"returnParameters":{"id":907,"nodeType":"ParameterList","parameters":[{"constant":false,"id":906,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":911,"src":"1156:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":905,"name":"uint256","nodeType":"ElementaryTypeName","src":"1156:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1155:9:5"},"scope":917,"src":"1093:97:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":912,"nodeType":"StructuredDocumentation","src":"1196:254:5","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":916,"mutability":"mutable","name":"__gap","nameLocation":"1475:5:5","nodeType":"VariableDeclaration","scope":917,"src":"1455:25:5","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":913,"name":"uint256","nodeType":"ElementaryTypeName","src":"1455:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":915,"length":{"hexValue":"3530","id":914,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1463:2:5","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"1455:11:5","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"}],"scope":918,"src":"687:796:5","usedErrors":[]}],"src":"101:1383:5"},"id":5},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","exportedSymbols":{"IERC20":[995]},"id":996,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":919,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"106:23:6"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20","contractDependencies":[],"contractKind":"interface","documentation":{"id":920,"nodeType":"StructuredDocumentation","src":"131:70:6","text":" @dev Interface of the ERC20 standard as defined in the EIP."},"fullyImplemented":false,"id":995,"linearizedBaseContracts":[995],"name":"IERC20","nameLocation":"212:6:6","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":921,"nodeType":"StructuredDocumentation","src":"225:158:6","text":" @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero."},"eventSelector":"ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","id":929,"name":"Transfer","nameLocation":"394:8:6","nodeType":"EventDefinition","parameters":{"id":928,"nodeType":"ParameterList","parameters":[{"constant":false,"id":923,"indexed":true,"mutability":"mutable","name":"from","nameLocation":"419:4:6","nodeType":"VariableDeclaration","scope":929,"src":"403:20:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":922,"name":"address","nodeType":"ElementaryTypeName","src":"403:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":925,"indexed":true,"mutability":"mutable","name":"to","nameLocation":"441:2:6","nodeType":"VariableDeclaration","scope":929,"src":"425:18:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":924,"name":"address","nodeType":"ElementaryTypeName","src":"425:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":927,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"453:5:6","nodeType":"VariableDeclaration","scope":929,"src":"445:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":926,"name":"uint256","nodeType":"ElementaryTypeName","src":"445:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"402:57:6"},"src":"388:72:6"},{"anonymous":false,"documentation":{"id":930,"nodeType":"StructuredDocumentation","src":"466:148:6","text":" @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance."},"eventSelector":"8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925","id":938,"name":"Approval","nameLocation":"625:8:6","nodeType":"EventDefinition","parameters":{"id":937,"nodeType":"ParameterList","parameters":[{"constant":false,"id":932,"indexed":true,"mutability":"mutable","name":"owner","nameLocation":"650:5:6","nodeType":"VariableDeclaration","scope":938,"src":"634:21:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":931,"name":"address","nodeType":"ElementaryTypeName","src":"634:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":934,"indexed":true,"mutability":"mutable","name":"spender","nameLocation":"673:7:6","nodeType":"VariableDeclaration","scope":938,"src":"657:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":933,"name":"address","nodeType":"ElementaryTypeName","src":"657:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":936,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"690:5:6","nodeType":"VariableDeclaration","scope":938,"src":"682:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":935,"name":"uint256","nodeType":"ElementaryTypeName","src":"682:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"633:63:6"},"src":"619:78:6"},{"documentation":{"id":939,"nodeType":"StructuredDocumentation","src":"703:66:6","text":" @dev Returns the amount of tokens in existence."},"functionSelector":"18160ddd","id":944,"implemented":false,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"783:11:6","nodeType":"FunctionDefinition","parameters":{"id":940,"nodeType":"ParameterList","parameters":[],"src":"794:2:6"},"returnParameters":{"id":943,"nodeType":"ParameterList","parameters":[{"constant":false,"id":942,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":944,"src":"820:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":941,"name":"uint256","nodeType":"ElementaryTypeName","src":"820:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"819:9:6"},"scope":995,"src":"774:55:6","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":945,"nodeType":"StructuredDocumentation","src":"835:72:6","text":" @dev Returns the amount of tokens owned by `account`."},"functionSelector":"70a08231","id":952,"implemented":false,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"921:9:6","nodeType":"FunctionDefinition","parameters":{"id":948,"nodeType":"ParameterList","parameters":[{"constant":false,"id":947,"mutability":"mutable","name":"account","nameLocation":"939:7:6","nodeType":"VariableDeclaration","scope":952,"src":"931:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":946,"name":"address","nodeType":"ElementaryTypeName","src":"931:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"930:17:6"},"returnParameters":{"id":951,"nodeType":"ParameterList","parameters":[{"constant":false,"id":950,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":952,"src":"971:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":949,"name":"uint256","nodeType":"ElementaryTypeName","src":"971:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"970:9:6"},"scope":995,"src":"912:68:6","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":953,"nodeType":"StructuredDocumentation","src":"986:202:6","text":" @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"a9059cbb","id":962,"implemented":false,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"1202:8:6","nodeType":"FunctionDefinition","parameters":{"id":958,"nodeType":"ParameterList","parameters":[{"constant":false,"id":955,"mutability":"mutable","name":"to","nameLocation":"1219:2:6","nodeType":"VariableDeclaration","scope":962,"src":"1211:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":954,"name":"address","nodeType":"ElementaryTypeName","src":"1211:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":957,"mutability":"mutable","name":"amount","nameLocation":"1231:6:6","nodeType":"VariableDeclaration","scope":962,"src":"1223:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":956,"name":"uint256","nodeType":"ElementaryTypeName","src":"1223:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1210:28:6"},"returnParameters":{"id":961,"nodeType":"ParameterList","parameters":[{"constant":false,"id":960,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":962,"src":"1257:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":959,"name":"bool","nodeType":"ElementaryTypeName","src":"1257:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1256:6:6"},"scope":995,"src":"1193:70:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":963,"nodeType":"StructuredDocumentation","src":"1269:264:6","text":" @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called."},"functionSelector":"dd62ed3e","id":972,"implemented":false,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"1547:9:6","nodeType":"FunctionDefinition","parameters":{"id":968,"nodeType":"ParameterList","parameters":[{"constant":false,"id":965,"mutability":"mutable","name":"owner","nameLocation":"1565:5:6","nodeType":"VariableDeclaration","scope":972,"src":"1557:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":964,"name":"address","nodeType":"ElementaryTypeName","src":"1557:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":967,"mutability":"mutable","name":"spender","nameLocation":"1580:7:6","nodeType":"VariableDeclaration","scope":972,"src":"1572:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":966,"name":"address","nodeType":"ElementaryTypeName","src":"1572:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1556:32:6"},"returnParameters":{"id":971,"nodeType":"ParameterList","parameters":[{"constant":false,"id":970,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":972,"src":"1612:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":969,"name":"uint256","nodeType":"ElementaryTypeName","src":"1612:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1611:9:6"},"scope":995,"src":"1538:83:6","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":973,"nodeType":"StructuredDocumentation","src":"1627:642:6","text":" @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event."},"functionSelector":"095ea7b3","id":982,"implemented":false,"kind":"function","modifiers":[],"name":"approve","nameLocation":"2283:7:6","nodeType":"FunctionDefinition","parameters":{"id":978,"nodeType":"ParameterList","parameters":[{"constant":false,"id":975,"mutability":"mutable","name":"spender","nameLocation":"2299:7:6","nodeType":"VariableDeclaration","scope":982,"src":"2291:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":974,"name":"address","nodeType":"ElementaryTypeName","src":"2291:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":977,"mutability":"mutable","name":"amount","nameLocation":"2316:6:6","nodeType":"VariableDeclaration","scope":982,"src":"2308:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":976,"name":"uint256","nodeType":"ElementaryTypeName","src":"2308:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2290:33:6"},"returnParameters":{"id":981,"nodeType":"ParameterList","parameters":[{"constant":false,"id":980,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":982,"src":"2342:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":979,"name":"bool","nodeType":"ElementaryTypeName","src":"2342:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2341:6:6"},"scope":995,"src":"2274:74:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":983,"nodeType":"StructuredDocumentation","src":"2354:287:6","text":" @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"23b872dd","id":994,"implemented":false,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"2655:12:6","nodeType":"FunctionDefinition","parameters":{"id":990,"nodeType":"ParameterList","parameters":[{"constant":false,"id":985,"mutability":"mutable","name":"from","nameLocation":"2676:4:6","nodeType":"VariableDeclaration","scope":994,"src":"2668:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":984,"name":"address","nodeType":"ElementaryTypeName","src":"2668:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":987,"mutability":"mutable","name":"to","nameLocation":"2690:2:6","nodeType":"VariableDeclaration","scope":994,"src":"2682:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":986,"name":"address","nodeType":"ElementaryTypeName","src":"2682:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":989,"mutability":"mutable","name":"amount","nameLocation":"2702:6:6","nodeType":"VariableDeclaration","scope":994,"src":"2694:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":988,"name":"uint256","nodeType":"ElementaryTypeName","src":"2694:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2667:42:6"},"returnParameters":{"id":993,"nodeType":"ParameterList","parameters":[{"constant":false,"id":992,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":994,"src":"2728:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":991,"name":"bool","nodeType":"ElementaryTypeName","src":"2728:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2727:6:6"},"scope":995,"src":"2646:88:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":996,"src":"202:2534:6","usedErrors":[]}],"src":"106:2631:6"},"id":6},"contracts/Gateway.sol":{"ast":{"absolutePath":"contracts/Gateway.sol","exportedSymbols":{"ContextUpgradeable":[917],"Gateway":[1625],"GatewaySettingManager":[1893],"IERC20":[995],"IGateway":[2067],"Initializable":[408],"PausableUpgradeable":[536],"SharedStructs":[2080]},"id":1626,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":997,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:7"},{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","id":998,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1626,"sourceUnit":537,"src":"65:78:7","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/GatewaySettingManager.sol","file":"./GatewaySettingManager.sol","id":1000,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1626,"sourceUnit":1894,"src":"145:66:7","symbolAliases":[{"foreign":{"id":999,"name":"GatewaySettingManager","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1893,"src":"153:21:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/interfaces/IGateway.sol","file":"./interfaces/IGateway.sol","id":1003,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1626,"sourceUnit":2068,"src":"212:59:7","symbolAliases":[{"foreign":{"id":1001,"name":"IGateway","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2067,"src":"220:8:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"},{"foreign":{"id":1002,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"230:6:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":1005,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1626,"sourceUnit":2081,"src":"272:60:7","symbolAliases":[{"foreign":{"id":1004,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2080,"src":"280:13:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1007,"name":"IGateway","nameLocations":["471:8:7"],"nodeType":"IdentifierPath","referencedDeclaration":2067,"src":"471:8:7"},"id":1008,"nodeType":"InheritanceSpecifier","src":"471:8:7"},{"baseName":{"id":1009,"name":"GatewaySettingManager","nameLocations":["481:21:7"],"nodeType":"IdentifierPath","referencedDeclaration":1893,"src":"481:21:7"},"id":1010,"nodeType":"InheritanceSpecifier","src":"481:21:7"},{"baseName":{"id":1011,"name":"PausableUpgradeable","nameLocations":["504:19:7"],"nodeType":"IdentifierPath","referencedDeclaration":536,"src":"504:19:7"},"id":1012,"nodeType":"InheritanceSpecifier","src":"504:19:7"}],"canonicalName":"Gateway","contractDependencies":[],"contractKind":"contract","documentation":{"id":1006,"nodeType":"StructuredDocumentation","src":"334:116:7","text":" @title Gateway\n @notice This contract serves as a gateway for creating orders and managing settlements."},"fullyImplemented":true,"id":1625,"linearizedBaseContracts":[1625,536,1893,106,239,917,408,2067],"name":"Gateway","nameLocation":"460:7:7","nodeType":"ContractDefinition","nodes":[{"canonicalName":"Gateway.fee","id":1017,"members":[{"constant":false,"id":1014,"mutability":"mutable","name":"protocolFee","nameLocation":"550:11:7","nodeType":"VariableDeclaration","scope":1017,"src":"542:19:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1013,"name":"uint256","nodeType":"ElementaryTypeName","src":"542:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1016,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"573:23:7","nodeType":"VariableDeclaration","scope":1017,"src":"565:31:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1015,"name":"uint256","nodeType":"ElementaryTypeName","src":"565:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"fee","nameLocation":"534:3:7","nodeType":"StructDefinition","scope":1625,"src":"527:73:7","visibility":"public"},{"constant":false,"id":1022,"mutability":"mutable","name":"order","nameLocation":"637:5:7","nodeType":"VariableDeclaration","scope":1625,"src":"603:39:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order)"},"typeName":{"id":1021,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1018,"name":"bytes32","nodeType":"ElementaryTypeName","src":"611:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"603:25:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1020,"nodeType":"UserDefinedTypeName","pathNode":{"id":1019,"name":"Order","nameLocations":["622:5:7"],"nodeType":"IdentifierPath","referencedDeclaration":1976,"src":"622:5:7"},"referencedDeclaration":1976,"src":"622:5:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage_ptr","typeString":"struct IGateway.Order"}}},"visibility":"private"},{"constant":false,"id":1026,"mutability":"mutable","name":"_nonce","nameLocation":"681:6:7","nodeType":"VariableDeclaration","scope":1625,"src":"645:42:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":1025,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1023,"name":"address","nodeType":"ElementaryTypeName","src":"653:7:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"645:27:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1024,"name":"uint256","nodeType":"ElementaryTypeName","src":"664:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"private"},{"constant":false,"id":1030,"mutability":"mutable","name":"__gap","nameLocation":"710:5:7","nodeType":"VariableDeclaration","scope":1625,"src":"690:25:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":1027,"name":"uint256","nodeType":"ElementaryTypeName","src":"690:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1029,"length":{"hexValue":"3530","id":1028,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"698:2:7","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"690:11:7","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"body":{"id":1037,"nodeType":"Block","src":"783:30:7","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1034,"name":"_disableInitializers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":389,"src":"787:20:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1035,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"787:22:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1036,"nodeType":"ExpressionStatement","src":"787:22:7"}]},"documentation":{"id":1031,"nodeType":"StructuredDocumentation","src":"719:48:7","text":"@custom:oz-upgrades-unsafe-allow constructor"},"id":1038,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":1032,"nodeType":"ParameterList","parameters":[],"src":"780:2:7"},"returnParameters":{"id":1033,"nodeType":"ParameterList","parameters":[],"src":"783:0:7"},"scope":1625,"src":"769:44:7","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":1054,"nodeType":"Block","src":"899:71:7","statements":[{"expression":{"id":1046,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1044,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"903:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"3130305f303030","id":1045,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"913:7:7","typeDescriptions":{"typeIdentifier":"t_rational_100000_by_1","typeString":"int_const 100000"},"value":"100_000"},"src":"903:17:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1047,"nodeType":"ExpressionStatement","src":"903:17:7"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1048,"name":"__Ownable2Step_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"924:19:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1049,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"924:21:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1050,"nodeType":"ExpressionStatement","src":"924:21:7"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1051,"name":"__Pausable_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":440,"src":"949:15:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1052,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"949:17:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1053,"nodeType":"ExpressionStatement","src":"949:17:7"}]},"documentation":{"id":1039,"nodeType":"StructuredDocumentation","src":"816:38:7","text":" @dev Initialize function."},"functionSelector":"8129fc1c","id":1055,"implemented":true,"kind":"function","modifiers":[{"id":1042,"kind":"modifierInvocation","modifierName":{"id":1041,"name":"initializer","nameLocations":["887:11:7"],"nodeType":"IdentifierPath","referencedDeclaration":310,"src":"887:11:7"},"nodeType":"ModifierInvocation","src":"887:11:7"}],"name":"initialize","nameLocation":"865:10:7","nodeType":"FunctionDefinition","parameters":{"id":1040,"nodeType":"ParameterList","parameters":[],"src":"875:2:7"},"returnParameters":{"id":1043,"nodeType":"ParameterList","parameters":[],"src":"899:0:7"},"scope":1625,"src":"856:114:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1067,"nodeType":"Block","src":"1079:72:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1062,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1059,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1091:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1060,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1095:6:7","memberName":"sender","nodeType":"MemberAccess","src":"1091:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":1061,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1640,"src":"1105:18:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1091:32:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f6e6c7941676772656761746f72","id":1063,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1125:16:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""},"value":"OnlyAggregator"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""}],"id":1058,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1083:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1064,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1083:59:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1065,"nodeType":"ExpressionStatement","src":"1083:59:7"},{"id":1066,"nodeType":"PlaceholderStatement","src":"1146:1:7"}]},"documentation":{"id":1056,"nodeType":"StructuredDocumentation","src":"973:78:7","text":" @dev Modifier that allows only the aggregator to call a function."},"id":1068,"name":"onlyAggregator","nameLocation":"1062:14:7","nodeType":"ModifierDefinition","parameters":{"id":1057,"nodeType":"ParameterList","parameters":[],"src":"1076:2:7"},"src":"1053:98:7","virtual":false,"visibility":"internal"},{"body":{"id":1077,"nodeType":"Block","src":"1422:16:7","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1074,"name":"_pause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":514,"src":"1426:6:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1075,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1426:8:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1076,"nodeType":"ExpressionStatement","src":"1426:8:7"}]},"documentation":{"id":1069,"nodeType":"StructuredDocumentation","src":"1347:37:7","text":" @dev Pause the contract."},"functionSelector":"8456cb59","id":1078,"implemented":true,"kind":"function","modifiers":[{"id":1072,"kind":"modifierInvocation","modifierName":{"id":1071,"name":"onlyOwner","nameLocations":["1412:9:7"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1412:9:7"},"nodeType":"ModifierInvocation","src":"1412:9:7"}],"name":"pause","nameLocation":"1395:5:7","nodeType":"FunctionDefinition","parameters":{"id":1070,"nodeType":"ParameterList","parameters":[],"src":"1400:2:7"},"returnParameters":{"id":1073,"nodeType":"ParameterList","parameters":[],"src":"1422:0:7"},"scope":1625,"src":"1386:52:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1087,"nodeType":"Block","src":"1520:18:7","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1084,"name":"_unpause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":530,"src":"1524:8:7","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1085,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1524:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1086,"nodeType":"ExpressionStatement","src":"1524:10:7"}]},"documentation":{"id":1079,"nodeType":"StructuredDocumentation","src":"1441:39:7","text":" @dev Unpause the contract."},"functionSelector":"3f4ba83a","id":1088,"implemented":true,"kind":"function","modifiers":[{"id":1082,"kind":"modifierInvocation","modifierName":{"id":1081,"name":"onlyOwner","nameLocations":["1510:9:7"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1510:9:7"},"nodeType":"ModifierInvocation","src":"1510:9:7"}],"name":"unpause","nameLocation":"1491:7:7","nodeType":"FunctionDefinition","parameters":{"id":1080,"nodeType":"ParameterList","parameters":[],"src":"1498:2:7"},"returnParameters":{"id":1083,"nodeType":"ParameterList","parameters":[],"src":"1520:0:7"},"scope":1625,"src":"1482:56:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[1998],"body":{"id":1216,"nodeType":"Block","src":"2034:1171:7","statements":[{"expression":{"arguments":[{"id":1113,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"2081:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1114,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"2092:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1115,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1103,"src":"2104:14:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1116,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1099,"src":"2123:19:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1117,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1101,"src":"2147:10:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1118,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1095,"src":"2162:16:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1112,"name":"_handler","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1288,"src":"2068:8:7","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$_t_bytes32_$returns$__$","typeString":"function (address,uint256,address,address,uint256,bytes32) view"}},"id":1119,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2068:114:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1120,"nodeType":"ExpressionStatement","src":"2068:114:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1128,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":1124,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1105,"src":"2227:11:7","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":1123,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2221:5:7","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":1122,"name":"bytes","nodeType":"ElementaryTypeName","src":"2221:5:7","typeDescriptions":{}}},"id":1125,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2221:18:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"id":1126,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2240:6:7","memberName":"length","nodeType":"MemberAccess","src":"2221:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1127,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2250:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2221:30:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c69644d65737361676548617368","id":1129,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2253:20:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""},"value":"InvalidMessageHash"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""}],"id":1121,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2213:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1130,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2213:61:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1131,"nodeType":"ExpressionStatement","src":"2213:61:7"},{"expression":{"arguments":[{"expression":{"id":1136,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2355:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1137,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2359:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2355:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":1140,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2375:4:7","typeDescriptions":{"typeIdentifier":"t_contract$_Gateway_$1625","typeString":"contract Gateway"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Gateway_$1625","typeString":"contract Gateway"}],"id":1139,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2367:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1138,"name":"address","nodeType":"ElementaryTypeName","src":"2367:7:7","typeDescriptions":{}}},"id":1141,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2367:13:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1144,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1142,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"2382:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"id":1143,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1101,"src":"2392:10:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2382:20:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1133,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"2334:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1132,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"2327:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1134,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2327:14:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1135,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2342:12:7","memberName":"transferFrom","nodeType":"MemberAccess","referencedDeclaration":994,"src":"2327:27:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,address,uint256) external returns (bool)"}},"id":1145,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2327:76:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1146,"nodeType":"ExpressionStatement","src":"2327:76:7"},{"expression":{"id":1151,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":false,"src":"2458:20:7","subExpression":{"baseExpression":{"id":1147,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1026,"src":"2458:6:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1150,"indexExpression":{"expression":{"id":1148,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2465:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1149,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2469:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2465:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2458:18:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1152,"nodeType":"ExpressionStatement","src":"2458:20:7"},{"expression":{"id":1165,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1153,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"2532:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"arguments":[{"expression":{"id":1157,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2563:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1158,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2567:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2563:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"baseExpression":{"id":1159,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1026,"src":"2575:6:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1162,"indexExpression":{"expression":{"id":1160,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2582:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1161,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2586:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2582:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2575:18:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1155,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"2552:3:7","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1156,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2556:6:7","memberName":"encode","nodeType":"MemberAccess","src":"2552:10:7","typeDescriptions":{"typeIdentifier":"t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1163,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2552:42:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1154,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"2542:9:7","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1164,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2542:53:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"2532:63:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"id":1166,"nodeType":"ExpressionStatement","src":"2532:63:7"},{"assignments":[1168],"declarations":[{"constant":false,"id":1168,"mutability":"mutable","name":"_protocolFee","nameLocation":"2632:12:7","nodeType":"VariableDeclaration","scope":1216,"src":"2624:20:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1167,"name":"uint256","nodeType":"ElementaryTypeName","src":"2624:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1175,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1174,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1171,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1169,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"2648:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1170,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1636,"src":"2658:18:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"2648:28:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1172,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"2647:30:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":1173,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"2680:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2647:40:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"2624:63:7"},{"expression":{"id":1197,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1176,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"2691:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1178,"indexExpression":{"id":1177,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"2697:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2691:14:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"id":1180,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2727:3:7","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1181,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2731:6:7","memberName":"sender","nodeType":"MemberAccess","src":"2727:10:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1182,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"2749:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1183,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1099,"src":"2780:19:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1184,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1101,"src":"2815:10:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1185,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1168,"src":"2843:12:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"66616c7365","id":1186,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2873:5:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"hexValue":"66616c7365","id":1187,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2895:5:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"id":1188,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1103,"src":"2920:14:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":1191,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"2958:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1190,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2951:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_uint64_$","typeString":"type(uint64)"},"typeName":{"id":1189,"name":"uint64","nodeType":"ElementaryTypeName","src":"2951:6:7","typeDescriptions":{}}},"id":1192,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2951:15:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1195,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1193,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1093,"src":"2979:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1194,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1168,"src":"2989:12:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2979:22:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1179,"name":"Order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1976,"src":"2708:5:7","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_Order_$1976_storage_ptr_$","typeString":"type(struct IGateway.Order storage pointer)"}},"id":1196,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2719:6:7","2742:5:7","2760:18:7","2804:9:7","2830:11:7","2860:11:7","2883:10:7","2905:13:7","2939:10:7","2971:6:7"],"names":["sender","token","senderFeeRecipient","senderFee","protocolFee","isFulfilled","isRefunded","refundAddress","currentBPS","amount"],"nodeType":"FunctionCall","src":"2708:298:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_memory_ptr","typeString":"struct IGateway.Order memory"}},"src":"2691:315:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1198,"nodeType":"ExpressionStatement","src":"2691:315:7"},{"eventCall":{"arguments":[{"expression":{"baseExpression":{"id":1200,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"3063:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1202,"indexExpression":{"id":1201,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"3069:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3063:14:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1203,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3078:6:7","memberName":"sender","nodeType":"MemberAccess","referencedDeclaration":1957,"src":"3063:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1204,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"3089:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1205,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"3100:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1207,"indexExpression":{"id":1206,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"3106:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3100:14:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1208,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3115:6:7","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1975,"src":"3100:21:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1209,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1168,"src":"3126:12:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1210,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1110,"src":"3143:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1211,"name":"_rate","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1097,"src":"3155:5:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},{"id":1212,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1095,"src":"3165:16:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1213,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1105,"src":"3186:11:7","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_uint96","typeString":"uint96"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":1199,"name":"OrderCreated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1919,"src":"3046:12:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_string_memory_ptr_$returns$__$","typeString":"function (address,address,uint256,uint256,bytes32,uint256,bytes32,string memory)"}},"id":1214,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3046:155:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1215,"nodeType":"EmitStatement","src":"3041:160:7"}]},"documentation":{"id":1089,"nodeType":"StructuredDocumentation","src":"1729:39:7","text":"@dev See {createOrder-IGateway}. "},"functionSelector":"d12ff20a","id":1217,"implemented":true,"kind":"function","modifiers":[{"id":1108,"kind":"modifierInvocation","modifierName":{"id":1107,"name":"whenNotPaused","nameLocations":["1994:13:7"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"1994:13:7"},"nodeType":"ModifierInvocation","src":"1994:13:7"}],"name":"createOrder","nameLocation":"1779:11:7","nodeType":"FunctionDefinition","parameters":{"id":1106,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1091,"mutability":"mutable","name":"_token","nameLocation":"1802:6:7","nodeType":"VariableDeclaration","scope":1217,"src":"1794:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1090,"name":"address","nodeType":"ElementaryTypeName","src":"1794:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1093,"mutability":"mutable","name":"_amount","nameLocation":"1820:7:7","nodeType":"VariableDeclaration","scope":1217,"src":"1812:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1092,"name":"uint256","nodeType":"ElementaryTypeName","src":"1812:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1095,"mutability":"mutable","name":"_institutionCode","nameLocation":"1839:16:7","nodeType":"VariableDeclaration","scope":1217,"src":"1831:24:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1094,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1831:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1097,"mutability":"mutable","name":"_rate","nameLocation":"1866:5:7","nodeType":"VariableDeclaration","scope":1217,"src":"1859:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1096,"name":"uint96","nodeType":"ElementaryTypeName","src":"1859:6:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1099,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"1883:19:7","nodeType":"VariableDeclaration","scope":1217,"src":"1875:27:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1098,"name":"address","nodeType":"ElementaryTypeName","src":"1875:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1101,"mutability":"mutable","name":"_senderFee","nameLocation":"1914:10:7","nodeType":"VariableDeclaration","scope":1217,"src":"1906:18:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1100,"name":"uint256","nodeType":"ElementaryTypeName","src":"1906:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1103,"mutability":"mutable","name":"_refundAddress","nameLocation":"1936:14:7","nodeType":"VariableDeclaration","scope":1217,"src":"1928:22:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1102,"name":"address","nodeType":"ElementaryTypeName","src":"1928:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1105,"mutability":"mutable","name":"messageHash","nameLocation":"1970:11:7","nodeType":"VariableDeclaration","scope":1217,"src":"1954:27:7","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":1104,"name":"string","nodeType":"ElementaryTypeName","src":"1954:6:7","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1790:194:7"},"returnParameters":{"id":1111,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1110,"mutability":"mutable","name":"orderId","nameLocation":"2025:7:7","nodeType":"VariableDeclaration","scope":1217,"src":"2017:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1109,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2017:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"2016:17:7"},"scope":1625,"src":"1770:1435:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1287,"nodeType":"Block","src":"3860:389:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1238,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":1234,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1648,"src":"3872:17:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1236,"indexExpression":{"id":1235,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1220,"src":"3890:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3872:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1237,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3901:1:7","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3872:30:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"546f6b656e4e6f74537570706f72746564","id":1239,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3904:19:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""},"value":"TokenNotSupported"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""}],"id":1233,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3864:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1240,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3864:60:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1241,"nodeType":"ExpressionStatement","src":"3864:60:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1245,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1243,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1222,"src":"3936:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1244,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3947:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"3936:12:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416d6f756e7449735a65726f","id":1246,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3950:14:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""},"value":"AmountIsZero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""}],"id":1242,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3928:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1247,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3928:37:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1248,"nodeType":"ExpressionStatement","src":"3928:37:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1255,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1250,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1224,"src":"3977:14:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1253,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4003:1:7","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":1252,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3995:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1251,"name":"address","nodeType":"ElementaryTypeName","src":"3995:7:7","typeDescriptions":{}}},"id":1254,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3995:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3977:28:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5468726f775a65726f41646472657373","id":1256,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4007:18:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""},"value":"ThrowZeroAddress"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""}],"id":1249,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3969:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1257,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3969:57:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1258,"nodeType":"ExpressionStatement","src":"3969:57:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1268,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1260,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"4042:27:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":1262,"indexExpression":{"id":1261,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1230,"src":"4070:16:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4042:45:7","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":1263,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4088:4:7","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":2076,"src":"4042:50:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1266,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4104:1:7","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":1265,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4096:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"},"typeName":{"id":1264,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4096:7:7","typeDescriptions":{}}},"id":1267,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4096:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"4042:64:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","id":1269,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4111:24:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""},"value":"InvalidInstitutionCode"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""}],"id":1259,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4030:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1270,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4030:109:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1271,"nodeType":"ExpressionStatement","src":"4030:109:7"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1274,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1272,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1228,"src":"4148:10:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1273,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4162:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4148:15:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1286,"nodeType":"IfStatement","src":"4144:102:7","trueBody":{"id":1285,"nodeType":"Block","src":"4165:81:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1281,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1276,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1226,"src":"4178:19:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1279,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4209:1:7","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":1278,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4201:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1277,"name":"address","nodeType":"ElementaryTypeName","src":"4201:7:7","typeDescriptions":{}}},"id":1280,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4201:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4178:33:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","id":1282,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4213:27:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""},"value":"InvalidSenderFeeRecipient"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""}],"id":1275,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4170:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1283,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4170:71:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1284,"nodeType":"ExpressionStatement","src":"4170:71:7"}]}}]},"documentation":{"id":1218,"nodeType":"StructuredDocumentation","src":"3208:471:7","text":" @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee.\n @param _institutionCode The code of the institution associated with the order."},"id":1288,"implemented":true,"kind":"function","modifiers":[],"name":"_handler","nameLocation":"3690:8:7","nodeType":"FunctionDefinition","parameters":{"id":1231,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1220,"mutability":"mutable","name":"_token","nameLocation":"3710:6:7","nodeType":"VariableDeclaration","scope":1288,"src":"3702:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1219,"name":"address","nodeType":"ElementaryTypeName","src":"3702:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1222,"mutability":"mutable","name":"_amount","nameLocation":"3728:7:7","nodeType":"VariableDeclaration","scope":1288,"src":"3720:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1221,"name":"uint256","nodeType":"ElementaryTypeName","src":"3720:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1224,"mutability":"mutable","name":"_refundAddress","nameLocation":"3747:14:7","nodeType":"VariableDeclaration","scope":1288,"src":"3739:22:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1223,"name":"address","nodeType":"ElementaryTypeName","src":"3739:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1226,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"3773:19:7","nodeType":"VariableDeclaration","scope":1288,"src":"3765:27:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1225,"name":"address","nodeType":"ElementaryTypeName","src":"3765:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1228,"mutability":"mutable","name":"_senderFee","nameLocation":"3804:10:7","nodeType":"VariableDeclaration","scope":1288,"src":"3796:18:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1227,"name":"uint256","nodeType":"ElementaryTypeName","src":"3796:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1230,"mutability":"mutable","name":"_institutionCode","nameLocation":"3826:16:7","nodeType":"VariableDeclaration","scope":1288,"src":"3818:24:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1229,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3818:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3698:147:7"},"returnParameters":{"id":1232,"nodeType":"ParameterList","parameters":[],"src":"3860:0:7"},"scope":1625,"src":"3681:568:7","stateMutability":"view","virtual":false,"visibility":"internal"},{"baseFunctions":[2012],"body":{"id":1442,"nodeType":"Block","src":"4644:1337:7","statements":[{"expression":{"arguments":[{"id":1309,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4707:28:7","subExpression":{"expression":{"baseExpression":{"id":1305,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"4708:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1307,"indexExpression":{"id":1306,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"4714:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4708:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1308,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4724:11:7","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":1967,"src":"4708:27:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":1310,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4737:16:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":1304,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4699:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1311,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4699:55:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1312,"nodeType":"ExpressionStatement","src":"4699:55:7"},{"expression":{"arguments":[{"id":1318,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4766:27:7","subExpression":{"expression":{"baseExpression":{"id":1314,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"4767:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1316,"indexExpression":{"id":1315,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"4773:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4767:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1317,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4783:10:7","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":1969,"src":"4767:26:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f72646572526566756e646564","id":1319,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4795:15:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""},"value":"OrderRefunded"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""}],"id":1313,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4758:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1320,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4758:53:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1321,"nodeType":"ExpressionStatement","src":"4758:53:7"},{"assignments":[1323],"declarations":[{"constant":false,"id":1323,"mutability":"mutable","name":"token","nameLocation":"4856:5:7","nodeType":"VariableDeclaration","scope":1442,"src":"4848:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1322,"name":"address","nodeType":"ElementaryTypeName","src":"4848:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1328,"initialValue":{"expression":{"baseExpression":{"id":1324,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"4864:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1326,"indexExpression":{"id":1325,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"4870:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4864:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1327,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4880:5:7","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"4864:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"4848:37:7"},{"expression":{"id":1334,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1329,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"4952:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1331,"indexExpression":{"id":1330,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"4958:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4952:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1332,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"4968:10:7","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":1973,"src":"4952:26:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":1333,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1297,"src":"4982:14:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"4952:44:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":1335,"nodeType":"ExpressionStatement","src":"4952:44:7"},{"condition":{"commonType":{"typeIdentifier":"t_uint96","typeString":"uint96"},"id":1341,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1336,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5005:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1338,"indexExpression":{"id":1337,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5011:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5005:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1339,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5021:10:7","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":1973,"src":"5005:26:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1340,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5035:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5005:31:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1405,"nodeType":"IfStatement","src":"5001:604:7","trueBody":{"id":1404,"nodeType":"Block","src":"5038:567:7","statements":[{"expression":{"id":1347,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1342,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5088:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1344,"indexExpression":{"id":1343,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5094:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5088:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1345,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5104:11:7","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":1967,"src":"5088:27:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1346,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5118:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5088:34:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1348,"nodeType":"ExpressionStatement","src":"5088:34:7"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1354,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1349,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5132:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1351,"indexExpression":{"id":1350,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5138:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5132:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1352,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5148:9:7","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1963,"src":"5132:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1353,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5161:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5132:30:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1384,"nodeType":"IfStatement","src":"5128:321:7","trueBody":{"id":1383,"nodeType":"Block","src":"5164:285:7","statements":[{"expression":{"arguments":[{"expression":{"baseExpression":{"id":1362,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5242:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1364,"indexExpression":{"id":1363,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5248:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5242:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1365,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5258:18:7","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":1961,"src":"5242:34:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1366,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5283:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1368,"indexExpression":{"id":1367,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5289:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5283:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1369,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5299:9:7","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1963,"src":"5283:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1356,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5204:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1358,"indexExpression":{"id":1357,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5210:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5204:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1359,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5220:5:7","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"5204:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1355,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"5197:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1360,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5197:29:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1361,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5227:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"5197:38:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1370,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5197:117:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1371,"nodeType":"ExpressionStatement","src":"5197:117:7"},{"eventCall":{"arguments":[{"expression":{"baseExpression":{"id":1373,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5371:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1375,"indexExpression":{"id":1374,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5377:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5371:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1376,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5387:18:7","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":1961,"src":"5371:34:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1377,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5412:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1379,"indexExpression":{"id":1378,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5418:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5412:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1380,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5428:9:7","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1963,"src":"5412:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1372,"name":"SenderFeeTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1944,"src":"5344:20:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":1381,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5344:99:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1382,"nodeType":"EmitStatement","src":"5339:104:7"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1390,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1385,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5458:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1387,"indexExpression":{"id":1386,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5464:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5458:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1388,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5474:11:7","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1965,"src":"5458:27:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1389,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5489:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5458:32:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1403,"nodeType":"IfStatement","src":"5454:147:7","trueBody":{"id":1402,"nodeType":"Block","src":"5492:109:7","statements":[{"expression":{"arguments":[{"id":1395,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1638,"src":"5550:15:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1396,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5567:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1398,"indexExpression":{"id":1397,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5573:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5567:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1399,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5583:11:7","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1965,"src":"5567:27:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1392,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1323,"src":"5534:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1391,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"5527:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1393,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5527:13:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1394,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5541:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"5527:22:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1400,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5527:68:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1401,"nodeType":"ExpressionStatement","src":"5527:68:7"}]}}]}},{"assignments":[1407],"declarations":[{"constant":false,"id":1407,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"5653:23:7","nodeType":"VariableDeclaration","scope":1442,"src":"5645:31:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1406,"name":"uint256","nodeType":"ElementaryTypeName","src":"5645:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1417,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1416,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1413,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1408,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5680:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1410,"indexExpression":{"id":1409,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5686:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5680:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1411,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5696:6:7","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1975,"src":"5680:22:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1412,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1297,"src":"5705:14:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"5680:39:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1414,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"5679:41:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":1415,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"5723:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5679:51:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"5645:85:7"},{"expression":{"id":1423,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1418,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"5734:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1420,"indexExpression":{"id":1419,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5740:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5734:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1421,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5750:6:7","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1975,"src":"5734:22:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":1422,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1407,"src":"5760:23:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5734:49:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1424,"nodeType":"ExpressionStatement","src":"5734:49:7"},{"expression":{"arguments":[{"id":1429,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1295,"src":"5810:18:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1430,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1407,"src":"5830:23:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1426,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1323,"src":"5794:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1425,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"5787:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1427,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5787:13:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1428,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5801:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"5787:22:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1431,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5787:67:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1432,"nodeType":"ExpressionStatement","src":"5787:67:7"},{"eventCall":{"arguments":[{"id":1434,"name":"_splitOrderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1291,"src":"5901:13:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1435,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1293,"src":"5916:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1436,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1295,"src":"5926:18:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1437,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1297,"src":"5946:14:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":1433,"name":"OrderSettled","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1930,"src":"5888:12:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$","typeString":"function (bytes32,bytes32,address,uint96)"}},"id":1438,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5888:73:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1439,"nodeType":"EmitStatement","src":"5883:78:7"},{"expression":{"hexValue":"74727565","id":1440,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5973:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1303,"id":1441,"nodeType":"Return","src":"5966:11:7"}]},"documentation":{"id":1289,"nodeType":"StructuredDocumentation","src":"4450:34:7","text":"@dev See {settle-IGateway}. "},"functionSelector":"f22ee704","id":1443,"implemented":true,"kind":"function","modifiers":[{"id":1300,"kind":"modifierInvocation","modifierName":{"id":1299,"name":"onlyAggregator","nameLocations":["4614:14:7"],"nodeType":"IdentifierPath","referencedDeclaration":1068,"src":"4614:14:7"},"nodeType":"ModifierInvocation","src":"4614:14:7"}],"name":"settle","nameLocation":"4495:6:7","nodeType":"FunctionDefinition","parameters":{"id":1298,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1291,"mutability":"mutable","name":"_splitOrderId","nameLocation":"4513:13:7","nodeType":"VariableDeclaration","scope":1443,"src":"4505:21:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1290,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4505:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1293,"mutability":"mutable","name":"_orderId","nameLocation":"4538:8:7","nodeType":"VariableDeclaration","scope":1443,"src":"4530:16:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1292,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4530:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1295,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"4558:18:7","nodeType":"VariableDeclaration","scope":1443,"src":"4550:26:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1294,"name":"address","nodeType":"ElementaryTypeName","src":"4550:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1297,"mutability":"mutable","name":"_settlePercent","nameLocation":"4587:14:7","nodeType":"VariableDeclaration","scope":1443,"src":"4580:21:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1296,"name":"uint64","nodeType":"ElementaryTypeName","src":"4580:6:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"4501:103:7"},"returnParameters":{"id":1303,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1302,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1443,"src":"4638:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1301,"name":"bool","nodeType":"ElementaryTypeName","src":"4638:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"4637:6:7"},"scope":1625,"src":"4486:1495:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[2022],"body":{"id":1548,"nodeType":"Block","src":"6107:839:7","statements":[{"expression":{"arguments":[{"id":1460,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6170:28:7","subExpression":{"expression":{"baseExpression":{"id":1456,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6171:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1458,"indexExpression":{"id":1457,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6177:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6171:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1459,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6187:11:7","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":1967,"src":"6171:27:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":1461,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6200:16:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":1455,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6162:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1462,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6162:55:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1463,"nodeType":"ExpressionStatement","src":"6162:55:7"},{"expression":{"arguments":[{"id":1469,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6229:27:7","subExpression":{"expression":{"baseExpression":{"id":1465,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6230:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1467,"indexExpression":{"id":1466,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6236:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6230:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1468,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6246:10:7","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":1969,"src":"6230:26:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f72646572526566756e646564","id":1470,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6258:15:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""},"value":"OrderRefunded"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""}],"id":1464,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6221:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1471,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6221:53:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1472,"nodeType":"ExpressionStatement","src":"6221:53:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1479,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1474,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6286:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1476,"indexExpression":{"id":1475,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6292:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6286:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1477,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6302:11:7","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1965,"src":"6286:27:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1478,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1446,"src":"6317:4:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6286:35:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4665654578636565647350726f746f636f6c466565","id":1480,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6323:23:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","typeString":"literal_string \"FeeExceedsProtocolFee\""},"value":"FeeExceedsProtocolFee"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","typeString":"literal_string \"FeeExceedsProtocolFee\""}],"id":1473,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6278:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1481,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6278:69:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1482,"nodeType":"ExpressionStatement","src":"6278:69:7"},{"expression":{"arguments":[{"id":1490,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1638,"src":"6432:15:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1491,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1446,"src":"6449:4:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1484,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6400:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1486,"indexExpression":{"id":1485,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6406:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6400:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1487,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6416:5:7","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"6400:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1483,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"6393:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1488,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6393:29:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1489,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6423:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"6393:38:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1492,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6393:61:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1493,"nodeType":"ExpressionStatement","src":"6393:61:7"},{"expression":{"id":1499,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1494,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6483:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1496,"indexExpression":{"id":1495,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6489:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6483:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1497,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"6499:10:7","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":1969,"src":"6483:26:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1498,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6512:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"6483:33:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1500,"nodeType":"ExpressionStatement","src":"6483:33:7"},{"expression":{"id":1506,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1501,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6520:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1503,"indexExpression":{"id":1502,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6526:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6520:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1504,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"6536:10:7","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":1973,"src":"6520:26:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"30","id":1505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6549:1:7","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6520:30:7","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":1507,"nodeType":"ExpressionStatement","src":"6520:30:7"},{"assignments":[1509],"declarations":[{"constant":false,"id":1509,"mutability":"mutable","name":"refundAmount","nameLocation":"6597:12:7","nodeType":"VariableDeclaration","scope":1548,"src":"6589:20:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1508,"name":"uint256","nodeType":"ElementaryTypeName","src":"6589:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1521,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1520,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1518,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1510,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6612:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1512,"indexExpression":{"id":1511,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6618:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6612:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1513,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6628:6:7","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1975,"src":"6612:22:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"expression":{"baseExpression":{"id":1514,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6637:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1516,"indexExpression":{"id":1515,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6643:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6637:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1517,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6653:11:7","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1965,"src":"6637:27:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6612:52:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1519,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1446,"src":"6667:4:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6612:59:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6589:82:7"},{"expression":{"arguments":[{"expression":{"baseExpression":{"id":1529,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6784:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1531,"indexExpression":{"id":1530,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6790:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6784:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1532,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6800:13:7","memberName":"refundAddress","nodeType":"MemberAccess","referencedDeclaration":1971,"src":"6784:29:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1538,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1533,"name":"refundAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1509,"src":"6818:12:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"expression":{"baseExpression":{"id":1534,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6833:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1536,"indexExpression":{"id":1535,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6839:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6833:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1537,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6849:9:7","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1963,"src":"6833:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6818:40:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1523,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"6748:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1525,"indexExpression":{"id":1524,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6754:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6748:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"id":1526,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6764:5:7","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"6748:21:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1522,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"6741:6:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1527,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6741:29:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1528,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6771:8:7","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"6741:38:7","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1539,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6741:121:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1540,"nodeType":"ExpressionStatement","src":"6741:121:7"},{"eventCall":{"arguments":[{"id":1542,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1446,"src":"6911:4:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1543,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1448,"src":"6917:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1541,"name":"OrderRefunded","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1937,"src":"6897:13:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint256_$_t_bytes32_$returns$__$","typeString":"function (uint256,bytes32)"}},"id":1544,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6897:29:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1545,"nodeType":"EmitStatement","src":"6892:34:7"},{"expression":{"hexValue":"74727565","id":1546,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6938:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1454,"id":1547,"nodeType":"Return","src":"6931:11:7"}]},"documentation":{"id":1444,"nodeType":"StructuredDocumentation","src":"5984:34:7","text":"@dev See {refund-IGateway}. "},"functionSelector":"71eedb88","id":1549,"implemented":true,"kind":"function","modifiers":[{"id":1451,"kind":"modifierInvocation","modifierName":{"id":1450,"name":"onlyAggregator","nameLocations":["6077:14:7"],"nodeType":"IdentifierPath","referencedDeclaration":1068,"src":"6077:14:7"},"nodeType":"ModifierInvocation","src":"6077:14:7"}],"name":"refund","nameLocation":"6029:6:7","nodeType":"FunctionDefinition","parameters":{"id":1449,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1446,"mutability":"mutable","name":"_fee","nameLocation":"6044:4:7","nodeType":"VariableDeclaration","scope":1549,"src":"6036:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1445,"name":"uint256","nodeType":"ElementaryTypeName","src":"6036:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1448,"mutability":"mutable","name":"_orderId","nameLocation":"6058:8:7","nodeType":"VariableDeclaration","scope":1549,"src":"6050:16:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1447,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6050:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6035:32:7"},"returnParameters":{"id":1454,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1453,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1549,"src":"6101:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1452,"name":"bool","nodeType":"ElementaryTypeName","src":"6101:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6100:6:7"},"scope":1625,"src":"6020:926:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[2039],"body":{"id":1562,"nodeType":"Block","src":"7256:30:7","statements":[{"expression":{"baseExpression":{"id":1558,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1022,"src":"7267:5:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1976_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1560,"indexExpression":{"id":1559,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1552,"src":"7273:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7267:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage","typeString":"struct IGateway.Order storage ref"}},"functionReturnParameters":1557,"id":1561,"nodeType":"Return","src":"7260:22:7"}]},"documentation":{"id":1550,"nodeType":"StructuredDocumentation","src":"7137:40:7","text":"@dev See {getOrderInfo-IGateway}. "},"functionSelector":"768c6ec0","id":1563,"implemented":true,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"7188:12:7","nodeType":"FunctionDefinition","parameters":{"id":1553,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1552,"mutability":"mutable","name":"_orderId","nameLocation":"7209:8:7","nodeType":"VariableDeclaration","scope":1563,"src":"7201:16:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1551,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7201:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7200:18:7"},"returnParameters":{"id":1557,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1556,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1563,"src":"7242:12:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_memory_ptr","typeString":"struct IGateway.Order"},"typeName":{"id":1555,"nodeType":"UserDefinedTypeName","pathNode":{"id":1554,"name":"Order","nameLocations":["7242:5:7"],"nodeType":"IdentifierPath","referencedDeclaration":1976,"src":"7242:5:7"},"referencedDeclaration":1976,"src":"7242:5:7","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage_ptr","typeString":"struct IGateway.Order"}},"visibility":"internal"}],"src":"7241:14:7"},"scope":1625,"src":"7179:107:7","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2030],"body":{"id":1581,"nodeType":"Block","src":"7406:71:7","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1575,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":1571,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1648,"src":"7414:17:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1573,"indexExpression":{"id":1572,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1566,"src":"7432:6:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7414:25:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1574,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7443:1:7","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7414:30:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1578,"nodeType":"IfStatement","src":"7410:47:7","trueBody":{"expression":{"hexValue":"74727565","id":1576,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7453:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1570,"id":1577,"nodeType":"Return","src":"7446:11:7"}},{"expression":{"hexValue":"66616c7365","id":1579,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7468:5:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"functionReturnParameters":1570,"id":1580,"nodeType":"Return","src":"7461:12:7"}]},"documentation":{"id":1564,"nodeType":"StructuredDocumentation","src":"7289:44:7","text":"@dev See {isTokenSupported-IGateway}. "},"functionSelector":"75151b63","id":1582,"implemented":true,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"7344:16:7","nodeType":"FunctionDefinition","parameters":{"id":1567,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1566,"mutability":"mutable","name":"_token","nameLocation":"7369:6:7","nodeType":"VariableDeclaration","scope":1582,"src":"7361:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1565,"name":"address","nodeType":"ElementaryTypeName","src":"7361:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"7360:16:7"},"returnParameters":{"id":1570,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1569,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1582,"src":"7400:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1568,"name":"bool","nodeType":"ElementaryTypeName","src":"7400:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7399:6:7"},"scope":1625,"src":"7335:142:7","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2056],"body":{"id":1595,"nodeType":"Block","src":"7661:49:7","statements":[{"expression":{"baseExpression":{"id":1591,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"7672:27:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":1593,"indexExpression":{"id":1592,"name":"_code","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1585,"src":"7700:5:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7672:34:7","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"functionReturnParameters":1590,"id":1594,"nodeType":"Return","src":"7665:41:7"}]},"documentation":{"id":1583,"nodeType":"StructuredDocumentation","src":"7480:57:7","text":"@dev See {getSupportedInstitutionByCode-IGateway}. "},"functionSelector":"c2280103","id":1596,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"7548:29:7","nodeType":"FunctionDefinition","parameters":{"id":1586,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1585,"mutability":"mutable","name":"_code","nameLocation":"7589:5:7","nodeType":"VariableDeclaration","scope":1596,"src":"7581:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1584,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7581:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7577:20:7"},"returnParameters":{"id":1590,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1589,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1596,"src":"7621:38:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":1588,"nodeType":"UserDefinedTypeName","pathNode":{"id":1587,"name":"SharedStructs.InstitutionByCode","nameLocations":["7621:13:7","7635:17:7"],"nodeType":"IdentifierPath","referencedDeclaration":2079,"src":"7621:31:7"},"referencedDeclaration":2079,"src":"7621:31:7","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"7620:40:7"},"scope":1625,"src":"7539:171:7","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2066],"body":{"id":1610,"nodeType":"Block","src":"7884:47:7","statements":[{"expression":{"baseExpression":{"id":1606,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1654,"src":"7895:21:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1608,"indexExpression":{"id":1607,"name":"_currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1599,"src":"7917:9:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7895:32:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"functionReturnParameters":1605,"id":1609,"nodeType":"Return","src":"7888:39:7"}]},"documentation":{"id":1597,"nodeType":"StructuredDocumentation","src":"7713:52:7","text":"@dev See {getSupportedInstitutions-IGateway}. "},"functionSelector":"02621338","id":1611,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"7776:24:7","nodeType":"FunctionDefinition","parameters":{"id":1600,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1599,"mutability":"mutable","name":"_currency","nameLocation":"7812:9:7","nodeType":"VariableDeclaration","scope":1611,"src":"7804:17:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1598,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7804:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7800:24:7"},"returnParameters":{"id":1605,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1604,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1611,"src":"7848:34:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":1602,"nodeType":"UserDefinedTypeName","pathNode":{"id":1601,"name":"SharedStructs.Institution","nameLocations":["7848:13:7","7862:11:7"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"7848:25:7"},"referencedDeclaration":2074,"src":"7848:25:7","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1603,"nodeType":"ArrayTypeName","src":"7848:27:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"7847:36:7"},"scope":1625,"src":"7767:164:7","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2047],"body":{"id":1623,"nodeType":"Block","src":"8042:44:7","statements":[{"expression":{"components":[{"id":1619,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1636,"src":"8054:18:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"id":1620,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1634,"src":"8074:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1621,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8053:29:7","typeDescriptions":{"typeIdentifier":"t_tuple$_t_uint64_$_t_uint256_$","typeString":"tuple(uint64,uint256)"}},"functionReturnParameters":1618,"id":1622,"nodeType":"Return","src":"8046:36:7"}]},"documentation":{"id":1612,"nodeType":"StructuredDocumentation","src":"7934:41:7","text":"@dev See {getFeeDetails-IGateway}. "},"functionSelector":"b810c636","id":1624,"implemented":true,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"7986:13:7","nodeType":"FunctionDefinition","parameters":{"id":1613,"nodeType":"ParameterList","parameters":[],"src":"7999:2:7"},"returnParameters":{"id":1618,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1615,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1624,"src":"8025:6:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1614,"name":"uint64","nodeType":"ElementaryTypeName","src":"8025:6:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":1617,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1624,"src":"8033:7:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1616,"name":"uint256","nodeType":"ElementaryTypeName","src":"8033:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8024:17:7"},"scope":1625,"src":"7977:109:7","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":1626,"src":"451:7637:7","usedErrors":[]}],"src":"39:8050:7"},"id":7},"contracts/GatewaySettingManager.sol":{"ast":{"absolutePath":"contracts/GatewaySettingManager.sol","exportedSymbols":{"ContextUpgradeable":[917],"GatewaySettingManager":[1893],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239],"SharedStructs":[2080]},"id":1894,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":1627,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"168:24:8"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","id":1628,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1894,"sourceUnit":107,"src":"194:80:8","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":1630,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1894,"sourceUnit":2081,"src":"276:60:8","symbolAliases":[{"foreign":{"id":1629,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2080,"src":"284:13:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1631,"name":"Ownable2StepUpgradeable","nameLocations":["372:23:8"],"nodeType":"IdentifierPath","referencedDeclaration":106,"src":"372:23:8"},"id":1632,"nodeType":"InheritanceSpecifier","src":"372:23:8"}],"canonicalName":"GatewaySettingManager","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":1893,"linearizedBaseContracts":[1893,106,239,917,408],"name":"GatewaySettingManager","nameLocation":"347:21:8","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":1634,"mutability":"mutable","name":"MAX_BPS","nameLocation":"416:7:8","nodeType":"VariableDeclaration","scope":1893,"src":"399:24:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1633,"name":"uint256","nodeType":"ElementaryTypeName","src":"399:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1636,"mutability":"mutable","name":"protocolFeePercent","nameLocation":"442:18:8","nodeType":"VariableDeclaration","scope":1893,"src":"426:34:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1635,"name":"uint64","nodeType":"ElementaryTypeName","src":"426:6:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":1638,"mutability":"mutable","name":"treasuryAddress","nameLocation":"480:15:8","nodeType":"VariableDeclaration","scope":1893,"src":"463:32:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1637,"name":"address","nodeType":"ElementaryTypeName","src":"463:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1640,"mutability":"mutable","name":"_aggregatorAddress","nameLocation":"515:18:8","nodeType":"VariableDeclaration","scope":1893,"src":"498:35:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1639,"name":"address","nodeType":"ElementaryTypeName","src":"498:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1644,"mutability":"mutable","name":"__gap","nameLocation":"663:5:8","nodeType":"VariableDeclaration","scope":1893,"src":"643:25:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":1641,"name":"uint256","nodeType":"ElementaryTypeName","src":"643:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1643,"length":{"hexValue":"3530","id":1642,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"651:2:8","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"643:11:8","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"constant":false,"id":1648,"mutability":"mutable","name":"_isTokenSupported","nameLocation":"709:17:8","nodeType":"VariableDeclaration","scope":1893,"src":"672:54:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":1647,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1645,"name":"address","nodeType":"ElementaryTypeName","src":"680:7:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"672:27:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1646,"name":"uint256","nodeType":"ElementaryTypeName","src":"691:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"internal"},{"constant":false,"id":1654,"mutability":"mutable","name":"supportedInstitutions","nameLocation":"787:21:8","nodeType":"VariableDeclaration","scope":1893,"src":"730:78:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"typeName":{"id":1653,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1649,"name":"bytes32","nodeType":"ElementaryTypeName","src":"738:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"730:47:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"baseType":{"id":1651,"nodeType":"UserDefinedTypeName","pathNode":{"id":1650,"name":"SharedStructs.Institution","nameLocations":["749:13:8","763:11:8"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"749:25:8"},"referencedDeclaration":2074,"src":"749:25:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1652,"nodeType":"ArrayTypeName","src":"749:27:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}}},"visibility":"internal"},{"constant":false,"id":1659,"mutability":"mutable","name":"supportedInstitutionsByCode","nameLocation":"872:27:8","nodeType":"VariableDeclaration","scope":1893,"src":"811:88:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"typeName":{"id":1658,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1655,"name":"bytes32","nodeType":"ElementaryTypeName","src":"819:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"811:51:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1657,"nodeType":"UserDefinedTypeName","pathNode":{"id":1656,"name":"SharedStructs.InstitutionByCode","nameLocations":["830:13:8","844:17:8"],"nodeType":"IdentifierPath","referencedDeclaration":2079,"src":"830:31:8"},"referencedDeclaration":2079,"src":"830:31:8","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}}},"visibility":"internal"},{"anonymous":false,"eventSelector":"cfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c","id":1667,"name":"SettingManagerBool","nameLocation":"909:18:8","nodeType":"EventDefinition","parameters":{"id":1666,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1661,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"944:4:8","nodeType":"VariableDeclaration","scope":1667,"src":"928:20:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1660,"name":"bytes32","nodeType":"ElementaryTypeName","src":"928:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1663,"indexed":true,"mutability":"mutable","name":"value","nameLocation":"966:5:8","nodeType":"VariableDeclaration","scope":1667,"src":"950:21:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1662,"name":"address","nodeType":"ElementaryTypeName","src":"950:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1665,"indexed":false,"mutability":"mutable","name":"status","nameLocation":"981:6:8","nodeType":"VariableDeclaration","scope":1667,"src":"973:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1664,"name":"uint256","nodeType":"ElementaryTypeName","src":"973:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"927:61:8"},"src":"903:86:8"},{"anonymous":false,"eventSelector":"58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac","id":1675,"name":"SupportedInstitutionsUpdated","nameLocation":"997:28:8","nodeType":"EventDefinition","parameters":{"id":1674,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1669,"indexed":true,"mutability":"mutable","name":"currency","nameLocation":"1045:8:8","nodeType":"VariableDeclaration","scope":1675,"src":"1029:24:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1668,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1029:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1673,"indexed":false,"mutability":"mutable","name":"institutions","nameLocation":"1085:12:8","nodeType":"VariableDeclaration","scope":1675,"src":"1057:40:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":1671,"nodeType":"UserDefinedTypeName","pathNode":{"id":1670,"name":"SharedStructs.Institution","nameLocations":["1057:13:8","1071:11:8"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"1057:25:8"},"referencedDeclaration":2074,"src":"1057:25:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1672,"nodeType":"ArrayTypeName","src":"1057:27:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"1025:75:8"},"src":"991:110:8"},{"anonymous":false,"eventSelector":"1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b","id":1679,"name":"ProtocolFeeUpdated","nameLocation":"1109:18:8","nodeType":"EventDefinition","parameters":{"id":1678,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1677,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"1135:11:8","nodeType":"VariableDeclaration","scope":1679,"src":"1128:18:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1676,"name":"uint64","nodeType":"ElementaryTypeName","src":"1128:6:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"1127:20:8"},"src":"1103:45:8"},{"anonymous":false,"eventSelector":"bbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a4","id":1685,"name":"ProtocolAddressUpdated","nameLocation":"1156:22:8","nodeType":"EventDefinition","parameters":{"id":1684,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1681,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"1195:4:8","nodeType":"VariableDeclaration","scope":1685,"src":"1179:20:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1680,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1179:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1683,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1217:15:8","nodeType":"VariableDeclaration","scope":1685,"src":"1201:31:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1682,"name":"address","nodeType":"ElementaryTypeName","src":"1201:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1178:55:8"},"src":"1150:84:8"},{"anonymous":false,"eventSelector":"2e979f80fe4d43055c584cf4a8467c55875ea36728fc37176c05acd784eb7a73","id":1689,"name":"SetFeeRecipient","nameLocation":"1242:15:8","nodeType":"EventDefinition","parameters":{"id":1688,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1687,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1274:15:8","nodeType":"VariableDeclaration","scope":1689,"src":"1258:31:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1686,"name":"address","nodeType":"ElementaryTypeName","src":"1258:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1257:33:8"},"src":"1236:55:8"},{"body":{"id":1739,"nodeType":"Block","src":"1865:243:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1707,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1702,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1694,"src":"1877:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1705,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1894: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":1704,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1886:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1703,"name":"address","nodeType":"ElementaryTypeName","src":"1886:7:8","typeDescriptions":{}}},"id":1706,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1886:10:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1877:19:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207a65726f2061646472657373","id":1708,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1898:23:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""},"value":"Gateway: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""}],"id":1701,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1869:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1709,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1869:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1710,"nodeType":"ExpressionStatement","src":"1869:53:8"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1718,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1714,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1712,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1696,"src":"1934:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1713,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1944:1:8","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1934:11:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1717,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1715,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1696,"src":"1949:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"32","id":1716,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1959:1:8","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"1949:11:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"1934:26:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a20696e76616c696420737461747573","id":1719,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1962:25:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","typeString":"literal_string \"Gateway: invalid status\""},"value":"Gateway: invalid status"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","typeString":"literal_string \"Gateway: invalid status\""}],"id":1711,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1926:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1720,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1926:62:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1721,"nodeType":"ExpressionStatement","src":"1926:62:8"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1724,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1722,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1692,"src":"1996:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"746f6b656e","id":1723,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2004:7:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_9b9b0454cadcb5884dd3faa6ba975da4d2459aa3f11d31291a25a8358f84946d","typeString":"literal_string \"token\""},"value":"token"},"src":"1996:15:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1738,"nodeType":"IfStatement","src":"1992:113:8","trueBody":{"id":1737,"nodeType":"Block","src":"2013:92:8","statements":[{"expression":{"id":1729,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1725,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1648,"src":"2018:17:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1727,"indexExpression":{"id":1726,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1694,"src":"2036:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2018:24:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1728,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1696,"src":"2045:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2018:33:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1730,"nodeType":"ExpressionStatement","src":"2018:33:8"},{"eventCall":{"arguments":[{"id":1732,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1692,"src":"2080:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1733,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1694,"src":"2086:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1734,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1696,"src":"2093:6:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1731,"name":"SettingManagerBool","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1667,"src":"2061:18:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_uint256_$returns$__$","typeString":"function (bytes32,address,uint256)"}},"id":1735,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2061:39:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1736,"nodeType":"EmitStatement","src":"2056:44:8"}]}}]},"documentation":{"id":1690,"nodeType":"StructuredDocumentation","src":"1488:283:8","text":" @dev Sets the boolean value for a specific setting.\n @param what The setting to be updated.\n @param value The address or value associated with the setting.\n @param status The boolean value to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"cd992400","id":1740,"implemented":true,"kind":"function","modifiers":[{"id":1699,"kind":"modifierInvocation","modifierName":{"id":1698,"name":"onlyOwner","nameLocations":["1855:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1855:9:8"},"nodeType":"ModifierInvocation","src":"1855:9:8"}],"name":"settingManagerBool","nameLocation":"1782:18:8","nodeType":"FunctionDefinition","parameters":{"id":1697,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1692,"mutability":"mutable","name":"what","nameLocation":"1809:4:8","nodeType":"VariableDeclaration","scope":1740,"src":"1801:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1691,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1801:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1694,"mutability":"mutable","name":"value","nameLocation":"1823:5:8","nodeType":"VariableDeclaration","scope":1740,"src":"1815:13:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1693,"name":"address","nodeType":"ElementaryTypeName","src":"1815:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1696,"mutability":"mutable","name":"status","nameLocation":"1838:6:8","nodeType":"VariableDeclaration","scope":1740,"src":"1830:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1695,"name":"uint256","nodeType":"ElementaryTypeName","src":"1830:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1800:45:8"},"returnParameters":{"id":1700,"nodeType":"ParameterList","parameters":[],"src":"1865:0:8"},"scope":1893,"src":"1773:335:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1802,"nodeType":"Block","src":"2450:412:8","statements":[{"expression":{"id":1755,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"2454:38:8","subExpression":{"baseExpression":{"id":1752,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1654,"src":"2461:21:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1754,"indexExpression":{"id":1753,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2483:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2461:31:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1756,"nodeType":"ExpressionStatement","src":"2454:38:8"},{"body":{"id":1793,"nodeType":"Block","src":"2536:243:8","statements":[{"expression":{"arguments":[{"baseExpression":{"id":1768,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"2578:12:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1770,"indexExpression":{"id":1769,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2591:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2578:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_memory_ptr","typeString":"struct SharedStructs.Institution memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_struct$_Institution_$2074_memory_ptr","typeString":"struct SharedStructs.Institution memory"}],"expression":{"baseExpression":{"id":1764,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1654,"src":"2541:21:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1766,"indexExpression":{"id":1765,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2563:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2541:31:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"id":1767,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2573:4:8","memberName":"push","nodeType":"MemberAccess","src":"2541:36:8","typeDescriptions":{"typeIdentifier":"t_function_arraypush_nonpayable$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr_$_t_struct$_Institution_$2074_storage_$returns$__$attached_to$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr_$","typeString":"function (struct SharedStructs.Institution storage ref[] storage pointer,struct SharedStructs.Institution storage ref)"}},"id":1771,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2541:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1772,"nodeType":"ExpressionStatement","src":"2541:53:8"},{"expression":{"id":1787,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1773,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"2599:27:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2079_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":1778,"indexExpression":{"expression":{"baseExpression":{"id":1774,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"2627:12:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1776,"indexExpression":{"id":1775,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2640:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2627:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":1777,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2643:4:8","memberName":"code","nodeType":"MemberAccess","referencedDeclaration":2071,"src":"2627:20:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2599:49:8","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"baseExpression":{"id":1781,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"2695:12:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1783,"indexExpression":{"id":1782,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2708:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2695:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":1784,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2711:4:8","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":2073,"src":"2695:20:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1785,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2731:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":1779,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2080,"src":"2651:13:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_SharedStructs_$2080_$","typeString":"type(library SharedStructs)"}},"id":1780,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2665:17:8","memberName":"InstitutionByCode","nodeType":"MemberAccess","referencedDeclaration":2079,"src":"2651:31:8","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_InstitutionByCode_$2079_storage_ptr_$","typeString":"type(struct SharedStructs.InstitutionByCode storage pointer)"}},"id":1786,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2689:4:8","2721:8:8"],"names":["name","currency"],"nodeType":"FunctionCall","src":"2651:94:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode memory"}},"src":"2599:146:8","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":1788,"nodeType":"ExpressionStatement","src":"2599:146:8"},{"id":1792,"nodeType":"UncheckedBlock","src":"2750:25:8","statements":[{"expression":{"id":1790,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":true,"src":"2766:3:8","subExpression":{"id":1789,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2768:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1791,"nodeType":"ExpressionStatement","src":"2766:3:8"}]}]},"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1763,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1760,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1758,"src":"2509:1:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"expression":{"id":1761,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"2513:12:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1762,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2526:6:8","memberName":"length","nodeType":"MemberAccess","src":"2513:19:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2509:23:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1794,"initializationExpression":{"assignments":[1758],"declarations":[{"constant":false,"id":1758,"mutability":"mutable","name":"i","nameLocation":"2506:1:8","nodeType":"VariableDeclaration","scope":1794,"src":"2501:6:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1757,"name":"uint","nodeType":"ElementaryTypeName","src":"2501:4:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1759,"nodeType":"VariableDeclarationStatement","src":"2501:6:8"},"nodeType":"ForStatement","src":"2496:283:8"},{"eventCall":{"arguments":[{"id":1796,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2816:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"baseExpression":{"id":1797,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1654,"src":"2826:21:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1799,"indexExpression":{"id":1798,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2848:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2826:31:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}],"id":1795,"name":"SupportedInstitutionsUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1675,"src":"2787:28:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_$returns$__$","typeString":"function (bytes32,struct SharedStructs.Institution memory[] memory)"}},"id":1800,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2787:71:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1801,"nodeType":"EmitStatement","src":"2782:76:8"}]},"documentation":{"id":1741,"nodeType":"StructuredDocumentation","src":"2111:210:8","text":" @dev Sets the supported institutions for a specific currency.\n @param currency The currency for which the institutions are being set.\n @param institutions The array of institutions to be set."},"functionSelector":"32200882","id":1803,"implemented":true,"kind":"function","modifiers":[{"id":1750,"kind":"modifierInvocation","modifierName":{"id":1749,"name":"onlyOwner","nameLocations":["2440:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2440:9:8"},"nodeType":"ModifierInvocation","src":"2440:9:8"}],"name":"setSupportedInstitutions","nameLocation":"2332:24:8","nodeType":"FunctionDefinition","parameters":{"id":1748,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1743,"mutability":"mutable","name":"currency","nameLocation":"2368:8:8","nodeType":"VariableDeclaration","scope":1803,"src":"2360:16:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1742,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2360:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1747,"mutability":"mutable","name":"institutions","nameLocation":"2415:12:8","nodeType":"VariableDeclaration","scope":1803,"src":"2380:47:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":1745,"nodeType":"UserDefinedTypeName","pathNode":{"id":1744,"name":"SharedStructs.Institution","nameLocations":["2380:13:8","2394:11:8"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"2380:25:8"},"referencedDeclaration":2074,"src":"2380:25:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1746,"nodeType":"ArrayTypeName","src":"2380:27:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"2356:74:8"},"returnParameters":{"id":1751,"nodeType":"ParameterList","parameters":[],"src":"2450:0:8"},"scope":1893,"src":"2323:539:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1819,"nodeType":"Block","src":"3069:96:8","statements":[{"expression":{"id":1813,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1811,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1636,"src":"3073:18:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1812,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1806,"src":"3094:19:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"3073:40:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"id":1814,"nodeType":"ExpressionStatement","src":"3073:40:8"},{"eventCall":{"arguments":[{"id":1816,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1806,"src":"3141:19:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":1815,"name":"ProtocolFeeUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1679,"src":"3122:18:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint64_$returns$__$","typeString":"function (uint64)"}},"id":1817,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3122:39:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1818,"nodeType":"EmitStatement","src":"3117:44:8"}]},"documentation":{"id":1804,"nodeType":"StructuredDocumentation","src":"2865:128:8","text":" @dev Updates the protocol fee percentage.\n @param _protocolFeePercent The new protocol fee percentage to be set."},"functionSelector":"47094e2e","id":1820,"implemented":true,"kind":"function","modifiers":[{"id":1809,"kind":"modifierInvocation","modifierName":{"id":1808,"name":"onlyOwner","nameLocations":["3059:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3059:9:8"},"nodeType":"ModifierInvocation","src":"3059:9:8"}],"name":"updateProtocolFee","nameLocation":"3004:17:8","nodeType":"FunctionDefinition","parameters":{"id":1807,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1806,"mutability":"mutable","name":"_protocolFeePercent","nameLocation":"3029:19:8","nodeType":"VariableDeclaration","scope":1820,"src":"3022:26:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1805,"name":"uint64","nodeType":"ElementaryTypeName","src":"3022:6:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"3021:28:8"},"returnParameters":{"id":1810,"nodeType":"ParameterList","parameters":[],"src":"3069:0:8"},"scope":1893,"src":"2995:170:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1891,"nodeType":"Block","src":"3473:472:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1836,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1831,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3485:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1834,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3502: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":1833,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3494:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1832,"name":"address","nodeType":"ElementaryTypeName","src":"3494:7:8","typeDescriptions":{}}},"id":1835,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3494:10:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3485:19:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207a65726f2061646472657373","id":1837,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3506:23:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""},"value":"Gateway: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""}],"id":1830,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3477:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1838,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3477:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1839,"nodeType":"ExpressionStatement","src":"3477:53:8"},{"assignments":[1841],"declarations":[{"constant":false,"id":1841,"mutability":"mutable","name":"updated","nameLocation":"3539:7:8","nodeType":"VariableDeclaration","scope":1891,"src":"3534:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1840,"name":"bool","nodeType":"ElementaryTypeName","src":"3534:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":1842,"nodeType":"VariableDeclarationStatement","src":"3534:12:8"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1845,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1843,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1823,"src":"3554:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"7472656173757279","id":1844,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3562:10:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_cbd818ad4dd6f1ff9338c2bb62480241424dd9a65f9f3284101a01cd099ad8ac","typeString":"literal_string \"treasury\""},"value":"treasury"},"src":"3554:18:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1864,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1862,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1823,"src":"3715:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"61676772656761746f72","id":1863,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3723:12:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_e124d7cc79a19705865fa21b784ba187cd393559e960c0c071132cb60354d1a3","typeString":"literal_string \"aggregator\""},"value":"aggregator"},"src":"3715:20:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1881,"nodeType":"IfStatement","src":"3711:165:8","trueBody":{"id":1880,"nodeType":"Block","src":"3737:139:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1868,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1866,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1640,"src":"3750:18:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":1867,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3772:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3750:27:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c726561647920736574","id":1869,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3779:41:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","typeString":"literal_string \"Gateway: aggregator address already set\""},"value":"Gateway: aggregator address already set"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","typeString":"literal_string \"Gateway: aggregator address already set\""}],"id":1865,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3742:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1870,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3742:79:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1871,"nodeType":"ExpressionStatement","src":"3742:79:8"},{"expression":{"id":1874,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1872,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1640,"src":"3826:18:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1873,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3847:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3826:26:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1875,"nodeType":"ExpressionStatement","src":"3826:26:8"},{"expression":{"id":1878,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1876,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1841,"src":"3857:7:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1877,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3867:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3857:14:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1879,"nodeType":"ExpressionStatement","src":"3857:14:8"}]}},"id":1882,"nodeType":"IfStatement","src":"3550:326:8","trueBody":{"id":1861,"nodeType":"Block","src":"3574:131:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1849,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1847,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1638,"src":"3587:15:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":1848,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3606:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3587:24:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207472656173757279206164647265737320616c726561647920736574","id":1850,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3613:39:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","typeString":"literal_string \"Gateway: treasury address already set\""},"value":"Gateway: treasury address already set"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","typeString":"literal_string \"Gateway: treasury address already set\""}],"id":1846,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3579:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1851,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3579:74:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1852,"nodeType":"ExpressionStatement","src":"3579:74:8"},{"expression":{"id":1855,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1853,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1638,"src":"3658:15:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1854,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3676:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3658:23:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1856,"nodeType":"ExpressionStatement","src":"3658:23:8"},{"expression":{"id":1859,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1857,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1841,"src":"3686:7:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1858,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3696:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3686:14:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1860,"nodeType":"ExpressionStatement","src":"3686:14:8"}]}},{"condition":{"id":1883,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1841,"src":"3883:7:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1890,"nodeType":"IfStatement","src":"3879:63:8","trueBody":{"id":1889,"nodeType":"Block","src":"3892:50:8","statements":[{"eventCall":{"arguments":[{"id":1885,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1823,"src":"3925:4:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1886,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1825,"src":"3931:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"}],"id":1884,"name":"ProtocolAddressUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1685,"src":"3902:22:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$returns$__$","typeString":"function (bytes32,address)"}},"id":1887,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3902:35:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1888,"nodeType":"EmitStatement","src":"3897:40:8"}]}}]},"documentation":{"id":1821,"nodeType":"StructuredDocumentation","src":"3168:224:8","text":" @dev Updates a protocol address.\n @param what The address type to be updated (treasury or aggregator).\n @param value The new address to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"40ebc677","id":1892,"implemented":true,"kind":"function","modifiers":[{"id":1828,"kind":"modifierInvocation","modifierName":{"id":1827,"name":"onlyOwner","nameLocations":["3463:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3463:9:8"},"nodeType":"ModifierInvocation","src":"3463:9:8"}],"name":"updateProtocolAddress","nameLocation":"3403:21:8","nodeType":"FunctionDefinition","parameters":{"id":1826,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1823,"mutability":"mutable","name":"what","nameLocation":"3433:4:8","nodeType":"VariableDeclaration","scope":1892,"src":"3425:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1822,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3425:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1825,"mutability":"mutable","name":"value","nameLocation":"3447:5:8","nodeType":"VariableDeclaration","scope":1892,"src":"3439:13:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1824,"name":"address","nodeType":"ElementaryTypeName","src":"3439:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3424:29:8"},"returnParameters":{"id":1829,"nodeType":"ParameterList","parameters":[],"src":"3473:0:8"},"scope":1893,"src":"3394:551:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":1894,"src":"338:3609:8","usedErrors":[]}],"src":"168:3780:8"},"id":8},"contracts/interfaces/IGateway.sol":{"ast":{"absolutePath":"contracts/interfaces/IGateway.sol","exportedSymbols":{"IERC20":[995],"IGateway":[2067],"SharedStructs":[2080]},"id":2068,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":1895,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:9"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"@openzeppelin/contracts/token/ERC20/IERC20.sol","id":1897,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2068,"sourceUnit":996,"src":"65:70:9","symbolAliases":[{"foreign":{"id":1896,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"73:6:9","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"../libraries/SharedStructs.sol","id":1899,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2068,"sourceUnit":2081,"src":"137:61:9","symbolAliases":[{"foreign":{"id":1898,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2080,"src":"145:13:9","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"IGateway","contractDependencies":[],"contractKind":"interface","documentation":{"id":1900,"nodeType":"StructuredDocumentation","src":"200:73:9","text":" @title IGateway\n @notice Interface for the Gateway contract."},"fullyImplemented":false,"id":2067,"linearizedBaseContracts":[2067],"name":"IGateway","nameLocation":"284:8:9","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":1901,"nodeType":"StructuredDocumentation","src":"480:391:9","text":" @dev Emitted when a deposit is made.\n @param sender The address of the sender.\n @param token The address of the deposited token.\n @param amount The amount of the deposit.\n @param orderId The ID of the order.\n @param rate The rate at which the deposit is made.\n @param institutionCode The code of the institution.\n @param messageHash The hash of the message."},"eventSelector":"3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf333","id":1919,"name":"OrderCreated","nameLocation":"879:12:9","nodeType":"EventDefinition","parameters":{"id":1918,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1903,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"911:6:9","nodeType":"VariableDeclaration","scope":1919,"src":"895:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1902,"name":"address","nodeType":"ElementaryTypeName","src":"895:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1905,"indexed":true,"mutability":"mutable","name":"token","nameLocation":"937:5:9","nodeType":"VariableDeclaration","scope":1919,"src":"921:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1904,"name":"address","nodeType":"ElementaryTypeName","src":"921:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1907,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"962:6:9","nodeType":"VariableDeclaration","scope":1919,"src":"946:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1906,"name":"uint256","nodeType":"ElementaryTypeName","src":"946:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1909,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"980:11:9","nodeType":"VariableDeclaration","scope":1919,"src":"972:19:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1908,"name":"uint256","nodeType":"ElementaryTypeName","src":"972:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1911,"indexed":false,"mutability":"mutable","name":"orderId","nameLocation":"1003:7:9","nodeType":"VariableDeclaration","scope":1919,"src":"995:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1910,"name":"bytes32","nodeType":"ElementaryTypeName","src":"995:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1913,"indexed":false,"mutability":"mutable","name":"rate","nameLocation":"1022:4:9","nodeType":"VariableDeclaration","scope":1919,"src":"1014:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1912,"name":"uint256","nodeType":"ElementaryTypeName","src":"1014:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1915,"indexed":false,"mutability":"mutable","name":"institutionCode","nameLocation":"1038:15:9","nodeType":"VariableDeclaration","scope":1919,"src":"1030:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1914,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1030:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1917,"indexed":false,"mutability":"mutable","name":"messageHash","nameLocation":"1064:11:9","nodeType":"VariableDeclaration","scope":1919,"src":"1057:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1916,"name":"string","nodeType":"ElementaryTypeName","src":"1057:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"891:187:9"},"src":"873:206:9"},{"anonymous":false,"documentation":{"id":1920,"nodeType":"StructuredDocumentation","src":"1082:303:9","text":" @dev Emitted when an aggregator settles a transaction.\n @param splitOrderId The ID of the split order.\n @param orderId The ID of the order.\n @param liquidityProvider The address of the liquidity provider.\n @param settlePercent The percentage at which the transaction is settled."},"eventSelector":"98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a","id":1930,"name":"OrderSettled","nameLocation":"1393:12:9","nodeType":"EventDefinition","parameters":{"id":1929,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1922,"indexed":false,"mutability":"mutable","name":"splitOrderId","nameLocation":"1417:12:9","nodeType":"VariableDeclaration","scope":1930,"src":"1409:20:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1921,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1409:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1924,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1449:7:9","nodeType":"VariableDeclaration","scope":1930,"src":"1433:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1923,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1433:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1926,"indexed":true,"mutability":"mutable","name":"liquidityProvider","nameLocation":"1476:17:9","nodeType":"VariableDeclaration","scope":1930,"src":"1460:33:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1925,"name":"address","nodeType":"ElementaryTypeName","src":"1460:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1928,"indexed":false,"mutability":"mutable","name":"settlePercent","nameLocation":"1504:13:9","nodeType":"VariableDeclaration","scope":1930,"src":"1497:20:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1927,"name":"uint96","nodeType":"ElementaryTypeName","src":"1497:6:9","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"}],"src":"1405:115:9"},"src":"1387:134:9"},{"anonymous":false,"documentation":{"id":1931,"nodeType":"StructuredDocumentation","src":"1524:163:9","text":" @dev Emitted when an aggregator refunds a transaction.\n @param fee The fee deducted from the refund amount.\n @param orderId The ID of the order."},"eventSelector":"0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e","id":1937,"name":"OrderRefunded","nameLocation":"1695:13:9","nodeType":"EventDefinition","parameters":{"id":1936,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1933,"indexed":false,"mutability":"mutable","name":"fee","nameLocation":"1717:3:9","nodeType":"VariableDeclaration","scope":1937,"src":"1709:11:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1932,"name":"uint256","nodeType":"ElementaryTypeName","src":"1709:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1935,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1738:7:9","nodeType":"VariableDeclaration","scope":1937,"src":"1722:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1934,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1722:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1708:38:9"},"src":"1689:58:9"},{"anonymous":false,"documentation":{"id":1938,"nodeType":"StructuredDocumentation","src":"1750:161:9","text":" @dev Emitted when the sender's fee is transferred.\n @param sender The address of the sender.\n @param amount The amount of the fee transferred."},"eventSelector":"44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c2501","id":1944,"name":"SenderFeeTransferred","nameLocation":"1919:20:9","nodeType":"EventDefinition","parameters":{"id":1943,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1940,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"1956:6:9","nodeType":"VariableDeclaration","scope":1944,"src":"1940:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1939,"name":"address","nodeType":"ElementaryTypeName","src":"1940:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1942,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"1980:6:9","nodeType":"VariableDeclaration","scope":1944,"src":"1964:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1941,"name":"uint256","nodeType":"ElementaryTypeName","src":"1964:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1939:48:9"},"src":"1913:75:9"},{"canonicalName":"IGateway.TransactionMetadata","id":1955,"members":[{"constant":false,"id":1946,"mutability":"mutable","name":"identifier","nameLocation":"2554:10:9","nodeType":"VariableDeclaration","scope":1955,"src":"2547:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1945,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2547:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1948,"mutability":"mutable","name":"institution","nameLocation":"2575:11:9","nodeType":"VariableDeclaration","scope":1955,"src":"2568:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1947,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2568:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1950,"mutability":"mutable","name":"name","nameLocation":"2597:4:9","nodeType":"VariableDeclaration","scope":1955,"src":"2590:11:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1949,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2590:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1952,"mutability":"mutable","name":"currency","nameLocation":"2612:8:9","nodeType":"VariableDeclaration","scope":1955,"src":"2605:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1951,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2605:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1954,"mutability":"mutable","name":"liquidityProviderID","nameLocation":"2632:19:9","nodeType":"VariableDeclaration","scope":1955,"src":"2624:27:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1953,"name":"uint256","nodeType":"ElementaryTypeName","src":"2624:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"TransactionMetadata","nameLocation":"2523:19:9","nodeType":"StructDefinition","scope":2067,"src":"2516:139:9","visibility":"public"},{"canonicalName":"IGateway.Order","id":1976,"members":[{"constant":false,"id":1957,"mutability":"mutable","name":"sender","nameLocation":"3277:6:9","nodeType":"VariableDeclaration","scope":1976,"src":"3269:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1956,"name":"address","nodeType":"ElementaryTypeName","src":"3269:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1959,"mutability":"mutable","name":"token","nameLocation":"3295:5:9","nodeType":"VariableDeclaration","scope":1976,"src":"3287:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1958,"name":"address","nodeType":"ElementaryTypeName","src":"3287:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1961,"mutability":"mutable","name":"senderFeeRecipient","nameLocation":"3312:18:9","nodeType":"VariableDeclaration","scope":1976,"src":"3304:26:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1960,"name":"address","nodeType":"ElementaryTypeName","src":"3304:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1963,"mutability":"mutable","name":"senderFee","nameLocation":"3342:9:9","nodeType":"VariableDeclaration","scope":1976,"src":"3334:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1962,"name":"uint256","nodeType":"ElementaryTypeName","src":"3334:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1965,"mutability":"mutable","name":"protocolFee","nameLocation":"3363:11:9","nodeType":"VariableDeclaration","scope":1976,"src":"3355:19:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1964,"name":"uint256","nodeType":"ElementaryTypeName","src":"3355:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1967,"mutability":"mutable","name":"isFulfilled","nameLocation":"3383:11:9","nodeType":"VariableDeclaration","scope":1976,"src":"3378:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1966,"name":"bool","nodeType":"ElementaryTypeName","src":"3378:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1969,"mutability":"mutable","name":"isRefunded","nameLocation":"3403:10:9","nodeType":"VariableDeclaration","scope":1976,"src":"3398:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1968,"name":"bool","nodeType":"ElementaryTypeName","src":"3398:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1971,"mutability":"mutable","name":"refundAddress","nameLocation":"3425:13:9","nodeType":"VariableDeclaration","scope":1976,"src":"3417:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1970,"name":"address","nodeType":"ElementaryTypeName","src":"3417:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1973,"mutability":"mutable","name":"currentBPS","nameLocation":"3449:10:9","nodeType":"VariableDeclaration","scope":1976,"src":"3442:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1972,"name":"uint96","nodeType":"ElementaryTypeName","src":"3442:6:9","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1975,"mutability":"mutable","name":"amount","nameLocation":"3471:6:9","nodeType":"VariableDeclaration","scope":1976,"src":"3463:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1974,"name":"uint256","nodeType":"ElementaryTypeName","src":"3463:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"Order","nameLocation":"3259:5:9","nodeType":"StructDefinition","scope":2067,"src":"3252:229:9","visibility":"public"},{"documentation":{"id":1977,"nodeType":"StructuredDocumentation","src":"3676:1028:9","text":" @notice Locks the sender's amount of token into Gateway.\n @dev Requirements:\n - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n - `_token` must be an acceptable token. See {isTokenSupported}.\n - `amount` must be greater than minimum.\n - `_refundAddress` refund address must not be zero address.\n @param _token The address of the token.\n @param _amount The amount in the decimal of `_token` to be locked.\n @param _institutionCode The institution code of the sender.\n @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n @param messageHash The hash of the message.\n @return _orderId The ID of the order."},"functionSelector":"d12ff20a","id":1998,"implemented":false,"kind":"function","modifiers":[],"name":"createOrder","nameLocation":"4715:11:9","nodeType":"FunctionDefinition","parameters":{"id":1994,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1979,"mutability":"mutable","name":"_token","nameLocation":"4738:6:9","nodeType":"VariableDeclaration","scope":1998,"src":"4730:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1978,"name":"address","nodeType":"ElementaryTypeName","src":"4730:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1981,"mutability":"mutable","name":"_amount","nameLocation":"4756:7:9","nodeType":"VariableDeclaration","scope":1998,"src":"4748:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1980,"name":"uint256","nodeType":"ElementaryTypeName","src":"4748:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1983,"mutability":"mutable","name":"_institutionCode","nameLocation":"4775:16:9","nodeType":"VariableDeclaration","scope":1998,"src":"4767:24:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1982,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4767:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1985,"mutability":"mutable","name":"_rate","nameLocation":"4802:5:9","nodeType":"VariableDeclaration","scope":1998,"src":"4795:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1984,"name":"uint96","nodeType":"ElementaryTypeName","src":"4795:6:9","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1987,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"4819:19:9","nodeType":"VariableDeclaration","scope":1998,"src":"4811:27:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1986,"name":"address","nodeType":"ElementaryTypeName","src":"4811:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1989,"mutability":"mutable","name":"_senderFee","nameLocation":"4850:10:9","nodeType":"VariableDeclaration","scope":1998,"src":"4842:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1988,"name":"uint256","nodeType":"ElementaryTypeName","src":"4842:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1991,"mutability":"mutable","name":"_refundAddress","nameLocation":"4872:14:9","nodeType":"VariableDeclaration","scope":1998,"src":"4864:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1990,"name":"address","nodeType":"ElementaryTypeName","src":"4864:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1993,"mutability":"mutable","name":"messageHash","nameLocation":"4906:11:9","nodeType":"VariableDeclaration","scope":1998,"src":"4890:27:9","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":1992,"name":"string","nodeType":"ElementaryTypeName","src":"4890:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4726:194:9"},"returnParameters":{"id":1997,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1996,"mutability":"mutable","name":"_orderId","nameLocation":"4947:8:9","nodeType":"VariableDeclaration","scope":1998,"src":"4939:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1995,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4939:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4938:18:9"},"scope":2067,"src":"4706:251:9","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":1999,"nodeType":"StructuredDocumentation","src":"4960:366:9","text":" @notice Settles a transaction and distributes rewards accordingly.\n @param _splitOrderId The ID of the split order.\n @param _orderId The ID of the transaction.\n @param _liquidityProvider The address of the liquidity provider.\n @param _settlePercent The rate at which the transaction is settled.\n @return bool the settlement is successful."},"functionSelector":"f22ee704","id":2012,"implemented":false,"kind":"function","modifiers":[],"name":"settle","nameLocation":"5337:6:9","nodeType":"FunctionDefinition","parameters":{"id":2008,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2001,"mutability":"mutable","name":"_splitOrderId","nameLocation":"5355:13:9","nodeType":"VariableDeclaration","scope":2012,"src":"5347:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2000,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5347:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2003,"mutability":"mutable","name":"_orderId","nameLocation":"5380:8:9","nodeType":"VariableDeclaration","scope":2012,"src":"5372:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2002,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5372:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2005,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"5400:18:9","nodeType":"VariableDeclaration","scope":2012,"src":"5392:26:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2004,"name":"address","nodeType":"ElementaryTypeName","src":"5392:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2007,"mutability":"mutable","name":"_settlePercent","nameLocation":"5429:14:9","nodeType":"VariableDeclaration","scope":2012,"src":"5422:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2006,"name":"uint64","nodeType":"ElementaryTypeName","src":"5422:6:9","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"5343:103:9"},"returnParameters":{"id":2011,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2010,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2012,"src":"5465:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2009,"name":"bool","nodeType":"ElementaryTypeName","src":"5465:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5464:6:9"},"scope":2067,"src":"5328:143:9","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":2013,"nodeType":"StructuredDocumentation","src":"5474:299:9","text":" @notice Refunds to the specified refundable address.\n @dev Requirements:\n - Only aggregators can call this function.\n @param _fee The amount to be deducted from the amount to be refunded.\n @param _orderId The ID of the transaction.\n @return bool the refund is successful."},"functionSelector":"71eedb88","id":2022,"implemented":false,"kind":"function","modifiers":[],"name":"refund","nameLocation":"5784:6:9","nodeType":"FunctionDefinition","parameters":{"id":2018,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2015,"mutability":"mutable","name":"_fee","nameLocation":"5799:4:9","nodeType":"VariableDeclaration","scope":2022,"src":"5791:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2014,"name":"uint256","nodeType":"ElementaryTypeName","src":"5791:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2017,"mutability":"mutable","name":"_orderId","nameLocation":"5813:8:9","nodeType":"VariableDeclaration","scope":2022,"src":"5805:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2016,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5805:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"5790:32:9"},"returnParameters":{"id":2021,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2020,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2022,"src":"5841:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2019,"name":"bool","nodeType":"ElementaryTypeName","src":"5841:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5840:6:9"},"scope":2067,"src":"5775:72:9","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":2023,"nodeType":"StructuredDocumentation","src":"5850:157:9","text":" @notice Checks if a token is supported by Gateway.\n @param _token The address of the token to check.\n @return bool the token is supported."},"functionSelector":"75151b63","id":2030,"implemented":false,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"6018:16:9","nodeType":"FunctionDefinition","parameters":{"id":2026,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2025,"mutability":"mutable","name":"_token","nameLocation":"6043:6:9","nodeType":"VariableDeclaration","scope":2030,"src":"6035:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2024,"name":"address","nodeType":"ElementaryTypeName","src":"6035:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6034:16:9"},"returnParameters":{"id":2029,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2028,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2030,"src":"6074:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2027,"name":"bool","nodeType":"ElementaryTypeName","src":"6074:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6073:6:9"},"scope":2067,"src":"6009:71:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2031,"nodeType":"StructuredDocumentation","src":"6083:128:9","text":" @notice Gets the details of an order.\n @param _orderId The ID of the order.\n @return Order The order details."},"functionSelector":"768c6ec0","id":2039,"implemented":false,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"6222:12:9","nodeType":"FunctionDefinition","parameters":{"id":2034,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2033,"mutability":"mutable","name":"_orderId","nameLocation":"6243:8:9","nodeType":"VariableDeclaration","scope":2039,"src":"6235:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2032,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6235:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6234:18:9"},"returnParameters":{"id":2038,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2037,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2039,"src":"6276:12:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_memory_ptr","typeString":"struct IGateway.Order"},"typeName":{"id":2036,"nodeType":"UserDefinedTypeName","pathNode":{"id":2035,"name":"Order","nameLocations":["6276:5:9"],"nodeType":"IdentifierPath","referencedDeclaration":1976,"src":"6276:5:9"},"referencedDeclaration":1976,"src":"6276:5:9","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1976_storage_ptr","typeString":"struct IGateway.Order"}},"visibility":"internal"}],"src":"6275:14:9"},"scope":2067,"src":"6213:77:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2040,"nodeType":"StructuredDocumentation","src":"6293:154:9","text":" @notice Gets the fee details of Gateway.\n @return protocolReward The protocol reward amount.\n @return max_bps The maximum basis points."},"functionSelector":"b810c636","id":2047,"implemented":false,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"6458:13:9","nodeType":"FunctionDefinition","parameters":{"id":2041,"nodeType":"ParameterList","parameters":[],"src":"6471:2:9"},"returnParameters":{"id":2046,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2043,"mutability":"mutable","name":"protocolReward","nameLocation":"6504:14:9","nodeType":"VariableDeclaration","scope":2047,"src":"6497:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2042,"name":"uint64","nodeType":"ElementaryTypeName","src":"6497:6:9","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":2045,"mutability":"mutable","name":"max_bps","nameLocation":"6528:7:9","nodeType":"VariableDeclaration","scope":2047,"src":"6520:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2044,"name":"uint256","nodeType":"ElementaryTypeName","src":"6520:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6496:40:9"},"scope":2067,"src":"6449:88:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2048,"nodeType":"StructuredDocumentation","src":"6540:167:9","text":" @notice Gets the details of a supported institution by code.\n @param _code The institution code.\n @return InstitutionByCode The institution details."},"functionSelector":"c2280103","id":2056,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"6718:29:9","nodeType":"FunctionDefinition","parameters":{"id":2051,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2050,"mutability":"mutable","name":"_code","nameLocation":"6759:5:9","nodeType":"VariableDeclaration","scope":2056,"src":"6751:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2049,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6751:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6747:20:9"},"returnParameters":{"id":2055,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2054,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2056,"src":"6791:38:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":2053,"nodeType":"UserDefinedTypeName","pathNode":{"id":2052,"name":"SharedStructs.InstitutionByCode","nameLocations":["6791:13:9","6805:17:9"],"nodeType":"IdentifierPath","referencedDeclaration":2079,"src":"6791:31:9"},"referencedDeclaration":2079,"src":"6791:31:9","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2079_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"6790:40:9"},"scope":2067,"src":"6709:122:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2057,"nodeType":"StructuredDocumentation","src":"6834:167:9","text":" @notice Gets the details of supported institutions by currency.\n @param _currency The currency code.\n @return Institutions An array of institutions."},"functionSelector":"02621338","id":2066,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"7012:24:9","nodeType":"FunctionDefinition","parameters":{"id":2060,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2059,"mutability":"mutable","name":"_currency","nameLocation":"7048:9:9","nodeType":"VariableDeclaration","scope":2066,"src":"7040:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2058,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7040:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7036:24:9"},"returnParameters":{"id":2065,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2064,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2066,"src":"7084:34:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":2062,"nodeType":"UserDefinedTypeName","pathNode":{"id":2061,"name":"SharedStructs.Institution","nameLocations":["7084:13:9","7098:11:9"],"nodeType":"IdentifierPath","referencedDeclaration":2074,"src":"7084:25:9"},"referencedDeclaration":2074,"src":"7084:25:9","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2074_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":2063,"nodeType":"ArrayTypeName","src":"7084:27:9","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"7083:36:9"},"scope":2067,"src":"7003:117:9","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":2068,"src":"274:6848:9","usedErrors":[]}],"src":"39:7084:9"},"id":9},"contracts/libraries/SharedStructs.sol":{"ast":{"absolutePath":"contracts/libraries/SharedStructs.sol","exportedSymbols":{"SharedStructs":[2080]},"id":2081,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":2069,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:10"},{"abstract":false,"baseContracts":[],"canonicalName":"SharedStructs","contractDependencies":[],"contractKind":"library","fullyImplemented":true,"id":2080,"linearizedBaseContracts":[2080],"name":"SharedStructs","nameLocation":"73:13:10","nodeType":"ContractDefinition","nodes":[{"canonicalName":"SharedStructs.Institution","id":2074,"members":[{"constant":false,"id":2071,"mutability":"mutable","name":"code","nameLocation":"290:4:10","nodeType":"VariableDeclaration","scope":2074,"src":"282:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2070,"name":"bytes32","nodeType":"ElementaryTypeName","src":"282:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2073,"mutability":"mutable","name":"name","nameLocation":"312:4:10","nodeType":"VariableDeclaration","scope":2074,"src":"304:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2072,"name":"bytes32","nodeType":"ElementaryTypeName","src":"304:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"Institution","nameLocation":"260:11:10","nodeType":"StructDefinition","scope":2080,"src":"253:70:10","visibility":"public"},{"canonicalName":"SharedStructs.InstitutionByCode","id":2079,"members":[{"constant":false,"id":2076,"mutability":"mutable","name":"name","nameLocation":"548:4:10","nodeType":"VariableDeclaration","scope":2079,"src":"540:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2075,"name":"bytes32","nodeType":"ElementaryTypeName","src":"540:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2078,"mutability":"mutable","name":"currency","nameLocation":"570:8:10","nodeType":"VariableDeclaration","scope":2079,"src":"562:16:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2077,"name":"bytes32","nodeType":"ElementaryTypeName","src":"562:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"InstitutionByCode","nameLocation":"512:17:10","nodeType":"StructDefinition","scope":2080,"src":"505:80:10","visibility":"public"}],"scope":2081,"src":"65:522:10","usedErrors":[]}],"src":"39:548:10"},"id":10}},"contracts":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"Ownable2StepUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":\"Ownable2StepUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"OwnableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"owner()":"8da5cb5b","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":\"OwnableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"Initializable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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] ```","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"_initialized":{"custom:oz-retyped-from":"bool","details":"Indicates that the contract has been initialized."},"_initializing":{"details":"Indicates that the contract is in the process of being initialized."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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] ```\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"_initialized\":{\"custom:oz-retyped-from\":\"bool\",\"details\":\"Indicates that the contract has been initialized.\"},\"_initializing\":{\"details\":\"Indicates that the contract is in the process of being initialized.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":\"Initializable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"}],"types":{"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"PausableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}],"devdoc":{"details":"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"paused()":{"details":"Returns true if the contract is paused, and false otherwise."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"paused()":"5c975abb"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":\"PausableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":430,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_paused","offset":0,"slot":"51","type":"t_bool"},{"astId":535,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"AddressUpgradeable":{"abi":[],"devdoc":{"details":"Collection of functions related to the address type","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:4:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:4:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_revert(bytes memory,string memory)":"infinite","functionCall(address,bytes memory)":"infinite","functionCall(address,bytes memory,string memory)":"infinite","functionCallWithValue(address,bytes memory,uint256)":"infinite","functionCallWithValue(address,bytes memory,uint256,string memory)":"infinite","functionDelegateCall(address,bytes memory)":"infinite","functionDelegateCall(address,bytes memory,string memory)":"infinite","functionStaticCall(address,bytes memory)":"infinite","functionStaticCall(address,bytes memory,string memory)":"infinite","isContract(address)":"infinite","sendValue(address payable,uint256)":"infinite","verifyCallResult(bool,bytes memory,string memory)":"infinite","verifyCallResultFromTarget(address,bool,bytes memory,string memory)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Collection of functions related to the address type\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":\"AddressUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ContextUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":\"ContextUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"}],"types":{"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"IERC20":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 standard as defined in the EIP.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 standard as defined in the EIP.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":\"IERC20\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/Gateway.sol":{"Gateway":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"","type":"uint64"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"bool","name":"isRefunded","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IGateway.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFee","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","sender":"The address of the sender.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"constructor":{"custom:oz-upgrades-unsafe-allow":"constructor"},"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"details":"See {createOrder-IGateway}. "},"getFeeDetails()":{"details":"See {getFeeDetails-IGateway}. "},"getOrderInfo(bytes32)":{"details":"See {getOrderInfo-IGateway}. "},"getSupportedInstitutionByCode(bytes32)":{"details":"See {getSupportedInstitutionByCode-IGateway}. "},"getSupportedInstitutions(bytes32)":{"details":"See {getSupportedInstitutions-IGateway}. "},"initialize()":{"details":"Initialize function."},"isTokenSupported(address)":{"details":"See {isTokenSupported-IGateway}. "},"owner()":{"details":"Returns the address of the current owner."},"pause()":{"details":"Pause the contract."},"paused()":{"details":"Returns true if the contract is paused, and false otherwise."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"refund(uint256,bytes32)":{"details":"See {refund-IGateway}. "},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"settle(bytes32,bytes32,address,uint64)":{"details":"See {settle-IGateway}. "},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"unpause()":{"details":"Unpause the contract."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolFee(uint64)":{"details":"Updates the protocol fee percentage.","params":{"_protocolFeePercent":"The new protocol fee percentage to be set."}}},"title":"Gateway","version":1},"evm":{"bytecode":{"functionDebugData":{"@_1038":{"entryPoint":null,"id":1038,"parameterSlots":0,"returnSlots":0},"@_disableInitializers_389":{"entryPoint":40,"id":389,"parameterSlots":0,"returnSlots":0},"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack":{"entryPoint":334,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":420,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":373,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":437,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":238,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":407,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a":{"entryPoint":255,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:1638:11","statements":[{"body":{"nodeType":"YulBlock","src":"103:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"120:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"125:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"113:6:11"},"nodeType":"YulFunctionCall","src":"113:19:11"},"nodeType":"YulExpressionStatement","src":"113:19:11"},{"nodeType":"YulAssignment","src":"141:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"160:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"165:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"156:3:11"},"nodeType":"YulFunctionCall","src":"156:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"141:11:11"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"75:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"80:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"91:11:11","type":""}],"src":"7:169:11"},{"body":{"nodeType":"YulBlock","src":"288:120:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"310:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"318:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"306:3:11"},"nodeType":"YulFunctionCall","src":"306:14:11"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469","kind":"string","nodeType":"YulLiteral","src":"322:34:11","type":"","value":"Initializable: contract is initi"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"299:6:11"},"nodeType":"YulFunctionCall","src":"299:58:11"},"nodeType":"YulExpressionStatement","src":"299:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"378:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"386:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"374:3:11"},"nodeType":"YulFunctionCall","src":"374:15:11"},{"hexValue":"616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"391:9:11","type":"","value":"alizing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"367:6:11"},"nodeType":"YulFunctionCall","src":"367:34:11"},"nodeType":"YulExpressionStatement","src":"367:34:11"}]},"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"280:6:11","type":""}],"src":"182:226:11"},{"body":{"nodeType":"YulBlock","src":"560:220:11","statements":[{"nodeType":"YulAssignment","src":"570:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"636:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"641:2:11","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"577:58:11"},"nodeType":"YulFunctionCall","src":"577:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"570:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"742:3:11"}],"functionName":{"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulIdentifier","src":"653:88:11"},"nodeType":"YulFunctionCall","src":"653:93:11"},"nodeType":"YulExpressionStatement","src":"653:93:11"},{"nodeType":"YulAssignment","src":"755:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"766:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"771:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"762:3:11"},"nodeType":"YulFunctionCall","src":"762:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"755:3:11"}]}]},"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"548:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"556:3:11","type":""}],"src":"414:366:11"},{"body":{"nodeType":"YulBlock","src":"957:248:11","statements":[{"nodeType":"YulAssignment","src":"967:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"979:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"990:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"975:3:11"},"nodeType":"YulFunctionCall","src":"975:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"967:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1014:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"1025:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1010:3:11"},"nodeType":"YulFunctionCall","src":"1010:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1033:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"1039:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1029:3:11"},"nodeType":"YulFunctionCall","src":"1029:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1003:6:11"},"nodeType":"YulFunctionCall","src":"1003:47:11"},"nodeType":"YulExpressionStatement","src":"1003:47:11"},{"nodeType":"YulAssignment","src":"1059:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1193:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1067:124:11"},"nodeType":"YulFunctionCall","src":"1067:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1059:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"937:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"952:4:11","type":""}],"src":"786:419:11"},{"body":{"nodeType":"YulBlock","src":"1254:43:11","statements":[{"nodeType":"YulAssignment","src":"1264:27:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1279:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"1286:4:11","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1275:3:11"},"nodeType":"YulFunctionCall","src":"1275:16:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1264:7:11"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1236:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1246:7:11","type":""}],"src":"1211:86:11"},{"body":{"nodeType":"YulBlock","src":"1364:51:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1381:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1402:5:11"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"1386:15:11"},"nodeType":"YulFunctionCall","src":"1386:22:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1374:6:11"},"nodeType":"YulFunctionCall","src":"1374:35:11"},"nodeType":"YulExpressionStatement","src":"1374:35:11"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1352:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1359:3:11","type":""}],"src":"1303:112:11"},{"body":{"nodeType":"YulBlock","src":"1515:120:11","statements":[{"nodeType":"YulAssignment","src":"1525:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1537:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"1548:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:11"},"nodeType":"YulFunctionCall","src":"1533:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1525:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1601:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1614:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"1625:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1610:3:11"},"nodeType":"YulFunctionCall","src":"1610:17:11"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"1561:39:11"},"nodeType":"YulFunctionCall","src":"1561:67:11"},"nodeType":"YulExpressionStatement","src":"1561:67:11"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1487:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1499:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1510:4:11","type":""}],"src":"1421:214:11"}]},"contents":"{\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is initi\")\n\n mstore(add(memPtr, 32), \"alizing\")\n\n }\n\n function abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n}\n","id":11,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b50620000226200002860201b60201c565b620001d2565b600060019054906101000a900460ff16156200007b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620000729062000175565b60405180910390fd5b60ff801660008054906101000a900460ff1660ff1614620000ec5760ff6000806101000a81548160ff021916908360ff1602179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860ff604051620000e39190620001b5565b60405180910390a15b565b600082825260208201905092915050565b7f496e697469616c697a61626c653a20636f6e747261637420697320696e69746960008201527f616c697a696e6700000000000000000000000000000000000000000000000000602082015250565b60006200015d602783620000ee565b91506200016a82620000ff565b604082019050919050565b6000602082019050818103600083015262000190816200014e565b9050919050565b600060ff82169050919050565b620001af8162000197565b82525050565b6000602082019050620001cc6000830184620001a4565b92915050565b61413c80620001e26000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b610156600480360381019061015191906128ba565b6103c3565b60405161016391906129d4565b60405180910390f35b61018660048036038101906101819190612ba4565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c5e565b6105d0565b005b6101c860048036038101906101c39190612cde565b610898565b005b6101d2610903565b6040516101df9190612d26565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d77565b61092e565b6040516102199190612d26565b60405180910390f35b61023c60048036038101906102379190612db7565b610dce565b6040516102499190612d26565b60405180910390f35b61026c600480360381019061026791906128ba565b610e2a565b6040516102799190612f04565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612f2f565b60405180910390f35b6102c661125c565b6040516102d4929190612f68565b60405180910390f35b6102f760048036038101906102f291906128ba565b611281565b6040516103049190612fc0565b60405180910390f35b61032760048036038101906103229190612fdb565b6112c2565b005b610343600480360381019061033e91906130b5565b611447565b604051610350919061319a565b60405180910390f35b61036161198e565b60405161036e9190612f2f565b60405180910390f35b610391600480360381019061038c91906131b5565b6119b8565b60405161039e9190612d26565b60405180910390f35b6103c160048036038101906103bc9190612db7565b612014565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c1565b60cd600083815260200190815260200160002060006104709190612748565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a161321c565b5b602002602001015190806001815401808255809150506001900390600052602060002090600202016000909190919091506000820151816000015560208201518160010155505060405180604001604052808383815181106105075761050661321c565b5b60200260200101516020015181526020018481525060ce60008484815181106105335761053261321c565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613365565b60405180910390a25050565b6105c66120c1565b6105ce61213f565b565b6105d86120c1565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e906133e4565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613476565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f890613508565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c1565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f89190613528565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c1565b61092c60006121a2565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b79061358f565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c906135fb565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8190613667565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb906136d3565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b789291906136f3565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb9190613748565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c7091906137a4565b610c7a91906137d8565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a91906137a4565b6040518363ffffffff1660e01b8152600401610d479291906136f3565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a9190613748565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb919061380c565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261276c565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d3565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198e565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb90613899565b60405180910390fd5b6110cd816121a2565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121db565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111649061392b565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fe565b6111c4612257565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024986001604051611214919061399d565b60405180910390a15b50565b6112286120c1565b6112306122b0565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b611289612829565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c1565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611330906133e4565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e90613a04565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c83604051611439919061380c565b60405180910390a35b505050565b6000611451612313565b61145f8a8a8689898d61235d565b600083839050036114a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149c90613a70565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114cf91906137a4565b6040518463ffffffff1660e01b81526004016114ed93929190613a90565b6020604051808303816000875af115801561150c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115309190613748565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158290613ac7565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115da9291906136f3565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116239190613b0f565b61162d9190613b80565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f591906137d8565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197896959493929190613c1e565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a4a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a419061358f565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa6906135fb565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b14576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0b90613667565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b989190613c7a565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611eca576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df157610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d1a9291906136f3565b6020604051808303816000875af1158015611d39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5d9190613748565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec9578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e849291906136f3565b6020604051808303816000875af1158015611ea3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec79190613748565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efc9190613b0f565b611f069190613b80565b90508061010160008881526020019081526020016000206007016000828254611f2f91906137d8565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f719291906136f3565b6020604051808303816000875af1158015611f90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb49190613748565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffe929190613ceb565b60405180910390a3600192505050949350505050565b61201c6120c1565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207c611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c96121d3565b73ffffffffffffffffffffffffffffffffffffffff166120e7611232565b73ffffffffffffffffffffffffffffffffffffffff161461213d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213490613d60565b60405180910390fd5b565b61214761256c565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218b6121d3565b6040516121989190612f2f565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121d0816125b5565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224490613df2565b60405180910390fd5b61225561267b565b565b600060019054906101000a900460ff166122a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229d90613df2565b60405180910390fd5b6122ae6126dc565b565b6122b8612313565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fc6121d3565b6040516123099190612f2f565b60405180910390a1565b61231b610903565b1561235b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235290613e5e565b60405180910390fd5b565b600160cc60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d690613eca565b60405180910390fd5b60008503612422576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241990613f36565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603612491576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248890613fa2565b60405180910390fd5b6000801b60ce600083815260200190815260200160002060000154036124ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e39061400e565b60405180910390fd5b6000821461256457600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612563576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161255a9061407a565b60405180910390fd5b5b505050505050565b612574610903565b6125b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125aa906140e6565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff166126ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c190613df2565b60405180910390fd5b6126da6126d56121d3565b6121a2565b565b600060019054906101000a900460ff1661272b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161272290613df2565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127699190612849565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561286c5760008082016000905560018201600090555060020161284a565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61289781612884565b81146128a257600080fd5b50565b6000813590506128b48161288e565b92915050565b6000602082840312156128d0576128cf61287a565b5b60006128de848285016128a5565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61291c81612884565b82525050565b6040820160008201516129386000850182612913565b50602082015161294b6020850182612913565b50505050565b600061295d8383612922565b60408301905092915050565b6000602082019050919050565b6000612981826128e7565b61298b81856128f2565b935061299683612903565b8060005b838110156129c75781516129ae8882612951565b97506129b983612969565b92505060018101905061299a565b5085935050505092915050565b600060208201905081810360008301526129ee8184612976565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a44826129fb565b810181811067ffffffffffffffff82111715612a6357612a62612a0c565b5b80604052505050565b6000612a76612870565b9050612a828282612a3b565b919050565b600067ffffffffffffffff821115612aa257612aa1612a0c565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612ad357612ad2612ab8565b5b612add6040612a6c565b90506000612aed848285016128a5565b6000830152506020612b01848285016128a5565b60208301525092915050565b6000612b20612b1b84612a87565b612a6c565b90508083825260208201905060408402830185811115612b4357612b42612ab3565b5b835b81811015612b6c5780612b588882612abd565b845260208401935050604081019050612b45565b5050509392505050565b600082601f830112612b8b57612b8a6129f6565b5b8135612b9b848260208601612b0d565b91505092915050565b60008060408385031215612bbb57612bba61287a565b5b6000612bc9858286016128a5565b925050602083013567ffffffffffffffff811115612bea57612be961287f565b5b612bf685828601612b76565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c2b82612c00565b9050919050565b612c3b81612c20565b8114612c4657600080fd5b50565b600081359050612c5881612c32565b92915050565b60008060408385031215612c7557612c7461287a565b5b6000612c83858286016128a5565b9250506020612c9485828601612c49565b9150509250929050565b600067ffffffffffffffff82169050919050565b612cbb81612c9e565b8114612cc657600080fd5b50565b600081359050612cd881612cb2565b92915050565b600060208284031215612cf457612cf361287a565b5b6000612d0284828501612cc9565b91505092915050565b60008115159050919050565b612d2081612d0b565b82525050565b6000602082019050612d3b6000830184612d17565b92915050565b6000819050919050565b612d5481612d41565b8114612d5f57600080fd5b50565b600081359050612d7181612d4b565b92915050565b60008060408385031215612d8e57612d8d61287a565b5b6000612d9c85828601612d62565b9250506020612dad858286016128a5565b9150509250929050565b600060208284031215612dcd57612dcc61287a565b5b6000612ddb84828501612c49565b91505092915050565b612ded81612c20565b82525050565b612dfc81612d41565b82525050565b612e0b81612d0b565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e3281612e11565b82525050565b61014082016000820151612e4f6000850182612de4565b506020820151612e626020850182612de4565b506040820151612e756040850182612de4565b506060820151612e886060850182612df3565b506080820151612e9b6080850182612df3565b5060a0820151612eae60a0850182612e02565b5060c0820151612ec160c0850182612e02565b5060e0820151612ed460e0850182612de4565b50610100820151612ee9610100850182612e29565b50610120820151612efe610120850182612df3565b50505050565b600061014082019050612f1a6000830184612e38565b92915050565b612f2981612c20565b82525050565b6000602082019050612f446000830184612f20565b92915050565b612f5381612c9e565b82525050565b612f6281612d41565b82525050565b6000604082019050612f7d6000830185612f4a565b612f8a6020830184612f59565b9392505050565b604082016000820151612fa76000850182612913565b506020820151612fba6020850182612913565b50505050565b6000604082019050612fd56000830184612f91565b92915050565b600080600060608486031215612ff457612ff361287a565b5b6000613002868287016128a5565b935050602061301386828701612c49565b925050604061302486828701612d62565b9150509250925092565b61303781612e11565b811461304257600080fd5b50565b6000813590506130548161302e565b92915050565b600080fd5b60008083601f840112613075576130746129f6565b5b8235905067ffffffffffffffff8111156130925761309161305a565b5b6020830191508360018202830111156130ae576130ad612ab3565b5b9250929050565b60008060008060008060008060006101008a8c0312156130d8576130d761287a565b5b60006130e68c828d01612c49565b99505060206130f78c828d01612d62565b98505060406131088c828d016128a5565b97505060606131198c828d01613045565b965050608061312a8c828d01612c49565b95505060a061313b8c828d01612d62565b94505060c061314c8c828d01612c49565b93505060e08a013567ffffffffffffffff81111561316d5761316c61287f565b5b6131798c828d0161305f565b92509250509295985092959850929598565b61319481612884565b82525050565b60006020820190506131af600083018461318b565b92915050565b600080600080608085870312156131cf576131ce61287a565b5b60006131dd878288016128a5565b94505060206131ee878288016128a5565b93505060406131ff87828801612c49565b925050606061321087828801612cc9565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132956132908361326b565b613278565b9050919050565b6040820160008083015490506132b181613282565b6132be6000860182612913565b50600183015490506132cf81613282565b6132dc6020860182612913565b5050505050565b60006132ef838361329c565b60408301905092915050565b6000600282019050919050565b60006133138261324b565b61331d81856128f2565b935061332883613256565b8060005b83811015613358578161333f88826132e3565b975061334a836132fb565b92505060018101905061332c565b5085935050505092915050565b6000602082019050818103600083015261337f8184613308565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006133ce601583613387565b91506133d982613398565b602082019050919050565b600060208201905081810360008301526133fd816133c1565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b6000613460602583613387565b915061346b82613404565b604082019050919050565b6000602082019050818103600083015261348f81613453565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006134f2602783613387565b91506134fd82613496565b604082019050919050565b60006020820190508181036000830152613521816134e5565b9050919050565b600060208201905061353d6000830184612f4a565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613579600e83613387565b915061358482613543565b602082019050919050565b600060208201905081810360008301526135a88161356c565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b60006135e5600e83613387565b91506135f0826135af565b602082019050919050565b60006020820190508181036000830152613614816135d8565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b6000613651600d83613387565b915061365c8261361b565b602082019050919050565b6000602082019050818103600083015261368081613644565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006136bd601583613387565b91506136c882613687565b602082019050919050565b600060208201905081810360008301526136ec816136b0565b9050919050565b60006040820190506137086000830185612f20565b6137156020830184612f59565b9392505050565b61372581612d0b565b811461373057600080fd5b50565b6000815190506137428161371c565b92915050565b60006020828403121561375e5761375d61287a565b5b600061376c84828501613733565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006137af82612d41565b91506137ba83612d41565b92508282019050808211156137d2576137d1613775565b5b92915050565b60006137e382612d41565b91506137ee83612d41565b925082820390508181111561380657613805613775565b5b92915050565b60006020820190506138216000830184612f59565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613883602983613387565b915061388e82613827565b604082019050919050565b600060208201905081810360008301526138b281613876565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b6000613915602e83613387565b9150613920826138b9565b604082019050919050565b6000602082019050818103600083015261394481613908565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061398761398261397d8461394b565b613962565b613955565b9050919050565b6139978161396c565b82525050565b60006020820190506139b2600083018461398e565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006139ee601783613387565b91506139f9826139b8565b602082019050919050565b60006020820190508181036000830152613a1d816139e1565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613a5a601283613387565b9150613a6582613a24565b602082019050919050565b60006020820190508181036000830152613a8981613a4d565b9050919050565b6000606082019050613aa56000830186612f20565b613ab26020830185612f20565b613abf6040830184612f59565b949350505050565b6000613ad282612d41565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613b0457613b03613775565b5b600182019050919050565b6000613b1a82612d41565b9150613b2583612d41565b9250828202613b3381612d41565b91508282048414831517613b4a57613b49613775565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b8b82612d41565b9150613b9683612d41565b925082613ba657613ba5613b51565b5b828204905092915050565b6000613bcc613bc7613bc284612e11565b613962565b612d41565b9050919050565b613bdc81613bb1565b82525050565b82818337600083830152505050565b6000613bfd8385613387565b9350613c0a838584613be2565b613c13836129fb565b840190509392505050565b600060a082019050613c336000830189612f59565b613c40602083018861318b565b613c4d6040830187613bd3565b613c5a606083018661318b565b8181036080830152613c6d818486613bf1565b9050979650505050505050565b6000613c8582612e11565b9150613c9083612e11565b925082820390506bffffffffffffffffffffffff811115613cb457613cb3613775565b5b92915050565b6000613cd5613cd0613ccb84612c9e565b613962565b612e11565b9050919050565b613ce581613cba565b82525050565b6000604082019050613d00600083018561318b565b613d0d6020830184613cdc565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d4a602083613387565b9150613d5582613d14565b602082019050919050565b60006020820190508181036000830152613d7981613d3d565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613ddc602b83613387565b9150613de782613d80565b604082019050919050565b60006020820190508181036000830152613e0b81613dcf565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e48601083613387565b9150613e5382613e12565b602082019050919050565b60006020820190508181036000830152613e7781613e3b565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613eb4601183613387565b9150613ebf82613e7e565b602082019050919050565b60006020820190508181036000830152613ee381613ea7565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f20600c83613387565b9150613f2b82613eea565b602082019050919050565b60006020820190508181036000830152613f4f81613f13565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f8c601083613387565b9150613f9782613f56565b602082019050919050565b60006020820190508181036000830152613fbb81613f7f565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b6000613ff8601683613387565b915061400382613fc2565b602082019050919050565b6000602082019050818103600083015261402781613feb565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000614064601983613387565b915061406f8261402e565b602082019050919050565b6000602082019050818103600083015261409381614057565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006140d0601483613387565b91506140db8261409a565b602082019050919050565b600060208201905081810360008301526140ff816140c3565b905091905056fea2646970667358221220fee3294c2f69793b2e26bb4e5f221157c1cd6bc38f3eb8791e7a14bfdc07077d64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x22 PUSH3 0x28 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0x1D2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH3 0x7B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH3 0x72 SWAP1 PUSH3 0x175 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xFF DUP1 AND PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ PUSH3 0xEC JUMPI PUSH1 0xFF PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0xFF PUSH1 0x40 MLOAD PUSH3 0xE3 SWAP2 SWAP1 PUSH3 0x1B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320696E697469 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C697A696E6700000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x15D PUSH1 0x27 DUP4 PUSH3 0xEE JUMP JUMPDEST SWAP2 POP PUSH3 0x16A DUP3 PUSH3 0xFF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH3 0x190 DUP2 PUSH3 0x14E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x1AF DUP2 PUSH3 0x197 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH3 0x1CC PUSH1 0x0 DUP4 ADD DUP5 PUSH3 0x1A4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x413C DUP1 PUSH3 0x1E2 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 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x2DD JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x30D JUMPI DUP1 PUSH4 0xD12FF20A EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x359 JUMPI DUP1 PUSH4 0xF22EE704 EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x282 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x28C JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x296 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2A0 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x2BE JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1CA JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0x71EEDB88 EQ PUSH2 0x1F2 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x222 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x252 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x188 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x192 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0x1AE JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x29D4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x2BA4 JUMP JUMPDEST PUSH2 0x449 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x190 PUSH2 0x5BE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1AC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1A7 SWAP2 SWAP1 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0x5D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C3 SWAP2 SWAP1 PUSH2 0x2CDE JUMP JUMPDEST PUSH2 0x898 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D2 PUSH2 0x903 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DF SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F0 PUSH2 0x91A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x207 SWAP2 SWAP1 PUSH2 0x2D77 JUMP JUMPDEST PUSH2 0x92E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x219 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x237 SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0xDCE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x249 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x26C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x267 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0xE2A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x279 SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x28A PUSH2 0x1043 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x294 PUSH2 0x10D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x29E PUSH2 0x1220 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2A8 PUSH2 0x1232 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2B5 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2C6 PUSH2 0x125C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2D4 SWAP3 SWAP2 SWAP1 PUSH2 0x2F68 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2F7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2F2 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x1281 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x2FC0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x327 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x322 SWAP2 SWAP1 PUSH2 0x2FDB JUMP JUMPDEST PUSH2 0x12C2 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x343 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x30B5 JUMP JUMPDEST PUSH2 0x1447 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x350 SWAP2 SWAP1 PUSH2 0x319A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH2 0x198E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x31B5 JUMP JUMPDEST PUSH2 0x19B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0x2014 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x43E JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x3F8 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x451 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x470 SWAP2 SWAP1 PUSH2 0x2748 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x56F JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4A2 JUMPI PUSH2 0x4A1 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x507 JUMPI PUSH2 0x506 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x533 JUMPI PUSH2 0x532 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x473 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x5B2 SWAP2 SWAP1 PUSH2 0x3365 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x5C6 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x5CE PUSH2 0x213F JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x5D8 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x647 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x63E SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x74A JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x700 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F7 SWAP1 PUSH2 0x3476 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x848 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x847 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x801 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F8 SWAP1 PUSH2 0x3508 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x893 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x8A0 PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x8F8 SWAP2 SWAP1 PUSH2 0x3528 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x922 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x92C PUSH1 0x0 PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9C0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B7 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA25 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA1C SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA8A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA81 SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD LT ISZERO PUSH2 0xAE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xADB SWAP1 PUSH2 0x36D3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB78 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB97 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 0xBBB SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP4 PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0xC70 SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH2 0xC7A SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP1 POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP5 PUSH2 0xD2A SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD47 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xD66 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 0xD8A SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP3 PUSH32 0x736FE428E1747CA8D387C2E6FA1A31A0CDE62D3A167C40A46ADE59A3CDC828E DUP6 PUSH1 0x40 MLOAD PUSH2 0xDBB SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xE20 JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xE25 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE32 PUSH2 0x276C JUMP JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x104D PUSH2 0x21D3 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x106E PUSH2 0x198E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x10BB SWAP1 PUSH2 0x3899 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10CD DUP2 PUSH2 0x21A2 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x1101 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x112E JUMPI POP PUSH2 0x1110 ADDRESS PUSH2 0x21DB JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x112D JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1164 SWAP1 PUSH2 0x392B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x11AA JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x11BC PUSH2 0x21FE JUMP JUMPDEST PUSH2 0x11C4 PUSH2 0x2257 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x121D JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x1214 SWAP2 SWAP1 PUSH2 0x399D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1228 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x1230 PUSH2 0x22B0 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1289 PUSH2 0x2829 JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x12CA PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1339 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1330 SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1348 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x1387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x137E SWAP1 PUSH2 0x3A04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1442 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1439 SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1451 PUSH2 0x2313 JUMP JUMPDEST PUSH2 0x145F DUP11 DUP11 DUP7 DUP10 DUP10 DUP14 PUSH2 0x235D JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x14A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x149C SWAP1 PUSH2 0x3A70 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP14 PUSH2 0x14CF SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x14ED SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3A90 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x150C 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 0x1530 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x1582 SWAP1 PUSH2 0x3AC7 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x15DA SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP12 PUSH2 0x1623 SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x162D SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP13 PUSH2 0x16F5 SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x2 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x3BDD0D86E09A22D7CE596118BD3CA5EC73EA47533A465BE37621E913ED2BF333 DUP5 DUP7 DUP14 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x1978 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3C1E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1A4A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A41 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1AAF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AA6 SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1B14 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1B0B SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1B98 SWAP2 SWAP1 PUSH2 0x3C7A JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1ECA JUMPI PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x1DF1 JUMPI PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D1A SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1D39 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 0x1D5D SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x1EC9 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E84 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1EA3 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 0x1EC7 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1EFC SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x1F06 SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1F2F SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP7 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F71 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1F90 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 0x1FB4 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH32 0x98ECE21E01A01CBE1D1C0DAD3B053C8FBD368F99BE78BE958FCF1D1D13FD249A DUP10 DUP8 PUSH1 0x40 MLOAD PUSH2 0x1FFE SWAP3 SWAP2 SWAP1 PUSH2 0x3CEB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH1 0x1 SWAP3 POP POP POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x201C PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x207C PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x20C9 PUSH2 0x21D3 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x20E7 PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x213D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2134 SWAP1 PUSH2 0x3D60 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2147 PUSH2 0x256C JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x218B PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2198 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x21D0 DUP2 PUSH2 0x25B5 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x224D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2244 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2255 PUSH2 0x267B JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22A6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x229D SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22AE PUSH2 0x26DC JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x22B8 PUSH2 0x2313 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x22FC PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2309 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x231B PUSH2 0x903 JUMP JUMPDEST ISZERO PUSH2 0x235B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2352 SWAP1 PUSH2 0x3E5E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x23DF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x23D6 SWAP1 PUSH2 0x3ECA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 SUB PUSH2 0x2422 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2419 SWAP1 PUSH2 0x3F36 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2491 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2488 SWAP1 PUSH2 0x3FA2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x24EC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24E3 SWAP1 PUSH2 0x400E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 EQ PUSH2 0x2564 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2563 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x255A SWAP1 PUSH2 0x407A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2574 PUSH2 0x903 JUMP JUMPDEST PUSH2 0x25B3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x25AA SWAP1 PUSH2 0x40E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26CA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26C1 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x26DA PUSH2 0x26D5 PUSH2 0x21D3 JUMP JUMPDEST PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x272B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2722 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x2769 SWAP2 SWAP1 PUSH2 0x2849 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x286C JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x284A JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2897 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP2 EQ PUSH2 0x28A2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x28B4 DUP2 PUSH2 0x288E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x28D0 JUMPI PUSH2 0x28CF PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x28DE DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x291C DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2938 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x294B PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x295D DUP4 DUP4 PUSH2 0x2922 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2981 DUP3 PUSH2 0x28E7 JUMP JUMPDEST PUSH2 0x298B DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x2996 DUP4 PUSH2 0x2903 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x29C7 JUMPI DUP2 MLOAD PUSH2 0x29AE DUP9 DUP3 PUSH2 0x2951 JUMP JUMPDEST SWAP8 POP PUSH2 0x29B9 DUP4 PUSH2 0x2969 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x299A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x29EE DUP2 DUP5 PUSH2 0x2976 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2A44 DUP3 PUSH2 0x29FB JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A63 JUMPI PUSH2 0x2A62 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A76 PUSH2 0x2870 JUMP JUMPDEST SWAP1 POP PUSH2 0x2A82 DUP3 DUP3 PUSH2 0x2A3B JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2AA2 JUMPI PUSH2 0x2AA1 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD3 JUMPI PUSH2 0x2AD2 PUSH2 0x2AB8 JUMP JUMPDEST JUMPDEST PUSH2 0x2ADD PUSH1 0x40 PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2AED DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2B01 DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2B20 PUSH2 0x2B1B DUP5 PUSH2 0x2A87 JUMP JUMPDEST PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2B43 JUMPI PUSH2 0x2B42 PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B6C JUMPI DUP1 PUSH2 0x2B58 DUP9 DUP3 PUSH2 0x2ABD JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2B45 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B8B JUMPI PUSH2 0x2B8A PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B9B DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2B0D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2BBB JUMPI PUSH2 0x2BBA PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2BC9 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BEA JUMPI PUSH2 0x2BE9 PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x2BF6 DUP6 DUP3 DUP7 ADD PUSH2 0x2B76 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C2B DUP3 PUSH2 0x2C00 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C3B DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP2 EQ PUSH2 0x2C46 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2C58 DUP2 PUSH2 0x2C32 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C75 JUMPI PUSH2 0x2C74 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2C83 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2C94 DUP6 DUP3 DUP7 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CBB DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP2 EQ PUSH2 0x2CC6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2CD8 DUP2 PUSH2 0x2CB2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CF4 JUMPI PUSH2 0x2CF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D02 DUP5 DUP3 DUP6 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D20 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2D3B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2D17 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D54 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D71 DUP2 PUSH2 0x2D4B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D8E JUMPI PUSH2 0x2D8D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D9C DUP6 DUP3 DUP7 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2DAD DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DCD JUMPI PUSH2 0x2DCC PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2DDB DUP5 DUP3 DUP6 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2DED DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2DFC DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E0B DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2E32 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2E4F PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E62 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E75 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E88 PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2E9B PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2EAE PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2EC1 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2ED4 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2EE9 PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x2EFE PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x2F1A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2E38 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F29 DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2F44 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F20 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F53 DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F62 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F7D PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F4A JUMP JUMPDEST PUSH2 0x2F8A PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2FA7 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2FBA PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2FD5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH2 0x2FF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3002 DUP7 DUP3 DUP8 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x3013 DUP7 DUP3 DUP8 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3024 DUP7 DUP3 DUP8 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x3037 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP2 EQ PUSH2 0x3042 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x3054 DUP2 PUSH2 0x302E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3075 JUMPI PUSH2 0x3074 PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3092 JUMPI PUSH2 0x3091 PUSH2 0x305A JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x30AE JUMPI PUSH2 0x30AD PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 DUP11 DUP13 SUB SLT ISZERO PUSH2 0x30D8 JUMPI PUSH2 0x30D7 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x30E6 DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP10 POP POP PUSH1 0x20 PUSH2 0x30F7 DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x40 PUSH2 0x3108 DUP13 DUP3 DUP14 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x60 PUSH2 0x3119 DUP13 DUP3 DUP14 ADD PUSH2 0x3045 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x80 PUSH2 0x312A DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP6 POP POP PUSH1 0xA0 PUSH2 0x313B DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xC0 PUSH2 0x314C DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP4 POP POP PUSH1 0xE0 DUP11 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x316D JUMPI PUSH2 0x316C PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x3179 DUP13 DUP3 DUP14 ADD PUSH2 0x305F JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 JUMP JUMPDEST PUSH2 0x3194 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x31AF PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x318B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x31CF JUMPI PUSH2 0x31CE PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x31DD DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x20 PUSH2 0x31EE DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x40 PUSH2 0x31FF DUP8 DUP3 DUP9 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x60 PUSH2 0x3210 DUP8 DUP3 DUP9 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3295 PUSH2 0x3290 DUP4 PUSH2 0x326B JUMP JUMPDEST PUSH2 0x3278 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32B1 DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32BE PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32CF DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32DC PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x32EF DUP4 DUP4 PUSH2 0x329C JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3313 DUP3 PUSH2 0x324B JUMP JUMPDEST PUSH2 0x331D DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x3328 DUP4 PUSH2 0x3256 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3358 JUMPI DUP2 PUSH2 0x333F DUP9 DUP3 PUSH2 0x32E3 JUMP JUMPDEST SWAP8 POP PUSH2 0x334A DUP4 PUSH2 0x32FB JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x332C JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x337F DUP2 DUP5 PUSH2 0x3308 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x33CE PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x33D9 DUP3 PUSH2 0x3398 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33FD DUP2 PUSH2 0x33C1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3460 PUSH1 0x25 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x346B DUP3 PUSH2 0x3404 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x348F DUP2 PUSH2 0x3453 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x34F2 PUSH1 0x27 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x34FD DUP3 PUSH2 0x3496 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3521 DUP2 PUSH2 0x34E5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x353D PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F4A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3579 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3584 DUP3 PUSH2 0x3543 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x35A8 DUP2 PUSH2 0x356C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35E5 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x35F0 DUP3 PUSH2 0x35AF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3614 DUP2 PUSH2 0x35D8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F72646572526566756E64656400000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3651 PUSH1 0xD DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x365C DUP3 PUSH2 0x361B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3680 DUP2 PUSH2 0x3644 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4665654578636565647350726F746F636F6C4665650000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x36BD PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x36C8 DUP3 PUSH2 0x3687 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x36EC DUP2 PUSH2 0x36B0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3708 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3715 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x3725 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP2 EQ PUSH2 0x3730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x3742 DUP2 PUSH2 0x371C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x375E JUMPI PUSH2 0x375D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x376C DUP5 DUP3 DUP6 ADD PUSH2 0x3733 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x37AF DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37BA DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x37D2 JUMPI PUSH2 0x37D1 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37E3 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37EE DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x3806 JUMPI PUSH2 0x3805 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3821 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3883 PUSH1 0x29 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x388E DUP3 PUSH2 0x3827 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x38B2 DUP2 PUSH2 0x3876 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3915 PUSH1 0x2E DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3920 DUP3 PUSH2 0x38B9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3944 DUP2 PUSH2 0x3908 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3987 PUSH2 0x3982 PUSH2 0x397D DUP5 PUSH2 0x394B JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x3955 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3997 DUP2 PUSH2 0x396C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x39B2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x398E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x39EE PUSH1 0x17 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x39F9 DUP3 PUSH2 0x39B8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A1D DUP2 PUSH2 0x39E1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A5A PUSH1 0x12 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3A65 DUP3 PUSH2 0x3A24 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A89 DUP2 PUSH2 0x3A4D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3AA5 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3AB2 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3ABF PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3AD2 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3B04 JUMPI PUSH2 0x3B03 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B1A DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B25 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3B33 DUP2 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3B4A JUMPI PUSH2 0x3B49 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3B8B DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B96 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3BA6 JUMPI PUSH2 0x3BA5 PUSH2 0x3B51 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BCC PUSH2 0x3BC7 PUSH2 0x3BC2 DUP5 PUSH2 0x2E11 JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2D41 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3BDC DUP2 PUSH2 0x3BB1 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BFD DUP4 DUP6 PUSH2 0x3387 JUMP JUMPDEST SWAP4 POP PUSH2 0x3C0A DUP4 DUP6 DUP5 PUSH2 0x3BE2 JUMP JUMPDEST PUSH2 0x3C13 DUP4 PUSH2 0x29FB JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x3C33 PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x2F59 JUMP JUMPDEST PUSH2 0x3C40 PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3C4D PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x3BD3 JUMP JUMPDEST PUSH2 0x3C5A PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x318B JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x3C6D DUP2 DUP5 DUP7 PUSH2 0x3BF1 JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C85 DUP3 PUSH2 0x2E11 JUMP JUMPDEST SWAP2 POP PUSH2 0x3C90 DUP4 PUSH2 0x2E11 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3CB4 JUMPI PUSH2 0x3CB3 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CD5 PUSH2 0x3CD0 PUSH2 0x3CCB DUP5 PUSH2 0x2C9E JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2E11 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3CE5 DUP2 PUSH2 0x3CBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3D00 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3D0D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3CDC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D4A PUSH1 0x20 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3D55 DUP3 PUSH2 0x3D14 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D79 DUP2 PUSH2 0x3D3D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DDC PUSH1 0x2B DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3DE7 DUP3 PUSH2 0x3D80 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E0B DUP2 PUSH2 0x3DCF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3E48 PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3E53 DUP3 PUSH2 0x3E12 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E77 DUP2 PUSH2 0x3E3B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EB4 PUSH1 0x11 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3EBF DUP3 PUSH2 0x3E7E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EE3 DUP2 PUSH2 0x3EA7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F20 PUSH1 0xC DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F2B DUP3 PUSH2 0x3EEA JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F4F DUP2 PUSH2 0x3F13 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F8C PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F97 DUP3 PUSH2 0x3F56 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3FBB DUP2 PUSH2 0x3F7F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FF8 PUSH1 0x16 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x4003 DUP3 PUSH2 0x3FC2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4027 DUP2 PUSH2 0x3FEB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4064 PUSH1 0x19 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x406F DUP3 PUSH2 0x402E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4093 DUP2 PUSH2 0x4057 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x40D0 PUSH1 0x14 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x40DB DUP3 PUSH2 0x409A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x40FF DUP2 PUSH2 0x40C3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 INVALID 0xE3 0x29 0x4C 0x2F PUSH10 0x793B2E26BB4E5F221157 0xC1 0xCD PUSH12 0xC38F3EB8791E7A14BFDC0707 PUSH30 0x64736F6C6343000812003300000000000000000000000000000000000000 ","sourceMap":"451:7637:7:-:0;;;769:44;;;;;;;;;;787:22;:20;;;:22;;:::i;:::-;451:7637;;5939:280:2;6007:13;;;;;;;;;;;6006:14;5998:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;6094:15;6078:31;;:12;;;;;;;;;;:31;;;6074:139;;6140:15;6125:12;;:30;;;;;;;;;;;;;;;;;;6174:28;6186:15;6174:28;;;;;;:::i;:::-;;;;;;;;6074:139;5939:280::o;7:169:11:-;91:11;125:6;120:3;113:19;165:4;160:3;156:14;141:29;;7:169;;;;:::o;182:226::-;322:34;318:1;310:6;306:14;299:58;391:9;386:2;378:6;374:15;367:34;182:226;:::o;414:366::-;556:3;577:67;641:2;636:3;577:67;:::i;:::-;570:74;;653:93;742:3;653:93;:::i;:::-;771:2;766:3;762:12;755:19;;414:366;;;:::o;786:419::-;952:4;990:2;979:9;975:18;967:26;;1039:9;1033:4;1029:20;1025:1;1014:9;1010:17;1003:47;1067:131;1193:4;1067:131;:::i;:::-;1059:139;;786:419;;;:::o;1211:86::-;1246:7;1286:4;1279:5;1275:16;1264:27;;1211:86;;;:::o;1303:112::-;1386:22;1402:5;1386:22;:::i;:::-;1381:3;1374:35;1303:112;;:::o;1421:214::-;1510:4;1548:2;1537:9;1533:18;1525:26;;1561:67;1625:1;1614:9;1610:17;1601:6;1561:67;:::i;:::-;1421:214;;;;:::o;451:7637:7:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@__Ownable2Step_init_26":{"entryPoint":8702,"id":26,"parameterSlots":0,"returnSlots":0},"@__Ownable_init_unchained_145":{"entryPoint":9851,"id":145,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_440":{"entryPoint":8791,"id":440,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_unchained_450":{"entryPoint":9948,"id":450,"parameterSlots":0,"returnSlots":0},"@_checkOwner_176":{"entryPoint":8385,"id":176,"parameterSlots":0,"returnSlots":0},"@_handler_1288":{"entryPoint":9053,"id":1288,"parameterSlots":6,"returnSlots":0},"@_msgSender_894":{"entryPoint":8659,"id":894,"parameterSlots":0,"returnSlots":1},"@_pause_514":{"entryPoint":8880,"id":514,"parameterSlots":0,"returnSlots":0},"@_requireNotPaused_487":{"entryPoint":8979,"id":487,"parameterSlots":0,"returnSlots":0},"@_requirePaused_498":{"entryPoint":9580,"id":498,"parameterSlots":0,"returnSlots":0},"@_transferOwnership_233":{"entryPoint":9653,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":8610,"id":78,"parameterSlots":1,"returnSlots":0},"@_unpause_530":{"entryPoint":8511,"id":530,"parameterSlots":0,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":4163,"id":100,"parameterSlots":0,"returnSlots":0},"@createOrder_1217":{"entryPoint":5191,"id":1217,"parameterSlots":9,"returnSlots":1},"@getFeeDetails_1624":{"entryPoint":4700,"id":1624,"parameterSlots":0,"returnSlots":2},"@getOrderInfo_1563":{"entryPoint":3626,"id":1563,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutionByCode_1596":{"entryPoint":4737,"id":1596,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutions_1611":{"entryPoint":963,"id":1611,"parameterSlots":1,"returnSlots":1},"@initialize_1055":{"entryPoint":4304,"id":1055,"parameterSlots":0,"returnSlots":0},"@isContract_554":{"entryPoint":8667,"id":554,"parameterSlots":1,"returnSlots":1},"@isTokenSupported_1582":{"entryPoint":3534,"id":1582,"parameterSlots":1,"returnSlots":1},"@owner_162":{"entryPoint":4658,"id":162,"parameterSlots":0,"returnSlots":1},"@pause_1078":{"entryPoint":4640,"id":1078,"parameterSlots":0,"returnSlots":0},"@paused_475":{"entryPoint":2307,"id":475,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":6542,"id":41,"parameterSlots":0,"returnSlots":1},"@refund_1549":{"entryPoint":2350,"id":1549,"parameterSlots":2,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":2330,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_1803":{"entryPoint":1097,"id":1803,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_1740":{"entryPoint":4802,"id":1740,"parameterSlots":3,"returnSlots":0},"@settle_1443":{"entryPoint":6584,"id":1443,"parameterSlots":4,"returnSlots":1},"@transferOwnership_61":{"entryPoint":8212,"id":61,"parameterSlots":1,"returnSlots":0},"@unpause_1088":{"entryPoint":1470,"id":1088,"parameterSlots":0,"returnSlots":0},"@updateProtocolAddress_1892":{"entryPoint":1488,"id":1892,"parameterSlots":2,"returnSlots":0},"@updateProtocolFee_1820":{"entryPoint":2200,"id":1820,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":11021,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":11337,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":11126,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bool_fromMemory":{"entryPoint":14131,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":10405,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_string_calldata_ptr":{"entryPoint":12383,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":10941,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":11618,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":11465,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint96":{"entryPoint":12357,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":11703,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr":{"entryPoint":12469,"id":null,"parameterSlots":2,"returnSlots":9},"abi_decode_tuple_t_bool_fromMemory":{"entryPoint":14152,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32":{"entryPoint":10426,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":11358,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":12251,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":11172,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64":{"entryPoint":12725,"id":null,"parameterSlots":2,"returnSlots":4},"abi_decode_tuple_t_uint256t_bytes32":{"entryPoint":11639,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":11486,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":10577,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":13027,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address":{"entryPoint":11748,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":12064,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10614,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":13064,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bool_to_t_bool":{"entryPoint":11778,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":11543,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":10515,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32_fromStack":{"entryPoint":12683,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack":{"entryPoint":14734,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":15345,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack":{"entryPoint":13892,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack":{"entryPoint":16579,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack":{"entryPoint":13249,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":14454,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack":{"entryPoint":16147,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack":{"entryPoint":15931,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack":{"entryPoint":14600,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack":{"entryPoint":14817,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack":{"entryPoint":13784,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack":{"entryPoint":16363,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":15677,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack":{"entryPoint":13395,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack":{"entryPoint":14000,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack":{"entryPoint":16255,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack":{"entryPoint":14925,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack":{"entryPoint":16039,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack":{"entryPoint":15823,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack":{"entryPoint":13541,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack":{"entryPoint":13676,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack":{"entryPoint":16471,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack":{"entryPoint":12177,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":10530,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":12956,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack":{"entryPoint":11832,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256":{"entryPoint":11763,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":12121,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":12106,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint96_fromStack":{"entryPoint":15580,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint256_fromStack":{"entryPoint":15315,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint96":{"entryPoint":11817,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":12079,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed":{"entryPoint":14992,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed":{"entryPoint":14067,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":10708,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":13157,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":11558,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed":{"entryPoint":12698,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed":{"entryPoint":15595,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed":{"entryPoint":14749,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13927,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16614,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13284,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14489,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16182,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15966,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14635,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14852,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13819,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16398,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15712,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13430,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14035,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16290,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14960,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16074,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15858,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13576,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13711,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16506,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_struct$_InstitutionByCode_$2079_memory_ptr__to_t_struct$_InstitutionByCode_$2079_memory_ptr__fromStack_reversed":{"entryPoint":12224,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_struct$_Order_$1976_memory_ptr__to_t_struct$_Order_$1976_memory_ptr__fromStack_reversed":{"entryPoint":12036,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":14348,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15390,"id":null,"parameterSlots":7,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":13608,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed":{"entryPoint":12136,"id":null,"parameterSlots":3,"returnSlots":1},"allocate_memory":{"entryPoint":10860,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":10352,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":10887,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":10499,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":12886,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":10471,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":12875,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":10601,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":13051,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10482,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":13191,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":14244,"id":null,"parameterSlots":2,"returnSlots":1},"checked_div_t_uint256":{"entryPoint":15232,"id":null,"parameterSlots":2,"returnSlots":1},"checked_mul_t_uint256":{"entryPoint":15119,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint256":{"entryPoint":14296,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint96":{"entryPoint":15482,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_from_storage_t_bytes32":{"entryPoint":12920,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":11296,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":11531,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":10372,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_rational_1_by_1":{"entryPoint":14667,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":11264,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":11585,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":11422,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":14677,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint96":{"entryPoint":11793,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_rational_1_by_1_to_t_uint8":{"entryPoint":14700,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint64_to_t_uint96":{"entryPoint":15546,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint96_to_t_uint256":{"entryPoint":15281,"id":null,"parameterSlots":1,"returnSlots":1},"copy_calldata_to_memory_with_cleanup":{"entryPoint":15330,"id":null,"parameterSlots":3,"returnSlots":0},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":12930,"id":null,"parameterSlots":1,"returnSlots":1},"finalize_allocation":{"entryPoint":10811,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":14690,"id":null,"parameterSlots":1,"returnSlots":1},"increment_t_uint256":{"entryPoint":15047,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x11":{"entryPoint":14197,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x12":{"entryPoint":15185,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x32":{"entryPoint":12828,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":10764,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490":{"entryPoint":12378,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":10742,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":10936,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":10931,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":10367,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":10362,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":10747,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":12907,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd":{"entryPoint":13851,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a":{"entryPoint":16538,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf":{"entryPoint":13208,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":14375,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2":{"entryPoint":16106,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a":{"entryPoint":15890,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759":{"entryPoint":14521,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338":{"entryPoint":14776,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5":{"entryPoint":13743,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5":{"entryPoint":16322,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":15636,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead":{"entryPoint":13316,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de":{"entryPoint":13959,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7":{"entryPoint":16214,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4":{"entryPoint":14884,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1":{"entryPoint":15998,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b":{"entryPoint":15744,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4":{"entryPoint":13462,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243":{"entryPoint":13635,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8":{"entryPoint":16430,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":11314,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bool":{"entryPoint":14108,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":10382,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":11595,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":11442,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint96":{"entryPoint":12334,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:51040:11","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:11","statements":[{"nodeType":"YulAssignment","src":"57:19:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:11","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:11"},"nodeType":"YulFunctionCall","src":"67:9:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:11"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:11","type":""}],"src":"7:75:11"},{"body":{"nodeType":"YulBlock","src":"177:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:11"},"nodeType":"YulFunctionCall","src":"187:12:11"},"nodeType":"YulExpressionStatement","src":"187:12:11"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:11"},{"body":{"nodeType":"YulBlock","src":"300:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:11"},"nodeType":"YulFunctionCall","src":"310:12:11"},"nodeType":"YulExpressionStatement","src":"310:12:11"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:11"},{"body":{"nodeType":"YulBlock","src":"379:32:11","statements":[{"nodeType":"YulAssignment","src":"389:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:11"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:11","type":""}],"src":"334:77:11"},{"body":{"nodeType":"YulBlock","src":"460:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:11"},"nodeType":"YulFunctionCall","src":"519:12:11"},"nodeType":"YulExpressionStatement","src":"519:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:11"},"nodeType":"YulFunctionCall","src":"490:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:11"},"nodeType":"YulFunctionCall","src":"480:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:11"},"nodeType":"YulFunctionCall","src":"473:43:11"},"nodeType":"YulIf","src":"470:63:11"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:11","type":""}],"src":"417:122:11"},{"body":{"nodeType":"YulBlock","src":"597:87:11","statements":[{"nodeType":"YulAssignment","src":"607:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:11"},"nodeType":"YulFunctionCall","src":"616:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:11"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:11"},"nodeType":"YulFunctionCall","src":"645:33:11"},"nodeType":"YulExpressionStatement","src":"645:33:11"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:11","type":""}],"src":"545:139:11"},{"body":{"nodeType":"YulBlock","src":"756:263:11","statements":[{"body":{"nodeType":"YulBlock","src":"802:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"804:77:11"},"nodeType":"YulFunctionCall","src":"804:79:11"},"nodeType":"YulExpressionStatement","src":"804:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"777:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"786:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"773:3:11"},"nodeType":"YulFunctionCall","src":"773:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"798:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"769:3:11"},"nodeType":"YulFunctionCall","src":"769:32:11"},"nodeType":"YulIf","src":"766:119:11"},{"nodeType":"YulBlock","src":"895:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"910:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"924:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"914:6:11","type":""}]},{"nodeType":"YulAssignment","src":"939:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"974:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"985:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"970:3:11"},"nodeType":"YulFunctionCall","src":"970:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"994:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"949:20:11"},"nodeType":"YulFunctionCall","src":"949:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"939:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"726:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"737:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"749:6:11","type":""}],"src":"690:329:11"},{"body":{"nodeType":"YulBlock","src":"1128:40:11","statements":[{"nodeType":"YulAssignment","src":"1139:22:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1155:5:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1149:5:11"},"nodeType":"YulFunctionCall","src":"1149:12:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"1139:6:11"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1111:5:11","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"1121:6:11","type":""}],"src":"1025:143:11"},{"body":{"nodeType":"YulBlock","src":"1314:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1331:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"1336:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1324:6:11"},"nodeType":"YulFunctionCall","src":"1324:19:11"},"nodeType":"YulExpressionStatement","src":"1324:19:11"},{"nodeType":"YulAssignment","src":"1352:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1371:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"1376:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1367:3:11"},"nodeType":"YulFunctionCall","src":"1367:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"1352:11:11"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"1286:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"1291:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"1302:11:11","type":""}],"src":"1174:213:11"},{"body":{"nodeType":"YulBlock","src":"1494:60:11","statements":[{"nodeType":"YulAssignment","src":"1504:11:11","value":{"name":"ptr","nodeType":"YulIdentifier","src":"1512:3:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1504:4:11"}]},{"nodeType":"YulAssignment","src":"1525:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"1537:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"1542:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:11"},"nodeType":"YulFunctionCall","src":"1533:14:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1525:4:11"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"1481:3:11","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"1489:4:11","type":""}],"src":"1393:161:11"},{"body":{"nodeType":"YulBlock","src":"1615:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1632:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1655:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"1637:17:11"},"nodeType":"YulFunctionCall","src":"1637:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1625:6:11"},"nodeType":"YulFunctionCall","src":"1625:37:11"},"nodeType":"YulExpressionStatement","src":"1625:37:11"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1603:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1610:3:11","type":""}],"src":"1560:108:11"},{"body":{"nodeType":"YulBlock","src":"1864:391:11","statements":[{"nodeType":"YulVariableDeclaration","src":"1874:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1890:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"1895:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1886:3:11"},"nodeType":"YulFunctionCall","src":"1886:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"1878:4:11","type":""}]},{"nodeType":"YulBlock","src":"1910:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"1945:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1975:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"1982:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1971:3:11"},"nodeType":"YulFunctionCall","src":"1971:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1965:5:11"},"nodeType":"YulFunctionCall","src":"1965:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"1949:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2035:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2053:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2058:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2049:3:11"},"nodeType":"YulFunctionCall","src":"2049:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2001:33:11"},"nodeType":"YulFunctionCall","src":"2001:63:11"},"nodeType":"YulExpressionStatement","src":"2001:63:11"}]},{"nodeType":"YulBlock","src":"2084:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2119:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2149:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"2156:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2145:3:11"},"nodeType":"YulFunctionCall","src":"2145:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2139:5:11"},"nodeType":"YulFunctionCall","src":"2139:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"2123:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2209:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2227:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2232:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2223:3:11"},"nodeType":"YulFunctionCall","src":"2223:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2175:33:11"},"nodeType":"YulFunctionCall","src":"2175:63:11"},"nodeType":"YulExpressionStatement","src":"2175:63:11"}]}]},"name":"abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1851:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1858:3:11","type":""}],"src":"1750:505:11"},{"body":{"nodeType":"YulBlock","src":"2399:157:11","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"2501:6:11"},{"name":"pos","nodeType":"YulIdentifier","src":"2509:3:11"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"2409:91:11"},"nodeType":"YulFunctionCall","src":"2409:104:11"},"nodeType":"YulExpressionStatement","src":"2409:104:11"},{"nodeType":"YulAssignment","src":"2522:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2540:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2545:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2536:3:11"},"nodeType":"YulFunctionCall","src":"2536:14:11"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"2522:10:11"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"2372:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2380:3:11","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"2388:10:11","type":""}],"src":"2261:295:11"},{"body":{"nodeType":"YulBlock","src":"2666:38:11","statements":[{"nodeType":"YulAssignment","src":"2676:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"2688:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2693:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2684:3:11"},"nodeType":"YulFunctionCall","src":"2684:14:11"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"2676:4:11"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"2653:3:11","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"2661:4:11","type":""}],"src":"2562:142:11"},{"body":{"nodeType":"YulBlock","src":"2972:782:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2982:97:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3073:5:11"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"2996:76:11"},"nodeType":"YulFunctionCall","src":"2996:83:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2986:6:11","type":""}]},{"nodeType":"YulAssignment","src":"3088:122:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3198:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"3203:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"3095:102:11"},"nodeType":"YulFunctionCall","src":"3095:115:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3088:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"3219:100:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3313:5:11"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3234:78:11"},"nodeType":"YulFunctionCall","src":"3234:85:11"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"3223:7:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"3328:21:11","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"3342:7:11"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"3332:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"3418:311:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3432:34:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3459:6:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3453:5:11"},"nodeType":"YulFunctionCall","src":"3453:13:11"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"3436:13:11","type":""}]},{"nodeType":"YulAssignment","src":"3479:128:11","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"3588:13:11"},{"name":"pos","nodeType":"YulIdentifier","src":"3603:3:11"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"3486:101:11"},"nodeType":"YulFunctionCall","src":"3486:121:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3479:3:11"}]},{"nodeType":"YulAssignment","src":"3620:99:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3712:6:11"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3630:81:11"},"nodeType":"YulFunctionCall","src":"3630:89:11"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3620:6:11"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3380:1:11"},{"name":"length","nodeType":"YulIdentifier","src":"3383:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3377:2:11"},"nodeType":"YulFunctionCall","src":"3377:13:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3391:18:11","statements":[{"nodeType":"YulAssignment","src":"3393:14:11","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3402:1:11"},{"kind":"number","nodeType":"YulLiteral","src":"3405:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3398:3:11"},"nodeType":"YulFunctionCall","src":"3398:9:11"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"3393:1:11"}]}]},"pre":{"nodeType":"YulBlock","src":"3362:14:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3364:10:11","value":{"kind":"number","nodeType":"YulLiteral","src":"3373:1:11","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"3368:1:11","type":""}]}]},"src":"3358:371:11"},{"nodeType":"YulAssignment","src":"3738:10:11","value":{"name":"pos","nodeType":"YulIdentifier","src":"3745:3:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"3738:3:11"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2951:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2958:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"2967:3:11","type":""}],"src":"2790:964:11"},{"body":{"nodeType":"YulBlock","src":"3966:283:11","statements":[{"nodeType":"YulAssignment","src":"3976:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3988:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"3999:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3984:3:11"},"nodeType":"YulFunctionCall","src":"3984:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3976:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4023:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"4034:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4019:3:11"},"nodeType":"YulFunctionCall","src":"4019:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"4042:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"4048:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4038:3:11"},"nodeType":"YulFunctionCall","src":"4038:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4012:6:11"},"nodeType":"YulFunctionCall","src":"4012:47:11"},"nodeType":"YulExpressionStatement","src":"4012:47:11"},{"nodeType":"YulAssignment","src":"4068:174:11","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4228:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"4237:4:11"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"4076:151:11"},"nodeType":"YulFunctionCall","src":"4076:166:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4068:4:11"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3938:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3950:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3961:4:11","type":""}],"src":"3760:489:11"},{"body":{"nodeType":"YulBlock","src":"4344:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4361:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4364:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4354:6:11"},"nodeType":"YulFunctionCall","src":"4354:12:11"},"nodeType":"YulExpressionStatement","src":"4354:12:11"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"4255:117:11"},{"body":{"nodeType":"YulBlock","src":"4426:54:11","statements":[{"nodeType":"YulAssignment","src":"4436:38:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4454:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"4461:2:11","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4450:3:11"},"nodeType":"YulFunctionCall","src":"4450:14:11"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4470:2:11","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"4466:3:11"},"nodeType":"YulFunctionCall","src":"4466:7:11"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4446:3:11"},"nodeType":"YulFunctionCall","src":"4446:28:11"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4436:6:11"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4409:5:11","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4419:6:11","type":""}],"src":"4378:102:11"},{"body":{"nodeType":"YulBlock","src":"4514:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4531:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4534:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4524:6:11"},"nodeType":"YulFunctionCall","src":"4524:88:11"},"nodeType":"YulExpressionStatement","src":"4524:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4628:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"4631:4:11","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4621:6:11"},"nodeType":"YulFunctionCall","src":"4621:15:11"},"nodeType":"YulExpressionStatement","src":"4621:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4652:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4655:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4645:6:11"},"nodeType":"YulFunctionCall","src":"4645:15:11"},"nodeType":"YulExpressionStatement","src":"4645:15:11"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"4486:180:11"},{"body":{"nodeType":"YulBlock","src":"4715:238:11","statements":[{"nodeType":"YulVariableDeclaration","src":"4725:58:11","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"4747:6:11"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"4777:4:11"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"4755:21:11"},"nodeType":"YulFunctionCall","src":"4755:27:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4743:3:11"},"nodeType":"YulFunctionCall","src":"4743:40:11"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"4729:10:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"4894:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"4896:16:11"},"nodeType":"YulFunctionCall","src":"4896:18:11"},"nodeType":"YulExpressionStatement","src":"4896:18:11"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4837:10:11"},{"kind":"number","nodeType":"YulLiteral","src":"4849:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4834:2:11"},"nodeType":"YulFunctionCall","src":"4834:34:11"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4873:10:11"},{"name":"memPtr","nodeType":"YulIdentifier","src":"4885:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4870:2:11"},"nodeType":"YulFunctionCall","src":"4870:22:11"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"4831:2:11"},"nodeType":"YulFunctionCall","src":"4831:62:11"},"nodeType":"YulIf","src":"4828:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4932:2:11","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4936:10:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4925:6:11"},"nodeType":"YulFunctionCall","src":"4925:22:11"},"nodeType":"YulExpressionStatement","src":"4925:22:11"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"4701:6:11","type":""},{"name":"size","nodeType":"YulTypedName","src":"4709:4:11","type":""}],"src":"4672:281:11"},{"body":{"nodeType":"YulBlock","src":"5000:88:11","statements":[{"nodeType":"YulAssignment","src":"5010:30:11","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"5020:18:11"},"nodeType":"YulFunctionCall","src":"5020:20:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5010:6:11"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5069:6:11"},{"name":"size","nodeType":"YulIdentifier","src":"5077:4:11"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"5049:19:11"},"nodeType":"YulFunctionCall","src":"5049:33:11"},"nodeType":"YulExpressionStatement","src":"5049:33:11"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"4984:4:11","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"4993:6:11","type":""}],"src":"4959:129:11"},{"body":{"nodeType":"YulBlock","src":"5205:229:11","statements":[{"body":{"nodeType":"YulBlock","src":"5310:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"5312:16:11"},"nodeType":"YulFunctionCall","src":"5312:18:11"},"nodeType":"YulExpressionStatement","src":"5312:18:11"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"5282:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"5290:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"5279:2:11"},"nodeType":"YulFunctionCall","src":"5279:30:11"},"nodeType":"YulIf","src":"5276:56:11"},{"nodeType":"YulAssignment","src":"5342:25:11","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"5354:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"5362:4:11","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"5350:3:11"},"nodeType":"YulFunctionCall","src":"5350:17:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"5342:4:11"}]},{"nodeType":"YulAssignment","src":"5404:23:11","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"5416:4:11"},{"kind":"number","nodeType":"YulLiteral","src":"5422:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5412:3:11"},"nodeType":"YulFunctionCall","src":"5412:15:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"5404:4:11"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"5189:6:11","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"5200:4:11","type":""}],"src":"5094:340:11"},{"body":{"nodeType":"YulBlock","src":"5529:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5546:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5549:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5539:6:11"},"nodeType":"YulFunctionCall","src":"5539:12:11"},"nodeType":"YulExpressionStatement","src":"5539:12:11"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"5440:117:11"},{"body":{"nodeType":"YulBlock","src":"5652:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5669:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5672:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5662:6:11"},"nodeType":"YulFunctionCall","src":"5662:12:11"},"nodeType":"YulExpressionStatement","src":"5662:12:11"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"5563:117:11"},{"body":{"nodeType":"YulBlock","src":"5775:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5792:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5795:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5785:6:11"},"nodeType":"YulFunctionCall","src":"5785:12:11"},"nodeType":"YulExpressionStatement","src":"5785:12:11"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"5686:117:11"},{"body":{"nodeType":"YulBlock","src":"5933:494:11","statements":[{"body":{"nodeType":"YulBlock","src":"5977:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"5979:77:11"},"nodeType":"YulFunctionCall","src":"5979:79:11"},"nodeType":"YulExpressionStatement","src":"5979:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"5954:3:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"5959:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5950:3:11"},"nodeType":"YulFunctionCall","src":"5950:19:11"},{"kind":"number","nodeType":"YulLiteral","src":"5971:4:11","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5946:3:11"},"nodeType":"YulFunctionCall","src":"5946:30:11"},"nodeType":"YulIf","src":"5943:117:11"},{"nodeType":"YulAssignment","src":"6069:30:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6094:4:11","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"6078:15:11"},"nodeType":"YulFunctionCall","src":"6078:21:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6069:5:11"}]},{"nodeType":"YulBlock","src":"6109:150:11","statements":[{"nodeType":"YulVariableDeclaration","src":"6144:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"6158:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6148:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6184:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6191:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6180:3:11"},"nodeType":"YulFunctionCall","src":"6180:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6223:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"6234:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6219:3:11"},"nodeType":"YulFunctionCall","src":"6219:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"6243:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"6198:20:11"},"nodeType":"YulFunctionCall","src":"6198:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6173:6:11"},"nodeType":"YulFunctionCall","src":"6173:75:11"},"nodeType":"YulExpressionStatement","src":"6173:75:11"}]},{"nodeType":"YulBlock","src":"6269:151:11","statements":[{"nodeType":"YulVariableDeclaration","src":"6304:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"6318:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6308:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6345:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6352:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6341:3:11"},"nodeType":"YulFunctionCall","src":"6341:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6384:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"6395:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6380:3:11"},"nodeType":"YulFunctionCall","src":"6380:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"6404:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"6359:20:11"},"nodeType":"YulFunctionCall","src":"6359:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6334:6:11"},"nodeType":"YulFunctionCall","src":"6334:75:11"},"nodeType":"YulExpressionStatement","src":"6334:75:11"}]}]},"name":"abi_decode_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5908:9:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"5919:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5927:5:11","type":""}],"src":"5849:578:11"},{"body":{"nodeType":"YulBlock","src":"6606:666:11","statements":[{"nodeType":"YulAssignment","src":"6616:119:11","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6727:6:11"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"6641:85:11"},"nodeType":"YulFunctionCall","src":"6641:93:11"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"6625:15:11"},"nodeType":"YulFunctionCall","src":"6625:110:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"6616:5:11"}]},{"nodeType":"YulVariableDeclaration","src":"6744:16:11","value":{"name":"array","nodeType":"YulIdentifier","src":"6755:5:11"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"6748:3:11","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6777:5:11"},{"name":"length","nodeType":"YulIdentifier","src":"6784:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6770:6:11"},"nodeType":"YulFunctionCall","src":"6770:21:11"},"nodeType":"YulExpressionStatement","src":"6770:21:11"},{"nodeType":"YulAssignment","src":"6800:23:11","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6811:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6818:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6807:3:11"},"nodeType":"YulFunctionCall","src":"6807:16:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"6800:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"6833:44:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6851:6:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6863:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"6871:4:11","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6859:3:11"},"nodeType":"YulFunctionCall","src":"6859:17:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6847:3:11"},"nodeType":"YulFunctionCall","src":"6847:30:11"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"6837:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"6905:103:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"6919:77:11"},"nodeType":"YulFunctionCall","src":"6919:79:11"},"nodeType":"YulExpressionStatement","src":"6919:79:11"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"6892:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"6900:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6889:2:11"},"nodeType":"YulFunctionCall","src":"6889:15:11"},"nodeType":"YulIf","src":"6886:122:11"},{"body":{"nodeType":"YulBlock","src":"7093:173:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7108:21:11","value":{"name":"src","nodeType":"YulIdentifier","src":"7126:3:11"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"7112:10:11","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"7150:3:11"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"7205:10:11"},{"name":"end","nodeType":"YulIdentifier","src":"7217:3:11"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"7155:49:11"},"nodeType":"YulFunctionCall","src":"7155:66:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7143:6:11"},"nodeType":"YulFunctionCall","src":"7143:79:11"},"nodeType":"YulExpressionStatement","src":"7143:79:11"},{"nodeType":"YulAssignment","src":"7235:21:11","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"7246:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"7251:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7242:3:11"},"nodeType":"YulFunctionCall","src":"7242:14:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"7235:3:11"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7046:3:11"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"7051:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"7043:2:11"},"nodeType":"YulFunctionCall","src":"7043:15:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"7059:25:11","statements":[{"nodeType":"YulAssignment","src":"7061:21:11","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7072:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"7077:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7068:3:11"},"nodeType":"YulFunctionCall","src":"7068:14:11"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"7061:3:11"}]}]},"pre":{"nodeType":"YulBlock","src":"7021:21:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7023:17:11","value":{"name":"offset","nodeType":"YulIdentifier","src":"7034:6:11"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"7027:3:11","type":""}]}]},"src":"7017:249:11"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6576:6:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"6584:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"6592:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"6600:5:11","type":""}],"src":"6475:797:11"},{"body":{"nodeType":"YulBlock","src":"7426:322:11","statements":[{"body":{"nodeType":"YulBlock","src":"7475:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"7477:77:11"},"nodeType":"YulFunctionCall","src":"7477:79:11"},"nodeType":"YulExpressionStatement","src":"7477:79:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7454:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"7462:4:11","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7450:3:11"},"nodeType":"YulFunctionCall","src":"7450:17:11"},{"name":"end","nodeType":"YulIdentifier","src":"7469:3:11"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7446:3:11"},"nodeType":"YulFunctionCall","src":"7446:27:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7439:6:11"},"nodeType":"YulFunctionCall","src":"7439:35:11"},"nodeType":"YulIf","src":"7436:122:11"},{"nodeType":"YulVariableDeclaration","src":"7567:34:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7594:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7581:12:11"},"nodeType":"YulFunctionCall","src":"7581:20:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"7571:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7610:132:11","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7715:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"7723:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7711:3:11"},"nodeType":"YulFunctionCall","src":"7711:17:11"},{"name":"length","nodeType":"YulIdentifier","src":"7730:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"7738:3:11"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"7619:91:11"},"nodeType":"YulFunctionCall","src":"7619:123:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"7610:5:11"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7404:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"7412:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"7420:5:11","type":""}],"src":"7320:428:11"},{"body":{"nodeType":"YulBlock","src":"7891:605:11","statements":[{"body":{"nodeType":"YulBlock","src":"7937:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7939:77:11"},"nodeType":"YulFunctionCall","src":"7939:79:11"},"nodeType":"YulExpressionStatement","src":"7939:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7912:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"7921:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7908:3:11"},"nodeType":"YulFunctionCall","src":"7908:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"7933:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7904:3:11"},"nodeType":"YulFunctionCall","src":"7904:32:11"},"nodeType":"YulIf","src":"7901:119:11"},{"nodeType":"YulBlock","src":"8030:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"8045:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"8059:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8049:6:11","type":""}]},{"nodeType":"YulAssignment","src":"8074:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8109:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"8120:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8105:3:11"},"nodeType":"YulFunctionCall","src":"8105:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8129:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"8084:20:11"},"nodeType":"YulFunctionCall","src":"8084:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8074:6:11"}]}]},{"nodeType":"YulBlock","src":"8157:332:11","statements":[{"nodeType":"YulVariableDeclaration","src":"8172:46:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8203:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"8214:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8199:3:11"},"nodeType":"YulFunctionCall","src":"8199:18:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8186:12:11"},"nodeType":"YulFunctionCall","src":"8186:32:11"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8176:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"8265:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"8267:77:11"},"nodeType":"YulFunctionCall","src":"8267:79:11"},"nodeType":"YulExpressionStatement","src":"8267:79:11"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8237:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"8245:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8234:2:11"},"nodeType":"YulFunctionCall","src":"8234:30:11"},"nodeType":"YulIf","src":"8231:117:11"},{"nodeType":"YulAssignment","src":"8362:117:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8451:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"8462:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8447:3:11"},"nodeType":"YulFunctionCall","src":"8447:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8471:7:11"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"8372:74:11"},"nodeType":"YulFunctionCall","src":"8372:107:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"8362:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7853:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7864:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7876:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7884:6:11","type":""}],"src":"7754:742:11"},{"body":{"nodeType":"YulBlock","src":"8547:81:11","statements":[{"nodeType":"YulAssignment","src":"8557:65:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8572:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"8579:42:11","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8568:3:11"},"nodeType":"YulFunctionCall","src":"8568:54:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"8557:7:11"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8529:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"8539:7:11","type":""}],"src":"8502:126:11"},{"body":{"nodeType":"YulBlock","src":"8679:51:11","statements":[{"nodeType":"YulAssignment","src":"8689:35:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8718:5:11"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"8700:17:11"},"nodeType":"YulFunctionCall","src":"8700:24:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"8689:7:11"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8661:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"8671:7:11","type":""}],"src":"8634:96:11"},{"body":{"nodeType":"YulBlock","src":"8779:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"8836:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8845:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8848:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8838:6:11"},"nodeType":"YulFunctionCall","src":"8838:12:11"},"nodeType":"YulExpressionStatement","src":"8838:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8802:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8827:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"8809:17:11"},"nodeType":"YulFunctionCall","src":"8809:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"8799:2:11"},"nodeType":"YulFunctionCall","src":"8799:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"8792:6:11"},"nodeType":"YulFunctionCall","src":"8792:43:11"},"nodeType":"YulIf","src":"8789:63:11"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8772:5:11","type":""}],"src":"8736:122:11"},{"body":{"nodeType":"YulBlock","src":"8916:87:11","statements":[{"nodeType":"YulAssignment","src":"8926:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8948:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8935:12:11"},"nodeType":"YulFunctionCall","src":"8935:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"8926:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8991:5:11"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"8964:26:11"},"nodeType":"YulFunctionCall","src":"8964:33:11"},"nodeType":"YulExpressionStatement","src":"8964:33:11"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"8894:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"8902:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"8910:5:11","type":""}],"src":"8864:139:11"},{"body":{"nodeType":"YulBlock","src":"9092:391:11","statements":[{"body":{"nodeType":"YulBlock","src":"9138:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9140:77:11"},"nodeType":"YulFunctionCall","src":"9140:79:11"},"nodeType":"YulExpressionStatement","src":"9140:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9113:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"9122:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9109:3:11"},"nodeType":"YulFunctionCall","src":"9109:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"9134:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9105:3:11"},"nodeType":"YulFunctionCall","src":"9105:32:11"},"nodeType":"YulIf","src":"9102:119:11"},{"nodeType":"YulBlock","src":"9231:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"9246:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"9260:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9250:6:11","type":""}]},{"nodeType":"YulAssignment","src":"9275:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9310:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"9321:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9306:3:11"},"nodeType":"YulFunctionCall","src":"9306:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9330:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"9285:20:11"},"nodeType":"YulFunctionCall","src":"9285:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"9275:6:11"}]}]},{"nodeType":"YulBlock","src":"9358:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"9373:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"9387:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9377:6:11","type":""}]},{"nodeType":"YulAssignment","src":"9403:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9438:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"9449:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9434:3:11"},"nodeType":"YulFunctionCall","src":"9434:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9458:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"9413:20:11"},"nodeType":"YulFunctionCall","src":"9413:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"9403:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9054:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9065:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9077:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"9085:6:11","type":""}],"src":"9009:474:11"},{"body":{"nodeType":"YulBlock","src":"9533:57:11","statements":[{"nodeType":"YulAssignment","src":"9543:41:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9558:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"9565:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9554:3:11"},"nodeType":"YulFunctionCall","src":"9554:30:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"9543:7:11"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9515:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"9525:7:11","type":""}],"src":"9489:101:11"},{"body":{"nodeType":"YulBlock","src":"9638:78:11","statements":[{"body":{"nodeType":"YulBlock","src":"9694:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9703:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9706:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9696:6:11"},"nodeType":"YulFunctionCall","src":"9696:12:11"},"nodeType":"YulExpressionStatement","src":"9696:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9661:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9685:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"9668:16:11"},"nodeType":"YulFunctionCall","src":"9668:23:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"9658:2:11"},"nodeType":"YulFunctionCall","src":"9658:34:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"9651:6:11"},"nodeType":"YulFunctionCall","src":"9651:42:11"},"nodeType":"YulIf","src":"9648:62:11"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9631:5:11","type":""}],"src":"9596:120:11"},{"body":{"nodeType":"YulBlock","src":"9773:86:11","statements":[{"nodeType":"YulAssignment","src":"9783:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"9805:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"9792:12:11"},"nodeType":"YulFunctionCall","src":"9792:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"9783:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9847:5:11"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"9821:25:11"},"nodeType":"YulFunctionCall","src":"9821:32:11"},"nodeType":"YulExpressionStatement","src":"9821:32:11"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"9751:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"9759:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9767:5:11","type":""}],"src":"9722:137:11"},{"body":{"nodeType":"YulBlock","src":"9930:262:11","statements":[{"body":{"nodeType":"YulBlock","src":"9976:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9978:77:11"},"nodeType":"YulFunctionCall","src":"9978:79:11"},"nodeType":"YulExpressionStatement","src":"9978:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9951:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"9960:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9947:3:11"},"nodeType":"YulFunctionCall","src":"9947:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"9972:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9943:3:11"},"nodeType":"YulFunctionCall","src":"9943:32:11"},"nodeType":"YulIf","src":"9940:119:11"},{"nodeType":"YulBlock","src":"10069:116:11","statements":[{"nodeType":"YulVariableDeclaration","src":"10084:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"10098:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"10088:6:11","type":""}]},{"nodeType":"YulAssignment","src":"10113:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10147:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"10158:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10143:3:11"},"nodeType":"YulFunctionCall","src":"10143:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"10167:7:11"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"10123:19:11"},"nodeType":"YulFunctionCall","src":"10123:52:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"10113:6:11"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9900:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9911:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9923:6:11","type":""}],"src":"9865:327:11"},{"body":{"nodeType":"YulBlock","src":"10240:48:11","statements":[{"nodeType":"YulAssignment","src":"10250:32:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10275:5:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10268:6:11"},"nodeType":"YulFunctionCall","src":"10268:13:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10261:6:11"},"nodeType":"YulFunctionCall","src":"10261:21:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"10250:7:11"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10222:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"10232:7:11","type":""}],"src":"10198:90:11"},{"body":{"nodeType":"YulBlock","src":"10353:50:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10370:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10390:5:11"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"10375:14:11"},"nodeType":"YulFunctionCall","src":"10375:21:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10363:6:11"},"nodeType":"YulFunctionCall","src":"10363:34:11"},"nodeType":"YulExpressionStatement","src":"10363:34:11"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10341:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10348:3:11","type":""}],"src":"10294:109:11"},{"body":{"nodeType":"YulBlock","src":"10501:118:11","statements":[{"nodeType":"YulAssignment","src":"10511:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10523:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"10534:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10519:3:11"},"nodeType":"YulFunctionCall","src":"10519:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10511:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"10585:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10598:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"10609:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10594:3:11"},"nodeType":"YulFunctionCall","src":"10594:17:11"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"10547:37:11"},"nodeType":"YulFunctionCall","src":"10547:65:11"},"nodeType":"YulExpressionStatement","src":"10547:65:11"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10473:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"10485:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10496:4:11","type":""}],"src":"10409:210:11"},{"body":{"nodeType":"YulBlock","src":"10670:32:11","statements":[{"nodeType":"YulAssignment","src":"10680:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"10691:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"10680:7:11"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10652:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"10662:7:11","type":""}],"src":"10625:77:11"},{"body":{"nodeType":"YulBlock","src":"10751:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"10808:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10817:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"10820:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"10810:6:11"},"nodeType":"YulFunctionCall","src":"10810:12:11"},"nodeType":"YulExpressionStatement","src":"10810:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10774:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10799:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"10781:17:11"},"nodeType":"YulFunctionCall","src":"10781:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"10771:2:11"},"nodeType":"YulFunctionCall","src":"10771:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10764:6:11"},"nodeType":"YulFunctionCall","src":"10764:43:11"},"nodeType":"YulIf","src":"10761:63:11"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10744:5:11","type":""}],"src":"10708:122:11"},{"body":{"nodeType":"YulBlock","src":"10888:87:11","statements":[{"nodeType":"YulAssignment","src":"10898:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"10920:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"10907:12:11"},"nodeType":"YulFunctionCall","src":"10907:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"10898:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10963:5:11"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"10936:26:11"},"nodeType":"YulFunctionCall","src":"10936:33:11"},"nodeType":"YulExpressionStatement","src":"10936:33:11"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"10866:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"10874:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"10882:5:11","type":""}],"src":"10836:139:11"},{"body":{"nodeType":"YulBlock","src":"11064:391:11","statements":[{"body":{"nodeType":"YulBlock","src":"11110:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11112:77:11"},"nodeType":"YulFunctionCall","src":"11112:79:11"},"nodeType":"YulExpressionStatement","src":"11112:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11085:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"11094:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11081:3:11"},"nodeType":"YulFunctionCall","src":"11081:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"11106:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11077:3:11"},"nodeType":"YulFunctionCall","src":"11077:32:11"},"nodeType":"YulIf","src":"11074:119:11"},{"nodeType":"YulBlock","src":"11203:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11218:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11232:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11222:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11247:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11282:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"11293:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11278:3:11"},"nodeType":"YulFunctionCall","src":"11278:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11302:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"11257:20:11"},"nodeType":"YulFunctionCall","src":"11257:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"11247:6:11"}]}]},{"nodeType":"YulBlock","src":"11330:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11345:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11359:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11349:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11375:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11410:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"11421:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11406:3:11"},"nodeType":"YulFunctionCall","src":"11406:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11430:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"11385:20:11"},"nodeType":"YulFunctionCall","src":"11385:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"11375:6:11"}]}]}]},"name":"abi_decode_tuple_t_uint256t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11026:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11037:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11049:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"11057:6:11","type":""}],"src":"10981:474:11"},{"body":{"nodeType":"YulBlock","src":"11527:263:11","statements":[{"body":{"nodeType":"YulBlock","src":"11573:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11575:77:11"},"nodeType":"YulFunctionCall","src":"11575:79:11"},"nodeType":"YulExpressionStatement","src":"11575:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11548:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"11557:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11544:3:11"},"nodeType":"YulFunctionCall","src":"11544:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"11569:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11540:3:11"},"nodeType":"YulFunctionCall","src":"11540:32:11"},"nodeType":"YulIf","src":"11537:119:11"},{"nodeType":"YulBlock","src":"11666:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11681:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11695:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11685:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11710:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11745:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"11756:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11741:3:11"},"nodeType":"YulFunctionCall","src":"11741:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11765:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"11720:20:11"},"nodeType":"YulFunctionCall","src":"11720:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"11710:6:11"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11497:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11508:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11520:6:11","type":""}],"src":"11461:329:11"},{"body":{"nodeType":"YulBlock","src":"11851:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11868:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11891:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"11873:17:11"},"nodeType":"YulFunctionCall","src":"11873:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11861:6:11"},"nodeType":"YulFunctionCall","src":"11861:37:11"},"nodeType":"YulExpressionStatement","src":"11861:37:11"}]},"name":"abi_encode_t_address_to_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11839:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11846:3:11","type":""}],"src":"11796:108:11"},{"body":{"nodeType":"YulBlock","src":"11965:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11982:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12005:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"11987:17:11"},"nodeType":"YulFunctionCall","src":"11987:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11975:6:11"},"nodeType":"YulFunctionCall","src":"11975:37:11"},"nodeType":"YulExpressionStatement","src":"11975:37:11"}]},"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11953:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11960:3:11","type":""}],"src":"11910:108:11"},{"body":{"nodeType":"YulBlock","src":"12073:50:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12090:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12110:5:11"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"12095:14:11"},"nodeType":"YulFunctionCall","src":"12095:21:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12083:6:11"},"nodeType":"YulFunctionCall","src":"12083:34:11"},"nodeType":"YulExpressionStatement","src":"12083:34:11"}]},"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12061:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12068:3:11","type":""}],"src":"12024:99:11"},{"body":{"nodeType":"YulBlock","src":"12173:65:11","statements":[{"nodeType":"YulAssignment","src":"12183:49:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12198:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"12205:26:11","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"12194:3:11"},"nodeType":"YulFunctionCall","src":"12194:38:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"12183:7:11"}]}]},"name":"cleanup_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12155:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"12165:7:11","type":""}],"src":"12129:109:11"},{"body":{"nodeType":"YulBlock","src":"12297:52:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12314:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12336:5:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"12319:16:11"},"nodeType":"YulFunctionCall","src":"12319:23:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12307:6:11"},"nodeType":"YulFunctionCall","src":"12307:36:11"},"nodeType":"YulExpressionStatement","src":"12307:36:11"}]},"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12285:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12292:3:11","type":""}],"src":"12244:105:11"},{"body":{"nodeType":"YulBlock","src":"12521:1838:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12531:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12547:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12552:6:11","type":"","value":"0x0140"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12543:3:11"},"nodeType":"YulFunctionCall","src":"12543:16:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"12535:4:11","type":""}]},{"nodeType":"YulBlock","src":"12569:166:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12606:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12636:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"12643:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12632:3:11"},"nodeType":"YulFunctionCall","src":"12632:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12626:5:11"},"nodeType":"YulFunctionCall","src":"12626:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12610:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"12696:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12714:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12719:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12710:3:11"},"nodeType":"YulFunctionCall","src":"12710:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"12662:33:11"},"nodeType":"YulFunctionCall","src":"12662:63:11"},"nodeType":"YulExpressionStatement","src":"12662:63:11"}]},{"nodeType":"YulBlock","src":"12745:165:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12781:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12811:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"12818:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12807:3:11"},"nodeType":"YulFunctionCall","src":"12807:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12801:5:11"},"nodeType":"YulFunctionCall","src":"12801:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12785:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"12871:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12889:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12894:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12885:3:11"},"nodeType":"YulFunctionCall","src":"12885:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"12837:33:11"},"nodeType":"YulFunctionCall","src":"12837:63:11"},"nodeType":"YulExpressionStatement","src":"12837:63:11"}]},{"nodeType":"YulBlock","src":"12920:178:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12969:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12999:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13006:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12995:3:11"},"nodeType":"YulFunctionCall","src":"12995:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12989:5:11"},"nodeType":"YulFunctionCall","src":"12989:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12973:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13059:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13077:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13082:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13073:3:11"},"nodeType":"YulFunctionCall","src":"13073:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"13025:33:11"},"nodeType":"YulFunctionCall","src":"13025:63:11"},"nodeType":"YulExpressionStatement","src":"13025:63:11"}]},{"nodeType":"YulBlock","src":"13108:169:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13148:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13178:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13185:4:11","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13174:3:11"},"nodeType":"YulFunctionCall","src":"13174:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13168:5:11"},"nodeType":"YulFunctionCall","src":"13168:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13152:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13238:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13256:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13261:4:11","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13252:3:11"},"nodeType":"YulFunctionCall","src":"13252:14:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"13204:33:11"},"nodeType":"YulFunctionCall","src":"13204:63:11"},"nodeType":"YulExpressionStatement","src":"13204:63:11"}]},{"nodeType":"YulBlock","src":"13287:171:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13329:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13359:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13366:4:11","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13355:3:11"},"nodeType":"YulFunctionCall","src":"13355:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13349:5:11"},"nodeType":"YulFunctionCall","src":"13349:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13333:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13419:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13437:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13442:4:11","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13433:3:11"},"nodeType":"YulFunctionCall","src":"13433:14:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"13385:33:11"},"nodeType":"YulFunctionCall","src":"13385:63:11"},"nodeType":"YulExpressionStatement","src":"13385:63:11"}]},{"nodeType":"YulBlock","src":"13468:165:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13510:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13540:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13547:4:11","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13536:3:11"},"nodeType":"YulFunctionCall","src":"13536:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13530:5:11"},"nodeType":"YulFunctionCall","src":"13530:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13514:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13594:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13612:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13617:4:11","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13608:3:11"},"nodeType":"YulFunctionCall","src":"13608:14:11"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"13566:27:11"},"nodeType":"YulFunctionCall","src":"13566:57:11"},"nodeType":"YulExpressionStatement","src":"13566:57:11"}]},{"nodeType":"YulBlock","src":"13643:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13684:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13714:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13721:4:11","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13710:3:11"},"nodeType":"YulFunctionCall","src":"13710:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13704:5:11"},"nodeType":"YulFunctionCall","src":"13704:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13688:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13768:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13786:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13791:4:11","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13782:3:11"},"nodeType":"YulFunctionCall","src":"13782:14:11"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"13740:27:11"},"nodeType":"YulFunctionCall","src":"13740:57:11"},"nodeType":"YulExpressionStatement","src":"13740:57:11"}]},{"nodeType":"YulBlock","src":"13817:173:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13861:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13891:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13898:4:11","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13887:3:11"},"nodeType":"YulFunctionCall","src":"13887:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13881:5:11"},"nodeType":"YulFunctionCall","src":"13881:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13865:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13951:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13969:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13974:4:11","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13965:3:11"},"nodeType":"YulFunctionCall","src":"13965:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"13917:33:11"},"nodeType":"YulFunctionCall","src":"13917:63:11"},"nodeType":"YulExpressionStatement","src":"13917:63:11"}]},{"nodeType":"YulBlock","src":"14000:172:11","statements":[{"nodeType":"YulVariableDeclaration","src":"14041:45:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14071:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"14078:6:11","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14067:3:11"},"nodeType":"YulFunctionCall","src":"14067:18:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"14061:5:11"},"nodeType":"YulFunctionCall","src":"14061:25:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"14045:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"14131:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14149:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14154:6:11","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14145:3:11"},"nodeType":"YulFunctionCall","src":"14145:16:11"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulIdentifier","src":"14099:31:11"},"nodeType":"YulFunctionCall","src":"14099:63:11"},"nodeType":"YulExpressionStatement","src":"14099:63:11"}]},{"nodeType":"YulBlock","src":"14182:170:11","statements":[{"nodeType":"YulVariableDeclaration","src":"14219:45:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14249:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"14256:6:11","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14245:3:11"},"nodeType":"YulFunctionCall","src":"14245:18:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"14239:5:11"},"nodeType":"YulFunctionCall","src":"14239:25:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"14223:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"14311:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14329:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14334:6:11","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14325:3:11"},"nodeType":"YulFunctionCall","src":"14325:16:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"14277:33:11"},"nodeType":"YulFunctionCall","src":"14277:65:11"},"nodeType":"YulExpressionStatement","src":"14277:65:11"}]}]},"name":"abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12508:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12515:3:11","type":""}],"src":"12409:1950:11"},{"body":{"nodeType":"YulBlock","src":"14509:171:11","statements":[{"nodeType":"YulAssignment","src":"14519:27:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14531:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14542:3:11","type":"","value":"320"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14527:3:11"},"nodeType":"YulFunctionCall","src":"14527:19:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14519:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14646:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14659:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14670:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14655:3:11"},"nodeType":"YulFunctionCall","src":"14655:17:11"}],"functionName":{"name":"abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14556:89:11"},"nodeType":"YulFunctionCall","src":"14556:117:11"},"nodeType":"YulExpressionStatement","src":"14556:117:11"}]},"name":"abi_encode_tuple_t_struct$_Order_$1976_memory_ptr__to_t_struct$_Order_$1976_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14481:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14493:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14504:4:11","type":""}],"src":"14365:315:11"},{"body":{"nodeType":"YulBlock","src":"14751:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14768:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14791:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"14773:17:11"},"nodeType":"YulFunctionCall","src":"14773:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14761:6:11"},"nodeType":"YulFunctionCall","src":"14761:37:11"},"nodeType":"YulExpressionStatement","src":"14761:37:11"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"14739:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"14746:3:11","type":""}],"src":"14686:118:11"},{"body":{"nodeType":"YulBlock","src":"14908:124:11","statements":[{"nodeType":"YulAssignment","src":"14918:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14930:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14941:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14926:3:11"},"nodeType":"YulFunctionCall","src":"14926:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14918:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14998:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15011:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15022:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15007:3:11"},"nodeType":"YulFunctionCall","src":"15007:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"14954:43:11"},"nodeType":"YulFunctionCall","src":"14954:71:11"},"nodeType":"YulExpressionStatement","src":"14954:71:11"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14880:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14892:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14903:4:11","type":""}],"src":"14810:222:11"},{"body":{"nodeType":"YulBlock","src":"15101:52:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15118:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15140:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"15123:16:11"},"nodeType":"YulFunctionCall","src":"15123:23:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15111:6:11"},"nodeType":"YulFunctionCall","src":"15111:36:11"},"nodeType":"YulExpressionStatement","src":"15111:36:11"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15089:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15096:3:11","type":""}],"src":"15038:115:11"},{"body":{"nodeType":"YulBlock","src":"15224:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15241:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15264:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"15246:17:11"},"nodeType":"YulFunctionCall","src":"15246:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15234:6:11"},"nodeType":"YulFunctionCall","src":"15234:37:11"},"nodeType":"YulExpressionStatement","src":"15234:37:11"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15212:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15219:3:11","type":""}],"src":"15159:118:11"},{"body":{"nodeType":"YulBlock","src":"15407:204:11","statements":[{"nodeType":"YulAssignment","src":"15417:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15429:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15440:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15425:3:11"},"nodeType":"YulFunctionCall","src":"15425:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15417:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"15495:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15508:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15519:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15504:3:11"},"nodeType":"YulFunctionCall","src":"15504:17:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"15453:41:11"},"nodeType":"YulFunctionCall","src":"15453:69:11"},"nodeType":"YulExpressionStatement","src":"15453:69:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"15576:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15589:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15600:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15585:3:11"},"nodeType":"YulFunctionCall","src":"15585:18:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"15532:43:11"},"nodeType":"YulFunctionCall","src":"15532:72:11"},"nodeType":"YulExpressionStatement","src":"15532:72:11"}]},"name":"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15371:9:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"15383:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"15391:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15402:4:11","type":""}],"src":"15283:328:11"},{"body":{"nodeType":"YulBlock","src":"15841:395:11","statements":[{"nodeType":"YulVariableDeclaration","src":"15851:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15867:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"15872:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15863:3:11"},"nodeType":"YulFunctionCall","src":"15863:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"15855:4:11","type":""}]},{"nodeType":"YulBlock","src":"15887:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"15922:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15952:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"15959:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15948:3:11"},"nodeType":"YulFunctionCall","src":"15948:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"15942:5:11"},"nodeType":"YulFunctionCall","src":"15942:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"15926:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16012:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16030:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16035:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16026:3:11"},"nodeType":"YulFunctionCall","src":"16026:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"15978:33:11"},"nodeType":"YulFunctionCall","src":"15978:63:11"},"nodeType":"YulExpressionStatement","src":"15978:63:11"}]},{"nodeType":"YulBlock","src":"16061:168:11","statements":[{"nodeType":"YulVariableDeclaration","src":"16100:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16130:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"16137:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16126:3:11"},"nodeType":"YulFunctionCall","src":"16126:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16120:5:11"},"nodeType":"YulFunctionCall","src":"16120:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16104:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16190:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16208:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16213:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16204:3:11"},"nodeType":"YulFunctionCall","src":"16204:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"16156:33:11"},"nodeType":"YulFunctionCall","src":"16156:63:11"},"nodeType":"YulExpressionStatement","src":"16156:63:11"}]}]},"name":"abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15828:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15835:3:11","type":""}],"src":"15705:531:11"},{"body":{"nodeType":"YulBlock","src":"16410:194:11","statements":[{"nodeType":"YulAssignment","src":"16420:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16432:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16443:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16428:3:11"},"nodeType":"YulFunctionCall","src":"16428:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16420:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"16570:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16583:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16594:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16579:3:11"},"nodeType":"YulFunctionCall","src":"16579:17:11"}],"functionName":{"name":"abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16456:113:11"},"nodeType":"YulFunctionCall","src":"16456:141:11"},"nodeType":"YulExpressionStatement","src":"16456:141:11"}]},"name":"abi_encode_tuple_t_struct$_InstitutionByCode_$2079_memory_ptr__to_t_struct$_InstitutionByCode_$2079_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16382:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"16394:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16405:4:11","type":""}],"src":"16242:362:11"},{"body":{"nodeType":"YulBlock","src":"16710:519:11","statements":[{"body":{"nodeType":"YulBlock","src":"16756:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"16758:77:11"},"nodeType":"YulFunctionCall","src":"16758:79:11"},"nodeType":"YulExpressionStatement","src":"16758:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"16731:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"16740:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16727:3:11"},"nodeType":"YulFunctionCall","src":"16727:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"16752:2:11","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"16723:3:11"},"nodeType":"YulFunctionCall","src":"16723:32:11"},"nodeType":"YulIf","src":"16720:119:11"},{"nodeType":"YulBlock","src":"16849:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"16864:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"16878:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"16868:6:11","type":""}]},{"nodeType":"YulAssignment","src":"16893:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16928:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"16939:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16924:3:11"},"nodeType":"YulFunctionCall","src":"16924:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"16948:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"16903:20:11"},"nodeType":"YulFunctionCall","src":"16903:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"16893:6:11"}]}]},{"nodeType":"YulBlock","src":"16976:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"16991:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"17005:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"16995:6:11","type":""}]},{"nodeType":"YulAssignment","src":"17021:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17056:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"17067:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17052:3:11"},"nodeType":"YulFunctionCall","src":"17052:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"17076:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"17031:20:11"},"nodeType":"YulFunctionCall","src":"17031:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"17021:6:11"}]}]},{"nodeType":"YulBlock","src":"17104:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"17119:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"17133:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"17123:6:11","type":""}]},{"nodeType":"YulAssignment","src":"17149:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17184:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"17195:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17180:3:11"},"nodeType":"YulFunctionCall","src":"17180:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"17204:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"17159:20:11"},"nodeType":"YulFunctionCall","src":"17159:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"17149:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16664:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"16675:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"16687:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"16695:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"16703:6:11","type":""}],"src":"16610:619:11"},{"body":{"nodeType":"YulBlock","src":"17277:78:11","statements":[{"body":{"nodeType":"YulBlock","src":"17333:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"17342:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"17345:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"17335:6:11"},"nodeType":"YulFunctionCall","src":"17335:12:11"},"nodeType":"YulExpressionStatement","src":"17335:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17300:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17324:5:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"17307:16:11"},"nodeType":"YulFunctionCall","src":"17307:23:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"17297:2:11"},"nodeType":"YulFunctionCall","src":"17297:34:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"17290:6:11"},"nodeType":"YulFunctionCall","src":"17290:42:11"},"nodeType":"YulIf","src":"17287:62:11"}]},"name":"validator_revert_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17270:5:11","type":""}],"src":"17235:120:11"},{"body":{"nodeType":"YulBlock","src":"17412:86:11","statements":[{"nodeType":"YulAssignment","src":"17422:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17444:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"17431:12:11"},"nodeType":"YulFunctionCall","src":"17431:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"17422:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17486:5:11"}],"functionName":{"name":"validator_revert_t_uint96","nodeType":"YulIdentifier","src":"17460:25:11"},"nodeType":"YulFunctionCall","src":"17460:32:11"},"nodeType":"YulExpressionStatement","src":"17460:32:11"}]},"name":"abi_decode_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"17390:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"17398:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"17406:5:11","type":""}],"src":"17361:137:11"},{"body":{"nodeType":"YulBlock","src":"17593:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"17610:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"17613:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"17603:6:11"},"nodeType":"YulFunctionCall","src":"17603:12:11"},"nodeType":"YulExpressionStatement","src":"17603:12:11"}]},"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulFunctionDefinition","src":"17504:117:11"},{"body":{"nodeType":"YulBlock","src":"17716:478:11","statements":[{"body":{"nodeType":"YulBlock","src":"17765:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"17767:77:11"},"nodeType":"YulFunctionCall","src":"17767:79:11"},"nodeType":"YulExpressionStatement","src":"17767:79:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17744:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"17752:4:11","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17740:3:11"},"nodeType":"YulFunctionCall","src":"17740:17:11"},{"name":"end","nodeType":"YulIdentifier","src":"17759:3:11"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"17736:3:11"},"nodeType":"YulFunctionCall","src":"17736:27:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"17729:6:11"},"nodeType":"YulFunctionCall","src":"17729:35:11"},"nodeType":"YulIf","src":"17726:122:11"},{"nodeType":"YulAssignment","src":"17857:30:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17880:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"17867:12:11"},"nodeType":"YulFunctionCall","src":"17867:20:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"17857:6:11"}]},{"body":{"nodeType":"YulBlock","src":"17930:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"17932:77:11"},"nodeType":"YulFunctionCall","src":"17932:79:11"},"nodeType":"YulExpressionStatement","src":"17932:79:11"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"17902:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"17910:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"17899:2:11"},"nodeType":"YulFunctionCall","src":"17899:30:11"},"nodeType":"YulIf","src":"17896:117:11"},{"nodeType":"YulAssignment","src":"18022:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"18038:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"18046:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18034:3:11"},"nodeType":"YulFunctionCall","src":"18034:17:11"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"18022:8:11"}]},{"body":{"nodeType":"YulBlock","src":"18105:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"18107:77:11"},"nodeType":"YulFunctionCall","src":"18107:79:11"},"nodeType":"YulExpressionStatement","src":"18107:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"18070:8:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"18084:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"18092:4:11","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"18080:3:11"},"nodeType":"YulFunctionCall","src":"18080:17:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18066:3:11"},"nodeType":"YulFunctionCall","src":"18066:32:11"},{"name":"end","nodeType":"YulIdentifier","src":"18100:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"18063:2:11"},"nodeType":"YulFunctionCall","src":"18063:41:11"},"nodeType":"YulIf","src":"18060:128:11"}]},"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"17683:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"17691:3:11","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"17699:8:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"17709:6:11","type":""}],"src":"17641:553:11"},{"body":{"nodeType":"YulBlock","src":"18404:1343:11","statements":[{"body":{"nodeType":"YulBlock","src":"18451:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"18453:77:11"},"nodeType":"YulFunctionCall","src":"18453:79:11"},"nodeType":"YulExpressionStatement","src":"18453:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"18425:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"18434:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18421:3:11"},"nodeType":"YulFunctionCall","src":"18421:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"18446:3:11","type":"","value":"256"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"18417:3:11"},"nodeType":"YulFunctionCall","src":"18417:33:11"},"nodeType":"YulIf","src":"18414:120:11"},{"nodeType":"YulBlock","src":"18544:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18559:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18573:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18563:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18588:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18623:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"18634:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18619:3:11"},"nodeType":"YulFunctionCall","src":"18619:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18643:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"18598:20:11"},"nodeType":"YulFunctionCall","src":"18598:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"18588:6:11"}]}]},{"nodeType":"YulBlock","src":"18671:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18686:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18700:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18690:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18716:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18751:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"18762:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18747:3:11"},"nodeType":"YulFunctionCall","src":"18747:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18771:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"18726:20:11"},"nodeType":"YulFunctionCall","src":"18726:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"18716:6:11"}]}]},{"nodeType":"YulBlock","src":"18799:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18814:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18828:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18818:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18844:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18879:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"18890:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18875:3:11"},"nodeType":"YulFunctionCall","src":"18875:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18899:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"18854:20:11"},"nodeType":"YulFunctionCall","src":"18854:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"18844:6:11"}]}]},{"nodeType":"YulBlock","src":"18927:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18942:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18956:2:11","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18946:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18972:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19006:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19017:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19002:3:11"},"nodeType":"YulFunctionCall","src":"19002:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19026:7:11"}],"functionName":{"name":"abi_decode_t_uint96","nodeType":"YulIdentifier","src":"18982:19:11"},"nodeType":"YulFunctionCall","src":"18982:52:11"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"18972:6:11"}]}]},{"nodeType":"YulBlock","src":"19054:119:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19069:17:11","value":{"kind":"number","nodeType":"YulLiteral","src":"19083:3:11","type":"","value":"128"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19073:6:11","type":""}]},{"nodeType":"YulAssignment","src":"19100:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19135:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19146:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19131:3:11"},"nodeType":"YulFunctionCall","src":"19131:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19155:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19110:20:11"},"nodeType":"YulFunctionCall","src":"19110:53:11"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"19100:6:11"}]}]},{"nodeType":"YulBlock","src":"19183:119:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19198:17:11","value":{"kind":"number","nodeType":"YulLiteral","src":"19212:3:11","type":"","value":"160"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19202:6:11","type":""}]},{"nodeType":"YulAssignment","src":"19229:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19264:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19275:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19260:3:11"},"nodeType":"YulFunctionCall","src":"19260:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19284:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"19239:20:11"},"nodeType":"YulFunctionCall","src":"19239:53:11"},"variableNames":[{"name":"value5","nodeType":"YulIdentifier","src":"19229:6:11"}]}]},{"nodeType":"YulBlock","src":"19312:119:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19327:17:11","value":{"kind":"number","nodeType":"YulLiteral","src":"19341:3:11","type":"","value":"192"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19331:6:11","type":""}]},{"nodeType":"YulAssignment","src":"19358:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19393:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19404:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19389:3:11"},"nodeType":"YulFunctionCall","src":"19389:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19413:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19368:20:11"},"nodeType":"YulFunctionCall","src":"19368:53:11"},"variableNames":[{"name":"value6","nodeType":"YulIdentifier","src":"19358:6:11"}]}]},{"nodeType":"YulBlock","src":"19441:299:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19456:47:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19487:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"19498:3:11","type":"","value":"224"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19483:3:11"},"nodeType":"YulFunctionCall","src":"19483:19:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"19470:12:11"},"nodeType":"YulFunctionCall","src":"19470:33:11"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19460:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"19550:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"19552:77:11"},"nodeType":"YulFunctionCall","src":"19552:79:11"},"nodeType":"YulExpressionStatement","src":"19552:79:11"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"19522:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"19530:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"19519:2:11"},"nodeType":"YulFunctionCall","src":"19519:30:11"},"nodeType":"YulIf","src":"19516:117:11"},{"nodeType":"YulAssignment","src":"19647:83:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19702:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19713:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19698:3:11"},"nodeType":"YulFunctionCall","src":"19698:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19722:7:11"}],"functionName":{"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulIdentifier","src":"19665:32:11"},"nodeType":"YulFunctionCall","src":"19665:65:11"},"variableNames":[{"name":"value7","nodeType":"YulIdentifier","src":"19647:6:11"},{"name":"value8","nodeType":"YulIdentifier","src":"19655:6:11"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18310:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"18321:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"18333:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"18341:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"18349:6:11","type":""},{"name":"value3","nodeType":"YulTypedName","src":"18357:6:11","type":""},{"name":"value4","nodeType":"YulTypedName","src":"18365:6:11","type":""},{"name":"value5","nodeType":"YulTypedName","src":"18373:6:11","type":""},{"name":"value6","nodeType":"YulTypedName","src":"18381:6:11","type":""},{"name":"value7","nodeType":"YulTypedName","src":"18389:6:11","type":""},{"name":"value8","nodeType":"YulTypedName","src":"18397:6:11","type":""}],"src":"18200:1547:11"},{"body":{"nodeType":"YulBlock","src":"19818:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"19835:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"19858:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"19840:17:11"},"nodeType":"YulFunctionCall","src":"19840:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"19828:6:11"},"nodeType":"YulFunctionCall","src":"19828:37:11"},"nodeType":"YulExpressionStatement","src":"19828:37:11"}]},"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"19806:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"19813:3:11","type":""}],"src":"19753:118:11"},{"body":{"nodeType":"YulBlock","src":"19975:124:11","statements":[{"nodeType":"YulAssignment","src":"19985:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19997:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"20008:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19993:3:11"},"nodeType":"YulFunctionCall","src":"19993:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"19985:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"20065:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20078:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"20089:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20074:3:11"},"nodeType":"YulFunctionCall","src":"20074:17:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"20021:43:11"},"nodeType":"YulFunctionCall","src":"20021:71:11"},"nodeType":"YulExpressionStatement","src":"20021:71:11"}]},"name":"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"19947:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"19959:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"19970:4:11","type":""}],"src":"19877:222:11"},{"body":{"nodeType":"YulBlock","src":"20221:647:11","statements":[{"body":{"nodeType":"YulBlock","src":"20268:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"20270:77:11"},"nodeType":"YulFunctionCall","src":"20270:79:11"},"nodeType":"YulExpressionStatement","src":"20270:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"20242:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"20251:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"20238:3:11"},"nodeType":"YulFunctionCall","src":"20238:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"20263:3:11","type":"","value":"128"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"20234:3:11"},"nodeType":"YulFunctionCall","src":"20234:33:11"},"nodeType":"YulIf","src":"20231:120:11"},{"nodeType":"YulBlock","src":"20361:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20376:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20390:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20380:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20405:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20440:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20451:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20436:3:11"},"nodeType":"YulFunctionCall","src":"20436:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20460:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"20415:20:11"},"nodeType":"YulFunctionCall","src":"20415:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"20405:6:11"}]}]},{"nodeType":"YulBlock","src":"20488:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20503:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20517:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20507:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20533:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20568:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20579:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20564:3:11"},"nodeType":"YulFunctionCall","src":"20564:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20588:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"20543:20:11"},"nodeType":"YulFunctionCall","src":"20543:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"20533:6:11"}]}]},{"nodeType":"YulBlock","src":"20616:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20631:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20645:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20635:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20661:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20696:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20707:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20692:3:11"},"nodeType":"YulFunctionCall","src":"20692:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20716:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"20671:20:11"},"nodeType":"YulFunctionCall","src":"20671:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"20661:6:11"}]}]},{"nodeType":"YulBlock","src":"20744:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20759:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20773:2:11","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20763:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20789:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20823:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20834:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20819:3:11"},"nodeType":"YulFunctionCall","src":"20819:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20843:7:11"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"20799:19:11"},"nodeType":"YulFunctionCall","src":"20799:52:11"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"20789:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"20167:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"20178:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"20190:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"20198:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"20206:6:11","type":""},{"name":"value3","nodeType":"YulTypedName","src":"20214:6:11","type":""}],"src":"20105:763:11"},{"body":{"nodeType":"YulBlock","src":"20902:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"20919:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"20922:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"20912:6:11"},"nodeType":"YulFunctionCall","src":"20912:88:11"},"nodeType":"YulExpressionStatement","src":"20912:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21016:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"21019:4:11","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21009:6:11"},"nodeType":"YulFunctionCall","src":"21009:15:11"},"nodeType":"YulExpressionStatement","src":"21009:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21040:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"21043:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"21033:6:11"},"nodeType":"YulFunctionCall","src":"21033:15:11"},"nodeType":"YulExpressionStatement","src":"21033:15:11"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"20874:180:11"},{"body":{"nodeType":"YulBlock","src":"21157:40:11","statements":[{"nodeType":"YulAssignment","src":"21168:22:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"21184:5:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"21178:5:11"},"nodeType":"YulFunctionCall","src":"21178:12:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"21168:6:11"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21140:5:11","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"21150:6:11","type":""}],"src":"21060:137:11"},{"body":{"nodeType":"YulBlock","src":"21298:87:11","statements":[{"nodeType":"YulAssignment","src":"21308:11:11","value":{"name":"ptr","nodeType":"YulIdentifier","src":"21316:3:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"21308:4:11"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21336:1:11","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"21339:3:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21329:6:11"},"nodeType":"YulFunctionCall","src":"21329:14:11"},"nodeType":"YulExpressionStatement","src":"21329:14:11"},{"nodeType":"YulAssignment","src":"21352:26:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21370:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"21373:4:11","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"21360:9:11"},"nodeType":"YulFunctionCall","src":"21360:18:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"21352:4:11"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"21285:3:11","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"21293:4:11","type":""}],"src":"21203:182:11"},{"body":{"nodeType":"YulBlock","src":"21442:51:11","statements":[{"nodeType":"YulAssignment","src":"21452:34:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21477:1:11","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"21480:5:11"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"21473:3:11"},"nodeType":"YulFunctionCall","src":"21473:13:11"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"21452:8:11"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21423:5:11","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"21433:8:11","type":""}],"src":"21391:102:11"},{"body":{"nodeType":"YulBlock","src":"21557:32:11","statements":[{"nodeType":"YulAssignment","src":"21567:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"21578:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"21567:7:11"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21539:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"21549:7:11","type":""}],"src":"21499:90:11"},{"body":{"nodeType":"YulBlock","src":"21670:91:11","statements":[{"nodeType":"YulAssignment","src":"21680:75:11","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"21743:10:11"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"21720:22:11"},"nodeType":"YulFunctionCall","src":"21720:34:11"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"21689:30:11"},"nodeType":"YulFunctionCall","src":"21689:66:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"21680:5:11"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"21649:10:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"21664:5:11","type":""}],"src":"21595:166:11"},{"body":{"nodeType":"YulBlock","src":"21954:578:11","statements":[{"nodeType":"YulVariableDeclaration","src":"21964:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21980:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"21985:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21976:3:11"},"nodeType":"YulFunctionCall","src":"21976:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"21968:4:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"21999:18:11","value":{"kind":"number","nodeType":"YulLiteral","src":"22016:1:11","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"22003:9:11","type":""}]},{"nodeType":"YulBlock","src":"22027:244:11","statements":[{"nodeType":"YulAssignment","src":"22061:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"22084:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"22091:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22080:3:11"},"nodeType":"YulFunctionCall","src":"22080:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"22074:5:11"},"nodeType":"YulFunctionCall","src":"22074:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22061:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"22110:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22175:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"22130:44:11"},"nodeType":"YulFunctionCall","src":"22130:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"22114:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"22232:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22250:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22255:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22246:3:11"},"nodeType":"YulFunctionCall","src":"22246:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"22198:33:11"},"nodeType":"YulFunctionCall","src":"22198:63:11"},"nodeType":"YulExpressionStatement","src":"22198:63:11"}]},{"nodeType":"YulBlock","src":"22281:244:11","statements":[{"nodeType":"YulAssignment","src":"22315:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"22338:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"22345:4:11","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22334:3:11"},"nodeType":"YulFunctionCall","src":"22334:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"22328:5:11"},"nodeType":"YulFunctionCall","src":"22328:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22315:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"22364:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22429:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"22384:44:11"},"nodeType":"YulFunctionCall","src":"22384:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"22368:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"22486:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22504:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22509:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22500:3:11"},"nodeType":"YulFunctionCall","src":"22500:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"22452:33:11"},"nodeType":"YulFunctionCall","src":"22452:63:11"},"nodeType":"YulExpressionStatement","src":"22452:63:11"}]}]},"name":"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21941:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"21948:3:11","type":""}],"src":"21843:689:11"},{"body":{"nodeType":"YulBlock","src":"22673:154:11","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"22772:6:11"},{"name":"pos","nodeType":"YulIdentifier","src":"22780:3:11"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"22683:88:11"},"nodeType":"YulFunctionCall","src":"22683:101:11"},"nodeType":"YulExpressionStatement","src":"22683:101:11"},{"nodeType":"YulAssignment","src":"22793:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22811:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22816:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22807:3:11"},"nodeType":"YulFunctionCall","src":"22807:14:11"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"22793:10:11"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"22646:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"22654:3:11","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"22662:10:11","type":""}],"src":"22538:289:11"},{"body":{"nodeType":"YulBlock","src":"22931:38:11","statements":[{"nodeType":"YulAssignment","src":"22941:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"22953:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22958:4:11","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22949:3:11"},"nodeType":"YulFunctionCall","src":"22949:14:11"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"22941:4:11"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"22918:3:11","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"22926:4:11","type":""}],"src":"22833:136:11"},{"body":{"nodeType":"YulBlock","src":"23231:754:11","statements":[{"nodeType":"YulVariableDeclaration","src":"23241:91:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"23326:5:11"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23255:70:11"},"nodeType":"YulFunctionCall","src":"23255:77:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"23245:6:11","type":""}]},{"nodeType":"YulAssignment","src":"23341:122:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"23451:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"23456:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"23348:102:11"},"nodeType":"YulFunctionCall","src":"23348:115:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"23341:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"23472:94:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"23560:5:11"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23487:72:11"},"nodeType":"YulFunctionCall","src":"23487:79:11"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"23476:7:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"23575:21:11","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"23589:7:11"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"23579:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"23665:295:11","statements":[{"nodeType":"YulVariableDeclaration","src":"23679:27:11","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"23700:6:11"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"23683:13:11","type":""}]},{"nodeType":"YulAssignment","src":"23719:125:11","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"23825:13:11"},{"name":"pos","nodeType":"YulIdentifier","src":"23840:3:11"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"23726:98:11"},"nodeType":"YulFunctionCall","src":"23726:118:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"23719:3:11"}]},{"nodeType":"YulAssignment","src":"23857:93:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"23943:6:11"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23867:75:11"},"nodeType":"YulFunctionCall","src":"23867:83:11"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"23857:6:11"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"23627:1:11"},{"name":"length","nodeType":"YulIdentifier","src":"23630:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"23624:2:11"},"nodeType":"YulFunctionCall","src":"23624:13:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"23638:18:11","statements":[{"nodeType":"YulAssignment","src":"23640:14:11","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"23649:1:11"},{"kind":"number","nodeType":"YulLiteral","src":"23652:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23645:3:11"},"nodeType":"YulFunctionCall","src":"23645:9:11"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"23640:1:11"}]}]},"pre":{"nodeType":"YulBlock","src":"23609:14:11","statements":[{"nodeType":"YulVariableDeclaration","src":"23611:10:11","value":{"kind":"number","nodeType":"YulLiteral","src":"23620:1:11","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"23615:1:11","type":""}]}]},"src":"23605:355:11"},{"nodeType":"YulAssignment","src":"23969:10:11","value":{"name":"pos","nodeType":"YulIdentifier","src":"23976:3:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"23969:3:11"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"23210:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"23217:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"23226:3:11","type":""}],"src":"23055:930:11"},{"body":{"nodeType":"YulBlock","src":"24191:277:11","statements":[{"nodeType":"YulAssignment","src":"24201:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24213:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"24224:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24209:3:11"},"nodeType":"YulFunctionCall","src":"24209:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24201:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24248:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"24259:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24244:3:11"},"nodeType":"YulFunctionCall","src":"24244:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"24267:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"24273:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"24263:3:11"},"nodeType":"YulFunctionCall","src":"24263:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24237:6:11"},"nodeType":"YulFunctionCall","src":"24237:47:11"},"nodeType":"YulExpressionStatement","src":"24237:47:11"},{"nodeType":"YulAssignment","src":"24293:168:11","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"24447:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"24456:4:11"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24301:145:11"},"nodeType":"YulFunctionCall","src":"24301:160:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24293:4:11"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"24163:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"24175:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"24186:4:11","type":""}],"src":"23991:477:11"},{"body":{"nodeType":"YulBlock","src":"24570:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24587:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"24592:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24580:6:11"},"nodeType":"YulFunctionCall","src":"24580:19:11"},"nodeType":"YulExpressionStatement","src":"24580:19:11"},{"nodeType":"YulAssignment","src":"24608:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24627:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"24632:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24623:3:11"},"nodeType":"YulFunctionCall","src":"24623:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"24608:11:11"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24542:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"24547:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"24558:11:11","type":""}],"src":"24474:169:11"},{"body":{"nodeType":"YulBlock","src":"24755:65:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"24777:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"24785:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24773:3:11"},"nodeType":"YulFunctionCall","src":"24773:14:11"},{"hexValue":"476174657761793a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"24789:23:11","type":"","value":"Gateway: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24766:6:11"},"nodeType":"YulFunctionCall","src":"24766:47:11"},"nodeType":"YulExpressionStatement","src":"24766:47:11"}]},"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"24747:6:11","type":""}],"src":"24649:171:11"},{"body":{"nodeType":"YulBlock","src":"24972:220:11","statements":[{"nodeType":"YulAssignment","src":"24982:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25048:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"25053:2:11","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24989:58:11"},"nodeType":"YulFunctionCall","src":"24989:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"24982:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25154:3:11"}],"functionName":{"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulIdentifier","src":"25065:88:11"},"nodeType":"YulFunctionCall","src":"25065:93:11"},"nodeType":"YulExpressionStatement","src":"25065:93:11"},{"nodeType":"YulAssignment","src":"25167:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25178:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"25183:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25174:3:11"},"nodeType":"YulFunctionCall","src":"25174:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"25167:3:11"}]}]},"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24960:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"24968:3:11","type":""}],"src":"24826:366:11"},{"body":{"nodeType":"YulBlock","src":"25369:248:11","statements":[{"nodeType":"YulAssignment","src":"25379:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25391:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"25402:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25387:3:11"},"nodeType":"YulFunctionCall","src":"25387:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25379:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25426:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"25437:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25422:3:11"},"nodeType":"YulFunctionCall","src":"25422:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25445:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"25451:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"25441:3:11"},"nodeType":"YulFunctionCall","src":"25441:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25415:6:11"},"nodeType":"YulFunctionCall","src":"25415:47:11"},"nodeType":"YulExpressionStatement","src":"25415:47:11"},{"nodeType":"YulAssignment","src":"25471:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25605:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"25479:124:11"},"nodeType":"YulFunctionCall","src":"25479:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25471:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"25349:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"25364:4:11","type":""}],"src":"25198:419:11"},{"body":{"nodeType":"YulBlock","src":"25729:118:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"25751:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"25759:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25747:3:11"},"nodeType":"YulFunctionCall","src":"25747:14:11"},{"hexValue":"476174657761793a207472656173757279206164647265737320616c72656164","kind":"string","nodeType":"YulLiteral","src":"25763:34:11","type":"","value":"Gateway: treasury address alread"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25740:6:11"},"nodeType":"YulFunctionCall","src":"25740:58:11"},"nodeType":"YulExpressionStatement","src":"25740:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"25819:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"25827:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25815:3:11"},"nodeType":"YulFunctionCall","src":"25815:15:11"},{"hexValue":"7920736574","kind":"string","nodeType":"YulLiteral","src":"25832:7:11","type":"","value":"y set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25808:6:11"},"nodeType":"YulFunctionCall","src":"25808:32:11"},"nodeType":"YulExpressionStatement","src":"25808:32:11"}]},"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"25721:6:11","type":""}],"src":"25623:224:11"},{"body":{"nodeType":"YulBlock","src":"25999:220:11","statements":[{"nodeType":"YulAssignment","src":"26009:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26075:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"26080:2:11","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"26016:58:11"},"nodeType":"YulFunctionCall","src":"26016:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"26009:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26181:3:11"}],"functionName":{"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulIdentifier","src":"26092:88:11"},"nodeType":"YulFunctionCall","src":"26092:93:11"},"nodeType":"YulExpressionStatement","src":"26092:93:11"},{"nodeType":"YulAssignment","src":"26194:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26205:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"26210:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26201:3:11"},"nodeType":"YulFunctionCall","src":"26201:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"26194:3:11"}]}]},"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"25987:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"25995:3:11","type":""}],"src":"25853:366:11"},{"body":{"nodeType":"YulBlock","src":"26396:248:11","statements":[{"nodeType":"YulAssignment","src":"26406:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26418:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"26429:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26414:3:11"},"nodeType":"YulFunctionCall","src":"26414:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"26406:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26453:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"26464:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26449:3:11"},"nodeType":"YulFunctionCall","src":"26449:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"26472:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"26478:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"26468:3:11"},"nodeType":"YulFunctionCall","src":"26468:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26442:6:11"},"nodeType":"YulFunctionCall","src":"26442:47:11"},"nodeType":"YulExpressionStatement","src":"26442:47:11"},{"nodeType":"YulAssignment","src":"26498:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"26632:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"26506:124:11"},"nodeType":"YulFunctionCall","src":"26506:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"26498:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"26376:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"26391:4:11","type":""}],"src":"26225:419:11"},{"body":{"nodeType":"YulBlock","src":"26756:120:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"26778:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"26786:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26774:3:11"},"nodeType":"YulFunctionCall","src":"26774:14:11"},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c7265","kind":"string","nodeType":"YulLiteral","src":"26790:34:11","type":"","value":"Gateway: aggregator address alre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26767:6:11"},"nodeType":"YulFunctionCall","src":"26767:58:11"},"nodeType":"YulExpressionStatement","src":"26767:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"26846:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"26854:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26842:3:11"},"nodeType":"YulFunctionCall","src":"26842:15:11"},{"hexValue":"61647920736574","kind":"string","nodeType":"YulLiteral","src":"26859:9:11","type":"","value":"ady set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26835:6:11"},"nodeType":"YulFunctionCall","src":"26835:34:11"},"nodeType":"YulExpressionStatement","src":"26835:34:11"}]},"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"26748:6:11","type":""}],"src":"26650:226:11"},{"body":{"nodeType":"YulBlock","src":"27028:220:11","statements":[{"nodeType":"YulAssignment","src":"27038:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27104:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"27109:2:11","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"27045:58:11"},"nodeType":"YulFunctionCall","src":"27045:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"27038:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27210:3:11"}],"functionName":{"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulIdentifier","src":"27121:88:11"},"nodeType":"YulFunctionCall","src":"27121:93:11"},"nodeType":"YulExpressionStatement","src":"27121:93:11"},{"nodeType":"YulAssignment","src":"27223:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27234:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"27239:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27230:3:11"},"nodeType":"YulFunctionCall","src":"27230:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"27223:3:11"}]}]},"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"27016:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"27024:3:11","type":""}],"src":"26882:366:11"},{"body":{"nodeType":"YulBlock","src":"27425:248:11","statements":[{"nodeType":"YulAssignment","src":"27435:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27447:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27458:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27443:3:11"},"nodeType":"YulFunctionCall","src":"27443:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27435:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27482:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27493:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27478:3:11"},"nodeType":"YulFunctionCall","src":"27478:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"27501:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"27507:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"27497:3:11"},"nodeType":"YulFunctionCall","src":"27497:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"27471:6:11"},"nodeType":"YulFunctionCall","src":"27471:47:11"},"nodeType":"YulExpressionStatement","src":"27471:47:11"},{"nodeType":"YulAssignment","src":"27527:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"27661:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"27535:124:11"},"nodeType":"YulFunctionCall","src":"27535:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27527:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"27405:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"27420:4:11","type":""}],"src":"27254:419:11"},{"body":{"nodeType":"YulBlock","src":"27775:122:11","statements":[{"nodeType":"YulAssignment","src":"27785:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27797:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27808:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27793:3:11"},"nodeType":"YulFunctionCall","src":"27793:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27785:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"27863:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27876:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27887:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27872:3:11"},"nodeType":"YulFunctionCall","src":"27872:17:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"27821:41:11"},"nodeType":"YulFunctionCall","src":"27821:69:11"},"nodeType":"YulExpressionStatement","src":"27821:69:11"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"27747:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"27759:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"27770:4:11","type":""}],"src":"27679:218:11"},{"body":{"nodeType":"YulBlock","src":"28009:58:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"28031:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"28039:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28027:3:11"},"nodeType":"YulFunctionCall","src":"28027:14:11"},{"hexValue":"4f6e6c7941676772656761746f72","kind":"string","nodeType":"YulLiteral","src":"28043:16:11","type":"","value":"OnlyAggregator"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28020:6:11"},"nodeType":"YulFunctionCall","src":"28020:40:11"},"nodeType":"YulExpressionStatement","src":"28020:40:11"}]},"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"28001:6:11","type":""}],"src":"27903:164:11"},{"body":{"nodeType":"YulBlock","src":"28219:220:11","statements":[{"nodeType":"YulAssignment","src":"28229:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28295:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"28300:2:11","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28236:58:11"},"nodeType":"YulFunctionCall","src":"28236:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"28229:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28401:3:11"}],"functionName":{"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulIdentifier","src":"28312:88:11"},"nodeType":"YulFunctionCall","src":"28312:93:11"},"nodeType":"YulExpressionStatement","src":"28312:93:11"},{"nodeType":"YulAssignment","src":"28414:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28425:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"28430:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28421:3:11"},"nodeType":"YulFunctionCall","src":"28421:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"28414:3:11"}]}]},"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"28207:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"28215:3:11","type":""}],"src":"28073:366:11"},{"body":{"nodeType":"YulBlock","src":"28616:248:11","statements":[{"nodeType":"YulAssignment","src":"28626:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28638:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"28649:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28634:3:11"},"nodeType":"YulFunctionCall","src":"28634:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28626:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28673:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"28684:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28669:3:11"},"nodeType":"YulFunctionCall","src":"28669:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"28692:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"28698:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"28688:3:11"},"nodeType":"YulFunctionCall","src":"28688:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28662:6:11"},"nodeType":"YulFunctionCall","src":"28662:47:11"},"nodeType":"YulExpressionStatement","src":"28662:47:11"},{"nodeType":"YulAssignment","src":"28718:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"28852:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28726:124:11"},"nodeType":"YulFunctionCall","src":"28726:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28718:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"28596:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"28611:4:11","type":""}],"src":"28445:419:11"},{"body":{"nodeType":"YulBlock","src":"28976:58:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"28998:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"29006:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28994:3:11"},"nodeType":"YulFunctionCall","src":"28994:14:11"},{"hexValue":"4f7264657246756c66696c6c6564","kind":"string","nodeType":"YulLiteral","src":"29010:16:11","type":"","value":"OrderFulfilled"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28987:6:11"},"nodeType":"YulFunctionCall","src":"28987:40:11"},"nodeType":"YulExpressionStatement","src":"28987:40:11"}]},"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"28968:6:11","type":""}],"src":"28870:164:11"},{"body":{"nodeType":"YulBlock","src":"29186:220:11","statements":[{"nodeType":"YulAssignment","src":"29196:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29262:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"29267:2:11","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29203:58:11"},"nodeType":"YulFunctionCall","src":"29203:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"29196:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29368:3:11"}],"functionName":{"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulIdentifier","src":"29279:88:11"},"nodeType":"YulFunctionCall","src":"29279:93:11"},"nodeType":"YulExpressionStatement","src":"29279:93:11"},{"nodeType":"YulAssignment","src":"29381:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29392:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"29397:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29388:3:11"},"nodeType":"YulFunctionCall","src":"29388:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"29381:3:11"}]}]},"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"29174:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"29182:3:11","type":""}],"src":"29040:366:11"},{"body":{"nodeType":"YulBlock","src":"29583:248:11","statements":[{"nodeType":"YulAssignment","src":"29593:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29605:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"29616:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29601:3:11"},"nodeType":"YulFunctionCall","src":"29601:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29593:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29640:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"29651:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29636:3:11"},"nodeType":"YulFunctionCall","src":"29636:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"29659:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"29665:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"29655:3:11"},"nodeType":"YulFunctionCall","src":"29655:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29629:6:11"},"nodeType":"YulFunctionCall","src":"29629:47:11"},"nodeType":"YulExpressionStatement","src":"29629:47:11"},{"nodeType":"YulAssignment","src":"29685:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"29819:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29693:124:11"},"nodeType":"YulFunctionCall","src":"29693:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29685:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"29563:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"29578:4:11","type":""}],"src":"29412:419:11"},{"body":{"nodeType":"YulBlock","src":"29943:57:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"29965:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"29973:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29961:3:11"},"nodeType":"YulFunctionCall","src":"29961:14:11"},{"hexValue":"4f72646572526566756e646564","kind":"string","nodeType":"YulLiteral","src":"29977:15:11","type":"","value":"OrderRefunded"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29954:6:11"},"nodeType":"YulFunctionCall","src":"29954:39:11"},"nodeType":"YulExpressionStatement","src":"29954:39:11"}]},"name":"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"29935:6:11","type":""}],"src":"29837:163:11"},{"body":{"nodeType":"YulBlock","src":"30152:220:11","statements":[{"nodeType":"YulAssignment","src":"30162:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30228:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"30233:2:11","type":"","value":"13"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30169:58:11"},"nodeType":"YulFunctionCall","src":"30169:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"30162:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30334:3:11"}],"functionName":{"name":"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","nodeType":"YulIdentifier","src":"30245:88:11"},"nodeType":"YulFunctionCall","src":"30245:93:11"},"nodeType":"YulExpressionStatement","src":"30245:93:11"},{"nodeType":"YulAssignment","src":"30347:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30358:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"30363:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30354:3:11"},"nodeType":"YulFunctionCall","src":"30354:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"30347:3:11"}]}]},"name":"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"30140:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"30148:3:11","type":""}],"src":"30006:366:11"},{"body":{"nodeType":"YulBlock","src":"30549:248:11","statements":[{"nodeType":"YulAssignment","src":"30559:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30571:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"30582:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30567:3:11"},"nodeType":"YulFunctionCall","src":"30567:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30559:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30606:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"30617:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30602:3:11"},"nodeType":"YulFunctionCall","src":"30602:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30625:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"30631:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"30621:3:11"},"nodeType":"YulFunctionCall","src":"30621:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30595:6:11"},"nodeType":"YulFunctionCall","src":"30595:47:11"},"nodeType":"YulExpressionStatement","src":"30595:47:11"},{"nodeType":"YulAssignment","src":"30651:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30785:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30659:124:11"},"nodeType":"YulFunctionCall","src":"30659:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30651:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"30529:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"30544:4:11","type":""}],"src":"30378:419:11"},{"body":{"nodeType":"YulBlock","src":"30909:65:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"30931:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"30939:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30927:3:11"},"nodeType":"YulFunctionCall","src":"30927:14:11"},{"hexValue":"4665654578636565647350726f746f636f6c466565","kind":"string","nodeType":"YulLiteral","src":"30943:23:11","type":"","value":"FeeExceedsProtocolFee"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30920:6:11"},"nodeType":"YulFunctionCall","src":"30920:47:11"},"nodeType":"YulExpressionStatement","src":"30920:47:11"}]},"name":"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"30901:6:11","type":""}],"src":"30803:171:11"},{"body":{"nodeType":"YulBlock","src":"31126:220:11","statements":[{"nodeType":"YulAssignment","src":"31136:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31202:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"31207:2:11","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"31143:58:11"},"nodeType":"YulFunctionCall","src":"31143:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"31136:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31308:3:11"}],"functionName":{"name":"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","nodeType":"YulIdentifier","src":"31219:88:11"},"nodeType":"YulFunctionCall","src":"31219:93:11"},"nodeType":"YulExpressionStatement","src":"31219:93:11"},{"nodeType":"YulAssignment","src":"31321:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31332:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"31337:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31328:3:11"},"nodeType":"YulFunctionCall","src":"31328:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"31321:3:11"}]}]},"name":"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"31114:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"31122:3:11","type":""}],"src":"30980:366:11"},{"body":{"nodeType":"YulBlock","src":"31523:248:11","statements":[{"nodeType":"YulAssignment","src":"31533:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31545:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"31556:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31541:3:11"},"nodeType":"YulFunctionCall","src":"31541:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31533:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31580:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"31591:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31576:3:11"},"nodeType":"YulFunctionCall","src":"31576:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31599:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"31605:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"31595:3:11"},"nodeType":"YulFunctionCall","src":"31595:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"31569:6:11"},"nodeType":"YulFunctionCall","src":"31569:47:11"},"nodeType":"YulExpressionStatement","src":"31569:47:11"},{"nodeType":"YulAssignment","src":"31625:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31759:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"31633:124:11"},"nodeType":"YulFunctionCall","src":"31633:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31625:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"31503:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"31518:4:11","type":""}],"src":"31352:419:11"},{"body":{"nodeType":"YulBlock","src":"31903:206:11","statements":[{"nodeType":"YulAssignment","src":"31913:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31925:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"31936:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31921:3:11"},"nodeType":"YulFunctionCall","src":"31921:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31913:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"31993:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32006:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"32017:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32002:3:11"},"nodeType":"YulFunctionCall","src":"32002:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"31949:43:11"},"nodeType":"YulFunctionCall","src":"31949:71:11"},"nodeType":"YulExpressionStatement","src":"31949:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"32074:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32087:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"32098:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32083:3:11"},"nodeType":"YulFunctionCall","src":"32083:18:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"32030:43:11"},"nodeType":"YulFunctionCall","src":"32030:72:11"},"nodeType":"YulExpressionStatement","src":"32030:72:11"}]},"name":"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"31867:9:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"31879:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"31887:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"31898:4:11","type":""}],"src":"31777:332:11"},{"body":{"nodeType":"YulBlock","src":"32155:76:11","statements":[{"body":{"nodeType":"YulBlock","src":"32209:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32218:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32221:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"32211:6:11"},"nodeType":"YulFunctionCall","src":"32211:12:11"},"nodeType":"YulExpressionStatement","src":"32211:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32178:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32200:5:11"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"32185:14:11"},"nodeType":"YulFunctionCall","src":"32185:21:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"32175:2:11"},"nodeType":"YulFunctionCall","src":"32175:32:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"32168:6:11"},"nodeType":"YulFunctionCall","src":"32168:40:11"},"nodeType":"YulIf","src":"32165:60:11"}]},"name":"validator_revert_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"32148:5:11","type":""}],"src":"32115:116:11"},{"body":{"nodeType":"YulBlock","src":"32297:77:11","statements":[{"nodeType":"YulAssignment","src":"32307:22:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"32322:6:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"32316:5:11"},"nodeType":"YulFunctionCall","src":"32316:13:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"32307:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32362:5:11"}],"functionName":{"name":"validator_revert_t_bool","nodeType":"YulIdentifier","src":"32338:23:11"},"nodeType":"YulFunctionCall","src":"32338:30:11"},"nodeType":"YulExpressionStatement","src":"32338:30:11"}]},"name":"abi_decode_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"32275:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"32283:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"32291:5:11","type":""}],"src":"32237:137:11"},{"body":{"nodeType":"YulBlock","src":"32454:271:11","statements":[{"body":{"nodeType":"YulBlock","src":"32500:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"32502:77:11"},"nodeType":"YulFunctionCall","src":"32502:79:11"},"nodeType":"YulExpressionStatement","src":"32502:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"32475:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"32484:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"32471:3:11"},"nodeType":"YulFunctionCall","src":"32471:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"32496:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"32467:3:11"},"nodeType":"YulFunctionCall","src":"32467:32:11"},"nodeType":"YulIf","src":"32464:119:11"},{"nodeType":"YulBlock","src":"32593:125:11","statements":[{"nodeType":"YulVariableDeclaration","src":"32608:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"32622:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"32612:6:11","type":""}]},{"nodeType":"YulAssignment","src":"32637:71:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32680:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"32691:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32676:3:11"},"nodeType":"YulFunctionCall","src":"32676:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"32700:7:11"}],"functionName":{"name":"abi_decode_t_bool_fromMemory","nodeType":"YulIdentifier","src":"32647:28:11"},"nodeType":"YulFunctionCall","src":"32647:61:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"32637:6:11"}]}]}]},"name":"abi_decode_tuple_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"32424:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"32435:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"32447:6:11","type":""}],"src":"32380:345:11"},{"body":{"nodeType":"YulBlock","src":"32759:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32776:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32779:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32769:6:11"},"nodeType":"YulFunctionCall","src":"32769:88:11"},"nodeType":"YulExpressionStatement","src":"32769:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32873:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"32876:4:11","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32866:6:11"},"nodeType":"YulFunctionCall","src":"32866:15:11"},"nodeType":"YulExpressionStatement","src":"32866:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32897:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32900:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"32890:6:11"},"nodeType":"YulFunctionCall","src":"32890:15:11"},"nodeType":"YulExpressionStatement","src":"32890:15:11"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"32731:180:11"},{"body":{"nodeType":"YulBlock","src":"32961:147:11","statements":[{"nodeType":"YulAssignment","src":"32971:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"32994:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"32976:17:11"},"nodeType":"YulFunctionCall","src":"32976:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"32971:1:11"}]},{"nodeType":"YulAssignment","src":"33005:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"33028:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33010:17:11"},"nodeType":"YulFunctionCall","src":"33010:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"33005:1:11"}]},{"nodeType":"YulAssignment","src":"33039:16:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33050:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"33053:1:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33046:3:11"},"nodeType":"YulFunctionCall","src":"33046:9:11"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"33039:3:11"}]},{"body":{"nodeType":"YulBlock","src":"33079:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"33081:16:11"},"nodeType":"YulFunctionCall","src":"33081:18:11"},"nodeType":"YulExpressionStatement","src":"33081:18:11"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33071:1:11"},{"name":"sum","nodeType":"YulIdentifier","src":"33074:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"33068:2:11"},"nodeType":"YulFunctionCall","src":"33068:10:11"},"nodeType":"YulIf","src":"33065:36:11"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"32948:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"32951:1:11","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"32957:3:11","type":""}],"src":"32917:191:11"},{"body":{"nodeType":"YulBlock","src":"33159:149:11","statements":[{"nodeType":"YulAssignment","src":"33169:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33192:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33174:17:11"},"nodeType":"YulFunctionCall","src":"33174:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"33169:1:11"}]},{"nodeType":"YulAssignment","src":"33203:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"33226:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33208:17:11"},"nodeType":"YulFunctionCall","src":"33208:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"33203:1:11"}]},{"nodeType":"YulAssignment","src":"33237:17:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33249:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"33252:1:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"33245:3:11"},"nodeType":"YulFunctionCall","src":"33245:9:11"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"33237:4:11"}]},{"body":{"nodeType":"YulBlock","src":"33279:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"33281:16:11"},"nodeType":"YulFunctionCall","src":"33281:18:11"},"nodeType":"YulExpressionStatement","src":"33281:18:11"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"33270:4:11"},{"name":"x","nodeType":"YulIdentifier","src":"33276:1:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"33267:2:11"},"nodeType":"YulFunctionCall","src":"33267:11:11"},"nodeType":"YulIf","src":"33264:37:11"}]},"name":"checked_sub_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"33145:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"33148:1:11","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"33154:4:11","type":""}],"src":"33114:194:11"},{"body":{"nodeType":"YulBlock","src":"33412:124:11","statements":[{"nodeType":"YulAssignment","src":"33422:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33434:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"33445:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33430:3:11"},"nodeType":"YulFunctionCall","src":"33430:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"33422:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"33502:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33515:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"33526:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33511:3:11"},"nodeType":"YulFunctionCall","src":"33511:17:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"33458:43:11"},"nodeType":"YulFunctionCall","src":"33458:71:11"},"nodeType":"YulExpressionStatement","src":"33458:71:11"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"33384:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"33396:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"33407:4:11","type":""}],"src":"33314:222:11"},{"body":{"nodeType":"YulBlock","src":"33648:122:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33670:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"33678:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33666:3:11"},"nodeType":"YulFunctionCall","src":"33666:14:11"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"33682:34:11","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33659:6:11"},"nodeType":"YulFunctionCall","src":"33659:58:11"},"nodeType":"YulExpressionStatement","src":"33659:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33738:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"33746:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33734:3:11"},"nodeType":"YulFunctionCall","src":"33734:15:11"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"33751:11:11","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33727:6:11"},"nodeType":"YulFunctionCall","src":"33727:36:11"},"nodeType":"YulExpressionStatement","src":"33727:36:11"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"33640:6:11","type":""}],"src":"33542:228:11"},{"body":{"nodeType":"YulBlock","src":"33922:220:11","statements":[{"nodeType":"YulAssignment","src":"33932:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"33998:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"34003:2:11","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"33939:58:11"},"nodeType":"YulFunctionCall","src":"33939:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"33932:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34104:3:11"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"34015:88:11"},"nodeType":"YulFunctionCall","src":"34015:93:11"},"nodeType":"YulExpressionStatement","src":"34015:93:11"},{"nodeType":"YulAssignment","src":"34117:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34128:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"34133:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34124:3:11"},"nodeType":"YulFunctionCall","src":"34124:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"34117:3:11"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"33910:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"33918:3:11","type":""}],"src":"33776:366:11"},{"body":{"nodeType":"YulBlock","src":"34319:248:11","statements":[{"nodeType":"YulAssignment","src":"34329:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34341:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"34352:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34337:3:11"},"nodeType":"YulFunctionCall","src":"34337:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34329:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34376:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"34387:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34372:3:11"},"nodeType":"YulFunctionCall","src":"34372:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34395:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"34401:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"34391:3:11"},"nodeType":"YulFunctionCall","src":"34391:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34365:6:11"},"nodeType":"YulFunctionCall","src":"34365:47:11"},"nodeType":"YulExpressionStatement","src":"34365:47:11"},{"nodeType":"YulAssignment","src":"34421:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34555:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34429:124:11"},"nodeType":"YulFunctionCall","src":"34429:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34421:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"34299:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"34314:4:11","type":""}],"src":"34148:419:11"},{"body":{"nodeType":"YulBlock","src":"34679:127:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34701:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"34709:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34697:3:11"},"nodeType":"YulFunctionCall","src":"34697:14:11"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561","kind":"string","nodeType":"YulLiteral","src":"34713:34:11","type":"","value":"Initializable: contract is alrea"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34690:6:11"},"nodeType":"YulFunctionCall","src":"34690:58:11"},"nodeType":"YulExpressionStatement","src":"34690:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34769:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"34777:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34765:3:11"},"nodeType":"YulFunctionCall","src":"34765:15:11"},{"hexValue":"647920696e697469616c697a6564","kind":"string","nodeType":"YulLiteral","src":"34782:16:11","type":"","value":"dy initialized"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34758:6:11"},"nodeType":"YulFunctionCall","src":"34758:41:11"},"nodeType":"YulExpressionStatement","src":"34758:41:11"}]},"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"34671:6:11","type":""}],"src":"34573:233:11"},{"body":{"nodeType":"YulBlock","src":"34958:220:11","statements":[{"nodeType":"YulAssignment","src":"34968:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35034:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"35039:2:11","type":"","value":"46"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34975:58:11"},"nodeType":"YulFunctionCall","src":"34975:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"34968:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35140:3:11"}],"functionName":{"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulIdentifier","src":"35051:88:11"},"nodeType":"YulFunctionCall","src":"35051:93:11"},"nodeType":"YulExpressionStatement","src":"35051:93:11"},{"nodeType":"YulAssignment","src":"35153:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35164:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"35169:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35160:3:11"},"nodeType":"YulFunctionCall","src":"35160:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"35153:3:11"}]}]},"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"34946:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"34954:3:11","type":""}],"src":"34812:366:11"},{"body":{"nodeType":"YulBlock","src":"35355:248:11","statements":[{"nodeType":"YulAssignment","src":"35365:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35377:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"35388:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35373:3:11"},"nodeType":"YulFunctionCall","src":"35373:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35365:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35412:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"35423:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35408:3:11"},"nodeType":"YulFunctionCall","src":"35408:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35431:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"35437:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"35427:3:11"},"nodeType":"YulFunctionCall","src":"35427:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"35401:6:11"},"nodeType":"YulFunctionCall","src":"35401:47:11"},"nodeType":"YulExpressionStatement","src":"35401:47:11"},{"nodeType":"YulAssignment","src":"35457:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35591:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"35465:124:11"},"nodeType":"YulFunctionCall","src":"35465:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35457:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"35335:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"35350:4:11","type":""}],"src":"35184:419:11"},{"body":{"nodeType":"YulBlock","src":"35662:32:11","statements":[{"nodeType":"YulAssignment","src":"35672:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"35683:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"35672:7:11"}]}]},"name":"cleanup_t_rational_1_by_1","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35644:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"35654:7:11","type":""}],"src":"35609:85:11"},{"body":{"nodeType":"YulBlock","src":"35743:43:11","statements":[{"nodeType":"YulAssignment","src":"35753:27:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"35768:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"35775:4:11","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"35764:3:11"},"nodeType":"YulFunctionCall","src":"35764:16:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"35753:7:11"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35725:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"35735:7:11","type":""}],"src":"35700:86:11"},{"body":{"nodeType":"YulBlock","src":"35824:28:11","statements":[{"nodeType":"YulAssignment","src":"35834:12:11","value":{"name":"value","nodeType":"YulIdentifier","src":"35841:5:11"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"35834:3:11"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35810:5:11","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"35820:3:11","type":""}],"src":"35792:60:11"},{"body":{"nodeType":"YulBlock","src":"35924:88:11","statements":[{"nodeType":"YulAssignment","src":"35934:72:11","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"35998:5:11"}],"functionName":{"name":"cleanup_t_rational_1_by_1","nodeType":"YulIdentifier","src":"35972:25:11"},"nodeType":"YulFunctionCall","src":"35972:32:11"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"35963:8:11"},"nodeType":"YulFunctionCall","src":"35963:42:11"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"35947:15:11"},"nodeType":"YulFunctionCall","src":"35947:59:11"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"35934:9:11"}]}]},"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35904:5:11","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"35914:9:11","type":""}],"src":"35858:154:11"},{"body":{"nodeType":"YulBlock","src":"36089:72:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36106:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"36148:5:11"}],"functionName":{"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulIdentifier","src":"36111:36:11"},"nodeType":"YulFunctionCall","src":"36111:43:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36099:6:11"},"nodeType":"YulFunctionCall","src":"36099:56:11"},"nodeType":"YulExpressionStatement","src":"36099:56:11"}]},"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"36077:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"36084:3:11","type":""}],"src":"36018:143:11"},{"body":{"nodeType":"YulBlock","src":"36271:130:11","statements":[{"nodeType":"YulAssignment","src":"36281:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36293:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"36304:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36289:3:11"},"nodeType":"YulFunctionCall","src":"36289:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"36281:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"36367:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36380:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"36391:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36376:3:11"},"nodeType":"YulFunctionCall","src":"36376:17:11"}],"functionName":{"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"36317:49:11"},"nodeType":"YulFunctionCall","src":"36317:77:11"},"nodeType":"YulExpressionStatement","src":"36317:77:11"}]},"name":"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"36243:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"36255:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"36266:4:11","type":""}],"src":"36167:234:11"},{"body":{"nodeType":"YulBlock","src":"36513:67:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"36535:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"36543:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36531:3:11"},"nodeType":"YulFunctionCall","src":"36531:14:11"},{"hexValue":"476174657761793a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"36547:25:11","type":"","value":"Gateway: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36524:6:11"},"nodeType":"YulFunctionCall","src":"36524:49:11"},"nodeType":"YulExpressionStatement","src":"36524:49:11"}]},"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"36505:6:11","type":""}],"src":"36407:173:11"},{"body":{"nodeType":"YulBlock","src":"36732:220:11","statements":[{"nodeType":"YulAssignment","src":"36742:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36808:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"36813:2:11","type":"","value":"23"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"36749:58:11"},"nodeType":"YulFunctionCall","src":"36749:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"36742:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36914:3:11"}],"functionName":{"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulIdentifier","src":"36825:88:11"},"nodeType":"YulFunctionCall","src":"36825:93:11"},"nodeType":"YulExpressionStatement","src":"36825:93:11"},{"nodeType":"YulAssignment","src":"36927:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36938:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"36943:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36934:3:11"},"nodeType":"YulFunctionCall","src":"36934:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"36927:3:11"}]}]},"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"36720:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"36728:3:11","type":""}],"src":"36586:366:11"},{"body":{"nodeType":"YulBlock","src":"37129:248:11","statements":[{"nodeType":"YulAssignment","src":"37139:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37151:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"37162:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37147:3:11"},"nodeType":"YulFunctionCall","src":"37147:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37139:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37186:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"37197:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37182:3:11"},"nodeType":"YulFunctionCall","src":"37182:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"37205:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"37211:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"37201:3:11"},"nodeType":"YulFunctionCall","src":"37201:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37175:6:11"},"nodeType":"YulFunctionCall","src":"37175:47:11"},"nodeType":"YulExpressionStatement","src":"37175:47:11"},{"nodeType":"YulAssignment","src":"37231:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"37365:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"37239:124:11"},"nodeType":"YulFunctionCall","src":"37239:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37231:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"37109:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"37124:4:11","type":""}],"src":"36958:419:11"},{"body":{"nodeType":"YulBlock","src":"37489:62:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"37511:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"37519:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37507:3:11"},"nodeType":"YulFunctionCall","src":"37507:14:11"},{"hexValue":"496e76616c69644d65737361676548617368","kind":"string","nodeType":"YulLiteral","src":"37523:20:11","type":"","value":"InvalidMessageHash"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37500:6:11"},"nodeType":"YulFunctionCall","src":"37500:44:11"},"nodeType":"YulExpressionStatement","src":"37500:44:11"}]},"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"37481:6:11","type":""}],"src":"37383:168:11"},{"body":{"nodeType":"YulBlock","src":"37703:220:11","statements":[{"nodeType":"YulAssignment","src":"37713:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37779:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"37784:2:11","type":"","value":"18"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"37720:58:11"},"nodeType":"YulFunctionCall","src":"37720:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"37713:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37885:3:11"}],"functionName":{"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulIdentifier","src":"37796:88:11"},"nodeType":"YulFunctionCall","src":"37796:93:11"},"nodeType":"YulExpressionStatement","src":"37796:93:11"},{"nodeType":"YulAssignment","src":"37898:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37909:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"37914:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37905:3:11"},"nodeType":"YulFunctionCall","src":"37905:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"37898:3:11"}]}]},"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"37691:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"37699:3:11","type":""}],"src":"37557:366:11"},{"body":{"nodeType":"YulBlock","src":"38100:248:11","statements":[{"nodeType":"YulAssignment","src":"38110:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38122:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38133:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38118:3:11"},"nodeType":"YulFunctionCall","src":"38118:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38110:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38157:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38168:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38153:3:11"},"nodeType":"YulFunctionCall","src":"38153:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38176:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"38182:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"38172:3:11"},"nodeType":"YulFunctionCall","src":"38172:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"38146:6:11"},"nodeType":"YulFunctionCall","src":"38146:47:11"},"nodeType":"YulExpressionStatement","src":"38146:47:11"},{"nodeType":"YulAssignment","src":"38202:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38336:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"38210:124:11"},"nodeType":"YulFunctionCall","src":"38210:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38202:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"38080:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"38095:4:11","type":""}],"src":"37929:419:11"},{"body":{"nodeType":"YulBlock","src":"38508:288:11","statements":[{"nodeType":"YulAssignment","src":"38518:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38530:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38541:2:11","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38526:3:11"},"nodeType":"YulFunctionCall","src":"38526:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38518:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"38598:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38611:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38622:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38607:3:11"},"nodeType":"YulFunctionCall","src":"38607:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"38554:43:11"},"nodeType":"YulFunctionCall","src":"38554:71:11"},"nodeType":"YulExpressionStatement","src":"38554:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"38679:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38692:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38703:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38688:3:11"},"nodeType":"YulFunctionCall","src":"38688:18:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"38635:43:11"},"nodeType":"YulFunctionCall","src":"38635:72:11"},"nodeType":"YulExpressionStatement","src":"38635:72:11"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"38761:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38774:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38785:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38770:3:11"},"nodeType":"YulFunctionCall","src":"38770:18:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"38717:43:11"},"nodeType":"YulFunctionCall","src":"38717:72:11"},"nodeType":"YulExpressionStatement","src":"38717:72:11"}]},"name":"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"38464:9:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"38476:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"38484:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"38492:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"38503:4:11","type":""}],"src":"38354:442:11"},{"body":{"nodeType":"YulBlock","src":"38845:190:11","statements":[{"nodeType":"YulAssignment","src":"38855:33:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"38882:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"38864:17:11"},"nodeType":"YulFunctionCall","src":"38864:24:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"38855:5:11"}]},{"body":{"nodeType":"YulBlock","src":"38978:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"38980:16:11"},"nodeType":"YulFunctionCall","src":"38980:18:11"},"nodeType":"YulExpressionStatement","src":"38980:18:11"}]},"condition":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"38903:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"38910:66:11","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"38900:2:11"},"nodeType":"YulFunctionCall","src":"38900:77:11"},"nodeType":"YulIf","src":"38897:103:11"},{"nodeType":"YulAssignment","src":"39009:20:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"39020:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"39027:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39016:3:11"},"nodeType":"YulFunctionCall","src":"39016:13:11"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"39009:3:11"}]}]},"name":"increment_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"38831:5:11","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"38841:3:11","type":""}],"src":"38802:233:11"},{"body":{"nodeType":"YulBlock","src":"39089:362:11","statements":[{"nodeType":"YulAssignment","src":"39099:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39122:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39104:17:11"},"nodeType":"YulFunctionCall","src":"39104:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"39099:1:11"}]},{"nodeType":"YulAssignment","src":"39133:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39156:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39138:17:11"},"nodeType":"YulFunctionCall","src":"39138:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"39133:1:11"}]},{"nodeType":"YulVariableDeclaration","src":"39167:28:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39190:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"39193:1:11"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"39186:3:11"},"nodeType":"YulFunctionCall","src":"39186:9:11"},"variables":[{"name":"product_raw","nodeType":"YulTypedName","src":"39171:11:11","type":""}]},{"nodeType":"YulAssignment","src":"39204:41:11","value":{"arguments":[{"name":"product_raw","nodeType":"YulIdentifier","src":"39233:11:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39215:17:11"},"nodeType":"YulFunctionCall","src":"39215:30:11"},"variableNames":[{"name":"product","nodeType":"YulIdentifier","src":"39204:7:11"}]},{"body":{"nodeType":"YulBlock","src":"39422:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"39424:16:11"},"nodeType":"YulFunctionCall","src":"39424:18:11"},"nodeType":"YulExpressionStatement","src":"39424:18:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39355:1:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39348:6:11"},"nodeType":"YulFunctionCall","src":"39348:9:11"},{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39378:1:11"},{"arguments":[{"name":"product","nodeType":"YulIdentifier","src":"39385:7:11"},{"name":"x","nodeType":"YulIdentifier","src":"39394:1:11"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"39381:3:11"},"nodeType":"YulFunctionCall","src":"39381:15:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"39375:2:11"},"nodeType":"YulFunctionCall","src":"39375:22:11"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"39328:2:11"},"nodeType":"YulFunctionCall","src":"39328:83:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39308:6:11"},"nodeType":"YulFunctionCall","src":"39308:113:11"},"nodeType":"YulIf","src":"39305:139:11"}]},"name":"checked_mul_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"39072:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"39075:1:11","type":""}],"returnVariables":[{"name":"product","nodeType":"YulTypedName","src":"39081:7:11","type":""}],"src":"39041:410:11"},{"body":{"nodeType":"YulBlock","src":"39485:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39502:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"39505:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"39495:6:11"},"nodeType":"YulFunctionCall","src":"39495:88:11"},"nodeType":"YulExpressionStatement","src":"39495:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39599:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"39602:4:11","type":"","value":"0x12"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"39592:6:11"},"nodeType":"YulFunctionCall","src":"39592:15:11"},"nodeType":"YulExpressionStatement","src":"39592:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39623:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"39626:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"39616:6:11"},"nodeType":"YulFunctionCall","src":"39616:15:11"},"nodeType":"YulExpressionStatement","src":"39616:15:11"}]},"name":"panic_error_0x12","nodeType":"YulFunctionDefinition","src":"39457:180:11"},{"body":{"nodeType":"YulBlock","src":"39685:143:11","statements":[{"nodeType":"YulAssignment","src":"39695:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39718:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39700:17:11"},"nodeType":"YulFunctionCall","src":"39700:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"39695:1:11"}]},{"nodeType":"YulAssignment","src":"39729:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39752:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39734:17:11"},"nodeType":"YulFunctionCall","src":"39734:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"39729:1:11"}]},{"body":{"nodeType":"YulBlock","src":"39776:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x12","nodeType":"YulIdentifier","src":"39778:16:11"},"nodeType":"YulFunctionCall","src":"39778:18:11"},"nodeType":"YulExpressionStatement","src":"39778:18:11"}]},"condition":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39773:1:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39766:6:11"},"nodeType":"YulFunctionCall","src":"39766:9:11"},"nodeType":"YulIf","src":"39763:35:11"},{"nodeType":"YulAssignment","src":"39808:14:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39817:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"39820:1:11"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"39813:3:11"},"nodeType":"YulFunctionCall","src":"39813:9:11"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"39808:1:11"}]}]},"name":"checked_div_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"39674:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"39677:1:11","type":""}],"returnVariables":[{"name":"r","nodeType":"YulTypedName","src":"39683:1:11","type":""}],"src":"39643:185:11"},{"body":{"nodeType":"YulBlock","src":"39893:81:11","statements":[{"nodeType":"YulAssignment","src":"39903:65:11","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"39960:5:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"39943:16:11"},"nodeType":"YulFunctionCall","src":"39943:23:11"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"39934:8:11"},"nodeType":"YulFunctionCall","src":"39934:33:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39916:17:11"},"nodeType":"YulFunctionCall","src":"39916:52:11"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"39903:9:11"}]}]},"name":"convert_t_uint96_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"39873:5:11","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"39883:9:11","type":""}],"src":"39834:140:11"},{"body":{"nodeType":"YulBlock","src":"40044:65:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40061:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"40096:5:11"}],"functionName":{"name":"convert_t_uint96_to_t_uint256","nodeType":"YulIdentifier","src":"40066:29:11"},"nodeType":"YulFunctionCall","src":"40066:36:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40054:6:11"},"nodeType":"YulFunctionCall","src":"40054:49:11"},"nodeType":"YulExpressionStatement","src":"40054:49:11"}]},"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"40032:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40039:3:11","type":""}],"src":"39980:129:11"},{"body":{"nodeType":"YulBlock","src":"40179:82:11","statements":[{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"40202:3:11"},{"name":"src","nodeType":"YulIdentifier","src":"40207:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40212:6:11"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"40189:12:11"},"nodeType":"YulFunctionCall","src":"40189:30:11"},"nodeType":"YulExpressionStatement","src":"40189:30:11"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"40239:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40244:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40235:3:11"},"nodeType":"YulFunctionCall","src":"40235:16:11"},{"kind":"number","nodeType":"YulLiteral","src":"40253:1:11","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40228:6:11"},"nodeType":"YulFunctionCall","src":"40228:27:11"},"nodeType":"YulExpressionStatement","src":"40228:27:11"}]},"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"40161:3:11","type":""},{"name":"dst","nodeType":"YulTypedName","src":"40166:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"40171:6:11","type":""}],"src":"40115:146:11"},{"body":{"nodeType":"YulBlock","src":"40393:215:11","statements":[{"nodeType":"YulAssignment","src":"40403:78:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40469:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40474:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"40410:58:11"},"nodeType":"YulFunctionCall","src":"40410:71:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"40403:3:11"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"40528:5:11"},{"name":"pos","nodeType":"YulIdentifier","src":"40535:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40540:6:11"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"40491:36:11"},"nodeType":"YulFunctionCall","src":"40491:56:11"},"nodeType":"YulExpressionStatement","src":"40491:56:11"},{"nodeType":"YulAssignment","src":"40556:46:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40567:3:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"40594:6:11"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"40572:21:11"},"nodeType":"YulFunctionCall","src":"40572:29:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40563:3:11"},"nodeType":"YulFunctionCall","src":"40563:39:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"40556:3:11"}]}]},"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"40366:5:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"40373:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40381:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"40389:3:11","type":""}],"src":"40291:317:11"},{"body":{"nodeType":"YulBlock","src":"40853:534:11","statements":[{"nodeType":"YulAssignment","src":"40863:27:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40875:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"40886:3:11","type":"","value":"160"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40871:3:11"},"nodeType":"YulFunctionCall","src":"40871:19:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"40863:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"40944:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40957:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"40968:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40953:3:11"},"nodeType":"YulFunctionCall","src":"40953:17:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"40900:43:11"},"nodeType":"YulFunctionCall","src":"40900:71:11"},"nodeType":"YulExpressionStatement","src":"40900:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"41025:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41038:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41049:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41034:3:11"},"nodeType":"YulFunctionCall","src":"41034:18:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"40981:43:11"},"nodeType":"YulFunctionCall","src":"40981:72:11"},"nodeType":"YulExpressionStatement","src":"40981:72:11"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"41106:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41119:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41130:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41115:3:11"},"nodeType":"YulFunctionCall","src":"41115:18:11"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"41063:42:11"},"nodeType":"YulFunctionCall","src":"41063:71:11"},"nodeType":"YulExpressionStatement","src":"41063:71:11"},{"expression":{"arguments":[{"name":"value3","nodeType":"YulIdentifier","src":"41188:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41201:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41212:2:11","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41197:3:11"},"nodeType":"YulFunctionCall","src":"41197:18:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"41144:43:11"},"nodeType":"YulFunctionCall","src":"41144:72:11"},"nodeType":"YulExpressionStatement","src":"41144:72:11"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41237:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41248:3:11","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41233:3:11"},"nodeType":"YulFunctionCall","src":"41233:19:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"41258:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"41264:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"41254:3:11"},"nodeType":"YulFunctionCall","src":"41254:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41226:6:11"},"nodeType":"YulFunctionCall","src":"41226:49:11"},"nodeType":"YulExpressionStatement","src":"41226:49:11"},{"nodeType":"YulAssignment","src":"41284:96:11","value":{"arguments":[{"name":"value4","nodeType":"YulIdentifier","src":"41358:6:11"},{"name":"value5","nodeType":"YulIdentifier","src":"41366:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"41375:4:11"}],"functionName":{"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"41292:65:11"},"nodeType":"YulFunctionCall","src":"41292:88:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"41284:4:11"}]}]},"name":"abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"40785:9:11","type":""},{"name":"value5","nodeType":"YulTypedName","src":"40797:6:11","type":""},{"name":"value4","nodeType":"YulTypedName","src":"40805:6:11","type":""},{"name":"value3","nodeType":"YulTypedName","src":"40813:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"40821:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"40829:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"40837:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"40848:4:11","type":""}],"src":"40614:773:11"},{"body":{"nodeType":"YulBlock","src":"41437:172:11","statements":[{"nodeType":"YulAssignment","src":"41447:24:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"41469:1:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41452:16:11"},"nodeType":"YulFunctionCall","src":"41452:19:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"41447:1:11"}]},{"nodeType":"YulAssignment","src":"41480:24:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"41502:1:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41485:16:11"},"nodeType":"YulFunctionCall","src":"41485:19:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"41480:1:11"}]},{"nodeType":"YulAssignment","src":"41513:17:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"41525:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"41528:1:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"41521:3:11"},"nodeType":"YulFunctionCall","src":"41521:9:11"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"41513:4:11"}]},{"body":{"nodeType":"YulBlock","src":"41580:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"41582:16:11"},"nodeType":"YulFunctionCall","src":"41582:18:11"},"nodeType":"YulExpressionStatement","src":"41582:18:11"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"41546:4:11"},{"kind":"number","nodeType":"YulLiteral","src":"41552:26:11","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"41543:2:11"},"nodeType":"YulFunctionCall","src":"41543:36:11"},"nodeType":"YulIf","src":"41540:62:11"}]},"name":"checked_sub_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"41423:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"41426:1:11","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"41432:4:11","type":""}],"src":"41393:216:11"},{"body":{"nodeType":"YulBlock","src":"41673:80:11","statements":[{"nodeType":"YulAssignment","src":"41683:64:11","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41739:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"41722:16:11"},"nodeType":"YulFunctionCall","src":"41722:23:11"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"41713:8:11"},"nodeType":"YulFunctionCall","src":"41713:33:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41696:16:11"},"nodeType":"YulFunctionCall","src":"41696:51:11"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"41683:9:11"}]}]},"name":"convert_t_uint64_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41653:5:11","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"41663:9:11","type":""}],"src":"41615:138:11"},{"body":{"nodeType":"YulBlock","src":"41822:64:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"41839:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41873:5:11"}],"functionName":{"name":"convert_t_uint64_to_t_uint96","nodeType":"YulIdentifier","src":"41844:28:11"},"nodeType":"YulFunctionCall","src":"41844:35:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41832:6:11"},"nodeType":"YulFunctionCall","src":"41832:48:11"},"nodeType":"YulExpressionStatement","src":"41832:48:11"}]},"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41810:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"41817:3:11","type":""}],"src":"41759:127:11"},{"body":{"nodeType":"YulBlock","src":"42016:204:11","statements":[{"nodeType":"YulAssignment","src":"42026:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42038:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42049:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42034:3:11"},"nodeType":"YulFunctionCall","src":"42034:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42026:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"42106:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42119:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42130:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42115:3:11"},"nodeType":"YulFunctionCall","src":"42115:17:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"42062:43:11"},"nodeType":"YulFunctionCall","src":"42062:71:11"},"nodeType":"YulExpressionStatement","src":"42062:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"42185:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42198:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42209:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42194:3:11"},"nodeType":"YulFunctionCall","src":"42194:18:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulIdentifier","src":"42143:41:11"},"nodeType":"YulFunctionCall","src":"42143:70:11"},"nodeType":"YulExpressionStatement","src":"42143:70:11"}]},"name":"abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"41980:9:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"41992:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"42000:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"42011:4:11","type":""}],"src":"41892:328:11"},{"body":{"nodeType":"YulBlock","src":"42332:76:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"42354:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"42362:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42350:3:11"},"nodeType":"YulFunctionCall","src":"42350:14:11"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"42366:34:11","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"42343:6:11"},"nodeType":"YulFunctionCall","src":"42343:58:11"},"nodeType":"YulExpressionStatement","src":"42343:58:11"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"42324:6:11","type":""}],"src":"42226:182:11"},{"body":{"nodeType":"YulBlock","src":"42560:220:11","statements":[{"nodeType":"YulAssignment","src":"42570:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42636:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"42641:2:11","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"42577:58:11"},"nodeType":"YulFunctionCall","src":"42577:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"42570:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42742:3:11"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"42653:88:11"},"nodeType":"YulFunctionCall","src":"42653:93:11"},"nodeType":"YulExpressionStatement","src":"42653:93:11"},{"nodeType":"YulAssignment","src":"42755:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42766:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"42771:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42762:3:11"},"nodeType":"YulFunctionCall","src":"42762:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"42755:3:11"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"42548:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"42556:3:11","type":""}],"src":"42414:366:11"},{"body":{"nodeType":"YulBlock","src":"42957:248:11","statements":[{"nodeType":"YulAssignment","src":"42967:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42979:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42990:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42975:3:11"},"nodeType":"YulFunctionCall","src":"42975:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42967:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"43014:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"43025:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43010:3:11"},"nodeType":"YulFunctionCall","src":"43010:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43033:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"43039:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"43029:3:11"},"nodeType":"YulFunctionCall","src":"43029:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43003:6:11"},"nodeType":"YulFunctionCall","src":"43003:47:11"},"nodeType":"YulExpressionStatement","src":"43003:47:11"},{"nodeType":"YulAssignment","src":"43059:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43193:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43067:124:11"},"nodeType":"YulFunctionCall","src":"43067:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"43059:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"42937:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"42952:4:11","type":""}],"src":"42786:419:11"},{"body":{"nodeType":"YulBlock","src":"43317:124:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"43339:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"43347:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43335:3:11"},"nodeType":"YulFunctionCall","src":"43335:14:11"},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069","kind":"string","nodeType":"YulLiteral","src":"43351:34:11","type":"","value":"Initializable: contract is not i"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43328:6:11"},"nodeType":"YulFunctionCall","src":"43328:58:11"},"nodeType":"YulExpressionStatement","src":"43328:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"43407:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"43415:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43403:3:11"},"nodeType":"YulFunctionCall","src":"43403:15:11"},{"hexValue":"6e697469616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"43420:13:11","type":"","value":"nitializing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43396:6:11"},"nodeType":"YulFunctionCall","src":"43396:38:11"},"nodeType":"YulExpressionStatement","src":"43396:38:11"}]},"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"43309:6:11","type":""}],"src":"43211:230:11"},{"body":{"nodeType":"YulBlock","src":"43593:220:11","statements":[{"nodeType":"YulAssignment","src":"43603:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43669:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"43674:2:11","type":"","value":"43"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43610:58:11"},"nodeType":"YulFunctionCall","src":"43610:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"43603:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43775:3:11"}],"functionName":{"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulIdentifier","src":"43686:88:11"},"nodeType":"YulFunctionCall","src":"43686:93:11"},"nodeType":"YulExpressionStatement","src":"43686:93:11"},{"nodeType":"YulAssignment","src":"43788:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43799:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"43804:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43795:3:11"},"nodeType":"YulFunctionCall","src":"43795:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"43788:3:11"}]}]},"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"43581:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"43589:3:11","type":""}],"src":"43447:366:11"},{"body":{"nodeType":"YulBlock","src":"43990:248:11","statements":[{"nodeType":"YulAssignment","src":"44000:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44012:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"44023:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44008:3:11"},"nodeType":"YulFunctionCall","src":"44008:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44000:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44047:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"44058:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44043:3:11"},"nodeType":"YulFunctionCall","src":"44043:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44066:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"44072:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"44062:3:11"},"nodeType":"YulFunctionCall","src":"44062:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44036:6:11"},"nodeType":"YulFunctionCall","src":"44036:47:11"},"nodeType":"YulExpressionStatement","src":"44036:47:11"},{"nodeType":"YulAssignment","src":"44092:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44226:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44100:124:11"},"nodeType":"YulFunctionCall","src":"44100:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44092:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"43970:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"43985:4:11","type":""}],"src":"43819:419:11"},{"body":{"nodeType":"YulBlock","src":"44350:60:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"44372:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"44380:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44368:3:11"},"nodeType":"YulFunctionCall","src":"44368:14:11"},{"hexValue":"5061757361626c653a20706175736564","kind":"string","nodeType":"YulLiteral","src":"44384:18:11","type":"","value":"Pausable: paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44361:6:11"},"nodeType":"YulFunctionCall","src":"44361:42:11"},"nodeType":"YulExpressionStatement","src":"44361:42:11"}]},"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"44342:6:11","type":""}],"src":"44244:166:11"},{"body":{"nodeType":"YulBlock","src":"44562:220:11","statements":[{"nodeType":"YulAssignment","src":"44572:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44638:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"44643:2:11","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44579:58:11"},"nodeType":"YulFunctionCall","src":"44579:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"44572:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44744:3:11"}],"functionName":{"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulIdentifier","src":"44655:88:11"},"nodeType":"YulFunctionCall","src":"44655:93:11"},"nodeType":"YulExpressionStatement","src":"44655:93:11"},{"nodeType":"YulAssignment","src":"44757:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44768:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"44773:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44764:3:11"},"nodeType":"YulFunctionCall","src":"44764:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"44757:3:11"}]}]},"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"44550:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"44558:3:11","type":""}],"src":"44416:366:11"},{"body":{"nodeType":"YulBlock","src":"44959:248:11","statements":[{"nodeType":"YulAssignment","src":"44969:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44981:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"44992:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44977:3:11"},"nodeType":"YulFunctionCall","src":"44977:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44969:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45016:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"45027:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45012:3:11"},"nodeType":"YulFunctionCall","src":"45012:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45035:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"45041:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"45031:3:11"},"nodeType":"YulFunctionCall","src":"45031:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45005:6:11"},"nodeType":"YulFunctionCall","src":"45005:47:11"},"nodeType":"YulExpressionStatement","src":"45005:47:11"},{"nodeType":"YulAssignment","src":"45061:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45195:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45069:124:11"},"nodeType":"YulFunctionCall","src":"45069:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45061:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"44939:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"44954:4:11","type":""}],"src":"44788:419:11"},{"body":{"nodeType":"YulBlock","src":"45319:61:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"45341:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"45349:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45337:3:11"},"nodeType":"YulFunctionCall","src":"45337:14:11"},{"hexValue":"546f6b656e4e6f74537570706f72746564","kind":"string","nodeType":"YulLiteral","src":"45353:19:11","type":"","value":"TokenNotSupported"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45330:6:11"},"nodeType":"YulFunctionCall","src":"45330:43:11"},"nodeType":"YulExpressionStatement","src":"45330:43:11"}]},"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"45311:6:11","type":""}],"src":"45213:167:11"},{"body":{"nodeType":"YulBlock","src":"45532:220:11","statements":[{"nodeType":"YulAssignment","src":"45542:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45608:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"45613:2:11","type":"","value":"17"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45549:58:11"},"nodeType":"YulFunctionCall","src":"45549:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"45542:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45714:3:11"}],"functionName":{"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulIdentifier","src":"45625:88:11"},"nodeType":"YulFunctionCall","src":"45625:93:11"},"nodeType":"YulExpressionStatement","src":"45625:93:11"},{"nodeType":"YulAssignment","src":"45727:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45738:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"45743:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45734:3:11"},"nodeType":"YulFunctionCall","src":"45734:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"45727:3:11"}]}]},"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"45520:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"45528:3:11","type":""}],"src":"45386:366:11"},{"body":{"nodeType":"YulBlock","src":"45929:248:11","statements":[{"nodeType":"YulAssignment","src":"45939:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45951:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"45962:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45947:3:11"},"nodeType":"YulFunctionCall","src":"45947:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45939:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45986:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"45997:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45982:3:11"},"nodeType":"YulFunctionCall","src":"45982:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46005:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"46011:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46001:3:11"},"nodeType":"YulFunctionCall","src":"46001:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45975:6:11"},"nodeType":"YulFunctionCall","src":"45975:47:11"},"nodeType":"YulExpressionStatement","src":"45975:47:11"},{"nodeType":"YulAssignment","src":"46031:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46165:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46039:124:11"},"nodeType":"YulFunctionCall","src":"46039:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46031:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"45909:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"45924:4:11","type":""}],"src":"45758:419:11"},{"body":{"nodeType":"YulBlock","src":"46289:56:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"46311:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"46319:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46307:3:11"},"nodeType":"YulFunctionCall","src":"46307:14:11"},{"hexValue":"416d6f756e7449735a65726f","kind":"string","nodeType":"YulLiteral","src":"46323:14:11","type":"","value":"AmountIsZero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46300:6:11"},"nodeType":"YulFunctionCall","src":"46300:38:11"},"nodeType":"YulExpressionStatement","src":"46300:38:11"}]},"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"46281:6:11","type":""}],"src":"46183:162:11"},{"body":{"nodeType":"YulBlock","src":"46497:220:11","statements":[{"nodeType":"YulAssignment","src":"46507:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46573:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"46578:2:11","type":"","value":"12"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46514:58:11"},"nodeType":"YulFunctionCall","src":"46514:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"46507:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46679:3:11"}],"functionName":{"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulIdentifier","src":"46590:88:11"},"nodeType":"YulFunctionCall","src":"46590:93:11"},"nodeType":"YulExpressionStatement","src":"46590:93:11"},{"nodeType":"YulAssignment","src":"46692:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46703:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"46708:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46699:3:11"},"nodeType":"YulFunctionCall","src":"46699:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"46692:3:11"}]}]},"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"46485:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"46493:3:11","type":""}],"src":"46351:366:11"},{"body":{"nodeType":"YulBlock","src":"46894:248:11","statements":[{"nodeType":"YulAssignment","src":"46904:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46916:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"46927:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46912:3:11"},"nodeType":"YulFunctionCall","src":"46912:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46904:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46951:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"46962:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46947:3:11"},"nodeType":"YulFunctionCall","src":"46947:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46970:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"46976:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46966:3:11"},"nodeType":"YulFunctionCall","src":"46966:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46940:6:11"},"nodeType":"YulFunctionCall","src":"46940:47:11"},"nodeType":"YulExpressionStatement","src":"46940:47:11"},{"nodeType":"YulAssignment","src":"46996:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47130:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47004:124:11"},"nodeType":"YulFunctionCall","src":"47004:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46996:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"46874:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"46889:4:11","type":""}],"src":"46723:419:11"},{"body":{"nodeType":"YulBlock","src":"47254:60:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"47276:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"47284:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47272:3:11"},"nodeType":"YulFunctionCall","src":"47272:14:11"},{"hexValue":"5468726f775a65726f41646472657373","kind":"string","nodeType":"YulLiteral","src":"47288:18:11","type":"","value":"ThrowZeroAddress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47265:6:11"},"nodeType":"YulFunctionCall","src":"47265:42:11"},"nodeType":"YulExpressionStatement","src":"47265:42:11"}]},"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"47246:6:11","type":""}],"src":"47148:166:11"},{"body":{"nodeType":"YulBlock","src":"47466:220:11","statements":[{"nodeType":"YulAssignment","src":"47476:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47542:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"47547:2:11","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47483:58:11"},"nodeType":"YulFunctionCall","src":"47483:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"47476:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47648:3:11"}],"functionName":{"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulIdentifier","src":"47559:88:11"},"nodeType":"YulFunctionCall","src":"47559:93:11"},"nodeType":"YulExpressionStatement","src":"47559:93:11"},{"nodeType":"YulAssignment","src":"47661:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47672:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"47677:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47668:3:11"},"nodeType":"YulFunctionCall","src":"47668:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"47661:3:11"}]}]},"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"47454:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"47462:3:11","type":""}],"src":"47320:366:11"},{"body":{"nodeType":"YulBlock","src":"47863:248:11","statements":[{"nodeType":"YulAssignment","src":"47873:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47885:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"47896:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47881:3:11"},"nodeType":"YulFunctionCall","src":"47881:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47873:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47920:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"47931:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47916:3:11"},"nodeType":"YulFunctionCall","src":"47916:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47939:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"47945:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"47935:3:11"},"nodeType":"YulFunctionCall","src":"47935:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47909:6:11"},"nodeType":"YulFunctionCall","src":"47909:47:11"},"nodeType":"YulExpressionStatement","src":"47909:47:11"},{"nodeType":"YulAssignment","src":"47965:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48099:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47973:124:11"},"nodeType":"YulFunctionCall","src":"47973:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47965:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"47843:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"47858:4:11","type":""}],"src":"47692:419:11"},{"body":{"nodeType":"YulBlock","src":"48223:66:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"48245:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"48253:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48241:3:11"},"nodeType":"YulFunctionCall","src":"48241:14:11"},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","kind":"string","nodeType":"YulLiteral","src":"48257:24:11","type":"","value":"InvalidInstitutionCode"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48234:6:11"},"nodeType":"YulFunctionCall","src":"48234:48:11"},"nodeType":"YulExpressionStatement","src":"48234:48:11"}]},"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"48215:6:11","type":""}],"src":"48117:172:11"},{"body":{"nodeType":"YulBlock","src":"48441:220:11","statements":[{"nodeType":"YulAssignment","src":"48451:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48517:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"48522:2:11","type":"","value":"22"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48458:58:11"},"nodeType":"YulFunctionCall","src":"48458:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"48451:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48623:3:11"}],"functionName":{"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulIdentifier","src":"48534:88:11"},"nodeType":"YulFunctionCall","src":"48534:93:11"},"nodeType":"YulExpressionStatement","src":"48534:93:11"},{"nodeType":"YulAssignment","src":"48636:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48647:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"48652:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48643:3:11"},"nodeType":"YulFunctionCall","src":"48643:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"48636:3:11"}]}]},"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"48429:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"48437:3:11","type":""}],"src":"48295:366:11"},{"body":{"nodeType":"YulBlock","src":"48838:248:11","statements":[{"nodeType":"YulAssignment","src":"48848:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48860:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"48871:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48856:3:11"},"nodeType":"YulFunctionCall","src":"48856:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48848:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48895:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"48906:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48891:3:11"},"nodeType":"YulFunctionCall","src":"48891:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48914:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"48920:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"48910:3:11"},"nodeType":"YulFunctionCall","src":"48910:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48884:6:11"},"nodeType":"YulFunctionCall","src":"48884:47:11"},"nodeType":"YulExpressionStatement","src":"48884:47:11"},{"nodeType":"YulAssignment","src":"48940:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49074:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48948:124:11"},"nodeType":"YulFunctionCall","src":"48948:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48940:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"48818:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"48833:4:11","type":""}],"src":"48667:419:11"},{"body":{"nodeType":"YulBlock","src":"49198:69:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"49220:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"49228:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49216:3:11"},"nodeType":"YulFunctionCall","src":"49216:14:11"},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","kind":"string","nodeType":"YulLiteral","src":"49232:27:11","type":"","value":"InvalidSenderFeeRecipient"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49209:6:11"},"nodeType":"YulFunctionCall","src":"49209:51:11"},"nodeType":"YulExpressionStatement","src":"49209:51:11"}]},"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"49190:6:11","type":""}],"src":"49092:175:11"},{"body":{"nodeType":"YulBlock","src":"49419:220:11","statements":[{"nodeType":"YulAssignment","src":"49429:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49495:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"49500:2:11","type":"","value":"25"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49436:58:11"},"nodeType":"YulFunctionCall","src":"49436:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"49429:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49601:3:11"}],"functionName":{"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulIdentifier","src":"49512:88:11"},"nodeType":"YulFunctionCall","src":"49512:93:11"},"nodeType":"YulExpressionStatement","src":"49512:93:11"},{"nodeType":"YulAssignment","src":"49614:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49625:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"49630:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49621:3:11"},"nodeType":"YulFunctionCall","src":"49621:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"49614:3:11"}]}]},"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"49407:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"49415:3:11","type":""}],"src":"49273:366:11"},{"body":{"nodeType":"YulBlock","src":"49816:248:11","statements":[{"nodeType":"YulAssignment","src":"49826:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49838:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"49849:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49834:3:11"},"nodeType":"YulFunctionCall","src":"49834:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49826:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49873:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"49884:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49869:3:11"},"nodeType":"YulFunctionCall","src":"49869:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49892:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"49898:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"49888:3:11"},"nodeType":"YulFunctionCall","src":"49888:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49862:6:11"},"nodeType":"YulFunctionCall","src":"49862:47:11"},"nodeType":"YulExpressionStatement","src":"49862:47:11"},{"nodeType":"YulAssignment","src":"49918:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50052:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49926:124:11"},"nodeType":"YulFunctionCall","src":"49926:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49918:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"49796:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"49811:4:11","type":""}],"src":"49645:419:11"},{"body":{"nodeType":"YulBlock","src":"50176:64:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"50198:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"50206:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50194:3:11"},"nodeType":"YulFunctionCall","src":"50194:14:11"},{"hexValue":"5061757361626c653a206e6f7420706175736564","kind":"string","nodeType":"YulLiteral","src":"50210:22:11","type":"","value":"Pausable: not paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"50187:6:11"},"nodeType":"YulFunctionCall","src":"50187:46:11"},"nodeType":"YulExpressionStatement","src":"50187:46:11"}]},"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"50168:6:11","type":""}],"src":"50070:170:11"},{"body":{"nodeType":"YulBlock","src":"50392:220:11","statements":[{"nodeType":"YulAssignment","src":"50402:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50468:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"50473:2:11","type":"","value":"20"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50409:58:11"},"nodeType":"YulFunctionCall","src":"50409:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"50402:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50574:3:11"}],"functionName":{"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulIdentifier","src":"50485:88:11"},"nodeType":"YulFunctionCall","src":"50485:93:11"},"nodeType":"YulExpressionStatement","src":"50485:93:11"},{"nodeType":"YulAssignment","src":"50587:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50598:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"50603:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50594:3:11"},"nodeType":"YulFunctionCall","src":"50594:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"50587:3:11"}]}]},"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"50380:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"50388:3:11","type":""}],"src":"50246:366:11"},{"body":{"nodeType":"YulBlock","src":"50789:248:11","statements":[{"nodeType":"YulAssignment","src":"50799:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50811:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"50822:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50807:3:11"},"nodeType":"YulFunctionCall","src":"50807:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50799:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50846:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"50857:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50842:3:11"},"nodeType":"YulFunctionCall","src":"50842:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50865:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"50871:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"50861:3:11"},"nodeType":"YulFunctionCall","src":"50861:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"50835:6:11"},"nodeType":"YulFunctionCall","src":"50835:47:11"},"nodeType":"YulExpressionStatement","src":"50835:47:11"},{"nodeType":"YulAssignment","src":"50891:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"51025:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50899:124:11"},"nodeType":"YulFunctionCall","src":"50899:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50891:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"50769:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"50784:4:11","type":""}],"src":"50618:419:11"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(ptr) -> data {\n data := ptr\n\n data := add(ptr, 0x20)\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // code\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(ptr) -> next {\n next := add(ptr, 0x20)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := mload(srcPtr)\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2074_memory_ptr_to_t_struct$_Institution_$2074_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$2074_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$2074_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_uint256t_bytes32(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_t_bool_to_t_bool(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function cleanup_t_uint96(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffff)\n }\n\n function abi_encode_t_uint96_to_t_uint96(value, pos) {\n mstore(pos, cleanup_t_uint96(value))\n }\n\n // struct IGateway.Order -> struct IGateway.Order\n function abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x0140)\n\n {\n // sender\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x00))\n }\n\n {\n // token\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x20))\n }\n\n {\n // senderFeeRecipient\n\n let memberValue0 := mload(add(value, 0x40))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x40))\n }\n\n {\n // senderFee\n\n let memberValue0 := mload(add(value, 0x60))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x60))\n }\n\n {\n // protocolFee\n\n let memberValue0 := mload(add(value, 0x80))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x80))\n }\n\n {\n // isFulfilled\n\n let memberValue0 := mload(add(value, 0xa0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xa0))\n }\n\n {\n // isRefunded\n\n let memberValue0 := mload(add(value, 0xc0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xc0))\n }\n\n {\n // refundAddress\n\n let memberValue0 := mload(add(value, 0xe0))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0xe0))\n }\n\n {\n // currentBPS\n\n let memberValue0 := mload(add(value, 0x0100))\n abi_encode_t_uint96_to_t_uint96(memberValue0, add(pos, 0x0100))\n }\n\n {\n // amount\n\n let memberValue0 := mload(add(value, 0x0120))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x0120))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_Order_$1976_memory_ptr__to_t_struct$_Order_$1976_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 320)\n\n abi_encode_t_struct$_Order_$1976_memory_ptr_to_t_struct$_Order_$1976_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n // struct SharedStructs.InstitutionByCode -> struct SharedStructs.InstitutionByCode\n function abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // currency\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_InstitutionByCode_$2079_memory_ptr__to_t_struct$_InstitutionByCode_$2079_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_struct$_InstitutionByCode_$2079_memory_ptr_to_t_struct$_InstitutionByCode_$2079_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function validator_revert_t_uint96(value) {\n if iszero(eq(value, cleanup_t_uint96(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint96(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint96(value)\n }\n\n function revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() {\n revert(0, 0)\n }\n\n // string\n function abi_decode_t_string_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6, value7, value8 {\n if slt(sub(dataEnd, headStart), 256) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_uint96(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 128\n\n value4 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 160\n\n value5 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 192\n\n value6 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 224))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value7, value8 := abi_decode_t_string_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32_fromStack(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64(headStart, dataEnd) -> value0, value1, value2, value3 {\n if slt(sub(dataEnd, headStart), 128) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: treasury address alread\")\n\n mstore(add(memPtr, 32), \"y set\")\n\n }\n\n function abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: aggregator address alre\")\n\n mstore(add(memPtr, 32), \"ady set\")\n\n }\n\n function abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(memPtr) {\n\n mstore(add(memPtr, 0), \"OnlyAggregator\")\n\n }\n\n function abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderFulfilled\")\n\n }\n\n function abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderRefunded\")\n\n }\n\n function abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 13)\n store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de(memPtr) {\n\n mstore(add(memPtr, 0), \"FeeExceedsProtocolFee\")\n\n }\n\n function abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n function validator_revert_t_bool(value) {\n if iszero(eq(value, cleanup_t_bool(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bool_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bool_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function checked_sub_t_uint256(x, y) -> diff {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n diff := sub(x, y)\n\n if gt(diff, x) { panic_error_0x11() }\n\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is alrea\")\n\n mstore(add(memPtr, 32), \"dy initialized\")\n\n }\n\n function abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 46)\n store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_rational_1_by_1(value) -> cleaned {\n cleaned := value\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_rational_1_by_1_to_t_uint8(value) -> converted {\n converted := cleanup_t_uint8(identity(cleanup_t_rational_1_by_1(value)))\n }\n\n function abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value, pos) {\n mstore(pos, convert_t_rational_1_by_1_to_t_uint8(value))\n }\n\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 23)\n store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidMessageHash\")\n\n }\n\n function abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 18)\n store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed(headStart , value2, value1, value0) -> tail {\n tail := add(headStart, 96)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n }\n\n function increment_t_uint256(value) -> ret {\n value := cleanup_t_uint256(value)\n if eq(value, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) { panic_error_0x11() }\n ret := add(value, 1)\n }\n\n function checked_mul_t_uint256(x, y) -> product {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n let product_raw := mul(x, y)\n product := cleanup_t_uint256(product_raw)\n\n // overflow, if x != 0 and y != product/x\n if iszero(\n or(\n iszero(x),\n eq(y, div(product, x))\n )\n ) { panic_error_0x11() }\n\n }\n\n function panic_error_0x12() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n\n function checked_div_t_uint256(x, y) -> r {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n if iszero(y) { panic_error_0x12() }\n\n r := div(x, y)\n }\n\n function convert_t_uint96_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint96(value)))\n }\n\n function abi_encode_t_uint96_to_t_uint256_fromStack(value, pos) {\n mstore(pos, convert_t_uint96_to_t_uint256(value))\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n // string -> string\n function abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed(headStart , value5, value4, value3, value2, value1, value0) -> tail {\n tail := add(headStart, 160)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint96_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value3, add(headStart, 96))\n\n mstore(add(headStart, 128), sub(tail, headStart))\n tail := abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(value4, value5, tail)\n\n }\n\n function checked_sub_t_uint96(x, y) -> diff {\n x := cleanup_t_uint96(x)\n y := cleanup_t_uint96(y)\n diff := sub(x, y)\n\n if gt(diff, 0xffffffffffffffffffffffff) { panic_error_0x11() }\n\n }\n\n function convert_t_uint64_to_t_uint96(value) -> converted {\n converted := cleanup_t_uint96(identity(cleanup_t_uint64(value)))\n }\n\n function abi_encode_t_uint64_to_t_uint96_fromStack(value, pos) {\n mstore(pos, convert_t_uint64_to_t_uint96(value))\n }\n\n function abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint64_to_t_uint96_fromStack(value1, add(headStart, 32))\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is not i\")\n\n mstore(add(memPtr, 32), \"nitializing\")\n\n }\n\n function abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 43)\n store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: paused\")\n\n }\n\n function abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(memPtr) {\n\n mstore(add(memPtr, 0), \"TokenNotSupported\")\n\n }\n\n function abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 17)\n store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(memPtr) {\n\n mstore(add(memPtr, 0), \"AmountIsZero\")\n\n }\n\n function abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 12)\n store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(memPtr) {\n\n mstore(add(memPtr, 0), \"ThrowZeroAddress\")\n\n }\n\n function abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidInstitutionCode\")\n\n }\n\n function abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidSenderFeeRecipient\")\n\n }\n\n function abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 25)\n store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: not paused\")\n\n }\n\n function abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 20)\n store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":11,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b610156600480360381019061015191906128ba565b6103c3565b60405161016391906129d4565b60405180910390f35b61018660048036038101906101819190612ba4565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c5e565b6105d0565b005b6101c860048036038101906101c39190612cde565b610898565b005b6101d2610903565b6040516101df9190612d26565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d77565b61092e565b6040516102199190612d26565b60405180910390f35b61023c60048036038101906102379190612db7565b610dce565b6040516102499190612d26565b60405180910390f35b61026c600480360381019061026791906128ba565b610e2a565b6040516102799190612f04565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612f2f565b60405180910390f35b6102c661125c565b6040516102d4929190612f68565b60405180910390f35b6102f760048036038101906102f291906128ba565b611281565b6040516103049190612fc0565b60405180910390f35b61032760048036038101906103229190612fdb565b6112c2565b005b610343600480360381019061033e91906130b5565b611447565b604051610350919061319a565b60405180910390f35b61036161198e565b60405161036e9190612f2f565b60405180910390f35b610391600480360381019061038c91906131b5565b6119b8565b60405161039e9190612d26565b60405180910390f35b6103c160048036038101906103bc9190612db7565b612014565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c1565b60cd600083815260200190815260200160002060006104709190612748565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a161321c565b5b602002602001015190806001815401808255809150506001900390600052602060002090600202016000909190919091506000820151816000015560208201518160010155505060405180604001604052808383815181106105075761050661321c565b5b60200260200101516020015181526020018481525060ce60008484815181106105335761053261321c565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613365565b60405180910390a25050565b6105c66120c1565b6105ce61213f565b565b6105d86120c1565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e906133e4565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613476565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f890613508565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c1565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f89190613528565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c1565b61092c60006121a2565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b79061358f565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c906135fb565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8190613667565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb906136d3565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b789291906136f3565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb9190613748565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c7091906137a4565b610c7a91906137d8565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a91906137a4565b6040518363ffffffff1660e01b8152600401610d479291906136f3565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a9190613748565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb919061380c565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261276c565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d3565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198e565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb90613899565b60405180910390fd5b6110cd816121a2565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121db565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111649061392b565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fe565b6111c4612257565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024986001604051611214919061399d565b60405180910390a15b50565b6112286120c1565b6112306122b0565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b611289612829565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c1565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611330906133e4565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e90613a04565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c83604051611439919061380c565b60405180910390a35b505050565b6000611451612313565b61145f8a8a8689898d61235d565b600083839050036114a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149c90613a70565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114cf91906137a4565b6040518463ffffffff1660e01b81526004016114ed93929190613a90565b6020604051808303816000875af115801561150c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115309190613748565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158290613ac7565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115da9291906136f3565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116239190613b0f565b61162d9190613b80565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f591906137d8565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197896959493929190613c1e565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a4a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a419061358f565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa6906135fb565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b14576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0b90613667565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b989190613c7a565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611eca576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df157610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d1a9291906136f3565b6020604051808303816000875af1158015611d39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5d9190613748565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec9578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e849291906136f3565b6020604051808303816000875af1158015611ea3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec79190613748565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efc9190613b0f565b611f069190613b80565b90508061010160008881526020019081526020016000206007016000828254611f2f91906137d8565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f719291906136f3565b6020604051808303816000875af1158015611f90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb49190613748565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffe929190613ceb565b60405180910390a3600192505050949350505050565b61201c6120c1565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207c611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c96121d3565b73ffffffffffffffffffffffffffffffffffffffff166120e7611232565b73ffffffffffffffffffffffffffffffffffffffff161461213d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213490613d60565b60405180910390fd5b565b61214761256c565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218b6121d3565b6040516121989190612f2f565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121d0816125b5565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224490613df2565b60405180910390fd5b61225561267b565b565b600060019054906101000a900460ff166122a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229d90613df2565b60405180910390fd5b6122ae6126dc565b565b6122b8612313565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fc6121d3565b6040516123099190612f2f565b60405180910390a1565b61231b610903565b1561235b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235290613e5e565b60405180910390fd5b565b600160cc60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d690613eca565b60405180910390fd5b60008503612422576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241990613f36565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603612491576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248890613fa2565b60405180910390fd5b6000801b60ce600083815260200190815260200160002060000154036124ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e39061400e565b60405180910390fd5b6000821461256457600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612563576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161255a9061407a565b60405180910390fd5b5b505050505050565b612574610903565b6125b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125aa906140e6565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff166126ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c190613df2565b60405180910390fd5b6126da6126d56121d3565b6121a2565b565b600060019054906101000a900460ff1661272b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161272290613df2565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127699190612849565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561286c5760008082016000905560018201600090555060020161284a565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61289781612884565b81146128a257600080fd5b50565b6000813590506128b48161288e565b92915050565b6000602082840312156128d0576128cf61287a565b5b60006128de848285016128a5565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61291c81612884565b82525050565b6040820160008201516129386000850182612913565b50602082015161294b6020850182612913565b50505050565b600061295d8383612922565b60408301905092915050565b6000602082019050919050565b6000612981826128e7565b61298b81856128f2565b935061299683612903565b8060005b838110156129c75781516129ae8882612951565b97506129b983612969565b92505060018101905061299a565b5085935050505092915050565b600060208201905081810360008301526129ee8184612976565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a44826129fb565b810181811067ffffffffffffffff82111715612a6357612a62612a0c565b5b80604052505050565b6000612a76612870565b9050612a828282612a3b565b919050565b600067ffffffffffffffff821115612aa257612aa1612a0c565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612ad357612ad2612ab8565b5b612add6040612a6c565b90506000612aed848285016128a5565b6000830152506020612b01848285016128a5565b60208301525092915050565b6000612b20612b1b84612a87565b612a6c565b90508083825260208201905060408402830185811115612b4357612b42612ab3565b5b835b81811015612b6c5780612b588882612abd565b845260208401935050604081019050612b45565b5050509392505050565b600082601f830112612b8b57612b8a6129f6565b5b8135612b9b848260208601612b0d565b91505092915050565b60008060408385031215612bbb57612bba61287a565b5b6000612bc9858286016128a5565b925050602083013567ffffffffffffffff811115612bea57612be961287f565b5b612bf685828601612b76565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c2b82612c00565b9050919050565b612c3b81612c20565b8114612c4657600080fd5b50565b600081359050612c5881612c32565b92915050565b60008060408385031215612c7557612c7461287a565b5b6000612c83858286016128a5565b9250506020612c9485828601612c49565b9150509250929050565b600067ffffffffffffffff82169050919050565b612cbb81612c9e565b8114612cc657600080fd5b50565b600081359050612cd881612cb2565b92915050565b600060208284031215612cf457612cf361287a565b5b6000612d0284828501612cc9565b91505092915050565b60008115159050919050565b612d2081612d0b565b82525050565b6000602082019050612d3b6000830184612d17565b92915050565b6000819050919050565b612d5481612d41565b8114612d5f57600080fd5b50565b600081359050612d7181612d4b565b92915050565b60008060408385031215612d8e57612d8d61287a565b5b6000612d9c85828601612d62565b9250506020612dad858286016128a5565b9150509250929050565b600060208284031215612dcd57612dcc61287a565b5b6000612ddb84828501612c49565b91505092915050565b612ded81612c20565b82525050565b612dfc81612d41565b82525050565b612e0b81612d0b565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e3281612e11565b82525050565b61014082016000820151612e4f6000850182612de4565b506020820151612e626020850182612de4565b506040820151612e756040850182612de4565b506060820151612e886060850182612df3565b506080820151612e9b6080850182612df3565b5060a0820151612eae60a0850182612e02565b5060c0820151612ec160c0850182612e02565b5060e0820151612ed460e0850182612de4565b50610100820151612ee9610100850182612e29565b50610120820151612efe610120850182612df3565b50505050565b600061014082019050612f1a6000830184612e38565b92915050565b612f2981612c20565b82525050565b6000602082019050612f446000830184612f20565b92915050565b612f5381612c9e565b82525050565b612f6281612d41565b82525050565b6000604082019050612f7d6000830185612f4a565b612f8a6020830184612f59565b9392505050565b604082016000820151612fa76000850182612913565b506020820151612fba6020850182612913565b50505050565b6000604082019050612fd56000830184612f91565b92915050565b600080600060608486031215612ff457612ff361287a565b5b6000613002868287016128a5565b935050602061301386828701612c49565b925050604061302486828701612d62565b9150509250925092565b61303781612e11565b811461304257600080fd5b50565b6000813590506130548161302e565b92915050565b600080fd5b60008083601f840112613075576130746129f6565b5b8235905067ffffffffffffffff8111156130925761309161305a565b5b6020830191508360018202830111156130ae576130ad612ab3565b5b9250929050565b60008060008060008060008060006101008a8c0312156130d8576130d761287a565b5b60006130e68c828d01612c49565b99505060206130f78c828d01612d62565b98505060406131088c828d016128a5565b97505060606131198c828d01613045565b965050608061312a8c828d01612c49565b95505060a061313b8c828d01612d62565b94505060c061314c8c828d01612c49565b93505060e08a013567ffffffffffffffff81111561316d5761316c61287f565b5b6131798c828d0161305f565b92509250509295985092959850929598565b61319481612884565b82525050565b60006020820190506131af600083018461318b565b92915050565b600080600080608085870312156131cf576131ce61287a565b5b60006131dd878288016128a5565b94505060206131ee878288016128a5565b93505060406131ff87828801612c49565b925050606061321087828801612cc9565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132956132908361326b565b613278565b9050919050565b6040820160008083015490506132b181613282565b6132be6000860182612913565b50600183015490506132cf81613282565b6132dc6020860182612913565b5050505050565b60006132ef838361329c565b60408301905092915050565b6000600282019050919050565b60006133138261324b565b61331d81856128f2565b935061332883613256565b8060005b83811015613358578161333f88826132e3565b975061334a836132fb565b92505060018101905061332c565b5085935050505092915050565b6000602082019050818103600083015261337f8184613308565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006133ce601583613387565b91506133d982613398565b602082019050919050565b600060208201905081810360008301526133fd816133c1565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b6000613460602583613387565b915061346b82613404565b604082019050919050565b6000602082019050818103600083015261348f81613453565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006134f2602783613387565b91506134fd82613496565b604082019050919050565b60006020820190508181036000830152613521816134e5565b9050919050565b600060208201905061353d6000830184612f4a565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613579600e83613387565b915061358482613543565b602082019050919050565b600060208201905081810360008301526135a88161356c565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b60006135e5600e83613387565b91506135f0826135af565b602082019050919050565b60006020820190508181036000830152613614816135d8565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b6000613651600d83613387565b915061365c8261361b565b602082019050919050565b6000602082019050818103600083015261368081613644565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006136bd601583613387565b91506136c882613687565b602082019050919050565b600060208201905081810360008301526136ec816136b0565b9050919050565b60006040820190506137086000830185612f20565b6137156020830184612f59565b9392505050565b61372581612d0b565b811461373057600080fd5b50565b6000815190506137428161371c565b92915050565b60006020828403121561375e5761375d61287a565b5b600061376c84828501613733565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006137af82612d41565b91506137ba83612d41565b92508282019050808211156137d2576137d1613775565b5b92915050565b60006137e382612d41565b91506137ee83612d41565b925082820390508181111561380657613805613775565b5b92915050565b60006020820190506138216000830184612f59565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613883602983613387565b915061388e82613827565b604082019050919050565b600060208201905081810360008301526138b281613876565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b6000613915602e83613387565b9150613920826138b9565b604082019050919050565b6000602082019050818103600083015261394481613908565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061398761398261397d8461394b565b613962565b613955565b9050919050565b6139978161396c565b82525050565b60006020820190506139b2600083018461398e565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006139ee601783613387565b91506139f9826139b8565b602082019050919050565b60006020820190508181036000830152613a1d816139e1565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613a5a601283613387565b9150613a6582613a24565b602082019050919050565b60006020820190508181036000830152613a8981613a4d565b9050919050565b6000606082019050613aa56000830186612f20565b613ab26020830185612f20565b613abf6040830184612f59565b949350505050565b6000613ad282612d41565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613b0457613b03613775565b5b600182019050919050565b6000613b1a82612d41565b9150613b2583612d41565b9250828202613b3381612d41565b91508282048414831517613b4a57613b49613775565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b8b82612d41565b9150613b9683612d41565b925082613ba657613ba5613b51565b5b828204905092915050565b6000613bcc613bc7613bc284612e11565b613962565b612d41565b9050919050565b613bdc81613bb1565b82525050565b82818337600083830152505050565b6000613bfd8385613387565b9350613c0a838584613be2565b613c13836129fb565b840190509392505050565b600060a082019050613c336000830189612f59565b613c40602083018861318b565b613c4d6040830187613bd3565b613c5a606083018661318b565b8181036080830152613c6d818486613bf1565b9050979650505050505050565b6000613c8582612e11565b9150613c9083612e11565b925082820390506bffffffffffffffffffffffff811115613cb457613cb3613775565b5b92915050565b6000613cd5613cd0613ccb84612c9e565b613962565b612e11565b9050919050565b613ce581613cba565b82525050565b6000604082019050613d00600083018561318b565b613d0d6020830184613cdc565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d4a602083613387565b9150613d5582613d14565b602082019050919050565b60006020820190508181036000830152613d7981613d3d565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613ddc602b83613387565b9150613de782613d80565b604082019050919050565b60006020820190508181036000830152613e0b81613dcf565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e48601083613387565b9150613e5382613e12565b602082019050919050565b60006020820190508181036000830152613e7781613e3b565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613eb4601183613387565b9150613ebf82613e7e565b602082019050919050565b60006020820190508181036000830152613ee381613ea7565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f20600c83613387565b9150613f2b82613eea565b602082019050919050565b60006020820190508181036000830152613f4f81613f13565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f8c601083613387565b9150613f9782613f56565b602082019050919050565b60006020820190508181036000830152613fbb81613f7f565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b6000613ff8601683613387565b915061400382613fc2565b602082019050919050565b6000602082019050818103600083015261402781613feb565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000614064601983613387565b915061406f8261402e565b602082019050919050565b6000602082019050818103600083015261409381614057565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006140d0601483613387565b91506140db8261409a565b602082019050919050565b600060208201905081810360008301526140ff816140c3565b905091905056fea2646970667358221220fee3294c2f69793b2e26bb4e5f221157c1cd6bc38f3eb8791e7a14bfdc07077d64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x2DD JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x30D JUMPI DUP1 PUSH4 0xD12FF20A EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x359 JUMPI DUP1 PUSH4 0xF22EE704 EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x282 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x28C JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x296 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2A0 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x2BE JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1CA JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0x71EEDB88 EQ PUSH2 0x1F2 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x222 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x252 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x188 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x192 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0x1AE JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x29D4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x2BA4 JUMP JUMPDEST PUSH2 0x449 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x190 PUSH2 0x5BE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1AC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1A7 SWAP2 SWAP1 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0x5D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C3 SWAP2 SWAP1 PUSH2 0x2CDE JUMP JUMPDEST PUSH2 0x898 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D2 PUSH2 0x903 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DF SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F0 PUSH2 0x91A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x207 SWAP2 SWAP1 PUSH2 0x2D77 JUMP JUMPDEST PUSH2 0x92E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x219 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x237 SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0xDCE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x249 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x26C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x267 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0xE2A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x279 SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x28A PUSH2 0x1043 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x294 PUSH2 0x10D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x29E PUSH2 0x1220 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2A8 PUSH2 0x1232 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2B5 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2C6 PUSH2 0x125C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2D4 SWAP3 SWAP2 SWAP1 PUSH2 0x2F68 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2F7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2F2 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x1281 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x2FC0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x327 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x322 SWAP2 SWAP1 PUSH2 0x2FDB JUMP JUMPDEST PUSH2 0x12C2 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x343 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x30B5 JUMP JUMPDEST PUSH2 0x1447 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x350 SWAP2 SWAP1 PUSH2 0x319A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH2 0x198E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x31B5 JUMP JUMPDEST PUSH2 0x19B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0x2014 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x43E JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x3F8 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x451 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x470 SWAP2 SWAP1 PUSH2 0x2748 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x56F JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4A2 JUMPI PUSH2 0x4A1 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x507 JUMPI PUSH2 0x506 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x533 JUMPI PUSH2 0x532 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x473 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x5B2 SWAP2 SWAP1 PUSH2 0x3365 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x5C6 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x5CE PUSH2 0x213F JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x5D8 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x647 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x63E SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x74A JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x700 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F7 SWAP1 PUSH2 0x3476 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x848 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x847 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x801 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F8 SWAP1 PUSH2 0x3508 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x893 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x8A0 PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x8F8 SWAP2 SWAP1 PUSH2 0x3528 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x922 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x92C PUSH1 0x0 PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9C0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B7 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA25 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA1C SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA8A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA81 SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD LT ISZERO PUSH2 0xAE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xADB SWAP1 PUSH2 0x36D3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB78 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB97 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 0xBBB SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP4 PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0xC70 SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH2 0xC7A SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP1 POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP5 PUSH2 0xD2A SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD47 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xD66 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 0xD8A SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP3 PUSH32 0x736FE428E1747CA8D387C2E6FA1A31A0CDE62D3A167C40A46ADE59A3CDC828E DUP6 PUSH1 0x40 MLOAD PUSH2 0xDBB SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xE20 JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xE25 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE32 PUSH2 0x276C JUMP JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x104D PUSH2 0x21D3 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x106E PUSH2 0x198E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x10BB SWAP1 PUSH2 0x3899 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10CD DUP2 PUSH2 0x21A2 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x1101 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x112E JUMPI POP PUSH2 0x1110 ADDRESS PUSH2 0x21DB JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x112D JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1164 SWAP1 PUSH2 0x392B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x11AA JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x11BC PUSH2 0x21FE JUMP JUMPDEST PUSH2 0x11C4 PUSH2 0x2257 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x121D JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x1214 SWAP2 SWAP1 PUSH2 0x399D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1228 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x1230 PUSH2 0x22B0 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1289 PUSH2 0x2829 JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x12CA PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1339 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1330 SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1348 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x1387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x137E SWAP1 PUSH2 0x3A04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1442 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1439 SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1451 PUSH2 0x2313 JUMP JUMPDEST PUSH2 0x145F DUP11 DUP11 DUP7 DUP10 DUP10 DUP14 PUSH2 0x235D JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x14A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x149C SWAP1 PUSH2 0x3A70 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP14 PUSH2 0x14CF SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x14ED SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3A90 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x150C 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 0x1530 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x1582 SWAP1 PUSH2 0x3AC7 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x15DA SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP12 PUSH2 0x1623 SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x162D SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP13 PUSH2 0x16F5 SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x2 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x3BDD0D86E09A22D7CE596118BD3CA5EC73EA47533A465BE37621E913ED2BF333 DUP5 DUP7 DUP14 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x1978 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3C1E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1A4A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A41 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1AAF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AA6 SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1B14 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1B0B SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1B98 SWAP2 SWAP1 PUSH2 0x3C7A JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1ECA JUMPI PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x1DF1 JUMPI PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D1A SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1D39 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 0x1D5D SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x1EC9 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E84 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1EA3 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 0x1EC7 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1EFC SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x1F06 SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1F2F SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP7 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F71 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1F90 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 0x1FB4 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH32 0x98ECE21E01A01CBE1D1C0DAD3B053C8FBD368F99BE78BE958FCF1D1D13FD249A DUP10 DUP8 PUSH1 0x40 MLOAD PUSH2 0x1FFE SWAP3 SWAP2 SWAP1 PUSH2 0x3CEB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH1 0x1 SWAP3 POP POP POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x201C PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x207C PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x20C9 PUSH2 0x21D3 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x20E7 PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x213D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2134 SWAP1 PUSH2 0x3D60 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2147 PUSH2 0x256C JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x218B PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2198 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x21D0 DUP2 PUSH2 0x25B5 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x224D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2244 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2255 PUSH2 0x267B JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22A6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x229D SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22AE PUSH2 0x26DC JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x22B8 PUSH2 0x2313 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x22FC PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2309 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x231B PUSH2 0x903 JUMP JUMPDEST ISZERO PUSH2 0x235B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2352 SWAP1 PUSH2 0x3E5E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x23DF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x23D6 SWAP1 PUSH2 0x3ECA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 SUB PUSH2 0x2422 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2419 SWAP1 PUSH2 0x3F36 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2491 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2488 SWAP1 PUSH2 0x3FA2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x24EC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24E3 SWAP1 PUSH2 0x400E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 EQ PUSH2 0x2564 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2563 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x255A SWAP1 PUSH2 0x407A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2574 PUSH2 0x903 JUMP JUMPDEST PUSH2 0x25B3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x25AA SWAP1 PUSH2 0x40E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26CA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26C1 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x26DA PUSH2 0x26D5 PUSH2 0x21D3 JUMP JUMPDEST PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x272B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2722 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x2769 SWAP2 SWAP1 PUSH2 0x2849 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x286C JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x284A JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2897 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP2 EQ PUSH2 0x28A2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x28B4 DUP2 PUSH2 0x288E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x28D0 JUMPI PUSH2 0x28CF PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x28DE DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x291C DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2938 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x294B PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x295D DUP4 DUP4 PUSH2 0x2922 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2981 DUP3 PUSH2 0x28E7 JUMP JUMPDEST PUSH2 0x298B DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x2996 DUP4 PUSH2 0x2903 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x29C7 JUMPI DUP2 MLOAD PUSH2 0x29AE DUP9 DUP3 PUSH2 0x2951 JUMP JUMPDEST SWAP8 POP PUSH2 0x29B9 DUP4 PUSH2 0x2969 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x299A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x29EE DUP2 DUP5 PUSH2 0x2976 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2A44 DUP3 PUSH2 0x29FB JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A63 JUMPI PUSH2 0x2A62 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A76 PUSH2 0x2870 JUMP JUMPDEST SWAP1 POP PUSH2 0x2A82 DUP3 DUP3 PUSH2 0x2A3B JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2AA2 JUMPI PUSH2 0x2AA1 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD3 JUMPI PUSH2 0x2AD2 PUSH2 0x2AB8 JUMP JUMPDEST JUMPDEST PUSH2 0x2ADD PUSH1 0x40 PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2AED DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2B01 DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2B20 PUSH2 0x2B1B DUP5 PUSH2 0x2A87 JUMP JUMPDEST PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2B43 JUMPI PUSH2 0x2B42 PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B6C JUMPI DUP1 PUSH2 0x2B58 DUP9 DUP3 PUSH2 0x2ABD JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2B45 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B8B JUMPI PUSH2 0x2B8A PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B9B DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2B0D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2BBB JUMPI PUSH2 0x2BBA PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2BC9 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BEA JUMPI PUSH2 0x2BE9 PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x2BF6 DUP6 DUP3 DUP7 ADD PUSH2 0x2B76 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C2B DUP3 PUSH2 0x2C00 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C3B DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP2 EQ PUSH2 0x2C46 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2C58 DUP2 PUSH2 0x2C32 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C75 JUMPI PUSH2 0x2C74 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2C83 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2C94 DUP6 DUP3 DUP7 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CBB DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP2 EQ PUSH2 0x2CC6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2CD8 DUP2 PUSH2 0x2CB2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CF4 JUMPI PUSH2 0x2CF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D02 DUP5 DUP3 DUP6 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D20 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2D3B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2D17 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D54 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D71 DUP2 PUSH2 0x2D4B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D8E JUMPI PUSH2 0x2D8D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D9C DUP6 DUP3 DUP7 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2DAD DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DCD JUMPI PUSH2 0x2DCC PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2DDB DUP5 DUP3 DUP6 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2DED DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2DFC DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E0B DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2E32 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2E4F PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E62 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E75 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E88 PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2E9B PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2EAE PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2EC1 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2ED4 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2EE9 PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x2EFE PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x2F1A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2E38 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F29 DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2F44 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F20 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F53 DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F62 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F7D PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F4A JUMP JUMPDEST PUSH2 0x2F8A PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2FA7 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2FBA PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2FD5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH2 0x2FF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3002 DUP7 DUP3 DUP8 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x3013 DUP7 DUP3 DUP8 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3024 DUP7 DUP3 DUP8 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x3037 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP2 EQ PUSH2 0x3042 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x3054 DUP2 PUSH2 0x302E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3075 JUMPI PUSH2 0x3074 PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3092 JUMPI PUSH2 0x3091 PUSH2 0x305A JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x30AE JUMPI PUSH2 0x30AD PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 DUP11 DUP13 SUB SLT ISZERO PUSH2 0x30D8 JUMPI PUSH2 0x30D7 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x30E6 DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP10 POP POP PUSH1 0x20 PUSH2 0x30F7 DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x40 PUSH2 0x3108 DUP13 DUP3 DUP14 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x60 PUSH2 0x3119 DUP13 DUP3 DUP14 ADD PUSH2 0x3045 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x80 PUSH2 0x312A DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP6 POP POP PUSH1 0xA0 PUSH2 0x313B DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xC0 PUSH2 0x314C DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP4 POP POP PUSH1 0xE0 DUP11 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x316D JUMPI PUSH2 0x316C PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x3179 DUP13 DUP3 DUP14 ADD PUSH2 0x305F JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 JUMP JUMPDEST PUSH2 0x3194 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x31AF PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x318B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x31CF JUMPI PUSH2 0x31CE PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x31DD DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x20 PUSH2 0x31EE DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x40 PUSH2 0x31FF DUP8 DUP3 DUP9 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x60 PUSH2 0x3210 DUP8 DUP3 DUP9 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3295 PUSH2 0x3290 DUP4 PUSH2 0x326B JUMP JUMPDEST PUSH2 0x3278 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32B1 DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32BE PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32CF DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32DC PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x32EF DUP4 DUP4 PUSH2 0x329C JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3313 DUP3 PUSH2 0x324B JUMP JUMPDEST PUSH2 0x331D DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x3328 DUP4 PUSH2 0x3256 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3358 JUMPI DUP2 PUSH2 0x333F DUP9 DUP3 PUSH2 0x32E3 JUMP JUMPDEST SWAP8 POP PUSH2 0x334A DUP4 PUSH2 0x32FB JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x332C JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x337F DUP2 DUP5 PUSH2 0x3308 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x33CE PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x33D9 DUP3 PUSH2 0x3398 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33FD DUP2 PUSH2 0x33C1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3460 PUSH1 0x25 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x346B DUP3 PUSH2 0x3404 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x348F DUP2 PUSH2 0x3453 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x34F2 PUSH1 0x27 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x34FD DUP3 PUSH2 0x3496 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3521 DUP2 PUSH2 0x34E5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x353D PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F4A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3579 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3584 DUP3 PUSH2 0x3543 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x35A8 DUP2 PUSH2 0x356C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35E5 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x35F0 DUP3 PUSH2 0x35AF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3614 DUP2 PUSH2 0x35D8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F72646572526566756E64656400000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3651 PUSH1 0xD DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x365C DUP3 PUSH2 0x361B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3680 DUP2 PUSH2 0x3644 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4665654578636565647350726F746F636F6C4665650000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x36BD PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x36C8 DUP3 PUSH2 0x3687 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x36EC DUP2 PUSH2 0x36B0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3708 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3715 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x3725 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP2 EQ PUSH2 0x3730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x3742 DUP2 PUSH2 0x371C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x375E JUMPI PUSH2 0x375D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x376C DUP5 DUP3 DUP6 ADD PUSH2 0x3733 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x37AF DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37BA DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x37D2 JUMPI PUSH2 0x37D1 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37E3 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37EE DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x3806 JUMPI PUSH2 0x3805 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3821 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3883 PUSH1 0x29 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x388E DUP3 PUSH2 0x3827 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x38B2 DUP2 PUSH2 0x3876 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3915 PUSH1 0x2E DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3920 DUP3 PUSH2 0x38B9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3944 DUP2 PUSH2 0x3908 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3987 PUSH2 0x3982 PUSH2 0x397D DUP5 PUSH2 0x394B JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x3955 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3997 DUP2 PUSH2 0x396C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x39B2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x398E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x39EE PUSH1 0x17 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x39F9 DUP3 PUSH2 0x39B8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A1D DUP2 PUSH2 0x39E1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A5A PUSH1 0x12 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3A65 DUP3 PUSH2 0x3A24 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A89 DUP2 PUSH2 0x3A4D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3AA5 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3AB2 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3ABF PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3AD2 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3B04 JUMPI PUSH2 0x3B03 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B1A DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B25 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3B33 DUP2 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3B4A JUMPI PUSH2 0x3B49 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3B8B DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B96 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3BA6 JUMPI PUSH2 0x3BA5 PUSH2 0x3B51 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BCC PUSH2 0x3BC7 PUSH2 0x3BC2 DUP5 PUSH2 0x2E11 JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2D41 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3BDC DUP2 PUSH2 0x3BB1 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BFD DUP4 DUP6 PUSH2 0x3387 JUMP JUMPDEST SWAP4 POP PUSH2 0x3C0A DUP4 DUP6 DUP5 PUSH2 0x3BE2 JUMP JUMPDEST PUSH2 0x3C13 DUP4 PUSH2 0x29FB JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x3C33 PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x2F59 JUMP JUMPDEST PUSH2 0x3C40 PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3C4D PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x3BD3 JUMP JUMPDEST PUSH2 0x3C5A PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x318B JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x3C6D DUP2 DUP5 DUP7 PUSH2 0x3BF1 JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C85 DUP3 PUSH2 0x2E11 JUMP JUMPDEST SWAP2 POP PUSH2 0x3C90 DUP4 PUSH2 0x2E11 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3CB4 JUMPI PUSH2 0x3CB3 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CD5 PUSH2 0x3CD0 PUSH2 0x3CCB DUP5 PUSH2 0x2C9E JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2E11 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3CE5 DUP2 PUSH2 0x3CBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3D00 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3D0D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3CDC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D4A PUSH1 0x20 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3D55 DUP3 PUSH2 0x3D14 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D79 DUP2 PUSH2 0x3D3D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DDC PUSH1 0x2B DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3DE7 DUP3 PUSH2 0x3D80 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E0B DUP2 PUSH2 0x3DCF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3E48 PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3E53 DUP3 PUSH2 0x3E12 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E77 DUP2 PUSH2 0x3E3B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EB4 PUSH1 0x11 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3EBF DUP3 PUSH2 0x3E7E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EE3 DUP2 PUSH2 0x3EA7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F20 PUSH1 0xC DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F2B DUP3 PUSH2 0x3EEA JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F4F DUP2 PUSH2 0x3F13 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F8C PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F97 DUP3 PUSH2 0x3F56 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3FBB DUP2 PUSH2 0x3F7F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FF8 PUSH1 0x16 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x4003 DUP3 PUSH2 0x3FC2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4027 DUP2 PUSH2 0x3FEB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4064 PUSH1 0x19 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x406F DUP3 PUSH2 0x402E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4093 DUP2 PUSH2 0x4057 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x40D0 PUSH1 0x14 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x40DB DUP3 PUSH2 0x409A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x40FF DUP2 PUSH2 0x40C3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 INVALID 0xE3 0x29 0x4C 0x2F PUSH10 0x793B2E26BB4E5F221157 0xC1 0xCD PUSH12 0xC38F3EB8791E7A14BFDC0707 PUSH30 0x64736F6C6343000812003300000000000000000000000000000000000000 ","sourceMap":"451:7637:7:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7767:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2323:539:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1482:56:7;;;:::i;:::-;;3394:551:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1879:84:3;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2085:101:1;;;:::i;:::-;;6020:926:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7335:142;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7179:107;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2031:212:0;;;:::i;:::-;;856:114:7;;;:::i;:::-;;1386:52;;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7977:109:7;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;7539:171;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1770:1435:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4486:1495:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7767:164:7;7848:34;7895:21;:32;7917:9;7895:32;;;;;;;;;;;7888:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7767:164;;;:::o;2323:539:8:-;1355:13:1;:11;:13::i;:::-;2461:21:8::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;1482:56:7:-;1355:13:1;:11;:13::i;:::-;1524:10:7::1;:8;:10::i;:::-;1482:56::o:0;3394:551:8:-;1355:13:1;:11;:13::i;:::-;3502:1:8::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:1;:11;:13::i;:::-;3094:19:8::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;1879:84:3:-;1926:4;1949:7;;;;;;;;;;;1942:14;;1879:84;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;6020:926:7:-;6101:4;1105:18;;;;;;;;;;;1091:32;;:10;:32;;;1083:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;6171:5:::1;:15;6177:8;6171:15;;;;;;;;;;;:27;;;;;;;;;;;;6170:28;6162:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;6230:5;:15;6236:8;6230:15;;;;;;;;;;;:26;;;;;;;;;;;;6229:27;6221:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;6317:4;6286:5;:15;6292:8;6286:15;;;;;;;;;;;:27;;;:35;;6278:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;6400:5;:15;6406:8;6400:15;;;;;;;;;;;:21;;;;;;;;;;;;6393:38;;;6432:15;;;;;;;;;;;6449:4;6393:61;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6512:4;6483:5;:15;6489:8;6483:15;;;;;;;;;;;:26;;;:33;;;;;;;;;;;;;;;;;;6549:1;6520:5;:15;6526:8;6520:15;;;;;;;;;;;:26;;;:30;;;;;;;;;;;;;;;;;;6589:20;6667:4;6637:5;:15;6643:8;6637:15;;;;;;;;;;;:27;;;6612:5;:15;6618:8;6612:15;;;;;;;;;;;:22;;;:52;;;;:::i;:::-;:59;;;;:::i;:::-;6589:82;;6748:5;:15;6754:8;6748:15;;;;;;;;;;;:21;;;;;;;;;;;;6741:38;;;6784:5;:15;6790:8;6784:15;;;;;;;;;;;:29;;;;;;;;;;;;6833:5;:15;6839:8;6833:15;;;;;;;;;;;:25;;;6818:12;:40;;;;:::i;:::-;6741:121;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6917:8;6897:29;6911:4;6897:29;;;;;;:::i;:::-;;;;;;;;6938:4;6931:11;;;6020:926:::0;;;;:::o;7335:142::-;7400:4;7443:1;7414:17;:25;7432:6;7414:25;;;;;;;;;;;;;;;;:30;7410:47;;7453:4;7446:11;;;;7410:47;7468:5;7461:12;;7335:142;;;;:::o;7179:107::-;7242:12;;:::i;:::-;7267:5;:15;7273:8;7267:15;;;;;;;;;;;7260:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7179:107;;;:::o;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;856:114:7:-;3279:19:2;3302:13;;;;;;;;;;;3301:14;3279:36;;3347:14;:34;;;;;3380:1;3365:12;;;;;;;;;;:16;;;3347:34;3346:108;;;;3388:44;3426:4;3388:29;:44::i;:::-;3387:45;:66;;;;;3452:1;3436:12;;;;;;;;;;:17;;;3387:66;3346:108;3325:201;;;;;;;;;;;;:::i;:::-;;;;;;;;;3551:1;3536:12;;:16;;;;;;;;;;;;;;;;;;3566:14;3562:65;;;3612:4;3596:13;;:20;;;;;;;;;;;;;;;;;;3562:65;913:7:7::1;903;:17;;;;924:21;:19;:21::i;:::-;949:17;:15;:17::i;:::-;3651:14:2::0;3647:99;;;3697:5;3681:13;;:21;;;;;;;;;;;;;;;;;;3721:14;3733:1;3721:14;;;;;;:::i;:::-;;;;;;;;3647:99;3269:483;856:114:7:o;1386:52::-;1355:13:1;:11;:13::i;:::-;1426:8:7::1;:6;:8::i;:::-;1386:52::o:0;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;7977:109:7:-;8025:6;8033:7;8054:18;;;;;;;;;;;8074:7;;8046:36;;;;7977:109;;:::o;7539:171::-;7621:38;;:::i;:::-;7672:27;:34;7700:5;7672:34;;;;;;;;;;;7665:41;;;;;;;;;;;;;;;;;;;;;;;;;;;7539:171;;;:::o;1773:335:8:-;1355:13:1;:11;:13::i;:::-;1894:1:8::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1770:1435:7:-;2017:15;1503:19:3;:17;:19::i;:::-;2068:114:7::1;2081:6;2092:7;2104:14;2123:19;2147:10;2162:16;2068:8;:114::i;:::-;2250:1;2227:11;;2221:25;;:30:::0;2213:61:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2334:6;2327:27;;;2355:10;2375:4;2392:10;2382:7;:20;;;;:::i;:::-;2327:76;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;2458:6;:18;2465:10;2458:18;;;;;;;;;;;;;;;;:20;;;;;;;;;:::i;:::-;;;;;;2563:10;2575:6;:18;2582:10;2575:18;;;;;;;;;;;;;;;;2552:42;;;;;;;;;:::i;:::-;;;;;;;;;;;;;2542:53;;;;;;2532:63;;2624:20;2680:7;;2658:18;;;;;;;;;;;2648:28;;:7;:28;;;;:::i;:::-;2647:40;;;;:::i;:::-;2624:63;;2708:298;;;;;;;;2727:10;2708:298;;;;;;2749:6;2708:298;;;;;;2780:19;2708:298;;;;;;2815:10;2708:298;;;;2843:12;2708:298;;;;2873:5;2708:298;;;;;;2895:5;2708:298;;;;;;2920:14;2708:298;;;;;;2958:7;;2708:298;;;;;;;;2989:12;2979:7;:22;;;;:::i;:::-;2708:298;;::::0;2691:5:::1;:14;2697:7;2691:14;;;;;;;;;;;:315;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3100:5;:14;3106:7;3100:14;;;;;;;;;;;:21;;;3089:6;3046:155;;3063:5;:14;3069:7;3063:14;;;;;;;;;;;:21;;;;;;;;;;;;3046:155;;;3126:12;3143:7;3155:5;3165:16;3186:11;;3046:155;;;;;;;;;;;:::i;:::-;;;;;;;;2034:1171;1770:1435:::0;;;;;;;;;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;4486:1495:7:-;4638:4;1105:18;;;;;;;;;;;1091:32;;:10;:32;;;1083:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;4708:5:::1;:15;4714:8;4708:15;;;;;;;;;;;:27;;;;;;;;;;;;4707:28;4699:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;4767:5;:15;4773:8;4767:15;;;;;;;;;;;:26;;;;;;;;;;;;4766:27;4758:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;4848:13;4864:5;:15;4870:8;4864:15;;;;;;;;;;;:21;;;;;;;;;;;;4848:37;;4982:14;4952:44;;:5;:15;4958:8;4952:15;;;;;;;;;;;:26;;;:44;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;5035:1;5005:5;:15;5011:8;5005:15;;;;;;;;;;;:26;;;;;;;;;;;;:31;;::::0;5001:604:::1;;5118:4;5088:5;:15;5094:8;5088:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;5161:1;5132:5;:15;5138:8;5132:15;;;;;;;;;;;:25;;;:30;5128:321;;5204:5;:15;5210:8;5204:15;;;;;;;;;;;:21;;;;;;;;;;;;5197:38;;;5242:5;:15;5248:8;5242:15;;;;;;;;;;;:34;;;;;;;;;;;;5283:5;:15;5289:8;5283:15;;;;;;;;;;;:25;;;5197:117;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5412:5;:15;5418:8;5412:15;;;;;;;;;;;:25;;;5371:5;:15;5377:8;5371:15;;;;;;;;;;;:34;;;;;;;;;;;;5344:99;;;;;;;;;;;;5128:321;5489:1;5458:5;:15;5464:8;5458:15;;;;;;;;;;;:27;;;:32;5454:147;;5534:5;5527:22;;;5550:15;;;;;;;;;;;5567:5;:15;5573:8;5567:15;;;;;;;;;;;:27;;;5527:68;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5454:147;5001:604;5645:31;5723:7;;5705:14;5680:39;;:5;:15;5686:8;5680:15;;;;;;;;;;;:22;;;:39;;;;:::i;:::-;5679:51;;;;:::i;:::-;5645:85;;5760:23;5734:5;:15;5740:8;5734:15;;;;;;;;;;;:22;;;:49;;;;;;;:::i;:::-;;;;;;;;5794:5;5787:22;;;5810:18;5830:23;5787:67;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5926:18;5888:73;;5916:8;5888:73;5901:13;5946:14;5888:73;;;;;;;:::i;:::-;;;;;;;;5973:4;5966:11;;;;4486:1495:::0;;;;;;:::o;1436:178:0:-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;2697:117:3:-;1750:16;:14;:16::i;:::-;2765:5:::1;2755:7;;:15;;;;;;;;;;;;;;;;;;2785:22;2794:12;:10;:12::i;:::-;2785:22;;;;;;:::i;:::-;;;;;;;;2697:117::o:0;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:5:-;939:7;965:10;958:17;;886:96;:::o;1423:320:4:-;1483:4;1735:1;1713:7;:19;;;:23;1706:30;;1423:320;;;:::o;889:100:0:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;956:26:0::1;:24;:26::i;:::-;889:100::o:0;1084:97:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1147:27:3::1;:25;:27::i;:::-;1084:97::o:0;2450:115::-;1503:19;:17;:19::i;:::-;2519:4:::1;2509:7;;:14;;;;;;;;;;;;;;;;;;2538:20;2545:12;:10;:12::i;:::-;2538:20;;;;;;:::i;:::-;;;;;;;;2450:115::o:0;2031:106::-;2101:8;:6;:8::i;:::-;2100:9;2092:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;2031:106::o;3681:568:7:-;3901:1;3872:17;:25;3890:6;3872:25;;;;;;;;;;;;;;;;:30;3864:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;3947:1;3936:7;:12;3928:37;;;;;;;;;;;;:::i;:::-;;;;;;;;;4003:1;3977:28;;:14;:28;;;3969:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;4104:1;4096:10;;4042:27;:45;4070:16;4042:45;;;;;;;;;;;:50;;;:64;4030:109;;;;;;;;;;;;:::i;:::-;;;;;;;;;4162:1;4148:10;:15;4144:102;;4209:1;4178:33;;:19;:33;;;4170:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;4144:102;3681:568;;;;;;:::o;2209:106:3:-;2275:8;:6;:8::i;:::-;2267:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;2209:106::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;1125:111::-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1197:32:1::1;1216:12;:10;:12::i;:::-;1197:18;:32::i;:::-;1125:111::o:0;1187:95:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1270:5:3::1;1260:7;;:15;;;;;;;;;;;;;;;;;;1187:95::o:0;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:11:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:329::-;749:6;798:2;786:9;777:7;773:23;769:32;766:119;;;804:79;;:::i;:::-;766:119;924:1;949:53;994:7;985:6;974:9;970:22;949:53;:::i;:::-;939:63;;895:117;690:329;;;;:::o;1025:143::-;1121:6;1155:5;1149:12;1139:22;;1025:143;;;:::o;1174:213::-;1302:11;1336:6;1331:3;1324:19;1376:4;1371:3;1367:14;1352:29;;1174:213;;;;:::o;1393:161::-;1489:4;1512:3;1504:11;;1542:4;1537:3;1533:14;1525:22;;1393:161;;;:::o;1560:108::-;1637:24;1655:5;1637:24;:::i;:::-;1632:3;1625:37;1560:108;;:::o;1750:505::-;1895:4;1890:3;1886:14;1982:4;1975:5;1971:16;1965:23;2001:63;2058:4;2053:3;2049:14;2035:12;2001:63;:::i;:::-;1910:164;2156:4;2149:5;2145:16;2139:23;2175:63;2232:4;2227:3;2223:14;2209:12;2175:63;:::i;:::-;2084:164;1864:391;1750:505;;:::o;2261:295::-;2388:10;2409:104;2509:3;2501:6;2409:104;:::i;:::-;2545:4;2540:3;2536:14;2522:28;;2261:295;;;;:::o;2562:142::-;2661:4;2693;2688:3;2684:14;2676:22;;2562:142;;;:::o;2790:964::-;2967:3;2996:83;3073:5;2996:83;:::i;:::-;3095:115;3203:6;3198:3;3095:115;:::i;:::-;3088:122;;3234:85;3313:5;3234:85;:::i;:::-;3342:7;3373:1;3358:371;3383:6;3380:1;3377:13;3358:371;;;3459:6;3453:13;3486:121;3603:3;3588:13;3486:121;:::i;:::-;3479:128;;3630:89;3712:6;3630:89;:::i;:::-;3620:99;;3418:311;3405:1;3402;3398:9;3393:14;;3358:371;;;3362:14;3745:3;3738:10;;2972:782;;;2790:964;;;;:::o;3760:489::-;3961:4;3999:2;3988:9;3984:18;3976:26;;4048:9;4042:4;4038:20;4034:1;4023:9;4019:17;4012:47;4076:166;4237:4;4228:6;4076:166;:::i;:::-;4068:174;;3760:489;;;;:::o;4255:117::-;4364:1;4361;4354:12;4378:102;4419:6;4470:2;4466:7;4461:2;4454:5;4450:14;4446:28;4436:38;;4378:102;;;:::o;4486:180::-;4534:77;4531:1;4524:88;4631:4;4628:1;4621:15;4655:4;4652:1;4645:15;4672:281;4755:27;4777:4;4755:27;:::i;:::-;4747:6;4743:40;4885:6;4873:10;4870:22;4849:18;4837:10;4834:34;4831:62;4828:88;;;4896:18;;:::i;:::-;4828:88;4936:10;4932:2;4925:22;4715:238;4672:281;;:::o;4959:129::-;4993:6;5020:20;;:::i;:::-;5010:30;;5049:33;5077:4;5069:6;5049:33;:::i;:::-;4959:129;;;:::o;5094:340::-;5200:4;5290:18;5282:6;5279:30;5276:56;;;5312:18;;:::i;:::-;5276:56;5362:4;5354:6;5350:17;5342:25;;5422:4;5416;5412:15;5404:23;;5094:340;;;:::o;5440:117::-;5549:1;5546;5539:12;5563:117;5672:1;5669;5662:12;5849:578;5927:5;5971:4;5959:9;5954:3;5950:19;5946:30;5943:117;;;5979:79;;:::i;:::-;5943:117;6078:21;6094:4;6078:21;:::i;:::-;6069:30;;6158:1;6198:49;6243:3;6234:6;6223:9;6219:22;6198:49;:::i;:::-;6191:4;6184:5;6180:16;6173:75;6109:150;6318:2;6359:49;6404:3;6395:6;6384:9;6380:22;6359:49;:::i;:::-;6352:4;6345:5;6341:16;6334:75;6269:151;5849:578;;;;:::o;6475:797::-;6600:5;6625:110;6641:93;6727:6;6641:93;:::i;:::-;6625:110;:::i;:::-;6616:119;;6755:5;6784:6;6777:5;6770:21;6818:4;6811:5;6807:16;6800:23;;6871:4;6863:6;6859:17;6851:6;6847:30;6900:3;6892:6;6889:15;6886:122;;;6919:79;;:::i;:::-;6886:122;7034:6;7017:249;7051:6;7046:3;7043:15;7017:249;;;7126:3;7155:66;7217:3;7205:10;7155:66;:::i;:::-;7150:3;7143:79;7251:4;7246:3;7242:14;7235:21;;7093:173;7077:4;7072:3;7068:14;7061:21;;7017:249;;;7021:21;6606:666;;6475:797;;;;;:::o;7320:428::-;7420:5;7469:3;7462:4;7454:6;7450:17;7446:27;7436:122;;7477:79;;:::i;:::-;7436:122;7594:6;7581:20;7619:123;7738:3;7730:6;7723:4;7715:6;7711:17;7619:123;:::i;:::-;7610:132;;7426:322;7320:428;;;;:::o;7754:742::-;7876:6;7884;7933:2;7921:9;7912:7;7908:23;7904:32;7901:119;;;7939:79;;:::i;:::-;7901:119;8059:1;8084:53;8129:7;8120:6;8109:9;8105:22;8084:53;:::i;:::-;8074:63;;8030:117;8214:2;8203:9;8199:18;8186:32;8245:18;8237:6;8234:30;8231:117;;;8267:79;;:::i;:::-;8231:117;8372:107;8471:7;8462:6;8451:9;8447:22;8372:107;:::i;:::-;8362:117;;8157:332;7754:742;;;;;:::o;8502:126::-;8539:7;8579:42;8572:5;8568:54;8557:65;;8502:126;;;:::o;8634:96::-;8671:7;8700:24;8718:5;8700:24;:::i;:::-;8689:35;;8634:96;;;:::o;8736:122::-;8809:24;8827:5;8809:24;:::i;:::-;8802:5;8799:35;8789:63;;8848:1;8845;8838:12;8789:63;8736:122;:::o;8864:139::-;8910:5;8948:6;8935:20;8926:29;;8964:33;8991:5;8964:33;:::i;:::-;8864:139;;;;:::o;9009:474::-;9077:6;9085;9134:2;9122:9;9113:7;9109:23;9105:32;9102:119;;;9140:79;;:::i;:::-;9102:119;9260:1;9285:53;9330:7;9321:6;9310:9;9306:22;9285:53;:::i;:::-;9275:63;;9231:117;9387:2;9413:53;9458:7;9449:6;9438:9;9434:22;9413:53;:::i;:::-;9403:63;;9358:118;9009:474;;;;;:::o;9489:101::-;9525:7;9565:18;9558:5;9554:30;9543:41;;9489:101;;;:::o;9596:120::-;9668:23;9685:5;9668:23;:::i;:::-;9661:5;9658:34;9648:62;;9706:1;9703;9696:12;9648:62;9596:120;:::o;9722:137::-;9767:5;9805:6;9792:20;9783:29;;9821:32;9847:5;9821:32;:::i;:::-;9722:137;;;;:::o;9865:327::-;9923:6;9972:2;9960:9;9951:7;9947:23;9943:32;9940:119;;;9978:79;;:::i;:::-;9940:119;10098:1;10123:52;10167:7;10158:6;10147:9;10143:22;10123:52;:::i;:::-;10113:62;;10069:116;9865:327;;;;:::o;10198:90::-;10232:7;10275:5;10268:13;10261:21;10250:32;;10198:90;;;:::o;10294:109::-;10375:21;10390:5;10375:21;:::i;:::-;10370:3;10363:34;10294:109;;:::o;10409:210::-;10496:4;10534:2;10523:9;10519:18;10511:26;;10547:65;10609:1;10598:9;10594:17;10585:6;10547:65;:::i;:::-;10409:210;;;;:::o;10625:77::-;10662:7;10691:5;10680:16;;10625:77;;;:::o;10708:122::-;10781:24;10799:5;10781:24;:::i;:::-;10774:5;10771:35;10761:63;;10820:1;10817;10810:12;10761:63;10708:122;:::o;10836:139::-;10882:5;10920:6;10907:20;10898:29;;10936:33;10963:5;10936:33;:::i;:::-;10836:139;;;;:::o;10981:474::-;11049:6;11057;11106:2;11094:9;11085:7;11081:23;11077:32;11074:119;;;11112:79;;:::i;:::-;11074:119;11232:1;11257:53;11302:7;11293:6;11282:9;11278:22;11257:53;:::i;:::-;11247:63;;11203:117;11359:2;11385:53;11430:7;11421:6;11410:9;11406:22;11385:53;:::i;:::-;11375:63;;11330:118;10981:474;;;;;:::o;11461:329::-;11520:6;11569:2;11557:9;11548:7;11544:23;11540:32;11537:119;;;11575:79;;:::i;:::-;11537:119;11695:1;11720:53;11765:7;11756:6;11745:9;11741:22;11720:53;:::i;:::-;11710:63;;11666:117;11461:329;;;;:::o;11796:108::-;11873:24;11891:5;11873:24;:::i;:::-;11868:3;11861:37;11796:108;;:::o;11910:::-;11987:24;12005:5;11987:24;:::i;:::-;11982:3;11975:37;11910:108;;:::o;12024:99::-;12095:21;12110:5;12095:21;:::i;:::-;12090:3;12083:34;12024:99;;:::o;12129:109::-;12165:7;12205:26;12198:5;12194:38;12183:49;;12129:109;;;:::o;12244:105::-;12319:23;12336:5;12319:23;:::i;:::-;12314:3;12307:36;12244:105;;:::o;12409:1950::-;12552:6;12547:3;12543:16;12643:4;12636:5;12632:16;12626:23;12662:63;12719:4;12714:3;12710:14;12696:12;12662:63;:::i;:::-;12569:166;12818:4;12811:5;12807:16;12801:23;12837:63;12894:4;12889:3;12885:14;12871:12;12837:63;:::i;:::-;12745:165;13006:4;12999:5;12995:16;12989:23;13025:63;13082:4;13077:3;13073:14;13059:12;13025:63;:::i;:::-;12920:178;13185:4;13178:5;13174:16;13168:23;13204:63;13261:4;13256:3;13252:14;13238:12;13204:63;:::i;:::-;13108:169;13366:4;13359:5;13355:16;13349:23;13385:63;13442:4;13437:3;13433:14;13419:12;13385:63;:::i;:::-;13287:171;13547:4;13540:5;13536:16;13530:23;13566:57;13617:4;13612:3;13608:14;13594:12;13566:57;:::i;:::-;13468:165;13721:4;13714:5;13710:16;13704:23;13740:57;13791:4;13786:3;13782:14;13768:12;13740:57;:::i;:::-;13643:164;13898:4;13891:5;13887:16;13881:23;13917:63;13974:4;13969:3;13965:14;13951:12;13917:63;:::i;:::-;13817:173;14078:6;14071:5;14067:18;14061:25;14099:63;14154:6;14149:3;14145:16;14131:12;14099:63;:::i;:::-;14000:172;14256:6;14249:5;14245:18;14239:25;14277:65;14334:6;14329:3;14325:16;14311:12;14277:65;:::i;:::-;14182:170;12521:1838;12409:1950;;:::o;14365:315::-;14504:4;14542:3;14531:9;14527:19;14519:27;;14556:117;14670:1;14659:9;14655:17;14646:6;14556:117;:::i;:::-;14365:315;;;;:::o;14686:118::-;14773:24;14791:5;14773:24;:::i;:::-;14768:3;14761:37;14686:118;;:::o;14810:222::-;14903:4;14941:2;14930:9;14926:18;14918:26;;14954:71;15022:1;15011:9;15007:17;14998:6;14954:71;:::i;:::-;14810:222;;;;:::o;15038:115::-;15123:23;15140:5;15123:23;:::i;:::-;15118:3;15111:36;15038:115;;:::o;15159:118::-;15246:24;15264:5;15246:24;:::i;:::-;15241:3;15234:37;15159:118;;:::o;15283:328::-;15402:4;15440:2;15429:9;15425:18;15417:26;;15453:69;15519:1;15508:9;15504:17;15495:6;15453:69;:::i;:::-;15532:72;15600:2;15589:9;15585:18;15576:6;15532:72;:::i;:::-;15283:328;;;;;:::o;15705:531::-;15872:4;15867:3;15863:14;15959:4;15952:5;15948:16;15942:23;15978:63;16035:4;16030:3;16026:14;16012:12;15978:63;:::i;:::-;15887:164;16137:4;16130:5;16126:16;16120:23;16156:63;16213:4;16208:3;16204:14;16190:12;16156:63;:::i;:::-;16061:168;15841:395;15705:531;;:::o;16242:362::-;16405:4;16443:2;16432:9;16428:18;16420:26;;16456:141;16594:1;16583:9;16579:17;16570:6;16456:141;:::i;:::-;16242:362;;;;:::o;16610:619::-;16687:6;16695;16703;16752:2;16740:9;16731:7;16727:23;16723:32;16720:119;;;16758:79;;:::i;:::-;16720:119;16878:1;16903:53;16948:7;16939:6;16928:9;16924:22;16903:53;:::i;:::-;16893:63;;16849:117;17005:2;17031:53;17076:7;17067:6;17056:9;17052:22;17031:53;:::i;:::-;17021:63;;16976:118;17133:2;17159:53;17204:7;17195:6;17184:9;17180:22;17159:53;:::i;:::-;17149:63;;17104:118;16610:619;;;;;:::o;17235:120::-;17307:23;17324:5;17307:23;:::i;:::-;17300:5;17297:34;17287:62;;17345:1;17342;17335:12;17287:62;17235:120;:::o;17361:137::-;17406:5;17444:6;17431:20;17422:29;;17460:32;17486:5;17460:32;:::i;:::-;17361:137;;;;:::o;17504:117::-;17613:1;17610;17603:12;17641:553;17699:8;17709:6;17759:3;17752:4;17744:6;17740:17;17736:27;17726:122;;17767:79;;:::i;:::-;17726:122;17880:6;17867:20;17857:30;;17910:18;17902:6;17899:30;17896:117;;;17932:79;;:::i;:::-;17896:117;18046:4;18038:6;18034:17;18022:29;;18100:3;18092:4;18084:6;18080:17;18070:8;18066:32;18063:41;18060:128;;;18107:79;;:::i;:::-;18060:128;17641:553;;;;;:::o;18200:1547::-;18333:6;18341;18349;18357;18365;18373;18381;18389;18397;18446:3;18434:9;18425:7;18421:23;18417:33;18414:120;;;18453:79;;:::i;:::-;18414:120;18573:1;18598:53;18643:7;18634:6;18623:9;18619:22;18598:53;:::i;:::-;18588:63;;18544:117;18700:2;18726:53;18771:7;18762:6;18751:9;18747:22;18726:53;:::i;:::-;18716:63;;18671:118;18828:2;18854:53;18899:7;18890:6;18879:9;18875:22;18854:53;:::i;:::-;18844:63;;18799:118;18956:2;18982:52;19026:7;19017:6;19006:9;19002:22;18982:52;:::i;:::-;18972:62;;18927:117;19083:3;19110:53;19155:7;19146:6;19135:9;19131:22;19110:53;:::i;:::-;19100:63;;19054:119;19212:3;19239:53;19284:7;19275:6;19264:9;19260:22;19239:53;:::i;:::-;19229:63;;19183:119;19341:3;19368:53;19413:7;19404:6;19393:9;19389:22;19368:53;:::i;:::-;19358:63;;19312:119;19498:3;19487:9;19483:19;19470:33;19530:18;19522:6;19519:30;19516:117;;;19552:79;;:::i;:::-;19516:117;19665:65;19722:7;19713:6;19702:9;19698:22;19665:65;:::i;:::-;19647:83;;;;19441:299;18200:1547;;;;;;;;;;;:::o;19753:118::-;19840:24;19858:5;19840:24;:::i;:::-;19835:3;19828:37;19753:118;;:::o;19877:222::-;19970:4;20008:2;19997:9;19993:18;19985:26;;20021:71;20089:1;20078:9;20074:17;20065:6;20021:71;:::i;:::-;19877:222;;;;:::o;20105:763::-;20190:6;20198;20206;20214;20263:3;20251:9;20242:7;20238:23;20234:33;20231:120;;;20270:79;;:::i;:::-;20231:120;20390:1;20415:53;20460:7;20451:6;20440:9;20436:22;20415:53;:::i;:::-;20405:63;;20361:117;20517:2;20543:53;20588:7;20579:6;20568:9;20564:22;20543:53;:::i;:::-;20533:63;;20488:118;20645:2;20671:53;20716:7;20707:6;20696:9;20692:22;20671:53;:::i;:::-;20661:63;;20616:118;20773:2;20799:52;20843:7;20834:6;20823:9;20819:22;20799:52;:::i;:::-;20789:62;;20744:117;20105:763;;;;;;;:::o;20874:180::-;20922:77;20919:1;20912:88;21019:4;21016:1;21009:15;21043:4;21040:1;21033:15;21060:137;21150:6;21184:5;21178:12;21168:22;;21060:137;;;:::o;21203:182::-;21293:4;21316:3;21308:11;;21339:3;21336:1;21329:14;21373:4;21370:1;21360:18;21352:26;;21203:182;;;:::o;21391:102::-;21433:8;21480:5;21477:1;21473:13;21452:34;;21391:102;;;:::o;21499:90::-;21549:7;21578:5;21567:16;;21499:90;;;:::o;21595:166::-;21664:5;21689:66;21720:34;21743:10;21720:34;:::i;:::-;21689:66;:::i;:::-;21680:75;;21595:166;;;:::o;21843:689::-;21985:4;21980:3;21976:14;22016:1;22091:4;22084:5;22080:16;22074:23;22061:36;;22130:55;22175:9;22130:55;:::i;:::-;22198:63;22255:4;22250:3;22246:14;22232:12;22198:63;:::i;:::-;22027:244;22345:4;22338:5;22334:16;22328:23;22315:36;;22384:55;22429:9;22384:55;:::i;:::-;22452:63;22509:4;22504:3;22500:14;22486:12;22452:63;:::i;:::-;22281:244;21954:578;;21843:689;;:::o;22538:289::-;22662:10;22683:101;22780:3;22772:6;22683:101;:::i;:::-;22816:4;22811:3;22807:14;22793:28;;22538:289;;;;:::o;22833:136::-;22926:4;22958;22953:3;22949:14;22941:22;;22833:136;;;:::o;23055:930::-;23226:3;23255:77;23326:5;23255:77;:::i;:::-;23348:115;23456:6;23451:3;23348:115;:::i;:::-;23341:122;;23487:79;23560:5;23487:79;:::i;:::-;23589:7;23620:1;23605:355;23630:6;23627:1;23624:13;23605:355;;;23700:6;23726:118;23840:3;23825:13;23726:118;:::i;:::-;23719:125;;23867:83;23943:6;23867:83;:::i;:::-;23857:93;;23665:295;23652:1;23649;23645:9;23640:14;;23605:355;;;23609:14;23976:3;23969:10;;23231:754;;;23055:930;;;;:::o;23991:477::-;24186:4;24224:2;24213:9;24209:18;24201:26;;24273:9;24267:4;24263:20;24259:1;24248:9;24244:17;24237:47;24301:160;24456:4;24447:6;24301:160;:::i;:::-;24293:168;;23991:477;;;;:::o;24474:169::-;24558:11;24592:6;24587:3;24580:19;24632:4;24627:3;24623:14;24608:29;;24474:169;;;;:::o;24649:171::-;24789:23;24785:1;24777:6;24773:14;24766:47;24649:171;:::o;24826:366::-;24968:3;24989:67;25053:2;25048:3;24989:67;:::i;:::-;24982:74;;25065:93;25154:3;25065:93;:::i;:::-;25183:2;25178:3;25174:12;25167:19;;24826:366;;;:::o;25198:419::-;25364:4;25402:2;25391:9;25387:18;25379:26;;25451:9;25445:4;25441:20;25437:1;25426:9;25422:17;25415:47;25479:131;25605:4;25479:131;:::i;:::-;25471:139;;25198:419;;;:::o;25623:224::-;25763:34;25759:1;25751:6;25747:14;25740:58;25832:7;25827:2;25819:6;25815:15;25808:32;25623:224;:::o;25853:366::-;25995:3;26016:67;26080:2;26075:3;26016:67;:::i;:::-;26009:74;;26092:93;26181:3;26092:93;:::i;:::-;26210:2;26205:3;26201:12;26194:19;;25853:366;;;:::o;26225:419::-;26391:4;26429:2;26418:9;26414:18;26406:26;;26478:9;26472:4;26468:20;26464:1;26453:9;26449:17;26442:47;26506:131;26632:4;26506:131;:::i;:::-;26498:139;;26225:419;;;:::o;26650:226::-;26790:34;26786:1;26778:6;26774:14;26767:58;26859:9;26854:2;26846:6;26842:15;26835:34;26650:226;:::o;26882:366::-;27024:3;27045:67;27109:2;27104:3;27045:67;:::i;:::-;27038:74;;27121:93;27210:3;27121:93;:::i;:::-;27239:2;27234:3;27230:12;27223:19;;26882:366;;;:::o;27254:419::-;27420:4;27458:2;27447:9;27443:18;27435:26;;27507:9;27501:4;27497:20;27493:1;27482:9;27478:17;27471:47;27535:131;27661:4;27535:131;:::i;:::-;27527:139;;27254:419;;;:::o;27679:218::-;27770:4;27808:2;27797:9;27793:18;27785:26;;27821:69;27887:1;27876:9;27872:17;27863:6;27821:69;:::i;:::-;27679:218;;;;:::o;27903:164::-;28043:16;28039:1;28031:6;28027:14;28020:40;27903:164;:::o;28073:366::-;28215:3;28236:67;28300:2;28295:3;28236:67;:::i;:::-;28229:74;;28312:93;28401:3;28312:93;:::i;:::-;28430:2;28425:3;28421:12;28414:19;;28073:366;;;:::o;28445:419::-;28611:4;28649:2;28638:9;28634:18;28626:26;;28698:9;28692:4;28688:20;28684:1;28673:9;28669:17;28662:47;28726:131;28852:4;28726:131;:::i;:::-;28718:139;;28445:419;;;:::o;28870:164::-;29010:16;29006:1;28998:6;28994:14;28987:40;28870:164;:::o;29040:366::-;29182:3;29203:67;29267:2;29262:3;29203:67;:::i;:::-;29196:74;;29279:93;29368:3;29279:93;:::i;:::-;29397:2;29392:3;29388:12;29381:19;;29040:366;;;:::o;29412:419::-;29578:4;29616:2;29605:9;29601:18;29593:26;;29665:9;29659:4;29655:20;29651:1;29640:9;29636:17;29629:47;29693:131;29819:4;29693:131;:::i;:::-;29685:139;;29412:419;;;:::o;29837:163::-;29977:15;29973:1;29965:6;29961:14;29954:39;29837:163;:::o;30006:366::-;30148:3;30169:67;30233:2;30228:3;30169:67;:::i;:::-;30162:74;;30245:93;30334:3;30245:93;:::i;:::-;30363:2;30358:3;30354:12;30347:19;;30006:366;;;:::o;30378:419::-;30544:4;30582:2;30571:9;30567:18;30559:26;;30631:9;30625:4;30621:20;30617:1;30606:9;30602:17;30595:47;30659:131;30785:4;30659:131;:::i;:::-;30651:139;;30378:419;;;:::o;30803:171::-;30943:23;30939:1;30931:6;30927:14;30920:47;30803:171;:::o;30980:366::-;31122:3;31143:67;31207:2;31202:3;31143:67;:::i;:::-;31136:74;;31219:93;31308:3;31219:93;:::i;:::-;31337:2;31332:3;31328:12;31321:19;;30980:366;;;:::o;31352:419::-;31518:4;31556:2;31545:9;31541:18;31533:26;;31605:9;31599:4;31595:20;31591:1;31580:9;31576:17;31569:47;31633:131;31759:4;31633:131;:::i;:::-;31625:139;;31352:419;;;:::o;31777:332::-;31898:4;31936:2;31925:9;31921:18;31913:26;;31949:71;32017:1;32006:9;32002:17;31993:6;31949:71;:::i;:::-;32030:72;32098:2;32087:9;32083:18;32074:6;32030:72;:::i;:::-;31777:332;;;;;:::o;32115:116::-;32185:21;32200:5;32185:21;:::i;:::-;32178:5;32175:32;32165:60;;32221:1;32218;32211:12;32165:60;32115:116;:::o;32237:137::-;32291:5;32322:6;32316:13;32307:22;;32338:30;32362:5;32338:30;:::i;:::-;32237:137;;;;:::o;32380:345::-;32447:6;32496:2;32484:9;32475:7;32471:23;32467:32;32464:119;;;32502:79;;:::i;:::-;32464:119;32622:1;32647:61;32700:7;32691:6;32680:9;32676:22;32647:61;:::i;:::-;32637:71;;32593:125;32380:345;;;;:::o;32731:180::-;32779:77;32776:1;32769:88;32876:4;32873:1;32866:15;32900:4;32897:1;32890:15;32917:191;32957:3;32976:20;32994:1;32976:20;:::i;:::-;32971:25;;33010:20;33028:1;33010:20;:::i;:::-;33005:25;;33053:1;33050;33046:9;33039:16;;33074:3;33071:1;33068:10;33065:36;;;33081:18;;:::i;:::-;33065:36;32917:191;;;;:::o;33114:194::-;33154:4;33174:20;33192:1;33174:20;:::i;:::-;33169:25;;33208:20;33226:1;33208:20;:::i;:::-;33203:25;;33252:1;33249;33245:9;33237:17;;33276:1;33270:4;33267:11;33264:37;;;33281:18;;:::i;:::-;33264:37;33114:194;;;;:::o;33314:222::-;33407:4;33445:2;33434:9;33430:18;33422:26;;33458:71;33526:1;33515:9;33511:17;33502:6;33458:71;:::i;:::-;33314:222;;;;:::o;33542:228::-;33682:34;33678:1;33670:6;33666:14;33659:58;33751:11;33746:2;33738:6;33734:15;33727:36;33542:228;:::o;33776:366::-;33918:3;33939:67;34003:2;33998:3;33939:67;:::i;:::-;33932:74;;34015:93;34104:3;34015:93;:::i;:::-;34133:2;34128:3;34124:12;34117:19;;33776:366;;;:::o;34148:419::-;34314:4;34352:2;34341:9;34337:18;34329:26;;34401:9;34395:4;34391:20;34387:1;34376:9;34372:17;34365:47;34429:131;34555:4;34429:131;:::i;:::-;34421:139;;34148:419;;;:::o;34573:233::-;34713:34;34709:1;34701:6;34697:14;34690:58;34782:16;34777:2;34769:6;34765:15;34758:41;34573:233;:::o;34812:366::-;34954:3;34975:67;35039:2;35034:3;34975:67;:::i;:::-;34968:74;;35051:93;35140:3;35051:93;:::i;:::-;35169:2;35164:3;35160:12;35153:19;;34812:366;;;:::o;35184:419::-;35350:4;35388:2;35377:9;35373:18;35365:26;;35437:9;35431:4;35427:20;35423:1;35412:9;35408:17;35401:47;35465:131;35591:4;35465:131;:::i;:::-;35457:139;;35184:419;;;:::o;35609:85::-;35654:7;35683:5;35672:16;;35609:85;;;:::o;35700:86::-;35735:7;35775:4;35768:5;35764:16;35753:27;;35700:86;;;:::o;35792:60::-;35820:3;35841:5;35834:12;;35792:60;;;:::o;35858:154::-;35914:9;35947:59;35963:42;35972:32;35998:5;35972:32;:::i;:::-;35963:42;:::i;:::-;35947:59;:::i;:::-;35934:72;;35858:154;;;:::o;36018:143::-;36111:43;36148:5;36111:43;:::i;:::-;36106:3;36099:56;36018:143;;:::o;36167:234::-;36266:4;36304:2;36293:9;36289:18;36281:26;;36317:77;36391:1;36380:9;36376:17;36367:6;36317:77;:::i;:::-;36167:234;;;;:::o;36407:173::-;36547:25;36543:1;36535:6;36531:14;36524:49;36407:173;:::o;36586:366::-;36728:3;36749:67;36813:2;36808:3;36749:67;:::i;:::-;36742:74;;36825:93;36914:3;36825:93;:::i;:::-;36943:2;36938:3;36934:12;36927:19;;36586:366;;;:::o;36958:419::-;37124:4;37162:2;37151:9;37147:18;37139:26;;37211:9;37205:4;37201:20;37197:1;37186:9;37182:17;37175:47;37239:131;37365:4;37239:131;:::i;:::-;37231:139;;36958:419;;;:::o;37383:168::-;37523:20;37519:1;37511:6;37507:14;37500:44;37383:168;:::o;37557:366::-;37699:3;37720:67;37784:2;37779:3;37720:67;:::i;:::-;37713:74;;37796:93;37885:3;37796:93;:::i;:::-;37914:2;37909:3;37905:12;37898:19;;37557:366;;;:::o;37929:419::-;38095:4;38133:2;38122:9;38118:18;38110:26;;38182:9;38176:4;38172:20;38168:1;38157:9;38153:17;38146:47;38210:131;38336:4;38210:131;:::i;:::-;38202:139;;37929:419;;;:::o;38354:442::-;38503:4;38541:2;38530:9;38526:18;38518:26;;38554:71;38622:1;38611:9;38607:17;38598:6;38554:71;:::i;:::-;38635:72;38703:2;38692:9;38688:18;38679:6;38635:72;:::i;:::-;38717;38785:2;38774:9;38770:18;38761:6;38717:72;:::i;:::-;38354:442;;;;;;:::o;38802:233::-;38841:3;38864:24;38882:5;38864:24;:::i;:::-;38855:33;;38910:66;38903:5;38900:77;38897:103;;38980:18;;:::i;:::-;38897:103;39027:1;39020:5;39016:13;39009:20;;38802:233;;;:::o;39041:410::-;39081:7;39104:20;39122:1;39104:20;:::i;:::-;39099:25;;39138:20;39156:1;39138:20;:::i;:::-;39133:25;;39193:1;39190;39186:9;39215:30;39233:11;39215:30;:::i;:::-;39204:41;;39394:1;39385:7;39381:15;39378:1;39375:22;39355:1;39348:9;39328:83;39305:139;;39424:18;;:::i;:::-;39305:139;39089:362;39041:410;;;;:::o;39457:180::-;39505:77;39502:1;39495:88;39602:4;39599:1;39592:15;39626:4;39623:1;39616:15;39643:185;39683:1;39700:20;39718:1;39700:20;:::i;:::-;39695:25;;39734:20;39752:1;39734:20;:::i;:::-;39729:25;;39773:1;39763:35;;39778:18;;:::i;:::-;39763:35;39820:1;39817;39813:9;39808:14;;39643:185;;;;:::o;39834:140::-;39883:9;39916:52;39934:33;39943:23;39960:5;39943:23;:::i;:::-;39934:33;:::i;:::-;39916:52;:::i;:::-;39903:65;;39834:140;;;:::o;39980:129::-;40066:36;40096:5;40066:36;:::i;:::-;40061:3;40054:49;39980:129;;:::o;40115:146::-;40212:6;40207:3;40202;40189:30;40253:1;40244:6;40239:3;40235:16;40228:27;40115:146;;;:::o;40291:317::-;40389:3;40410:71;40474:6;40469:3;40410:71;:::i;:::-;40403:78;;40491:56;40540:6;40535:3;40528:5;40491:56;:::i;:::-;40572:29;40594:6;40572:29;:::i;:::-;40567:3;40563:39;40556:46;;40291:317;;;;;:::o;40614:773::-;40848:4;40886:3;40875:9;40871:19;40863:27;;40900:71;40968:1;40957:9;40953:17;40944:6;40900:71;:::i;:::-;40981:72;41049:2;41038:9;41034:18;41025:6;40981:72;:::i;:::-;41063:71;41130:2;41119:9;41115:18;41106:6;41063:71;:::i;:::-;41144:72;41212:2;41201:9;41197:18;41188:6;41144:72;:::i;:::-;41264:9;41258:4;41254:20;41248:3;41237:9;41233:19;41226:49;41292:88;41375:4;41366:6;41358;41292:88;:::i;:::-;41284:96;;40614:773;;;;;;;;;:::o;41393:216::-;41432:4;41452:19;41469:1;41452:19;:::i;:::-;41447:24;;41485:19;41502:1;41485:19;:::i;:::-;41480:24;;41528:1;41525;41521:9;41513:17;;41552:26;41546:4;41543:36;41540:62;;;41582:18;;:::i;:::-;41540:62;41393:216;;;;:::o;41615:138::-;41663:9;41696:51;41713:33;41722:23;41739:5;41722:23;:::i;:::-;41713:33;:::i;:::-;41696:51;:::i;:::-;41683:64;;41615:138;;;:::o;41759:127::-;41844:35;41873:5;41844:35;:::i;:::-;41839:3;41832:48;41759:127;;:::o;41892:328::-;42011:4;42049:2;42038:9;42034:18;42026:26;;42062:71;42130:1;42119:9;42115:17;42106:6;42062:71;:::i;:::-;42143:70;42209:2;42198:9;42194:18;42185:6;42143:70;:::i;:::-;41892:328;;;;;:::o;42226:182::-;42366:34;42362:1;42354:6;42350:14;42343:58;42226:182;:::o;42414:366::-;42556:3;42577:67;42641:2;42636:3;42577:67;:::i;:::-;42570:74;;42653:93;42742:3;42653:93;:::i;:::-;42771:2;42766:3;42762:12;42755:19;;42414:366;;;:::o;42786:419::-;42952:4;42990:2;42979:9;42975:18;42967:26;;43039:9;43033:4;43029:20;43025:1;43014:9;43010:17;43003:47;43067:131;43193:4;43067:131;:::i;:::-;43059:139;;42786:419;;;:::o;43211:230::-;43351:34;43347:1;43339:6;43335:14;43328:58;43420:13;43415:2;43407:6;43403:15;43396:38;43211:230;:::o;43447:366::-;43589:3;43610:67;43674:2;43669:3;43610:67;:::i;:::-;43603:74;;43686:93;43775:3;43686:93;:::i;:::-;43804:2;43799:3;43795:12;43788:19;;43447:366;;;:::o;43819:419::-;43985:4;44023:2;44012:9;44008:18;44000:26;;44072:9;44066:4;44062:20;44058:1;44047:9;44043:17;44036:47;44100:131;44226:4;44100:131;:::i;:::-;44092:139;;43819:419;;;:::o;44244:166::-;44384:18;44380:1;44372:6;44368:14;44361:42;44244:166;:::o;44416:366::-;44558:3;44579:67;44643:2;44638:3;44579:67;:::i;:::-;44572:74;;44655:93;44744:3;44655:93;:::i;:::-;44773:2;44768:3;44764:12;44757:19;;44416:366;;;:::o;44788:419::-;44954:4;44992:2;44981:9;44977:18;44969:26;;45041:9;45035:4;45031:20;45027:1;45016:9;45012:17;45005:47;45069:131;45195:4;45069:131;:::i;:::-;45061:139;;44788:419;;;:::o;45213:167::-;45353:19;45349:1;45341:6;45337:14;45330:43;45213:167;:::o;45386:366::-;45528:3;45549:67;45613:2;45608:3;45549:67;:::i;:::-;45542:74;;45625:93;45714:3;45625:93;:::i;:::-;45743:2;45738:3;45734:12;45727:19;;45386:366;;;:::o;45758:419::-;45924:4;45962:2;45951:9;45947:18;45939:26;;46011:9;46005:4;46001:20;45997:1;45986:9;45982:17;45975:47;46039:131;46165:4;46039:131;:::i;:::-;46031:139;;45758:419;;;:::o;46183:162::-;46323:14;46319:1;46311:6;46307:14;46300:38;46183:162;:::o;46351:366::-;46493:3;46514:67;46578:2;46573:3;46514:67;:::i;:::-;46507:74;;46590:93;46679:3;46590:93;:::i;:::-;46708:2;46703:3;46699:12;46692:19;;46351:366;;;:::o;46723:419::-;46889:4;46927:2;46916:9;46912:18;46904:26;;46976:9;46970:4;46966:20;46962:1;46951:9;46947:17;46940:47;47004:131;47130:4;47004:131;:::i;:::-;46996:139;;46723:419;;;:::o;47148:166::-;47288:18;47284:1;47276:6;47272:14;47265:42;47148:166;:::o;47320:366::-;47462:3;47483:67;47547:2;47542:3;47483:67;:::i;:::-;47476:74;;47559:93;47648:3;47559:93;:::i;:::-;47677:2;47672:3;47668:12;47661:19;;47320:366;;;:::o;47692:419::-;47858:4;47896:2;47885:9;47881:18;47873:26;;47945:9;47939:4;47935:20;47931:1;47920:9;47916:17;47909:47;47973:131;48099:4;47973:131;:::i;:::-;47965:139;;47692:419;;;:::o;48117:172::-;48257:24;48253:1;48245:6;48241:14;48234:48;48117:172;:::o;48295:366::-;48437:3;48458:67;48522:2;48517:3;48458:67;:::i;:::-;48451:74;;48534:93;48623:3;48534:93;:::i;:::-;48652:2;48647:3;48643:12;48636:19;;48295:366;;;:::o;48667:419::-;48833:4;48871:2;48860:9;48856:18;48848:26;;48920:9;48914:4;48910:20;48906:1;48895:9;48891:17;48884:47;48948:131;49074:4;48948:131;:::i;:::-;48940:139;;48667:419;;;:::o;49092:175::-;49232:27;49228:1;49220:6;49216:14;49209:51;49092:175;:::o;49273:366::-;49415:3;49436:67;49500:2;49495:3;49436:67;:::i;:::-;49429:74;;49512:93;49601:3;49512:93;:::i;:::-;49630:2;49625:3;49621:12;49614:19;;49273:366;;;:::o;49645:419::-;49811:4;49849:2;49838:9;49834:18;49826:26;;49898:9;49892:4;49888:20;49884:1;49873:9;49869:17;49862:47;49926:131;50052:4;49926:131;:::i;:::-;49918:139;;49645:419;;;:::o;50070:170::-;50210:22;50206:1;50198:6;50194:14;50187:46;50070:170;:::o;50246:366::-;50388:3;50409:67;50473:2;50468:3;50409:67;:::i;:::-;50402:74;;50485:93;50574:3;50485:93;:::i;:::-;50603:2;50598:3;50594:12;50587:19;;50246:366;;;:::o;50618:419::-;50784:4;50822:2;50811:9;50807:18;50799:26;;50871:9;50865:4;50861:20;50857:1;50846:9;50842:17;50835:47;50899:131;51025:4;50899:131;:::i;:::-;50891:139;;50618:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"3340000","executionCost":"infinite","totalCost":"infinite"},"external":{"acceptOwnership()":"54681","createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"infinite","getFeeDetails()":"4804","getOrderInfo(bytes32)":"infinite","getSupportedInstitutionByCode(bytes32)":"infinite","getSupportedInstitutions(bytes32)":"infinite","initialize()":"191278","isTokenSupported(address)":"2970","owner()":"2611","pause()":"infinite","paused()":"2502","pendingOwner()":"2610","refund(uint256,bytes32)":"infinite","renounceOwnership()":"54714","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","settle(bytes32,bytes32,address,uint64)":"infinite","transferOwnership(address)":"infinite","unpause()":"infinite","updateProtocolAddress(bytes32,address)":"31161","updateProtocolFee(uint64)":"infinite"},"internal":{"_handler(address,uint256,address,address,uint256,bytes32)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"d12ff20a","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","initialize()":"8129fc1c","isTokenSupported(address)":"75151b63","owner()":"8da5cb5b","pause()":"8456cb59","paused()":"5c975abb","pendingOwner()":"e30c3978","refund(uint256,bytes32)":"71eedb88","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","settle(bytes32,bytes32,address,uint64)":"f22ee704","transferOwnership(address)":"f2fde38b","unpause()":"3f4ba83a","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolFee(uint64)":"47094e2e"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"isRefunded\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IGateway.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"sender\":\"The address of the sender.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"See {createOrder-IGateway}. \"},\"getFeeDetails()\":{\"details\":\"See {getFeeDetails-IGateway}. \"},\"getOrderInfo(bytes32)\":{\"details\":\"See {getOrderInfo-IGateway}. \"},\"getSupportedInstitutionByCode(bytes32)\":{\"details\":\"See {getSupportedInstitutionByCode-IGateway}. \"},\"getSupportedInstitutions(bytes32)\":{\"details\":\"See {getSupportedInstitutions-IGateway}. \"},\"initialize()\":{\"details\":\"Initialize function.\"},\"isTokenSupported(address)\":{\"details\":\"See {isTokenSupported-IGateway}. \"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pause()\":{\"details\":\"Pause the contract.\"},\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"refund(uint256,bytes32)\":{\"details\":\"See {refund-IGateway}. \"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"settle(bytes32,bytes32,address,uint64)\":{\"details\":\"See {settle-IGateway}. \"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"unpause()\":{\"details\":\"Unpause the contract.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolFee(uint64)\":{\"details\":\"Updates the protocol fee percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fee percentage to be set.\"}}},\"title\":\"Gateway\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"This contract serves as a gateway for creating orders and managing settlements.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Gateway.sol\":\"Gateway\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/Gateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\\n\\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\n/**\\n * @title Gateway\\n * @notice This contract serves as a gateway for creating orders and managing settlements.\\n */\\ncontract Gateway is IGateway, GatewaySettingManager, PausableUpgradeable {\\n\\tstruct fee {\\n\\t\\tuint256 protocolFee;\\n\\t\\tuint256 liquidityProviderAmount;\\n\\t}\\n\\n\\tmapping(bytes32 => Order) private order;\\n\\tmapping(address => uint256) private _nonce;\\n\\tuint256[50] private __gap;\\n\\n\\t/// @custom:oz-upgrades-unsafe-allow constructor\\n\\tconstructor() {\\n\\t\\t_disableInitializers();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Initialize function.\\n\\t */\\n\\tfunction initialize() external initializer {\\n\\t\\tMAX_BPS = 100_000;\\n\\t\\t__Ownable2Step_init();\\n\\t\\t__Pausable_init();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Modifier that allows only the aggregator to call a function.\\n\\t */\\n\\tmodifier onlyAggregator() {\\n\\t\\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\\n\\t\\t_;\\n\\t}\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Pause the contract.\\n\\t */\\n\\tfunction pause() external onlyOwner {\\n\\t\\t_pause();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Unpause the contract.\\n\\t */\\n\\tfunction unpause() external onlyOwner {\\n\\t\\t_unpause();\\n\\t}\\n\\n\\t/* ##################################################################\\n USER CALLS\\n ################################################################## */\\n\\t/** @dev See {createOrder-IGateway}. */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external whenNotPaused returns (bytes32 orderId) {\\n\\t\\t// checks that are required\\n\\t\\t_handler(\\n\\t\\t\\t_token,\\n\\t\\t\\t_amount,\\n\\t\\t\\t_refundAddress,\\n\\t\\t\\t_senderFeeRecipient,\\n\\t\\t\\t_senderFee,\\n\\t\\t\\t_institutionCode\\n\\t\\t);\\n\\n\\t\\t// validate messageHash\\n\\t\\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\\n\\n\\t\\t// transfer token from msg.sender to contract\\n\\t\\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\\n\\n\\t\\t// increase users nonce to avoid replay attacks\\n\\t\\t_nonce[msg.sender]++;\\n\\n\\t\\t// generate transaction id for the transaction\\n\\t\\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\\n\\n\\t\\t// update transaction\\n\\t\\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\\n\\t\\torder[orderId] = Order({\\n\\t\\t\\tsender: msg.sender,\\n\\t\\t\\ttoken: _token,\\n\\t\\t\\tsenderFeeRecipient: _senderFeeRecipient,\\n\\t\\t\\tsenderFee: _senderFee,\\n\\t\\t\\tprotocolFee: _protocolFee,\\n\\t\\t\\tisFulfilled: false,\\n\\t\\t\\tisRefunded: false,\\n\\t\\t\\trefundAddress: _refundAddress,\\n\\t\\t\\tcurrentBPS: uint64(MAX_BPS),\\n\\t\\t\\tamount: _amount - _protocolFee\\n\\t\\t});\\n\\n\\t\\t// emit order created event\\n\\t\\temit OrderCreated(\\n\\t\\t\\torder[orderId].sender,\\n\\t\\t\\t_token,\\n\\t\\t\\torder[orderId].amount,\\n\\t\\t\\t_protocolFee,\\n\\t\\t\\torderId,\\n\\t\\t\\t_rate,\\n\\t\\t\\t_institutionCode,\\n\\t\\t\\tmessageHash\\n\\t\\t);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Internal function to handle order creation.\\n\\t * @param _token The address of the token being traded.\\n\\t * @param _amount The amount of tokens being traded.\\n\\t * @param _refundAddress The address to refund the tokens in case of cancellation.\\n\\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\\n\\t * @param _senderFee The amount of the sender fee.\\n\\t * @param _institutionCode The code of the institution associated with the order.\\n\\t */\\n\\tfunction _handler(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\taddress _refundAddress,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\tbytes32 _institutionCode\\n\\t) internal view {\\n\\t\\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\\n\\t\\trequire(_amount != 0, 'AmountIsZero');\\n\\t\\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\\n\\t\\trequire(\\n\\t\\t\\tsupportedInstitutionsByCode[_institutionCode].name != bytes32(0),\\n\\t\\t\\t'InvalidInstitutionCode'\\n\\t\\t);\\n\\n\\t\\tif (_senderFee != 0) {\\n\\t\\t\\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\\n\\t\\t}\\n\\t}\\n\\n\\t/* ##################################################################\\n AGGREGATOR FUNCTIONS\\n ################################################################## */\\n\\t/** @dev See {settle-IGateway}. */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external onlyAggregator returns (bool) {\\n\\t\\t// ensure the transaction has not been fulfilled\\n\\t\\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\\n\\t\\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\\n\\n\\t\\t// load the token into memory\\n\\t\\taddress token = order[_orderId].token;\\n\\n\\t\\t// subtract sum of amount based on the input _settlePercent\\n\\t\\torder[_orderId].currentBPS -= _settlePercent;\\n\\n\\t\\tif (order[_orderId].currentBPS == 0) {\\n\\t\\t\\t// update the transaction to be fulfilled\\n\\t\\t\\torder[_orderId].isFulfilled = true;\\n\\n\\t\\t\\tif (order[_orderId].senderFee != 0) {\\n\\t\\t\\t\\t// transfer sender fee\\n\\t\\t\\t\\tIERC20(order[_orderId].token).transfer(\\n\\t\\t\\t\\t\\torder[_orderId].senderFeeRecipient,\\n\\t\\t\\t\\t\\torder[_orderId].senderFee\\n\\t\\t\\t\\t);\\n\\n\\t\\t\\t\\t// emit event\\n\\t\\t\\t\\temit SenderFeeTransferred(\\n\\t\\t\\t\\t\\torder[_orderId].senderFeeRecipient,\\n\\t\\t\\t\\t\\torder[_orderId].senderFee\\n\\t\\t\\t\\t);\\n\\t\\t\\t}\\n\\n\\t\\t\\tif (order[_orderId].protocolFee != 0) {\\n\\t\\t\\t\\t// transfer protocol fee\\n\\t\\t\\t\\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// transfer to liquidity provider\\n\\t\\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\\n\\t\\torder[_orderId].amount -= liquidityProviderAmount;\\n\\t\\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\\n\\n\\t\\t// emit settled event\\n\\t\\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\\n\\n\\t\\treturn true;\\n\\t}\\n\\n\\t/** @dev See {refund-IGateway}. */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\\n\\t\\t// ensure the transaction has not been fulfilled\\n\\t\\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\\n\\t\\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\\n\\t\\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\\n\\n\\t\\t// transfer refund fee to the treasury\\n\\t\\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\\n\\n\\t\\t// reset state values\\n\\t\\torder[_orderId].isRefunded = true;\\n\\t\\torder[_orderId].currentBPS = 0;\\n\\n\\t\\t// deduct fee from order amount\\n\\t\\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\\n\\n\\t\\t// transfer refund amount and sender fee to the refund address\\n\\t\\tIERC20(order[_orderId].token).transfer(\\n\\t\\t\\torder[_orderId].refundAddress,\\n\\t\\t\\trefundAmount + order[_orderId].senderFee\\n\\t\\t);\\n\\n\\t\\t// emit refunded event\\n\\t\\temit OrderRefunded(_fee, _orderId);\\n\\n\\t\\treturn true;\\n\\t}\\n\\n\\t/* ##################################################################\\n VIEW CALLS\\n ################################################################## */\\n\\t/** @dev See {getOrderInfo-IGateway}. */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\\n\\t\\treturn order[_orderId];\\n\\t}\\n\\n\\t/** @dev See {isTokenSupported-IGateway}. */\\n\\tfunction isTokenSupported(address _token) external view returns (bool) {\\n\\t\\tif (_isTokenSupported[_token] == 1) return true;\\n\\t\\treturn false;\\n\\t}\\n\\n\\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory) {\\n\\t\\treturn supportedInstitutionsByCode[_code];\\n\\t}\\n\\n\\t/** @dev See {getSupportedInstitutions-IGateway}. */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory) {\\n\\t\\treturn supportedInstitutions[_currency];\\n\\t}\\n\\n\\t/** @dev See {getFeeDetails-IGateway}. */\\n\\tfunction getFeeDetails() external view returns (uint64, uint256) {\\n\\t\\treturn (protocolFeePercent, MAX_BPS);\\n\\t}\\n}\\n\",\"keccak256\":\"0xf2fd866d74472da009c9032faa762eadc35283814e17b42201e2af0513bb8dc8\",\"license\":\"UNLICENSED\"},\"contracts/GatewaySettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title GatewaySettingManager\\n * @dev This contract manages the settings and configurations for the Gateway protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\\n\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\\n\\tuint256 internal MAX_BPS;\\n\\tuint64 internal protocolFeePercent;\\n\\taddress internal treasuryAddress;\\n\\taddress internal _aggregatorAddress;\\n\\n\\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n\\tuint256[50] private __gap;\\n\\n\\tmapping(address => uint256) internal _isTokenSupported;\\n\\n\\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n\\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n\\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n\\tevent SupportedInstitutionsUpdated(\\n\\t\\tbytes32 indexed currency,\\n\\t\\tSharedStructs.Institution[] institutions\\n\\t);\\n\\tevent ProtocolFeeUpdated(uint64 protocolFee);\\n\\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n\\tevent SetFeeRecipient(address indexed treasuryAddress);\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n\\t/**\\n\\t * @dev Sets the boolean value for a specific setting.\\n\\t * @param what The setting to be updated.\\n\\t * @param value The address or value associated with the setting.\\n\\t * @param status The boolean value to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\trequire(status == 1 || status == 2, 'Gateway: invalid status');\\n\\t\\tif (what == 'token') {\\n\\t\\t\\t_isTokenSupported[value] = status;\\n\\t\\t\\temit SettingManagerBool(what, value, status);\\n\\t\\t}\\n\\t}\\n\\n\\t/**\\n\\t * @dev Sets the supported institutions for a specific currency.\\n\\t * @param currency The currency for which the institutions are being set.\\n\\t * @param institutions The array of institutions to be set.\\n\\t */\\n\\tfunction setSupportedInstitutions(\\n\\t\\tbytes32 currency,\\n\\t\\tSharedStructs.Institution[] memory institutions\\n\\t) external onlyOwner {\\n\\t\\tdelete supportedInstitutions[currency];\\n\\t\\tfor (uint i; i < institutions.length; ) {\\n\\t\\t\\tsupportedInstitutions[currency].push(institutions[i]);\\n\\t\\t\\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n\\t\\t\\t\\tname: institutions[i].name,\\n\\t\\t\\t\\tcurrency: currency\\n\\t\\t\\t});\\n\\t\\t\\tunchecked {\\n\\t\\t\\t\\t++i;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates the protocol fee percentage.\\n\\t * @param _protocolFeePercent The new protocol fee percentage to be set.\\n\\t */\\n\\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\\n\\t\\tprotocolFeePercent = _protocolFeePercent;\\n\\t\\temit ProtocolFeeUpdated(_protocolFeePercent);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates a protocol address.\\n\\t * @param what The address type to be updated (treasury or aggregator).\\n\\t * @param value The new address to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\tbool updated;\\n\\t\\tif (what == 'treasury') {\\n\\t\\t\\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\\n\\t\\t\\ttreasuryAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t} else if (what == 'aggregator') {\\n\\t\\t\\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\\n\\t\\t\\t_aggregatorAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t}\\n\\t\\tif (updated) {\\n\\t\\t\\temit ProtocolAddressUpdated(what, value);\\n\\t\\t}\\n\\t}\\n}\\n\",\"keccak256\":\"0x7bf3fc733cbf8f2815924c2f10199aa0836d3b5d5b5b92b10cd4855d65773477\",\"license\":\"UNLICENSED\"},\"contracts/interfaces/IGateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\\n\\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\\n\\n/**\\n * @title IGateway\\n * @notice Interface for the Gateway contract.\\n */\\ninterface IGateway {\\n\\t/* ##################################################################\\n EVENTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Emitted when a deposit is made.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the deposited token.\\n\\t * @param amount The amount of the deposit.\\n\\t * @param orderId The ID of the order.\\n\\t * @param rate The rate at which the deposit is made.\\n\\t * @param institutionCode The code of the institution.\\n\\t * @param messageHash The hash of the message.\\n\\t */\\n\\tevent OrderCreated(\\n\\t\\taddress indexed sender,\\n\\t\\taddress indexed token,\\n\\t\\tuint256 indexed amount,\\n\\t\\tuint256 protocolFee,\\n\\t\\tbytes32 orderId,\\n\\t\\tuint256 rate,\\n\\t\\tbytes32 institutionCode,\\n\\t\\tstring messageHash\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator settles a transaction.\\n\\t * @param splitOrderId The ID of the split order.\\n\\t * @param orderId The ID of the order.\\n\\t * @param liquidityProvider The address of the liquidity provider.\\n\\t * @param settlePercent The percentage at which the transaction is settled.\\n\\t */\\n\\tevent OrderSettled(\\n\\t\\tbytes32 splitOrderId,\\n\\t\\tbytes32 indexed orderId,\\n\\t\\taddress indexed liquidityProvider,\\n\\t\\tuint96 settlePercent\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator refunds a transaction.\\n\\t * @param fee The fee deducted from the refund amount.\\n\\t * @param orderId The ID of the order.\\n\\t */\\n\\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\\n\\n\\t/**\\n\\t * @dev Emitted when the sender's fee is transferred.\\n\\t * @param sender The address of the sender.\\n\\t * @param amount The amount of the fee transferred.\\n\\t */\\n\\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n\\t/* ##################################################################\\n STRUCTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Struct representing transaction metadata.\\n\\t * @param identifier The identifier of the transaction.\\n\\t * @param institution The institution of the transaction.\\n\\t * @param name The name of the transaction.\\n\\t * @param currency The currency of the transaction.\\n\\t * @param liquidityProviderID The ID of the liquidity provider.\\n\\t */\\n\\tstruct TransactionMetadata {\\n\\t\\tbytes8 identifier;\\n\\t\\tbytes8 institution;\\n\\t\\tbytes8 name;\\n\\t\\tbytes8 currency;\\n\\t\\tuint256 liquidityProviderID;\\n\\t}\\n\\n\\t/**\\n\\t * @dev Struct representing an order.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the token.\\n\\t * @param senderFeeRecipient The address of the sender fee recipient.\\n\\t * @param senderFee The fee to be paid to the sender fee recipient.\\n\\t * @param protocolFee The protocol fee to be paid.\\n\\t * @param isFulfilled Whether the order is fulfilled.\\n\\t * @param isRefunded Whether the order is refunded.\\n\\t * @param refundAddress The address to which the refund is made.\\n\\t * @param currentBPS The current basis points.\\n\\t * @param amount The amount of the order.\\n\\t */\\n\\tstruct Order {\\n\\t\\taddress sender;\\n\\t\\taddress token;\\n\\t\\taddress senderFeeRecipient;\\n\\t\\tuint256 senderFee;\\n\\t\\tuint256 protocolFee;\\n\\t\\tbool isFulfilled;\\n\\t\\tbool isRefunded;\\n\\t\\taddress refundAddress;\\n\\t\\tuint96 currentBPS;\\n\\t\\tuint256 amount;\\n\\t}\\n\\n\\t/* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n\\t/**\\n\\t * @notice Locks the sender's amount of token into Gateway.\\n\\t * @dev Requirements:\\n\\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\\n\\t * - `_token` must be an acceptable token. See {isTokenSupported}.\\n\\t * - `amount` must be greater than minimum.\\n\\t * - `_refundAddress` refund address must not be zero address.\\n\\t * @param _token The address of the token.\\n\\t * @param _amount The amount in the decimal of `_token` to be locked.\\n\\t * @param _institutionCode The institution code of the sender.\\n\\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n\\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\\n\\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\\n\\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n\\t * @param messageHash The hash of the message.\\n\\t * @return _orderId The ID of the order.\\n\\t */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external returns (bytes32 _orderId);\\n\\n\\t/**\\n\\t * @notice Settles a transaction and distributes rewards accordingly.\\n\\t * @param _splitOrderId The ID of the split order.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @param _liquidityProvider The address of the liquidity provider.\\n\\t * @param _settlePercent The rate at which the transaction is settled.\\n\\t * @return bool the settlement is successful.\\n\\t */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Refunds to the specified refundable address.\\n\\t * @dev Requirements:\\n\\t * - Only aggregators can call this function.\\n\\t * @param _fee The amount to be deducted from the amount to be refunded.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @return bool the refund is successful.\\n\\t */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Checks if a token is supported by Gateway.\\n\\t * @param _token The address of the token to check.\\n\\t * @return bool the token is supported.\\n\\t */\\n\\tfunction isTokenSupported(address _token) external view returns (bool);\\n\\n\\t/**\\n\\t * @notice Gets the details of an order.\\n\\t * @param _orderId The ID of the order.\\n\\t * @return Order The order details.\\n\\t */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\\n\\n\\t/**\\n\\t * @notice Gets the fee details of Gateway.\\n\\t * @return protocolReward The protocol reward amount.\\n\\t * @return max_bps The maximum basis points.\\n\\t */\\n\\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\\n\\n\\t/**\\n\\t * @notice Gets the details of a supported institution by code.\\n\\t * @param _code The institution code.\\n\\t * @return InstitutionByCode The institution details.\\n\\t */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory);\\n\\n\\t/**\\n\\t * @notice Gets the details of supported institutions by currency.\\n\\t * @param _currency The currency code.\\n\\t * @return Institutions An array of institutions.\\n\\t */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x77ba391c63b01a9fd7bf719379efe762a15566708694c52f62dcb4731d3f4821\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/Gateway.sol:Gateway","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/Gateway.sol:Gateway","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/Gateway.sol:Gateway","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/Gateway.sol:Gateway","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":1634,"contract":"contracts/Gateway.sol:Gateway","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":1636,"contract":"contracts/Gateway.sol:Gateway","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":1638,"contract":"contracts/Gateway.sol:Gateway","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":1640,"contract":"contracts/Gateway.sol:Gateway","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":1644,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"154","type":"t_array(t_uint256)50_storage"},{"astId":1648,"contract":"contracts/Gateway.sol:Gateway","label":"_isTokenSupported","offset":0,"slot":"204","type":"t_mapping(t_address,t_uint256)"},{"astId":1654,"contract":"contracts/Gateway.sol:Gateway","label":"supportedInstitutions","offset":0,"slot":"205","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)2074_storage)dyn_storage)"},{"astId":1659,"contract":"contracts/Gateway.sol:Gateway","label":"supportedInstitutionsByCode","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)2079_storage)"},{"astId":430,"contract":"contracts/Gateway.sol:Gateway","label":"_paused","offset":0,"slot":"207","type":"t_bool"},{"astId":535,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"208","type":"t_array(t_uint256)49_storage"},{"astId":1022,"contract":"contracts/Gateway.sol:Gateway","label":"order","offset":0,"slot":"257","type":"t_mapping(t_bytes32,t_struct(Order)1976_storage)"},{"astId":1026,"contract":"contracts/Gateway.sol:Gateway","label":"_nonce","offset":0,"slot":"258","type":"t_mapping(t_address,t_uint256)"},{"astId":1030,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"259","type":"t_array(t_uint256)50_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)2074_storage)dyn_storage":{"base":"t_struct(Institution)2074_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)2074_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)2074_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)2079_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)2079_storage"},"t_mapping(t_bytes32,t_struct(Order)1976_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct IGateway.Order)","numberOfBytes":"32","value":"t_struct(Order)1976_storage"},"t_struct(Institution)2074_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":2071,"contract":"contracts/Gateway.sol:Gateway","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2073,"contract":"contracts/Gateway.sol:Gateway","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)2079_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":2076,"contract":"contracts/Gateway.sol:Gateway","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2078,"contract":"contracts/Gateway.sol:Gateway","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(Order)1976_storage":{"encoding":"inplace","label":"struct IGateway.Order","members":[{"astId":1957,"contract":"contracts/Gateway.sol:Gateway","label":"sender","offset":0,"slot":"0","type":"t_address"},{"astId":1959,"contract":"contracts/Gateway.sol:Gateway","label":"token","offset":0,"slot":"1","type":"t_address"},{"astId":1961,"contract":"contracts/Gateway.sol:Gateway","label":"senderFeeRecipient","offset":0,"slot":"2","type":"t_address"},{"astId":1963,"contract":"contracts/Gateway.sol:Gateway","label":"senderFee","offset":0,"slot":"3","type":"t_uint256"},{"astId":1965,"contract":"contracts/Gateway.sol:Gateway","label":"protocolFee","offset":0,"slot":"4","type":"t_uint256"},{"astId":1967,"contract":"contracts/Gateway.sol:Gateway","label":"isFulfilled","offset":0,"slot":"5","type":"t_bool"},{"astId":1969,"contract":"contracts/Gateway.sol:Gateway","label":"isRefunded","offset":1,"slot":"5","type":"t_bool"},{"astId":1971,"contract":"contracts/Gateway.sol:Gateway","label":"refundAddress","offset":2,"slot":"5","type":"t_address"},{"astId":1973,"contract":"contracts/Gateway.sol:Gateway","label":"currentBPS","offset":0,"slot":"6","type":"t_uint96"},{"astId":1975,"contract":"contracts/Gateway.sol:Gateway","label":"amount","offset":0,"slot":"7","type":"t_uint256"}],"numberOfBytes":"256"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"},"t_uint96":{"encoding":"inplace","label":"uint96","numberOfBytes":"12"}}},"userdoc":{"kind":"user","methods":{},"notice":"This contract serves as a gateway for creating orders and managing settlements.","version":1}}},"contracts/GatewaySettingManager.sol":{"GatewaySettingManager":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFee","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolFee(uint64)":{"details":"Updates the protocol fee percentage.","params":{"_protocolFeePercent":"The new protocol fee percentage to be set."}}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"608060405234801561001057600080fd5b5061146a806100206000396000f3fe608060405234801561001057600080fd5b50600436106100935760003560e01c806379ba50971161006657806379ba5097146100f65780638da5cb5b14610100578063cd9924001461011e578063e30c39781461013a578063f2fde38b1461015857610093565b8063322008821461009857806340ebc677146100b457806347094e2e146100d0578063715018a6146100ec575b600080fd5b6100b260048036038101906100ad9190610d03565b610174565b005b6100ce60048036038101906100c99190610dbd565b6102e9565b005b6100ea60048036038101906100e59190610e3d565b6105b1565b005b6100f461061c565b005b6100fe610630565b005b6101086106bd565b6040516101159190610e79565b60405180910390f35b61013860048036038101906101339190610eca565b6106e7565b005b61014261086c565b60405161014f9190610e79565b60405180910390f35b610172600480360381019061016d9190610f1d565b610896565b005b61017c610943565b60cd6000838152602001908152602001600020600061019b9190610ac0565b60005b815181101561029a5760cd60008481526020019081526020016000208282815181106101cd576101cc610f4a565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061023257610231610f4a565b5b60200260200101516020015181526020018481525060ce600084848151811061025e5761025d610f4a565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061019e565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102dd91906110b3565b60405180910390a25050565b6102f1610943565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610360576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161035790611132565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610463578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610419576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610410906111c4565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610561565b7f61676772656761746f72000000000000000000000000000000000000000000008303610560578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361051a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051190611256565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105ac578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105b9610943565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516106119190611285565b60405180910390a150565b610624610943565b61062e60006109c1565b565b600061063a6109f2565b90508073ffffffffffffffffffffffffffffffffffffffff1661065b61086c565b73ffffffffffffffffffffffffffffffffffffffff16146106b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a890611312565b60405180910390fd5b6106ba816109c1565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6106ef610943565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361075e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161075590611132565b60405180910390fd5b600181148061076d5750600281145b6107ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107a39061137e565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610867578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161085e91906113ad565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61089e610943565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108fe6106bd565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61094b6109f2565b73ffffffffffffffffffffffffffffffffffffffff166109696106bd565b73ffffffffffffffffffffffffffffffffffffffff16146109bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b690611414565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109ef816109fa565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610ae19190610ae4565b50565b5b80821115610b0757600080820160009055600182016000905550600201610ae5565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b3281610b1f565b8114610b3d57600080fd5b50565b600081359050610b4f81610b29565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610ba382610b5a565b810181811067ffffffffffffffff82111715610bc257610bc1610b6b565b5b80604052505050565b6000610bd5610b0b565b9050610be18282610b9a565b919050565b600067ffffffffffffffff821115610c0157610c00610b6b565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c3257610c31610c17565b5b610c3c6040610bcb565b90506000610c4c84828501610b40565b6000830152506020610c6084828501610b40565b60208301525092915050565b6000610c7f610c7a84610be6565b610bcb565b90508083825260208201905060408402830185811115610ca257610ca1610c12565b5b835b81811015610ccb5780610cb78882610c1c565b845260208401935050604081019050610ca4565b5050509392505050565b600082601f830112610cea57610ce9610b55565b5b8135610cfa848260208601610c6c565b91505092915050565b60008060408385031215610d1a57610d19610b15565b5b6000610d2885828601610b40565b925050602083013567ffffffffffffffff811115610d4957610d48610b1a565b5b610d5585828601610cd5565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d8a82610d5f565b9050919050565b610d9a81610d7f565b8114610da557600080fd5b50565b600081359050610db781610d91565b92915050565b60008060408385031215610dd457610dd3610b15565b5b6000610de285828601610b40565b9250506020610df385828601610da8565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e1a81610dfd565b8114610e2557600080fd5b50565b600081359050610e3781610e11565b92915050565b600060208284031215610e5357610e52610b15565b5b6000610e6184828501610e28565b91505092915050565b610e7381610d7f565b82525050565b6000602082019050610e8e6000830184610e6a565b92915050565b6000819050919050565b610ea781610e94565b8114610eb257600080fd5b50565b600081359050610ec481610e9e565b92915050565b600080600060608486031215610ee357610ee2610b15565b5b6000610ef186828701610b40565b9350506020610f0286828701610da8565b9250506040610f1386828701610eb5565b9150509250925092565b600060208284031215610f3357610f32610b15565b5b6000610f4184828501610da8565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fd4610fcf83610faa565b610fb7565b9050919050565b610fe481610b1f565b82525050565b604082016000808301549050610fff81610fc1565b61100c6000860182610fdb565b506001830154905061101d81610fc1565b61102a6020860182610fdb565b5050505050565b600061103d8383610fea565b60408301905092915050565b6000600282019050919050565b600061106182610f79565b61106b8185610f84565b935061107683610f95565b8060005b838110156110a6578161108d8882611031565b975061109883611049565b92505060018101905061107a565b5085935050505092915050565b600060208201905081810360008301526110cd8184611056565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061111c6015836110d5565b9150611127826110e6565b602082019050919050565b6000602082019050818103600083015261114b8161110f565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111ae6025836110d5565b91506111b982611152565b604082019050919050565b600060208201905081810360008301526111dd816111a1565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006112406027836110d5565b915061124b826111e4565b604082019050919050565b6000602082019050818103600083015261126f81611233565b9050919050565b61127f81610dfd565b82525050565b600060208201905061129a6000830184611276565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006112fc6029836110d5565b9150611307826112a0565b604082019050919050565b6000602082019050818103600083015261132b816112ef565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113686017836110d5565b915061137382611332565b602082019050919050565b600060208201905081810360008301526113978161135b565b9050919050565b6113a781610e94565b82525050565b60006020820190506113c2600083018461139e565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006113fe6020836110d5565b9150611409826113c8565b602082019050919050565b6000602082019050818103600083015261142d816113f1565b905091905056fea2646970667358221220a5cf2406f8bb007a45008610cf8baf05dde6f3dbf02727307f944766ecf3cbe164736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x146A DUP1 PUSH2 0x20 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 0x93 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xF6 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x11E JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x13A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x158 JUMPI PUSH2 0x93 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x98 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xB4 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0xD0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xEC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAD SWAP2 SWAP1 PUSH2 0xD03 JUMP JUMPDEST PUSH2 0x174 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC9 SWAP2 SWAP1 PUSH2 0xDBD JUMP JUMPDEST PUSH2 0x2E9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE5 SWAP2 SWAP1 PUSH2 0xE3D JUMP JUMPDEST PUSH2 0x5B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x61C JUMP JUMPDEST STOP JUMPDEST PUSH2 0xFE PUSH2 0x630 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x108 PUSH2 0x6BD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x115 SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x138 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x133 SWAP2 SWAP1 PUSH2 0xECA JUMP JUMPDEST PUSH2 0x6E7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x142 PUSH2 0x86C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14F SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x172 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x16D SWAP2 SWAP1 PUSH2 0xF1D JUMP JUMPDEST PUSH2 0x896 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x17C PUSH2 0x943 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x19B SWAP2 SWAP1 PUSH2 0xAC0 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x29A JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1CD JUMPI PUSH2 0x1CC PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x232 JUMPI PUSH2 0x231 PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x25E JUMPI PUSH2 0x25D PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x19E JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x2DD SWAP2 SWAP1 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x2F1 PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x360 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x357 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x463 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x419 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x410 SWAP1 PUSH2 0x11C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x561 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x560 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x51A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x511 SWAP1 PUSH2 0x1256 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x5AC JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x5B9 PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x611 SWAP2 SWAP1 PUSH2 0x1285 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH2 0x624 PUSH2 0x943 JUMP JUMPDEST PUSH2 0x62E PUSH1 0x0 PUSH2 0x9C1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x63A PUSH2 0x9F2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x65B PUSH2 0x86C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x6B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A8 SWAP1 PUSH2 0x1312 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6BA DUP2 PUSH2 0x9C1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x6EF PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x75E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x755 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x76D JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x7AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7A3 SWAP1 PUSH2 0x137E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x867 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x85E SWAP2 SWAP1 PUSH2 0x13AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x89E PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FE PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x94B PUSH2 0x9F2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x969 PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9BF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B6 SWAP1 PUSH2 0x1414 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x9EF DUP2 PUSH2 0x9FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xAE1 SWAP2 SWAP1 PUSH2 0xAE4 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xB07 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xAE5 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB32 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP2 EQ PUSH2 0xB3D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB4F DUP2 PUSH2 0xB29 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xBA3 DUP3 PUSH2 0xB5A JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xBC2 JUMPI PUSH2 0xBC1 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD5 PUSH2 0xB0B JUMP JUMPDEST SWAP1 POP PUSH2 0xBE1 DUP3 DUP3 PUSH2 0xB9A JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xC01 JUMPI PUSH2 0xC00 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC32 JUMPI PUSH2 0xC31 PUSH2 0xC17 JUMP JUMPDEST JUMPDEST PUSH2 0xC3C PUSH1 0x40 PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC4C DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xC60 DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC7F PUSH2 0xC7A DUP5 PUSH2 0xBE6 JUMP JUMPDEST PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0xC12 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCCB JUMPI DUP1 PUSH2 0xCB7 DUP9 DUP3 PUSH2 0xC1C JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xCA4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xCEA JUMPI PUSH2 0xCE9 PUSH2 0xB55 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xCFA DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xC6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD1A JUMPI PUSH2 0xD19 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD28 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD49 JUMPI PUSH2 0xD48 PUSH2 0xB1A JUMP JUMPDEST JUMPDEST PUSH2 0xD55 DUP6 DUP3 DUP7 ADD PUSH2 0xCD5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP3 PUSH2 0xD5F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD9A DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP2 EQ PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xDB7 DUP2 PUSH2 0xD91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDD4 JUMPI PUSH2 0xDD3 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDE2 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDF3 DUP6 DUP3 DUP7 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE1A DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP2 EQ PUSH2 0xE25 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xE37 DUP2 PUSH2 0xE11 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE53 JUMPI PUSH2 0xE52 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xE61 DUP5 DUP3 DUP6 ADD PUSH2 0xE28 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE73 DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE8E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE6A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEC4 DUP2 PUSH2 0xE9E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEE3 JUMPI PUSH2 0xEE2 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEF1 DUP7 DUP3 DUP8 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xF02 DUP7 DUP3 DUP8 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF13 DUP7 DUP3 DUP8 ADD PUSH2 0xEB5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF33 JUMPI PUSH2 0xF32 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF41 DUP5 DUP3 DUP6 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFD4 PUSH2 0xFCF DUP4 PUSH2 0xFAA JUMP JUMPDEST PUSH2 0xFB7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFE4 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFFF DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x100C PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x101D DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x102A PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x103D DUP4 DUP4 PUSH2 0xFEA JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1061 DUP3 PUSH2 0xF79 JUMP JUMPDEST PUSH2 0x106B DUP2 DUP6 PUSH2 0xF84 JUMP JUMPDEST SWAP4 POP PUSH2 0x1076 DUP4 PUSH2 0xF95 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A6 JUMPI DUP2 PUSH2 0x108D DUP9 DUP3 PUSH2 0x1031 JUMP JUMPDEST SWAP8 POP PUSH2 0x1098 DUP4 PUSH2 0x1049 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x107A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CD DUP2 DUP5 PUSH2 0x1056 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x111C PUSH1 0x15 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1127 DUP3 PUSH2 0x10E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x114B DUP2 PUSH2 0x110F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11AE PUSH1 0x25 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x11B9 DUP3 PUSH2 0x1152 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11DD DUP2 PUSH2 0x11A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1240 PUSH1 0x27 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x124B DUP3 PUSH2 0x11E4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x126F DUP2 PUSH2 0x1233 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x129A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1276 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12FC PUSH1 0x29 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1307 DUP3 PUSH2 0x12A0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x132B DUP2 PUSH2 0x12EF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1368 PUSH1 0x17 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1373 DUP3 PUSH2 0x1332 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1397 DUP2 PUSH2 0x135B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13A7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x139E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13FE PUSH1 0x20 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1409 DUP3 PUSH2 0x13C8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x142D DUP2 PUSH2 0x13F1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xA5 0xCF 0x24 MOD 0xF8 0xBB STOP PUSH27 0x45008610CF8BAF05DDE6F3DBF02727307F944766ECF3CBE164736F PUSH13 0x63430008120033000000000000 ","sourceMap":"338:3609:8:-:0;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_checkOwner_176":{"entryPoint":2371,"id":176,"parameterSlots":0,"returnSlots":0},"@_msgSender_894":{"entryPoint":2546,"id":894,"parameterSlots":0,"returnSlots":1},"@_transferOwnership_233":{"entryPoint":2554,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":2497,"id":78,"parameterSlots":1,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":1584,"id":100,"parameterSlots":0,"returnSlots":0},"@owner_162":{"entryPoint":1725,"id":162,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":2156,"id":41,"parameterSlots":0,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":1564,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_1803":{"entryPoint":372,"id":1803,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_1740":{"entryPoint":1767,"id":1740,"parameterSlots":3,"returnSlots":0},"@transferOwnership_61":{"entryPoint":2198,"id":61,"parameterSlots":1,"returnSlots":0},"@updateProtocolAddress_1892":{"entryPoint":745,"id":1892,"parameterSlots":2,"returnSlots":0},"@updateProtocolFee_1820":{"entryPoint":1457,"id":1820,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":3180,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":3496,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":3285,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":2880,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":3100,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":3765,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":3624,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":3869,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":3517,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":3786,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":3331,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":3645,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":4145,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":3690,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":4182,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":4059,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack":{"entryPoint":4367,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":4847,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack":{"entryPoint":4955,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":5105,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack":{"entryPoint":4513,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack":{"entryPoint":4659,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr":{"entryPoint":4074,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":5022,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":4726,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":3705,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":4275,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4402,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4882,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4990,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5140,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4548,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4694,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":5037,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":4741,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_memory":{"entryPoint":3019,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":2827,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr":{"entryPoint":3046,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":3989,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":3961,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage":{"entryPoint":4169,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":3972,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":4309,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_from_storage_t_bytes32":{"entryPoint":4023,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":3455,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":2847,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":3423,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":3732,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":3581,"id":null,"parameterSlots":1,"returnSlots":1},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":4033,"id":null,"parameterSlots":1,"returnSlots":1},"finalize_allocation":{"entryPoint":2970,"id":null,"parameterSlots":2,"returnSlots":0},"panic_error_0x32":{"entryPoint":3914,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":2923,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":2901,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":3095,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":3090,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":2842,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":2837,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":2906,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":4010,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf":{"entryPoint":4326,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":4768,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338":{"entryPoint":4914,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":5064,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead":{"entryPoint":4434,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4":{"entryPoint":4580,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":3473,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":2857,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":3742,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":3601,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:19125:11","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:11","statements":[{"nodeType":"YulAssignment","src":"57:19:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:11","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:11"},"nodeType":"YulFunctionCall","src":"67:9:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:11"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:11","type":""}],"src":"7:75:11"},{"body":{"nodeType":"YulBlock","src":"177:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:11"},"nodeType":"YulFunctionCall","src":"187:12:11"},"nodeType":"YulExpressionStatement","src":"187:12:11"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:11"},{"body":{"nodeType":"YulBlock","src":"300:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:11"},"nodeType":"YulFunctionCall","src":"310:12:11"},"nodeType":"YulExpressionStatement","src":"310:12:11"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:11"},{"body":{"nodeType":"YulBlock","src":"379:32:11","statements":[{"nodeType":"YulAssignment","src":"389:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:11"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:11","type":""}],"src":"334:77:11"},{"body":{"nodeType":"YulBlock","src":"460:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:11"},"nodeType":"YulFunctionCall","src":"519:12:11"},"nodeType":"YulExpressionStatement","src":"519:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:11"},"nodeType":"YulFunctionCall","src":"490:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:11"},"nodeType":"YulFunctionCall","src":"480:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:11"},"nodeType":"YulFunctionCall","src":"473:43:11"},"nodeType":"YulIf","src":"470:63:11"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:11","type":""}],"src":"417:122:11"},{"body":{"nodeType":"YulBlock","src":"597:87:11","statements":[{"nodeType":"YulAssignment","src":"607:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:11"},"nodeType":"YulFunctionCall","src":"616:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:11"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:11"},"nodeType":"YulFunctionCall","src":"645:33:11"},"nodeType":"YulExpressionStatement","src":"645:33:11"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:11","type":""}],"src":"545:139:11"},{"body":{"nodeType":"YulBlock","src":"779:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"796:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"799:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"789:6:11"},"nodeType":"YulFunctionCall","src":"789:12:11"},"nodeType":"YulExpressionStatement","src":"789:12:11"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"690:117:11"},{"body":{"nodeType":"YulBlock","src":"861:54:11","statements":[{"nodeType":"YulAssignment","src":"871:38:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"889:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"896:2:11","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"885:3:11"},"nodeType":"YulFunctionCall","src":"885:14:11"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"905:2:11","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"901:3:11"},"nodeType":"YulFunctionCall","src":"901:7:11"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"881:3:11"},"nodeType":"YulFunctionCall","src":"881:28:11"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"871:6:11"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"844:5:11","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"854:6:11","type":""}],"src":"813:102:11"},{"body":{"nodeType":"YulBlock","src":"949:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"966:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"969:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"959:6:11"},"nodeType":"YulFunctionCall","src":"959:88:11"},"nodeType":"YulExpressionStatement","src":"959:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1063:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"1066:4:11","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1056:6:11"},"nodeType":"YulFunctionCall","src":"1056:15:11"},"nodeType":"YulExpressionStatement","src":"1056:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1087:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1090:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1080:6:11"},"nodeType":"YulFunctionCall","src":"1080:15:11"},"nodeType":"YulExpressionStatement","src":"1080:15:11"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"921:180:11"},{"body":{"nodeType":"YulBlock","src":"1150:238:11","statements":[{"nodeType":"YulVariableDeclaration","src":"1160:58:11","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1182:6:11"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1212:4:11"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"1190:21:11"},"nodeType":"YulFunctionCall","src":"1190:27:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1178:3:11"},"nodeType":"YulFunctionCall","src":"1178:40:11"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"1164:10:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"1329:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1331:16:11"},"nodeType":"YulFunctionCall","src":"1331:18:11"},"nodeType":"YulExpressionStatement","src":"1331:18:11"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1272:10:11"},{"kind":"number","nodeType":"YulLiteral","src":"1284:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1269:2:11"},"nodeType":"YulFunctionCall","src":"1269:34:11"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1308:10:11"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1320:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1305:2:11"},"nodeType":"YulFunctionCall","src":"1305:22:11"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1266:2:11"},"nodeType":"YulFunctionCall","src":"1266:62:11"},"nodeType":"YulIf","src":"1263:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1367:2:11","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1371:10:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1360:6:11"},"nodeType":"YulFunctionCall","src":"1360:22:11"},"nodeType":"YulExpressionStatement","src":"1360:22:11"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"1136:6:11","type":""},{"name":"size","nodeType":"YulTypedName","src":"1144:4:11","type":""}],"src":"1107:281:11"},{"body":{"nodeType":"YulBlock","src":"1435:88:11","statements":[{"nodeType":"YulAssignment","src":"1445:30:11","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"1455:18:11"},"nodeType":"YulFunctionCall","src":"1455:20:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1445:6:11"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1504:6:11"},{"name":"size","nodeType":"YulIdentifier","src":"1512:4:11"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"1484:19:11"},"nodeType":"YulFunctionCall","src":"1484:33:11"},"nodeType":"YulExpressionStatement","src":"1484:33:11"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"1419:4:11","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1428:6:11","type":""}],"src":"1394:129:11"},{"body":{"nodeType":"YulBlock","src":"1640:229:11","statements":[{"body":{"nodeType":"YulBlock","src":"1745:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1747:16:11"},"nodeType":"YulFunctionCall","src":"1747:18:11"},"nodeType":"YulExpressionStatement","src":"1747:18:11"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1717:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"1725:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1714:2:11"},"nodeType":"YulFunctionCall","src":"1714:30:11"},"nodeType":"YulIf","src":"1711:56:11"},{"nodeType":"YulAssignment","src":"1777:25:11","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1789:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"1797:4:11","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"1785:3:11"},"nodeType":"YulFunctionCall","src":"1785:17:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1777:4:11"}]},{"nodeType":"YulAssignment","src":"1839:23:11","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1851:4:11"},{"kind":"number","nodeType":"YulLiteral","src":"1857:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1847:3:11"},"nodeType":"YulFunctionCall","src":"1847:15:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1839:4:11"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"1624:6:11","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"1635:4:11","type":""}],"src":"1529:340:11"},{"body":{"nodeType":"YulBlock","src":"1964:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1981:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1984:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1974:6:11"},"nodeType":"YulFunctionCall","src":"1974:12:11"},"nodeType":"YulExpressionStatement","src":"1974:12:11"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"1875:117:11"},{"body":{"nodeType":"YulBlock","src":"2087:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2104:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2107:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2097:6:11"},"nodeType":"YulFunctionCall","src":"2097:12:11"},"nodeType":"YulExpressionStatement","src":"2097:12:11"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"1998:117:11"},{"body":{"nodeType":"YulBlock","src":"2210:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2227:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2230:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2220:6:11"},"nodeType":"YulFunctionCall","src":"2220:12:11"},"nodeType":"YulExpressionStatement","src":"2220:12:11"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"2121:117:11"},{"body":{"nodeType":"YulBlock","src":"2368:494:11","statements":[{"body":{"nodeType":"YulBlock","src":"2412:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"2414:77:11"},"nodeType":"YulFunctionCall","src":"2414:79:11"},"nodeType":"YulExpressionStatement","src":"2414:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"2389:3:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"2394:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2385:3:11"},"nodeType":"YulFunctionCall","src":"2385:19:11"},{"kind":"number","nodeType":"YulLiteral","src":"2406:4:11","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2381:3:11"},"nodeType":"YulFunctionCall","src":"2381:30:11"},"nodeType":"YulIf","src":"2378:117:11"},{"nodeType":"YulAssignment","src":"2504:30:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2529:4:11","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"2513:15:11"},"nodeType":"YulFunctionCall","src":"2513:21:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2504:5:11"}]},{"nodeType":"YulBlock","src":"2544:150:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2579:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"2593:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2583:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2619:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"2626:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2615:3:11"},"nodeType":"YulFunctionCall","src":"2615:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2658:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"2669:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2654:3:11"},"nodeType":"YulFunctionCall","src":"2654:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"2678:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2633:20:11"},"nodeType":"YulFunctionCall","src":"2633:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2608:6:11"},"nodeType":"YulFunctionCall","src":"2608:75:11"},"nodeType":"YulExpressionStatement","src":"2608:75:11"}]},{"nodeType":"YulBlock","src":"2704:151:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2739:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"2753:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2743:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2780:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"2787:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2776:3:11"},"nodeType":"YulFunctionCall","src":"2776:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2819:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"2830:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2815:3:11"},"nodeType":"YulFunctionCall","src":"2815:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"2839:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2794:20:11"},"nodeType":"YulFunctionCall","src":"2794:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2769:6:11"},"nodeType":"YulFunctionCall","src":"2769:75:11"},"nodeType":"YulExpressionStatement","src":"2769:75:11"}]}]},"name":"abi_decode_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2343:9:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"2354:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2362:5:11","type":""}],"src":"2284:578:11"},{"body":{"nodeType":"YulBlock","src":"3041:666:11","statements":[{"nodeType":"YulAssignment","src":"3051:119:11","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3162:6:11"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3076:85:11"},"nodeType":"YulFunctionCall","src":"3076:93:11"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"3060:15:11"},"nodeType":"YulFunctionCall","src":"3060:110:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"3051:5:11"}]},{"nodeType":"YulVariableDeclaration","src":"3179:16:11","value":{"name":"array","nodeType":"YulIdentifier","src":"3190:5:11"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"3183:3:11","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3212:5:11"},{"name":"length","nodeType":"YulIdentifier","src":"3219:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3205:6:11"},"nodeType":"YulFunctionCall","src":"3205:21:11"},"nodeType":"YulExpressionStatement","src":"3205:21:11"},{"nodeType":"YulAssignment","src":"3235:23:11","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3246:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"3253:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3242:3:11"},"nodeType":"YulFunctionCall","src":"3242:16:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3235:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"3268:44:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3286:6:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3298:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"3306:4:11","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3294:3:11"},"nodeType":"YulFunctionCall","src":"3294:17:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3282:3:11"},"nodeType":"YulFunctionCall","src":"3282:30:11"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"3272:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"3340:103:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"3354:77:11"},"nodeType":"YulFunctionCall","src":"3354:79:11"},"nodeType":"YulExpressionStatement","src":"3354:79:11"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"3327:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"3335:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3324:2:11"},"nodeType":"YulFunctionCall","src":"3324:15:11"},"nodeType":"YulIf","src":"3321:122:11"},{"body":{"nodeType":"YulBlock","src":"3528:173:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3543:21:11","value":{"name":"src","nodeType":"YulIdentifier","src":"3561:3:11"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"3547:10:11","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3585:3:11"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"3640:10:11"},{"name":"end","nodeType":"YulIdentifier","src":"3652:3:11"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"3590:49:11"},"nodeType":"YulFunctionCall","src":"3590:66:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3578:6:11"},"nodeType":"YulFunctionCall","src":"3578:79:11"},"nodeType":"YulExpressionStatement","src":"3578:79:11"},{"nodeType":"YulAssignment","src":"3670:21:11","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3681:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"3686:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3677:3:11"},"nodeType":"YulFunctionCall","src":"3677:14:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3670:3:11"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3481:3:11"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"3486:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3478:2:11"},"nodeType":"YulFunctionCall","src":"3478:15:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3494:25:11","statements":[{"nodeType":"YulAssignment","src":"3496:21:11","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3507:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"3512:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3503:3:11"},"nodeType":"YulFunctionCall","src":"3503:14:11"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"3496:3:11"}]}]},"pre":{"nodeType":"YulBlock","src":"3456:21:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3458:17:11","value":{"name":"offset","nodeType":"YulIdentifier","src":"3469:6:11"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"3462:3:11","type":""}]}]},"src":"3452:249:11"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3011:6:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"3019:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"3027:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3035:5:11","type":""}],"src":"2910:797:11"},{"body":{"nodeType":"YulBlock","src":"3861:322:11","statements":[{"body":{"nodeType":"YulBlock","src":"3910:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"3912:77:11"},"nodeType":"YulFunctionCall","src":"3912:79:11"},"nodeType":"YulExpressionStatement","src":"3912:79:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3889:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"3897:4:11","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3885:3:11"},"nodeType":"YulFunctionCall","src":"3885:17:11"},{"name":"end","nodeType":"YulIdentifier","src":"3904:3:11"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3881:3:11"},"nodeType":"YulFunctionCall","src":"3881:27:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3874:6:11"},"nodeType":"YulFunctionCall","src":"3874:35:11"},"nodeType":"YulIf","src":"3871:122:11"},{"nodeType":"YulVariableDeclaration","src":"4002:34:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4029:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4016:12:11"},"nodeType":"YulFunctionCall","src":"4016:20:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"4006:6:11","type":""}]},{"nodeType":"YulAssignment","src":"4045:132:11","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4150:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"4158:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4146:3:11"},"nodeType":"YulFunctionCall","src":"4146:17:11"},{"name":"length","nodeType":"YulIdentifier","src":"4165:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"4173:3:11"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4054:91:11"},"nodeType":"YulFunctionCall","src":"4054:123:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"4045:5:11"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3839:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"3847:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3855:5:11","type":""}],"src":"3755:428:11"},{"body":{"nodeType":"YulBlock","src":"4326:605:11","statements":[{"body":{"nodeType":"YulBlock","src":"4372:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4374:77:11"},"nodeType":"YulFunctionCall","src":"4374:79:11"},"nodeType":"YulExpressionStatement","src":"4374:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4347:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"4356:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4343:3:11"},"nodeType":"YulFunctionCall","src":"4343:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"4368:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4339:3:11"},"nodeType":"YulFunctionCall","src":"4339:32:11"},"nodeType":"YulIf","src":"4336:119:11"},{"nodeType":"YulBlock","src":"4465:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"4480:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"4494:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4484:6:11","type":""}]},{"nodeType":"YulAssignment","src":"4509:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4544:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"4555:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4540:3:11"},"nodeType":"YulFunctionCall","src":"4540:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4564:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"4519:20:11"},"nodeType":"YulFunctionCall","src":"4519:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4509:6:11"}]}]},{"nodeType":"YulBlock","src":"4592:332:11","statements":[{"nodeType":"YulVariableDeclaration","src":"4607:46:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4638:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"4649:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4634:3:11"},"nodeType":"YulFunctionCall","src":"4634:18:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4621:12:11"},"nodeType":"YulFunctionCall","src":"4621:32:11"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4611:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"4700:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"4702:77:11"},"nodeType":"YulFunctionCall","src":"4702:79:11"},"nodeType":"YulExpressionStatement","src":"4702:79:11"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4672:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"4680:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4669:2:11"},"nodeType":"YulFunctionCall","src":"4669:30:11"},"nodeType":"YulIf","src":"4666:117:11"},{"nodeType":"YulAssignment","src":"4797:117:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4886:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"4897:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4882:3:11"},"nodeType":"YulFunctionCall","src":"4882:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4906:7:11"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4807:74:11"},"nodeType":"YulFunctionCall","src":"4807:107:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4797:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4288:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4299:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4311:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"4319:6:11","type":""}],"src":"4189:742:11"},{"body":{"nodeType":"YulBlock","src":"4982:81:11","statements":[{"nodeType":"YulAssignment","src":"4992:65:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5007:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"5014:42:11","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5003:3:11"},"nodeType":"YulFunctionCall","src":"5003:54:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4992:7:11"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4964:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4974:7:11","type":""}],"src":"4937:126:11"},{"body":{"nodeType":"YulBlock","src":"5114:51:11","statements":[{"nodeType":"YulAssignment","src":"5124:35:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5153:5:11"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"5135:17:11"},"nodeType":"YulFunctionCall","src":"5135:24:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5124:7:11"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5096:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5106:7:11","type":""}],"src":"5069:96:11"},{"body":{"nodeType":"YulBlock","src":"5214:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"5271:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5280:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5283:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5273:6:11"},"nodeType":"YulFunctionCall","src":"5273:12:11"},"nodeType":"YulExpressionStatement","src":"5273:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5237:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5262:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"5244:17:11"},"nodeType":"YulFunctionCall","src":"5244:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"5234:2:11"},"nodeType":"YulFunctionCall","src":"5234:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5227:6:11"},"nodeType":"YulFunctionCall","src":"5227:43:11"},"nodeType":"YulIf","src":"5224:63:11"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5207:5:11","type":""}],"src":"5171:122:11"},{"body":{"nodeType":"YulBlock","src":"5351:87:11","statements":[{"nodeType":"YulAssignment","src":"5361:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5383:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5370:12:11"},"nodeType":"YulFunctionCall","src":"5370:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5361:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5426:5:11"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"5399:26:11"},"nodeType":"YulFunctionCall","src":"5399:33:11"},"nodeType":"YulExpressionStatement","src":"5399:33:11"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5329:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"5337:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5345:5:11","type":""}],"src":"5299:139:11"},{"body":{"nodeType":"YulBlock","src":"5527:391:11","statements":[{"body":{"nodeType":"YulBlock","src":"5573:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5575:77:11"},"nodeType":"YulFunctionCall","src":"5575:79:11"},"nodeType":"YulExpressionStatement","src":"5575:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5548:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"5557:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5544:3:11"},"nodeType":"YulFunctionCall","src":"5544:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"5569:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5540:3:11"},"nodeType":"YulFunctionCall","src":"5540:32:11"},"nodeType":"YulIf","src":"5537:119:11"},{"nodeType":"YulBlock","src":"5666:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"5681:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"5695:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5685:6:11","type":""}]},{"nodeType":"YulAssignment","src":"5710:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5745:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"5756:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5741:3:11"},"nodeType":"YulFunctionCall","src":"5741:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5765:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"5720:20:11"},"nodeType":"YulFunctionCall","src":"5720:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5710:6:11"}]}]},{"nodeType":"YulBlock","src":"5793:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"5808:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"5822:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5812:6:11","type":""}]},{"nodeType":"YulAssignment","src":"5838:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5873:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"5884:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5869:3:11"},"nodeType":"YulFunctionCall","src":"5869:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5893:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5848:20:11"},"nodeType":"YulFunctionCall","src":"5848:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5838:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5489:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5500:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5512:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5520:6:11","type":""}],"src":"5444:474:11"},{"body":{"nodeType":"YulBlock","src":"5968:57:11","statements":[{"nodeType":"YulAssignment","src":"5978:41:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5993:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6000:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5989:3:11"},"nodeType":"YulFunctionCall","src":"5989:30:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5978:7:11"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5950:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5960:7:11","type":""}],"src":"5924:101:11"},{"body":{"nodeType":"YulBlock","src":"6073:78:11","statements":[{"body":{"nodeType":"YulBlock","src":"6129:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6138:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6141:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6131:6:11"},"nodeType":"YulFunctionCall","src":"6131:12:11"},"nodeType":"YulExpressionStatement","src":"6131:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6096:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6120:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"6103:16:11"},"nodeType":"YulFunctionCall","src":"6103:23:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6093:2:11"},"nodeType":"YulFunctionCall","src":"6093:34:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"6086:6:11"},"nodeType":"YulFunctionCall","src":"6086:42:11"},"nodeType":"YulIf","src":"6083:62:11"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6066:5:11","type":""}],"src":"6031:120:11"},{"body":{"nodeType":"YulBlock","src":"6208:86:11","statements":[{"nodeType":"YulAssignment","src":"6218:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6240:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"6227:12:11"},"nodeType":"YulFunctionCall","src":"6227:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6218:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6282:5:11"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"6256:25:11"},"nodeType":"YulFunctionCall","src":"6256:32:11"},"nodeType":"YulExpressionStatement","src":"6256:32:11"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6186:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"6194:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"6202:5:11","type":""}],"src":"6157:137:11"},{"body":{"nodeType":"YulBlock","src":"6365:262:11","statements":[{"body":{"nodeType":"YulBlock","src":"6411:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"6413:77:11"},"nodeType":"YulFunctionCall","src":"6413:79:11"},"nodeType":"YulExpressionStatement","src":"6413:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"6386:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"6395:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6382:3:11"},"nodeType":"YulFunctionCall","src":"6382:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"6407:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"6378:3:11"},"nodeType":"YulFunctionCall","src":"6378:32:11"},"nodeType":"YulIf","src":"6375:119:11"},{"nodeType":"YulBlock","src":"6504:116:11","statements":[{"nodeType":"YulVariableDeclaration","src":"6519:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"6533:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6523:6:11","type":""}]},{"nodeType":"YulAssignment","src":"6548:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6582:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"6593:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6578:3:11"},"nodeType":"YulFunctionCall","src":"6578:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"6602:7:11"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"6558:19:11"},"nodeType":"YulFunctionCall","src":"6558:52:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"6548:6:11"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6335:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"6346:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"6358:6:11","type":""}],"src":"6300:327:11"},{"body":{"nodeType":"YulBlock","src":"6698:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6715:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6738:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"6720:17:11"},"nodeType":"YulFunctionCall","src":"6720:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6708:6:11"},"nodeType":"YulFunctionCall","src":"6708:37:11"},"nodeType":"YulExpressionStatement","src":"6708:37:11"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6686:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"6693:3:11","type":""}],"src":"6633:118:11"},{"body":{"nodeType":"YulBlock","src":"6855:124:11","statements":[{"nodeType":"YulAssignment","src":"6865:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6877:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"6888:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6873:3:11"},"nodeType":"YulFunctionCall","src":"6873:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6865:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"6945:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6958:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"6969:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6954:3:11"},"nodeType":"YulFunctionCall","src":"6954:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"6901:43:11"},"nodeType":"YulFunctionCall","src":"6901:71:11"},"nodeType":"YulExpressionStatement","src":"6901:71:11"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6827:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6839:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6850:4:11","type":""}],"src":"6757:222:11"},{"body":{"nodeType":"YulBlock","src":"7030:32:11","statements":[{"nodeType":"YulAssignment","src":"7040:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"7051:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"7040:7:11"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7012:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"7022:7:11","type":""}],"src":"6985:77:11"},{"body":{"nodeType":"YulBlock","src":"7111:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"7168:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7177:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7180:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"7170:6:11"},"nodeType":"YulFunctionCall","src":"7170:12:11"},"nodeType":"YulExpressionStatement","src":"7170:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7134:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7159:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"7141:17:11"},"nodeType":"YulFunctionCall","src":"7141:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"7131:2:11"},"nodeType":"YulFunctionCall","src":"7131:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7124:6:11"},"nodeType":"YulFunctionCall","src":"7124:43:11"},"nodeType":"YulIf","src":"7121:63:11"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7104:5:11","type":""}],"src":"7068:122:11"},{"body":{"nodeType":"YulBlock","src":"7248:87:11","statements":[{"nodeType":"YulAssignment","src":"7258:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7280:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7267:12:11"},"nodeType":"YulFunctionCall","src":"7267:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"7258:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7323:5:11"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"7296:26:11"},"nodeType":"YulFunctionCall","src":"7296:33:11"},"nodeType":"YulExpressionStatement","src":"7296:33:11"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7226:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"7234:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"7242:5:11","type":""}],"src":"7196:139:11"},{"body":{"nodeType":"YulBlock","src":"7441:519:11","statements":[{"body":{"nodeType":"YulBlock","src":"7487:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7489:77:11"},"nodeType":"YulFunctionCall","src":"7489:79:11"},"nodeType":"YulExpressionStatement","src":"7489:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7462:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"7471:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7458:3:11"},"nodeType":"YulFunctionCall","src":"7458:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"7483:2:11","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7454:3:11"},"nodeType":"YulFunctionCall","src":"7454:32:11"},"nodeType":"YulIf","src":"7451:119:11"},{"nodeType":"YulBlock","src":"7580:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7595:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"7609:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7599:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7624:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7659:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"7670:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7655:3:11"},"nodeType":"YulFunctionCall","src":"7655:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7679:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"7634:20:11"},"nodeType":"YulFunctionCall","src":"7634:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"7624:6:11"}]}]},{"nodeType":"YulBlock","src":"7707:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7722:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"7736:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7726:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7752:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7787:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"7798:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7783:3:11"},"nodeType":"YulFunctionCall","src":"7783:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7807:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"7762:20:11"},"nodeType":"YulFunctionCall","src":"7762:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"7752:6:11"}]}]},{"nodeType":"YulBlock","src":"7835:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7850:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"7864:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7854:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7880:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7915:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"7926:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7911:3:11"},"nodeType":"YulFunctionCall","src":"7911:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7935:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"7890:20:11"},"nodeType":"YulFunctionCall","src":"7890:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"7880:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7395:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7406:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7418:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7426:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"7434:6:11","type":""}],"src":"7341:619:11"},{"body":{"nodeType":"YulBlock","src":"8032:263:11","statements":[{"body":{"nodeType":"YulBlock","src":"8078:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"8080:77:11"},"nodeType":"YulFunctionCall","src":"8080:79:11"},"nodeType":"YulExpressionStatement","src":"8080:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"8053:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"8062:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8049:3:11"},"nodeType":"YulFunctionCall","src":"8049:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"8074:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"8045:3:11"},"nodeType":"YulFunctionCall","src":"8045:32:11"},"nodeType":"YulIf","src":"8042:119:11"},{"nodeType":"YulBlock","src":"8171:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"8186:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"8200:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8190:6:11","type":""}]},{"nodeType":"YulAssignment","src":"8215:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8250:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"8261:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8246:3:11"},"nodeType":"YulFunctionCall","src":"8246:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8270:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"8225:20:11"},"nodeType":"YulFunctionCall","src":"8225:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8215:6:11"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8002:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"8013:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"8025:6:11","type":""}],"src":"7966:329:11"},{"body":{"nodeType":"YulBlock","src":"8329:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8346:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8349:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8339:6:11"},"nodeType":"YulFunctionCall","src":"8339:88:11"},"nodeType":"YulExpressionStatement","src":"8339:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8443:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"8446:4:11","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8436:6:11"},"nodeType":"YulFunctionCall","src":"8436:15:11"},"nodeType":"YulExpressionStatement","src":"8436:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8467:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8470:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8460:6:11"},"nodeType":"YulFunctionCall","src":"8460:15:11"},"nodeType":"YulExpressionStatement","src":"8460:15:11"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"8301:180:11"},{"body":{"nodeType":"YulBlock","src":"8584:40:11","statements":[{"nodeType":"YulAssignment","src":"8595:22:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8611:5:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"8605:5:11"},"nodeType":"YulFunctionCall","src":"8605:12:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"8595:6:11"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8567:5:11","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"8577:6:11","type":""}],"src":"8487:137:11"},{"body":{"nodeType":"YulBlock","src":"8770:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8787:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"8792:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8780:6:11"},"nodeType":"YulFunctionCall","src":"8780:19:11"},"nodeType":"YulExpressionStatement","src":"8780:19:11"},{"nodeType":"YulAssignment","src":"8808:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8827:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"8832:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8823:3:11"},"nodeType":"YulFunctionCall","src":"8823:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"8808:11:11"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"8742:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"8747:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"8758:11:11","type":""}],"src":"8630:213:11"},{"body":{"nodeType":"YulBlock","src":"8944:87:11","statements":[{"nodeType":"YulAssignment","src":"8954:11:11","value":{"name":"ptr","nodeType":"YulIdentifier","src":"8962:3:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8954:4:11"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8982:1:11","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"8985:3:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8975:6:11"},"nodeType":"YulFunctionCall","src":"8975:14:11"},"nodeType":"YulExpressionStatement","src":"8975:14:11"},{"nodeType":"YulAssignment","src":"8998:26:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9016:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9019:4:11","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"9006:9:11"},"nodeType":"YulFunctionCall","src":"9006:18:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8998:4:11"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"8931:3:11","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"8939:4:11","type":""}],"src":"8849:182:11"},{"body":{"nodeType":"YulBlock","src":"9088:51:11","statements":[{"nodeType":"YulAssignment","src":"9098:34:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9123:1:11","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"9126:5:11"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"9119:3:11"},"nodeType":"YulFunctionCall","src":"9119:13:11"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"9098:8:11"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9069:5:11","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"9079:8:11","type":""}],"src":"9037:102:11"},{"body":{"nodeType":"YulBlock","src":"9203:32:11","statements":[{"nodeType":"YulAssignment","src":"9213:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"9224:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"9213:7:11"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9185:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"9195:7:11","type":""}],"src":"9145:90:11"},{"body":{"nodeType":"YulBlock","src":"9316:91:11","statements":[{"nodeType":"YulAssignment","src":"9326:75:11","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"9389:10:11"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"9366:22:11"},"nodeType":"YulFunctionCall","src":"9366:34:11"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"9335:30:11"},"nodeType":"YulFunctionCall","src":"9335:66:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"9326:5:11"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"9295:10:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9310:5:11","type":""}],"src":"9241:166:11"},{"body":{"nodeType":"YulBlock","src":"9468:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9485:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9508:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"9490:17:11"},"nodeType":"YulFunctionCall","src":"9490:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9478:6:11"},"nodeType":"YulFunctionCall","src":"9478:37:11"},"nodeType":"YulExpressionStatement","src":"9478:37:11"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9456:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"9463:3:11","type":""}],"src":"9413:108:11"},{"body":{"nodeType":"YulBlock","src":"9714:578:11","statements":[{"nodeType":"YulVariableDeclaration","src":"9724:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9740:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"9745:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9736:3:11"},"nodeType":"YulFunctionCall","src":"9736:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"9728:4:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"9759:18:11","value":{"kind":"number","nodeType":"YulLiteral","src":"9776:1:11","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"9763:9:11","type":""}]},{"nodeType":"YulBlock","src":"9787:244:11","statements":[{"nodeType":"YulAssignment","src":"9821:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9844:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"9851:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9840:3:11"},"nodeType":"YulFunctionCall","src":"9840:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"9834:5:11"},"nodeType":"YulFunctionCall","src":"9834:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9821:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"9870:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9935:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"9890:44:11"},"nodeType":"YulFunctionCall","src":"9890:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"9874:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"9992:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10010:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10015:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10006:3:11"},"nodeType":"YulFunctionCall","src":"10006:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"9958:33:11"},"nodeType":"YulFunctionCall","src":"9958:63:11"},"nodeType":"YulExpressionStatement","src":"9958:63:11"}]},{"nodeType":"YulBlock","src":"10041:244:11","statements":[{"nodeType":"YulAssignment","src":"10075:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10098:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"10105:4:11","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10094:3:11"},"nodeType":"YulFunctionCall","src":"10094:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"10088:5:11"},"nodeType":"YulFunctionCall","src":"10088:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"10075:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"10124:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"10189:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"10144:44:11"},"nodeType":"YulFunctionCall","src":"10144:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"10128:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"10246:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10264:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10269:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10260:3:11"},"nodeType":"YulFunctionCall","src":"10260:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"10212:33:11"},"nodeType":"YulFunctionCall","src":"10212:63:11"},"nodeType":"YulExpressionStatement","src":"10212:63:11"}]}]},"name":"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9701:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"9708:3:11","type":""}],"src":"9603:689:11"},{"body":{"nodeType":"YulBlock","src":"10433:154:11","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"10532:6:11"},{"name":"pos","nodeType":"YulIdentifier","src":"10540:3:11"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"10443:88:11"},"nodeType":"YulFunctionCall","src":"10443:101:11"},"nodeType":"YulExpressionStatement","src":"10443:101:11"},{"nodeType":"YulAssignment","src":"10553:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10571:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10576:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10567:3:11"},"nodeType":"YulFunctionCall","src":"10567:14:11"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"10553:10:11"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"10406:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10414:3:11","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"10422:10:11","type":""}],"src":"10298:289:11"},{"body":{"nodeType":"YulBlock","src":"10691:38:11","statements":[{"nodeType":"YulAssignment","src":"10701:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"10713:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10718:4:11","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10709:3:11"},"nodeType":"YulFunctionCall","src":"10709:14:11"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"10701:4:11"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"10678:3:11","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"10686:4:11","type":""}],"src":"10593:136:11"},{"body":{"nodeType":"YulBlock","src":"10991:754:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11001:91:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11086:5:11"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11015:70:11"},"nodeType":"YulFunctionCall","src":"11015:77:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"11005:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11101:122:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11211:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"11216:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11108:102:11"},"nodeType":"YulFunctionCall","src":"11108:115:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11101:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"11232:94:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11320:5:11"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11247:72:11"},"nodeType":"YulFunctionCall","src":"11247:79:11"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"11236:7:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"11335:21:11","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"11349:7:11"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"11339:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"11425:295:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11439:27:11","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"11460:6:11"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"11443:13:11","type":""}]},{"nodeType":"YulAssignment","src":"11479:125:11","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"11585:13:11"},{"name":"pos","nodeType":"YulIdentifier","src":"11600:3:11"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr","nodeType":"YulIdentifier","src":"11486:98:11"},"nodeType":"YulFunctionCall","src":"11486:118:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11479:3:11"}]},{"nodeType":"YulAssignment","src":"11617:93:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"11703:6:11"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11627:75:11"},"nodeType":"YulFunctionCall","src":"11627:83:11"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"11617:6:11"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"11387:1:11"},{"name":"length","nodeType":"YulIdentifier","src":"11390:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"11384:2:11"},"nodeType":"YulFunctionCall","src":"11384:13:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"11398:18:11","statements":[{"nodeType":"YulAssignment","src":"11400:14:11","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"11409:1:11"},{"kind":"number","nodeType":"YulLiteral","src":"11412:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11405:3:11"},"nodeType":"YulFunctionCall","src":"11405:9:11"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"11400:1:11"}]}]},"pre":{"nodeType":"YulBlock","src":"11369:14:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11371:10:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11380:1:11","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"11375:1:11","type":""}]}]},"src":"11365:355:11"},{"nodeType":"YulAssignment","src":"11729:10:11","value":{"name":"pos","nodeType":"YulIdentifier","src":"11736:3:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"11729:3:11"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10970:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10977:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10986:3:11","type":""}],"src":"10815:930:11"},{"body":{"nodeType":"YulBlock","src":"11951:277:11","statements":[{"nodeType":"YulAssignment","src":"11961:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11973:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"11984:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11969:3:11"},"nodeType":"YulFunctionCall","src":"11969:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11961:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12008:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"12019:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12004:3:11"},"nodeType":"YulFunctionCall","src":"12004:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12027:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"12033:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"12023:3:11"},"nodeType":"YulFunctionCall","src":"12023:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11997:6:11"},"nodeType":"YulFunctionCall","src":"11997:47:11"},"nodeType":"YulExpressionStatement","src":"11997:47:11"},{"nodeType":"YulAssignment","src":"12053:168:11","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"12207:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"12216:4:11"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12061:145:11"},"nodeType":"YulFunctionCall","src":"12061:160:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12053:4:11"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11923:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"11935:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11946:4:11","type":""}],"src":"11751:477:11"},{"body":{"nodeType":"YulBlock","src":"12330:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12347:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"12352:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12340:6:11"},"nodeType":"YulFunctionCall","src":"12340:19:11"},"nodeType":"YulExpressionStatement","src":"12340:19:11"},{"nodeType":"YulAssignment","src":"12368:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12387:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12392:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12383:3:11"},"nodeType":"YulFunctionCall","src":"12383:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"12368:11:11"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12302:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"12307:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"12318:11:11","type":""}],"src":"12234:169:11"},{"body":{"nodeType":"YulBlock","src":"12515:65:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12537:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"12545:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12533:3:11"},"nodeType":"YulFunctionCall","src":"12533:14:11"},{"hexValue":"476174657761793a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"12549:23:11","type":"","value":"Gateway: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12526:6:11"},"nodeType":"YulFunctionCall","src":"12526:47:11"},"nodeType":"YulExpressionStatement","src":"12526:47:11"}]},"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"12507:6:11","type":""}],"src":"12409:171:11"},{"body":{"nodeType":"YulBlock","src":"12732:220:11","statements":[{"nodeType":"YulAssignment","src":"12742:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12808:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12813:2:11","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12749:58:11"},"nodeType":"YulFunctionCall","src":"12749:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12742:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12914:3:11"}],"functionName":{"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulIdentifier","src":"12825:88:11"},"nodeType":"YulFunctionCall","src":"12825:93:11"},"nodeType":"YulExpressionStatement","src":"12825:93:11"},{"nodeType":"YulAssignment","src":"12927:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12938:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12943:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12934:3:11"},"nodeType":"YulFunctionCall","src":"12934:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12927:3:11"}]}]},"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12720:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12728:3:11","type":""}],"src":"12586:366:11"},{"body":{"nodeType":"YulBlock","src":"13129:248:11","statements":[{"nodeType":"YulAssignment","src":"13139:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13151:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"13162:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13147:3:11"},"nodeType":"YulFunctionCall","src":"13147:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13139:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13186:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"13197:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13182:3:11"},"nodeType":"YulFunctionCall","src":"13182:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13205:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"13211:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13201:3:11"},"nodeType":"YulFunctionCall","src":"13201:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13175:6:11"},"nodeType":"YulFunctionCall","src":"13175:47:11"},"nodeType":"YulExpressionStatement","src":"13175:47:11"},{"nodeType":"YulAssignment","src":"13231:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13365:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13239:124:11"},"nodeType":"YulFunctionCall","src":"13239:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13231:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13109:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13124:4:11","type":""}],"src":"12958:419:11"},{"body":{"nodeType":"YulBlock","src":"13489:118:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13511:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"13519:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13507:3:11"},"nodeType":"YulFunctionCall","src":"13507:14:11"},{"hexValue":"476174657761793a207472656173757279206164647265737320616c72656164","kind":"string","nodeType":"YulLiteral","src":"13523:34:11","type":"","value":"Gateway: treasury address alread"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13500:6:11"},"nodeType":"YulFunctionCall","src":"13500:58:11"},"nodeType":"YulExpressionStatement","src":"13500:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13579:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"13587:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13575:3:11"},"nodeType":"YulFunctionCall","src":"13575:15:11"},{"hexValue":"7920736574","kind":"string","nodeType":"YulLiteral","src":"13592:7:11","type":"","value":"y set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13568:6:11"},"nodeType":"YulFunctionCall","src":"13568:32:11"},"nodeType":"YulExpressionStatement","src":"13568:32:11"}]},"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"13481:6:11","type":""}],"src":"13383:224:11"},{"body":{"nodeType":"YulBlock","src":"13759:220:11","statements":[{"nodeType":"YulAssignment","src":"13769:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13835:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13840:2:11","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13776:58:11"},"nodeType":"YulFunctionCall","src":"13776:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13769:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13941:3:11"}],"functionName":{"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulIdentifier","src":"13852:88:11"},"nodeType":"YulFunctionCall","src":"13852:93:11"},"nodeType":"YulExpressionStatement","src":"13852:93:11"},{"nodeType":"YulAssignment","src":"13954:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13965:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13970:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13961:3:11"},"nodeType":"YulFunctionCall","src":"13961:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13954:3:11"}]}]},"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13747:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13755:3:11","type":""}],"src":"13613:366:11"},{"body":{"nodeType":"YulBlock","src":"14156:248:11","statements":[{"nodeType":"YulAssignment","src":"14166:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14178:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14189:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14174:3:11"},"nodeType":"YulFunctionCall","src":"14174:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14166:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14213:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14224:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14209:3:11"},"nodeType":"YulFunctionCall","src":"14209:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14232:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"14238:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"14228:3:11"},"nodeType":"YulFunctionCall","src":"14228:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14202:6:11"},"nodeType":"YulFunctionCall","src":"14202:47:11"},"nodeType":"YulExpressionStatement","src":"14202:47:11"},{"nodeType":"YulAssignment","src":"14258:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14392:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14266:124:11"},"nodeType":"YulFunctionCall","src":"14266:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14258:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14136:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14151:4:11","type":""}],"src":"13985:419:11"},{"body":{"nodeType":"YulBlock","src":"14516:120:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14538:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"14546:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14534:3:11"},"nodeType":"YulFunctionCall","src":"14534:14:11"},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c7265","kind":"string","nodeType":"YulLiteral","src":"14550:34:11","type":"","value":"Gateway: aggregator address alre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14527:6:11"},"nodeType":"YulFunctionCall","src":"14527:58:11"},"nodeType":"YulExpressionStatement","src":"14527:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14606:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"14614:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14602:3:11"},"nodeType":"YulFunctionCall","src":"14602:15:11"},{"hexValue":"61647920736574","kind":"string","nodeType":"YulLiteral","src":"14619:9:11","type":"","value":"ady set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14595:6:11"},"nodeType":"YulFunctionCall","src":"14595:34:11"},"nodeType":"YulExpressionStatement","src":"14595:34:11"}]},"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"14508:6:11","type":""}],"src":"14410:226:11"},{"body":{"nodeType":"YulBlock","src":"14788:220:11","statements":[{"nodeType":"YulAssignment","src":"14798:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14864:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14869:2:11","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14805:58:11"},"nodeType":"YulFunctionCall","src":"14805:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"14798:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14970:3:11"}],"functionName":{"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulIdentifier","src":"14881:88:11"},"nodeType":"YulFunctionCall","src":"14881:93:11"},"nodeType":"YulExpressionStatement","src":"14881:93:11"},{"nodeType":"YulAssignment","src":"14983:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14994:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14999:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14990:3:11"},"nodeType":"YulFunctionCall","src":"14990:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"14983:3:11"}]}]},"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"14776:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"14784:3:11","type":""}],"src":"14642:366:11"},{"body":{"nodeType":"YulBlock","src":"15185:248:11","statements":[{"nodeType":"YulAssignment","src":"15195:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15207:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15218:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15203:3:11"},"nodeType":"YulFunctionCall","src":"15203:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15195:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15242:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15253:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15238:3:11"},"nodeType":"YulFunctionCall","src":"15238:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15261:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"15267:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"15257:3:11"},"nodeType":"YulFunctionCall","src":"15257:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15231:6:11"},"nodeType":"YulFunctionCall","src":"15231:47:11"},"nodeType":"YulExpressionStatement","src":"15231:47:11"},{"nodeType":"YulAssignment","src":"15287:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15421:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15295:124:11"},"nodeType":"YulFunctionCall","src":"15295:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15287:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15165:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15180:4:11","type":""}],"src":"15014:419:11"},{"body":{"nodeType":"YulBlock","src":"15502:52:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15519:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15541:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"15524:16:11"},"nodeType":"YulFunctionCall","src":"15524:23:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15512:6:11"},"nodeType":"YulFunctionCall","src":"15512:36:11"},"nodeType":"YulExpressionStatement","src":"15512:36:11"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15490:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15497:3:11","type":""}],"src":"15439:115:11"},{"body":{"nodeType":"YulBlock","src":"15656:122:11","statements":[{"nodeType":"YulAssignment","src":"15666:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15678:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15689:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15674:3:11"},"nodeType":"YulFunctionCall","src":"15674:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15666:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"15744:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15757:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15768:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15753:3:11"},"nodeType":"YulFunctionCall","src":"15753:17:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"15702:41:11"},"nodeType":"YulFunctionCall","src":"15702:69:11"},"nodeType":"YulExpressionStatement","src":"15702:69:11"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15628:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"15640:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15651:4:11","type":""}],"src":"15560:218:11"},{"body":{"nodeType":"YulBlock","src":"15890:122:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15912:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"15920:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15908:3:11"},"nodeType":"YulFunctionCall","src":"15908:14:11"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"15924:34:11","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15901:6:11"},"nodeType":"YulFunctionCall","src":"15901:58:11"},"nodeType":"YulExpressionStatement","src":"15901:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15980:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"15988:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15976:3:11"},"nodeType":"YulFunctionCall","src":"15976:15:11"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"15993:11:11","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15969:6:11"},"nodeType":"YulFunctionCall","src":"15969:36:11"},"nodeType":"YulExpressionStatement","src":"15969:36:11"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"15882:6:11","type":""}],"src":"15784:228:11"},{"body":{"nodeType":"YulBlock","src":"16164:220:11","statements":[{"nodeType":"YulAssignment","src":"16174:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16240:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16245:2:11","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16181:58:11"},"nodeType":"YulFunctionCall","src":"16181:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"16174:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16346:3:11"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"16257:88:11"},"nodeType":"YulFunctionCall","src":"16257:93:11"},"nodeType":"YulExpressionStatement","src":"16257:93:11"},{"nodeType":"YulAssignment","src":"16359:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16370:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16375:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16366:3:11"},"nodeType":"YulFunctionCall","src":"16366:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"16359:3:11"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"16152:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"16160:3:11","type":""}],"src":"16018:366:11"},{"body":{"nodeType":"YulBlock","src":"16561:248:11","statements":[{"nodeType":"YulAssignment","src":"16571:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16583:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16594:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16579:3:11"},"nodeType":"YulFunctionCall","src":"16579:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16571:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16618:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16629:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16614:3:11"},"nodeType":"YulFunctionCall","src":"16614:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16637:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"16643:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16633:3:11"},"nodeType":"YulFunctionCall","src":"16633:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16607:6:11"},"nodeType":"YulFunctionCall","src":"16607:47:11"},"nodeType":"YulExpressionStatement","src":"16607:47:11"},{"nodeType":"YulAssignment","src":"16663:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16797:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16671:124:11"},"nodeType":"YulFunctionCall","src":"16671:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16663:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16541:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16556:4:11","type":""}],"src":"16390:419:11"},{"body":{"nodeType":"YulBlock","src":"16921:67:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"16943:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"16951:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16939:3:11"},"nodeType":"YulFunctionCall","src":"16939:14:11"},{"hexValue":"476174657761793a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"16955:25:11","type":"","value":"Gateway: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16932:6:11"},"nodeType":"YulFunctionCall","src":"16932:49:11"},"nodeType":"YulExpressionStatement","src":"16932:49:11"}]},"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"16913:6:11","type":""}],"src":"16815:173:11"},{"body":{"nodeType":"YulBlock","src":"17140:220:11","statements":[{"nodeType":"YulAssignment","src":"17150:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17216:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"17221:2:11","type":"","value":"23"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17157:58:11"},"nodeType":"YulFunctionCall","src":"17157:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"17150:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17322:3:11"}],"functionName":{"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulIdentifier","src":"17233:88:11"},"nodeType":"YulFunctionCall","src":"17233:93:11"},"nodeType":"YulExpressionStatement","src":"17233:93:11"},{"nodeType":"YulAssignment","src":"17335:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17346:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"17351:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17342:3:11"},"nodeType":"YulFunctionCall","src":"17342:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"17335:3:11"}]}]},"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"17128:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"17136:3:11","type":""}],"src":"16994:366:11"},{"body":{"nodeType":"YulBlock","src":"17537:248:11","statements":[{"nodeType":"YulAssignment","src":"17547:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17559:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"17570:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17555:3:11"},"nodeType":"YulFunctionCall","src":"17555:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17547:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17594:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"17605:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17590:3:11"},"nodeType":"YulFunctionCall","src":"17590:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17613:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"17619:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"17609:3:11"},"nodeType":"YulFunctionCall","src":"17609:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17583:6:11"},"nodeType":"YulFunctionCall","src":"17583:47:11"},"nodeType":"YulExpressionStatement","src":"17583:47:11"},{"nodeType":"YulAssignment","src":"17639:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17773:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17647:124:11"},"nodeType":"YulFunctionCall","src":"17647:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17639:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17517:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"17532:4:11","type":""}],"src":"17366:419:11"},{"body":{"nodeType":"YulBlock","src":"17856:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17873:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17896:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"17878:17:11"},"nodeType":"YulFunctionCall","src":"17878:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17866:6:11"},"nodeType":"YulFunctionCall","src":"17866:37:11"},"nodeType":"YulExpressionStatement","src":"17866:37:11"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17844:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"17851:3:11","type":""}],"src":"17791:118:11"},{"body":{"nodeType":"YulBlock","src":"18013:124:11","statements":[{"nodeType":"YulAssignment","src":"18023:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18035:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18046:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18031:3:11"},"nodeType":"YulFunctionCall","src":"18031:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18023:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"18103:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18116:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18127:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18112:3:11"},"nodeType":"YulFunctionCall","src":"18112:17:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"18059:43:11"},"nodeType":"YulFunctionCall","src":"18059:71:11"},"nodeType":"YulExpressionStatement","src":"18059:71:11"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17985:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"17997:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18008:4:11","type":""}],"src":"17915:222:11"},{"body":{"nodeType":"YulBlock","src":"18249:76:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"18271:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"18279:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18267:3:11"},"nodeType":"YulFunctionCall","src":"18267:14:11"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"18283:34:11","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18260:6:11"},"nodeType":"YulFunctionCall","src":"18260:58:11"},"nodeType":"YulExpressionStatement","src":"18260:58:11"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"18241:6:11","type":""}],"src":"18143:182:11"},{"body":{"nodeType":"YulBlock","src":"18477:220:11","statements":[{"nodeType":"YulAssignment","src":"18487:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18553:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"18558:2:11","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18494:58:11"},"nodeType":"YulFunctionCall","src":"18494:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"18487:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18659:3:11"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"18570:88:11"},"nodeType":"YulFunctionCall","src":"18570:93:11"},"nodeType":"YulExpressionStatement","src":"18570:93:11"},{"nodeType":"YulAssignment","src":"18672:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18683:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"18688:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18679:3:11"},"nodeType":"YulFunctionCall","src":"18679:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"18672:3:11"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"18465:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"18473:3:11","type":""}],"src":"18331:366:11"},{"body":{"nodeType":"YulBlock","src":"18874:248:11","statements":[{"nodeType":"YulAssignment","src":"18884:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18896:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18907:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18892:3:11"},"nodeType":"YulFunctionCall","src":"18892:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18884:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18931:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18942:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18927:3:11"},"nodeType":"YulFunctionCall","src":"18927:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"18950:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"18956:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18946:3:11"},"nodeType":"YulFunctionCall","src":"18946:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18920:6:11"},"nodeType":"YulFunctionCall","src":"18920:47:11"},"nodeType":"YulExpressionStatement","src":"18920:47:11"},{"nodeType":"YulAssignment","src":"18976:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"19110:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18984:124:11"},"nodeType":"YulFunctionCall","src":"18984:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18976:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18854:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18869:4:11","type":""}],"src":"18703:419:11"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$2074_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$2074_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2074_storage_to_t_struct$_Institution_$2074_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2074_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2074_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: treasury address alread\")\n\n mstore(add(memPtr, 32), \"y set\")\n\n }\n\n function abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: aggregator address alre\")\n\n mstore(add(memPtr, 32), \"ady set\")\n\n }\n\n function abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 23)\n store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":11,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100935760003560e01c806379ba50971161006657806379ba5097146100f65780638da5cb5b14610100578063cd9924001461011e578063e30c39781461013a578063f2fde38b1461015857610093565b8063322008821461009857806340ebc677146100b457806347094e2e146100d0578063715018a6146100ec575b600080fd5b6100b260048036038101906100ad9190610d03565b610174565b005b6100ce60048036038101906100c99190610dbd565b6102e9565b005b6100ea60048036038101906100e59190610e3d565b6105b1565b005b6100f461061c565b005b6100fe610630565b005b6101086106bd565b6040516101159190610e79565b60405180910390f35b61013860048036038101906101339190610eca565b6106e7565b005b61014261086c565b60405161014f9190610e79565b60405180910390f35b610172600480360381019061016d9190610f1d565b610896565b005b61017c610943565b60cd6000838152602001908152602001600020600061019b9190610ac0565b60005b815181101561029a5760cd60008481526020019081526020016000208282815181106101cd576101cc610f4a565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061023257610231610f4a565b5b60200260200101516020015181526020018481525060ce600084848151811061025e5761025d610f4a565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061019e565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102dd91906110b3565b60405180910390a25050565b6102f1610943565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610360576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161035790611132565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610463578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610419576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610410906111c4565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610561565b7f61676772656761746f72000000000000000000000000000000000000000000008303610560578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361051a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051190611256565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105ac578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105b9610943565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516106119190611285565b60405180910390a150565b610624610943565b61062e60006109c1565b565b600061063a6109f2565b90508073ffffffffffffffffffffffffffffffffffffffff1661065b61086c565b73ffffffffffffffffffffffffffffffffffffffff16146106b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a890611312565b60405180910390fd5b6106ba816109c1565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6106ef610943565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361075e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161075590611132565b60405180910390fd5b600181148061076d5750600281145b6107ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107a39061137e565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610867578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161085e91906113ad565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61089e610943565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108fe6106bd565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61094b6109f2565b73ffffffffffffffffffffffffffffffffffffffff166109696106bd565b73ffffffffffffffffffffffffffffffffffffffff16146109bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b690611414565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109ef816109fa565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610ae19190610ae4565b50565b5b80821115610b0757600080820160009055600182016000905550600201610ae5565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b3281610b1f565b8114610b3d57600080fd5b50565b600081359050610b4f81610b29565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610ba382610b5a565b810181811067ffffffffffffffff82111715610bc257610bc1610b6b565b5b80604052505050565b6000610bd5610b0b565b9050610be18282610b9a565b919050565b600067ffffffffffffffff821115610c0157610c00610b6b565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c3257610c31610c17565b5b610c3c6040610bcb565b90506000610c4c84828501610b40565b6000830152506020610c6084828501610b40565b60208301525092915050565b6000610c7f610c7a84610be6565b610bcb565b90508083825260208201905060408402830185811115610ca257610ca1610c12565b5b835b81811015610ccb5780610cb78882610c1c565b845260208401935050604081019050610ca4565b5050509392505050565b600082601f830112610cea57610ce9610b55565b5b8135610cfa848260208601610c6c565b91505092915050565b60008060408385031215610d1a57610d19610b15565b5b6000610d2885828601610b40565b925050602083013567ffffffffffffffff811115610d4957610d48610b1a565b5b610d5585828601610cd5565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d8a82610d5f565b9050919050565b610d9a81610d7f565b8114610da557600080fd5b50565b600081359050610db781610d91565b92915050565b60008060408385031215610dd457610dd3610b15565b5b6000610de285828601610b40565b9250506020610df385828601610da8565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e1a81610dfd565b8114610e2557600080fd5b50565b600081359050610e3781610e11565b92915050565b600060208284031215610e5357610e52610b15565b5b6000610e6184828501610e28565b91505092915050565b610e7381610d7f565b82525050565b6000602082019050610e8e6000830184610e6a565b92915050565b6000819050919050565b610ea781610e94565b8114610eb257600080fd5b50565b600081359050610ec481610e9e565b92915050565b600080600060608486031215610ee357610ee2610b15565b5b6000610ef186828701610b40565b9350506020610f0286828701610da8565b9250506040610f1386828701610eb5565b9150509250925092565b600060208284031215610f3357610f32610b15565b5b6000610f4184828501610da8565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fd4610fcf83610faa565b610fb7565b9050919050565b610fe481610b1f565b82525050565b604082016000808301549050610fff81610fc1565b61100c6000860182610fdb565b506001830154905061101d81610fc1565b61102a6020860182610fdb565b5050505050565b600061103d8383610fea565b60408301905092915050565b6000600282019050919050565b600061106182610f79565b61106b8185610f84565b935061107683610f95565b8060005b838110156110a6578161108d8882611031565b975061109883611049565b92505060018101905061107a565b5085935050505092915050565b600060208201905081810360008301526110cd8184611056565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061111c6015836110d5565b9150611127826110e6565b602082019050919050565b6000602082019050818103600083015261114b8161110f565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111ae6025836110d5565b91506111b982611152565b604082019050919050565b600060208201905081810360008301526111dd816111a1565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006112406027836110d5565b915061124b826111e4565b604082019050919050565b6000602082019050818103600083015261126f81611233565b9050919050565b61127f81610dfd565b82525050565b600060208201905061129a6000830184611276565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006112fc6029836110d5565b9150611307826112a0565b604082019050919050565b6000602082019050818103600083015261132b816112ef565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113686017836110d5565b915061137382611332565b602082019050919050565b600060208201905081810360008301526113978161135b565b9050919050565b6113a781610e94565b82525050565b60006020820190506113c2600083018461139e565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006113fe6020836110d5565b9150611409826113c8565b602082019050919050565b6000602082019050818103600083015261142d816113f1565b905091905056fea2646970667358221220a5cf2406f8bb007a45008610cf8baf05dde6f3dbf02727307f944766ecf3cbe164736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x93 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xF6 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x11E JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x13A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x158 JUMPI PUSH2 0x93 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x98 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xB4 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0xD0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xEC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAD SWAP2 SWAP1 PUSH2 0xD03 JUMP JUMPDEST PUSH2 0x174 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC9 SWAP2 SWAP1 PUSH2 0xDBD JUMP JUMPDEST PUSH2 0x2E9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE5 SWAP2 SWAP1 PUSH2 0xE3D JUMP JUMPDEST PUSH2 0x5B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x61C JUMP JUMPDEST STOP JUMPDEST PUSH2 0xFE PUSH2 0x630 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x108 PUSH2 0x6BD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x115 SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x138 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x133 SWAP2 SWAP1 PUSH2 0xECA JUMP JUMPDEST PUSH2 0x6E7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x142 PUSH2 0x86C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14F SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x172 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x16D SWAP2 SWAP1 PUSH2 0xF1D JUMP JUMPDEST PUSH2 0x896 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x17C PUSH2 0x943 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x19B SWAP2 SWAP1 PUSH2 0xAC0 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x29A JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1CD JUMPI PUSH2 0x1CC PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x232 JUMPI PUSH2 0x231 PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x25E JUMPI PUSH2 0x25D PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x19E JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x2DD SWAP2 SWAP1 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x2F1 PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x360 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x357 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x463 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x419 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x410 SWAP1 PUSH2 0x11C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x561 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x560 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x51A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x511 SWAP1 PUSH2 0x1256 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x5AC JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x5B9 PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x611 SWAP2 SWAP1 PUSH2 0x1285 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH2 0x624 PUSH2 0x943 JUMP JUMPDEST PUSH2 0x62E PUSH1 0x0 PUSH2 0x9C1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x63A PUSH2 0x9F2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x65B PUSH2 0x86C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x6B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A8 SWAP1 PUSH2 0x1312 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6BA DUP2 PUSH2 0x9C1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x6EF PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x75E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x755 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x76D JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x7AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7A3 SWAP1 PUSH2 0x137E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x867 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x85E SWAP2 SWAP1 PUSH2 0x13AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x89E PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FE PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x94B PUSH2 0x9F2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x969 PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9BF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B6 SWAP1 PUSH2 0x1414 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x9EF DUP2 PUSH2 0x9FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xAE1 SWAP2 SWAP1 PUSH2 0xAE4 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xB07 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xAE5 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB32 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP2 EQ PUSH2 0xB3D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB4F DUP2 PUSH2 0xB29 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xBA3 DUP3 PUSH2 0xB5A JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xBC2 JUMPI PUSH2 0xBC1 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD5 PUSH2 0xB0B JUMP JUMPDEST SWAP1 POP PUSH2 0xBE1 DUP3 DUP3 PUSH2 0xB9A JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xC01 JUMPI PUSH2 0xC00 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC32 JUMPI PUSH2 0xC31 PUSH2 0xC17 JUMP JUMPDEST JUMPDEST PUSH2 0xC3C PUSH1 0x40 PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC4C DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xC60 DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC7F PUSH2 0xC7A DUP5 PUSH2 0xBE6 JUMP JUMPDEST PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0xC12 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCCB JUMPI DUP1 PUSH2 0xCB7 DUP9 DUP3 PUSH2 0xC1C JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xCA4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xCEA JUMPI PUSH2 0xCE9 PUSH2 0xB55 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xCFA DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xC6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD1A JUMPI PUSH2 0xD19 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD28 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD49 JUMPI PUSH2 0xD48 PUSH2 0xB1A JUMP JUMPDEST JUMPDEST PUSH2 0xD55 DUP6 DUP3 DUP7 ADD PUSH2 0xCD5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP3 PUSH2 0xD5F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD9A DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP2 EQ PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xDB7 DUP2 PUSH2 0xD91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDD4 JUMPI PUSH2 0xDD3 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDE2 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDF3 DUP6 DUP3 DUP7 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE1A DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP2 EQ PUSH2 0xE25 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xE37 DUP2 PUSH2 0xE11 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE53 JUMPI PUSH2 0xE52 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xE61 DUP5 DUP3 DUP6 ADD PUSH2 0xE28 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE73 DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE8E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE6A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEC4 DUP2 PUSH2 0xE9E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEE3 JUMPI PUSH2 0xEE2 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEF1 DUP7 DUP3 DUP8 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xF02 DUP7 DUP3 DUP8 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF13 DUP7 DUP3 DUP8 ADD PUSH2 0xEB5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF33 JUMPI PUSH2 0xF32 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF41 DUP5 DUP3 DUP6 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFD4 PUSH2 0xFCF DUP4 PUSH2 0xFAA JUMP JUMPDEST PUSH2 0xFB7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFE4 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFFF DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x100C PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x101D DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x102A PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x103D DUP4 DUP4 PUSH2 0xFEA JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1061 DUP3 PUSH2 0xF79 JUMP JUMPDEST PUSH2 0x106B DUP2 DUP6 PUSH2 0xF84 JUMP JUMPDEST SWAP4 POP PUSH2 0x1076 DUP4 PUSH2 0xF95 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A6 JUMPI DUP2 PUSH2 0x108D DUP9 DUP3 PUSH2 0x1031 JUMP JUMPDEST SWAP8 POP PUSH2 0x1098 DUP4 PUSH2 0x1049 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x107A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CD DUP2 DUP5 PUSH2 0x1056 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x111C PUSH1 0x15 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1127 DUP3 PUSH2 0x10E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x114B DUP2 PUSH2 0x110F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11AE PUSH1 0x25 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x11B9 DUP3 PUSH2 0x1152 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11DD DUP2 PUSH2 0x11A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1240 PUSH1 0x27 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x124B DUP3 PUSH2 0x11E4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x126F DUP2 PUSH2 0x1233 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x129A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1276 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12FC PUSH1 0x29 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1307 DUP3 PUSH2 0x12A0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x132B DUP2 PUSH2 0x12EF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1368 PUSH1 0x17 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1373 DUP3 PUSH2 0x1332 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1397 DUP2 PUSH2 0x135B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13A7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x139E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13FE PUSH1 0x20 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1409 DUP3 PUSH2 0x13C8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x142D DUP2 PUSH2 0x13F1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xA5 0xCF 0x24 MOD 0xF8 0xBB STOP PUSH27 0x45008610CF8BAF05DDE6F3DBF02727307F944766ECF3CBE164736F PUSH13 0x63430008120033000000000000 ","sourceMap":"338:3609:8:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2323:539;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3394:551;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2085:101:1;;;:::i;:::-;;2031:212:0;;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2323:539:8;1355:13:1;:11;:13::i;:::-;2461:21:8::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;3394:551::-;1355:13:1;:11;:13::i;:::-;3502:1:8::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:1;:11;:13::i;:::-;3094:19:8::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;1773:335:8:-;1355:13:1;:11;:13::i;:::-;1894:1:8::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;1436:178::-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:5:-;939:7;965:10;958:17;;886:96;:::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:11:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:117::-;799:1;796;789:12;813:102;854:6;905:2;901:7;896:2;889:5;885:14;881:28;871:38;;813:102;;;:::o;921:180::-;969:77;966:1;959:88;1066:4;1063:1;1056:15;1090:4;1087:1;1080:15;1107:281;1190:27;1212:4;1190:27;:::i;:::-;1182:6;1178:40;1320:6;1308:10;1305:22;1284:18;1272:10;1269:34;1266:62;1263:88;;;1331:18;;:::i;:::-;1263:88;1371:10;1367:2;1360:22;1150:238;1107:281;;:::o;1394:129::-;1428:6;1455:20;;:::i;:::-;1445:30;;1484:33;1512:4;1504:6;1484:33;:::i;:::-;1394:129;;;:::o;1529:340::-;1635:4;1725:18;1717:6;1714:30;1711:56;;;1747:18;;:::i;:::-;1711:56;1797:4;1789:6;1785:17;1777:25;;1857:4;1851;1847:15;1839:23;;1529:340;;;:::o;1875:117::-;1984:1;1981;1974:12;1998:117;2107:1;2104;2097:12;2284:578;2362:5;2406:4;2394:9;2389:3;2385:19;2381:30;2378:117;;;2414:79;;:::i;:::-;2378:117;2513:21;2529:4;2513:21;:::i;:::-;2504:30;;2593:1;2633:49;2678:3;2669:6;2658:9;2654:22;2633:49;:::i;:::-;2626:4;2619:5;2615:16;2608:75;2544:150;2753:2;2794:49;2839:3;2830:6;2819:9;2815:22;2794:49;:::i;:::-;2787:4;2780:5;2776:16;2769:75;2704:151;2284:578;;;;:::o;2910:797::-;3035:5;3060:110;3076:93;3162:6;3076:93;:::i;:::-;3060:110;:::i;:::-;3051:119;;3190:5;3219:6;3212:5;3205:21;3253:4;3246:5;3242:16;3235:23;;3306:4;3298:6;3294:17;3286:6;3282:30;3335:3;3327:6;3324:15;3321:122;;;3354:79;;:::i;:::-;3321:122;3469:6;3452:249;3486:6;3481:3;3478:15;3452:249;;;3561:3;3590:66;3652:3;3640:10;3590:66;:::i;:::-;3585:3;3578:79;3686:4;3681:3;3677:14;3670:21;;3528:173;3512:4;3507:3;3503:14;3496:21;;3452:249;;;3456:21;3041:666;;2910:797;;;;;:::o;3755:428::-;3855:5;3904:3;3897:4;3889:6;3885:17;3881:27;3871:122;;3912:79;;:::i;:::-;3871:122;4029:6;4016:20;4054:123;4173:3;4165:6;4158:4;4150:6;4146:17;4054:123;:::i;:::-;4045:132;;3861:322;3755:428;;;;:::o;4189:742::-;4311:6;4319;4368:2;4356:9;4347:7;4343:23;4339:32;4336:119;;;4374:79;;:::i;:::-;4336:119;4494:1;4519:53;4564:7;4555:6;4544:9;4540:22;4519:53;:::i;:::-;4509:63;;4465:117;4649:2;4638:9;4634:18;4621:32;4680:18;4672:6;4669:30;4666:117;;;4702:79;;:::i;:::-;4666:117;4807:107;4906:7;4897:6;4886:9;4882:22;4807:107;:::i;:::-;4797:117;;4592:332;4189:742;;;;;:::o;4937:126::-;4974:7;5014:42;5007:5;5003:54;4992:65;;4937:126;;;:::o;5069:96::-;5106:7;5135:24;5153:5;5135:24;:::i;:::-;5124:35;;5069:96;;;:::o;5171:122::-;5244:24;5262:5;5244:24;:::i;:::-;5237:5;5234:35;5224:63;;5283:1;5280;5273:12;5224:63;5171:122;:::o;5299:139::-;5345:5;5383:6;5370:20;5361:29;;5399:33;5426:5;5399:33;:::i;:::-;5299:139;;;;:::o;5444:474::-;5512:6;5520;5569:2;5557:9;5548:7;5544:23;5540:32;5537:119;;;5575:79;;:::i;:::-;5537:119;5695:1;5720:53;5765:7;5756:6;5745:9;5741:22;5720:53;:::i;:::-;5710:63;;5666:117;5822:2;5848:53;5893:7;5884:6;5873:9;5869:22;5848:53;:::i;:::-;5838:63;;5793:118;5444:474;;;;;:::o;5924:101::-;5960:7;6000:18;5993:5;5989:30;5978:41;;5924:101;;;:::o;6031:120::-;6103:23;6120:5;6103:23;:::i;:::-;6096:5;6093:34;6083:62;;6141:1;6138;6131:12;6083:62;6031:120;:::o;6157:137::-;6202:5;6240:6;6227:20;6218:29;;6256:32;6282:5;6256:32;:::i;:::-;6157:137;;;;:::o;6300:327::-;6358:6;6407:2;6395:9;6386:7;6382:23;6378:32;6375:119;;;6413:79;;:::i;:::-;6375:119;6533:1;6558:52;6602:7;6593:6;6582:9;6578:22;6558:52;:::i;:::-;6548:62;;6504:116;6300:327;;;;:::o;6633:118::-;6720:24;6738:5;6720:24;:::i;:::-;6715:3;6708:37;6633:118;;:::o;6757:222::-;6850:4;6888:2;6877:9;6873:18;6865:26;;6901:71;6969:1;6958:9;6954:17;6945:6;6901:71;:::i;:::-;6757:222;;;;:::o;6985:77::-;7022:7;7051:5;7040:16;;6985:77;;;:::o;7068:122::-;7141:24;7159:5;7141:24;:::i;:::-;7134:5;7131:35;7121:63;;7180:1;7177;7170:12;7121:63;7068:122;:::o;7196:139::-;7242:5;7280:6;7267:20;7258:29;;7296:33;7323:5;7296:33;:::i;:::-;7196:139;;;;:::o;7341:619::-;7418:6;7426;7434;7483:2;7471:9;7462:7;7458:23;7454:32;7451:119;;;7489:79;;:::i;:::-;7451:119;7609:1;7634:53;7679:7;7670:6;7659:9;7655:22;7634:53;:::i;:::-;7624:63;;7580:117;7736:2;7762:53;7807:7;7798:6;7787:9;7783:22;7762:53;:::i;:::-;7752:63;;7707:118;7864:2;7890:53;7935:7;7926:6;7915:9;7911:22;7890:53;:::i;:::-;7880:63;;7835:118;7341:619;;;;;:::o;7966:329::-;8025:6;8074:2;8062:9;8053:7;8049:23;8045:32;8042:119;;;8080:79;;:::i;:::-;8042:119;8200:1;8225:53;8270:7;8261:6;8250:9;8246:22;8225:53;:::i;:::-;8215:63;;8171:117;7966:329;;;;:::o;8301:180::-;8349:77;8346:1;8339:88;8446:4;8443:1;8436:15;8470:4;8467:1;8460:15;8487:137;8577:6;8611:5;8605:12;8595:22;;8487:137;;;:::o;8630:213::-;8758:11;8792:6;8787:3;8780:19;8832:4;8827:3;8823:14;8808:29;;8630:213;;;;:::o;8849:182::-;8939:4;8962:3;8954:11;;8985:3;8982:1;8975:14;9019:4;9016:1;9006:18;8998:26;;8849:182;;;:::o;9037:102::-;9079:8;9126:5;9123:1;9119:13;9098:34;;9037:102;;;:::o;9145:90::-;9195:7;9224:5;9213:16;;9145:90;;;:::o;9241:166::-;9310:5;9335:66;9366:34;9389:10;9366:34;:::i;:::-;9335:66;:::i;:::-;9326:75;;9241:166;;;:::o;9413:108::-;9490:24;9508:5;9490:24;:::i;:::-;9485:3;9478:37;9413:108;;:::o;9603:689::-;9745:4;9740:3;9736:14;9776:1;9851:4;9844:5;9840:16;9834:23;9821:36;;9890:55;9935:9;9890:55;:::i;:::-;9958:63;10015:4;10010:3;10006:14;9992:12;9958:63;:::i;:::-;9787:244;10105:4;10098:5;10094:16;10088:23;10075:36;;10144:55;10189:9;10144:55;:::i;:::-;10212:63;10269:4;10264:3;10260:14;10246:12;10212:63;:::i;:::-;10041:244;9714:578;;9603:689;;:::o;10298:289::-;10422:10;10443:101;10540:3;10532:6;10443:101;:::i;:::-;10576:4;10571:3;10567:14;10553:28;;10298:289;;;;:::o;10593:136::-;10686:4;10718;10713:3;10709:14;10701:22;;10593:136;;;:::o;10815:930::-;10986:3;11015:77;11086:5;11015:77;:::i;:::-;11108:115;11216:6;11211:3;11108:115;:::i;:::-;11101:122;;11247:79;11320:5;11247:79;:::i;:::-;11349:7;11380:1;11365:355;11390:6;11387:1;11384:13;11365:355;;;11460:6;11486:118;11600:3;11585:13;11486:118;:::i;:::-;11479:125;;11627:83;11703:6;11627:83;:::i;:::-;11617:93;;11425:295;11412:1;11409;11405:9;11400:14;;11365:355;;;11369:14;11736:3;11729:10;;10991:754;;;10815:930;;;;:::o;11751:477::-;11946:4;11984:2;11973:9;11969:18;11961:26;;12033:9;12027:4;12023:20;12019:1;12008:9;12004:17;11997:47;12061:160;12216:4;12207:6;12061:160;:::i;:::-;12053:168;;11751:477;;;;:::o;12234:169::-;12318:11;12352:6;12347:3;12340:19;12392:4;12387:3;12383:14;12368:29;;12234:169;;;;:::o;12409:171::-;12549:23;12545:1;12537:6;12533:14;12526:47;12409:171;:::o;12586:366::-;12728:3;12749:67;12813:2;12808:3;12749:67;:::i;:::-;12742:74;;12825:93;12914:3;12825:93;:::i;:::-;12943:2;12938:3;12934:12;12927:19;;12586:366;;;:::o;12958:419::-;13124:4;13162:2;13151:9;13147:18;13139:26;;13211:9;13205:4;13201:20;13197:1;13186:9;13182:17;13175:47;13239:131;13365:4;13239:131;:::i;:::-;13231:139;;12958:419;;;:::o;13383:224::-;13523:34;13519:1;13511:6;13507:14;13500:58;13592:7;13587:2;13579:6;13575:15;13568:32;13383:224;:::o;13613:366::-;13755:3;13776:67;13840:2;13835:3;13776:67;:::i;:::-;13769:74;;13852:93;13941:3;13852:93;:::i;:::-;13970:2;13965:3;13961:12;13954:19;;13613:366;;;:::o;13985:419::-;14151:4;14189:2;14178:9;14174:18;14166:26;;14238:9;14232:4;14228:20;14224:1;14213:9;14209:17;14202:47;14266:131;14392:4;14266:131;:::i;:::-;14258:139;;13985:419;;;:::o;14410:226::-;14550:34;14546:1;14538:6;14534:14;14527:58;14619:9;14614:2;14606:6;14602:15;14595:34;14410:226;:::o;14642:366::-;14784:3;14805:67;14869:2;14864:3;14805:67;:::i;:::-;14798:74;;14881:93;14970:3;14881:93;:::i;:::-;14999:2;14994:3;14990:12;14983:19;;14642:366;;;:::o;15014:419::-;15180:4;15218:2;15207:9;15203:18;15195:26;;15267:9;15261:4;15257:20;15253:1;15242:9;15238:17;15231:47;15295:131;15421:4;15295:131;:::i;:::-;15287:139;;15014:419;;;:::o;15439:115::-;15524:23;15541:5;15524:23;:::i;:::-;15519:3;15512:36;15439:115;;:::o;15560:218::-;15651:4;15689:2;15678:9;15674:18;15666:26;;15702:69;15768:1;15757:9;15753:17;15744:6;15702:69;:::i;:::-;15560:218;;;;:::o;15784:228::-;15924:34;15920:1;15912:6;15908:14;15901:58;15993:11;15988:2;15980:6;15976:15;15969:36;15784:228;:::o;16018:366::-;16160:3;16181:67;16245:2;16240:3;16181:67;:::i;:::-;16174:74;;16257:93;16346:3;16257:93;:::i;:::-;16375:2;16370:3;16366:12;16359:19;;16018:366;;;:::o;16390:419::-;16556:4;16594:2;16583:9;16579:18;16571:26;;16643:9;16637:4;16633:20;16629:1;16618:9;16614:17;16607:47;16671:131;16797:4;16671:131;:::i;:::-;16663:139;;16390:419;;;:::o;16815:173::-;16955:25;16951:1;16943:6;16939:14;16932:49;16815:173;:::o;16994:366::-;17136:3;17157:67;17221:2;17216:3;17157:67;:::i;:::-;17150:74;;17233:93;17322:3;17233:93;:::i;:::-;17351:2;17346:3;17342:12;17335:19;;16994:366;;;:::o;17366:419::-;17532:4;17570:2;17559:9;17555:18;17547:26;;17619:9;17613:4;17609:20;17605:1;17594:9;17590:17;17583:47;17647:131;17773:4;17647:131;:::i;:::-;17639:139;;17366:419;;;:::o;17791:118::-;17878:24;17896:5;17878:24;:::i;:::-;17873:3;17866:37;17791:118;;:::o;17915:222::-;18008:4;18046:2;18035:9;18031:18;18023:26;;18059:71;18127:1;18116:9;18112:17;18103:6;18059:71;:::i;:::-;17915:222;;;;:::o;18143:182::-;18283:34;18279:1;18271:6;18267:14;18260:58;18143:182;:::o;18331:366::-;18473:3;18494:67;18558:2;18553:3;18494:67;:::i;:::-;18487:74;;18570:93;18659:3;18570:93;:::i;:::-;18688:2;18683:3;18679:12;18672:19;;18331:366;;;:::o;18703:419::-;18869:4;18907:2;18896:9;18892:18;18884:26;;18956:9;18950:4;18946:20;18942:1;18931:9;18927:17;18920:47;18984:131;19110:4;18984:131;:::i;:::-;18976:139;;18703:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"1045200","executionCost":"1087","totalCost":"1046287"},"external":{"acceptOwnership()":"54658","owner()":"2544","pendingOwner()":"2588","renounceOwnership()":"54736","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","transferOwnership(address)":"infinite","updateProtocolAddress(bytes32,address)":"31094","updateProtocolFee(uint64)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","transferOwnership(address)":"f2fde38b","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolFee(uint64)":"47094e2e"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolFee(uint64)\":{\"details\":\"Updates the protocol fee percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fee percentage to be set.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/GatewaySettingManager.sol\":\"GatewaySettingManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"contracts/GatewaySettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title GatewaySettingManager\\n * @dev This contract manages the settings and configurations for the Gateway protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\\n\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\\n\\tuint256 internal MAX_BPS;\\n\\tuint64 internal protocolFeePercent;\\n\\taddress internal treasuryAddress;\\n\\taddress internal _aggregatorAddress;\\n\\n\\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n\\tuint256[50] private __gap;\\n\\n\\tmapping(address => uint256) internal _isTokenSupported;\\n\\n\\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n\\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n\\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n\\tevent SupportedInstitutionsUpdated(\\n\\t\\tbytes32 indexed currency,\\n\\t\\tSharedStructs.Institution[] institutions\\n\\t);\\n\\tevent ProtocolFeeUpdated(uint64 protocolFee);\\n\\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n\\tevent SetFeeRecipient(address indexed treasuryAddress);\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n\\t/**\\n\\t * @dev Sets the boolean value for a specific setting.\\n\\t * @param what The setting to be updated.\\n\\t * @param value The address or value associated with the setting.\\n\\t * @param status The boolean value to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\trequire(status == 1 || status == 2, 'Gateway: invalid status');\\n\\t\\tif (what == 'token') {\\n\\t\\t\\t_isTokenSupported[value] = status;\\n\\t\\t\\temit SettingManagerBool(what, value, status);\\n\\t\\t}\\n\\t}\\n\\n\\t/**\\n\\t * @dev Sets the supported institutions for a specific currency.\\n\\t * @param currency The currency for which the institutions are being set.\\n\\t * @param institutions The array of institutions to be set.\\n\\t */\\n\\tfunction setSupportedInstitutions(\\n\\t\\tbytes32 currency,\\n\\t\\tSharedStructs.Institution[] memory institutions\\n\\t) external onlyOwner {\\n\\t\\tdelete supportedInstitutions[currency];\\n\\t\\tfor (uint i; i < institutions.length; ) {\\n\\t\\t\\tsupportedInstitutions[currency].push(institutions[i]);\\n\\t\\t\\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n\\t\\t\\t\\tname: institutions[i].name,\\n\\t\\t\\t\\tcurrency: currency\\n\\t\\t\\t});\\n\\t\\t\\tunchecked {\\n\\t\\t\\t\\t++i;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates the protocol fee percentage.\\n\\t * @param _protocolFeePercent The new protocol fee percentage to be set.\\n\\t */\\n\\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\\n\\t\\tprotocolFeePercent = _protocolFeePercent;\\n\\t\\temit ProtocolFeeUpdated(_protocolFeePercent);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates a protocol address.\\n\\t * @param what The address type to be updated (treasury or aggregator).\\n\\t * @param value The new address to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\tbool updated;\\n\\t\\tif (what == 'treasury') {\\n\\t\\t\\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\\n\\t\\t\\ttreasuryAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t} else if (what == 'aggregator') {\\n\\t\\t\\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\\n\\t\\t\\t_aggregatorAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t}\\n\\t\\tif (updated) {\\n\\t\\t\\temit ProtocolAddressUpdated(what, value);\\n\\t\\t}\\n\\t}\\n}\\n\",\"keccak256\":\"0x7bf3fc733cbf8f2815924c2f10199aa0836d3b5d5b5b92b10cd4855d65773477\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":1634,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":1636,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":1638,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":1640,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":1644,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"154","type":"t_array(t_uint256)50_storage"},{"astId":1648,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_isTokenSupported","offset":0,"slot":"204","type":"t_mapping(t_address,t_uint256)"},{"astId":1654,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"supportedInstitutions","offset":0,"slot":"205","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)2074_storage)dyn_storage)"},{"astId":1659,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"supportedInstitutionsByCode","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)2079_storage)"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)2074_storage)dyn_storage":{"base":"t_struct(Institution)2074_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)2074_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)2074_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)2079_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)2079_storage"},"t_struct(Institution)2074_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":2071,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2073,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)2079_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":2076,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2078,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/interfaces/IGateway.sol":{"IGateway":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"protocolReward","type":"uint64"},{"internalType":"uint256","name":"max_bps","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"bool","name":"isRefunded","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IGateway.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","sender":"The address of the sender.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}}},"kind":"dev","methods":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"details":"Requirements: - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundAddress` refund address must not be zero address.","params":{"_amount":"The amount in the decimal of `_token` to be locked.","_institutionCode":"The institution code of the sender.","_rate":"The rate at which the sender intends to sell `_amount` of `_token`.","_refundAddress":"The address that will receive `_amount` in `_token` when there is a need to refund.","_senderFee":"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.","_senderFeeRecipient":"The address that will receive `_senderFee` in `_token`.","_token":"The address of the token.","messageHash":"The hash of the message."},"returns":{"_orderId":"The ID of the order."}},"getFeeDetails()":{"returns":{"max_bps":"The maximum basis points.","protocolReward":"The protocol reward amount."}},"getOrderInfo(bytes32)":{"params":{"_orderId":"The ID of the order."},"returns":{"_0":"Order The order details."}},"getSupportedInstitutionByCode(bytes32)":{"params":{"_code":"The institution code."},"returns":{"_0":"InstitutionByCode The institution details."}},"getSupportedInstitutions(bytes32)":{"params":{"_currency":"The currency code."},"returns":{"_0":"Institutions An array of institutions."}},"isTokenSupported(address)":{"params":{"_token":"The address of the token to check."},"returns":{"_0":"bool the token is supported."}},"refund(uint256,bytes32)":{"details":"Requirements: - Only aggregators can call this function.","params":{"_fee":"The amount to be deducted from the amount to be refunded.","_orderId":"The ID of the transaction."},"returns":{"_0":"bool the refund is successful."}},"settle(bytes32,bytes32,address,uint64)":{"params":{"_liquidityProvider":"The address of the liquidity provider.","_orderId":"The ID of the transaction.","_settlePercent":"The rate at which the transaction is settled.","_splitOrderId":"The ID of the split order."},"returns":{"_0":"bool the settlement is successful."}}},"title":"IGateway","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"d12ff20a","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","isTokenSupported(address)":"75151b63","refund(uint256,bytes32)":"71eedb88","settle(bytes32,bytes32,address,uint64)":"f22ee704"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"protocolReward\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"max_bps\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"isRefunded\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IGateway.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"sender\":\"The address of the sender.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}}},\"kind\":\"dev\",\"methods\":{\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"Requirements: - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundAddress` refund address must not be zero address.\",\"params\":{\"_amount\":\"The amount in the decimal of `_token` to be locked.\",\"_institutionCode\":\"The institution code of the sender.\",\"_rate\":\"The rate at which the sender intends to sell `_amount` of `_token`.\",\"_refundAddress\":\"The address that will receive `_amount` in `_token` when there is a need to refund.\",\"_senderFee\":\"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\",\"_senderFeeRecipient\":\"The address that will receive `_senderFee` in `_token`.\",\"_token\":\"The address of the token.\",\"messageHash\":\"The hash of the message.\"},\"returns\":{\"_orderId\":\"The ID of the order.\"}},\"getFeeDetails()\":{\"returns\":{\"max_bps\":\"The maximum basis points.\",\"protocolReward\":\"The protocol reward amount.\"}},\"getOrderInfo(bytes32)\":{\"params\":{\"_orderId\":\"The ID of the order.\"},\"returns\":{\"_0\":\"Order The order details.\"}},\"getSupportedInstitutionByCode(bytes32)\":{\"params\":{\"_code\":\"The institution code.\"},\"returns\":{\"_0\":\"InstitutionByCode The institution details.\"}},\"getSupportedInstitutions(bytes32)\":{\"params\":{\"_currency\":\"The currency code.\"},\"returns\":{\"_0\":\"Institutions An array of institutions.\"}},\"isTokenSupported(address)\":{\"params\":{\"_token\":\"The address of the token to check.\"},\"returns\":{\"_0\":\"bool the token is supported.\"}},\"refund(uint256,bytes32)\":{\"details\":\"Requirements: - Only aggregators can call this function.\",\"params\":{\"_fee\":\"The amount to be deducted from the amount to be refunded.\",\"_orderId\":\"The ID of the transaction.\"},\"returns\":{\"_0\":\"bool the refund is successful.\"}},\"settle(bytes32,bytes32,address,uint64)\":{\"params\":{\"_liquidityProvider\":\"The address of the liquidity provider.\",\"_orderId\":\"The ID of the transaction.\",\"_settlePercent\":\"The rate at which the transaction is settled.\",\"_splitOrderId\":\"The ID of the split order.\"},\"returns\":{\"_0\":\"bool the settlement is successful.\"}}},\"title\":\"IGateway\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"notice\":\"Locks the sender's amount of token into Gateway.\"},\"getFeeDetails()\":{\"notice\":\"Gets the fee details of Gateway.\"},\"getOrderInfo(bytes32)\":{\"notice\":\"Gets the details of an order.\"},\"getSupportedInstitutionByCode(bytes32)\":{\"notice\":\"Gets the details of a supported institution by code.\"},\"getSupportedInstitutions(bytes32)\":{\"notice\":\"Gets the details of supported institutions by currency.\"},\"isTokenSupported(address)\":{\"notice\":\"Checks if a token is supported by Gateway.\"},\"refund(uint256,bytes32)\":{\"notice\":\"Refunds to the specified refundable address.\"},\"settle(bytes32,bytes32,address,uint64)\":{\"notice\":\"Settles a transaction and distributes rewards accordingly.\"}},\"notice\":\"Interface for the Gateway contract.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/interfaces/IGateway.sol\":\"IGateway\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/interfaces/IGateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\\n\\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\\n\\n/**\\n * @title IGateway\\n * @notice Interface for the Gateway contract.\\n */\\ninterface IGateway {\\n\\t/* ##################################################################\\n EVENTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Emitted when a deposit is made.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the deposited token.\\n\\t * @param amount The amount of the deposit.\\n\\t * @param orderId The ID of the order.\\n\\t * @param rate The rate at which the deposit is made.\\n\\t * @param institutionCode The code of the institution.\\n\\t * @param messageHash The hash of the message.\\n\\t */\\n\\tevent OrderCreated(\\n\\t\\taddress indexed sender,\\n\\t\\taddress indexed token,\\n\\t\\tuint256 indexed amount,\\n\\t\\tuint256 protocolFee,\\n\\t\\tbytes32 orderId,\\n\\t\\tuint256 rate,\\n\\t\\tbytes32 institutionCode,\\n\\t\\tstring messageHash\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator settles a transaction.\\n\\t * @param splitOrderId The ID of the split order.\\n\\t * @param orderId The ID of the order.\\n\\t * @param liquidityProvider The address of the liquidity provider.\\n\\t * @param settlePercent The percentage at which the transaction is settled.\\n\\t */\\n\\tevent OrderSettled(\\n\\t\\tbytes32 splitOrderId,\\n\\t\\tbytes32 indexed orderId,\\n\\t\\taddress indexed liquidityProvider,\\n\\t\\tuint96 settlePercent\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator refunds a transaction.\\n\\t * @param fee The fee deducted from the refund amount.\\n\\t * @param orderId The ID of the order.\\n\\t */\\n\\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\\n\\n\\t/**\\n\\t * @dev Emitted when the sender's fee is transferred.\\n\\t * @param sender The address of the sender.\\n\\t * @param amount The amount of the fee transferred.\\n\\t */\\n\\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n\\t/* ##################################################################\\n STRUCTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Struct representing transaction metadata.\\n\\t * @param identifier The identifier of the transaction.\\n\\t * @param institution The institution of the transaction.\\n\\t * @param name The name of the transaction.\\n\\t * @param currency The currency of the transaction.\\n\\t * @param liquidityProviderID The ID of the liquidity provider.\\n\\t */\\n\\tstruct TransactionMetadata {\\n\\t\\tbytes8 identifier;\\n\\t\\tbytes8 institution;\\n\\t\\tbytes8 name;\\n\\t\\tbytes8 currency;\\n\\t\\tuint256 liquidityProviderID;\\n\\t}\\n\\n\\t/**\\n\\t * @dev Struct representing an order.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the token.\\n\\t * @param senderFeeRecipient The address of the sender fee recipient.\\n\\t * @param senderFee The fee to be paid to the sender fee recipient.\\n\\t * @param protocolFee The protocol fee to be paid.\\n\\t * @param isFulfilled Whether the order is fulfilled.\\n\\t * @param isRefunded Whether the order is refunded.\\n\\t * @param refundAddress The address to which the refund is made.\\n\\t * @param currentBPS The current basis points.\\n\\t * @param amount The amount of the order.\\n\\t */\\n\\tstruct Order {\\n\\t\\taddress sender;\\n\\t\\taddress token;\\n\\t\\taddress senderFeeRecipient;\\n\\t\\tuint256 senderFee;\\n\\t\\tuint256 protocolFee;\\n\\t\\tbool isFulfilled;\\n\\t\\tbool isRefunded;\\n\\t\\taddress refundAddress;\\n\\t\\tuint96 currentBPS;\\n\\t\\tuint256 amount;\\n\\t}\\n\\n\\t/* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n\\t/**\\n\\t * @notice Locks the sender's amount of token into Gateway.\\n\\t * @dev Requirements:\\n\\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\\n\\t * - `_token` must be an acceptable token. See {isTokenSupported}.\\n\\t * - `amount` must be greater than minimum.\\n\\t * - `_refundAddress` refund address must not be zero address.\\n\\t * @param _token The address of the token.\\n\\t * @param _amount The amount in the decimal of `_token` to be locked.\\n\\t * @param _institutionCode The institution code of the sender.\\n\\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n\\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\\n\\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\\n\\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n\\t * @param messageHash The hash of the message.\\n\\t * @return _orderId The ID of the order.\\n\\t */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external returns (bytes32 _orderId);\\n\\n\\t/**\\n\\t * @notice Settles a transaction and distributes rewards accordingly.\\n\\t * @param _splitOrderId The ID of the split order.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @param _liquidityProvider The address of the liquidity provider.\\n\\t * @param _settlePercent The rate at which the transaction is settled.\\n\\t * @return bool the settlement is successful.\\n\\t */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Refunds to the specified refundable address.\\n\\t * @dev Requirements:\\n\\t * - Only aggregators can call this function.\\n\\t * @param _fee The amount to be deducted from the amount to be refunded.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @return bool the refund is successful.\\n\\t */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Checks if a token is supported by Gateway.\\n\\t * @param _token The address of the token to check.\\n\\t * @return bool the token is supported.\\n\\t */\\n\\tfunction isTokenSupported(address _token) external view returns (bool);\\n\\n\\t/**\\n\\t * @notice Gets the details of an order.\\n\\t * @param _orderId The ID of the order.\\n\\t * @return Order The order details.\\n\\t */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\\n\\n\\t/**\\n\\t * @notice Gets the fee details of Gateway.\\n\\t * @return protocolReward The protocol reward amount.\\n\\t * @return max_bps The maximum basis points.\\n\\t */\\n\\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\\n\\n\\t/**\\n\\t * @notice Gets the details of a supported institution by code.\\n\\t * @param _code The institution code.\\n\\t * @return InstitutionByCode The institution details.\\n\\t */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory);\\n\\n\\t/**\\n\\t * @notice Gets the details of supported institutions by currency.\\n\\t * @param _currency The currency code.\\n\\t * @return Institutions An array of institutions.\\n\\t */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x77ba391c63b01a9fd7bf719379efe762a15566708694c52f62dcb4731d3f4821\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"notice":"Locks the sender's amount of token into Gateway."},"getFeeDetails()":{"notice":"Gets the fee details of Gateway."},"getOrderInfo(bytes32)":{"notice":"Gets the details of an order."},"getSupportedInstitutionByCode(bytes32)":{"notice":"Gets the details of a supported institution by code."},"getSupportedInstitutions(bytes32)":{"notice":"Gets the details of supported institutions by currency."},"isTokenSupported(address)":{"notice":"Checks if a token is supported by Gateway."},"refund(uint256,bytes32)":{"notice":"Refunds to the specified refundable address."},"settle(bytes32,bytes32,address,uint64)":{"notice":"Settles a transaction and distributes rewards accordingly."}},"notice":"Interface for the Gateway contract.","version":1}}},"contracts/libraries/SharedStructs.sol":{"SharedStructs":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:10:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 XOR 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:10:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/libraries/SharedStructs.sol\":\"SharedStructs\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}}}}} \ No newline at end of file diff --git a/artifacts/build-info/be92c7424fbba6d94f9f797b1fbd8e03.json b/artifacts/build-info/be92c7424fbba6d94f9f797b1fbd8e03.json new file mode 100644 index 0000000..251862a --- /dev/null +++ b/artifacts/build-info/be92c7424fbba6d94f9f797b1fbd8e03.json @@ -0,0 +1 @@ +{"id":"be92c7424fbba6d94f9f797b1fbd8e03","_format":"hh-sol-build-info-1","solcVersion":"0.8.18","solcLongVersion":"0.8.18+commit.87f61d96","input":{"language":"Solidity","sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./OwnableUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership} and {acceptOwnership}.\n *\n * This module is used through inheritance. It will make available all functions\n * from parent (Ownable).\n */\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\n address private _pendingOwner;\n\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\n\n function __Ownable2Step_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable2Step_init_unchained() internal onlyInitializing {\n }\n /**\n * @dev Returns the address of the pending owner.\n */\n function pendingOwner() public view virtual returns (address) {\n return _pendingOwner;\n }\n\n /**\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual override onlyOwner {\n _pendingOwner = newOwner;\n emit OwnershipTransferStarted(owner(), newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual override {\n delete _pendingOwner;\n super._transferOwnership(newOwner);\n }\n\n /**\n * @dev The new owner accepts the ownership transfer.\n */\n function acceptOwnership() public virtual {\n address sender = _msgSender();\n require(pendingOwner() == sender, \"Ownable2Step: caller is not the new owner\");\n _transferOwnership(sender);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides a basic access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership}.\n *\n * This module is used through inheritance. It will make available the modifier\n * `onlyOwner`, which can be applied to your functions to restrict their use to\n * the owner.\n */\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\n address private _owner;\n\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\n\n /**\n * @dev Initializes the contract setting the deployer as the initial owner.\n */\n function __Ownable_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable_init_unchained() internal onlyInitializing {\n _transferOwnership(_msgSender());\n }\n\n /**\n * @dev Throws if called by any account other than the owner.\n */\n modifier onlyOwner() {\n _checkOwner();\n _;\n }\n\n /**\n * @dev Returns the address of the current owner.\n */\n function owner() public view virtual returns (address) {\n return _owner;\n }\n\n /**\n * @dev Throws if the sender is not the owner.\n */\n function _checkOwner() internal view virtual {\n require(owner() == _msgSender(), \"Ownable: caller is not the owner\");\n }\n\n /**\n * @dev Leaves the contract without owner. It will not be possible to call\n * `onlyOwner` functions. Can only be called by the current owner.\n *\n * NOTE: Renouncing ownership will leave the contract without an owner,\n * thereby disabling any functionality that is only available to the owner.\n */\n function renounceOwnership() public virtual onlyOwner {\n _transferOwnership(address(0));\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual onlyOwner {\n require(newOwner != address(0), \"Ownable: new owner is the zero address\");\n _transferOwnership(newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual {\n address oldOwner = _owner;\n _owner = newOwner;\n emit OwnershipTransferred(oldOwner, newOwner);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\n\npragma solidity ^0.8.2;\n\nimport \"../../utils/AddressUpgradeable.sol\";\n\n/**\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\n *\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\n * reused. This mechanism prevents re-execution of each \"step\" but allows the creation of new initialization steps in\n * case an upgrade adds a module that needs to be initialized.\n *\n * For example:\n *\n * [.hljs-theme-light.nopadding]\n * ```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 Indicates that the contract has been initialized.\n * @custom:oz-retyped-from bool\n */\n uint8 private _initialized;\n\n /**\n * @dev Indicates that the contract is in the process of being initialized.\n */\n bool private _initializing;\n\n /**\n * @dev Triggered when the contract has been initialized or reinitialized.\n */\n event Initialized(uint8 version);\n\n /**\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\n * `onlyInitializing` functions can be used to initialize parent contracts.\n *\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\n * constructor.\n *\n * Emits an {Initialized} event.\n */\n modifier initializer() {\n bool isTopLevelCall = !_initializing;\n require(\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\n \"Initializable: contract is already initialized\"\n );\n _initialized = 1;\n if (isTopLevelCall) {\n _initializing = true;\n }\n _;\n if (isTopLevelCall) {\n _initializing = false;\n emit Initialized(1);\n }\n }\n\n /**\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\n * used to initialize parent contracts.\n *\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\n * are added through upgrades and that require initialization.\n *\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\n * cannot be nested. If one is invoked in the context of another, execution will revert.\n *\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\n * a contract, executing them in the right order is up to the developer or operator.\n *\n * WARNING: setting the version to 255 will prevent any future reinitialization.\n *\n * Emits an {Initialized} event.\n */\n modifier reinitializer(uint8 version) {\n require(!_initializing && _initialized < version, \"Initializable: contract is already initialized\");\n _initialized = version;\n _initializing = true;\n _;\n _initializing = false;\n emit Initialized(version);\n }\n\n /**\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\n */\n modifier onlyInitializing() {\n require(_initializing, \"Initializable: contract is not initializing\");\n _;\n }\n\n /**\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\n * through proxies.\n *\n * Emits an {Initialized} event the first time it is successfully executed.\n */\n function _disableInitializers() internal virtual {\n require(!_initializing, \"Initializable: contract is initializing\");\n if (_initialized != type(uint8).max) {\n _initialized = type(uint8).max;\n emit Initialized(type(uint8).max);\n }\n }\n\n /**\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\n */\n function _getInitializedVersion() internal view returns (uint8) {\n return _initialized;\n }\n\n /**\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\n */\n function _isInitializing() internal view returns (bool) {\n return _initializing;\n }\n}\n"},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which allows children to implement an emergency stop\n * mechanism that can be triggered by an authorized account.\n *\n * This module is used through inheritance. It will make available the\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n * the functions of your contract. Note that they will not be pausable by\n * simply including this module, only once the modifiers are put in place.\n */\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\n /**\n * @dev Emitted when the pause is triggered by `account`.\n */\n event Paused(address account);\n\n /**\n * @dev Emitted when the pause is lifted by `account`.\n */\n event Unpaused(address account);\n\n bool private _paused;\n\n /**\n * @dev Initializes the contract in unpaused state.\n */\n function __Pausable_init() internal onlyInitializing {\n __Pausable_init_unchained();\n }\n\n function __Pausable_init_unchained() internal onlyInitializing {\n _paused = false;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is not paused.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n modifier whenNotPaused() {\n _requireNotPaused();\n _;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is paused.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n modifier whenPaused() {\n _requirePaused();\n _;\n }\n\n /**\n * @dev Returns true if the contract is paused, and false otherwise.\n */\n function paused() public view virtual returns (bool) {\n return _paused;\n }\n\n /**\n * @dev Throws if the contract is paused.\n */\n function _requireNotPaused() internal view virtual {\n require(!paused(), \"Pausable: paused\");\n }\n\n /**\n * @dev Throws if the contract is not paused.\n */\n function _requirePaused() internal view virtual {\n require(paused(), \"Pausable: not paused\");\n }\n\n /**\n * @dev Triggers stopped state.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n function _pause() internal virtual whenNotPaused {\n _paused = true;\n emit Paused(_msgSender());\n }\n\n /**\n * @dev Returns to normal state.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n function _unpause() internal virtual whenPaused {\n _paused = false;\n emit Unpaused(_msgSender());\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\n\npragma solidity ^0.8.1;\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary AddressUpgradeable {\n /**\n * @dev Returns true if `account` is a contract.\n *\n * [IMPORTANT]\n * ====\n * It is unsafe to assume that an address for which this function returns\n * false is an externally-owned account (EOA) and not a contract.\n *\n * Among others, `isContract` will return false for the following\n * types of addresses:\n *\n * - an externally-owned account\n * - a contract in construction\n * - an address where a contract will be created\n * - an address where a contract lived, but was destroyed\n *\n * Furthermore, `isContract` will also return true if the target contract within\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n * which only has an effect at the end of a transaction.\n * ====\n *\n * [IMPORTANT]\n * ====\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\n *\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n * constructor.\n * ====\n */\n function isContract(address account) internal view returns (bool) {\n // This method relies on extcodesize/address.code.length, which returns 0\n // for contracts in construction, since the code is only stored at the end\n // of the constructor execution.\n\n return account.code.length > 0;\n }\n\n /**\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n * `recipient`, forwarding all available gas and reverting on errors.\n *\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\n * imposed by `transfer`, making them unable to receive funds via\n * `transfer`. {sendValue} removes this limitation.\n *\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n require(address(this).balance >= amount, \"Address: insufficient balance\");\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n require(success, \"Address: unable to send value, recipient may have reverted\");\n }\n\n /**\n * @dev Performs a Solidity function call using a low level `call`. A\n * plain `call` is an unsafe replacement for a function call: use this\n * function instead.\n *\n * If `target` reverts with a revert reason, it is bubbled up by this\n * function (like regular Solidity function calls).\n *\n * Returns the raw returned data. To convert to the expected return value,\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n *\n * Requirements:\n *\n * - `target` must be a contract.\n * - calling `target` with `data` must not revert.\n *\n * _Available since v3.1._\n */\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, \"Address: low-level call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n * `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but also transferring `value` wei to `target`.\n *\n * Requirements:\n *\n * - the calling contract must have an ETH balance of at least `value`.\n * - the called Solidity function must be `payable`.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\n return functionCallWithValue(target, data, value, \"Address: low-level call with value failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n * with `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(\n address target,\n bytes memory data,\n uint256 value,\n string memory errorMessage\n ) internal returns (bytes memory) {\n require(address(this).balance >= value, \"Address: insufficient balance for call\");\n (bool success, bytes memory returndata) = target.call{value: value}(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n return functionStaticCall(target, data, \"Address: low-level static call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n (bool success, bytes memory returndata) = target.staticcall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionDelegateCall(target, data, \"Address: low-level delegate call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n (bool success, bytes memory returndata) = target.delegatecall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n *\n * _Available since v4.8._\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n if (success) {\n if (returndata.length == 0) {\n // only check isContract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n require(isContract(target), \"Address: call to non-contract\");\n }\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n * revert reason or using the provided one.\n *\n * _Available since v4.3._\n */\n function verifyCallResult(\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal pure returns (bytes memory) {\n if (success) {\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\n // Look for revert reason and bubble it up if present\n if (returndata.length > 0) {\n // The easiest way to bubble the revert reason is using memory via assembly\n /// @solidity memory-safe-assembly\n assembly {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert(errorMessage);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\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 /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[50] private __gap;\n}\n"},"@openzeppelin/contracts/token/ERC20/ERC20.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./IERC20.sol\";\nimport \"./extensions/IERC20Metadata.sol\";\nimport \"../../utils/Context.sol\";\n\n/**\n * @dev Implementation of the {IERC20} interface.\n *\n * This implementation is agnostic to the way tokens are created. This means\n * that a supply mechanism has to be added in a derived contract using {_mint}.\n * For a generic mechanism see {ERC20PresetMinterPauser}.\n *\n * TIP: For a detailed writeup see our guide\n * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\n * to implement supply mechanisms].\n *\n * The default value of {decimals} is 18. To change this, you should override\n * this function so it returns a different value.\n *\n * We have followed general OpenZeppelin Contracts guidelines: functions revert\n * instead returning `false` on failure. This behavior is nonetheless\n * conventional and does not conflict with the expectations of ERC20\n * applications.\n *\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\n * This allows applications to reconstruct the allowance for all accounts just\n * by listening to said events. Other implementations of the EIP may not emit\n * these events, as it isn't required by the specification.\n *\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\n * functions have been added to mitigate the well-known issues around setting\n * allowances. See {IERC20-approve}.\n */\ncontract ERC20 is Context, IERC20, IERC20Metadata {\n mapping(address => uint256) private _balances;\n\n mapping(address => mapping(address => uint256)) private _allowances;\n\n uint256 private _totalSupply;\n\n string private _name;\n string private _symbol;\n\n /**\n * @dev Sets the values for {name} and {symbol}.\n *\n * All two of these values are immutable: they can only be set once during\n * construction.\n */\n constructor(string memory name_, string memory symbol_) {\n _name = name_;\n _symbol = symbol_;\n }\n\n /**\n * @dev Returns the name of the token.\n */\n function name() public view virtual override returns (string memory) {\n return _name;\n }\n\n /**\n * @dev Returns the symbol of the token, usually a shorter version of the\n * name.\n */\n function symbol() public view virtual override returns (string memory) {\n return _symbol;\n }\n\n /**\n * @dev Returns the number of decimals used to get its user representation.\n * For example, if `decimals` equals `2`, a balance of `505` tokens should\n * be displayed to a user as `5.05` (`505 / 10 ** 2`).\n *\n * Tokens usually opt for a value of 18, imitating the relationship between\n * Ether and Wei. This is the default value returned by this function, unless\n * it's overridden.\n *\n * NOTE: This information is only used for _display_ purposes: it in\n * no way affects any of the arithmetic of the contract, including\n * {IERC20-balanceOf} and {IERC20-transfer}.\n */\n function decimals() public view virtual override returns (uint8) {\n return 18;\n }\n\n /**\n * @dev See {IERC20-totalSupply}.\n */\n function totalSupply() public view virtual override returns (uint256) {\n return _totalSupply;\n }\n\n /**\n * @dev See {IERC20-balanceOf}.\n */\n function balanceOf(address account) public view virtual override returns (uint256) {\n return _balances[account];\n }\n\n /**\n * @dev See {IERC20-transfer}.\n *\n * Requirements:\n *\n * - `to` cannot be the zero address.\n * - the caller must have a balance of at least `amount`.\n */\n function transfer(address to, uint256 amount) public virtual override returns (bool) {\n address owner = _msgSender();\n _transfer(owner, to, amount);\n return true;\n }\n\n /**\n * @dev See {IERC20-allowance}.\n */\n function allowance(address owner, address spender) public view virtual override returns (uint256) {\n return _allowances[owner][spender];\n }\n\n /**\n * @dev See {IERC20-approve}.\n *\n * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\n * `transferFrom`. This is semantically equivalent to an infinite approval.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n */\n function approve(address spender, uint256 amount) public virtual override returns (bool) {\n address owner = _msgSender();\n _approve(owner, spender, amount);\n return true;\n }\n\n /**\n * @dev See {IERC20-transferFrom}.\n *\n * Emits an {Approval} event indicating the updated allowance. This is not\n * required by the EIP. See the note at the beginning of {ERC20}.\n *\n * NOTE: Does not update the allowance if the current allowance\n * is the maximum `uint256`.\n *\n * Requirements:\n *\n * - `from` and `to` cannot be the zero address.\n * - `from` must have a balance of at least `amount`.\n * - the caller must have allowance for ``from``'s tokens of at least\n * `amount`.\n */\n function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {\n address spender = _msgSender();\n _spendAllowance(from, spender, amount);\n _transfer(from, to, amount);\n return true;\n }\n\n /**\n * @dev Atomically increases the allowance granted to `spender` by the caller.\n *\n * This is an alternative to {approve} that can be used as a mitigation for\n * problems described in {IERC20-approve}.\n *\n * Emits an {Approval} event indicating the updated allowance.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n */\n function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\n address owner = _msgSender();\n _approve(owner, spender, allowance(owner, spender) + addedValue);\n return true;\n }\n\n /**\n * @dev Atomically decreases the allowance granted to `spender` by the caller.\n *\n * This is an alternative to {approve} that can be used as a mitigation for\n * problems described in {IERC20-approve}.\n *\n * Emits an {Approval} event indicating the updated allowance.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n * - `spender` must have allowance for the caller of at least\n * `subtractedValue`.\n */\n function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\n address owner = _msgSender();\n uint256 currentAllowance = allowance(owner, spender);\n require(currentAllowance >= subtractedValue, \"ERC20: decreased allowance below zero\");\n unchecked {\n _approve(owner, spender, currentAllowance - subtractedValue);\n }\n\n return true;\n }\n\n /**\n * @dev Moves `amount` of tokens from `from` to `to`.\n *\n * This internal function is equivalent to {transfer}, and can be used to\n * e.g. implement automatic token fees, slashing mechanisms, etc.\n *\n * Emits a {Transfer} event.\n *\n * Requirements:\n *\n * - `from` cannot be the zero address.\n * - `to` cannot be the zero address.\n * - `from` must have a balance of at least `amount`.\n */\n function _transfer(address from, address to, uint256 amount) internal virtual {\n require(from != address(0), \"ERC20: transfer from the zero address\");\n require(to != address(0), \"ERC20: transfer to the zero address\");\n\n _beforeTokenTransfer(from, to, amount);\n\n uint256 fromBalance = _balances[from];\n require(fromBalance >= amount, \"ERC20: transfer amount exceeds balance\");\n unchecked {\n _balances[from] = fromBalance - amount;\n // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by\n // decrementing then incrementing.\n _balances[to] += amount;\n }\n\n emit Transfer(from, to, amount);\n\n _afterTokenTransfer(from, to, amount);\n }\n\n /** @dev Creates `amount` tokens and assigns them to `account`, increasing\n * the total supply.\n *\n * Emits a {Transfer} event with `from` set to the zero address.\n *\n * Requirements:\n *\n * - `account` cannot be the zero address.\n */\n function _mint(address account, uint256 amount) internal virtual {\n require(account != address(0), \"ERC20: mint to the zero address\");\n\n _beforeTokenTransfer(address(0), account, amount);\n\n _totalSupply += amount;\n unchecked {\n // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.\n _balances[account] += amount;\n }\n emit Transfer(address(0), account, amount);\n\n _afterTokenTransfer(address(0), account, amount);\n }\n\n /**\n * @dev Destroys `amount` tokens from `account`, reducing the\n * total supply.\n *\n * Emits a {Transfer} event with `to` set to the zero address.\n *\n * Requirements:\n *\n * - `account` cannot be the zero address.\n * - `account` must have at least `amount` tokens.\n */\n function _burn(address account, uint256 amount) internal virtual {\n require(account != address(0), \"ERC20: burn from the zero address\");\n\n _beforeTokenTransfer(account, address(0), amount);\n\n uint256 accountBalance = _balances[account];\n require(accountBalance >= amount, \"ERC20: burn amount exceeds balance\");\n unchecked {\n _balances[account] = accountBalance - amount;\n // Overflow not possible: amount <= accountBalance <= totalSupply.\n _totalSupply -= amount;\n }\n\n emit Transfer(account, address(0), amount);\n\n _afterTokenTransfer(account, address(0), amount);\n }\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\n *\n * This internal function is equivalent to `approve`, and can be used to\n * e.g. set automatic allowances for certain subsystems, etc.\n *\n * Emits an {Approval} event.\n *\n * Requirements:\n *\n * - `owner` cannot be the zero address.\n * - `spender` cannot be the zero address.\n */\n function _approve(address owner, address spender, uint256 amount) internal virtual {\n require(owner != address(0), \"ERC20: approve from the zero address\");\n require(spender != address(0), \"ERC20: approve to the zero address\");\n\n _allowances[owner][spender] = amount;\n emit Approval(owner, spender, amount);\n }\n\n /**\n * @dev Updates `owner` s allowance for `spender` based on spent `amount`.\n *\n * Does not update the allowance amount in case of infinite allowance.\n * Revert if not enough allowance is available.\n *\n * Might emit an {Approval} event.\n */\n function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {\n uint256 currentAllowance = allowance(owner, spender);\n if (currentAllowance != type(uint256).max) {\n require(currentAllowance >= amount, \"ERC20: insufficient allowance\");\n unchecked {\n _approve(owner, spender, currentAllowance - amount);\n }\n }\n }\n\n /**\n * @dev Hook that is called before any transfer of tokens. This includes\n * minting and burning.\n *\n * Calling conditions:\n *\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n * will be transferred to `to`.\n * - when `from` is zero, `amount` tokens will be minted for `to`.\n * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\n * - `from` and `to` are never both zero.\n *\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\n */\n function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}\n\n /**\n * @dev Hook that is called after any transfer of tokens. This includes\n * minting and burning.\n *\n * Calling conditions:\n *\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n * has been transferred to `to`.\n * - when `from` is zero, `amount` tokens have been minted for `to`.\n * - when `to` is zero, `amount` of ``from``'s tokens have been burned.\n * - `from` and `to` are never both zero.\n *\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\n */\n function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}\n}\n"},"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../IERC20.sol\";\n\n/**\n * @dev Interface for the optional metadata functions from the ERC20 standard.\n *\n * _Available since v4.1._\n */\ninterface IERC20Metadata is IERC20 {\n /**\n * @dev Returns the name of the token.\n */\n function name() external view returns (string memory);\n\n /**\n * @dev Returns the symbol of the token.\n */\n function symbol() external view returns (string memory);\n\n /**\n * @dev Returns the decimals places of the token.\n */\n function decimals() external view returns (uint8);\n}\n"},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 standard as defined in the EIP.\n */\ninterface IERC20 {\n /**\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\n * another (`to`).\n *\n * Note that `value` may be zero.\n */\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n /**\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\n * a call to {approve}. `value` is the new allowance.\n */\n event Approval(address indexed owner, address indexed spender, uint256 value);\n\n /**\n * @dev Returns the amount of tokens in existence.\n */\n function totalSupply() external view returns (uint256);\n\n /**\n * @dev Returns the amount of tokens owned by `account`.\n */\n function balanceOf(address account) external view returns (uint256);\n\n /**\n * @dev Moves `amount` tokens from the caller's account to `to`.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transfer(address to, uint256 amount) external returns (bool);\n\n /**\n * @dev Returns the remaining number of tokens that `spender` will be\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\n * zero by default.\n *\n * This value changes when {approve} or {transferFrom} are called.\n */\n function allowance(address owner, address spender) external view returns (uint256);\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\n * that someone may use both the old and the new allowance by unfortunate\n * transaction ordering. One possible solution to mitigate this race\n * condition is to first reduce the spender's allowance to 0 and set the\n * desired value afterwards:\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n *\n * Emits an {Approval} event.\n */\n function approve(address spender, uint256 amount) external returns (bool);\n\n /**\n * @dev Moves `amount` tokens from `from` to `to` using the\n * allowance mechanism. `amount` is then deducted from the caller's\n * allowance.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\n}\n"},"@openzeppelin/contracts/utils/Context.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Provides information about the current execution context, including the\n * sender of the transaction and its data. While these are generally available\n * via msg.sender and msg.data, they should not be accessed in such a direct\n * manner, since when dealing with meta-transactions the account sending and\n * paying for execution may not be the actual sender (as far as an application\n * is concerned).\n *\n * This contract is only required for intermediate, library-like contracts.\n */\nabstract contract Context {\n function _msgSender() internal view virtual returns (address) {\n return msg.sender;\n }\n\n function _msgData() internal view virtual returns (bytes calldata) {\n return msg.data;\n }\n\n function _contextSuffixLength() internal view virtual returns (uint256) {\n return 0;\n }\n}\n"},"contracts/Gateway.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\n\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\n/**\n * @title Gateway\n * @notice This contract serves as a gateway for creating orders and managing settlements.\n */\ncontract Gateway is IGateway, GatewaySettingManager, PausableUpgradeable {\n\tstruct fee {\n\t\tuint256 protocolFee;\n\t\tuint256 liquidityProviderAmount;\n\t}\n\n\tmapping(bytes32 => Order) private order;\n\tmapping(address => uint256) private _nonce;\n\tuint256[50] private __gap;\n\n\t/// @custom:oz-upgrades-unsafe-allow constructor\n\tconstructor() {\n\t\t_disableInitializers();\n\t}\n\n\t/**\n\t * @dev Initialize function.\n\t */\n\tfunction initialize() external initializer {\n\t\tMAX_BPS = 100_000;\n\t\t__Ownable2Step_init();\n\t\t__Pausable_init();\n\t}\n\n\t/**\n\t * @dev Modifier that allows only the aggregator to call a function.\n\t */\n\tmodifier onlyAggregator() {\n\t\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\n\t\t_;\n\t}\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\t/**\n\t * @dev Pause the contract.\n\t */\n\tfunction pause() external onlyOwner {\n\t\t_pause();\n\t}\n\n\t/**\n\t * @dev Unpause the contract.\n\t */\n\tfunction unpause() external onlyOwner {\n\t\t_unpause();\n\t}\n\n\t/* ##################################################################\n USER CALLS\n ################################################################## */\n\t/** @dev See {createOrder-IGateway}. */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external whenNotPaused returns (bytes32 orderId) {\n\t\t// checks that are required\n\t\t_handler(\n\t\t\t_token,\n\t\t\t_amount,\n\t\t\t_refundAddress,\n\t\t\t_senderFeeRecipient,\n\t\t\t_senderFee,\n\t\t\t_institutionCode\n\t\t);\n\n\t\t// validate messageHash\n\t\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\n\n\t\t// transfer token from msg.sender to contract\n\t\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\n\n\t\t// increase users nonce to avoid replay attacks\n\t\t_nonce[msg.sender]++;\n\n\t\t// generate transaction id for the transaction\n\t\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\n\n\t\t// update transaction\n\t\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\n\t\torder[orderId] = Order({\n\t\t\tsender: msg.sender,\n\t\t\ttoken: _token,\n\t\t\tsenderFeeRecipient: _senderFeeRecipient,\n\t\t\tsenderFee: _senderFee,\n\t\t\tprotocolFee: _protocolFee,\n\t\t\tisFulfilled: false,\n\t\t\tisRefunded: false,\n\t\t\trefundAddress: _refundAddress,\n\t\t\tcurrentBPS: uint64(MAX_BPS),\n\t\t\tamount: _amount - _protocolFee\n\t\t});\n\n\t\t// emit order created event\n\t\temit OrderCreated(\n\t\t\torder[orderId].sender,\n\t\t\t_token,\n\t\t\torder[orderId].amount,\n\t\t\t_protocolFee,\n\t\t\torderId,\n\t\t\t_rate,\n\t\t\t_institutionCode,\n\t\t\tmessageHash\n\t\t);\n\t}\n\n\t/**\n\t * @dev Internal function to handle order creation.\n\t * @param _token The address of the token being traded.\n\t * @param _amount The amount of tokens being traded.\n\t * @param _refundAddress The address to refund the tokens in case of cancellation.\n\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\n\t * @param _senderFee The amount of the sender fee.\n\t * @param _institutionCode The code of the institution associated with the order.\n\t */\n\tfunction _handler(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\taddress _refundAddress,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\tbytes32 _institutionCode\n\t) internal view {\n\t\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\n\t\trequire(_amount != 0, 'AmountIsZero');\n\t\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\n\t\trequire(\n\t\t\tsupportedInstitutionsByCode[_institutionCode].name != bytes32(0),\n\t\t\t'InvalidInstitutionCode'\n\t\t);\n\n\t\tif (_senderFee != 0) {\n\t\t\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\n\t\t}\n\t}\n\n\t/* ##################################################################\n AGGREGATOR FUNCTIONS\n ################################################################## */\n\t/** @dev See {settle-IGateway}. */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\n\t\t// load the token into memory\n\t\taddress token = order[_orderId].token;\n\n\t\t// subtract sum of amount based on the input _settlePercent\n\t\torder[_orderId].currentBPS -= _settlePercent;\n\n\t\tif (order[_orderId].currentBPS == 0) {\n\t\t\t// update the transaction to be fulfilled\n\t\t\torder[_orderId].isFulfilled = true;\n\n\t\t\tif (order[_orderId].senderFee != 0) {\n\t\t\t\t// transfer sender fee\n\t\t\t\tIERC20(order[_orderId].token).transfer(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\n\t\t\t\t// emit event\n\t\t\t\temit SenderFeeTransferred(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tif (order[_orderId].protocolFee != 0) {\n\t\t\t\t// transfer protocol fee\n\t\t\t\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\n\t\t\t}\n\t\t}\n\n\t\t// transfer to liquidity provider\n\t\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\n\t\torder[_orderId].amount -= liquidityProviderAmount;\n\t\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\n\n\t\t// emit settled event\n\t\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\n\n\t\treturn true;\n\t}\n\n\t/** @dev See {refund-IGateway}. */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\t\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\n\n\t\t// transfer refund fee to the treasury\n\t\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\n\n\t\t// reset state values\n\t\torder[_orderId].isRefunded = true;\n\t\torder[_orderId].currentBPS = 0;\n\n\t\t// deduct fee from order amount\n\t\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\n\n\t\t// transfer refund amount and sender fee to the refund address\n\t\tIERC20(order[_orderId].token).transfer(\n\t\t\torder[_orderId].refundAddress,\n\t\t\trefundAmount + order[_orderId].senderFee\n\t\t);\n\n\t\t// emit refunded event\n\t\temit OrderRefunded(_fee, _orderId);\n\n\t\treturn true;\n\t}\n\n\t/* ##################################################################\n VIEW CALLS\n ################################################################## */\n\t/** @dev See {getOrderInfo-IGateway}. */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\n\t\treturn order[_orderId];\n\t}\n\n\t/** @dev See {isTokenSupported-IGateway}. */\n\tfunction isTokenSupported(address _token) external view returns (bool) {\n\t\tif (_isTokenSupported[_token] == 1) return true;\n\t\treturn false;\n\t}\n\n\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory) {\n\t\treturn supportedInstitutionsByCode[_code];\n\t}\n\n\t/** @dev See {getSupportedInstitutions-IGateway}. */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory) {\n\t\treturn supportedInstitutions[_currency];\n\t}\n\n\t/** @dev See {getFeeDetails-IGateway}. */\n\tfunction getFeeDetails() external view returns (uint64, uint256) {\n\t\treturn (protocolFeePercent, MAX_BPS);\n\t}\n}\n"},"contracts/GatewaySettingManager.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n\n/**\n * @title GatewaySettingManager\n * @dev This contract manages the settings and configurations for the Gateway protocol.\n */\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\n\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\n\tuint256 internal MAX_BPS;\n\tuint64 internal protocolFeePercent;\n\taddress internal treasuryAddress;\n\taddress internal _aggregatorAddress;\n\n\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\n\tuint256[50] private __gap;\n\n\tmapping(address => uint256) internal _isTokenSupported;\n\n\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\n\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\n\n\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\n\tevent SupportedInstitutionsUpdated(\n\t\tbytes32 indexed currency,\n\t\tSharedStructs.Institution[] institutions\n\t);\n\tevent ProtocolFeeUpdated(uint64 protocolFee);\n\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\n\tevent SetFeeRecipient(address indexed treasuryAddress);\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\n\t/**\n\t * @dev Sets the boolean value for a specific setting.\n\t * @param what The setting to be updated.\n\t * @param value The address or value associated with the setting.\n\t * @param status The boolean value to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\trequire(status == 1 || status == 2, 'Gateway: invalid status');\n\t\tif (what == 'token') {\n\t\t\t_isTokenSupported[value] = status;\n\t\t\temit SettingManagerBool(what, value, status);\n\t\t}\n\t}\n\n\t/**\n\t * @dev Sets the supported institutions for a specific currency.\n\t * @param currency The currency for which the institutions are being set.\n\t * @param institutions The array of institutions to be set.\n\t */\n\tfunction setSupportedInstitutions(\n\t\tbytes32 currency,\n\t\tSharedStructs.Institution[] memory institutions\n\t) external onlyOwner {\n\t\tdelete supportedInstitutions[currency];\n\t\tfor (uint i; i < institutions.length; ) {\n\t\t\tsupportedInstitutions[currency].push(institutions[i]);\n\t\t\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\n\t\t\t\tname: institutions[i].name,\n\t\t\t\tcurrency: currency\n\t\t\t});\n\t\t\tunchecked {\n\t\t\t\t++i;\n\t\t\t}\n\t\t}\n\t\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\n\t}\n\n\t/**\n\t * @dev Updates the protocol fee percentage.\n\t * @param _protocolFeePercent The new protocol fee percentage to be set.\n\t */\n\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\n\t\tprotocolFeePercent = _protocolFeePercent;\n\t\temit ProtocolFeeUpdated(_protocolFeePercent);\n\t}\n\n\t/**\n\t * @dev Updates a protocol address.\n\t * @param what The address type to be updated (treasury or aggregator).\n\t * @param value The new address to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\tbool updated;\n\t\tif (what == 'treasury') {\n\t\t\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\n\t\t\ttreasuryAddress = value;\n\t\t\tupdated = true;\n\t\t} else if (what == 'aggregator') {\n\t\t\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\n\t\t\t_aggregatorAddress = value;\n\t\t\tupdated = true;\n\t\t}\n\t\tif (updated) {\n\t\t\temit ProtocolAddressUpdated(what, value);\n\t\t}\n\t}\n}\n"},"contracts/interfaces/IGateway.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\n\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\n\n/**\n * @title IGateway\n * @notice Interface for the Gateway contract.\n */\ninterface IGateway {\n\t/* ##################################################################\n EVENTS\n ################################################################## */\n\t/**\n\t * @dev Emitted when a deposit is made.\n\t * @param sender The address of the sender.\n\t * @param token The address of the deposited token.\n\t * @param amount The amount of the deposit.\n\t * @param orderId The ID of the order.\n\t * @param rate The rate at which the deposit is made.\n\t * @param institutionCode The code of the institution.\n\t * @param messageHash The hash of the message.\n\t */\n\tevent OrderCreated(\n\t\taddress indexed sender,\n\t\taddress indexed token,\n\t\tuint256 indexed amount,\n\t\tuint256 protocolFee,\n\t\tbytes32 orderId,\n\t\tuint256 rate,\n\t\tbytes32 institutionCode,\n\t\tstring messageHash\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator settles a transaction.\n\t * @param splitOrderId The ID of the split order.\n\t * @param orderId The ID of the order.\n\t * @param liquidityProvider The address of the liquidity provider.\n\t * @param settlePercent The percentage at which the transaction is settled.\n\t */\n\tevent OrderSettled(\n\t\tbytes32 splitOrderId,\n\t\tbytes32 indexed orderId,\n\t\taddress indexed liquidityProvider,\n\t\tuint96 settlePercent\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator refunds a transaction.\n\t * @param fee The fee deducted from the refund amount.\n\t * @param orderId The ID of the order.\n\t */\n\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\n\n\t/**\n\t * @dev Emitted when the sender's fee is transferred.\n\t * @param sender The address of the sender.\n\t * @param amount The amount of the fee transferred.\n\t */\n\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\n\n\t/* ##################################################################\n STRUCTS\n ################################################################## */\n\t/**\n\t * @dev Struct representing transaction metadata.\n\t * @param identifier The identifier of the transaction.\n\t * @param institution The institution of the transaction.\n\t * @param name The name of the transaction.\n\t * @param currency The currency of the transaction.\n\t * @param liquidityProviderID The ID of the liquidity provider.\n\t */\n\tstruct TransactionMetadata {\n\t\tbytes8 identifier;\n\t\tbytes8 institution;\n\t\tbytes8 name;\n\t\tbytes8 currency;\n\t\tuint256 liquidityProviderID;\n\t}\n\n\t/**\n\t * @dev Struct representing an order.\n\t * @param sender The address of the sender.\n\t * @param token The address of the token.\n\t * @param senderFeeRecipient The address of the sender fee recipient.\n\t * @param senderFee The fee to be paid to the sender fee recipient.\n\t * @param protocolFee The protocol fee to be paid.\n\t * @param isFulfilled Whether the order is fulfilled.\n\t * @param isRefunded Whether the order is refunded.\n\t * @param refundAddress The address to which the refund is made.\n\t * @param currentBPS The current basis points.\n\t * @param amount The amount of the order.\n\t */\n\tstruct Order {\n\t\taddress sender;\n\t\taddress token;\n\t\taddress senderFeeRecipient;\n\t\tuint256 senderFee;\n\t\tuint256 protocolFee;\n\t\tbool isFulfilled;\n\t\tbool isRefunded;\n\t\taddress refundAddress;\n\t\tuint96 currentBPS;\n\t\tuint256 amount;\n\t}\n\n\t/* ##################################################################\n EXTERNAL CALLS\n ################################################################## */\n\t/**\n\t * @notice Locks the sender's amount of token into Gateway.\n\t * @dev Requirements:\n\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n\t * - `_token` must be an acceptable token. See {isTokenSupported}.\n\t * - `amount` must be greater than minimum.\n\t * - `_refundAddress` refund address must not be zero address.\n\t * @param _token The address of the token.\n\t * @param _amount The amount in the decimal of `_token` to be locked.\n\t * @param _institutionCode The institution code of the sender.\n\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n\t * @param messageHash The hash of the message.\n\t * @return _orderId The ID of the order.\n\t */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external returns (bytes32 _orderId);\n\n\t/**\n\t * @notice Settles a transaction and distributes rewards accordingly.\n\t * @param _splitOrderId The ID of the split order.\n\t * @param _orderId The ID of the transaction.\n\t * @param _liquidityProvider The address of the liquidity provider.\n\t * @param _settlePercent The rate at which the transaction is settled.\n\t * @return bool the settlement is successful.\n\t */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external returns (bool);\n\n\t/**\n\t * @notice Refunds to the specified refundable address.\n\t * @dev Requirements:\n\t * - Only aggregators can call this function.\n\t * @param _fee The amount to be deducted from the amount to be refunded.\n\t * @param _orderId The ID of the transaction.\n\t * @return bool the refund is successful.\n\t */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\n\n\t/**\n\t * @notice Checks if a token is supported by Gateway.\n\t * @param _token The address of the token to check.\n\t * @return bool the token is supported.\n\t */\n\tfunction isTokenSupported(address _token) external view returns (bool);\n\n\t/**\n\t * @notice Gets the details of an order.\n\t * @param _orderId The ID of the order.\n\t * @return Order The order details.\n\t */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\n\n\t/**\n\t * @notice Gets the fee details of Gateway.\n\t * @return protocolReward The protocol reward amount.\n\t * @return max_bps The maximum basis points.\n\t */\n\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\n\n\t/**\n\t * @notice Gets the details of a supported institution by code.\n\t * @param _code The institution code.\n\t * @return InstitutionByCode The institution details.\n\t */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory);\n\n\t/**\n\t * @notice Gets the details of supported institutions by currency.\n\t * @param _currency The currency code.\n\t * @return Institutions An array of institutions.\n\t */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory);\n}\n"},"contracts/libraries/SharedStructs.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nlibrary SharedStructs {\n /**\n * @dev Struct representing an institution.\n * @param code The code of the institution.\n * @param name The name of the institution.\n */\n struct Institution {\n bytes32 code;\n bytes32 name;\n }\n\n /**\n * @dev Struct representing an institution by code.\n * @param name The name of the institution.\n * @param currency The currency of the institution.\n */\n struct InstitutionByCode {\n bytes32 name;\n bytes32 currency;\n }\n}"},"contracts/mocks/MockUSDC.sol":{"content":"//SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {ERC20} from \"@openzeppelin/contracts/token/ERC20/ERC20.sol\";\n\n/// @dev Mock mintable USDC\ncontract MockUSDT is ERC20 {\n constructor() ERC20(\"MockUDSC\", \"MUSDC\") {\n _mint(msg.sender, 1_000_000E18);\n }\n\n function mint(uint256 _amount) external {\n _mint(msg.sender, _amount);\n }\n\n function burn(uint256 _amount) external {\n _burn(msg.sender, _amount);\n }\n\n function burnAll() external {\n uint256 _balanceOf = balanceOf(msg.sender);\n require(_balanceOf > 0, \"MockUSDT: Nothing to burn\");\n _burn(msg.sender, _balanceOf);\n }\n}\n"}},"settings":{"optimizer":{"enabled":false,"runs":200},"outputSelection":{"*":{"*":["abi","evm.bytecode","evm.deployedBytecode","evm.methodIdentifiers","metadata","devdoc","userdoc","storageLayout","evm.gasEstimates"],"":["ast"]}},"metadata":{"useLiteralContent":true}}},"output":{"sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239]},"id":107,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"107:23:0"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","file":"./OwnableUpgradeable.sol","id":2,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":240,"src":"132:34:0","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":4,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":409,"src":"167:63:0","symbolAliases":[{"foreign":{"id":3,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"175:13:0","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":6,"name":"Initializable","nameLocations":["719:13:0"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"719:13:0"},"id":7,"nodeType":"InheritanceSpecifier","src":"719:13:0"},{"baseName":{"id":8,"name":"OwnableUpgradeable","nameLocations":["734:18:0"],"nodeType":"IdentifierPath","referencedDeclaration":239,"src":"734:18:0"},"id":9,"nodeType":"InheritanceSpecifier","src":"734:18:0"}],"canonicalName":"Ownable2StepUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":5,"nodeType":"StructuredDocumentation","src":"232:441:0","text":" @dev Contract module which provides access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership} and {acceptOwnership}.\n This module is used through inheritance. It will make available all functions\n from parent (Ownable)."},"fullyImplemented":true,"id":106,"linearizedBaseContracts":[106,239,917,408],"name":"Ownable2StepUpgradeable","nameLocation":"692:23:0","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":11,"mutability":"mutable","name":"_pendingOwner","nameLocation":"775:13:0","nodeType":"VariableDeclaration","scope":106,"src":"759:29:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":10,"name":"address","nodeType":"ElementaryTypeName","src":"759:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700","id":17,"name":"OwnershipTransferStarted","nameLocation":"801:24:0","nodeType":"EventDefinition","parameters":{"id":16,"nodeType":"ParameterList","parameters":[{"constant":false,"id":13,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"842:13:0","nodeType":"VariableDeclaration","scope":17,"src":"826:29:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":12,"name":"address","nodeType":"ElementaryTypeName","src":"826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":15,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"873:8:0","nodeType":"VariableDeclaration","scope":17,"src":"857:24:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":14,"name":"address","nodeType":"ElementaryTypeName","src":"857:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"825:57:0"},"src":"795:88:0"},{"body":{"id":25,"nodeType":"Block","src":"946:43:0","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":22,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"956:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":23,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"956:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":24,"nodeType":"ExpressionStatement","src":"956:26:0"}]},"id":26,"implemented":true,"kind":"function","modifiers":[{"id":20,"kind":"modifierInvocation","modifierName":{"id":19,"name":"onlyInitializing","nameLocations":["929:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"929:16:0"},"nodeType":"ModifierInvocation","src":"929:16:0"}],"name":"__Ownable2Step_init","nameLocation":"898:19:0","nodeType":"FunctionDefinition","parameters":{"id":18,"nodeType":"ParameterList","parameters":[],"src":"917:2:0"},"returnParameters":{"id":21,"nodeType":"ParameterList","parameters":[],"src":"946:0:0"},"scope":106,"src":"889:100:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":31,"nodeType":"Block","src":"1062:7:0","statements":[]},"id":32,"implemented":true,"kind":"function","modifiers":[{"id":29,"kind":"modifierInvocation","modifierName":{"id":28,"name":"onlyInitializing","nameLocations":["1045:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1045:16:0"},"nodeType":"ModifierInvocation","src":"1045:16:0"}],"name":"__Ownable2Step_init_unchained","nameLocation":"1004:29:0","nodeType":"FunctionDefinition","parameters":{"id":27,"nodeType":"ParameterList","parameters":[],"src":"1033:2:0"},"returnParameters":{"id":30,"nodeType":"ParameterList","parameters":[],"src":"1062:0:0"},"scope":106,"src":"995:74:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":40,"nodeType":"Block","src":"1206:37:0","statements":[{"expression":{"id":38,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1223:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":37,"id":39,"nodeType":"Return","src":"1216:20:0"}]},"documentation":{"id":33,"nodeType":"StructuredDocumentation","src":"1074:65:0","text":" @dev Returns the address of the pending owner."},"functionSelector":"e30c3978","id":41,"implemented":true,"kind":"function","modifiers":[],"name":"pendingOwner","nameLocation":"1153:12:0","nodeType":"FunctionDefinition","parameters":{"id":34,"nodeType":"ParameterList","parameters":[],"src":"1165:2:0"},"returnParameters":{"id":37,"nodeType":"ParameterList","parameters":[{"constant":false,"id":36,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":41,"src":"1197:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":35,"name":"address","nodeType":"ElementaryTypeName","src":"1197:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1196:9:0"},"scope":106,"src":"1144:99:0","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[213],"body":{"id":60,"nodeType":"Block","src":"1515:99:0","statements":[{"expression":{"id":52,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":50,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1525:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":51,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1541:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1525:24:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":53,"nodeType":"ExpressionStatement","src":"1525:24:0"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":55,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1589:5:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":56,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1589:7:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":57,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1598:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":54,"name":"OwnershipTransferStarted","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":17,"src":"1564:24:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":58,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1564:43:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":59,"nodeType":"EmitStatement","src":"1559:48:0"}]},"documentation":{"id":42,"nodeType":"StructuredDocumentation","src":"1249:182:0","text":" @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":61,"implemented":true,"kind":"function","modifiers":[{"id":48,"kind":"modifierInvocation","modifierName":{"id":47,"name":"onlyOwner","nameLocations":["1505:9:0"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1505:9:0"},"nodeType":"ModifierInvocation","src":"1505:9:0"}],"name":"transferOwnership","nameLocation":"1445:17:0","nodeType":"FunctionDefinition","overrides":{"id":46,"nodeType":"OverrideSpecifier","overrides":[],"src":"1496:8:0"},"parameters":{"id":45,"nodeType":"ParameterList","parameters":[{"constant":false,"id":44,"mutability":"mutable","name":"newOwner","nameLocation":"1471:8:0","nodeType":"VariableDeclaration","scope":61,"src":"1463:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":43,"name":"address","nodeType":"ElementaryTypeName","src":"1463:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1462:18:0"},"returnParameters":{"id":49,"nodeType":"ParameterList","parameters":[],"src":"1515:0:0"},"scope":106,"src":"1436:178:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[233],"body":{"id":77,"nodeType":"Block","src":"1870:81:0","statements":[{"expression":{"id":69,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"1880:20:0","subExpression":{"id":68,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1887:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":70,"nodeType":"ExpressionStatement","src":"1880:20:0"},{"expression":{"arguments":[{"id":74,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":64,"src":"1935:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":71,"name":"super","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-25,"src":"1910:5:0","typeDescriptions":{"typeIdentifier":"t_type$_t_super$_Ownable2StepUpgradeable_$106_$","typeString":"type(contract super Ownable2StepUpgradeable)"}},"id":73,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1916:18:0","memberName":"_transferOwnership","nodeType":"MemberAccess","referencedDeclaration":233,"src":"1910:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":75,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1910:34:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":76,"nodeType":"ExpressionStatement","src":"1910:34:0"}]},"documentation":{"id":62,"nodeType":"StructuredDocumentation","src":"1620:173:0","text":" @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n Internal function without access restriction."},"id":78,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"1807:18:0","nodeType":"FunctionDefinition","overrides":{"id":66,"nodeType":"OverrideSpecifier","overrides":[],"src":"1861:8:0"},"parameters":{"id":65,"nodeType":"ParameterList","parameters":[{"constant":false,"id":64,"mutability":"mutable","name":"newOwner","nameLocation":"1834:8:0","nodeType":"VariableDeclaration","scope":78,"src":"1826:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":63,"name":"address","nodeType":"ElementaryTypeName","src":"1826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1825:18:0"},"returnParameters":{"id":67,"nodeType":"ParameterList","parameters":[],"src":"1870:0:0"},"scope":106,"src":"1798:153:0","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":99,"nodeType":"Block","src":"2073:170:0","statements":[{"assignments":[83],"declarations":[{"constant":false,"id":83,"mutability":"mutable","name":"sender","nameLocation":"2091:6:0","nodeType":"VariableDeclaration","scope":99,"src":"2083:14:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":82,"name":"address","nodeType":"ElementaryTypeName","src":"2083:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":86,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":84,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2100:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":85,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2100:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2083:29:0"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":91,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":88,"name":"pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":41,"src":"2130:12:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":89,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2130:14:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":90,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2148:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2130:24:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572","id":92,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2156:43:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""},"value":"Ownable2Step: caller is not the new owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""}],"id":87,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2122:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":93,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2122:78:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":94,"nodeType":"ExpressionStatement","src":"2122:78:0"},{"expression":{"arguments":[{"id":96,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2229:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":95,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[78],"referencedDeclaration":78,"src":"2210:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":97,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2210:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":98,"nodeType":"ExpressionStatement","src":"2210:26:0"}]},"documentation":{"id":79,"nodeType":"StructuredDocumentation","src":"1957:69:0","text":" @dev The new owner accepts the ownership transfer."},"functionSelector":"79ba5097","id":100,"implemented":true,"kind":"function","modifiers":[],"name":"acceptOwnership","nameLocation":"2040:15:0","nodeType":"FunctionDefinition","parameters":{"id":80,"nodeType":"ParameterList","parameters":[],"src":"2055:2:0"},"returnParameters":{"id":81,"nodeType":"ParameterList","parameters":[],"src":"2073:0:0"},"scope":106,"src":"2031:212:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"constant":false,"documentation":{"id":101,"nodeType":"StructuredDocumentation","src":"2249:254:0","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":105,"mutability":"mutable","name":"__gap","nameLocation":"2528:5:0","nodeType":"VariableDeclaration","scope":106,"src":"2508:25:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":102,"name":"uint256","nodeType":"ElementaryTypeName","src":"2508:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":104,"length":{"hexValue":"3439","id":103,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2516:2:0","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"2508:11:0","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":107,"src":"674:1862:0","usedErrors":[]}],"src":"107:2430:0"},"id":0},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"OwnableUpgradeable":[239]},"id":240,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":108,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"102:23:1"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":109,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":918,"src":"127:41:1","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":111,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":409,"src":"169:63:1","symbolAliases":[{"foreign":{"id":110,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"177:13:1","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":113,"name":"Initializable","nameLocations":["769:13:1"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"769:13:1"},"id":114,"nodeType":"InheritanceSpecifier","src":"769:13:1"},{"baseName":{"id":115,"name":"ContextUpgradeable","nameLocations":["784:18:1"],"nodeType":"IdentifierPath","referencedDeclaration":917,"src":"784:18:1"},"id":116,"nodeType":"InheritanceSpecifier","src":"784:18:1"}],"canonicalName":"OwnableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":112,"nodeType":"StructuredDocumentation","src":"234:494:1","text":" @dev Contract module which provides a basic access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership}.\n This module is used through inheritance. It will make available the modifier\n `onlyOwner`, which can be applied to your functions to restrict their use to\n the owner."},"fullyImplemented":true,"id":239,"linearizedBaseContracts":[239,917,408],"name":"OwnableUpgradeable","nameLocation":"747:18:1","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":118,"mutability":"mutable","name":"_owner","nameLocation":"825:6:1","nodeType":"VariableDeclaration","scope":239,"src":"809:22:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":117,"name":"address","nodeType":"ElementaryTypeName","src":"809:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","id":124,"name":"OwnershipTransferred","nameLocation":"844:20:1","nodeType":"EventDefinition","parameters":{"id":123,"nodeType":"ParameterList","parameters":[{"constant":false,"id":120,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"881:13:1","nodeType":"VariableDeclaration","scope":124,"src":"865:29:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":119,"name":"address","nodeType":"ElementaryTypeName","src":"865:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":122,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"912:8:1","nodeType":"VariableDeclaration","scope":124,"src":"896:24:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":121,"name":"address","nodeType":"ElementaryTypeName","src":"896:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"864:57:1"},"src":"838:84:1"},{"body":{"id":133,"nodeType":"Block","src":"1076:43:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":130,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"1086:24:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":131,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1086:26:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":132,"nodeType":"ExpressionStatement","src":"1086:26:1"}]},"documentation":{"id":125,"nodeType":"StructuredDocumentation","src":"928:91:1","text":" @dev Initializes the contract setting the deployer as the initial owner."},"id":134,"implemented":true,"kind":"function","modifiers":[{"id":128,"kind":"modifierInvocation","modifierName":{"id":127,"name":"onlyInitializing","nameLocations":["1059:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1059:16:1"},"nodeType":"ModifierInvocation","src":"1059:16:1"}],"name":"__Ownable_init","nameLocation":"1033:14:1","nodeType":"FunctionDefinition","parameters":{"id":126,"nodeType":"ParameterList","parameters":[],"src":"1047:2:1"},"returnParameters":{"id":129,"nodeType":"ParameterList","parameters":[],"src":"1076:0:1"},"scope":239,"src":"1024:95:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":144,"nodeType":"Block","src":"1187:49:1","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":140,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"1216:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":141,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1216:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":139,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"1197:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":142,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1197:32:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":143,"nodeType":"ExpressionStatement","src":"1197:32:1"}]},"id":145,"implemented":true,"kind":"function","modifiers":[{"id":137,"kind":"modifierInvocation","modifierName":{"id":136,"name":"onlyInitializing","nameLocations":["1170:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1170:16:1"},"nodeType":"ModifierInvocation","src":"1170:16:1"}],"name":"__Ownable_init_unchained","nameLocation":"1134:24:1","nodeType":"FunctionDefinition","parameters":{"id":135,"nodeType":"ParameterList","parameters":[],"src":"1158:2:1"},"returnParameters":{"id":138,"nodeType":"ParameterList","parameters":[],"src":"1187:0:1"},"scope":239,"src":"1125:111:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":152,"nodeType":"Block","src":"1345:41:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":148,"name":"_checkOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":176,"src":"1355:11:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":149,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1355:13:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":150,"nodeType":"ExpressionStatement","src":"1355:13:1"},{"id":151,"nodeType":"PlaceholderStatement","src":"1378:1:1"}]},"documentation":{"id":146,"nodeType":"StructuredDocumentation","src":"1242:77:1","text":" @dev Throws if called by any account other than the owner."},"id":153,"name":"onlyOwner","nameLocation":"1333:9:1","nodeType":"ModifierDefinition","parameters":{"id":147,"nodeType":"ParameterList","parameters":[],"src":"1342:2:1"},"src":"1324:62:1","virtual":false,"visibility":"internal"},{"body":{"id":161,"nodeType":"Block","src":"1517:30:1","statements":[{"expression":{"id":159,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"1534:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":158,"id":160,"nodeType":"Return","src":"1527:13:1"}]},"documentation":{"id":154,"nodeType":"StructuredDocumentation","src":"1392:65:1","text":" @dev Returns the address of the current owner."},"functionSelector":"8da5cb5b","id":162,"implemented":true,"kind":"function","modifiers":[],"name":"owner","nameLocation":"1471:5:1","nodeType":"FunctionDefinition","parameters":{"id":155,"nodeType":"ParameterList","parameters":[],"src":"1476:2:1"},"returnParameters":{"id":158,"nodeType":"ParameterList","parameters":[{"constant":false,"id":157,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":162,"src":"1508:7:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":156,"name":"address","nodeType":"ElementaryTypeName","src":"1508:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1507:9:1"},"scope":239,"src":"1462:85:1","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":175,"nodeType":"Block","src":"1665:85:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":171,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":167,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1683:5:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":168,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1683:7:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":169,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"1694:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":170,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1694:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1683:23:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","id":172,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1708:34:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""},"value":"Ownable: caller is not the owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""}],"id":166,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1675:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":173,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1675:68:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":174,"nodeType":"ExpressionStatement","src":"1675:68:1"}]},"documentation":{"id":163,"nodeType":"StructuredDocumentation","src":"1553:62:1","text":" @dev Throws if the sender is not the owner."},"id":176,"implemented":true,"kind":"function","modifiers":[],"name":"_checkOwner","nameLocation":"1629:11:1","nodeType":"FunctionDefinition","parameters":{"id":164,"nodeType":"ParameterList","parameters":[],"src":"1640:2:1"},"returnParameters":{"id":165,"nodeType":"ParameterList","parameters":[],"src":"1665:0:1"},"scope":239,"src":"1620:130:1","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":189,"nodeType":"Block","src":"2139:47:1","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":185,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2176: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":184,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2168:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":183,"name":"address","nodeType":"ElementaryTypeName","src":"2168:7:1","typeDescriptions":{}}},"id":186,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2168:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":182,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2149:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":187,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2149:30:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":188,"nodeType":"ExpressionStatement","src":"2149:30:1"}]},"documentation":{"id":177,"nodeType":"StructuredDocumentation","src":"1756:324:1","text":" @dev Leaves the contract without owner. It will not be possible to call\n `onlyOwner` functions. Can only be called by the current owner.\n NOTE: Renouncing ownership will leave the contract without an owner,\n thereby disabling any functionality that is only available to the owner."},"functionSelector":"715018a6","id":190,"implemented":true,"kind":"function","modifiers":[{"id":180,"kind":"modifierInvocation","modifierName":{"id":179,"name":"onlyOwner","nameLocations":["2129:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2129:9:1"},"nodeType":"ModifierInvocation","src":"2129:9:1"}],"name":"renounceOwnership","nameLocation":"2094:17:1","nodeType":"FunctionDefinition","parameters":{"id":178,"nodeType":"ParameterList","parameters":[],"src":"2111:2:1"},"returnParameters":{"id":181,"nodeType":"ParameterList","parameters":[],"src":"2139:0:1"},"scope":239,"src":"2085:101:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":212,"nodeType":"Block","src":"2405:128:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":204,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":199,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2423:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":202,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2443: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":201,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2435:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":200,"name":"address","nodeType":"ElementaryTypeName","src":"2435:7:1","typeDescriptions":{}}},"id":203,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2435:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2423:22:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373","id":205,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2447:40:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""},"value":"Ownable: new owner is the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""}],"id":198,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2415:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":206,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2415:73:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":207,"nodeType":"ExpressionStatement","src":"2415:73:1"},{"expression":{"arguments":[{"id":209,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2517:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":208,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2498:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":210,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2498:28:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":211,"nodeType":"ExpressionStatement","src":"2498:28:1"}]},"documentation":{"id":191,"nodeType":"StructuredDocumentation","src":"2192:138:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":213,"implemented":true,"kind":"function","modifiers":[{"id":196,"kind":"modifierInvocation","modifierName":{"id":195,"name":"onlyOwner","nameLocations":["2395:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2395:9:1"},"nodeType":"ModifierInvocation","src":"2395:9:1"}],"name":"transferOwnership","nameLocation":"2344:17:1","nodeType":"FunctionDefinition","parameters":{"id":194,"nodeType":"ParameterList","parameters":[{"constant":false,"id":193,"mutability":"mutable","name":"newOwner","nameLocation":"2370:8:1","nodeType":"VariableDeclaration","scope":213,"src":"2362:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":192,"name":"address","nodeType":"ElementaryTypeName","src":"2362:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2361:18:1"},"returnParameters":{"id":197,"nodeType":"ParameterList","parameters":[],"src":"2405:0:1"},"scope":239,"src":"2335:198:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":232,"nodeType":"Block","src":"2750:124:1","statements":[{"assignments":[220],"declarations":[{"constant":false,"id":220,"mutability":"mutable","name":"oldOwner","nameLocation":"2768:8:1","nodeType":"VariableDeclaration","scope":232,"src":"2760:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":219,"name":"address","nodeType":"ElementaryTypeName","src":"2760:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":222,"initialValue":{"id":221,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2779:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2760:25:1"},{"expression":{"id":225,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":223,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2795:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":224,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2804:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2795:17:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":226,"nodeType":"ExpressionStatement","src":"2795:17:1"},{"eventCall":{"arguments":[{"id":228,"name":"oldOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":220,"src":"2848:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":229,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2858:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":227,"name":"OwnershipTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":124,"src":"2827:20:1","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":230,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2827:40:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":231,"nodeType":"EmitStatement","src":"2822:45:1"}]},"documentation":{"id":214,"nodeType":"StructuredDocumentation","src":"2539:143:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Internal function without access restriction."},"id":233,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"2696:18:1","nodeType":"FunctionDefinition","parameters":{"id":217,"nodeType":"ParameterList","parameters":[{"constant":false,"id":216,"mutability":"mutable","name":"newOwner","nameLocation":"2723:8:1","nodeType":"VariableDeclaration","scope":233,"src":"2715:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":215,"name":"address","nodeType":"ElementaryTypeName","src":"2715:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2714:18:1"},"returnParameters":{"id":218,"nodeType":"ParameterList","parameters":[],"src":"2750:0:1"},"scope":239,"src":"2687:187:1","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":234,"nodeType":"StructuredDocumentation","src":"2880:254:1","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":238,"mutability":"mutable","name":"__gap","nameLocation":"3159:5:1","nodeType":"VariableDeclaration","scope":239,"src":"3139:25:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":235,"name":"uint256","nodeType":"ElementaryTypeName","src":"3139:7:1","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":237,"length":{"hexValue":"3439","id":236,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3147:2:1","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3139:11:1","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":240,"src":"729:2438:1","usedErrors":[]}],"src":"102:3066:1"},"id":1},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","exportedSymbols":{"AddressUpgradeable":[866],"Initializable":[408]},"id":409,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":241,"literals":["solidity","^","0.8",".2"],"nodeType":"PragmaDirective","src":"113:23:2"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","file":"../../utils/AddressUpgradeable.sol","id":242,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":409,"sourceUnit":867,"src":"138:44:2","symbolAliases":[],"unitAlias":""},{"abstract":true,"baseContracts":[],"canonicalName":"Initializable","contractDependencies":[],"contractKind":"contract","documentation":{"id":243,"nodeType":"StructuredDocumentation","src":"184:2209:2","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":408,"linearizedBaseContracts":[408],"name":"Initializable","nameLocation":"2412:13:2","nodeType":"ContractDefinition","nodes":[{"constant":false,"documentation":{"id":244,"nodeType":"StructuredDocumentation","src":"2432:109:2","text":" @dev Indicates that the contract has been initialized.\n @custom:oz-retyped-from bool"},"id":246,"mutability":"mutable","name":"_initialized","nameLocation":"2560:12:2","nodeType":"VariableDeclaration","scope":408,"src":"2546:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":245,"name":"uint8","nodeType":"ElementaryTypeName","src":"2546:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"private"},{"constant":false,"documentation":{"id":247,"nodeType":"StructuredDocumentation","src":"2579:91:2","text":" @dev Indicates that the contract is in the process of being initialized."},"id":249,"mutability":"mutable","name":"_initializing","nameLocation":"2688:13:2","nodeType":"VariableDeclaration","scope":408,"src":"2675:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":248,"name":"bool","nodeType":"ElementaryTypeName","src":"2675:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"anonymous":false,"documentation":{"id":250,"nodeType":"StructuredDocumentation","src":"2708:90:2","text":" @dev Triggered when the contract has been initialized or reinitialized."},"eventSelector":"7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498","id":254,"name":"Initialized","nameLocation":"2809:11:2","nodeType":"EventDefinition","parameters":{"id":253,"nodeType":"ParameterList","parameters":[{"constant":false,"id":252,"indexed":false,"mutability":"mutable","name":"version","nameLocation":"2827:7:2","nodeType":"VariableDeclaration","scope":254,"src":"2821:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":251,"name":"uint8","nodeType":"ElementaryTypeName","src":"2821:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"2820:15:2"},"src":"2803:33:2"},{"body":{"id":309,"nodeType":"Block","src":"3269:483:2","statements":[{"assignments":[258],"declarations":[{"constant":false,"id":258,"mutability":"mutable","name":"isTopLevelCall","nameLocation":"3284:14:2","nodeType":"VariableDeclaration","scope":309,"src":"3279:19:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":257,"name":"bool","nodeType":"ElementaryTypeName","src":"3279:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":261,"initialValue":{"id":260,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3301:14:2","subExpression":{"id":259,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3302:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"VariableDeclarationStatement","src":"3279:36:2"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":282,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":267,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":263,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3347:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":266,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":264,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3365:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"hexValue":"31","id":265,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3380:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3365:16:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3347:34:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":268,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3346:36:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":280,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":276,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3387:45:2","subExpression":{"arguments":[{"arguments":[{"id":273,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3426:4:2","typeDescriptions":{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}],"id":272,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3418:7:2","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":271,"name":"address","nodeType":"ElementaryTypeName","src":"3418:7:2","typeDescriptions":{}}},"id":274,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3418:13:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":269,"name":"AddressUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":866,"src":"3388:18:2","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_AddressUpgradeable_$866_$","typeString":"type(library AddressUpgradeable)"}},"id":270,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3407:10:2","memberName":"isContract","nodeType":"MemberAccess","referencedDeclaration":554,"src":"3388:29:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":275,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3388:44:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":279,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":277,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3436:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":278,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3452:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3436:17:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3387:66:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":281,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3386:68:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3346:108:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":283,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3468:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":262,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3325:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":284,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3325:201:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":285,"nodeType":"ExpressionStatement","src":"3325:201:2"},{"expression":{"id":288,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":286,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3536:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"31","id":287,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3551:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3536:16:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":289,"nodeType":"ExpressionStatement","src":"3536:16:2"},{"condition":{"id":290,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3566:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":296,"nodeType":"IfStatement","src":"3562:65:2","trueBody":{"id":295,"nodeType":"Block","src":"3582:45:2","statements":[{"expression":{"id":293,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":291,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3596:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":292,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3612:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3596:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":294,"nodeType":"ExpressionStatement","src":"3596:20:2"}]}},{"id":297,"nodeType":"PlaceholderStatement","src":"3636:1:2"},{"condition":{"id":298,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3651:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":308,"nodeType":"IfStatement","src":"3647:99:2","trueBody":{"id":307,"nodeType":"Block","src":"3667:79:2","statements":[{"expression":{"id":301,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":299,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3681:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":300,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3697:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"3681:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":302,"nodeType":"ExpressionStatement","src":"3681:21:2"},{"eventCall":{"arguments":[{"hexValue":"31","id":304,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3733:1:2","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":303,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"3721:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":305,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3721:14:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":306,"nodeType":"EmitStatement","src":"3716:19:2"}]}}]},"documentation":{"id":255,"nodeType":"StructuredDocumentation","src":"2842:399:2","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 functions marked with `initializer` can be nested in the context of a\n constructor.\n Emits an {Initialized} event."},"id":310,"name":"initializer","nameLocation":"3255:11:2","nodeType":"ModifierDefinition","parameters":{"id":256,"nodeType":"ParameterList","parameters":[],"src":"3266:2:2"},"src":"3246:506:2","virtual":false,"visibility":"internal"},{"body":{"id":342,"nodeType":"Block","src":"4863:255:2","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":321,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":317,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4881:14:2","subExpression":{"id":316,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"4882:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":320,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":318,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4899:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":319,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4914:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4899:22:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4881:40:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":322,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4923:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":315,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4873:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":323,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4873:99:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":324,"nodeType":"ExpressionStatement","src":"4873:99:2"},{"expression":{"id":327,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":325,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4982:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":326,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4997:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4982:22:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":328,"nodeType":"ExpressionStatement","src":"4982:22:2"},{"expression":{"id":331,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":329,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5014:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":330,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5030:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5014:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":332,"nodeType":"ExpressionStatement","src":"5014:20:2"},{"id":333,"nodeType":"PlaceholderStatement","src":"5044:1:2"},{"expression":{"id":336,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":334,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5055:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":335,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5071:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"5055:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":337,"nodeType":"ExpressionStatement","src":"5055:21:2"},{"eventCall":{"arguments":[{"id":339,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"5103:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":338,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"5091:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":340,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5091:20:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":341,"nodeType":"EmitStatement","src":"5086:25:2"}]},"documentation":{"id":311,"nodeType":"StructuredDocumentation","src":"3758:1062:2","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 255 will prevent any future reinitialization.\n Emits an {Initialized} event."},"id":343,"name":"reinitializer","nameLocation":"4834:13:2","nodeType":"ModifierDefinition","parameters":{"id":314,"nodeType":"ParameterList","parameters":[{"constant":false,"id":313,"mutability":"mutable","name":"version","nameLocation":"4854:7:2","nodeType":"VariableDeclaration","scope":343,"src":"4848:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":312,"name":"uint8","nodeType":"ElementaryTypeName","src":"4848:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"4847:15:2"},"src":"4825:293:2","virtual":false,"visibility":"internal"},{"body":{"id":352,"nodeType":"Block","src":"5356:97:2","statements":[{"expression":{"arguments":[{"id":347,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5374:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420696e697469616c697a696e67","id":348,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5389:45:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""},"value":"Initializable: contract is not initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""}],"id":346,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5366:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":349,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5366:69:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":350,"nodeType":"ExpressionStatement","src":"5366:69:2"},{"id":351,"nodeType":"PlaceholderStatement","src":"5445:1:2"}]},"documentation":{"id":344,"nodeType":"StructuredDocumentation","src":"5124:199:2","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":353,"name":"onlyInitializing","nameLocation":"5337:16:2","nodeType":"ModifierDefinition","parameters":{"id":345,"nodeType":"ParameterList","parameters":[],"src":"5353:2:2"},"src":"5328:125:2","virtual":false,"visibility":"internal"},{"body":{"id":388,"nodeType":"Block","src":"5988:231:2","statements":[{"expression":{"arguments":[{"id":359,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6006:14:2","subExpression":{"id":358,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6007:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e67","id":360,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6022:41:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""},"value":"Initializable: contract is initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""}],"id":357,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5998:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":361,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5998:66:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":362,"nodeType":"ExpressionStatement","src":"5998:66:2"},{"condition":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":369,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":363,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6078:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"arguments":[{"id":366,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6099:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":365,"name":"uint8","nodeType":"ElementaryTypeName","src":"6099:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":364,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6094:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":367,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6094:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":368,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6106:3:2","memberName":"max","nodeType":"MemberAccess","src":"6094:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6078:31:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":387,"nodeType":"IfStatement","src":"6074:139:2","trueBody":{"id":386,"nodeType":"Block","src":"6111:102:2","statements":[{"expression":{"id":376,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":370,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6125:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"expression":{"arguments":[{"id":373,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6145:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":372,"name":"uint8","nodeType":"ElementaryTypeName","src":"6145:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":371,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6140:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":374,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6140:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":375,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6152:3:2","memberName":"max","nodeType":"MemberAccess","src":"6140:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6125:30:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":377,"nodeType":"ExpressionStatement","src":"6125:30:2"},{"eventCall":{"arguments":[{"expression":{"arguments":[{"id":381,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6191:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":380,"name":"uint8","nodeType":"ElementaryTypeName","src":"6191:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":379,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6186:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":382,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6186:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":383,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6198:3:2","memberName":"max","nodeType":"MemberAccess","src":"6186:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":378,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"6174:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":384,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6174:28:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":385,"nodeType":"EmitStatement","src":"6169:33:2"}]}}]},"documentation":{"id":354,"nodeType":"StructuredDocumentation","src":"5459:475:2","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":389,"implemented":true,"kind":"function","modifiers":[],"name":"_disableInitializers","nameLocation":"5948:20:2","nodeType":"FunctionDefinition","parameters":{"id":355,"nodeType":"ParameterList","parameters":[],"src":"5968:2:2"},"returnParameters":{"id":356,"nodeType":"ParameterList","parameters":[],"src":"5988:0:2"},"scope":408,"src":"5939:280:2","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":397,"nodeType":"Block","src":"6393:36:2","statements":[{"expression":{"id":395,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6410:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"functionReturnParameters":394,"id":396,"nodeType":"Return","src":"6403:19:2"}]},"documentation":{"id":390,"nodeType":"StructuredDocumentation","src":"6225:99:2","text":" @dev Returns the highest version that has been initialized. See {reinitializer}."},"id":398,"implemented":true,"kind":"function","modifiers":[],"name":"_getInitializedVersion","nameLocation":"6338:22:2","nodeType":"FunctionDefinition","parameters":{"id":391,"nodeType":"ParameterList","parameters":[],"src":"6360:2:2"},"returnParameters":{"id":394,"nodeType":"ParameterList","parameters":[{"constant":false,"id":393,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":398,"src":"6386:5:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":392,"name":"uint8","nodeType":"ElementaryTypeName","src":"6386:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"6385:7:2"},"scope":408,"src":"6329:100:2","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":406,"nodeType":"Block","src":"6601:37:2","statements":[{"expression":{"id":404,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6618:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":403,"id":405,"nodeType":"Return","src":"6611:20:2"}]},"documentation":{"id":399,"nodeType":"StructuredDocumentation","src":"6435:105:2","text":" @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}."},"id":407,"implemented":true,"kind":"function","modifiers":[],"name":"_isInitializing","nameLocation":"6554:15:2","nodeType":"FunctionDefinition","parameters":{"id":400,"nodeType":"ParameterList","parameters":[],"src":"6569:2:2"},"returnParameters":{"id":403,"nodeType":"ParameterList","parameters":[{"constant":false,"id":402,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":407,"src":"6595:4:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":401,"name":"bool","nodeType":"ElementaryTypeName","src":"6595:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6594:6:2"},"scope":408,"src":"6545:93:2","stateMutability":"view","virtual":false,"visibility":"internal"}],"scope":409,"src":"2394:4246:2","usedErrors":[]}],"src":"113:6528:2"},"id":2},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"PausableUpgradeable":[536]},"id":537,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":410,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"105:23:3"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":411,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":918,"src":"130:41:3","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":413,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":409,"src":"172:63:3","symbolAliases":[{"foreign":{"id":412,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"180:13:3","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":415,"name":"Initializable","nameLocations":["718:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"718:13:3"},"id":416,"nodeType":"InheritanceSpecifier","src":"718:13:3"},{"baseName":{"id":417,"name":"ContextUpgradeable","nameLocations":["733:18:3"],"nodeType":"IdentifierPath","referencedDeclaration":917,"src":"733:18:3"},"id":418,"nodeType":"InheritanceSpecifier","src":"733:18:3"}],"canonicalName":"PausableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":414,"nodeType":"StructuredDocumentation","src":"237:439:3","text":" @dev Contract module which allows children to implement an emergency stop\n mechanism that can be triggered by an authorized account.\n This module is used through inheritance. It will make available the\n modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n the functions of your contract. Note that they will not be pausable by\n simply including this module, only once the modifiers are put in place."},"fullyImplemented":true,"id":536,"linearizedBaseContracts":[536,917,408],"name":"PausableUpgradeable","nameLocation":"695:19:3","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":419,"nodeType":"StructuredDocumentation","src":"758:73:3","text":" @dev Emitted when the pause is triggered by `account`."},"eventSelector":"62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258","id":423,"name":"Paused","nameLocation":"842:6:3","nodeType":"EventDefinition","parameters":{"id":422,"nodeType":"ParameterList","parameters":[{"constant":false,"id":421,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"857:7:3","nodeType":"VariableDeclaration","scope":423,"src":"849:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":420,"name":"address","nodeType":"ElementaryTypeName","src":"849:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"848:17:3"},"src":"836:30:3"},{"anonymous":false,"documentation":{"id":424,"nodeType":"StructuredDocumentation","src":"872:70:3","text":" @dev Emitted when the pause is lifted by `account`."},"eventSelector":"5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa","id":428,"name":"Unpaused","nameLocation":"953:8:3","nodeType":"EventDefinition","parameters":{"id":427,"nodeType":"ParameterList","parameters":[{"constant":false,"id":426,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"970:7:3","nodeType":"VariableDeclaration","scope":428,"src":"962:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":425,"name":"address","nodeType":"ElementaryTypeName","src":"962:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"961:17:3"},"src":"947:32:3"},{"constant":false,"id":430,"mutability":"mutable","name":"_paused","nameLocation":"998:7:3","nodeType":"VariableDeclaration","scope":536,"src":"985:20:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":429,"name":"bool","nodeType":"ElementaryTypeName","src":"985:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"body":{"id":439,"nodeType":"Block","src":"1137:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":436,"name":"__Pausable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":450,"src":"1147:25:3","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":437,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1147:27:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":438,"nodeType":"ExpressionStatement","src":"1147:27:3"}]},"documentation":{"id":431,"nodeType":"StructuredDocumentation","src":"1012:67:3","text":" @dev Initializes the contract in unpaused state."},"id":440,"implemented":true,"kind":"function","modifiers":[{"id":434,"kind":"modifierInvocation","modifierName":{"id":433,"name":"onlyInitializing","nameLocations":["1120:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1120:16:3"},"nodeType":"ModifierInvocation","src":"1120:16:3"}],"name":"__Pausable_init","nameLocation":"1093:15:3","nodeType":"FunctionDefinition","parameters":{"id":432,"nodeType":"ParameterList","parameters":[],"src":"1108:2:3"},"returnParameters":{"id":435,"nodeType":"ParameterList","parameters":[],"src":"1137:0:3"},"scope":536,"src":"1084:97:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":449,"nodeType":"Block","src":"1250:32:3","statements":[{"expression":{"id":447,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":445,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1260:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":446,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"1270:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"1260:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":448,"nodeType":"ExpressionStatement","src":"1260:15:3"}]},"id":450,"implemented":true,"kind":"function","modifiers":[{"id":443,"kind":"modifierInvocation","modifierName":{"id":442,"name":"onlyInitializing","nameLocations":["1233:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1233:16:3"},"nodeType":"ModifierInvocation","src":"1233:16:3"}],"name":"__Pausable_init_unchained","nameLocation":"1196:25:3","nodeType":"FunctionDefinition","parameters":{"id":441,"nodeType":"ParameterList","parameters":[],"src":"1221:2:3"},"returnParameters":{"id":444,"nodeType":"ParameterList","parameters":[],"src":"1250:0:3"},"scope":536,"src":"1187:95:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":457,"nodeType":"Block","src":"1493:47:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":453,"name":"_requireNotPaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":487,"src":"1503:17:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":454,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1503:19:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":455,"nodeType":"ExpressionStatement","src":"1503:19:3"},{"id":456,"nodeType":"PlaceholderStatement","src":"1532:1:3"}]},"documentation":{"id":451,"nodeType":"StructuredDocumentation","src":"1288:175:3","text":" @dev Modifier to make a function callable only when the contract is not paused.\n Requirements:\n - The contract must not be paused."},"id":458,"name":"whenNotPaused","nameLocation":"1477:13:3","nodeType":"ModifierDefinition","parameters":{"id":452,"nodeType":"ParameterList","parameters":[],"src":"1490:2:3"},"src":"1468:72:3","virtual":false,"visibility":"internal"},{"body":{"id":465,"nodeType":"Block","src":"1740:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":461,"name":"_requirePaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":498,"src":"1750:14:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":462,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1750:16:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":463,"nodeType":"ExpressionStatement","src":"1750:16:3"},{"id":464,"nodeType":"PlaceholderStatement","src":"1776:1:3"}]},"documentation":{"id":459,"nodeType":"StructuredDocumentation","src":"1546:167:3","text":" @dev Modifier to make a function callable only when the contract is paused.\n Requirements:\n - The contract must be paused."},"id":466,"name":"whenPaused","nameLocation":"1727:10:3","nodeType":"ModifierDefinition","parameters":{"id":460,"nodeType":"ParameterList","parameters":[],"src":"1737:2:3"},"src":"1718:66:3","virtual":false,"visibility":"internal"},{"body":{"id":474,"nodeType":"Block","src":"1932:31:3","statements":[{"expression":{"id":472,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1949:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":471,"id":473,"nodeType":"Return","src":"1942:14:3"}]},"documentation":{"id":467,"nodeType":"StructuredDocumentation","src":"1790:84:3","text":" @dev Returns true if the contract is paused, and false otherwise."},"functionSelector":"5c975abb","id":475,"implemented":true,"kind":"function","modifiers":[],"name":"paused","nameLocation":"1888:6:3","nodeType":"FunctionDefinition","parameters":{"id":468,"nodeType":"ParameterList","parameters":[],"src":"1894:2:3"},"returnParameters":{"id":471,"nodeType":"ParameterList","parameters":[{"constant":false,"id":470,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":475,"src":"1926:4:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":469,"name":"bool","nodeType":"ElementaryTypeName","src":"1926:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1925:6:3"},"scope":536,"src":"1879:84:3","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":486,"nodeType":"Block","src":"2082:55:3","statements":[{"expression":{"arguments":[{"id":482,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"2100:9:3","subExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":480,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2101:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":481,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2101:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a20706175736564","id":483,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2111:18:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""},"value":"Pausable: paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""}],"id":479,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2092:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":484,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2092:38:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":485,"nodeType":"ExpressionStatement","src":"2092:38:3"}]},"documentation":{"id":476,"nodeType":"StructuredDocumentation","src":"1969:57:3","text":" @dev Throws if the contract is paused."},"id":487,"implemented":true,"kind":"function","modifiers":[],"name":"_requireNotPaused","nameLocation":"2040:17:3","nodeType":"FunctionDefinition","parameters":{"id":477,"nodeType":"ParameterList","parameters":[],"src":"2057:2:3"},"returnParameters":{"id":478,"nodeType":"ParameterList","parameters":[],"src":"2082:0:3"},"scope":536,"src":"2031:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":497,"nodeType":"Block","src":"2257:58:3","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":492,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2275:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":493,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2275:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a206e6f7420706175736564","id":494,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2285:22:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""},"value":"Pausable: not paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""}],"id":491,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2267:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":495,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2267:41:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":496,"nodeType":"ExpressionStatement","src":"2267:41:3"}]},"documentation":{"id":488,"nodeType":"StructuredDocumentation","src":"2143:61:3","text":" @dev Throws if the contract is not paused."},"id":498,"implemented":true,"kind":"function","modifiers":[],"name":"_requirePaused","nameLocation":"2218:14:3","nodeType":"FunctionDefinition","parameters":{"id":489,"nodeType":"ParameterList","parameters":[],"src":"2232:2:3"},"returnParameters":{"id":490,"nodeType":"ParameterList","parameters":[],"src":"2257:0:3"},"scope":536,"src":"2209:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":513,"nodeType":"Block","src":"2499:66:3","statements":[{"expression":{"id":506,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":504,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2509:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2519:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"2509:14:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":507,"nodeType":"ExpressionStatement","src":"2509:14:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":509,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2545:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":510,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2545:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":508,"name":"Paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":423,"src":"2538:6:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":511,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2538:20:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":512,"nodeType":"EmitStatement","src":"2533:25:3"}]},"documentation":{"id":499,"nodeType":"StructuredDocumentation","src":"2321:124:3","text":" @dev Triggers stopped state.\n Requirements:\n - The contract must not be paused."},"id":514,"implemented":true,"kind":"function","modifiers":[{"id":502,"kind":"modifierInvocation","modifierName":{"id":501,"name":"whenNotPaused","nameLocations":["2485:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"2485:13:3"},"nodeType":"ModifierInvocation","src":"2485:13:3"}],"name":"_pause","nameLocation":"2459:6:3","nodeType":"FunctionDefinition","parameters":{"id":500,"nodeType":"ParameterList","parameters":[],"src":"2465:2:3"},"returnParameters":{"id":503,"nodeType":"ParameterList","parameters":[],"src":"2499:0:3"},"scope":536,"src":"2450:115:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":529,"nodeType":"Block","src":"2745:69:3","statements":[{"expression":{"id":522,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":520,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2755:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":521,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2765:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"2755:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":523,"nodeType":"ExpressionStatement","src":"2755:15:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":525,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2794:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":526,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2794:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":524,"name":"Unpaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":428,"src":"2785:8:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":527,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2785:22:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":528,"nodeType":"EmitStatement","src":"2780:27:3"}]},"documentation":{"id":515,"nodeType":"StructuredDocumentation","src":"2571:121:3","text":" @dev Returns to normal state.\n Requirements:\n - The contract must be paused."},"id":530,"implemented":true,"kind":"function","modifiers":[{"id":518,"kind":"modifierInvocation","modifierName":{"id":517,"name":"whenPaused","nameLocations":["2734:10:3"],"nodeType":"IdentifierPath","referencedDeclaration":466,"src":"2734:10:3"},"nodeType":"ModifierInvocation","src":"2734:10:3"}],"name":"_unpause","nameLocation":"2706:8:3","nodeType":"FunctionDefinition","parameters":{"id":516,"nodeType":"ParameterList","parameters":[],"src":"2714:2:3"},"returnParameters":{"id":519,"nodeType":"ParameterList","parameters":[],"src":"2745:0:3"},"scope":536,"src":"2697:117:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":531,"nodeType":"StructuredDocumentation","src":"2820:254:3","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":535,"mutability":"mutable","name":"__gap","nameLocation":"3099:5:3","nodeType":"VariableDeclaration","scope":536,"src":"3079:25:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":532,"name":"uint256","nodeType":"ElementaryTypeName","src":"3079:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":534,"length":{"hexValue":"3439","id":533,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3087:2:3","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3079:11:3","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":537,"src":"677:2430:3","usedErrors":[]}],"src":"105:3003:3"},"id":3},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","exportedSymbols":{"AddressUpgradeable":[866]},"id":867,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":538,"literals":["solidity","^","0.8",".1"],"nodeType":"PragmaDirective","src":"101:23:4"},{"abstract":false,"baseContracts":[],"canonicalName":"AddressUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":539,"nodeType":"StructuredDocumentation","src":"126:67:4","text":" @dev Collection of functions related to the address type"},"fullyImplemented":true,"id":866,"linearizedBaseContracts":[866],"name":"AddressUpgradeable","nameLocation":"202:18:4","nodeType":"ContractDefinition","nodes":[{"body":{"id":553,"nodeType":"Block","src":"1489:254:4","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":551,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":547,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":542,"src":"1713:7:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":548,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1721:4:4","memberName":"code","nodeType":"MemberAccess","src":"1713:12:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":549,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1726:6:4","memberName":"length","nodeType":"MemberAccess","src":"1713:19:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":550,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1735:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1713:23:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":546,"id":552,"nodeType":"Return","src":"1706:30:4"}]},"documentation":{"id":540,"nodeType":"StructuredDocumentation","src":"227:1191:4","text":" @dev Returns true if `account` is a contract.\n [IMPORTANT]\n ====\n It is unsafe to assume that an address for which this function returns\n false is an externally-owned account (EOA) and not a contract.\n Among others, `isContract` will return false for the following\n types of addresses:\n - an externally-owned account\n - a contract in construction\n - an address where a contract will be created\n - an address where a contract lived, but was destroyed\n Furthermore, `isContract` will also return true if the target contract within\n the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n which only has an effect at the end of a transaction.\n ====\n [IMPORTANT]\n ====\n You shouldn't rely on `isContract` to protect against flash loan attacks!\n Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n constructor.\n ===="},"id":554,"implemented":true,"kind":"function","modifiers":[],"name":"isContract","nameLocation":"1432:10:4","nodeType":"FunctionDefinition","parameters":{"id":543,"nodeType":"ParameterList","parameters":[{"constant":false,"id":542,"mutability":"mutable","name":"account","nameLocation":"1451:7:4","nodeType":"VariableDeclaration","scope":554,"src":"1443:15:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":541,"name":"address","nodeType":"ElementaryTypeName","src":"1443:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1442:17:4"},"returnParameters":{"id":546,"nodeType":"ParameterList","parameters":[{"constant":false,"id":545,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":554,"src":"1483:4:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":544,"name":"bool","nodeType":"ElementaryTypeName","src":"1483:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1482:6:4"},"scope":866,"src":"1423:320:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":587,"nodeType":"Block","src":"2729:241:4","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":569,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":565,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2755:4:4","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}],"id":564,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2747:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":563,"name":"address","nodeType":"ElementaryTypeName","src":"2747:7:4","typeDescriptions":{}}},"id":566,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2747:13:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":567,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2761:7:4","memberName":"balance","nodeType":"MemberAccess","src":"2747:21:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":568,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"2772:6:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2747:31:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e6365","id":570,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2780:31:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""},"value":"Address: insufficient balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""}],"id":562,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2739:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":571,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2739:73:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":572,"nodeType":"ExpressionStatement","src":"2739:73:4"},{"assignments":[574,null],"declarations":[{"constant":false,"id":574,"mutability":"mutable","name":"success","nameLocation":"2829:7:4","nodeType":"VariableDeclaration","scope":587,"src":"2824:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":573,"name":"bool","nodeType":"ElementaryTypeName","src":"2824:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},null],"id":581,"initialValue":{"arguments":[{"hexValue":"","id":579,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2872:2:4","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":575,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":557,"src":"2842:9:4","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"id":576,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2852:4:4","memberName":"call","nodeType":"MemberAccess","src":"2842:14:4","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":578,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":577,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"2864:6:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"2842:29:4","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":580,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2842:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"2823:52:4"},{"expression":{"arguments":[{"id":583,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":574,"src":"2893:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20756e61626c6520746f2073656e642076616c75652c20726563697069656e74206d61792068617665207265766572746564","id":584,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2902:60:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""},"value":"Address: unable to send value, recipient may have reverted"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""}],"id":582,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2885:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":585,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2885:78:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":586,"nodeType":"ExpressionStatement","src":"2885:78:4"}]},"documentation":{"id":555,"nodeType":"StructuredDocumentation","src":"1749:904:4","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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]."},"id":588,"implemented":true,"kind":"function","modifiers":[],"name":"sendValue","nameLocation":"2667:9:4","nodeType":"FunctionDefinition","parameters":{"id":560,"nodeType":"ParameterList","parameters":[{"constant":false,"id":557,"mutability":"mutable","name":"recipient","nameLocation":"2693:9:4","nodeType":"VariableDeclaration","scope":588,"src":"2677:25:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"},"typeName":{"id":556,"name":"address","nodeType":"ElementaryTypeName","src":"2677:15:4","stateMutability":"payable","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"visibility":"internal"},{"constant":false,"id":559,"mutability":"mutable","name":"amount","nameLocation":"2712:6:4","nodeType":"VariableDeclaration","scope":588,"src":"2704:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":558,"name":"uint256","nodeType":"ElementaryTypeName","src":"2704:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2676:43:4"},"returnParameters":{"id":561,"nodeType":"ParameterList","parameters":[],"src":"2729:0:4"},"scope":866,"src":"2658:312:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":605,"nodeType":"Block","src":"3801:96:4","statements":[{"expression":{"arguments":[{"id":599,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":591,"src":"3840:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":600,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":593,"src":"3848:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":601,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3854:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564","id":602,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3857:32:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""},"value":"Address: low-level call failed"}],"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"},{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""}],"id":598,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"3818:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":603,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3818:72:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":597,"id":604,"nodeType":"Return","src":"3811:79:4"}]},"documentation":{"id":589,"nodeType":"StructuredDocumentation","src":"2976:731:4","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, it is bubbled up by this\n function (like regular Solidity function calls).\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.\n _Available since v3.1._"},"id":606,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"3721:12:4","nodeType":"FunctionDefinition","parameters":{"id":594,"nodeType":"ParameterList","parameters":[{"constant":false,"id":591,"mutability":"mutable","name":"target","nameLocation":"3742:6:4","nodeType":"VariableDeclaration","scope":606,"src":"3734:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":590,"name":"address","nodeType":"ElementaryTypeName","src":"3734:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":593,"mutability":"mutable","name":"data","nameLocation":"3763:4:4","nodeType":"VariableDeclaration","scope":606,"src":"3750:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":592,"name":"bytes","nodeType":"ElementaryTypeName","src":"3750:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3733:35:4"},"returnParameters":{"id":597,"nodeType":"ParameterList","parameters":[{"constant":false,"id":596,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":606,"src":"3787:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":595,"name":"bytes","nodeType":"ElementaryTypeName","src":"3787:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3786:14:4"},"scope":866,"src":"3712:185:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":625,"nodeType":"Block","src":"4266:76:4","statements":[{"expression":{"arguments":[{"id":619,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":609,"src":"4305:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":620,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"4313:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":621,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4319:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"id":622,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":613,"src":"4322:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"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"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":618,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"4283:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":623,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4283:52:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":617,"id":624,"nodeType":"Return","src":"4276:59:4"}]},"documentation":{"id":607,"nodeType":"StructuredDocumentation","src":"3903:211:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":626,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"4128:12:4","nodeType":"FunctionDefinition","parameters":{"id":614,"nodeType":"ParameterList","parameters":[{"constant":false,"id":609,"mutability":"mutable","name":"target","nameLocation":"4158:6:4","nodeType":"VariableDeclaration","scope":626,"src":"4150:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":608,"name":"address","nodeType":"ElementaryTypeName","src":"4150:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":611,"mutability":"mutable","name":"data","nameLocation":"4187:4:4","nodeType":"VariableDeclaration","scope":626,"src":"4174:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":610,"name":"bytes","nodeType":"ElementaryTypeName","src":"4174:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":613,"mutability":"mutable","name":"errorMessage","nameLocation":"4215:12:4","nodeType":"VariableDeclaration","scope":626,"src":"4201:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":612,"name":"string","nodeType":"ElementaryTypeName","src":"4201:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4140:93:4"},"returnParameters":{"id":617,"nodeType":"ParameterList","parameters":[{"constant":false,"id":616,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":626,"src":"4252:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":615,"name":"bytes","nodeType":"ElementaryTypeName","src":"4252:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4251:14:4"},"scope":866,"src":"4119:223:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":645,"nodeType":"Block","src":"4817:111:4","statements":[{"expression":{"arguments":[{"id":639,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":629,"src":"4856:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":640,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":631,"src":"4864:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":641,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":633,"src":"4870:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c20776974682076616c7565206661696c6564","id":642,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4877:43:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""},"value":"Address: low-level call with value failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""}],"id":638,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"4834:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":643,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4834:87:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":637,"id":644,"nodeType":"Return","src":"4827:94:4"}]},"documentation":{"id":627,"nodeType":"StructuredDocumentation","src":"4348:351:4","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`.\n _Available since v3.1._"},"id":646,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"4713:21:4","nodeType":"FunctionDefinition","parameters":{"id":634,"nodeType":"ParameterList","parameters":[{"constant":false,"id":629,"mutability":"mutable","name":"target","nameLocation":"4743:6:4","nodeType":"VariableDeclaration","scope":646,"src":"4735:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":628,"name":"address","nodeType":"ElementaryTypeName","src":"4735:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":631,"mutability":"mutable","name":"data","nameLocation":"4764:4:4","nodeType":"VariableDeclaration","scope":646,"src":"4751:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":630,"name":"bytes","nodeType":"ElementaryTypeName","src":"4751:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":633,"mutability":"mutable","name":"value","nameLocation":"4778:5:4","nodeType":"VariableDeclaration","scope":646,"src":"4770:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":632,"name":"uint256","nodeType":"ElementaryTypeName","src":"4770:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4734:50:4"},"returnParameters":{"id":637,"nodeType":"ParameterList","parameters":[{"constant":false,"id":636,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":646,"src":"4803:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":635,"name":"bytes","nodeType":"ElementaryTypeName","src":"4803:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4802:14:4"},"scope":866,"src":"4704:224:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":689,"nodeType":"Block","src":"5355:267:4","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":667,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":663,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"5381:4:4","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}],"id":662,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5373:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":661,"name":"address","nodeType":"ElementaryTypeName","src":"5373:7:4","typeDescriptions":{}}},"id":664,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5373:13:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":665,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5387:7:4","memberName":"balance","nodeType":"MemberAccess","src":"5373:21:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":666,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"5398:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5373:30:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c","id":668,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5405:40:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""},"value":"Address: insufficient balance for call"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""}],"id":660,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5365:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":669,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5365:81:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":670,"nodeType":"ExpressionStatement","src":"5365:81:4"},{"assignments":[672,674],"declarations":[{"constant":false,"id":672,"mutability":"mutable","name":"success","nameLocation":"5462:7:4","nodeType":"VariableDeclaration","scope":689,"src":"5457:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":671,"name":"bool","nodeType":"ElementaryTypeName","src":"5457:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":674,"mutability":"mutable","name":"returndata","nameLocation":"5484:10:4","nodeType":"VariableDeclaration","scope":689,"src":"5471:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":673,"name":"bytes","nodeType":"ElementaryTypeName","src":"5471:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":681,"initialValue":{"arguments":[{"id":679,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":651,"src":"5524:4:4","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":675,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":649,"src":"5498:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":676,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5505:4:4","memberName":"call","nodeType":"MemberAccess","src":"5498:11:4","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":678,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":677,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"5517:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"5498:25:4","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":680,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5498:31:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"5456:73:4"},{"expression":{"arguments":[{"id":683,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":649,"src":"5573:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":684,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":672,"src":"5581:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":685,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":674,"src":"5590:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":686,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":655,"src":"5602:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":682,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"5546:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":687,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5546:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":659,"id":688,"nodeType":"Return","src":"5539:76:4"}]},"documentation":{"id":647,"nodeType":"StructuredDocumentation","src":"4934:237:4","text":" @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n with `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":690,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"5185:21:4","nodeType":"FunctionDefinition","parameters":{"id":656,"nodeType":"ParameterList","parameters":[{"constant":false,"id":649,"mutability":"mutable","name":"target","nameLocation":"5224:6:4","nodeType":"VariableDeclaration","scope":690,"src":"5216:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":648,"name":"address","nodeType":"ElementaryTypeName","src":"5216:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":651,"mutability":"mutable","name":"data","nameLocation":"5253:4:4","nodeType":"VariableDeclaration","scope":690,"src":"5240:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":650,"name":"bytes","nodeType":"ElementaryTypeName","src":"5240:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":653,"mutability":"mutable","name":"value","nameLocation":"5275:5:4","nodeType":"VariableDeclaration","scope":690,"src":"5267:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":652,"name":"uint256","nodeType":"ElementaryTypeName","src":"5267:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":655,"mutability":"mutable","name":"errorMessage","nameLocation":"5304:12:4","nodeType":"VariableDeclaration","scope":690,"src":"5290:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":654,"name":"string","nodeType":"ElementaryTypeName","src":"5290:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"5206:116:4"},"returnParameters":{"id":659,"nodeType":"ParameterList","parameters":[{"constant":false,"id":658,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":690,"src":"5341:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":657,"name":"bytes","nodeType":"ElementaryTypeName","src":"5341:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5340:14:4"},"scope":866,"src":"5176:446:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":706,"nodeType":"Block","src":"5899:97:4","statements":[{"expression":{"arguments":[{"id":701,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":693,"src":"5935:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":702,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":695,"src":"5943:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c207374617469632063616c6c206661696c6564","id":703,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5949:39:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""},"value":"Address: low-level static call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""}],"id":700,"name":"functionStaticCall","nodeType":"Identifier","overloadedDeclarations":[707,736],"referencedDeclaration":736,"src":"5916:18:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) view returns (bytes memory)"}},"id":704,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5916:73:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":699,"id":705,"nodeType":"Return","src":"5909:80:4"}]},"documentation":{"id":691,"nodeType":"StructuredDocumentation","src":"5628:166:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":707,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"5808:18:4","nodeType":"FunctionDefinition","parameters":{"id":696,"nodeType":"ParameterList","parameters":[{"constant":false,"id":693,"mutability":"mutable","name":"target","nameLocation":"5835:6:4","nodeType":"VariableDeclaration","scope":707,"src":"5827:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":692,"name":"address","nodeType":"ElementaryTypeName","src":"5827:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":695,"mutability":"mutable","name":"data","nameLocation":"5856:4:4","nodeType":"VariableDeclaration","scope":707,"src":"5843:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":694,"name":"bytes","nodeType":"ElementaryTypeName","src":"5843:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5826:35:4"},"returnParameters":{"id":699,"nodeType":"ParameterList","parameters":[{"constant":false,"id":698,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":707,"src":"5885:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":697,"name":"bytes","nodeType":"ElementaryTypeName","src":"5885:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5884:14:4"},"scope":866,"src":"5799:197:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":735,"nodeType":"Block","src":"6338:168:4","statements":[{"assignments":[720,722],"declarations":[{"constant":false,"id":720,"mutability":"mutable","name":"success","nameLocation":"6354:7:4","nodeType":"VariableDeclaration","scope":735,"src":"6349:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":719,"name":"bool","nodeType":"ElementaryTypeName","src":"6349:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":722,"mutability":"mutable","name":"returndata","nameLocation":"6376:10:4","nodeType":"VariableDeclaration","scope":735,"src":"6363:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":721,"name":"bytes","nodeType":"ElementaryTypeName","src":"6363:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":727,"initialValue":{"arguments":[{"id":725,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":712,"src":"6408:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":723,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":710,"src":"6390:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":724,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6397:10:4","memberName":"staticcall","nodeType":"MemberAccess","src":"6390:17:4","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":726,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6390:23:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6348:65:4"},{"expression":{"arguments":[{"id":729,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":710,"src":"6457:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":730,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":720,"src":"6465:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":731,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":722,"src":"6474:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":732,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":714,"src":"6486:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":728,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"6430:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":733,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6430:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":718,"id":734,"nodeType":"Return","src":"6423:76:4"}]},"documentation":{"id":708,"nodeType":"StructuredDocumentation","src":"6002:173:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":736,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"6189:18:4","nodeType":"FunctionDefinition","parameters":{"id":715,"nodeType":"ParameterList","parameters":[{"constant":false,"id":710,"mutability":"mutable","name":"target","nameLocation":"6225:6:4","nodeType":"VariableDeclaration","scope":736,"src":"6217:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":709,"name":"address","nodeType":"ElementaryTypeName","src":"6217:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":712,"mutability":"mutable","name":"data","nameLocation":"6254:4:4","nodeType":"VariableDeclaration","scope":736,"src":"6241:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":711,"name":"bytes","nodeType":"ElementaryTypeName","src":"6241:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":714,"mutability":"mutable","name":"errorMessage","nameLocation":"6282:12:4","nodeType":"VariableDeclaration","scope":736,"src":"6268:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":713,"name":"string","nodeType":"ElementaryTypeName","src":"6268:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"6207:93:4"},"returnParameters":{"id":718,"nodeType":"ParameterList","parameters":[{"constant":false,"id":717,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":736,"src":"6324:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":716,"name":"bytes","nodeType":"ElementaryTypeName","src":"6324:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6323:14:4"},"scope":866,"src":"6180:326:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":752,"nodeType":"Block","src":"6782:101:4","statements":[{"expression":{"arguments":[{"id":747,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":739,"src":"6820:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":748,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":741,"src":"6828:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564","id":749,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6834:41:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""},"value":"Address: low-level delegate call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""}],"id":746,"name":"functionDelegateCall","nodeType":"Identifier","overloadedDeclarations":[753,782],"referencedDeclaration":782,"src":"6799:20:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) returns (bytes memory)"}},"id":750,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6799:77:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":745,"id":751,"nodeType":"Return","src":"6792:84:4"}]},"documentation":{"id":737,"nodeType":"StructuredDocumentation","src":"6512:168:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":753,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"6694:20:4","nodeType":"FunctionDefinition","parameters":{"id":742,"nodeType":"ParameterList","parameters":[{"constant":false,"id":739,"mutability":"mutable","name":"target","nameLocation":"6723:6:4","nodeType":"VariableDeclaration","scope":753,"src":"6715:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":738,"name":"address","nodeType":"ElementaryTypeName","src":"6715:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":741,"mutability":"mutable","name":"data","nameLocation":"6744:4:4","nodeType":"VariableDeclaration","scope":753,"src":"6731:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":740,"name":"bytes","nodeType":"ElementaryTypeName","src":"6731:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6714:35:4"},"returnParameters":{"id":745,"nodeType":"ParameterList","parameters":[{"constant":false,"id":744,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":753,"src":"6768:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":743,"name":"bytes","nodeType":"ElementaryTypeName","src":"6768:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6767:14:4"},"scope":866,"src":"6685:198:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":781,"nodeType":"Block","src":"7224:170:4","statements":[{"assignments":[766,768],"declarations":[{"constant":false,"id":766,"mutability":"mutable","name":"success","nameLocation":"7240:7:4","nodeType":"VariableDeclaration","scope":781,"src":"7235:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":765,"name":"bool","nodeType":"ElementaryTypeName","src":"7235:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":768,"mutability":"mutable","name":"returndata","nameLocation":"7262:10:4","nodeType":"VariableDeclaration","scope":781,"src":"7249:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":767,"name":"bytes","nodeType":"ElementaryTypeName","src":"7249:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":773,"initialValue":{"arguments":[{"id":771,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":758,"src":"7296:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":769,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":756,"src":"7276:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":770,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7283:12:4","memberName":"delegatecall","nodeType":"MemberAccess","src":"7276:19:4","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":772,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7276:25:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"7234:67:4"},{"expression":{"arguments":[{"id":775,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":756,"src":"7345:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":776,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":766,"src":"7353:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":777,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":768,"src":"7362:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":778,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":760,"src":"7374:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":774,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"7318:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":779,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7318:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":764,"id":780,"nodeType":"Return","src":"7311:76:4"}]},"documentation":{"id":754,"nodeType":"StructuredDocumentation","src":"6889:175:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":782,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"7078:20:4","nodeType":"FunctionDefinition","parameters":{"id":761,"nodeType":"ParameterList","parameters":[{"constant":false,"id":756,"mutability":"mutable","name":"target","nameLocation":"7116:6:4","nodeType":"VariableDeclaration","scope":782,"src":"7108:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":755,"name":"address","nodeType":"ElementaryTypeName","src":"7108:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":758,"mutability":"mutable","name":"data","nameLocation":"7145:4:4","nodeType":"VariableDeclaration","scope":782,"src":"7132:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":757,"name":"bytes","nodeType":"ElementaryTypeName","src":"7132:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":760,"mutability":"mutable","name":"errorMessage","nameLocation":"7173:12:4","nodeType":"VariableDeclaration","scope":782,"src":"7159:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":759,"name":"string","nodeType":"ElementaryTypeName","src":"7159:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7098:93:4"},"returnParameters":{"id":764,"nodeType":"ParameterList","parameters":[{"constant":false,"id":763,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":782,"src":"7210:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":762,"name":"bytes","nodeType":"ElementaryTypeName","src":"7210:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7209:14:4"},"scope":866,"src":"7069:325:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":820,"nodeType":"Block","src":"7876:434:4","statements":[{"condition":{"id":796,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":787,"src":"7890:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":818,"nodeType":"Block","src":"8246:58:4","statements":[{"expression":{"arguments":[{"id":814,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"8268:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":815,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":791,"src":"8280:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":813,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":865,"src":"8260:7:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":816,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8260:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":817,"nodeType":"ExpressionStatement","src":"8260:33:4"}]},"id":819,"nodeType":"IfStatement","src":"7886:418:4","trueBody":{"id":812,"nodeType":"Block","src":"7899:341:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":800,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":797,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"7917:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":798,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7928:6:4","memberName":"length","nodeType":"MemberAccess","src":"7917:17:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":799,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7938:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"7917:22:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":809,"nodeType":"IfStatement","src":"7913:286:4","trueBody":{"id":808,"nodeType":"Block","src":"7941:258:4","statements":[{"expression":{"arguments":[{"arguments":[{"id":803,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":785,"src":"8143:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":802,"name":"isContract","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":554,"src":"8132:10:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":804,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8132:18:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374","id":805,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8152:31:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""},"value":"Address: call to non-contract"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""}],"id":801,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8124:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":806,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8124:60:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":807,"nodeType":"ExpressionStatement","src":"8124:60:4"}]}},{"expression":{"id":810,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"8219:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":795,"id":811,"nodeType":"Return","src":"8212:17:4"}]}}]},"documentation":{"id":783,"nodeType":"StructuredDocumentation","src":"7400:277:4","text":" @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n _Available since v4.8._"},"id":821,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResultFromTarget","nameLocation":"7691:26:4","nodeType":"FunctionDefinition","parameters":{"id":792,"nodeType":"ParameterList","parameters":[{"constant":false,"id":785,"mutability":"mutable","name":"target","nameLocation":"7735:6:4","nodeType":"VariableDeclaration","scope":821,"src":"7727:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":784,"name":"address","nodeType":"ElementaryTypeName","src":"7727:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":787,"mutability":"mutable","name":"success","nameLocation":"7756:7:4","nodeType":"VariableDeclaration","scope":821,"src":"7751:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":786,"name":"bool","nodeType":"ElementaryTypeName","src":"7751:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":789,"mutability":"mutable","name":"returndata","nameLocation":"7786:10:4","nodeType":"VariableDeclaration","scope":821,"src":"7773:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":788,"name":"bytes","nodeType":"ElementaryTypeName","src":"7773:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":791,"mutability":"mutable","name":"errorMessage","nameLocation":"7820:12:4","nodeType":"VariableDeclaration","scope":821,"src":"7806:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":790,"name":"string","nodeType":"ElementaryTypeName","src":"7806:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7717:121:4"},"returnParameters":{"id":795,"nodeType":"ParameterList","parameters":[{"constant":false,"id":794,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":821,"src":"7862:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":793,"name":"bytes","nodeType":"ElementaryTypeName","src":"7862:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7861:14:4"},"scope":866,"src":"7682:628:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":844,"nodeType":"Block","src":"8691:135:4","statements":[{"condition":{"id":833,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":824,"src":"8705:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":842,"nodeType":"Block","src":"8762:58:4","statements":[{"expression":{"arguments":[{"id":838,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":826,"src":"8784:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":839,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":828,"src":"8796:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":837,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":865,"src":"8776:7:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":840,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8776:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":841,"nodeType":"ExpressionStatement","src":"8776:33:4"}]},"id":843,"nodeType":"IfStatement","src":"8701:119:4","trueBody":{"id":836,"nodeType":"Block","src":"8714:42:4","statements":[{"expression":{"id":834,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":826,"src":"8735:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":832,"id":835,"nodeType":"Return","src":"8728:17:4"}]}}]},"documentation":{"id":822,"nodeType":"StructuredDocumentation","src":"8316:210:4","text":" @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n revert reason or using the provided one.\n _Available since v4.3._"},"id":845,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResult","nameLocation":"8540:16:4","nodeType":"FunctionDefinition","parameters":{"id":829,"nodeType":"ParameterList","parameters":[{"constant":false,"id":824,"mutability":"mutable","name":"success","nameLocation":"8571:7:4","nodeType":"VariableDeclaration","scope":845,"src":"8566:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":823,"name":"bool","nodeType":"ElementaryTypeName","src":"8566:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":826,"mutability":"mutable","name":"returndata","nameLocation":"8601:10:4","nodeType":"VariableDeclaration","scope":845,"src":"8588:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":825,"name":"bytes","nodeType":"ElementaryTypeName","src":"8588:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":828,"mutability":"mutable","name":"errorMessage","nameLocation":"8635:12:4","nodeType":"VariableDeclaration","scope":845,"src":"8621:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":827,"name":"string","nodeType":"ElementaryTypeName","src":"8621:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8556:97:4"},"returnParameters":{"id":832,"nodeType":"ParameterList","parameters":[{"constant":false,"id":831,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":845,"src":"8677:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":830,"name":"bytes","nodeType":"ElementaryTypeName","src":"8677:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"8676:14:4"},"scope":866,"src":"8531:295:4","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":864,"nodeType":"Block","src":"8915:457:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":855,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":852,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":847,"src":"8991:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":853,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"9002:6:4","memberName":"length","nodeType":"MemberAccess","src":"8991:17:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":854,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9011:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8991:21:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":862,"nodeType":"Block","src":"9321:45:4","statements":[{"expression":{"arguments":[{"id":859,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":849,"src":"9342:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":858,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"9335:6:4","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":860,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9335:20:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":861,"nodeType":"ExpressionStatement","src":"9335:20:4"}]},"id":863,"nodeType":"IfStatement","src":"8987:379:4","trueBody":{"id":857,"nodeType":"Block","src":"9014:301:4","statements":[{"AST":{"nodeType":"YulBlock","src":"9172:133:4","statements":[{"nodeType":"YulVariableDeclaration","src":"9190:40:4","value":{"arguments":[{"name":"returndata","nodeType":"YulIdentifier","src":"9219:10:4"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"9213:5:4"},"nodeType":"YulFunctionCall","src":"9213:17:4"},"variables":[{"name":"returndata_size","nodeType":"YulTypedName","src":"9194:15:4","type":""}]},{"expression":{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9258:2:4","type":"","value":"32"},{"name":"returndata","nodeType":"YulIdentifier","src":"9262:10:4"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9254:3:4"},"nodeType":"YulFunctionCall","src":"9254:19:4"},{"name":"returndata_size","nodeType":"YulIdentifier","src":"9275:15:4"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9247:6:4"},"nodeType":"YulFunctionCall","src":"9247:44:4"},"nodeType":"YulExpressionStatement","src":"9247:44:4"}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":847,"isOffset":false,"isSlot":false,"src":"9219:10:4","valueSize":1},{"declaration":847,"isOffset":false,"isSlot":false,"src":"9262:10:4","valueSize":1}],"id":856,"nodeType":"InlineAssembly","src":"9163:142:4"}]}}]},"id":865,"implemented":true,"kind":"function","modifiers":[],"name":"_revert","nameLocation":"8841:7:4","nodeType":"FunctionDefinition","parameters":{"id":850,"nodeType":"ParameterList","parameters":[{"constant":false,"id":847,"mutability":"mutable","name":"returndata","nameLocation":"8862:10:4","nodeType":"VariableDeclaration","scope":865,"src":"8849:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":846,"name":"bytes","nodeType":"ElementaryTypeName","src":"8849:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":849,"mutability":"mutable","name":"errorMessage","nameLocation":"8888:12:4","nodeType":"VariableDeclaration","scope":865,"src":"8874:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":848,"name":"string","nodeType":"ElementaryTypeName","src":"8874:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8848:53:4"},"returnParameters":{"id":851,"nodeType":"ParameterList","parameters":[],"src":"8915:0:4"},"scope":866,"src":"8832:540:4","stateMutability":"pure","virtual":false,"visibility":"private"}],"scope":867,"src":"194:9180:4","usedErrors":[]}],"src":"101:9274:4"},"id":4},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408]},"id":918,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":868,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:5"},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":870,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":918,"sourceUnit":409,"src":"125:63:5","symbolAliases":[{"foreign":{"id":869,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"133:13:5","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":872,"name":"Initializable","nameLocations":["727:13:5"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"727:13:5"},"id":873,"nodeType":"InheritanceSpecifier","src":"727:13:5"}],"canonicalName":"ContextUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":871,"nodeType":"StructuredDocumentation","src":"190:496:5","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":917,"linearizedBaseContracts":[917,408],"name":"ContextUpgradeable","nameLocation":"705:18:5","nodeType":"ContractDefinition","nodes":[{"body":{"id":878,"nodeType":"Block","src":"799:7:5","statements":[]},"id":879,"implemented":true,"kind":"function","modifiers":[{"id":876,"kind":"modifierInvocation","modifierName":{"id":875,"name":"onlyInitializing","nameLocations":["782:16:5"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"782:16:5"},"nodeType":"ModifierInvocation","src":"782:16:5"}],"name":"__Context_init","nameLocation":"756:14:5","nodeType":"FunctionDefinition","parameters":{"id":874,"nodeType":"ParameterList","parameters":[],"src":"770:2:5"},"returnParameters":{"id":877,"nodeType":"ParameterList","parameters":[],"src":"799:0:5"},"scope":917,"src":"747:59:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":884,"nodeType":"Block","src":"874:7:5","statements":[]},"id":885,"implemented":true,"kind":"function","modifiers":[{"id":882,"kind":"modifierInvocation","modifierName":{"id":881,"name":"onlyInitializing","nameLocations":["857:16:5"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"857:16:5"},"nodeType":"ModifierInvocation","src":"857:16:5"}],"name":"__Context_init_unchained","nameLocation":"821:24:5","nodeType":"FunctionDefinition","parameters":{"id":880,"nodeType":"ParameterList","parameters":[],"src":"845:2:5"},"returnParameters":{"id":883,"nodeType":"ParameterList","parameters":[],"src":"874:0:5"},"scope":917,"src":"812:69:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":893,"nodeType":"Block","src":"948:34:5","statements":[{"expression":{"expression":{"id":890,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"965:3:5","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":891,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"969:6:5","memberName":"sender","nodeType":"MemberAccess","src":"965:10:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":889,"id":892,"nodeType":"Return","src":"958:17:5"}]},"id":894,"implemented":true,"kind":"function","modifiers":[],"name":"_msgSender","nameLocation":"895:10:5","nodeType":"FunctionDefinition","parameters":{"id":886,"nodeType":"ParameterList","parameters":[],"src":"905:2:5"},"returnParameters":{"id":889,"nodeType":"ParameterList","parameters":[{"constant":false,"id":888,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":894,"src":"939:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":887,"name":"address","nodeType":"ElementaryTypeName","src":"939:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"938:9:5"},"scope":917,"src":"886:96:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":902,"nodeType":"Block","src":"1055:32:5","statements":[{"expression":{"expression":{"id":899,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1072:3:5","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":900,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1076:4:5","memberName":"data","nodeType":"MemberAccess","src":"1072:8:5","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"functionReturnParameters":898,"id":901,"nodeType":"Return","src":"1065:15:5"}]},"id":903,"implemented":true,"kind":"function","modifiers":[],"name":"_msgData","nameLocation":"997:8:5","nodeType":"FunctionDefinition","parameters":{"id":895,"nodeType":"ParameterList","parameters":[],"src":"1005:2:5"},"returnParameters":{"id":898,"nodeType":"ParameterList","parameters":[{"constant":false,"id":897,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":903,"src":"1039:14:5","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":896,"name":"bytes","nodeType":"ElementaryTypeName","src":"1039:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1038:16:5"},"scope":917,"src":"988:99:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":910,"nodeType":"Block","src":"1165:25:5","statements":[{"expression":{"hexValue":"30","id":908,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1182:1:5","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":907,"id":909,"nodeType":"Return","src":"1175:8:5"}]},"id":911,"implemented":true,"kind":"function","modifiers":[],"name":"_contextSuffixLength","nameLocation":"1102:20:5","nodeType":"FunctionDefinition","parameters":{"id":904,"nodeType":"ParameterList","parameters":[],"src":"1122:2:5"},"returnParameters":{"id":907,"nodeType":"ParameterList","parameters":[{"constant":false,"id":906,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":911,"src":"1156:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":905,"name":"uint256","nodeType":"ElementaryTypeName","src":"1156:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1155:9:5"},"scope":917,"src":"1093:97:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":912,"nodeType":"StructuredDocumentation","src":"1196:254:5","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":916,"mutability":"mutable","name":"__gap","nameLocation":"1475:5:5","nodeType":"VariableDeclaration","scope":917,"src":"1455:25:5","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":913,"name":"uint256","nodeType":"ElementaryTypeName","src":"1455:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":915,"length":{"hexValue":"3530","id":914,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1463:2:5","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"1455:11:5","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"}],"scope":918,"src":"687:796:5","usedErrors":[]}],"src":"101:1383:5"},"id":5},"@openzeppelin/contracts/token/ERC20/ERC20.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/ERC20.sol","exportedSymbols":{"Context":[1637],"ERC20":[1504],"IERC20":[1582],"IERC20Metadata":[1607]},"id":1505,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":919,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"105:23:6"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"./IERC20.sol","id":920,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1505,"sourceUnit":1583,"src":"130:22:6","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol","file":"./extensions/IERC20Metadata.sol","id":921,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1505,"sourceUnit":1608,"src":"153:41:6","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts/utils/Context.sol","file":"../../utils/Context.sol","id":922,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1505,"sourceUnit":1638,"src":"195:33:6","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":924,"name":"Context","nameLocations":["1550:7:6"],"nodeType":"IdentifierPath","referencedDeclaration":1637,"src":"1550:7:6"},"id":925,"nodeType":"InheritanceSpecifier","src":"1550:7:6"},{"baseName":{"id":926,"name":"IERC20","nameLocations":["1559:6:6"],"nodeType":"IdentifierPath","referencedDeclaration":1582,"src":"1559:6:6"},"id":927,"nodeType":"InheritanceSpecifier","src":"1559:6:6"},{"baseName":{"id":928,"name":"IERC20Metadata","nameLocations":["1567:14:6"],"nodeType":"IdentifierPath","referencedDeclaration":1607,"src":"1567:14:6"},"id":929,"nodeType":"InheritanceSpecifier","src":"1567:14:6"}],"canonicalName":"ERC20","contractDependencies":[],"contractKind":"contract","documentation":{"id":923,"nodeType":"StructuredDocumentation","src":"230:1301:6","text":" @dev Implementation of the {IERC20} interface.\n This implementation is agnostic to the way tokens are created. This means\n that a supply mechanism has to be added in a derived contract using {_mint}.\n For a generic mechanism see {ERC20PresetMinterPauser}.\n TIP: For a detailed writeup see our guide\n https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\n to implement supply mechanisms].\n The default value of {decimals} is 18. To change this, you should override\n this function so it returns a different value.\n We have followed general OpenZeppelin Contracts guidelines: functions revert\n instead returning `false` on failure. This behavior is nonetheless\n conventional and does not conflict with the expectations of ERC20\n applications.\n Additionally, an {Approval} event is emitted on calls to {transferFrom}.\n This allows applications to reconstruct the allowance for all accounts just\n by listening to said events. Other implementations of the EIP may not emit\n these events, as it isn't required by the specification.\n Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\n functions have been added to mitigate the well-known issues around setting\n allowances. See {IERC20-approve}."},"fullyImplemented":true,"id":1504,"linearizedBaseContracts":[1504,1607,1582,1637],"name":"ERC20","nameLocation":"1541:5:6","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":933,"mutability":"mutable","name":"_balances","nameLocation":"1624:9:6","nodeType":"VariableDeclaration","scope":1504,"src":"1588:45:6","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":932,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":930,"name":"address","nodeType":"ElementaryTypeName","src":"1596:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"1588:27:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":931,"name":"uint256","nodeType":"ElementaryTypeName","src":"1607:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"private"},{"constant":false,"id":939,"mutability":"mutable","name":"_allowances","nameLocation":"1696:11:6","nodeType":"VariableDeclaration","scope":1504,"src":"1640:67:6","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$","typeString":"mapping(address => mapping(address => uint256))"},"typeName":{"id":938,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":934,"name":"address","nodeType":"ElementaryTypeName","src":"1648:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"1640:47:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$","typeString":"mapping(address => mapping(address => uint256))"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":937,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":935,"name":"address","nodeType":"ElementaryTypeName","src":"1667:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"1659:27:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":936,"name":"uint256","nodeType":"ElementaryTypeName","src":"1678:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}}},"visibility":"private"},{"constant":false,"id":941,"mutability":"mutable","name":"_totalSupply","nameLocation":"1730:12:6","nodeType":"VariableDeclaration","scope":1504,"src":"1714:28:6","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":940,"name":"uint256","nodeType":"ElementaryTypeName","src":"1714:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"private"},{"constant":false,"id":943,"mutability":"mutable","name":"_name","nameLocation":"1764:5:6","nodeType":"VariableDeclaration","scope":1504,"src":"1749:20:6","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string"},"typeName":{"id":942,"name":"string","nodeType":"ElementaryTypeName","src":"1749:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"private"},{"constant":false,"id":945,"mutability":"mutable","name":"_symbol","nameLocation":"1790:7:6","nodeType":"VariableDeclaration","scope":1504,"src":"1775:22:6","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string"},"typeName":{"id":944,"name":"string","nodeType":"ElementaryTypeName","src":"1775:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"private"},{"body":{"id":961,"nodeType":"Block","src":"2036:57:6","statements":[{"expression":{"id":955,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":953,"name":"_name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":943,"src":"2046:5:6","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":954,"name":"name_","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":948,"src":"2054:5:6","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"src":"2046:13:6","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"id":956,"nodeType":"ExpressionStatement","src":"2046:13:6"},{"expression":{"id":959,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":957,"name":"_symbol","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":945,"src":"2069:7:6","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":958,"name":"symbol_","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":950,"src":"2079:7:6","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}},"src":"2069:17:6","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"id":960,"nodeType":"ExpressionStatement","src":"2069:17:6"}]},"documentation":{"id":946,"nodeType":"StructuredDocumentation","src":"1804:171:6","text":" @dev Sets the values for {name} and {symbol}.\n All two of these values are immutable: they can only be set once during\n construction."},"id":962,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":951,"nodeType":"ParameterList","parameters":[{"constant":false,"id":948,"mutability":"mutable","name":"name_","nameLocation":"2006:5:6","nodeType":"VariableDeclaration","scope":962,"src":"1992:19:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":947,"name":"string","nodeType":"ElementaryTypeName","src":"1992:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"},{"constant":false,"id":950,"mutability":"mutable","name":"symbol_","nameLocation":"2027:7:6","nodeType":"VariableDeclaration","scope":962,"src":"2013:21:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":949,"name":"string","nodeType":"ElementaryTypeName","src":"2013:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1991:44:6"},"returnParameters":{"id":952,"nodeType":"ParameterList","parameters":[],"src":"2036:0:6"},"scope":1504,"src":"1980:113:6","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"baseFunctions":[1594],"body":{"id":971,"nodeType":"Block","src":"2227:29:6","statements":[{"expression":{"id":969,"name":"_name","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":943,"src":"2244:5:6","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"functionReturnParameters":968,"id":970,"nodeType":"Return","src":"2237:12:6"}]},"documentation":{"id":963,"nodeType":"StructuredDocumentation","src":"2099:54:6","text":" @dev Returns the name of the token."},"functionSelector":"06fdde03","id":972,"implemented":true,"kind":"function","modifiers":[],"name":"name","nameLocation":"2167:4:6","nodeType":"FunctionDefinition","overrides":{"id":965,"nodeType":"OverrideSpecifier","overrides":[],"src":"2194:8:6"},"parameters":{"id":964,"nodeType":"ParameterList","parameters":[],"src":"2171:2:6"},"returnParameters":{"id":968,"nodeType":"ParameterList","parameters":[{"constant":false,"id":967,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":972,"src":"2212:13:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":966,"name":"string","nodeType":"ElementaryTypeName","src":"2212:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2211:15:6"},"scope":1504,"src":"2158:98:6","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[1600],"body":{"id":981,"nodeType":"Block","src":"2440:31:6","statements":[{"expression":{"id":979,"name":"_symbol","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":945,"src":"2457:7:6","typeDescriptions":{"typeIdentifier":"t_string_storage","typeString":"string storage ref"}},"functionReturnParameters":978,"id":980,"nodeType":"Return","src":"2450:14:6"}]},"documentation":{"id":973,"nodeType":"StructuredDocumentation","src":"2262:102:6","text":" @dev Returns the symbol of the token, usually a shorter version of the\n name."},"functionSelector":"95d89b41","id":982,"implemented":true,"kind":"function","modifiers":[],"name":"symbol","nameLocation":"2378:6:6","nodeType":"FunctionDefinition","overrides":{"id":975,"nodeType":"OverrideSpecifier","overrides":[],"src":"2407:8:6"},"parameters":{"id":974,"nodeType":"ParameterList","parameters":[],"src":"2384:2:6"},"returnParameters":{"id":978,"nodeType":"ParameterList","parameters":[{"constant":false,"id":977,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":982,"src":"2425:13:6","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":976,"name":"string","nodeType":"ElementaryTypeName","src":"2425:6:6","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"2424:15:6"},"scope":1504,"src":"2369:102:6","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[1606],"body":{"id":991,"nodeType":"Block","src":"3169:26:6","statements":[{"expression":{"hexValue":"3138","id":989,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3186:2:6","typeDescriptions":{"typeIdentifier":"t_rational_18_by_1","typeString":"int_const 18"},"value":"18"},"functionReturnParameters":988,"id":990,"nodeType":"Return","src":"3179:9:6"}]},"documentation":{"id":983,"nodeType":"StructuredDocumentation","src":"2477:622:6","text":" @dev Returns the number of decimals used to get its user representation.\n For example, if `decimals` equals `2`, a balance of `505` tokens should\n be displayed to a user as `5.05` (`505 / 10 ** 2`).\n Tokens usually opt for a value of 18, imitating the relationship between\n Ether and Wei. This is the default value returned by this function, unless\n it's overridden.\n NOTE: This information is only used for _display_ purposes: it in\n no way affects any of the arithmetic of the contract, including\n {IERC20-balanceOf} and {IERC20-transfer}."},"functionSelector":"313ce567","id":992,"implemented":true,"kind":"function","modifiers":[],"name":"decimals","nameLocation":"3113:8:6","nodeType":"FunctionDefinition","overrides":{"id":985,"nodeType":"OverrideSpecifier","overrides":[],"src":"3144:8:6"},"parameters":{"id":984,"nodeType":"ParameterList","parameters":[],"src":"3121:2:6"},"returnParameters":{"id":988,"nodeType":"ParameterList","parameters":[{"constant":false,"id":987,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":992,"src":"3162:5:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":986,"name":"uint8","nodeType":"ElementaryTypeName","src":"3162:5:6","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"3161:7:6"},"scope":1504,"src":"3104:91:6","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[1531],"body":{"id":1001,"nodeType":"Block","src":"3325:36:6","statements":[{"expression":{"id":999,"name":"_totalSupply","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":941,"src":"3342:12:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":998,"id":1000,"nodeType":"Return","src":"3335:19:6"}]},"documentation":{"id":993,"nodeType":"StructuredDocumentation","src":"3201:49:6","text":" @dev See {IERC20-totalSupply}."},"functionSelector":"18160ddd","id":1002,"implemented":true,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"3264:11:6","nodeType":"FunctionDefinition","overrides":{"id":995,"nodeType":"OverrideSpecifier","overrides":[],"src":"3298:8:6"},"parameters":{"id":994,"nodeType":"ParameterList","parameters":[],"src":"3275:2:6"},"returnParameters":{"id":998,"nodeType":"ParameterList","parameters":[{"constant":false,"id":997,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1002,"src":"3316:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":996,"name":"uint256","nodeType":"ElementaryTypeName","src":"3316:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3315:9:6"},"scope":1504,"src":"3255:106:6","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[1539],"body":{"id":1015,"nodeType":"Block","src":"3502:42:6","statements":[{"expression":{"baseExpression":{"id":1011,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"3519:9:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1013,"indexExpression":{"id":1012,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1005,"src":"3529:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3519:18:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":1010,"id":1014,"nodeType":"Return","src":"3512:25:6"}]},"documentation":{"id":1003,"nodeType":"StructuredDocumentation","src":"3367:47:6","text":" @dev See {IERC20-balanceOf}."},"functionSelector":"70a08231","id":1016,"implemented":true,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"3428:9:6","nodeType":"FunctionDefinition","overrides":{"id":1007,"nodeType":"OverrideSpecifier","overrides":[],"src":"3475:8:6"},"parameters":{"id":1006,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1005,"mutability":"mutable","name":"account","nameLocation":"3446:7:6","nodeType":"VariableDeclaration","scope":1016,"src":"3438:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1004,"name":"address","nodeType":"ElementaryTypeName","src":"3438:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3437:17:6"},"returnParameters":{"id":1010,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1009,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1016,"src":"3493:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1008,"name":"uint256","nodeType":"ElementaryTypeName","src":"3493:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3492:9:6"},"scope":1504,"src":"3419:125:6","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[1549],"body":{"id":1040,"nodeType":"Block","src":"3825:104:6","statements":[{"assignments":[1028],"declarations":[{"constant":false,"id":1028,"mutability":"mutable","name":"owner","nameLocation":"3843:5:6","nodeType":"VariableDeclaration","scope":1040,"src":"3835:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1027,"name":"address","nodeType":"ElementaryTypeName","src":"3835:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1031,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":1029,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1619,"src":"3851:10:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":1030,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3851:12:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"3835:28:6"},{"expression":{"arguments":[{"id":1033,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1028,"src":"3883:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1034,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1019,"src":"3890:2:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1035,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1021,"src":"3894:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1032,"name":"_transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1264,"src":"3873:9:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1036,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3873:28:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1037,"nodeType":"ExpressionStatement","src":"3873:28:6"},{"expression":{"hexValue":"74727565","id":1038,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3918:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1026,"id":1039,"nodeType":"Return","src":"3911:11:6"}]},"documentation":{"id":1017,"nodeType":"StructuredDocumentation","src":"3550:185:6","text":" @dev See {IERC20-transfer}.\n Requirements:\n - `to` cannot be the zero address.\n - the caller must have a balance of at least `amount`."},"functionSelector":"a9059cbb","id":1041,"implemented":true,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"3749:8:6","nodeType":"FunctionDefinition","overrides":{"id":1023,"nodeType":"OverrideSpecifier","overrides":[],"src":"3801:8:6"},"parameters":{"id":1022,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1019,"mutability":"mutable","name":"to","nameLocation":"3766:2:6","nodeType":"VariableDeclaration","scope":1041,"src":"3758:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1018,"name":"address","nodeType":"ElementaryTypeName","src":"3758:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1021,"mutability":"mutable","name":"amount","nameLocation":"3778:6:6","nodeType":"VariableDeclaration","scope":1041,"src":"3770:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1020,"name":"uint256","nodeType":"ElementaryTypeName","src":"3770:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3757:28:6"},"returnParameters":{"id":1026,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1025,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1041,"src":"3819:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1024,"name":"bool","nodeType":"ElementaryTypeName","src":"3819:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"3818:6:6"},"scope":1504,"src":"3740:189:6","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[1559],"body":{"id":1058,"nodeType":"Block","src":"4085:51:6","statements":[{"expression":{"baseExpression":{"baseExpression":{"id":1052,"name":"_allowances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":939,"src":"4102:11:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$","typeString":"mapping(address => mapping(address => uint256))"}},"id":1054,"indexExpression":{"id":1053,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1044,"src":"4114:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4102:18:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1056,"indexExpression":{"id":1055,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1046,"src":"4121:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4102:27:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"functionReturnParameters":1051,"id":1057,"nodeType":"Return","src":"4095:34:6"}]},"documentation":{"id":1042,"nodeType":"StructuredDocumentation","src":"3935:47:6","text":" @dev See {IERC20-allowance}."},"functionSelector":"dd62ed3e","id":1059,"implemented":true,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"3996:9:6","nodeType":"FunctionDefinition","overrides":{"id":1048,"nodeType":"OverrideSpecifier","overrides":[],"src":"4058:8:6"},"parameters":{"id":1047,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1044,"mutability":"mutable","name":"owner","nameLocation":"4014:5:6","nodeType":"VariableDeclaration","scope":1059,"src":"4006:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1043,"name":"address","nodeType":"ElementaryTypeName","src":"4006:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1046,"mutability":"mutable","name":"spender","nameLocation":"4029:7:6","nodeType":"VariableDeclaration","scope":1059,"src":"4021:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1045,"name":"address","nodeType":"ElementaryTypeName","src":"4021:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"4005:32:6"},"returnParameters":{"id":1051,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1050,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1059,"src":"4076:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1049,"name":"uint256","nodeType":"ElementaryTypeName","src":"4076:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4075:9:6"},"scope":1504,"src":"3987:149:6","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[1569],"body":{"id":1083,"nodeType":"Block","src":"4533:108:6","statements":[{"assignments":[1071],"declarations":[{"constant":false,"id":1071,"mutability":"mutable","name":"owner","nameLocation":"4551:5:6","nodeType":"VariableDeclaration","scope":1083,"src":"4543:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1070,"name":"address","nodeType":"ElementaryTypeName","src":"4543:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1074,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":1072,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1619,"src":"4559:10:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":1073,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4559:12:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"4543:28:6"},{"expression":{"arguments":[{"id":1076,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1071,"src":"4590:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1077,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1062,"src":"4597:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1078,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1064,"src":"4606:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1075,"name":"_approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1438,"src":"4581:8:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1079,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4581:32:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1080,"nodeType":"ExpressionStatement","src":"4581:32:6"},{"expression":{"hexValue":"74727565","id":1081,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"4630:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1069,"id":1082,"nodeType":"Return","src":"4623:11:6"}]},"documentation":{"id":1060,"nodeType":"StructuredDocumentation","src":"4142:297:6","text":" @dev See {IERC20-approve}.\n NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\n `transferFrom`. This is semantically equivalent to an infinite approval.\n Requirements:\n - `spender` cannot be the zero address."},"functionSelector":"095ea7b3","id":1084,"implemented":true,"kind":"function","modifiers":[],"name":"approve","nameLocation":"4453:7:6","nodeType":"FunctionDefinition","overrides":{"id":1066,"nodeType":"OverrideSpecifier","overrides":[],"src":"4509:8:6"},"parameters":{"id":1065,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1062,"mutability":"mutable","name":"spender","nameLocation":"4469:7:6","nodeType":"VariableDeclaration","scope":1084,"src":"4461:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1061,"name":"address","nodeType":"ElementaryTypeName","src":"4461:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1064,"mutability":"mutable","name":"amount","nameLocation":"4486:6:6","nodeType":"VariableDeclaration","scope":1084,"src":"4478:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1063,"name":"uint256","nodeType":"ElementaryTypeName","src":"4478:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4460:33:6"},"returnParameters":{"id":1069,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1068,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1084,"src":"4527:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1067,"name":"bool","nodeType":"ElementaryTypeName","src":"4527:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"4526:6:6"},"scope":1504,"src":"4444:197:6","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[1581],"body":{"id":1116,"nodeType":"Block","src":"5306:153:6","statements":[{"assignments":[1098],"declarations":[{"constant":false,"id":1098,"mutability":"mutable","name":"spender","nameLocation":"5324:7:6","nodeType":"VariableDeclaration","scope":1116,"src":"5316:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1097,"name":"address","nodeType":"ElementaryTypeName","src":"5316:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1101,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":1099,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1619,"src":"5334:10:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":1100,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5334:12:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"5316:30:6"},{"expression":{"arguments":[{"id":1103,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1087,"src":"5372:4:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1104,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1098,"src":"5378:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1105,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"5387:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1102,"name":"_spendAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1481,"src":"5356:15:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1106,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5356:38:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1107,"nodeType":"ExpressionStatement","src":"5356:38:6"},{"expression":{"arguments":[{"id":1109,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1087,"src":"5414:4:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1110,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1089,"src":"5420:2:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1111,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1091,"src":"5424:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1108,"name":"_transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1264,"src":"5404:9:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1112,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5404:27:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1113,"nodeType":"ExpressionStatement","src":"5404:27:6"},{"expression":{"hexValue":"74727565","id":1114,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5448:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1096,"id":1115,"nodeType":"Return","src":"5441:11:6"}]},"documentation":{"id":1085,"nodeType":"StructuredDocumentation","src":"4647:551:6","text":" @dev See {IERC20-transferFrom}.\n Emits an {Approval} event indicating the updated allowance. This is not\n required by the EIP. See the note at the beginning of {ERC20}.\n NOTE: Does not update the allowance if the current allowance\n is the maximum `uint256`.\n Requirements:\n - `from` and `to` cannot be the zero address.\n - `from` must have a balance of at least `amount`.\n - the caller must have allowance for ``from``'s tokens of at least\n `amount`."},"functionSelector":"23b872dd","id":1117,"implemented":true,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"5212:12:6","nodeType":"FunctionDefinition","overrides":{"id":1093,"nodeType":"OverrideSpecifier","overrides":[],"src":"5282:8:6"},"parameters":{"id":1092,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1087,"mutability":"mutable","name":"from","nameLocation":"5233:4:6","nodeType":"VariableDeclaration","scope":1117,"src":"5225:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1086,"name":"address","nodeType":"ElementaryTypeName","src":"5225:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1089,"mutability":"mutable","name":"to","nameLocation":"5247:2:6","nodeType":"VariableDeclaration","scope":1117,"src":"5239:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1088,"name":"address","nodeType":"ElementaryTypeName","src":"5239:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1091,"mutability":"mutable","name":"amount","nameLocation":"5259:6:6","nodeType":"VariableDeclaration","scope":1117,"src":"5251:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1090,"name":"uint256","nodeType":"ElementaryTypeName","src":"5251:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"5224:42:6"},"returnParameters":{"id":1096,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1095,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1117,"src":"5300:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1094,"name":"bool","nodeType":"ElementaryTypeName","src":"5300:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5299:6:6"},"scope":1504,"src":"5203:256:6","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":1145,"nodeType":"Block","src":"5948:140:6","statements":[{"assignments":[1128],"declarations":[{"constant":false,"id":1128,"mutability":"mutable","name":"owner","nameLocation":"5966:5:6","nodeType":"VariableDeclaration","scope":1145,"src":"5958:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1127,"name":"address","nodeType":"ElementaryTypeName","src":"5958:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1131,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":1129,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1619,"src":"5974:10:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":1130,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5974:12:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"5958:28:6"},{"expression":{"arguments":[{"id":1133,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1128,"src":"6005:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1134,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1120,"src":"6012:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1140,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[{"id":1136,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1128,"src":"6031:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1137,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1120,"src":"6038:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":1135,"name":"allowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1059,"src":"6021:9:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view returns (uint256)"}},"id":1138,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6021:25:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"id":1139,"name":"addedValue","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1122,"src":"6049:10:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6021:38:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1132,"name":"_approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1438,"src":"5996:8:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1141,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5996:64:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1142,"nodeType":"ExpressionStatement","src":"5996:64:6"},{"expression":{"hexValue":"74727565","id":1143,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6077:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1126,"id":1144,"nodeType":"Return","src":"6070:11:6"}]},"documentation":{"id":1118,"nodeType":"StructuredDocumentation","src":"5465:384:6","text":" @dev Atomically increases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address."},"functionSelector":"39509351","id":1146,"implemented":true,"kind":"function","modifiers":[],"name":"increaseAllowance","nameLocation":"5863:17:6","nodeType":"FunctionDefinition","parameters":{"id":1123,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1120,"mutability":"mutable","name":"spender","nameLocation":"5889:7:6","nodeType":"VariableDeclaration","scope":1146,"src":"5881:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1119,"name":"address","nodeType":"ElementaryTypeName","src":"5881:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1122,"mutability":"mutable","name":"addedValue","nameLocation":"5906:10:6","nodeType":"VariableDeclaration","scope":1146,"src":"5898:18:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1121,"name":"uint256","nodeType":"ElementaryTypeName","src":"5898:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"5880:37:6"},"returnParameters":{"id":1126,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1125,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1146,"src":"5942:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1124,"name":"bool","nodeType":"ElementaryTypeName","src":"5942:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5941:6:6"},"scope":1504,"src":"5854:234:6","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":1186,"nodeType":"Block","src":"6674:328:6","statements":[{"assignments":[1157],"declarations":[{"constant":false,"id":1157,"mutability":"mutable","name":"owner","nameLocation":"6692:5:6","nodeType":"VariableDeclaration","scope":1186,"src":"6684:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1156,"name":"address","nodeType":"ElementaryTypeName","src":"6684:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1160,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":1158,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1619,"src":"6700:10:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":1159,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6700:12:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"6684:28:6"},{"assignments":[1162],"declarations":[{"constant":false,"id":1162,"mutability":"mutable","name":"currentAllowance","nameLocation":"6730:16:6","nodeType":"VariableDeclaration","scope":1186,"src":"6722:24:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1161,"name":"uint256","nodeType":"ElementaryTypeName","src":"6722:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1167,"initialValue":{"arguments":[{"id":1164,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1157,"src":"6759:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1165,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1149,"src":"6766:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":1163,"name":"allowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1059,"src":"6749:9:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view returns (uint256)"}},"id":1166,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6749:25:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6722:52:6"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1171,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1169,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1162,"src":"6792:16:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1170,"name":"subtractedValue","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1151,"src":"6812:15:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6792:35:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f","id":1172,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6829:39:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","typeString":"literal_string \"ERC20: decreased allowance below zero\""},"value":"ERC20: decreased allowance below zero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","typeString":"literal_string \"ERC20: decreased allowance below zero\""}],"id":1168,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6784:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1173,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6784:85:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1174,"nodeType":"ExpressionStatement","src":"6784:85:6"},{"id":1183,"nodeType":"UncheckedBlock","src":"6879:95:6","statements":[{"expression":{"arguments":[{"id":1176,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1157,"src":"6912:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1177,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1149,"src":"6919:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1180,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1178,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1162,"src":"6928:16:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1179,"name":"subtractedValue","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1151,"src":"6947:15:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6928:34:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1175,"name":"_approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1438,"src":"6903:8:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1181,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6903:60:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1182,"nodeType":"ExpressionStatement","src":"6903:60:6"}]},{"expression":{"hexValue":"74727565","id":1184,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6991:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1155,"id":1185,"nodeType":"Return","src":"6984:11:6"}]},"documentation":{"id":1147,"nodeType":"StructuredDocumentation","src":"6094:476:6","text":" @dev Atomically decreases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address.\n - `spender` must have allowance for the caller of at least\n `subtractedValue`."},"functionSelector":"a457c2d7","id":1187,"implemented":true,"kind":"function","modifiers":[],"name":"decreaseAllowance","nameLocation":"6584:17:6","nodeType":"FunctionDefinition","parameters":{"id":1152,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1149,"mutability":"mutable","name":"spender","nameLocation":"6610:7:6","nodeType":"VariableDeclaration","scope":1187,"src":"6602:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1148,"name":"address","nodeType":"ElementaryTypeName","src":"6602:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1151,"mutability":"mutable","name":"subtractedValue","nameLocation":"6627:15:6","nodeType":"VariableDeclaration","scope":1187,"src":"6619:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1150,"name":"uint256","nodeType":"ElementaryTypeName","src":"6619:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6601:42:6"},"returnParameters":{"id":1155,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1154,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1187,"src":"6668:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1153,"name":"bool","nodeType":"ElementaryTypeName","src":"6668:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6667:6:6"},"scope":1504,"src":"6575:427:6","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":1263,"nodeType":"Block","src":"7534:710:6","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1203,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1198,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1190,"src":"7552:4:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1201,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7568:1:6","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":1200,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7560:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1199,"name":"address","nodeType":"ElementaryTypeName","src":"7560:7:6","typeDescriptions":{}}},"id":1202,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7560:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"7552:18:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a207472616e736665722066726f6d20746865207a65726f2061646472657373","id":1204,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7572:39:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","typeString":"literal_string \"ERC20: transfer from the zero address\""},"value":"ERC20: transfer from the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","typeString":"literal_string \"ERC20: transfer from the zero address\""}],"id":1197,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"7544:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1205,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7544:68:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1206,"nodeType":"ExpressionStatement","src":"7544:68:6"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1213,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1208,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1192,"src":"7630:2:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1211,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7644:1:6","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":1210,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"7636:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1209,"name":"address","nodeType":"ElementaryTypeName","src":"7636:7:6","typeDescriptions":{}}},"id":1212,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7636:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"7630:16:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a207472616e7366657220746f20746865207a65726f2061646472657373","id":1214,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7648:37:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","typeString":"literal_string \"ERC20: transfer to the zero address\""},"value":"ERC20: transfer to the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","typeString":"literal_string \"ERC20: transfer to the zero address\""}],"id":1207,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"7622:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1215,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7622:64:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1216,"nodeType":"ExpressionStatement","src":"7622:64:6"},{"expression":{"arguments":[{"id":1218,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1190,"src":"7718:4:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1219,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1192,"src":"7724:2:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1220,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1194,"src":"7728:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1217,"name":"_beforeTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1492,"src":"7697:20:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1221,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7697:38:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1222,"nodeType":"ExpressionStatement","src":"7697:38:6"},{"assignments":[1224],"declarations":[{"constant":false,"id":1224,"mutability":"mutable","name":"fromBalance","nameLocation":"7754:11:6","nodeType":"VariableDeclaration","scope":1263,"src":"7746:19:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1223,"name":"uint256","nodeType":"ElementaryTypeName","src":"7746:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1228,"initialValue":{"baseExpression":{"id":1225,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"7768:9:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1227,"indexExpression":{"id":1226,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1190,"src":"7778:4:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7768:15:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"7746:37:6"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1232,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1230,"name":"fromBalance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1224,"src":"7801:11:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1231,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1194,"src":"7816:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7801:21:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365","id":1233,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"7824:40:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","typeString":"literal_string \"ERC20: transfer amount exceeds balance\""},"value":"ERC20: transfer amount exceeds balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","typeString":"literal_string \"ERC20: transfer amount exceeds balance\""}],"id":1229,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"7793:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1234,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7793:72:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1235,"nodeType":"ExpressionStatement","src":"7793:72:6"},{"id":1250,"nodeType":"UncheckedBlock","src":"7875:273:6","statements":[{"expression":{"id":1242,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1236,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"7899:9:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1238,"indexExpression":{"id":1237,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1190,"src":"7909:4:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"7899:15:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1241,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1239,"name":"fromBalance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1224,"src":"7917:11:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1240,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1194,"src":"7931:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7917:20:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"7899:38:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1243,"nodeType":"ExpressionStatement","src":"7899:38:6"},{"expression":{"id":1248,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1244,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"8114:9:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1246,"indexExpression":{"id":1245,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1192,"src":"8124:2:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"8114:13:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"id":1247,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1194,"src":"8131:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8114:23:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1249,"nodeType":"ExpressionStatement","src":"8114:23:6"}]},{"eventCall":{"arguments":[{"id":1252,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1190,"src":"8172:4:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1253,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1192,"src":"8178:2:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1254,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1194,"src":"8182:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1251,"name":"Transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1516,"src":"8163:8:6","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1255,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8163:26:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1256,"nodeType":"EmitStatement","src":"8158:31:6"},{"expression":{"arguments":[{"id":1258,"name":"from","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1190,"src":"8220:4:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1259,"name":"to","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1192,"src":"8226:2:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1260,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1194,"src":"8230:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1257,"name":"_afterTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1503,"src":"8200:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1261,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8200:37:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1262,"nodeType":"ExpressionStatement","src":"8200:37:6"}]},"documentation":{"id":1188,"nodeType":"StructuredDocumentation","src":"7008:443:6","text":" @dev Moves `amount` of tokens from `from` to `to`.\n This internal function is equivalent to {transfer}, and can be used to\n e.g. implement automatic token fees, slashing mechanisms, etc.\n Emits a {Transfer} event.\n Requirements:\n - `from` cannot be the zero address.\n - `to` cannot be the zero address.\n - `from` must have a balance of at least `amount`."},"id":1264,"implemented":true,"kind":"function","modifiers":[],"name":"_transfer","nameLocation":"7465:9:6","nodeType":"FunctionDefinition","parameters":{"id":1195,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1190,"mutability":"mutable","name":"from","nameLocation":"7483:4:6","nodeType":"VariableDeclaration","scope":1264,"src":"7475:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1189,"name":"address","nodeType":"ElementaryTypeName","src":"7475:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1192,"mutability":"mutable","name":"to","nameLocation":"7497:2:6","nodeType":"VariableDeclaration","scope":1264,"src":"7489:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1191,"name":"address","nodeType":"ElementaryTypeName","src":"7489:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1194,"mutability":"mutable","name":"amount","nameLocation":"7509:6:6","nodeType":"VariableDeclaration","scope":1264,"src":"7501:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1193,"name":"uint256","nodeType":"ElementaryTypeName","src":"7501:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"7474:42:6"},"returnParameters":{"id":1196,"nodeType":"ParameterList","parameters":[],"src":"7534:0:6"},"scope":1504,"src":"7456:788:6","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":1320,"nodeType":"Block","src":"8585:470:6","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1278,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1273,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1267,"src":"8603:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1276,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8622:1:6","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":1275,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"8614:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1274,"name":"address","nodeType":"ElementaryTypeName","src":"8614:7:6","typeDescriptions":{}}},"id":1277,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8614:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"8603:21:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a206d696e7420746f20746865207a65726f2061646472657373","id":1279,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8626:33:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","typeString":"literal_string \"ERC20: mint to the zero address\""},"value":"ERC20: mint to the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","typeString":"literal_string \"ERC20: mint to the zero address\""}],"id":1272,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8595:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1280,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8595:65:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1281,"nodeType":"ExpressionStatement","src":"8595:65:6"},{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":1285,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8700:1:6","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":1284,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"8692:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1283,"name":"address","nodeType":"ElementaryTypeName","src":"8692:7:6","typeDescriptions":{}}},"id":1286,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8692:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1287,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1267,"src":"8704:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1288,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1269,"src":"8713:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1282,"name":"_beforeTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1492,"src":"8671:20:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1289,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8671:49:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1290,"nodeType":"ExpressionStatement","src":"8671:49:6"},{"expression":{"id":1293,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1291,"name":"_totalSupply","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":941,"src":"8731:12:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"id":1292,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1269,"src":"8747:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8731:22:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1294,"nodeType":"ExpressionStatement","src":"8731:22:6"},{"id":1301,"nodeType":"UncheckedBlock","src":"8763:175:6","statements":[{"expression":{"id":1299,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1295,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"8899:9:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1297,"indexExpression":{"id":1296,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1267,"src":"8909:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"8899:18:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"+=","rightHandSide":{"id":1298,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1269,"src":"8921:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"8899:28:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1300,"nodeType":"ExpressionStatement","src":"8899:28:6"}]},{"eventCall":{"arguments":[{"arguments":[{"hexValue":"30","id":1305,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"8969:1:6","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":1304,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"8961:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1303,"name":"address","nodeType":"ElementaryTypeName","src":"8961:7:6","typeDescriptions":{}}},"id":1306,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8961:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1307,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1267,"src":"8973:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1308,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1269,"src":"8982:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1302,"name":"Transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1516,"src":"8952:8:6","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1309,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8952:37:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1310,"nodeType":"EmitStatement","src":"8947:42:6"},{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":1314,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9028:1:6","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":1313,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"9020:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1312,"name":"address","nodeType":"ElementaryTypeName","src":"9020:7:6","typeDescriptions":{}}},"id":1315,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9020:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1316,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1267,"src":"9032:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1317,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1269,"src":"9041:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1311,"name":"_afterTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1503,"src":"9000:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1318,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9000:48:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1319,"nodeType":"ExpressionStatement","src":"9000:48:6"}]},"documentation":{"id":1265,"nodeType":"StructuredDocumentation","src":"8250:265:6","text":"@dev Creates `amount` tokens and assigns them to `account`, increasing\n the total supply.\n Emits a {Transfer} event with `from` set to the zero address.\n Requirements:\n - `account` cannot be the zero address."},"id":1321,"implemented":true,"kind":"function","modifiers":[],"name":"_mint","nameLocation":"8529:5:6","nodeType":"FunctionDefinition","parameters":{"id":1270,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1267,"mutability":"mutable","name":"account","nameLocation":"8543:7:6","nodeType":"VariableDeclaration","scope":1321,"src":"8535:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1266,"name":"address","nodeType":"ElementaryTypeName","src":"8535:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1269,"mutability":"mutable","name":"amount","nameLocation":"8560:6:6","nodeType":"VariableDeclaration","scope":1321,"src":"8552:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1268,"name":"uint256","nodeType":"ElementaryTypeName","src":"8552:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8534:33:6"},"returnParameters":{"id":1271,"nodeType":"ParameterList","parameters":[],"src":"8585:0:6"},"scope":1504,"src":"8520:535:6","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":1392,"nodeType":"Block","src":"9440:594:6","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1335,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1330,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1324,"src":"9458:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1333,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9477:1:6","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":1332,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"9469:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1331,"name":"address","nodeType":"ElementaryTypeName","src":"9469:7:6","typeDescriptions":{}}},"id":1334,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9469:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"9458:21:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a206275726e2066726f6d20746865207a65726f2061646472657373","id":1336,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"9481:35:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f","typeString":"literal_string \"ERC20: burn from the zero address\""},"value":"ERC20: burn from the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f","typeString":"literal_string \"ERC20: burn from the zero address\""}],"id":1329,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"9450:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1337,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9450:67:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1338,"nodeType":"ExpressionStatement","src":"9450:67:6"},{"expression":{"arguments":[{"id":1340,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1324,"src":"9549:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"hexValue":"30","id":1343,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9566:1:6","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":1342,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"9558:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1341,"name":"address","nodeType":"ElementaryTypeName","src":"9558:7:6","typeDescriptions":{}}},"id":1344,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9558:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1345,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1326,"src":"9570:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1339,"name":"_beforeTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1492,"src":"9528:20:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1346,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9528:49:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1347,"nodeType":"ExpressionStatement","src":"9528:49:6"},{"assignments":[1349],"declarations":[{"constant":false,"id":1349,"mutability":"mutable","name":"accountBalance","nameLocation":"9596:14:6","nodeType":"VariableDeclaration","scope":1392,"src":"9588:22:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1348,"name":"uint256","nodeType":"ElementaryTypeName","src":"9588:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1353,"initialValue":{"baseExpression":{"id":1350,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"9613:9:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1352,"indexExpression":{"id":1351,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1324,"src":"9623:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"9613:18:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"9588:43:6"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1357,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1355,"name":"accountBalance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1349,"src":"9649:14:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1356,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1326,"src":"9667:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9649:24:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a206275726e20616d6f756e7420657863656564732062616c616e6365","id":1358,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"9675:36:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd","typeString":"literal_string \"ERC20: burn amount exceeds balance\""},"value":"ERC20: burn amount exceeds balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd","typeString":"literal_string \"ERC20: burn amount exceeds balance\""}],"id":1354,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"9641:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1359,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9641:71:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1360,"nodeType":"ExpressionStatement","src":"9641:71:6"},{"id":1373,"nodeType":"UncheckedBlock","src":"9722:194:6","statements":[{"expression":{"id":1367,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1361,"name":"_balances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":933,"src":"9746:9:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1363,"indexExpression":{"id":1362,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1324,"src":"9756:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"9746:18:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1366,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1364,"name":"accountBalance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1349,"src":"9767:14:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1365,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1326,"src":"9784:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9767:23:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9746:44:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1368,"nodeType":"ExpressionStatement","src":"9746:44:6"},{"expression":{"id":1371,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1369,"name":"_totalSupply","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":941,"src":"9883:12:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":1370,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1326,"src":"9899:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"9883:22:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1372,"nodeType":"ExpressionStatement","src":"9883:22:6"}]},{"eventCall":{"arguments":[{"id":1375,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1324,"src":"9940:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"hexValue":"30","id":1378,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9957:1:6","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":1377,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"9949:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1376,"name":"address","nodeType":"ElementaryTypeName","src":"9949:7:6","typeDescriptions":{}}},"id":1379,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9949:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1380,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1326,"src":"9961:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1374,"name":"Transfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1516,"src":"9931:8:6","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1381,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9931:37:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1382,"nodeType":"EmitStatement","src":"9926:42:6"},{"expression":{"arguments":[{"id":1384,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1324,"src":"9999:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"hexValue":"30","id":1387,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10016:1:6","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":1386,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"10008:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1385,"name":"address","nodeType":"ElementaryTypeName","src":"10008:7:6","typeDescriptions":{}}},"id":1388,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10008:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1389,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1326,"src":"10020:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1383,"name":"_afterTokenTransfer","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1503,"src":"9979:19:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1390,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9979:48:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1391,"nodeType":"ExpressionStatement","src":"9979:48:6"}]},"documentation":{"id":1322,"nodeType":"StructuredDocumentation","src":"9061:309:6","text":" @dev Destroys `amount` tokens from `account`, reducing the\n total supply.\n Emits a {Transfer} event with `to` set to the zero address.\n Requirements:\n - `account` cannot be the zero address.\n - `account` must have at least `amount` tokens."},"id":1393,"implemented":true,"kind":"function","modifiers":[],"name":"_burn","nameLocation":"9384:5:6","nodeType":"FunctionDefinition","parameters":{"id":1327,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1324,"mutability":"mutable","name":"account","nameLocation":"9398:7:6","nodeType":"VariableDeclaration","scope":1393,"src":"9390:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1323,"name":"address","nodeType":"ElementaryTypeName","src":"9390:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1326,"mutability":"mutable","name":"amount","nameLocation":"9415:6:6","nodeType":"VariableDeclaration","scope":1393,"src":"9407:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1325,"name":"uint256","nodeType":"ElementaryTypeName","src":"9407:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"9389:33:6"},"returnParameters":{"id":1328,"nodeType":"ParameterList","parameters":[],"src":"9440:0:6"},"scope":1504,"src":"9375:659:6","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":1437,"nodeType":"Block","src":"10540:257:6","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1409,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1404,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1396,"src":"10558:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1407,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10575:1:6","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":1406,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"10567:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1405,"name":"address","nodeType":"ElementaryTypeName","src":"10567:7:6","typeDescriptions":{}}},"id":1408,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10567:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"10558:19:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373","id":1410,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"10579:38:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","typeString":"literal_string \"ERC20: approve from the zero address\""},"value":"ERC20: approve from the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","typeString":"literal_string \"ERC20: approve from the zero address\""}],"id":1403,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"10550:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1411,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10550:68:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1412,"nodeType":"ExpressionStatement","src":"10550:68:6"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1419,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1414,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1398,"src":"10636:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1417,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"10655:1:6","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":1416,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"10647:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1415,"name":"address","nodeType":"ElementaryTypeName","src":"10647:7:6","typeDescriptions":{}}},"id":1418,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10647:10:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"10636:21:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a20617070726f766520746f20746865207a65726f2061646472657373","id":1420,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"10659:36:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","typeString":"literal_string \"ERC20: approve to the zero address\""},"value":"ERC20: approve to the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","typeString":"literal_string \"ERC20: approve to the zero address\""}],"id":1413,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"10628:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1421,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10628:68:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1422,"nodeType":"ExpressionStatement","src":"10628:68:6"},{"expression":{"id":1429,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"baseExpression":{"id":1423,"name":"_allowances","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":939,"src":"10707:11:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$","typeString":"mapping(address => mapping(address => uint256))"}},"id":1426,"indexExpression":{"id":1424,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1396,"src":"10719:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"10707:18:6","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1427,"indexExpression":{"id":1425,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1398,"src":"10726:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"10707:27:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1428,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1400,"src":"10737:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"10707:36:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1430,"nodeType":"ExpressionStatement","src":"10707:36:6"},{"eventCall":{"arguments":[{"id":1432,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1396,"src":"10767:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1433,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1398,"src":"10774:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1434,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1400,"src":"10783:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1431,"name":"Approval","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1525,"src":"10758:8:6","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1435,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"10758:32:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1436,"nodeType":"EmitStatement","src":"10753:37:6"}]},"documentation":{"id":1394,"nodeType":"StructuredDocumentation","src":"10040:412:6","text":" @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\n This internal function is equivalent to `approve`, and can be used to\n e.g. set automatic allowances for certain subsystems, etc.\n Emits an {Approval} event.\n Requirements:\n - `owner` cannot be the zero address.\n - `spender` cannot be the zero address."},"id":1438,"implemented":true,"kind":"function","modifiers":[],"name":"_approve","nameLocation":"10466:8:6","nodeType":"FunctionDefinition","parameters":{"id":1401,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1396,"mutability":"mutable","name":"owner","nameLocation":"10483:5:6","nodeType":"VariableDeclaration","scope":1438,"src":"10475:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1395,"name":"address","nodeType":"ElementaryTypeName","src":"10475:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1398,"mutability":"mutable","name":"spender","nameLocation":"10498:7:6","nodeType":"VariableDeclaration","scope":1438,"src":"10490:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1397,"name":"address","nodeType":"ElementaryTypeName","src":"10490:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1400,"mutability":"mutable","name":"amount","nameLocation":"10515:6:6","nodeType":"VariableDeclaration","scope":1438,"src":"10507:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1399,"name":"uint256","nodeType":"ElementaryTypeName","src":"10507:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"10474:48:6"},"returnParameters":{"id":1402,"nodeType":"ParameterList","parameters":[],"src":"10540:0:6"},"scope":1504,"src":"10457:340:6","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":1480,"nodeType":"Block","src":"11168:321:6","statements":[{"assignments":[1449],"declarations":[{"constant":false,"id":1449,"mutability":"mutable","name":"currentAllowance","nameLocation":"11186:16:6","nodeType":"VariableDeclaration","scope":1480,"src":"11178:24:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1448,"name":"uint256","nodeType":"ElementaryTypeName","src":"11178:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1454,"initialValue":{"arguments":[{"id":1451,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1441,"src":"11215:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1452,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1443,"src":"11222:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":1450,"name":"allowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1059,"src":"11205:9:6","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$","typeString":"function (address,address) view returns (uint256)"}},"id":1453,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11205:25:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"11178:52:6"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1461,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1455,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1449,"src":"11244:16:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"arguments":[{"id":1458,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"11269:7:6","typeDescriptions":{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"},"typeName":{"id":1457,"name":"uint256","nodeType":"ElementaryTypeName","src":"11269:7:6","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint256_$","typeString":"type(uint256)"}],"id":1456,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"11264:4:6","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":1459,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11264:13:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint256","typeString":"type(uint256)"}},"id":1460,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"11278:3:6","memberName":"max","nodeType":"MemberAccess","src":"11264:17:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11244:37:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1479,"nodeType":"IfStatement","src":"11240:243:6","trueBody":{"id":1478,"nodeType":"Block","src":"11283:200:6","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1465,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1463,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1449,"src":"11305:16:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1464,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1445,"src":"11325:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11305:26:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"45524332303a20696e73756666696369656e7420616c6c6f77616e6365","id":1466,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"11333:31:6","typeDescriptions":{"typeIdentifier":"t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","typeString":"literal_string \"ERC20: insufficient allowance\""},"value":"ERC20: insufficient allowance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","typeString":"literal_string \"ERC20: insufficient allowance\""}],"id":1462,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"11297:7:6","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1467,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11297:68:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1468,"nodeType":"ExpressionStatement","src":"11297:68:6"},{"id":1477,"nodeType":"UncheckedBlock","src":"11379:94:6","statements":[{"expression":{"arguments":[{"id":1470,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1441,"src":"11416:5:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1471,"name":"spender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1443,"src":"11423:7:6","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1474,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1472,"name":"currentAllowance","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1449,"src":"11432:16:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1473,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1445,"src":"11451:6:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"11432:25:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1469,"name":"_approve","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1438,"src":"11407:8:6","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,address,uint256)"}},"id":1475,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"11407:51:6","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1476,"nodeType":"ExpressionStatement","src":"11407:51:6"}]}]}}]},"documentation":{"id":1439,"nodeType":"StructuredDocumentation","src":"10803:270:6","text":" @dev Updates `owner` s allowance for `spender` based on spent `amount`.\n Does not update the allowance amount in case of infinite allowance.\n Revert if not enough allowance is available.\n Might emit an {Approval} event."},"id":1481,"implemented":true,"kind":"function","modifiers":[],"name":"_spendAllowance","nameLocation":"11087:15:6","nodeType":"FunctionDefinition","parameters":{"id":1446,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1441,"mutability":"mutable","name":"owner","nameLocation":"11111:5:6","nodeType":"VariableDeclaration","scope":1481,"src":"11103:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1440,"name":"address","nodeType":"ElementaryTypeName","src":"11103:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1443,"mutability":"mutable","name":"spender","nameLocation":"11126:7:6","nodeType":"VariableDeclaration","scope":1481,"src":"11118:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1442,"name":"address","nodeType":"ElementaryTypeName","src":"11118:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1445,"mutability":"mutable","name":"amount","nameLocation":"11143:6:6","nodeType":"VariableDeclaration","scope":1481,"src":"11135:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1444,"name":"uint256","nodeType":"ElementaryTypeName","src":"11135:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"11102:48:6"},"returnParameters":{"id":1447,"nodeType":"ParameterList","parameters":[],"src":"11168:0:6"},"scope":1504,"src":"11078:411:6","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":1491,"nodeType":"Block","src":"12162:2:6","statements":[]},"documentation":{"id":1482,"nodeType":"StructuredDocumentation","src":"11495:573:6","text":" @dev Hook that is called before any transfer of tokens. This includes\n minting and burning.\n Calling conditions:\n - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n will be transferred to `to`.\n - when `from` is zero, `amount` tokens will be minted for `to`.\n - when `to` is zero, `amount` of ``from``'s tokens will be burned.\n - `from` and `to` are never both zero.\n To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]."},"id":1492,"implemented":true,"kind":"function","modifiers":[],"name":"_beforeTokenTransfer","nameLocation":"12082:20:6","nodeType":"FunctionDefinition","parameters":{"id":1489,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1484,"mutability":"mutable","name":"from","nameLocation":"12111:4:6","nodeType":"VariableDeclaration","scope":1492,"src":"12103:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1483,"name":"address","nodeType":"ElementaryTypeName","src":"12103:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1486,"mutability":"mutable","name":"to","nameLocation":"12125:2:6","nodeType":"VariableDeclaration","scope":1492,"src":"12117:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1485,"name":"address","nodeType":"ElementaryTypeName","src":"12117:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1488,"mutability":"mutable","name":"amount","nameLocation":"12137:6:6","nodeType":"VariableDeclaration","scope":1492,"src":"12129:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1487,"name":"uint256","nodeType":"ElementaryTypeName","src":"12129:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"12102:42:6"},"returnParameters":{"id":1490,"nodeType":"ParameterList","parameters":[],"src":"12162:0:6"},"scope":1504,"src":"12073:91:6","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":1502,"nodeType":"Block","src":"12840:2:6","statements":[]},"documentation":{"id":1493,"nodeType":"StructuredDocumentation","src":"12170:577:6","text":" @dev Hook that is called after any transfer of tokens. This includes\n minting and burning.\n Calling conditions:\n - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n has been transferred to `to`.\n - when `from` is zero, `amount` tokens have been minted for `to`.\n - when `to` is zero, `amount` of ``from``'s tokens have been burned.\n - `from` and `to` are never both zero.\n To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]."},"id":1503,"implemented":true,"kind":"function","modifiers":[],"name":"_afterTokenTransfer","nameLocation":"12761:19:6","nodeType":"FunctionDefinition","parameters":{"id":1500,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1495,"mutability":"mutable","name":"from","nameLocation":"12789:4:6","nodeType":"VariableDeclaration","scope":1503,"src":"12781:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1494,"name":"address","nodeType":"ElementaryTypeName","src":"12781:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1497,"mutability":"mutable","name":"to","nameLocation":"12803:2:6","nodeType":"VariableDeclaration","scope":1503,"src":"12795:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1496,"name":"address","nodeType":"ElementaryTypeName","src":"12795:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1499,"mutability":"mutable","name":"amount","nameLocation":"12815:6:6","nodeType":"VariableDeclaration","scope":1503,"src":"12807:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1498,"name":"uint256","nodeType":"ElementaryTypeName","src":"12807:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"12780:42:6"},"returnParameters":{"id":1501,"nodeType":"ParameterList","parameters":[],"src":"12840:0:6"},"scope":1504,"src":"12752:90:6","stateMutability":"nonpayable","virtual":true,"visibility":"internal"}],"scope":1505,"src":"1532:11312:6","usedErrors":[]}],"src":"105:12740:6"},"id":6},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","exportedSymbols":{"IERC20":[1582]},"id":1583,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1506,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"106:23:7"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20","contractDependencies":[],"contractKind":"interface","documentation":{"id":1507,"nodeType":"StructuredDocumentation","src":"131:70:7","text":" @dev Interface of the ERC20 standard as defined in the EIP."},"fullyImplemented":false,"id":1582,"linearizedBaseContracts":[1582],"name":"IERC20","nameLocation":"212:6:7","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":1508,"nodeType":"StructuredDocumentation","src":"225:158:7","text":" @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero."},"eventSelector":"ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","id":1516,"name":"Transfer","nameLocation":"394:8:7","nodeType":"EventDefinition","parameters":{"id":1515,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1510,"indexed":true,"mutability":"mutable","name":"from","nameLocation":"419:4:7","nodeType":"VariableDeclaration","scope":1516,"src":"403:20:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1509,"name":"address","nodeType":"ElementaryTypeName","src":"403:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1512,"indexed":true,"mutability":"mutable","name":"to","nameLocation":"441:2:7","nodeType":"VariableDeclaration","scope":1516,"src":"425:18:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1511,"name":"address","nodeType":"ElementaryTypeName","src":"425:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1514,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"453:5:7","nodeType":"VariableDeclaration","scope":1516,"src":"445:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1513,"name":"uint256","nodeType":"ElementaryTypeName","src":"445:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"402:57:7"},"src":"388:72:7"},{"anonymous":false,"documentation":{"id":1517,"nodeType":"StructuredDocumentation","src":"466:148:7","text":" @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance."},"eventSelector":"8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925","id":1525,"name":"Approval","nameLocation":"625:8:7","nodeType":"EventDefinition","parameters":{"id":1524,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1519,"indexed":true,"mutability":"mutable","name":"owner","nameLocation":"650:5:7","nodeType":"VariableDeclaration","scope":1525,"src":"634:21:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1518,"name":"address","nodeType":"ElementaryTypeName","src":"634:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1521,"indexed":true,"mutability":"mutable","name":"spender","nameLocation":"673:7:7","nodeType":"VariableDeclaration","scope":1525,"src":"657:23:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1520,"name":"address","nodeType":"ElementaryTypeName","src":"657:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1523,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"690:5:7","nodeType":"VariableDeclaration","scope":1525,"src":"682:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1522,"name":"uint256","nodeType":"ElementaryTypeName","src":"682:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"633:63:7"},"src":"619:78:7"},{"documentation":{"id":1526,"nodeType":"StructuredDocumentation","src":"703:66:7","text":" @dev Returns the amount of tokens in existence."},"functionSelector":"18160ddd","id":1531,"implemented":false,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"783:11:7","nodeType":"FunctionDefinition","parameters":{"id":1527,"nodeType":"ParameterList","parameters":[],"src":"794:2:7"},"returnParameters":{"id":1530,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1529,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1531,"src":"820:7:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1528,"name":"uint256","nodeType":"ElementaryTypeName","src":"820:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"819:9:7"},"scope":1582,"src":"774:55:7","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":1532,"nodeType":"StructuredDocumentation","src":"835:72:7","text":" @dev Returns the amount of tokens owned by `account`."},"functionSelector":"70a08231","id":1539,"implemented":false,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"921:9:7","nodeType":"FunctionDefinition","parameters":{"id":1535,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1534,"mutability":"mutable","name":"account","nameLocation":"939:7:7","nodeType":"VariableDeclaration","scope":1539,"src":"931:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1533,"name":"address","nodeType":"ElementaryTypeName","src":"931:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"930:17:7"},"returnParameters":{"id":1538,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1537,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1539,"src":"971:7:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1536,"name":"uint256","nodeType":"ElementaryTypeName","src":"971:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"970:9:7"},"scope":1582,"src":"912:68:7","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":1540,"nodeType":"StructuredDocumentation","src":"986:202:7","text":" @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"a9059cbb","id":1549,"implemented":false,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"1202:8:7","nodeType":"FunctionDefinition","parameters":{"id":1545,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1542,"mutability":"mutable","name":"to","nameLocation":"1219:2:7","nodeType":"VariableDeclaration","scope":1549,"src":"1211:10:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1541,"name":"address","nodeType":"ElementaryTypeName","src":"1211:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1544,"mutability":"mutable","name":"amount","nameLocation":"1231:6:7","nodeType":"VariableDeclaration","scope":1549,"src":"1223:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1543,"name":"uint256","nodeType":"ElementaryTypeName","src":"1223:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1210:28:7"},"returnParameters":{"id":1548,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1547,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1549,"src":"1257:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1546,"name":"bool","nodeType":"ElementaryTypeName","src":"1257:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1256:6:7"},"scope":1582,"src":"1193:70:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":1550,"nodeType":"StructuredDocumentation","src":"1269:264:7","text":" @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called."},"functionSelector":"dd62ed3e","id":1559,"implemented":false,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"1547:9:7","nodeType":"FunctionDefinition","parameters":{"id":1555,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1552,"mutability":"mutable","name":"owner","nameLocation":"1565:5:7","nodeType":"VariableDeclaration","scope":1559,"src":"1557:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1551,"name":"address","nodeType":"ElementaryTypeName","src":"1557:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1554,"mutability":"mutable","name":"spender","nameLocation":"1580:7:7","nodeType":"VariableDeclaration","scope":1559,"src":"1572:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1553,"name":"address","nodeType":"ElementaryTypeName","src":"1572:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1556:32:7"},"returnParameters":{"id":1558,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1557,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1559,"src":"1612:7:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1556,"name":"uint256","nodeType":"ElementaryTypeName","src":"1612:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1611:9:7"},"scope":1582,"src":"1538:83:7","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":1560,"nodeType":"StructuredDocumentation","src":"1627:642:7","text":" @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event."},"functionSelector":"095ea7b3","id":1569,"implemented":false,"kind":"function","modifiers":[],"name":"approve","nameLocation":"2283:7:7","nodeType":"FunctionDefinition","parameters":{"id":1565,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1562,"mutability":"mutable","name":"spender","nameLocation":"2299:7:7","nodeType":"VariableDeclaration","scope":1569,"src":"2291:15:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1561,"name":"address","nodeType":"ElementaryTypeName","src":"2291:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1564,"mutability":"mutable","name":"amount","nameLocation":"2316:6:7","nodeType":"VariableDeclaration","scope":1569,"src":"2308:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1563,"name":"uint256","nodeType":"ElementaryTypeName","src":"2308:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2290:33:7"},"returnParameters":{"id":1568,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1567,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1569,"src":"2342:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1566,"name":"bool","nodeType":"ElementaryTypeName","src":"2342:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2341:6:7"},"scope":1582,"src":"2274:74:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":1570,"nodeType":"StructuredDocumentation","src":"2354:287:7","text":" @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"23b872dd","id":1581,"implemented":false,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"2655:12:7","nodeType":"FunctionDefinition","parameters":{"id":1577,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1572,"mutability":"mutable","name":"from","nameLocation":"2676:4:7","nodeType":"VariableDeclaration","scope":1581,"src":"2668:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1571,"name":"address","nodeType":"ElementaryTypeName","src":"2668:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1574,"mutability":"mutable","name":"to","nameLocation":"2690:2:7","nodeType":"VariableDeclaration","scope":1581,"src":"2682:10:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1573,"name":"address","nodeType":"ElementaryTypeName","src":"2682:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1576,"mutability":"mutable","name":"amount","nameLocation":"2702:6:7","nodeType":"VariableDeclaration","scope":1581,"src":"2694:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1575,"name":"uint256","nodeType":"ElementaryTypeName","src":"2694:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2667:42:7"},"returnParameters":{"id":1580,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1579,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1581,"src":"2728:4:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1578,"name":"bool","nodeType":"ElementaryTypeName","src":"2728:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2727:6:7"},"scope":1582,"src":"2646:88:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":1583,"src":"202:2534:7","usedErrors":[]}],"src":"106:2631:7"},"id":7},"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol","exportedSymbols":{"IERC20":[1582],"IERC20Metadata":[1607]},"id":1608,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1584,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"110:23:8"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"../IERC20.sol","id":1585,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1608,"sourceUnit":1583,"src":"135:23:8","symbolAliases":[],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1587,"name":"IERC20","nameLocations":["305:6:8"],"nodeType":"IdentifierPath","referencedDeclaration":1582,"src":"305:6:8"},"id":1588,"nodeType":"InheritanceSpecifier","src":"305:6:8"}],"canonicalName":"IERC20Metadata","contractDependencies":[],"contractKind":"interface","documentation":{"id":1586,"nodeType":"StructuredDocumentation","src":"160:116:8","text":" @dev Interface for the optional metadata functions from the ERC20 standard.\n _Available since v4.1._"},"fullyImplemented":false,"id":1607,"linearizedBaseContracts":[1607,1582],"name":"IERC20Metadata","nameLocation":"287:14:8","nodeType":"ContractDefinition","nodes":[{"documentation":{"id":1589,"nodeType":"StructuredDocumentation","src":"318:54:8","text":" @dev Returns the name of the token."},"functionSelector":"06fdde03","id":1594,"implemented":false,"kind":"function","modifiers":[],"name":"name","nameLocation":"386:4:8","nodeType":"FunctionDefinition","parameters":{"id":1590,"nodeType":"ParameterList","parameters":[],"src":"390:2:8"},"returnParameters":{"id":1593,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1592,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1594,"src":"416:13:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1591,"name":"string","nodeType":"ElementaryTypeName","src":"416:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"415:15:8"},"scope":1607,"src":"377:54:8","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":1595,"nodeType":"StructuredDocumentation","src":"437:56:8","text":" @dev Returns the symbol of the token."},"functionSelector":"95d89b41","id":1600,"implemented":false,"kind":"function","modifiers":[],"name":"symbol","nameLocation":"507:6:8","nodeType":"FunctionDefinition","parameters":{"id":1596,"nodeType":"ParameterList","parameters":[],"src":"513:2:8"},"returnParameters":{"id":1599,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1598,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1600,"src":"539:13:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1597,"name":"string","nodeType":"ElementaryTypeName","src":"539:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"538:15:8"},"scope":1607,"src":"498:56:8","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":1601,"nodeType":"StructuredDocumentation","src":"560:65:8","text":" @dev Returns the decimals places of the token."},"functionSelector":"313ce567","id":1606,"implemented":false,"kind":"function","modifiers":[],"name":"decimals","nameLocation":"639:8:8","nodeType":"FunctionDefinition","parameters":{"id":1602,"nodeType":"ParameterList","parameters":[],"src":"647:2:8"},"returnParameters":{"id":1605,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1604,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1606,"src":"673:5:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":1603,"name":"uint8","nodeType":"ElementaryTypeName","src":"673:5:8","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"672:7:8"},"scope":1607,"src":"630:50:8","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":1608,"src":"277:405:8","usedErrors":[]}],"src":"110:573:8"},"id":8},"@openzeppelin/contracts/utils/Context.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/utils/Context.sol","exportedSymbols":{"Context":[1637]},"id":1638,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1609,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:9"},{"abstract":true,"baseContracts":[],"canonicalName":"Context","contractDependencies":[],"contractKind":"contract","documentation":{"id":1610,"nodeType":"StructuredDocumentation","src":"126:496:9","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":1637,"linearizedBaseContracts":[1637],"name":"Context","nameLocation":"641:7:9","nodeType":"ContractDefinition","nodes":[{"body":{"id":1618,"nodeType":"Block","src":"717:34:9","statements":[{"expression":{"expression":{"id":1615,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"734:3:9","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1616,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"738:6:9","memberName":"sender","nodeType":"MemberAccess","src":"734:10:9","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":1614,"id":1617,"nodeType":"Return","src":"727:17:9"}]},"id":1619,"implemented":true,"kind":"function","modifiers":[],"name":"_msgSender","nameLocation":"664:10:9","nodeType":"FunctionDefinition","parameters":{"id":1611,"nodeType":"ParameterList","parameters":[],"src":"674:2:9"},"returnParameters":{"id":1614,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1613,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1619,"src":"708:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1612,"name":"address","nodeType":"ElementaryTypeName","src":"708:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"707:9:9"},"scope":1637,"src":"655:96:9","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":1627,"nodeType":"Block","src":"824:32:9","statements":[{"expression":{"expression":{"id":1624,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"841:3:9","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1625,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"845:4:9","memberName":"data","nodeType":"MemberAccess","src":"841:8:9","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"functionReturnParameters":1623,"id":1626,"nodeType":"Return","src":"834:15:9"}]},"id":1628,"implemented":true,"kind":"function","modifiers":[],"name":"_msgData","nameLocation":"766:8:9","nodeType":"FunctionDefinition","parameters":{"id":1620,"nodeType":"ParameterList","parameters":[],"src":"774:2:9"},"returnParameters":{"id":1623,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1622,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1628,"src":"808:14:9","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":1621,"name":"bytes","nodeType":"ElementaryTypeName","src":"808:5:9","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"807:16:9"},"scope":1637,"src":"757:99:9","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":1635,"nodeType":"Block","src":"934:25:9","statements":[{"expression":{"hexValue":"30","id":1633,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"951:1:9","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":1632,"id":1634,"nodeType":"Return","src":"944:8:9"}]},"id":1636,"implemented":true,"kind":"function","modifiers":[],"name":"_contextSuffixLength","nameLocation":"871:20:9","nodeType":"FunctionDefinition","parameters":{"id":1629,"nodeType":"ParameterList","parameters":[],"src":"891:2:9"},"returnParameters":{"id":1632,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1631,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1636,"src":"925:7:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1630,"name":"uint256","nodeType":"ElementaryTypeName","src":"925:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"924:9:9"},"scope":1637,"src":"862:97:9","stateMutability":"view","virtual":true,"visibility":"internal"}],"scope":1638,"src":"623:338:9","usedErrors":[]}],"src":"101:861:9"},"id":9},"contracts/Gateway.sol":{"ast":{"absolutePath":"contracts/Gateway.sol","exportedSymbols":{"ContextUpgradeable":[917],"Gateway":[2267],"GatewaySettingManager":[2535],"IERC20":[1582],"IGateway":[2709],"Initializable":[408],"PausableUpgradeable":[536],"SharedStructs":[2722]},"id":2268,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":1639,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:10"},{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","id":1640,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2268,"sourceUnit":537,"src":"65:78:10","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/GatewaySettingManager.sol","file":"./GatewaySettingManager.sol","id":1642,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2268,"sourceUnit":2536,"src":"145:66:10","symbolAliases":[{"foreign":{"id":1641,"name":"GatewaySettingManager","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2535,"src":"153:21:10","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/interfaces/IGateway.sol","file":"./interfaces/IGateway.sol","id":1645,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2268,"sourceUnit":2710,"src":"212:59:10","symbolAliases":[{"foreign":{"id":1643,"name":"IGateway","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2709,"src":"220:8:10","typeDescriptions":{}},"nameLocation":"-1:-1:-1"},{"foreign":{"id":1644,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1582,"src":"230:6:10","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":1647,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2268,"sourceUnit":2723,"src":"272:60:10","symbolAliases":[{"foreign":{"id":1646,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2722,"src":"280:13:10","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1649,"name":"IGateway","nameLocations":["471:8:10"],"nodeType":"IdentifierPath","referencedDeclaration":2709,"src":"471:8:10"},"id":1650,"nodeType":"InheritanceSpecifier","src":"471:8:10"},{"baseName":{"id":1651,"name":"GatewaySettingManager","nameLocations":["481:21:10"],"nodeType":"IdentifierPath","referencedDeclaration":2535,"src":"481:21:10"},"id":1652,"nodeType":"InheritanceSpecifier","src":"481:21:10"},{"baseName":{"id":1653,"name":"PausableUpgradeable","nameLocations":["504:19:10"],"nodeType":"IdentifierPath","referencedDeclaration":536,"src":"504:19:10"},"id":1654,"nodeType":"InheritanceSpecifier","src":"504:19:10"}],"canonicalName":"Gateway","contractDependencies":[],"contractKind":"contract","documentation":{"id":1648,"nodeType":"StructuredDocumentation","src":"334:116:10","text":" @title Gateway\n @notice This contract serves as a gateway for creating orders and managing settlements."},"fullyImplemented":true,"id":2267,"linearizedBaseContracts":[2267,536,2535,106,239,917,408,2709],"name":"Gateway","nameLocation":"460:7:10","nodeType":"ContractDefinition","nodes":[{"canonicalName":"Gateway.fee","id":1659,"members":[{"constant":false,"id":1656,"mutability":"mutable","name":"protocolFee","nameLocation":"550:11:10","nodeType":"VariableDeclaration","scope":1659,"src":"542:19:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1655,"name":"uint256","nodeType":"ElementaryTypeName","src":"542:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1658,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"573:23:10","nodeType":"VariableDeclaration","scope":1659,"src":"565:31:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1657,"name":"uint256","nodeType":"ElementaryTypeName","src":"565:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"fee","nameLocation":"534:3:10","nodeType":"StructDefinition","scope":2267,"src":"527:73:10","visibility":"public"},{"constant":false,"id":1664,"mutability":"mutable","name":"order","nameLocation":"637:5:10","nodeType":"VariableDeclaration","scope":2267,"src":"603:39:10","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order)"},"typeName":{"id":1663,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1660,"name":"bytes32","nodeType":"ElementaryTypeName","src":"611:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"603:25:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1662,"nodeType":"UserDefinedTypeName","pathNode":{"id":1661,"name":"Order","nameLocations":["622:5:10"],"nodeType":"IdentifierPath","referencedDeclaration":2618,"src":"622:5:10"},"referencedDeclaration":2618,"src":"622:5:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage_ptr","typeString":"struct IGateway.Order"}}},"visibility":"private"},{"constant":false,"id":1668,"mutability":"mutable","name":"_nonce","nameLocation":"681:6:10","nodeType":"VariableDeclaration","scope":2267,"src":"645:42:10","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":1667,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1665,"name":"address","nodeType":"ElementaryTypeName","src":"653:7:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"645:27:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1666,"name":"uint256","nodeType":"ElementaryTypeName","src":"664:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"private"},{"constant":false,"id":1672,"mutability":"mutable","name":"__gap","nameLocation":"710:5:10","nodeType":"VariableDeclaration","scope":2267,"src":"690:25:10","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":1669,"name":"uint256","nodeType":"ElementaryTypeName","src":"690:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1671,"length":{"hexValue":"3530","id":1670,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"698:2:10","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"690:11:10","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"body":{"id":1679,"nodeType":"Block","src":"783:30:10","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1676,"name":"_disableInitializers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":389,"src":"787:20:10","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1677,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"787:22:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1678,"nodeType":"ExpressionStatement","src":"787:22:10"}]},"documentation":{"id":1673,"nodeType":"StructuredDocumentation","src":"719:48:10","text":"@custom:oz-upgrades-unsafe-allow constructor"},"id":1680,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":1674,"nodeType":"ParameterList","parameters":[],"src":"780:2:10"},"returnParameters":{"id":1675,"nodeType":"ParameterList","parameters":[],"src":"783:0:10"},"scope":2267,"src":"769:44:10","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":1696,"nodeType":"Block","src":"899:71:10","statements":[{"expression":{"id":1688,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1686,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"903:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"3130305f303030","id":1687,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"913:7:10","typeDescriptions":{"typeIdentifier":"t_rational_100000_by_1","typeString":"int_const 100000"},"value":"100_000"},"src":"903:17:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1689,"nodeType":"ExpressionStatement","src":"903:17:10"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1690,"name":"__Ownable2Step_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"924:19:10","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1691,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"924:21:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1692,"nodeType":"ExpressionStatement","src":"924:21:10"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1693,"name":"__Pausable_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":440,"src":"949:15:10","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1694,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"949:17:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1695,"nodeType":"ExpressionStatement","src":"949:17:10"}]},"documentation":{"id":1681,"nodeType":"StructuredDocumentation","src":"816:38:10","text":" @dev Initialize function."},"functionSelector":"8129fc1c","id":1697,"implemented":true,"kind":"function","modifiers":[{"id":1684,"kind":"modifierInvocation","modifierName":{"id":1683,"name":"initializer","nameLocations":["887:11:10"],"nodeType":"IdentifierPath","referencedDeclaration":310,"src":"887:11:10"},"nodeType":"ModifierInvocation","src":"887:11:10"}],"name":"initialize","nameLocation":"865:10:10","nodeType":"FunctionDefinition","parameters":{"id":1682,"nodeType":"ParameterList","parameters":[],"src":"875:2:10"},"returnParameters":{"id":1685,"nodeType":"ParameterList","parameters":[],"src":"899:0:10"},"scope":2267,"src":"856:114:10","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1709,"nodeType":"Block","src":"1079:72:10","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1704,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1701,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1091:3:10","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1702,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1095:6:10","memberName":"sender","nodeType":"MemberAccess","src":"1091:10:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":1703,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2282,"src":"1105:18:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1091:32:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f6e6c7941676772656761746f72","id":1705,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1125:16:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""},"value":"OnlyAggregator"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""}],"id":1700,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1083:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1706,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1083:59:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1707,"nodeType":"ExpressionStatement","src":"1083:59:10"},{"id":1708,"nodeType":"PlaceholderStatement","src":"1146:1:10"}]},"documentation":{"id":1698,"nodeType":"StructuredDocumentation","src":"973:78:10","text":" @dev Modifier that allows only the aggregator to call a function."},"id":1710,"name":"onlyAggregator","nameLocation":"1062:14:10","nodeType":"ModifierDefinition","parameters":{"id":1699,"nodeType":"ParameterList","parameters":[],"src":"1076:2:10"},"src":"1053:98:10","virtual":false,"visibility":"internal"},{"body":{"id":1719,"nodeType":"Block","src":"1422:16:10","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1716,"name":"_pause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":514,"src":"1426:6:10","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1717,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1426:8:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1718,"nodeType":"ExpressionStatement","src":"1426:8:10"}]},"documentation":{"id":1711,"nodeType":"StructuredDocumentation","src":"1347:37:10","text":" @dev Pause the contract."},"functionSelector":"8456cb59","id":1720,"implemented":true,"kind":"function","modifiers":[{"id":1714,"kind":"modifierInvocation","modifierName":{"id":1713,"name":"onlyOwner","nameLocations":["1412:9:10"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1412:9:10"},"nodeType":"ModifierInvocation","src":"1412:9:10"}],"name":"pause","nameLocation":"1395:5:10","nodeType":"FunctionDefinition","parameters":{"id":1712,"nodeType":"ParameterList","parameters":[],"src":"1400:2:10"},"returnParameters":{"id":1715,"nodeType":"ParameterList","parameters":[],"src":"1422:0:10"},"scope":2267,"src":"1386:52:10","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1729,"nodeType":"Block","src":"1520:18:10","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1726,"name":"_unpause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":530,"src":"1524:8:10","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1727,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1524:10:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1728,"nodeType":"ExpressionStatement","src":"1524:10:10"}]},"documentation":{"id":1721,"nodeType":"StructuredDocumentation","src":"1441:39:10","text":" @dev Unpause the contract."},"functionSelector":"3f4ba83a","id":1730,"implemented":true,"kind":"function","modifiers":[{"id":1724,"kind":"modifierInvocation","modifierName":{"id":1723,"name":"onlyOwner","nameLocations":["1510:9:10"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1510:9:10"},"nodeType":"ModifierInvocation","src":"1510:9:10"}],"name":"unpause","nameLocation":"1491:7:10","nodeType":"FunctionDefinition","parameters":{"id":1722,"nodeType":"ParameterList","parameters":[],"src":"1498:2:10"},"returnParameters":{"id":1725,"nodeType":"ParameterList","parameters":[],"src":"1520:0:10"},"scope":2267,"src":"1482:56:10","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[2640],"body":{"id":1858,"nodeType":"Block","src":"2034:1171:10","statements":[{"expression":{"arguments":[{"id":1755,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1733,"src":"2081:6:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1756,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1735,"src":"2092:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1757,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1745,"src":"2104:14:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1758,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1741,"src":"2123:19:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1759,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2147:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1760,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1737,"src":"2162:16:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1754,"name":"_handler","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1930,"src":"2068:8:10","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$_t_bytes32_$returns$__$","typeString":"function (address,uint256,address,address,uint256,bytes32) view"}},"id":1761,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2068:114:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1762,"nodeType":"ExpressionStatement","src":"2068:114:10"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1770,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":1766,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"2227:11:10","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":1765,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2221:5:10","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":1764,"name":"bytes","nodeType":"ElementaryTypeName","src":"2221:5:10","typeDescriptions":{}}},"id":1767,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2221:18:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"id":1768,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2240:6:10","memberName":"length","nodeType":"MemberAccess","src":"2221:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1769,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2250:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2221:30:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c69644d65737361676548617368","id":1771,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2253:20:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""},"value":"InvalidMessageHash"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""}],"id":1763,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2213:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1772,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2213:61:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1773,"nodeType":"ExpressionStatement","src":"2213:61:10"},{"expression":{"arguments":[{"expression":{"id":1778,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2355:3:10","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1779,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2359:6:10","memberName":"sender","nodeType":"MemberAccess","src":"2355:10:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":1782,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2375:4:10","typeDescriptions":{"typeIdentifier":"t_contract$_Gateway_$2267","typeString":"contract Gateway"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Gateway_$2267","typeString":"contract Gateway"}],"id":1781,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2367:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1780,"name":"address","nodeType":"ElementaryTypeName","src":"2367:7:10","typeDescriptions":{}}},"id":1783,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2367:13:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1786,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1784,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1735,"src":"2382:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"id":1785,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2392:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2382:20:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1775,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1733,"src":"2334:6:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1774,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1582,"src":"2327:6:10","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$1582_$","typeString":"type(contract IERC20)"}},"id":1776,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2327:14:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$1582","typeString":"contract IERC20"}},"id":1777,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2342:12:10","memberName":"transferFrom","nodeType":"MemberAccess","referencedDeclaration":1581,"src":"2327:27:10","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,address,uint256) external returns (bool)"}},"id":1787,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2327:76:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1788,"nodeType":"ExpressionStatement","src":"2327:76:10"},{"expression":{"id":1793,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":false,"src":"2458:20:10","subExpression":{"baseExpression":{"id":1789,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1668,"src":"2458:6:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1792,"indexExpression":{"expression":{"id":1790,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2465:3:10","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1791,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2469:6:10","memberName":"sender","nodeType":"MemberAccess","src":"2465:10:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2458:18:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1794,"nodeType":"ExpressionStatement","src":"2458:20:10"},{"expression":{"id":1807,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1795,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1752,"src":"2532:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"arguments":[{"expression":{"id":1799,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2563:3:10","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1800,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2567:6:10","memberName":"sender","nodeType":"MemberAccess","src":"2563:10:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"baseExpression":{"id":1801,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1668,"src":"2575:6:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1804,"indexExpression":{"expression":{"id":1802,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2582:3:10","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1803,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2586:6:10","memberName":"sender","nodeType":"MemberAccess","src":"2582:10:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2575:18:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1797,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"2552:3:10","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1798,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2556:6:10","memberName":"encode","nodeType":"MemberAccess","src":"2552:10:10","typeDescriptions":{"typeIdentifier":"t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1805,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2552:42:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1796,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"2542:9:10","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1806,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2542:53:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"2532:63:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"id":1808,"nodeType":"ExpressionStatement","src":"2532:63:10"},{"assignments":[1810],"declarations":[{"constant":false,"id":1810,"mutability":"mutable","name":"_protocolFee","nameLocation":"2632:12:10","nodeType":"VariableDeclaration","scope":1858,"src":"2624:20:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1809,"name":"uint256","nodeType":"ElementaryTypeName","src":"2624:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1817,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1816,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1813,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1811,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1735,"src":"2648:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1812,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2278,"src":"2658:18:10","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"2648:28:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1814,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"2647:30:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":1815,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"2680:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2647:40:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"2624:63:10"},{"expression":{"id":1839,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1818,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"2691:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1820,"indexExpression":{"id":1819,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1752,"src":"2697:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2691:14:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"id":1822,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2727:3:10","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1823,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2731:6:10","memberName":"sender","nodeType":"MemberAccess","src":"2727:10:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1824,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1733,"src":"2749:6:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1825,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1741,"src":"2780:19:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1826,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1743,"src":"2815:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1827,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1810,"src":"2843:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"66616c7365","id":1828,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2873:5:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"hexValue":"66616c7365","id":1829,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2895:5:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"id":1830,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1745,"src":"2920:14:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":1833,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"2958:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1832,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2951:6:10","typeDescriptions":{"typeIdentifier":"t_type$_t_uint64_$","typeString":"type(uint64)"},"typeName":{"id":1831,"name":"uint64","nodeType":"ElementaryTypeName","src":"2951:6:10","typeDescriptions":{}}},"id":1834,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2951:15:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1837,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1835,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1735,"src":"2979:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1836,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1810,"src":"2989:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2979:22:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1821,"name":"Order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2618,"src":"2708:5:10","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_Order_$2618_storage_ptr_$","typeString":"type(struct IGateway.Order storage pointer)"}},"id":1838,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2719:6:10","2742:5:10","2760:18:10","2804:9:10","2830:11:10","2860:11:10","2883:10:10","2905:13:10","2939:10:10","2971:6:10"],"names":["sender","token","senderFeeRecipient","senderFee","protocolFee","isFulfilled","isRefunded","refundAddress","currentBPS","amount"],"nodeType":"FunctionCall","src":"2708:298:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_memory_ptr","typeString":"struct IGateway.Order memory"}},"src":"2691:315:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1840,"nodeType":"ExpressionStatement","src":"2691:315:10"},{"eventCall":{"arguments":[{"expression":{"baseExpression":{"id":1842,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"3063:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1844,"indexExpression":{"id":1843,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1752,"src":"3069:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3063:14:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1845,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3078:6:10","memberName":"sender","nodeType":"MemberAccess","referencedDeclaration":2599,"src":"3063:21:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1846,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1733,"src":"3089:6:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1847,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"3100:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1849,"indexExpression":{"id":1848,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1752,"src":"3106:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3100:14:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1850,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3115:6:10","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":2617,"src":"3100:21:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1851,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1810,"src":"3126:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1852,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1752,"src":"3143:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1853,"name":"_rate","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1739,"src":"3155:5:10","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},{"id":1854,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1737,"src":"3165:16:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1855,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1747,"src":"3186:11:10","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_uint96","typeString":"uint96"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":1841,"name":"OrderCreated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2561,"src":"3046:12:10","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_string_memory_ptr_$returns$__$","typeString":"function (address,address,uint256,uint256,bytes32,uint256,bytes32,string memory)"}},"id":1856,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3046:155:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1857,"nodeType":"EmitStatement","src":"3041:160:10"}]},"documentation":{"id":1731,"nodeType":"StructuredDocumentation","src":"1729:39:10","text":"@dev See {createOrder-IGateway}. "},"functionSelector":"d12ff20a","id":1859,"implemented":true,"kind":"function","modifiers":[{"id":1750,"kind":"modifierInvocation","modifierName":{"id":1749,"name":"whenNotPaused","nameLocations":["1994:13:10"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"1994:13:10"},"nodeType":"ModifierInvocation","src":"1994:13:10"}],"name":"createOrder","nameLocation":"1779:11:10","nodeType":"FunctionDefinition","parameters":{"id":1748,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1733,"mutability":"mutable","name":"_token","nameLocation":"1802:6:10","nodeType":"VariableDeclaration","scope":1859,"src":"1794:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1732,"name":"address","nodeType":"ElementaryTypeName","src":"1794:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1735,"mutability":"mutable","name":"_amount","nameLocation":"1820:7:10","nodeType":"VariableDeclaration","scope":1859,"src":"1812:15:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1734,"name":"uint256","nodeType":"ElementaryTypeName","src":"1812:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1737,"mutability":"mutable","name":"_institutionCode","nameLocation":"1839:16:10","nodeType":"VariableDeclaration","scope":1859,"src":"1831:24:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1736,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1831:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1739,"mutability":"mutable","name":"_rate","nameLocation":"1866:5:10","nodeType":"VariableDeclaration","scope":1859,"src":"1859:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1738,"name":"uint96","nodeType":"ElementaryTypeName","src":"1859:6:10","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1741,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"1883:19:10","nodeType":"VariableDeclaration","scope":1859,"src":"1875:27:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1740,"name":"address","nodeType":"ElementaryTypeName","src":"1875:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1743,"mutability":"mutable","name":"_senderFee","nameLocation":"1914:10:10","nodeType":"VariableDeclaration","scope":1859,"src":"1906:18:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1742,"name":"uint256","nodeType":"ElementaryTypeName","src":"1906:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1745,"mutability":"mutable","name":"_refundAddress","nameLocation":"1936:14:10","nodeType":"VariableDeclaration","scope":1859,"src":"1928:22:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1744,"name":"address","nodeType":"ElementaryTypeName","src":"1928:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1747,"mutability":"mutable","name":"messageHash","nameLocation":"1970:11:10","nodeType":"VariableDeclaration","scope":1859,"src":"1954:27:10","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":1746,"name":"string","nodeType":"ElementaryTypeName","src":"1954:6:10","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1790:194:10"},"returnParameters":{"id":1753,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1752,"mutability":"mutable","name":"orderId","nameLocation":"2025:7:10","nodeType":"VariableDeclaration","scope":1859,"src":"2017:15:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1751,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2017:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"2016:17:10"},"scope":2267,"src":"1770:1435:10","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1929,"nodeType":"Block","src":"3860:389:10","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1880,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":1876,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2290,"src":"3872:17:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1878,"indexExpression":{"id":1877,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1862,"src":"3890:6:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3872:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1879,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3901:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3872:30:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"546f6b656e4e6f74537570706f72746564","id":1881,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3904:19:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""},"value":"TokenNotSupported"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""}],"id":1875,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3864:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1882,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3864:60:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1883,"nodeType":"ExpressionStatement","src":"3864:60:10"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1887,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1885,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1864,"src":"3936:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1886,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3947:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"3936:12:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416d6f756e7449735a65726f","id":1888,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3950:14:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""},"value":"AmountIsZero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""}],"id":1884,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3928:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1889,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3928:37:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1890,"nodeType":"ExpressionStatement","src":"3928:37:10"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1897,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1892,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1866,"src":"3977:14:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1895,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4003: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":1894,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3995:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1893,"name":"address","nodeType":"ElementaryTypeName","src":"3995:7:10","typeDescriptions":{}}},"id":1896,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3995:10:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3977:28:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5468726f775a65726f41646472657373","id":1898,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4007:18:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""},"value":"ThrowZeroAddress"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""}],"id":1891,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3969:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1899,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3969:57:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1900,"nodeType":"ExpressionStatement","src":"3969:57:10"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1910,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1902,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2301,"src":"4042:27:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2721_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":1904,"indexExpression":{"id":1903,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1872,"src":"4070:16:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4042:45:10","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":1905,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4088:4:10","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":2718,"src":"4042:50:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1908,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4104: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":1907,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4096:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes32_$","typeString":"type(bytes32)"},"typeName":{"id":1906,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4096:7:10","typeDescriptions":{}}},"id":1909,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4096:10:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"4042:64:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","id":1911,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4111:24:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""},"value":"InvalidInstitutionCode"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","typeString":"literal_string \"InvalidInstitutionCode\""}],"id":1901,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4030:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1912,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4030:109:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1913,"nodeType":"ExpressionStatement","src":"4030:109:10"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1916,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1914,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1870,"src":"4148:10:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1915,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4162:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4148:15:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1928,"nodeType":"IfStatement","src":"4144:102:10","trueBody":{"id":1927,"nodeType":"Block","src":"4165:81:10","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1923,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1918,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1868,"src":"4178:19:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1921,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4209: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":1920,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"4201:7:10","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1919,"name":"address","nodeType":"ElementaryTypeName","src":"4201:7:10","typeDescriptions":{}}},"id":1922,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4201:10:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"4178:33:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","id":1924,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4213:27:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""},"value":"InvalidSenderFeeRecipient"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""}],"id":1917,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4170:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1925,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4170:71:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1926,"nodeType":"ExpressionStatement","src":"4170:71:10"}]}}]},"documentation":{"id":1860,"nodeType":"StructuredDocumentation","src":"3208:471:10","text":" @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee.\n @param _institutionCode The code of the institution associated with the order."},"id":1930,"implemented":true,"kind":"function","modifiers":[],"name":"_handler","nameLocation":"3690:8:10","nodeType":"FunctionDefinition","parameters":{"id":1873,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1862,"mutability":"mutable","name":"_token","nameLocation":"3710:6:10","nodeType":"VariableDeclaration","scope":1930,"src":"3702:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1861,"name":"address","nodeType":"ElementaryTypeName","src":"3702:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1864,"mutability":"mutable","name":"_amount","nameLocation":"3728:7:10","nodeType":"VariableDeclaration","scope":1930,"src":"3720:15:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1863,"name":"uint256","nodeType":"ElementaryTypeName","src":"3720:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1866,"mutability":"mutable","name":"_refundAddress","nameLocation":"3747:14:10","nodeType":"VariableDeclaration","scope":1930,"src":"3739:22:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1865,"name":"address","nodeType":"ElementaryTypeName","src":"3739:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1868,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"3773:19:10","nodeType":"VariableDeclaration","scope":1930,"src":"3765:27:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1867,"name":"address","nodeType":"ElementaryTypeName","src":"3765:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1870,"mutability":"mutable","name":"_senderFee","nameLocation":"3804:10:10","nodeType":"VariableDeclaration","scope":1930,"src":"3796:18:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1869,"name":"uint256","nodeType":"ElementaryTypeName","src":"3796:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1872,"mutability":"mutable","name":"_institutionCode","nameLocation":"3826:16:10","nodeType":"VariableDeclaration","scope":1930,"src":"3818:24:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1871,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3818:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"3698:147:10"},"returnParameters":{"id":1874,"nodeType":"ParameterList","parameters":[],"src":"3860:0:10"},"scope":2267,"src":"3681:568:10","stateMutability":"view","virtual":false,"visibility":"internal"},{"baseFunctions":[2654],"body":{"id":2084,"nodeType":"Block","src":"4644:1337:10","statements":[{"expression":{"arguments":[{"id":1951,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4707:28:10","subExpression":{"expression":{"baseExpression":{"id":1947,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"4708:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1949,"indexExpression":{"id":1948,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"4714:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4708:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1950,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4724:11:10","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":2609,"src":"4708:27:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":1952,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4737:16:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":1946,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4699:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1953,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4699:55:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1954,"nodeType":"ExpressionStatement","src":"4699:55:10"},{"expression":{"arguments":[{"id":1960,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4766:27:10","subExpression":{"expression":{"baseExpression":{"id":1956,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"4767:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1958,"indexExpression":{"id":1957,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"4773:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4767:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1959,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4783:10:10","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":2611,"src":"4767:26:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f72646572526566756e646564","id":1961,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4795:15:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""},"value":"OrderRefunded"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""}],"id":1955,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4758:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1962,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4758:53:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1963,"nodeType":"ExpressionStatement","src":"4758:53:10"},{"assignments":[1965],"declarations":[{"constant":false,"id":1965,"mutability":"mutable","name":"token","nameLocation":"4856:5:10","nodeType":"VariableDeclaration","scope":2084,"src":"4848:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1964,"name":"address","nodeType":"ElementaryTypeName","src":"4848:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1970,"initialValue":{"expression":{"baseExpression":{"id":1966,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"4864:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1968,"indexExpression":{"id":1967,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"4870:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4864:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1969,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4880:5:10","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":2601,"src":"4864:21:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"4848:37:10"},{"expression":{"id":1976,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1971,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"4952:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1973,"indexExpression":{"id":1972,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"4958:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4952:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1974,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"4968:10:10","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":2615,"src":"4952:26:10","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":1975,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1939,"src":"4982:14:10","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"4952:44:10","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":1977,"nodeType":"ExpressionStatement","src":"4952:44:10"},{"condition":{"commonType":{"typeIdentifier":"t_uint96","typeString":"uint96"},"id":1983,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1978,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5005:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1980,"indexExpression":{"id":1979,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5011:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5005:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1981,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5021:10:10","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":2615,"src":"5005:26:10","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1982,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5035:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5005:31:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2047,"nodeType":"IfStatement","src":"5001:604:10","trueBody":{"id":2046,"nodeType":"Block","src":"5038:567:10","statements":[{"expression":{"id":1989,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1984,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5088:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1986,"indexExpression":{"id":1985,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5094:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5088:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1987,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5104:11:10","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":2609,"src":"5088:27:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1988,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5118:4:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5088:34:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1990,"nodeType":"ExpressionStatement","src":"5088:34:10"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1996,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1991,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5132:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1993,"indexExpression":{"id":1992,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5138:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5132:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":1994,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5148:9:10","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":2605,"src":"5132:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1995,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5161:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5132:30:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2026,"nodeType":"IfStatement","src":"5128:321:10","trueBody":{"id":2025,"nodeType":"Block","src":"5164:285:10","statements":[{"expression":{"arguments":[{"expression":{"baseExpression":{"id":2004,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5242:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2006,"indexExpression":{"id":2005,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5248:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5242:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2007,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5258:18:10","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":2603,"src":"5242:34:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":2008,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5283:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2010,"indexExpression":{"id":2009,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5289:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5283:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2011,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5299:9:10","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":2605,"src":"5283:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1998,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5204:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2000,"indexExpression":{"id":1999,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5210:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5204:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2001,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5220:5:10","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":2601,"src":"5204:21:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1997,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1582,"src":"5197:6:10","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$1582_$","typeString":"type(contract IERC20)"}},"id":2002,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5197:29:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$1582","typeString":"contract IERC20"}},"id":2003,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5227:8:10","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":1549,"src":"5197:38:10","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":2012,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5197:117:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2013,"nodeType":"ExpressionStatement","src":"5197:117:10"},{"eventCall":{"arguments":[{"expression":{"baseExpression":{"id":2015,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5371:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2017,"indexExpression":{"id":2016,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5377:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5371:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2018,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5387:18:10","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":2603,"src":"5371:34:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":2019,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5412:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2021,"indexExpression":{"id":2020,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5418:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5412:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2022,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5428:9:10","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":2605,"src":"5412:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2014,"name":"SenderFeeTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2586,"src":"5344:20:10","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":2023,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5344:99:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2024,"nodeType":"EmitStatement","src":"5339:104:10"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2032,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":2027,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5458:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2029,"indexExpression":{"id":2028,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5464:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5458:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2030,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5474:11:10","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":2607,"src":"5458:27:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":2031,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5489:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5458:32:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2045,"nodeType":"IfStatement","src":"5454:147:10","trueBody":{"id":2044,"nodeType":"Block","src":"5492:109:10","statements":[{"expression":{"arguments":[{"id":2037,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2280,"src":"5550:15:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":2038,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5567:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2040,"indexExpression":{"id":2039,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5573:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5567:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2041,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5583:11:10","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":2607,"src":"5567:27:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":2034,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1965,"src":"5534:5:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":2033,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1582,"src":"5527:6:10","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$1582_$","typeString":"type(contract IERC20)"}},"id":2035,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5527:13:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$1582","typeString":"contract IERC20"}},"id":2036,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5541:8:10","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":1549,"src":"5527:22:10","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":2042,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5527:68:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2043,"nodeType":"ExpressionStatement","src":"5527:68:10"}]}}]}},{"assignments":[2049],"declarations":[{"constant":false,"id":2049,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"5653:23:10","nodeType":"VariableDeclaration","scope":2084,"src":"5645:31:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2048,"name":"uint256","nodeType":"ElementaryTypeName","src":"5645:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2059,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2058,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2055,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":2050,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5680:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2052,"indexExpression":{"id":2051,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5686:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5680:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2053,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5696:6:10","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":2617,"src":"5680:22:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":2054,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1939,"src":"5705:14:10","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"5680:39:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2056,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"5679:41:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":2057,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"5723:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5679:51:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"5645:85:10"},{"expression":{"id":2065,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":2060,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"5734:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2062,"indexExpression":{"id":2061,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5740:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5734:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2063,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5750:6:10","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":2617,"src":"5734:22:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":2064,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2049,"src":"5760:23:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5734:49:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2066,"nodeType":"ExpressionStatement","src":"5734:49:10"},{"expression":{"arguments":[{"id":2071,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1937,"src":"5810:18:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":2072,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2049,"src":"5830:23:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":2068,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1965,"src":"5794:5:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":2067,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1582,"src":"5787:6:10","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$1582_$","typeString":"type(contract IERC20)"}},"id":2069,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5787:13:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$1582","typeString":"contract IERC20"}},"id":2070,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5801:8:10","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":1549,"src":"5787:22:10","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":2073,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5787:67:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2074,"nodeType":"ExpressionStatement","src":"5787:67:10"},{"eventCall":{"arguments":[{"id":2076,"name":"_splitOrderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1933,"src":"5901:13:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":2077,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1935,"src":"5916:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":2078,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1937,"src":"5926:18:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":2079,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1939,"src":"5946:14:10","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":2075,"name":"OrderSettled","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2572,"src":"5888:12:10","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$","typeString":"function (bytes32,bytes32,address,uint96)"}},"id":2080,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5888:73:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2081,"nodeType":"EmitStatement","src":"5883:78:10"},{"expression":{"hexValue":"74727565","id":2082,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5973:4:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1945,"id":2083,"nodeType":"Return","src":"5966:11:10"}]},"documentation":{"id":1931,"nodeType":"StructuredDocumentation","src":"4450:34:10","text":"@dev See {settle-IGateway}. "},"functionSelector":"f22ee704","id":2085,"implemented":true,"kind":"function","modifiers":[{"id":1942,"kind":"modifierInvocation","modifierName":{"id":1941,"name":"onlyAggregator","nameLocations":["4614:14:10"],"nodeType":"IdentifierPath","referencedDeclaration":1710,"src":"4614:14:10"},"nodeType":"ModifierInvocation","src":"4614:14:10"}],"name":"settle","nameLocation":"4495:6:10","nodeType":"FunctionDefinition","parameters":{"id":1940,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1933,"mutability":"mutable","name":"_splitOrderId","nameLocation":"4513:13:10","nodeType":"VariableDeclaration","scope":2085,"src":"4505:21:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1932,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4505:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1935,"mutability":"mutable","name":"_orderId","nameLocation":"4538:8:10","nodeType":"VariableDeclaration","scope":2085,"src":"4530:16:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1934,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4530:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1937,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"4558:18:10","nodeType":"VariableDeclaration","scope":2085,"src":"4550:26:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1936,"name":"address","nodeType":"ElementaryTypeName","src":"4550:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1939,"mutability":"mutable","name":"_settlePercent","nameLocation":"4587:14:10","nodeType":"VariableDeclaration","scope":2085,"src":"4580:21:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1938,"name":"uint64","nodeType":"ElementaryTypeName","src":"4580:6:10","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"4501:103:10"},"returnParameters":{"id":1945,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1944,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2085,"src":"4638:4:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1943,"name":"bool","nodeType":"ElementaryTypeName","src":"4638:4:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"4637:6:10"},"scope":2267,"src":"4486:1495:10","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[2664],"body":{"id":2190,"nodeType":"Block","src":"6107:839:10","statements":[{"expression":{"arguments":[{"id":2102,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6170:28:10","subExpression":{"expression":{"baseExpression":{"id":2098,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6171:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2100,"indexExpression":{"id":2099,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6177:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6171:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2101,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6187:11:10","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":2609,"src":"6171:27:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":2103,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6200:16:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":2097,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6162:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2104,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6162:55:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2105,"nodeType":"ExpressionStatement","src":"6162:55:10"},{"expression":{"arguments":[{"id":2111,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6229:27:10","subExpression":{"expression":{"baseExpression":{"id":2107,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6230:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2109,"indexExpression":{"id":2108,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6236:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6230:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2110,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6246:10:10","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":2611,"src":"6230:26:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f72646572526566756e646564","id":2112,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6258:15:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""},"value":"OrderRefunded"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""}],"id":2106,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6221:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2113,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6221:53:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2114,"nodeType":"ExpressionStatement","src":"6221:53:10"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2121,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":2116,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6286:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2118,"indexExpression":{"id":2117,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6292:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6286:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2119,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6302:11:10","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":2607,"src":"6286:27:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":2120,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2088,"src":"6317:4:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6286:35:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4665654578636565647350726f746f636f6c466565","id":2122,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6323:23:10","typeDescriptions":{"typeIdentifier":"t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","typeString":"literal_string \"FeeExceedsProtocolFee\""},"value":"FeeExceedsProtocolFee"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","typeString":"literal_string \"FeeExceedsProtocolFee\""}],"id":2115,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6278:7:10","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2123,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6278:69:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2124,"nodeType":"ExpressionStatement","src":"6278:69:10"},{"expression":{"arguments":[{"id":2132,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2280,"src":"6432:15:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":2133,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2088,"src":"6449:4:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":2126,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6400:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2128,"indexExpression":{"id":2127,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6406:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6400:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2129,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6416:5:10","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":2601,"src":"6400:21:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":2125,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1582,"src":"6393:6:10","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$1582_$","typeString":"type(contract IERC20)"}},"id":2130,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6393:29:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$1582","typeString":"contract IERC20"}},"id":2131,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6423:8:10","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":1549,"src":"6393:38:10","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":2134,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6393:61:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2135,"nodeType":"ExpressionStatement","src":"6393:61:10"},{"expression":{"id":2141,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":2136,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6483:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2138,"indexExpression":{"id":2137,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6489:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6483:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2139,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"6499:10:10","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":2611,"src":"6483:26:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":2140,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6512:4:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"6483:33:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2142,"nodeType":"ExpressionStatement","src":"6483:33:10"},{"expression":{"id":2148,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":2143,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6520:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2145,"indexExpression":{"id":2144,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6526:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6520:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2146,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"6536:10:10","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":2615,"src":"6520:26:10","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"30","id":2147,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6549:1:10","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6520:30:10","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":2149,"nodeType":"ExpressionStatement","src":"6520:30:10"},{"assignments":[2151],"declarations":[{"constant":false,"id":2151,"mutability":"mutable","name":"refundAmount","nameLocation":"6597:12:10","nodeType":"VariableDeclaration","scope":2190,"src":"6589:20:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2150,"name":"uint256","nodeType":"ElementaryTypeName","src":"6589:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2163,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2162,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2160,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":2152,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6612:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2154,"indexExpression":{"id":2153,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6618:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6612:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2155,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6628:6:10","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":2617,"src":"6612:22:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"expression":{"baseExpression":{"id":2156,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6637:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2158,"indexExpression":{"id":2157,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6643:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6637:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2159,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6653:11:10","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":2607,"src":"6637:27:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6612:52:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":2161,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2088,"src":"6667:4:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6612:59:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6589:82:10"},{"expression":{"arguments":[{"expression":{"baseExpression":{"id":2171,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6784:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2173,"indexExpression":{"id":2172,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6790:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6784:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2174,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6800:13:10","memberName":"refundAddress","nodeType":"MemberAccess","referencedDeclaration":2613,"src":"6784:29:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2180,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2175,"name":"refundAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2151,"src":"6818:12:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"expression":{"baseExpression":{"id":2176,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6833:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2178,"indexExpression":{"id":2177,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6839:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6833:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2179,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6849:9:10","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":2605,"src":"6833:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6818:40:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":2165,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"6748:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2167,"indexExpression":{"id":2166,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6754:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6748:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"id":2168,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6764:5:10","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":2601,"src":"6748:21:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":2164,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1582,"src":"6741:6:10","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$1582_$","typeString":"type(contract IERC20)"}},"id":2169,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6741:29:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$1582","typeString":"contract IERC20"}},"id":2170,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6771:8:10","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":1549,"src":"6741:38:10","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":2181,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6741:121:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2182,"nodeType":"ExpressionStatement","src":"6741:121:10"},{"eventCall":{"arguments":[{"id":2184,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2088,"src":"6911:4:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":2185,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2090,"src":"6917:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":2183,"name":"OrderRefunded","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2579,"src":"6897:13:10","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint256_$_t_bytes32_$returns$__$","typeString":"function (uint256,bytes32)"}},"id":2186,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6897:29:10","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2187,"nodeType":"EmitStatement","src":"6892:34:10"},{"expression":{"hexValue":"74727565","id":2188,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6938:4:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":2096,"id":2189,"nodeType":"Return","src":"6931:11:10"}]},"documentation":{"id":2086,"nodeType":"StructuredDocumentation","src":"5984:34:10","text":"@dev See {refund-IGateway}. "},"functionSelector":"71eedb88","id":2191,"implemented":true,"kind":"function","modifiers":[{"id":2093,"kind":"modifierInvocation","modifierName":{"id":2092,"name":"onlyAggregator","nameLocations":["6077:14:10"],"nodeType":"IdentifierPath","referencedDeclaration":1710,"src":"6077:14:10"},"nodeType":"ModifierInvocation","src":"6077:14:10"}],"name":"refund","nameLocation":"6029:6:10","nodeType":"FunctionDefinition","parameters":{"id":2091,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2088,"mutability":"mutable","name":"_fee","nameLocation":"6044:4:10","nodeType":"VariableDeclaration","scope":2191,"src":"6036:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2087,"name":"uint256","nodeType":"ElementaryTypeName","src":"6036:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2090,"mutability":"mutable","name":"_orderId","nameLocation":"6058:8:10","nodeType":"VariableDeclaration","scope":2191,"src":"6050:16:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2089,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6050:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6035:32:10"},"returnParameters":{"id":2096,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2095,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2191,"src":"6101:4:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2094,"name":"bool","nodeType":"ElementaryTypeName","src":"6101:4:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6100:6:10"},"scope":2267,"src":"6020:926:10","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[2681],"body":{"id":2204,"nodeType":"Block","src":"7256:30:10","statements":[{"expression":{"baseExpression":{"id":2200,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1664,"src":"7267:5:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$2618_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":2202,"indexExpression":{"id":2201,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2194,"src":"7273:8:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7267:15:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage","typeString":"struct IGateway.Order storage ref"}},"functionReturnParameters":2199,"id":2203,"nodeType":"Return","src":"7260:22:10"}]},"documentation":{"id":2192,"nodeType":"StructuredDocumentation","src":"7137:40:10","text":"@dev See {getOrderInfo-IGateway}. "},"functionSelector":"768c6ec0","id":2205,"implemented":true,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"7188:12:10","nodeType":"FunctionDefinition","parameters":{"id":2195,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2194,"mutability":"mutable","name":"_orderId","nameLocation":"7209:8:10","nodeType":"VariableDeclaration","scope":2205,"src":"7201:16:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2193,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7201:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7200:18:10"},"returnParameters":{"id":2199,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2198,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2205,"src":"7242:12:10","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_memory_ptr","typeString":"struct IGateway.Order"},"typeName":{"id":2197,"nodeType":"UserDefinedTypeName","pathNode":{"id":2196,"name":"Order","nameLocations":["7242:5:10"],"nodeType":"IdentifierPath","referencedDeclaration":2618,"src":"7242:5:10"},"referencedDeclaration":2618,"src":"7242:5:10","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage_ptr","typeString":"struct IGateway.Order"}},"visibility":"internal"}],"src":"7241:14:10"},"scope":2267,"src":"7179:107:10","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2672],"body":{"id":2223,"nodeType":"Block","src":"7406:71:10","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2217,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":2213,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2290,"src":"7414:17:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":2215,"indexExpression":{"id":2214,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2208,"src":"7432:6:10","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7414:25:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":2216,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7443:1:10","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7414:30:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2220,"nodeType":"IfStatement","src":"7410:47:10","trueBody":{"expression":{"hexValue":"74727565","id":2218,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7453:4:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":2212,"id":2219,"nodeType":"Return","src":"7446:11:10"}},{"expression":{"hexValue":"66616c7365","id":2221,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7468:5:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"functionReturnParameters":2212,"id":2222,"nodeType":"Return","src":"7461:12:10"}]},"documentation":{"id":2206,"nodeType":"StructuredDocumentation","src":"7289:44:10","text":"@dev See {isTokenSupported-IGateway}. "},"functionSelector":"75151b63","id":2224,"implemented":true,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"7344:16:10","nodeType":"FunctionDefinition","parameters":{"id":2209,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2208,"mutability":"mutable","name":"_token","nameLocation":"7369:6:10","nodeType":"VariableDeclaration","scope":2224,"src":"7361:14:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2207,"name":"address","nodeType":"ElementaryTypeName","src":"7361:7:10","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"7360:16:10"},"returnParameters":{"id":2212,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2211,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2224,"src":"7400:4:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2210,"name":"bool","nodeType":"ElementaryTypeName","src":"7400:4:10","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7399:6:10"},"scope":2267,"src":"7335:142:10","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2698],"body":{"id":2237,"nodeType":"Block","src":"7661:49:10","statements":[{"expression":{"baseExpression":{"id":2233,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2301,"src":"7672:27:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2721_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":2235,"indexExpression":{"id":2234,"name":"_code","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2227,"src":"7700:5:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7672:34:10","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"functionReturnParameters":2232,"id":2236,"nodeType":"Return","src":"7665:41:10"}]},"documentation":{"id":2225,"nodeType":"StructuredDocumentation","src":"7480:57:10","text":"@dev See {getSupportedInstitutionByCode-IGateway}. "},"functionSelector":"c2280103","id":2238,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"7548:29:10","nodeType":"FunctionDefinition","parameters":{"id":2228,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2227,"mutability":"mutable","name":"_code","nameLocation":"7589:5:10","nodeType":"VariableDeclaration","scope":2238,"src":"7581:13:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2226,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7581:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7577:20:10"},"returnParameters":{"id":2232,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2231,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2238,"src":"7621:38:10","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":2230,"nodeType":"UserDefinedTypeName","pathNode":{"id":2229,"name":"SharedStructs.InstitutionByCode","nameLocations":["7621:13:10","7635:17:10"],"nodeType":"IdentifierPath","referencedDeclaration":2721,"src":"7621:31:10"},"referencedDeclaration":2721,"src":"7621:31:10","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"7620:40:10"},"scope":2267,"src":"7539:171:10","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2708],"body":{"id":2252,"nodeType":"Block","src":"7884:47:10","statements":[{"expression":{"baseExpression":{"id":2248,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2296,"src":"7895:21:10","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":2250,"indexExpression":{"id":2249,"name":"_currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2241,"src":"7917:9:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7895:32:10","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"functionReturnParameters":2247,"id":2251,"nodeType":"Return","src":"7888:39:10"}]},"documentation":{"id":2239,"nodeType":"StructuredDocumentation","src":"7713:52:10","text":"@dev See {getSupportedInstitutions-IGateway}. "},"functionSelector":"02621338","id":2253,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"7776:24:10","nodeType":"FunctionDefinition","parameters":{"id":2242,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2241,"mutability":"mutable","name":"_currency","nameLocation":"7812:9:10","nodeType":"VariableDeclaration","scope":2253,"src":"7804:17:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2240,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7804:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7800:24:10"},"returnParameters":{"id":2247,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2246,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2253,"src":"7848:34:10","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":2244,"nodeType":"UserDefinedTypeName","pathNode":{"id":2243,"name":"SharedStructs.Institution","nameLocations":["7848:13:10","7862:11:10"],"nodeType":"IdentifierPath","referencedDeclaration":2716,"src":"7848:25:10"},"referencedDeclaration":2716,"src":"7848:25:10","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2716_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":2245,"nodeType":"ArrayTypeName","src":"7848:27:10","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"7847:36:10"},"scope":2267,"src":"7767:164:10","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2689],"body":{"id":2265,"nodeType":"Block","src":"8042:44:10","statements":[{"expression":{"components":[{"id":2261,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2278,"src":"8054:18:10","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"id":2262,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2276,"src":"8074:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":2263,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"8053:29:10","typeDescriptions":{"typeIdentifier":"t_tuple$_t_uint64_$_t_uint256_$","typeString":"tuple(uint64,uint256)"}},"functionReturnParameters":2260,"id":2264,"nodeType":"Return","src":"8046:36:10"}]},"documentation":{"id":2254,"nodeType":"StructuredDocumentation","src":"7934:41:10","text":"@dev See {getFeeDetails-IGateway}. "},"functionSelector":"b810c636","id":2266,"implemented":true,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"7986:13:10","nodeType":"FunctionDefinition","parameters":{"id":2255,"nodeType":"ParameterList","parameters":[],"src":"7999:2:10"},"returnParameters":{"id":2260,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2257,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2266,"src":"8025:6:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2256,"name":"uint64","nodeType":"ElementaryTypeName","src":"8025:6:10","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":2259,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2266,"src":"8033:7:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2258,"name":"uint256","nodeType":"ElementaryTypeName","src":"8033:7:10","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"8024:17:10"},"scope":2267,"src":"7977:109:10","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":2268,"src":"451:7637:10","usedErrors":[]}],"src":"39:8050:10"},"id":10},"contracts/GatewaySettingManager.sol":{"ast":{"absolutePath":"contracts/GatewaySettingManager.sol","exportedSymbols":{"ContextUpgradeable":[917],"GatewaySettingManager":[2535],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239],"SharedStructs":[2722]},"id":2536,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":2269,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"168:24:11"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","id":2270,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2536,"sourceUnit":107,"src":"194:80:11","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":2272,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2536,"sourceUnit":2723,"src":"276:60:11","symbolAliases":[{"foreign":{"id":2271,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2722,"src":"284:13:11","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":2273,"name":"Ownable2StepUpgradeable","nameLocations":["372:23:11"],"nodeType":"IdentifierPath","referencedDeclaration":106,"src":"372:23:11"},"id":2274,"nodeType":"InheritanceSpecifier","src":"372:23:11"}],"canonicalName":"GatewaySettingManager","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":2535,"linearizedBaseContracts":[2535,106,239,917,408],"name":"GatewaySettingManager","nameLocation":"347:21:11","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":2276,"mutability":"mutable","name":"MAX_BPS","nameLocation":"416:7:11","nodeType":"VariableDeclaration","scope":2535,"src":"399:24:11","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2275,"name":"uint256","nodeType":"ElementaryTypeName","src":"399:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2278,"mutability":"mutable","name":"protocolFeePercent","nameLocation":"442:18:11","nodeType":"VariableDeclaration","scope":2535,"src":"426:34:11","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2277,"name":"uint64","nodeType":"ElementaryTypeName","src":"426:6:11","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":2280,"mutability":"mutable","name":"treasuryAddress","nameLocation":"480:15:11","nodeType":"VariableDeclaration","scope":2535,"src":"463:32:11","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2279,"name":"address","nodeType":"ElementaryTypeName","src":"463:7:11","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2282,"mutability":"mutable","name":"_aggregatorAddress","nameLocation":"515:18:11","nodeType":"VariableDeclaration","scope":2535,"src":"498:35:11","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2281,"name":"address","nodeType":"ElementaryTypeName","src":"498:7:11","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2286,"mutability":"mutable","name":"__gap","nameLocation":"663:5:11","nodeType":"VariableDeclaration","scope":2535,"src":"643:25:11","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":2283,"name":"uint256","nodeType":"ElementaryTypeName","src":"643:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2285,"length":{"hexValue":"3530","id":2284,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"651:2:11","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"643:11:11","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"constant":false,"id":2290,"mutability":"mutable","name":"_isTokenSupported","nameLocation":"709:17:11","nodeType":"VariableDeclaration","scope":2535,"src":"672:54:11","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":2289,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":2287,"name":"address","nodeType":"ElementaryTypeName","src":"680:7:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"672:27:11","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":2288,"name":"uint256","nodeType":"ElementaryTypeName","src":"691:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"internal"},{"constant":false,"id":2296,"mutability":"mutable","name":"supportedInstitutions","nameLocation":"787:21:11","nodeType":"VariableDeclaration","scope":2535,"src":"730:78:11","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"typeName":{"id":2295,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":2291,"name":"bytes32","nodeType":"ElementaryTypeName","src":"738:7:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"730:47:11","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"baseType":{"id":2293,"nodeType":"UserDefinedTypeName","pathNode":{"id":2292,"name":"SharedStructs.Institution","nameLocations":["749:13:11","763:11:11"],"nodeType":"IdentifierPath","referencedDeclaration":2716,"src":"749:25:11"},"referencedDeclaration":2716,"src":"749:25:11","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2716_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":2294,"nodeType":"ArrayTypeName","src":"749:27:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}}},"visibility":"internal"},{"constant":false,"id":2301,"mutability":"mutable","name":"supportedInstitutionsByCode","nameLocation":"872:27:11","nodeType":"VariableDeclaration","scope":2535,"src":"811:88:11","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2721_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"typeName":{"id":2300,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":2297,"name":"bytes32","nodeType":"ElementaryTypeName","src":"819:7:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"811:51:11","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2721_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":2299,"nodeType":"UserDefinedTypeName","pathNode":{"id":2298,"name":"SharedStructs.InstitutionByCode","nameLocations":["830:13:11","844:17:11"],"nodeType":"IdentifierPath","referencedDeclaration":2721,"src":"830:31:11"},"referencedDeclaration":2721,"src":"830:31:11","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}}},"visibility":"internal"},{"anonymous":false,"eventSelector":"cfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c","id":2309,"name":"SettingManagerBool","nameLocation":"909:18:11","nodeType":"EventDefinition","parameters":{"id":2308,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2303,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"944:4:11","nodeType":"VariableDeclaration","scope":2309,"src":"928:20:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2302,"name":"bytes32","nodeType":"ElementaryTypeName","src":"928:7:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2305,"indexed":true,"mutability":"mutable","name":"value","nameLocation":"966:5:11","nodeType":"VariableDeclaration","scope":2309,"src":"950:21:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2304,"name":"address","nodeType":"ElementaryTypeName","src":"950:7:11","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2307,"indexed":false,"mutability":"mutable","name":"status","nameLocation":"981:6:11","nodeType":"VariableDeclaration","scope":2309,"src":"973:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2306,"name":"uint256","nodeType":"ElementaryTypeName","src":"973:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"927:61:11"},"src":"903:86:11"},{"anonymous":false,"eventSelector":"58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac","id":2317,"name":"SupportedInstitutionsUpdated","nameLocation":"997:28:11","nodeType":"EventDefinition","parameters":{"id":2316,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2311,"indexed":true,"mutability":"mutable","name":"currency","nameLocation":"1045:8:11","nodeType":"VariableDeclaration","scope":2317,"src":"1029:24:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2310,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1029:7:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2315,"indexed":false,"mutability":"mutable","name":"institutions","nameLocation":"1085:12:11","nodeType":"VariableDeclaration","scope":2317,"src":"1057:40:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":2313,"nodeType":"UserDefinedTypeName","pathNode":{"id":2312,"name":"SharedStructs.Institution","nameLocations":["1057:13:11","1071:11:11"],"nodeType":"IdentifierPath","referencedDeclaration":2716,"src":"1057:25:11"},"referencedDeclaration":2716,"src":"1057:25:11","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2716_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":2314,"nodeType":"ArrayTypeName","src":"1057:27:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"1025:75:11"},"src":"991:110:11"},{"anonymous":false,"eventSelector":"1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b","id":2321,"name":"ProtocolFeeUpdated","nameLocation":"1109:18:11","nodeType":"EventDefinition","parameters":{"id":2320,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2319,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"1135:11:11","nodeType":"VariableDeclaration","scope":2321,"src":"1128:18:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2318,"name":"uint64","nodeType":"ElementaryTypeName","src":"1128:6:11","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"1127:20:11"},"src":"1103:45:11"},{"anonymous":false,"eventSelector":"bbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a4","id":2327,"name":"ProtocolAddressUpdated","nameLocation":"1156:22:11","nodeType":"EventDefinition","parameters":{"id":2326,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2323,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"1195:4:11","nodeType":"VariableDeclaration","scope":2327,"src":"1179:20:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2322,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1179:7:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2325,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1217:15:11","nodeType":"VariableDeclaration","scope":2327,"src":"1201:31:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2324,"name":"address","nodeType":"ElementaryTypeName","src":"1201:7:11","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1178:55:11"},"src":"1150:84:11"},{"anonymous":false,"eventSelector":"2e979f80fe4d43055c584cf4a8467c55875ea36728fc37176c05acd784eb7a73","id":2331,"name":"SetFeeRecipient","nameLocation":"1242:15:11","nodeType":"EventDefinition","parameters":{"id":2330,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2329,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1274:15:11","nodeType":"VariableDeclaration","scope":2331,"src":"1258:31:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2328,"name":"address","nodeType":"ElementaryTypeName","src":"1258:7:11","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1257:33:11"},"src":"1236:55:11"},{"body":{"id":2381,"nodeType":"Block","src":"1865:243:11","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":2349,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2344,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2336,"src":"1877:5:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":2347,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1894: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":2346,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1886:7:11","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":2345,"name":"address","nodeType":"ElementaryTypeName","src":"1886:7:11","typeDescriptions":{}}},"id":2348,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1886:10:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1877:19:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207a65726f2061646472657373","id":2350,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1898:23:11","typeDescriptions":{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""},"value":"Gateway: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""}],"id":2343,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1869:7:11","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2351,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1869:53:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2352,"nodeType":"ExpressionStatement","src":"1869:53:11"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":2360,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2356,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2354,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2338,"src":"1934:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":2355,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1944:1:11","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1934:11:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2359,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2357,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2338,"src":"1949:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"32","id":2358,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1959:1:11","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"1949:11:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"1934:26:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a20696e76616c696420737461747573","id":2361,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1962:25:11","typeDescriptions":{"typeIdentifier":"t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","typeString":"literal_string \"Gateway: invalid status\""},"value":"Gateway: invalid status"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","typeString":"literal_string \"Gateway: invalid status\""}],"id":2353,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1926:7:11","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2362,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1926:62:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2363,"nodeType":"ExpressionStatement","src":"1926:62:11"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":2366,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2364,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2334,"src":"1996:4:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"746f6b656e","id":2365,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2004:7:11","typeDescriptions":{"typeIdentifier":"t_stringliteral_9b9b0454cadcb5884dd3faa6ba975da4d2459aa3f11d31291a25a8358f84946d","typeString":"literal_string \"token\""},"value":"token"},"src":"1996:15:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2380,"nodeType":"IfStatement","src":"1992:113:11","trueBody":{"id":2379,"nodeType":"Block","src":"2013:92:11","statements":[{"expression":{"id":2371,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":2367,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2290,"src":"2018:17:11","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":2369,"indexExpression":{"id":2368,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2336,"src":"2036:5:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2018:24:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":2370,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2338,"src":"2045:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2018:33:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2372,"nodeType":"ExpressionStatement","src":"2018:33:11"},{"eventCall":{"arguments":[{"id":2374,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2334,"src":"2080:4:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":2375,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2336,"src":"2086:5:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":2376,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2338,"src":"2093:6:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2373,"name":"SettingManagerBool","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2309,"src":"2061:18:11","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_uint256_$returns$__$","typeString":"function (bytes32,address,uint256)"}},"id":2377,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2061:39:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2378,"nodeType":"EmitStatement","src":"2056:44:11"}]}}]},"documentation":{"id":2332,"nodeType":"StructuredDocumentation","src":"1488:283:11","text":" @dev Sets the boolean value for a specific setting.\n @param what The setting to be updated.\n @param value The address or value associated with the setting.\n @param status The boolean value to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"cd992400","id":2382,"implemented":true,"kind":"function","modifiers":[{"id":2341,"kind":"modifierInvocation","modifierName":{"id":2340,"name":"onlyOwner","nameLocations":["1855:9:11"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1855:9:11"},"nodeType":"ModifierInvocation","src":"1855:9:11"}],"name":"settingManagerBool","nameLocation":"1782:18:11","nodeType":"FunctionDefinition","parameters":{"id":2339,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2334,"mutability":"mutable","name":"what","nameLocation":"1809:4:11","nodeType":"VariableDeclaration","scope":2382,"src":"1801:12:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2333,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1801:7:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2336,"mutability":"mutable","name":"value","nameLocation":"1823:5:11","nodeType":"VariableDeclaration","scope":2382,"src":"1815:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2335,"name":"address","nodeType":"ElementaryTypeName","src":"1815:7:11","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2338,"mutability":"mutable","name":"status","nameLocation":"1838:6:11","nodeType":"VariableDeclaration","scope":2382,"src":"1830:14:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2337,"name":"uint256","nodeType":"ElementaryTypeName","src":"1830:7:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1800:45:11"},"returnParameters":{"id":2342,"nodeType":"ParameterList","parameters":[],"src":"1865:0:11"},"scope":2535,"src":"1773:335:11","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":2444,"nodeType":"Block","src":"2450:412:11","statements":[{"expression":{"id":2397,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"2454:38:11","subExpression":{"baseExpression":{"id":2394,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2296,"src":"2461:21:11","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":2396,"indexExpression":{"id":2395,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2385,"src":"2483:8:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2461:31:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2398,"nodeType":"ExpressionStatement","src":"2454:38:11"},{"body":{"id":2435,"nodeType":"Block","src":"2536:243:11","statements":[{"expression":{"arguments":[{"baseExpression":{"id":2410,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2389,"src":"2578:12:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":2412,"indexExpression":{"id":2411,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2400,"src":"2591:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2578:15:11","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2716_memory_ptr","typeString":"struct SharedStructs.Institution memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_struct$_Institution_$2716_memory_ptr","typeString":"struct SharedStructs.Institution memory"}],"expression":{"baseExpression":{"id":2406,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2296,"src":"2541:21:11","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":2408,"indexExpression":{"id":2407,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2385,"src":"2563:8:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2541:31:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"id":2409,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2573:4:11","memberName":"push","nodeType":"MemberAccess","src":"2541:36:11","typeDescriptions":{"typeIdentifier":"t_function_arraypush_nonpayable$_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_ptr_$_t_struct$_Institution_$2716_storage_$returns$__$attached_to$_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_ptr_$","typeString":"function (struct SharedStructs.Institution storage ref[] storage pointer,struct SharedStructs.Institution storage ref)"}},"id":2413,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2541:53:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2414,"nodeType":"ExpressionStatement","src":"2541:53:11"},{"expression":{"id":2429,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":2415,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2301,"src":"2599:27:11","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2721_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":2420,"indexExpression":{"expression":{"baseExpression":{"id":2416,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2389,"src":"2627:12:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":2418,"indexExpression":{"id":2417,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2400,"src":"2640:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2627:15:11","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2716_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":2419,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2643:4:11","memberName":"code","nodeType":"MemberAccess","referencedDeclaration":2713,"src":"2627:20:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2599:49:11","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"baseExpression":{"id":2423,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2389,"src":"2695:12:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":2425,"indexExpression":{"id":2424,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2400,"src":"2708:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2695:15:11","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2716_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":2426,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2711:4:11","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":2715,"src":"2695:20:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":2427,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2385,"src":"2731:8:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":2421,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2722,"src":"2651:13:11","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_SharedStructs_$2722_$","typeString":"type(library SharedStructs)"}},"id":2422,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2665:17:11","memberName":"InstitutionByCode","nodeType":"MemberAccess","referencedDeclaration":2721,"src":"2651:31:11","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_InstitutionByCode_$2721_storage_ptr_$","typeString":"type(struct SharedStructs.InstitutionByCode storage pointer)"}},"id":2428,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2689:4:11","2721:8:11"],"names":["name","currency"],"nodeType":"FunctionCall","src":"2651:94:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode memory"}},"src":"2599:146:11","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":2430,"nodeType":"ExpressionStatement","src":"2599:146:11"},{"id":2434,"nodeType":"UncheckedBlock","src":"2750:25:11","statements":[{"expression":{"id":2432,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":true,"src":"2766:3:11","subExpression":{"id":2431,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2400,"src":"2768:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":2433,"nodeType":"ExpressionStatement","src":"2766:3:11"}]}]},"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2405,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2402,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2400,"src":"2509:1:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"expression":{"id":2403,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2389,"src":"2513:12:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":2404,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2526:6:11","memberName":"length","nodeType":"MemberAccess","src":"2513:19:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2509:23:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2436,"initializationExpression":{"assignments":[2400],"declarations":[{"constant":false,"id":2400,"mutability":"mutable","name":"i","nameLocation":"2506:1:11","nodeType":"VariableDeclaration","scope":2436,"src":"2501:6:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2399,"name":"uint","nodeType":"ElementaryTypeName","src":"2501:4:11","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2401,"nodeType":"VariableDeclarationStatement","src":"2501:6:11"},"nodeType":"ForStatement","src":"2496:283:11"},{"eventCall":{"arguments":[{"id":2438,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2385,"src":"2816:8:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"baseExpression":{"id":2439,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2296,"src":"2826:21:11","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":2441,"indexExpression":{"id":2440,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2385,"src":"2848:8:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2826:31:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}],"id":2437,"name":"SupportedInstitutionsUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2317,"src":"2787:28:11","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_$returns$__$","typeString":"function (bytes32,struct SharedStructs.Institution memory[] memory)"}},"id":2442,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2787:71:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2443,"nodeType":"EmitStatement","src":"2782:76:11"}]},"documentation":{"id":2383,"nodeType":"StructuredDocumentation","src":"2111:210:11","text":" @dev Sets the supported institutions for a specific currency.\n @param currency The currency for which the institutions are being set.\n @param institutions The array of institutions to be set."},"functionSelector":"32200882","id":2445,"implemented":true,"kind":"function","modifiers":[{"id":2392,"kind":"modifierInvocation","modifierName":{"id":2391,"name":"onlyOwner","nameLocations":["2440:9:11"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2440:9:11"},"nodeType":"ModifierInvocation","src":"2440:9:11"}],"name":"setSupportedInstitutions","nameLocation":"2332:24:11","nodeType":"FunctionDefinition","parameters":{"id":2390,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2385,"mutability":"mutable","name":"currency","nameLocation":"2368:8:11","nodeType":"VariableDeclaration","scope":2445,"src":"2360:16:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2384,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2360:7:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2389,"mutability":"mutable","name":"institutions","nameLocation":"2415:12:11","nodeType":"VariableDeclaration","scope":2445,"src":"2380:47:11","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":2387,"nodeType":"UserDefinedTypeName","pathNode":{"id":2386,"name":"SharedStructs.Institution","nameLocations":["2380:13:11","2394:11:11"],"nodeType":"IdentifierPath","referencedDeclaration":2716,"src":"2380:25:11"},"referencedDeclaration":2716,"src":"2380:25:11","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2716_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":2388,"nodeType":"ArrayTypeName","src":"2380:27:11","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"2356:74:11"},"returnParameters":{"id":2393,"nodeType":"ParameterList","parameters":[],"src":"2450:0:11"},"scope":2535,"src":"2323:539:11","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":2461,"nodeType":"Block","src":"3069:96:11","statements":[{"expression":{"id":2455,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2453,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2278,"src":"3073:18:11","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":2454,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2448,"src":"3094:19:11","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"3073:40:11","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"id":2456,"nodeType":"ExpressionStatement","src":"3073:40:11"},{"eventCall":{"arguments":[{"id":2458,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2448,"src":"3141:19:11","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":2457,"name":"ProtocolFeeUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2321,"src":"3122:18:11","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint64_$returns$__$","typeString":"function (uint64)"}},"id":2459,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3122:39:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2460,"nodeType":"EmitStatement","src":"3117:44:11"}]},"documentation":{"id":2446,"nodeType":"StructuredDocumentation","src":"2865:128:11","text":" @dev Updates the protocol fee percentage.\n @param _protocolFeePercent The new protocol fee percentage to be set."},"functionSelector":"47094e2e","id":2462,"implemented":true,"kind":"function","modifiers":[{"id":2451,"kind":"modifierInvocation","modifierName":{"id":2450,"name":"onlyOwner","nameLocations":["3059:9:11"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3059:9:11"},"nodeType":"ModifierInvocation","src":"3059:9:11"}],"name":"updateProtocolFee","nameLocation":"3004:17:11","nodeType":"FunctionDefinition","parameters":{"id":2449,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2448,"mutability":"mutable","name":"_protocolFeePercent","nameLocation":"3029:19:11","nodeType":"VariableDeclaration","scope":2462,"src":"3022:26:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2447,"name":"uint64","nodeType":"ElementaryTypeName","src":"3022:6:11","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"3021:28:11"},"returnParameters":{"id":2452,"nodeType":"ParameterList","parameters":[],"src":"3069:0:11"},"scope":2535,"src":"2995:170:11","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":2533,"nodeType":"Block","src":"3473:472:11","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":2478,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2473,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2467,"src":"3485:5:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":2476,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3502: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":2475,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3494:7:11","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":2474,"name":"address","nodeType":"ElementaryTypeName","src":"3494:7:11","typeDescriptions":{}}},"id":2477,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3494:10:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3485:19:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207a65726f2061646472657373","id":2479,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3506:23:11","typeDescriptions":{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""},"value":"Gateway: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""}],"id":2472,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3477:7:11","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2480,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3477:53:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2481,"nodeType":"ExpressionStatement","src":"3477:53:11"},{"assignments":[2483],"declarations":[{"constant":false,"id":2483,"mutability":"mutable","name":"updated","nameLocation":"3539:7:11","nodeType":"VariableDeclaration","scope":2533,"src":"3534:12:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2482,"name":"bool","nodeType":"ElementaryTypeName","src":"3534:4:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":2484,"nodeType":"VariableDeclarationStatement","src":"3534:12:11"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":2487,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2485,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2465,"src":"3554:4:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"7472656173757279","id":2486,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3562:10:11","typeDescriptions":{"typeIdentifier":"t_stringliteral_cbd818ad4dd6f1ff9338c2bb62480241424dd9a65f9f3284101a01cd099ad8ac","typeString":"literal_string \"treasury\""},"value":"treasury"},"src":"3554:18:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":2506,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2504,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2465,"src":"3715:4:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"61676772656761746f72","id":2505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3723:12:11","typeDescriptions":{"typeIdentifier":"t_stringliteral_e124d7cc79a19705865fa21b784ba187cd393559e960c0c071132cb60354d1a3","typeString":"literal_string \"aggregator\""},"value":"aggregator"},"src":"3715:20:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2523,"nodeType":"IfStatement","src":"3711:165:11","trueBody":{"id":2522,"nodeType":"Block","src":"3737:139:11","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":2510,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2508,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2282,"src":"3750:18:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":2509,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2467,"src":"3772:5:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3750:27:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c726561647920736574","id":2511,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3779:41:11","typeDescriptions":{"typeIdentifier":"t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","typeString":"literal_string \"Gateway: aggregator address already set\""},"value":"Gateway: aggregator address already set"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","typeString":"literal_string \"Gateway: aggregator address already set\""}],"id":2507,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3742:7:11","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2512,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3742:79:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2513,"nodeType":"ExpressionStatement","src":"3742:79:11"},{"expression":{"id":2516,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2514,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2282,"src":"3826:18:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":2515,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2467,"src":"3847:5:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3826:26:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":2517,"nodeType":"ExpressionStatement","src":"3826:26:11"},{"expression":{"id":2520,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2518,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2483,"src":"3857:7:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":2519,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3867:4:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3857:14:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2521,"nodeType":"ExpressionStatement","src":"3857:14:11"}]}},"id":2524,"nodeType":"IfStatement","src":"3550:326:11","trueBody":{"id":2503,"nodeType":"Block","src":"3574:131:11","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":2491,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2489,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2280,"src":"3587:15:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":2490,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2467,"src":"3606:5:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3587:24:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207472656173757279206164647265737320616c726561647920736574","id":2492,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3613:39:11","typeDescriptions":{"typeIdentifier":"t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","typeString":"literal_string \"Gateway: treasury address already set\""},"value":"Gateway: treasury address already set"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","typeString":"literal_string \"Gateway: treasury address already set\""}],"id":2488,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3579:7:11","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2493,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3579:74:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2494,"nodeType":"ExpressionStatement","src":"3579:74:11"},{"expression":{"id":2497,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2495,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2280,"src":"3658:15:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":2496,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2467,"src":"3676:5:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3658:23:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":2498,"nodeType":"ExpressionStatement","src":"3658:23:11"},{"expression":{"id":2501,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":2499,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2483,"src":"3686:7:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":2500,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3696:4:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3686:14:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2502,"nodeType":"ExpressionStatement","src":"3686:14:11"}]}},{"condition":{"id":2525,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2483,"src":"3883:7:11","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":2532,"nodeType":"IfStatement","src":"3879:63:11","trueBody":{"id":2531,"nodeType":"Block","src":"3892:50:11","statements":[{"eventCall":{"arguments":[{"id":2527,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2465,"src":"3925:4:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":2528,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2467,"src":"3931:5:11","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"}],"id":2526,"name":"ProtocolAddressUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2327,"src":"3902:22:11","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$returns$__$","typeString":"function (bytes32,address)"}},"id":2529,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3902:35:11","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2530,"nodeType":"EmitStatement","src":"3897:40:11"}]}}]},"documentation":{"id":2463,"nodeType":"StructuredDocumentation","src":"3168:224:11","text":" @dev Updates a protocol address.\n @param what The address type to be updated (treasury or aggregator).\n @param value The new address to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"40ebc677","id":2534,"implemented":true,"kind":"function","modifiers":[{"id":2470,"kind":"modifierInvocation","modifierName":{"id":2469,"name":"onlyOwner","nameLocations":["3463:9:11"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3463:9:11"},"nodeType":"ModifierInvocation","src":"3463:9:11"}],"name":"updateProtocolAddress","nameLocation":"3403:21:11","nodeType":"FunctionDefinition","parameters":{"id":2468,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2465,"mutability":"mutable","name":"what","nameLocation":"3433:4:11","nodeType":"VariableDeclaration","scope":2534,"src":"3425:12:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2464,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3425:7:11","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2467,"mutability":"mutable","name":"value","nameLocation":"3447:5:11","nodeType":"VariableDeclaration","scope":2534,"src":"3439:13:11","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2466,"name":"address","nodeType":"ElementaryTypeName","src":"3439:7:11","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3424:29:11"},"returnParameters":{"id":2471,"nodeType":"ParameterList","parameters":[],"src":"3473:0:11"},"scope":2535,"src":"3394:551:11","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":2536,"src":"338:3609:11","usedErrors":[]}],"src":"168:3780:11"},"id":11},"contracts/interfaces/IGateway.sol":{"ast":{"absolutePath":"contracts/interfaces/IGateway.sol","exportedSymbols":{"IERC20":[1582],"IGateway":[2709],"SharedStructs":[2722]},"id":2710,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":2537,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:12"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"@openzeppelin/contracts/token/ERC20/IERC20.sol","id":2539,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2710,"sourceUnit":1583,"src":"65:70:12","symbolAliases":[{"foreign":{"id":2538,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1582,"src":"73:6:12","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"../libraries/SharedStructs.sol","id":2541,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2710,"sourceUnit":2723,"src":"137:61:12","symbolAliases":[{"foreign":{"id":2540,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2722,"src":"145:13:12","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"IGateway","contractDependencies":[],"contractKind":"interface","documentation":{"id":2542,"nodeType":"StructuredDocumentation","src":"200:73:12","text":" @title IGateway\n @notice Interface for the Gateway contract."},"fullyImplemented":false,"id":2709,"linearizedBaseContracts":[2709],"name":"IGateway","nameLocation":"284:8:12","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":2543,"nodeType":"StructuredDocumentation","src":"480:391:12","text":" @dev Emitted when a deposit is made.\n @param sender The address of the sender.\n @param token The address of the deposited token.\n @param amount The amount of the deposit.\n @param orderId The ID of the order.\n @param rate The rate at which the deposit is made.\n @param institutionCode The code of the institution.\n @param messageHash The hash of the message."},"eventSelector":"3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf333","id":2561,"name":"OrderCreated","nameLocation":"879:12:12","nodeType":"EventDefinition","parameters":{"id":2560,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2545,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"911:6:12","nodeType":"VariableDeclaration","scope":2561,"src":"895:22:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2544,"name":"address","nodeType":"ElementaryTypeName","src":"895:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2547,"indexed":true,"mutability":"mutable","name":"token","nameLocation":"937:5:12","nodeType":"VariableDeclaration","scope":2561,"src":"921:21:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2546,"name":"address","nodeType":"ElementaryTypeName","src":"921:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2549,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"962:6:12","nodeType":"VariableDeclaration","scope":2561,"src":"946:22:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2548,"name":"uint256","nodeType":"ElementaryTypeName","src":"946:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2551,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"980:11:12","nodeType":"VariableDeclaration","scope":2561,"src":"972:19:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2550,"name":"uint256","nodeType":"ElementaryTypeName","src":"972:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2553,"indexed":false,"mutability":"mutable","name":"orderId","nameLocation":"1003:7:12","nodeType":"VariableDeclaration","scope":2561,"src":"995:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2552,"name":"bytes32","nodeType":"ElementaryTypeName","src":"995:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2555,"indexed":false,"mutability":"mutable","name":"rate","nameLocation":"1022:4:12","nodeType":"VariableDeclaration","scope":2561,"src":"1014:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2554,"name":"uint256","nodeType":"ElementaryTypeName","src":"1014:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2557,"indexed":false,"mutability":"mutable","name":"institutionCode","nameLocation":"1038:15:12","nodeType":"VariableDeclaration","scope":2561,"src":"1030:23:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2556,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1030:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2559,"indexed":false,"mutability":"mutable","name":"messageHash","nameLocation":"1064:11:12","nodeType":"VariableDeclaration","scope":2561,"src":"1057:18:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":2558,"name":"string","nodeType":"ElementaryTypeName","src":"1057:6:12","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"891:187:12"},"src":"873:206:12"},{"anonymous":false,"documentation":{"id":2562,"nodeType":"StructuredDocumentation","src":"1082:303:12","text":" @dev Emitted when an aggregator settles a transaction.\n @param splitOrderId The ID of the split order.\n @param orderId The ID of the order.\n @param liquidityProvider The address of the liquidity provider.\n @param settlePercent The percentage at which the transaction is settled."},"eventSelector":"98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a","id":2572,"name":"OrderSettled","nameLocation":"1393:12:12","nodeType":"EventDefinition","parameters":{"id":2571,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2564,"indexed":false,"mutability":"mutable","name":"splitOrderId","nameLocation":"1417:12:12","nodeType":"VariableDeclaration","scope":2572,"src":"1409:20:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2563,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1409:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2566,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1449:7:12","nodeType":"VariableDeclaration","scope":2572,"src":"1433:23:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2565,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1433:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2568,"indexed":true,"mutability":"mutable","name":"liquidityProvider","nameLocation":"1476:17:12","nodeType":"VariableDeclaration","scope":2572,"src":"1460:33:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2567,"name":"address","nodeType":"ElementaryTypeName","src":"1460:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2570,"indexed":false,"mutability":"mutable","name":"settlePercent","nameLocation":"1504:13:12","nodeType":"VariableDeclaration","scope":2572,"src":"1497:20:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":2569,"name":"uint96","nodeType":"ElementaryTypeName","src":"1497:6:12","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"}],"src":"1405:115:12"},"src":"1387:134:12"},{"anonymous":false,"documentation":{"id":2573,"nodeType":"StructuredDocumentation","src":"1524:163:12","text":" @dev Emitted when an aggregator refunds a transaction.\n @param fee The fee deducted from the refund amount.\n @param orderId The ID of the order."},"eventSelector":"0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e","id":2579,"name":"OrderRefunded","nameLocation":"1695:13:12","nodeType":"EventDefinition","parameters":{"id":2578,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2575,"indexed":false,"mutability":"mutable","name":"fee","nameLocation":"1717:3:12","nodeType":"VariableDeclaration","scope":2579,"src":"1709:11:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2574,"name":"uint256","nodeType":"ElementaryTypeName","src":"1709:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2577,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1738:7:12","nodeType":"VariableDeclaration","scope":2579,"src":"1722:23:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2576,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1722:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1708:38:12"},"src":"1689:58:12"},{"anonymous":false,"documentation":{"id":2580,"nodeType":"StructuredDocumentation","src":"1750:161:12","text":" @dev Emitted when the sender's fee is transferred.\n @param sender The address of the sender.\n @param amount The amount of the fee transferred."},"eventSelector":"44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c2501","id":2586,"name":"SenderFeeTransferred","nameLocation":"1919:20:12","nodeType":"EventDefinition","parameters":{"id":2585,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2582,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"1956:6:12","nodeType":"VariableDeclaration","scope":2586,"src":"1940:22:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2581,"name":"address","nodeType":"ElementaryTypeName","src":"1940:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2584,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"1980:6:12","nodeType":"VariableDeclaration","scope":2586,"src":"1964:22:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2583,"name":"uint256","nodeType":"ElementaryTypeName","src":"1964:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1939:48:12"},"src":"1913:75:12"},{"canonicalName":"IGateway.TransactionMetadata","id":2597,"members":[{"constant":false,"id":2588,"mutability":"mutable","name":"identifier","nameLocation":"2554:10:12","nodeType":"VariableDeclaration","scope":2597,"src":"2547:17:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":2587,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2547:6:12","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":2590,"mutability":"mutable","name":"institution","nameLocation":"2575:11:12","nodeType":"VariableDeclaration","scope":2597,"src":"2568:18:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":2589,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2568:6:12","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":2592,"mutability":"mutable","name":"name","nameLocation":"2597:4:12","nodeType":"VariableDeclaration","scope":2597,"src":"2590:11:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":2591,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2590:6:12","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":2594,"mutability":"mutable","name":"currency","nameLocation":"2612:8:12","nodeType":"VariableDeclaration","scope":2597,"src":"2605:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":2593,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2605:6:12","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":2596,"mutability":"mutable","name":"liquidityProviderID","nameLocation":"2632:19:12","nodeType":"VariableDeclaration","scope":2597,"src":"2624:27:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2595,"name":"uint256","nodeType":"ElementaryTypeName","src":"2624:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"TransactionMetadata","nameLocation":"2523:19:12","nodeType":"StructDefinition","scope":2709,"src":"2516:139:12","visibility":"public"},{"canonicalName":"IGateway.Order","id":2618,"members":[{"constant":false,"id":2599,"mutability":"mutable","name":"sender","nameLocation":"3277:6:12","nodeType":"VariableDeclaration","scope":2618,"src":"3269:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2598,"name":"address","nodeType":"ElementaryTypeName","src":"3269:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2601,"mutability":"mutable","name":"token","nameLocation":"3295:5:12","nodeType":"VariableDeclaration","scope":2618,"src":"3287:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2600,"name":"address","nodeType":"ElementaryTypeName","src":"3287:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2603,"mutability":"mutable","name":"senderFeeRecipient","nameLocation":"3312:18:12","nodeType":"VariableDeclaration","scope":2618,"src":"3304:26:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2602,"name":"address","nodeType":"ElementaryTypeName","src":"3304:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2605,"mutability":"mutable","name":"senderFee","nameLocation":"3342:9:12","nodeType":"VariableDeclaration","scope":2618,"src":"3334:17:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2604,"name":"uint256","nodeType":"ElementaryTypeName","src":"3334:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2607,"mutability":"mutable","name":"protocolFee","nameLocation":"3363:11:12","nodeType":"VariableDeclaration","scope":2618,"src":"3355:19:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2606,"name":"uint256","nodeType":"ElementaryTypeName","src":"3355:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2609,"mutability":"mutable","name":"isFulfilled","nameLocation":"3383:11:12","nodeType":"VariableDeclaration","scope":2618,"src":"3378:16:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2608,"name":"bool","nodeType":"ElementaryTypeName","src":"3378:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":2611,"mutability":"mutable","name":"isRefunded","nameLocation":"3403:10:12","nodeType":"VariableDeclaration","scope":2618,"src":"3398:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2610,"name":"bool","nodeType":"ElementaryTypeName","src":"3398:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":2613,"mutability":"mutable","name":"refundAddress","nameLocation":"3425:13:12","nodeType":"VariableDeclaration","scope":2618,"src":"3417:21:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2612,"name":"address","nodeType":"ElementaryTypeName","src":"3417:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2615,"mutability":"mutable","name":"currentBPS","nameLocation":"3449:10:12","nodeType":"VariableDeclaration","scope":2618,"src":"3442:17:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":2614,"name":"uint96","nodeType":"ElementaryTypeName","src":"3442:6:12","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":2617,"mutability":"mutable","name":"amount","nameLocation":"3471:6:12","nodeType":"VariableDeclaration","scope":2618,"src":"3463:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2616,"name":"uint256","nodeType":"ElementaryTypeName","src":"3463:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"Order","nameLocation":"3259:5:12","nodeType":"StructDefinition","scope":2709,"src":"3252:229:12","visibility":"public"},{"documentation":{"id":2619,"nodeType":"StructuredDocumentation","src":"3676:1028:12","text":" @notice Locks the sender's amount of token into Gateway.\n @dev Requirements:\n - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n - `_token` must be an acceptable token. See {isTokenSupported}.\n - `amount` must be greater than minimum.\n - `_refundAddress` refund address must not be zero address.\n @param _token The address of the token.\n @param _amount The amount in the decimal of `_token` to be locked.\n @param _institutionCode The institution code of the sender.\n @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n @param messageHash The hash of the message.\n @return _orderId The ID of the order."},"functionSelector":"d12ff20a","id":2640,"implemented":false,"kind":"function","modifiers":[],"name":"createOrder","nameLocation":"4715:11:12","nodeType":"FunctionDefinition","parameters":{"id":2636,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2621,"mutability":"mutable","name":"_token","nameLocation":"4738:6:12","nodeType":"VariableDeclaration","scope":2640,"src":"4730:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2620,"name":"address","nodeType":"ElementaryTypeName","src":"4730:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2623,"mutability":"mutable","name":"_amount","nameLocation":"4756:7:12","nodeType":"VariableDeclaration","scope":2640,"src":"4748:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2622,"name":"uint256","nodeType":"ElementaryTypeName","src":"4748:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2625,"mutability":"mutable","name":"_institutionCode","nameLocation":"4775:16:12","nodeType":"VariableDeclaration","scope":2640,"src":"4767:24:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2624,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4767:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2627,"mutability":"mutable","name":"_rate","nameLocation":"4802:5:12","nodeType":"VariableDeclaration","scope":2640,"src":"4795:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":2626,"name":"uint96","nodeType":"ElementaryTypeName","src":"4795:6:12","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":2629,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"4819:19:12","nodeType":"VariableDeclaration","scope":2640,"src":"4811:27:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2628,"name":"address","nodeType":"ElementaryTypeName","src":"4811:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2631,"mutability":"mutable","name":"_senderFee","nameLocation":"4850:10:12","nodeType":"VariableDeclaration","scope":2640,"src":"4842:18:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2630,"name":"uint256","nodeType":"ElementaryTypeName","src":"4842:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2633,"mutability":"mutable","name":"_refundAddress","nameLocation":"4872:14:12","nodeType":"VariableDeclaration","scope":2640,"src":"4864:22:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2632,"name":"address","nodeType":"ElementaryTypeName","src":"4864:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2635,"mutability":"mutable","name":"messageHash","nameLocation":"4906:11:12","nodeType":"VariableDeclaration","scope":2640,"src":"4890:27:12","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":2634,"name":"string","nodeType":"ElementaryTypeName","src":"4890:6:12","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4726:194:12"},"returnParameters":{"id":2639,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2638,"mutability":"mutable","name":"_orderId","nameLocation":"4947:8:12","nodeType":"VariableDeclaration","scope":2640,"src":"4939:16:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2637,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4939:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4938:18:12"},"scope":2709,"src":"4706:251:12","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":2641,"nodeType":"StructuredDocumentation","src":"4960:366:12","text":" @notice Settles a transaction and distributes rewards accordingly.\n @param _splitOrderId The ID of the split order.\n @param _orderId The ID of the transaction.\n @param _liquidityProvider The address of the liquidity provider.\n @param _settlePercent The rate at which the transaction is settled.\n @return bool the settlement is successful."},"functionSelector":"f22ee704","id":2654,"implemented":false,"kind":"function","modifiers":[],"name":"settle","nameLocation":"5337:6:12","nodeType":"FunctionDefinition","parameters":{"id":2650,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2643,"mutability":"mutable","name":"_splitOrderId","nameLocation":"5355:13:12","nodeType":"VariableDeclaration","scope":2654,"src":"5347:21:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2642,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5347:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2645,"mutability":"mutable","name":"_orderId","nameLocation":"5380:8:12","nodeType":"VariableDeclaration","scope":2654,"src":"5372:16:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2644,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5372:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2647,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"5400:18:12","nodeType":"VariableDeclaration","scope":2654,"src":"5392:26:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2646,"name":"address","nodeType":"ElementaryTypeName","src":"5392:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":2649,"mutability":"mutable","name":"_settlePercent","nameLocation":"5429:14:12","nodeType":"VariableDeclaration","scope":2654,"src":"5422:21:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2648,"name":"uint64","nodeType":"ElementaryTypeName","src":"5422:6:12","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"5343:103:12"},"returnParameters":{"id":2653,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2652,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2654,"src":"5465:4:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2651,"name":"bool","nodeType":"ElementaryTypeName","src":"5465:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5464:6:12"},"scope":2709,"src":"5328:143:12","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":2655,"nodeType":"StructuredDocumentation","src":"5474:299:12","text":" @notice Refunds to the specified refundable address.\n @dev Requirements:\n - Only aggregators can call this function.\n @param _fee The amount to be deducted from the amount to be refunded.\n @param _orderId The ID of the transaction.\n @return bool the refund is successful."},"functionSelector":"71eedb88","id":2664,"implemented":false,"kind":"function","modifiers":[],"name":"refund","nameLocation":"5784:6:12","nodeType":"FunctionDefinition","parameters":{"id":2660,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2657,"mutability":"mutable","name":"_fee","nameLocation":"5799:4:12","nodeType":"VariableDeclaration","scope":2664,"src":"5791:12:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2656,"name":"uint256","nodeType":"ElementaryTypeName","src":"5791:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2659,"mutability":"mutable","name":"_orderId","nameLocation":"5813:8:12","nodeType":"VariableDeclaration","scope":2664,"src":"5805:16:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2658,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5805:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"5790:32:12"},"returnParameters":{"id":2663,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2662,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2664,"src":"5841:4:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2661,"name":"bool","nodeType":"ElementaryTypeName","src":"5841:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5840:6:12"},"scope":2709,"src":"5775:72:12","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":2665,"nodeType":"StructuredDocumentation","src":"5850:157:12","text":" @notice Checks if a token is supported by Gateway.\n @param _token The address of the token to check.\n @return bool the token is supported."},"functionSelector":"75151b63","id":2672,"implemented":false,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"6018:16:12","nodeType":"FunctionDefinition","parameters":{"id":2668,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2667,"mutability":"mutable","name":"_token","nameLocation":"6043:6:12","nodeType":"VariableDeclaration","scope":2672,"src":"6035:14:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2666,"name":"address","nodeType":"ElementaryTypeName","src":"6035:7:12","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6034:16:12"},"returnParameters":{"id":2671,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2670,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2672,"src":"6074:4:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2669,"name":"bool","nodeType":"ElementaryTypeName","src":"6074:4:12","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6073:6:12"},"scope":2709,"src":"6009:71:12","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2673,"nodeType":"StructuredDocumentation","src":"6083:128:12","text":" @notice Gets the details of an order.\n @param _orderId The ID of the order.\n @return Order The order details."},"functionSelector":"768c6ec0","id":2681,"implemented":false,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"6222:12:12","nodeType":"FunctionDefinition","parameters":{"id":2676,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2675,"mutability":"mutable","name":"_orderId","nameLocation":"6243:8:12","nodeType":"VariableDeclaration","scope":2681,"src":"6235:16:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2674,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6235:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6234:18:12"},"returnParameters":{"id":2680,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2679,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2681,"src":"6276:12:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_memory_ptr","typeString":"struct IGateway.Order"},"typeName":{"id":2678,"nodeType":"UserDefinedTypeName","pathNode":{"id":2677,"name":"Order","nameLocations":["6276:5:12"],"nodeType":"IdentifierPath","referencedDeclaration":2618,"src":"6276:5:12"},"referencedDeclaration":2618,"src":"6276:5:12","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$2618_storage_ptr","typeString":"struct IGateway.Order"}},"visibility":"internal"}],"src":"6275:14:12"},"scope":2709,"src":"6213:77:12","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2682,"nodeType":"StructuredDocumentation","src":"6293:154:12","text":" @notice Gets the fee details of Gateway.\n @return protocolReward The protocol reward amount.\n @return max_bps The maximum basis points."},"functionSelector":"b810c636","id":2689,"implemented":false,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"6458:13:12","nodeType":"FunctionDefinition","parameters":{"id":2683,"nodeType":"ParameterList","parameters":[],"src":"6471:2:12"},"returnParameters":{"id":2688,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2685,"mutability":"mutable","name":"protocolReward","nameLocation":"6504:14:12","nodeType":"VariableDeclaration","scope":2689,"src":"6497:21:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2684,"name":"uint64","nodeType":"ElementaryTypeName","src":"6497:6:12","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":2687,"mutability":"mutable","name":"max_bps","nameLocation":"6528:7:12","nodeType":"VariableDeclaration","scope":2689,"src":"6520:15:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2686,"name":"uint256","nodeType":"ElementaryTypeName","src":"6520:7:12","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6496:40:12"},"scope":2709,"src":"6449:88:12","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2690,"nodeType":"StructuredDocumentation","src":"6540:167:12","text":" @notice Gets the details of a supported institution by code.\n @param _code The institution code.\n @return InstitutionByCode The institution details."},"functionSelector":"c2280103","id":2698,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"6718:29:12","nodeType":"FunctionDefinition","parameters":{"id":2693,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2692,"mutability":"mutable","name":"_code","nameLocation":"6759:5:12","nodeType":"VariableDeclaration","scope":2698,"src":"6751:13:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2691,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6751:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6747:20:12"},"returnParameters":{"id":2697,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2696,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2698,"src":"6791:38:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":2695,"nodeType":"UserDefinedTypeName","pathNode":{"id":2694,"name":"SharedStructs.InstitutionByCode","nameLocations":["6791:13:12","6805:17:12"],"nodeType":"IdentifierPath","referencedDeclaration":2721,"src":"6791:31:12"},"referencedDeclaration":2721,"src":"6791:31:12","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2721_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"6790:40:12"},"scope":2709,"src":"6709:122:12","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2699,"nodeType":"StructuredDocumentation","src":"6834:167:12","text":" @notice Gets the details of supported institutions by currency.\n @param _currency The currency code.\n @return Institutions An array of institutions."},"functionSelector":"02621338","id":2708,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"7012:24:12","nodeType":"FunctionDefinition","parameters":{"id":2702,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2701,"mutability":"mutable","name":"_currency","nameLocation":"7048:9:12","nodeType":"VariableDeclaration","scope":2708,"src":"7040:17:12","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2700,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7040:7:12","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7036:24:12"},"returnParameters":{"id":2707,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2706,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2708,"src":"7084:34:12","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":2704,"nodeType":"UserDefinedTypeName","pathNode":{"id":2703,"name":"SharedStructs.Institution","nameLocations":["7084:13:12","7098:11:12"],"nodeType":"IdentifierPath","referencedDeclaration":2716,"src":"7084:25:12"},"referencedDeclaration":2716,"src":"7084:25:12","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2716_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":2705,"nodeType":"ArrayTypeName","src":"7084:27:12","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"7083:36:12"},"scope":2709,"src":"7003:117:12","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":2710,"src":"274:6848:12","usedErrors":[]}],"src":"39:7084:12"},"id":12},"contracts/libraries/SharedStructs.sol":{"ast":{"absolutePath":"contracts/libraries/SharedStructs.sol","exportedSymbols":{"SharedStructs":[2722]},"id":2723,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":2711,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:13"},{"abstract":false,"baseContracts":[],"canonicalName":"SharedStructs","contractDependencies":[],"contractKind":"library","fullyImplemented":true,"id":2722,"linearizedBaseContracts":[2722],"name":"SharedStructs","nameLocation":"73:13:13","nodeType":"ContractDefinition","nodes":[{"canonicalName":"SharedStructs.Institution","id":2716,"members":[{"constant":false,"id":2713,"mutability":"mutable","name":"code","nameLocation":"290:4:13","nodeType":"VariableDeclaration","scope":2716,"src":"282:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2712,"name":"bytes32","nodeType":"ElementaryTypeName","src":"282:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2715,"mutability":"mutable","name":"name","nameLocation":"312:4:13","nodeType":"VariableDeclaration","scope":2716,"src":"304:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2714,"name":"bytes32","nodeType":"ElementaryTypeName","src":"304:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"Institution","nameLocation":"260:11:13","nodeType":"StructDefinition","scope":2722,"src":"253:70:13","visibility":"public"},{"canonicalName":"SharedStructs.InstitutionByCode","id":2721,"members":[{"constant":false,"id":2718,"mutability":"mutable","name":"name","nameLocation":"548:4:13","nodeType":"VariableDeclaration","scope":2721,"src":"540:12:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2717,"name":"bytes32","nodeType":"ElementaryTypeName","src":"540:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2720,"mutability":"mutable","name":"currency","nameLocation":"570:8:13","nodeType":"VariableDeclaration","scope":2721,"src":"562:16:13","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2719,"name":"bytes32","nodeType":"ElementaryTypeName","src":"562:7:13","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"InstitutionByCode","nameLocation":"512:17:13","nodeType":"StructDefinition","scope":2722,"src":"505:80:13","visibility":"public"}],"scope":2723,"src":"65:522:13","usedErrors":[]}],"src":"39:548:13"},"id":13},"contracts/mocks/MockUSDC.sol":{"ast":{"absolutePath":"contracts/mocks/MockUSDC.sol","exportedSymbols":{"ERC20":[1504],"MockUSDT":[2792]},"id":2793,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":2724,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"38:24:14"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/ERC20.sol","file":"@openzeppelin/contracts/token/ERC20/ERC20.sol","id":2726,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2793,"sourceUnit":1505,"src":"64:68:14","symbolAliases":[{"foreign":{"id":2725,"name":"ERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1504,"src":"72:5:14","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":2728,"name":"ERC20","nameLocations":["183:5:14"],"nodeType":"IdentifierPath","referencedDeclaration":1504,"src":"183:5:14"},"id":2729,"nodeType":"InheritanceSpecifier","src":"183:5:14"}],"canonicalName":"MockUSDT","contractDependencies":[],"contractKind":"contract","documentation":{"id":2727,"nodeType":"StructuredDocumentation","src":"134:28:14","text":"@dev Mock mintable USDC"},"fullyImplemented":true,"id":2792,"linearizedBaseContracts":[2792,1504,1607,1582,1637],"name":"MockUSDT","nameLocation":"171:8:14","nodeType":"ContractDefinition","nodes":[{"body":{"id":2742,"nodeType":"Block","src":"236:48:14","statements":[{"expression":{"arguments":[{"expression":{"id":2737,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"252:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":2738,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"256:6:14","memberName":"sender","nodeType":"MemberAccess","src":"252:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"hexValue":"315f3030305f303030453138","id":2739,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"264:12:14","typeDescriptions":{"typeIdentifier":"t_rational_1000000000000000000000000_by_1","typeString":"int_const 1000000000000000000000000"},"value":"1_000_000E18"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_rational_1000000000000000000000000_by_1","typeString":"int_const 1000000000000000000000000"}],"id":2736,"name":"_mint","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1321,"src":"246:5:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":2740,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"246:31:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2741,"nodeType":"ExpressionStatement","src":"246:31:14"}]},"id":2743,"implemented":true,"kind":"constructor","modifiers":[{"arguments":[{"hexValue":"4d6f636b55445343","id":2732,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"215:10:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_94e1f9c6f37f68c7fbe9a402bd5dbcd03f36019e7e48bd72249c8c505bfa86d6","typeString":"literal_string \"MockUDSC\""},"value":"MockUDSC"},{"hexValue":"4d55534443","id":2733,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"227:7:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_0b881b1a06d818eb813952573bf9829bb21a81b032d939e3244337841a6fff45","typeString":"literal_string \"MUSDC\""},"value":"MUSDC"}],"id":2734,"kind":"baseConstructorSpecifier","modifierName":{"id":2731,"name":"ERC20","nameLocations":["209:5:14"],"nodeType":"IdentifierPath","referencedDeclaration":1504,"src":"209:5:14"},"nodeType":"ModifierInvocation","src":"209:26:14"}],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":2730,"nodeType":"ParameterList","parameters":[],"src":"206:2:14"},"returnParameters":{"id":2735,"nodeType":"ParameterList","parameters":[],"src":"236:0:14"},"scope":2792,"src":"195:89:14","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":2754,"nodeType":"Block","src":"330:43:14","statements":[{"expression":{"arguments":[{"expression":{"id":2749,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"346:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":2750,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"350:6:14","memberName":"sender","nodeType":"MemberAccess","src":"346:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":2751,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2745,"src":"358:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2748,"name":"_mint","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1321,"src":"340:5:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":2752,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"340:26:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2753,"nodeType":"ExpressionStatement","src":"340:26:14"}]},"functionSelector":"a0712d68","id":2755,"implemented":true,"kind":"function","modifiers":[],"name":"mint","nameLocation":"299:4:14","nodeType":"FunctionDefinition","parameters":{"id":2746,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2745,"mutability":"mutable","name":"_amount","nameLocation":"312:7:14","nodeType":"VariableDeclaration","scope":2755,"src":"304:15:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2744,"name":"uint256","nodeType":"ElementaryTypeName","src":"304:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"303:17:14"},"returnParameters":{"id":2747,"nodeType":"ParameterList","parameters":[],"src":"330:0:14"},"scope":2792,"src":"290:83:14","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":2766,"nodeType":"Block","src":"419:43:14","statements":[{"expression":{"arguments":[{"expression":{"id":2761,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"435:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":2762,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"439:6:14","memberName":"sender","nodeType":"MemberAccess","src":"435:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":2763,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2757,"src":"447:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2760,"name":"_burn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1393,"src":"429:5:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":2764,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"429:26:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2765,"nodeType":"ExpressionStatement","src":"429:26:14"}]},"functionSelector":"42966c68","id":2767,"implemented":true,"kind":"function","modifiers":[],"name":"burn","nameLocation":"388:4:14","nodeType":"FunctionDefinition","parameters":{"id":2758,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2757,"mutability":"mutable","name":"_amount","nameLocation":"401:7:14","nodeType":"VariableDeclaration","scope":2767,"src":"393:15:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2756,"name":"uint256","nodeType":"ElementaryTypeName","src":"393:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"392:17:14"},"returnParameters":{"id":2759,"nodeType":"ParameterList","parameters":[],"src":"419:0:14"},"scope":2792,"src":"379:83:14","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":2790,"nodeType":"Block","src":"496:160:14","statements":[{"assignments":[2771],"declarations":[{"constant":false,"id":2771,"mutability":"mutable","name":"_balanceOf","nameLocation":"514:10:14","nodeType":"VariableDeclaration","scope":2790,"src":"506:18:14","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2770,"name":"uint256","nodeType":"ElementaryTypeName","src":"506:7:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":2776,"initialValue":{"arguments":[{"expression":{"id":2773,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"537:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":2774,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"541:6:14","memberName":"sender","nodeType":"MemberAccess","src":"537:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":2772,"name":"balanceOf","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1016,"src":"527:9:14","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_uint256_$","typeString":"function (address) view returns (uint256)"}},"id":2775,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"527:21:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"506:42:14"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":2780,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":2778,"name":"_balanceOf","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2771,"src":"566:10:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":2779,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"579:1:14","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"566:14:14","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4d6f636b555344543a204e6f7468696e6720746f206275726e","id":2781,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"582:27:14","typeDescriptions":{"typeIdentifier":"t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09","typeString":"literal_string \"MockUSDT: Nothing to burn\""},"value":"MockUSDT: Nothing to burn"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09","typeString":"literal_string \"MockUSDT: Nothing to burn\""}],"id":2777,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"558:7:14","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":2782,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"558:52:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2783,"nodeType":"ExpressionStatement","src":"558:52:14"},{"expression":{"arguments":[{"expression":{"id":2785,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"626:3:14","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":2786,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"630:6:14","memberName":"sender","nodeType":"MemberAccess","src":"626:10:14","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":2787,"name":"_balanceOf","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2771,"src":"638:10:14","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":2784,"name":"_burn","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1393,"src":"620:5:14","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":2788,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"620:29:14","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":2789,"nodeType":"ExpressionStatement","src":"620:29:14"}]},"functionSelector":"9975038c","id":2791,"implemented":true,"kind":"function","modifiers":[],"name":"burnAll","nameLocation":"477:7:14","nodeType":"FunctionDefinition","parameters":{"id":2768,"nodeType":"ParameterList","parameters":[],"src":"484:2:14"},"returnParameters":{"id":2769,"nodeType":"ParameterList","parameters":[],"src":"496:0:14"},"scope":2792,"src":"468:188:14","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":2793,"src":"162:496:14","usedErrors":[]}],"src":"38:621:14"},"id":14}},"contracts":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"Ownable2StepUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":\"Ownable2StepUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"OwnableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"owner()":"8da5cb5b","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":\"OwnableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"Initializable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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] ```","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"_initialized":{"custom:oz-retyped-from":"bool","details":"Indicates that the contract has been initialized."},"_initializing":{"details":"Indicates that the contract is in the process of being initialized."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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] ```\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"_initialized\":{\"custom:oz-retyped-from\":\"bool\",\"details\":\"Indicates that the contract has been initialized.\"},\"_initializing\":{\"details\":\"Indicates that the contract is in the process of being initialized.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":\"Initializable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"}],"types":{"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"PausableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}],"devdoc":{"details":"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"paused()":{"details":"Returns true if the contract is paused, and false otherwise."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"paused()":"5c975abb"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":\"PausableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":430,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_paused","offset":0,"slot":"51","type":"t_bool"},{"astId":535,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"AddressUpgradeable":{"abi":[],"devdoc":{"details":"Collection of functions related to the address type","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:4:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:4:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_revert(bytes memory,string memory)":"infinite","functionCall(address,bytes memory)":"infinite","functionCall(address,bytes memory,string memory)":"infinite","functionCallWithValue(address,bytes memory,uint256)":"infinite","functionCallWithValue(address,bytes memory,uint256,string memory)":"infinite","functionDelegateCall(address,bytes memory)":"infinite","functionDelegateCall(address,bytes memory,string memory)":"infinite","functionStaticCall(address,bytes memory)":"infinite","functionStaticCall(address,bytes memory,string memory)":"infinite","isContract(address)":"infinite","sendValue(address payable,uint256)":"infinite","verifyCallResult(bool,bytes memory,string memory)":"infinite","verifyCallResultFromTarget(address,bool,bytes memory,string memory)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Collection of functions related to the address type\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":\"AddressUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ContextUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":\"ContextUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"}],"types":{"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/ERC20.sol":{"ERC20":{"abi":[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Implementation of the {IERC20} interface. This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. For a generic mechanism see {ERC20PresetMinterPauser}. TIP: For a detailed writeup see our guide https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How to implement supply mechanisms]. The default value of {decimals} is 18. To change this, you should override this function so it returns a different value. We have followed general OpenZeppelin Contracts guidelines: functions revert instead returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of ERC20 applications. Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"See {IERC20-allowance}."},"approve(address,uint256)":{"details":"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address."},"balanceOf(address)":{"details":"See {IERC20-balanceOf}."},"constructor":{"details":"Sets the values for {name} and {symbol}. All two of these values are immutable: they can only be set once during construction."},"decimals()":{"details":"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}."},"decreaseAllowance(address,uint256)":{"details":"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`."},"increaseAllowance(address,uint256)":{"details":"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address."},"name()":{"details":"Returns the name of the token."},"symbol()":{"details":"Returns the symbol of the token, usually a shorter version of the name."},"totalSupply()":{"details":"See {IERC20-totalSupply}."},"transfer(address,uint256)":{"details":"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`."},"transferFrom(address,address,uint256)":{"details":"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`."}},"version":1},"evm":{"bytecode":{"functionDebugData":{"@_962":{"entryPoint":null,"id":962,"parameterSlots":2,"returnSlots":0},"abi_decode_available_length_t_string_memory_ptr_fromMemory":{"entryPoint":376,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_string_memory_ptr_fromMemory":{"entryPoint":451,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr_fromMemory":{"entryPoint":502,"id":null,"parameterSlots":2,"returnSlots":2},"allocate_memory":{"entryPoint":247,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":99,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_string_memory_ptr":{"entryPoint":278,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_string_storage":{"entryPoint":746,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":635,"id":null,"parameterSlots":1,"returnSlots":1},"clean_up_bytearray_end_slots_t_string_storage":{"entryPoint":1067,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_t_uint256":{"entryPoint":882,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":1028,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_uint256_to_t_uint256":{"entryPoint":902,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage":{"entryPoint":1222,"id":null,"parameterSlots":2,"returnSlots":0},"copy_memory_to_memory_with_cleanup":{"entryPoint":332,"id":null,"parameterSlots":3,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":767,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":693,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":1192,"id":null,"parameterSlots":2,"returnSlots":1},"finalize_allocation":{"entryPoint":193,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":892,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":1160,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x22":{"entryPoint":646,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":146,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":942,"id":null,"parameterSlots":1,"returnSlots":1},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":119,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae":{"entryPoint":124,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":114,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":109,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":129,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":783,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":1147,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":1000,"id":null,"parameterSlots":2,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":796,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":952,"id":null,"parameterSlots":3,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":995,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:8574:15","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:15","statements":[{"nodeType":"YulAssignment","src":"57:19:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:15","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:15"},"nodeType":"YulFunctionCall","src":"67:9:15"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:15"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:15","type":""}],"src":"7:75:15"},{"body":{"nodeType":"YulBlock","src":"177:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:15"},"nodeType":"YulFunctionCall","src":"187:12:15"},"nodeType":"YulExpressionStatement","src":"187:12:15"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:15"},{"body":{"nodeType":"YulBlock","src":"300:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:15"},"nodeType":"YulFunctionCall","src":"310:12:15"},"nodeType":"YulExpressionStatement","src":"310:12:15"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:15"},{"body":{"nodeType":"YulBlock","src":"423:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"440:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"443:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"433:6:15"},"nodeType":"YulFunctionCall","src":"433:12:15"},"nodeType":"YulExpressionStatement","src":"433:12:15"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"334:117:15"},{"body":{"nodeType":"YulBlock","src":"546:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"563:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"566:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"556:6:15"},"nodeType":"YulFunctionCall","src":"556:12:15"},"nodeType":"YulExpressionStatement","src":"556:12:15"}]},"name":"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae","nodeType":"YulFunctionDefinition","src":"457:117:15"},{"body":{"nodeType":"YulBlock","src":"628:54:15","statements":[{"nodeType":"YulAssignment","src":"638:38:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"656:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"663:2:15","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"652:3:15"},"nodeType":"YulFunctionCall","src":"652:14:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"672:2:15","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"668:3:15"},"nodeType":"YulFunctionCall","src":"668:7:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"648:3:15"},"nodeType":"YulFunctionCall","src":"648:28:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"638:6:15"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"611:5:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"621:6:15","type":""}],"src":"580:102:15"},{"body":{"nodeType":"YulBlock","src":"716:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"733:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"736:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"726:6:15"},"nodeType":"YulFunctionCall","src":"726:88:15"},"nodeType":"YulExpressionStatement","src":"726:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"830:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"833:4:15","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"823:6:15"},"nodeType":"YulFunctionCall","src":"823:15:15"},"nodeType":"YulExpressionStatement","src":"823:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"854:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"857:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"847:6:15"},"nodeType":"YulFunctionCall","src":"847:15:15"},"nodeType":"YulExpressionStatement","src":"847:15:15"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"688:180:15"},{"body":{"nodeType":"YulBlock","src":"917:238:15","statements":[{"nodeType":"YulVariableDeclaration","src":"927:58:15","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"949:6:15"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"979:4:15"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"957:21:15"},"nodeType":"YulFunctionCall","src":"957:27:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"945:3:15"},"nodeType":"YulFunctionCall","src":"945:40:15"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"931:10:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"1096:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1098:16:15"},"nodeType":"YulFunctionCall","src":"1098:18:15"},"nodeType":"YulExpressionStatement","src":"1098:18:15"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1039:10:15"},{"kind":"number","nodeType":"YulLiteral","src":"1051:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1036:2:15"},"nodeType":"YulFunctionCall","src":"1036:34:15"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1075:10:15"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1087:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1072:2:15"},"nodeType":"YulFunctionCall","src":"1072:22:15"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1033:2:15"},"nodeType":"YulFunctionCall","src":"1033:62:15"},"nodeType":"YulIf","src":"1030:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1134:2:15","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1138:10:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1127:6:15"},"nodeType":"YulFunctionCall","src":"1127:22:15"},"nodeType":"YulExpressionStatement","src":"1127:22:15"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"903:6:15","type":""},{"name":"size","nodeType":"YulTypedName","src":"911:4:15","type":""}],"src":"874:281:15"},{"body":{"nodeType":"YulBlock","src":"1202:88:15","statements":[{"nodeType":"YulAssignment","src":"1212:30:15","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"1222:18:15"},"nodeType":"YulFunctionCall","src":"1222:20:15"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1212:6:15"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1271:6:15"},{"name":"size","nodeType":"YulIdentifier","src":"1279:4:15"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"1251:19:15"},"nodeType":"YulFunctionCall","src":"1251:33:15"},"nodeType":"YulExpressionStatement","src":"1251:33:15"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"1186:4:15","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1195:6:15","type":""}],"src":"1161:129:15"},{"body":{"nodeType":"YulBlock","src":"1363:241:15","statements":[{"body":{"nodeType":"YulBlock","src":"1468:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1470:16:15"},"nodeType":"YulFunctionCall","src":"1470:18:15"},"nodeType":"YulExpressionStatement","src":"1470:18:15"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1440:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"1448:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1437:2:15"},"nodeType":"YulFunctionCall","src":"1437:30:15"},"nodeType":"YulIf","src":"1434:56:15"},{"nodeType":"YulAssignment","src":"1500:37:15","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1530:6:15"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"1508:21:15"},"nodeType":"YulFunctionCall","src":"1508:29:15"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1500:4:15"}]},{"nodeType":"YulAssignment","src":"1574:23:15","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1586:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"1592:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1582:3:15"},"nodeType":"YulFunctionCall","src":"1582:15:15"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1574:4:15"}]}]},"name":"array_allocation_size_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"1347:6:15","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"1358:4:15","type":""}],"src":"1296:308:15"},{"body":{"nodeType":"YulBlock","src":"1672:184:15","statements":[{"nodeType":"YulVariableDeclaration","src":"1682:10:15","value":{"kind":"number","nodeType":"YulLiteral","src":"1691:1:15","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"1686:1:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"1751:63:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"1776:3:15"},{"name":"i","nodeType":"YulIdentifier","src":"1781:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1772:3:15"},"nodeType":"YulFunctionCall","src":"1772:11:15"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"1795:3:15"},{"name":"i","nodeType":"YulIdentifier","src":"1800:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1791:3:15"},"nodeType":"YulFunctionCall","src":"1791:11:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1785:5:15"},"nodeType":"YulFunctionCall","src":"1785:18:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1765:6:15"},"nodeType":"YulFunctionCall","src":"1765:39:15"},"nodeType":"YulExpressionStatement","src":"1765:39:15"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"1712:1:15"},{"name":"length","nodeType":"YulIdentifier","src":"1715:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1709:2:15"},"nodeType":"YulFunctionCall","src":"1709:13:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"1723:19:15","statements":[{"nodeType":"YulAssignment","src":"1725:15:15","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"1734:1:15"},{"kind":"number","nodeType":"YulLiteral","src":"1737:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1730:3:15"},"nodeType":"YulFunctionCall","src":"1730:10:15"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"1725:1:15"}]}]},"pre":{"nodeType":"YulBlock","src":"1705:3:15","statements":[]},"src":"1701:113:15"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"1834:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"1839:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1830:3:15"},"nodeType":"YulFunctionCall","src":"1830:16:15"},{"kind":"number","nodeType":"YulLiteral","src":"1848:1:15","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1823:6:15"},"nodeType":"YulFunctionCall","src":"1823:27:15"},"nodeType":"YulExpressionStatement","src":"1823:27:15"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"1654:3:15","type":""},{"name":"dst","nodeType":"YulTypedName","src":"1659:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"1664:6:15","type":""}],"src":"1610:246:15"},{"body":{"nodeType":"YulBlock","src":"1957:339:15","statements":[{"nodeType":"YulAssignment","src":"1967:75:15","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"2034:6:15"}],"functionName":{"name":"array_allocation_size_t_string_memory_ptr","nodeType":"YulIdentifier","src":"1992:41:15"},"nodeType":"YulFunctionCall","src":"1992:49:15"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"1976:15:15"},"nodeType":"YulFunctionCall","src":"1976:66:15"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"1967:5:15"}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"2058:5:15"},{"name":"length","nodeType":"YulIdentifier","src":"2065:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2051:6:15"},"nodeType":"YulFunctionCall","src":"2051:21:15"},"nodeType":"YulExpressionStatement","src":"2051:21:15"},{"nodeType":"YulVariableDeclaration","src":"2081:27:15","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"2096:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"2103:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2092:3:15"},"nodeType":"YulFunctionCall","src":"2092:16:15"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"2085:3:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"2146:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae","nodeType":"YulIdentifier","src":"2148:77:15"},"nodeType":"YulFunctionCall","src":"2148:79:15"},"nodeType":"YulExpressionStatement","src":"2148:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"2127:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"2132:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2123:3:15"},"nodeType":"YulFunctionCall","src":"2123:16:15"},{"name":"end","nodeType":"YulIdentifier","src":"2141:3:15"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2120:2:15"},"nodeType":"YulFunctionCall","src":"2120:25:15"},"nodeType":"YulIf","src":"2117:112:15"},{"expression":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"2273:3:15"},{"name":"dst","nodeType":"YulIdentifier","src":"2278:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"2283:6:15"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"2238:34:15"},"nodeType":"YulFunctionCall","src":"2238:52:15"},"nodeType":"YulExpressionStatement","src":"2238:52:15"}]},"name":"abi_decode_available_length_t_string_memory_ptr_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"1930:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"1935:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"1943:3:15","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"1951:5:15","type":""}],"src":"1862:434:15"},{"body":{"nodeType":"YulBlock","src":"2389:282:15","statements":[{"body":{"nodeType":"YulBlock","src":"2438:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"2440:77:15"},"nodeType":"YulFunctionCall","src":"2440:79:15"},"nodeType":"YulExpressionStatement","src":"2440:79:15"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2417:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"2425:4:15","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2413:3:15"},"nodeType":"YulFunctionCall","src":"2413:17:15"},{"name":"end","nodeType":"YulIdentifier","src":"2432:3:15"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2409:3:15"},"nodeType":"YulFunctionCall","src":"2409:27:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2402:6:15"},"nodeType":"YulFunctionCall","src":"2402:35:15"},"nodeType":"YulIf","src":"2399:122:15"},{"nodeType":"YulVariableDeclaration","src":"2530:27:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2550:6:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2544:5:15"},"nodeType":"YulFunctionCall","src":"2544:13:15"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2534:6:15","type":""}]},{"nodeType":"YulAssignment","src":"2566:99:15","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2638:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"2646:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2634:3:15"},"nodeType":"YulFunctionCall","src":"2634:17:15"},{"name":"length","nodeType":"YulIdentifier","src":"2653:6:15"},{"name":"end","nodeType":"YulIdentifier","src":"2661:3:15"}],"functionName":{"name":"abi_decode_available_length_t_string_memory_ptr_fromMemory","nodeType":"YulIdentifier","src":"2575:58:15"},"nodeType":"YulFunctionCall","src":"2575:90:15"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"2566:5:15"}]}]},"name":"abi_decode_t_string_memory_ptr_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2367:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"2375:3:15","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"2383:5:15","type":""}],"src":"2316:355:15"},{"body":{"nodeType":"YulBlock","src":"2791:739:15","statements":[{"body":{"nodeType":"YulBlock","src":"2837:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"2839:77:15"},"nodeType":"YulFunctionCall","src":"2839:79:15"},"nodeType":"YulExpressionStatement","src":"2839:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2812:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"2821:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2808:3:15"},"nodeType":"YulFunctionCall","src":"2808:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"2833:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2804:3:15"},"nodeType":"YulFunctionCall","src":"2804:32:15"},"nodeType":"YulIf","src":"2801:119:15"},{"nodeType":"YulBlock","src":"2930:291:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2945:38:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2969:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"2980:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2965:3:15"},"nodeType":"YulFunctionCall","src":"2965:17:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2959:5:15"},"nodeType":"YulFunctionCall","src":"2959:24:15"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2949:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"3030:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"3032:77:15"},"nodeType":"YulFunctionCall","src":"3032:79:15"},"nodeType":"YulExpressionStatement","src":"3032:79:15"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3002:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"3010:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2999:2:15"},"nodeType":"YulFunctionCall","src":"2999:30:15"},"nodeType":"YulIf","src":"2996:117:15"},{"nodeType":"YulAssignment","src":"3127:84:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3183:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"3194:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3179:3:15"},"nodeType":"YulFunctionCall","src":"3179:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"3203:7:15"}],"functionName":{"name":"abi_decode_t_string_memory_ptr_fromMemory","nodeType":"YulIdentifier","src":"3137:41:15"},"nodeType":"YulFunctionCall","src":"3137:74:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"3127:6:15"}]}]},{"nodeType":"YulBlock","src":"3231:292:15","statements":[{"nodeType":"YulVariableDeclaration","src":"3246:39:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3270:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3281:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3266:3:15"},"nodeType":"YulFunctionCall","src":"3266:18:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3260:5:15"},"nodeType":"YulFunctionCall","src":"3260:25:15"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"3250:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"3332:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"3334:77:15"},"nodeType":"YulFunctionCall","src":"3334:79:15"},"nodeType":"YulExpressionStatement","src":"3334:79:15"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3304:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"3312:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3301:2:15"},"nodeType":"YulFunctionCall","src":"3301:30:15"},"nodeType":"YulIf","src":"3298:117:15"},{"nodeType":"YulAssignment","src":"3429:84:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3485:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"3496:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3481:3:15"},"nodeType":"YulFunctionCall","src":"3481:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"3505:7:15"}],"functionName":{"name":"abi_decode_t_string_memory_ptr_fromMemory","nodeType":"YulIdentifier","src":"3439:41:15"},"nodeType":"YulFunctionCall","src":"3439:74:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"3429:6:15"}]}]}]},"name":"abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2753:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2764:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2776:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2784:6:15","type":""}],"src":"2677:853:15"},{"body":{"nodeType":"YulBlock","src":"3595:40:15","statements":[{"nodeType":"YulAssignment","src":"3606:22:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3622:5:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3616:5:15"},"nodeType":"YulFunctionCall","src":"3616:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"3606:6:15"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3578:5:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"3588:6:15","type":""}],"src":"3536:99:15"},{"body":{"nodeType":"YulBlock","src":"3669:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3686:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3689:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3679:6:15"},"nodeType":"YulFunctionCall","src":"3679:88:15"},"nodeType":"YulExpressionStatement","src":"3679:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3783:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"3786:4:15","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3776:6:15"},"nodeType":"YulFunctionCall","src":"3776:15:15"},"nodeType":"YulExpressionStatement","src":"3776:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3807:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"3810:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"3800:6:15"},"nodeType":"YulFunctionCall","src":"3800:15:15"},"nodeType":"YulExpressionStatement","src":"3800:15:15"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"3641:180:15"},{"body":{"nodeType":"YulBlock","src":"3878:269:15","statements":[{"nodeType":"YulAssignment","src":"3888:22:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3902:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"3908:1:15","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"3898:3:15"},"nodeType":"YulFunctionCall","src":"3898:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"3888:6:15"}]},{"nodeType":"YulVariableDeclaration","src":"3919:38:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3949:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"3955:1:15","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3945:3:15"},"nodeType":"YulFunctionCall","src":"3945:12:15"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"3923:18:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"3996:51:15","statements":[{"nodeType":"YulAssignment","src":"4010:27:15","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"4024:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"4032:4:15","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4020:3:15"},"nodeType":"YulFunctionCall","src":"4020:17:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"4010:6:15"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"3976:18:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3969:6:15"},"nodeType":"YulFunctionCall","src":"3969:26:15"},"nodeType":"YulIf","src":"3966:81:15"},{"body":{"nodeType":"YulBlock","src":"4099:42:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"4113:16:15"},"nodeType":"YulFunctionCall","src":"4113:18:15"},"nodeType":"YulExpressionStatement","src":"4113:18:15"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"4063:18:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"4086:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"4094:2:15","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4083:2:15"},"nodeType":"YulFunctionCall","src":"4083:14:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"4060:2:15"},"nodeType":"YulFunctionCall","src":"4060:38:15"},"nodeType":"YulIf","src":"4057:84:15"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"3862:4:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"3871:6:15","type":""}],"src":"3827:320:15"},{"body":{"nodeType":"YulBlock","src":"4207:87:15","statements":[{"nodeType":"YulAssignment","src":"4217:11:15","value":{"name":"ptr","nodeType":"YulIdentifier","src":"4225:3:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"4217:4:15"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4245:1:15","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"4248:3:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4238:6:15"},"nodeType":"YulFunctionCall","src":"4238:14:15"},"nodeType":"YulExpressionStatement","src":"4238:14:15"},{"nodeType":"YulAssignment","src":"4261:26:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4279:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4282:4:15","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"4269:9:15"},"nodeType":"YulFunctionCall","src":"4269:18:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"4261:4:15"}]}]},"name":"array_dataslot_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"4194:3:15","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"4202:4:15","type":""}],"src":"4153:141:15"},{"body":{"nodeType":"YulBlock","src":"4344:49:15","statements":[{"nodeType":"YulAssignment","src":"4354:33:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4372:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"4379:2:15","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4368:3:15"},"nodeType":"YulFunctionCall","src":"4368:14:15"},{"kind":"number","nodeType":"YulLiteral","src":"4384:2:15","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"4364:3:15"},"nodeType":"YulFunctionCall","src":"4364:23:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4354:6:15"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4327:5:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4337:6:15","type":""}],"src":"4300:93:15"},{"body":{"nodeType":"YulBlock","src":"4452:54:15","statements":[{"nodeType":"YulAssignment","src":"4462:37:15","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"4487:4:15"},{"name":"value","nodeType":"YulIdentifier","src":"4493:5:15"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"4483:3:15"},"nodeType":"YulFunctionCall","src":"4483:16:15"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"4462:8:15"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"4427:4:15","type":""},{"name":"value","nodeType":"YulTypedName","src":"4433:5:15","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"4443:8:15","type":""}],"src":"4399:107:15"},{"body":{"nodeType":"YulBlock","src":"4588:317:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4598:35:15","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"4619:10:15"},{"kind":"number","nodeType":"YulLiteral","src":"4631:1:15","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"4615:3:15"},"nodeType":"YulFunctionCall","src":"4615:18:15"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"4602:9:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"4642:109:15","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"4673:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"4684:66:15","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"4654:18:15"},"nodeType":"YulFunctionCall","src":"4654:97:15"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"4646:4:15","type":""}]},{"nodeType":"YulAssignment","src":"4760:51:15","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"4791:9:15"},{"name":"toInsert","nodeType":"YulIdentifier","src":"4802:8:15"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"4772:18:15"},"nodeType":"YulFunctionCall","src":"4772:39:15"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"4760:8:15"}]},{"nodeType":"YulAssignment","src":"4820:30:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4833:5:15"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"4844:4:15"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"4840:3:15"},"nodeType":"YulFunctionCall","src":"4840:9:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4829:3:15"},"nodeType":"YulFunctionCall","src":"4829:21:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"4820:5:15"}]},{"nodeType":"YulAssignment","src":"4859:40:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4872:5:15"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"4883:8:15"},{"name":"mask","nodeType":"YulIdentifier","src":"4893:4:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4879:3:15"},"nodeType":"YulFunctionCall","src":"4879:19:15"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"4869:2:15"},"nodeType":"YulFunctionCall","src":"4869:30:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4859:6:15"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4549:5:15","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"4556:10:15","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"4568:8:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4581:6:15","type":""}],"src":"4512:393:15"},{"body":{"nodeType":"YulBlock","src":"4956:32:15","statements":[{"nodeType":"YulAssignment","src":"4966:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"4977:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4966:7:15"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4938:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4948:7:15","type":""}],"src":"4911:77:15"},{"body":{"nodeType":"YulBlock","src":"5026:28:15","statements":[{"nodeType":"YulAssignment","src":"5036:12:15","value":{"name":"value","nodeType":"YulIdentifier","src":"5043:5:15"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"5036:3:15"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5012:5:15","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"5022:3:15","type":""}],"src":"4994:60:15"},{"body":{"nodeType":"YulBlock","src":"5120:82:15","statements":[{"nodeType":"YulAssignment","src":"5130:66:15","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5188:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"5170:17:15"},"nodeType":"YulFunctionCall","src":"5170:24:15"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"5161:8:15"},"nodeType":"YulFunctionCall","src":"5161:34:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"5143:17:15"},"nodeType":"YulFunctionCall","src":"5143:53:15"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"5130:9:15"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5100:5:15","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"5110:9:15","type":""}],"src":"5060:142:15"},{"body":{"nodeType":"YulBlock","src":"5255:28:15","statements":[{"nodeType":"YulAssignment","src":"5265:12:15","value":{"name":"value","nodeType":"YulIdentifier","src":"5272:5:15"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"5265:3:15"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5241:5:15","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"5251:3:15","type":""}],"src":"5208:75:15"},{"body":{"nodeType":"YulBlock","src":"5365:193:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5375:63:15","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"5430:7:15"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"5399:30:15"},"nodeType":"YulFunctionCall","src":"5399:39:15"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"5379:16:15","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5454:4:15"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5494:4:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"5488:5:15"},"nodeType":"YulFunctionCall","src":"5488:11:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5501:6:15"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"5533:16:15"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"5509:23:15"},"nodeType":"YulFunctionCall","src":"5509:41:15"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"5460:27:15"},"nodeType":"YulFunctionCall","src":"5460:91:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"5447:6:15"},"nodeType":"YulFunctionCall","src":"5447:105:15"},"nodeType":"YulExpressionStatement","src":"5447:105:15"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"5342:4:15","type":""},{"name":"offset","nodeType":"YulTypedName","src":"5348:6:15","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"5356:7:15","type":""}],"src":"5289:269:15"},{"body":{"nodeType":"YulBlock","src":"5613:24:15","statements":[{"nodeType":"YulAssignment","src":"5623:8:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5630:1:15","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"5623:3:15"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"5609:3:15","type":""}],"src":"5564:73:15"},{"body":{"nodeType":"YulBlock","src":"5696:136:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5706:46:15","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"5720:30:15"},"nodeType":"YulFunctionCall","src":"5720:32:15"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"5710:6:15","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5805:4:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5811:6:15"},{"name":"zero_0","nodeType":"YulIdentifier","src":"5819:6:15"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"5761:43:15"},"nodeType":"YulFunctionCall","src":"5761:65:15"},"nodeType":"YulExpressionStatement","src":"5761:65:15"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"5682:4:15","type":""},{"name":"offset","nodeType":"YulTypedName","src":"5688:6:15","type":""}],"src":"5643:189:15"},{"body":{"nodeType":"YulBlock","src":"5888:136:15","statements":[{"body":{"nodeType":"YulBlock","src":"5955:63:15","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"5999:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"6006:1:15","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"5969:29:15"},"nodeType":"YulFunctionCall","src":"5969:39:15"},"nodeType":"YulExpressionStatement","src":"5969:39:15"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"5908:5:15"},{"name":"end","nodeType":"YulIdentifier","src":"5915:3:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"5905:2:15"},"nodeType":"YulFunctionCall","src":"5905:14:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"5920:26:15","statements":[{"nodeType":"YulAssignment","src":"5922:22:15","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"5935:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"5942:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5931:3:15"},"nodeType":"YulFunctionCall","src":"5931:13:15"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"5922:5:15"}]}]},"pre":{"nodeType":"YulBlock","src":"5902:2:15","statements":[]},"src":"5898:120:15"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"5876:5:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"5883:3:15","type":""}],"src":"5838:186:15"},{"body":{"nodeType":"YulBlock","src":"6109:464:15","statements":[{"body":{"nodeType":"YulBlock","src":"6135:431:15","statements":[{"nodeType":"YulVariableDeclaration","src":"6149:54:15","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6197:5:15"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"6165:31:15"},"nodeType":"YulFunctionCall","src":"6165:38:15"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"6153:8:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"6216:63:15","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"6239:8:15"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"6267:10:15"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"6249:17:15"},"nodeType":"YulFunctionCall","src":"6249:29:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6235:3:15"},"nodeType":"YulFunctionCall","src":"6235:44:15"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"6220:11:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"6436:27:15","statements":[{"nodeType":"YulAssignment","src":"6438:23:15","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"6453:8:15"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"6438:11:15"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"6420:10:15"},{"kind":"number","nodeType":"YulLiteral","src":"6432:2:15","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6417:2:15"},"nodeType":"YulFunctionCall","src":"6417:18:15"},"nodeType":"YulIf","src":"6414:49:15"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"6505:11:15"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"6522:8:15"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"6550:3:15"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"6532:17:15"},"nodeType":"YulFunctionCall","src":"6532:22:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6518:3:15"},"nodeType":"YulFunctionCall","src":"6518:37:15"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"6476:28:15"},"nodeType":"YulFunctionCall","src":"6476:80:15"},"nodeType":"YulExpressionStatement","src":"6476:80:15"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"6126:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"6131:2:15","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6123:2:15"},"nodeType":"YulFunctionCall","src":"6123:11:15"},"nodeType":"YulIf","src":"6120:446:15"}]},"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"6085:5:15","type":""},{"name":"len","nodeType":"YulTypedName","src":"6092:3:15","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"6097:10:15","type":""}],"src":"6030:543:15"},{"body":{"nodeType":"YulBlock","src":"6642:54:15","statements":[{"nodeType":"YulAssignment","src":"6652:37:15","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"6677:4:15"},{"name":"value","nodeType":"YulIdentifier","src":"6683:5:15"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"6673:3:15"},"nodeType":"YulFunctionCall","src":"6673:16:15"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"6652:8:15"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"6617:4:15","type":""},{"name":"value","nodeType":"YulTypedName","src":"6623:5:15","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"6633:8:15","type":""}],"src":"6579:117:15"},{"body":{"nodeType":"YulBlock","src":"6753:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"6763:68:15","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6812:1:15","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"6815:5:15"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6808:3:15"},"nodeType":"YulFunctionCall","src":"6808:13:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6827:1:15","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"6823:3:15"},"nodeType":"YulFunctionCall","src":"6823:6:15"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"6779:28:15"},"nodeType":"YulFunctionCall","src":"6779:51:15"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"6775:3:15"},"nodeType":"YulFunctionCall","src":"6775:56:15"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"6767:4:15","type":""}]},{"nodeType":"YulAssignment","src":"6840:25:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"6854:4:15"},{"name":"mask","nodeType":"YulIdentifier","src":"6860:4:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6850:3:15"},"nodeType":"YulFunctionCall","src":"6850:15:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"6840:6:15"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"6730:4:15","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"6736:5:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"6746:6:15","type":""}],"src":"6702:169:15"},{"body":{"nodeType":"YulBlock","src":"6957:214:15","statements":[{"nodeType":"YulAssignment","src":"7090:37:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"7117:4:15"},{"name":"len","nodeType":"YulIdentifier","src":"7123:3:15"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"7098:18:15"},"nodeType":"YulFunctionCall","src":"7098:29:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"7090:4:15"}]},{"nodeType":"YulAssignment","src":"7136:29:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"7147:4:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7157:1:15","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"7160:3:15"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"7153:3:15"},"nodeType":"YulFunctionCall","src":"7153:11:15"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"7144:2:15"},"nodeType":"YulFunctionCall","src":"7144:21:15"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"7136:4:15"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"6938:4:15","type":""},{"name":"len","nodeType":"YulTypedName","src":"6944:3:15","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"6952:4:15","type":""}],"src":"6876:295:15"},{"body":{"nodeType":"YulBlock","src":"7268:1303:15","statements":[{"nodeType":"YulVariableDeclaration","src":"7279:51:15","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7326:3:15"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"7293:32:15"},"nodeType":"YulFunctionCall","src":"7293:37:15"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"7283:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"7415:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"7417:16:15"},"nodeType":"YulFunctionCall","src":"7417:18:15"},"nodeType":"YulExpressionStatement","src":"7417:18:15"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7387:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"7395:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7384:2:15"},"nodeType":"YulFunctionCall","src":"7384:30:15"},"nodeType":"YulIf","src":"7381:56:15"},{"nodeType":"YulVariableDeclaration","src":"7447:52:15","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7493:4:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"7487:5:15"},"nodeType":"YulFunctionCall","src":"7487:11:15"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"7461:25:15"},"nodeType":"YulFunctionCall","src":"7461:38:15"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"7451:6:15","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7592:4:15"},{"name":"oldLen","nodeType":"YulIdentifier","src":"7598:6:15"},{"name":"newLen","nodeType":"YulIdentifier","src":"7606:6:15"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulIdentifier","src":"7546:45:15"},"nodeType":"YulFunctionCall","src":"7546:67:15"},"nodeType":"YulExpressionStatement","src":"7546:67:15"},{"nodeType":"YulVariableDeclaration","src":"7623:18:15","value":{"kind":"number","nodeType":"YulLiteral","src":"7640:1:15","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"7627:9:15","type":""}]},{"nodeType":"YulAssignment","src":"7651:17:15","value":{"kind":"number","nodeType":"YulLiteral","src":"7664:4:15","type":"","value":"0x20"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"7651:9:15"}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"7715:611:15","statements":[{"nodeType":"YulVariableDeclaration","src":"7729:37:15","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7748:6:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7760:4:15","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"7756:3:15"},"nodeType":"YulFunctionCall","src":"7756:9:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"7744:3:15"},"nodeType":"YulFunctionCall","src":"7744:22:15"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"7733:7:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"7780:51:15","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"7826:4:15"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"7794:31:15"},"nodeType":"YulFunctionCall","src":"7794:37:15"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"7784:6:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"7844:10:15","value":{"kind":"number","nodeType":"YulLiteral","src":"7853:1:15","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"7848:1:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"7912:163:15","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"7937:6:15"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7955:3:15"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"7960:9:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7951:3:15"},"nodeType":"YulFunctionCall","src":"7951:19:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"7945:5:15"},"nodeType":"YulFunctionCall","src":"7945:26:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"7930:6:15"},"nodeType":"YulFunctionCall","src":"7930:42:15"},"nodeType":"YulExpressionStatement","src":"7930:42:15"},{"nodeType":"YulAssignment","src":"7989:24:15","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"8003:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"8011:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7999:3:15"},"nodeType":"YulFunctionCall","src":"7999:14:15"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"7989:6:15"}]},{"nodeType":"YulAssignment","src":"8030:31:15","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"8047:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"8058:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8043:3:15"},"nodeType":"YulFunctionCall","src":"8043:18:15"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"8030:9:15"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"7878:1:15"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"7881:7:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"7875:2:15"},"nodeType":"YulFunctionCall","src":"7875:14:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"7890:21:15","statements":[{"nodeType":"YulAssignment","src":"7892:17:15","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"7901:1:15"},{"kind":"number","nodeType":"YulLiteral","src":"7904:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7897:3:15"},"nodeType":"YulFunctionCall","src":"7897:12:15"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"7892:1:15"}]}]},"pre":{"nodeType":"YulBlock","src":"7871:3:15","statements":[]},"src":"7867:208:15"},{"body":{"nodeType":"YulBlock","src":"8111:156:15","statements":[{"nodeType":"YulVariableDeclaration","src":"8129:43:15","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"8156:3:15"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"8161:9:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8152:3:15"},"nodeType":"YulFunctionCall","src":"8152:19:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8146:5:15"},"nodeType":"YulFunctionCall","src":"8146:26:15"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"8133:9:15","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"8196:6:15"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"8223:9:15"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"8238:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"8246:4:15","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8234:3:15"},"nodeType":"YulFunctionCall","src":"8234:17:15"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"8204:18:15"},"nodeType":"YulFunctionCall","src":"8204:48:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"8189:6:15"},"nodeType":"YulFunctionCall","src":"8189:64:15"},"nodeType":"YulExpressionStatement","src":"8189:64:15"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"8094:7:15"},{"name":"newLen","nodeType":"YulIdentifier","src":"8103:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"8091:2:15"},"nodeType":"YulFunctionCall","src":"8091:19:15"},"nodeType":"YulIf","src":"8088:179:15"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"8287:4:15"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"8301:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"8309:1:15","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"8297:3:15"},"nodeType":"YulFunctionCall","src":"8297:14:15"},{"kind":"number","nodeType":"YulLiteral","src":"8313:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8293:3:15"},"nodeType":"YulFunctionCall","src":"8293:22:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"8280:6:15"},"nodeType":"YulFunctionCall","src":"8280:36:15"},"nodeType":"YulExpressionStatement","src":"8280:36:15"}]},"nodeType":"YulCase","src":"7708:618:15","value":{"kind":"number","nodeType":"YulLiteral","src":"7713:1:15","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"8343:222:15","statements":[{"nodeType":"YulVariableDeclaration","src":"8357:14:15","value":{"kind":"number","nodeType":"YulLiteral","src":"8370:1:15","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"8361:5:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"8394:67:15","statements":[{"nodeType":"YulAssignment","src":"8412:35:15","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"8431:3:15"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"8436:9:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8427:3:15"},"nodeType":"YulFunctionCall","src":"8427:19:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"8421:5:15"},"nodeType":"YulFunctionCall","src":"8421:26:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"8412:5:15"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"8387:6:15"},"nodeType":"YulIf","src":"8384:77:15"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"8481:4:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8540:5:15"},{"name":"newLen","nodeType":"YulIdentifier","src":"8547:6:15"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"8487:52:15"},"nodeType":"YulFunctionCall","src":"8487:67:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"8474:6:15"},"nodeType":"YulFunctionCall","src":"8474:81:15"},"nodeType":"YulExpressionStatement","src":"8474:81:15"}]},"nodeType":"YulCase","src":"8335:230:15","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"7688:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"7696:2:15","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"7685:2:15"},"nodeType":"YulFunctionCall","src":"7685:14:15"},"nodeType":"YulSwitch","src":"7678:887:15"}]},"name":"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"7257:4:15","type":""},{"name":"src","nodeType":"YulTypedName","src":"7263:3:15","type":""}],"src":"7176:1395:15"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_string_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := round_up_to_mul_of_32(length)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\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\n function abi_decode_available_length_t_string_memory_ptr_fromMemory(src, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_string_memory_ptr(length))\n mstore(array, length)\n let dst := add(array, 0x20)\n if gt(add(src, length), end) { revert_error_987264b3b1d58a9c7f8255e93e81c77d86d6299019c33110a076957a3e06e2ae() }\n copy_memory_to_memory_with_cleanup(src, dst, length)\n }\n\n // string\n function abi_decode_t_string_memory_ptr_fromMemory(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := mload(offset)\n array := abi_decode_available_length_t_string_memory_ptr_fromMemory(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_string_memory_ptrt_string_memory_ptr_fromMemory(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := mload(add(headStart, 0))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value0 := abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := mload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_string_memory_ptr_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function array_dataslot_t_string_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_string_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_string_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src) {\n\n let newLen := array_length_t_string_memory_ptr(src)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_string_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n srcOffset := 0x20\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\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\n}\n","id":15,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b50604051620017ec380380620017ec8339818101604052810190620000379190620001f6565b8160039081620000489190620004c6565b5080600490816200005a9190620004c6565b505050620005ad565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b620000cc8262000081565b810181811067ffffffffffffffff82111715620000ee57620000ed62000092565b5b80604052505050565b60006200010362000063565b9050620001118282620000c1565b919050565b600067ffffffffffffffff82111562000134576200013362000092565b5b6200013f8262000081565b9050602081019050919050565b60005b838110156200016c5780820151818401526020810190506200014f565b60008484015250505050565b60006200018f620001898462000116565b620000f7565b905082815260208101848484011115620001ae57620001ad6200007c565b5b620001bb8482856200014c565b509392505050565b600082601f830112620001db57620001da62000077565b5b8151620001ed84826020860162000178565b91505092915050565b6000806040838503121562000210576200020f6200006d565b5b600083015167ffffffffffffffff81111562000231576200023062000072565b5b6200023f85828601620001c3565b925050602083015167ffffffffffffffff81111562000263576200026262000072565b5b6200027185828601620001c3565b9150509250929050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002ce57607f821691505b602082108103620002e457620002e362000286565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026200034e7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826200030f565b6200035a86836200030f565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620003a7620003a16200039b8462000372565b6200037c565b62000372565b9050919050565b6000819050919050565b620003c38362000386565b620003db620003d282620003ae565b8484546200031c565b825550505050565b600090565b620003f2620003e3565b620003ff818484620003b8565b505050565b5b8181101562000427576200041b600082620003e8565b60018101905062000405565b5050565b601f82111562000476576200044081620002ea565b6200044b84620002ff565b810160208510156200045b578190505b620004736200046a85620002ff565b83018262000404565b50505b505050565b600082821c905092915050565b60006200049b600019846008026200047b565b1980831691505092915050565b6000620004b6838362000488565b9150826002028217905092915050565b620004d1826200027b565b67ffffffffffffffff811115620004ed57620004ec62000092565b5b620004f98254620002b5565b620005068282856200042b565b600060209050601f8311600181146200053e576000841562000529578287015190505b620005358582620004a8565b865550620005a5565b601f1984166200054e86620002ea565b60005b82811015620005785784890151825560018201915060208501945060208101905062000551565b8683101562000598578489015162000594601f89168262000488565b8355505b6001600288020188555050505b505050505050565b61122f80620005bd6000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea26469706673582212203f964721ffb5f8e7386b9365859b9194e4ad9856f3c840f128334936a424267d64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH3 0x17EC CODESIZE SUB DUP1 PUSH3 0x17EC DUP4 CODECOPY DUP2 DUP2 ADD PUSH1 0x40 MSTORE DUP2 ADD SWAP1 PUSH3 0x37 SWAP2 SWAP1 PUSH3 0x1F6 JUMP JUMPDEST DUP2 PUSH1 0x3 SWAP1 DUP2 PUSH3 0x48 SWAP2 SWAP1 PUSH3 0x4C6 JUMP JUMPDEST POP DUP1 PUSH1 0x4 SWAP1 DUP2 PUSH3 0x5A SWAP2 SWAP1 PUSH3 0x4C6 JUMP JUMPDEST POP POP POP PUSH3 0x5AD JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH3 0xCC DUP3 PUSH3 0x81 JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH3 0xEE JUMPI PUSH3 0xED PUSH3 0x92 JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x103 PUSH3 0x63 JUMP JUMPDEST SWAP1 POP PUSH3 0x111 DUP3 DUP3 PUSH3 0xC1 JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH3 0x134 JUMPI PUSH3 0x133 PUSH3 0x92 JUMP JUMPDEST JUMPDEST PUSH3 0x13F DUP3 PUSH3 0x81 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH3 0x16C JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x14F JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x18F PUSH3 0x189 DUP5 PUSH3 0x116 JUMP JUMPDEST PUSH3 0xF7 JUMP JUMPDEST SWAP1 POP DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 ADD DUP5 DUP5 DUP5 ADD GT ISZERO PUSH3 0x1AE JUMPI PUSH3 0x1AD PUSH3 0x7C JUMP JUMPDEST JUMPDEST PUSH3 0x1BB DUP5 DUP3 DUP6 PUSH3 0x14C JUMP JUMPDEST POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH3 0x1DB JUMPI PUSH3 0x1DA PUSH3 0x77 JUMP JUMPDEST JUMPDEST DUP2 MLOAD PUSH3 0x1ED DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH3 0x178 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH3 0x210 JUMPI PUSH3 0x20F PUSH3 0x6D JUMP JUMPDEST JUMPDEST PUSH1 0x0 DUP4 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x231 JUMPI PUSH3 0x230 PUSH3 0x72 JUMP JUMPDEST JUMPDEST PUSH3 0x23F DUP6 DUP3 DUP7 ADD PUSH3 0x1C3 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x263 JUMPI PUSH3 0x262 PUSH3 0x72 JUMP JUMPDEST JUMPDEST PUSH3 0x271 DUP6 DUP3 DUP7 ADD PUSH3 0x1C3 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH3 0x2CE JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH3 0x2E4 JUMPI PUSH3 0x2E3 PUSH3 0x286 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH3 0x34E PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH3 0x30F JUMP JUMPDEST PUSH3 0x35A DUP7 DUP4 PUSH3 0x30F JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x3A7 PUSH3 0x3A1 PUSH3 0x39B DUP5 PUSH3 0x372 JUMP JUMPDEST PUSH3 0x37C JUMP JUMPDEST PUSH3 0x372 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x3C3 DUP4 PUSH3 0x386 JUMP JUMPDEST PUSH3 0x3DB PUSH3 0x3D2 DUP3 PUSH3 0x3AE JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH3 0x31C JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH3 0x3F2 PUSH3 0x3E3 JUMP JUMPDEST PUSH3 0x3FF DUP2 DUP5 DUP5 PUSH3 0x3B8 JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH3 0x427 JUMPI PUSH3 0x41B PUSH1 0x0 DUP3 PUSH3 0x3E8 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH3 0x405 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH3 0x476 JUMPI PUSH3 0x440 DUP2 PUSH3 0x2EA JUMP JUMPDEST PUSH3 0x44B DUP5 PUSH3 0x2FF JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH3 0x45B JUMPI DUP2 SWAP1 POP JUMPDEST PUSH3 0x473 PUSH3 0x46A DUP6 PUSH3 0x2FF JUMP JUMPDEST DUP4 ADD DUP3 PUSH3 0x404 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x49B PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH3 0x47B JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x4B6 DUP4 DUP4 PUSH3 0x488 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH3 0x4D1 DUP3 PUSH3 0x27B JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x4ED JUMPI PUSH3 0x4EC PUSH3 0x92 JUMP JUMPDEST JUMPDEST PUSH3 0x4F9 DUP3 SLOAD PUSH3 0x2B5 JUMP JUMPDEST PUSH3 0x506 DUP3 DUP3 DUP6 PUSH3 0x42B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 SWAP1 POP PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH3 0x53E JUMPI PUSH1 0x0 DUP5 ISZERO PUSH3 0x529 JUMPI DUP3 DUP8 ADD MLOAD SWAP1 POP JUMPDEST PUSH3 0x535 DUP6 DUP3 PUSH3 0x4A8 JUMP JUMPDEST DUP7 SSTORE POP PUSH3 0x5A5 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH3 0x54E DUP7 PUSH3 0x2EA JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH3 0x578 JUMPI DUP5 DUP10 ADD MLOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x551 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH3 0x598 JUMPI DUP5 DUP10 ADD MLOAD PUSH3 0x594 PUSH1 0x1F DUP10 AND DUP3 PUSH3 0x488 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x122F DUP1 PUSH3 0x5BD 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 0xA9 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x39509351 GT PUSH2 0x71 JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x168 JUMPI DUP1 PUSH4 0x70A08231 EQ PUSH2 0x198 JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x1C8 JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x1E6 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x216 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x246 JUMPI PUSH2 0xA9 JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0xAE JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0xCC JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0xFC JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x11A JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x14A JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB6 PUSH2 0x276 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC3 SWAP2 SWAP1 PUSH2 0xB0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE1 SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x308 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xF3 SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x104 PUSH2 0x32B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x111 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x134 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x12F SWAP2 SWAP1 PUSH2 0xC67 JUMP JUMPDEST PUSH2 0x335 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x141 SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x152 PUSH2 0x364 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x15F SWAP2 SWAP1 PUSH2 0xCD6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x182 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x17D SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x36D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x18F SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1B2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1AD SWAP2 SWAP1 PUSH2 0xCF1 JUMP JUMPDEST PUSH2 0x3A4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1BF SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1D0 PUSH2 0x3EC JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DD SWAP2 SWAP1 PUSH2 0xB0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x200 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1FB SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x47E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x20D SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x230 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x22B SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x4F5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23D SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x260 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x25B SWAP2 SWAP1 PUSH2 0xD1E JUMP JUMPDEST PUSH2 0x518 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x26D SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x285 SWAP1 PUSH2 0xD8D 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 0x2B1 SWAP1 PUSH2 0xD8D JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2FE JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2D3 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2FE 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 0x2E1 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x313 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x320 DUP2 DUP6 DUP6 PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x340 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x34D DUP6 DUP3 DUP6 PUSH2 0x770 JUMP JUMPDEST PUSH2 0x358 DUP6 DUP6 DUP6 PUSH2 0x7FC JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x12 SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x378 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x399 DUP2 DUP6 DUP6 PUSH2 0x38A DUP6 DUP10 PUSH2 0x518 JUMP JUMPDEST PUSH2 0x394 SWAP2 SWAP1 PUSH2 0xDED JUMP JUMPDEST PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x4 DUP1 SLOAD PUSH2 0x3FB SWAP1 PUSH2 0xD8D 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 0x427 SWAP1 PUSH2 0xD8D JUMP JUMPDEST DUP1 ISZERO PUSH2 0x474 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x449 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x474 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 0x457 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x489 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x497 DUP3 DUP7 PUSH2 0x518 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x4DC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4D3 SWAP1 PUSH2 0xE93 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x4E9 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x500 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x50D DUP2 DUP6 DUP6 PUSH2 0x7FC JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x616 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x60D SWAP1 PUSH2 0xF25 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x685 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x67C SWAP1 PUSH2 0xFB7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0x763 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x77C DUP5 DUP5 PUSH2 0x518 JUMP JUMPDEST SWAP1 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 EQ PUSH2 0x7F6 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x7E8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7DF SWAP1 PUSH2 0x1023 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x7F5 DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x5A7 JUMP JUMPDEST JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x86B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x862 SWAP1 PUSH2 0x10B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x8DA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8D1 SWAP1 PUSH2 0x1147 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x8E5 DUP4 DUP4 DUP4 PUSH2 0xA72 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0x96B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x962 SWAP1 PUSH2 0x11D9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xA59 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xA6C DUP5 DUP5 DUP5 PUSH2 0xA77 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xAB6 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0xA9B JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xADE DUP3 PUSH2 0xA7C JUMP JUMPDEST PUSH2 0xAE8 DUP2 DUP6 PUSH2 0xA87 JUMP JUMPDEST SWAP4 POP PUSH2 0xAF8 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0xA98 JUMP JUMPDEST PUSH2 0xB01 DUP2 PUSH2 0xAC2 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xB26 DUP2 DUP5 PUSH2 0xAD3 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xB5E DUP3 PUSH2 0xB33 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB6E DUP2 PUSH2 0xB53 JUMP JUMPDEST DUP2 EQ PUSH2 0xB79 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB8B DUP2 PUSH2 0xB65 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xBA4 DUP2 PUSH2 0xB91 JUMP JUMPDEST DUP2 EQ PUSH2 0xBAF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xBC1 DUP2 PUSH2 0xB9B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xBDE JUMPI PUSH2 0xBDD PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xBEC DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xBFD DUP6 DUP3 DUP7 ADD PUSH2 0xBB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xC1C DUP2 PUSH2 0xC07 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xC37 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xC13 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xC46 DUP2 PUSH2 0xB91 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xC61 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xC3D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xC80 JUMPI PUSH2 0xC7F PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xC8E DUP7 DUP3 DUP8 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xC9F DUP7 DUP3 DUP8 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xCB0 DUP7 DUP3 DUP8 ADD PUSH2 0xBB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xCD0 DUP2 PUSH2 0xCBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xCEB PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xCC7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD07 JUMPI PUSH2 0xD06 PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD15 DUP5 DUP3 DUP6 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD35 JUMPI PUSH2 0xD34 PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD43 DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xD54 DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0xDA5 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0xDB8 JUMPI PUSH2 0xDB7 PUSH2 0xD5E JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xDF8 DUP3 PUSH2 0xB91 JUMP JUMPDEST SWAP2 POP PUSH2 0xE03 DUP4 PUSH2 0xB91 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0xE1B JUMPI PUSH2 0xE1A PUSH2 0xDBE JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xE7D PUSH1 0x25 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xE88 DUP3 PUSH2 0xE21 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xEAC DUP2 PUSH2 0xE70 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF0F PUSH1 0x24 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xF1A DUP3 PUSH2 0xEB3 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xF3E DUP2 PUSH2 0xF02 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFA1 PUSH1 0x22 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xFAC DUP3 PUSH2 0xF45 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xFD0 DUP2 PUSH2 0xF94 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100D PUSH1 0x1D DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x1018 DUP3 PUSH2 0xFD7 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x103C DUP2 PUSH2 0x1000 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x109F PUSH1 0x25 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x10AA DUP3 PUSH2 0x1043 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CE DUP2 PUSH2 0x1092 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1131 PUSH1 0x23 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x113C DUP3 PUSH2 0x10D5 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1160 DUP2 PUSH2 0x1124 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11C3 PUSH1 0x26 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x11CE DUP3 PUSH2 0x1167 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11F2 DUP2 PUSH2 0x11B6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 EXTCODEHASH SWAP7 SELFBALANCE 0x21 SELFDESTRUCT 0xB5 0xF8 0xE7 CODESIZE PUSH12 0x9365859B9194E4AD9856F3C8 BLOCKHASH CALL 0x28 CALLER 0x49 CALLDATASIZE LOG4 0x24 0x26 PUSH30 0x64736F6C6343000812003300000000000000000000000000000000000000 ","sourceMap":"1532:11312:6:-:0;;;1980:113;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2054:5;2046;:13;;;;;;:::i;:::-;;2079:7;2069;:17;;;;;;:::i;:::-;;1980:113;;1532:11312;;7:75:15;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:117;443:1;440;433:12;457:117;566:1;563;556:12;580:102;621:6;672:2;668:7;663:2;656:5;652:14;648:28;638:38;;580:102;;;:::o;688:180::-;736:77;733:1;726:88;833:4;830:1;823:15;857:4;854:1;847:15;874:281;957:27;979:4;957:27;:::i;:::-;949:6;945:40;1087:6;1075:10;1072:22;1051:18;1039:10;1036:34;1033:62;1030:88;;;1098:18;;:::i;:::-;1030:88;1138:10;1134:2;1127:22;917:238;874:281;;:::o;1161:129::-;1195:6;1222:20;;:::i;:::-;1212:30;;1251:33;1279:4;1271:6;1251:33;:::i;:::-;1161:129;;;:::o;1296:308::-;1358:4;1448:18;1440:6;1437:30;1434:56;;;1470:18;;:::i;:::-;1434:56;1508:29;1530:6;1508:29;:::i;:::-;1500:37;;1592:4;1586;1582:15;1574:23;;1296:308;;;:::o;1610:246::-;1691:1;1701:113;1715:6;1712:1;1709:13;1701:113;;;1800:1;1795:3;1791:11;1785:18;1781:1;1776:3;1772:11;1765:39;1737:2;1734:1;1730:10;1725:15;;1701:113;;;1848:1;1839:6;1834:3;1830:16;1823:27;1672:184;1610:246;;;:::o;1862:434::-;1951:5;1976:66;1992:49;2034:6;1992:49;:::i;:::-;1976:66;:::i;:::-;1967:75;;2065:6;2058:5;2051:21;2103:4;2096:5;2092:16;2141:3;2132:6;2127:3;2123:16;2120:25;2117:112;;;2148:79;;:::i;:::-;2117:112;2238:52;2283:6;2278:3;2273;2238:52;:::i;:::-;1957:339;1862:434;;;;;:::o;2316:355::-;2383:5;2432:3;2425:4;2417:6;2413:17;2409:27;2399:122;;2440:79;;:::i;:::-;2399:122;2550:6;2544:13;2575:90;2661:3;2653:6;2646:4;2638:6;2634:17;2575:90;:::i;:::-;2566:99;;2389:282;2316:355;;;;:::o;2677:853::-;2776:6;2784;2833:2;2821:9;2812:7;2808:23;2804:32;2801:119;;;2839:79;;:::i;:::-;2801:119;2980:1;2969:9;2965:17;2959:24;3010:18;3002:6;2999:30;2996:117;;;3032:79;;:::i;:::-;2996:117;3137:74;3203:7;3194:6;3183:9;3179:22;3137:74;:::i;:::-;3127:84;;2930:291;3281:2;3270:9;3266:18;3260:25;3312:18;3304:6;3301:30;3298:117;;;3334:79;;:::i;:::-;3298:117;3439:74;3505:7;3496:6;3485:9;3481:22;3439:74;:::i;:::-;3429:84;;3231:292;2677:853;;;;;:::o;3536:99::-;3588:6;3622:5;3616:12;3606:22;;3536:99;;;:::o;3641:180::-;3689:77;3686:1;3679:88;3786:4;3783:1;3776:15;3810:4;3807:1;3800:15;3827:320;3871:6;3908:1;3902:4;3898:12;3888:22;;3955:1;3949:4;3945:12;3976:18;3966:81;;4032:4;4024:6;4020:17;4010:27;;3966:81;4094:2;4086:6;4083:14;4063:18;4060:38;4057:84;;4113:18;;:::i;:::-;4057:84;3878:269;3827:320;;;:::o;4153:141::-;4202:4;4225:3;4217:11;;4248:3;4245:1;4238:14;4282:4;4279:1;4269:18;4261:26;;4153:141;;;:::o;4300:93::-;4337:6;4384:2;4379;4372:5;4368:14;4364:23;4354:33;;4300:93;;;:::o;4399:107::-;4443:8;4493:5;4487:4;4483:16;4462:37;;4399:107;;;;:::o;4512:393::-;4581:6;4631:1;4619:10;4615:18;4654:97;4684:66;4673:9;4654:97;:::i;:::-;4772:39;4802:8;4791:9;4772:39;:::i;:::-;4760:51;;4844:4;4840:9;4833:5;4829:21;4820:30;;4893:4;4883:8;4879:19;4872:5;4869:30;4859:40;;4588:317;;4512:393;;;;;:::o;4911:77::-;4948:7;4977:5;4966:16;;4911:77;;;:::o;4994:60::-;5022:3;5043:5;5036:12;;4994:60;;;:::o;5060:142::-;5110:9;5143:53;5161:34;5170:24;5188:5;5170:24;:::i;:::-;5161:34;:::i;:::-;5143:53;:::i;:::-;5130:66;;5060:142;;;:::o;5208:75::-;5251:3;5272:5;5265:12;;5208:75;;;:::o;5289:269::-;5399:39;5430:7;5399:39;:::i;:::-;5460:91;5509:41;5533:16;5509:41;:::i;:::-;5501:6;5494:4;5488:11;5460:91;:::i;:::-;5454:4;5447:105;5365:193;5289:269;;;:::o;5564:73::-;5609:3;5564:73;:::o;5643:189::-;5720:32;;:::i;:::-;5761:65;5819:6;5811;5805:4;5761:65;:::i;:::-;5696:136;5643:189;;:::o;5838:186::-;5898:120;5915:3;5908:5;5905:14;5898:120;;;5969:39;6006:1;5999:5;5969:39;:::i;:::-;5942:1;5935:5;5931:13;5922:22;;5898:120;;;5838:186;;:::o;6030:543::-;6131:2;6126:3;6123:11;6120:446;;;6165:38;6197:5;6165:38;:::i;:::-;6249:29;6267:10;6249:29;:::i;:::-;6239:8;6235:44;6432:2;6420:10;6417:18;6414:49;;;6453:8;6438:23;;6414:49;6476:80;6532:22;6550:3;6532:22;:::i;:::-;6522:8;6518:37;6505:11;6476:80;:::i;:::-;6135:431;;6120:446;6030:543;;;:::o;6579:117::-;6633:8;6683:5;6677:4;6673:16;6652:37;;6579:117;;;;:::o;6702:169::-;6746:6;6779:51;6827:1;6823:6;6815:5;6812:1;6808:13;6779:51;:::i;:::-;6775:56;6860:4;6854;6850:15;6840:25;;6753:118;6702:169;;;;:::o;6876:295::-;6952:4;7098:29;7123:3;7117:4;7098:29;:::i;:::-;7090:37;;7160:3;7157:1;7153:11;7147:4;7144:21;7136:29;;6876:295;;;;:::o;7176:1395::-;7293:37;7326:3;7293:37;:::i;:::-;7395:18;7387:6;7384:30;7381:56;;;7417:18;;:::i;:::-;7381:56;7461:38;7493:4;7487:11;7461:38;:::i;:::-;7546:67;7606:6;7598;7592:4;7546:67;:::i;:::-;7640:1;7664:4;7651:17;;7696:2;7688:6;7685:14;7713:1;7708:618;;;;8370:1;8387:6;8384:77;;;8436:9;8431:3;8427:19;8421:26;8412:35;;8384:77;8487:67;8547:6;8540:5;8487:67;:::i;:::-;8481:4;8474:81;8343:222;7678:887;;7708:618;7760:4;7756:9;7748:6;7744:22;7794:37;7826:4;7794:37;:::i;:::-;7853:1;7867:208;7881:7;7878:1;7875:14;7867:208;;;7960:9;7955:3;7951:19;7945:26;7937:6;7930:42;8011:1;8003:6;7999:14;7989:24;;8058:2;8047:9;8043:18;8030:31;;7904:4;7901:1;7897:12;7892:17;;7867:208;;;8103:6;8094:7;8091:19;8088:179;;;8161:9;8156:3;8152:19;8146:26;8204:48;8246:4;8238:6;8234:17;8223:9;8204:48;:::i;:::-;8196:6;8189:64;8111:156;8088:179;8313:1;8309;8301:6;8297:14;8293:22;8287:4;8280:36;7715:611;;;7678:887;;7268:1303;;;7176:1395;;:::o;1532:11312:6:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_afterTokenTransfer_1503":{"entryPoint":2679,"id":1503,"parameterSlots":3,"returnSlots":0},"@_approve_1438":{"entryPoint":1447,"id":1438,"parameterSlots":3,"returnSlots":0},"@_beforeTokenTransfer_1492":{"entryPoint":2674,"id":1492,"parameterSlots":3,"returnSlots":0},"@_msgSender_1619":{"entryPoint":1439,"id":1619,"parameterSlots":0,"returnSlots":1},"@_spendAllowance_1481":{"entryPoint":1904,"id":1481,"parameterSlots":3,"returnSlots":0},"@_transfer_1264":{"entryPoint":2044,"id":1264,"parameterSlots":3,"returnSlots":0},"@allowance_1059":{"entryPoint":1304,"id":1059,"parameterSlots":2,"returnSlots":1},"@approve_1084":{"entryPoint":776,"id":1084,"parameterSlots":2,"returnSlots":1},"@balanceOf_1016":{"entryPoint":932,"id":1016,"parameterSlots":1,"returnSlots":1},"@decimals_992":{"entryPoint":868,"id":992,"parameterSlots":0,"returnSlots":1},"@decreaseAllowance_1187":{"entryPoint":1150,"id":1187,"parameterSlots":2,"returnSlots":1},"@increaseAllowance_1146":{"entryPoint":877,"id":1146,"parameterSlots":2,"returnSlots":1},"@name_972":{"entryPoint":630,"id":972,"parameterSlots":0,"returnSlots":1},"@symbol_982":{"entryPoint":1004,"id":982,"parameterSlots":0,"returnSlots":1},"@totalSupply_1002":{"entryPoint":811,"id":1002,"parameterSlots":0,"returnSlots":1},"@transferFrom_1117":{"entryPoint":821,"id":1117,"parameterSlots":3,"returnSlots":1},"@transfer_1041":{"entryPoint":1269,"id":1041,"parameterSlots":2,"returnSlots":1},"abi_decode_t_address":{"entryPoint":2940,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":2994,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":3313,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_address":{"entryPoint":3358,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_addresst_addresst_uint256":{"entryPoint":3175,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_addresst_uint256":{"entryPoint":3015,"id":null,"parameterSlots":2,"returnSlots":2},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":3091,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":2771,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack":{"entryPoint":4388,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack":{"entryPoint":3988,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack":{"entryPoint":4096,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack":{"entryPoint":4534,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack":{"entryPoint":4242,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack":{"entryPoint":3842,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack":{"entryPoint":3696,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":3133,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":3271,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":3106,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":2828,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4423,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4023,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4131,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4569,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4277,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":3877,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":3731,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":3148,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":3286,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_unbounded":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":2684,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":2695,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":3565,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_address":{"entryPoint":2899,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":3079,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":2867,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":2961,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":3258,"id":null,"parameterSlots":1,"returnSlots":1},"copy_memory_to_memory_with_cleanup":{"entryPoint":2712,"id":null,"parameterSlots":3,"returnSlots":0},"extract_byte_array_length":{"entryPoint":3469,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x11":{"entryPoint":3518,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x22":{"entryPoint":3422,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":2862,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":2754,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f":{"entryPoint":4309,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029":{"entryPoint":3909,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe":{"entryPoint":4055,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6":{"entryPoint":4455,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea":{"entryPoint":4163,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208":{"entryPoint":3763,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8":{"entryPoint":3617,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":2917,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":2971,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:13699:15","statements":[{"body":{"nodeType":"YulBlock","src":"66:40:15","statements":[{"nodeType":"YulAssignment","src":"77:22:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"93:5:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"87:5:15"},"nodeType":"YulFunctionCall","src":"87:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"77:6:15"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"49:5:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"59:6:15","type":""}],"src":"7:99:15"},{"body":{"nodeType":"YulBlock","src":"208:73:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"225:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"230:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"218:6:15"},"nodeType":"YulFunctionCall","src":"218:19:15"},"nodeType":"YulExpressionStatement","src":"218:19:15"},{"nodeType":"YulAssignment","src":"246:29:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"265:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"270:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"261:3:15"},"nodeType":"YulFunctionCall","src":"261:14:15"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"246:11:15"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"180:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"185:6:15","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"196:11:15","type":""}],"src":"112:169:15"},{"body":{"nodeType":"YulBlock","src":"349:184:15","statements":[{"nodeType":"YulVariableDeclaration","src":"359:10:15","value":{"kind":"number","nodeType":"YulLiteral","src":"368:1:15","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"363:1:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"428:63:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"453:3:15"},{"name":"i","nodeType":"YulIdentifier","src":"458:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"449:3:15"},"nodeType":"YulFunctionCall","src":"449:11:15"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"472:3:15"},{"name":"i","nodeType":"YulIdentifier","src":"477:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"468:3:15"},"nodeType":"YulFunctionCall","src":"468:11:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"462:5:15"},"nodeType":"YulFunctionCall","src":"462:18:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"442:6:15"},"nodeType":"YulFunctionCall","src":"442:39:15"},"nodeType":"YulExpressionStatement","src":"442:39:15"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"389:1:15"},{"name":"length","nodeType":"YulIdentifier","src":"392:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"386:2:15"},"nodeType":"YulFunctionCall","src":"386:13:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"400:19:15","statements":[{"nodeType":"YulAssignment","src":"402:15:15","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"411:1:15"},{"kind":"number","nodeType":"YulLiteral","src":"414:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"407:3:15"},"nodeType":"YulFunctionCall","src":"407:10:15"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"402:1:15"}]}]},"pre":{"nodeType":"YulBlock","src":"382:3:15","statements":[]},"src":"378:113:15"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"511:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"516:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"507:3:15"},"nodeType":"YulFunctionCall","src":"507:16:15"},{"kind":"number","nodeType":"YulLiteral","src":"525:1:15","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"500:6:15"},"nodeType":"YulFunctionCall","src":"500:27:15"},"nodeType":"YulExpressionStatement","src":"500:27:15"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"331:3:15","type":""},{"name":"dst","nodeType":"YulTypedName","src":"336:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"341:6:15","type":""}],"src":"287:246:15"},{"body":{"nodeType":"YulBlock","src":"587:54:15","statements":[{"nodeType":"YulAssignment","src":"597:38:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"615:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"622:2:15","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"611:3:15"},"nodeType":"YulFunctionCall","src":"611:14:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"631:2:15","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"627:3:15"},"nodeType":"YulFunctionCall","src":"627:7:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"607:3:15"},"nodeType":"YulFunctionCall","src":"607:28:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"597:6:15"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"570:5:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"580:6:15","type":""}],"src":"539:102:15"},{"body":{"nodeType":"YulBlock","src":"739:285:15","statements":[{"nodeType":"YulVariableDeclaration","src":"749:53:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"796:5:15"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"763:32:15"},"nodeType":"YulFunctionCall","src":"763:39:15"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"753:6:15","type":""}]},{"nodeType":"YulAssignment","src":"811:78:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"877:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"882:6:15"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"818:58:15"},"nodeType":"YulFunctionCall","src":"818:71:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"811:3:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"937:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"944:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"933:3:15"},"nodeType":"YulFunctionCall","src":"933:16:15"},{"name":"pos","nodeType":"YulIdentifier","src":"951:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"956:6:15"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"898:34:15"},"nodeType":"YulFunctionCall","src":"898:65:15"},"nodeType":"YulExpressionStatement","src":"898:65:15"},{"nodeType":"YulAssignment","src":"972:46:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"983:3:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1010:6:15"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"988:21:15"},"nodeType":"YulFunctionCall","src":"988:29:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"979:3:15"},"nodeType":"YulFunctionCall","src":"979:39:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"972:3:15"}]}]},"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"720:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"727:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"735:3:15","type":""}],"src":"647:377:15"},{"body":{"nodeType":"YulBlock","src":"1148:195:15","statements":[{"nodeType":"YulAssignment","src":"1158:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1170:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"1181:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1166:3:15"},"nodeType":"YulFunctionCall","src":"1166:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1158:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1205:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"1216:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1201:3:15"},"nodeType":"YulFunctionCall","src":"1201:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1224:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"1230:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1220:3:15"},"nodeType":"YulFunctionCall","src":"1220:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1194:6:15"},"nodeType":"YulFunctionCall","src":"1194:47:15"},"nodeType":"YulExpressionStatement","src":"1194:47:15"},{"nodeType":"YulAssignment","src":"1250:86:15","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1322:6:15"},{"name":"tail","nodeType":"YulIdentifier","src":"1331:4:15"}],"functionName":{"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1258:63:15"},"nodeType":"YulFunctionCall","src":"1258:78:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1250:4:15"}]}]},"name":"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1120:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1132:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1143:4:15","type":""}],"src":"1030:313:15"},{"body":{"nodeType":"YulBlock","src":"1389:35:15","statements":[{"nodeType":"YulAssignment","src":"1399:19:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1415:2:15","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1409:5:15"},"nodeType":"YulFunctionCall","src":"1409:9:15"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1399:6:15"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1382:6:15","type":""}],"src":"1349:75:15"},{"body":{"nodeType":"YulBlock","src":"1519:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1536:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1539:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1529:6:15"},"nodeType":"YulFunctionCall","src":"1529:12:15"},"nodeType":"YulExpressionStatement","src":"1529:12:15"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"1430:117:15"},{"body":{"nodeType":"YulBlock","src":"1642:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1659:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1662:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1652:6:15"},"nodeType":"YulFunctionCall","src":"1652:12:15"},"nodeType":"YulExpressionStatement","src":"1652:12:15"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"1553:117:15"},{"body":{"nodeType":"YulBlock","src":"1721:81:15","statements":[{"nodeType":"YulAssignment","src":"1731:65:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1746:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"1753:42:15","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1742:3:15"},"nodeType":"YulFunctionCall","src":"1742:54:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1731:7:15"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1703:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1713:7:15","type":""}],"src":"1676:126:15"},{"body":{"nodeType":"YulBlock","src":"1853:51:15","statements":[{"nodeType":"YulAssignment","src":"1863:35:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1892:5:15"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"1874:17:15"},"nodeType":"YulFunctionCall","src":"1874:24:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1863:7:15"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1835:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1845:7:15","type":""}],"src":"1808:96:15"},{"body":{"nodeType":"YulBlock","src":"1953:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"2010:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2019:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2022:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2012:6:15"},"nodeType":"YulFunctionCall","src":"2012:12:15"},"nodeType":"YulExpressionStatement","src":"2012:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1976:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2001:5:15"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"1983:17:15"},"nodeType":"YulFunctionCall","src":"1983:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"1973:2:15"},"nodeType":"YulFunctionCall","src":"1973:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"1966:6:15"},"nodeType":"YulFunctionCall","src":"1966:43:15"},"nodeType":"YulIf","src":"1963:63:15"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1946:5:15","type":""}],"src":"1910:122:15"},{"body":{"nodeType":"YulBlock","src":"2090:87:15","statements":[{"nodeType":"YulAssignment","src":"2100:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2122:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2109:12:15"},"nodeType":"YulFunctionCall","src":"2109:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2100:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2165:5:15"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"2138:26:15"},"nodeType":"YulFunctionCall","src":"2138:33:15"},"nodeType":"YulExpressionStatement","src":"2138:33:15"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2068:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"2076:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2084:5:15","type":""}],"src":"2038:139:15"},{"body":{"nodeType":"YulBlock","src":"2228:32:15","statements":[{"nodeType":"YulAssignment","src":"2238:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"2249:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"2238:7:15"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2210:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"2220:7:15","type":""}],"src":"2183:77:15"},{"body":{"nodeType":"YulBlock","src":"2309:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"2366:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2375:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2378:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2368:6:15"},"nodeType":"YulFunctionCall","src":"2368:12:15"},"nodeType":"YulExpressionStatement","src":"2368:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2332:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2357:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"2339:17:15"},"nodeType":"YulFunctionCall","src":"2339:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"2329:2:15"},"nodeType":"YulFunctionCall","src":"2329:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2322:6:15"},"nodeType":"YulFunctionCall","src":"2322:43:15"},"nodeType":"YulIf","src":"2319:63:15"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2302:5:15","type":""}],"src":"2266:122:15"},{"body":{"nodeType":"YulBlock","src":"2446:87:15","statements":[{"nodeType":"YulAssignment","src":"2456:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2478:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2465:12:15"},"nodeType":"YulFunctionCall","src":"2465:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2456:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2521:5:15"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"2494:26:15"},"nodeType":"YulFunctionCall","src":"2494:33:15"},"nodeType":"YulExpressionStatement","src":"2494:33:15"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2424:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"2432:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2440:5:15","type":""}],"src":"2394:139:15"},{"body":{"nodeType":"YulBlock","src":"2622:391:15","statements":[{"body":{"nodeType":"YulBlock","src":"2668:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"2670:77:15"},"nodeType":"YulFunctionCall","src":"2670:79:15"},"nodeType":"YulExpressionStatement","src":"2670:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2643:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"2652:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2639:3:15"},"nodeType":"YulFunctionCall","src":"2639:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"2664:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2635:3:15"},"nodeType":"YulFunctionCall","src":"2635:32:15"},"nodeType":"YulIf","src":"2632:119:15"},{"nodeType":"YulBlock","src":"2761:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2776:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"2790:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2780:6:15","type":""}]},{"nodeType":"YulAssignment","src":"2805:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2840:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"2851:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2836:3:15"},"nodeType":"YulFunctionCall","src":"2836:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2860:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"2815:20:15"},"nodeType":"YulFunctionCall","src":"2815:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"2805:6:15"}]}]},{"nodeType":"YulBlock","src":"2888:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2903:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"2917:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2907:6:15","type":""}]},{"nodeType":"YulAssignment","src":"2933:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2968:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"2979:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2964:3:15"},"nodeType":"YulFunctionCall","src":"2964:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2988:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"2943:20:15"},"nodeType":"YulFunctionCall","src":"2943:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"2933:6:15"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2584:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2595:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2607:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2615:6:15","type":""}],"src":"2539:474:15"},{"body":{"nodeType":"YulBlock","src":"3061:48:15","statements":[{"nodeType":"YulAssignment","src":"3071:32:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3096:5:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3089:6:15"},"nodeType":"YulFunctionCall","src":"3089:13:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3082:6:15"},"nodeType":"YulFunctionCall","src":"3082:21:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"3071:7:15"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3043:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"3053:7:15","type":""}],"src":"3019:90:15"},{"body":{"nodeType":"YulBlock","src":"3174:50:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3191:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3211:5:15"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"3196:14:15"},"nodeType":"YulFunctionCall","src":"3196:21:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3184:6:15"},"nodeType":"YulFunctionCall","src":"3184:34:15"},"nodeType":"YulExpressionStatement","src":"3184:34:15"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3162:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"3169:3:15","type":""}],"src":"3115:109:15"},{"body":{"nodeType":"YulBlock","src":"3322:118:15","statements":[{"nodeType":"YulAssignment","src":"3332:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3344:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3355:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3340:3:15"},"nodeType":"YulFunctionCall","src":"3340:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3332:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3406:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3419:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3430:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3415:3:15"},"nodeType":"YulFunctionCall","src":"3415:17:15"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"3368:37:15"},"nodeType":"YulFunctionCall","src":"3368:65:15"},"nodeType":"YulExpressionStatement","src":"3368:65:15"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3294:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3306:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3317:4:15","type":""}],"src":"3230:210:15"},{"body":{"nodeType":"YulBlock","src":"3511:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3528:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3551:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"3533:17:15"},"nodeType":"YulFunctionCall","src":"3533:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3521:6:15"},"nodeType":"YulFunctionCall","src":"3521:37:15"},"nodeType":"YulExpressionStatement","src":"3521:37:15"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3499:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"3506:3:15","type":""}],"src":"3446:118:15"},{"body":{"nodeType":"YulBlock","src":"3668:124:15","statements":[{"nodeType":"YulAssignment","src":"3678:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3690:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3701:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3686:3:15"},"nodeType":"YulFunctionCall","src":"3686:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3678:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3758:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3771:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3782:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3767:3:15"},"nodeType":"YulFunctionCall","src":"3767:17:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"3714:43:15"},"nodeType":"YulFunctionCall","src":"3714:71:15"},"nodeType":"YulExpressionStatement","src":"3714:71:15"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3640:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3652:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3663:4:15","type":""}],"src":"3570:222:15"},{"body":{"nodeType":"YulBlock","src":"3898:519:15","statements":[{"body":{"nodeType":"YulBlock","src":"3944:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"3946:77:15"},"nodeType":"YulFunctionCall","src":"3946:79:15"},"nodeType":"YulExpressionStatement","src":"3946:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"3919:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"3928:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3915:3:15"},"nodeType":"YulFunctionCall","src":"3915:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"3940:2:15","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3911:3:15"},"nodeType":"YulFunctionCall","src":"3911:32:15"},"nodeType":"YulIf","src":"3908:119:15"},{"nodeType":"YulBlock","src":"4037:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4052:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4066:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4056:6:15","type":""}]},{"nodeType":"YulAssignment","src":"4081:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4116:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"4127:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4112:3:15"},"nodeType":"YulFunctionCall","src":"4112:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4136:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"4091:20:15"},"nodeType":"YulFunctionCall","src":"4091:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4081:6:15"}]}]},{"nodeType":"YulBlock","src":"4164:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4179:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4193:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4183:6:15","type":""}]},{"nodeType":"YulAssignment","src":"4209:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4244:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"4255:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4240:3:15"},"nodeType":"YulFunctionCall","src":"4240:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4264:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"4219:20:15"},"nodeType":"YulFunctionCall","src":"4219:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4209:6:15"}]}]},{"nodeType":"YulBlock","src":"4292:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4307:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4321:2:15","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4311:6:15","type":""}]},{"nodeType":"YulAssignment","src":"4337:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4372:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"4383:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4368:3:15"},"nodeType":"YulFunctionCall","src":"4368:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4392:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"4347:20:15"},"nodeType":"YulFunctionCall","src":"4347:53:15"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"4337:6:15"}]}]}]},"name":"abi_decode_tuple_t_addresst_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3852:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"3863:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"3875:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"3883:6:15","type":""},{"name":"value2","nodeType":"YulTypedName","src":"3891:6:15","type":""}],"src":"3798:619:15"},{"body":{"nodeType":"YulBlock","src":"4466:43:15","statements":[{"nodeType":"YulAssignment","src":"4476:27:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4491:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"4498:4:15","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4487:3:15"},"nodeType":"YulFunctionCall","src":"4487:16:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4476:7:15"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4448:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4458:7:15","type":""}],"src":"4423:86:15"},{"body":{"nodeType":"YulBlock","src":"4576:51:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"4593:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4614:5:15"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"4598:15:15"},"nodeType":"YulFunctionCall","src":"4598:22:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4586:6:15"},"nodeType":"YulFunctionCall","src":"4586:35:15"},"nodeType":"YulExpressionStatement","src":"4586:35:15"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4564:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"4571:3:15","type":""}],"src":"4515:112:15"},{"body":{"nodeType":"YulBlock","src":"4727:120:15","statements":[{"nodeType":"YulAssignment","src":"4737:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4749:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"4760:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4745:3:15"},"nodeType":"YulFunctionCall","src":"4745:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4737:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4813:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4826:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"4837:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4822:3:15"},"nodeType":"YulFunctionCall","src":"4822:17:15"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"4773:39:15"},"nodeType":"YulFunctionCall","src":"4773:67:15"},"nodeType":"YulExpressionStatement","src":"4773:67:15"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4699:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"4711:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"4722:4:15","type":""}],"src":"4633:214:15"},{"body":{"nodeType":"YulBlock","src":"4919:263:15","statements":[{"body":{"nodeType":"YulBlock","src":"4965:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4967:77:15"},"nodeType":"YulFunctionCall","src":"4967:79:15"},"nodeType":"YulExpressionStatement","src":"4967:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4940:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"4949:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4936:3:15"},"nodeType":"YulFunctionCall","src":"4936:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"4961:2:15","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4932:3:15"},"nodeType":"YulFunctionCall","src":"4932:32:15"},"nodeType":"YulIf","src":"4929:119:15"},{"nodeType":"YulBlock","src":"5058:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5073:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5087:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5077:6:15","type":""}]},{"nodeType":"YulAssignment","src":"5102:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5137:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5148:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5133:3:15"},"nodeType":"YulFunctionCall","src":"5133:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5157:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5112:20:15"},"nodeType":"YulFunctionCall","src":"5112:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5102:6:15"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4889:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4900:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4912:6:15","type":""}],"src":"4853:329:15"},{"body":{"nodeType":"YulBlock","src":"5271:391:15","statements":[{"body":{"nodeType":"YulBlock","src":"5317:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5319:77:15"},"nodeType":"YulFunctionCall","src":"5319:79:15"},"nodeType":"YulExpressionStatement","src":"5319:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5292:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"5301:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5288:3:15"},"nodeType":"YulFunctionCall","src":"5288:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"5313:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5284:3:15"},"nodeType":"YulFunctionCall","src":"5284:32:15"},"nodeType":"YulIf","src":"5281:119:15"},{"nodeType":"YulBlock","src":"5410:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5425:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5439:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5429:6:15","type":""}]},{"nodeType":"YulAssignment","src":"5454:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5489:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5500:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5485:3:15"},"nodeType":"YulFunctionCall","src":"5485:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5509:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5464:20:15"},"nodeType":"YulFunctionCall","src":"5464:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5454:6:15"}]}]},{"nodeType":"YulBlock","src":"5537:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5552:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5566:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5556:6:15","type":""}]},{"nodeType":"YulAssignment","src":"5582:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5617:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5628:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5613:3:15"},"nodeType":"YulFunctionCall","src":"5613:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5637:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5592:20:15"},"nodeType":"YulFunctionCall","src":"5592:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5582:6:15"}]}]}]},"name":"abi_decode_tuple_t_addresst_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5233:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5244:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5256:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5264:6:15","type":""}],"src":"5188:474:15"},{"body":{"nodeType":"YulBlock","src":"5696:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5713:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5716:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5706:6:15"},"nodeType":"YulFunctionCall","src":"5706:88:15"},"nodeType":"YulExpressionStatement","src":"5706:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5810:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"5813:4:15","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5803:6:15"},"nodeType":"YulFunctionCall","src":"5803:15:15"},"nodeType":"YulExpressionStatement","src":"5803:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5834:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5837:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5827:6:15"},"nodeType":"YulFunctionCall","src":"5827:15:15"},"nodeType":"YulExpressionStatement","src":"5827:15:15"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"5668:180:15"},{"body":{"nodeType":"YulBlock","src":"5905:269:15","statements":[{"nodeType":"YulAssignment","src":"5915:22:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"5929:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"5935:1:15","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"5925:3:15"},"nodeType":"YulFunctionCall","src":"5925:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"5915:6:15"}]},{"nodeType":"YulVariableDeclaration","src":"5946:38:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"5976:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"5982:1:15","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5972:3:15"},"nodeType":"YulFunctionCall","src":"5972:12:15"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"5950:18:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"6023:51:15","statements":[{"nodeType":"YulAssignment","src":"6037:27:15","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6051:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"6059:4:15","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6047:3:15"},"nodeType":"YulFunctionCall","src":"6047:17:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"6037:6:15"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"6003:18:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5996:6:15"},"nodeType":"YulFunctionCall","src":"5996:26:15"},"nodeType":"YulIf","src":"5993:81:15"},{"body":{"nodeType":"YulBlock","src":"6126:42:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"6140:16:15"},"nodeType":"YulFunctionCall","src":"6140:18:15"},"nodeType":"YulExpressionStatement","src":"6140:18:15"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"6090:18:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6113:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"6121:2:15","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6110:2:15"},"nodeType":"YulFunctionCall","src":"6110:14:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6087:2:15"},"nodeType":"YulFunctionCall","src":"6087:38:15"},"nodeType":"YulIf","src":"6084:84:15"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"5889:4:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"5898:6:15","type":""}],"src":"5854:320:15"},{"body":{"nodeType":"YulBlock","src":"6208:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6225:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6228:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6218:6:15"},"nodeType":"YulFunctionCall","src":"6218:88:15"},"nodeType":"YulExpressionStatement","src":"6218:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6322:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"6325:4:15","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6315:6:15"},"nodeType":"YulFunctionCall","src":"6315:15:15"},"nodeType":"YulExpressionStatement","src":"6315:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6346:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6349:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6339:6:15"},"nodeType":"YulFunctionCall","src":"6339:15:15"},"nodeType":"YulExpressionStatement","src":"6339:15:15"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"6180:180:15"},{"body":{"nodeType":"YulBlock","src":"6410:147:15","statements":[{"nodeType":"YulAssignment","src":"6420:25:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6443:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6425:17:15"},"nodeType":"YulFunctionCall","src":"6425:20:15"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"6420:1:15"}]},{"nodeType":"YulAssignment","src":"6454:25:15","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"6477:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6459:17:15"},"nodeType":"YulFunctionCall","src":"6459:20:15"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"6454:1:15"}]},{"nodeType":"YulAssignment","src":"6488:16:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6499:1:15"},{"name":"y","nodeType":"YulIdentifier","src":"6502:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6495:3:15"},"nodeType":"YulFunctionCall","src":"6495:9:15"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"6488:3:15"}]},{"body":{"nodeType":"YulBlock","src":"6528:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"6530:16:15"},"nodeType":"YulFunctionCall","src":"6530:18:15"},"nodeType":"YulExpressionStatement","src":"6530:18:15"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6520:1:15"},{"name":"sum","nodeType":"YulIdentifier","src":"6523:3:15"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6517:2:15"},"nodeType":"YulFunctionCall","src":"6517:10:15"},"nodeType":"YulIf","src":"6514:36:15"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"6397:1:15","type":""},{"name":"y","nodeType":"YulTypedName","src":"6400:1:15","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"6406:3:15","type":""}],"src":"6366:191:15"},{"body":{"nodeType":"YulBlock","src":"6669:118:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"6691:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"6699:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6687:3:15"},"nodeType":"YulFunctionCall","src":"6687:14:15"},{"hexValue":"45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77","kind":"string","nodeType":"YulLiteral","src":"6703:34:15","type":"","value":"ERC20: decreased allowance below"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6680:6:15"},"nodeType":"YulFunctionCall","src":"6680:58:15"},"nodeType":"YulExpressionStatement","src":"6680:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"6759:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"6767:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6755:3:15"},"nodeType":"YulFunctionCall","src":"6755:15:15"},{"hexValue":"207a65726f","kind":"string","nodeType":"YulLiteral","src":"6772:7:15","type":"","value":" zero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6748:6:15"},"nodeType":"YulFunctionCall","src":"6748:32:15"},"nodeType":"YulExpressionStatement","src":"6748:32:15"}]},"name":"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"6661:6:15","type":""}],"src":"6563:224:15"},{"body":{"nodeType":"YulBlock","src":"6939:220:15","statements":[{"nodeType":"YulAssignment","src":"6949:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7015:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"7020:2:15","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"6956:58:15"},"nodeType":"YulFunctionCall","src":"6956:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"6949:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7121:3:15"}],"functionName":{"name":"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","nodeType":"YulIdentifier","src":"7032:88:15"},"nodeType":"YulFunctionCall","src":"7032:93:15"},"nodeType":"YulExpressionStatement","src":"7032:93:15"},{"nodeType":"YulAssignment","src":"7134:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7145:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"7150:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7141:3:15"},"nodeType":"YulFunctionCall","src":"7141:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"7134:3:15"}]}]},"name":"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"6927:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"6935:3:15","type":""}],"src":"6793:366:15"},{"body":{"nodeType":"YulBlock","src":"7336:248:15","statements":[{"nodeType":"YulAssignment","src":"7346:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7358:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"7369:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7354:3:15"},"nodeType":"YulFunctionCall","src":"7354:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7346:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7393:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"7404:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7389:3:15"},"nodeType":"YulFunctionCall","src":"7389:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"7412:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"7418:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7408:3:15"},"nodeType":"YulFunctionCall","src":"7408:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7382:6:15"},"nodeType":"YulFunctionCall","src":"7382:47:15"},"nodeType":"YulExpressionStatement","src":"7382:47:15"},{"nodeType":"YulAssignment","src":"7438:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"7572:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"7446:124:15"},"nodeType":"YulFunctionCall","src":"7446:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7438:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7316:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"7331:4:15","type":""}],"src":"7165:419:15"},{"body":{"nodeType":"YulBlock","src":"7696:117:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"7718:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"7726:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7714:3:15"},"nodeType":"YulFunctionCall","src":"7714:14:15"},{"hexValue":"45524332303a20617070726f76652066726f6d20746865207a65726f20616464","kind":"string","nodeType":"YulLiteral","src":"7730:34:15","type":"","value":"ERC20: approve from the zero add"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7707:6:15"},"nodeType":"YulFunctionCall","src":"7707:58:15"},"nodeType":"YulExpressionStatement","src":"7707:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"7786:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"7794:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7782:3:15"},"nodeType":"YulFunctionCall","src":"7782:15:15"},{"hexValue":"72657373","kind":"string","nodeType":"YulLiteral","src":"7799:6:15","type":"","value":"ress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7775:6:15"},"nodeType":"YulFunctionCall","src":"7775:31:15"},"nodeType":"YulExpressionStatement","src":"7775:31:15"}]},"name":"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"7688:6:15","type":""}],"src":"7590:223:15"},{"body":{"nodeType":"YulBlock","src":"7965:220:15","statements":[{"nodeType":"YulAssignment","src":"7975:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8041:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"8046:2:15","type":"","value":"36"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"7982:58:15"},"nodeType":"YulFunctionCall","src":"7982:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"7975:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8147:3:15"}],"functionName":{"name":"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","nodeType":"YulIdentifier","src":"8058:88:15"},"nodeType":"YulFunctionCall","src":"8058:93:15"},"nodeType":"YulExpressionStatement","src":"8058:93:15"},{"nodeType":"YulAssignment","src":"8160:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8171:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"8176:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8167:3:15"},"nodeType":"YulFunctionCall","src":"8167:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"8160:3:15"}]}]},"name":"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"7953:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"7961:3:15","type":""}],"src":"7819:366:15"},{"body":{"nodeType":"YulBlock","src":"8362:248:15","statements":[{"nodeType":"YulAssignment","src":"8372:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8384:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"8395:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8380:3:15"},"nodeType":"YulFunctionCall","src":"8380:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8372:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8419:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"8430:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8415:3:15"},"nodeType":"YulFunctionCall","src":"8415:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"8438:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"8444:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8434:3:15"},"nodeType":"YulFunctionCall","src":"8434:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8408:6:15"},"nodeType":"YulFunctionCall","src":"8408:47:15"},"nodeType":"YulExpressionStatement","src":"8408:47:15"},{"nodeType":"YulAssignment","src":"8464:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"8598:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"8472:124:15"},"nodeType":"YulFunctionCall","src":"8472:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8464:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8342:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"8357:4:15","type":""}],"src":"8191:419:15"},{"body":{"nodeType":"YulBlock","src":"8722:115:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8744:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"8752:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8740:3:15"},"nodeType":"YulFunctionCall","src":"8740:14:15"},{"hexValue":"45524332303a20617070726f766520746f20746865207a65726f206164647265","kind":"string","nodeType":"YulLiteral","src":"8756:34:15","type":"","value":"ERC20: approve to the zero addre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8733:6:15"},"nodeType":"YulFunctionCall","src":"8733:58:15"},"nodeType":"YulExpressionStatement","src":"8733:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8812:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"8820:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8808:3:15"},"nodeType":"YulFunctionCall","src":"8808:15:15"},{"hexValue":"7373","kind":"string","nodeType":"YulLiteral","src":"8825:4:15","type":"","value":"ss"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8801:6:15"},"nodeType":"YulFunctionCall","src":"8801:29:15"},"nodeType":"YulExpressionStatement","src":"8801:29:15"}]},"name":"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"8714:6:15","type":""}],"src":"8616:221:15"},{"body":{"nodeType":"YulBlock","src":"8989:220:15","statements":[{"nodeType":"YulAssignment","src":"8999:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9065:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"9070:2:15","type":"","value":"34"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9006:58:15"},"nodeType":"YulFunctionCall","src":"9006:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"8999:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9171:3:15"}],"functionName":{"name":"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","nodeType":"YulIdentifier","src":"9082:88:15"},"nodeType":"YulFunctionCall","src":"9082:93:15"},"nodeType":"YulExpressionStatement","src":"9082:93:15"},{"nodeType":"YulAssignment","src":"9184:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9195:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"9200:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9191:3:15"},"nodeType":"YulFunctionCall","src":"9191:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"9184:3:15"}]}]},"name":"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"8977:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"8985:3:15","type":""}],"src":"8843:366:15"},{"body":{"nodeType":"YulBlock","src":"9386:248:15","statements":[{"nodeType":"YulAssignment","src":"9396:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9408:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"9419:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9404:3:15"},"nodeType":"YulFunctionCall","src":"9404:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9396:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9443:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"9454:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9439:3:15"},"nodeType":"YulFunctionCall","src":"9439:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"9462:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"9468:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9458:3:15"},"nodeType":"YulFunctionCall","src":"9458:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9432:6:15"},"nodeType":"YulFunctionCall","src":"9432:47:15"},"nodeType":"YulExpressionStatement","src":"9432:47:15"},{"nodeType":"YulAssignment","src":"9488:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"9622:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9496:124:15"},"nodeType":"YulFunctionCall","src":"9496:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9488:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9366:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"9381:4:15","type":""}],"src":"9215:419:15"},{"body":{"nodeType":"YulBlock","src":"9746:73:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9768:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"9776:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9764:3:15"},"nodeType":"YulFunctionCall","src":"9764:14:15"},{"hexValue":"45524332303a20696e73756666696369656e7420616c6c6f77616e6365","kind":"string","nodeType":"YulLiteral","src":"9780:31:15","type":"","value":"ERC20: insufficient allowance"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9757:6:15"},"nodeType":"YulFunctionCall","src":"9757:55:15"},"nodeType":"YulExpressionStatement","src":"9757:55:15"}]},"name":"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"9738:6:15","type":""}],"src":"9640:179:15"},{"body":{"nodeType":"YulBlock","src":"9971:220:15","statements":[{"nodeType":"YulAssignment","src":"9981:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10047:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"10052:2:15","type":"","value":"29"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9988:58:15"},"nodeType":"YulFunctionCall","src":"9988:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"9981:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10153:3:15"}],"functionName":{"name":"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","nodeType":"YulIdentifier","src":"10064:88:15"},"nodeType":"YulFunctionCall","src":"10064:93:15"},"nodeType":"YulExpressionStatement","src":"10064:93:15"},{"nodeType":"YulAssignment","src":"10166:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10177:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"10182:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10173:3:15"},"nodeType":"YulFunctionCall","src":"10173:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"10166:3:15"}]}]},"name":"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"9959:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"9967:3:15","type":""}],"src":"9825:366:15"},{"body":{"nodeType":"YulBlock","src":"10368:248:15","statements":[{"nodeType":"YulAssignment","src":"10378:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10390:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"10401:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10386:3:15"},"nodeType":"YulFunctionCall","src":"10386:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10378:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10425:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"10436:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10421:3:15"},"nodeType":"YulFunctionCall","src":"10421:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10444:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"10450:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"10440:3:15"},"nodeType":"YulFunctionCall","src":"10440:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10414:6:15"},"nodeType":"YulFunctionCall","src":"10414:47:15"},"nodeType":"YulExpressionStatement","src":"10414:47:15"},{"nodeType":"YulAssignment","src":"10470:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10604:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"10478:124:15"},"nodeType":"YulFunctionCall","src":"10478:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10470:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10348:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10363:4:15","type":""}],"src":"10197:419:15"},{"body":{"nodeType":"YulBlock","src":"10728:118:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"10750:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"10758:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10746:3:15"},"nodeType":"YulFunctionCall","src":"10746:14:15"},{"hexValue":"45524332303a207472616e736665722066726f6d20746865207a65726f206164","kind":"string","nodeType":"YulLiteral","src":"10762:34:15","type":"","value":"ERC20: transfer from the zero ad"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10739:6:15"},"nodeType":"YulFunctionCall","src":"10739:58:15"},"nodeType":"YulExpressionStatement","src":"10739:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"10818:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"10826:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10814:3:15"},"nodeType":"YulFunctionCall","src":"10814:15:15"},{"hexValue":"6472657373","kind":"string","nodeType":"YulLiteral","src":"10831:7:15","type":"","value":"dress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10807:6:15"},"nodeType":"YulFunctionCall","src":"10807:32:15"},"nodeType":"YulExpressionStatement","src":"10807:32:15"}]},"name":"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"10720:6:15","type":""}],"src":"10622:224:15"},{"body":{"nodeType":"YulBlock","src":"10998:220:15","statements":[{"nodeType":"YulAssignment","src":"11008:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11074:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"11079:2:15","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11015:58:15"},"nodeType":"YulFunctionCall","src":"11015:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11008:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11180:3:15"}],"functionName":{"name":"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","nodeType":"YulIdentifier","src":"11091:88:15"},"nodeType":"YulFunctionCall","src":"11091:93:15"},"nodeType":"YulExpressionStatement","src":"11091:93:15"},{"nodeType":"YulAssignment","src":"11193:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11204:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"11209:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11200:3:15"},"nodeType":"YulFunctionCall","src":"11200:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"11193:3:15"}]}]},"name":"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"10986:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10994:3:15","type":""}],"src":"10852:366:15"},{"body":{"nodeType":"YulBlock","src":"11395:248:15","statements":[{"nodeType":"YulAssignment","src":"11405:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11417:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"11428:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11413:3:15"},"nodeType":"YulFunctionCall","src":"11413:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11405:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11452:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"11463:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11448:3:15"},"nodeType":"YulFunctionCall","src":"11448:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"11471:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"11477:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11467:3:15"},"nodeType":"YulFunctionCall","src":"11467:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11441:6:15"},"nodeType":"YulFunctionCall","src":"11441:47:15"},"nodeType":"YulExpressionStatement","src":"11441:47:15"},{"nodeType":"YulAssignment","src":"11497:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"11631:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11505:124:15"},"nodeType":"YulFunctionCall","src":"11505:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11497:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11375:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11390:4:15","type":""}],"src":"11224:419:15"},{"body":{"nodeType":"YulBlock","src":"11755:116:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"11777:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"11785:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11773:3:15"},"nodeType":"YulFunctionCall","src":"11773:14:15"},{"hexValue":"45524332303a207472616e7366657220746f20746865207a65726f2061646472","kind":"string","nodeType":"YulLiteral","src":"11789:34:15","type":"","value":"ERC20: transfer to the zero addr"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11766:6:15"},"nodeType":"YulFunctionCall","src":"11766:58:15"},"nodeType":"YulExpressionStatement","src":"11766:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"11845:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"11853:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11841:3:15"},"nodeType":"YulFunctionCall","src":"11841:15:15"},{"hexValue":"657373","kind":"string","nodeType":"YulLiteral","src":"11858:5:15","type":"","value":"ess"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11834:6:15"},"nodeType":"YulFunctionCall","src":"11834:30:15"},"nodeType":"YulExpressionStatement","src":"11834:30:15"}]},"name":"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"11747:6:15","type":""}],"src":"11649:222:15"},{"body":{"nodeType":"YulBlock","src":"12023:220:15","statements":[{"nodeType":"YulAssignment","src":"12033:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12099:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12104:2:15","type":"","value":"35"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12040:58:15"},"nodeType":"YulFunctionCall","src":"12040:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12033:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12205:3:15"}],"functionName":{"name":"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","nodeType":"YulIdentifier","src":"12116:88:15"},"nodeType":"YulFunctionCall","src":"12116:93:15"},"nodeType":"YulExpressionStatement","src":"12116:93:15"},{"nodeType":"YulAssignment","src":"12218:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12229:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12234:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12225:3:15"},"nodeType":"YulFunctionCall","src":"12225:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12218:3:15"}]}]},"name":"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12011:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12019:3:15","type":""}],"src":"11877:366:15"},{"body":{"nodeType":"YulBlock","src":"12420:248:15","statements":[{"nodeType":"YulAssignment","src":"12430:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12442:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"12453:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12438:3:15"},"nodeType":"YulFunctionCall","src":"12438:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12430:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12477:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"12488:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12473:3:15"},"nodeType":"YulFunctionCall","src":"12473:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12496:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"12502:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"12492:3:15"},"nodeType":"YulFunctionCall","src":"12492:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12466:6:15"},"nodeType":"YulFunctionCall","src":"12466:47:15"},"nodeType":"YulExpressionStatement","src":"12466:47:15"},{"nodeType":"YulAssignment","src":"12522:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12656:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12530:124:15"},"nodeType":"YulFunctionCall","src":"12530:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12522:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"12400:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"12415:4:15","type":""}],"src":"12249:419:15"},{"body":{"nodeType":"YulBlock","src":"12780:119:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12802:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"12810:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12798:3:15"},"nodeType":"YulFunctionCall","src":"12798:14:15"},{"hexValue":"45524332303a207472616e7366657220616d6f756e7420657863656564732062","kind":"string","nodeType":"YulLiteral","src":"12814:34:15","type":"","value":"ERC20: transfer amount exceeds b"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12791:6:15"},"nodeType":"YulFunctionCall","src":"12791:58:15"},"nodeType":"YulExpressionStatement","src":"12791:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12870:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"12878:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12866:3:15"},"nodeType":"YulFunctionCall","src":"12866:15:15"},{"hexValue":"616c616e6365","kind":"string","nodeType":"YulLiteral","src":"12883:8:15","type":"","value":"alance"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12859:6:15"},"nodeType":"YulFunctionCall","src":"12859:33:15"},"nodeType":"YulExpressionStatement","src":"12859:33:15"}]},"name":"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"12772:6:15","type":""}],"src":"12674:225:15"},{"body":{"nodeType":"YulBlock","src":"13051:220:15","statements":[{"nodeType":"YulAssignment","src":"13061:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13127:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13132:2:15","type":"","value":"38"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13068:58:15"},"nodeType":"YulFunctionCall","src":"13068:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13061:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13233:3:15"}],"functionName":{"name":"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","nodeType":"YulIdentifier","src":"13144:88:15"},"nodeType":"YulFunctionCall","src":"13144:93:15"},"nodeType":"YulExpressionStatement","src":"13144:93:15"},{"nodeType":"YulAssignment","src":"13246:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13257:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13262:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13253:3:15"},"nodeType":"YulFunctionCall","src":"13253:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13246:3:15"}]}]},"name":"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13039:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13047:3:15","type":""}],"src":"12905:366:15"},{"body":{"nodeType":"YulBlock","src":"13448:248:15","statements":[{"nodeType":"YulAssignment","src":"13458:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13470:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"13481:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13466:3:15"},"nodeType":"YulFunctionCall","src":"13466:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13458:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13505:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"13516:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13501:3:15"},"nodeType":"YulFunctionCall","src":"13501:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13524:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"13530:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13520:3:15"},"nodeType":"YulFunctionCall","src":"13520:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13494:6:15"},"nodeType":"YulFunctionCall","src":"13494:47:15"},"nodeType":"YulExpressionStatement","src":"13494:47:15"},{"nodeType":"YulAssignment","src":"13550:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13684:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13558:124:15"},"nodeType":"YulFunctionCall","src":"13558:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13550:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13428:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13443:4:15","type":""}],"src":"13277:419:15"}]},"contents":"{\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\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\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value0, tail)\n\n }\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_addresst_uint256(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_addresst_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: decreased allowance below\")\n\n mstore(add(memPtr, 32), \" zero\")\n\n }\n\n function abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: approve from the zero add\")\n\n mstore(add(memPtr, 32), \"ress\")\n\n }\n\n function abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 36)\n store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: approve to the zero addre\")\n\n mstore(add(memPtr, 32), \"ss\")\n\n }\n\n function abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 34)\n store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: insufficient allowance\")\n\n }\n\n function abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 29)\n store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer from the zero ad\")\n\n mstore(add(memPtr, 32), \"dress\")\n\n }\n\n function abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer to the zero addr\")\n\n mstore(add(memPtr, 32), \"ess\")\n\n }\n\n function abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 35)\n store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer amount exceeds b\")\n\n mstore(add(memPtr, 32), \"alance\")\n\n }\n\n function abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":15,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461016857806370a082311461019857806395d89b41146101c8578063a457c2d7146101e6578063a9059cbb14610216578063dd62ed3e14610246576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100fc57806323b872dd1461011a578063313ce5671461014a575b600080fd5b6100b6610276565b6040516100c39190610b0c565b60405180910390f35b6100e660048036038101906100e19190610bc7565b610308565b6040516100f39190610c22565b60405180910390f35b61010461032b565b6040516101119190610c4c565b60405180910390f35b610134600480360381019061012f9190610c67565b610335565b6040516101419190610c22565b60405180910390f35b610152610364565b60405161015f9190610cd6565b60405180910390f35b610182600480360381019061017d9190610bc7565b61036d565b60405161018f9190610c22565b60405180910390f35b6101b260048036038101906101ad9190610cf1565b6103a4565b6040516101bf9190610c4c565b60405180910390f35b6101d06103ec565b6040516101dd9190610b0c565b60405180910390f35b61020060048036038101906101fb9190610bc7565b61047e565b60405161020d9190610c22565b60405180910390f35b610230600480360381019061022b9190610bc7565b6104f5565b60405161023d9190610c22565b60405180910390f35b610260600480360381019061025b9190610d1e565b610518565b60405161026d9190610c4c565b60405180910390f35b60606003805461028590610d8d565b80601f01602080910402602001604051908101604052809291908181526020018280546102b190610d8d565b80156102fe5780601f106102d3576101008083540402835291602001916102fe565b820191906000526020600020905b8154815290600101906020018083116102e157829003601f168201915b5050505050905090565b60008061031361059f565b90506103208185856105a7565b600191505092915050565b6000600254905090565b60008061034061059f565b905061034d858285610770565b6103588585856107fc565b60019150509392505050565b60006012905090565b60008061037861059f565b905061039981858561038a8589610518565b6103949190610ded565b6105a7565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546103fb90610d8d565b80601f016020809104026020016040519081016040528092919081815260200182805461042790610d8d565b80156104745780601f1061044957610100808354040283529160200191610474565b820191906000526020600020905b81548152906001019060200180831161045757829003601f168201915b5050505050905090565b60008061048961059f565b905060006104978286610518565b9050838110156104dc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104d390610e93565b60405180910390fd5b6104e982868684036105a7565b60019250505092915050565b60008061050061059f565b905061050d8185856107fc565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610616576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161060d90610f25565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610685576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067c90610fb7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516107639190610c4c565b60405180910390a3505050565b600061077c8484610518565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146107f657818110156107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90611023565b60405180910390fd5b6107f584848484036105a7565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361086b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610862906110b5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d190611147565b60405180910390fd5b6108e5838383610a72565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101561096b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610962906111d9565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a599190610c4c565b60405180910390a3610a6c848484610a77565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ab6578082015181840152602081019050610a9b565b60008484015250505050565b6000601f19601f8301169050919050565b6000610ade82610a7c565b610ae88185610a87565b9350610af8818560208601610a98565b610b0181610ac2565b840191505092915050565b60006020820190508181036000830152610b268184610ad3565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610b5e82610b33565b9050919050565b610b6e81610b53565b8114610b7957600080fd5b50565b600081359050610b8b81610b65565b92915050565b6000819050919050565b610ba481610b91565b8114610baf57600080fd5b50565b600081359050610bc181610b9b565b92915050565b60008060408385031215610bde57610bdd610b2e565b5b6000610bec85828601610b7c565b9250506020610bfd85828601610bb2565b9150509250929050565b60008115159050919050565b610c1c81610c07565b82525050565b6000602082019050610c376000830184610c13565b92915050565b610c4681610b91565b82525050565b6000602082019050610c616000830184610c3d565b92915050565b600080600060608486031215610c8057610c7f610b2e565b5b6000610c8e86828701610b7c565b9350506020610c9f86828701610b7c565b9250506040610cb086828701610bb2565b9150509250925092565b600060ff82169050919050565b610cd081610cba565b82525050565b6000602082019050610ceb6000830184610cc7565b92915050565b600060208284031215610d0757610d06610b2e565b5b6000610d1584828501610b7c565b91505092915050565b60008060408385031215610d3557610d34610b2e565b5b6000610d4385828601610b7c565b9250506020610d5485828601610b7c565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610da557607f821691505b602082108103610db857610db7610d5e565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df882610b91565b9150610e0383610b91565b9250828201905080821115610e1b57610e1a610dbe565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610e7d602583610a87565b9150610e8882610e21565b604082019050919050565b60006020820190508181036000830152610eac81610e70565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f0f602483610a87565b9150610f1a82610eb3565b604082019050919050565b60006020820190508181036000830152610f3e81610f02565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fa1602283610a87565b9150610fac82610f45565b604082019050919050565b60006020820190508181036000830152610fd081610f94565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061100d601d83610a87565b915061101882610fd7565b602082019050919050565b6000602082019050818103600083015261103c81611000565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061109f602583610a87565b91506110aa82611043565b604082019050919050565b600060208201905081810360008301526110ce81611092565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611131602383610a87565b915061113c826110d5565b604082019050919050565b6000602082019050818103600083015261116081611124565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006111c3602683610a87565b91506111ce82611167565b604082019050919050565b600060208201905081810360008301526111f2816111b6565b905091905056fea26469706673582212203f964721ffb5f8e7386b9365859b9194e4ad9856f3c840f128334936a424267d64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xA9 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x39509351 GT PUSH2 0x71 JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x168 JUMPI DUP1 PUSH4 0x70A08231 EQ PUSH2 0x198 JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x1C8 JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x1E6 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x216 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x246 JUMPI PUSH2 0xA9 JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0xAE JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0xCC JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0xFC JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x11A JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x14A JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB6 PUSH2 0x276 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC3 SWAP2 SWAP1 PUSH2 0xB0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE6 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE1 SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x308 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xF3 SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x104 PUSH2 0x32B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x111 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x134 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x12F SWAP2 SWAP1 PUSH2 0xC67 JUMP JUMPDEST PUSH2 0x335 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x141 SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x152 PUSH2 0x364 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x15F SWAP2 SWAP1 PUSH2 0xCD6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x182 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x17D SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x36D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x18F SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1B2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1AD SWAP2 SWAP1 PUSH2 0xCF1 JUMP JUMPDEST PUSH2 0x3A4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1BF SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1D0 PUSH2 0x3EC JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DD SWAP2 SWAP1 PUSH2 0xB0C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x200 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1FB SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x47E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x20D SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x230 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x22B SWAP2 SWAP1 PUSH2 0xBC7 JUMP JUMPDEST PUSH2 0x4F5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23D SWAP2 SWAP1 PUSH2 0xC22 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x260 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x25B SWAP2 SWAP1 PUSH2 0xD1E JUMP JUMPDEST PUSH2 0x518 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x26D SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x285 SWAP1 PUSH2 0xD8D 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 0x2B1 SWAP1 PUSH2 0xD8D JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2FE JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2D3 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2FE 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 0x2E1 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x313 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x320 DUP2 DUP6 DUP6 PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x340 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x34D DUP6 DUP3 DUP6 PUSH2 0x770 JUMP JUMPDEST PUSH2 0x358 DUP6 DUP6 DUP6 PUSH2 0x7FC JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x12 SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x378 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x399 DUP2 DUP6 DUP6 PUSH2 0x38A DUP6 DUP10 PUSH2 0x518 JUMP JUMPDEST PUSH2 0x394 SWAP2 SWAP1 PUSH2 0xDED JUMP JUMPDEST PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x4 DUP1 SLOAD PUSH2 0x3FB SWAP1 PUSH2 0xD8D 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 0x427 SWAP1 PUSH2 0xD8D JUMP JUMPDEST DUP1 ISZERO PUSH2 0x474 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x449 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x474 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 0x457 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x489 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x497 DUP3 DUP7 PUSH2 0x518 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x4DC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x4D3 SWAP1 PUSH2 0xE93 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x4E9 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x5A7 JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x500 PUSH2 0x59F JUMP JUMPDEST SWAP1 POP PUSH2 0x50D DUP2 DUP6 DUP6 PUSH2 0x7FC JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x616 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x60D SWAP1 PUSH2 0xF25 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x685 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x67C SWAP1 PUSH2 0xFB7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0x763 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x77C DUP5 DUP5 PUSH2 0x518 JUMP JUMPDEST SWAP1 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 EQ PUSH2 0x7F6 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x7E8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7DF SWAP1 PUSH2 0x1023 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x7F5 DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x5A7 JUMP JUMPDEST JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x86B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x862 SWAP1 PUSH2 0x10B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x8DA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8D1 SWAP1 PUSH2 0x1147 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x8E5 DUP4 DUP4 DUP4 PUSH2 0xA72 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0x96B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x962 SWAP1 PUSH2 0x11D9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xA59 SWAP2 SWAP1 PUSH2 0xC4C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xA6C DUP5 DUP5 DUP5 PUSH2 0xA77 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xAB6 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0xA9B JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xADE DUP3 PUSH2 0xA7C JUMP JUMPDEST PUSH2 0xAE8 DUP2 DUP6 PUSH2 0xA87 JUMP JUMPDEST SWAP4 POP PUSH2 0xAF8 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0xA98 JUMP JUMPDEST PUSH2 0xB01 DUP2 PUSH2 0xAC2 JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xB26 DUP2 DUP5 PUSH2 0xAD3 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xB5E DUP3 PUSH2 0xB33 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB6E DUP2 PUSH2 0xB53 JUMP JUMPDEST DUP2 EQ PUSH2 0xB79 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB8B DUP2 PUSH2 0xB65 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xBA4 DUP2 PUSH2 0xB91 JUMP JUMPDEST DUP2 EQ PUSH2 0xBAF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xBC1 DUP2 PUSH2 0xB9B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xBDE JUMPI PUSH2 0xBDD PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xBEC DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xBFD DUP6 DUP3 DUP7 ADD PUSH2 0xBB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xC1C DUP2 PUSH2 0xC07 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xC37 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xC13 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xC46 DUP2 PUSH2 0xB91 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xC61 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xC3D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xC80 JUMPI PUSH2 0xC7F PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xC8E DUP7 DUP3 DUP8 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xC9F DUP7 DUP3 DUP8 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xCB0 DUP7 DUP3 DUP8 ADD PUSH2 0xBB2 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xCD0 DUP2 PUSH2 0xCBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xCEB PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xCC7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD07 JUMPI PUSH2 0xD06 PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD15 DUP5 DUP3 DUP6 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD35 JUMPI PUSH2 0xD34 PUSH2 0xB2E JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD43 DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xD54 DUP6 DUP3 DUP7 ADD PUSH2 0xB7C JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0xDA5 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0xDB8 JUMPI PUSH2 0xDB7 PUSH2 0xD5E JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xDF8 DUP3 PUSH2 0xB91 JUMP JUMPDEST SWAP2 POP PUSH2 0xE03 DUP4 PUSH2 0xB91 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0xE1B JUMPI PUSH2 0xE1A PUSH2 0xDBE JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xE7D PUSH1 0x25 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xE88 DUP3 PUSH2 0xE21 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xEAC DUP2 PUSH2 0xE70 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF0F PUSH1 0x24 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xF1A DUP3 PUSH2 0xEB3 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xF3E DUP2 PUSH2 0xF02 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFA1 PUSH1 0x22 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0xFAC DUP3 PUSH2 0xF45 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xFD0 DUP2 PUSH2 0xF94 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100D PUSH1 0x1D DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x1018 DUP3 PUSH2 0xFD7 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x103C DUP2 PUSH2 0x1000 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x109F PUSH1 0x25 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x10AA DUP3 PUSH2 0x1043 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CE DUP2 PUSH2 0x1092 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1131 PUSH1 0x23 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x113C DUP3 PUSH2 0x10D5 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1160 DUP2 PUSH2 0x1124 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11C3 PUSH1 0x26 DUP4 PUSH2 0xA87 JUMP JUMPDEST SWAP2 POP PUSH2 0x11CE DUP3 PUSH2 0x1167 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11F2 DUP2 PUSH2 0x11B6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 EXTCODEHASH SWAP7 SELFBALANCE 0x21 SELFDESTRUCT 0xB5 0xF8 0xE7 CODESIZE PUSH12 0x9365859B9194E4AD9856F3C8 BLOCKHASH CALL 0x28 CALLER 0x49 CALLDATASIZE LOG4 0x24 0x26 PUSH30 0x64736F6C6343000812003300000000000000000000000000000000000000 ","sourceMap":"1532:11312:6:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4444:197;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3255:106;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5203:256;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3104:91;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5854:234;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3419:125;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2369:102;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6575:427;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3740:189;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3987:149;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2158:98;2212:13;2244:5;2237:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98;:::o;4444:197::-;4527:4;4543:13;4559:12;:10;:12::i;:::-;4543:28;;4581:32;4590:5;4597:7;4606:6;4581:8;:32::i;:::-;4630:4;4623:11;;;4444:197;;;;:::o;3255:106::-;3316:7;3342:12;;3335:19;;3255:106;:::o;5203:256::-;5300:4;5316:15;5334:12;:10;:12::i;:::-;5316:30;;5356:38;5372:4;5378:7;5387:6;5356:15;:38::i;:::-;5404:27;5414:4;5420:2;5424:6;5404:9;:27::i;:::-;5448:4;5441:11;;;5203:256;;;;;:::o;3104:91::-;3162:5;3186:2;3179:9;;3104:91;:::o;5854:234::-;5942:4;5958:13;5974:12;:10;:12::i;:::-;5958:28;;5996:64;6005:5;6012:7;6049:10;6021:25;6031:5;6038:7;6021:9;:25::i;:::-;:38;;;;:::i;:::-;5996:8;:64::i;:::-;6077:4;6070:11;;;5854:234;;;;:::o;3419:125::-;3493:7;3519:9;:18;3529:7;3519:18;;;;;;;;;;;;;;;;3512:25;;3419:125;;;:::o;2369:102::-;2425:13;2457:7;2450:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2369:102;:::o;6575:427::-;6668:4;6684:13;6700:12;:10;:12::i;:::-;6684:28;;6722:24;6749:25;6759:5;6766:7;6749:9;:25::i;:::-;6722:52;;6812:15;6792:16;:35;;6784:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;6903:60;6912:5;6919:7;6947:15;6928:16;:34;6903:8;:60::i;:::-;6991:4;6984:11;;;;6575:427;;;;:::o;3740:189::-;3819:4;3835:13;3851:12;:10;:12::i;:::-;3835:28;;3873;3883:5;3890:2;3894:6;3873:9;:28::i;:::-;3918:4;3911:11;;;3740:189;;;;:::o;3987:149::-;4076:7;4102:11;:18;4114:5;4102:18;;;;;;;;;;;;;;;:27;4121:7;4102:27;;;;;;;;;;;;;;;;4095:34;;3987:149;;;;:::o;655:96:9:-;708:7;734:10;727:17;;655:96;:::o;10457:340:6:-;10575:1;10558:19;;:5;:19;;;10550:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10655:1;10636:21;;:7;:21;;;10628:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10737:6;10707:11;:18;10719:5;10707:18;;;;;;;;;;;;;;;:27;10726:7;10707:27;;;;;;;;;;;;;;;:36;;;;10774:7;10758:32;;10767:5;10758:32;;;10783:6;10758:32;;;;;;:::i;:::-;;;;;;;;10457:340;;;:::o;11078:411::-;11178:24;11205:25;11215:5;11222:7;11205:9;:25::i;:::-;11178:52;;11264:17;11244:16;:37;11240:243;;11325:6;11305:16;:26;;11297:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11407:51;11416:5;11423:7;11451:6;11432:16;:25;11407:8;:51::i;:::-;11240:243;11168:321;11078:411;;;:::o;7456:788::-;7568:1;7552:18;;:4;:18;;;7544:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7644:1;7630:16;;:2;:16;;;7622:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;7697:38;7718:4;7724:2;7728:6;7697:20;:38::i;:::-;7746:19;7768:9;:15;7778:4;7768:15;;;;;;;;;;;;;;;;7746:37;;7816:6;7801:11;:21;;7793:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;7931:6;7917:11;:20;7899:9;:15;7909:4;7899:15;;;;;;;;;;;;;;;:38;;;;8131:6;8114:9;:13;8124:2;8114:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;8178:2;8163:26;;8172:4;8163:26;;;8182:6;8163:26;;;;;;:::i;:::-;;;;;;;;8200:37;8220:4;8226:2;8230:6;8200:19;:37::i;:::-;7534:710;7456:788;;;:::o;12073:91::-;;;;:::o;12752:90::-;;;;:::o;7:99:15:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:118::-;3533:24;3551:5;3533:24;:::i;:::-;3528:3;3521:37;3446:118;;:::o;3570:222::-;3663:4;3701:2;3690:9;3686:18;3678:26;;3714:71;3782:1;3771:9;3767:17;3758:6;3714:71;:::i;:::-;3570:222;;;;:::o;3798:619::-;3875:6;3883;3891;3940:2;3928:9;3919:7;3915:23;3911:32;3908:119;;;3946:79;;:::i;:::-;3908:119;4066:1;4091:53;4136:7;4127:6;4116:9;4112:22;4091:53;:::i;:::-;4081:63;;4037:117;4193:2;4219:53;4264:7;4255:6;4244:9;4240:22;4219:53;:::i;:::-;4209:63;;4164:118;4321:2;4347:53;4392:7;4383:6;4372:9;4368:22;4347:53;:::i;:::-;4337:63;;4292:118;3798:619;;;;;:::o;4423:86::-;4458:7;4498:4;4491:5;4487:16;4476:27;;4423:86;;;:::o;4515:112::-;4598:22;4614:5;4598:22;:::i;:::-;4593:3;4586:35;4515:112;;:::o;4633:214::-;4722:4;4760:2;4749:9;4745:18;4737:26;;4773:67;4837:1;4826:9;4822:17;4813:6;4773:67;:::i;:::-;4633:214;;;;:::o;4853:329::-;4912:6;4961:2;4949:9;4940:7;4936:23;4932:32;4929:119;;;4967:79;;:::i;:::-;4929:119;5087:1;5112:53;5157:7;5148:6;5137:9;5133:22;5112:53;:::i;:::-;5102:63;;5058:117;4853:329;;;;:::o;5188:474::-;5256:6;5264;5313:2;5301:9;5292:7;5288:23;5284:32;5281:119;;;5319:79;;:::i;:::-;5281:119;5439:1;5464:53;5509:7;5500:6;5489:9;5485:22;5464:53;:::i;:::-;5454:63;;5410:117;5566:2;5592:53;5637:7;5628:6;5617:9;5613:22;5592:53;:::i;:::-;5582:63;;5537:118;5188:474;;;;;:::o;5668:180::-;5716:77;5713:1;5706:88;5813:4;5810:1;5803:15;5837:4;5834:1;5827:15;5854:320;5898:6;5935:1;5929:4;5925:12;5915:22;;5982:1;5976:4;5972:12;6003:18;5993:81;;6059:4;6051:6;6047:17;6037:27;;5993:81;6121:2;6113:6;6110:14;6090:18;6087:38;6084:84;;6140:18;;:::i;:::-;6084:84;5905:269;5854:320;;;:::o;6180:180::-;6228:77;6225:1;6218:88;6325:4;6322:1;6315:15;6349:4;6346:1;6339:15;6366:191;6406:3;6425:20;6443:1;6425:20;:::i;:::-;6420:25;;6459:20;6477:1;6459:20;:::i;:::-;6454:25;;6502:1;6499;6495:9;6488:16;;6523:3;6520:1;6517:10;6514:36;;;6530:18;;:::i;:::-;6514:36;6366:191;;;;:::o;6563:224::-;6703:34;6699:1;6691:6;6687:14;6680:58;6772:7;6767:2;6759:6;6755:15;6748:32;6563:224;:::o;6793:366::-;6935:3;6956:67;7020:2;7015:3;6956:67;:::i;:::-;6949:74;;7032:93;7121:3;7032:93;:::i;:::-;7150:2;7145:3;7141:12;7134:19;;6793:366;;;:::o;7165:419::-;7331:4;7369:2;7358:9;7354:18;7346:26;;7418:9;7412:4;7408:20;7404:1;7393:9;7389:17;7382:47;7446:131;7572:4;7446:131;:::i;:::-;7438:139;;7165:419;;;:::o;7590:223::-;7730:34;7726:1;7718:6;7714:14;7707:58;7799:6;7794:2;7786:6;7782:15;7775:31;7590:223;:::o;7819:366::-;7961:3;7982:67;8046:2;8041:3;7982:67;:::i;:::-;7975:74;;8058:93;8147:3;8058:93;:::i;:::-;8176:2;8171:3;8167:12;8160:19;;7819:366;;;:::o;8191:419::-;8357:4;8395:2;8384:9;8380:18;8372:26;;8444:9;8438:4;8434:20;8430:1;8419:9;8415:17;8408:47;8472:131;8598:4;8472:131;:::i;:::-;8464:139;;8191:419;;;:::o;8616:221::-;8756:34;8752:1;8744:6;8740:14;8733:58;8825:4;8820:2;8812:6;8808:15;8801:29;8616:221;:::o;8843:366::-;8985:3;9006:67;9070:2;9065:3;9006:67;:::i;:::-;8999:74;;9082:93;9171:3;9082:93;:::i;:::-;9200:2;9195:3;9191:12;9184:19;;8843:366;;;:::o;9215:419::-;9381:4;9419:2;9408:9;9404:18;9396:26;;9468:9;9462:4;9458:20;9454:1;9443:9;9439:17;9432:47;9496:131;9622:4;9496:131;:::i;:::-;9488:139;;9215:419;;;:::o;9640:179::-;9780:31;9776:1;9768:6;9764:14;9757:55;9640:179;:::o;9825:366::-;9967:3;9988:67;10052:2;10047:3;9988:67;:::i;:::-;9981:74;;10064:93;10153:3;10064:93;:::i;:::-;10182:2;10177:3;10173:12;10166:19;;9825:366;;;:::o;10197:419::-;10363:4;10401:2;10390:9;10386:18;10378:26;;10450:9;10444:4;10440:20;10436:1;10425:9;10421:17;10414:47;10478:131;10604:4;10478:131;:::i;:::-;10470:139;;10197:419;;;:::o;10622:224::-;10762:34;10758:1;10750:6;10746:14;10739:58;10831:7;10826:2;10818:6;10814:15;10807:32;10622:224;:::o;10852:366::-;10994:3;11015:67;11079:2;11074:3;11015:67;:::i;:::-;11008:74;;11091:93;11180:3;11091:93;:::i;:::-;11209:2;11204:3;11200:12;11193:19;;10852:366;;;:::o;11224:419::-;11390:4;11428:2;11417:9;11413:18;11405:26;;11477:9;11471:4;11467:20;11463:1;11452:9;11448:17;11441:47;11505:131;11631:4;11505:131;:::i;:::-;11497:139;;11224:419;;;:::o;11649:222::-;11789:34;11785:1;11777:6;11773:14;11766:58;11858:5;11853:2;11845:6;11841:15;11834:30;11649:222;:::o;11877:366::-;12019:3;12040:67;12104:2;12099:3;12040:67;:::i;:::-;12033:74;;12116:93;12205:3;12116:93;:::i;:::-;12234:2;12229:3;12225:12;12218:19;;11877:366;;;:::o;12249:419::-;12415:4;12453:2;12442:9;12438:18;12430:26;;12502:9;12496:4;12492:20;12488:1;12477:9;12473:17;12466:47;12530:131;12656:4;12530:131;:::i;:::-;12522:139;;12249:419;;;:::o;12674:225::-;12814:34;12810:1;12802:6;12798:14;12791:58;12883:8;12878:2;12870:6;12866:15;12859:33;12674:225;:::o;12905:366::-;13047:3;13068:67;13132:2;13127:3;13068:67;:::i;:::-;13061:74;;13144:93;13233:3;13144:93;:::i;:::-;13262:2;13257:3;13253:12;13246:19;;12905:366;;;:::o;13277:419::-;13443:4;13481:2;13470:9;13466:18;13458:26;;13530:9;13524:4;13520:20;13516:1;13505:9;13501:17;13494:47;13558:131;13684:4;13558:131;:::i;:::-;13550:139;;13277:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"931000","executionCost":"infinite","totalCost":"infinite"},"external":{"allowance(address,address)":"infinite","approve(address,uint256)":"infinite","balanceOf(address)":"2863","decimals()":"432","decreaseAllowance(address,uint256)":"infinite","increaseAllowance(address,uint256)":"infinite","name()":"infinite","symbol()":"infinite","totalSupply()":"2482","transfer(address,uint256)":"infinite","transferFrom(address,address,uint256)":"infinite"},"internal":{"_afterTokenTransfer(address,address,uint256)":"15","_approve(address,address,uint256)":"infinite","_beforeTokenTransfer(address,address,uint256)":"15","_burn(address,uint256)":"infinite","_mint(address,uint256)":"infinite","_spendAllowance(address,address,uint256)":"infinite","_transfer(address,address,uint256)":"infinite"}},"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","decimals()":"313ce567","decreaseAllowance(address,uint256)":"a457c2d7","increaseAllowance(address,uint256)":"39509351","name()":"06fdde03","symbol()":"95d89b41","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name_\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol_\",\"type\":\"string\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Implementation of the {IERC20} interface. This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. For a generic mechanism see {ERC20PresetMinterPauser}. TIP: For a detailed writeup see our guide https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How to implement supply mechanisms]. The default value of {decimals} is 18. To change this, you should override this function so it returns a different value. We have followed general OpenZeppelin Contracts guidelines: functions revert instead returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of ERC20 applications. Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"See {IERC20-allowance}.\"},\"approve(address,uint256)\":{\"details\":\"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address.\"},\"balanceOf(address)\":{\"details\":\"See {IERC20-balanceOf}.\"},\"constructor\":{\"details\":\"Sets the values for {name} and {symbol}. All two of these values are immutable: they can only be set once during construction.\"},\"decimals()\":{\"details\":\"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}.\"},\"decreaseAllowance(address,uint256)\":{\"details\":\"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`.\"},\"increaseAllowance(address,uint256)\":{\"details\":\"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address.\"},\"name()\":{\"details\":\"Returns the name of the token.\"},\"symbol()\":{\"details\":\"Returns the symbol of the token, usually a shorter version of the name.\"},\"totalSupply()\":{\"details\":\"See {IERC20-totalSupply}.\"},\"transfer(address,uint256)\":{\"details\":\"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":\"ERC20\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./IERC20.sol\\\";\\nimport \\\"./extensions/IERC20Metadata.sol\\\";\\nimport \\\"../../utils/Context.sol\\\";\\n\\n/**\\n * @dev Implementation of the {IERC20} interface.\\n *\\n * This implementation is agnostic to the way tokens are created. This means\\n * that a supply mechanism has to be added in a derived contract using {_mint}.\\n * For a generic mechanism see {ERC20PresetMinterPauser}.\\n *\\n * TIP: For a detailed writeup see our guide\\n * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\\n * to implement supply mechanisms].\\n *\\n * The default value of {decimals} is 18. To change this, you should override\\n * this function so it returns a different value.\\n *\\n * We have followed general OpenZeppelin Contracts guidelines: functions revert\\n * instead returning `false` on failure. This behavior is nonetheless\\n * conventional and does not conflict with the expectations of ERC20\\n * applications.\\n *\\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\\n * This allows applications to reconstruct the allowance for all accounts just\\n * by listening to said events. Other implementations of the EIP may not emit\\n * these events, as it isn't required by the specification.\\n *\\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\\n * functions have been added to mitigate the well-known issues around setting\\n * allowances. See {IERC20-approve}.\\n */\\ncontract ERC20 is Context, IERC20, IERC20Metadata {\\n mapping(address => uint256) private _balances;\\n\\n mapping(address => mapping(address => uint256)) private _allowances;\\n\\n uint256 private _totalSupply;\\n\\n string private _name;\\n string private _symbol;\\n\\n /**\\n * @dev Sets the values for {name} and {symbol}.\\n *\\n * All two of these values are immutable: they can only be set once during\\n * construction.\\n */\\n constructor(string memory name_, string memory symbol_) {\\n _name = name_;\\n _symbol = symbol_;\\n }\\n\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() public view virtual override returns (string memory) {\\n return _name;\\n }\\n\\n /**\\n * @dev Returns the symbol of the token, usually a shorter version of the\\n * name.\\n */\\n function symbol() public view virtual override returns (string memory) {\\n return _symbol;\\n }\\n\\n /**\\n * @dev Returns the number of decimals used to get its user representation.\\n * For example, if `decimals` equals `2`, a balance of `505` tokens should\\n * be displayed to a user as `5.05` (`505 / 10 ** 2`).\\n *\\n * Tokens usually opt for a value of 18, imitating the relationship between\\n * Ether and Wei. This is the default value returned by this function, unless\\n * it's overridden.\\n *\\n * NOTE: This information is only used for _display_ purposes: it in\\n * no way affects any of the arithmetic of the contract, including\\n * {IERC20-balanceOf} and {IERC20-transfer}.\\n */\\n function decimals() public view virtual override returns (uint8) {\\n return 18;\\n }\\n\\n /**\\n * @dev See {IERC20-totalSupply}.\\n */\\n function totalSupply() public view virtual override returns (uint256) {\\n return _totalSupply;\\n }\\n\\n /**\\n * @dev See {IERC20-balanceOf}.\\n */\\n function balanceOf(address account) public view virtual override returns (uint256) {\\n return _balances[account];\\n }\\n\\n /**\\n * @dev See {IERC20-transfer}.\\n *\\n * Requirements:\\n *\\n * - `to` cannot be the zero address.\\n * - the caller must have a balance of at least `amount`.\\n */\\n function transfer(address to, uint256 amount) public virtual override returns (bool) {\\n address owner = _msgSender();\\n _transfer(owner, to, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-allowance}.\\n */\\n function allowance(address owner, address spender) public view virtual override returns (uint256) {\\n return _allowances[owner][spender];\\n }\\n\\n /**\\n * @dev See {IERC20-approve}.\\n *\\n * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\\n * `transferFrom`. This is semantically equivalent to an infinite approval.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function approve(address spender, uint256 amount) public virtual override returns (bool) {\\n address owner = _msgSender();\\n _approve(owner, spender, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-transferFrom}.\\n *\\n * Emits an {Approval} event indicating the updated allowance. This is not\\n * required by the EIP. See the note at the beginning of {ERC20}.\\n *\\n * NOTE: Does not update the allowance if the current allowance\\n * is the maximum `uint256`.\\n *\\n * Requirements:\\n *\\n * - `from` and `to` cannot be the zero address.\\n * - `from` must have a balance of at least `amount`.\\n * - the caller must have allowance for ``from``'s tokens of at least\\n * `amount`.\\n */\\n function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {\\n address spender = _msgSender();\\n _spendAllowance(from, spender, amount);\\n _transfer(from, to, amount);\\n return true;\\n }\\n\\n /**\\n * @dev Atomically increases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\\n address owner = _msgSender();\\n _approve(owner, spender, allowance(owner, spender) + addedValue);\\n return true;\\n }\\n\\n /**\\n * @dev Atomically decreases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `spender` must have allowance for the caller of at least\\n * `subtractedValue`.\\n */\\n function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\\n address owner = _msgSender();\\n uint256 currentAllowance = allowance(owner, spender);\\n require(currentAllowance >= subtractedValue, \\\"ERC20: decreased allowance below zero\\\");\\n unchecked {\\n _approve(owner, spender, currentAllowance - subtractedValue);\\n }\\n\\n return true;\\n }\\n\\n /**\\n * @dev Moves `amount` of tokens from `from` to `to`.\\n *\\n * This internal function is equivalent to {transfer}, and can be used to\\n * e.g. implement automatic token fees, slashing mechanisms, etc.\\n *\\n * Emits a {Transfer} event.\\n *\\n * Requirements:\\n *\\n * - `from` cannot be the zero address.\\n * - `to` cannot be the zero address.\\n * - `from` must have a balance of at least `amount`.\\n */\\n function _transfer(address from, address to, uint256 amount) internal virtual {\\n require(from != address(0), \\\"ERC20: transfer from the zero address\\\");\\n require(to != address(0), \\\"ERC20: transfer to the zero address\\\");\\n\\n _beforeTokenTransfer(from, to, amount);\\n\\n uint256 fromBalance = _balances[from];\\n require(fromBalance >= amount, \\\"ERC20: transfer amount exceeds balance\\\");\\n unchecked {\\n _balances[from] = fromBalance - amount;\\n // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by\\n // decrementing then incrementing.\\n _balances[to] += amount;\\n }\\n\\n emit Transfer(from, to, amount);\\n\\n _afterTokenTransfer(from, to, amount);\\n }\\n\\n /** @dev Creates `amount` tokens and assigns them to `account`, increasing\\n * the total supply.\\n *\\n * Emits a {Transfer} event with `from` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `account` cannot be the zero address.\\n */\\n function _mint(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: mint to the zero address\\\");\\n\\n _beforeTokenTransfer(address(0), account, amount);\\n\\n _totalSupply += amount;\\n unchecked {\\n // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.\\n _balances[account] += amount;\\n }\\n emit Transfer(address(0), account, amount);\\n\\n _afterTokenTransfer(address(0), account, amount);\\n }\\n\\n /**\\n * @dev Destroys `amount` tokens from `account`, reducing the\\n * total supply.\\n *\\n * Emits a {Transfer} event with `to` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `account` cannot be the zero address.\\n * - `account` must have at least `amount` tokens.\\n */\\n function _burn(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: burn from the zero address\\\");\\n\\n _beforeTokenTransfer(account, address(0), amount);\\n\\n uint256 accountBalance = _balances[account];\\n require(accountBalance >= amount, \\\"ERC20: burn amount exceeds balance\\\");\\n unchecked {\\n _balances[account] = accountBalance - amount;\\n // Overflow not possible: amount <= accountBalance <= totalSupply.\\n _totalSupply -= amount;\\n }\\n\\n emit Transfer(account, address(0), amount);\\n\\n _afterTokenTransfer(account, address(0), amount);\\n }\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\\n *\\n * This internal function is equivalent to `approve`, and can be used to\\n * e.g. set automatic allowances for certain subsystems, etc.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `owner` cannot be the zero address.\\n * - `spender` cannot be the zero address.\\n */\\n function _approve(address owner, address spender, uint256 amount) internal virtual {\\n require(owner != address(0), \\\"ERC20: approve from the zero address\\\");\\n require(spender != address(0), \\\"ERC20: approve to the zero address\\\");\\n\\n _allowances[owner][spender] = amount;\\n emit Approval(owner, spender, amount);\\n }\\n\\n /**\\n * @dev Updates `owner` s allowance for `spender` based on spent `amount`.\\n *\\n * Does not update the allowance amount in case of infinite allowance.\\n * Revert if not enough allowance is available.\\n *\\n * Might emit an {Approval} event.\\n */\\n function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {\\n uint256 currentAllowance = allowance(owner, spender);\\n if (currentAllowance != type(uint256).max) {\\n require(currentAllowance >= amount, \\\"ERC20: insufficient allowance\\\");\\n unchecked {\\n _approve(owner, spender, currentAllowance - amount);\\n }\\n }\\n }\\n\\n /**\\n * @dev Hook that is called before any transfer of tokens. This includes\\n * minting and burning.\\n *\\n * Calling conditions:\\n *\\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n * will be transferred to `to`.\\n * - when `from` is zero, `amount` tokens will be minted for `to`.\\n * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\\n * - `from` and `to` are never both zero.\\n *\\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n */\\n function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}\\n\\n /**\\n * @dev Hook that is called after any transfer of tokens. This includes\\n * minting and burning.\\n *\\n * Calling conditions:\\n *\\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n * has been transferred to `to`.\\n * - when `from` is zero, `amount` tokens have been minted for `to`.\\n * - when `to` is zero, `amount` of ``from``'s tokens have been burned.\\n * - `from` and `to` are never both zero.\\n *\\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n */\\n function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}\\n}\\n\",\"keccak256\":\"0xa56ca923f70c1748830700250b19c61b70db9a683516dc5e216694a50445d99c\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20.sol\\\";\\n\\n/**\\n * @dev Interface for the optional metadata functions from the ERC20 standard.\\n *\\n * _Available since v4.1._\\n */\\ninterface IERC20Metadata is IERC20 {\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() external view returns (string memory);\\n\\n /**\\n * @dev Returns the symbol of the token.\\n */\\n function symbol() external view returns (string memory);\\n\\n /**\\n * @dev Returns the decimals places of the token.\\n */\\n function decimals() external view returns (uint8);\\n}\\n\",\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\"},\"@openzeppelin/contracts/utils/Context.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Provides information about the current execution context, including the\\n * sender of the transaction and its data. While these are generally available\\n * via msg.sender and msg.data, they should not be accessed in such a direct\\n * manner, since when dealing with meta-transactions the account sending and\\n * paying for execution may not be the actual sender (as far as an application\\n * is concerned).\\n *\\n * This contract is only required for intermediate, library-like contracts.\\n */\\nabstract contract Context {\\n function _msgSender() internal view virtual returns (address) {\\n return msg.sender;\\n }\\n\\n function _msgData() internal view virtual returns (bytes calldata) {\\n return msg.data;\\n }\\n\\n function _contextSuffixLength() internal view virtual returns (uint256) {\\n return 0;\\n }\\n}\\n\",\"keccak256\":\"0xa92e4fa126feb6907daa0513ddd816b2eb91f30a808de54f63c17d0e162c3439\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":933,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_balances","offset":0,"slot":"0","type":"t_mapping(t_address,t_uint256)"},{"astId":939,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_allowances","offset":0,"slot":"1","type":"t_mapping(t_address,t_mapping(t_address,t_uint256))"},{"astId":941,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_totalSupply","offset":0,"slot":"2","type":"t_uint256"},{"astId":943,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_name","offset":0,"slot":"3","type":"t_string_storage"},{"astId":945,"contract":"@openzeppelin/contracts/token/ERC20/ERC20.sol:ERC20","label":"_symbol","offset":0,"slot":"4","type":"t_string_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_mapping(t_address,t_mapping(t_address,t_uint256))":{"encoding":"mapping","key":"t_address","label":"mapping(address => mapping(address => uint256))","numberOfBytes":"32","value":"t_mapping(t_address,t_uint256)"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_string_storage":{"encoding":"bytes","label":"string","numberOfBytes":"32"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"IERC20":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 standard as defined in the EIP.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 standard as defined in the EIP.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":\"IERC20\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol":{"IERC20Metadata":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface for the optional metadata functions from the ERC20 standard. _Available since v4.1._","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"decimals()":{"details":"Returns the decimals places of the token."},"name()":{"details":"Returns the name of the token."},"symbol()":{"details":"Returns the symbol of the token."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","decimals()":"313ce567","name()":"06fdde03","symbol()":"95d89b41","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface for the optional metadata functions from the ERC20 standard. _Available since v4.1._\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"decimals()\":{\"details\":\"Returns the decimals places of the token.\"},\"name()\":{\"details\":\"Returns the name of the token.\"},\"symbol()\":{\"details\":\"Returns the symbol of the token.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":\"IERC20Metadata\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20.sol\\\";\\n\\n/**\\n * @dev Interface for the optional metadata functions from the ERC20 standard.\\n *\\n * _Available since v4.1._\\n */\\ninterface IERC20Metadata is IERC20 {\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() external view returns (string memory);\\n\\n /**\\n * @dev Returns the symbol of the token.\\n */\\n function symbol() external view returns (string memory);\\n\\n /**\\n * @dev Returns the decimals places of the token.\\n */\\n function decimals() external view returns (uint8);\\n}\\n\",\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/utils/Context.sol":{"Context":{"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},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"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\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Context.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Provides information about the current execution context, including the\\n * sender of the transaction and its data. While these are generally available\\n * via msg.sender and msg.data, they should not be accessed in such a direct\\n * manner, since when dealing with meta-transactions the account sending and\\n * paying for execution may not be the actual sender (as far as an application\\n * is concerned).\\n *\\n * This contract is only required for intermediate, library-like contracts.\\n */\\nabstract contract Context {\\n function _msgSender() internal view virtual returns (address) {\\n return msg.sender;\\n }\\n\\n function _msgData() internal view virtual returns (bytes calldata) {\\n return msg.data;\\n }\\n\\n function _contextSuffixLength() internal view virtual returns (uint256) {\\n return 0;\\n }\\n}\\n\",\"keccak256\":\"0xa92e4fa126feb6907daa0513ddd816b2eb91f30a808de54f63c17d0e162c3439\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/Gateway.sol":{"Gateway":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"","type":"uint64"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"bool","name":"isRefunded","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IGateway.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFee","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","sender":"The address of the sender.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"constructor":{"custom:oz-upgrades-unsafe-allow":"constructor"},"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"details":"See {createOrder-IGateway}. "},"getFeeDetails()":{"details":"See {getFeeDetails-IGateway}. "},"getOrderInfo(bytes32)":{"details":"See {getOrderInfo-IGateway}. "},"getSupportedInstitutionByCode(bytes32)":{"details":"See {getSupportedInstitutionByCode-IGateway}. "},"getSupportedInstitutions(bytes32)":{"details":"See {getSupportedInstitutions-IGateway}. "},"initialize()":{"details":"Initialize function."},"isTokenSupported(address)":{"details":"See {isTokenSupported-IGateway}. "},"owner()":{"details":"Returns the address of the current owner."},"pause()":{"details":"Pause the contract."},"paused()":{"details":"Returns true if the contract is paused, and false otherwise."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"refund(uint256,bytes32)":{"details":"See {refund-IGateway}. "},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"settle(bytes32,bytes32,address,uint64)":{"details":"See {settle-IGateway}. "},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"unpause()":{"details":"Unpause the contract."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolFee(uint64)":{"details":"Updates the protocol fee percentage.","params":{"_protocolFeePercent":"The new protocol fee percentage to be set."}}},"title":"Gateway","version":1},"evm":{"bytecode":{"functionDebugData":{"@_1680":{"entryPoint":null,"id":1680,"parameterSlots":0,"returnSlots":0},"@_disableInitializers_389":{"entryPoint":40,"id":389,"parameterSlots":0,"returnSlots":0},"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack":{"entryPoint":334,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":420,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":373,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":437,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":238,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":407,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a":{"entryPoint":255,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:1638:15","statements":[{"body":{"nodeType":"YulBlock","src":"103:73:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"120:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"125:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"113:6:15"},"nodeType":"YulFunctionCall","src":"113:19:15"},"nodeType":"YulExpressionStatement","src":"113:19:15"},{"nodeType":"YulAssignment","src":"141:29:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"160:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"165:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"156:3:15"},"nodeType":"YulFunctionCall","src":"156:14:15"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"141:11:15"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"75:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"80:6:15","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"91:11:15","type":""}],"src":"7:169:15"},{"body":{"nodeType":"YulBlock","src":"288:120:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"310:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"318:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"306:3:15"},"nodeType":"YulFunctionCall","src":"306:14:15"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469","kind":"string","nodeType":"YulLiteral","src":"322:34:15","type":"","value":"Initializable: contract is initi"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"299:6:15"},"nodeType":"YulFunctionCall","src":"299:58:15"},"nodeType":"YulExpressionStatement","src":"299:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"378:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"386:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"374:3:15"},"nodeType":"YulFunctionCall","src":"374:15:15"},{"hexValue":"616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"391:9:15","type":"","value":"alizing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"367:6:15"},"nodeType":"YulFunctionCall","src":"367:34:15"},"nodeType":"YulExpressionStatement","src":"367:34:15"}]},"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"280:6:15","type":""}],"src":"182:226:15"},{"body":{"nodeType":"YulBlock","src":"560:220:15","statements":[{"nodeType":"YulAssignment","src":"570:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"636:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"641:2:15","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"577:58:15"},"nodeType":"YulFunctionCall","src":"577:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"570:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"742:3:15"}],"functionName":{"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulIdentifier","src":"653:88:15"},"nodeType":"YulFunctionCall","src":"653:93:15"},"nodeType":"YulExpressionStatement","src":"653:93:15"},{"nodeType":"YulAssignment","src":"755:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"766:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"771:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"762:3:15"},"nodeType":"YulFunctionCall","src":"762:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"755:3:15"}]}]},"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"548:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"556:3:15","type":""}],"src":"414:366:15"},{"body":{"nodeType":"YulBlock","src":"957:248:15","statements":[{"nodeType":"YulAssignment","src":"967:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"979:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"990:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"975:3:15"},"nodeType":"YulFunctionCall","src":"975:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"967:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1014:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"1025:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1010:3:15"},"nodeType":"YulFunctionCall","src":"1010:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1033:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"1039:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1029:3:15"},"nodeType":"YulFunctionCall","src":"1029:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1003:6:15"},"nodeType":"YulFunctionCall","src":"1003:47:15"},"nodeType":"YulExpressionStatement","src":"1003:47:15"},{"nodeType":"YulAssignment","src":"1059:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1193:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1067:124:15"},"nodeType":"YulFunctionCall","src":"1067:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1059:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"937:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"952:4:15","type":""}],"src":"786:419:15"},{"body":{"nodeType":"YulBlock","src":"1254:43:15","statements":[{"nodeType":"YulAssignment","src":"1264:27:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1279:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"1286:4:15","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1275:3:15"},"nodeType":"YulFunctionCall","src":"1275:16:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1264:7:15"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1236:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1246:7:15","type":""}],"src":"1211:86:15"},{"body":{"nodeType":"YulBlock","src":"1364:51:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1381:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1402:5:15"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"1386:15:15"},"nodeType":"YulFunctionCall","src":"1386:22:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1374:6:15"},"nodeType":"YulFunctionCall","src":"1374:35:15"},"nodeType":"YulExpressionStatement","src":"1374:35:15"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1352:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1359:3:15","type":""}],"src":"1303:112:15"},{"body":{"nodeType":"YulBlock","src":"1515:120:15","statements":[{"nodeType":"YulAssignment","src":"1525:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1537:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"1548:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:15"},"nodeType":"YulFunctionCall","src":"1533:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1525:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1601:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1614:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"1625:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1610:3:15"},"nodeType":"YulFunctionCall","src":"1610:17:15"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"1561:39:15"},"nodeType":"YulFunctionCall","src":"1561:67:15"},"nodeType":"YulExpressionStatement","src":"1561:67:15"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1487:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1499:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1510:4:15","type":""}],"src":"1421:214:15"}]},"contents":"{\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is initi\")\n\n mstore(add(memPtr, 32), \"alizing\")\n\n }\n\n function abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n}\n","id":15,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b50620000226200002860201b60201c565b620001d2565b600060019054906101000a900460ff16156200007b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620000729062000175565b60405180910390fd5b60ff801660008054906101000a900460ff1660ff1614620000ec5760ff6000806101000a81548160ff021916908360ff1602179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860ff604051620000e39190620001b5565b60405180910390a15b565b600082825260208201905092915050565b7f496e697469616c697a61626c653a20636f6e747261637420697320696e69746960008201527f616c697a696e6700000000000000000000000000000000000000000000000000602082015250565b60006200015d602783620000ee565b91506200016a82620000ff565b604082019050919050565b6000602082019050818103600083015262000190816200014e565b9050919050565b600060ff82169050919050565b620001af8162000197565b82525050565b6000602082019050620001cc6000830184620001a4565b92915050565b61413c80620001e26000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b610156600480360381019061015191906128ba565b6103c3565b60405161016391906129d4565b60405180910390f35b61018660048036038101906101819190612ba4565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c5e565b6105d0565b005b6101c860048036038101906101c39190612cde565b610898565b005b6101d2610903565b6040516101df9190612d26565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d77565b61092e565b6040516102199190612d26565b60405180910390f35b61023c60048036038101906102379190612db7565b610dce565b6040516102499190612d26565b60405180910390f35b61026c600480360381019061026791906128ba565b610e2a565b6040516102799190612f04565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612f2f565b60405180910390f35b6102c661125c565b6040516102d4929190612f68565b60405180910390f35b6102f760048036038101906102f291906128ba565b611281565b6040516103049190612fc0565b60405180910390f35b61032760048036038101906103229190612fdb565b6112c2565b005b610343600480360381019061033e91906130b5565b611447565b604051610350919061319a565b60405180910390f35b61036161198e565b60405161036e9190612f2f565b60405180910390f35b610391600480360381019061038c91906131b5565b6119b8565b60405161039e9190612d26565b60405180910390f35b6103c160048036038101906103bc9190612db7565b612014565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c1565b60cd600083815260200190815260200160002060006104709190612748565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a161321c565b5b602002602001015190806001815401808255809150506001900390600052602060002090600202016000909190919091506000820151816000015560208201518160010155505060405180604001604052808383815181106105075761050661321c565b5b60200260200101516020015181526020018481525060ce60008484815181106105335761053261321c565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613365565b60405180910390a25050565b6105c66120c1565b6105ce61213f565b565b6105d86120c1565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e906133e4565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613476565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f890613508565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c1565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f89190613528565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c1565b61092c60006121a2565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b79061358f565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c906135fb565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8190613667565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb906136d3565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b789291906136f3565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb9190613748565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c7091906137a4565b610c7a91906137d8565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a91906137a4565b6040518363ffffffff1660e01b8152600401610d479291906136f3565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a9190613748565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb919061380c565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261276c565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d3565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198e565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb90613899565b60405180910390fd5b6110cd816121a2565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121db565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111649061392b565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fe565b6111c4612257565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024986001604051611214919061399d565b60405180910390a15b50565b6112286120c1565b6112306122b0565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b611289612829565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c1565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611330906133e4565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e90613a04565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c83604051611439919061380c565b60405180910390a35b505050565b6000611451612313565b61145f8a8a8689898d61235d565b600083839050036114a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149c90613a70565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114cf91906137a4565b6040518463ffffffff1660e01b81526004016114ed93929190613a90565b6020604051808303816000875af115801561150c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115309190613748565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158290613ac7565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115da9291906136f3565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116239190613b0f565b61162d9190613b80565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f591906137d8565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197896959493929190613c1e565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a4a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a419061358f565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa6906135fb565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b14576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0b90613667565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b989190613c7a565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611eca576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df157610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d1a9291906136f3565b6020604051808303816000875af1158015611d39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5d9190613748565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec9578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e849291906136f3565b6020604051808303816000875af1158015611ea3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec79190613748565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efc9190613b0f565b611f069190613b80565b90508061010160008881526020019081526020016000206007016000828254611f2f91906137d8565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f719291906136f3565b6020604051808303816000875af1158015611f90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb49190613748565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffe929190613ceb565b60405180910390a3600192505050949350505050565b61201c6120c1565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207c611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c96121d3565b73ffffffffffffffffffffffffffffffffffffffff166120e7611232565b73ffffffffffffffffffffffffffffffffffffffff161461213d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213490613d60565b60405180910390fd5b565b61214761256c565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218b6121d3565b6040516121989190612f2f565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121d0816125b5565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224490613df2565b60405180910390fd5b61225561267b565b565b600060019054906101000a900460ff166122a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229d90613df2565b60405180910390fd5b6122ae6126dc565b565b6122b8612313565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fc6121d3565b6040516123099190612f2f565b60405180910390a1565b61231b610903565b1561235b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235290613e5e565b60405180910390fd5b565b600160cc60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d690613eca565b60405180910390fd5b60008503612422576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241990613f36565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603612491576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248890613fa2565b60405180910390fd5b6000801b60ce600083815260200190815260200160002060000154036124ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e39061400e565b60405180910390fd5b6000821461256457600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612563576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161255a9061407a565b60405180910390fd5b5b505050505050565b612574610903565b6125b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125aa906140e6565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff166126ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c190613df2565b60405180910390fd5b6126da6126d56121d3565b6121a2565b565b600060019054906101000a900460ff1661272b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161272290613df2565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127699190612849565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561286c5760008082016000905560018201600090555060020161284a565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61289781612884565b81146128a257600080fd5b50565b6000813590506128b48161288e565b92915050565b6000602082840312156128d0576128cf61287a565b5b60006128de848285016128a5565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61291c81612884565b82525050565b6040820160008201516129386000850182612913565b50602082015161294b6020850182612913565b50505050565b600061295d8383612922565b60408301905092915050565b6000602082019050919050565b6000612981826128e7565b61298b81856128f2565b935061299683612903565b8060005b838110156129c75781516129ae8882612951565b97506129b983612969565b92505060018101905061299a565b5085935050505092915050565b600060208201905081810360008301526129ee8184612976565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a44826129fb565b810181811067ffffffffffffffff82111715612a6357612a62612a0c565b5b80604052505050565b6000612a76612870565b9050612a828282612a3b565b919050565b600067ffffffffffffffff821115612aa257612aa1612a0c565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612ad357612ad2612ab8565b5b612add6040612a6c565b90506000612aed848285016128a5565b6000830152506020612b01848285016128a5565b60208301525092915050565b6000612b20612b1b84612a87565b612a6c565b90508083825260208201905060408402830185811115612b4357612b42612ab3565b5b835b81811015612b6c5780612b588882612abd565b845260208401935050604081019050612b45565b5050509392505050565b600082601f830112612b8b57612b8a6129f6565b5b8135612b9b848260208601612b0d565b91505092915050565b60008060408385031215612bbb57612bba61287a565b5b6000612bc9858286016128a5565b925050602083013567ffffffffffffffff811115612bea57612be961287f565b5b612bf685828601612b76565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c2b82612c00565b9050919050565b612c3b81612c20565b8114612c4657600080fd5b50565b600081359050612c5881612c32565b92915050565b60008060408385031215612c7557612c7461287a565b5b6000612c83858286016128a5565b9250506020612c9485828601612c49565b9150509250929050565b600067ffffffffffffffff82169050919050565b612cbb81612c9e565b8114612cc657600080fd5b50565b600081359050612cd881612cb2565b92915050565b600060208284031215612cf457612cf361287a565b5b6000612d0284828501612cc9565b91505092915050565b60008115159050919050565b612d2081612d0b565b82525050565b6000602082019050612d3b6000830184612d17565b92915050565b6000819050919050565b612d5481612d41565b8114612d5f57600080fd5b50565b600081359050612d7181612d4b565b92915050565b60008060408385031215612d8e57612d8d61287a565b5b6000612d9c85828601612d62565b9250506020612dad858286016128a5565b9150509250929050565b600060208284031215612dcd57612dcc61287a565b5b6000612ddb84828501612c49565b91505092915050565b612ded81612c20565b82525050565b612dfc81612d41565b82525050565b612e0b81612d0b565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e3281612e11565b82525050565b61014082016000820151612e4f6000850182612de4565b506020820151612e626020850182612de4565b506040820151612e756040850182612de4565b506060820151612e886060850182612df3565b506080820151612e9b6080850182612df3565b5060a0820151612eae60a0850182612e02565b5060c0820151612ec160c0850182612e02565b5060e0820151612ed460e0850182612de4565b50610100820151612ee9610100850182612e29565b50610120820151612efe610120850182612df3565b50505050565b600061014082019050612f1a6000830184612e38565b92915050565b612f2981612c20565b82525050565b6000602082019050612f446000830184612f20565b92915050565b612f5381612c9e565b82525050565b612f6281612d41565b82525050565b6000604082019050612f7d6000830185612f4a565b612f8a6020830184612f59565b9392505050565b604082016000820151612fa76000850182612913565b506020820151612fba6020850182612913565b50505050565b6000604082019050612fd56000830184612f91565b92915050565b600080600060608486031215612ff457612ff361287a565b5b6000613002868287016128a5565b935050602061301386828701612c49565b925050604061302486828701612d62565b9150509250925092565b61303781612e11565b811461304257600080fd5b50565b6000813590506130548161302e565b92915050565b600080fd5b60008083601f840112613075576130746129f6565b5b8235905067ffffffffffffffff8111156130925761309161305a565b5b6020830191508360018202830111156130ae576130ad612ab3565b5b9250929050565b60008060008060008060008060006101008a8c0312156130d8576130d761287a565b5b60006130e68c828d01612c49565b99505060206130f78c828d01612d62565b98505060406131088c828d016128a5565b97505060606131198c828d01613045565b965050608061312a8c828d01612c49565b95505060a061313b8c828d01612d62565b94505060c061314c8c828d01612c49565b93505060e08a013567ffffffffffffffff81111561316d5761316c61287f565b5b6131798c828d0161305f565b92509250509295985092959850929598565b61319481612884565b82525050565b60006020820190506131af600083018461318b565b92915050565b600080600080608085870312156131cf576131ce61287a565b5b60006131dd878288016128a5565b94505060206131ee878288016128a5565b93505060406131ff87828801612c49565b925050606061321087828801612cc9565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132956132908361326b565b613278565b9050919050565b6040820160008083015490506132b181613282565b6132be6000860182612913565b50600183015490506132cf81613282565b6132dc6020860182612913565b5050505050565b60006132ef838361329c565b60408301905092915050565b6000600282019050919050565b60006133138261324b565b61331d81856128f2565b935061332883613256565b8060005b83811015613358578161333f88826132e3565b975061334a836132fb565b92505060018101905061332c565b5085935050505092915050565b6000602082019050818103600083015261337f8184613308565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006133ce601583613387565b91506133d982613398565b602082019050919050565b600060208201905081810360008301526133fd816133c1565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b6000613460602583613387565b915061346b82613404565b604082019050919050565b6000602082019050818103600083015261348f81613453565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006134f2602783613387565b91506134fd82613496565b604082019050919050565b60006020820190508181036000830152613521816134e5565b9050919050565b600060208201905061353d6000830184612f4a565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613579600e83613387565b915061358482613543565b602082019050919050565b600060208201905081810360008301526135a88161356c565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b60006135e5600e83613387565b91506135f0826135af565b602082019050919050565b60006020820190508181036000830152613614816135d8565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b6000613651600d83613387565b915061365c8261361b565b602082019050919050565b6000602082019050818103600083015261368081613644565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006136bd601583613387565b91506136c882613687565b602082019050919050565b600060208201905081810360008301526136ec816136b0565b9050919050565b60006040820190506137086000830185612f20565b6137156020830184612f59565b9392505050565b61372581612d0b565b811461373057600080fd5b50565b6000815190506137428161371c565b92915050565b60006020828403121561375e5761375d61287a565b5b600061376c84828501613733565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006137af82612d41565b91506137ba83612d41565b92508282019050808211156137d2576137d1613775565b5b92915050565b60006137e382612d41565b91506137ee83612d41565b925082820390508181111561380657613805613775565b5b92915050565b60006020820190506138216000830184612f59565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613883602983613387565b915061388e82613827565b604082019050919050565b600060208201905081810360008301526138b281613876565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b6000613915602e83613387565b9150613920826138b9565b604082019050919050565b6000602082019050818103600083015261394481613908565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061398761398261397d8461394b565b613962565b613955565b9050919050565b6139978161396c565b82525050565b60006020820190506139b2600083018461398e565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006139ee601783613387565b91506139f9826139b8565b602082019050919050565b60006020820190508181036000830152613a1d816139e1565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613a5a601283613387565b9150613a6582613a24565b602082019050919050565b60006020820190508181036000830152613a8981613a4d565b9050919050565b6000606082019050613aa56000830186612f20565b613ab26020830185612f20565b613abf6040830184612f59565b949350505050565b6000613ad282612d41565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613b0457613b03613775565b5b600182019050919050565b6000613b1a82612d41565b9150613b2583612d41565b9250828202613b3381612d41565b91508282048414831517613b4a57613b49613775565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b8b82612d41565b9150613b9683612d41565b925082613ba657613ba5613b51565b5b828204905092915050565b6000613bcc613bc7613bc284612e11565b613962565b612d41565b9050919050565b613bdc81613bb1565b82525050565b82818337600083830152505050565b6000613bfd8385613387565b9350613c0a838584613be2565b613c13836129fb565b840190509392505050565b600060a082019050613c336000830189612f59565b613c40602083018861318b565b613c4d6040830187613bd3565b613c5a606083018661318b565b8181036080830152613c6d818486613bf1565b9050979650505050505050565b6000613c8582612e11565b9150613c9083612e11565b925082820390506bffffffffffffffffffffffff811115613cb457613cb3613775565b5b92915050565b6000613cd5613cd0613ccb84612c9e565b613962565b612e11565b9050919050565b613ce581613cba565b82525050565b6000604082019050613d00600083018561318b565b613d0d6020830184613cdc565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d4a602083613387565b9150613d5582613d14565b602082019050919050565b60006020820190508181036000830152613d7981613d3d565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613ddc602b83613387565b9150613de782613d80565b604082019050919050565b60006020820190508181036000830152613e0b81613dcf565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e48601083613387565b9150613e5382613e12565b602082019050919050565b60006020820190508181036000830152613e7781613e3b565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613eb4601183613387565b9150613ebf82613e7e565b602082019050919050565b60006020820190508181036000830152613ee381613ea7565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f20600c83613387565b9150613f2b82613eea565b602082019050919050565b60006020820190508181036000830152613f4f81613f13565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f8c601083613387565b9150613f9782613f56565b602082019050919050565b60006020820190508181036000830152613fbb81613f7f565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b6000613ff8601683613387565b915061400382613fc2565b602082019050919050565b6000602082019050818103600083015261402781613feb565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000614064601983613387565b915061406f8261402e565b602082019050919050565b6000602082019050818103600083015261409381614057565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006140d0601483613387565b91506140db8261409a565b602082019050919050565b600060208201905081810360008301526140ff816140c3565b905091905056fea2646970667358221220fee3294c2f69793b2e26bb4e5f221157c1cd6bc38f3eb8791e7a14bfdc07077d64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x22 PUSH3 0x28 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0x1D2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH3 0x7B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH3 0x72 SWAP1 PUSH3 0x175 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xFF DUP1 AND PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ PUSH3 0xEC JUMPI PUSH1 0xFF PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0xFF PUSH1 0x40 MLOAD PUSH3 0xE3 SWAP2 SWAP1 PUSH3 0x1B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320696E697469 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C697A696E6700000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x15D PUSH1 0x27 DUP4 PUSH3 0xEE JUMP JUMPDEST SWAP2 POP PUSH3 0x16A DUP3 PUSH3 0xFF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH3 0x190 DUP2 PUSH3 0x14E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x1AF DUP2 PUSH3 0x197 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH3 0x1CC PUSH1 0x0 DUP4 ADD DUP5 PUSH3 0x1A4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x413C DUP1 PUSH3 0x1E2 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 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x2DD JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x30D JUMPI DUP1 PUSH4 0xD12FF20A EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x359 JUMPI DUP1 PUSH4 0xF22EE704 EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x282 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x28C JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x296 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2A0 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x2BE JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1CA JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0x71EEDB88 EQ PUSH2 0x1F2 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x222 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x252 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x188 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x192 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0x1AE JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x29D4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x2BA4 JUMP JUMPDEST PUSH2 0x449 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x190 PUSH2 0x5BE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1AC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1A7 SWAP2 SWAP1 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0x5D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C3 SWAP2 SWAP1 PUSH2 0x2CDE JUMP JUMPDEST PUSH2 0x898 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D2 PUSH2 0x903 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DF SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F0 PUSH2 0x91A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x207 SWAP2 SWAP1 PUSH2 0x2D77 JUMP JUMPDEST PUSH2 0x92E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x219 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x237 SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0xDCE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x249 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x26C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x267 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0xE2A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x279 SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x28A PUSH2 0x1043 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x294 PUSH2 0x10D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x29E PUSH2 0x1220 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2A8 PUSH2 0x1232 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2B5 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2C6 PUSH2 0x125C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2D4 SWAP3 SWAP2 SWAP1 PUSH2 0x2F68 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2F7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2F2 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x1281 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x2FC0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x327 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x322 SWAP2 SWAP1 PUSH2 0x2FDB JUMP JUMPDEST PUSH2 0x12C2 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x343 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x30B5 JUMP JUMPDEST PUSH2 0x1447 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x350 SWAP2 SWAP1 PUSH2 0x319A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH2 0x198E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x31B5 JUMP JUMPDEST PUSH2 0x19B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0x2014 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x43E JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x3F8 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x451 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x470 SWAP2 SWAP1 PUSH2 0x2748 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x56F JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4A2 JUMPI PUSH2 0x4A1 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x507 JUMPI PUSH2 0x506 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x533 JUMPI PUSH2 0x532 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x473 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x5B2 SWAP2 SWAP1 PUSH2 0x3365 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x5C6 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x5CE PUSH2 0x213F JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x5D8 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x647 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x63E SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x74A JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x700 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F7 SWAP1 PUSH2 0x3476 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x848 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x847 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x801 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F8 SWAP1 PUSH2 0x3508 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x893 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x8A0 PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x8F8 SWAP2 SWAP1 PUSH2 0x3528 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x922 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x92C PUSH1 0x0 PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9C0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B7 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA25 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA1C SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA8A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA81 SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD LT ISZERO PUSH2 0xAE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xADB SWAP1 PUSH2 0x36D3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB78 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB97 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 0xBBB SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP4 PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0xC70 SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH2 0xC7A SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP1 POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP5 PUSH2 0xD2A SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD47 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xD66 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 0xD8A SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP3 PUSH32 0x736FE428E1747CA8D387C2E6FA1A31A0CDE62D3A167C40A46ADE59A3CDC828E DUP6 PUSH1 0x40 MLOAD PUSH2 0xDBB SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xE20 JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xE25 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE32 PUSH2 0x276C JUMP JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x104D PUSH2 0x21D3 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x106E PUSH2 0x198E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x10BB SWAP1 PUSH2 0x3899 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10CD DUP2 PUSH2 0x21A2 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x1101 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x112E JUMPI POP PUSH2 0x1110 ADDRESS PUSH2 0x21DB JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x112D JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1164 SWAP1 PUSH2 0x392B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x11AA JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x11BC PUSH2 0x21FE JUMP JUMPDEST PUSH2 0x11C4 PUSH2 0x2257 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x121D JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x1214 SWAP2 SWAP1 PUSH2 0x399D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1228 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x1230 PUSH2 0x22B0 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1289 PUSH2 0x2829 JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x12CA PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1339 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1330 SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1348 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x1387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x137E SWAP1 PUSH2 0x3A04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1442 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1439 SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1451 PUSH2 0x2313 JUMP JUMPDEST PUSH2 0x145F DUP11 DUP11 DUP7 DUP10 DUP10 DUP14 PUSH2 0x235D JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x14A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x149C SWAP1 PUSH2 0x3A70 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP14 PUSH2 0x14CF SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x14ED SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3A90 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x150C 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 0x1530 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x1582 SWAP1 PUSH2 0x3AC7 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x15DA SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP12 PUSH2 0x1623 SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x162D SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP13 PUSH2 0x16F5 SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x2 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x3BDD0D86E09A22D7CE596118BD3CA5EC73EA47533A465BE37621E913ED2BF333 DUP5 DUP7 DUP14 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x1978 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3C1E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1A4A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A41 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1AAF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AA6 SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1B14 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1B0B SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1B98 SWAP2 SWAP1 PUSH2 0x3C7A JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1ECA JUMPI PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x1DF1 JUMPI PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D1A SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1D39 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 0x1D5D SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x1EC9 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E84 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1EA3 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 0x1EC7 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1EFC SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x1F06 SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1F2F SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP7 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F71 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1F90 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 0x1FB4 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH32 0x98ECE21E01A01CBE1D1C0DAD3B053C8FBD368F99BE78BE958FCF1D1D13FD249A DUP10 DUP8 PUSH1 0x40 MLOAD PUSH2 0x1FFE SWAP3 SWAP2 SWAP1 PUSH2 0x3CEB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH1 0x1 SWAP3 POP POP POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x201C PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x207C PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x20C9 PUSH2 0x21D3 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x20E7 PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x213D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2134 SWAP1 PUSH2 0x3D60 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2147 PUSH2 0x256C JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x218B PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2198 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x21D0 DUP2 PUSH2 0x25B5 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x224D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2244 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2255 PUSH2 0x267B JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22A6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x229D SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22AE PUSH2 0x26DC JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x22B8 PUSH2 0x2313 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x22FC PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2309 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x231B PUSH2 0x903 JUMP JUMPDEST ISZERO PUSH2 0x235B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2352 SWAP1 PUSH2 0x3E5E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x23DF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x23D6 SWAP1 PUSH2 0x3ECA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 SUB PUSH2 0x2422 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2419 SWAP1 PUSH2 0x3F36 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2491 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2488 SWAP1 PUSH2 0x3FA2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x24EC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24E3 SWAP1 PUSH2 0x400E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 EQ PUSH2 0x2564 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2563 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x255A SWAP1 PUSH2 0x407A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2574 PUSH2 0x903 JUMP JUMPDEST PUSH2 0x25B3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x25AA SWAP1 PUSH2 0x40E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26CA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26C1 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x26DA PUSH2 0x26D5 PUSH2 0x21D3 JUMP JUMPDEST PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x272B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2722 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x2769 SWAP2 SWAP1 PUSH2 0x2849 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x286C JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x284A JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2897 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP2 EQ PUSH2 0x28A2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x28B4 DUP2 PUSH2 0x288E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x28D0 JUMPI PUSH2 0x28CF PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x28DE DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x291C DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2938 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x294B PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x295D DUP4 DUP4 PUSH2 0x2922 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2981 DUP3 PUSH2 0x28E7 JUMP JUMPDEST PUSH2 0x298B DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x2996 DUP4 PUSH2 0x2903 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x29C7 JUMPI DUP2 MLOAD PUSH2 0x29AE DUP9 DUP3 PUSH2 0x2951 JUMP JUMPDEST SWAP8 POP PUSH2 0x29B9 DUP4 PUSH2 0x2969 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x299A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x29EE DUP2 DUP5 PUSH2 0x2976 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2A44 DUP3 PUSH2 0x29FB JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A63 JUMPI PUSH2 0x2A62 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A76 PUSH2 0x2870 JUMP JUMPDEST SWAP1 POP PUSH2 0x2A82 DUP3 DUP3 PUSH2 0x2A3B JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2AA2 JUMPI PUSH2 0x2AA1 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD3 JUMPI PUSH2 0x2AD2 PUSH2 0x2AB8 JUMP JUMPDEST JUMPDEST PUSH2 0x2ADD PUSH1 0x40 PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2AED DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2B01 DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2B20 PUSH2 0x2B1B DUP5 PUSH2 0x2A87 JUMP JUMPDEST PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2B43 JUMPI PUSH2 0x2B42 PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B6C JUMPI DUP1 PUSH2 0x2B58 DUP9 DUP3 PUSH2 0x2ABD JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2B45 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B8B JUMPI PUSH2 0x2B8A PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B9B DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2B0D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2BBB JUMPI PUSH2 0x2BBA PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2BC9 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BEA JUMPI PUSH2 0x2BE9 PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x2BF6 DUP6 DUP3 DUP7 ADD PUSH2 0x2B76 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C2B DUP3 PUSH2 0x2C00 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C3B DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP2 EQ PUSH2 0x2C46 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2C58 DUP2 PUSH2 0x2C32 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C75 JUMPI PUSH2 0x2C74 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2C83 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2C94 DUP6 DUP3 DUP7 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CBB DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP2 EQ PUSH2 0x2CC6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2CD8 DUP2 PUSH2 0x2CB2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CF4 JUMPI PUSH2 0x2CF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D02 DUP5 DUP3 DUP6 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D20 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2D3B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2D17 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D54 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D71 DUP2 PUSH2 0x2D4B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D8E JUMPI PUSH2 0x2D8D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D9C DUP6 DUP3 DUP7 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2DAD DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DCD JUMPI PUSH2 0x2DCC PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2DDB DUP5 DUP3 DUP6 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2DED DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2DFC DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E0B DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2E32 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2E4F PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E62 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E75 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E88 PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2E9B PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2EAE PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2EC1 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2ED4 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2EE9 PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x2EFE PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x2F1A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2E38 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F29 DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2F44 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F20 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F53 DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F62 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F7D PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F4A JUMP JUMPDEST PUSH2 0x2F8A PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2FA7 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2FBA PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2FD5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH2 0x2FF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3002 DUP7 DUP3 DUP8 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x3013 DUP7 DUP3 DUP8 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3024 DUP7 DUP3 DUP8 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x3037 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP2 EQ PUSH2 0x3042 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x3054 DUP2 PUSH2 0x302E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3075 JUMPI PUSH2 0x3074 PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3092 JUMPI PUSH2 0x3091 PUSH2 0x305A JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x30AE JUMPI PUSH2 0x30AD PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 DUP11 DUP13 SUB SLT ISZERO PUSH2 0x30D8 JUMPI PUSH2 0x30D7 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x30E6 DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP10 POP POP PUSH1 0x20 PUSH2 0x30F7 DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x40 PUSH2 0x3108 DUP13 DUP3 DUP14 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x60 PUSH2 0x3119 DUP13 DUP3 DUP14 ADD PUSH2 0x3045 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x80 PUSH2 0x312A DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP6 POP POP PUSH1 0xA0 PUSH2 0x313B DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xC0 PUSH2 0x314C DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP4 POP POP PUSH1 0xE0 DUP11 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x316D JUMPI PUSH2 0x316C PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x3179 DUP13 DUP3 DUP14 ADD PUSH2 0x305F JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 JUMP JUMPDEST PUSH2 0x3194 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x31AF PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x318B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x31CF JUMPI PUSH2 0x31CE PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x31DD DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x20 PUSH2 0x31EE DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x40 PUSH2 0x31FF DUP8 DUP3 DUP9 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x60 PUSH2 0x3210 DUP8 DUP3 DUP9 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3295 PUSH2 0x3290 DUP4 PUSH2 0x326B JUMP JUMPDEST PUSH2 0x3278 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32B1 DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32BE PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32CF DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32DC PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x32EF DUP4 DUP4 PUSH2 0x329C JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3313 DUP3 PUSH2 0x324B JUMP JUMPDEST PUSH2 0x331D DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x3328 DUP4 PUSH2 0x3256 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3358 JUMPI DUP2 PUSH2 0x333F DUP9 DUP3 PUSH2 0x32E3 JUMP JUMPDEST SWAP8 POP PUSH2 0x334A DUP4 PUSH2 0x32FB JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x332C JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x337F DUP2 DUP5 PUSH2 0x3308 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x33CE PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x33D9 DUP3 PUSH2 0x3398 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33FD DUP2 PUSH2 0x33C1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3460 PUSH1 0x25 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x346B DUP3 PUSH2 0x3404 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x348F DUP2 PUSH2 0x3453 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x34F2 PUSH1 0x27 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x34FD DUP3 PUSH2 0x3496 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3521 DUP2 PUSH2 0x34E5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x353D PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F4A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3579 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3584 DUP3 PUSH2 0x3543 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x35A8 DUP2 PUSH2 0x356C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35E5 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x35F0 DUP3 PUSH2 0x35AF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3614 DUP2 PUSH2 0x35D8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F72646572526566756E64656400000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3651 PUSH1 0xD DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x365C DUP3 PUSH2 0x361B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3680 DUP2 PUSH2 0x3644 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4665654578636565647350726F746F636F6C4665650000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x36BD PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x36C8 DUP3 PUSH2 0x3687 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x36EC DUP2 PUSH2 0x36B0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3708 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3715 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x3725 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP2 EQ PUSH2 0x3730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x3742 DUP2 PUSH2 0x371C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x375E JUMPI PUSH2 0x375D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x376C DUP5 DUP3 DUP6 ADD PUSH2 0x3733 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x37AF DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37BA DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x37D2 JUMPI PUSH2 0x37D1 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37E3 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37EE DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x3806 JUMPI PUSH2 0x3805 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3821 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3883 PUSH1 0x29 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x388E DUP3 PUSH2 0x3827 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x38B2 DUP2 PUSH2 0x3876 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3915 PUSH1 0x2E DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3920 DUP3 PUSH2 0x38B9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3944 DUP2 PUSH2 0x3908 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3987 PUSH2 0x3982 PUSH2 0x397D DUP5 PUSH2 0x394B JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x3955 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3997 DUP2 PUSH2 0x396C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x39B2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x398E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x39EE PUSH1 0x17 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x39F9 DUP3 PUSH2 0x39B8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A1D DUP2 PUSH2 0x39E1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A5A PUSH1 0x12 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3A65 DUP3 PUSH2 0x3A24 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A89 DUP2 PUSH2 0x3A4D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3AA5 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3AB2 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3ABF PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3AD2 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3B04 JUMPI PUSH2 0x3B03 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B1A DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B25 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3B33 DUP2 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3B4A JUMPI PUSH2 0x3B49 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3B8B DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B96 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3BA6 JUMPI PUSH2 0x3BA5 PUSH2 0x3B51 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BCC PUSH2 0x3BC7 PUSH2 0x3BC2 DUP5 PUSH2 0x2E11 JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2D41 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3BDC DUP2 PUSH2 0x3BB1 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BFD DUP4 DUP6 PUSH2 0x3387 JUMP JUMPDEST SWAP4 POP PUSH2 0x3C0A DUP4 DUP6 DUP5 PUSH2 0x3BE2 JUMP JUMPDEST PUSH2 0x3C13 DUP4 PUSH2 0x29FB JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x3C33 PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x2F59 JUMP JUMPDEST PUSH2 0x3C40 PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3C4D PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x3BD3 JUMP JUMPDEST PUSH2 0x3C5A PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x318B JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x3C6D DUP2 DUP5 DUP7 PUSH2 0x3BF1 JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C85 DUP3 PUSH2 0x2E11 JUMP JUMPDEST SWAP2 POP PUSH2 0x3C90 DUP4 PUSH2 0x2E11 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3CB4 JUMPI PUSH2 0x3CB3 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CD5 PUSH2 0x3CD0 PUSH2 0x3CCB DUP5 PUSH2 0x2C9E JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2E11 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3CE5 DUP2 PUSH2 0x3CBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3D00 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3D0D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3CDC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D4A PUSH1 0x20 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3D55 DUP3 PUSH2 0x3D14 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D79 DUP2 PUSH2 0x3D3D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DDC PUSH1 0x2B DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3DE7 DUP3 PUSH2 0x3D80 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E0B DUP2 PUSH2 0x3DCF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3E48 PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3E53 DUP3 PUSH2 0x3E12 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E77 DUP2 PUSH2 0x3E3B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EB4 PUSH1 0x11 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3EBF DUP3 PUSH2 0x3E7E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EE3 DUP2 PUSH2 0x3EA7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F20 PUSH1 0xC DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F2B DUP3 PUSH2 0x3EEA JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F4F DUP2 PUSH2 0x3F13 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F8C PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F97 DUP3 PUSH2 0x3F56 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3FBB DUP2 PUSH2 0x3F7F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FF8 PUSH1 0x16 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x4003 DUP3 PUSH2 0x3FC2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4027 DUP2 PUSH2 0x3FEB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4064 PUSH1 0x19 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x406F DUP3 PUSH2 0x402E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4093 DUP2 PUSH2 0x4057 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x40D0 PUSH1 0x14 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x40DB DUP3 PUSH2 0x409A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x40FF DUP2 PUSH2 0x40C3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 INVALID 0xE3 0x29 0x4C 0x2F PUSH10 0x793B2E26BB4E5F221157 0xC1 0xCD PUSH12 0xC38F3EB8791E7A14BFDC0707 PUSH30 0x64736F6C6343000812003300000000000000000000000000000000000000 ","sourceMap":"451:7637:10:-:0;;;769:44;;;;;;;;;;787:22;:20;;;:22;;:::i;:::-;451:7637;;5939:280:2;6007:13;;;;;;;;;;;6006:14;5998:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;6094:15;6078:31;;:12;;;;;;;;;;:31;;;6074:139;;6140:15;6125:12;;:30;;;;;;;;;;;;;;;;;;6174:28;6186:15;6174:28;;;;;;:::i;:::-;;;;;;;;6074:139;5939:280::o;7:169:15:-;91:11;125:6;120:3;113:19;165:4;160:3;156:14;141:29;;7:169;;;;:::o;182:226::-;322:34;318:1;310:6;306:14;299:58;391:9;386:2;378:6;374:15;367:34;182:226;:::o;414:366::-;556:3;577:67;641:2;636:3;577:67;:::i;:::-;570:74;;653:93;742:3;653:93;:::i;:::-;771:2;766:3;762:12;755:19;;414:366;;;:::o;786:419::-;952:4;990:2;979:9;975:18;967:26;;1039:9;1033:4;1029:20;1025:1;1014:9;1010:17;1003:47;1067:131;1193:4;1067:131;:::i;:::-;1059:139;;786:419;;;:::o;1211:86::-;1246:7;1286:4;1279:5;1275:16;1264:27;;1211:86;;;:::o;1303:112::-;1386:22;1402:5;1386:22;:::i;:::-;1381:3;1374:35;1303:112;;:::o;1421:214::-;1510:4;1548:2;1537:9;1533:18;1525:26;;1561:67;1625:1;1614:9;1610:17;1601:6;1561:67;:::i;:::-;1421:214;;;;:::o;451:7637:10:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@__Ownable2Step_init_26":{"entryPoint":8702,"id":26,"parameterSlots":0,"returnSlots":0},"@__Ownable_init_unchained_145":{"entryPoint":9851,"id":145,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_440":{"entryPoint":8791,"id":440,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_unchained_450":{"entryPoint":9948,"id":450,"parameterSlots":0,"returnSlots":0},"@_checkOwner_176":{"entryPoint":8385,"id":176,"parameterSlots":0,"returnSlots":0},"@_handler_1930":{"entryPoint":9053,"id":1930,"parameterSlots":6,"returnSlots":0},"@_msgSender_894":{"entryPoint":8659,"id":894,"parameterSlots":0,"returnSlots":1},"@_pause_514":{"entryPoint":8880,"id":514,"parameterSlots":0,"returnSlots":0},"@_requireNotPaused_487":{"entryPoint":8979,"id":487,"parameterSlots":0,"returnSlots":0},"@_requirePaused_498":{"entryPoint":9580,"id":498,"parameterSlots":0,"returnSlots":0},"@_transferOwnership_233":{"entryPoint":9653,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":8610,"id":78,"parameterSlots":1,"returnSlots":0},"@_unpause_530":{"entryPoint":8511,"id":530,"parameterSlots":0,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":4163,"id":100,"parameterSlots":0,"returnSlots":0},"@createOrder_1859":{"entryPoint":5191,"id":1859,"parameterSlots":9,"returnSlots":1},"@getFeeDetails_2266":{"entryPoint":4700,"id":2266,"parameterSlots":0,"returnSlots":2},"@getOrderInfo_2205":{"entryPoint":3626,"id":2205,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutionByCode_2238":{"entryPoint":4737,"id":2238,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutions_2253":{"entryPoint":963,"id":2253,"parameterSlots":1,"returnSlots":1},"@initialize_1697":{"entryPoint":4304,"id":1697,"parameterSlots":0,"returnSlots":0},"@isContract_554":{"entryPoint":8667,"id":554,"parameterSlots":1,"returnSlots":1},"@isTokenSupported_2224":{"entryPoint":3534,"id":2224,"parameterSlots":1,"returnSlots":1},"@owner_162":{"entryPoint":4658,"id":162,"parameterSlots":0,"returnSlots":1},"@pause_1720":{"entryPoint":4640,"id":1720,"parameterSlots":0,"returnSlots":0},"@paused_475":{"entryPoint":2307,"id":475,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":6542,"id":41,"parameterSlots":0,"returnSlots":1},"@refund_2191":{"entryPoint":2350,"id":2191,"parameterSlots":2,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":2330,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_2445":{"entryPoint":1097,"id":2445,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_2382":{"entryPoint":4802,"id":2382,"parameterSlots":3,"returnSlots":0},"@settle_2085":{"entryPoint":6584,"id":2085,"parameterSlots":4,"returnSlots":1},"@transferOwnership_61":{"entryPoint":8212,"id":61,"parameterSlots":1,"returnSlots":0},"@unpause_1730":{"entryPoint":1470,"id":1730,"parameterSlots":0,"returnSlots":0},"@updateProtocolAddress_2534":{"entryPoint":1488,"id":2534,"parameterSlots":2,"returnSlots":0},"@updateProtocolFee_2462":{"entryPoint":2200,"id":2462,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":11021,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":11337,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":11126,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bool_fromMemory":{"entryPoint":14131,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":10405,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_string_calldata_ptr":{"entryPoint":12383,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_struct$_Institution_$2716_memory_ptr":{"entryPoint":10941,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":11618,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":11465,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint96":{"entryPoint":12357,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":11703,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr":{"entryPoint":12469,"id":null,"parameterSlots":2,"returnSlots":9},"abi_decode_tuple_t_bool_fromMemory":{"entryPoint":14152,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32":{"entryPoint":10426,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":11358,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":12251,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":11172,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64":{"entryPoint":12725,"id":null,"parameterSlots":2,"returnSlots":4},"abi_decode_tuple_t_uint256t_bytes32":{"entryPoint":11639,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":11486,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr":{"entryPoint":10577,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr":{"entryPoint":13027,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address":{"entryPoint":11748,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":12064,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10614,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":13064,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bool_to_t_bool":{"entryPoint":11778,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":11543,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":10515,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32_fromStack":{"entryPoint":12683,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack":{"entryPoint":14734,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":15345,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack":{"entryPoint":13892,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack":{"entryPoint":16579,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack":{"entryPoint":13249,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":14454,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack":{"entryPoint":16147,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack":{"entryPoint":15931,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack":{"entryPoint":14600,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack":{"entryPoint":14817,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack":{"entryPoint":13784,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack":{"entryPoint":16363,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":15677,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack":{"entryPoint":13395,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack":{"entryPoint":14000,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack":{"entryPoint":16255,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack":{"entryPoint":14925,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack":{"entryPoint":16039,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack":{"entryPoint":15823,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack":{"entryPoint":13541,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack":{"entryPoint":13676,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack":{"entryPoint":16471,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_InstitutionByCode_$2721_memory_ptr_to_t_struct$_InstitutionByCode_$2721_memory_ptr_fromStack":{"entryPoint":12177,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr":{"entryPoint":10530,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr":{"entryPoint":12956,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Order_$2618_memory_ptr_to_t_struct$_Order_$2618_memory_ptr_fromStack":{"entryPoint":11832,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256":{"entryPoint":11763,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":12121,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":12106,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint96_fromStack":{"entryPoint":15580,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint256_fromStack":{"entryPoint":15315,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint96":{"entryPoint":11817,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":12079,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed":{"entryPoint":14992,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed":{"entryPoint":14067,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":10708,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":13157,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":11558,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed":{"entryPoint":12698,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed":{"entryPoint":15595,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed":{"entryPoint":14749,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13927,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16614,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13284,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14489,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16182,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15966,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14635,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14852,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13819,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16398,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15712,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13430,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14035,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16290,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14960,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16074,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15858,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13576,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13711,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16506,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_struct$_InstitutionByCode_$2721_memory_ptr__to_t_struct$_InstitutionByCode_$2721_memory_ptr__fromStack_reversed":{"entryPoint":12224,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_struct$_Order_$2618_memory_ptr__to_t_struct$_Order_$2618_memory_ptr__fromStack_reversed":{"entryPoint":12036,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":14348,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15390,"id":null,"parameterSlots":7,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":13608,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed":{"entryPoint":12136,"id":null,"parameterSlots":3,"returnSlots":1},"allocate_memory":{"entryPoint":10860,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":10352,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":10887,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":10499,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage":{"entryPoint":12886,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":10471,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage":{"entryPoint":12875,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":10601,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage":{"entryPoint":13051,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10482,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":13191,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":14244,"id":null,"parameterSlots":2,"returnSlots":1},"checked_div_t_uint256":{"entryPoint":15232,"id":null,"parameterSlots":2,"returnSlots":1},"checked_mul_t_uint256":{"entryPoint":15119,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint256":{"entryPoint":14296,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint96":{"entryPoint":15482,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_from_storage_t_bytes32":{"entryPoint":12920,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":11296,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":11531,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":10372,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_rational_1_by_1":{"entryPoint":14667,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":11264,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":11585,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":11422,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":14677,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint96":{"entryPoint":11793,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_rational_1_by_1_to_t_uint8":{"entryPoint":14700,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint64_to_t_uint96":{"entryPoint":15546,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint96_to_t_uint256":{"entryPoint":15281,"id":null,"parameterSlots":1,"returnSlots":1},"copy_calldata_to_memory_with_cleanup":{"entryPoint":15330,"id":null,"parameterSlots":3,"returnSlots":0},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":12930,"id":null,"parameterSlots":1,"returnSlots":1},"finalize_allocation":{"entryPoint":10811,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":14690,"id":null,"parameterSlots":1,"returnSlots":1},"increment_t_uint256":{"entryPoint":15047,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x11":{"entryPoint":14197,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x12":{"entryPoint":15185,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x32":{"entryPoint":12828,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":10764,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490":{"entryPoint":12378,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":10742,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":10936,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":10931,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":10367,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":10362,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":10747,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":12907,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd":{"entryPoint":13851,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a":{"entryPoint":16538,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf":{"entryPoint":13208,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":14375,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2":{"entryPoint":16106,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a":{"entryPoint":15890,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759":{"entryPoint":14521,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338":{"entryPoint":14776,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5":{"entryPoint":13743,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5":{"entryPoint":16322,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":15636,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead":{"entryPoint":13316,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de":{"entryPoint":13959,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7":{"entryPoint":16214,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4":{"entryPoint":14884,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1":{"entryPoint":15998,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b":{"entryPoint":15744,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4":{"entryPoint":13462,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243":{"entryPoint":13635,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8":{"entryPoint":16430,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":11314,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bool":{"entryPoint":14108,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":10382,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":11595,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":11442,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint96":{"entryPoint":12334,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:51040:15","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:15","statements":[{"nodeType":"YulAssignment","src":"57:19:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:15","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:15"},"nodeType":"YulFunctionCall","src":"67:9:15"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:15"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:15","type":""}],"src":"7:75:15"},{"body":{"nodeType":"YulBlock","src":"177:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:15"},"nodeType":"YulFunctionCall","src":"187:12:15"},"nodeType":"YulExpressionStatement","src":"187:12:15"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:15"},{"body":{"nodeType":"YulBlock","src":"300:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:15"},"nodeType":"YulFunctionCall","src":"310:12:15"},"nodeType":"YulExpressionStatement","src":"310:12:15"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:15"},{"body":{"nodeType":"YulBlock","src":"379:32:15","statements":[{"nodeType":"YulAssignment","src":"389:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:15"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:15","type":""}],"src":"334:77:15"},{"body":{"nodeType":"YulBlock","src":"460:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:15"},"nodeType":"YulFunctionCall","src":"519:12:15"},"nodeType":"YulExpressionStatement","src":"519:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:15"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:15"},"nodeType":"YulFunctionCall","src":"490:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:15"},"nodeType":"YulFunctionCall","src":"480:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:15"},"nodeType":"YulFunctionCall","src":"473:43:15"},"nodeType":"YulIf","src":"470:63:15"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:15","type":""}],"src":"417:122:15"},{"body":{"nodeType":"YulBlock","src":"597:87:15","statements":[{"nodeType":"YulAssignment","src":"607:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:15"},"nodeType":"YulFunctionCall","src":"616:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:15"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:15"},"nodeType":"YulFunctionCall","src":"645:33:15"},"nodeType":"YulExpressionStatement","src":"645:33:15"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:15","type":""}],"src":"545:139:15"},{"body":{"nodeType":"YulBlock","src":"756:263:15","statements":[{"body":{"nodeType":"YulBlock","src":"802:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"804:77:15"},"nodeType":"YulFunctionCall","src":"804:79:15"},"nodeType":"YulExpressionStatement","src":"804:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"777:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"786:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"773:3:15"},"nodeType":"YulFunctionCall","src":"773:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"798:2:15","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"769:3:15"},"nodeType":"YulFunctionCall","src":"769:32:15"},"nodeType":"YulIf","src":"766:119:15"},{"nodeType":"YulBlock","src":"895:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"910:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"924:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"914:6:15","type":""}]},{"nodeType":"YulAssignment","src":"939:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"974:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"985:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"970:3:15"},"nodeType":"YulFunctionCall","src":"970:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"994:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"949:20:15"},"nodeType":"YulFunctionCall","src":"949:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"939:6:15"}]}]}]},"name":"abi_decode_tuple_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"726:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"737:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"749:6:15","type":""}],"src":"690:329:15"},{"body":{"nodeType":"YulBlock","src":"1128:40:15","statements":[{"nodeType":"YulAssignment","src":"1139:22:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1155:5:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1149:5:15"},"nodeType":"YulFunctionCall","src":"1149:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"1139:6:15"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1111:5:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"1121:6:15","type":""}],"src":"1025:143:15"},{"body":{"nodeType":"YulBlock","src":"1314:73:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1331:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"1336:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1324:6:15"},"nodeType":"YulFunctionCall","src":"1324:19:15"},"nodeType":"YulExpressionStatement","src":"1324:19:15"},{"nodeType":"YulAssignment","src":"1352:29:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1371:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"1376:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1367:3:15"},"nodeType":"YulFunctionCall","src":"1367:14:15"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"1352:11:15"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"1286:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"1291:6:15","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"1302:11:15","type":""}],"src":"1174:213:15"},{"body":{"nodeType":"YulBlock","src":"1494:60:15","statements":[{"nodeType":"YulAssignment","src":"1504:11:15","value":{"name":"ptr","nodeType":"YulIdentifier","src":"1512:3:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1504:4:15"}]},{"nodeType":"YulAssignment","src":"1525:22:15","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"1537:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"1542:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:15"},"nodeType":"YulFunctionCall","src":"1533:14:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1525:4:15"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"1481:3:15","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"1489:4:15","type":""}],"src":"1393:161:15"},{"body":{"nodeType":"YulBlock","src":"1615:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1632:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1655:5:15"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"1637:17:15"},"nodeType":"YulFunctionCall","src":"1637:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1625:6:15"},"nodeType":"YulFunctionCall","src":"1625:37:15"},"nodeType":"YulExpressionStatement","src":"1625:37:15"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1603:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1610:3:15","type":""}],"src":"1560:108:15"},{"body":{"nodeType":"YulBlock","src":"1864:391:15","statements":[{"nodeType":"YulVariableDeclaration","src":"1874:26:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1890:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"1895:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1886:3:15"},"nodeType":"YulFunctionCall","src":"1886:14:15"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"1878:4:15","type":""}]},{"nodeType":"YulBlock","src":"1910:164:15","statements":[{"nodeType":"YulVariableDeclaration","src":"1945:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1975:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"1982:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1971:3:15"},"nodeType":"YulFunctionCall","src":"1971:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1965:5:15"},"nodeType":"YulFunctionCall","src":"1965:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"1949:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2035:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2053:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"2058:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2049:3:15"},"nodeType":"YulFunctionCall","src":"2049:14:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2001:33:15"},"nodeType":"YulFunctionCall","src":"2001:63:15"},"nodeType":"YulExpressionStatement","src":"2001:63:15"}]},{"nodeType":"YulBlock","src":"2084:164:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2119:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2149:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"2156:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2145:3:15"},"nodeType":"YulFunctionCall","src":"2145:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2139:5:15"},"nodeType":"YulFunctionCall","src":"2139:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"2123:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2209:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2227:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"2232:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2223:3:15"},"nodeType":"YulFunctionCall","src":"2223:14:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2175:33:15"},"nodeType":"YulFunctionCall","src":"2175:63:15"},"nodeType":"YulExpressionStatement","src":"2175:63:15"}]}]},"name":"abi_encode_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1851:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1858:3:15","type":""}],"src":"1750:505:15"},{"body":{"nodeType":"YulBlock","src":"2399:157:15","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"2501:6:15"},{"name":"pos","nodeType":"YulIdentifier","src":"2509:3:15"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulIdentifier","src":"2409:91:15"},"nodeType":"YulFunctionCall","src":"2409:104:15"},"nodeType":"YulExpressionStatement","src":"2409:104:15"},{"nodeType":"YulAssignment","src":"2522:28:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2540:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"2545:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2536:3:15"},"nodeType":"YulFunctionCall","src":"2536:14:15"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"2522:10:15"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"2372:6:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2380:3:15","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"2388:10:15","type":""}],"src":"2261:295:15"},{"body":{"nodeType":"YulBlock","src":"2666:38:15","statements":[{"nodeType":"YulAssignment","src":"2676:22:15","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"2688:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"2693:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2684:3:15"},"nodeType":"YulFunctionCall","src":"2684:14:15"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"2676:4:15"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"2653:3:15","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"2661:4:15","type":""}],"src":"2562:142:15"},{"body":{"nodeType":"YulBlock","src":"2972:782:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2982:97:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3073:5:15"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"2996:76:15"},"nodeType":"YulFunctionCall","src":"2996:83:15"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2986:6:15","type":""}]},{"nodeType":"YulAssignment","src":"3088:122:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3198:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"3203:6:15"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"3095:102:15"},"nodeType":"YulFunctionCall","src":"3095:115:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3088:3:15"}]},{"nodeType":"YulVariableDeclaration","src":"3219:100:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3313:5:15"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3234:78:15"},"nodeType":"YulFunctionCall","src":"3234:85:15"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"3223:7:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"3328:21:15","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"3342:7:15"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"3332:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"3418:311:15","statements":[{"nodeType":"YulVariableDeclaration","src":"3432:34:15","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3459:6:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3453:5:15"},"nodeType":"YulFunctionCall","src":"3453:13:15"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"3436:13:15","type":""}]},{"nodeType":"YulAssignment","src":"3479:128:15","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"3588:13:15"},{"name":"pos","nodeType":"YulIdentifier","src":"3603:3:15"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulIdentifier","src":"3486:101:15"},"nodeType":"YulFunctionCall","src":"3486:121:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3479:3:15"}]},{"nodeType":"YulAssignment","src":"3620:99:15","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3712:6:15"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3630:81:15"},"nodeType":"YulFunctionCall","src":"3630:89:15"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3620:6:15"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3380:1:15"},{"name":"length","nodeType":"YulIdentifier","src":"3383:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3377:2:15"},"nodeType":"YulFunctionCall","src":"3377:13:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3391:18:15","statements":[{"nodeType":"YulAssignment","src":"3393:14:15","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3402:1:15"},{"kind":"number","nodeType":"YulLiteral","src":"3405:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3398:3:15"},"nodeType":"YulFunctionCall","src":"3398:9:15"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"3393:1:15"}]}]},"pre":{"nodeType":"YulBlock","src":"3362:14:15","statements":[{"nodeType":"YulVariableDeclaration","src":"3364:10:15","value":{"kind":"number","nodeType":"YulLiteral","src":"3373:1:15","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"3368:1:15","type":""}]}]},"src":"3358:371:15"},{"nodeType":"YulAssignment","src":"3738:10:15","value":{"name":"pos","nodeType":"YulIdentifier","src":"3745:3:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"3738:3:15"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2951:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2958:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"2967:3:15","type":""}],"src":"2790:964:15"},{"body":{"nodeType":"YulBlock","src":"3966:283:15","statements":[{"nodeType":"YulAssignment","src":"3976:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3988:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3999:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3984:3:15"},"nodeType":"YulFunctionCall","src":"3984:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3976:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4023:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"4034:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4019:3:15"},"nodeType":"YulFunctionCall","src":"4019:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"4042:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"4048:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4038:3:15"},"nodeType":"YulFunctionCall","src":"4038:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4012:6:15"},"nodeType":"YulFunctionCall","src":"4012:47:15"},"nodeType":"YulExpressionStatement","src":"4012:47:15"},{"nodeType":"YulAssignment","src":"4068:174:15","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4228:6:15"},{"name":"tail","nodeType":"YulIdentifier","src":"4237:4:15"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"4076:151:15"},"nodeType":"YulFunctionCall","src":"4076:166:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4068:4:15"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3938:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3950:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3961:4:15","type":""}],"src":"3760:489:15"},{"body":{"nodeType":"YulBlock","src":"4344:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4361:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4364:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4354:6:15"},"nodeType":"YulFunctionCall","src":"4354:12:15"},"nodeType":"YulExpressionStatement","src":"4354:12:15"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"4255:117:15"},{"body":{"nodeType":"YulBlock","src":"4426:54:15","statements":[{"nodeType":"YulAssignment","src":"4436:38:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4454:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"4461:2:15","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4450:3:15"},"nodeType":"YulFunctionCall","src":"4450:14:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4470:2:15","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"4466:3:15"},"nodeType":"YulFunctionCall","src":"4466:7:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4446:3:15"},"nodeType":"YulFunctionCall","src":"4446:28:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4436:6:15"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4409:5:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4419:6:15","type":""}],"src":"4378:102:15"},{"body":{"nodeType":"YulBlock","src":"4514:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4531:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4534:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4524:6:15"},"nodeType":"YulFunctionCall","src":"4524:88:15"},"nodeType":"YulExpressionStatement","src":"4524:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4628:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"4631:4:15","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4621:6:15"},"nodeType":"YulFunctionCall","src":"4621:15:15"},"nodeType":"YulExpressionStatement","src":"4621:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4652:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4655:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4645:6:15"},"nodeType":"YulFunctionCall","src":"4645:15:15"},"nodeType":"YulExpressionStatement","src":"4645:15:15"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"4486:180:15"},{"body":{"nodeType":"YulBlock","src":"4715:238:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4725:58:15","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"4747:6:15"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"4777:4:15"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"4755:21:15"},"nodeType":"YulFunctionCall","src":"4755:27:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4743:3:15"},"nodeType":"YulFunctionCall","src":"4743:40:15"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"4729:10:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"4894:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"4896:16:15"},"nodeType":"YulFunctionCall","src":"4896:18:15"},"nodeType":"YulExpressionStatement","src":"4896:18:15"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4837:10:15"},{"kind":"number","nodeType":"YulLiteral","src":"4849:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4834:2:15"},"nodeType":"YulFunctionCall","src":"4834:34:15"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4873:10:15"},{"name":"memPtr","nodeType":"YulIdentifier","src":"4885:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4870:2:15"},"nodeType":"YulFunctionCall","src":"4870:22:15"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"4831:2:15"},"nodeType":"YulFunctionCall","src":"4831:62:15"},"nodeType":"YulIf","src":"4828:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4932:2:15","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4936:10:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4925:6:15"},"nodeType":"YulFunctionCall","src":"4925:22:15"},"nodeType":"YulExpressionStatement","src":"4925:22:15"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"4701:6:15","type":""},{"name":"size","nodeType":"YulTypedName","src":"4709:4:15","type":""}],"src":"4672:281:15"},{"body":{"nodeType":"YulBlock","src":"5000:88:15","statements":[{"nodeType":"YulAssignment","src":"5010:30:15","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"5020:18:15"},"nodeType":"YulFunctionCall","src":"5020:20:15"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5010:6:15"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5069:6:15"},{"name":"size","nodeType":"YulIdentifier","src":"5077:4:15"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"5049:19:15"},"nodeType":"YulFunctionCall","src":"5049:33:15"},"nodeType":"YulExpressionStatement","src":"5049:33:15"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"4984:4:15","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"4993:6:15","type":""}],"src":"4959:129:15"},{"body":{"nodeType":"YulBlock","src":"5205:229:15","statements":[{"body":{"nodeType":"YulBlock","src":"5310:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"5312:16:15"},"nodeType":"YulFunctionCall","src":"5312:18:15"},"nodeType":"YulExpressionStatement","src":"5312:18:15"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"5282:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"5290:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"5279:2:15"},"nodeType":"YulFunctionCall","src":"5279:30:15"},"nodeType":"YulIf","src":"5276:56:15"},{"nodeType":"YulAssignment","src":"5342:25:15","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"5354:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"5362:4:15","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"5350:3:15"},"nodeType":"YulFunctionCall","src":"5350:17:15"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"5342:4:15"}]},{"nodeType":"YulAssignment","src":"5404:23:15","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"5416:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"5422:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5412:3:15"},"nodeType":"YulFunctionCall","src":"5412:15:15"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"5404:4:15"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"5189:6:15","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"5200:4:15","type":""}],"src":"5094:340:15"},{"body":{"nodeType":"YulBlock","src":"5529:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5546:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5549:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5539:6:15"},"nodeType":"YulFunctionCall","src":"5539:12:15"},"nodeType":"YulExpressionStatement","src":"5539:12:15"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"5440:117:15"},{"body":{"nodeType":"YulBlock","src":"5652:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5669:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5672:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5662:6:15"},"nodeType":"YulFunctionCall","src":"5662:12:15"},"nodeType":"YulExpressionStatement","src":"5662:12:15"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"5563:117:15"},{"body":{"nodeType":"YulBlock","src":"5775:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5792:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5795:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5785:6:15"},"nodeType":"YulFunctionCall","src":"5785:12:15"},"nodeType":"YulExpressionStatement","src":"5785:12:15"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"5686:117:15"},{"body":{"nodeType":"YulBlock","src":"5933:494:15","statements":[{"body":{"nodeType":"YulBlock","src":"5977:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"5979:77:15"},"nodeType":"YulFunctionCall","src":"5979:79:15"},"nodeType":"YulExpressionStatement","src":"5979:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"5954:3:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"5959:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5950:3:15"},"nodeType":"YulFunctionCall","src":"5950:19:15"},{"kind":"number","nodeType":"YulLiteral","src":"5971:4:15","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5946:3:15"},"nodeType":"YulFunctionCall","src":"5946:30:15"},"nodeType":"YulIf","src":"5943:117:15"},{"nodeType":"YulAssignment","src":"6069:30:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6094:4:15","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"6078:15:15"},"nodeType":"YulFunctionCall","src":"6078:21:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6069:5:15"}]},{"nodeType":"YulBlock","src":"6109:150:15","statements":[{"nodeType":"YulVariableDeclaration","src":"6144:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"6158:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6148:6:15","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6184:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"6191:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6180:3:15"},"nodeType":"YulFunctionCall","src":"6180:16:15"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6223:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"6234:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6219:3:15"},"nodeType":"YulFunctionCall","src":"6219:22:15"},{"name":"end","nodeType":"YulIdentifier","src":"6243:3:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"6198:20:15"},"nodeType":"YulFunctionCall","src":"6198:49:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6173:6:15"},"nodeType":"YulFunctionCall","src":"6173:75:15"},"nodeType":"YulExpressionStatement","src":"6173:75:15"}]},{"nodeType":"YulBlock","src":"6269:151:15","statements":[{"nodeType":"YulVariableDeclaration","src":"6304:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"6318:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6308:6:15","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6345:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"6352:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6341:3:15"},"nodeType":"YulFunctionCall","src":"6341:16:15"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6384:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"6395:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6380:3:15"},"nodeType":"YulFunctionCall","src":"6380:22:15"},{"name":"end","nodeType":"YulIdentifier","src":"6404:3:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"6359:20:15"},"nodeType":"YulFunctionCall","src":"6359:49:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6334:6:15"},"nodeType":"YulFunctionCall","src":"6334:75:15"},"nodeType":"YulExpressionStatement","src":"6334:75:15"}]}]},"name":"abi_decode_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5908:9:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"5919:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5927:5:15","type":""}],"src":"5849:578:15"},{"body":{"nodeType":"YulBlock","src":"6606:666:15","statements":[{"nodeType":"YulAssignment","src":"6616:119:15","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6727:6:15"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"6641:85:15"},"nodeType":"YulFunctionCall","src":"6641:93:15"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"6625:15:15"},"nodeType":"YulFunctionCall","src":"6625:110:15"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"6616:5:15"}]},{"nodeType":"YulVariableDeclaration","src":"6744:16:15","value":{"name":"array","nodeType":"YulIdentifier","src":"6755:5:15"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"6748:3:15","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6777:5:15"},{"name":"length","nodeType":"YulIdentifier","src":"6784:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6770:6:15"},"nodeType":"YulFunctionCall","src":"6770:21:15"},"nodeType":"YulExpressionStatement","src":"6770:21:15"},{"nodeType":"YulAssignment","src":"6800:23:15","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6811:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"6818:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6807:3:15"},"nodeType":"YulFunctionCall","src":"6807:16:15"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"6800:3:15"}]},{"nodeType":"YulVariableDeclaration","src":"6833:44:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6851:6:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6863:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"6871:4:15","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6859:3:15"},"nodeType":"YulFunctionCall","src":"6859:17:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6847:3:15"},"nodeType":"YulFunctionCall","src":"6847:30:15"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"6837:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"6905:103:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"6919:77:15"},"nodeType":"YulFunctionCall","src":"6919:79:15"},"nodeType":"YulExpressionStatement","src":"6919:79:15"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"6892:6:15"},{"name":"end","nodeType":"YulIdentifier","src":"6900:3:15"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6889:2:15"},"nodeType":"YulFunctionCall","src":"6889:15:15"},"nodeType":"YulIf","src":"6886:122:15"},{"body":{"nodeType":"YulBlock","src":"7093:173:15","statements":[{"nodeType":"YulVariableDeclaration","src":"7108:21:15","value":{"name":"src","nodeType":"YulIdentifier","src":"7126:3:15"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"7112:10:15","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"7150:3:15"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"7205:10:15"},{"name":"end","nodeType":"YulIdentifier","src":"7217:3:15"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulIdentifier","src":"7155:49:15"},"nodeType":"YulFunctionCall","src":"7155:66:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7143:6:15"},"nodeType":"YulFunctionCall","src":"7143:79:15"},"nodeType":"YulExpressionStatement","src":"7143:79:15"},{"nodeType":"YulAssignment","src":"7235:21:15","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"7246:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"7251:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7242:3:15"},"nodeType":"YulFunctionCall","src":"7242:14:15"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"7235:3:15"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7046:3:15"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"7051:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"7043:2:15"},"nodeType":"YulFunctionCall","src":"7043:15:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"7059:25:15","statements":[{"nodeType":"YulAssignment","src":"7061:21:15","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7072:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"7077:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7068:3:15"},"nodeType":"YulFunctionCall","src":"7068:14:15"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"7061:3:15"}]}]},"pre":{"nodeType":"YulBlock","src":"7021:21:15","statements":[{"nodeType":"YulVariableDeclaration","src":"7023:17:15","value":{"name":"offset","nodeType":"YulIdentifier","src":"7034:6:15"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"7027:3:15","type":""}]}]},"src":"7017:249:15"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6576:6:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"6584:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"6592:3:15","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"6600:5:15","type":""}],"src":"6475:797:15"},{"body":{"nodeType":"YulBlock","src":"7426:322:15","statements":[{"body":{"nodeType":"YulBlock","src":"7475:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"7477:77:15"},"nodeType":"YulFunctionCall","src":"7477:79:15"},"nodeType":"YulExpressionStatement","src":"7477:79:15"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7454:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"7462:4:15","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7450:3:15"},"nodeType":"YulFunctionCall","src":"7450:17:15"},{"name":"end","nodeType":"YulIdentifier","src":"7469:3:15"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7446:3:15"},"nodeType":"YulFunctionCall","src":"7446:27:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7439:6:15"},"nodeType":"YulFunctionCall","src":"7439:35:15"},"nodeType":"YulIf","src":"7436:122:15"},{"nodeType":"YulVariableDeclaration","src":"7567:34:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7594:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7581:12:15"},"nodeType":"YulFunctionCall","src":"7581:20:15"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"7571:6:15","type":""}]},{"nodeType":"YulAssignment","src":"7610:132:15","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7715:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"7723:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7711:3:15"},"nodeType":"YulFunctionCall","src":"7711:17:15"},{"name":"length","nodeType":"YulIdentifier","src":"7730:6:15"},{"name":"end","nodeType":"YulIdentifier","src":"7738:3:15"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"7619:91:15"},"nodeType":"YulFunctionCall","src":"7619:123:15"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"7610:5:15"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7404:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"7412:3:15","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"7420:5:15","type":""}],"src":"7320:428:15"},{"body":{"nodeType":"YulBlock","src":"7891:605:15","statements":[{"body":{"nodeType":"YulBlock","src":"7937:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7939:77:15"},"nodeType":"YulFunctionCall","src":"7939:79:15"},"nodeType":"YulExpressionStatement","src":"7939:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7912:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"7921:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7908:3:15"},"nodeType":"YulFunctionCall","src":"7908:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"7933:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7904:3:15"},"nodeType":"YulFunctionCall","src":"7904:32:15"},"nodeType":"YulIf","src":"7901:119:15"},{"nodeType":"YulBlock","src":"8030:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"8045:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"8059:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8049:6:15","type":""}]},{"nodeType":"YulAssignment","src":"8074:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8109:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"8120:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8105:3:15"},"nodeType":"YulFunctionCall","src":"8105:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8129:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"8084:20:15"},"nodeType":"YulFunctionCall","src":"8084:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8074:6:15"}]}]},{"nodeType":"YulBlock","src":"8157:332:15","statements":[{"nodeType":"YulVariableDeclaration","src":"8172:46:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8203:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"8214:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8199:3:15"},"nodeType":"YulFunctionCall","src":"8199:18:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8186:12:15"},"nodeType":"YulFunctionCall","src":"8186:32:15"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8176:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"8265:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"8267:77:15"},"nodeType":"YulFunctionCall","src":"8267:79:15"},"nodeType":"YulExpressionStatement","src":"8267:79:15"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8237:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"8245:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8234:2:15"},"nodeType":"YulFunctionCall","src":"8234:30:15"},"nodeType":"YulIf","src":"8231:117:15"},{"nodeType":"YulAssignment","src":"8362:117:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8451:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"8462:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8447:3:15"},"nodeType":"YulFunctionCall","src":"8447:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8471:7:15"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"8372:74:15"},"nodeType":"YulFunctionCall","src":"8372:107:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"8362:6:15"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7853:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7864:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7876:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7884:6:15","type":""}],"src":"7754:742:15"},{"body":{"nodeType":"YulBlock","src":"8547:81:15","statements":[{"nodeType":"YulAssignment","src":"8557:65:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8572:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"8579:42:15","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8568:3:15"},"nodeType":"YulFunctionCall","src":"8568:54:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"8557:7:15"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8529:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"8539:7:15","type":""}],"src":"8502:126:15"},{"body":{"nodeType":"YulBlock","src":"8679:51:15","statements":[{"nodeType":"YulAssignment","src":"8689:35:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8718:5:15"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"8700:17:15"},"nodeType":"YulFunctionCall","src":"8700:24:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"8689:7:15"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8661:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"8671:7:15","type":""}],"src":"8634:96:15"},{"body":{"nodeType":"YulBlock","src":"8779:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"8836:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8845:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8848:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8838:6:15"},"nodeType":"YulFunctionCall","src":"8838:12:15"},"nodeType":"YulExpressionStatement","src":"8838:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8802:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8827:5:15"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"8809:17:15"},"nodeType":"YulFunctionCall","src":"8809:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"8799:2:15"},"nodeType":"YulFunctionCall","src":"8799:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"8792:6:15"},"nodeType":"YulFunctionCall","src":"8792:43:15"},"nodeType":"YulIf","src":"8789:63:15"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8772:5:15","type":""}],"src":"8736:122:15"},{"body":{"nodeType":"YulBlock","src":"8916:87:15","statements":[{"nodeType":"YulAssignment","src":"8926:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8948:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8935:12:15"},"nodeType":"YulFunctionCall","src":"8935:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"8926:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8991:5:15"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"8964:26:15"},"nodeType":"YulFunctionCall","src":"8964:33:15"},"nodeType":"YulExpressionStatement","src":"8964:33:15"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"8894:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"8902:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"8910:5:15","type":""}],"src":"8864:139:15"},{"body":{"nodeType":"YulBlock","src":"9092:391:15","statements":[{"body":{"nodeType":"YulBlock","src":"9138:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9140:77:15"},"nodeType":"YulFunctionCall","src":"9140:79:15"},"nodeType":"YulExpressionStatement","src":"9140:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9113:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"9122:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9109:3:15"},"nodeType":"YulFunctionCall","src":"9109:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"9134:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9105:3:15"},"nodeType":"YulFunctionCall","src":"9105:32:15"},"nodeType":"YulIf","src":"9102:119:15"},{"nodeType":"YulBlock","src":"9231:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"9246:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"9260:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9250:6:15","type":""}]},{"nodeType":"YulAssignment","src":"9275:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9310:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"9321:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9306:3:15"},"nodeType":"YulFunctionCall","src":"9306:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9330:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"9285:20:15"},"nodeType":"YulFunctionCall","src":"9285:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"9275:6:15"}]}]},{"nodeType":"YulBlock","src":"9358:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"9373:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"9387:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9377:6:15","type":""}]},{"nodeType":"YulAssignment","src":"9403:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9438:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"9449:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9434:3:15"},"nodeType":"YulFunctionCall","src":"9434:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9458:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"9413:20:15"},"nodeType":"YulFunctionCall","src":"9413:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"9403:6:15"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9054:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9065:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9077:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"9085:6:15","type":""}],"src":"9009:474:15"},{"body":{"nodeType":"YulBlock","src":"9533:57:15","statements":[{"nodeType":"YulAssignment","src":"9543:41:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9558:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"9565:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9554:3:15"},"nodeType":"YulFunctionCall","src":"9554:30:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"9543:7:15"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9515:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"9525:7:15","type":""}],"src":"9489:101:15"},{"body":{"nodeType":"YulBlock","src":"9638:78:15","statements":[{"body":{"nodeType":"YulBlock","src":"9694:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9703:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9706:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9696:6:15"},"nodeType":"YulFunctionCall","src":"9696:12:15"},"nodeType":"YulExpressionStatement","src":"9696:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9661:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9685:5:15"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"9668:16:15"},"nodeType":"YulFunctionCall","src":"9668:23:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"9658:2:15"},"nodeType":"YulFunctionCall","src":"9658:34:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"9651:6:15"},"nodeType":"YulFunctionCall","src":"9651:42:15"},"nodeType":"YulIf","src":"9648:62:15"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9631:5:15","type":""}],"src":"9596:120:15"},{"body":{"nodeType":"YulBlock","src":"9773:86:15","statements":[{"nodeType":"YulAssignment","src":"9783:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"9805:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"9792:12:15"},"nodeType":"YulFunctionCall","src":"9792:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"9783:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9847:5:15"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"9821:25:15"},"nodeType":"YulFunctionCall","src":"9821:32:15"},"nodeType":"YulExpressionStatement","src":"9821:32:15"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"9751:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"9759:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9767:5:15","type":""}],"src":"9722:137:15"},{"body":{"nodeType":"YulBlock","src":"9930:262:15","statements":[{"body":{"nodeType":"YulBlock","src":"9976:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9978:77:15"},"nodeType":"YulFunctionCall","src":"9978:79:15"},"nodeType":"YulExpressionStatement","src":"9978:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9951:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"9960:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9947:3:15"},"nodeType":"YulFunctionCall","src":"9947:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"9972:2:15","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9943:3:15"},"nodeType":"YulFunctionCall","src":"9943:32:15"},"nodeType":"YulIf","src":"9940:119:15"},{"nodeType":"YulBlock","src":"10069:116:15","statements":[{"nodeType":"YulVariableDeclaration","src":"10084:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"10098:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"10088:6:15","type":""}]},{"nodeType":"YulAssignment","src":"10113:62:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10147:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"10158:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10143:3:15"},"nodeType":"YulFunctionCall","src":"10143:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"10167:7:15"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"10123:19:15"},"nodeType":"YulFunctionCall","src":"10123:52:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"10113:6:15"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9900:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9911:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9923:6:15","type":""}],"src":"9865:327:15"},{"body":{"nodeType":"YulBlock","src":"10240:48:15","statements":[{"nodeType":"YulAssignment","src":"10250:32:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10275:5:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10268:6:15"},"nodeType":"YulFunctionCall","src":"10268:13:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10261:6:15"},"nodeType":"YulFunctionCall","src":"10261:21:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"10250:7:15"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10222:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"10232:7:15","type":""}],"src":"10198:90:15"},{"body":{"nodeType":"YulBlock","src":"10353:50:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10370:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10390:5:15"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"10375:14:15"},"nodeType":"YulFunctionCall","src":"10375:21:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10363:6:15"},"nodeType":"YulFunctionCall","src":"10363:34:15"},"nodeType":"YulExpressionStatement","src":"10363:34:15"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10341:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10348:3:15","type":""}],"src":"10294:109:15"},{"body":{"nodeType":"YulBlock","src":"10501:118:15","statements":[{"nodeType":"YulAssignment","src":"10511:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10523:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"10534:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10519:3:15"},"nodeType":"YulFunctionCall","src":"10519:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10511:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"10585:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10598:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"10609:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10594:3:15"},"nodeType":"YulFunctionCall","src":"10594:17:15"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"10547:37:15"},"nodeType":"YulFunctionCall","src":"10547:65:15"},"nodeType":"YulExpressionStatement","src":"10547:65:15"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10473:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"10485:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10496:4:15","type":""}],"src":"10409:210:15"},{"body":{"nodeType":"YulBlock","src":"10670:32:15","statements":[{"nodeType":"YulAssignment","src":"10680:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"10691:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"10680:7:15"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10652:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"10662:7:15","type":""}],"src":"10625:77:15"},{"body":{"nodeType":"YulBlock","src":"10751:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"10808:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10817:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"10820:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"10810:6:15"},"nodeType":"YulFunctionCall","src":"10810:12:15"},"nodeType":"YulExpressionStatement","src":"10810:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10774:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10799:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"10781:17:15"},"nodeType":"YulFunctionCall","src":"10781:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"10771:2:15"},"nodeType":"YulFunctionCall","src":"10771:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10764:6:15"},"nodeType":"YulFunctionCall","src":"10764:43:15"},"nodeType":"YulIf","src":"10761:63:15"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10744:5:15","type":""}],"src":"10708:122:15"},{"body":{"nodeType":"YulBlock","src":"10888:87:15","statements":[{"nodeType":"YulAssignment","src":"10898:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"10920:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"10907:12:15"},"nodeType":"YulFunctionCall","src":"10907:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"10898:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10963:5:15"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"10936:26:15"},"nodeType":"YulFunctionCall","src":"10936:33:15"},"nodeType":"YulExpressionStatement","src":"10936:33:15"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"10866:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"10874:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"10882:5:15","type":""}],"src":"10836:139:15"},{"body":{"nodeType":"YulBlock","src":"11064:391:15","statements":[{"body":{"nodeType":"YulBlock","src":"11110:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11112:77:15"},"nodeType":"YulFunctionCall","src":"11112:79:15"},"nodeType":"YulExpressionStatement","src":"11112:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11085:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"11094:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11081:3:15"},"nodeType":"YulFunctionCall","src":"11081:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"11106:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11077:3:15"},"nodeType":"YulFunctionCall","src":"11077:32:15"},"nodeType":"YulIf","src":"11074:119:15"},{"nodeType":"YulBlock","src":"11203:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"11218:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"11232:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11222:6:15","type":""}]},{"nodeType":"YulAssignment","src":"11247:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11282:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"11293:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11278:3:15"},"nodeType":"YulFunctionCall","src":"11278:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11302:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"11257:20:15"},"nodeType":"YulFunctionCall","src":"11257:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"11247:6:15"}]}]},{"nodeType":"YulBlock","src":"11330:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"11345:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"11359:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11349:6:15","type":""}]},{"nodeType":"YulAssignment","src":"11375:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11410:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"11421:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11406:3:15"},"nodeType":"YulFunctionCall","src":"11406:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11430:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"11385:20:15"},"nodeType":"YulFunctionCall","src":"11385:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"11375:6:15"}]}]}]},"name":"abi_decode_tuple_t_uint256t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11026:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11037:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11049:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"11057:6:15","type":""}],"src":"10981:474:15"},{"body":{"nodeType":"YulBlock","src":"11527:263:15","statements":[{"body":{"nodeType":"YulBlock","src":"11573:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11575:77:15"},"nodeType":"YulFunctionCall","src":"11575:79:15"},"nodeType":"YulExpressionStatement","src":"11575:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11548:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"11557:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11544:3:15"},"nodeType":"YulFunctionCall","src":"11544:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"11569:2:15","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11540:3:15"},"nodeType":"YulFunctionCall","src":"11540:32:15"},"nodeType":"YulIf","src":"11537:119:15"},{"nodeType":"YulBlock","src":"11666:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"11681:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"11695:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11685:6:15","type":""}]},{"nodeType":"YulAssignment","src":"11710:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11745:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"11756:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11741:3:15"},"nodeType":"YulFunctionCall","src":"11741:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11765:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"11720:20:15"},"nodeType":"YulFunctionCall","src":"11720:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"11710:6:15"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11497:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11508:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11520:6:15","type":""}],"src":"11461:329:15"},{"body":{"nodeType":"YulBlock","src":"11851:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11868:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11891:5:15"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"11873:17:15"},"nodeType":"YulFunctionCall","src":"11873:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11861:6:15"},"nodeType":"YulFunctionCall","src":"11861:37:15"},"nodeType":"YulExpressionStatement","src":"11861:37:15"}]},"name":"abi_encode_t_address_to_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11839:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11846:3:15","type":""}],"src":"11796:108:15"},{"body":{"nodeType":"YulBlock","src":"11965:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11982:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12005:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"11987:17:15"},"nodeType":"YulFunctionCall","src":"11987:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11975:6:15"},"nodeType":"YulFunctionCall","src":"11975:37:15"},"nodeType":"YulExpressionStatement","src":"11975:37:15"}]},"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11953:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11960:3:15","type":""}],"src":"11910:108:15"},{"body":{"nodeType":"YulBlock","src":"12073:50:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12090:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12110:5:15"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"12095:14:15"},"nodeType":"YulFunctionCall","src":"12095:21:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12083:6:15"},"nodeType":"YulFunctionCall","src":"12083:34:15"},"nodeType":"YulExpressionStatement","src":"12083:34:15"}]},"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12061:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12068:3:15","type":""}],"src":"12024:99:15"},{"body":{"nodeType":"YulBlock","src":"12173:65:15","statements":[{"nodeType":"YulAssignment","src":"12183:49:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12198:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"12205:26:15","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"12194:3:15"},"nodeType":"YulFunctionCall","src":"12194:38:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"12183:7:15"}]}]},"name":"cleanup_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12155:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"12165:7:15","type":""}],"src":"12129:109:15"},{"body":{"nodeType":"YulBlock","src":"12297:52:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12314:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12336:5:15"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"12319:16:15"},"nodeType":"YulFunctionCall","src":"12319:23:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12307:6:15"},"nodeType":"YulFunctionCall","src":"12307:36:15"},"nodeType":"YulExpressionStatement","src":"12307:36:15"}]},"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12285:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12292:3:15","type":""}],"src":"12244:105:15"},{"body":{"nodeType":"YulBlock","src":"12521:1838:15","statements":[{"nodeType":"YulVariableDeclaration","src":"12531:28:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12547:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12552:6:15","type":"","value":"0x0140"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12543:3:15"},"nodeType":"YulFunctionCall","src":"12543:16:15"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"12535:4:15","type":""}]},{"nodeType":"YulBlock","src":"12569:166:15","statements":[{"nodeType":"YulVariableDeclaration","src":"12606:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12636:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"12643:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12632:3:15"},"nodeType":"YulFunctionCall","src":"12632:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12626:5:15"},"nodeType":"YulFunctionCall","src":"12626:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12610:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"12696:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12714:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12719:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12710:3:15"},"nodeType":"YulFunctionCall","src":"12710:14:15"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"12662:33:15"},"nodeType":"YulFunctionCall","src":"12662:63:15"},"nodeType":"YulExpressionStatement","src":"12662:63:15"}]},{"nodeType":"YulBlock","src":"12745:165:15","statements":[{"nodeType":"YulVariableDeclaration","src":"12781:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12811:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"12818:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12807:3:15"},"nodeType":"YulFunctionCall","src":"12807:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12801:5:15"},"nodeType":"YulFunctionCall","src":"12801:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12785:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"12871:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12889:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12894:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12885:3:15"},"nodeType":"YulFunctionCall","src":"12885:14:15"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"12837:33:15"},"nodeType":"YulFunctionCall","src":"12837:63:15"},"nodeType":"YulExpressionStatement","src":"12837:63:15"}]},{"nodeType":"YulBlock","src":"12920:178:15","statements":[{"nodeType":"YulVariableDeclaration","src":"12969:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12999:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"13006:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12995:3:15"},"nodeType":"YulFunctionCall","src":"12995:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12989:5:15"},"nodeType":"YulFunctionCall","src":"12989:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12973:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13059:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13077:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13082:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13073:3:15"},"nodeType":"YulFunctionCall","src":"13073:14:15"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"13025:33:15"},"nodeType":"YulFunctionCall","src":"13025:63:15"},"nodeType":"YulExpressionStatement","src":"13025:63:15"}]},{"nodeType":"YulBlock","src":"13108:169:15","statements":[{"nodeType":"YulVariableDeclaration","src":"13148:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13178:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"13185:4:15","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13174:3:15"},"nodeType":"YulFunctionCall","src":"13174:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13168:5:15"},"nodeType":"YulFunctionCall","src":"13168:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13152:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13238:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13256:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13261:4:15","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13252:3:15"},"nodeType":"YulFunctionCall","src":"13252:14:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"13204:33:15"},"nodeType":"YulFunctionCall","src":"13204:63:15"},"nodeType":"YulExpressionStatement","src":"13204:63:15"}]},{"nodeType":"YulBlock","src":"13287:171:15","statements":[{"nodeType":"YulVariableDeclaration","src":"13329:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13359:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"13366:4:15","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13355:3:15"},"nodeType":"YulFunctionCall","src":"13355:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13349:5:15"},"nodeType":"YulFunctionCall","src":"13349:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13333:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13419:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13437:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13442:4:15","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13433:3:15"},"nodeType":"YulFunctionCall","src":"13433:14:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"13385:33:15"},"nodeType":"YulFunctionCall","src":"13385:63:15"},"nodeType":"YulExpressionStatement","src":"13385:63:15"}]},{"nodeType":"YulBlock","src":"13468:165:15","statements":[{"nodeType":"YulVariableDeclaration","src":"13510:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13540:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"13547:4:15","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13536:3:15"},"nodeType":"YulFunctionCall","src":"13536:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13530:5:15"},"nodeType":"YulFunctionCall","src":"13530:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13514:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13594:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13612:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13617:4:15","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13608:3:15"},"nodeType":"YulFunctionCall","src":"13608:14:15"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"13566:27:15"},"nodeType":"YulFunctionCall","src":"13566:57:15"},"nodeType":"YulExpressionStatement","src":"13566:57:15"}]},{"nodeType":"YulBlock","src":"13643:164:15","statements":[{"nodeType":"YulVariableDeclaration","src":"13684:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13714:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"13721:4:15","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13710:3:15"},"nodeType":"YulFunctionCall","src":"13710:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13704:5:15"},"nodeType":"YulFunctionCall","src":"13704:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13688:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13768:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13786:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13791:4:15","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13782:3:15"},"nodeType":"YulFunctionCall","src":"13782:14:15"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"13740:27:15"},"nodeType":"YulFunctionCall","src":"13740:57:15"},"nodeType":"YulExpressionStatement","src":"13740:57:15"}]},{"nodeType":"YulBlock","src":"13817:173:15","statements":[{"nodeType":"YulVariableDeclaration","src":"13861:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13891:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"13898:4:15","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13887:3:15"},"nodeType":"YulFunctionCall","src":"13887:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13881:5:15"},"nodeType":"YulFunctionCall","src":"13881:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13865:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13951:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13969:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13974:4:15","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13965:3:15"},"nodeType":"YulFunctionCall","src":"13965:14:15"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"13917:33:15"},"nodeType":"YulFunctionCall","src":"13917:63:15"},"nodeType":"YulExpressionStatement","src":"13917:63:15"}]},{"nodeType":"YulBlock","src":"14000:172:15","statements":[{"nodeType":"YulVariableDeclaration","src":"14041:45:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14071:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"14078:6:15","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14067:3:15"},"nodeType":"YulFunctionCall","src":"14067:18:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"14061:5:15"},"nodeType":"YulFunctionCall","src":"14061:25:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"14045:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"14131:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14149:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"14154:6:15","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14145:3:15"},"nodeType":"YulFunctionCall","src":"14145:16:15"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulIdentifier","src":"14099:31:15"},"nodeType":"YulFunctionCall","src":"14099:63:15"},"nodeType":"YulExpressionStatement","src":"14099:63:15"}]},{"nodeType":"YulBlock","src":"14182:170:15","statements":[{"nodeType":"YulVariableDeclaration","src":"14219:45:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14249:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"14256:6:15","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14245:3:15"},"nodeType":"YulFunctionCall","src":"14245:18:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"14239:5:15"},"nodeType":"YulFunctionCall","src":"14239:25:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"14223:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"14311:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14329:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"14334:6:15","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14325:3:15"},"nodeType":"YulFunctionCall","src":"14325:16:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"14277:33:15"},"nodeType":"YulFunctionCall","src":"14277:65:15"},"nodeType":"YulExpressionStatement","src":"14277:65:15"}]}]},"name":"abi_encode_t_struct$_Order_$2618_memory_ptr_to_t_struct$_Order_$2618_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12508:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12515:3:15","type":""}],"src":"12409:1950:15"},{"body":{"nodeType":"YulBlock","src":"14509:171:15","statements":[{"nodeType":"YulAssignment","src":"14519:27:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14531:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"14542:3:15","type":"","value":"320"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14527:3:15"},"nodeType":"YulFunctionCall","src":"14527:19:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14519:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14646:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14659:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"14670:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14655:3:15"},"nodeType":"YulFunctionCall","src":"14655:17:15"}],"functionName":{"name":"abi_encode_t_struct$_Order_$2618_memory_ptr_to_t_struct$_Order_$2618_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14556:89:15"},"nodeType":"YulFunctionCall","src":"14556:117:15"},"nodeType":"YulExpressionStatement","src":"14556:117:15"}]},"name":"abi_encode_tuple_t_struct$_Order_$2618_memory_ptr__to_t_struct$_Order_$2618_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14481:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14493:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14504:4:15","type":""}],"src":"14365:315:15"},{"body":{"nodeType":"YulBlock","src":"14751:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14768:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14791:5:15"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"14773:17:15"},"nodeType":"YulFunctionCall","src":"14773:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14761:6:15"},"nodeType":"YulFunctionCall","src":"14761:37:15"},"nodeType":"YulExpressionStatement","src":"14761:37:15"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"14739:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"14746:3:15","type":""}],"src":"14686:118:15"},{"body":{"nodeType":"YulBlock","src":"14908:124:15","statements":[{"nodeType":"YulAssignment","src":"14918:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14930:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"14941:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14926:3:15"},"nodeType":"YulFunctionCall","src":"14926:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14918:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14998:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15011:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15022:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15007:3:15"},"nodeType":"YulFunctionCall","src":"15007:17:15"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"14954:43:15"},"nodeType":"YulFunctionCall","src":"14954:71:15"},"nodeType":"YulExpressionStatement","src":"14954:71:15"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14880:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14892:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14903:4:15","type":""}],"src":"14810:222:15"},{"body":{"nodeType":"YulBlock","src":"15101:52:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15118:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15140:5:15"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"15123:16:15"},"nodeType":"YulFunctionCall","src":"15123:23:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15111:6:15"},"nodeType":"YulFunctionCall","src":"15111:36:15"},"nodeType":"YulExpressionStatement","src":"15111:36:15"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15089:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15096:3:15","type":""}],"src":"15038:115:15"},{"body":{"nodeType":"YulBlock","src":"15224:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15241:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15264:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"15246:17:15"},"nodeType":"YulFunctionCall","src":"15246:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15234:6:15"},"nodeType":"YulFunctionCall","src":"15234:37:15"},"nodeType":"YulExpressionStatement","src":"15234:37:15"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15212:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15219:3:15","type":""}],"src":"15159:118:15"},{"body":{"nodeType":"YulBlock","src":"15407:204:15","statements":[{"nodeType":"YulAssignment","src":"15417:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15429:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15440:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15425:3:15"},"nodeType":"YulFunctionCall","src":"15425:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15417:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"15495:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15508:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15519:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15504:3:15"},"nodeType":"YulFunctionCall","src":"15504:17:15"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"15453:41:15"},"nodeType":"YulFunctionCall","src":"15453:69:15"},"nodeType":"YulExpressionStatement","src":"15453:69:15"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"15576:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15589:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15600:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15585:3:15"},"nodeType":"YulFunctionCall","src":"15585:18:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"15532:43:15"},"nodeType":"YulFunctionCall","src":"15532:72:15"},"nodeType":"YulExpressionStatement","src":"15532:72:15"}]},"name":"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15371:9:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"15383:6:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"15391:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15402:4:15","type":""}],"src":"15283:328:15"},{"body":{"nodeType":"YulBlock","src":"15841:395:15","statements":[{"nodeType":"YulVariableDeclaration","src":"15851:26:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15867:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"15872:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15863:3:15"},"nodeType":"YulFunctionCall","src":"15863:14:15"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"15855:4:15","type":""}]},{"nodeType":"YulBlock","src":"15887:164:15","statements":[{"nodeType":"YulVariableDeclaration","src":"15922:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15952:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"15959:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15948:3:15"},"nodeType":"YulFunctionCall","src":"15948:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"15942:5:15"},"nodeType":"YulFunctionCall","src":"15942:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"15926:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16012:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16030:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"16035:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16026:3:15"},"nodeType":"YulFunctionCall","src":"16026:14:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"15978:33:15"},"nodeType":"YulFunctionCall","src":"15978:63:15"},"nodeType":"YulExpressionStatement","src":"15978:63:15"}]},{"nodeType":"YulBlock","src":"16061:168:15","statements":[{"nodeType":"YulVariableDeclaration","src":"16100:43:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16130:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"16137:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16126:3:15"},"nodeType":"YulFunctionCall","src":"16126:16:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16120:5:15"},"nodeType":"YulFunctionCall","src":"16120:23:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16104:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16190:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16208:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"16213:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16204:3:15"},"nodeType":"YulFunctionCall","src":"16204:14:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"16156:33:15"},"nodeType":"YulFunctionCall","src":"16156:63:15"},"nodeType":"YulExpressionStatement","src":"16156:63:15"}]}]},"name":"abi_encode_t_struct$_InstitutionByCode_$2721_memory_ptr_to_t_struct$_InstitutionByCode_$2721_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15828:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15835:3:15","type":""}],"src":"15705:531:15"},{"body":{"nodeType":"YulBlock","src":"16410:194:15","statements":[{"nodeType":"YulAssignment","src":"16420:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16432:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"16443:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16428:3:15"},"nodeType":"YulFunctionCall","src":"16428:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16420:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"16570:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16583:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"16594:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16579:3:15"},"nodeType":"YulFunctionCall","src":"16579:17:15"}],"functionName":{"name":"abi_encode_t_struct$_InstitutionByCode_$2721_memory_ptr_to_t_struct$_InstitutionByCode_$2721_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16456:113:15"},"nodeType":"YulFunctionCall","src":"16456:141:15"},"nodeType":"YulExpressionStatement","src":"16456:141:15"}]},"name":"abi_encode_tuple_t_struct$_InstitutionByCode_$2721_memory_ptr__to_t_struct$_InstitutionByCode_$2721_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16382:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"16394:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16405:4:15","type":""}],"src":"16242:362:15"},{"body":{"nodeType":"YulBlock","src":"16710:519:15","statements":[{"body":{"nodeType":"YulBlock","src":"16756:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"16758:77:15"},"nodeType":"YulFunctionCall","src":"16758:79:15"},"nodeType":"YulExpressionStatement","src":"16758:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"16731:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"16740:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16727:3:15"},"nodeType":"YulFunctionCall","src":"16727:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"16752:2:15","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"16723:3:15"},"nodeType":"YulFunctionCall","src":"16723:32:15"},"nodeType":"YulIf","src":"16720:119:15"},{"nodeType":"YulBlock","src":"16849:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"16864:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"16878:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"16868:6:15","type":""}]},{"nodeType":"YulAssignment","src":"16893:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16928:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"16939:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16924:3:15"},"nodeType":"YulFunctionCall","src":"16924:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"16948:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"16903:20:15"},"nodeType":"YulFunctionCall","src":"16903:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"16893:6:15"}]}]},{"nodeType":"YulBlock","src":"16976:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"16991:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"17005:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"16995:6:15","type":""}]},{"nodeType":"YulAssignment","src":"17021:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17056:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"17067:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17052:3:15"},"nodeType":"YulFunctionCall","src":"17052:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"17076:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"17031:20:15"},"nodeType":"YulFunctionCall","src":"17031:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"17021:6:15"}]}]},{"nodeType":"YulBlock","src":"17104:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"17119:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"17133:2:15","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"17123:6:15","type":""}]},{"nodeType":"YulAssignment","src":"17149:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17184:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"17195:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17180:3:15"},"nodeType":"YulFunctionCall","src":"17180:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"17204:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"17159:20:15"},"nodeType":"YulFunctionCall","src":"17159:53:15"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"17149:6:15"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16664:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"16675:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"16687:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"16695:6:15","type":""},{"name":"value2","nodeType":"YulTypedName","src":"16703:6:15","type":""}],"src":"16610:619:15"},{"body":{"nodeType":"YulBlock","src":"17277:78:15","statements":[{"body":{"nodeType":"YulBlock","src":"17333:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"17342:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"17345:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"17335:6:15"},"nodeType":"YulFunctionCall","src":"17335:12:15"},"nodeType":"YulExpressionStatement","src":"17335:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17300:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17324:5:15"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"17307:16:15"},"nodeType":"YulFunctionCall","src":"17307:23:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"17297:2:15"},"nodeType":"YulFunctionCall","src":"17297:34:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"17290:6:15"},"nodeType":"YulFunctionCall","src":"17290:42:15"},"nodeType":"YulIf","src":"17287:62:15"}]},"name":"validator_revert_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17270:5:15","type":""}],"src":"17235:120:15"},{"body":{"nodeType":"YulBlock","src":"17412:86:15","statements":[{"nodeType":"YulAssignment","src":"17422:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17444:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"17431:12:15"},"nodeType":"YulFunctionCall","src":"17431:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"17422:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17486:5:15"}],"functionName":{"name":"validator_revert_t_uint96","nodeType":"YulIdentifier","src":"17460:25:15"},"nodeType":"YulFunctionCall","src":"17460:32:15"},"nodeType":"YulExpressionStatement","src":"17460:32:15"}]},"name":"abi_decode_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"17390:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"17398:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"17406:5:15","type":""}],"src":"17361:137:15"},{"body":{"nodeType":"YulBlock","src":"17593:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"17610:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"17613:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"17603:6:15"},"nodeType":"YulFunctionCall","src":"17603:12:15"},"nodeType":"YulExpressionStatement","src":"17603:12:15"}]},"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulFunctionDefinition","src":"17504:117:15"},{"body":{"nodeType":"YulBlock","src":"17716:478:15","statements":[{"body":{"nodeType":"YulBlock","src":"17765:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"17767:77:15"},"nodeType":"YulFunctionCall","src":"17767:79:15"},"nodeType":"YulExpressionStatement","src":"17767:79:15"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17744:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"17752:4:15","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17740:3:15"},"nodeType":"YulFunctionCall","src":"17740:17:15"},{"name":"end","nodeType":"YulIdentifier","src":"17759:3:15"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"17736:3:15"},"nodeType":"YulFunctionCall","src":"17736:27:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"17729:6:15"},"nodeType":"YulFunctionCall","src":"17729:35:15"},"nodeType":"YulIf","src":"17726:122:15"},{"nodeType":"YulAssignment","src":"17857:30:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17880:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"17867:12:15"},"nodeType":"YulFunctionCall","src":"17867:20:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"17857:6:15"}]},{"body":{"nodeType":"YulBlock","src":"17930:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"17932:77:15"},"nodeType":"YulFunctionCall","src":"17932:79:15"},"nodeType":"YulExpressionStatement","src":"17932:79:15"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"17902:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"17910:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"17899:2:15"},"nodeType":"YulFunctionCall","src":"17899:30:15"},"nodeType":"YulIf","src":"17896:117:15"},{"nodeType":"YulAssignment","src":"18022:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"18038:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"18046:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18034:3:15"},"nodeType":"YulFunctionCall","src":"18034:17:15"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"18022:8:15"}]},{"body":{"nodeType":"YulBlock","src":"18105:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"18107:77:15"},"nodeType":"YulFunctionCall","src":"18107:79:15"},"nodeType":"YulExpressionStatement","src":"18107:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"18070:8:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"18084:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"18092:4:15","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"18080:3:15"},"nodeType":"YulFunctionCall","src":"18080:17:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18066:3:15"},"nodeType":"YulFunctionCall","src":"18066:32:15"},{"name":"end","nodeType":"YulIdentifier","src":"18100:3:15"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"18063:2:15"},"nodeType":"YulFunctionCall","src":"18063:41:15"},"nodeType":"YulIf","src":"18060:128:15"}]},"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"17683:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"17691:3:15","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"17699:8:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"17709:6:15","type":""}],"src":"17641:553:15"},{"body":{"nodeType":"YulBlock","src":"18404:1343:15","statements":[{"body":{"nodeType":"YulBlock","src":"18451:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"18453:77:15"},"nodeType":"YulFunctionCall","src":"18453:79:15"},"nodeType":"YulExpressionStatement","src":"18453:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"18425:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"18434:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18421:3:15"},"nodeType":"YulFunctionCall","src":"18421:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"18446:3:15","type":"","value":"256"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"18417:3:15"},"nodeType":"YulFunctionCall","src":"18417:33:15"},"nodeType":"YulIf","src":"18414:120:15"},{"nodeType":"YulBlock","src":"18544:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"18559:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"18573:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18563:6:15","type":""}]},{"nodeType":"YulAssignment","src":"18588:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18623:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"18634:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18619:3:15"},"nodeType":"YulFunctionCall","src":"18619:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18643:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"18598:20:15"},"nodeType":"YulFunctionCall","src":"18598:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"18588:6:15"}]}]},{"nodeType":"YulBlock","src":"18671:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"18686:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"18700:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18690:6:15","type":""}]},{"nodeType":"YulAssignment","src":"18716:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18751:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"18762:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18747:3:15"},"nodeType":"YulFunctionCall","src":"18747:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18771:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"18726:20:15"},"nodeType":"YulFunctionCall","src":"18726:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"18716:6:15"}]}]},{"nodeType":"YulBlock","src":"18799:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"18814:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"18828:2:15","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18818:6:15","type":""}]},{"nodeType":"YulAssignment","src":"18844:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18879:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"18890:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18875:3:15"},"nodeType":"YulFunctionCall","src":"18875:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18899:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"18854:20:15"},"nodeType":"YulFunctionCall","src":"18854:53:15"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"18844:6:15"}]}]},{"nodeType":"YulBlock","src":"18927:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"18942:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"18956:2:15","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18946:6:15","type":""}]},{"nodeType":"YulAssignment","src":"18972:62:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19006:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"19017:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19002:3:15"},"nodeType":"YulFunctionCall","src":"19002:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19026:7:15"}],"functionName":{"name":"abi_decode_t_uint96","nodeType":"YulIdentifier","src":"18982:19:15"},"nodeType":"YulFunctionCall","src":"18982:52:15"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"18972:6:15"}]}]},{"nodeType":"YulBlock","src":"19054:119:15","statements":[{"nodeType":"YulVariableDeclaration","src":"19069:17:15","value":{"kind":"number","nodeType":"YulLiteral","src":"19083:3:15","type":"","value":"128"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19073:6:15","type":""}]},{"nodeType":"YulAssignment","src":"19100:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19135:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"19146:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19131:3:15"},"nodeType":"YulFunctionCall","src":"19131:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19155:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19110:20:15"},"nodeType":"YulFunctionCall","src":"19110:53:15"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"19100:6:15"}]}]},{"nodeType":"YulBlock","src":"19183:119:15","statements":[{"nodeType":"YulVariableDeclaration","src":"19198:17:15","value":{"kind":"number","nodeType":"YulLiteral","src":"19212:3:15","type":"","value":"160"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19202:6:15","type":""}]},{"nodeType":"YulAssignment","src":"19229:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19264:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"19275:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19260:3:15"},"nodeType":"YulFunctionCall","src":"19260:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19284:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"19239:20:15"},"nodeType":"YulFunctionCall","src":"19239:53:15"},"variableNames":[{"name":"value5","nodeType":"YulIdentifier","src":"19229:6:15"}]}]},{"nodeType":"YulBlock","src":"19312:119:15","statements":[{"nodeType":"YulVariableDeclaration","src":"19327:17:15","value":{"kind":"number","nodeType":"YulLiteral","src":"19341:3:15","type":"","value":"192"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19331:6:15","type":""}]},{"nodeType":"YulAssignment","src":"19358:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19393:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"19404:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19389:3:15"},"nodeType":"YulFunctionCall","src":"19389:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19413:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19368:20:15"},"nodeType":"YulFunctionCall","src":"19368:53:15"},"variableNames":[{"name":"value6","nodeType":"YulIdentifier","src":"19358:6:15"}]}]},{"nodeType":"YulBlock","src":"19441:299:15","statements":[{"nodeType":"YulVariableDeclaration","src":"19456:47:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19487:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"19498:3:15","type":"","value":"224"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19483:3:15"},"nodeType":"YulFunctionCall","src":"19483:19:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"19470:12:15"},"nodeType":"YulFunctionCall","src":"19470:33:15"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19460:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"19550:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"19552:77:15"},"nodeType":"YulFunctionCall","src":"19552:79:15"},"nodeType":"YulExpressionStatement","src":"19552:79:15"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"19522:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"19530:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"19519:2:15"},"nodeType":"YulFunctionCall","src":"19519:30:15"},"nodeType":"YulIf","src":"19516:117:15"},{"nodeType":"YulAssignment","src":"19647:83:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19702:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"19713:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19698:3:15"},"nodeType":"YulFunctionCall","src":"19698:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19722:7:15"}],"functionName":{"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulIdentifier","src":"19665:32:15"},"nodeType":"YulFunctionCall","src":"19665:65:15"},"variableNames":[{"name":"value7","nodeType":"YulIdentifier","src":"19647:6:15"},{"name":"value8","nodeType":"YulIdentifier","src":"19655:6:15"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18310:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"18321:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"18333:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"18341:6:15","type":""},{"name":"value2","nodeType":"YulTypedName","src":"18349:6:15","type":""},{"name":"value3","nodeType":"YulTypedName","src":"18357:6:15","type":""},{"name":"value4","nodeType":"YulTypedName","src":"18365:6:15","type":""},{"name":"value5","nodeType":"YulTypedName","src":"18373:6:15","type":""},{"name":"value6","nodeType":"YulTypedName","src":"18381:6:15","type":""},{"name":"value7","nodeType":"YulTypedName","src":"18389:6:15","type":""},{"name":"value8","nodeType":"YulTypedName","src":"18397:6:15","type":""}],"src":"18200:1547:15"},{"body":{"nodeType":"YulBlock","src":"19818:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"19835:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"19858:5:15"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"19840:17:15"},"nodeType":"YulFunctionCall","src":"19840:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"19828:6:15"},"nodeType":"YulFunctionCall","src":"19828:37:15"},"nodeType":"YulExpressionStatement","src":"19828:37:15"}]},"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"19806:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"19813:3:15","type":""}],"src":"19753:118:15"},{"body":{"nodeType":"YulBlock","src":"19975:124:15","statements":[{"nodeType":"YulAssignment","src":"19985:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19997:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"20008:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19993:3:15"},"nodeType":"YulFunctionCall","src":"19993:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"19985:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"20065:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20078:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"20089:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20074:3:15"},"nodeType":"YulFunctionCall","src":"20074:17:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"20021:43:15"},"nodeType":"YulFunctionCall","src":"20021:71:15"},"nodeType":"YulExpressionStatement","src":"20021:71:15"}]},"name":"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"19947:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"19959:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"19970:4:15","type":""}],"src":"19877:222:15"},{"body":{"nodeType":"YulBlock","src":"20221:647:15","statements":[{"body":{"nodeType":"YulBlock","src":"20268:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"20270:77:15"},"nodeType":"YulFunctionCall","src":"20270:79:15"},"nodeType":"YulExpressionStatement","src":"20270:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"20242:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"20251:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"20238:3:15"},"nodeType":"YulFunctionCall","src":"20238:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"20263:3:15","type":"","value":"128"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"20234:3:15"},"nodeType":"YulFunctionCall","src":"20234:33:15"},"nodeType":"YulIf","src":"20231:120:15"},{"nodeType":"YulBlock","src":"20361:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"20376:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"20390:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20380:6:15","type":""}]},{"nodeType":"YulAssignment","src":"20405:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20440:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"20451:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20436:3:15"},"nodeType":"YulFunctionCall","src":"20436:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20460:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"20415:20:15"},"nodeType":"YulFunctionCall","src":"20415:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"20405:6:15"}]}]},{"nodeType":"YulBlock","src":"20488:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"20503:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"20517:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20507:6:15","type":""}]},{"nodeType":"YulAssignment","src":"20533:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20568:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"20579:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20564:3:15"},"nodeType":"YulFunctionCall","src":"20564:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20588:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"20543:20:15"},"nodeType":"YulFunctionCall","src":"20543:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"20533:6:15"}]}]},{"nodeType":"YulBlock","src":"20616:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"20631:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"20645:2:15","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20635:6:15","type":""}]},{"nodeType":"YulAssignment","src":"20661:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20696:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"20707:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20692:3:15"},"nodeType":"YulFunctionCall","src":"20692:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20716:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"20671:20:15"},"nodeType":"YulFunctionCall","src":"20671:53:15"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"20661:6:15"}]}]},{"nodeType":"YulBlock","src":"20744:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"20759:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"20773:2:15","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20763:6:15","type":""}]},{"nodeType":"YulAssignment","src":"20789:62:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20823:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"20834:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20819:3:15"},"nodeType":"YulFunctionCall","src":"20819:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20843:7:15"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"20799:19:15"},"nodeType":"YulFunctionCall","src":"20799:52:15"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"20789:6:15"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"20167:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"20178:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"20190:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"20198:6:15","type":""},{"name":"value2","nodeType":"YulTypedName","src":"20206:6:15","type":""},{"name":"value3","nodeType":"YulTypedName","src":"20214:6:15","type":""}],"src":"20105:763:15"},{"body":{"nodeType":"YulBlock","src":"20902:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"20919:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"20922:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"20912:6:15"},"nodeType":"YulFunctionCall","src":"20912:88:15"},"nodeType":"YulExpressionStatement","src":"20912:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21016:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"21019:4:15","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21009:6:15"},"nodeType":"YulFunctionCall","src":"21009:15:15"},"nodeType":"YulExpressionStatement","src":"21009:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21040:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"21043:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"21033:6:15"},"nodeType":"YulFunctionCall","src":"21033:15:15"},"nodeType":"YulExpressionStatement","src":"21033:15:15"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"20874:180:15"},{"body":{"nodeType":"YulBlock","src":"21157:40:15","statements":[{"nodeType":"YulAssignment","src":"21168:22:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"21184:5:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"21178:5:15"},"nodeType":"YulFunctionCall","src":"21178:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"21168:6:15"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21140:5:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"21150:6:15","type":""}],"src":"21060:137:15"},{"body":{"nodeType":"YulBlock","src":"21298:87:15","statements":[{"nodeType":"YulAssignment","src":"21308:11:15","value":{"name":"ptr","nodeType":"YulIdentifier","src":"21316:3:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"21308:4:15"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21336:1:15","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"21339:3:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21329:6:15"},"nodeType":"YulFunctionCall","src":"21329:14:15"},"nodeType":"YulExpressionStatement","src":"21329:14:15"},{"nodeType":"YulAssignment","src":"21352:26:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21370:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"21373:4:15","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"21360:9:15"},"nodeType":"YulFunctionCall","src":"21360:18:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"21352:4:15"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"21285:3:15","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"21293:4:15","type":""}],"src":"21203:182:15"},{"body":{"nodeType":"YulBlock","src":"21442:51:15","statements":[{"nodeType":"YulAssignment","src":"21452:34:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21477:1:15","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"21480:5:15"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"21473:3:15"},"nodeType":"YulFunctionCall","src":"21473:13:15"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"21452:8:15"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21423:5:15","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"21433:8:15","type":""}],"src":"21391:102:15"},{"body":{"nodeType":"YulBlock","src":"21557:32:15","statements":[{"nodeType":"YulAssignment","src":"21567:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"21578:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"21567:7:15"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21539:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"21549:7:15","type":""}],"src":"21499:90:15"},{"body":{"nodeType":"YulBlock","src":"21670:91:15","statements":[{"nodeType":"YulAssignment","src":"21680:75:15","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"21743:10:15"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"21720:22:15"},"nodeType":"YulFunctionCall","src":"21720:34:15"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"21689:30:15"},"nodeType":"YulFunctionCall","src":"21689:66:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"21680:5:15"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"21649:10:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"21664:5:15","type":""}],"src":"21595:166:15"},{"body":{"nodeType":"YulBlock","src":"21954:578:15","statements":[{"nodeType":"YulVariableDeclaration","src":"21964:26:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21980:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"21985:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21976:3:15"},"nodeType":"YulFunctionCall","src":"21976:14:15"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"21968:4:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"21999:18:15","value":{"kind":"number","nodeType":"YulLiteral","src":"22016:1:15","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"22003:9:15","type":""}]},{"nodeType":"YulBlock","src":"22027:244:15","statements":[{"nodeType":"YulAssignment","src":"22061:36:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"22084:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"22091:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22080:3:15"},"nodeType":"YulFunctionCall","src":"22080:16:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"22074:5:15"},"nodeType":"YulFunctionCall","src":"22074:23:15"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22061:9:15"}]},{"nodeType":"YulVariableDeclaration","src":"22110:75:15","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22175:9:15"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"22130:44:15"},"nodeType":"YulFunctionCall","src":"22130:55:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"22114:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"22232:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22250:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"22255:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22246:3:15"},"nodeType":"YulFunctionCall","src":"22246:14:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"22198:33:15"},"nodeType":"YulFunctionCall","src":"22198:63:15"},"nodeType":"YulExpressionStatement","src":"22198:63:15"}]},{"nodeType":"YulBlock","src":"22281:244:15","statements":[{"nodeType":"YulAssignment","src":"22315:36:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"22338:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"22345:4:15","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22334:3:15"},"nodeType":"YulFunctionCall","src":"22334:16:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"22328:5:15"},"nodeType":"YulFunctionCall","src":"22328:23:15"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22315:9:15"}]},{"nodeType":"YulVariableDeclaration","src":"22364:75:15","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22429:9:15"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"22384:44:15"},"nodeType":"YulFunctionCall","src":"22384:55:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"22368:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"22486:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22504:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"22509:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22500:3:15"},"nodeType":"YulFunctionCall","src":"22500:14:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"22452:33:15"},"nodeType":"YulFunctionCall","src":"22452:63:15"},"nodeType":"YulExpressionStatement","src":"22452:63:15"}]}]},"name":"abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21941:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"21948:3:15","type":""}],"src":"21843:689:15"},{"body":{"nodeType":"YulBlock","src":"22673:154:15","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"22772:6:15"},{"name":"pos","nodeType":"YulIdentifier","src":"22780:3:15"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulIdentifier","src":"22683:88:15"},"nodeType":"YulFunctionCall","src":"22683:101:15"},"nodeType":"YulExpressionStatement","src":"22683:101:15"},{"nodeType":"YulAssignment","src":"22793:28:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22811:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"22816:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22807:3:15"},"nodeType":"YulFunctionCall","src":"22807:14:15"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"22793:10:15"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"22646:6:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"22654:3:15","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"22662:10:15","type":""}],"src":"22538:289:15"},{"body":{"nodeType":"YulBlock","src":"22931:38:15","statements":[{"nodeType":"YulAssignment","src":"22941:22:15","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"22953:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"22958:4:15","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22949:3:15"},"nodeType":"YulFunctionCall","src":"22949:14:15"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"22941:4:15"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"22918:3:15","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"22926:4:15","type":""}],"src":"22833:136:15"},{"body":{"nodeType":"YulBlock","src":"23231:754:15","statements":[{"nodeType":"YulVariableDeclaration","src":"23241:91:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"23326:5:15"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23255:70:15"},"nodeType":"YulFunctionCall","src":"23255:77:15"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"23245:6:15","type":""}]},{"nodeType":"YulAssignment","src":"23341:122:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"23451:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"23456:6:15"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"23348:102:15"},"nodeType":"YulFunctionCall","src":"23348:115:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"23341:3:15"}]},{"nodeType":"YulVariableDeclaration","src":"23472:94:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"23560:5:15"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23487:72:15"},"nodeType":"YulFunctionCall","src":"23487:79:15"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"23476:7:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"23575:21:15","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"23589:7:15"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"23579:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"23665:295:15","statements":[{"nodeType":"YulVariableDeclaration","src":"23679:27:15","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"23700:6:15"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"23683:13:15","type":""}]},{"nodeType":"YulAssignment","src":"23719:125:15","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"23825:13:15"},{"name":"pos","nodeType":"YulIdentifier","src":"23840:3:15"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulIdentifier","src":"23726:98:15"},"nodeType":"YulFunctionCall","src":"23726:118:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"23719:3:15"}]},{"nodeType":"YulAssignment","src":"23857:93:15","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"23943:6:15"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23867:75:15"},"nodeType":"YulFunctionCall","src":"23867:83:15"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"23857:6:15"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"23627:1:15"},{"name":"length","nodeType":"YulIdentifier","src":"23630:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"23624:2:15"},"nodeType":"YulFunctionCall","src":"23624:13:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"23638:18:15","statements":[{"nodeType":"YulAssignment","src":"23640:14:15","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"23649:1:15"},{"kind":"number","nodeType":"YulLiteral","src":"23652:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23645:3:15"},"nodeType":"YulFunctionCall","src":"23645:9:15"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"23640:1:15"}]}]},"pre":{"nodeType":"YulBlock","src":"23609:14:15","statements":[{"nodeType":"YulVariableDeclaration","src":"23611:10:15","value":{"kind":"number","nodeType":"YulLiteral","src":"23620:1:15","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"23615:1:15","type":""}]}]},"src":"23605:355:15"},{"nodeType":"YulAssignment","src":"23969:10:15","value":{"name":"pos","nodeType":"YulIdentifier","src":"23976:3:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"23969:3:15"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"23210:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"23217:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"23226:3:15","type":""}],"src":"23055:930:15"},{"body":{"nodeType":"YulBlock","src":"24191:277:15","statements":[{"nodeType":"YulAssignment","src":"24201:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24213:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"24224:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24209:3:15"},"nodeType":"YulFunctionCall","src":"24209:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24201:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24248:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"24259:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24244:3:15"},"nodeType":"YulFunctionCall","src":"24244:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"24267:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"24273:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"24263:3:15"},"nodeType":"YulFunctionCall","src":"24263:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24237:6:15"},"nodeType":"YulFunctionCall","src":"24237:47:15"},"nodeType":"YulExpressionStatement","src":"24237:47:15"},{"nodeType":"YulAssignment","src":"24293:168:15","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"24447:6:15"},{"name":"tail","nodeType":"YulIdentifier","src":"24456:4:15"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24301:145:15"},"nodeType":"YulFunctionCall","src":"24301:160:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24293:4:15"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"24163:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"24175:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"24186:4:15","type":""}],"src":"23991:477:15"},{"body":{"nodeType":"YulBlock","src":"24570:73:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24587:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"24592:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24580:6:15"},"nodeType":"YulFunctionCall","src":"24580:19:15"},"nodeType":"YulExpressionStatement","src":"24580:19:15"},{"nodeType":"YulAssignment","src":"24608:29:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24627:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"24632:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24623:3:15"},"nodeType":"YulFunctionCall","src":"24623:14:15"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"24608:11:15"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24542:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"24547:6:15","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"24558:11:15","type":""}],"src":"24474:169:15"},{"body":{"nodeType":"YulBlock","src":"24755:65:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"24777:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"24785:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24773:3:15"},"nodeType":"YulFunctionCall","src":"24773:14:15"},{"hexValue":"476174657761793a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"24789:23:15","type":"","value":"Gateway: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24766:6:15"},"nodeType":"YulFunctionCall","src":"24766:47:15"},"nodeType":"YulExpressionStatement","src":"24766:47:15"}]},"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"24747:6:15","type":""}],"src":"24649:171:15"},{"body":{"nodeType":"YulBlock","src":"24972:220:15","statements":[{"nodeType":"YulAssignment","src":"24982:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25048:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"25053:2:15","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24989:58:15"},"nodeType":"YulFunctionCall","src":"24989:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"24982:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25154:3:15"}],"functionName":{"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulIdentifier","src":"25065:88:15"},"nodeType":"YulFunctionCall","src":"25065:93:15"},"nodeType":"YulExpressionStatement","src":"25065:93:15"},{"nodeType":"YulAssignment","src":"25167:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25178:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"25183:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25174:3:15"},"nodeType":"YulFunctionCall","src":"25174:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"25167:3:15"}]}]},"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24960:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"24968:3:15","type":""}],"src":"24826:366:15"},{"body":{"nodeType":"YulBlock","src":"25369:248:15","statements":[{"nodeType":"YulAssignment","src":"25379:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25391:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"25402:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25387:3:15"},"nodeType":"YulFunctionCall","src":"25387:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25379:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25426:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"25437:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25422:3:15"},"nodeType":"YulFunctionCall","src":"25422:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25445:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"25451:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"25441:3:15"},"nodeType":"YulFunctionCall","src":"25441:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25415:6:15"},"nodeType":"YulFunctionCall","src":"25415:47:15"},"nodeType":"YulExpressionStatement","src":"25415:47:15"},{"nodeType":"YulAssignment","src":"25471:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25605:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"25479:124:15"},"nodeType":"YulFunctionCall","src":"25479:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25471:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"25349:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"25364:4:15","type":""}],"src":"25198:419:15"},{"body":{"nodeType":"YulBlock","src":"25729:118:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"25751:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"25759:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25747:3:15"},"nodeType":"YulFunctionCall","src":"25747:14:15"},{"hexValue":"476174657761793a207472656173757279206164647265737320616c72656164","kind":"string","nodeType":"YulLiteral","src":"25763:34:15","type":"","value":"Gateway: treasury address alread"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25740:6:15"},"nodeType":"YulFunctionCall","src":"25740:58:15"},"nodeType":"YulExpressionStatement","src":"25740:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"25819:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"25827:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25815:3:15"},"nodeType":"YulFunctionCall","src":"25815:15:15"},{"hexValue":"7920736574","kind":"string","nodeType":"YulLiteral","src":"25832:7:15","type":"","value":"y set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25808:6:15"},"nodeType":"YulFunctionCall","src":"25808:32:15"},"nodeType":"YulExpressionStatement","src":"25808:32:15"}]},"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"25721:6:15","type":""}],"src":"25623:224:15"},{"body":{"nodeType":"YulBlock","src":"25999:220:15","statements":[{"nodeType":"YulAssignment","src":"26009:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26075:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"26080:2:15","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"26016:58:15"},"nodeType":"YulFunctionCall","src":"26016:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"26009:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26181:3:15"}],"functionName":{"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulIdentifier","src":"26092:88:15"},"nodeType":"YulFunctionCall","src":"26092:93:15"},"nodeType":"YulExpressionStatement","src":"26092:93:15"},{"nodeType":"YulAssignment","src":"26194:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26205:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"26210:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26201:3:15"},"nodeType":"YulFunctionCall","src":"26201:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"26194:3:15"}]}]},"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"25987:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"25995:3:15","type":""}],"src":"25853:366:15"},{"body":{"nodeType":"YulBlock","src":"26396:248:15","statements":[{"nodeType":"YulAssignment","src":"26406:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26418:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"26429:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26414:3:15"},"nodeType":"YulFunctionCall","src":"26414:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"26406:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26453:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"26464:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26449:3:15"},"nodeType":"YulFunctionCall","src":"26449:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"26472:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"26478:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"26468:3:15"},"nodeType":"YulFunctionCall","src":"26468:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26442:6:15"},"nodeType":"YulFunctionCall","src":"26442:47:15"},"nodeType":"YulExpressionStatement","src":"26442:47:15"},{"nodeType":"YulAssignment","src":"26498:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"26632:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"26506:124:15"},"nodeType":"YulFunctionCall","src":"26506:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"26498:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"26376:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"26391:4:15","type":""}],"src":"26225:419:15"},{"body":{"nodeType":"YulBlock","src":"26756:120:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"26778:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"26786:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26774:3:15"},"nodeType":"YulFunctionCall","src":"26774:14:15"},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c7265","kind":"string","nodeType":"YulLiteral","src":"26790:34:15","type":"","value":"Gateway: aggregator address alre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26767:6:15"},"nodeType":"YulFunctionCall","src":"26767:58:15"},"nodeType":"YulExpressionStatement","src":"26767:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"26846:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"26854:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26842:3:15"},"nodeType":"YulFunctionCall","src":"26842:15:15"},{"hexValue":"61647920736574","kind":"string","nodeType":"YulLiteral","src":"26859:9:15","type":"","value":"ady set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26835:6:15"},"nodeType":"YulFunctionCall","src":"26835:34:15"},"nodeType":"YulExpressionStatement","src":"26835:34:15"}]},"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"26748:6:15","type":""}],"src":"26650:226:15"},{"body":{"nodeType":"YulBlock","src":"27028:220:15","statements":[{"nodeType":"YulAssignment","src":"27038:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27104:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"27109:2:15","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"27045:58:15"},"nodeType":"YulFunctionCall","src":"27045:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"27038:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27210:3:15"}],"functionName":{"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulIdentifier","src":"27121:88:15"},"nodeType":"YulFunctionCall","src":"27121:93:15"},"nodeType":"YulExpressionStatement","src":"27121:93:15"},{"nodeType":"YulAssignment","src":"27223:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27234:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"27239:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27230:3:15"},"nodeType":"YulFunctionCall","src":"27230:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"27223:3:15"}]}]},"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"27016:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"27024:3:15","type":""}],"src":"26882:366:15"},{"body":{"nodeType":"YulBlock","src":"27425:248:15","statements":[{"nodeType":"YulAssignment","src":"27435:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27447:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"27458:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27443:3:15"},"nodeType":"YulFunctionCall","src":"27443:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27435:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27482:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"27493:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27478:3:15"},"nodeType":"YulFunctionCall","src":"27478:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"27501:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"27507:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"27497:3:15"},"nodeType":"YulFunctionCall","src":"27497:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"27471:6:15"},"nodeType":"YulFunctionCall","src":"27471:47:15"},"nodeType":"YulExpressionStatement","src":"27471:47:15"},{"nodeType":"YulAssignment","src":"27527:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"27661:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"27535:124:15"},"nodeType":"YulFunctionCall","src":"27535:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27527:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"27405:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"27420:4:15","type":""}],"src":"27254:419:15"},{"body":{"nodeType":"YulBlock","src":"27775:122:15","statements":[{"nodeType":"YulAssignment","src":"27785:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27797:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"27808:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27793:3:15"},"nodeType":"YulFunctionCall","src":"27793:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27785:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"27863:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27876:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"27887:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27872:3:15"},"nodeType":"YulFunctionCall","src":"27872:17:15"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"27821:41:15"},"nodeType":"YulFunctionCall","src":"27821:69:15"},"nodeType":"YulExpressionStatement","src":"27821:69:15"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"27747:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"27759:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"27770:4:15","type":""}],"src":"27679:218:15"},{"body":{"nodeType":"YulBlock","src":"28009:58:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"28031:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"28039:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28027:3:15"},"nodeType":"YulFunctionCall","src":"28027:14:15"},{"hexValue":"4f6e6c7941676772656761746f72","kind":"string","nodeType":"YulLiteral","src":"28043:16:15","type":"","value":"OnlyAggregator"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28020:6:15"},"nodeType":"YulFunctionCall","src":"28020:40:15"},"nodeType":"YulExpressionStatement","src":"28020:40:15"}]},"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"28001:6:15","type":""}],"src":"27903:164:15"},{"body":{"nodeType":"YulBlock","src":"28219:220:15","statements":[{"nodeType":"YulAssignment","src":"28229:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28295:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"28300:2:15","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28236:58:15"},"nodeType":"YulFunctionCall","src":"28236:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"28229:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28401:3:15"}],"functionName":{"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulIdentifier","src":"28312:88:15"},"nodeType":"YulFunctionCall","src":"28312:93:15"},"nodeType":"YulExpressionStatement","src":"28312:93:15"},{"nodeType":"YulAssignment","src":"28414:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28425:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"28430:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28421:3:15"},"nodeType":"YulFunctionCall","src":"28421:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"28414:3:15"}]}]},"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"28207:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"28215:3:15","type":""}],"src":"28073:366:15"},{"body":{"nodeType":"YulBlock","src":"28616:248:15","statements":[{"nodeType":"YulAssignment","src":"28626:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28638:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"28649:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28634:3:15"},"nodeType":"YulFunctionCall","src":"28634:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28626:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28673:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"28684:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28669:3:15"},"nodeType":"YulFunctionCall","src":"28669:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"28692:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"28698:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"28688:3:15"},"nodeType":"YulFunctionCall","src":"28688:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28662:6:15"},"nodeType":"YulFunctionCall","src":"28662:47:15"},"nodeType":"YulExpressionStatement","src":"28662:47:15"},{"nodeType":"YulAssignment","src":"28718:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"28852:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28726:124:15"},"nodeType":"YulFunctionCall","src":"28726:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28718:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"28596:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"28611:4:15","type":""}],"src":"28445:419:15"},{"body":{"nodeType":"YulBlock","src":"28976:58:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"28998:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"29006:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28994:3:15"},"nodeType":"YulFunctionCall","src":"28994:14:15"},{"hexValue":"4f7264657246756c66696c6c6564","kind":"string","nodeType":"YulLiteral","src":"29010:16:15","type":"","value":"OrderFulfilled"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28987:6:15"},"nodeType":"YulFunctionCall","src":"28987:40:15"},"nodeType":"YulExpressionStatement","src":"28987:40:15"}]},"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"28968:6:15","type":""}],"src":"28870:164:15"},{"body":{"nodeType":"YulBlock","src":"29186:220:15","statements":[{"nodeType":"YulAssignment","src":"29196:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29262:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"29267:2:15","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29203:58:15"},"nodeType":"YulFunctionCall","src":"29203:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"29196:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29368:3:15"}],"functionName":{"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulIdentifier","src":"29279:88:15"},"nodeType":"YulFunctionCall","src":"29279:93:15"},"nodeType":"YulExpressionStatement","src":"29279:93:15"},{"nodeType":"YulAssignment","src":"29381:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29392:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"29397:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29388:3:15"},"nodeType":"YulFunctionCall","src":"29388:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"29381:3:15"}]}]},"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"29174:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"29182:3:15","type":""}],"src":"29040:366:15"},{"body":{"nodeType":"YulBlock","src":"29583:248:15","statements":[{"nodeType":"YulAssignment","src":"29593:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29605:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"29616:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29601:3:15"},"nodeType":"YulFunctionCall","src":"29601:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29593:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29640:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"29651:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29636:3:15"},"nodeType":"YulFunctionCall","src":"29636:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"29659:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"29665:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"29655:3:15"},"nodeType":"YulFunctionCall","src":"29655:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29629:6:15"},"nodeType":"YulFunctionCall","src":"29629:47:15"},"nodeType":"YulExpressionStatement","src":"29629:47:15"},{"nodeType":"YulAssignment","src":"29685:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"29819:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29693:124:15"},"nodeType":"YulFunctionCall","src":"29693:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29685:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"29563:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"29578:4:15","type":""}],"src":"29412:419:15"},{"body":{"nodeType":"YulBlock","src":"29943:57:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"29965:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"29973:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29961:3:15"},"nodeType":"YulFunctionCall","src":"29961:14:15"},{"hexValue":"4f72646572526566756e646564","kind":"string","nodeType":"YulLiteral","src":"29977:15:15","type":"","value":"OrderRefunded"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29954:6:15"},"nodeType":"YulFunctionCall","src":"29954:39:15"},"nodeType":"YulExpressionStatement","src":"29954:39:15"}]},"name":"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"29935:6:15","type":""}],"src":"29837:163:15"},{"body":{"nodeType":"YulBlock","src":"30152:220:15","statements":[{"nodeType":"YulAssignment","src":"30162:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30228:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"30233:2:15","type":"","value":"13"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30169:58:15"},"nodeType":"YulFunctionCall","src":"30169:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"30162:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30334:3:15"}],"functionName":{"name":"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","nodeType":"YulIdentifier","src":"30245:88:15"},"nodeType":"YulFunctionCall","src":"30245:93:15"},"nodeType":"YulExpressionStatement","src":"30245:93:15"},{"nodeType":"YulAssignment","src":"30347:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30358:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"30363:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30354:3:15"},"nodeType":"YulFunctionCall","src":"30354:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"30347:3:15"}]}]},"name":"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"30140:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"30148:3:15","type":""}],"src":"30006:366:15"},{"body":{"nodeType":"YulBlock","src":"30549:248:15","statements":[{"nodeType":"YulAssignment","src":"30559:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30571:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"30582:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30567:3:15"},"nodeType":"YulFunctionCall","src":"30567:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30559:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30606:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"30617:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30602:3:15"},"nodeType":"YulFunctionCall","src":"30602:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30625:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"30631:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"30621:3:15"},"nodeType":"YulFunctionCall","src":"30621:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30595:6:15"},"nodeType":"YulFunctionCall","src":"30595:47:15"},"nodeType":"YulExpressionStatement","src":"30595:47:15"},{"nodeType":"YulAssignment","src":"30651:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30785:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30659:124:15"},"nodeType":"YulFunctionCall","src":"30659:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30651:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"30529:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"30544:4:15","type":""}],"src":"30378:419:15"},{"body":{"nodeType":"YulBlock","src":"30909:65:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"30931:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"30939:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30927:3:15"},"nodeType":"YulFunctionCall","src":"30927:14:15"},{"hexValue":"4665654578636565647350726f746f636f6c466565","kind":"string","nodeType":"YulLiteral","src":"30943:23:15","type":"","value":"FeeExceedsProtocolFee"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30920:6:15"},"nodeType":"YulFunctionCall","src":"30920:47:15"},"nodeType":"YulExpressionStatement","src":"30920:47:15"}]},"name":"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"30901:6:15","type":""}],"src":"30803:171:15"},{"body":{"nodeType":"YulBlock","src":"31126:220:15","statements":[{"nodeType":"YulAssignment","src":"31136:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31202:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"31207:2:15","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"31143:58:15"},"nodeType":"YulFunctionCall","src":"31143:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"31136:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31308:3:15"}],"functionName":{"name":"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","nodeType":"YulIdentifier","src":"31219:88:15"},"nodeType":"YulFunctionCall","src":"31219:93:15"},"nodeType":"YulExpressionStatement","src":"31219:93:15"},{"nodeType":"YulAssignment","src":"31321:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31332:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"31337:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31328:3:15"},"nodeType":"YulFunctionCall","src":"31328:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"31321:3:15"}]}]},"name":"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"31114:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"31122:3:15","type":""}],"src":"30980:366:15"},{"body":{"nodeType":"YulBlock","src":"31523:248:15","statements":[{"nodeType":"YulAssignment","src":"31533:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31545:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"31556:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31541:3:15"},"nodeType":"YulFunctionCall","src":"31541:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31533:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31580:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"31591:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31576:3:15"},"nodeType":"YulFunctionCall","src":"31576:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31599:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"31605:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"31595:3:15"},"nodeType":"YulFunctionCall","src":"31595:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"31569:6:15"},"nodeType":"YulFunctionCall","src":"31569:47:15"},"nodeType":"YulExpressionStatement","src":"31569:47:15"},{"nodeType":"YulAssignment","src":"31625:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31759:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"31633:124:15"},"nodeType":"YulFunctionCall","src":"31633:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31625:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"31503:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"31518:4:15","type":""}],"src":"31352:419:15"},{"body":{"nodeType":"YulBlock","src":"31903:206:15","statements":[{"nodeType":"YulAssignment","src":"31913:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31925:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"31936:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31921:3:15"},"nodeType":"YulFunctionCall","src":"31921:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31913:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"31993:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32006:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"32017:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32002:3:15"},"nodeType":"YulFunctionCall","src":"32002:17:15"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"31949:43:15"},"nodeType":"YulFunctionCall","src":"31949:71:15"},"nodeType":"YulExpressionStatement","src":"31949:71:15"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"32074:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32087:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"32098:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32083:3:15"},"nodeType":"YulFunctionCall","src":"32083:18:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"32030:43:15"},"nodeType":"YulFunctionCall","src":"32030:72:15"},"nodeType":"YulExpressionStatement","src":"32030:72:15"}]},"name":"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"31867:9:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"31879:6:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"31887:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"31898:4:15","type":""}],"src":"31777:332:15"},{"body":{"nodeType":"YulBlock","src":"32155:76:15","statements":[{"body":{"nodeType":"YulBlock","src":"32209:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32218:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32221:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"32211:6:15"},"nodeType":"YulFunctionCall","src":"32211:12:15"},"nodeType":"YulExpressionStatement","src":"32211:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32178:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32200:5:15"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"32185:14:15"},"nodeType":"YulFunctionCall","src":"32185:21:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"32175:2:15"},"nodeType":"YulFunctionCall","src":"32175:32:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"32168:6:15"},"nodeType":"YulFunctionCall","src":"32168:40:15"},"nodeType":"YulIf","src":"32165:60:15"}]},"name":"validator_revert_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"32148:5:15","type":""}],"src":"32115:116:15"},{"body":{"nodeType":"YulBlock","src":"32297:77:15","statements":[{"nodeType":"YulAssignment","src":"32307:22:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"32322:6:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"32316:5:15"},"nodeType":"YulFunctionCall","src":"32316:13:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"32307:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32362:5:15"}],"functionName":{"name":"validator_revert_t_bool","nodeType":"YulIdentifier","src":"32338:23:15"},"nodeType":"YulFunctionCall","src":"32338:30:15"},"nodeType":"YulExpressionStatement","src":"32338:30:15"}]},"name":"abi_decode_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"32275:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"32283:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"32291:5:15","type":""}],"src":"32237:137:15"},{"body":{"nodeType":"YulBlock","src":"32454:271:15","statements":[{"body":{"nodeType":"YulBlock","src":"32500:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"32502:77:15"},"nodeType":"YulFunctionCall","src":"32502:79:15"},"nodeType":"YulExpressionStatement","src":"32502:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"32475:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"32484:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"32471:3:15"},"nodeType":"YulFunctionCall","src":"32471:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"32496:2:15","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"32467:3:15"},"nodeType":"YulFunctionCall","src":"32467:32:15"},"nodeType":"YulIf","src":"32464:119:15"},{"nodeType":"YulBlock","src":"32593:125:15","statements":[{"nodeType":"YulVariableDeclaration","src":"32608:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"32622:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"32612:6:15","type":""}]},{"nodeType":"YulAssignment","src":"32637:71:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32680:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"32691:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32676:3:15"},"nodeType":"YulFunctionCall","src":"32676:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"32700:7:15"}],"functionName":{"name":"abi_decode_t_bool_fromMemory","nodeType":"YulIdentifier","src":"32647:28:15"},"nodeType":"YulFunctionCall","src":"32647:61:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"32637:6:15"}]}]}]},"name":"abi_decode_tuple_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"32424:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"32435:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"32447:6:15","type":""}],"src":"32380:345:15"},{"body":{"nodeType":"YulBlock","src":"32759:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32776:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32779:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32769:6:15"},"nodeType":"YulFunctionCall","src":"32769:88:15"},"nodeType":"YulExpressionStatement","src":"32769:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32873:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"32876:4:15","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32866:6:15"},"nodeType":"YulFunctionCall","src":"32866:15:15"},"nodeType":"YulExpressionStatement","src":"32866:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32897:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32900:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"32890:6:15"},"nodeType":"YulFunctionCall","src":"32890:15:15"},"nodeType":"YulExpressionStatement","src":"32890:15:15"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"32731:180:15"},{"body":{"nodeType":"YulBlock","src":"32961:147:15","statements":[{"nodeType":"YulAssignment","src":"32971:25:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"32994:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"32976:17:15"},"nodeType":"YulFunctionCall","src":"32976:20:15"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"32971:1:15"}]},{"nodeType":"YulAssignment","src":"33005:25:15","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"33028:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33010:17:15"},"nodeType":"YulFunctionCall","src":"33010:20:15"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"33005:1:15"}]},{"nodeType":"YulAssignment","src":"33039:16:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33050:1:15"},{"name":"y","nodeType":"YulIdentifier","src":"33053:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33046:3:15"},"nodeType":"YulFunctionCall","src":"33046:9:15"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"33039:3:15"}]},{"body":{"nodeType":"YulBlock","src":"33079:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"33081:16:15"},"nodeType":"YulFunctionCall","src":"33081:18:15"},"nodeType":"YulExpressionStatement","src":"33081:18:15"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33071:1:15"},{"name":"sum","nodeType":"YulIdentifier","src":"33074:3:15"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"33068:2:15"},"nodeType":"YulFunctionCall","src":"33068:10:15"},"nodeType":"YulIf","src":"33065:36:15"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"32948:1:15","type":""},{"name":"y","nodeType":"YulTypedName","src":"32951:1:15","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"32957:3:15","type":""}],"src":"32917:191:15"},{"body":{"nodeType":"YulBlock","src":"33159:149:15","statements":[{"nodeType":"YulAssignment","src":"33169:25:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33192:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33174:17:15"},"nodeType":"YulFunctionCall","src":"33174:20:15"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"33169:1:15"}]},{"nodeType":"YulAssignment","src":"33203:25:15","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"33226:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33208:17:15"},"nodeType":"YulFunctionCall","src":"33208:20:15"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"33203:1:15"}]},{"nodeType":"YulAssignment","src":"33237:17:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33249:1:15"},{"name":"y","nodeType":"YulIdentifier","src":"33252:1:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"33245:3:15"},"nodeType":"YulFunctionCall","src":"33245:9:15"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"33237:4:15"}]},{"body":{"nodeType":"YulBlock","src":"33279:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"33281:16:15"},"nodeType":"YulFunctionCall","src":"33281:18:15"},"nodeType":"YulExpressionStatement","src":"33281:18:15"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"33270:4:15"},{"name":"x","nodeType":"YulIdentifier","src":"33276:1:15"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"33267:2:15"},"nodeType":"YulFunctionCall","src":"33267:11:15"},"nodeType":"YulIf","src":"33264:37:15"}]},"name":"checked_sub_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"33145:1:15","type":""},{"name":"y","nodeType":"YulTypedName","src":"33148:1:15","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"33154:4:15","type":""}],"src":"33114:194:15"},{"body":{"nodeType":"YulBlock","src":"33412:124:15","statements":[{"nodeType":"YulAssignment","src":"33422:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33434:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"33445:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33430:3:15"},"nodeType":"YulFunctionCall","src":"33430:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"33422:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"33502:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33515:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"33526:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33511:3:15"},"nodeType":"YulFunctionCall","src":"33511:17:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"33458:43:15"},"nodeType":"YulFunctionCall","src":"33458:71:15"},"nodeType":"YulExpressionStatement","src":"33458:71:15"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"33384:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"33396:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"33407:4:15","type":""}],"src":"33314:222:15"},{"body":{"nodeType":"YulBlock","src":"33648:122:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33670:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"33678:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33666:3:15"},"nodeType":"YulFunctionCall","src":"33666:14:15"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"33682:34:15","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33659:6:15"},"nodeType":"YulFunctionCall","src":"33659:58:15"},"nodeType":"YulExpressionStatement","src":"33659:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33738:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"33746:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33734:3:15"},"nodeType":"YulFunctionCall","src":"33734:15:15"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"33751:11:15","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33727:6:15"},"nodeType":"YulFunctionCall","src":"33727:36:15"},"nodeType":"YulExpressionStatement","src":"33727:36:15"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"33640:6:15","type":""}],"src":"33542:228:15"},{"body":{"nodeType":"YulBlock","src":"33922:220:15","statements":[{"nodeType":"YulAssignment","src":"33932:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"33998:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"34003:2:15","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"33939:58:15"},"nodeType":"YulFunctionCall","src":"33939:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"33932:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34104:3:15"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"34015:88:15"},"nodeType":"YulFunctionCall","src":"34015:93:15"},"nodeType":"YulExpressionStatement","src":"34015:93:15"},{"nodeType":"YulAssignment","src":"34117:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34128:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"34133:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34124:3:15"},"nodeType":"YulFunctionCall","src":"34124:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"34117:3:15"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"33910:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"33918:3:15","type":""}],"src":"33776:366:15"},{"body":{"nodeType":"YulBlock","src":"34319:248:15","statements":[{"nodeType":"YulAssignment","src":"34329:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34341:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"34352:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34337:3:15"},"nodeType":"YulFunctionCall","src":"34337:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34329:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34376:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"34387:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34372:3:15"},"nodeType":"YulFunctionCall","src":"34372:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34395:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"34401:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"34391:3:15"},"nodeType":"YulFunctionCall","src":"34391:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34365:6:15"},"nodeType":"YulFunctionCall","src":"34365:47:15"},"nodeType":"YulExpressionStatement","src":"34365:47:15"},{"nodeType":"YulAssignment","src":"34421:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34555:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34429:124:15"},"nodeType":"YulFunctionCall","src":"34429:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34421:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"34299:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"34314:4:15","type":""}],"src":"34148:419:15"},{"body":{"nodeType":"YulBlock","src":"34679:127:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34701:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"34709:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34697:3:15"},"nodeType":"YulFunctionCall","src":"34697:14:15"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561","kind":"string","nodeType":"YulLiteral","src":"34713:34:15","type":"","value":"Initializable: contract is alrea"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34690:6:15"},"nodeType":"YulFunctionCall","src":"34690:58:15"},"nodeType":"YulExpressionStatement","src":"34690:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34769:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"34777:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34765:3:15"},"nodeType":"YulFunctionCall","src":"34765:15:15"},{"hexValue":"647920696e697469616c697a6564","kind":"string","nodeType":"YulLiteral","src":"34782:16:15","type":"","value":"dy initialized"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34758:6:15"},"nodeType":"YulFunctionCall","src":"34758:41:15"},"nodeType":"YulExpressionStatement","src":"34758:41:15"}]},"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"34671:6:15","type":""}],"src":"34573:233:15"},{"body":{"nodeType":"YulBlock","src":"34958:220:15","statements":[{"nodeType":"YulAssignment","src":"34968:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35034:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"35039:2:15","type":"","value":"46"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34975:58:15"},"nodeType":"YulFunctionCall","src":"34975:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"34968:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35140:3:15"}],"functionName":{"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulIdentifier","src":"35051:88:15"},"nodeType":"YulFunctionCall","src":"35051:93:15"},"nodeType":"YulExpressionStatement","src":"35051:93:15"},{"nodeType":"YulAssignment","src":"35153:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35164:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"35169:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35160:3:15"},"nodeType":"YulFunctionCall","src":"35160:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"35153:3:15"}]}]},"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"34946:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"34954:3:15","type":""}],"src":"34812:366:15"},{"body":{"nodeType":"YulBlock","src":"35355:248:15","statements":[{"nodeType":"YulAssignment","src":"35365:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35377:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"35388:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35373:3:15"},"nodeType":"YulFunctionCall","src":"35373:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35365:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35412:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"35423:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35408:3:15"},"nodeType":"YulFunctionCall","src":"35408:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35431:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"35437:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"35427:3:15"},"nodeType":"YulFunctionCall","src":"35427:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"35401:6:15"},"nodeType":"YulFunctionCall","src":"35401:47:15"},"nodeType":"YulExpressionStatement","src":"35401:47:15"},{"nodeType":"YulAssignment","src":"35457:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35591:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"35465:124:15"},"nodeType":"YulFunctionCall","src":"35465:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35457:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"35335:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"35350:4:15","type":""}],"src":"35184:419:15"},{"body":{"nodeType":"YulBlock","src":"35662:32:15","statements":[{"nodeType":"YulAssignment","src":"35672:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"35683:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"35672:7:15"}]}]},"name":"cleanup_t_rational_1_by_1","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35644:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"35654:7:15","type":""}],"src":"35609:85:15"},{"body":{"nodeType":"YulBlock","src":"35743:43:15","statements":[{"nodeType":"YulAssignment","src":"35753:27:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"35768:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"35775:4:15","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"35764:3:15"},"nodeType":"YulFunctionCall","src":"35764:16:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"35753:7:15"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35725:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"35735:7:15","type":""}],"src":"35700:86:15"},{"body":{"nodeType":"YulBlock","src":"35824:28:15","statements":[{"nodeType":"YulAssignment","src":"35834:12:15","value":{"name":"value","nodeType":"YulIdentifier","src":"35841:5:15"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"35834:3:15"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35810:5:15","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"35820:3:15","type":""}],"src":"35792:60:15"},{"body":{"nodeType":"YulBlock","src":"35924:88:15","statements":[{"nodeType":"YulAssignment","src":"35934:72:15","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"35998:5:15"}],"functionName":{"name":"cleanup_t_rational_1_by_1","nodeType":"YulIdentifier","src":"35972:25:15"},"nodeType":"YulFunctionCall","src":"35972:32:15"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"35963:8:15"},"nodeType":"YulFunctionCall","src":"35963:42:15"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"35947:15:15"},"nodeType":"YulFunctionCall","src":"35947:59:15"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"35934:9:15"}]}]},"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35904:5:15","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"35914:9:15","type":""}],"src":"35858:154:15"},{"body":{"nodeType":"YulBlock","src":"36089:72:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36106:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"36148:5:15"}],"functionName":{"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulIdentifier","src":"36111:36:15"},"nodeType":"YulFunctionCall","src":"36111:43:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36099:6:15"},"nodeType":"YulFunctionCall","src":"36099:56:15"},"nodeType":"YulExpressionStatement","src":"36099:56:15"}]},"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"36077:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"36084:3:15","type":""}],"src":"36018:143:15"},{"body":{"nodeType":"YulBlock","src":"36271:130:15","statements":[{"nodeType":"YulAssignment","src":"36281:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36293:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"36304:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36289:3:15"},"nodeType":"YulFunctionCall","src":"36289:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"36281:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"36367:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36380:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"36391:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36376:3:15"},"nodeType":"YulFunctionCall","src":"36376:17:15"}],"functionName":{"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"36317:49:15"},"nodeType":"YulFunctionCall","src":"36317:77:15"},"nodeType":"YulExpressionStatement","src":"36317:77:15"}]},"name":"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"36243:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"36255:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"36266:4:15","type":""}],"src":"36167:234:15"},{"body":{"nodeType":"YulBlock","src":"36513:67:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"36535:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"36543:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36531:3:15"},"nodeType":"YulFunctionCall","src":"36531:14:15"},{"hexValue":"476174657761793a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"36547:25:15","type":"","value":"Gateway: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36524:6:15"},"nodeType":"YulFunctionCall","src":"36524:49:15"},"nodeType":"YulExpressionStatement","src":"36524:49:15"}]},"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"36505:6:15","type":""}],"src":"36407:173:15"},{"body":{"nodeType":"YulBlock","src":"36732:220:15","statements":[{"nodeType":"YulAssignment","src":"36742:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36808:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"36813:2:15","type":"","value":"23"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"36749:58:15"},"nodeType":"YulFunctionCall","src":"36749:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"36742:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36914:3:15"}],"functionName":{"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulIdentifier","src":"36825:88:15"},"nodeType":"YulFunctionCall","src":"36825:93:15"},"nodeType":"YulExpressionStatement","src":"36825:93:15"},{"nodeType":"YulAssignment","src":"36927:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36938:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"36943:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36934:3:15"},"nodeType":"YulFunctionCall","src":"36934:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"36927:3:15"}]}]},"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"36720:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"36728:3:15","type":""}],"src":"36586:366:15"},{"body":{"nodeType":"YulBlock","src":"37129:248:15","statements":[{"nodeType":"YulAssignment","src":"37139:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37151:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"37162:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37147:3:15"},"nodeType":"YulFunctionCall","src":"37147:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37139:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37186:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"37197:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37182:3:15"},"nodeType":"YulFunctionCall","src":"37182:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"37205:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"37211:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"37201:3:15"},"nodeType":"YulFunctionCall","src":"37201:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37175:6:15"},"nodeType":"YulFunctionCall","src":"37175:47:15"},"nodeType":"YulExpressionStatement","src":"37175:47:15"},{"nodeType":"YulAssignment","src":"37231:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"37365:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"37239:124:15"},"nodeType":"YulFunctionCall","src":"37239:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37231:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"37109:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"37124:4:15","type":""}],"src":"36958:419:15"},{"body":{"nodeType":"YulBlock","src":"37489:62:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"37511:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"37519:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37507:3:15"},"nodeType":"YulFunctionCall","src":"37507:14:15"},{"hexValue":"496e76616c69644d65737361676548617368","kind":"string","nodeType":"YulLiteral","src":"37523:20:15","type":"","value":"InvalidMessageHash"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37500:6:15"},"nodeType":"YulFunctionCall","src":"37500:44:15"},"nodeType":"YulExpressionStatement","src":"37500:44:15"}]},"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"37481:6:15","type":""}],"src":"37383:168:15"},{"body":{"nodeType":"YulBlock","src":"37703:220:15","statements":[{"nodeType":"YulAssignment","src":"37713:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37779:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"37784:2:15","type":"","value":"18"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"37720:58:15"},"nodeType":"YulFunctionCall","src":"37720:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"37713:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37885:3:15"}],"functionName":{"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulIdentifier","src":"37796:88:15"},"nodeType":"YulFunctionCall","src":"37796:93:15"},"nodeType":"YulExpressionStatement","src":"37796:93:15"},{"nodeType":"YulAssignment","src":"37898:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37909:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"37914:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37905:3:15"},"nodeType":"YulFunctionCall","src":"37905:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"37898:3:15"}]}]},"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"37691:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"37699:3:15","type":""}],"src":"37557:366:15"},{"body":{"nodeType":"YulBlock","src":"38100:248:15","statements":[{"nodeType":"YulAssignment","src":"38110:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38122:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"38133:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38118:3:15"},"nodeType":"YulFunctionCall","src":"38118:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38110:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38157:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"38168:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38153:3:15"},"nodeType":"YulFunctionCall","src":"38153:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38176:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"38182:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"38172:3:15"},"nodeType":"YulFunctionCall","src":"38172:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"38146:6:15"},"nodeType":"YulFunctionCall","src":"38146:47:15"},"nodeType":"YulExpressionStatement","src":"38146:47:15"},{"nodeType":"YulAssignment","src":"38202:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38336:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"38210:124:15"},"nodeType":"YulFunctionCall","src":"38210:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38202:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"38080:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"38095:4:15","type":""}],"src":"37929:419:15"},{"body":{"nodeType":"YulBlock","src":"38508:288:15","statements":[{"nodeType":"YulAssignment","src":"38518:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38530:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"38541:2:15","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38526:3:15"},"nodeType":"YulFunctionCall","src":"38526:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38518:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"38598:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38611:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"38622:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38607:3:15"},"nodeType":"YulFunctionCall","src":"38607:17:15"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"38554:43:15"},"nodeType":"YulFunctionCall","src":"38554:71:15"},"nodeType":"YulExpressionStatement","src":"38554:71:15"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"38679:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38692:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"38703:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38688:3:15"},"nodeType":"YulFunctionCall","src":"38688:18:15"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"38635:43:15"},"nodeType":"YulFunctionCall","src":"38635:72:15"},"nodeType":"YulExpressionStatement","src":"38635:72:15"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"38761:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38774:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"38785:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38770:3:15"},"nodeType":"YulFunctionCall","src":"38770:18:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"38717:43:15"},"nodeType":"YulFunctionCall","src":"38717:72:15"},"nodeType":"YulExpressionStatement","src":"38717:72:15"}]},"name":"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"38464:9:15","type":""},{"name":"value2","nodeType":"YulTypedName","src":"38476:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"38484:6:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"38492:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"38503:4:15","type":""}],"src":"38354:442:15"},{"body":{"nodeType":"YulBlock","src":"38845:190:15","statements":[{"nodeType":"YulAssignment","src":"38855:33:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"38882:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"38864:17:15"},"nodeType":"YulFunctionCall","src":"38864:24:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"38855:5:15"}]},{"body":{"nodeType":"YulBlock","src":"38978:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"38980:16:15"},"nodeType":"YulFunctionCall","src":"38980:18:15"},"nodeType":"YulExpressionStatement","src":"38980:18:15"}]},"condition":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"38903:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"38910:66:15","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"38900:2:15"},"nodeType":"YulFunctionCall","src":"38900:77:15"},"nodeType":"YulIf","src":"38897:103:15"},{"nodeType":"YulAssignment","src":"39009:20:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"39020:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"39027:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39016:3:15"},"nodeType":"YulFunctionCall","src":"39016:13:15"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"39009:3:15"}]}]},"name":"increment_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"38831:5:15","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"38841:3:15","type":""}],"src":"38802:233:15"},{"body":{"nodeType":"YulBlock","src":"39089:362:15","statements":[{"nodeType":"YulAssignment","src":"39099:25:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39122:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39104:17:15"},"nodeType":"YulFunctionCall","src":"39104:20:15"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"39099:1:15"}]},{"nodeType":"YulAssignment","src":"39133:25:15","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39156:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39138:17:15"},"nodeType":"YulFunctionCall","src":"39138:20:15"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"39133:1:15"}]},{"nodeType":"YulVariableDeclaration","src":"39167:28:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39190:1:15"},{"name":"y","nodeType":"YulIdentifier","src":"39193:1:15"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"39186:3:15"},"nodeType":"YulFunctionCall","src":"39186:9:15"},"variables":[{"name":"product_raw","nodeType":"YulTypedName","src":"39171:11:15","type":""}]},{"nodeType":"YulAssignment","src":"39204:41:15","value":{"arguments":[{"name":"product_raw","nodeType":"YulIdentifier","src":"39233:11:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39215:17:15"},"nodeType":"YulFunctionCall","src":"39215:30:15"},"variableNames":[{"name":"product","nodeType":"YulIdentifier","src":"39204:7:15"}]},{"body":{"nodeType":"YulBlock","src":"39422:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"39424:16:15"},"nodeType":"YulFunctionCall","src":"39424:18:15"},"nodeType":"YulExpressionStatement","src":"39424:18:15"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39355:1:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39348:6:15"},"nodeType":"YulFunctionCall","src":"39348:9:15"},{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39378:1:15"},{"arguments":[{"name":"product","nodeType":"YulIdentifier","src":"39385:7:15"},{"name":"x","nodeType":"YulIdentifier","src":"39394:1:15"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"39381:3:15"},"nodeType":"YulFunctionCall","src":"39381:15:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"39375:2:15"},"nodeType":"YulFunctionCall","src":"39375:22:15"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"39328:2:15"},"nodeType":"YulFunctionCall","src":"39328:83:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39308:6:15"},"nodeType":"YulFunctionCall","src":"39308:113:15"},"nodeType":"YulIf","src":"39305:139:15"}]},"name":"checked_mul_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"39072:1:15","type":""},{"name":"y","nodeType":"YulTypedName","src":"39075:1:15","type":""}],"returnVariables":[{"name":"product","nodeType":"YulTypedName","src":"39081:7:15","type":""}],"src":"39041:410:15"},{"body":{"nodeType":"YulBlock","src":"39485:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39502:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"39505:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"39495:6:15"},"nodeType":"YulFunctionCall","src":"39495:88:15"},"nodeType":"YulExpressionStatement","src":"39495:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39599:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"39602:4:15","type":"","value":"0x12"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"39592:6:15"},"nodeType":"YulFunctionCall","src":"39592:15:15"},"nodeType":"YulExpressionStatement","src":"39592:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39623:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"39626:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"39616:6:15"},"nodeType":"YulFunctionCall","src":"39616:15:15"},"nodeType":"YulExpressionStatement","src":"39616:15:15"}]},"name":"panic_error_0x12","nodeType":"YulFunctionDefinition","src":"39457:180:15"},{"body":{"nodeType":"YulBlock","src":"39685:143:15","statements":[{"nodeType":"YulAssignment","src":"39695:25:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39718:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39700:17:15"},"nodeType":"YulFunctionCall","src":"39700:20:15"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"39695:1:15"}]},{"nodeType":"YulAssignment","src":"39729:25:15","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39752:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39734:17:15"},"nodeType":"YulFunctionCall","src":"39734:20:15"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"39729:1:15"}]},{"body":{"nodeType":"YulBlock","src":"39776:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x12","nodeType":"YulIdentifier","src":"39778:16:15"},"nodeType":"YulFunctionCall","src":"39778:18:15"},"nodeType":"YulExpressionStatement","src":"39778:18:15"}]},"condition":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39773:1:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39766:6:15"},"nodeType":"YulFunctionCall","src":"39766:9:15"},"nodeType":"YulIf","src":"39763:35:15"},{"nodeType":"YulAssignment","src":"39808:14:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39817:1:15"},{"name":"y","nodeType":"YulIdentifier","src":"39820:1:15"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"39813:3:15"},"nodeType":"YulFunctionCall","src":"39813:9:15"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"39808:1:15"}]}]},"name":"checked_div_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"39674:1:15","type":""},{"name":"y","nodeType":"YulTypedName","src":"39677:1:15","type":""}],"returnVariables":[{"name":"r","nodeType":"YulTypedName","src":"39683:1:15","type":""}],"src":"39643:185:15"},{"body":{"nodeType":"YulBlock","src":"39893:81:15","statements":[{"nodeType":"YulAssignment","src":"39903:65:15","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"39960:5:15"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"39943:16:15"},"nodeType":"YulFunctionCall","src":"39943:23:15"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"39934:8:15"},"nodeType":"YulFunctionCall","src":"39934:33:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39916:17:15"},"nodeType":"YulFunctionCall","src":"39916:52:15"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"39903:9:15"}]}]},"name":"convert_t_uint96_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"39873:5:15","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"39883:9:15","type":""}],"src":"39834:140:15"},{"body":{"nodeType":"YulBlock","src":"40044:65:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40061:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"40096:5:15"}],"functionName":{"name":"convert_t_uint96_to_t_uint256","nodeType":"YulIdentifier","src":"40066:29:15"},"nodeType":"YulFunctionCall","src":"40066:36:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40054:6:15"},"nodeType":"YulFunctionCall","src":"40054:49:15"},"nodeType":"YulExpressionStatement","src":"40054:49:15"}]},"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"40032:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40039:3:15","type":""}],"src":"39980:129:15"},{"body":{"nodeType":"YulBlock","src":"40179:82:15","statements":[{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"40202:3:15"},{"name":"src","nodeType":"YulIdentifier","src":"40207:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"40212:6:15"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"40189:12:15"},"nodeType":"YulFunctionCall","src":"40189:30:15"},"nodeType":"YulExpressionStatement","src":"40189:30:15"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"40239:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"40244:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40235:3:15"},"nodeType":"YulFunctionCall","src":"40235:16:15"},{"kind":"number","nodeType":"YulLiteral","src":"40253:1:15","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40228:6:15"},"nodeType":"YulFunctionCall","src":"40228:27:15"},"nodeType":"YulExpressionStatement","src":"40228:27:15"}]},"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"40161:3:15","type":""},{"name":"dst","nodeType":"YulTypedName","src":"40166:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"40171:6:15","type":""}],"src":"40115:146:15"},{"body":{"nodeType":"YulBlock","src":"40393:215:15","statements":[{"nodeType":"YulAssignment","src":"40403:78:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40469:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"40474:6:15"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"40410:58:15"},"nodeType":"YulFunctionCall","src":"40410:71:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"40403:3:15"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"40528:5:15"},{"name":"pos","nodeType":"YulIdentifier","src":"40535:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"40540:6:15"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"40491:36:15"},"nodeType":"YulFunctionCall","src":"40491:56:15"},"nodeType":"YulExpressionStatement","src":"40491:56:15"},{"nodeType":"YulAssignment","src":"40556:46:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40567:3:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"40594:6:15"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"40572:21:15"},"nodeType":"YulFunctionCall","src":"40572:29:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40563:3:15"},"nodeType":"YulFunctionCall","src":"40563:39:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"40556:3:15"}]}]},"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"40366:5:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"40373:6:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40381:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"40389:3:15","type":""}],"src":"40291:317:15"},{"body":{"nodeType":"YulBlock","src":"40853:534:15","statements":[{"nodeType":"YulAssignment","src":"40863:27:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40875:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"40886:3:15","type":"","value":"160"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40871:3:15"},"nodeType":"YulFunctionCall","src":"40871:19:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"40863:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"40944:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40957:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"40968:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40953:3:15"},"nodeType":"YulFunctionCall","src":"40953:17:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"40900:43:15"},"nodeType":"YulFunctionCall","src":"40900:71:15"},"nodeType":"YulExpressionStatement","src":"40900:71:15"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"41025:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41038:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"41049:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41034:3:15"},"nodeType":"YulFunctionCall","src":"41034:18:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"40981:43:15"},"nodeType":"YulFunctionCall","src":"40981:72:15"},"nodeType":"YulExpressionStatement","src":"40981:72:15"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"41106:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41119:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"41130:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41115:3:15"},"nodeType":"YulFunctionCall","src":"41115:18:15"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"41063:42:15"},"nodeType":"YulFunctionCall","src":"41063:71:15"},"nodeType":"YulExpressionStatement","src":"41063:71:15"},{"expression":{"arguments":[{"name":"value3","nodeType":"YulIdentifier","src":"41188:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41201:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"41212:2:15","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41197:3:15"},"nodeType":"YulFunctionCall","src":"41197:18:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"41144:43:15"},"nodeType":"YulFunctionCall","src":"41144:72:15"},"nodeType":"YulExpressionStatement","src":"41144:72:15"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41237:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"41248:3:15","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41233:3:15"},"nodeType":"YulFunctionCall","src":"41233:19:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"41258:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"41264:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"41254:3:15"},"nodeType":"YulFunctionCall","src":"41254:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41226:6:15"},"nodeType":"YulFunctionCall","src":"41226:49:15"},"nodeType":"YulExpressionStatement","src":"41226:49:15"},{"nodeType":"YulAssignment","src":"41284:96:15","value":{"arguments":[{"name":"value4","nodeType":"YulIdentifier","src":"41358:6:15"},{"name":"value5","nodeType":"YulIdentifier","src":"41366:6:15"},{"name":"tail","nodeType":"YulIdentifier","src":"41375:4:15"}],"functionName":{"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"41292:65:15"},"nodeType":"YulFunctionCall","src":"41292:88:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"41284:4:15"}]}]},"name":"abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"40785:9:15","type":""},{"name":"value5","nodeType":"YulTypedName","src":"40797:6:15","type":""},{"name":"value4","nodeType":"YulTypedName","src":"40805:6:15","type":""},{"name":"value3","nodeType":"YulTypedName","src":"40813:6:15","type":""},{"name":"value2","nodeType":"YulTypedName","src":"40821:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"40829:6:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"40837:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"40848:4:15","type":""}],"src":"40614:773:15"},{"body":{"nodeType":"YulBlock","src":"41437:172:15","statements":[{"nodeType":"YulAssignment","src":"41447:24:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"41469:1:15"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41452:16:15"},"nodeType":"YulFunctionCall","src":"41452:19:15"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"41447:1:15"}]},{"nodeType":"YulAssignment","src":"41480:24:15","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"41502:1:15"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41485:16:15"},"nodeType":"YulFunctionCall","src":"41485:19:15"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"41480:1:15"}]},{"nodeType":"YulAssignment","src":"41513:17:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"41525:1:15"},{"name":"y","nodeType":"YulIdentifier","src":"41528:1:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"41521:3:15"},"nodeType":"YulFunctionCall","src":"41521:9:15"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"41513:4:15"}]},{"body":{"nodeType":"YulBlock","src":"41580:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"41582:16:15"},"nodeType":"YulFunctionCall","src":"41582:18:15"},"nodeType":"YulExpressionStatement","src":"41582:18:15"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"41546:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"41552:26:15","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"41543:2:15"},"nodeType":"YulFunctionCall","src":"41543:36:15"},"nodeType":"YulIf","src":"41540:62:15"}]},"name":"checked_sub_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"41423:1:15","type":""},{"name":"y","nodeType":"YulTypedName","src":"41426:1:15","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"41432:4:15","type":""}],"src":"41393:216:15"},{"body":{"nodeType":"YulBlock","src":"41673:80:15","statements":[{"nodeType":"YulAssignment","src":"41683:64:15","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41739:5:15"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"41722:16:15"},"nodeType":"YulFunctionCall","src":"41722:23:15"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"41713:8:15"},"nodeType":"YulFunctionCall","src":"41713:33:15"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41696:16:15"},"nodeType":"YulFunctionCall","src":"41696:51:15"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"41683:9:15"}]}]},"name":"convert_t_uint64_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41653:5:15","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"41663:9:15","type":""}],"src":"41615:138:15"},{"body":{"nodeType":"YulBlock","src":"41822:64:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"41839:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41873:5:15"}],"functionName":{"name":"convert_t_uint64_to_t_uint96","nodeType":"YulIdentifier","src":"41844:28:15"},"nodeType":"YulFunctionCall","src":"41844:35:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41832:6:15"},"nodeType":"YulFunctionCall","src":"41832:48:15"},"nodeType":"YulExpressionStatement","src":"41832:48:15"}]},"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41810:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"41817:3:15","type":""}],"src":"41759:127:15"},{"body":{"nodeType":"YulBlock","src":"42016:204:15","statements":[{"nodeType":"YulAssignment","src":"42026:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42038:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"42049:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42034:3:15"},"nodeType":"YulFunctionCall","src":"42034:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42026:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"42106:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42119:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"42130:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42115:3:15"},"nodeType":"YulFunctionCall","src":"42115:17:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"42062:43:15"},"nodeType":"YulFunctionCall","src":"42062:71:15"},"nodeType":"YulExpressionStatement","src":"42062:71:15"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"42185:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42198:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"42209:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42194:3:15"},"nodeType":"YulFunctionCall","src":"42194:18:15"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulIdentifier","src":"42143:41:15"},"nodeType":"YulFunctionCall","src":"42143:70:15"},"nodeType":"YulExpressionStatement","src":"42143:70:15"}]},"name":"abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"41980:9:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"41992:6:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"42000:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"42011:4:15","type":""}],"src":"41892:328:15"},{"body":{"nodeType":"YulBlock","src":"42332:76:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"42354:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"42362:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42350:3:15"},"nodeType":"YulFunctionCall","src":"42350:14:15"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"42366:34:15","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"42343:6:15"},"nodeType":"YulFunctionCall","src":"42343:58:15"},"nodeType":"YulExpressionStatement","src":"42343:58:15"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"42324:6:15","type":""}],"src":"42226:182:15"},{"body":{"nodeType":"YulBlock","src":"42560:220:15","statements":[{"nodeType":"YulAssignment","src":"42570:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42636:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"42641:2:15","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"42577:58:15"},"nodeType":"YulFunctionCall","src":"42577:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"42570:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42742:3:15"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"42653:88:15"},"nodeType":"YulFunctionCall","src":"42653:93:15"},"nodeType":"YulExpressionStatement","src":"42653:93:15"},{"nodeType":"YulAssignment","src":"42755:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42766:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"42771:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42762:3:15"},"nodeType":"YulFunctionCall","src":"42762:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"42755:3:15"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"42548:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"42556:3:15","type":""}],"src":"42414:366:15"},{"body":{"nodeType":"YulBlock","src":"42957:248:15","statements":[{"nodeType":"YulAssignment","src":"42967:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42979:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"42990:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42975:3:15"},"nodeType":"YulFunctionCall","src":"42975:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42967:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"43014:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"43025:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43010:3:15"},"nodeType":"YulFunctionCall","src":"43010:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43033:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"43039:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"43029:3:15"},"nodeType":"YulFunctionCall","src":"43029:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43003:6:15"},"nodeType":"YulFunctionCall","src":"43003:47:15"},"nodeType":"YulExpressionStatement","src":"43003:47:15"},{"nodeType":"YulAssignment","src":"43059:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43193:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43067:124:15"},"nodeType":"YulFunctionCall","src":"43067:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"43059:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"42937:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"42952:4:15","type":""}],"src":"42786:419:15"},{"body":{"nodeType":"YulBlock","src":"43317:124:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"43339:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"43347:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43335:3:15"},"nodeType":"YulFunctionCall","src":"43335:14:15"},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069","kind":"string","nodeType":"YulLiteral","src":"43351:34:15","type":"","value":"Initializable: contract is not i"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43328:6:15"},"nodeType":"YulFunctionCall","src":"43328:58:15"},"nodeType":"YulExpressionStatement","src":"43328:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"43407:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"43415:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43403:3:15"},"nodeType":"YulFunctionCall","src":"43403:15:15"},{"hexValue":"6e697469616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"43420:13:15","type":"","value":"nitializing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43396:6:15"},"nodeType":"YulFunctionCall","src":"43396:38:15"},"nodeType":"YulExpressionStatement","src":"43396:38:15"}]},"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"43309:6:15","type":""}],"src":"43211:230:15"},{"body":{"nodeType":"YulBlock","src":"43593:220:15","statements":[{"nodeType":"YulAssignment","src":"43603:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43669:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"43674:2:15","type":"","value":"43"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43610:58:15"},"nodeType":"YulFunctionCall","src":"43610:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"43603:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43775:3:15"}],"functionName":{"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulIdentifier","src":"43686:88:15"},"nodeType":"YulFunctionCall","src":"43686:93:15"},"nodeType":"YulExpressionStatement","src":"43686:93:15"},{"nodeType":"YulAssignment","src":"43788:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43799:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"43804:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43795:3:15"},"nodeType":"YulFunctionCall","src":"43795:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"43788:3:15"}]}]},"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"43581:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"43589:3:15","type":""}],"src":"43447:366:15"},{"body":{"nodeType":"YulBlock","src":"43990:248:15","statements":[{"nodeType":"YulAssignment","src":"44000:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44012:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"44023:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44008:3:15"},"nodeType":"YulFunctionCall","src":"44008:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44000:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44047:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"44058:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44043:3:15"},"nodeType":"YulFunctionCall","src":"44043:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44066:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"44072:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"44062:3:15"},"nodeType":"YulFunctionCall","src":"44062:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44036:6:15"},"nodeType":"YulFunctionCall","src":"44036:47:15"},"nodeType":"YulExpressionStatement","src":"44036:47:15"},{"nodeType":"YulAssignment","src":"44092:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44226:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44100:124:15"},"nodeType":"YulFunctionCall","src":"44100:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44092:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"43970:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"43985:4:15","type":""}],"src":"43819:419:15"},{"body":{"nodeType":"YulBlock","src":"44350:60:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"44372:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"44380:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44368:3:15"},"nodeType":"YulFunctionCall","src":"44368:14:15"},{"hexValue":"5061757361626c653a20706175736564","kind":"string","nodeType":"YulLiteral","src":"44384:18:15","type":"","value":"Pausable: paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44361:6:15"},"nodeType":"YulFunctionCall","src":"44361:42:15"},"nodeType":"YulExpressionStatement","src":"44361:42:15"}]},"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"44342:6:15","type":""}],"src":"44244:166:15"},{"body":{"nodeType":"YulBlock","src":"44562:220:15","statements":[{"nodeType":"YulAssignment","src":"44572:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44638:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"44643:2:15","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44579:58:15"},"nodeType":"YulFunctionCall","src":"44579:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"44572:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44744:3:15"}],"functionName":{"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulIdentifier","src":"44655:88:15"},"nodeType":"YulFunctionCall","src":"44655:93:15"},"nodeType":"YulExpressionStatement","src":"44655:93:15"},{"nodeType":"YulAssignment","src":"44757:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44768:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"44773:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44764:3:15"},"nodeType":"YulFunctionCall","src":"44764:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"44757:3:15"}]}]},"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"44550:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"44558:3:15","type":""}],"src":"44416:366:15"},{"body":{"nodeType":"YulBlock","src":"44959:248:15","statements":[{"nodeType":"YulAssignment","src":"44969:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44981:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"44992:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44977:3:15"},"nodeType":"YulFunctionCall","src":"44977:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44969:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45016:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"45027:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45012:3:15"},"nodeType":"YulFunctionCall","src":"45012:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45035:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"45041:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"45031:3:15"},"nodeType":"YulFunctionCall","src":"45031:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45005:6:15"},"nodeType":"YulFunctionCall","src":"45005:47:15"},"nodeType":"YulExpressionStatement","src":"45005:47:15"},{"nodeType":"YulAssignment","src":"45061:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45195:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45069:124:15"},"nodeType":"YulFunctionCall","src":"45069:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45061:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"44939:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"44954:4:15","type":""}],"src":"44788:419:15"},{"body":{"nodeType":"YulBlock","src":"45319:61:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"45341:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"45349:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45337:3:15"},"nodeType":"YulFunctionCall","src":"45337:14:15"},{"hexValue":"546f6b656e4e6f74537570706f72746564","kind":"string","nodeType":"YulLiteral","src":"45353:19:15","type":"","value":"TokenNotSupported"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45330:6:15"},"nodeType":"YulFunctionCall","src":"45330:43:15"},"nodeType":"YulExpressionStatement","src":"45330:43:15"}]},"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"45311:6:15","type":""}],"src":"45213:167:15"},{"body":{"nodeType":"YulBlock","src":"45532:220:15","statements":[{"nodeType":"YulAssignment","src":"45542:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45608:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"45613:2:15","type":"","value":"17"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45549:58:15"},"nodeType":"YulFunctionCall","src":"45549:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"45542:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45714:3:15"}],"functionName":{"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulIdentifier","src":"45625:88:15"},"nodeType":"YulFunctionCall","src":"45625:93:15"},"nodeType":"YulExpressionStatement","src":"45625:93:15"},{"nodeType":"YulAssignment","src":"45727:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45738:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"45743:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45734:3:15"},"nodeType":"YulFunctionCall","src":"45734:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"45727:3:15"}]}]},"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"45520:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"45528:3:15","type":""}],"src":"45386:366:15"},{"body":{"nodeType":"YulBlock","src":"45929:248:15","statements":[{"nodeType":"YulAssignment","src":"45939:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45951:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"45962:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45947:3:15"},"nodeType":"YulFunctionCall","src":"45947:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45939:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45986:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"45997:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45982:3:15"},"nodeType":"YulFunctionCall","src":"45982:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46005:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"46011:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46001:3:15"},"nodeType":"YulFunctionCall","src":"46001:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45975:6:15"},"nodeType":"YulFunctionCall","src":"45975:47:15"},"nodeType":"YulExpressionStatement","src":"45975:47:15"},{"nodeType":"YulAssignment","src":"46031:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46165:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46039:124:15"},"nodeType":"YulFunctionCall","src":"46039:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46031:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"45909:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"45924:4:15","type":""}],"src":"45758:419:15"},{"body":{"nodeType":"YulBlock","src":"46289:56:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"46311:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"46319:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46307:3:15"},"nodeType":"YulFunctionCall","src":"46307:14:15"},{"hexValue":"416d6f756e7449735a65726f","kind":"string","nodeType":"YulLiteral","src":"46323:14:15","type":"","value":"AmountIsZero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46300:6:15"},"nodeType":"YulFunctionCall","src":"46300:38:15"},"nodeType":"YulExpressionStatement","src":"46300:38:15"}]},"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"46281:6:15","type":""}],"src":"46183:162:15"},{"body":{"nodeType":"YulBlock","src":"46497:220:15","statements":[{"nodeType":"YulAssignment","src":"46507:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46573:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"46578:2:15","type":"","value":"12"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46514:58:15"},"nodeType":"YulFunctionCall","src":"46514:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"46507:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46679:3:15"}],"functionName":{"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulIdentifier","src":"46590:88:15"},"nodeType":"YulFunctionCall","src":"46590:93:15"},"nodeType":"YulExpressionStatement","src":"46590:93:15"},{"nodeType":"YulAssignment","src":"46692:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46703:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"46708:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46699:3:15"},"nodeType":"YulFunctionCall","src":"46699:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"46692:3:15"}]}]},"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"46485:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"46493:3:15","type":""}],"src":"46351:366:15"},{"body":{"nodeType":"YulBlock","src":"46894:248:15","statements":[{"nodeType":"YulAssignment","src":"46904:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46916:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"46927:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46912:3:15"},"nodeType":"YulFunctionCall","src":"46912:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46904:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46951:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"46962:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46947:3:15"},"nodeType":"YulFunctionCall","src":"46947:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46970:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"46976:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46966:3:15"},"nodeType":"YulFunctionCall","src":"46966:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46940:6:15"},"nodeType":"YulFunctionCall","src":"46940:47:15"},"nodeType":"YulExpressionStatement","src":"46940:47:15"},{"nodeType":"YulAssignment","src":"46996:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47130:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47004:124:15"},"nodeType":"YulFunctionCall","src":"47004:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46996:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"46874:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"46889:4:15","type":""}],"src":"46723:419:15"},{"body":{"nodeType":"YulBlock","src":"47254:60:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"47276:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"47284:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47272:3:15"},"nodeType":"YulFunctionCall","src":"47272:14:15"},{"hexValue":"5468726f775a65726f41646472657373","kind":"string","nodeType":"YulLiteral","src":"47288:18:15","type":"","value":"ThrowZeroAddress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47265:6:15"},"nodeType":"YulFunctionCall","src":"47265:42:15"},"nodeType":"YulExpressionStatement","src":"47265:42:15"}]},"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"47246:6:15","type":""}],"src":"47148:166:15"},{"body":{"nodeType":"YulBlock","src":"47466:220:15","statements":[{"nodeType":"YulAssignment","src":"47476:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47542:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"47547:2:15","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47483:58:15"},"nodeType":"YulFunctionCall","src":"47483:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"47476:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47648:3:15"}],"functionName":{"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulIdentifier","src":"47559:88:15"},"nodeType":"YulFunctionCall","src":"47559:93:15"},"nodeType":"YulExpressionStatement","src":"47559:93:15"},{"nodeType":"YulAssignment","src":"47661:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47672:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"47677:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47668:3:15"},"nodeType":"YulFunctionCall","src":"47668:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"47661:3:15"}]}]},"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"47454:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"47462:3:15","type":""}],"src":"47320:366:15"},{"body":{"nodeType":"YulBlock","src":"47863:248:15","statements":[{"nodeType":"YulAssignment","src":"47873:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47885:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"47896:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47881:3:15"},"nodeType":"YulFunctionCall","src":"47881:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47873:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47920:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"47931:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47916:3:15"},"nodeType":"YulFunctionCall","src":"47916:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47939:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"47945:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"47935:3:15"},"nodeType":"YulFunctionCall","src":"47935:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47909:6:15"},"nodeType":"YulFunctionCall","src":"47909:47:15"},"nodeType":"YulExpressionStatement","src":"47909:47:15"},{"nodeType":"YulAssignment","src":"47965:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48099:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47973:124:15"},"nodeType":"YulFunctionCall","src":"47973:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47965:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"47843:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"47858:4:15","type":""}],"src":"47692:419:15"},{"body":{"nodeType":"YulBlock","src":"48223:66:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"48245:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"48253:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48241:3:15"},"nodeType":"YulFunctionCall","src":"48241:14:15"},{"hexValue":"496e76616c6964496e737469747574696f6e436f6465","kind":"string","nodeType":"YulLiteral","src":"48257:24:15","type":"","value":"InvalidInstitutionCode"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48234:6:15"},"nodeType":"YulFunctionCall","src":"48234:48:15"},"nodeType":"YulExpressionStatement","src":"48234:48:15"}]},"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"48215:6:15","type":""}],"src":"48117:172:15"},{"body":{"nodeType":"YulBlock","src":"48441:220:15","statements":[{"nodeType":"YulAssignment","src":"48451:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48517:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"48522:2:15","type":"","value":"22"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48458:58:15"},"nodeType":"YulFunctionCall","src":"48458:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"48451:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48623:3:15"}],"functionName":{"name":"store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5","nodeType":"YulIdentifier","src":"48534:88:15"},"nodeType":"YulFunctionCall","src":"48534:93:15"},"nodeType":"YulExpressionStatement","src":"48534:93:15"},{"nodeType":"YulAssignment","src":"48636:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48647:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"48652:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48643:3:15"},"nodeType":"YulFunctionCall","src":"48643:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"48636:3:15"}]}]},"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"48429:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"48437:3:15","type":""}],"src":"48295:366:15"},{"body":{"nodeType":"YulBlock","src":"48838:248:15","statements":[{"nodeType":"YulAssignment","src":"48848:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48860:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"48871:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48856:3:15"},"nodeType":"YulFunctionCall","src":"48856:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48848:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48895:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"48906:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48891:3:15"},"nodeType":"YulFunctionCall","src":"48891:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48914:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"48920:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"48910:3:15"},"nodeType":"YulFunctionCall","src":"48910:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48884:6:15"},"nodeType":"YulFunctionCall","src":"48884:47:15"},"nodeType":"YulExpressionStatement","src":"48884:47:15"},{"nodeType":"YulAssignment","src":"48940:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49074:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48948:124:15"},"nodeType":"YulFunctionCall","src":"48948:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48940:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"48818:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"48833:4:15","type":""}],"src":"48667:419:15"},{"body":{"nodeType":"YulBlock","src":"49198:69:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"49220:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"49228:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49216:3:15"},"nodeType":"YulFunctionCall","src":"49216:14:15"},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","kind":"string","nodeType":"YulLiteral","src":"49232:27:15","type":"","value":"InvalidSenderFeeRecipient"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49209:6:15"},"nodeType":"YulFunctionCall","src":"49209:51:15"},"nodeType":"YulExpressionStatement","src":"49209:51:15"}]},"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"49190:6:15","type":""}],"src":"49092:175:15"},{"body":{"nodeType":"YulBlock","src":"49419:220:15","statements":[{"nodeType":"YulAssignment","src":"49429:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49495:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"49500:2:15","type":"","value":"25"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49436:58:15"},"nodeType":"YulFunctionCall","src":"49436:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"49429:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49601:3:15"}],"functionName":{"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulIdentifier","src":"49512:88:15"},"nodeType":"YulFunctionCall","src":"49512:93:15"},"nodeType":"YulExpressionStatement","src":"49512:93:15"},{"nodeType":"YulAssignment","src":"49614:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49625:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"49630:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49621:3:15"},"nodeType":"YulFunctionCall","src":"49621:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"49614:3:15"}]}]},"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"49407:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"49415:3:15","type":""}],"src":"49273:366:15"},{"body":{"nodeType":"YulBlock","src":"49816:248:15","statements":[{"nodeType":"YulAssignment","src":"49826:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49838:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"49849:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49834:3:15"},"nodeType":"YulFunctionCall","src":"49834:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49826:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49873:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"49884:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49869:3:15"},"nodeType":"YulFunctionCall","src":"49869:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49892:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"49898:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"49888:3:15"},"nodeType":"YulFunctionCall","src":"49888:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49862:6:15"},"nodeType":"YulFunctionCall","src":"49862:47:15"},"nodeType":"YulExpressionStatement","src":"49862:47:15"},{"nodeType":"YulAssignment","src":"49918:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50052:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49926:124:15"},"nodeType":"YulFunctionCall","src":"49926:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49918:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"49796:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"49811:4:15","type":""}],"src":"49645:419:15"},{"body":{"nodeType":"YulBlock","src":"50176:64:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"50198:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"50206:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50194:3:15"},"nodeType":"YulFunctionCall","src":"50194:14:15"},{"hexValue":"5061757361626c653a206e6f7420706175736564","kind":"string","nodeType":"YulLiteral","src":"50210:22:15","type":"","value":"Pausable: not paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"50187:6:15"},"nodeType":"YulFunctionCall","src":"50187:46:15"},"nodeType":"YulExpressionStatement","src":"50187:46:15"}]},"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"50168:6:15","type":""}],"src":"50070:170:15"},{"body":{"nodeType":"YulBlock","src":"50392:220:15","statements":[{"nodeType":"YulAssignment","src":"50402:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50468:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"50473:2:15","type":"","value":"20"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50409:58:15"},"nodeType":"YulFunctionCall","src":"50409:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"50402:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50574:3:15"}],"functionName":{"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulIdentifier","src":"50485:88:15"},"nodeType":"YulFunctionCall","src":"50485:93:15"},"nodeType":"YulExpressionStatement","src":"50485:93:15"},{"nodeType":"YulAssignment","src":"50587:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"50598:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"50603:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50594:3:15"},"nodeType":"YulFunctionCall","src":"50594:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"50587:3:15"}]}]},"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"50380:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"50388:3:15","type":""}],"src":"50246:366:15"},{"body":{"nodeType":"YulBlock","src":"50789:248:15","statements":[{"nodeType":"YulAssignment","src":"50799:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50811:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"50822:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50807:3:15"},"nodeType":"YulFunctionCall","src":"50807:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50799:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"50846:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"50857:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"50842:3:15"},"nodeType":"YulFunctionCall","src":"50842:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50865:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"50871:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"50861:3:15"},"nodeType":"YulFunctionCall","src":"50861:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"50835:6:15"},"nodeType":"YulFunctionCall","src":"50835:47:15"},"nodeType":"YulExpressionStatement","src":"50835:47:15"},{"nodeType":"YulAssignment","src":"50891:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"51025:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"50899:124:15"},"nodeType":"YulFunctionCall","src":"50899:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"50891:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"50769:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"50784:4:15","type":""}],"src":"50618:419:15"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(ptr) -> data {\n data := ptr\n\n data := add(ptr, 0x20)\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // code\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(ptr) -> next {\n next := add(ptr, 0x20)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := mload(srcPtr)\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2716_memory_ptr_to_t_struct$_Institution_$2716_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$2716_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$2716_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_uint256t_bytes32(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_t_bool_to_t_bool(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function cleanup_t_uint96(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffff)\n }\n\n function abi_encode_t_uint96_to_t_uint96(value, pos) {\n mstore(pos, cleanup_t_uint96(value))\n }\n\n // struct IGateway.Order -> struct IGateway.Order\n function abi_encode_t_struct$_Order_$2618_memory_ptr_to_t_struct$_Order_$2618_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x0140)\n\n {\n // sender\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x00))\n }\n\n {\n // token\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x20))\n }\n\n {\n // senderFeeRecipient\n\n let memberValue0 := mload(add(value, 0x40))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x40))\n }\n\n {\n // senderFee\n\n let memberValue0 := mload(add(value, 0x60))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x60))\n }\n\n {\n // protocolFee\n\n let memberValue0 := mload(add(value, 0x80))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x80))\n }\n\n {\n // isFulfilled\n\n let memberValue0 := mload(add(value, 0xa0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xa0))\n }\n\n {\n // isRefunded\n\n let memberValue0 := mload(add(value, 0xc0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xc0))\n }\n\n {\n // refundAddress\n\n let memberValue0 := mload(add(value, 0xe0))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0xe0))\n }\n\n {\n // currentBPS\n\n let memberValue0 := mload(add(value, 0x0100))\n abi_encode_t_uint96_to_t_uint96(memberValue0, add(pos, 0x0100))\n }\n\n {\n // amount\n\n let memberValue0 := mload(add(value, 0x0120))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x0120))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_Order_$2618_memory_ptr__to_t_struct$_Order_$2618_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 320)\n\n abi_encode_t_struct$_Order_$2618_memory_ptr_to_t_struct$_Order_$2618_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n // struct SharedStructs.InstitutionByCode -> struct SharedStructs.InstitutionByCode\n function abi_encode_t_struct$_InstitutionByCode_$2721_memory_ptr_to_t_struct$_InstitutionByCode_$2721_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // currency\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_InstitutionByCode_$2721_memory_ptr__to_t_struct$_InstitutionByCode_$2721_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_struct$_InstitutionByCode_$2721_memory_ptr_to_t_struct$_InstitutionByCode_$2721_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function validator_revert_t_uint96(value) {\n if iszero(eq(value, cleanup_t_uint96(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint96(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint96(value)\n }\n\n function revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() {\n revert(0, 0)\n }\n\n // string\n function abi_decode_t_string_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6, value7, value8 {\n if slt(sub(dataEnd, headStart), 256) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_uint96(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 128\n\n value4 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 160\n\n value5 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 192\n\n value6 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 224))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value7, value8 := abi_decode_t_string_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32_fromStack(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64(headStart, dataEnd) -> value0, value1, value2, value3 {\n if slt(sub(dataEnd, headStart), 128) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: treasury address alread\")\n\n mstore(add(memPtr, 32), \"y set\")\n\n }\n\n function abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: aggregator address alre\")\n\n mstore(add(memPtr, 32), \"ady set\")\n\n }\n\n function abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(memPtr) {\n\n mstore(add(memPtr, 0), \"OnlyAggregator\")\n\n }\n\n function abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderFulfilled\")\n\n }\n\n function abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderRefunded\")\n\n }\n\n function abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 13)\n store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de(memPtr) {\n\n mstore(add(memPtr, 0), \"FeeExceedsProtocolFee\")\n\n }\n\n function abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n function validator_revert_t_bool(value) {\n if iszero(eq(value, cleanup_t_bool(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bool_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bool_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function checked_sub_t_uint256(x, y) -> diff {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n diff := sub(x, y)\n\n if gt(diff, x) { panic_error_0x11() }\n\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is alrea\")\n\n mstore(add(memPtr, 32), \"dy initialized\")\n\n }\n\n function abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 46)\n store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_rational_1_by_1(value) -> cleaned {\n cleaned := value\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_rational_1_by_1_to_t_uint8(value) -> converted {\n converted := cleanup_t_uint8(identity(cleanup_t_rational_1_by_1(value)))\n }\n\n function abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value, pos) {\n mstore(pos, convert_t_rational_1_by_1_to_t_uint8(value))\n }\n\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 23)\n store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidMessageHash\")\n\n }\n\n function abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 18)\n store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed(headStart , value2, value1, value0) -> tail {\n tail := add(headStart, 96)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n }\n\n function increment_t_uint256(value) -> ret {\n value := cleanup_t_uint256(value)\n if eq(value, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) { panic_error_0x11() }\n ret := add(value, 1)\n }\n\n function checked_mul_t_uint256(x, y) -> product {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n let product_raw := mul(x, y)\n product := cleanup_t_uint256(product_raw)\n\n // overflow, if x != 0 and y != product/x\n if iszero(\n or(\n iszero(x),\n eq(y, div(product, x))\n )\n ) { panic_error_0x11() }\n\n }\n\n function panic_error_0x12() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n\n function checked_div_t_uint256(x, y) -> r {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n if iszero(y) { panic_error_0x12() }\n\n r := div(x, y)\n }\n\n function convert_t_uint96_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint96(value)))\n }\n\n function abi_encode_t_uint96_to_t_uint256_fromStack(value, pos) {\n mstore(pos, convert_t_uint96_to_t_uint256(value))\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n // string -> string\n function abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed(headStart , value5, value4, value3, value2, value1, value0) -> tail {\n tail := add(headStart, 160)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint96_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value3, add(headStart, 96))\n\n mstore(add(headStart, 128), sub(tail, headStart))\n tail := abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(value4, value5, tail)\n\n }\n\n function checked_sub_t_uint96(x, y) -> diff {\n x := cleanup_t_uint96(x)\n y := cleanup_t_uint96(y)\n diff := sub(x, y)\n\n if gt(diff, 0xffffffffffffffffffffffff) { panic_error_0x11() }\n\n }\n\n function convert_t_uint64_to_t_uint96(value) -> converted {\n converted := cleanup_t_uint96(identity(cleanup_t_uint64(value)))\n }\n\n function abi_encode_t_uint64_to_t_uint96_fromStack(value, pos) {\n mstore(pos, convert_t_uint64_to_t_uint96(value))\n }\n\n function abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint64_to_t_uint96_fromStack(value1, add(headStart, 32))\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is not i\")\n\n mstore(add(memPtr, 32), \"nitializing\")\n\n }\n\n function abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 43)\n store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: paused\")\n\n }\n\n function abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(memPtr) {\n\n mstore(add(memPtr, 0), \"TokenNotSupported\")\n\n }\n\n function abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 17)\n store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(memPtr) {\n\n mstore(add(memPtr, 0), \"AmountIsZero\")\n\n }\n\n function abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 12)\n store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(memPtr) {\n\n mstore(add(memPtr, 0), \"ThrowZeroAddress\")\n\n }\n\n function abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidInstitutionCode\")\n\n }\n\n function abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 22)\n store_literal_in_memory_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidSenderFeeRecipient\")\n\n }\n\n function abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 25)\n store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: not paused\")\n\n }\n\n function abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 20)\n store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":15,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b610156600480360381019061015191906128ba565b6103c3565b60405161016391906129d4565b60405180910390f35b61018660048036038101906101819190612ba4565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c5e565b6105d0565b005b6101c860048036038101906101c39190612cde565b610898565b005b6101d2610903565b6040516101df9190612d26565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d77565b61092e565b6040516102199190612d26565b60405180910390f35b61023c60048036038101906102379190612db7565b610dce565b6040516102499190612d26565b60405180910390f35b61026c600480360381019061026791906128ba565b610e2a565b6040516102799190612f04565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612f2f565b60405180910390f35b6102c661125c565b6040516102d4929190612f68565b60405180910390f35b6102f760048036038101906102f291906128ba565b611281565b6040516103049190612fc0565b60405180910390f35b61032760048036038101906103229190612fdb565b6112c2565b005b610343600480360381019061033e91906130b5565b611447565b604051610350919061319a565b60405180910390f35b61036161198e565b60405161036e9190612f2f565b60405180910390f35b610391600480360381019061038c91906131b5565b6119b8565b60405161039e9190612d26565b60405180910390f35b6103c160048036038101906103bc9190612db7565b612014565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c1565b60cd600083815260200190815260200160002060006104709190612748565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a161321c565b5b602002602001015190806001815401808255809150506001900390600052602060002090600202016000909190919091506000820151816000015560208201518160010155505060405180604001604052808383815181106105075761050661321c565b5b60200260200101516020015181526020018481525060ce60008484815181106105335761053261321c565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613365565b60405180910390a25050565b6105c66120c1565b6105ce61213f565b565b6105d86120c1565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e906133e4565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613476565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f890613508565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c1565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f89190613528565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c1565b61092c60006121a2565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b79061358f565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c906135fb565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8190613667565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb906136d3565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b789291906136f3565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb9190613748565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c7091906137a4565b610c7a91906137d8565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a91906137a4565b6040518363ffffffff1660e01b8152600401610d479291906136f3565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a9190613748565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb919061380c565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261276c565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d3565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198e565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb90613899565b60405180910390fd5b6110cd816121a2565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121db565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111649061392b565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fe565b6111c4612257565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024986001604051611214919061399d565b60405180910390a15b50565b6112286120c1565b6112306122b0565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b611289612829565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c1565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611330906133e4565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e90613a04565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c83604051611439919061380c565b60405180910390a35b505050565b6000611451612313565b61145f8a8a8689898d61235d565b600083839050036114a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149c90613a70565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114cf91906137a4565b6040518463ffffffff1660e01b81526004016114ed93929190613a90565b6020604051808303816000875af115801561150c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115309190613748565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158290613ac7565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115da9291906136f3565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116239190613b0f565b61162d9190613b80565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f591906137d8565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197896959493929190613c1e565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a4a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a419061358f565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa6906135fb565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b14576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0b90613667565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b989190613c7a565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611eca576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df157610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d1a9291906136f3565b6020604051808303816000875af1158015611d39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5d9190613748565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec9578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e849291906136f3565b6020604051808303816000875af1158015611ea3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec79190613748565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efc9190613b0f565b611f069190613b80565b90508061010160008881526020019081526020016000206007016000828254611f2f91906137d8565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f719291906136f3565b6020604051808303816000875af1158015611f90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb49190613748565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffe929190613ceb565b60405180910390a3600192505050949350505050565b61201c6120c1565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207c611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c96121d3565b73ffffffffffffffffffffffffffffffffffffffff166120e7611232565b73ffffffffffffffffffffffffffffffffffffffff161461213d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213490613d60565b60405180910390fd5b565b61214761256c565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218b6121d3565b6040516121989190612f2f565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121d0816125b5565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224490613df2565b60405180910390fd5b61225561267b565b565b600060019054906101000a900460ff166122a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229d90613df2565b60405180910390fd5b6122ae6126dc565b565b6122b8612313565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fc6121d3565b6040516123099190612f2f565b60405180910390a1565b61231b610903565b1561235b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235290613e5e565b60405180910390fd5b565b600160cc60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d690613eca565b60405180910390fd5b60008503612422576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241990613f36565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1603612491576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248890613fa2565b60405180910390fd5b6000801b60ce600083815260200190815260200160002060000154036124ec576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124e39061400e565b60405180910390fd5b6000821461256457600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612563576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161255a9061407a565b60405180910390fd5b5b505050505050565b612574610903565b6125b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125aa906140e6565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff166126ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c190613df2565b60405180910390fd5b6126da6126d56121d3565b6121a2565b565b600060019054906101000a900460ff1661272b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161272290613df2565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127699190612849565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561286c5760008082016000905560018201600090555060020161284a565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61289781612884565b81146128a257600080fd5b50565b6000813590506128b48161288e565b92915050565b6000602082840312156128d0576128cf61287a565b5b60006128de848285016128a5565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b61291c81612884565b82525050565b6040820160008201516129386000850182612913565b50602082015161294b6020850182612913565b50505050565b600061295d8383612922565b60408301905092915050565b6000602082019050919050565b6000612981826128e7565b61298b81856128f2565b935061299683612903565b8060005b838110156129c75781516129ae8882612951565b97506129b983612969565b92505060018101905061299a565b5085935050505092915050565b600060208201905081810360008301526129ee8184612976565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a44826129fb565b810181811067ffffffffffffffff82111715612a6357612a62612a0c565b5b80604052505050565b6000612a76612870565b9050612a828282612a3b565b919050565b600067ffffffffffffffff821115612aa257612aa1612a0c565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612ad357612ad2612ab8565b5b612add6040612a6c565b90506000612aed848285016128a5565b6000830152506020612b01848285016128a5565b60208301525092915050565b6000612b20612b1b84612a87565b612a6c565b90508083825260208201905060408402830185811115612b4357612b42612ab3565b5b835b81811015612b6c5780612b588882612abd565b845260208401935050604081019050612b45565b5050509392505050565b600082601f830112612b8b57612b8a6129f6565b5b8135612b9b848260208601612b0d565b91505092915050565b60008060408385031215612bbb57612bba61287a565b5b6000612bc9858286016128a5565b925050602083013567ffffffffffffffff811115612bea57612be961287f565b5b612bf685828601612b76565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c2b82612c00565b9050919050565b612c3b81612c20565b8114612c4657600080fd5b50565b600081359050612c5881612c32565b92915050565b60008060408385031215612c7557612c7461287a565b5b6000612c83858286016128a5565b9250506020612c9485828601612c49565b9150509250929050565b600067ffffffffffffffff82169050919050565b612cbb81612c9e565b8114612cc657600080fd5b50565b600081359050612cd881612cb2565b92915050565b600060208284031215612cf457612cf361287a565b5b6000612d0284828501612cc9565b91505092915050565b60008115159050919050565b612d2081612d0b565b82525050565b6000602082019050612d3b6000830184612d17565b92915050565b6000819050919050565b612d5481612d41565b8114612d5f57600080fd5b50565b600081359050612d7181612d4b565b92915050565b60008060408385031215612d8e57612d8d61287a565b5b6000612d9c85828601612d62565b9250506020612dad858286016128a5565b9150509250929050565b600060208284031215612dcd57612dcc61287a565b5b6000612ddb84828501612c49565b91505092915050565b612ded81612c20565b82525050565b612dfc81612d41565b82525050565b612e0b81612d0b565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e3281612e11565b82525050565b61014082016000820151612e4f6000850182612de4565b506020820151612e626020850182612de4565b506040820151612e756040850182612de4565b506060820151612e886060850182612df3565b506080820151612e9b6080850182612df3565b5060a0820151612eae60a0850182612e02565b5060c0820151612ec160c0850182612e02565b5060e0820151612ed460e0850182612de4565b50610100820151612ee9610100850182612e29565b50610120820151612efe610120850182612df3565b50505050565b600061014082019050612f1a6000830184612e38565b92915050565b612f2981612c20565b82525050565b6000602082019050612f446000830184612f20565b92915050565b612f5381612c9e565b82525050565b612f6281612d41565b82525050565b6000604082019050612f7d6000830185612f4a565b612f8a6020830184612f59565b9392505050565b604082016000820151612fa76000850182612913565b506020820151612fba6020850182612913565b50505050565b6000604082019050612fd56000830184612f91565b92915050565b600080600060608486031215612ff457612ff361287a565b5b6000613002868287016128a5565b935050602061301386828701612c49565b925050604061302486828701612d62565b9150509250925092565b61303781612e11565b811461304257600080fd5b50565b6000813590506130548161302e565b92915050565b600080fd5b60008083601f840112613075576130746129f6565b5b8235905067ffffffffffffffff8111156130925761309161305a565b5b6020830191508360018202830111156130ae576130ad612ab3565b5b9250929050565b60008060008060008060008060006101008a8c0312156130d8576130d761287a565b5b60006130e68c828d01612c49565b99505060206130f78c828d01612d62565b98505060406131088c828d016128a5565b97505060606131198c828d01613045565b965050608061312a8c828d01612c49565b95505060a061313b8c828d01612d62565b94505060c061314c8c828d01612c49565b93505060e08a013567ffffffffffffffff81111561316d5761316c61287f565b5b6131798c828d0161305f565b92509250509295985092959850929598565b61319481612884565b82525050565b60006020820190506131af600083018461318b565b92915050565b600080600080608085870312156131cf576131ce61287a565b5b60006131dd878288016128a5565b94505060206131ee878288016128a5565b93505060406131ff87828801612c49565b925050606061321087828801612cc9565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132956132908361326b565b613278565b9050919050565b6040820160008083015490506132b181613282565b6132be6000860182612913565b50600183015490506132cf81613282565b6132dc6020860182612913565b5050505050565b60006132ef838361329c565b60408301905092915050565b6000600282019050919050565b60006133138261324b565b61331d81856128f2565b935061332883613256565b8060005b83811015613358578161333f88826132e3565b975061334a836132fb565b92505060018101905061332c565b5085935050505092915050565b6000602082019050818103600083015261337f8184613308565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006133ce601583613387565b91506133d982613398565b602082019050919050565b600060208201905081810360008301526133fd816133c1565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b6000613460602583613387565b915061346b82613404565b604082019050919050565b6000602082019050818103600083015261348f81613453565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006134f2602783613387565b91506134fd82613496565b604082019050919050565b60006020820190508181036000830152613521816134e5565b9050919050565b600060208201905061353d6000830184612f4a565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613579600e83613387565b915061358482613543565b602082019050919050565b600060208201905081810360008301526135a88161356c565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b60006135e5600e83613387565b91506135f0826135af565b602082019050919050565b60006020820190508181036000830152613614816135d8565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b6000613651600d83613387565b915061365c8261361b565b602082019050919050565b6000602082019050818103600083015261368081613644565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006136bd601583613387565b91506136c882613687565b602082019050919050565b600060208201905081810360008301526136ec816136b0565b9050919050565b60006040820190506137086000830185612f20565b6137156020830184612f59565b9392505050565b61372581612d0b565b811461373057600080fd5b50565b6000815190506137428161371c565b92915050565b60006020828403121561375e5761375d61287a565b5b600061376c84828501613733565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006137af82612d41565b91506137ba83612d41565b92508282019050808211156137d2576137d1613775565b5b92915050565b60006137e382612d41565b91506137ee83612d41565b925082820390508181111561380657613805613775565b5b92915050565b60006020820190506138216000830184612f59565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b6000613883602983613387565b915061388e82613827565b604082019050919050565b600060208201905081810360008301526138b281613876565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b6000613915602e83613387565b9150613920826138b9565b604082019050919050565b6000602082019050818103600083015261394481613908565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061398761398261397d8461394b565b613962565b613955565b9050919050565b6139978161396c565b82525050565b60006020820190506139b2600083018461398e565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006139ee601783613387565b91506139f9826139b8565b602082019050919050565b60006020820190508181036000830152613a1d816139e1565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613a5a601283613387565b9150613a6582613a24565b602082019050919050565b60006020820190508181036000830152613a8981613a4d565b9050919050565b6000606082019050613aa56000830186612f20565b613ab26020830185612f20565b613abf6040830184612f59565b949350505050565b6000613ad282612d41565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613b0457613b03613775565b5b600182019050919050565b6000613b1a82612d41565b9150613b2583612d41565b9250828202613b3381612d41565b91508282048414831517613b4a57613b49613775565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b8b82612d41565b9150613b9683612d41565b925082613ba657613ba5613b51565b5b828204905092915050565b6000613bcc613bc7613bc284612e11565b613962565b612d41565b9050919050565b613bdc81613bb1565b82525050565b82818337600083830152505050565b6000613bfd8385613387565b9350613c0a838584613be2565b613c13836129fb565b840190509392505050565b600060a082019050613c336000830189612f59565b613c40602083018861318b565b613c4d6040830187613bd3565b613c5a606083018661318b565b8181036080830152613c6d818486613bf1565b9050979650505050505050565b6000613c8582612e11565b9150613c9083612e11565b925082820390506bffffffffffffffffffffffff811115613cb457613cb3613775565b5b92915050565b6000613cd5613cd0613ccb84612c9e565b613962565b612e11565b9050919050565b613ce581613cba565b82525050565b6000604082019050613d00600083018561318b565b613d0d6020830184613cdc565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d4a602083613387565b9150613d5582613d14565b602082019050919050565b60006020820190508181036000830152613d7981613d3d565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613ddc602b83613387565b9150613de782613d80565b604082019050919050565b60006020820190508181036000830152613e0b81613dcf565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e48601083613387565b9150613e5382613e12565b602082019050919050565b60006020820190508181036000830152613e7781613e3b565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613eb4601183613387565b9150613ebf82613e7e565b602082019050919050565b60006020820190508181036000830152613ee381613ea7565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f20600c83613387565b9150613f2b82613eea565b602082019050919050565b60006020820190508181036000830152613f4f81613f13565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f8c601083613387565b9150613f9782613f56565b602082019050919050565b60006020820190508181036000830152613fbb81613f7f565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b6000613ff8601683613387565b915061400382613fc2565b602082019050919050565b6000602082019050818103600083015261402781613feb565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000614064601983613387565b915061406f8261402e565b602082019050919050565b6000602082019050818103600083015261409381614057565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006140d0601483613387565b91506140db8261409a565b602082019050919050565b600060208201905081810360008301526140ff816140c3565b905091905056fea2646970667358221220fee3294c2f69793b2e26bb4e5f221157c1cd6bc38f3eb8791e7a14bfdc07077d64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x2DD JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x30D JUMPI DUP1 PUSH4 0xD12FF20A EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x359 JUMPI DUP1 PUSH4 0xF22EE704 EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x282 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x28C JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x296 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2A0 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x2BE JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1CA JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0x71EEDB88 EQ PUSH2 0x1F2 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x222 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x252 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x188 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x192 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0x1AE JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x29D4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x2BA4 JUMP JUMPDEST PUSH2 0x449 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x190 PUSH2 0x5BE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1AC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1A7 SWAP2 SWAP1 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0x5D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C3 SWAP2 SWAP1 PUSH2 0x2CDE JUMP JUMPDEST PUSH2 0x898 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D2 PUSH2 0x903 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DF SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F0 PUSH2 0x91A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x207 SWAP2 SWAP1 PUSH2 0x2D77 JUMP JUMPDEST PUSH2 0x92E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x219 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x237 SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0xDCE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x249 SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x26C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x267 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0xE2A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x279 SWAP2 SWAP1 PUSH2 0x2F04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x28A PUSH2 0x1043 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x294 PUSH2 0x10D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x29E PUSH2 0x1220 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2A8 PUSH2 0x1232 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2B5 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2C6 PUSH2 0x125C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2D4 SWAP3 SWAP2 SWAP1 PUSH2 0x2F68 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2F7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2F2 SWAP2 SWAP1 PUSH2 0x28BA JUMP JUMPDEST PUSH2 0x1281 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x2FC0 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x327 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x322 SWAP2 SWAP1 PUSH2 0x2FDB JUMP JUMPDEST PUSH2 0x12C2 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x343 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x30B5 JUMP JUMPDEST PUSH2 0x1447 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x350 SWAP2 SWAP1 PUSH2 0x319A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH2 0x198E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x31B5 JUMP JUMPDEST PUSH2 0x19B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x2D26 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x2DB7 JUMP JUMPDEST PUSH2 0x2014 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x43E JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x3F8 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x451 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x470 SWAP2 SWAP1 PUSH2 0x2748 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x56F JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4A2 JUMPI PUSH2 0x4A1 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x507 JUMPI PUSH2 0x506 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x533 JUMPI PUSH2 0x532 PUSH2 0x321C JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x473 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x5B2 SWAP2 SWAP1 PUSH2 0x3365 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x5C6 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x5CE PUSH2 0x213F JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x5D8 PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x647 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x63E SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x74A JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x700 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F7 SWAP1 PUSH2 0x3476 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x848 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x847 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x801 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F8 SWAP1 PUSH2 0x3508 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x893 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x8A0 PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x8F8 SWAP2 SWAP1 PUSH2 0x3528 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x922 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x92C PUSH1 0x0 PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9C0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B7 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA25 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA1C SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA8A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA81 SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD LT ISZERO PUSH2 0xAE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xADB SWAP1 PUSH2 0x36D3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB78 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB97 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 0xBBB SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP4 PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0xC70 SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH2 0xC7A SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP1 POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP5 PUSH2 0xD2A SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD47 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xD66 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 0xD8A SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP3 PUSH32 0x736FE428E1747CA8D387C2E6FA1A31A0CDE62D3A167C40A46ADE59A3CDC828E DUP6 PUSH1 0x40 MLOAD PUSH2 0xDBB SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xE20 JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xE25 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE32 PUSH2 0x276C JUMP JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x104D PUSH2 0x21D3 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x106E PUSH2 0x198E JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x10BB SWAP1 PUSH2 0x3899 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10CD DUP2 PUSH2 0x21A2 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x1101 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x112E JUMPI POP PUSH2 0x1110 ADDRESS PUSH2 0x21DB JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x112D JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1164 SWAP1 PUSH2 0x392B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x11AA JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x11BC PUSH2 0x21FE JUMP JUMPDEST PUSH2 0x11C4 PUSH2 0x2257 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x121D JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x1214 SWAP2 SWAP1 PUSH2 0x399D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1228 PUSH2 0x20C1 JUMP JUMPDEST PUSH2 0x1230 PUSH2 0x22B0 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1289 PUSH2 0x2829 JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x12CA PUSH2 0x20C1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1339 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1330 SWAP1 PUSH2 0x33E4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1348 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x1387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x137E SWAP1 PUSH2 0x3A04 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1442 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1439 SWAP2 SWAP1 PUSH2 0x380C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1451 PUSH2 0x2313 JUMP JUMPDEST PUSH2 0x145F DUP11 DUP11 DUP7 DUP10 DUP10 DUP14 PUSH2 0x235D JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x14A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x149C SWAP1 PUSH2 0x3A70 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP14 PUSH2 0x14CF SWAP2 SWAP1 PUSH2 0x37A4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x14ED SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3A90 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x150C 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 0x1530 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x1582 SWAP1 PUSH2 0x3AC7 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x15DA SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP12 PUSH2 0x1623 SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x162D SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP13 PUSH2 0x16F5 SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x2 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x3BDD0D86E09A22D7CE596118BD3CA5EC73EA47533A465BE37621E913ED2BF333 DUP5 DUP7 DUP14 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x1978 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3C1E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1A4A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A41 SWAP1 PUSH2 0x358F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1AAF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AA6 SWAP1 PUSH2 0x35FB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1B14 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1B0B SWAP1 PUSH2 0x3667 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1B98 SWAP2 SWAP1 PUSH2 0x3C7A JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1ECA JUMPI PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x1DF1 JUMPI PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D1A SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1D39 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 0x1D5D SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x1EC9 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E84 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1EA3 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 0x1EC7 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1EFC SWAP2 SWAP1 PUSH2 0x3B0F JUMP JUMPDEST PUSH2 0x1F06 SWAP2 SWAP1 PUSH2 0x3B80 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1F2F SWAP2 SWAP1 PUSH2 0x37D8 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP7 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F71 SWAP3 SWAP2 SWAP1 PUSH2 0x36F3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1F90 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 0x1FB4 SWAP2 SWAP1 PUSH2 0x3748 JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH32 0x98ECE21E01A01CBE1D1C0DAD3B053C8FBD368F99BE78BE958FCF1D1D13FD249A DUP10 DUP8 PUSH1 0x40 MLOAD PUSH2 0x1FFE SWAP3 SWAP2 SWAP1 PUSH2 0x3CEB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH1 0x1 SWAP3 POP POP POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x201C PUSH2 0x20C1 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x207C PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x20C9 PUSH2 0x21D3 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x20E7 PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x213D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2134 SWAP1 PUSH2 0x3D60 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2147 PUSH2 0x256C JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x218B PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2198 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x21D0 DUP2 PUSH2 0x25B5 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x224D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2244 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2255 PUSH2 0x267B JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22A6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x229D SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22AE PUSH2 0x26DC JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x22B8 PUSH2 0x2313 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x22FC PUSH2 0x21D3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2309 SWAP2 SWAP1 PUSH2 0x2F2F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x231B PUSH2 0x903 JUMP JUMPDEST ISZERO PUSH2 0x235B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2352 SWAP1 PUSH2 0x3E5E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x23DF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x23D6 SWAP1 PUSH2 0x3ECA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP6 SUB PUSH2 0x2422 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2419 SWAP1 PUSH2 0x3F36 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2491 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2488 SWAP1 PUSH2 0x3FA2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 SHL PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD SLOAD SUB PUSH2 0x24EC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24E3 SWAP1 PUSH2 0x400E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 EQ PUSH2 0x2564 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2563 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x255A SWAP1 PUSH2 0x407A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2574 PUSH2 0x903 JUMP JUMPDEST PUSH2 0x25B3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x25AA SWAP1 PUSH2 0x40E6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26CA JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26C1 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x26DA PUSH2 0x26D5 PUSH2 0x21D3 JUMP JUMPDEST PUSH2 0x21A2 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x272B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2722 SWAP1 PUSH2 0x3DF2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x2769 SWAP2 SWAP1 PUSH2 0x2849 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x286C JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x284A JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2897 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP2 EQ PUSH2 0x28A2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x28B4 DUP2 PUSH2 0x288E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x28D0 JUMPI PUSH2 0x28CF PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x28DE DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x291C DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2938 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x294B PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x295D DUP4 DUP4 PUSH2 0x2922 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2981 DUP3 PUSH2 0x28E7 JUMP JUMPDEST PUSH2 0x298B DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x2996 DUP4 PUSH2 0x2903 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x29C7 JUMPI DUP2 MLOAD PUSH2 0x29AE DUP9 DUP3 PUSH2 0x2951 JUMP JUMPDEST SWAP8 POP PUSH2 0x29B9 DUP4 PUSH2 0x2969 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x299A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x29EE DUP2 DUP5 PUSH2 0x2976 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x2A44 DUP3 PUSH2 0x29FB JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A63 JUMPI PUSH2 0x2A62 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A76 PUSH2 0x2870 JUMP JUMPDEST SWAP1 POP PUSH2 0x2A82 DUP3 DUP3 PUSH2 0x2A3B JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2AA2 JUMPI PUSH2 0x2AA1 PUSH2 0x2A0C JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2AD3 JUMPI PUSH2 0x2AD2 PUSH2 0x2AB8 JUMP JUMPDEST JUMPDEST PUSH2 0x2ADD PUSH1 0x40 PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2AED DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2B01 DUP5 DUP3 DUP6 ADD PUSH2 0x28A5 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2B20 PUSH2 0x2B1B DUP5 PUSH2 0x2A87 JUMP JUMPDEST PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2B43 JUMPI PUSH2 0x2B42 PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B6C JUMPI DUP1 PUSH2 0x2B58 DUP9 DUP3 PUSH2 0x2ABD JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2B45 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B8B JUMPI PUSH2 0x2B8A PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B9B DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2B0D JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2BBB JUMPI PUSH2 0x2BBA PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2BC9 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BEA JUMPI PUSH2 0x2BE9 PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x2BF6 DUP6 DUP3 DUP7 ADD PUSH2 0x2B76 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2C2B DUP3 PUSH2 0x2C00 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C3B DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP2 EQ PUSH2 0x2C46 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2C58 DUP2 PUSH2 0x2C32 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C75 JUMPI PUSH2 0x2C74 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2C83 DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2C94 DUP6 DUP3 DUP7 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CBB DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP2 EQ PUSH2 0x2CC6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2CD8 DUP2 PUSH2 0x2CB2 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CF4 JUMPI PUSH2 0x2CF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D02 DUP5 DUP3 DUP6 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D20 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2D3B PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2D17 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2D54 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D71 DUP2 PUSH2 0x2D4B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D8E JUMPI PUSH2 0x2D8D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D9C DUP6 DUP3 DUP7 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2DAD DUP6 DUP3 DUP7 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DCD JUMPI PUSH2 0x2DCC PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2DDB DUP5 DUP3 DUP6 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2DED DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2DFC DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2E0B DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2E32 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2E4F PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E62 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E75 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E88 PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2E9B PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2EAE PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2EC1 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2E02 JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2ED4 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2DE4 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2EE9 PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2E29 JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x2EFE PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2DF3 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x2F1A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2E38 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F29 DUP2 PUSH2 0x2C20 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2F44 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F20 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2F53 DUP2 PUSH2 0x2C9E JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F62 DUP2 PUSH2 0x2D41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F7D PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F4A JUMP JUMPDEST PUSH2 0x2F8A PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2FA7 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2FBA PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2FD5 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2FF4 JUMPI PUSH2 0x2FF3 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3002 DUP7 DUP3 DUP8 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x3013 DUP7 DUP3 DUP8 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x3024 DUP7 DUP3 DUP8 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x3037 DUP2 PUSH2 0x2E11 JUMP JUMPDEST DUP2 EQ PUSH2 0x3042 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x3054 DUP2 PUSH2 0x302E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3075 JUMPI PUSH2 0x3074 PUSH2 0x29F6 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3092 JUMPI PUSH2 0x3091 PUSH2 0x305A JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x30AE JUMPI PUSH2 0x30AD PUSH2 0x2AB3 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 DUP11 DUP13 SUB SLT ISZERO PUSH2 0x30D8 JUMPI PUSH2 0x30D7 PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x30E6 DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP10 POP POP PUSH1 0x20 PUSH2 0x30F7 DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x40 PUSH2 0x3108 DUP13 DUP3 DUP14 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x60 PUSH2 0x3119 DUP13 DUP3 DUP14 ADD PUSH2 0x3045 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x80 PUSH2 0x312A DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP6 POP POP PUSH1 0xA0 PUSH2 0x313B DUP13 DUP3 DUP14 ADD PUSH2 0x2D62 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xC0 PUSH2 0x314C DUP13 DUP3 DUP14 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP4 POP POP PUSH1 0xE0 DUP11 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x316D JUMPI PUSH2 0x316C PUSH2 0x287F JUMP JUMPDEST JUMPDEST PUSH2 0x3179 DUP13 DUP3 DUP14 ADD PUSH2 0x305F JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 JUMP JUMPDEST PUSH2 0x3194 DUP2 PUSH2 0x2884 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x31AF PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x318B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x31CF JUMPI PUSH2 0x31CE PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x31DD DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x20 PUSH2 0x31EE DUP8 DUP3 DUP9 ADD PUSH2 0x28A5 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x40 PUSH2 0x31FF DUP8 DUP3 DUP9 ADD PUSH2 0x2C49 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x60 PUSH2 0x3210 DUP8 DUP3 DUP9 ADD PUSH2 0x2CC9 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3295 PUSH2 0x3290 DUP4 PUSH2 0x326B JUMP JUMPDEST PUSH2 0x3278 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32B1 DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32BE PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x32CF DUP2 PUSH2 0x3282 JUMP JUMPDEST PUSH2 0x32DC PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x2913 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x32EF DUP4 DUP4 PUSH2 0x329C JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3313 DUP3 PUSH2 0x324B JUMP JUMPDEST PUSH2 0x331D DUP2 DUP6 PUSH2 0x28F2 JUMP JUMPDEST SWAP4 POP PUSH2 0x3328 DUP4 PUSH2 0x3256 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3358 JUMPI DUP2 PUSH2 0x333F DUP9 DUP3 PUSH2 0x32E3 JUMP JUMPDEST SWAP8 POP PUSH2 0x334A DUP4 PUSH2 0x32FB JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x332C JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x337F DUP2 DUP5 PUSH2 0x3308 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x33CE PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x33D9 DUP3 PUSH2 0x3398 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33FD DUP2 PUSH2 0x33C1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3460 PUSH1 0x25 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x346B DUP3 PUSH2 0x3404 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x348F DUP2 PUSH2 0x3453 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x34F2 PUSH1 0x27 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x34FD DUP3 PUSH2 0x3496 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3521 DUP2 PUSH2 0x34E5 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x353D PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F4A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3579 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3584 DUP3 PUSH2 0x3543 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x35A8 DUP2 PUSH2 0x356C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35E5 PUSH1 0xE DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x35F0 DUP3 PUSH2 0x35AF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3614 DUP2 PUSH2 0x35D8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F72646572526566756E64656400000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3651 PUSH1 0xD DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x365C DUP3 PUSH2 0x361B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3680 DUP2 PUSH2 0x3644 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4665654578636565647350726F746F636F6C4665650000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x36BD PUSH1 0x15 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x36C8 DUP3 PUSH2 0x3687 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x36EC DUP2 PUSH2 0x36B0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3708 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3715 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x3725 DUP2 PUSH2 0x2D0B JUMP JUMPDEST DUP2 EQ PUSH2 0x3730 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x3742 DUP2 PUSH2 0x371C JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x375E JUMPI PUSH2 0x375D PUSH2 0x287A JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x376C DUP5 DUP3 DUP6 ADD PUSH2 0x3733 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x37AF DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37BA DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x37D2 JUMPI PUSH2 0x37D1 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x37E3 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x37EE DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x3806 JUMPI PUSH2 0x3805 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3821 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3883 PUSH1 0x29 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x388E DUP3 PUSH2 0x3827 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x38B2 DUP2 PUSH2 0x3876 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3915 PUSH1 0x2E DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3920 DUP3 PUSH2 0x38B9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3944 DUP2 PUSH2 0x3908 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3987 PUSH2 0x3982 PUSH2 0x397D DUP5 PUSH2 0x394B JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x3955 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3997 DUP2 PUSH2 0x396C JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x39B2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x398E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x39EE PUSH1 0x17 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x39F9 DUP3 PUSH2 0x39B8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A1D DUP2 PUSH2 0x39E1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A5A PUSH1 0x12 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3A65 DUP3 PUSH2 0x3A24 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A89 DUP2 PUSH2 0x3A4D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3AA5 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3AB2 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2F20 JUMP JUMPDEST PUSH2 0x3ABF PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2F59 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3AD2 DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3B04 JUMPI PUSH2 0x3B03 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B1A DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B25 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3B33 DUP2 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3B4A JUMPI PUSH2 0x3B49 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3B8B DUP3 PUSH2 0x2D41 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B96 DUP4 PUSH2 0x2D41 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3BA6 JUMPI PUSH2 0x3BA5 PUSH2 0x3B51 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BCC PUSH2 0x3BC7 PUSH2 0x3BC2 DUP5 PUSH2 0x2E11 JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2D41 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3BDC DUP2 PUSH2 0x3BB1 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BFD DUP4 DUP6 PUSH2 0x3387 JUMP JUMPDEST SWAP4 POP PUSH2 0x3C0A DUP4 DUP6 DUP5 PUSH2 0x3BE2 JUMP JUMPDEST PUSH2 0x3C13 DUP4 PUSH2 0x29FB JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x3C33 PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x2F59 JUMP JUMPDEST PUSH2 0x3C40 PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3C4D PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x3BD3 JUMP JUMPDEST PUSH2 0x3C5A PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x318B JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x3C6D DUP2 DUP5 DUP7 PUSH2 0x3BF1 JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C85 DUP3 PUSH2 0x2E11 JUMP JUMPDEST SWAP2 POP PUSH2 0x3C90 DUP4 PUSH2 0x2E11 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3CB4 JUMPI PUSH2 0x3CB3 PUSH2 0x3775 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CD5 PUSH2 0x3CD0 PUSH2 0x3CCB DUP5 PUSH2 0x2C9E JUMP JUMPDEST PUSH2 0x3962 JUMP JUMPDEST PUSH2 0x2E11 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3CE5 DUP2 PUSH2 0x3CBA JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3D00 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x318B JUMP JUMPDEST PUSH2 0x3D0D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3CDC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D4A PUSH1 0x20 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3D55 DUP3 PUSH2 0x3D14 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D79 DUP2 PUSH2 0x3D3D JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DDC PUSH1 0x2B DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3DE7 DUP3 PUSH2 0x3D80 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E0B DUP2 PUSH2 0x3DCF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3E48 PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3E53 DUP3 PUSH2 0x3E12 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E77 DUP2 PUSH2 0x3E3B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EB4 PUSH1 0x11 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3EBF DUP3 PUSH2 0x3E7E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EE3 DUP2 PUSH2 0x3EA7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F20 PUSH1 0xC DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F2B DUP3 PUSH2 0x3EEA JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F4F DUP2 PUSH2 0x3F13 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F8C PUSH1 0x10 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x3F97 DUP3 PUSH2 0x3F56 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3FBB DUP2 PUSH2 0x3F7F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C6964496E737469747574696F6E436F646500000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3FF8 PUSH1 0x16 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x4003 DUP3 PUSH2 0x3FC2 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4027 DUP2 PUSH2 0x3FEB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4064 PUSH1 0x19 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x406F DUP3 PUSH2 0x402E JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4093 DUP2 PUSH2 0x4057 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x40D0 PUSH1 0x14 DUP4 PUSH2 0x3387 JUMP JUMPDEST SWAP2 POP PUSH2 0x40DB DUP3 PUSH2 0x409A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x40FF DUP2 PUSH2 0x40C3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 INVALID 0xE3 0x29 0x4C 0x2F PUSH10 0x793B2E26BB4E5F221157 0xC1 0xCD PUSH12 0xC38F3EB8791E7A14BFDC0707 PUSH30 0x64736F6C6343000812003300000000000000000000000000000000000000 ","sourceMap":"451:7637:10:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7767:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2323:539:11;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1482:56:10;;;:::i;:::-;;3394:551:11;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1879:84:3;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2085:101:1;;;:::i;:::-;;6020:926:10;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7335:142;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7179:107;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2031:212:0;;;:::i;:::-;;856:114:10;;;:::i;:::-;;1386:52;;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7977:109:10;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;7539:171;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:11;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1770:1435:10;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4486:1495:10;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7767:164:10;7848:34;7895:21;:32;7917:9;7895:32;;;;;;;;;;;7888:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7767:164;;;:::o;2323:539:11:-;1355:13:1;:11;:13::i;:::-;2461:21:11::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;1482:56:10:-;1355:13:1;:11;:13::i;:::-;1524:10:10::1;:8;:10::i;:::-;1482:56::o:0;3394:551:11:-;1355:13:1;:11;:13::i;:::-;3502:1:11::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:1;:11;:13::i;:::-;3094:19:11::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;1879:84:3:-;1926:4;1949:7;;;;;;;;;;;1942:14;;1879:84;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;6020:926:10:-;6101:4;1105:18;;;;;;;;;;;1091:32;;:10;:32;;;1083:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;6171:5:::1;:15;6177:8;6171:15;;;;;;;;;;;:27;;;;;;;;;;;;6170:28;6162:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;6230:5;:15;6236:8;6230:15;;;;;;;;;;;:26;;;;;;;;;;;;6229:27;6221:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;6317:4;6286:5;:15;6292:8;6286:15;;;;;;;;;;;:27;;;:35;;6278:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;6400:5;:15;6406:8;6400:15;;;;;;;;;;;:21;;;;;;;;;;;;6393:38;;;6432:15;;;;;;;;;;;6449:4;6393:61;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6512:4;6483:5;:15;6489:8;6483:15;;;;;;;;;;;:26;;;:33;;;;;;;;;;;;;;;;;;6549:1;6520:5;:15;6526:8;6520:15;;;;;;;;;;;:26;;;:30;;;;;;;;;;;;;;;;;;6589:20;6667:4;6637:5;:15;6643:8;6637:15;;;;;;;;;;;:27;;;6612:5;:15;6618:8;6612:15;;;;;;;;;;;:22;;;:52;;;;:::i;:::-;:59;;;;:::i;:::-;6589:82;;6748:5;:15;6754:8;6748:15;;;;;;;;;;;:21;;;;;;;;;;;;6741:38;;;6784:5;:15;6790:8;6784:15;;;;;;;;;;;:29;;;;;;;;;;;;6833:5;:15;6839:8;6833:15;;;;;;;;;;;:25;;;6818:12;:40;;;;:::i;:::-;6741:121;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6917:8;6897:29;6911:4;6897:29;;;;;;:::i;:::-;;;;;;;;6938:4;6931:11;;;6020:926:::0;;;;:::o;7335:142::-;7400:4;7443:1;7414:17;:25;7432:6;7414:25;;;;;;;;;;;;;;;;:30;7410:47;;7453:4;7446:11;;;;7410:47;7468:5;7461:12;;7335:142;;;;:::o;7179:107::-;7242:12;;:::i;:::-;7267:5;:15;7273:8;7267:15;;;;;;;;;;;7260:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7179:107;;;:::o;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;856:114:10:-;3279:19:2;3302:13;;;;;;;;;;;3301:14;3279:36;;3347:14;:34;;;;;3380:1;3365:12;;;;;;;;;;:16;;;3347:34;3346:108;;;;3388:44;3426:4;3388:29;:44::i;:::-;3387:45;:66;;;;;3452:1;3436:12;;;;;;;;;;:17;;;3387:66;3346:108;3325:201;;;;;;;;;;;;:::i;:::-;;;;;;;;;3551:1;3536:12;;:16;;;;;;;;;;;;;;;;;;3566:14;3562:65;;;3612:4;3596:13;;:20;;;;;;;;;;;;;;;;;;3562:65;913:7:10::1;903;:17;;;;924:21;:19;:21::i;:::-;949:17;:15;:17::i;:::-;3651:14:2::0;3647:99;;;3697:5;3681:13;;:21;;;;;;;;;;;;;;;;;;3721:14;3733:1;3721:14;;;;;;:::i;:::-;;;;;;;;3647:99;3269:483;856:114:10:o;1386:52::-;1355:13:1;:11;:13::i;:::-;1426:8:10::1;:6;:8::i;:::-;1386:52::o:0;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;7977:109:10:-;8025:6;8033:7;8054:18;;;;;;;;;;;8074:7;;8046:36;;;;7977:109;;:::o;7539:171::-;7621:38;;:::i;:::-;7672:27;:34;7700:5;7672:34;;;;;;;;;;;7665:41;;;;;;;;;;;;;;;;;;;;;;;;;;;7539:171;;;:::o;1773:335:11:-;1355:13:1;:11;:13::i;:::-;1894:1:11::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1770:1435:10:-;2017:15;1503:19:3;:17;:19::i;:::-;2068:114:10::1;2081:6;2092:7;2104:14;2123:19;2147:10;2162:16;2068:8;:114::i;:::-;2250:1;2227:11;;2221:25;;:30:::0;2213:61:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2334:6;2327:27;;;2355:10;2375:4;2392:10;2382:7;:20;;;;:::i;:::-;2327:76;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;2458:6;:18;2465:10;2458:18;;;;;;;;;;;;;;;;:20;;;;;;;;;:::i;:::-;;;;;;2563:10;2575:6;:18;2582:10;2575:18;;;;;;;;;;;;;;;;2552:42;;;;;;;;;:::i;:::-;;;;;;;;;;;;;2542:53;;;;;;2532:63;;2624:20;2680:7;;2658:18;;;;;;;;;;;2648:28;;:7;:28;;;;:::i;:::-;2647:40;;;;:::i;:::-;2624:63;;2708:298;;;;;;;;2727:10;2708:298;;;;;;2749:6;2708:298;;;;;;2780:19;2708:298;;;;;;2815:10;2708:298;;;;2843:12;2708:298;;;;2873:5;2708:298;;;;;;2895:5;2708:298;;;;;;2920:14;2708:298;;;;;;2958:7;;2708:298;;;;;;;;2989:12;2979:7;:22;;;;:::i;:::-;2708:298;;::::0;2691:5:::1;:14;2697:7;2691:14;;;;;;;;;;;:315;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3100:5;:14;3106:7;3100:14;;;;;;;;;;;:21;;;3089:6;3046:155;;3063:5;:14;3069:7;3063:14;;;;;;;;;;;:21;;;;;;;;;;;;3046:155;;;3126:12;3143:7;3155:5;3165:16;3186:11;;3046:155;;;;;;;;;;;:::i;:::-;;;;;;;;2034:1171;1770:1435:::0;;;;;;;;;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;4486:1495:10:-;4638:4;1105:18;;;;;;;;;;;1091:32;;:10;:32;;;1083:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;4708:5:::1;:15;4714:8;4708:15;;;;;;;;;;;:27;;;;;;;;;;;;4707:28;4699:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;4767:5;:15;4773:8;4767:15;;;;;;;;;;;:26;;;;;;;;;;;;4766:27;4758:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;4848:13;4864:5;:15;4870:8;4864:15;;;;;;;;;;;:21;;;;;;;;;;;;4848:37;;4982:14;4952:44;;:5;:15;4958:8;4952:15;;;;;;;;;;;:26;;;:44;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;5035:1;5005:5;:15;5011:8;5005:15;;;;;;;;;;;:26;;;;;;;;;;;;:31;;::::0;5001:604:::1;;5118:4;5088:5;:15;5094:8;5088:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;5161:1;5132:5;:15;5138:8;5132:15;;;;;;;;;;;:25;;;:30;5128:321;;5204:5;:15;5210:8;5204:15;;;;;;;;;;;:21;;;;;;;;;;;;5197:38;;;5242:5;:15;5248:8;5242:15;;;;;;;;;;;:34;;;;;;;;;;;;5283:5;:15;5289:8;5283:15;;;;;;;;;;;:25;;;5197:117;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5412:5;:15;5418:8;5412:15;;;;;;;;;;;:25;;;5371:5;:15;5377:8;5371:15;;;;;;;;;;;:34;;;;;;;;;;;;5344:99;;;;;;;;;;;;5128:321;5489:1;5458:5;:15;5464:8;5458:15;;;;;;;;;;;:27;;;:32;5454:147;;5534:5;5527:22;;;5550:15;;;;;;;;;;;5567:5;:15;5573:8;5567:15;;;;;;;;;;;:27;;;5527:68;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5454:147;5001:604;5645:31;5723:7;;5705:14;5680:39;;:5;:15;5686:8;5680:15;;;;;;;;;;;:22;;;:39;;;;:::i;:::-;5679:51;;;;:::i;:::-;5645:85;;5760:23;5734:5;:15;5740:8;5734:15;;;;;;;;;;;:22;;;:49;;;;;;;:::i;:::-;;;;;;;;5794:5;5787:22;;;5810:18;5830:23;5787:67;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5926:18;5888:73;;5916:8;5888:73;5901:13;5946:14;5888:73;;;;;;;:::i;:::-;;;;;;;;5973:4;5966:11;;;;4486:1495:::0;;;;;;:::o;1436:178:0:-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;2697:117:3:-;1750:16;:14;:16::i;:::-;2765:5:::1;2755:7;;:15;;;;;;;;;;;;;;;;;;2785:22;2794:12;:10;:12::i;:::-;2785:22;;;;;;:::i;:::-;;;;;;;;2697:117::o:0;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:5:-;939:7;965:10;958:17;;886:96;:::o;1423:320:4:-;1483:4;1735:1;1713:7;:19;;;:23;1706:30;;1423:320;;;:::o;889:100:0:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;956:26:0::1;:24;:26::i;:::-;889:100::o:0;1084:97:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1147:27:3::1;:25;:27::i;:::-;1084:97::o:0;2450:115::-;1503:19;:17;:19::i;:::-;2519:4:::1;2509:7;;:14;;;;;;;;;;;;;;;;;;2538:20;2545:12;:10;:12::i;:::-;2538:20;;;;;;:::i;:::-;;;;;;;;2450:115::o:0;2031:106::-;2101:8;:6;:8::i;:::-;2100:9;2092:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;2031:106::o;3681:568:10:-;3901:1;3872:17;:25;3890:6;3872:25;;;;;;;;;;;;;;;;:30;3864:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;3947:1;3936:7;:12;3928:37;;;;;;;;;;;;:::i;:::-;;;;;;;;;4003:1;3977:28;;:14;:28;;;3969:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;4104:1;4096:10;;4042:27;:45;4070:16;4042:45;;;;;;;;;;;:50;;;:64;4030:109;;;;;;;;;;;;:::i;:::-;;;;;;;;;4162:1;4148:10;:15;4144:102;;4209:1;4178:33;;:19;:33;;;4170:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;4144:102;3681:568;;;;;;:::o;2209:106:3:-;2275:8;:6;:8::i;:::-;2267:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;2209:106::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;1125:111::-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1197:32:1::1;1216:12;:10;:12::i;:::-;1197:18;:32::i;:::-;1125:111::o:0;1187:95:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1270:5:3::1;1260:7;;:15;;;;;;;;;;;;;;;;;;1187:95::o:0;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:15:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:329::-;749:6;798:2;786:9;777:7;773:23;769:32;766:119;;;804:79;;:::i;:::-;766:119;924:1;949:53;994:7;985:6;974:9;970:22;949:53;:::i;:::-;939:63;;895:117;690:329;;;;:::o;1025:143::-;1121:6;1155:5;1149:12;1139:22;;1025:143;;;:::o;1174:213::-;1302:11;1336:6;1331:3;1324:19;1376:4;1371:3;1367:14;1352:29;;1174:213;;;;:::o;1393:161::-;1489:4;1512:3;1504:11;;1542:4;1537:3;1533:14;1525:22;;1393:161;;;:::o;1560:108::-;1637:24;1655:5;1637:24;:::i;:::-;1632:3;1625:37;1560:108;;:::o;1750:505::-;1895:4;1890:3;1886:14;1982:4;1975:5;1971:16;1965:23;2001:63;2058:4;2053:3;2049:14;2035:12;2001:63;:::i;:::-;1910:164;2156:4;2149:5;2145:16;2139:23;2175:63;2232:4;2227:3;2223:14;2209:12;2175:63;:::i;:::-;2084:164;1864:391;1750:505;;:::o;2261:295::-;2388:10;2409:104;2509:3;2501:6;2409:104;:::i;:::-;2545:4;2540:3;2536:14;2522:28;;2261:295;;;;:::o;2562:142::-;2661:4;2693;2688:3;2684:14;2676:22;;2562:142;;;:::o;2790:964::-;2967:3;2996:83;3073:5;2996:83;:::i;:::-;3095:115;3203:6;3198:3;3095:115;:::i;:::-;3088:122;;3234:85;3313:5;3234:85;:::i;:::-;3342:7;3373:1;3358:371;3383:6;3380:1;3377:13;3358:371;;;3459:6;3453:13;3486:121;3603:3;3588:13;3486:121;:::i;:::-;3479:128;;3630:89;3712:6;3630:89;:::i;:::-;3620:99;;3418:311;3405:1;3402;3398:9;3393:14;;3358:371;;;3362:14;3745:3;3738:10;;2972:782;;;2790:964;;;;:::o;3760:489::-;3961:4;3999:2;3988:9;3984:18;3976:26;;4048:9;4042:4;4038:20;4034:1;4023:9;4019:17;4012:47;4076:166;4237:4;4228:6;4076:166;:::i;:::-;4068:174;;3760:489;;;;:::o;4255:117::-;4364:1;4361;4354:12;4378:102;4419:6;4470:2;4466:7;4461:2;4454:5;4450:14;4446:28;4436:38;;4378:102;;;:::o;4486:180::-;4534:77;4531:1;4524:88;4631:4;4628:1;4621:15;4655:4;4652:1;4645:15;4672:281;4755:27;4777:4;4755:27;:::i;:::-;4747:6;4743:40;4885:6;4873:10;4870:22;4849:18;4837:10;4834:34;4831:62;4828:88;;;4896:18;;:::i;:::-;4828:88;4936:10;4932:2;4925:22;4715:238;4672:281;;:::o;4959:129::-;4993:6;5020:20;;:::i;:::-;5010:30;;5049:33;5077:4;5069:6;5049:33;:::i;:::-;4959:129;;;:::o;5094:340::-;5200:4;5290:18;5282:6;5279:30;5276:56;;;5312:18;;:::i;:::-;5276:56;5362:4;5354:6;5350:17;5342:25;;5422:4;5416;5412:15;5404:23;;5094:340;;;:::o;5440:117::-;5549:1;5546;5539:12;5563:117;5672:1;5669;5662:12;5849:578;5927:5;5971:4;5959:9;5954:3;5950:19;5946:30;5943:117;;;5979:79;;:::i;:::-;5943:117;6078:21;6094:4;6078:21;:::i;:::-;6069:30;;6158:1;6198:49;6243:3;6234:6;6223:9;6219:22;6198:49;:::i;:::-;6191:4;6184:5;6180:16;6173:75;6109:150;6318:2;6359:49;6404:3;6395:6;6384:9;6380:22;6359:49;:::i;:::-;6352:4;6345:5;6341:16;6334:75;6269:151;5849:578;;;;:::o;6475:797::-;6600:5;6625:110;6641:93;6727:6;6641:93;:::i;:::-;6625:110;:::i;:::-;6616:119;;6755:5;6784:6;6777:5;6770:21;6818:4;6811:5;6807:16;6800:23;;6871:4;6863:6;6859:17;6851:6;6847:30;6900:3;6892:6;6889:15;6886:122;;;6919:79;;:::i;:::-;6886:122;7034:6;7017:249;7051:6;7046:3;7043:15;7017:249;;;7126:3;7155:66;7217:3;7205:10;7155:66;:::i;:::-;7150:3;7143:79;7251:4;7246:3;7242:14;7235:21;;7093:173;7077:4;7072:3;7068:14;7061:21;;7017:249;;;7021:21;6606:666;;6475:797;;;;;:::o;7320:428::-;7420:5;7469:3;7462:4;7454:6;7450:17;7446:27;7436:122;;7477:79;;:::i;:::-;7436:122;7594:6;7581:20;7619:123;7738:3;7730:6;7723:4;7715:6;7711:17;7619:123;:::i;:::-;7610:132;;7426:322;7320:428;;;;:::o;7754:742::-;7876:6;7884;7933:2;7921:9;7912:7;7908:23;7904:32;7901:119;;;7939:79;;:::i;:::-;7901:119;8059:1;8084:53;8129:7;8120:6;8109:9;8105:22;8084:53;:::i;:::-;8074:63;;8030:117;8214:2;8203:9;8199:18;8186:32;8245:18;8237:6;8234:30;8231:117;;;8267:79;;:::i;:::-;8231:117;8372:107;8471:7;8462:6;8451:9;8447:22;8372:107;:::i;:::-;8362:117;;8157:332;7754:742;;;;;:::o;8502:126::-;8539:7;8579:42;8572:5;8568:54;8557:65;;8502:126;;;:::o;8634:96::-;8671:7;8700:24;8718:5;8700:24;:::i;:::-;8689:35;;8634:96;;;:::o;8736:122::-;8809:24;8827:5;8809:24;:::i;:::-;8802:5;8799:35;8789:63;;8848:1;8845;8838:12;8789:63;8736:122;:::o;8864:139::-;8910:5;8948:6;8935:20;8926:29;;8964:33;8991:5;8964:33;:::i;:::-;8864:139;;;;:::o;9009:474::-;9077:6;9085;9134:2;9122:9;9113:7;9109:23;9105:32;9102:119;;;9140:79;;:::i;:::-;9102:119;9260:1;9285:53;9330:7;9321:6;9310:9;9306:22;9285:53;:::i;:::-;9275:63;;9231:117;9387:2;9413:53;9458:7;9449:6;9438:9;9434:22;9413:53;:::i;:::-;9403:63;;9358:118;9009:474;;;;;:::o;9489:101::-;9525:7;9565:18;9558:5;9554:30;9543:41;;9489:101;;;:::o;9596:120::-;9668:23;9685:5;9668:23;:::i;:::-;9661:5;9658:34;9648:62;;9706:1;9703;9696:12;9648:62;9596:120;:::o;9722:137::-;9767:5;9805:6;9792:20;9783:29;;9821:32;9847:5;9821:32;:::i;:::-;9722:137;;;;:::o;9865:327::-;9923:6;9972:2;9960:9;9951:7;9947:23;9943:32;9940:119;;;9978:79;;:::i;:::-;9940:119;10098:1;10123:52;10167:7;10158:6;10147:9;10143:22;10123:52;:::i;:::-;10113:62;;10069:116;9865:327;;;;:::o;10198:90::-;10232:7;10275:5;10268:13;10261:21;10250:32;;10198:90;;;:::o;10294:109::-;10375:21;10390:5;10375:21;:::i;:::-;10370:3;10363:34;10294:109;;:::o;10409:210::-;10496:4;10534:2;10523:9;10519:18;10511:26;;10547:65;10609:1;10598:9;10594:17;10585:6;10547:65;:::i;:::-;10409:210;;;;:::o;10625:77::-;10662:7;10691:5;10680:16;;10625:77;;;:::o;10708:122::-;10781:24;10799:5;10781:24;:::i;:::-;10774:5;10771:35;10761:63;;10820:1;10817;10810:12;10761:63;10708:122;:::o;10836:139::-;10882:5;10920:6;10907:20;10898:29;;10936:33;10963:5;10936:33;:::i;:::-;10836:139;;;;:::o;10981:474::-;11049:6;11057;11106:2;11094:9;11085:7;11081:23;11077:32;11074:119;;;11112:79;;:::i;:::-;11074:119;11232:1;11257:53;11302:7;11293:6;11282:9;11278:22;11257:53;:::i;:::-;11247:63;;11203:117;11359:2;11385:53;11430:7;11421:6;11410:9;11406:22;11385:53;:::i;:::-;11375:63;;11330:118;10981:474;;;;;:::o;11461:329::-;11520:6;11569:2;11557:9;11548:7;11544:23;11540:32;11537:119;;;11575:79;;:::i;:::-;11537:119;11695:1;11720:53;11765:7;11756:6;11745:9;11741:22;11720:53;:::i;:::-;11710:63;;11666:117;11461:329;;;;:::o;11796:108::-;11873:24;11891:5;11873:24;:::i;:::-;11868:3;11861:37;11796:108;;:::o;11910:::-;11987:24;12005:5;11987:24;:::i;:::-;11982:3;11975:37;11910:108;;:::o;12024:99::-;12095:21;12110:5;12095:21;:::i;:::-;12090:3;12083:34;12024:99;;:::o;12129:109::-;12165:7;12205:26;12198:5;12194:38;12183:49;;12129:109;;;:::o;12244:105::-;12319:23;12336:5;12319:23;:::i;:::-;12314:3;12307:36;12244:105;;:::o;12409:1950::-;12552:6;12547:3;12543:16;12643:4;12636:5;12632:16;12626:23;12662:63;12719:4;12714:3;12710:14;12696:12;12662:63;:::i;:::-;12569:166;12818:4;12811:5;12807:16;12801:23;12837:63;12894:4;12889:3;12885:14;12871:12;12837:63;:::i;:::-;12745:165;13006:4;12999:5;12995:16;12989:23;13025:63;13082:4;13077:3;13073:14;13059:12;13025:63;:::i;:::-;12920:178;13185:4;13178:5;13174:16;13168:23;13204:63;13261:4;13256:3;13252:14;13238:12;13204:63;:::i;:::-;13108:169;13366:4;13359:5;13355:16;13349:23;13385:63;13442:4;13437:3;13433:14;13419:12;13385:63;:::i;:::-;13287:171;13547:4;13540:5;13536:16;13530:23;13566:57;13617:4;13612:3;13608:14;13594:12;13566:57;:::i;:::-;13468:165;13721:4;13714:5;13710:16;13704:23;13740:57;13791:4;13786:3;13782:14;13768:12;13740:57;:::i;:::-;13643:164;13898:4;13891:5;13887:16;13881:23;13917:63;13974:4;13969:3;13965:14;13951:12;13917:63;:::i;:::-;13817:173;14078:6;14071:5;14067:18;14061:25;14099:63;14154:6;14149:3;14145:16;14131:12;14099:63;:::i;:::-;14000:172;14256:6;14249:5;14245:18;14239:25;14277:65;14334:6;14329:3;14325:16;14311:12;14277:65;:::i;:::-;14182:170;12521:1838;12409:1950;;:::o;14365:315::-;14504:4;14542:3;14531:9;14527:19;14519:27;;14556:117;14670:1;14659:9;14655:17;14646:6;14556:117;:::i;:::-;14365:315;;;;:::o;14686:118::-;14773:24;14791:5;14773:24;:::i;:::-;14768:3;14761:37;14686:118;;:::o;14810:222::-;14903:4;14941:2;14930:9;14926:18;14918:26;;14954:71;15022:1;15011:9;15007:17;14998:6;14954:71;:::i;:::-;14810:222;;;;:::o;15038:115::-;15123:23;15140:5;15123:23;:::i;:::-;15118:3;15111:36;15038:115;;:::o;15159:118::-;15246:24;15264:5;15246:24;:::i;:::-;15241:3;15234:37;15159:118;;:::o;15283:328::-;15402:4;15440:2;15429:9;15425:18;15417:26;;15453:69;15519:1;15508:9;15504:17;15495:6;15453:69;:::i;:::-;15532:72;15600:2;15589:9;15585:18;15576:6;15532:72;:::i;:::-;15283:328;;;;;:::o;15705:531::-;15872:4;15867:3;15863:14;15959:4;15952:5;15948:16;15942:23;15978:63;16035:4;16030:3;16026:14;16012:12;15978:63;:::i;:::-;15887:164;16137:4;16130:5;16126:16;16120:23;16156:63;16213:4;16208:3;16204:14;16190:12;16156:63;:::i;:::-;16061:168;15841:395;15705:531;;:::o;16242:362::-;16405:4;16443:2;16432:9;16428:18;16420:26;;16456:141;16594:1;16583:9;16579:17;16570:6;16456:141;:::i;:::-;16242:362;;;;:::o;16610:619::-;16687:6;16695;16703;16752:2;16740:9;16731:7;16727:23;16723:32;16720:119;;;16758:79;;:::i;:::-;16720:119;16878:1;16903:53;16948:7;16939:6;16928:9;16924:22;16903:53;:::i;:::-;16893:63;;16849:117;17005:2;17031:53;17076:7;17067:6;17056:9;17052:22;17031:53;:::i;:::-;17021:63;;16976:118;17133:2;17159:53;17204:7;17195:6;17184:9;17180:22;17159:53;:::i;:::-;17149:63;;17104:118;16610:619;;;;;:::o;17235:120::-;17307:23;17324:5;17307:23;:::i;:::-;17300:5;17297:34;17287:62;;17345:1;17342;17335:12;17287:62;17235:120;:::o;17361:137::-;17406:5;17444:6;17431:20;17422:29;;17460:32;17486:5;17460:32;:::i;:::-;17361:137;;;;:::o;17504:117::-;17613:1;17610;17603:12;17641:553;17699:8;17709:6;17759:3;17752:4;17744:6;17740:17;17736:27;17726:122;;17767:79;;:::i;:::-;17726:122;17880:6;17867:20;17857:30;;17910:18;17902:6;17899:30;17896:117;;;17932:79;;:::i;:::-;17896:117;18046:4;18038:6;18034:17;18022:29;;18100:3;18092:4;18084:6;18080:17;18070:8;18066:32;18063:41;18060:128;;;18107:79;;:::i;:::-;18060:128;17641:553;;;;;:::o;18200:1547::-;18333:6;18341;18349;18357;18365;18373;18381;18389;18397;18446:3;18434:9;18425:7;18421:23;18417:33;18414:120;;;18453:79;;:::i;:::-;18414:120;18573:1;18598:53;18643:7;18634:6;18623:9;18619:22;18598:53;:::i;:::-;18588:63;;18544:117;18700:2;18726:53;18771:7;18762:6;18751:9;18747:22;18726:53;:::i;:::-;18716:63;;18671:118;18828:2;18854:53;18899:7;18890:6;18879:9;18875:22;18854:53;:::i;:::-;18844:63;;18799:118;18956:2;18982:52;19026:7;19017:6;19006:9;19002:22;18982:52;:::i;:::-;18972:62;;18927:117;19083:3;19110:53;19155:7;19146:6;19135:9;19131:22;19110:53;:::i;:::-;19100:63;;19054:119;19212:3;19239:53;19284:7;19275:6;19264:9;19260:22;19239:53;:::i;:::-;19229:63;;19183:119;19341:3;19368:53;19413:7;19404:6;19393:9;19389:22;19368:53;:::i;:::-;19358:63;;19312:119;19498:3;19487:9;19483:19;19470:33;19530:18;19522:6;19519:30;19516:117;;;19552:79;;:::i;:::-;19516:117;19665:65;19722:7;19713:6;19702:9;19698:22;19665:65;:::i;:::-;19647:83;;;;19441:299;18200:1547;;;;;;;;;;;:::o;19753:118::-;19840:24;19858:5;19840:24;:::i;:::-;19835:3;19828:37;19753:118;;:::o;19877:222::-;19970:4;20008:2;19997:9;19993:18;19985:26;;20021:71;20089:1;20078:9;20074:17;20065:6;20021:71;:::i;:::-;19877:222;;;;:::o;20105:763::-;20190:6;20198;20206;20214;20263:3;20251:9;20242:7;20238:23;20234:33;20231:120;;;20270:79;;:::i;:::-;20231:120;20390:1;20415:53;20460:7;20451:6;20440:9;20436:22;20415:53;:::i;:::-;20405:63;;20361:117;20517:2;20543:53;20588:7;20579:6;20568:9;20564:22;20543:53;:::i;:::-;20533:63;;20488:118;20645:2;20671:53;20716:7;20707:6;20696:9;20692:22;20671:53;:::i;:::-;20661:63;;20616:118;20773:2;20799:52;20843:7;20834:6;20823:9;20819:22;20799:52;:::i;:::-;20789:62;;20744:117;20105:763;;;;;;;:::o;20874:180::-;20922:77;20919:1;20912:88;21019:4;21016:1;21009:15;21043:4;21040:1;21033:15;21060:137;21150:6;21184:5;21178:12;21168:22;;21060:137;;;:::o;21203:182::-;21293:4;21316:3;21308:11;;21339:3;21336:1;21329:14;21373:4;21370:1;21360:18;21352:26;;21203:182;;;:::o;21391:102::-;21433:8;21480:5;21477:1;21473:13;21452:34;;21391:102;;;:::o;21499:90::-;21549:7;21578:5;21567:16;;21499:90;;;:::o;21595:166::-;21664:5;21689:66;21720:34;21743:10;21720:34;:::i;:::-;21689:66;:::i;:::-;21680:75;;21595:166;;;:::o;21843:689::-;21985:4;21980:3;21976:14;22016:1;22091:4;22084:5;22080:16;22074:23;22061:36;;22130:55;22175:9;22130:55;:::i;:::-;22198:63;22255:4;22250:3;22246:14;22232:12;22198:63;:::i;:::-;22027:244;22345:4;22338:5;22334:16;22328:23;22315:36;;22384:55;22429:9;22384:55;:::i;:::-;22452:63;22509:4;22504:3;22500:14;22486:12;22452:63;:::i;:::-;22281:244;21954:578;;21843:689;;:::o;22538:289::-;22662:10;22683:101;22780:3;22772:6;22683:101;:::i;:::-;22816:4;22811:3;22807:14;22793:28;;22538:289;;;;:::o;22833:136::-;22926:4;22958;22953:3;22949:14;22941:22;;22833:136;;;:::o;23055:930::-;23226:3;23255:77;23326:5;23255:77;:::i;:::-;23348:115;23456:6;23451:3;23348:115;:::i;:::-;23341:122;;23487:79;23560:5;23487:79;:::i;:::-;23589:7;23620:1;23605:355;23630:6;23627:1;23624:13;23605:355;;;23700:6;23726:118;23840:3;23825:13;23726:118;:::i;:::-;23719:125;;23867:83;23943:6;23867:83;:::i;:::-;23857:93;;23665:295;23652:1;23649;23645:9;23640:14;;23605:355;;;23609:14;23976:3;23969:10;;23231:754;;;23055:930;;;;:::o;23991:477::-;24186:4;24224:2;24213:9;24209:18;24201:26;;24273:9;24267:4;24263:20;24259:1;24248:9;24244:17;24237:47;24301:160;24456:4;24447:6;24301:160;:::i;:::-;24293:168;;23991:477;;;;:::o;24474:169::-;24558:11;24592:6;24587:3;24580:19;24632:4;24627:3;24623:14;24608:29;;24474:169;;;;:::o;24649:171::-;24789:23;24785:1;24777:6;24773:14;24766:47;24649:171;:::o;24826:366::-;24968:3;24989:67;25053:2;25048:3;24989:67;:::i;:::-;24982:74;;25065:93;25154:3;25065:93;:::i;:::-;25183:2;25178:3;25174:12;25167:19;;24826:366;;;:::o;25198:419::-;25364:4;25402:2;25391:9;25387:18;25379:26;;25451:9;25445:4;25441:20;25437:1;25426:9;25422:17;25415:47;25479:131;25605:4;25479:131;:::i;:::-;25471:139;;25198:419;;;:::o;25623:224::-;25763:34;25759:1;25751:6;25747:14;25740:58;25832:7;25827:2;25819:6;25815:15;25808:32;25623:224;:::o;25853:366::-;25995:3;26016:67;26080:2;26075:3;26016:67;:::i;:::-;26009:74;;26092:93;26181:3;26092:93;:::i;:::-;26210:2;26205:3;26201:12;26194:19;;25853:366;;;:::o;26225:419::-;26391:4;26429:2;26418:9;26414:18;26406:26;;26478:9;26472:4;26468:20;26464:1;26453:9;26449:17;26442:47;26506:131;26632:4;26506:131;:::i;:::-;26498:139;;26225:419;;;:::o;26650:226::-;26790:34;26786:1;26778:6;26774:14;26767:58;26859:9;26854:2;26846:6;26842:15;26835:34;26650:226;:::o;26882:366::-;27024:3;27045:67;27109:2;27104:3;27045:67;:::i;:::-;27038:74;;27121:93;27210:3;27121:93;:::i;:::-;27239:2;27234:3;27230:12;27223:19;;26882:366;;;:::o;27254:419::-;27420:4;27458:2;27447:9;27443:18;27435:26;;27507:9;27501:4;27497:20;27493:1;27482:9;27478:17;27471:47;27535:131;27661:4;27535:131;:::i;:::-;27527:139;;27254:419;;;:::o;27679:218::-;27770:4;27808:2;27797:9;27793:18;27785:26;;27821:69;27887:1;27876:9;27872:17;27863:6;27821:69;:::i;:::-;27679:218;;;;:::o;27903:164::-;28043:16;28039:1;28031:6;28027:14;28020:40;27903:164;:::o;28073:366::-;28215:3;28236:67;28300:2;28295:3;28236:67;:::i;:::-;28229:74;;28312:93;28401:3;28312:93;:::i;:::-;28430:2;28425:3;28421:12;28414:19;;28073:366;;;:::o;28445:419::-;28611:4;28649:2;28638:9;28634:18;28626:26;;28698:9;28692:4;28688:20;28684:1;28673:9;28669:17;28662:47;28726:131;28852:4;28726:131;:::i;:::-;28718:139;;28445:419;;;:::o;28870:164::-;29010:16;29006:1;28998:6;28994:14;28987:40;28870:164;:::o;29040:366::-;29182:3;29203:67;29267:2;29262:3;29203:67;:::i;:::-;29196:74;;29279:93;29368:3;29279:93;:::i;:::-;29397:2;29392:3;29388:12;29381:19;;29040:366;;;:::o;29412:419::-;29578:4;29616:2;29605:9;29601:18;29593:26;;29665:9;29659:4;29655:20;29651:1;29640:9;29636:17;29629:47;29693:131;29819:4;29693:131;:::i;:::-;29685:139;;29412:419;;;:::o;29837:163::-;29977:15;29973:1;29965:6;29961:14;29954:39;29837:163;:::o;30006:366::-;30148:3;30169:67;30233:2;30228:3;30169:67;:::i;:::-;30162:74;;30245:93;30334:3;30245:93;:::i;:::-;30363:2;30358:3;30354:12;30347:19;;30006:366;;;:::o;30378:419::-;30544:4;30582:2;30571:9;30567:18;30559:26;;30631:9;30625:4;30621:20;30617:1;30606:9;30602:17;30595:47;30659:131;30785:4;30659:131;:::i;:::-;30651:139;;30378:419;;;:::o;30803:171::-;30943:23;30939:1;30931:6;30927:14;30920:47;30803:171;:::o;30980:366::-;31122:3;31143:67;31207:2;31202:3;31143:67;:::i;:::-;31136:74;;31219:93;31308:3;31219:93;:::i;:::-;31337:2;31332:3;31328:12;31321:19;;30980:366;;;:::o;31352:419::-;31518:4;31556:2;31545:9;31541:18;31533:26;;31605:9;31599:4;31595:20;31591:1;31580:9;31576:17;31569:47;31633:131;31759:4;31633:131;:::i;:::-;31625:139;;31352:419;;;:::o;31777:332::-;31898:4;31936:2;31925:9;31921:18;31913:26;;31949:71;32017:1;32006:9;32002:17;31993:6;31949:71;:::i;:::-;32030:72;32098:2;32087:9;32083:18;32074:6;32030:72;:::i;:::-;31777:332;;;;;:::o;32115:116::-;32185:21;32200:5;32185:21;:::i;:::-;32178:5;32175:32;32165:60;;32221:1;32218;32211:12;32165:60;32115:116;:::o;32237:137::-;32291:5;32322:6;32316:13;32307:22;;32338:30;32362:5;32338:30;:::i;:::-;32237:137;;;;:::o;32380:345::-;32447:6;32496:2;32484:9;32475:7;32471:23;32467:32;32464:119;;;32502:79;;:::i;:::-;32464:119;32622:1;32647:61;32700:7;32691:6;32680:9;32676:22;32647:61;:::i;:::-;32637:71;;32593:125;32380:345;;;;:::o;32731:180::-;32779:77;32776:1;32769:88;32876:4;32873:1;32866:15;32900:4;32897:1;32890:15;32917:191;32957:3;32976:20;32994:1;32976:20;:::i;:::-;32971:25;;33010:20;33028:1;33010:20;:::i;:::-;33005:25;;33053:1;33050;33046:9;33039:16;;33074:3;33071:1;33068:10;33065:36;;;33081:18;;:::i;:::-;33065:36;32917:191;;;;:::o;33114:194::-;33154:4;33174:20;33192:1;33174:20;:::i;:::-;33169:25;;33208:20;33226:1;33208:20;:::i;:::-;33203:25;;33252:1;33249;33245:9;33237:17;;33276:1;33270:4;33267:11;33264:37;;;33281:18;;:::i;:::-;33264:37;33114:194;;;;:::o;33314:222::-;33407:4;33445:2;33434:9;33430:18;33422:26;;33458:71;33526:1;33515:9;33511:17;33502:6;33458:71;:::i;:::-;33314:222;;;;:::o;33542:228::-;33682:34;33678:1;33670:6;33666:14;33659:58;33751:11;33746:2;33738:6;33734:15;33727:36;33542:228;:::o;33776:366::-;33918:3;33939:67;34003:2;33998:3;33939:67;:::i;:::-;33932:74;;34015:93;34104:3;34015:93;:::i;:::-;34133:2;34128:3;34124:12;34117:19;;33776:366;;;:::o;34148:419::-;34314:4;34352:2;34341:9;34337:18;34329:26;;34401:9;34395:4;34391:20;34387:1;34376:9;34372:17;34365:47;34429:131;34555:4;34429:131;:::i;:::-;34421:139;;34148:419;;;:::o;34573:233::-;34713:34;34709:1;34701:6;34697:14;34690:58;34782:16;34777:2;34769:6;34765:15;34758:41;34573:233;:::o;34812:366::-;34954:3;34975:67;35039:2;35034:3;34975:67;:::i;:::-;34968:74;;35051:93;35140:3;35051:93;:::i;:::-;35169:2;35164:3;35160:12;35153:19;;34812:366;;;:::o;35184:419::-;35350:4;35388:2;35377:9;35373:18;35365:26;;35437:9;35431:4;35427:20;35423:1;35412:9;35408:17;35401:47;35465:131;35591:4;35465:131;:::i;:::-;35457:139;;35184:419;;;:::o;35609:85::-;35654:7;35683:5;35672:16;;35609:85;;;:::o;35700:86::-;35735:7;35775:4;35768:5;35764:16;35753:27;;35700:86;;;:::o;35792:60::-;35820:3;35841:5;35834:12;;35792:60;;;:::o;35858:154::-;35914:9;35947:59;35963:42;35972:32;35998:5;35972:32;:::i;:::-;35963:42;:::i;:::-;35947:59;:::i;:::-;35934:72;;35858:154;;;:::o;36018:143::-;36111:43;36148:5;36111:43;:::i;:::-;36106:3;36099:56;36018:143;;:::o;36167:234::-;36266:4;36304:2;36293:9;36289:18;36281:26;;36317:77;36391:1;36380:9;36376:17;36367:6;36317:77;:::i;:::-;36167:234;;;;:::o;36407:173::-;36547:25;36543:1;36535:6;36531:14;36524:49;36407:173;:::o;36586:366::-;36728:3;36749:67;36813:2;36808:3;36749:67;:::i;:::-;36742:74;;36825:93;36914:3;36825:93;:::i;:::-;36943:2;36938:3;36934:12;36927:19;;36586:366;;;:::o;36958:419::-;37124:4;37162:2;37151:9;37147:18;37139:26;;37211:9;37205:4;37201:20;37197:1;37186:9;37182:17;37175:47;37239:131;37365:4;37239:131;:::i;:::-;37231:139;;36958:419;;;:::o;37383:168::-;37523:20;37519:1;37511:6;37507:14;37500:44;37383:168;:::o;37557:366::-;37699:3;37720:67;37784:2;37779:3;37720:67;:::i;:::-;37713:74;;37796:93;37885:3;37796:93;:::i;:::-;37914:2;37909:3;37905:12;37898:19;;37557:366;;;:::o;37929:419::-;38095:4;38133:2;38122:9;38118:18;38110:26;;38182:9;38176:4;38172:20;38168:1;38157:9;38153:17;38146:47;38210:131;38336:4;38210:131;:::i;:::-;38202:139;;37929:419;;;:::o;38354:442::-;38503:4;38541:2;38530:9;38526:18;38518:26;;38554:71;38622:1;38611:9;38607:17;38598:6;38554:71;:::i;:::-;38635:72;38703:2;38692:9;38688:18;38679:6;38635:72;:::i;:::-;38717;38785:2;38774:9;38770:18;38761:6;38717:72;:::i;:::-;38354:442;;;;;;:::o;38802:233::-;38841:3;38864:24;38882:5;38864:24;:::i;:::-;38855:33;;38910:66;38903:5;38900:77;38897:103;;38980:18;;:::i;:::-;38897:103;39027:1;39020:5;39016:13;39009:20;;38802:233;;;:::o;39041:410::-;39081:7;39104:20;39122:1;39104:20;:::i;:::-;39099:25;;39138:20;39156:1;39138:20;:::i;:::-;39133:25;;39193:1;39190;39186:9;39215:30;39233:11;39215:30;:::i;:::-;39204:41;;39394:1;39385:7;39381:15;39378:1;39375:22;39355:1;39348:9;39328:83;39305:139;;39424:18;;:::i;:::-;39305:139;39089:362;39041:410;;;;:::o;39457:180::-;39505:77;39502:1;39495:88;39602:4;39599:1;39592:15;39626:4;39623:1;39616:15;39643:185;39683:1;39700:20;39718:1;39700:20;:::i;:::-;39695:25;;39734:20;39752:1;39734:20;:::i;:::-;39729:25;;39773:1;39763:35;;39778:18;;:::i;:::-;39763:35;39820:1;39817;39813:9;39808:14;;39643:185;;;;:::o;39834:140::-;39883:9;39916:52;39934:33;39943:23;39960:5;39943:23;:::i;:::-;39934:33;:::i;:::-;39916:52;:::i;:::-;39903:65;;39834:140;;;:::o;39980:129::-;40066:36;40096:5;40066:36;:::i;:::-;40061:3;40054:49;39980:129;;:::o;40115:146::-;40212:6;40207:3;40202;40189:30;40253:1;40244:6;40239:3;40235:16;40228:27;40115:146;;;:::o;40291:317::-;40389:3;40410:71;40474:6;40469:3;40410:71;:::i;:::-;40403:78;;40491:56;40540:6;40535:3;40528:5;40491:56;:::i;:::-;40572:29;40594:6;40572:29;:::i;:::-;40567:3;40563:39;40556:46;;40291:317;;;;;:::o;40614:773::-;40848:4;40886:3;40875:9;40871:19;40863:27;;40900:71;40968:1;40957:9;40953:17;40944:6;40900:71;:::i;:::-;40981:72;41049:2;41038:9;41034:18;41025:6;40981:72;:::i;:::-;41063:71;41130:2;41119:9;41115:18;41106:6;41063:71;:::i;:::-;41144:72;41212:2;41201:9;41197:18;41188:6;41144:72;:::i;:::-;41264:9;41258:4;41254:20;41248:3;41237:9;41233:19;41226:49;41292:88;41375:4;41366:6;41358;41292:88;:::i;:::-;41284:96;;40614:773;;;;;;;;;:::o;41393:216::-;41432:4;41452:19;41469:1;41452:19;:::i;:::-;41447:24;;41485:19;41502:1;41485:19;:::i;:::-;41480:24;;41528:1;41525;41521:9;41513:17;;41552:26;41546:4;41543:36;41540:62;;;41582:18;;:::i;:::-;41540:62;41393:216;;;;:::o;41615:138::-;41663:9;41696:51;41713:33;41722:23;41739:5;41722:23;:::i;:::-;41713:33;:::i;:::-;41696:51;:::i;:::-;41683:64;;41615:138;;;:::o;41759:127::-;41844:35;41873:5;41844:35;:::i;:::-;41839:3;41832:48;41759:127;;:::o;41892:328::-;42011:4;42049:2;42038:9;42034:18;42026:26;;42062:71;42130:1;42119:9;42115:17;42106:6;42062:71;:::i;:::-;42143:70;42209:2;42198:9;42194:18;42185:6;42143:70;:::i;:::-;41892:328;;;;;:::o;42226:182::-;42366:34;42362:1;42354:6;42350:14;42343:58;42226:182;:::o;42414:366::-;42556:3;42577:67;42641:2;42636:3;42577:67;:::i;:::-;42570:74;;42653:93;42742:3;42653:93;:::i;:::-;42771:2;42766:3;42762:12;42755:19;;42414:366;;;:::o;42786:419::-;42952:4;42990:2;42979:9;42975:18;42967:26;;43039:9;43033:4;43029:20;43025:1;43014:9;43010:17;43003:47;43067:131;43193:4;43067:131;:::i;:::-;43059:139;;42786:419;;;:::o;43211:230::-;43351:34;43347:1;43339:6;43335:14;43328:58;43420:13;43415:2;43407:6;43403:15;43396:38;43211:230;:::o;43447:366::-;43589:3;43610:67;43674:2;43669:3;43610:67;:::i;:::-;43603:74;;43686:93;43775:3;43686:93;:::i;:::-;43804:2;43799:3;43795:12;43788:19;;43447:366;;;:::o;43819:419::-;43985:4;44023:2;44012:9;44008:18;44000:26;;44072:9;44066:4;44062:20;44058:1;44047:9;44043:17;44036:47;44100:131;44226:4;44100:131;:::i;:::-;44092:139;;43819:419;;;:::o;44244:166::-;44384:18;44380:1;44372:6;44368:14;44361:42;44244:166;:::o;44416:366::-;44558:3;44579:67;44643:2;44638:3;44579:67;:::i;:::-;44572:74;;44655:93;44744:3;44655:93;:::i;:::-;44773:2;44768:3;44764:12;44757:19;;44416:366;;;:::o;44788:419::-;44954:4;44992:2;44981:9;44977:18;44969:26;;45041:9;45035:4;45031:20;45027:1;45016:9;45012:17;45005:47;45069:131;45195:4;45069:131;:::i;:::-;45061:139;;44788:419;;;:::o;45213:167::-;45353:19;45349:1;45341:6;45337:14;45330:43;45213:167;:::o;45386:366::-;45528:3;45549:67;45613:2;45608:3;45549:67;:::i;:::-;45542:74;;45625:93;45714:3;45625:93;:::i;:::-;45743:2;45738:3;45734:12;45727:19;;45386:366;;;:::o;45758:419::-;45924:4;45962:2;45951:9;45947:18;45939:26;;46011:9;46005:4;46001:20;45997:1;45986:9;45982:17;45975:47;46039:131;46165:4;46039:131;:::i;:::-;46031:139;;45758:419;;;:::o;46183:162::-;46323:14;46319:1;46311:6;46307:14;46300:38;46183:162;:::o;46351:366::-;46493:3;46514:67;46578:2;46573:3;46514:67;:::i;:::-;46507:74;;46590:93;46679:3;46590:93;:::i;:::-;46708:2;46703:3;46699:12;46692:19;;46351:366;;;:::o;46723:419::-;46889:4;46927:2;46916:9;46912:18;46904:26;;46976:9;46970:4;46966:20;46962:1;46951:9;46947:17;46940:47;47004:131;47130:4;47004:131;:::i;:::-;46996:139;;46723:419;;;:::o;47148:166::-;47288:18;47284:1;47276:6;47272:14;47265:42;47148:166;:::o;47320:366::-;47462:3;47483:67;47547:2;47542:3;47483:67;:::i;:::-;47476:74;;47559:93;47648:3;47559:93;:::i;:::-;47677:2;47672:3;47668:12;47661:19;;47320:366;;;:::o;47692:419::-;47858:4;47896:2;47885:9;47881:18;47873:26;;47945:9;47939:4;47935:20;47931:1;47920:9;47916:17;47909:47;47973:131;48099:4;47973:131;:::i;:::-;47965:139;;47692:419;;;:::o;48117:172::-;48257:24;48253:1;48245:6;48241:14;48234:48;48117:172;:::o;48295:366::-;48437:3;48458:67;48522:2;48517:3;48458:67;:::i;:::-;48451:74;;48534:93;48623:3;48534:93;:::i;:::-;48652:2;48647:3;48643:12;48636:19;;48295:366;;;:::o;48667:419::-;48833:4;48871:2;48860:9;48856:18;48848:26;;48920:9;48914:4;48910:20;48906:1;48895:9;48891:17;48884:47;48948:131;49074:4;48948:131;:::i;:::-;48940:139;;48667:419;;;:::o;49092:175::-;49232:27;49228:1;49220:6;49216:14;49209:51;49092:175;:::o;49273:366::-;49415:3;49436:67;49500:2;49495:3;49436:67;:::i;:::-;49429:74;;49512:93;49601:3;49512:93;:::i;:::-;49630:2;49625:3;49621:12;49614:19;;49273:366;;;:::o;49645:419::-;49811:4;49849:2;49838:9;49834:18;49826:26;;49898:9;49892:4;49888:20;49884:1;49873:9;49869:17;49862:47;49926:131;50052:4;49926:131;:::i;:::-;49918:139;;49645:419;;;:::o;50070:170::-;50210:22;50206:1;50198:6;50194:14;50187:46;50070:170;:::o;50246:366::-;50388:3;50409:67;50473:2;50468:3;50409:67;:::i;:::-;50402:74;;50485:93;50574:3;50485:93;:::i;:::-;50603:2;50598:3;50594:12;50587:19;;50246:366;;;:::o;50618:419::-;50784:4;50822:2;50811:9;50807:18;50799:26;;50871:9;50865:4;50861:20;50857:1;50846:9;50842:17;50835:47;50899:131;51025:4;50899:131;:::i;:::-;50891:139;;50618:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"3340000","executionCost":"infinite","totalCost":"infinite"},"external":{"acceptOwnership()":"54681","createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"infinite","getFeeDetails()":"4804","getOrderInfo(bytes32)":"infinite","getSupportedInstitutionByCode(bytes32)":"infinite","getSupportedInstitutions(bytes32)":"infinite","initialize()":"191278","isTokenSupported(address)":"2970","owner()":"2611","pause()":"infinite","paused()":"2502","pendingOwner()":"2610","refund(uint256,bytes32)":"infinite","renounceOwnership()":"54714","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","settle(bytes32,bytes32,address,uint64)":"infinite","transferOwnership(address)":"infinite","unpause()":"infinite","updateProtocolAddress(bytes32,address)":"31161","updateProtocolFee(uint64)":"infinite"},"internal":{"_handler(address,uint256,address,address,uint256,bytes32)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"d12ff20a","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","initialize()":"8129fc1c","isTokenSupported(address)":"75151b63","owner()":"8da5cb5b","pause()":"8456cb59","paused()":"5c975abb","pendingOwner()":"e30c3978","refund(uint256,bytes32)":"71eedb88","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","settle(bytes32,bytes32,address,uint64)":"f22ee704","transferOwnership(address)":"f2fde38b","unpause()":"3f4ba83a","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolFee(uint64)":"47094e2e"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"isRefunded\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IGateway.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"sender\":\"The address of the sender.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"See {createOrder-IGateway}. \"},\"getFeeDetails()\":{\"details\":\"See {getFeeDetails-IGateway}. \"},\"getOrderInfo(bytes32)\":{\"details\":\"See {getOrderInfo-IGateway}. \"},\"getSupportedInstitutionByCode(bytes32)\":{\"details\":\"See {getSupportedInstitutionByCode-IGateway}. \"},\"getSupportedInstitutions(bytes32)\":{\"details\":\"See {getSupportedInstitutions-IGateway}. \"},\"initialize()\":{\"details\":\"Initialize function.\"},\"isTokenSupported(address)\":{\"details\":\"See {isTokenSupported-IGateway}. \"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pause()\":{\"details\":\"Pause the contract.\"},\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"refund(uint256,bytes32)\":{\"details\":\"See {refund-IGateway}. \"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"settle(bytes32,bytes32,address,uint64)\":{\"details\":\"See {settle-IGateway}. \"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"unpause()\":{\"details\":\"Unpause the contract.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolFee(uint64)\":{\"details\":\"Updates the protocol fee percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fee percentage to be set.\"}}},\"title\":\"Gateway\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"This contract serves as a gateway for creating orders and managing settlements.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Gateway.sol\":\"Gateway\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/Gateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\\n\\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\n/**\\n * @title Gateway\\n * @notice This contract serves as a gateway for creating orders and managing settlements.\\n */\\ncontract Gateway is IGateway, GatewaySettingManager, PausableUpgradeable {\\n\\tstruct fee {\\n\\t\\tuint256 protocolFee;\\n\\t\\tuint256 liquidityProviderAmount;\\n\\t}\\n\\n\\tmapping(bytes32 => Order) private order;\\n\\tmapping(address => uint256) private _nonce;\\n\\tuint256[50] private __gap;\\n\\n\\t/// @custom:oz-upgrades-unsafe-allow constructor\\n\\tconstructor() {\\n\\t\\t_disableInitializers();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Initialize function.\\n\\t */\\n\\tfunction initialize() external initializer {\\n\\t\\tMAX_BPS = 100_000;\\n\\t\\t__Ownable2Step_init();\\n\\t\\t__Pausable_init();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Modifier that allows only the aggregator to call a function.\\n\\t */\\n\\tmodifier onlyAggregator() {\\n\\t\\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\\n\\t\\t_;\\n\\t}\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Pause the contract.\\n\\t */\\n\\tfunction pause() external onlyOwner {\\n\\t\\t_pause();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Unpause the contract.\\n\\t */\\n\\tfunction unpause() external onlyOwner {\\n\\t\\t_unpause();\\n\\t}\\n\\n\\t/* ##################################################################\\n USER CALLS\\n ################################################################## */\\n\\t/** @dev See {createOrder-IGateway}. */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external whenNotPaused returns (bytes32 orderId) {\\n\\t\\t// checks that are required\\n\\t\\t_handler(\\n\\t\\t\\t_token,\\n\\t\\t\\t_amount,\\n\\t\\t\\t_refundAddress,\\n\\t\\t\\t_senderFeeRecipient,\\n\\t\\t\\t_senderFee,\\n\\t\\t\\t_institutionCode\\n\\t\\t);\\n\\n\\t\\t// validate messageHash\\n\\t\\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\\n\\n\\t\\t// transfer token from msg.sender to contract\\n\\t\\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\\n\\n\\t\\t// increase users nonce to avoid replay attacks\\n\\t\\t_nonce[msg.sender]++;\\n\\n\\t\\t// generate transaction id for the transaction\\n\\t\\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\\n\\n\\t\\t// update transaction\\n\\t\\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\\n\\t\\torder[orderId] = Order({\\n\\t\\t\\tsender: msg.sender,\\n\\t\\t\\ttoken: _token,\\n\\t\\t\\tsenderFeeRecipient: _senderFeeRecipient,\\n\\t\\t\\tsenderFee: _senderFee,\\n\\t\\t\\tprotocolFee: _protocolFee,\\n\\t\\t\\tisFulfilled: false,\\n\\t\\t\\tisRefunded: false,\\n\\t\\t\\trefundAddress: _refundAddress,\\n\\t\\t\\tcurrentBPS: uint64(MAX_BPS),\\n\\t\\t\\tamount: _amount - _protocolFee\\n\\t\\t});\\n\\n\\t\\t// emit order created event\\n\\t\\temit OrderCreated(\\n\\t\\t\\torder[orderId].sender,\\n\\t\\t\\t_token,\\n\\t\\t\\torder[orderId].amount,\\n\\t\\t\\t_protocolFee,\\n\\t\\t\\torderId,\\n\\t\\t\\t_rate,\\n\\t\\t\\t_institutionCode,\\n\\t\\t\\tmessageHash\\n\\t\\t);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Internal function to handle order creation.\\n\\t * @param _token The address of the token being traded.\\n\\t * @param _amount The amount of tokens being traded.\\n\\t * @param _refundAddress The address to refund the tokens in case of cancellation.\\n\\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\\n\\t * @param _senderFee The amount of the sender fee.\\n\\t * @param _institutionCode The code of the institution associated with the order.\\n\\t */\\n\\tfunction _handler(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\taddress _refundAddress,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\tbytes32 _institutionCode\\n\\t) internal view {\\n\\t\\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\\n\\t\\trequire(_amount != 0, 'AmountIsZero');\\n\\t\\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\\n\\t\\trequire(\\n\\t\\t\\tsupportedInstitutionsByCode[_institutionCode].name != bytes32(0),\\n\\t\\t\\t'InvalidInstitutionCode'\\n\\t\\t);\\n\\n\\t\\tif (_senderFee != 0) {\\n\\t\\t\\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\\n\\t\\t}\\n\\t}\\n\\n\\t/* ##################################################################\\n AGGREGATOR FUNCTIONS\\n ################################################################## */\\n\\t/** @dev See {settle-IGateway}. */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external onlyAggregator returns (bool) {\\n\\t\\t// ensure the transaction has not been fulfilled\\n\\t\\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\\n\\t\\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\\n\\n\\t\\t// load the token into memory\\n\\t\\taddress token = order[_orderId].token;\\n\\n\\t\\t// subtract sum of amount based on the input _settlePercent\\n\\t\\torder[_orderId].currentBPS -= _settlePercent;\\n\\n\\t\\tif (order[_orderId].currentBPS == 0) {\\n\\t\\t\\t// update the transaction to be fulfilled\\n\\t\\t\\torder[_orderId].isFulfilled = true;\\n\\n\\t\\t\\tif (order[_orderId].senderFee != 0) {\\n\\t\\t\\t\\t// transfer sender fee\\n\\t\\t\\t\\tIERC20(order[_orderId].token).transfer(\\n\\t\\t\\t\\t\\torder[_orderId].senderFeeRecipient,\\n\\t\\t\\t\\t\\torder[_orderId].senderFee\\n\\t\\t\\t\\t);\\n\\n\\t\\t\\t\\t// emit event\\n\\t\\t\\t\\temit SenderFeeTransferred(\\n\\t\\t\\t\\t\\torder[_orderId].senderFeeRecipient,\\n\\t\\t\\t\\t\\torder[_orderId].senderFee\\n\\t\\t\\t\\t);\\n\\t\\t\\t}\\n\\n\\t\\t\\tif (order[_orderId].protocolFee != 0) {\\n\\t\\t\\t\\t// transfer protocol fee\\n\\t\\t\\t\\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// transfer to liquidity provider\\n\\t\\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\\n\\t\\torder[_orderId].amount -= liquidityProviderAmount;\\n\\t\\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\\n\\n\\t\\t// emit settled event\\n\\t\\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\\n\\n\\t\\treturn true;\\n\\t}\\n\\n\\t/** @dev See {refund-IGateway}. */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\\n\\t\\t// ensure the transaction has not been fulfilled\\n\\t\\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\\n\\t\\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\\n\\t\\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\\n\\n\\t\\t// transfer refund fee to the treasury\\n\\t\\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\\n\\n\\t\\t// reset state values\\n\\t\\torder[_orderId].isRefunded = true;\\n\\t\\torder[_orderId].currentBPS = 0;\\n\\n\\t\\t// deduct fee from order amount\\n\\t\\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\\n\\n\\t\\t// transfer refund amount and sender fee to the refund address\\n\\t\\tIERC20(order[_orderId].token).transfer(\\n\\t\\t\\torder[_orderId].refundAddress,\\n\\t\\t\\trefundAmount + order[_orderId].senderFee\\n\\t\\t);\\n\\n\\t\\t// emit refunded event\\n\\t\\temit OrderRefunded(_fee, _orderId);\\n\\n\\t\\treturn true;\\n\\t}\\n\\n\\t/* ##################################################################\\n VIEW CALLS\\n ################################################################## */\\n\\t/** @dev See {getOrderInfo-IGateway}. */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\\n\\t\\treturn order[_orderId];\\n\\t}\\n\\n\\t/** @dev See {isTokenSupported-IGateway}. */\\n\\tfunction isTokenSupported(address _token) external view returns (bool) {\\n\\t\\tif (_isTokenSupported[_token] == 1) return true;\\n\\t\\treturn false;\\n\\t}\\n\\n\\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory) {\\n\\t\\treturn supportedInstitutionsByCode[_code];\\n\\t}\\n\\n\\t/** @dev See {getSupportedInstitutions-IGateway}. */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory) {\\n\\t\\treturn supportedInstitutions[_currency];\\n\\t}\\n\\n\\t/** @dev See {getFeeDetails-IGateway}. */\\n\\tfunction getFeeDetails() external view returns (uint64, uint256) {\\n\\t\\treturn (protocolFeePercent, MAX_BPS);\\n\\t}\\n}\\n\",\"keccak256\":\"0xf2fd866d74472da009c9032faa762eadc35283814e17b42201e2af0513bb8dc8\",\"license\":\"UNLICENSED\"},\"contracts/GatewaySettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title GatewaySettingManager\\n * @dev This contract manages the settings and configurations for the Gateway protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\\n\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\\n\\tuint256 internal MAX_BPS;\\n\\tuint64 internal protocolFeePercent;\\n\\taddress internal treasuryAddress;\\n\\taddress internal _aggregatorAddress;\\n\\n\\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n\\tuint256[50] private __gap;\\n\\n\\tmapping(address => uint256) internal _isTokenSupported;\\n\\n\\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n\\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n\\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n\\tevent SupportedInstitutionsUpdated(\\n\\t\\tbytes32 indexed currency,\\n\\t\\tSharedStructs.Institution[] institutions\\n\\t);\\n\\tevent ProtocolFeeUpdated(uint64 protocolFee);\\n\\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n\\tevent SetFeeRecipient(address indexed treasuryAddress);\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n\\t/**\\n\\t * @dev Sets the boolean value for a specific setting.\\n\\t * @param what The setting to be updated.\\n\\t * @param value The address or value associated with the setting.\\n\\t * @param status The boolean value to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\trequire(status == 1 || status == 2, 'Gateway: invalid status');\\n\\t\\tif (what == 'token') {\\n\\t\\t\\t_isTokenSupported[value] = status;\\n\\t\\t\\temit SettingManagerBool(what, value, status);\\n\\t\\t}\\n\\t}\\n\\n\\t/**\\n\\t * @dev Sets the supported institutions for a specific currency.\\n\\t * @param currency The currency for which the institutions are being set.\\n\\t * @param institutions The array of institutions to be set.\\n\\t */\\n\\tfunction setSupportedInstitutions(\\n\\t\\tbytes32 currency,\\n\\t\\tSharedStructs.Institution[] memory institutions\\n\\t) external onlyOwner {\\n\\t\\tdelete supportedInstitutions[currency];\\n\\t\\tfor (uint i; i < institutions.length; ) {\\n\\t\\t\\tsupportedInstitutions[currency].push(institutions[i]);\\n\\t\\t\\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n\\t\\t\\t\\tname: institutions[i].name,\\n\\t\\t\\t\\tcurrency: currency\\n\\t\\t\\t});\\n\\t\\t\\tunchecked {\\n\\t\\t\\t\\t++i;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates the protocol fee percentage.\\n\\t * @param _protocolFeePercent The new protocol fee percentage to be set.\\n\\t */\\n\\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\\n\\t\\tprotocolFeePercent = _protocolFeePercent;\\n\\t\\temit ProtocolFeeUpdated(_protocolFeePercent);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates a protocol address.\\n\\t * @param what The address type to be updated (treasury or aggregator).\\n\\t * @param value The new address to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\tbool updated;\\n\\t\\tif (what == 'treasury') {\\n\\t\\t\\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\\n\\t\\t\\ttreasuryAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t} else if (what == 'aggregator') {\\n\\t\\t\\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\\n\\t\\t\\t_aggregatorAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t}\\n\\t\\tif (updated) {\\n\\t\\t\\temit ProtocolAddressUpdated(what, value);\\n\\t\\t}\\n\\t}\\n}\\n\",\"keccak256\":\"0x7bf3fc733cbf8f2815924c2f10199aa0836d3b5d5b5b92b10cd4855d65773477\",\"license\":\"UNLICENSED\"},\"contracts/interfaces/IGateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\\n\\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\\n\\n/**\\n * @title IGateway\\n * @notice Interface for the Gateway contract.\\n */\\ninterface IGateway {\\n\\t/* ##################################################################\\n EVENTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Emitted when a deposit is made.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the deposited token.\\n\\t * @param amount The amount of the deposit.\\n\\t * @param orderId The ID of the order.\\n\\t * @param rate The rate at which the deposit is made.\\n\\t * @param institutionCode The code of the institution.\\n\\t * @param messageHash The hash of the message.\\n\\t */\\n\\tevent OrderCreated(\\n\\t\\taddress indexed sender,\\n\\t\\taddress indexed token,\\n\\t\\tuint256 indexed amount,\\n\\t\\tuint256 protocolFee,\\n\\t\\tbytes32 orderId,\\n\\t\\tuint256 rate,\\n\\t\\tbytes32 institutionCode,\\n\\t\\tstring messageHash\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator settles a transaction.\\n\\t * @param splitOrderId The ID of the split order.\\n\\t * @param orderId The ID of the order.\\n\\t * @param liquidityProvider The address of the liquidity provider.\\n\\t * @param settlePercent The percentage at which the transaction is settled.\\n\\t */\\n\\tevent OrderSettled(\\n\\t\\tbytes32 splitOrderId,\\n\\t\\tbytes32 indexed orderId,\\n\\t\\taddress indexed liquidityProvider,\\n\\t\\tuint96 settlePercent\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator refunds a transaction.\\n\\t * @param fee The fee deducted from the refund amount.\\n\\t * @param orderId The ID of the order.\\n\\t */\\n\\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\\n\\n\\t/**\\n\\t * @dev Emitted when the sender's fee is transferred.\\n\\t * @param sender The address of the sender.\\n\\t * @param amount The amount of the fee transferred.\\n\\t */\\n\\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n\\t/* ##################################################################\\n STRUCTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Struct representing transaction metadata.\\n\\t * @param identifier The identifier of the transaction.\\n\\t * @param institution The institution of the transaction.\\n\\t * @param name The name of the transaction.\\n\\t * @param currency The currency of the transaction.\\n\\t * @param liquidityProviderID The ID of the liquidity provider.\\n\\t */\\n\\tstruct TransactionMetadata {\\n\\t\\tbytes8 identifier;\\n\\t\\tbytes8 institution;\\n\\t\\tbytes8 name;\\n\\t\\tbytes8 currency;\\n\\t\\tuint256 liquidityProviderID;\\n\\t}\\n\\n\\t/**\\n\\t * @dev Struct representing an order.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the token.\\n\\t * @param senderFeeRecipient The address of the sender fee recipient.\\n\\t * @param senderFee The fee to be paid to the sender fee recipient.\\n\\t * @param protocolFee The protocol fee to be paid.\\n\\t * @param isFulfilled Whether the order is fulfilled.\\n\\t * @param isRefunded Whether the order is refunded.\\n\\t * @param refundAddress The address to which the refund is made.\\n\\t * @param currentBPS The current basis points.\\n\\t * @param amount The amount of the order.\\n\\t */\\n\\tstruct Order {\\n\\t\\taddress sender;\\n\\t\\taddress token;\\n\\t\\taddress senderFeeRecipient;\\n\\t\\tuint256 senderFee;\\n\\t\\tuint256 protocolFee;\\n\\t\\tbool isFulfilled;\\n\\t\\tbool isRefunded;\\n\\t\\taddress refundAddress;\\n\\t\\tuint96 currentBPS;\\n\\t\\tuint256 amount;\\n\\t}\\n\\n\\t/* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n\\t/**\\n\\t * @notice Locks the sender's amount of token into Gateway.\\n\\t * @dev Requirements:\\n\\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\\n\\t * - `_token` must be an acceptable token. See {isTokenSupported}.\\n\\t * - `amount` must be greater than minimum.\\n\\t * - `_refundAddress` refund address must not be zero address.\\n\\t * @param _token The address of the token.\\n\\t * @param _amount The amount in the decimal of `_token` to be locked.\\n\\t * @param _institutionCode The institution code of the sender.\\n\\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n\\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\\n\\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\\n\\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n\\t * @param messageHash The hash of the message.\\n\\t * @return _orderId The ID of the order.\\n\\t */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external returns (bytes32 _orderId);\\n\\n\\t/**\\n\\t * @notice Settles a transaction and distributes rewards accordingly.\\n\\t * @param _splitOrderId The ID of the split order.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @param _liquidityProvider The address of the liquidity provider.\\n\\t * @param _settlePercent The rate at which the transaction is settled.\\n\\t * @return bool the settlement is successful.\\n\\t */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Refunds to the specified refundable address.\\n\\t * @dev Requirements:\\n\\t * - Only aggregators can call this function.\\n\\t * @param _fee The amount to be deducted from the amount to be refunded.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @return bool the refund is successful.\\n\\t */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Checks if a token is supported by Gateway.\\n\\t * @param _token The address of the token to check.\\n\\t * @return bool the token is supported.\\n\\t */\\n\\tfunction isTokenSupported(address _token) external view returns (bool);\\n\\n\\t/**\\n\\t * @notice Gets the details of an order.\\n\\t * @param _orderId The ID of the order.\\n\\t * @return Order The order details.\\n\\t */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\\n\\n\\t/**\\n\\t * @notice Gets the fee details of Gateway.\\n\\t * @return protocolReward The protocol reward amount.\\n\\t * @return max_bps The maximum basis points.\\n\\t */\\n\\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\\n\\n\\t/**\\n\\t * @notice Gets the details of a supported institution by code.\\n\\t * @param _code The institution code.\\n\\t * @return InstitutionByCode The institution details.\\n\\t */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory);\\n\\n\\t/**\\n\\t * @notice Gets the details of supported institutions by currency.\\n\\t * @param _currency The currency code.\\n\\t * @return Institutions An array of institutions.\\n\\t */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x77ba391c63b01a9fd7bf719379efe762a15566708694c52f62dcb4731d3f4821\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/Gateway.sol:Gateway","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/Gateway.sol:Gateway","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/Gateway.sol:Gateway","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/Gateway.sol:Gateway","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":2276,"contract":"contracts/Gateway.sol:Gateway","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":2278,"contract":"contracts/Gateway.sol:Gateway","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":2280,"contract":"contracts/Gateway.sol:Gateway","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":2282,"contract":"contracts/Gateway.sol:Gateway","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":2286,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"154","type":"t_array(t_uint256)50_storage"},{"astId":2290,"contract":"contracts/Gateway.sol:Gateway","label":"_isTokenSupported","offset":0,"slot":"204","type":"t_mapping(t_address,t_uint256)"},{"astId":2296,"contract":"contracts/Gateway.sol:Gateway","label":"supportedInstitutions","offset":0,"slot":"205","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)2716_storage)dyn_storage)"},{"astId":2301,"contract":"contracts/Gateway.sol:Gateway","label":"supportedInstitutionsByCode","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)2721_storage)"},{"astId":430,"contract":"contracts/Gateway.sol:Gateway","label":"_paused","offset":0,"slot":"207","type":"t_bool"},{"astId":535,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"208","type":"t_array(t_uint256)49_storage"},{"astId":1664,"contract":"contracts/Gateway.sol:Gateway","label":"order","offset":0,"slot":"257","type":"t_mapping(t_bytes32,t_struct(Order)2618_storage)"},{"astId":1668,"contract":"contracts/Gateway.sol:Gateway","label":"_nonce","offset":0,"slot":"258","type":"t_mapping(t_address,t_uint256)"},{"astId":1672,"contract":"contracts/Gateway.sol:Gateway","label":"__gap","offset":0,"slot":"259","type":"t_array(t_uint256)50_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)2716_storage)dyn_storage":{"base":"t_struct(Institution)2716_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)2716_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)2716_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)2721_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)2721_storage"},"t_mapping(t_bytes32,t_struct(Order)2618_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct IGateway.Order)","numberOfBytes":"32","value":"t_struct(Order)2618_storage"},"t_struct(Institution)2716_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":2713,"contract":"contracts/Gateway.sol:Gateway","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2715,"contract":"contracts/Gateway.sol:Gateway","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)2721_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":2718,"contract":"contracts/Gateway.sol:Gateway","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2720,"contract":"contracts/Gateway.sol:Gateway","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(Order)2618_storage":{"encoding":"inplace","label":"struct IGateway.Order","members":[{"astId":2599,"contract":"contracts/Gateway.sol:Gateway","label":"sender","offset":0,"slot":"0","type":"t_address"},{"astId":2601,"contract":"contracts/Gateway.sol:Gateway","label":"token","offset":0,"slot":"1","type":"t_address"},{"astId":2603,"contract":"contracts/Gateway.sol:Gateway","label":"senderFeeRecipient","offset":0,"slot":"2","type":"t_address"},{"astId":2605,"contract":"contracts/Gateway.sol:Gateway","label":"senderFee","offset":0,"slot":"3","type":"t_uint256"},{"astId":2607,"contract":"contracts/Gateway.sol:Gateway","label":"protocolFee","offset":0,"slot":"4","type":"t_uint256"},{"astId":2609,"contract":"contracts/Gateway.sol:Gateway","label":"isFulfilled","offset":0,"slot":"5","type":"t_bool"},{"astId":2611,"contract":"contracts/Gateway.sol:Gateway","label":"isRefunded","offset":1,"slot":"5","type":"t_bool"},{"astId":2613,"contract":"contracts/Gateway.sol:Gateway","label":"refundAddress","offset":2,"slot":"5","type":"t_address"},{"astId":2615,"contract":"contracts/Gateway.sol:Gateway","label":"currentBPS","offset":0,"slot":"6","type":"t_uint96"},{"astId":2617,"contract":"contracts/Gateway.sol:Gateway","label":"amount","offset":0,"slot":"7","type":"t_uint256"}],"numberOfBytes":"256"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"},"t_uint96":{"encoding":"inplace","label":"uint96","numberOfBytes":"12"}}},"userdoc":{"kind":"user","methods":{},"notice":"This contract serves as a gateway for creating orders and managing settlements.","version":1}}},"contracts/GatewaySettingManager.sol":{"GatewaySettingManager":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFee","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolFee(uint64)":{"details":"Updates the protocol fee percentage.","params":{"_protocolFeePercent":"The new protocol fee percentage to be set."}}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"608060405234801561001057600080fd5b5061146a806100206000396000f3fe608060405234801561001057600080fd5b50600436106100935760003560e01c806379ba50971161006657806379ba5097146100f65780638da5cb5b14610100578063cd9924001461011e578063e30c39781461013a578063f2fde38b1461015857610093565b8063322008821461009857806340ebc677146100b457806347094e2e146100d0578063715018a6146100ec575b600080fd5b6100b260048036038101906100ad9190610d03565b610174565b005b6100ce60048036038101906100c99190610dbd565b6102e9565b005b6100ea60048036038101906100e59190610e3d565b6105b1565b005b6100f461061c565b005b6100fe610630565b005b6101086106bd565b6040516101159190610e79565b60405180910390f35b61013860048036038101906101339190610eca565b6106e7565b005b61014261086c565b60405161014f9190610e79565b60405180910390f35b610172600480360381019061016d9190610f1d565b610896565b005b61017c610943565b60cd6000838152602001908152602001600020600061019b9190610ac0565b60005b815181101561029a5760cd60008481526020019081526020016000208282815181106101cd576101cc610f4a565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061023257610231610f4a565b5b60200260200101516020015181526020018481525060ce600084848151811061025e5761025d610f4a565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061019e565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102dd91906110b3565b60405180910390a25050565b6102f1610943565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610360576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161035790611132565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610463578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610419576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610410906111c4565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610561565b7f61676772656761746f72000000000000000000000000000000000000000000008303610560578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361051a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051190611256565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105ac578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105b9610943565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516106119190611285565b60405180910390a150565b610624610943565b61062e60006109c1565b565b600061063a6109f2565b90508073ffffffffffffffffffffffffffffffffffffffff1661065b61086c565b73ffffffffffffffffffffffffffffffffffffffff16146106b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a890611312565b60405180910390fd5b6106ba816109c1565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6106ef610943565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361075e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161075590611132565b60405180910390fd5b600181148061076d5750600281145b6107ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107a39061137e565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610867578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161085e91906113ad565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61089e610943565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108fe6106bd565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61094b6109f2565b73ffffffffffffffffffffffffffffffffffffffff166109696106bd565b73ffffffffffffffffffffffffffffffffffffffff16146109bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b690611414565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109ef816109fa565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610ae19190610ae4565b50565b5b80821115610b0757600080820160009055600182016000905550600201610ae5565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b3281610b1f565b8114610b3d57600080fd5b50565b600081359050610b4f81610b29565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610ba382610b5a565b810181811067ffffffffffffffff82111715610bc257610bc1610b6b565b5b80604052505050565b6000610bd5610b0b565b9050610be18282610b9a565b919050565b600067ffffffffffffffff821115610c0157610c00610b6b565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c3257610c31610c17565b5b610c3c6040610bcb565b90506000610c4c84828501610b40565b6000830152506020610c6084828501610b40565b60208301525092915050565b6000610c7f610c7a84610be6565b610bcb565b90508083825260208201905060408402830185811115610ca257610ca1610c12565b5b835b81811015610ccb5780610cb78882610c1c565b845260208401935050604081019050610ca4565b5050509392505050565b600082601f830112610cea57610ce9610b55565b5b8135610cfa848260208601610c6c565b91505092915050565b60008060408385031215610d1a57610d19610b15565b5b6000610d2885828601610b40565b925050602083013567ffffffffffffffff811115610d4957610d48610b1a565b5b610d5585828601610cd5565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d8a82610d5f565b9050919050565b610d9a81610d7f565b8114610da557600080fd5b50565b600081359050610db781610d91565b92915050565b60008060408385031215610dd457610dd3610b15565b5b6000610de285828601610b40565b9250506020610df385828601610da8565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e1a81610dfd565b8114610e2557600080fd5b50565b600081359050610e3781610e11565b92915050565b600060208284031215610e5357610e52610b15565b5b6000610e6184828501610e28565b91505092915050565b610e7381610d7f565b82525050565b6000602082019050610e8e6000830184610e6a565b92915050565b6000819050919050565b610ea781610e94565b8114610eb257600080fd5b50565b600081359050610ec481610e9e565b92915050565b600080600060608486031215610ee357610ee2610b15565b5b6000610ef186828701610b40565b9350506020610f0286828701610da8565b9250506040610f1386828701610eb5565b9150509250925092565b600060208284031215610f3357610f32610b15565b5b6000610f4184828501610da8565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fd4610fcf83610faa565b610fb7565b9050919050565b610fe481610b1f565b82525050565b604082016000808301549050610fff81610fc1565b61100c6000860182610fdb565b506001830154905061101d81610fc1565b61102a6020860182610fdb565b5050505050565b600061103d8383610fea565b60408301905092915050565b6000600282019050919050565b600061106182610f79565b61106b8185610f84565b935061107683610f95565b8060005b838110156110a6578161108d8882611031565b975061109883611049565b92505060018101905061107a565b5085935050505092915050565b600060208201905081810360008301526110cd8184611056565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061111c6015836110d5565b9150611127826110e6565b602082019050919050565b6000602082019050818103600083015261114b8161110f565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111ae6025836110d5565b91506111b982611152565b604082019050919050565b600060208201905081810360008301526111dd816111a1565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006112406027836110d5565b915061124b826111e4565b604082019050919050565b6000602082019050818103600083015261126f81611233565b9050919050565b61127f81610dfd565b82525050565b600060208201905061129a6000830184611276565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006112fc6029836110d5565b9150611307826112a0565b604082019050919050565b6000602082019050818103600083015261132b816112ef565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113686017836110d5565b915061137382611332565b602082019050919050565b600060208201905081810360008301526113978161135b565b9050919050565b6113a781610e94565b82525050565b60006020820190506113c2600083018461139e565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006113fe6020836110d5565b9150611409826113c8565b602082019050919050565b6000602082019050818103600083015261142d816113f1565b905091905056fea2646970667358221220a5cf2406f8bb007a45008610cf8baf05dde6f3dbf02727307f944766ecf3cbe164736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x146A DUP1 PUSH2 0x20 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 0x93 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xF6 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x11E JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x13A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x158 JUMPI PUSH2 0x93 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x98 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xB4 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0xD0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xEC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAD SWAP2 SWAP1 PUSH2 0xD03 JUMP JUMPDEST PUSH2 0x174 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC9 SWAP2 SWAP1 PUSH2 0xDBD JUMP JUMPDEST PUSH2 0x2E9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE5 SWAP2 SWAP1 PUSH2 0xE3D JUMP JUMPDEST PUSH2 0x5B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x61C JUMP JUMPDEST STOP JUMPDEST PUSH2 0xFE PUSH2 0x630 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x108 PUSH2 0x6BD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x115 SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x138 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x133 SWAP2 SWAP1 PUSH2 0xECA JUMP JUMPDEST PUSH2 0x6E7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x142 PUSH2 0x86C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14F SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x172 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x16D SWAP2 SWAP1 PUSH2 0xF1D JUMP JUMPDEST PUSH2 0x896 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x17C PUSH2 0x943 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x19B SWAP2 SWAP1 PUSH2 0xAC0 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x29A JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1CD JUMPI PUSH2 0x1CC PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x232 JUMPI PUSH2 0x231 PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x25E JUMPI PUSH2 0x25D PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x19E JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x2DD SWAP2 SWAP1 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x2F1 PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x360 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x357 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x463 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x419 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x410 SWAP1 PUSH2 0x11C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x561 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x560 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x51A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x511 SWAP1 PUSH2 0x1256 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x5AC JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x5B9 PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x611 SWAP2 SWAP1 PUSH2 0x1285 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH2 0x624 PUSH2 0x943 JUMP JUMPDEST PUSH2 0x62E PUSH1 0x0 PUSH2 0x9C1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x63A PUSH2 0x9F2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x65B PUSH2 0x86C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x6B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A8 SWAP1 PUSH2 0x1312 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6BA DUP2 PUSH2 0x9C1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x6EF PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x75E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x755 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x76D JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x7AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7A3 SWAP1 PUSH2 0x137E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x867 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x85E SWAP2 SWAP1 PUSH2 0x13AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x89E PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FE PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x94B PUSH2 0x9F2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x969 PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9BF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B6 SWAP1 PUSH2 0x1414 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x9EF DUP2 PUSH2 0x9FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xAE1 SWAP2 SWAP1 PUSH2 0xAE4 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xB07 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xAE5 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB32 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP2 EQ PUSH2 0xB3D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB4F DUP2 PUSH2 0xB29 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xBA3 DUP3 PUSH2 0xB5A JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xBC2 JUMPI PUSH2 0xBC1 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD5 PUSH2 0xB0B JUMP JUMPDEST SWAP1 POP PUSH2 0xBE1 DUP3 DUP3 PUSH2 0xB9A JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xC01 JUMPI PUSH2 0xC00 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC32 JUMPI PUSH2 0xC31 PUSH2 0xC17 JUMP JUMPDEST JUMPDEST PUSH2 0xC3C PUSH1 0x40 PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC4C DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xC60 DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC7F PUSH2 0xC7A DUP5 PUSH2 0xBE6 JUMP JUMPDEST PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0xC12 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCCB JUMPI DUP1 PUSH2 0xCB7 DUP9 DUP3 PUSH2 0xC1C JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xCA4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xCEA JUMPI PUSH2 0xCE9 PUSH2 0xB55 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xCFA DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xC6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD1A JUMPI PUSH2 0xD19 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD28 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD49 JUMPI PUSH2 0xD48 PUSH2 0xB1A JUMP JUMPDEST JUMPDEST PUSH2 0xD55 DUP6 DUP3 DUP7 ADD PUSH2 0xCD5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP3 PUSH2 0xD5F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD9A DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP2 EQ PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xDB7 DUP2 PUSH2 0xD91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDD4 JUMPI PUSH2 0xDD3 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDE2 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDF3 DUP6 DUP3 DUP7 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE1A DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP2 EQ PUSH2 0xE25 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xE37 DUP2 PUSH2 0xE11 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE53 JUMPI PUSH2 0xE52 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xE61 DUP5 DUP3 DUP6 ADD PUSH2 0xE28 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE73 DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE8E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE6A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEC4 DUP2 PUSH2 0xE9E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEE3 JUMPI PUSH2 0xEE2 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEF1 DUP7 DUP3 DUP8 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xF02 DUP7 DUP3 DUP8 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF13 DUP7 DUP3 DUP8 ADD PUSH2 0xEB5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF33 JUMPI PUSH2 0xF32 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF41 DUP5 DUP3 DUP6 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFD4 PUSH2 0xFCF DUP4 PUSH2 0xFAA JUMP JUMPDEST PUSH2 0xFB7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFE4 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFFF DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x100C PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x101D DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x102A PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x103D DUP4 DUP4 PUSH2 0xFEA JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1061 DUP3 PUSH2 0xF79 JUMP JUMPDEST PUSH2 0x106B DUP2 DUP6 PUSH2 0xF84 JUMP JUMPDEST SWAP4 POP PUSH2 0x1076 DUP4 PUSH2 0xF95 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A6 JUMPI DUP2 PUSH2 0x108D DUP9 DUP3 PUSH2 0x1031 JUMP JUMPDEST SWAP8 POP PUSH2 0x1098 DUP4 PUSH2 0x1049 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x107A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CD DUP2 DUP5 PUSH2 0x1056 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x111C PUSH1 0x15 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1127 DUP3 PUSH2 0x10E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x114B DUP2 PUSH2 0x110F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11AE PUSH1 0x25 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x11B9 DUP3 PUSH2 0x1152 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11DD DUP2 PUSH2 0x11A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1240 PUSH1 0x27 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x124B DUP3 PUSH2 0x11E4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x126F DUP2 PUSH2 0x1233 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x129A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1276 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12FC PUSH1 0x29 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1307 DUP3 PUSH2 0x12A0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x132B DUP2 PUSH2 0x12EF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1368 PUSH1 0x17 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1373 DUP3 PUSH2 0x1332 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1397 DUP2 PUSH2 0x135B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13A7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x139E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13FE PUSH1 0x20 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1409 DUP3 PUSH2 0x13C8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x142D DUP2 PUSH2 0x13F1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xA5 0xCF 0x24 MOD 0xF8 0xBB STOP PUSH27 0x45008610CF8BAF05DDE6F3DBF02727307F944766ECF3CBE164736F PUSH13 0x63430008120033000000000000 ","sourceMap":"338:3609:11:-:0;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_checkOwner_176":{"entryPoint":2371,"id":176,"parameterSlots":0,"returnSlots":0},"@_msgSender_894":{"entryPoint":2546,"id":894,"parameterSlots":0,"returnSlots":1},"@_transferOwnership_233":{"entryPoint":2554,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":2497,"id":78,"parameterSlots":1,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":1584,"id":100,"parameterSlots":0,"returnSlots":0},"@owner_162":{"entryPoint":1725,"id":162,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":2156,"id":41,"parameterSlots":0,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":1564,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_2445":{"entryPoint":372,"id":2445,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_2382":{"entryPoint":1767,"id":2382,"parameterSlots":3,"returnSlots":0},"@transferOwnership_61":{"entryPoint":2198,"id":61,"parameterSlots":1,"returnSlots":0},"@updateProtocolAddress_2534":{"entryPoint":745,"id":2534,"parameterSlots":2,"returnSlots":0},"@updateProtocolFee_2462":{"entryPoint":1457,"id":2462,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":3180,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":3496,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":3285,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":2880,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_struct$_Institution_$2716_memory_ptr":{"entryPoint":3100,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":3765,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":3624,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":3869,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":3517,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":3786,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":3331,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":3645,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr":{"entryPoint":4145,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":3690,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":4182,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":4059,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack":{"entryPoint":4367,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":4847,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack":{"entryPoint":4955,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":5105,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack":{"entryPoint":4513,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack":{"entryPoint":4659,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr":{"entryPoint":4074,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":5022,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":4726,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":3705,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":4275,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4402,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4882,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4990,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5140,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4548,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4694,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":5037,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":4741,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_memory":{"entryPoint":3019,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":2827,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr":{"entryPoint":3046,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage":{"entryPoint":3989,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage":{"entryPoint":3961,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage":{"entryPoint":4169,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":3972,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":4309,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_from_storage_t_bytes32":{"entryPoint":4023,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":3455,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":2847,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":3423,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":3732,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":3581,"id":null,"parameterSlots":1,"returnSlots":1},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":4033,"id":null,"parameterSlots":1,"returnSlots":1},"finalize_allocation":{"entryPoint":2970,"id":null,"parameterSlots":2,"returnSlots":0},"panic_error_0x32":{"entryPoint":3914,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":2923,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":2901,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":3095,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":3090,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":2842,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":2837,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":2906,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":4010,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf":{"entryPoint":4326,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":4768,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338":{"entryPoint":4914,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":5064,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead":{"entryPoint":4434,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4":{"entryPoint":4580,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":3473,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":2857,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":3742,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":3601,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:19125:15","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:15","statements":[{"nodeType":"YulAssignment","src":"57:19:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:15","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:15"},"nodeType":"YulFunctionCall","src":"67:9:15"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:15"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:15","type":""}],"src":"7:75:15"},{"body":{"nodeType":"YulBlock","src":"177:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:15"},"nodeType":"YulFunctionCall","src":"187:12:15"},"nodeType":"YulExpressionStatement","src":"187:12:15"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:15"},{"body":{"nodeType":"YulBlock","src":"300:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:15"},"nodeType":"YulFunctionCall","src":"310:12:15"},"nodeType":"YulExpressionStatement","src":"310:12:15"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:15"},{"body":{"nodeType":"YulBlock","src":"379:32:15","statements":[{"nodeType":"YulAssignment","src":"389:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:15"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:15","type":""}],"src":"334:77:15"},{"body":{"nodeType":"YulBlock","src":"460:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:15"},"nodeType":"YulFunctionCall","src":"519:12:15"},"nodeType":"YulExpressionStatement","src":"519:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:15"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:15"},"nodeType":"YulFunctionCall","src":"490:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:15"},"nodeType":"YulFunctionCall","src":"480:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:15"},"nodeType":"YulFunctionCall","src":"473:43:15"},"nodeType":"YulIf","src":"470:63:15"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:15","type":""}],"src":"417:122:15"},{"body":{"nodeType":"YulBlock","src":"597:87:15","statements":[{"nodeType":"YulAssignment","src":"607:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:15"},"nodeType":"YulFunctionCall","src":"616:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:15"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:15"},"nodeType":"YulFunctionCall","src":"645:33:15"},"nodeType":"YulExpressionStatement","src":"645:33:15"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:15","type":""}],"src":"545:139:15"},{"body":{"nodeType":"YulBlock","src":"779:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"796:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"799:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"789:6:15"},"nodeType":"YulFunctionCall","src":"789:12:15"},"nodeType":"YulExpressionStatement","src":"789:12:15"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"690:117:15"},{"body":{"nodeType":"YulBlock","src":"861:54:15","statements":[{"nodeType":"YulAssignment","src":"871:38:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"889:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"896:2:15","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"885:3:15"},"nodeType":"YulFunctionCall","src":"885:14:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"905:2:15","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"901:3:15"},"nodeType":"YulFunctionCall","src":"901:7:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"881:3:15"},"nodeType":"YulFunctionCall","src":"881:28:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"871:6:15"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"844:5:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"854:6:15","type":""}],"src":"813:102:15"},{"body":{"nodeType":"YulBlock","src":"949:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"966:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"969:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"959:6:15"},"nodeType":"YulFunctionCall","src":"959:88:15"},"nodeType":"YulExpressionStatement","src":"959:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1063:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"1066:4:15","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1056:6:15"},"nodeType":"YulFunctionCall","src":"1056:15:15"},"nodeType":"YulExpressionStatement","src":"1056:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1087:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1090:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1080:6:15"},"nodeType":"YulFunctionCall","src":"1080:15:15"},"nodeType":"YulExpressionStatement","src":"1080:15:15"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"921:180:15"},{"body":{"nodeType":"YulBlock","src":"1150:238:15","statements":[{"nodeType":"YulVariableDeclaration","src":"1160:58:15","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1182:6:15"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1212:4:15"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"1190:21:15"},"nodeType":"YulFunctionCall","src":"1190:27:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1178:3:15"},"nodeType":"YulFunctionCall","src":"1178:40:15"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"1164:10:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"1329:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1331:16:15"},"nodeType":"YulFunctionCall","src":"1331:18:15"},"nodeType":"YulExpressionStatement","src":"1331:18:15"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1272:10:15"},{"kind":"number","nodeType":"YulLiteral","src":"1284:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1269:2:15"},"nodeType":"YulFunctionCall","src":"1269:34:15"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1308:10:15"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1320:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1305:2:15"},"nodeType":"YulFunctionCall","src":"1305:22:15"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1266:2:15"},"nodeType":"YulFunctionCall","src":"1266:62:15"},"nodeType":"YulIf","src":"1263:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1367:2:15","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1371:10:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1360:6:15"},"nodeType":"YulFunctionCall","src":"1360:22:15"},"nodeType":"YulExpressionStatement","src":"1360:22:15"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"1136:6:15","type":""},{"name":"size","nodeType":"YulTypedName","src":"1144:4:15","type":""}],"src":"1107:281:15"},{"body":{"nodeType":"YulBlock","src":"1435:88:15","statements":[{"nodeType":"YulAssignment","src":"1445:30:15","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"1455:18:15"},"nodeType":"YulFunctionCall","src":"1455:20:15"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1445:6:15"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1504:6:15"},{"name":"size","nodeType":"YulIdentifier","src":"1512:4:15"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"1484:19:15"},"nodeType":"YulFunctionCall","src":"1484:33:15"},"nodeType":"YulExpressionStatement","src":"1484:33:15"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"1419:4:15","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1428:6:15","type":""}],"src":"1394:129:15"},{"body":{"nodeType":"YulBlock","src":"1640:229:15","statements":[{"body":{"nodeType":"YulBlock","src":"1745:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1747:16:15"},"nodeType":"YulFunctionCall","src":"1747:18:15"},"nodeType":"YulExpressionStatement","src":"1747:18:15"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1717:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"1725:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1714:2:15"},"nodeType":"YulFunctionCall","src":"1714:30:15"},"nodeType":"YulIf","src":"1711:56:15"},{"nodeType":"YulAssignment","src":"1777:25:15","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1789:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"1797:4:15","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"1785:3:15"},"nodeType":"YulFunctionCall","src":"1785:17:15"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1777:4:15"}]},{"nodeType":"YulAssignment","src":"1839:23:15","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1851:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"1857:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1847:3:15"},"nodeType":"YulFunctionCall","src":"1847:15:15"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1839:4:15"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"1624:6:15","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"1635:4:15","type":""}],"src":"1529:340:15"},{"body":{"nodeType":"YulBlock","src":"1964:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1981:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1984:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1974:6:15"},"nodeType":"YulFunctionCall","src":"1974:12:15"},"nodeType":"YulExpressionStatement","src":"1974:12:15"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"1875:117:15"},{"body":{"nodeType":"YulBlock","src":"2087:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2104:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2107:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2097:6:15"},"nodeType":"YulFunctionCall","src":"2097:12:15"},"nodeType":"YulExpressionStatement","src":"2097:12:15"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"1998:117:15"},{"body":{"nodeType":"YulBlock","src":"2210:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2227:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2230:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2220:6:15"},"nodeType":"YulFunctionCall","src":"2220:12:15"},"nodeType":"YulExpressionStatement","src":"2220:12:15"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"2121:117:15"},{"body":{"nodeType":"YulBlock","src":"2368:494:15","statements":[{"body":{"nodeType":"YulBlock","src":"2412:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"2414:77:15"},"nodeType":"YulFunctionCall","src":"2414:79:15"},"nodeType":"YulExpressionStatement","src":"2414:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"2389:3:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"2394:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2385:3:15"},"nodeType":"YulFunctionCall","src":"2385:19:15"},{"kind":"number","nodeType":"YulLiteral","src":"2406:4:15","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2381:3:15"},"nodeType":"YulFunctionCall","src":"2381:30:15"},"nodeType":"YulIf","src":"2378:117:15"},{"nodeType":"YulAssignment","src":"2504:30:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2529:4:15","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"2513:15:15"},"nodeType":"YulFunctionCall","src":"2513:21:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2504:5:15"}]},{"nodeType":"YulBlock","src":"2544:150:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2579:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"2593:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2583:6:15","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2619:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"2626:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2615:3:15"},"nodeType":"YulFunctionCall","src":"2615:16:15"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2658:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"2669:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2654:3:15"},"nodeType":"YulFunctionCall","src":"2654:22:15"},{"name":"end","nodeType":"YulIdentifier","src":"2678:3:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2633:20:15"},"nodeType":"YulFunctionCall","src":"2633:49:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2608:6:15"},"nodeType":"YulFunctionCall","src":"2608:75:15"},"nodeType":"YulExpressionStatement","src":"2608:75:15"}]},{"nodeType":"YulBlock","src":"2704:151:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2739:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"2753:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2743:6:15","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2780:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"2787:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2776:3:15"},"nodeType":"YulFunctionCall","src":"2776:16:15"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2819:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"2830:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2815:3:15"},"nodeType":"YulFunctionCall","src":"2815:22:15"},{"name":"end","nodeType":"YulIdentifier","src":"2839:3:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2794:20:15"},"nodeType":"YulFunctionCall","src":"2794:49:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2769:6:15"},"nodeType":"YulFunctionCall","src":"2769:75:15"},"nodeType":"YulExpressionStatement","src":"2769:75:15"}]}]},"name":"abi_decode_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2343:9:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"2354:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2362:5:15","type":""}],"src":"2284:578:15"},{"body":{"nodeType":"YulBlock","src":"3041:666:15","statements":[{"nodeType":"YulAssignment","src":"3051:119:15","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3162:6:15"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3076:85:15"},"nodeType":"YulFunctionCall","src":"3076:93:15"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"3060:15:15"},"nodeType":"YulFunctionCall","src":"3060:110:15"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"3051:5:15"}]},{"nodeType":"YulVariableDeclaration","src":"3179:16:15","value":{"name":"array","nodeType":"YulIdentifier","src":"3190:5:15"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"3183:3:15","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3212:5:15"},{"name":"length","nodeType":"YulIdentifier","src":"3219:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3205:6:15"},"nodeType":"YulFunctionCall","src":"3205:21:15"},"nodeType":"YulExpressionStatement","src":"3205:21:15"},{"nodeType":"YulAssignment","src":"3235:23:15","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3246:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"3253:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3242:3:15"},"nodeType":"YulFunctionCall","src":"3242:16:15"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3235:3:15"}]},{"nodeType":"YulVariableDeclaration","src":"3268:44:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3286:6:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3298:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"3306:4:15","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3294:3:15"},"nodeType":"YulFunctionCall","src":"3294:17:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3282:3:15"},"nodeType":"YulFunctionCall","src":"3282:30:15"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"3272:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"3340:103:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"3354:77:15"},"nodeType":"YulFunctionCall","src":"3354:79:15"},"nodeType":"YulExpressionStatement","src":"3354:79:15"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"3327:6:15"},{"name":"end","nodeType":"YulIdentifier","src":"3335:3:15"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3324:2:15"},"nodeType":"YulFunctionCall","src":"3324:15:15"},"nodeType":"YulIf","src":"3321:122:15"},{"body":{"nodeType":"YulBlock","src":"3528:173:15","statements":[{"nodeType":"YulVariableDeclaration","src":"3543:21:15","value":{"name":"src","nodeType":"YulIdentifier","src":"3561:3:15"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"3547:10:15","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3585:3:15"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"3640:10:15"},{"name":"end","nodeType":"YulIdentifier","src":"3652:3:15"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulIdentifier","src":"3590:49:15"},"nodeType":"YulFunctionCall","src":"3590:66:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3578:6:15"},"nodeType":"YulFunctionCall","src":"3578:79:15"},"nodeType":"YulExpressionStatement","src":"3578:79:15"},{"nodeType":"YulAssignment","src":"3670:21:15","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3681:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"3686:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3677:3:15"},"nodeType":"YulFunctionCall","src":"3677:14:15"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3670:3:15"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3481:3:15"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"3486:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3478:2:15"},"nodeType":"YulFunctionCall","src":"3478:15:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3494:25:15","statements":[{"nodeType":"YulAssignment","src":"3496:21:15","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3507:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"3512:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3503:3:15"},"nodeType":"YulFunctionCall","src":"3503:14:15"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"3496:3:15"}]}]},"pre":{"nodeType":"YulBlock","src":"3456:21:15","statements":[{"nodeType":"YulVariableDeclaration","src":"3458:17:15","value":{"name":"offset","nodeType":"YulIdentifier","src":"3469:6:15"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"3462:3:15","type":""}]}]},"src":"3452:249:15"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3011:6:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"3019:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"3027:3:15","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3035:5:15","type":""}],"src":"2910:797:15"},{"body":{"nodeType":"YulBlock","src":"3861:322:15","statements":[{"body":{"nodeType":"YulBlock","src":"3910:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"3912:77:15"},"nodeType":"YulFunctionCall","src":"3912:79:15"},"nodeType":"YulExpressionStatement","src":"3912:79:15"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3889:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"3897:4:15","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3885:3:15"},"nodeType":"YulFunctionCall","src":"3885:17:15"},{"name":"end","nodeType":"YulIdentifier","src":"3904:3:15"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3881:3:15"},"nodeType":"YulFunctionCall","src":"3881:27:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3874:6:15"},"nodeType":"YulFunctionCall","src":"3874:35:15"},"nodeType":"YulIf","src":"3871:122:15"},{"nodeType":"YulVariableDeclaration","src":"4002:34:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4029:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4016:12:15"},"nodeType":"YulFunctionCall","src":"4016:20:15"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"4006:6:15","type":""}]},{"nodeType":"YulAssignment","src":"4045:132:15","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4150:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"4158:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4146:3:15"},"nodeType":"YulFunctionCall","src":"4146:17:15"},{"name":"length","nodeType":"YulIdentifier","src":"4165:6:15"},{"name":"end","nodeType":"YulIdentifier","src":"4173:3:15"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4054:91:15"},"nodeType":"YulFunctionCall","src":"4054:123:15"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"4045:5:15"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3839:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"3847:3:15","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3855:5:15","type":""}],"src":"3755:428:15"},{"body":{"nodeType":"YulBlock","src":"4326:605:15","statements":[{"body":{"nodeType":"YulBlock","src":"4372:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4374:77:15"},"nodeType":"YulFunctionCall","src":"4374:79:15"},"nodeType":"YulExpressionStatement","src":"4374:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4347:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"4356:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4343:3:15"},"nodeType":"YulFunctionCall","src":"4343:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"4368:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4339:3:15"},"nodeType":"YulFunctionCall","src":"4339:32:15"},"nodeType":"YulIf","src":"4336:119:15"},{"nodeType":"YulBlock","src":"4465:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4480:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4494:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4484:6:15","type":""}]},{"nodeType":"YulAssignment","src":"4509:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4544:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"4555:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4540:3:15"},"nodeType":"YulFunctionCall","src":"4540:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4564:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"4519:20:15"},"nodeType":"YulFunctionCall","src":"4519:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4509:6:15"}]}]},{"nodeType":"YulBlock","src":"4592:332:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4607:46:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4638:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"4649:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4634:3:15"},"nodeType":"YulFunctionCall","src":"4634:18:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4621:12:15"},"nodeType":"YulFunctionCall","src":"4621:32:15"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4611:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"4700:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"4702:77:15"},"nodeType":"YulFunctionCall","src":"4702:79:15"},"nodeType":"YulExpressionStatement","src":"4702:79:15"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4672:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"4680:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4669:2:15"},"nodeType":"YulFunctionCall","src":"4669:30:15"},"nodeType":"YulIf","src":"4666:117:15"},{"nodeType":"YulAssignment","src":"4797:117:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4886:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"4897:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4882:3:15"},"nodeType":"YulFunctionCall","src":"4882:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4906:7:15"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4807:74:15"},"nodeType":"YulFunctionCall","src":"4807:107:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4797:6:15"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4288:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4299:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4311:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"4319:6:15","type":""}],"src":"4189:742:15"},{"body":{"nodeType":"YulBlock","src":"4982:81:15","statements":[{"nodeType":"YulAssignment","src":"4992:65:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5007:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"5014:42:15","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5003:3:15"},"nodeType":"YulFunctionCall","src":"5003:54:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4992:7:15"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4964:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4974:7:15","type":""}],"src":"4937:126:15"},{"body":{"nodeType":"YulBlock","src":"5114:51:15","statements":[{"nodeType":"YulAssignment","src":"5124:35:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5153:5:15"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"5135:17:15"},"nodeType":"YulFunctionCall","src":"5135:24:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5124:7:15"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5096:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5106:7:15","type":""}],"src":"5069:96:15"},{"body":{"nodeType":"YulBlock","src":"5214:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"5271:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5280:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5283:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5273:6:15"},"nodeType":"YulFunctionCall","src":"5273:12:15"},"nodeType":"YulExpressionStatement","src":"5273:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5237:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5262:5:15"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"5244:17:15"},"nodeType":"YulFunctionCall","src":"5244:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"5234:2:15"},"nodeType":"YulFunctionCall","src":"5234:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5227:6:15"},"nodeType":"YulFunctionCall","src":"5227:43:15"},"nodeType":"YulIf","src":"5224:63:15"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5207:5:15","type":""}],"src":"5171:122:15"},{"body":{"nodeType":"YulBlock","src":"5351:87:15","statements":[{"nodeType":"YulAssignment","src":"5361:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5383:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5370:12:15"},"nodeType":"YulFunctionCall","src":"5370:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5361:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5426:5:15"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"5399:26:15"},"nodeType":"YulFunctionCall","src":"5399:33:15"},"nodeType":"YulExpressionStatement","src":"5399:33:15"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5329:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"5337:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5345:5:15","type":""}],"src":"5299:139:15"},{"body":{"nodeType":"YulBlock","src":"5527:391:15","statements":[{"body":{"nodeType":"YulBlock","src":"5573:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5575:77:15"},"nodeType":"YulFunctionCall","src":"5575:79:15"},"nodeType":"YulExpressionStatement","src":"5575:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5548:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"5557:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5544:3:15"},"nodeType":"YulFunctionCall","src":"5544:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"5569:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5540:3:15"},"nodeType":"YulFunctionCall","src":"5540:32:15"},"nodeType":"YulIf","src":"5537:119:15"},{"nodeType":"YulBlock","src":"5666:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5681:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5695:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5685:6:15","type":""}]},{"nodeType":"YulAssignment","src":"5710:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5745:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5756:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5741:3:15"},"nodeType":"YulFunctionCall","src":"5741:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5765:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"5720:20:15"},"nodeType":"YulFunctionCall","src":"5720:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5710:6:15"}]}]},{"nodeType":"YulBlock","src":"5793:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5808:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5822:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5812:6:15","type":""}]},{"nodeType":"YulAssignment","src":"5838:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5873:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5884:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5869:3:15"},"nodeType":"YulFunctionCall","src":"5869:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5893:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5848:20:15"},"nodeType":"YulFunctionCall","src":"5848:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5838:6:15"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5489:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5500:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5512:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5520:6:15","type":""}],"src":"5444:474:15"},{"body":{"nodeType":"YulBlock","src":"5968:57:15","statements":[{"nodeType":"YulAssignment","src":"5978:41:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5993:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"6000:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5989:3:15"},"nodeType":"YulFunctionCall","src":"5989:30:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5978:7:15"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5950:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5960:7:15","type":""}],"src":"5924:101:15"},{"body":{"nodeType":"YulBlock","src":"6073:78:15","statements":[{"body":{"nodeType":"YulBlock","src":"6129:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6138:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6141:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6131:6:15"},"nodeType":"YulFunctionCall","src":"6131:12:15"},"nodeType":"YulExpressionStatement","src":"6131:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6096:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6120:5:15"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"6103:16:15"},"nodeType":"YulFunctionCall","src":"6103:23:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6093:2:15"},"nodeType":"YulFunctionCall","src":"6093:34:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"6086:6:15"},"nodeType":"YulFunctionCall","src":"6086:42:15"},"nodeType":"YulIf","src":"6083:62:15"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6066:5:15","type":""}],"src":"6031:120:15"},{"body":{"nodeType":"YulBlock","src":"6208:86:15","statements":[{"nodeType":"YulAssignment","src":"6218:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6240:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"6227:12:15"},"nodeType":"YulFunctionCall","src":"6227:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6218:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6282:5:15"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"6256:25:15"},"nodeType":"YulFunctionCall","src":"6256:32:15"},"nodeType":"YulExpressionStatement","src":"6256:32:15"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6186:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"6194:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"6202:5:15","type":""}],"src":"6157:137:15"},{"body":{"nodeType":"YulBlock","src":"6365:262:15","statements":[{"body":{"nodeType":"YulBlock","src":"6411:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"6413:77:15"},"nodeType":"YulFunctionCall","src":"6413:79:15"},"nodeType":"YulExpressionStatement","src":"6413:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"6386:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"6395:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6382:3:15"},"nodeType":"YulFunctionCall","src":"6382:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"6407:2:15","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"6378:3:15"},"nodeType":"YulFunctionCall","src":"6378:32:15"},"nodeType":"YulIf","src":"6375:119:15"},{"nodeType":"YulBlock","src":"6504:116:15","statements":[{"nodeType":"YulVariableDeclaration","src":"6519:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"6533:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6523:6:15","type":""}]},{"nodeType":"YulAssignment","src":"6548:62:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6582:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"6593:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6578:3:15"},"nodeType":"YulFunctionCall","src":"6578:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"6602:7:15"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"6558:19:15"},"nodeType":"YulFunctionCall","src":"6558:52:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"6548:6:15"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6335:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"6346:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"6358:6:15","type":""}],"src":"6300:327:15"},{"body":{"nodeType":"YulBlock","src":"6698:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6715:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6738:5:15"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"6720:17:15"},"nodeType":"YulFunctionCall","src":"6720:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6708:6:15"},"nodeType":"YulFunctionCall","src":"6708:37:15"},"nodeType":"YulExpressionStatement","src":"6708:37:15"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6686:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"6693:3:15","type":""}],"src":"6633:118:15"},{"body":{"nodeType":"YulBlock","src":"6855:124:15","statements":[{"nodeType":"YulAssignment","src":"6865:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6877:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"6888:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6873:3:15"},"nodeType":"YulFunctionCall","src":"6873:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6865:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"6945:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6958:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"6969:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6954:3:15"},"nodeType":"YulFunctionCall","src":"6954:17:15"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"6901:43:15"},"nodeType":"YulFunctionCall","src":"6901:71:15"},"nodeType":"YulExpressionStatement","src":"6901:71:15"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6827:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6839:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6850:4:15","type":""}],"src":"6757:222:15"},{"body":{"nodeType":"YulBlock","src":"7030:32:15","statements":[{"nodeType":"YulAssignment","src":"7040:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"7051:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"7040:7:15"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7012:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"7022:7:15","type":""}],"src":"6985:77:15"},{"body":{"nodeType":"YulBlock","src":"7111:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"7168:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7177:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7180:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"7170:6:15"},"nodeType":"YulFunctionCall","src":"7170:12:15"},"nodeType":"YulExpressionStatement","src":"7170:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7134:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7159:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"7141:17:15"},"nodeType":"YulFunctionCall","src":"7141:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"7131:2:15"},"nodeType":"YulFunctionCall","src":"7131:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7124:6:15"},"nodeType":"YulFunctionCall","src":"7124:43:15"},"nodeType":"YulIf","src":"7121:63:15"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7104:5:15","type":""}],"src":"7068:122:15"},{"body":{"nodeType":"YulBlock","src":"7248:87:15","statements":[{"nodeType":"YulAssignment","src":"7258:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7280:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7267:12:15"},"nodeType":"YulFunctionCall","src":"7267:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"7258:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7323:5:15"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"7296:26:15"},"nodeType":"YulFunctionCall","src":"7296:33:15"},"nodeType":"YulExpressionStatement","src":"7296:33:15"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7226:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"7234:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"7242:5:15","type":""}],"src":"7196:139:15"},{"body":{"nodeType":"YulBlock","src":"7441:519:15","statements":[{"body":{"nodeType":"YulBlock","src":"7487:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7489:77:15"},"nodeType":"YulFunctionCall","src":"7489:79:15"},"nodeType":"YulExpressionStatement","src":"7489:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7462:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"7471:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7458:3:15"},"nodeType":"YulFunctionCall","src":"7458:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"7483:2:15","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7454:3:15"},"nodeType":"YulFunctionCall","src":"7454:32:15"},"nodeType":"YulIf","src":"7451:119:15"},{"nodeType":"YulBlock","src":"7580:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"7595:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"7609:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7599:6:15","type":""}]},{"nodeType":"YulAssignment","src":"7624:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7659:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"7670:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7655:3:15"},"nodeType":"YulFunctionCall","src":"7655:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7679:7:15"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"7634:20:15"},"nodeType":"YulFunctionCall","src":"7634:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"7624:6:15"}]}]},{"nodeType":"YulBlock","src":"7707:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"7722:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"7736:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7726:6:15","type":""}]},{"nodeType":"YulAssignment","src":"7752:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7787:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"7798:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7783:3:15"},"nodeType":"YulFunctionCall","src":"7783:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7807:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"7762:20:15"},"nodeType":"YulFunctionCall","src":"7762:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"7752:6:15"}]}]},{"nodeType":"YulBlock","src":"7835:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"7850:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"7864:2:15","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7854:6:15","type":""}]},{"nodeType":"YulAssignment","src":"7880:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7915:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"7926:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7911:3:15"},"nodeType":"YulFunctionCall","src":"7911:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7935:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"7890:20:15"},"nodeType":"YulFunctionCall","src":"7890:53:15"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"7880:6:15"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7395:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7406:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7418:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7426:6:15","type":""},{"name":"value2","nodeType":"YulTypedName","src":"7434:6:15","type":""}],"src":"7341:619:15"},{"body":{"nodeType":"YulBlock","src":"8032:263:15","statements":[{"body":{"nodeType":"YulBlock","src":"8078:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"8080:77:15"},"nodeType":"YulFunctionCall","src":"8080:79:15"},"nodeType":"YulExpressionStatement","src":"8080:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"8053:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"8062:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8049:3:15"},"nodeType":"YulFunctionCall","src":"8049:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"8074:2:15","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"8045:3:15"},"nodeType":"YulFunctionCall","src":"8045:32:15"},"nodeType":"YulIf","src":"8042:119:15"},{"nodeType":"YulBlock","src":"8171:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"8186:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"8200:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8190:6:15","type":""}]},{"nodeType":"YulAssignment","src":"8215:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8250:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"8261:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8246:3:15"},"nodeType":"YulFunctionCall","src":"8246:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8270:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"8225:20:15"},"nodeType":"YulFunctionCall","src":"8225:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8215:6:15"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8002:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"8013:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"8025:6:15","type":""}],"src":"7966:329:15"},{"body":{"nodeType":"YulBlock","src":"8329:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8346:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8349:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8339:6:15"},"nodeType":"YulFunctionCall","src":"8339:88:15"},"nodeType":"YulExpressionStatement","src":"8339:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8443:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"8446:4:15","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8436:6:15"},"nodeType":"YulFunctionCall","src":"8436:15:15"},"nodeType":"YulExpressionStatement","src":"8436:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8467:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8470:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8460:6:15"},"nodeType":"YulFunctionCall","src":"8460:15:15"},"nodeType":"YulExpressionStatement","src":"8460:15:15"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"8301:180:15"},{"body":{"nodeType":"YulBlock","src":"8584:40:15","statements":[{"nodeType":"YulAssignment","src":"8595:22:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8611:5:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"8605:5:15"},"nodeType":"YulFunctionCall","src":"8605:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"8595:6:15"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8567:5:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"8577:6:15","type":""}],"src":"8487:137:15"},{"body":{"nodeType":"YulBlock","src":"8770:73:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8787:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"8792:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8780:6:15"},"nodeType":"YulFunctionCall","src":"8780:19:15"},"nodeType":"YulExpressionStatement","src":"8780:19:15"},{"nodeType":"YulAssignment","src":"8808:29:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8827:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"8832:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8823:3:15"},"nodeType":"YulFunctionCall","src":"8823:14:15"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"8808:11:15"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"8742:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"8747:6:15","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"8758:11:15","type":""}],"src":"8630:213:15"},{"body":{"nodeType":"YulBlock","src":"8944:87:15","statements":[{"nodeType":"YulAssignment","src":"8954:11:15","value":{"name":"ptr","nodeType":"YulIdentifier","src":"8962:3:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8954:4:15"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8982:1:15","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"8985:3:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8975:6:15"},"nodeType":"YulFunctionCall","src":"8975:14:15"},"nodeType":"YulExpressionStatement","src":"8975:14:15"},{"nodeType":"YulAssignment","src":"8998:26:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9016:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9019:4:15","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"9006:9:15"},"nodeType":"YulFunctionCall","src":"9006:18:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8998:4:15"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"8931:3:15","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"8939:4:15","type":""}],"src":"8849:182:15"},{"body":{"nodeType":"YulBlock","src":"9088:51:15","statements":[{"nodeType":"YulAssignment","src":"9098:34:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9123:1:15","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"9126:5:15"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"9119:3:15"},"nodeType":"YulFunctionCall","src":"9119:13:15"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"9098:8:15"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9069:5:15","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"9079:8:15","type":""}],"src":"9037:102:15"},{"body":{"nodeType":"YulBlock","src":"9203:32:15","statements":[{"nodeType":"YulAssignment","src":"9213:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"9224:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"9213:7:15"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9185:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"9195:7:15","type":""}],"src":"9145:90:15"},{"body":{"nodeType":"YulBlock","src":"9316:91:15","statements":[{"nodeType":"YulAssignment","src":"9326:75:15","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"9389:10:15"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"9366:22:15"},"nodeType":"YulFunctionCall","src":"9366:34:15"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"9335:30:15"},"nodeType":"YulFunctionCall","src":"9335:66:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"9326:5:15"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"9295:10:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9310:5:15","type":""}],"src":"9241:166:15"},{"body":{"nodeType":"YulBlock","src":"9468:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9485:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9508:5:15"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"9490:17:15"},"nodeType":"YulFunctionCall","src":"9490:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9478:6:15"},"nodeType":"YulFunctionCall","src":"9478:37:15"},"nodeType":"YulExpressionStatement","src":"9478:37:15"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9456:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"9463:3:15","type":""}],"src":"9413:108:15"},{"body":{"nodeType":"YulBlock","src":"9714:578:15","statements":[{"nodeType":"YulVariableDeclaration","src":"9724:26:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9740:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"9745:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9736:3:15"},"nodeType":"YulFunctionCall","src":"9736:14:15"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"9728:4:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"9759:18:15","value":{"kind":"number","nodeType":"YulLiteral","src":"9776:1:15","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"9763:9:15","type":""}]},{"nodeType":"YulBlock","src":"9787:244:15","statements":[{"nodeType":"YulAssignment","src":"9821:36:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9844:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"9851:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9840:3:15"},"nodeType":"YulFunctionCall","src":"9840:16:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"9834:5:15"},"nodeType":"YulFunctionCall","src":"9834:23:15"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9821:9:15"}]},{"nodeType":"YulVariableDeclaration","src":"9870:75:15","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9935:9:15"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"9890:44:15"},"nodeType":"YulFunctionCall","src":"9890:55:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"9874:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"9992:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10010:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"10015:4:15","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10006:3:15"},"nodeType":"YulFunctionCall","src":"10006:14:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"9958:33:15"},"nodeType":"YulFunctionCall","src":"9958:63:15"},"nodeType":"YulExpressionStatement","src":"9958:63:15"}]},{"nodeType":"YulBlock","src":"10041:244:15","statements":[{"nodeType":"YulAssignment","src":"10075:36:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10098:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"10105:4:15","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10094:3:15"},"nodeType":"YulFunctionCall","src":"10094:16:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"10088:5:15"},"nodeType":"YulFunctionCall","src":"10088:23:15"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"10075:9:15"}]},{"nodeType":"YulVariableDeclaration","src":"10124:75:15","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"10189:9:15"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"10144:44:15"},"nodeType":"YulFunctionCall","src":"10144:55:15"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"10128:12:15","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"10246:12:15"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10264:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"10269:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10260:3:15"},"nodeType":"YulFunctionCall","src":"10260:14:15"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"10212:33:15"},"nodeType":"YulFunctionCall","src":"10212:63:15"},"nodeType":"YulExpressionStatement","src":"10212:63:15"}]}]},"name":"abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9701:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"9708:3:15","type":""}],"src":"9603:689:15"},{"body":{"nodeType":"YulBlock","src":"10433:154:15","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"10532:6:15"},{"name":"pos","nodeType":"YulIdentifier","src":"10540:3:15"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulIdentifier","src":"10443:88:15"},"nodeType":"YulFunctionCall","src":"10443:101:15"},"nodeType":"YulExpressionStatement","src":"10443:101:15"},{"nodeType":"YulAssignment","src":"10553:28:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10571:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"10576:4:15","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10567:3:15"},"nodeType":"YulFunctionCall","src":"10567:14:15"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"10553:10:15"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"10406:6:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10414:3:15","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"10422:10:15","type":""}],"src":"10298:289:15"},{"body":{"nodeType":"YulBlock","src":"10691:38:15","statements":[{"nodeType":"YulAssignment","src":"10701:22:15","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"10713:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"10718:4:15","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10709:3:15"},"nodeType":"YulFunctionCall","src":"10709:14:15"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"10701:4:15"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"10678:3:15","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"10686:4:15","type":""}],"src":"10593:136:15"},{"body":{"nodeType":"YulBlock","src":"10991:754:15","statements":[{"nodeType":"YulVariableDeclaration","src":"11001:91:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11086:5:15"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11015:70:15"},"nodeType":"YulFunctionCall","src":"11015:77:15"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"11005:6:15","type":""}]},{"nodeType":"YulAssignment","src":"11101:122:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11211:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"11216:6:15"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11108:102:15"},"nodeType":"YulFunctionCall","src":"11108:115:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11101:3:15"}]},{"nodeType":"YulVariableDeclaration","src":"11232:94:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11320:5:15"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11247:72:15"},"nodeType":"YulFunctionCall","src":"11247:79:15"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"11236:7:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"11335:21:15","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"11349:7:15"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"11339:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"11425:295:15","statements":[{"nodeType":"YulVariableDeclaration","src":"11439:27:15","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"11460:6:15"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"11443:13:15","type":""}]},{"nodeType":"YulAssignment","src":"11479:125:15","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"11585:13:15"},{"name":"pos","nodeType":"YulIdentifier","src":"11600:3:15"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr","nodeType":"YulIdentifier","src":"11486:98:15"},"nodeType":"YulFunctionCall","src":"11486:118:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11479:3:15"}]},{"nodeType":"YulAssignment","src":"11617:93:15","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"11703:6:15"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11627:75:15"},"nodeType":"YulFunctionCall","src":"11627:83:15"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"11617:6:15"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"11387:1:15"},{"name":"length","nodeType":"YulIdentifier","src":"11390:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"11384:2:15"},"nodeType":"YulFunctionCall","src":"11384:13:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"11398:18:15","statements":[{"nodeType":"YulAssignment","src":"11400:14:15","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"11409:1:15"},{"kind":"number","nodeType":"YulLiteral","src":"11412:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11405:3:15"},"nodeType":"YulFunctionCall","src":"11405:9:15"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"11400:1:15"}]}]},"pre":{"nodeType":"YulBlock","src":"11369:14:15","statements":[{"nodeType":"YulVariableDeclaration","src":"11371:10:15","value":{"kind":"number","nodeType":"YulLiteral","src":"11380:1:15","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"11375:1:15","type":""}]}]},"src":"11365:355:15"},{"nodeType":"YulAssignment","src":"11729:10:15","value":{"name":"pos","nodeType":"YulIdentifier","src":"11736:3:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"11729:3:15"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10970:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10977:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10986:3:15","type":""}],"src":"10815:930:15"},{"body":{"nodeType":"YulBlock","src":"11951:277:15","statements":[{"nodeType":"YulAssignment","src":"11961:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11973:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"11984:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11969:3:15"},"nodeType":"YulFunctionCall","src":"11969:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11961:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12008:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"12019:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12004:3:15"},"nodeType":"YulFunctionCall","src":"12004:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12027:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"12033:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"12023:3:15"},"nodeType":"YulFunctionCall","src":"12023:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11997:6:15"},"nodeType":"YulFunctionCall","src":"11997:47:15"},"nodeType":"YulExpressionStatement","src":"11997:47:15"},{"nodeType":"YulAssignment","src":"12053:168:15","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"12207:6:15"},{"name":"tail","nodeType":"YulIdentifier","src":"12216:4:15"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12061:145:15"},"nodeType":"YulFunctionCall","src":"12061:160:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12053:4:15"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11923:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"11935:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11946:4:15","type":""}],"src":"11751:477:15"},{"body":{"nodeType":"YulBlock","src":"12330:73:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12347:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"12352:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12340:6:15"},"nodeType":"YulFunctionCall","src":"12340:19:15"},"nodeType":"YulExpressionStatement","src":"12340:19:15"},{"nodeType":"YulAssignment","src":"12368:29:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12387:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12392:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12383:3:15"},"nodeType":"YulFunctionCall","src":"12383:14:15"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"12368:11:15"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12302:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"12307:6:15","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"12318:11:15","type":""}],"src":"12234:169:15"},{"body":{"nodeType":"YulBlock","src":"12515:65:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12537:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"12545:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12533:3:15"},"nodeType":"YulFunctionCall","src":"12533:14:15"},{"hexValue":"476174657761793a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"12549:23:15","type":"","value":"Gateway: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12526:6:15"},"nodeType":"YulFunctionCall","src":"12526:47:15"},"nodeType":"YulExpressionStatement","src":"12526:47:15"}]},"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"12507:6:15","type":""}],"src":"12409:171:15"},{"body":{"nodeType":"YulBlock","src":"12732:220:15","statements":[{"nodeType":"YulAssignment","src":"12742:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12808:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12813:2:15","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12749:58:15"},"nodeType":"YulFunctionCall","src":"12749:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12742:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12914:3:15"}],"functionName":{"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulIdentifier","src":"12825:88:15"},"nodeType":"YulFunctionCall","src":"12825:93:15"},"nodeType":"YulExpressionStatement","src":"12825:93:15"},{"nodeType":"YulAssignment","src":"12927:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12938:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12943:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12934:3:15"},"nodeType":"YulFunctionCall","src":"12934:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12927:3:15"}]}]},"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12720:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12728:3:15","type":""}],"src":"12586:366:15"},{"body":{"nodeType":"YulBlock","src":"13129:248:15","statements":[{"nodeType":"YulAssignment","src":"13139:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13151:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"13162:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13147:3:15"},"nodeType":"YulFunctionCall","src":"13147:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13139:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13186:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"13197:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13182:3:15"},"nodeType":"YulFunctionCall","src":"13182:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13205:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"13211:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13201:3:15"},"nodeType":"YulFunctionCall","src":"13201:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13175:6:15"},"nodeType":"YulFunctionCall","src":"13175:47:15"},"nodeType":"YulExpressionStatement","src":"13175:47:15"},{"nodeType":"YulAssignment","src":"13231:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13365:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13239:124:15"},"nodeType":"YulFunctionCall","src":"13239:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13231:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13109:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13124:4:15","type":""}],"src":"12958:419:15"},{"body":{"nodeType":"YulBlock","src":"13489:118:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13511:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"13519:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13507:3:15"},"nodeType":"YulFunctionCall","src":"13507:14:15"},{"hexValue":"476174657761793a207472656173757279206164647265737320616c72656164","kind":"string","nodeType":"YulLiteral","src":"13523:34:15","type":"","value":"Gateway: treasury address alread"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13500:6:15"},"nodeType":"YulFunctionCall","src":"13500:58:15"},"nodeType":"YulExpressionStatement","src":"13500:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13579:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"13587:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13575:3:15"},"nodeType":"YulFunctionCall","src":"13575:15:15"},{"hexValue":"7920736574","kind":"string","nodeType":"YulLiteral","src":"13592:7:15","type":"","value":"y set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13568:6:15"},"nodeType":"YulFunctionCall","src":"13568:32:15"},"nodeType":"YulExpressionStatement","src":"13568:32:15"}]},"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"13481:6:15","type":""}],"src":"13383:224:15"},{"body":{"nodeType":"YulBlock","src":"13759:220:15","statements":[{"nodeType":"YulAssignment","src":"13769:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13835:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13840:2:15","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13776:58:15"},"nodeType":"YulFunctionCall","src":"13776:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13769:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13941:3:15"}],"functionName":{"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulIdentifier","src":"13852:88:15"},"nodeType":"YulFunctionCall","src":"13852:93:15"},"nodeType":"YulExpressionStatement","src":"13852:93:15"},{"nodeType":"YulAssignment","src":"13954:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13965:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13970:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13961:3:15"},"nodeType":"YulFunctionCall","src":"13961:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13954:3:15"}]}]},"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13747:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13755:3:15","type":""}],"src":"13613:366:15"},{"body":{"nodeType":"YulBlock","src":"14156:248:15","statements":[{"nodeType":"YulAssignment","src":"14166:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14178:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"14189:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14174:3:15"},"nodeType":"YulFunctionCall","src":"14174:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14166:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14213:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"14224:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14209:3:15"},"nodeType":"YulFunctionCall","src":"14209:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14232:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"14238:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"14228:3:15"},"nodeType":"YulFunctionCall","src":"14228:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14202:6:15"},"nodeType":"YulFunctionCall","src":"14202:47:15"},"nodeType":"YulExpressionStatement","src":"14202:47:15"},{"nodeType":"YulAssignment","src":"14258:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14392:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14266:124:15"},"nodeType":"YulFunctionCall","src":"14266:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14258:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14136:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14151:4:15","type":""}],"src":"13985:419:15"},{"body":{"nodeType":"YulBlock","src":"14516:120:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14538:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"14546:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14534:3:15"},"nodeType":"YulFunctionCall","src":"14534:14:15"},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c7265","kind":"string","nodeType":"YulLiteral","src":"14550:34:15","type":"","value":"Gateway: aggregator address alre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14527:6:15"},"nodeType":"YulFunctionCall","src":"14527:58:15"},"nodeType":"YulExpressionStatement","src":"14527:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14606:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"14614:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14602:3:15"},"nodeType":"YulFunctionCall","src":"14602:15:15"},{"hexValue":"61647920736574","kind":"string","nodeType":"YulLiteral","src":"14619:9:15","type":"","value":"ady set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14595:6:15"},"nodeType":"YulFunctionCall","src":"14595:34:15"},"nodeType":"YulExpressionStatement","src":"14595:34:15"}]},"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"14508:6:15","type":""}],"src":"14410:226:15"},{"body":{"nodeType":"YulBlock","src":"14788:220:15","statements":[{"nodeType":"YulAssignment","src":"14798:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14864:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"14869:2:15","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14805:58:15"},"nodeType":"YulFunctionCall","src":"14805:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"14798:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14970:3:15"}],"functionName":{"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulIdentifier","src":"14881:88:15"},"nodeType":"YulFunctionCall","src":"14881:93:15"},"nodeType":"YulExpressionStatement","src":"14881:93:15"},{"nodeType":"YulAssignment","src":"14983:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14994:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"14999:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14990:3:15"},"nodeType":"YulFunctionCall","src":"14990:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"14983:3:15"}]}]},"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"14776:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"14784:3:15","type":""}],"src":"14642:366:15"},{"body":{"nodeType":"YulBlock","src":"15185:248:15","statements":[{"nodeType":"YulAssignment","src":"15195:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15207:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15218:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15203:3:15"},"nodeType":"YulFunctionCall","src":"15203:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15195:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15242:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15253:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15238:3:15"},"nodeType":"YulFunctionCall","src":"15238:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15261:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"15267:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"15257:3:15"},"nodeType":"YulFunctionCall","src":"15257:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15231:6:15"},"nodeType":"YulFunctionCall","src":"15231:47:15"},"nodeType":"YulExpressionStatement","src":"15231:47:15"},{"nodeType":"YulAssignment","src":"15287:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15421:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15295:124:15"},"nodeType":"YulFunctionCall","src":"15295:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15287:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15165:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15180:4:15","type":""}],"src":"15014:419:15"},{"body":{"nodeType":"YulBlock","src":"15502:52:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15519:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15541:5:15"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"15524:16:15"},"nodeType":"YulFunctionCall","src":"15524:23:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15512:6:15"},"nodeType":"YulFunctionCall","src":"15512:36:15"},"nodeType":"YulExpressionStatement","src":"15512:36:15"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15490:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15497:3:15","type":""}],"src":"15439:115:15"},{"body":{"nodeType":"YulBlock","src":"15656:122:15","statements":[{"nodeType":"YulAssignment","src":"15666:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15678:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15689:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15674:3:15"},"nodeType":"YulFunctionCall","src":"15674:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15666:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"15744:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15757:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15768:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15753:3:15"},"nodeType":"YulFunctionCall","src":"15753:17:15"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"15702:41:15"},"nodeType":"YulFunctionCall","src":"15702:69:15"},"nodeType":"YulExpressionStatement","src":"15702:69:15"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15628:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"15640:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15651:4:15","type":""}],"src":"15560:218:15"},{"body":{"nodeType":"YulBlock","src":"15890:122:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15912:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"15920:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15908:3:15"},"nodeType":"YulFunctionCall","src":"15908:14:15"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"15924:34:15","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15901:6:15"},"nodeType":"YulFunctionCall","src":"15901:58:15"},"nodeType":"YulExpressionStatement","src":"15901:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15980:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"15988:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15976:3:15"},"nodeType":"YulFunctionCall","src":"15976:15:15"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"15993:11:15","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15969:6:15"},"nodeType":"YulFunctionCall","src":"15969:36:15"},"nodeType":"YulExpressionStatement","src":"15969:36:15"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"15882:6:15","type":""}],"src":"15784:228:15"},{"body":{"nodeType":"YulBlock","src":"16164:220:15","statements":[{"nodeType":"YulAssignment","src":"16174:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16240:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"16245:2:15","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16181:58:15"},"nodeType":"YulFunctionCall","src":"16181:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"16174:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16346:3:15"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"16257:88:15"},"nodeType":"YulFunctionCall","src":"16257:93:15"},"nodeType":"YulExpressionStatement","src":"16257:93:15"},{"nodeType":"YulAssignment","src":"16359:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16370:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"16375:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16366:3:15"},"nodeType":"YulFunctionCall","src":"16366:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"16359:3:15"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"16152:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"16160:3:15","type":""}],"src":"16018:366:15"},{"body":{"nodeType":"YulBlock","src":"16561:248:15","statements":[{"nodeType":"YulAssignment","src":"16571:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16583:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"16594:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16579:3:15"},"nodeType":"YulFunctionCall","src":"16579:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16571:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16618:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"16629:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16614:3:15"},"nodeType":"YulFunctionCall","src":"16614:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16637:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"16643:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16633:3:15"},"nodeType":"YulFunctionCall","src":"16633:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16607:6:15"},"nodeType":"YulFunctionCall","src":"16607:47:15"},"nodeType":"YulExpressionStatement","src":"16607:47:15"},{"nodeType":"YulAssignment","src":"16663:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16797:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16671:124:15"},"nodeType":"YulFunctionCall","src":"16671:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16663:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16541:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16556:4:15","type":""}],"src":"16390:419:15"},{"body":{"nodeType":"YulBlock","src":"16921:67:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"16943:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"16951:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16939:3:15"},"nodeType":"YulFunctionCall","src":"16939:14:15"},{"hexValue":"476174657761793a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"16955:25:15","type":"","value":"Gateway: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16932:6:15"},"nodeType":"YulFunctionCall","src":"16932:49:15"},"nodeType":"YulExpressionStatement","src":"16932:49:15"}]},"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"16913:6:15","type":""}],"src":"16815:173:15"},{"body":{"nodeType":"YulBlock","src":"17140:220:15","statements":[{"nodeType":"YulAssignment","src":"17150:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17216:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"17221:2:15","type":"","value":"23"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17157:58:15"},"nodeType":"YulFunctionCall","src":"17157:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"17150:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17322:3:15"}],"functionName":{"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulIdentifier","src":"17233:88:15"},"nodeType":"YulFunctionCall","src":"17233:93:15"},"nodeType":"YulExpressionStatement","src":"17233:93:15"},{"nodeType":"YulAssignment","src":"17335:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17346:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"17351:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17342:3:15"},"nodeType":"YulFunctionCall","src":"17342:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"17335:3:15"}]}]},"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"17128:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"17136:3:15","type":""}],"src":"16994:366:15"},{"body":{"nodeType":"YulBlock","src":"17537:248:15","statements":[{"nodeType":"YulAssignment","src":"17547:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17559:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"17570:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17555:3:15"},"nodeType":"YulFunctionCall","src":"17555:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17547:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17594:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"17605:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17590:3:15"},"nodeType":"YulFunctionCall","src":"17590:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17613:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"17619:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"17609:3:15"},"nodeType":"YulFunctionCall","src":"17609:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17583:6:15"},"nodeType":"YulFunctionCall","src":"17583:47:15"},"nodeType":"YulExpressionStatement","src":"17583:47:15"},{"nodeType":"YulAssignment","src":"17639:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17773:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17647:124:15"},"nodeType":"YulFunctionCall","src":"17647:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17639:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17517:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"17532:4:15","type":""}],"src":"17366:419:15"},{"body":{"nodeType":"YulBlock","src":"17856:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17873:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17896:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"17878:17:15"},"nodeType":"YulFunctionCall","src":"17878:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17866:6:15"},"nodeType":"YulFunctionCall","src":"17866:37:15"},"nodeType":"YulExpressionStatement","src":"17866:37:15"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17844:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"17851:3:15","type":""}],"src":"17791:118:15"},{"body":{"nodeType":"YulBlock","src":"18013:124:15","statements":[{"nodeType":"YulAssignment","src":"18023:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18035:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"18046:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18031:3:15"},"nodeType":"YulFunctionCall","src":"18031:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18023:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"18103:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18116:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"18127:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18112:3:15"},"nodeType":"YulFunctionCall","src":"18112:17:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"18059:43:15"},"nodeType":"YulFunctionCall","src":"18059:71:15"},"nodeType":"YulExpressionStatement","src":"18059:71:15"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17985:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"17997:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18008:4:15","type":""}],"src":"17915:222:15"},{"body":{"nodeType":"YulBlock","src":"18249:76:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"18271:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"18279:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18267:3:15"},"nodeType":"YulFunctionCall","src":"18267:14:15"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"18283:34:15","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18260:6:15"},"nodeType":"YulFunctionCall","src":"18260:58:15"},"nodeType":"YulExpressionStatement","src":"18260:58:15"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"18241:6:15","type":""}],"src":"18143:182:15"},{"body":{"nodeType":"YulBlock","src":"18477:220:15","statements":[{"nodeType":"YulAssignment","src":"18487:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18553:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"18558:2:15","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18494:58:15"},"nodeType":"YulFunctionCall","src":"18494:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"18487:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18659:3:15"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"18570:88:15"},"nodeType":"YulFunctionCall","src":"18570:93:15"},"nodeType":"YulExpressionStatement","src":"18570:93:15"},{"nodeType":"YulAssignment","src":"18672:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18683:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"18688:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18679:3:15"},"nodeType":"YulFunctionCall","src":"18679:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"18672:3:15"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"18465:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"18473:3:15","type":""}],"src":"18331:366:15"},{"body":{"nodeType":"YulBlock","src":"18874:248:15","statements":[{"nodeType":"YulAssignment","src":"18884:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18896:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"18907:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18892:3:15"},"nodeType":"YulFunctionCall","src":"18892:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18884:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18931:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"18942:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18927:3:15"},"nodeType":"YulFunctionCall","src":"18927:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"18950:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"18956:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18946:3:15"},"nodeType":"YulFunctionCall","src":"18946:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18920:6:15"},"nodeType":"YulFunctionCall","src":"18920:47:15"},"nodeType":"YulExpressionStatement","src":"18920:47:15"},{"nodeType":"YulAssignment","src":"18976:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"19110:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18984:124:15"},"nodeType":"YulFunctionCall","src":"18984:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18976:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18854:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18869:4:15","type":""}],"src":"18703:419:15"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$2716_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$2716_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2716_storage_to_t_struct$_Institution_$2716_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2716_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2716_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: treasury address alread\")\n\n mstore(add(memPtr, 32), \"y set\")\n\n }\n\n function abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: aggregator address alre\")\n\n mstore(add(memPtr, 32), \"ady set\")\n\n }\n\n function abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 23)\n store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":15,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100935760003560e01c806379ba50971161006657806379ba5097146100f65780638da5cb5b14610100578063cd9924001461011e578063e30c39781461013a578063f2fde38b1461015857610093565b8063322008821461009857806340ebc677146100b457806347094e2e146100d0578063715018a6146100ec575b600080fd5b6100b260048036038101906100ad9190610d03565b610174565b005b6100ce60048036038101906100c99190610dbd565b6102e9565b005b6100ea60048036038101906100e59190610e3d565b6105b1565b005b6100f461061c565b005b6100fe610630565b005b6101086106bd565b6040516101159190610e79565b60405180910390f35b61013860048036038101906101339190610eca565b6106e7565b005b61014261086c565b60405161014f9190610e79565b60405180910390f35b610172600480360381019061016d9190610f1d565b610896565b005b61017c610943565b60cd6000838152602001908152602001600020600061019b9190610ac0565b60005b815181101561029a5760cd60008481526020019081526020016000208282815181106101cd576101cc610f4a565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061023257610231610f4a565b5b60200260200101516020015181526020018481525060ce600084848151811061025e5761025d610f4a565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061019e565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102dd91906110b3565b60405180910390a25050565b6102f1610943565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610360576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161035790611132565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610463578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610419576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610410906111c4565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610561565b7f61676772656761746f72000000000000000000000000000000000000000000008303610560578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361051a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051190611256565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105ac578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105b9610943565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516106119190611285565b60405180910390a150565b610624610943565b61062e60006109c1565b565b600061063a6109f2565b90508073ffffffffffffffffffffffffffffffffffffffff1661065b61086c565b73ffffffffffffffffffffffffffffffffffffffff16146106b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a890611312565b60405180910390fd5b6106ba816109c1565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6106ef610943565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361075e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161075590611132565b60405180910390fd5b600181148061076d5750600281145b6107ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107a39061137e565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610867578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161085e91906113ad565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61089e610943565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108fe6106bd565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61094b6109f2565b73ffffffffffffffffffffffffffffffffffffffff166109696106bd565b73ffffffffffffffffffffffffffffffffffffffff16146109bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b690611414565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109ef816109fa565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610ae19190610ae4565b50565b5b80821115610b0757600080820160009055600182016000905550600201610ae5565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b3281610b1f565b8114610b3d57600080fd5b50565b600081359050610b4f81610b29565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610ba382610b5a565b810181811067ffffffffffffffff82111715610bc257610bc1610b6b565b5b80604052505050565b6000610bd5610b0b565b9050610be18282610b9a565b919050565b600067ffffffffffffffff821115610c0157610c00610b6b565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c3257610c31610c17565b5b610c3c6040610bcb565b90506000610c4c84828501610b40565b6000830152506020610c6084828501610b40565b60208301525092915050565b6000610c7f610c7a84610be6565b610bcb565b90508083825260208201905060408402830185811115610ca257610ca1610c12565b5b835b81811015610ccb5780610cb78882610c1c565b845260208401935050604081019050610ca4565b5050509392505050565b600082601f830112610cea57610ce9610b55565b5b8135610cfa848260208601610c6c565b91505092915050565b60008060408385031215610d1a57610d19610b15565b5b6000610d2885828601610b40565b925050602083013567ffffffffffffffff811115610d4957610d48610b1a565b5b610d5585828601610cd5565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d8a82610d5f565b9050919050565b610d9a81610d7f565b8114610da557600080fd5b50565b600081359050610db781610d91565b92915050565b60008060408385031215610dd457610dd3610b15565b5b6000610de285828601610b40565b9250506020610df385828601610da8565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e1a81610dfd565b8114610e2557600080fd5b50565b600081359050610e3781610e11565b92915050565b600060208284031215610e5357610e52610b15565b5b6000610e6184828501610e28565b91505092915050565b610e7381610d7f565b82525050565b6000602082019050610e8e6000830184610e6a565b92915050565b6000819050919050565b610ea781610e94565b8114610eb257600080fd5b50565b600081359050610ec481610e9e565b92915050565b600080600060608486031215610ee357610ee2610b15565b5b6000610ef186828701610b40565b9350506020610f0286828701610da8565b9250506040610f1386828701610eb5565b9150509250925092565b600060208284031215610f3357610f32610b15565b5b6000610f4184828501610da8565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fd4610fcf83610faa565b610fb7565b9050919050565b610fe481610b1f565b82525050565b604082016000808301549050610fff81610fc1565b61100c6000860182610fdb565b506001830154905061101d81610fc1565b61102a6020860182610fdb565b5050505050565b600061103d8383610fea565b60408301905092915050565b6000600282019050919050565b600061106182610f79565b61106b8185610f84565b935061107683610f95565b8060005b838110156110a6578161108d8882611031565b975061109883611049565b92505060018101905061107a565b5085935050505092915050565b600060208201905081810360008301526110cd8184611056565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061111c6015836110d5565b9150611127826110e6565b602082019050919050565b6000602082019050818103600083015261114b8161110f565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111ae6025836110d5565b91506111b982611152565b604082019050919050565b600060208201905081810360008301526111dd816111a1565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006112406027836110d5565b915061124b826111e4565b604082019050919050565b6000602082019050818103600083015261126f81611233565b9050919050565b61127f81610dfd565b82525050565b600060208201905061129a6000830184611276565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006112fc6029836110d5565b9150611307826112a0565b604082019050919050565b6000602082019050818103600083015261132b816112ef565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113686017836110d5565b915061137382611332565b602082019050919050565b600060208201905081810360008301526113978161135b565b9050919050565b6113a781610e94565b82525050565b60006020820190506113c2600083018461139e565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006113fe6020836110d5565b9150611409826113c8565b602082019050919050565b6000602082019050818103600083015261142d816113f1565b905091905056fea2646970667358221220a5cf2406f8bb007a45008610cf8baf05dde6f3dbf02727307f944766ecf3cbe164736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x93 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xF6 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x11E JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x13A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x158 JUMPI PUSH2 0x93 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x98 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xB4 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0xD0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xEC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAD SWAP2 SWAP1 PUSH2 0xD03 JUMP JUMPDEST PUSH2 0x174 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC9 SWAP2 SWAP1 PUSH2 0xDBD JUMP JUMPDEST PUSH2 0x2E9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE5 SWAP2 SWAP1 PUSH2 0xE3D JUMP JUMPDEST PUSH2 0x5B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x61C JUMP JUMPDEST STOP JUMPDEST PUSH2 0xFE PUSH2 0x630 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x108 PUSH2 0x6BD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x115 SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x138 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x133 SWAP2 SWAP1 PUSH2 0xECA JUMP JUMPDEST PUSH2 0x6E7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x142 PUSH2 0x86C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14F SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x172 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x16D SWAP2 SWAP1 PUSH2 0xF1D JUMP JUMPDEST PUSH2 0x896 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x17C PUSH2 0x943 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x19B SWAP2 SWAP1 PUSH2 0xAC0 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x29A JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1CD JUMPI PUSH2 0x1CC PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x232 JUMPI PUSH2 0x231 PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x25E JUMPI PUSH2 0x25D PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x19E JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x2DD SWAP2 SWAP1 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x2F1 PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x360 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x357 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x463 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x419 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x410 SWAP1 PUSH2 0x11C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x561 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x560 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x51A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x511 SWAP1 PUSH2 0x1256 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x5AC JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x5B9 PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x611 SWAP2 SWAP1 PUSH2 0x1285 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH2 0x624 PUSH2 0x943 JUMP JUMPDEST PUSH2 0x62E PUSH1 0x0 PUSH2 0x9C1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x63A PUSH2 0x9F2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x65B PUSH2 0x86C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x6B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A8 SWAP1 PUSH2 0x1312 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6BA DUP2 PUSH2 0x9C1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x6EF PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x75E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x755 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x76D JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x7AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7A3 SWAP1 PUSH2 0x137E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x867 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x85E SWAP2 SWAP1 PUSH2 0x13AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x89E PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FE PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x94B PUSH2 0x9F2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x969 PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9BF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B6 SWAP1 PUSH2 0x1414 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x9EF DUP2 PUSH2 0x9FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xAE1 SWAP2 SWAP1 PUSH2 0xAE4 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xB07 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xAE5 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB32 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP2 EQ PUSH2 0xB3D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB4F DUP2 PUSH2 0xB29 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xBA3 DUP3 PUSH2 0xB5A JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xBC2 JUMPI PUSH2 0xBC1 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD5 PUSH2 0xB0B JUMP JUMPDEST SWAP1 POP PUSH2 0xBE1 DUP3 DUP3 PUSH2 0xB9A JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xC01 JUMPI PUSH2 0xC00 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC32 JUMPI PUSH2 0xC31 PUSH2 0xC17 JUMP JUMPDEST JUMPDEST PUSH2 0xC3C PUSH1 0x40 PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC4C DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xC60 DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC7F PUSH2 0xC7A DUP5 PUSH2 0xBE6 JUMP JUMPDEST PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0xC12 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCCB JUMPI DUP1 PUSH2 0xCB7 DUP9 DUP3 PUSH2 0xC1C JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xCA4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xCEA JUMPI PUSH2 0xCE9 PUSH2 0xB55 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xCFA DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xC6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD1A JUMPI PUSH2 0xD19 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD28 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD49 JUMPI PUSH2 0xD48 PUSH2 0xB1A JUMP JUMPDEST JUMPDEST PUSH2 0xD55 DUP6 DUP3 DUP7 ADD PUSH2 0xCD5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP3 PUSH2 0xD5F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD9A DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP2 EQ PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xDB7 DUP2 PUSH2 0xD91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDD4 JUMPI PUSH2 0xDD3 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDE2 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDF3 DUP6 DUP3 DUP7 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE1A DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP2 EQ PUSH2 0xE25 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xE37 DUP2 PUSH2 0xE11 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE53 JUMPI PUSH2 0xE52 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xE61 DUP5 DUP3 DUP6 ADD PUSH2 0xE28 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE73 DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE8E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE6A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEC4 DUP2 PUSH2 0xE9E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEE3 JUMPI PUSH2 0xEE2 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEF1 DUP7 DUP3 DUP8 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xF02 DUP7 DUP3 DUP8 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF13 DUP7 DUP3 DUP8 ADD PUSH2 0xEB5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF33 JUMPI PUSH2 0xF32 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF41 DUP5 DUP3 DUP6 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFD4 PUSH2 0xFCF DUP4 PUSH2 0xFAA JUMP JUMPDEST PUSH2 0xFB7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFE4 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFFF DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x100C PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x101D DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x102A PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x103D DUP4 DUP4 PUSH2 0xFEA JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1061 DUP3 PUSH2 0xF79 JUMP JUMPDEST PUSH2 0x106B DUP2 DUP6 PUSH2 0xF84 JUMP JUMPDEST SWAP4 POP PUSH2 0x1076 DUP4 PUSH2 0xF95 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A6 JUMPI DUP2 PUSH2 0x108D DUP9 DUP3 PUSH2 0x1031 JUMP JUMPDEST SWAP8 POP PUSH2 0x1098 DUP4 PUSH2 0x1049 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x107A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CD DUP2 DUP5 PUSH2 0x1056 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x111C PUSH1 0x15 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1127 DUP3 PUSH2 0x10E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x114B DUP2 PUSH2 0x110F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11AE PUSH1 0x25 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x11B9 DUP3 PUSH2 0x1152 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11DD DUP2 PUSH2 0x11A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1240 PUSH1 0x27 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x124B DUP3 PUSH2 0x11E4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x126F DUP2 PUSH2 0x1233 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x129A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1276 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12FC PUSH1 0x29 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1307 DUP3 PUSH2 0x12A0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x132B DUP2 PUSH2 0x12EF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1368 PUSH1 0x17 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1373 DUP3 PUSH2 0x1332 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1397 DUP2 PUSH2 0x135B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13A7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x139E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13FE PUSH1 0x20 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1409 DUP3 PUSH2 0x13C8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x142D DUP2 PUSH2 0x13F1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xA5 0xCF 0x24 MOD 0xF8 0xBB STOP PUSH27 0x45008610CF8BAF05DDE6F3DBF02727307F944766ECF3CBE164736F PUSH13 0x63430008120033000000000000 ","sourceMap":"338:3609:11:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2323:539;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3394:551;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2085:101:1;;;:::i;:::-;;2031:212:0;;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:11;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2323:539:11;1355:13:1;:11;:13::i;:::-;2461:21:11::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;3394:551::-;1355:13:1;:11;:13::i;:::-;3502:1:11::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:1;:11;:13::i;:::-;3094:19:11::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;1773:335:11:-;1355:13:1;:11;:13::i;:::-;1894:1:11::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;1436:178::-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:5:-;939:7;965:10;958:17;;886:96;:::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:15:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:117::-;799:1;796;789:12;813:102;854:6;905:2;901:7;896:2;889:5;885:14;881:28;871:38;;813:102;;;:::o;921:180::-;969:77;966:1;959:88;1066:4;1063:1;1056:15;1090:4;1087:1;1080:15;1107:281;1190:27;1212:4;1190:27;:::i;:::-;1182:6;1178:40;1320:6;1308:10;1305:22;1284:18;1272:10;1269:34;1266:62;1263:88;;;1331:18;;:::i;:::-;1263:88;1371:10;1367:2;1360:22;1150:238;1107:281;;:::o;1394:129::-;1428:6;1455:20;;:::i;:::-;1445:30;;1484:33;1512:4;1504:6;1484:33;:::i;:::-;1394:129;;;:::o;1529:340::-;1635:4;1725:18;1717:6;1714:30;1711:56;;;1747:18;;:::i;:::-;1711:56;1797:4;1789:6;1785:17;1777:25;;1857:4;1851;1847:15;1839:23;;1529:340;;;:::o;1875:117::-;1984:1;1981;1974:12;1998:117;2107:1;2104;2097:12;2284:578;2362:5;2406:4;2394:9;2389:3;2385:19;2381:30;2378:117;;;2414:79;;:::i;:::-;2378:117;2513:21;2529:4;2513:21;:::i;:::-;2504:30;;2593:1;2633:49;2678:3;2669:6;2658:9;2654:22;2633:49;:::i;:::-;2626:4;2619:5;2615:16;2608:75;2544:150;2753:2;2794:49;2839:3;2830:6;2819:9;2815:22;2794:49;:::i;:::-;2787:4;2780:5;2776:16;2769:75;2704:151;2284:578;;;;:::o;2910:797::-;3035:5;3060:110;3076:93;3162:6;3076:93;:::i;:::-;3060:110;:::i;:::-;3051:119;;3190:5;3219:6;3212:5;3205:21;3253:4;3246:5;3242:16;3235:23;;3306:4;3298:6;3294:17;3286:6;3282:30;3335:3;3327:6;3324:15;3321:122;;;3354:79;;:::i;:::-;3321:122;3469:6;3452:249;3486:6;3481:3;3478:15;3452:249;;;3561:3;3590:66;3652:3;3640:10;3590:66;:::i;:::-;3585:3;3578:79;3686:4;3681:3;3677:14;3670:21;;3528:173;3512:4;3507:3;3503:14;3496:21;;3452:249;;;3456:21;3041:666;;2910:797;;;;;:::o;3755:428::-;3855:5;3904:3;3897:4;3889:6;3885:17;3881:27;3871:122;;3912:79;;:::i;:::-;3871:122;4029:6;4016:20;4054:123;4173:3;4165:6;4158:4;4150:6;4146:17;4054:123;:::i;:::-;4045:132;;3861:322;3755:428;;;;:::o;4189:742::-;4311:6;4319;4368:2;4356:9;4347:7;4343:23;4339:32;4336:119;;;4374:79;;:::i;:::-;4336:119;4494:1;4519:53;4564:7;4555:6;4544:9;4540:22;4519:53;:::i;:::-;4509:63;;4465:117;4649:2;4638:9;4634:18;4621:32;4680:18;4672:6;4669:30;4666:117;;;4702:79;;:::i;:::-;4666:117;4807:107;4906:7;4897:6;4886:9;4882:22;4807:107;:::i;:::-;4797:117;;4592:332;4189:742;;;;;:::o;4937:126::-;4974:7;5014:42;5007:5;5003:54;4992:65;;4937:126;;;:::o;5069:96::-;5106:7;5135:24;5153:5;5135:24;:::i;:::-;5124:35;;5069:96;;;:::o;5171:122::-;5244:24;5262:5;5244:24;:::i;:::-;5237:5;5234:35;5224:63;;5283:1;5280;5273:12;5224:63;5171:122;:::o;5299:139::-;5345:5;5383:6;5370:20;5361:29;;5399:33;5426:5;5399:33;:::i;:::-;5299:139;;;;:::o;5444:474::-;5512:6;5520;5569:2;5557:9;5548:7;5544:23;5540:32;5537:119;;;5575:79;;:::i;:::-;5537:119;5695:1;5720:53;5765:7;5756:6;5745:9;5741:22;5720:53;:::i;:::-;5710:63;;5666:117;5822:2;5848:53;5893:7;5884:6;5873:9;5869:22;5848:53;:::i;:::-;5838:63;;5793:118;5444:474;;;;;:::o;5924:101::-;5960:7;6000:18;5993:5;5989:30;5978:41;;5924:101;;;:::o;6031:120::-;6103:23;6120:5;6103:23;:::i;:::-;6096:5;6093:34;6083:62;;6141:1;6138;6131:12;6083:62;6031:120;:::o;6157:137::-;6202:5;6240:6;6227:20;6218:29;;6256:32;6282:5;6256:32;:::i;:::-;6157:137;;;;:::o;6300:327::-;6358:6;6407:2;6395:9;6386:7;6382:23;6378:32;6375:119;;;6413:79;;:::i;:::-;6375:119;6533:1;6558:52;6602:7;6593:6;6582:9;6578:22;6558:52;:::i;:::-;6548:62;;6504:116;6300:327;;;;:::o;6633:118::-;6720:24;6738:5;6720:24;:::i;:::-;6715:3;6708:37;6633:118;;:::o;6757:222::-;6850:4;6888:2;6877:9;6873:18;6865:26;;6901:71;6969:1;6958:9;6954:17;6945:6;6901:71;:::i;:::-;6757:222;;;;:::o;6985:77::-;7022:7;7051:5;7040:16;;6985:77;;;:::o;7068:122::-;7141:24;7159:5;7141:24;:::i;:::-;7134:5;7131:35;7121:63;;7180:1;7177;7170:12;7121:63;7068:122;:::o;7196:139::-;7242:5;7280:6;7267:20;7258:29;;7296:33;7323:5;7296:33;:::i;:::-;7196:139;;;;:::o;7341:619::-;7418:6;7426;7434;7483:2;7471:9;7462:7;7458:23;7454:32;7451:119;;;7489:79;;:::i;:::-;7451:119;7609:1;7634:53;7679:7;7670:6;7659:9;7655:22;7634:53;:::i;:::-;7624:63;;7580:117;7736:2;7762:53;7807:7;7798:6;7787:9;7783:22;7762:53;:::i;:::-;7752:63;;7707:118;7864:2;7890:53;7935:7;7926:6;7915:9;7911:22;7890:53;:::i;:::-;7880:63;;7835:118;7341:619;;;;;:::o;7966:329::-;8025:6;8074:2;8062:9;8053:7;8049:23;8045:32;8042:119;;;8080:79;;:::i;:::-;8042:119;8200:1;8225:53;8270:7;8261:6;8250:9;8246:22;8225:53;:::i;:::-;8215:63;;8171:117;7966:329;;;;:::o;8301:180::-;8349:77;8346:1;8339:88;8446:4;8443:1;8436:15;8470:4;8467:1;8460:15;8487:137;8577:6;8611:5;8605:12;8595:22;;8487:137;;;:::o;8630:213::-;8758:11;8792:6;8787:3;8780:19;8832:4;8827:3;8823:14;8808:29;;8630:213;;;;:::o;8849:182::-;8939:4;8962:3;8954:11;;8985:3;8982:1;8975:14;9019:4;9016:1;9006:18;8998:26;;8849:182;;;:::o;9037:102::-;9079:8;9126:5;9123:1;9119:13;9098:34;;9037:102;;;:::o;9145:90::-;9195:7;9224:5;9213:16;;9145:90;;;:::o;9241:166::-;9310:5;9335:66;9366:34;9389:10;9366:34;:::i;:::-;9335:66;:::i;:::-;9326:75;;9241:166;;;:::o;9413:108::-;9490:24;9508:5;9490:24;:::i;:::-;9485:3;9478:37;9413:108;;:::o;9603:689::-;9745:4;9740:3;9736:14;9776:1;9851:4;9844:5;9840:16;9834:23;9821:36;;9890:55;9935:9;9890:55;:::i;:::-;9958:63;10015:4;10010:3;10006:14;9992:12;9958:63;:::i;:::-;9787:244;10105:4;10098:5;10094:16;10088:23;10075:36;;10144:55;10189:9;10144:55;:::i;:::-;10212:63;10269:4;10264:3;10260:14;10246:12;10212:63;:::i;:::-;10041:244;9714:578;;9603:689;;:::o;10298:289::-;10422:10;10443:101;10540:3;10532:6;10443:101;:::i;:::-;10576:4;10571:3;10567:14;10553:28;;10298:289;;;;:::o;10593:136::-;10686:4;10718;10713:3;10709:14;10701:22;;10593:136;;;:::o;10815:930::-;10986:3;11015:77;11086:5;11015:77;:::i;:::-;11108:115;11216:6;11211:3;11108:115;:::i;:::-;11101:122;;11247:79;11320:5;11247:79;:::i;:::-;11349:7;11380:1;11365:355;11390:6;11387:1;11384:13;11365:355;;;11460:6;11486:118;11600:3;11585:13;11486:118;:::i;:::-;11479:125;;11627:83;11703:6;11627:83;:::i;:::-;11617:93;;11425:295;11412:1;11409;11405:9;11400:14;;11365:355;;;11369:14;11736:3;11729:10;;10991:754;;;10815:930;;;;:::o;11751:477::-;11946:4;11984:2;11973:9;11969:18;11961:26;;12033:9;12027:4;12023:20;12019:1;12008:9;12004:17;11997:47;12061:160;12216:4;12207:6;12061:160;:::i;:::-;12053:168;;11751:477;;;;:::o;12234:169::-;12318:11;12352:6;12347:3;12340:19;12392:4;12387:3;12383:14;12368:29;;12234:169;;;;:::o;12409:171::-;12549:23;12545:1;12537:6;12533:14;12526:47;12409:171;:::o;12586:366::-;12728:3;12749:67;12813:2;12808:3;12749:67;:::i;:::-;12742:74;;12825:93;12914:3;12825:93;:::i;:::-;12943:2;12938:3;12934:12;12927:19;;12586:366;;;:::o;12958:419::-;13124:4;13162:2;13151:9;13147:18;13139:26;;13211:9;13205:4;13201:20;13197:1;13186:9;13182:17;13175:47;13239:131;13365:4;13239:131;:::i;:::-;13231:139;;12958:419;;;:::o;13383:224::-;13523:34;13519:1;13511:6;13507:14;13500:58;13592:7;13587:2;13579:6;13575:15;13568:32;13383:224;:::o;13613:366::-;13755:3;13776:67;13840:2;13835:3;13776:67;:::i;:::-;13769:74;;13852:93;13941:3;13852:93;:::i;:::-;13970:2;13965:3;13961:12;13954:19;;13613:366;;;:::o;13985:419::-;14151:4;14189:2;14178:9;14174:18;14166:26;;14238:9;14232:4;14228:20;14224:1;14213:9;14209:17;14202:47;14266:131;14392:4;14266:131;:::i;:::-;14258:139;;13985:419;;;:::o;14410:226::-;14550:34;14546:1;14538:6;14534:14;14527:58;14619:9;14614:2;14606:6;14602:15;14595:34;14410:226;:::o;14642:366::-;14784:3;14805:67;14869:2;14864:3;14805:67;:::i;:::-;14798:74;;14881:93;14970:3;14881:93;:::i;:::-;14999:2;14994:3;14990:12;14983:19;;14642:366;;;:::o;15014:419::-;15180:4;15218:2;15207:9;15203:18;15195:26;;15267:9;15261:4;15257:20;15253:1;15242:9;15238:17;15231:47;15295:131;15421:4;15295:131;:::i;:::-;15287:139;;15014:419;;;:::o;15439:115::-;15524:23;15541:5;15524:23;:::i;:::-;15519:3;15512:36;15439:115;;:::o;15560:218::-;15651:4;15689:2;15678:9;15674:18;15666:26;;15702:69;15768:1;15757:9;15753:17;15744:6;15702:69;:::i;:::-;15560:218;;;;:::o;15784:228::-;15924:34;15920:1;15912:6;15908:14;15901:58;15993:11;15988:2;15980:6;15976:15;15969:36;15784:228;:::o;16018:366::-;16160:3;16181:67;16245:2;16240:3;16181:67;:::i;:::-;16174:74;;16257:93;16346:3;16257:93;:::i;:::-;16375:2;16370:3;16366:12;16359:19;;16018:366;;;:::o;16390:419::-;16556:4;16594:2;16583:9;16579:18;16571:26;;16643:9;16637:4;16633:20;16629:1;16618:9;16614:17;16607:47;16671:131;16797:4;16671:131;:::i;:::-;16663:139;;16390:419;;;:::o;16815:173::-;16955:25;16951:1;16943:6;16939:14;16932:49;16815:173;:::o;16994:366::-;17136:3;17157:67;17221:2;17216:3;17157:67;:::i;:::-;17150:74;;17233:93;17322:3;17233:93;:::i;:::-;17351:2;17346:3;17342:12;17335:19;;16994:366;;;:::o;17366:419::-;17532:4;17570:2;17559:9;17555:18;17547:26;;17619:9;17613:4;17609:20;17605:1;17594:9;17590:17;17583:47;17647:131;17773:4;17647:131;:::i;:::-;17639:139;;17366:419;;;:::o;17791:118::-;17878:24;17896:5;17878:24;:::i;:::-;17873:3;17866:37;17791:118;;:::o;17915:222::-;18008:4;18046:2;18035:9;18031:18;18023:26;;18059:71;18127:1;18116:9;18112:17;18103:6;18059:71;:::i;:::-;17915:222;;;;:::o;18143:182::-;18283:34;18279:1;18271:6;18267:14;18260:58;18143:182;:::o;18331:366::-;18473:3;18494:67;18558:2;18553:3;18494:67;:::i;:::-;18487:74;;18570:93;18659:3;18570:93;:::i;:::-;18688:2;18683:3;18679:12;18672:19;;18331:366;;;:::o;18703:419::-;18869:4;18907:2;18896:9;18892:18;18884:26;;18956:9;18950:4;18946:20;18942:1;18931:9;18927:17;18920:47;18984:131;19110:4;18984:131;:::i;:::-;18976:139;;18703:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"1045200","executionCost":"1087","totalCost":"1046287"},"external":{"acceptOwnership()":"54658","owner()":"2544","pendingOwner()":"2588","renounceOwnership()":"54736","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","transferOwnership(address)":"infinite","updateProtocolAddress(bytes32,address)":"31094","updateProtocolFee(uint64)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","transferOwnership(address)":"f2fde38b","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolFee(uint64)":"47094e2e"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolFee(uint64)\":{\"details\":\"Updates the protocol fee percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fee percentage to be set.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/GatewaySettingManager.sol\":\"GatewaySettingManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"contracts/GatewaySettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title GatewaySettingManager\\n * @dev This contract manages the settings and configurations for the Gateway protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\\n\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\\n\\tuint256 internal MAX_BPS;\\n\\tuint64 internal protocolFeePercent;\\n\\taddress internal treasuryAddress;\\n\\taddress internal _aggregatorAddress;\\n\\n\\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n\\tuint256[50] private __gap;\\n\\n\\tmapping(address => uint256) internal _isTokenSupported;\\n\\n\\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n\\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n\\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n\\tevent SupportedInstitutionsUpdated(\\n\\t\\tbytes32 indexed currency,\\n\\t\\tSharedStructs.Institution[] institutions\\n\\t);\\n\\tevent ProtocolFeeUpdated(uint64 protocolFee);\\n\\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n\\tevent SetFeeRecipient(address indexed treasuryAddress);\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n\\t/**\\n\\t * @dev Sets the boolean value for a specific setting.\\n\\t * @param what The setting to be updated.\\n\\t * @param value The address or value associated with the setting.\\n\\t * @param status The boolean value to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\trequire(status == 1 || status == 2, 'Gateway: invalid status');\\n\\t\\tif (what == 'token') {\\n\\t\\t\\t_isTokenSupported[value] = status;\\n\\t\\t\\temit SettingManagerBool(what, value, status);\\n\\t\\t}\\n\\t}\\n\\n\\t/**\\n\\t * @dev Sets the supported institutions for a specific currency.\\n\\t * @param currency The currency for which the institutions are being set.\\n\\t * @param institutions The array of institutions to be set.\\n\\t */\\n\\tfunction setSupportedInstitutions(\\n\\t\\tbytes32 currency,\\n\\t\\tSharedStructs.Institution[] memory institutions\\n\\t) external onlyOwner {\\n\\t\\tdelete supportedInstitutions[currency];\\n\\t\\tfor (uint i; i < institutions.length; ) {\\n\\t\\t\\tsupportedInstitutions[currency].push(institutions[i]);\\n\\t\\t\\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n\\t\\t\\t\\tname: institutions[i].name,\\n\\t\\t\\t\\tcurrency: currency\\n\\t\\t\\t});\\n\\t\\t\\tunchecked {\\n\\t\\t\\t\\t++i;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates the protocol fee percentage.\\n\\t * @param _protocolFeePercent The new protocol fee percentage to be set.\\n\\t */\\n\\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\\n\\t\\tprotocolFeePercent = _protocolFeePercent;\\n\\t\\temit ProtocolFeeUpdated(_protocolFeePercent);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates a protocol address.\\n\\t * @param what The address type to be updated (treasury or aggregator).\\n\\t * @param value The new address to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\tbool updated;\\n\\t\\tif (what == 'treasury') {\\n\\t\\t\\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\\n\\t\\t\\ttreasuryAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t} else if (what == 'aggregator') {\\n\\t\\t\\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\\n\\t\\t\\t_aggregatorAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t}\\n\\t\\tif (updated) {\\n\\t\\t\\temit ProtocolAddressUpdated(what, value);\\n\\t\\t}\\n\\t}\\n}\\n\",\"keccak256\":\"0x7bf3fc733cbf8f2815924c2f10199aa0836d3b5d5b5b92b10cd4855d65773477\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":2276,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":2278,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":2280,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":2282,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":2286,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"154","type":"t_array(t_uint256)50_storage"},{"astId":2290,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_isTokenSupported","offset":0,"slot":"204","type":"t_mapping(t_address,t_uint256)"},{"astId":2296,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"supportedInstitutions","offset":0,"slot":"205","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)2716_storage)dyn_storage)"},{"astId":2301,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"supportedInstitutionsByCode","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)2721_storage)"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)2716_storage)dyn_storage":{"base":"t_struct(Institution)2716_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)2716_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)2716_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)2721_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)2721_storage"},"t_struct(Institution)2716_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":2713,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2715,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)2721_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":2718,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2720,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/interfaces/IGateway.sol":{"IGateway":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"protocolReward","type":"uint64"},{"internalType":"uint256","name":"max_bps","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"bool","name":"isRefunded","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IGateway.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","sender":"The address of the sender.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}}},"kind":"dev","methods":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"details":"Requirements: - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundAddress` refund address must not be zero address.","params":{"_amount":"The amount in the decimal of `_token` to be locked.","_institutionCode":"The institution code of the sender.","_rate":"The rate at which the sender intends to sell `_amount` of `_token`.","_refundAddress":"The address that will receive `_amount` in `_token` when there is a need to refund.","_senderFee":"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.","_senderFeeRecipient":"The address that will receive `_senderFee` in `_token`.","_token":"The address of the token.","messageHash":"The hash of the message."},"returns":{"_orderId":"The ID of the order."}},"getFeeDetails()":{"returns":{"max_bps":"The maximum basis points.","protocolReward":"The protocol reward amount."}},"getOrderInfo(bytes32)":{"params":{"_orderId":"The ID of the order."},"returns":{"_0":"Order The order details."}},"getSupportedInstitutionByCode(bytes32)":{"params":{"_code":"The institution code."},"returns":{"_0":"InstitutionByCode The institution details."}},"getSupportedInstitutions(bytes32)":{"params":{"_currency":"The currency code."},"returns":{"_0":"Institutions An array of institutions."}},"isTokenSupported(address)":{"params":{"_token":"The address of the token to check."},"returns":{"_0":"bool the token is supported."}},"refund(uint256,bytes32)":{"details":"Requirements: - Only aggregators can call this function.","params":{"_fee":"The amount to be deducted from the amount to be refunded.","_orderId":"The ID of the transaction."},"returns":{"_0":"bool the refund is successful."}},"settle(bytes32,bytes32,address,uint64)":{"params":{"_liquidityProvider":"The address of the liquidity provider.","_orderId":"The ID of the transaction.","_settlePercent":"The rate at which the transaction is settled.","_splitOrderId":"The ID of the split order."},"returns":{"_0":"bool the settlement is successful."}}},"title":"IGateway","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"d12ff20a","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","isTokenSupported(address)":"75151b63","refund(uint256,bytes32)":"71eedb88","settle(bytes32,bytes32,address,uint64)":"f22ee704"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"protocolReward\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"max_bps\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"isRefunded\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IGateway.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"sender\":\"The address of the sender.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}}},\"kind\":\"dev\",\"methods\":{\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"Requirements: - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundAddress` refund address must not be zero address.\",\"params\":{\"_amount\":\"The amount in the decimal of `_token` to be locked.\",\"_institutionCode\":\"The institution code of the sender.\",\"_rate\":\"The rate at which the sender intends to sell `_amount` of `_token`.\",\"_refundAddress\":\"The address that will receive `_amount` in `_token` when there is a need to refund.\",\"_senderFee\":\"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\",\"_senderFeeRecipient\":\"The address that will receive `_senderFee` in `_token`.\",\"_token\":\"The address of the token.\",\"messageHash\":\"The hash of the message.\"},\"returns\":{\"_orderId\":\"The ID of the order.\"}},\"getFeeDetails()\":{\"returns\":{\"max_bps\":\"The maximum basis points.\",\"protocolReward\":\"The protocol reward amount.\"}},\"getOrderInfo(bytes32)\":{\"params\":{\"_orderId\":\"The ID of the order.\"},\"returns\":{\"_0\":\"Order The order details.\"}},\"getSupportedInstitutionByCode(bytes32)\":{\"params\":{\"_code\":\"The institution code.\"},\"returns\":{\"_0\":\"InstitutionByCode The institution details.\"}},\"getSupportedInstitutions(bytes32)\":{\"params\":{\"_currency\":\"The currency code.\"},\"returns\":{\"_0\":\"Institutions An array of institutions.\"}},\"isTokenSupported(address)\":{\"params\":{\"_token\":\"The address of the token to check.\"},\"returns\":{\"_0\":\"bool the token is supported.\"}},\"refund(uint256,bytes32)\":{\"details\":\"Requirements: - Only aggregators can call this function.\",\"params\":{\"_fee\":\"The amount to be deducted from the amount to be refunded.\",\"_orderId\":\"The ID of the transaction.\"},\"returns\":{\"_0\":\"bool the refund is successful.\"}},\"settle(bytes32,bytes32,address,uint64)\":{\"params\":{\"_liquidityProvider\":\"The address of the liquidity provider.\",\"_orderId\":\"The ID of the transaction.\",\"_settlePercent\":\"The rate at which the transaction is settled.\",\"_splitOrderId\":\"The ID of the split order.\"},\"returns\":{\"_0\":\"bool the settlement is successful.\"}}},\"title\":\"IGateway\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"notice\":\"Locks the sender's amount of token into Gateway.\"},\"getFeeDetails()\":{\"notice\":\"Gets the fee details of Gateway.\"},\"getOrderInfo(bytes32)\":{\"notice\":\"Gets the details of an order.\"},\"getSupportedInstitutionByCode(bytes32)\":{\"notice\":\"Gets the details of a supported institution by code.\"},\"getSupportedInstitutions(bytes32)\":{\"notice\":\"Gets the details of supported institutions by currency.\"},\"isTokenSupported(address)\":{\"notice\":\"Checks if a token is supported by Gateway.\"},\"refund(uint256,bytes32)\":{\"notice\":\"Refunds to the specified refundable address.\"},\"settle(bytes32,bytes32,address,uint64)\":{\"notice\":\"Settles a transaction and distributes rewards accordingly.\"}},\"notice\":\"Interface for the Gateway contract.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/interfaces/IGateway.sol\":\"IGateway\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/interfaces/IGateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\\n\\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\\n\\n/**\\n * @title IGateway\\n * @notice Interface for the Gateway contract.\\n */\\ninterface IGateway {\\n\\t/* ##################################################################\\n EVENTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Emitted when a deposit is made.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the deposited token.\\n\\t * @param amount The amount of the deposit.\\n\\t * @param orderId The ID of the order.\\n\\t * @param rate The rate at which the deposit is made.\\n\\t * @param institutionCode The code of the institution.\\n\\t * @param messageHash The hash of the message.\\n\\t */\\n\\tevent OrderCreated(\\n\\t\\taddress indexed sender,\\n\\t\\taddress indexed token,\\n\\t\\tuint256 indexed amount,\\n\\t\\tuint256 protocolFee,\\n\\t\\tbytes32 orderId,\\n\\t\\tuint256 rate,\\n\\t\\tbytes32 institutionCode,\\n\\t\\tstring messageHash\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator settles a transaction.\\n\\t * @param splitOrderId The ID of the split order.\\n\\t * @param orderId The ID of the order.\\n\\t * @param liquidityProvider The address of the liquidity provider.\\n\\t * @param settlePercent The percentage at which the transaction is settled.\\n\\t */\\n\\tevent OrderSettled(\\n\\t\\tbytes32 splitOrderId,\\n\\t\\tbytes32 indexed orderId,\\n\\t\\taddress indexed liquidityProvider,\\n\\t\\tuint96 settlePercent\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator refunds a transaction.\\n\\t * @param fee The fee deducted from the refund amount.\\n\\t * @param orderId The ID of the order.\\n\\t */\\n\\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\\n\\n\\t/**\\n\\t * @dev Emitted when the sender's fee is transferred.\\n\\t * @param sender The address of the sender.\\n\\t * @param amount The amount of the fee transferred.\\n\\t */\\n\\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n\\t/* ##################################################################\\n STRUCTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Struct representing transaction metadata.\\n\\t * @param identifier The identifier of the transaction.\\n\\t * @param institution The institution of the transaction.\\n\\t * @param name The name of the transaction.\\n\\t * @param currency The currency of the transaction.\\n\\t * @param liquidityProviderID The ID of the liquidity provider.\\n\\t */\\n\\tstruct TransactionMetadata {\\n\\t\\tbytes8 identifier;\\n\\t\\tbytes8 institution;\\n\\t\\tbytes8 name;\\n\\t\\tbytes8 currency;\\n\\t\\tuint256 liquidityProviderID;\\n\\t}\\n\\n\\t/**\\n\\t * @dev Struct representing an order.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the token.\\n\\t * @param senderFeeRecipient The address of the sender fee recipient.\\n\\t * @param senderFee The fee to be paid to the sender fee recipient.\\n\\t * @param protocolFee The protocol fee to be paid.\\n\\t * @param isFulfilled Whether the order is fulfilled.\\n\\t * @param isRefunded Whether the order is refunded.\\n\\t * @param refundAddress The address to which the refund is made.\\n\\t * @param currentBPS The current basis points.\\n\\t * @param amount The amount of the order.\\n\\t */\\n\\tstruct Order {\\n\\t\\taddress sender;\\n\\t\\taddress token;\\n\\t\\taddress senderFeeRecipient;\\n\\t\\tuint256 senderFee;\\n\\t\\tuint256 protocolFee;\\n\\t\\tbool isFulfilled;\\n\\t\\tbool isRefunded;\\n\\t\\taddress refundAddress;\\n\\t\\tuint96 currentBPS;\\n\\t\\tuint256 amount;\\n\\t}\\n\\n\\t/* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n\\t/**\\n\\t * @notice Locks the sender's amount of token into Gateway.\\n\\t * @dev Requirements:\\n\\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\\n\\t * - `_token` must be an acceptable token. See {isTokenSupported}.\\n\\t * - `amount` must be greater than minimum.\\n\\t * - `_refundAddress` refund address must not be zero address.\\n\\t * @param _token The address of the token.\\n\\t * @param _amount The amount in the decimal of `_token` to be locked.\\n\\t * @param _institutionCode The institution code of the sender.\\n\\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n\\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\\n\\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\\n\\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n\\t * @param messageHash The hash of the message.\\n\\t * @return _orderId The ID of the order.\\n\\t */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external returns (bytes32 _orderId);\\n\\n\\t/**\\n\\t * @notice Settles a transaction and distributes rewards accordingly.\\n\\t * @param _splitOrderId The ID of the split order.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @param _liquidityProvider The address of the liquidity provider.\\n\\t * @param _settlePercent The rate at which the transaction is settled.\\n\\t * @return bool the settlement is successful.\\n\\t */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Refunds to the specified refundable address.\\n\\t * @dev Requirements:\\n\\t * - Only aggregators can call this function.\\n\\t * @param _fee The amount to be deducted from the amount to be refunded.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @return bool the refund is successful.\\n\\t */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Checks if a token is supported by Gateway.\\n\\t * @param _token The address of the token to check.\\n\\t * @return bool the token is supported.\\n\\t */\\n\\tfunction isTokenSupported(address _token) external view returns (bool);\\n\\n\\t/**\\n\\t * @notice Gets the details of an order.\\n\\t * @param _orderId The ID of the order.\\n\\t * @return Order The order details.\\n\\t */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\\n\\n\\t/**\\n\\t * @notice Gets the fee details of Gateway.\\n\\t * @return protocolReward The protocol reward amount.\\n\\t * @return max_bps The maximum basis points.\\n\\t */\\n\\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\\n\\n\\t/**\\n\\t * @notice Gets the details of a supported institution by code.\\n\\t * @param _code The institution code.\\n\\t * @return InstitutionByCode The institution details.\\n\\t */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory);\\n\\n\\t/**\\n\\t * @notice Gets the details of supported institutions by currency.\\n\\t * @param _currency The currency code.\\n\\t * @return Institutions An array of institutions.\\n\\t */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x77ba391c63b01a9fd7bf719379efe762a15566708694c52f62dcb4731d3f4821\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"notice":"Locks the sender's amount of token into Gateway."},"getFeeDetails()":{"notice":"Gets the fee details of Gateway."},"getOrderInfo(bytes32)":{"notice":"Gets the details of an order."},"getSupportedInstitutionByCode(bytes32)":{"notice":"Gets the details of a supported institution by code."},"getSupportedInstitutions(bytes32)":{"notice":"Gets the details of supported institutions by currency."},"isTokenSupported(address)":{"notice":"Checks if a token is supported by Gateway."},"refund(uint256,bytes32)":{"notice":"Refunds to the specified refundable address."},"settle(bytes32,bytes32,address,uint64)":{"notice":"Settles a transaction and distributes rewards accordingly."}},"notice":"Interface for the Gateway contract.","version":1}}},"contracts/libraries/SharedStructs.sol":{"SharedStructs":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:13:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 XOR 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:13:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/libraries/SharedStructs.sol\":\"SharedStructs\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/mocks/MockUSDC.sol":{"MockUSDT":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"burnAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Mock mintable USDC","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"See {IERC20-allowance}."},"approve(address,uint256)":{"details":"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address."},"balanceOf(address)":{"details":"See {IERC20-balanceOf}."},"decimals()":{"details":"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}."},"decreaseAllowance(address,uint256)":{"details":"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`."},"increaseAllowance(address,uint256)":{"details":"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address."},"name()":{"details":"Returns the name of the token."},"symbol()":{"details":"Returns the symbol of the token, usually a shorter version of the name."},"totalSupply()":{"details":"See {IERC20-totalSupply}."},"transfer(address,uint256)":{"details":"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`."},"transferFrom(address,address,uint256)":{"details":"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`."}},"version":1},"evm":{"bytecode":{"functionDebugData":{"@_2743":{"entryPoint":null,"id":2743,"parameterSlots":0,"returnSlots":0},"@_962":{"entryPoint":null,"id":962,"parameterSlots":2,"returnSlots":0},"@_afterTokenTransfer_1503":{"entryPoint":568,"id":1503,"parameterSlots":3,"returnSlots":0},"@_beforeTokenTransfer_1492":{"entryPoint":563,"id":1492,"parameterSlots":3,"returnSlots":0},"@_mint_1321":{"entryPoint":198,"id":1321,"parameterSlots":2,"returnSlots":0},"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack":{"entryPoint":1496,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":1675,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":1535,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":1692,"id":null,"parameterSlots":2,"returnSlots":1},"array_dataslot_t_string_storage":{"entryPoint":731,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":573,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":1438,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":1616,"id":null,"parameterSlots":2,"returnSlots":1},"clean_up_bytearray_end_slots_t_string_storage":{"entryPoint":1052,"id":null,"parameterSlots":3,"returnSlots":0},"cleanup_t_uint256":{"entryPoint":867,"id":null,"parameterSlots":1,"returnSlots":1},"clear_storage_range_t_bytes1":{"entryPoint":1013,"id":null,"parameterSlots":2,"returnSlots":0},"convert_t_uint256_to_t_uint256":{"entryPoint":887,"id":null,"parameterSlots":1,"returnSlots":1},"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage":{"entryPoint":1207,"id":null,"parameterSlots":2,"returnSlots":0},"divide_by_32_ceil":{"entryPoint":752,"id":null,"parameterSlots":1,"returnSlots":1},"extract_byte_array_length":{"entryPoint":678,"id":null,"parameterSlots":1,"returnSlots":1},"extract_used_part_and_set_length_of_short_byte_array":{"entryPoint":1177,"id":null,"parameterSlots":2,"returnSlots":1},"identity":{"entryPoint":877,"id":null,"parameterSlots":1,"returnSlots":1},"mask_bytes_dynamic":{"entryPoint":1145,"id":null,"parameterSlots":2,"returnSlots":1},"panic_error_0x11":{"entryPoint":1569,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x22":{"entryPoint":631,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":584,"id":null,"parameterSlots":0,"returnSlots":0},"prepare_store_t_uint256":{"entryPoint":927,"id":null,"parameterSlots":1,"returnSlots":1},"shift_left_dynamic":{"entryPoint":768,"id":null,"parameterSlots":2,"returnSlots":1},"shift_right_unsigned_dynamic":{"entryPoint":1132,"id":null,"parameterSlots":2,"returnSlots":1},"storage_set_to_zero_t_uint256":{"entryPoint":985,"id":null,"parameterSlots":2,"returnSlots":0},"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e":{"entryPoint":1455,"id":null,"parameterSlots":1,"returnSlots":0},"update_byte_slice_dynamic32":{"entryPoint":781,"id":null,"parameterSlots":3,"returnSlots":1},"update_storage_value_t_uint256_to_t_uint256":{"entryPoint":937,"id":null,"parameterSlots":3,"returnSlots":0},"zero_value_for_split_t_uint256":{"entryPoint":980,"id":null,"parameterSlots":0,"returnSlots":1}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:7125:15","statements":[{"body":{"nodeType":"YulBlock","src":"66:40:15","statements":[{"nodeType":"YulAssignment","src":"77:22:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"93:5:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"87:5:15"},"nodeType":"YulFunctionCall","src":"87:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"77:6:15"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"49:5:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"59:6:15","type":""}],"src":"7:99:15"},{"body":{"nodeType":"YulBlock","src":"140:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"157:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"160:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"150:6:15"},"nodeType":"YulFunctionCall","src":"150:88:15"},"nodeType":"YulExpressionStatement","src":"150:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"254:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"257:4:15","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"247:6:15"},"nodeType":"YulFunctionCall","src":"247:15:15"},"nodeType":"YulExpressionStatement","src":"247:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"278:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"281:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"271:6:15"},"nodeType":"YulFunctionCall","src":"271:15:15"},"nodeType":"YulExpressionStatement","src":"271:15:15"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"112:180:15"},{"body":{"nodeType":"YulBlock","src":"326:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"343:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"346:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"336:6:15"},"nodeType":"YulFunctionCall","src":"336:88:15"},"nodeType":"YulExpressionStatement","src":"336:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"440:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"443:4:15","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"433:6:15"},"nodeType":"YulFunctionCall","src":"433:15:15"},"nodeType":"YulExpressionStatement","src":"433:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"464:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"467:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"457:6:15"},"nodeType":"YulFunctionCall","src":"457:15:15"},"nodeType":"YulExpressionStatement","src":"457:15:15"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"298:180:15"},{"body":{"nodeType":"YulBlock","src":"535:269:15","statements":[{"nodeType":"YulAssignment","src":"545:22:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"559:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"565:1:15","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"555:3:15"},"nodeType":"YulFunctionCall","src":"555:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"545:6:15"}]},{"nodeType":"YulVariableDeclaration","src":"576:38:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"606:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"612:1:15","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"602:3:15"},"nodeType":"YulFunctionCall","src":"602:12:15"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"580:18:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"653:51:15","statements":[{"nodeType":"YulAssignment","src":"667:27:15","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"681:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"689:4:15","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"677:3:15"},"nodeType":"YulFunctionCall","src":"677:17:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"667:6:15"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"633:18:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"626:6:15"},"nodeType":"YulFunctionCall","src":"626:26:15"},"nodeType":"YulIf","src":"623:81:15"},{"body":{"nodeType":"YulBlock","src":"756:42:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"770:16:15"},"nodeType":"YulFunctionCall","src":"770:18:15"},"nodeType":"YulExpressionStatement","src":"770:18:15"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"720:18:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"743:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"751:2:15","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"740:2:15"},"nodeType":"YulFunctionCall","src":"740:14:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"717:2:15"},"nodeType":"YulFunctionCall","src":"717:38:15"},"nodeType":"YulIf","src":"714:84:15"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"519:4:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"528:6:15","type":""}],"src":"484:320:15"},{"body":{"nodeType":"YulBlock","src":"864:87:15","statements":[{"nodeType":"YulAssignment","src":"874:11:15","value":{"name":"ptr","nodeType":"YulIdentifier","src":"882:3:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"874:4:15"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"902:1:15","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"905:3:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"895:6:15"},"nodeType":"YulFunctionCall","src":"895:14:15"},"nodeType":"YulExpressionStatement","src":"895:14:15"},{"nodeType":"YulAssignment","src":"918:26:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"936:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"939:4:15","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"926:9:15"},"nodeType":"YulFunctionCall","src":"926:18:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"918:4:15"}]}]},"name":"array_dataslot_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"851:3:15","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"859:4:15","type":""}],"src":"810:141:15"},{"body":{"nodeType":"YulBlock","src":"1001:49:15","statements":[{"nodeType":"YulAssignment","src":"1011:33:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1029:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"1036:2:15","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1025:3:15"},"nodeType":"YulFunctionCall","src":"1025:14:15"},{"kind":"number","nodeType":"YulLiteral","src":"1041:2:15","type":"","value":"32"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"1021:3:15"},"nodeType":"YulFunctionCall","src":"1021:23:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"1011:6:15"}]}]},"name":"divide_by_32_ceil","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"984:5:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"994:6:15","type":""}],"src":"957:93:15"},{"body":{"nodeType":"YulBlock","src":"1109:54:15","statements":[{"nodeType":"YulAssignment","src":"1119:37:15","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"1144:4:15"},{"name":"value","nodeType":"YulIdentifier","src":"1150:5:15"}],"functionName":{"name":"shl","nodeType":"YulIdentifier","src":"1140:3:15"},"nodeType":"YulFunctionCall","src":"1140:16:15"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"1119:8:15"}]}]},"name":"shift_left_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"1084:4:15","type":""},{"name":"value","nodeType":"YulTypedName","src":"1090:5:15","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"1100:8:15","type":""}],"src":"1056:107:15"},{"body":{"nodeType":"YulBlock","src":"1245:317:15","statements":[{"nodeType":"YulVariableDeclaration","src":"1255:35:15","value":{"arguments":[{"name":"shiftBytes","nodeType":"YulIdentifier","src":"1276:10:15"},{"kind":"number","nodeType":"YulLiteral","src":"1288:1:15","type":"","value":"8"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"1272:3:15"},"nodeType":"YulFunctionCall","src":"1272:18:15"},"variables":[{"name":"shiftBits","nodeType":"YulTypedName","src":"1259:9:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"1299:109:15","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"1330:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"1341:66:15","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"1311:18:15"},"nodeType":"YulFunctionCall","src":"1311:97:15"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"1303:4:15","type":""}]},{"nodeType":"YulAssignment","src":"1417:51:15","value":{"arguments":[{"name":"shiftBits","nodeType":"YulIdentifier","src":"1448:9:15"},{"name":"toInsert","nodeType":"YulIdentifier","src":"1459:8:15"}],"functionName":{"name":"shift_left_dynamic","nodeType":"YulIdentifier","src":"1429:18:15"},"nodeType":"YulFunctionCall","src":"1429:39:15"},"variableNames":[{"name":"toInsert","nodeType":"YulIdentifier","src":"1417:8:15"}]},{"nodeType":"YulAssignment","src":"1477:30:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1490:5:15"},{"arguments":[{"name":"mask","nodeType":"YulIdentifier","src":"1501:4:15"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"1497:3:15"},"nodeType":"YulFunctionCall","src":"1497:9:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1486:3:15"},"nodeType":"YulFunctionCall","src":"1486:21:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"1477:5:15"}]},{"nodeType":"YulAssignment","src":"1516:40:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1529:5:15"},{"arguments":[{"name":"toInsert","nodeType":"YulIdentifier","src":"1540:8:15"},{"name":"mask","nodeType":"YulIdentifier","src":"1550:4:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1536:3:15"},"nodeType":"YulFunctionCall","src":"1536:19:15"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1526:2:15"},"nodeType":"YulFunctionCall","src":"1526:30:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"1516:6:15"}]}]},"name":"update_byte_slice_dynamic32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1206:5:15","type":""},{"name":"shiftBytes","nodeType":"YulTypedName","src":"1213:10:15","type":""},{"name":"toInsert","nodeType":"YulTypedName","src":"1225:8:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"1238:6:15","type":""}],"src":"1169:393:15"},{"body":{"nodeType":"YulBlock","src":"1613:32:15","statements":[{"nodeType":"YulAssignment","src":"1623:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"1634:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1623:7:15"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1595:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1605:7:15","type":""}],"src":"1568:77:15"},{"body":{"nodeType":"YulBlock","src":"1683:28:15","statements":[{"nodeType":"YulAssignment","src":"1693:12:15","value":{"name":"value","nodeType":"YulIdentifier","src":"1700:5:15"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"1693:3:15"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1669:5:15","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"1679:3:15","type":""}],"src":"1651:60:15"},{"body":{"nodeType":"YulBlock","src":"1777:82:15","statements":[{"nodeType":"YulAssignment","src":"1787:66:15","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1845:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"1827:17:15"},"nodeType":"YulFunctionCall","src":"1827:24:15"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"1818:8:15"},"nodeType":"YulFunctionCall","src":"1818:34:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"1800:17:15"},"nodeType":"YulFunctionCall","src":"1800:53:15"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"1787:9:15"}]}]},"name":"convert_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1757:5:15","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"1767:9:15","type":""}],"src":"1717:142:15"},{"body":{"nodeType":"YulBlock","src":"1912:28:15","statements":[{"nodeType":"YulAssignment","src":"1922:12:15","value":{"name":"value","nodeType":"YulIdentifier","src":"1929:5:15"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"1922:3:15"}]}]},"name":"prepare_store_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1898:5:15","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"1908:3:15","type":""}],"src":"1865:75:15"},{"body":{"nodeType":"YulBlock","src":"2022:193:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2032:63:15","value":{"arguments":[{"name":"value_0","nodeType":"YulIdentifier","src":"2087:7:15"}],"functionName":{"name":"convert_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"2056:30:15"},"nodeType":"YulFunctionCall","src":"2056:39:15"},"variables":[{"name":"convertedValue_0","nodeType":"YulTypedName","src":"2036:16:15","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"2111:4:15"},{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"2151:4:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"2145:5:15"},"nodeType":"YulFunctionCall","src":"2145:11:15"},{"name":"offset","nodeType":"YulIdentifier","src":"2158:6:15"},{"arguments":[{"name":"convertedValue_0","nodeType":"YulIdentifier","src":"2190:16:15"}],"functionName":{"name":"prepare_store_t_uint256","nodeType":"YulIdentifier","src":"2166:23:15"},"nodeType":"YulFunctionCall","src":"2166:41:15"}],"functionName":{"name":"update_byte_slice_dynamic32","nodeType":"YulIdentifier","src":"2117:27:15"},"nodeType":"YulFunctionCall","src":"2117:91:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"2104:6:15"},"nodeType":"YulFunctionCall","src":"2104:105:15"},"nodeType":"YulExpressionStatement","src":"2104:105:15"}]},"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"1999:4:15","type":""},{"name":"offset","nodeType":"YulTypedName","src":"2005:6:15","type":""},{"name":"value_0","nodeType":"YulTypedName","src":"2013:7:15","type":""}],"src":"1946:269:15"},{"body":{"nodeType":"YulBlock","src":"2270:24:15","statements":[{"nodeType":"YulAssignment","src":"2280:8:15","value":{"kind":"number","nodeType":"YulLiteral","src":"2287:1:15","type":"","value":"0"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"2280:3:15"}]}]},"name":"zero_value_for_split_t_uint256","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"2266:3:15","type":""}],"src":"2221:73:15"},{"body":{"nodeType":"YulBlock","src":"2353:136:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2363:46:15","value":{"arguments":[],"functionName":{"name":"zero_value_for_split_t_uint256","nodeType":"YulIdentifier","src":"2377:30:15"},"nodeType":"YulFunctionCall","src":"2377:32:15"},"variables":[{"name":"zero_0","nodeType":"YulTypedName","src":"2367:6:15","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"2462:4:15"},{"name":"offset","nodeType":"YulIdentifier","src":"2468:6:15"},{"name":"zero_0","nodeType":"YulIdentifier","src":"2476:6:15"}],"functionName":{"name":"update_storage_value_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"2418:43:15"},"nodeType":"YulFunctionCall","src":"2418:65:15"},"nodeType":"YulExpressionStatement","src":"2418:65:15"}]},"name":"storage_set_to_zero_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"2339:4:15","type":""},{"name":"offset","nodeType":"YulTypedName","src":"2345:6:15","type":""}],"src":"2300:189:15"},{"body":{"nodeType":"YulBlock","src":"2545:136:15","statements":[{"body":{"nodeType":"YulBlock","src":"2612:63:15","statements":[{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"2656:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"2663:1:15","type":"","value":"0"}],"functionName":{"name":"storage_set_to_zero_t_uint256","nodeType":"YulIdentifier","src":"2626:29:15"},"nodeType":"YulFunctionCall","src":"2626:39:15"},"nodeType":"YulExpressionStatement","src":"2626:39:15"}]},"condition":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"2565:5:15"},{"name":"end","nodeType":"YulIdentifier","src":"2572:3:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"2562:2:15"},"nodeType":"YulFunctionCall","src":"2562:14:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"2577:26:15","statements":[{"nodeType":"YulAssignment","src":"2579:22:15","value":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"2592:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"2599:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2588:3:15"},"nodeType":"YulFunctionCall","src":"2588:13:15"},"variableNames":[{"name":"start","nodeType":"YulIdentifier","src":"2579:5:15"}]}]},"pre":{"nodeType":"YulBlock","src":"2559:2:15","statements":[]},"src":"2555:120:15"}]},"name":"clear_storage_range_t_bytes1","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"2533:5:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"2540:3:15","type":""}],"src":"2495:186:15"},{"body":{"nodeType":"YulBlock","src":"2766:464:15","statements":[{"body":{"nodeType":"YulBlock","src":"2792:431:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2806:54:15","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"2854:5:15"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"2822:31:15"},"nodeType":"YulFunctionCall","src":"2822:38:15"},"variables":[{"name":"dataArea","nodeType":"YulTypedName","src":"2810:8:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"2873:63:15","value":{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"2896:8:15"},{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"2924:10:15"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"2906:17:15"},"nodeType":"YulFunctionCall","src":"2906:29:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2892:3:15"},"nodeType":"YulFunctionCall","src":"2892:44:15"},"variables":[{"name":"deleteStart","nodeType":"YulTypedName","src":"2877:11:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"3093:27:15","statements":[{"nodeType":"YulAssignment","src":"3095:23:15","value":{"name":"dataArea","nodeType":"YulIdentifier","src":"3110:8:15"},"variableNames":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"3095:11:15"}]}]},"condition":{"arguments":[{"name":"startIndex","nodeType":"YulIdentifier","src":"3077:10:15"},{"kind":"number","nodeType":"YulLiteral","src":"3089:2:15","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3074:2:15"},"nodeType":"YulFunctionCall","src":"3074:18:15"},"nodeType":"YulIf","src":"3071:49:15"},{"expression":{"arguments":[{"name":"deleteStart","nodeType":"YulIdentifier","src":"3162:11:15"},{"arguments":[{"name":"dataArea","nodeType":"YulIdentifier","src":"3179:8:15"},{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"3207:3:15"}],"functionName":{"name":"divide_by_32_ceil","nodeType":"YulIdentifier","src":"3189:17:15"},"nodeType":"YulFunctionCall","src":"3189:22:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3175:3:15"},"nodeType":"YulFunctionCall","src":"3175:37:15"}],"functionName":{"name":"clear_storage_range_t_bytes1","nodeType":"YulIdentifier","src":"3133:28:15"},"nodeType":"YulFunctionCall","src":"3133:80:15"},"nodeType":"YulExpressionStatement","src":"3133:80:15"}]},"condition":{"arguments":[{"name":"len","nodeType":"YulIdentifier","src":"2783:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"2788:2:15","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"2780:2:15"},"nodeType":"YulFunctionCall","src":"2780:11:15"},"nodeType":"YulIf","src":"2777:446:15"}]},"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"array","nodeType":"YulTypedName","src":"2742:5:15","type":""},{"name":"len","nodeType":"YulTypedName","src":"2749:3:15","type":""},{"name":"startIndex","nodeType":"YulTypedName","src":"2754:10:15","type":""}],"src":"2687:543:15"},{"body":{"nodeType":"YulBlock","src":"3299:54:15","statements":[{"nodeType":"YulAssignment","src":"3309:37:15","value":{"arguments":[{"name":"bits","nodeType":"YulIdentifier","src":"3334:4:15"},{"name":"value","nodeType":"YulIdentifier","src":"3340:5:15"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"3330:3:15"},"nodeType":"YulFunctionCall","src":"3330:16:15"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"3309:8:15"}]}]},"name":"shift_right_unsigned_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"bits","nodeType":"YulTypedName","src":"3274:4:15","type":""},{"name":"value","nodeType":"YulTypedName","src":"3280:5:15","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"3290:8:15","type":""}],"src":"3236:117:15"},{"body":{"nodeType":"YulBlock","src":"3410:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"3420:68:15","value":{"arguments":[{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3469:1:15","type":"","value":"8"},{"name":"bytes","nodeType":"YulIdentifier","src":"3472:5:15"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3465:3:15"},"nodeType":"YulFunctionCall","src":"3465:13:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3484:1:15","type":"","value":"0"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"3480:3:15"},"nodeType":"YulFunctionCall","src":"3480:6:15"}],"functionName":{"name":"shift_right_unsigned_dynamic","nodeType":"YulIdentifier","src":"3436:28:15"},"nodeType":"YulFunctionCall","src":"3436:51:15"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"3432:3:15"},"nodeType":"YulFunctionCall","src":"3432:56:15"},"variables":[{"name":"mask","nodeType":"YulTypedName","src":"3424:4:15","type":""}]},{"nodeType":"YulAssignment","src":"3497:25:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3511:4:15"},{"name":"mask","nodeType":"YulIdentifier","src":"3517:4:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"3507:3:15"},"nodeType":"YulFunctionCall","src":"3507:15:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"3497:6:15"}]}]},"name":"mask_bytes_dynamic","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"3387:4:15","type":""},{"name":"bytes","nodeType":"YulTypedName","src":"3393:5:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"3403:6:15","type":""}],"src":"3359:169:15"},{"body":{"nodeType":"YulBlock","src":"3614:214:15","statements":[{"nodeType":"YulAssignment","src":"3747:37:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3774:4:15"},{"name":"len","nodeType":"YulIdentifier","src":"3780:3:15"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"3755:18:15"},"nodeType":"YulFunctionCall","src":"3755:29:15"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"3747:4:15"}]},{"nodeType":"YulAssignment","src":"3793:29:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"3804:4:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"3814:1:15","type":"","value":"2"},{"name":"len","nodeType":"YulIdentifier","src":"3817:3:15"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3810:3:15"},"nodeType":"YulFunctionCall","src":"3810:11:15"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"3801:2:15"},"nodeType":"YulFunctionCall","src":"3801:21:15"},"variableNames":[{"name":"used","nodeType":"YulIdentifier","src":"3793:4:15"}]}]},"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"3595:4:15","type":""},{"name":"len","nodeType":"YulTypedName","src":"3601:3:15","type":""}],"returnVariables":[{"name":"used","nodeType":"YulTypedName","src":"3609:4:15","type":""}],"src":"3533:295:15"},{"body":{"nodeType":"YulBlock","src":"3925:1303:15","statements":[{"nodeType":"YulVariableDeclaration","src":"3936:51:15","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3983:3:15"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"3950:32:15"},"nodeType":"YulFunctionCall","src":"3950:37:15"},"variables":[{"name":"newLen","nodeType":"YulTypedName","src":"3940:6:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"4072:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"4074:16:15"},"nodeType":"YulFunctionCall","src":"4074:18:15"},"nodeType":"YulExpressionStatement","src":"4074:18:15"}]},"condition":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4044:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"4052:18:15","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4041:2:15"},"nodeType":"YulFunctionCall","src":"4041:30:15"},"nodeType":"YulIf","src":"4038:56:15"},{"nodeType":"YulVariableDeclaration","src":"4104:52:15","value":{"arguments":[{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"4150:4:15"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"4144:5:15"},"nodeType":"YulFunctionCall","src":"4144:11:15"}],"functionName":{"name":"extract_byte_array_length","nodeType":"YulIdentifier","src":"4118:25:15"},"nodeType":"YulFunctionCall","src":"4118:38:15"},"variables":[{"name":"oldLen","nodeType":"YulTypedName","src":"4108:6:15","type":""}]},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"4249:4:15"},{"name":"oldLen","nodeType":"YulIdentifier","src":"4255:6:15"},{"name":"newLen","nodeType":"YulIdentifier","src":"4263:6:15"}],"functionName":{"name":"clean_up_bytearray_end_slots_t_string_storage","nodeType":"YulIdentifier","src":"4203:45:15"},"nodeType":"YulFunctionCall","src":"4203:67:15"},"nodeType":"YulExpressionStatement","src":"4203:67:15"},{"nodeType":"YulVariableDeclaration","src":"4280:18:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4297:1:15","type":"","value":"0"},"variables":[{"name":"srcOffset","nodeType":"YulTypedName","src":"4284:9:15","type":""}]},{"nodeType":"YulAssignment","src":"4308:17:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4321:4:15","type":"","value":"0x20"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"4308:9:15"}]},{"cases":[{"body":{"nodeType":"YulBlock","src":"4372:611:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4386:37:15","value":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4405:6:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4417:4:15","type":"","value":"0x1f"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"4413:3:15"},"nodeType":"YulFunctionCall","src":"4413:9:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4401:3:15"},"nodeType":"YulFunctionCall","src":"4401:22:15"},"variables":[{"name":"loopEnd","nodeType":"YulTypedName","src":"4390:7:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"4437:51:15","value":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"4483:4:15"}],"functionName":{"name":"array_dataslot_t_string_storage","nodeType":"YulIdentifier","src":"4451:31:15"},"nodeType":"YulFunctionCall","src":"4451:37:15"},"variables":[{"name":"dstPtr","nodeType":"YulTypedName","src":"4441:6:15","type":""}]},{"nodeType":"YulVariableDeclaration","src":"4501:10:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4510:1:15","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"4505:1:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"4569:163:15","statements":[{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"4594:6:15"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"4612:3:15"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"4617:9:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4608:3:15"},"nodeType":"YulFunctionCall","src":"4608:19:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"4602:5:15"},"nodeType":"YulFunctionCall","src":"4602:26:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"4587:6:15"},"nodeType":"YulFunctionCall","src":"4587:42:15"},"nodeType":"YulExpressionStatement","src":"4587:42:15"},{"nodeType":"YulAssignment","src":"4646:24:15","value":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"4660:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"4668:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4656:3:15"},"nodeType":"YulFunctionCall","src":"4656:14:15"},"variableNames":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"4646:6:15"}]},{"nodeType":"YulAssignment","src":"4687:31:15","value":{"arguments":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"4704:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"4715:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4700:3:15"},"nodeType":"YulFunctionCall","src":"4700:18:15"},"variableNames":[{"name":"srcOffset","nodeType":"YulIdentifier","src":"4687:9:15"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"4535:1:15"},{"name":"loopEnd","nodeType":"YulIdentifier","src":"4538:7:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4532:2:15"},"nodeType":"YulFunctionCall","src":"4532:14:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"4547:21:15","statements":[{"nodeType":"YulAssignment","src":"4549:17:15","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"4558:1:15"},{"kind":"number","nodeType":"YulLiteral","src":"4561:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4554:3:15"},"nodeType":"YulFunctionCall","src":"4554:12:15"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"4549:1:15"}]}]},"pre":{"nodeType":"YulBlock","src":"4528:3:15","statements":[]},"src":"4524:208:15"},{"body":{"nodeType":"YulBlock","src":"4768:156:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4786:43:15","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"4813:3:15"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"4818:9:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4809:3:15"},"nodeType":"YulFunctionCall","src":"4809:19:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"4803:5:15"},"nodeType":"YulFunctionCall","src":"4803:26:15"},"variables":[{"name":"lastValue","nodeType":"YulTypedName","src":"4790:9:15","type":""}]},{"expression":{"arguments":[{"name":"dstPtr","nodeType":"YulIdentifier","src":"4853:6:15"},{"arguments":[{"name":"lastValue","nodeType":"YulIdentifier","src":"4880:9:15"},{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4895:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"4903:4:15","type":"","value":"0x1f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4891:3:15"},"nodeType":"YulFunctionCall","src":"4891:17:15"}],"functionName":{"name":"mask_bytes_dynamic","nodeType":"YulIdentifier","src":"4861:18:15"},"nodeType":"YulFunctionCall","src":"4861:48:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"4846:6:15"},"nodeType":"YulFunctionCall","src":"4846:64:15"},"nodeType":"YulExpressionStatement","src":"4846:64:15"}]},"condition":{"arguments":[{"name":"loopEnd","nodeType":"YulIdentifier","src":"4751:7:15"},{"name":"newLen","nodeType":"YulIdentifier","src":"4760:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4748:2:15"},"nodeType":"YulFunctionCall","src":"4748:19:15"},"nodeType":"YulIf","src":"4745:179:15"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"4944:4:15"},{"arguments":[{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4958:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"4966:1:15","type":"","value":"2"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"4954:3:15"},"nodeType":"YulFunctionCall","src":"4954:14:15"},{"kind":"number","nodeType":"YulLiteral","src":"4970:1:15","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4950:3:15"},"nodeType":"YulFunctionCall","src":"4950:22:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"4937:6:15"},"nodeType":"YulFunctionCall","src":"4937:36:15"},"nodeType":"YulExpressionStatement","src":"4937:36:15"}]},"nodeType":"YulCase","src":"4365:618:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4370:1:15","type":"","value":"1"}},{"body":{"nodeType":"YulBlock","src":"5000:222:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5014:14:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5027:1:15","type":"","value":"0"},"variables":[{"name":"value","nodeType":"YulTypedName","src":"5018:5:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"5051:67:15","statements":[{"nodeType":"YulAssignment","src":"5069:35:15","value":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"5088:3:15"},{"name":"srcOffset","nodeType":"YulIdentifier","src":"5093:9:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5084:3:15"},"nodeType":"YulFunctionCall","src":"5084:19:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"5078:5:15"},"nodeType":"YulFunctionCall","src":"5078:26:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5069:5:15"}]}]},"condition":{"name":"newLen","nodeType":"YulIdentifier","src":"5044:6:15"},"nodeType":"YulIf","src":"5041:77:15"},{"expression":{"arguments":[{"name":"slot","nodeType":"YulIdentifier","src":"5138:4:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5197:5:15"},{"name":"newLen","nodeType":"YulIdentifier","src":"5204:6:15"}],"functionName":{"name":"extract_used_part_and_set_length_of_short_byte_array","nodeType":"YulIdentifier","src":"5144:52:15"},"nodeType":"YulFunctionCall","src":"5144:67:15"}],"functionName":{"name":"sstore","nodeType":"YulIdentifier","src":"5131:6:15"},"nodeType":"YulFunctionCall","src":"5131:81:15"},"nodeType":"YulExpressionStatement","src":"5131:81:15"}]},"nodeType":"YulCase","src":"4992:230:15","value":"default"}],"expression":{"arguments":[{"name":"newLen","nodeType":"YulIdentifier","src":"4345:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"4353:2:15","type":"","value":"31"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4342:2:15"},"nodeType":"YulFunctionCall","src":"4342:14:15"},"nodeType":"YulSwitch","src":"4335:887:15"}]},"name":"copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot","nodeType":"YulTypedName","src":"3914:4:15","type":""},{"name":"src","nodeType":"YulTypedName","src":"3920:3:15","type":""}],"src":"3833:1395:15"},{"body":{"nodeType":"YulBlock","src":"5330:73:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5347:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"5352:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5340:6:15"},"nodeType":"YulFunctionCall","src":"5340:19:15"},"nodeType":"YulExpressionStatement","src":"5340:19:15"},{"nodeType":"YulAssignment","src":"5368:29:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5387:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"5392:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5383:3:15"},"nodeType":"YulFunctionCall","src":"5383:14:15"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"5368:11:15"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"5302:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"5307:6:15","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"5318:11:15","type":""}],"src":"5234:169:15"},{"body":{"nodeType":"YulBlock","src":"5515:75:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5537:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"5545:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5533:3:15"},"nodeType":"YulFunctionCall","src":"5533:14:15"},{"hexValue":"45524332303a206d696e7420746f20746865207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"5549:33:15","type":"","value":"ERC20: mint to the zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"5526:6:15"},"nodeType":"YulFunctionCall","src":"5526:57:15"},"nodeType":"YulExpressionStatement","src":"5526:57:15"}]},"name":"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"5507:6:15","type":""}],"src":"5409:181:15"},{"body":{"nodeType":"YulBlock","src":"5742:220:15","statements":[{"nodeType":"YulAssignment","src":"5752:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5818:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"5823:2:15","type":"","value":"31"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"5759:58:15"},"nodeType":"YulFunctionCall","src":"5759:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"5752:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5924:3:15"}],"functionName":{"name":"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","nodeType":"YulIdentifier","src":"5835:88:15"},"nodeType":"YulFunctionCall","src":"5835:93:15"},"nodeType":"YulExpressionStatement","src":"5835:93:15"},{"nodeType":"YulAssignment","src":"5937:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"5948:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"5953:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5944:3:15"},"nodeType":"YulFunctionCall","src":"5944:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"5937:3:15"}]}]},"name":"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"5730:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"5738:3:15","type":""}],"src":"5596:366:15"},{"body":{"nodeType":"YulBlock","src":"6139:248:15","statements":[{"nodeType":"YulAssignment","src":"6149:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6161:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"6172:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6157:3:15"},"nodeType":"YulFunctionCall","src":"6157:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6149:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6196:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"6207:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6192:3:15"},"nodeType":"YulFunctionCall","src":"6192:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"6215:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"6221:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6211:3:15"},"nodeType":"YulFunctionCall","src":"6211:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6185:6:15"},"nodeType":"YulFunctionCall","src":"6185:47:15"},"nodeType":"YulExpressionStatement","src":"6185:47:15"},{"nodeType":"YulAssignment","src":"6241:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"6375:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"6249:124:15"},"nodeType":"YulFunctionCall","src":"6249:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6241:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6119:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6134:4:15","type":""}],"src":"5968:419:15"},{"body":{"nodeType":"YulBlock","src":"6421:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6438:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6441:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6431:6:15"},"nodeType":"YulFunctionCall","src":"6431:88:15"},"nodeType":"YulExpressionStatement","src":"6431:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6535:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"6538:4:15","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6528:6:15"},"nodeType":"YulFunctionCall","src":"6528:15:15"},"nodeType":"YulExpressionStatement","src":"6528:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6559:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6562:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6552:6:15"},"nodeType":"YulFunctionCall","src":"6552:15:15"},"nodeType":"YulExpressionStatement","src":"6552:15:15"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"6393:180:15"},{"body":{"nodeType":"YulBlock","src":"6623:147:15","statements":[{"nodeType":"YulAssignment","src":"6633:25:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6656:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6638:17:15"},"nodeType":"YulFunctionCall","src":"6638:20:15"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"6633:1:15"}]},{"nodeType":"YulAssignment","src":"6667:25:15","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"6690:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6672:17:15"},"nodeType":"YulFunctionCall","src":"6672:20:15"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"6667:1:15"}]},{"nodeType":"YulAssignment","src":"6701:16:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6712:1:15"},{"name":"y","nodeType":"YulIdentifier","src":"6715:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6708:3:15"},"nodeType":"YulFunctionCall","src":"6708:9:15"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"6701:3:15"}]},{"body":{"nodeType":"YulBlock","src":"6741:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"6743:16:15"},"nodeType":"YulFunctionCall","src":"6743:18:15"},"nodeType":"YulExpressionStatement","src":"6743:18:15"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6733:1:15"},{"name":"sum","nodeType":"YulIdentifier","src":"6736:3:15"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6730:2:15"},"nodeType":"YulFunctionCall","src":"6730:10:15"},"nodeType":"YulIf","src":"6727:36:15"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"6610:1:15","type":""},{"name":"y","nodeType":"YulTypedName","src":"6613:1:15","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"6619:3:15","type":""}],"src":"6579:191:15"},{"body":{"nodeType":"YulBlock","src":"6841:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6858:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6881:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6863:17:15"},"nodeType":"YulFunctionCall","src":"6863:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6851:6:15"},"nodeType":"YulFunctionCall","src":"6851:37:15"},"nodeType":"YulExpressionStatement","src":"6851:37:15"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6829:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"6836:3:15","type":""}],"src":"6776:118:15"},{"body":{"nodeType":"YulBlock","src":"6998:124:15","statements":[{"nodeType":"YulAssignment","src":"7008:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7020:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"7031:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7016:3:15"},"nodeType":"YulFunctionCall","src":"7016:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7008:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"7088:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7101:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"7112:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7097:3:15"},"nodeType":"YulFunctionCall","src":"7097:17:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"7044:43:15"},"nodeType":"YulFunctionCall","src":"7044:71:15"},"nodeType":"YulExpressionStatement","src":"7044:71:15"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6970:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6982:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6993:4:15","type":""}],"src":"6900:222:15"}]},"contents":"{\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function array_dataslot_t_string_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function divide_by_32_ceil(value) -> result {\n result := div(add(value, 31), 32)\n }\n\n function shift_left_dynamic(bits, value) -> newValue {\n newValue :=\n\n shl(bits, value)\n\n }\n\n function update_byte_slice_dynamic32(value, shiftBytes, toInsert) -> result {\n let shiftBits := mul(shiftBytes, 8)\n let mask := shift_left_dynamic(shiftBits, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)\n toInsert := shift_left_dynamic(shiftBits, toInsert)\n value := and(value, not(mask))\n result := or(value, and(toInsert, mask))\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_uint256_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint256(value)))\n }\n\n function prepare_store_t_uint256(value) -> ret {\n ret := value\n }\n\n function update_storage_value_t_uint256_to_t_uint256(slot, offset, value_0) {\n let convertedValue_0 := convert_t_uint256_to_t_uint256(value_0)\n sstore(slot, update_byte_slice_dynamic32(sload(slot), offset, prepare_store_t_uint256(convertedValue_0)))\n }\n\n function zero_value_for_split_t_uint256() -> ret {\n ret := 0\n }\n\n function storage_set_to_zero_t_uint256(slot, offset) {\n let zero_0 := zero_value_for_split_t_uint256()\n update_storage_value_t_uint256_to_t_uint256(slot, offset, zero_0)\n }\n\n function clear_storage_range_t_bytes1(start, end) {\n for {} lt(start, end) { start := add(start, 1) }\n {\n storage_set_to_zero_t_uint256(start, 0)\n }\n }\n\n function clean_up_bytearray_end_slots_t_string_storage(array, len, startIndex) {\n\n if gt(len, 31) {\n let dataArea := array_dataslot_t_string_storage(array)\n let deleteStart := add(dataArea, divide_by_32_ceil(startIndex))\n // If we are clearing array to be short byte array, we want to clear only data starting from array data area.\n if lt(startIndex, 32) { deleteStart := dataArea }\n clear_storage_range_t_bytes1(deleteStart, add(dataArea, divide_by_32_ceil(len)))\n }\n\n }\n\n function shift_right_unsigned_dynamic(bits, value) -> newValue {\n newValue :=\n\n shr(bits, value)\n\n }\n\n function mask_bytes_dynamic(data, bytes) -> result {\n let mask := not(shift_right_unsigned_dynamic(mul(8, bytes), not(0)))\n result := and(data, mask)\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used {\n // we want to save only elements that are part of the array after resizing\n // others should be set to zero\n data := mask_bytes_dynamic(data, len)\n used := or(data, mul(2, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src) {\n\n let newLen := array_length_t_string_memory_ptr(src)\n // Make sure array length is sane\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n\n let oldLen := extract_byte_array_length(sload(slot))\n\n // potentially truncate data\n clean_up_bytearray_end_slots_t_string_storage(slot, oldLen, newLen)\n\n let srcOffset := 0\n\n srcOffset := 0x20\n\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(0x1f))\n\n let dstPtr := array_dataslot_t_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) } {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 32)\n }\n if lt(loopEnd, newLen) {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, mask_bytes_dynamic(lastValue, and(newLen, 0x1f)))\n }\n sstore(slot, add(mul(newLen, 2), 1))\n }\n default {\n let value := 0\n if newLen {\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\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: mint to the zero address\")\n\n }\n\n function abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 31)\n store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n}\n","id":15,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b506040518060400160405280600881526020017f4d6f636b554453430000000000000000000000000000000000000000000000008152506040518060400160405280600581526020017f4d5553444300000000000000000000000000000000000000000000000000000081525081600390816200008f9190620004b7565b508060049081620000a19190620004b7565b505050620000c03369d3c21bcecceda1000000620000c660201b60201c565b620006b9565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160362000138576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200012f90620005ff565b60405180910390fd5b6200014c600083836200023360201b60201c565b806002600082825462000160919062000650565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200021391906200069c565b60405180910390a36200022f600083836200023860201b60201c565b5050565b505050565b505050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002bf57607f821691505b602082108103620002d557620002d462000277565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026200033f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000300565b6200034b868362000300565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b600062000398620003926200038c8462000363565b6200036d565b62000363565b9050919050565b6000819050919050565b620003b48362000377565b620003cc620003c3826200039f565b8484546200030d565b825550505050565b600090565b620003e3620003d4565b620003f0818484620003a9565b505050565b5b8181101562000418576200040c600082620003d9565b600181019050620003f6565b5050565b601f82111562000467576200043181620002db565b6200043c84620002f0565b810160208510156200044c578190505b620004646200045b85620002f0565b830182620003f5565b50505b505050565b600082821c905092915050565b60006200048c600019846008026200046c565b1980831691505092915050565b6000620004a7838362000479565b9150826002028217905092915050565b620004c2826200023d565b67ffffffffffffffff811115620004de57620004dd62000248565b5b620004ea8254620002a6565b620004f78282856200041c565b600060209050601f8311600181146200052f57600084156200051a578287015190505b62000526858262000499565b86555062000596565b601f1984166200053f86620002db565b60005b82811015620005695784890151825560018201915060208501945060208101905062000542565b8683101562000589578489015162000585601f89168262000479565b8355505b6001600288020188555050505b505050505050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000620005e7601f836200059e565b9150620005f482620005af565b602082019050919050565b600060208201905081810360008301526200061a81620005d8565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006200065d8262000363565b91506200066a8362000363565b925082820190508082111562000685576200068462000621565b5b92915050565b620006968162000363565b82525050565b6000602082019050620006b360008301846200068b565b92915050565b61187580620006c96000396000f3fe608060405234801561001057600080fd5b50600436106100ea5760003560e01c806370a082311161008c578063a0712d6811610066578063a0712d681461024d578063a457c2d714610269578063a9059cbb14610299578063dd62ed3e146102c9576100ea565b806370a08231146101f557806395d89b41146102255780639975038c14610243576100ea565b806323b872dd116100c857806323b872dd1461015b578063313ce5671461018b57806339509351146101a957806342966c68146101d9576100ea565b806306fdde03146100ef578063095ea7b31461010d57806318160ddd1461013d575b600080fd5b6100f76102f9565b6040516101049190610f29565b60405180910390f35b61012760048036038101906101229190610fe4565b61038b565b604051610134919061103f565b60405180910390f35b6101456103ae565b6040516101529190611069565b60405180910390f35b61017560048036038101906101709190611084565b6103b8565b604051610182919061103f565b60405180910390f35b6101936103e7565b6040516101a091906110f3565b60405180910390f35b6101c360048036038101906101be9190610fe4565b6103f0565b6040516101d0919061103f565b60405180910390f35b6101f360048036038101906101ee919061110e565b610427565b005b61020f600480360381019061020a919061113b565b610434565b60405161021c9190611069565b60405180910390f35b61022d61047c565b60405161023a9190610f29565b60405180910390f35b61024b61050e565b005b6102676004803603810190610262919061110e565b61056b565b005b610283600480360381019061027e9190610fe4565b610578565b604051610290919061103f565b60405180910390f35b6102b360048036038101906102ae9190610fe4565b6105ef565b6040516102c0919061103f565b60405180910390f35b6102e360048036038101906102de9190611168565b610612565b6040516102f09190611069565b60405180910390f35b606060038054610308906111d7565b80601f0160208091040260200160405190810160405280929190818152602001828054610334906111d7565b80156103815780601f1061035657610100808354040283529160200191610381565b820191906000526020600020905b81548152906001019060200180831161036457829003601f168201915b5050505050905090565b600080610396610699565b90506103a38185856106a1565b600191505092915050565b6000600254905090565b6000806103c3610699565b90506103d085828561086a565b6103db8585856108f6565b60019150509392505050565b60006012905090565b6000806103fb610699565b905061041c81858561040d8589610612565b6104179190611237565b6106a1565b600191505092915050565b6104313382610b6c565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60606004805461048b906111d7565b80601f01602080910402602001604051908101604052809291908181526020018280546104b7906111d7565b80156105045780601f106104d957610100808354040283529160200191610504565b820191906000526020600020905b8154815290600101906020018083116104e757829003601f168201915b5050505050905090565b600061051933610434565b90506000811161055e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610555906112b7565b60405180910390fd5b6105683382610b6c565b50565b6105753382610d39565b50565b600080610583610699565b905060006105918286610612565b9050838110156105d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105cd90611349565b60405180910390fd5b6105e382868684036106a1565b60019250505092915050565b6000806105fa610699565b90506106078185856108f6565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610710576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610707906113db565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361077f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107769061146d565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161085d9190611069565b60405180910390a3505050565b60006108768484610612565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146108f057818110156108e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d9906114d9565b60405180910390fd5b6108ef84848484036106a1565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610965576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161095c9061156b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036109d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109cb906115fd565b60405180910390fd5b6109df838383610e8f565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610a65576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a5c9061168f565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610b539190611069565b60405180910390a3610b66848484610e94565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610bdb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd290611721565b60405180910390fd5b610be782600083610e8f565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610c6d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c64906117b3565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610d209190611069565b60405180910390a3610d3483600084610e94565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610da8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9f9061181f565b60405180910390fd5b610db460008383610e8f565b8060026000828254610dc69190611237565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610e779190611069565b60405180910390a3610e8b60008383610e94565b5050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ed3578082015181840152602081019050610eb8565b60008484015250505050565b6000601f19601f8301169050919050565b6000610efb82610e99565b610f058185610ea4565b9350610f15818560208601610eb5565b610f1e81610edf565b840191505092915050565b60006020820190508181036000830152610f438184610ef0565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610f7b82610f50565b9050919050565b610f8b81610f70565b8114610f9657600080fd5b50565b600081359050610fa881610f82565b92915050565b6000819050919050565b610fc181610fae565b8114610fcc57600080fd5b50565b600081359050610fde81610fb8565b92915050565b60008060408385031215610ffb57610ffa610f4b565b5b600061100985828601610f99565b925050602061101a85828601610fcf565b9150509250929050565b60008115159050919050565b61103981611024565b82525050565b60006020820190506110546000830184611030565b92915050565b61106381610fae565b82525050565b600060208201905061107e600083018461105a565b92915050565b60008060006060848603121561109d5761109c610f4b565b5b60006110ab86828701610f99565b93505060206110bc86828701610f99565b92505060406110cd86828701610fcf565b9150509250925092565b600060ff82169050919050565b6110ed816110d7565b82525050565b600060208201905061110860008301846110e4565b92915050565b60006020828403121561112457611123610f4b565b5b600061113284828501610fcf565b91505092915050565b60006020828403121561115157611150610f4b565b5b600061115f84828501610f99565b91505092915050565b6000806040838503121561117f5761117e610f4b565b5b600061118d85828601610f99565b925050602061119e85828601610f99565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806111ef57607f821691505b602082108103611202576112016111a8565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061124282610fae565b915061124d83610fae565b925082820190508082111561126557611264611208565b5b92915050565b7f4d6f636b555344543a204e6f7468696e6720746f206275726e00000000000000600082015250565b60006112a1601983610ea4565b91506112ac8261126b565b602082019050919050565b600060208201905081810360008301526112d081611294565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000611333602583610ea4565b915061133e826112d7565b604082019050919050565b6000602082019050818103600083015261136281611326565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006113c5602483610ea4565b91506113d082611369565b604082019050919050565b600060208201905081810360008301526113f4816113b8565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000611457602283610ea4565b9150611462826113fb565b604082019050919050565b600060208201905081810360008301526114868161144a565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006114c3601d83610ea4565b91506114ce8261148d565b602082019050919050565b600060208201905081810360008301526114f2816114b6565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000611555602583610ea4565b9150611560826114f9565b604082019050919050565b6000602082019050818103600083015261158481611548565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006115e7602383610ea4565b91506115f28261158b565b604082019050919050565b60006020820190508181036000830152611616816115da565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000611679602683610ea4565b91506116848261161d565b604082019050919050565b600060208201905081810360008301526116a88161166c565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b600061170b602183610ea4565b9150611716826116af565b604082019050919050565b6000602082019050818103600083015261173a816116fe565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b600061179d602283610ea4565b91506117a882611741565b604082019050919050565b600060208201905081810360008301526117cc81611790565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000611809601f83610ea4565b9150611814826117d3565b602082019050919050565b60006020820190508181036000830152611838816117fc565b905091905056fea264697066735822122068d713bf4736c676499489be7a244631ce61e66372a491b3cb5640b12172fe9464736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x8 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x4D6F636B55445343000000000000000000000000000000000000000000000000 DUP2 MSTORE POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x5 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x4D55534443000000000000000000000000000000000000000000000000000000 DUP2 MSTORE POP DUP2 PUSH1 0x3 SWAP1 DUP2 PUSH3 0x8F SWAP2 SWAP1 PUSH3 0x4B7 JUMP JUMPDEST POP DUP1 PUSH1 0x4 SWAP1 DUP2 PUSH3 0xA1 SWAP2 SWAP1 PUSH3 0x4B7 JUMP JUMPDEST POP POP POP PUSH3 0xC0 CALLER PUSH10 0xD3C21BCECCEDA1000000 PUSH3 0xC6 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0x6B9 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH3 0x138 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH3 0x12F SWAP1 PUSH3 0x5FF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH3 0x14C PUSH1 0x0 DUP4 DUP4 PUSH3 0x233 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST DUP1 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH3 0x160 SWAP2 SWAP1 PUSH3 0x650 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP1 PUSH1 0x0 DUP1 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP4 PUSH1 0x40 MLOAD PUSH3 0x213 SWAP2 SWAP1 PUSH3 0x69C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH3 0x22F PUSH1 0x0 DUP4 DUP4 PUSH3 0x238 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH3 0x2BF JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH3 0x2D5 JUMPI PUSH3 0x2D4 PUSH3 0x277 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 PUSH1 0x1F DUP4 ADD DIV SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHL SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x8 DUP4 MUL PUSH3 0x33F PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 PUSH3 0x300 JUMP JUMPDEST PUSH3 0x34B DUP7 DUP4 PUSH3 0x300 JUMP JUMPDEST SWAP6 POP DUP1 NOT DUP5 AND SWAP4 POP DUP1 DUP7 AND DUP5 OR SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x398 PUSH3 0x392 PUSH3 0x38C DUP5 PUSH3 0x363 JUMP JUMPDEST PUSH3 0x36D JUMP JUMPDEST PUSH3 0x363 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x3B4 DUP4 PUSH3 0x377 JUMP JUMPDEST PUSH3 0x3CC PUSH3 0x3C3 DUP3 PUSH3 0x39F JUMP JUMPDEST DUP5 DUP5 SLOAD PUSH3 0x30D JUMP JUMPDEST DUP3 SSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SWAP1 JUMP JUMPDEST PUSH3 0x3E3 PUSH3 0x3D4 JUMP JUMPDEST PUSH3 0x3F0 DUP2 DUP5 DUP5 PUSH3 0x3A9 JUMP JUMPDEST POP POP POP JUMP JUMPDEST JUMPDEST DUP2 DUP2 LT ISZERO PUSH3 0x418 JUMPI PUSH3 0x40C PUSH1 0x0 DUP3 PUSH3 0x3D9 JUMP JUMPDEST PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH3 0x3F6 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH3 0x467 JUMPI PUSH3 0x431 DUP2 PUSH3 0x2DB JUMP JUMPDEST PUSH3 0x43C DUP5 PUSH3 0x2F0 JUMP JUMPDEST DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH3 0x44C JUMPI DUP2 SWAP1 POP JUMPDEST PUSH3 0x464 PUSH3 0x45B DUP6 PUSH3 0x2F0 JUMP JUMPDEST DUP4 ADD DUP3 PUSH3 0x3F5 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 SHR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x48C PUSH1 0x0 NOT DUP5 PUSH1 0x8 MUL PUSH3 0x46C JUMP JUMPDEST NOT DUP1 DUP4 AND SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x4A7 DUP4 DUP4 PUSH3 0x479 JUMP JUMPDEST SWAP2 POP DUP3 PUSH1 0x2 MUL DUP3 OR SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH3 0x4C2 DUP3 PUSH3 0x23D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH3 0x4DE JUMPI PUSH3 0x4DD PUSH3 0x248 JUMP JUMPDEST JUMPDEST PUSH3 0x4EA DUP3 SLOAD PUSH3 0x2A6 JUMP JUMPDEST PUSH3 0x4F7 DUP3 DUP3 DUP6 PUSH3 0x41C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 SWAP1 POP PUSH1 0x1F DUP4 GT PUSH1 0x1 DUP2 EQ PUSH3 0x52F JUMPI PUSH1 0x0 DUP5 ISZERO PUSH3 0x51A JUMPI DUP3 DUP8 ADD MLOAD SWAP1 POP JUMPDEST PUSH3 0x526 DUP6 DUP3 PUSH3 0x499 JUMP JUMPDEST DUP7 SSTORE POP PUSH3 0x596 JUMP JUMPDEST PUSH1 0x1F NOT DUP5 AND PUSH3 0x53F DUP7 PUSH3 0x2DB JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH3 0x569 JUMPI DUP5 DUP10 ADD MLOAD DUP3 SSTORE PUSH1 0x1 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP6 ADD SWAP5 POP PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH3 0x542 JUMP JUMPDEST DUP7 DUP4 LT ISZERO PUSH3 0x589 JUMPI DUP5 DUP10 ADD MLOAD PUSH3 0x585 PUSH1 0x1F DUP10 AND DUP3 PUSH3 0x479 JUMP JUMPDEST DUP4 SSTORE POP JUMPDEST PUSH1 0x1 PUSH1 0x2 DUP9 MUL ADD DUP9 SSTORE POP POP POP JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x45524332303A206D696E7420746F20746865207A65726F206164647265737300 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x5E7 PUSH1 0x1F DUP4 PUSH3 0x59E JUMP JUMPDEST SWAP2 POP PUSH3 0x5F4 DUP3 PUSH3 0x5AF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH3 0x61A DUP2 PUSH3 0x5D8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH3 0x65D DUP3 PUSH3 0x363 JUMP JUMPDEST SWAP2 POP PUSH3 0x66A DUP4 PUSH3 0x363 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH3 0x685 JUMPI PUSH3 0x684 PUSH3 0x621 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH3 0x696 DUP2 PUSH3 0x363 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH3 0x6B3 PUSH1 0x0 DUP4 ADD DUP5 PUSH3 0x68B JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1875 DUP1 PUSH3 0x6C9 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 0xEA JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x70A08231 GT PUSH2 0x8C JUMPI DUP1 PUSH4 0xA0712D68 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0xA0712D68 EQ PUSH2 0x24D JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x269 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x299 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x2C9 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x70A08231 EQ PUSH2 0x1F5 JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x225 JUMPI DUP1 PUSH4 0x9975038C EQ PUSH2 0x243 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x23B872DD GT PUSH2 0xC8 JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x15B JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x18B JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x1A9 JUMPI DUP1 PUSH4 0x42966C68 EQ PUSH2 0x1D9 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0xEF JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0x10D JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0x13D JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF7 PUSH2 0x2F9 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x104 SWAP2 SWAP1 PUSH2 0xF29 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x127 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x122 SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x38B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x134 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x145 PUSH2 0x3AE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x152 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x175 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x170 SWAP2 SWAP1 PUSH2 0x1084 JUMP JUMPDEST PUSH2 0x3B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x182 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x193 PUSH2 0x3E7 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1A0 SWAP2 SWAP1 PUSH2 0x10F3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1C3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1BE SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x3F0 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1D0 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1EE SWAP2 SWAP1 PUSH2 0x110E JUMP JUMPDEST PUSH2 0x427 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x20A SWAP2 SWAP1 PUSH2 0x113B JUMP JUMPDEST PUSH2 0x434 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x21C SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x22D PUSH2 0x47C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23A SWAP2 SWAP1 PUSH2 0xF29 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x24B PUSH2 0x50E JUMP JUMPDEST STOP JUMPDEST PUSH2 0x267 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x262 SWAP2 SWAP1 PUSH2 0x110E JUMP JUMPDEST PUSH2 0x56B JUMP JUMPDEST STOP JUMPDEST PUSH2 0x283 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x27E SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x578 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x290 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2B3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2AE SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x5EF JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2C0 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2E3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2DE SWAP2 SWAP1 PUSH2 0x1168 JUMP JUMPDEST PUSH2 0x612 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2F0 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x308 SWAP1 PUSH2 0x11D7 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 0x334 SWAP1 PUSH2 0x11D7 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x381 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x356 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x381 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 0x364 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x396 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x3A3 DUP2 DUP6 DUP6 PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x3C3 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x3D0 DUP6 DUP3 DUP6 PUSH2 0x86A JUMP JUMPDEST PUSH2 0x3DB DUP6 DUP6 DUP6 PUSH2 0x8F6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x12 SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x3FB PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x41C DUP2 DUP6 DUP6 PUSH2 0x40D DUP6 DUP10 PUSH2 0x612 JUMP JUMPDEST PUSH2 0x417 SWAP2 SWAP1 PUSH2 0x1237 JUMP JUMPDEST PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x431 CALLER DUP3 PUSH2 0xB6C JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x4 DUP1 SLOAD PUSH2 0x48B SWAP1 PUSH2 0x11D7 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 0x4B7 SWAP1 PUSH2 0x11D7 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x504 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x4D9 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x504 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 0x4E7 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x519 CALLER PUSH2 0x434 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 GT PUSH2 0x55E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x555 SWAP1 PUSH2 0x12B7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x568 CALLER DUP3 PUSH2 0xB6C JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x575 CALLER DUP3 PUSH2 0xD39 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x583 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x591 DUP3 DUP7 PUSH2 0x612 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5CD SWAP1 PUSH2 0x1349 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x5E3 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x5FA PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x607 DUP2 DUP6 DUP6 PUSH2 0x8F6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x710 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x707 SWAP1 PUSH2 0x13DB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x77F JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x776 SWAP1 PUSH2 0x146D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0x85D SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x876 DUP5 DUP5 PUSH2 0x612 JUMP JUMPDEST SWAP1 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 EQ PUSH2 0x8F0 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x8E2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8D9 SWAP1 PUSH2 0x14D9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x8EF DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x6A1 JUMP JUMPDEST JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x965 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x95C SWAP1 PUSH2 0x156B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x9D4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9CB SWAP1 PUSH2 0x15FD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x9DF DUP4 DUP4 DUP4 PUSH2 0xE8F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xA65 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA5C SWAP1 PUSH2 0x168F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xB53 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xB66 DUP5 DUP5 DUP5 PUSH2 0xE94 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xBDB JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xBD2 SWAP1 PUSH2 0x1721 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xBE7 DUP3 PUSH1 0x0 DUP4 PUSH2 0xE8F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xC6D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC64 SWAP1 PUSH2 0x17B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD SUB SWAP3 POP POP DUP2 SWAP1 SSTORE POP PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xD20 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xD34 DUP4 PUSH1 0x0 DUP5 PUSH2 0xE94 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xDA8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD9F SWAP1 PUSH2 0x181F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xDB4 PUSH1 0x0 DUP4 DUP4 PUSH2 0xE8F JUMP JUMPDEST DUP1 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xDC6 SWAP2 SWAP1 PUSH2 0x1237 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP1 PUSH1 0x0 DUP1 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP4 PUSH1 0x40 MLOAD PUSH2 0xE77 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xE8B PUSH1 0x0 DUP4 DUP4 PUSH2 0xE94 JUMP JUMPDEST POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xED3 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0xEB8 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xEFB DUP3 PUSH2 0xE99 JUMP JUMPDEST PUSH2 0xF05 DUP2 DUP6 PUSH2 0xEA4 JUMP JUMPDEST SWAP4 POP PUSH2 0xF15 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0xEB5 JUMP JUMPDEST PUSH2 0xF1E DUP2 PUSH2 0xEDF JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xF43 DUP2 DUP5 PUSH2 0xEF0 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF7B DUP3 PUSH2 0xF50 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xF8B DUP2 PUSH2 0xF70 JUMP JUMPDEST DUP2 EQ PUSH2 0xF96 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xFA8 DUP2 PUSH2 0xF82 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFC1 DUP2 PUSH2 0xFAE JUMP JUMPDEST DUP2 EQ PUSH2 0xFCC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xFDE DUP2 PUSH2 0xFB8 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xFFB JUMPI PUSH2 0xFFA PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1009 DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x101A DUP6 DUP3 DUP7 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1039 DUP2 PUSH2 0x1024 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1054 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1030 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1063 DUP2 PUSH2 0xFAE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x107E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x105A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x109D JUMPI PUSH2 0x109C PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x10AB DUP7 DUP3 DUP8 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x10BC DUP7 DUP3 DUP8 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x10CD DUP7 DUP3 DUP8 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x10ED DUP2 PUSH2 0x10D7 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1108 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x10E4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1124 JUMPI PUSH2 0x1123 PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1132 DUP5 DUP3 DUP6 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1151 JUMPI PUSH2 0x1150 PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x115F DUP5 DUP3 DUP6 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x117F JUMPI PUSH2 0x117E PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x118D DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x119E DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x11EF JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1202 JUMPI PUSH2 0x1201 PUSH2 0x11A8 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1242 DUP3 PUSH2 0xFAE JUMP JUMPDEST SWAP2 POP PUSH2 0x124D DUP4 PUSH2 0xFAE JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x1265 JUMPI PUSH2 0x1264 PUSH2 0x1208 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4D6F636B555344543A204E6F7468696E6720746F206275726E00000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12A1 PUSH1 0x19 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x12AC DUP3 PUSH2 0x126B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x12D0 DUP2 PUSH2 0x1294 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1333 PUSH1 0x25 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x133E DUP3 PUSH2 0x12D7 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1362 DUP2 PUSH2 0x1326 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13C5 PUSH1 0x24 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x13D0 DUP3 PUSH2 0x1369 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x13F4 DUP2 PUSH2 0x13B8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1457 PUSH1 0x22 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1462 DUP3 PUSH2 0x13FB JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1486 DUP2 PUSH2 0x144A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x14C3 PUSH1 0x1D DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x14CE DUP3 PUSH2 0x148D JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14F2 DUP2 PUSH2 0x14B6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1555 PUSH1 0x25 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1560 DUP3 PUSH2 0x14F9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1584 DUP2 PUSH2 0x1548 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x15E7 PUSH1 0x23 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x15F2 DUP3 PUSH2 0x158B JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1616 DUP2 PUSH2 0x15DA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1679 PUSH1 0x26 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1684 DUP3 PUSH2 0x161D JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x16A8 DUP2 PUSH2 0x166C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206275726E2066726F6D20746865207A65726F20616464726573 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7300000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x170B PUSH1 0x21 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1716 DUP3 PUSH2 0x16AF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x173A DUP2 PUSH2 0x16FE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206275726E20616D6F756E7420657863656564732062616C616E PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6365000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x179D PUSH1 0x22 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x17A8 DUP3 PUSH2 0x1741 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x17CC DUP2 PUSH2 0x1790 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206D696E7420746F20746865207A65726F206164647265737300 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1809 PUSH1 0x1F DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1814 DUP3 PUSH2 0x17D3 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1838 DUP2 PUSH2 0x17FC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH9 0xD713BF4736C6764994 DUP10 0xBE PUSH27 0x244631CE61E66372A491B3CB5640B12172FE9464736F6C63430008 SLT STOP CALLER ","sourceMap":"162:496:14:-:0;;;195:89;;;;;;;;;;1980:113:6;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2054:5;2046;:13;;;;;;:::i;:::-;;2079:7;2069;:17;;;;;;:::i;:::-;;1980:113;;246:31:14::1;252:10;264:12;246:5;;;:31;;:::i;:::-;162:496:::0;;8520:535:6;8622:1;8603:21;;:7;:21;;;8595:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;8671:49;8700:1;8704:7;8713:6;8671:20;;;:49;;:::i;:::-;8747:6;8731:12;;:22;;;;;;;:::i;:::-;;;;;;;;8921:6;8899:9;:18;8909:7;8899:18;;;;;;;;;;;;;;;;:28;;;;;;;;;;;8973:7;8952:37;;8969:1;8952:37;;;8982:6;8952:37;;;;;;:::i;:::-;;;;;;;;9000:48;9028:1;9032:7;9041:6;9000:19;;;:48;;:::i;:::-;8520:535;;:::o;12073:91::-;;;;:::o;12752:90::-;;;;:::o;7:99:15:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:180::-;160:77;157:1;150:88;257:4;254:1;247:15;281:4;278:1;271:15;298:180;346:77;343:1;336:88;443:4;440:1;433:15;467:4;464:1;457:15;484:320;528:6;565:1;559:4;555:12;545:22;;612:1;606:4;602:12;633:18;623:81;;689:4;681:6;677:17;667:27;;623:81;751:2;743:6;740:14;720:18;717:38;714:84;;770:18;;:::i;:::-;714:84;535:269;484:320;;;:::o;810:141::-;859:4;882:3;874:11;;905:3;902:1;895:14;939:4;936:1;926:18;918:26;;810:141;;;:::o;957:93::-;994:6;1041:2;1036;1029:5;1025:14;1021:23;1011:33;;957:93;;;:::o;1056:107::-;1100:8;1150:5;1144:4;1140:16;1119:37;;1056:107;;;;:::o;1169:393::-;1238:6;1288:1;1276:10;1272:18;1311:97;1341:66;1330:9;1311:97;:::i;:::-;1429:39;1459:8;1448:9;1429:39;:::i;:::-;1417:51;;1501:4;1497:9;1490:5;1486:21;1477:30;;1550:4;1540:8;1536:19;1529:5;1526:30;1516:40;;1245:317;;1169:393;;;;;:::o;1568:77::-;1605:7;1634:5;1623:16;;1568:77;;;:::o;1651:60::-;1679:3;1700:5;1693:12;;1651:60;;;:::o;1717:142::-;1767:9;1800:53;1818:34;1827:24;1845:5;1827:24;:::i;:::-;1818:34;:::i;:::-;1800:53;:::i;:::-;1787:66;;1717:142;;;:::o;1865:75::-;1908:3;1929:5;1922:12;;1865:75;;;:::o;1946:269::-;2056:39;2087:7;2056:39;:::i;:::-;2117:91;2166:41;2190:16;2166:41;:::i;:::-;2158:6;2151:4;2145:11;2117:91;:::i;:::-;2111:4;2104:105;2022:193;1946:269;;;:::o;2221:73::-;2266:3;2221:73;:::o;2300:189::-;2377:32;;:::i;:::-;2418:65;2476:6;2468;2462:4;2418:65;:::i;:::-;2353:136;2300:189;;:::o;2495:186::-;2555:120;2572:3;2565:5;2562:14;2555:120;;;2626:39;2663:1;2656:5;2626:39;:::i;:::-;2599:1;2592:5;2588:13;2579:22;;2555:120;;;2495:186;;:::o;2687:543::-;2788:2;2783:3;2780:11;2777:446;;;2822:38;2854:5;2822:38;:::i;:::-;2906:29;2924:10;2906:29;:::i;:::-;2896:8;2892:44;3089:2;3077:10;3074:18;3071:49;;;3110:8;3095:23;;3071:49;3133:80;3189:22;3207:3;3189:22;:::i;:::-;3179:8;3175:37;3162:11;3133:80;:::i;:::-;2792:431;;2777:446;2687:543;;;:::o;3236:117::-;3290:8;3340:5;3334:4;3330:16;3309:37;;3236:117;;;;:::o;3359:169::-;3403:6;3436:51;3484:1;3480:6;3472:5;3469:1;3465:13;3436:51;:::i;:::-;3432:56;3517:4;3511;3507:15;3497:25;;3410:118;3359:169;;;;:::o;3533:295::-;3609:4;3755:29;3780:3;3774:4;3755:29;:::i;:::-;3747:37;;3817:3;3814:1;3810:11;3804:4;3801:21;3793:29;;3533:295;;;;:::o;3833:1395::-;3950:37;3983:3;3950:37;:::i;:::-;4052:18;4044:6;4041:30;4038:56;;;4074:18;;:::i;:::-;4038:56;4118:38;4150:4;4144:11;4118:38;:::i;:::-;4203:67;4263:6;4255;4249:4;4203:67;:::i;:::-;4297:1;4321:4;4308:17;;4353:2;4345:6;4342:14;4370:1;4365:618;;;;5027:1;5044:6;5041:77;;;5093:9;5088:3;5084:19;5078:26;5069:35;;5041:77;5144:67;5204:6;5197:5;5144:67;:::i;:::-;5138:4;5131:81;5000:222;4335:887;;4365:618;4417:4;4413:9;4405:6;4401:22;4451:37;4483:4;4451:37;:::i;:::-;4510:1;4524:208;4538:7;4535:1;4532:14;4524:208;;;4617:9;4612:3;4608:19;4602:26;4594:6;4587:42;4668:1;4660:6;4656:14;4646:24;;4715:2;4704:9;4700:18;4687:31;;4561:4;4558:1;4554:12;4549:17;;4524:208;;;4760:6;4751:7;4748:19;4745:179;;;4818:9;4813:3;4809:19;4803:26;4861:48;4903:4;4895:6;4891:17;4880:9;4861:48;:::i;:::-;4853:6;4846:64;4768:156;4745:179;4970:1;4966;4958:6;4954:14;4950:22;4944:4;4937:36;4372:611;;;4335:887;;3925:1303;;;3833:1395;;:::o;5234:169::-;5318:11;5352:6;5347:3;5340:19;5392:4;5387:3;5383:14;5368:29;;5234:169;;;;:::o;5409:181::-;5549:33;5545:1;5537:6;5533:14;5526:57;5409:181;:::o;5596:366::-;5738:3;5759:67;5823:2;5818:3;5759:67;:::i;:::-;5752:74;;5835:93;5924:3;5835:93;:::i;:::-;5953:2;5948:3;5944:12;5937:19;;5596:366;;;:::o;5968:419::-;6134:4;6172:2;6161:9;6157:18;6149:26;;6221:9;6215:4;6211:20;6207:1;6196:9;6192:17;6185:47;6249:131;6375:4;6249:131;:::i;:::-;6241:139;;5968:419;;;:::o;6393:180::-;6441:77;6438:1;6431:88;6538:4;6535:1;6528:15;6562:4;6559:1;6552:15;6579:191;6619:3;6638:20;6656:1;6638:20;:::i;:::-;6633:25;;6672:20;6690:1;6672:20;:::i;:::-;6667:25;;6715:1;6712;6708:9;6701:16;;6736:3;6733:1;6730:10;6727:36;;;6743:18;;:::i;:::-;6727:36;6579:191;;;;:::o;6776:118::-;6863:24;6881:5;6863:24;:::i;:::-;6858:3;6851:37;6776:118;;:::o;6900:222::-;6993:4;7031:2;7020:9;7016:18;7008:26;;7044:71;7112:1;7101:9;7097:17;7088:6;7044:71;:::i;:::-;6900:222;;;;:::o;162:496:14:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_afterTokenTransfer_1503":{"entryPoint":3732,"id":1503,"parameterSlots":3,"returnSlots":0},"@_approve_1438":{"entryPoint":1697,"id":1438,"parameterSlots":3,"returnSlots":0},"@_beforeTokenTransfer_1492":{"entryPoint":3727,"id":1492,"parameterSlots":3,"returnSlots":0},"@_burn_1393":{"entryPoint":2924,"id":1393,"parameterSlots":2,"returnSlots":0},"@_mint_1321":{"entryPoint":3385,"id":1321,"parameterSlots":2,"returnSlots":0},"@_msgSender_1619":{"entryPoint":1689,"id":1619,"parameterSlots":0,"returnSlots":1},"@_spendAllowance_1481":{"entryPoint":2154,"id":1481,"parameterSlots":3,"returnSlots":0},"@_transfer_1264":{"entryPoint":2294,"id":1264,"parameterSlots":3,"returnSlots":0},"@allowance_1059":{"entryPoint":1554,"id":1059,"parameterSlots":2,"returnSlots":1},"@approve_1084":{"entryPoint":907,"id":1084,"parameterSlots":2,"returnSlots":1},"@balanceOf_1016":{"entryPoint":1076,"id":1016,"parameterSlots":1,"returnSlots":1},"@burnAll_2791":{"entryPoint":1294,"id":2791,"parameterSlots":0,"returnSlots":0},"@burn_2767":{"entryPoint":1063,"id":2767,"parameterSlots":1,"returnSlots":0},"@decimals_992":{"entryPoint":999,"id":992,"parameterSlots":0,"returnSlots":1},"@decreaseAllowance_1187":{"entryPoint":1400,"id":1187,"parameterSlots":2,"returnSlots":1},"@increaseAllowance_1146":{"entryPoint":1008,"id":1146,"parameterSlots":2,"returnSlots":1},"@mint_2755":{"entryPoint":1387,"id":2755,"parameterSlots":1,"returnSlots":0},"@name_972":{"entryPoint":761,"id":972,"parameterSlots":0,"returnSlots":1},"@symbol_982":{"entryPoint":1148,"id":982,"parameterSlots":0,"returnSlots":1},"@totalSupply_1002":{"entryPoint":942,"id":1002,"parameterSlots":0,"returnSlots":1},"@transferFrom_1117":{"entryPoint":952,"id":1117,"parameterSlots":3,"returnSlots":1},"@transfer_1041":{"entryPoint":1519,"id":1041,"parameterSlots":2,"returnSlots":1},"abi_decode_t_address":{"entryPoint":3993,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":4047,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":4411,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_address":{"entryPoint":4456,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_addresst_addresst_uint256":{"entryPoint":4228,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_addresst_uint256":{"entryPoint":4068,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint256":{"entryPoint":4366,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":4144,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":3824,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack":{"entryPoint":5594,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack":{"entryPoint":6032,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack":{"entryPoint":5194,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack":{"entryPoint":5302,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack":{"entryPoint":5740,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack":{"entryPoint":4756,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack":{"entryPoint":5886,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack":{"entryPoint":5448,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack":{"entryPoint":5048,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack":{"entryPoint":4902,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack":{"entryPoint":6140,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":4186,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":4324,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":4159,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":3881,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5629,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":6067,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5229,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5337,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5775,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4791,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5921,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5483,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5083,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4937,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":6175,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":4201,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":4339,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_unbounded":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":1},"array_length_t_string_memory_ptr":{"entryPoint":3737,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":3748,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":4663,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_address":{"entryPoint":3952,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":4132,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":3920,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":4014,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":4311,"id":null,"parameterSlots":1,"returnSlots":1},"copy_memory_to_memory_with_cleanup":{"entryPoint":3765,"id":null,"parameterSlots":3,"returnSlots":0},"extract_byte_array_length":{"entryPoint":4567,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x11":{"entryPoint":4616,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x22":{"entryPoint":4520,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":3915,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":3807,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f":{"entryPoint":5515,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd":{"entryPoint":5953,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029":{"entryPoint":5115,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe":{"entryPoint":5261,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6":{"entryPoint":5661,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09":{"entryPoint":4715,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f":{"entryPoint":5807,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea":{"entryPoint":5369,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208":{"entryPoint":4969,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8":{"entryPoint":4823,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e":{"entryPoint":6099,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":3970,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":4024,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:18043:15","statements":[{"body":{"nodeType":"YulBlock","src":"66:40:15","statements":[{"nodeType":"YulAssignment","src":"77:22:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"93:5:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"87:5:15"},"nodeType":"YulFunctionCall","src":"87:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"77:6:15"}]}]},"name":"array_length_t_string_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"49:5:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"59:6:15","type":""}],"src":"7:99:15"},{"body":{"nodeType":"YulBlock","src":"208:73:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"225:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"230:6:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"218:6:15"},"nodeType":"YulFunctionCall","src":"218:19:15"},"nodeType":"YulExpressionStatement","src":"218:19:15"},{"nodeType":"YulAssignment","src":"246:29:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"265:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"270:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"261:3:15"},"nodeType":"YulFunctionCall","src":"261:14:15"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"246:11:15"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"180:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"185:6:15","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"196:11:15","type":""}],"src":"112:169:15"},{"body":{"nodeType":"YulBlock","src":"349:184:15","statements":[{"nodeType":"YulVariableDeclaration","src":"359:10:15","value":{"kind":"number","nodeType":"YulLiteral","src":"368:1:15","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"363:1:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"428:63:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"453:3:15"},{"name":"i","nodeType":"YulIdentifier","src":"458:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"449:3:15"},"nodeType":"YulFunctionCall","src":"449:11:15"},{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"472:3:15"},{"name":"i","nodeType":"YulIdentifier","src":"477:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"468:3:15"},"nodeType":"YulFunctionCall","src":"468:11:15"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"462:5:15"},"nodeType":"YulFunctionCall","src":"462:18:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"442:6:15"},"nodeType":"YulFunctionCall","src":"442:39:15"},"nodeType":"YulExpressionStatement","src":"442:39:15"}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"389:1:15"},{"name":"length","nodeType":"YulIdentifier","src":"392:6:15"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"386:2:15"},"nodeType":"YulFunctionCall","src":"386:13:15"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"400:19:15","statements":[{"nodeType":"YulAssignment","src":"402:15:15","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"411:1:15"},{"kind":"number","nodeType":"YulLiteral","src":"414:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"407:3:15"},"nodeType":"YulFunctionCall","src":"407:10:15"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"402:1:15"}]}]},"pre":{"nodeType":"YulBlock","src":"382:3:15","statements":[]},"src":"378:113:15"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"511:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"516:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"507:3:15"},"nodeType":"YulFunctionCall","src":"507:16:15"},{"kind":"number","nodeType":"YulLiteral","src":"525:1:15","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"500:6:15"},"nodeType":"YulFunctionCall","src":"500:27:15"},"nodeType":"YulExpressionStatement","src":"500:27:15"}]},"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"331:3:15","type":""},{"name":"dst","nodeType":"YulTypedName","src":"336:3:15","type":""},{"name":"length","nodeType":"YulTypedName","src":"341:6:15","type":""}],"src":"287:246:15"},{"body":{"nodeType":"YulBlock","src":"587:54:15","statements":[{"nodeType":"YulAssignment","src":"597:38:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"615:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"622:2:15","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"611:3:15"},"nodeType":"YulFunctionCall","src":"611:14:15"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"631:2:15","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"627:3:15"},"nodeType":"YulFunctionCall","src":"627:7:15"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"607:3:15"},"nodeType":"YulFunctionCall","src":"607:28:15"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"597:6:15"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"570:5:15","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"580:6:15","type":""}],"src":"539:102:15"},{"body":{"nodeType":"YulBlock","src":"739:285:15","statements":[{"nodeType":"YulVariableDeclaration","src":"749:53:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"796:5:15"}],"functionName":{"name":"array_length_t_string_memory_ptr","nodeType":"YulIdentifier","src":"763:32:15"},"nodeType":"YulFunctionCall","src":"763:39:15"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"753:6:15","type":""}]},{"nodeType":"YulAssignment","src":"811:78:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"877:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"882:6:15"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"818:58:15"},"nodeType":"YulFunctionCall","src":"818:71:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"811:3:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"937:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"944:4:15","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"933:3:15"},"nodeType":"YulFunctionCall","src":"933:16:15"},{"name":"pos","nodeType":"YulIdentifier","src":"951:3:15"},{"name":"length","nodeType":"YulIdentifier","src":"956:6:15"}],"functionName":{"name":"copy_memory_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"898:34:15"},"nodeType":"YulFunctionCall","src":"898:65:15"},"nodeType":"YulExpressionStatement","src":"898:65:15"},{"nodeType":"YulAssignment","src":"972:46:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"983:3:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1010:6:15"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"988:21:15"},"nodeType":"YulFunctionCall","src":"988:29:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"979:3:15"},"nodeType":"YulFunctionCall","src":"979:39:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"972:3:15"}]}]},"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"720:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"727:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"735:3:15","type":""}],"src":"647:377:15"},{"body":{"nodeType":"YulBlock","src":"1148:195:15","statements":[{"nodeType":"YulAssignment","src":"1158:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1170:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"1181:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1166:3:15"},"nodeType":"YulFunctionCall","src":"1166:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1158:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1205:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"1216:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1201:3:15"},"nodeType":"YulFunctionCall","src":"1201:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1224:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"1230:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1220:3:15"},"nodeType":"YulFunctionCall","src":"1220:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1194:6:15"},"nodeType":"YulFunctionCall","src":"1194:47:15"},"nodeType":"YulExpressionStatement","src":"1194:47:15"},{"nodeType":"YulAssignment","src":"1250:86:15","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1322:6:15"},{"name":"tail","nodeType":"YulIdentifier","src":"1331:4:15"}],"functionName":{"name":"abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1258:63:15"},"nodeType":"YulFunctionCall","src":"1258:78:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1250:4:15"}]}]},"name":"abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1120:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1132:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1143:4:15","type":""}],"src":"1030:313:15"},{"body":{"nodeType":"YulBlock","src":"1389:35:15","statements":[{"nodeType":"YulAssignment","src":"1399:19:15","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1415:2:15","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1409:5:15"},"nodeType":"YulFunctionCall","src":"1409:9:15"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1399:6:15"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1382:6:15","type":""}],"src":"1349:75:15"},{"body":{"nodeType":"YulBlock","src":"1519:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1536:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1539:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1529:6:15"},"nodeType":"YulFunctionCall","src":"1529:12:15"},"nodeType":"YulExpressionStatement","src":"1529:12:15"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"1430:117:15"},{"body":{"nodeType":"YulBlock","src":"1642:28:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1659:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1662:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1652:6:15"},"nodeType":"YulFunctionCall","src":"1652:12:15"},"nodeType":"YulExpressionStatement","src":"1652:12:15"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"1553:117:15"},{"body":{"nodeType":"YulBlock","src":"1721:81:15","statements":[{"nodeType":"YulAssignment","src":"1731:65:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1746:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"1753:42:15","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1742:3:15"},"nodeType":"YulFunctionCall","src":"1742:54:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1731:7:15"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1703:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1713:7:15","type":""}],"src":"1676:126:15"},{"body":{"nodeType":"YulBlock","src":"1853:51:15","statements":[{"nodeType":"YulAssignment","src":"1863:35:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1892:5:15"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"1874:17:15"},"nodeType":"YulFunctionCall","src":"1874:24:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1863:7:15"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1835:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1845:7:15","type":""}],"src":"1808:96:15"},{"body":{"nodeType":"YulBlock","src":"1953:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"2010:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2019:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2022:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2012:6:15"},"nodeType":"YulFunctionCall","src":"2012:12:15"},"nodeType":"YulExpressionStatement","src":"2012:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1976:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2001:5:15"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"1983:17:15"},"nodeType":"YulFunctionCall","src":"1983:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"1973:2:15"},"nodeType":"YulFunctionCall","src":"1973:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"1966:6:15"},"nodeType":"YulFunctionCall","src":"1966:43:15"},"nodeType":"YulIf","src":"1963:63:15"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1946:5:15","type":""}],"src":"1910:122:15"},{"body":{"nodeType":"YulBlock","src":"2090:87:15","statements":[{"nodeType":"YulAssignment","src":"2100:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2122:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2109:12:15"},"nodeType":"YulFunctionCall","src":"2109:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2100:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2165:5:15"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"2138:26:15"},"nodeType":"YulFunctionCall","src":"2138:33:15"},"nodeType":"YulExpressionStatement","src":"2138:33:15"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2068:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"2076:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2084:5:15","type":""}],"src":"2038:139:15"},{"body":{"nodeType":"YulBlock","src":"2228:32:15","statements":[{"nodeType":"YulAssignment","src":"2238:16:15","value":{"name":"value","nodeType":"YulIdentifier","src":"2249:5:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"2238:7:15"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2210:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"2220:7:15","type":""}],"src":"2183:77:15"},{"body":{"nodeType":"YulBlock","src":"2309:79:15","statements":[{"body":{"nodeType":"YulBlock","src":"2366:16:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2375:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2378:1:15","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2368:6:15"},"nodeType":"YulFunctionCall","src":"2368:12:15"},"nodeType":"YulExpressionStatement","src":"2368:12:15"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2332:5:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2357:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"2339:17:15"},"nodeType":"YulFunctionCall","src":"2339:24:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"2329:2:15"},"nodeType":"YulFunctionCall","src":"2329:35:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"2322:6:15"},"nodeType":"YulFunctionCall","src":"2322:43:15"},"nodeType":"YulIf","src":"2319:63:15"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2302:5:15","type":""}],"src":"2266:122:15"},{"body":{"nodeType":"YulBlock","src":"2446:87:15","statements":[{"nodeType":"YulAssignment","src":"2456:29:15","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"2478:6:15"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"2465:12:15"},"nodeType":"YulFunctionCall","src":"2465:20:15"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2456:5:15"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2521:5:15"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"2494:26:15"},"nodeType":"YulFunctionCall","src":"2494:33:15"},"nodeType":"YulExpressionStatement","src":"2494:33:15"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"2424:6:15","type":""},{"name":"end","nodeType":"YulTypedName","src":"2432:3:15","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2440:5:15","type":""}],"src":"2394:139:15"},{"body":{"nodeType":"YulBlock","src":"2622:391:15","statements":[{"body":{"nodeType":"YulBlock","src":"2668:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"2670:77:15"},"nodeType":"YulFunctionCall","src":"2670:79:15"},"nodeType":"YulExpressionStatement","src":"2670:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"2643:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"2652:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2639:3:15"},"nodeType":"YulFunctionCall","src":"2639:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"2664:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2635:3:15"},"nodeType":"YulFunctionCall","src":"2635:32:15"},"nodeType":"YulIf","src":"2632:119:15"},{"nodeType":"YulBlock","src":"2761:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2776:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"2790:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2780:6:15","type":""}]},{"nodeType":"YulAssignment","src":"2805:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2840:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"2851:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2836:3:15"},"nodeType":"YulFunctionCall","src":"2836:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2860:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"2815:20:15"},"nodeType":"YulFunctionCall","src":"2815:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"2805:6:15"}]}]},{"nodeType":"YulBlock","src":"2888:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"2903:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"2917:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2907:6:15","type":""}]},{"nodeType":"YulAssignment","src":"2933:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2968:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"2979:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2964:3:15"},"nodeType":"YulFunctionCall","src":"2964:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"2988:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"2943:20:15"},"nodeType":"YulFunctionCall","src":"2943:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"2933:6:15"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2584:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"2595:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"2607:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"2615:6:15","type":""}],"src":"2539:474:15"},{"body":{"nodeType":"YulBlock","src":"3061:48:15","statements":[{"nodeType":"YulAssignment","src":"3071:32:15","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3096:5:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3089:6:15"},"nodeType":"YulFunctionCall","src":"3089:13:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3082:6:15"},"nodeType":"YulFunctionCall","src":"3082:21:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"3071:7:15"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3043:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"3053:7:15","type":""}],"src":"3019:90:15"},{"body":{"nodeType":"YulBlock","src":"3174:50:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3191:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3211:5:15"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"3196:14:15"},"nodeType":"YulFunctionCall","src":"3196:21:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3184:6:15"},"nodeType":"YulFunctionCall","src":"3184:34:15"},"nodeType":"YulExpressionStatement","src":"3184:34:15"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3162:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"3169:3:15","type":""}],"src":"3115:109:15"},{"body":{"nodeType":"YulBlock","src":"3322:118:15","statements":[{"nodeType":"YulAssignment","src":"3332:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3344:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3355:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3340:3:15"},"nodeType":"YulFunctionCall","src":"3340:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3332:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3406:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3419:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3430:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3415:3:15"},"nodeType":"YulFunctionCall","src":"3415:17:15"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"3368:37:15"},"nodeType":"YulFunctionCall","src":"3368:65:15"},"nodeType":"YulExpressionStatement","src":"3368:65:15"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3294:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3306:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3317:4:15","type":""}],"src":"3230:210:15"},{"body":{"nodeType":"YulBlock","src":"3511:53:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3528:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3551:5:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"3533:17:15"},"nodeType":"YulFunctionCall","src":"3533:24:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3521:6:15"},"nodeType":"YulFunctionCall","src":"3521:37:15"},"nodeType":"YulExpressionStatement","src":"3521:37:15"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"3499:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"3506:3:15","type":""}],"src":"3446:118:15"},{"body":{"nodeType":"YulBlock","src":"3668:124:15","statements":[{"nodeType":"YulAssignment","src":"3678:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3690:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3701:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3686:3:15"},"nodeType":"YulFunctionCall","src":"3686:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3678:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"3758:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3771:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"3782:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3767:3:15"},"nodeType":"YulFunctionCall","src":"3767:17:15"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"3714:43:15"},"nodeType":"YulFunctionCall","src":"3714:71:15"},"nodeType":"YulExpressionStatement","src":"3714:71:15"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3640:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3652:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3663:4:15","type":""}],"src":"3570:222:15"},{"body":{"nodeType":"YulBlock","src":"3898:519:15","statements":[{"body":{"nodeType":"YulBlock","src":"3944:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"3946:77:15"},"nodeType":"YulFunctionCall","src":"3946:79:15"},"nodeType":"YulExpressionStatement","src":"3946:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"3919:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"3928:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"3915:3:15"},"nodeType":"YulFunctionCall","src":"3915:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"3940:2:15","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3911:3:15"},"nodeType":"YulFunctionCall","src":"3911:32:15"},"nodeType":"YulIf","src":"3908:119:15"},{"nodeType":"YulBlock","src":"4037:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4052:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4066:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4056:6:15","type":""}]},{"nodeType":"YulAssignment","src":"4081:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4116:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"4127:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4112:3:15"},"nodeType":"YulFunctionCall","src":"4112:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4136:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"4091:20:15"},"nodeType":"YulFunctionCall","src":"4091:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4081:6:15"}]}]},{"nodeType":"YulBlock","src":"4164:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4179:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4193:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4183:6:15","type":""}]},{"nodeType":"YulAssignment","src":"4209:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4244:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"4255:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4240:3:15"},"nodeType":"YulFunctionCall","src":"4240:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4264:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"4219:20:15"},"nodeType":"YulFunctionCall","src":"4219:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4209:6:15"}]}]},{"nodeType":"YulBlock","src":"4292:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"4307:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"4321:2:15","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4311:6:15","type":""}]},{"nodeType":"YulAssignment","src":"4337:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4372:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"4383:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4368:3:15"},"nodeType":"YulFunctionCall","src":"4368:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4392:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"4347:20:15"},"nodeType":"YulFunctionCall","src":"4347:53:15"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"4337:6:15"}]}]}]},"name":"abi_decode_tuple_t_addresst_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3852:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"3863:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"3875:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"3883:6:15","type":""},{"name":"value2","nodeType":"YulTypedName","src":"3891:6:15","type":""}],"src":"3798:619:15"},{"body":{"nodeType":"YulBlock","src":"4466:43:15","statements":[{"nodeType":"YulAssignment","src":"4476:27:15","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4491:5:15"},{"kind":"number","nodeType":"YulLiteral","src":"4498:4:15","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4487:3:15"},"nodeType":"YulFunctionCall","src":"4487:16:15"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4476:7:15"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4448:5:15","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4458:7:15","type":""}],"src":"4423:86:15"},{"body":{"nodeType":"YulBlock","src":"4576:51:15","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"4593:3:15"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4614:5:15"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"4598:15:15"},"nodeType":"YulFunctionCall","src":"4598:22:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4586:6:15"},"nodeType":"YulFunctionCall","src":"4586:35:15"},"nodeType":"YulExpressionStatement","src":"4586:35:15"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4564:5:15","type":""},{"name":"pos","nodeType":"YulTypedName","src":"4571:3:15","type":""}],"src":"4515:112:15"},{"body":{"nodeType":"YulBlock","src":"4727:120:15","statements":[{"nodeType":"YulAssignment","src":"4737:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4749:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"4760:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4745:3:15"},"nodeType":"YulFunctionCall","src":"4745:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4737:4:15"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4813:6:15"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4826:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"4837:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4822:3:15"},"nodeType":"YulFunctionCall","src":"4822:17:15"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"4773:39:15"},"nodeType":"YulFunctionCall","src":"4773:67:15"},"nodeType":"YulExpressionStatement","src":"4773:67:15"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4699:9:15","type":""},{"name":"value0","nodeType":"YulTypedName","src":"4711:6:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"4722:4:15","type":""}],"src":"4633:214:15"},{"body":{"nodeType":"YulBlock","src":"4919:263:15","statements":[{"body":{"nodeType":"YulBlock","src":"4965:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4967:77:15"},"nodeType":"YulFunctionCall","src":"4967:79:15"},"nodeType":"YulExpressionStatement","src":"4967:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4940:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"4949:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4936:3:15"},"nodeType":"YulFunctionCall","src":"4936:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"4961:2:15","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4932:3:15"},"nodeType":"YulFunctionCall","src":"4932:32:15"},"nodeType":"YulIf","src":"4929:119:15"},{"nodeType":"YulBlock","src":"5058:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5073:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5087:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5077:6:15","type":""}]},{"nodeType":"YulAssignment","src":"5102:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5137:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5148:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5133:3:15"},"nodeType":"YulFunctionCall","src":"5133:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5157:7:15"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"5112:20:15"},"nodeType":"YulFunctionCall","src":"5112:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5102:6:15"}]}]}]},"name":"abi_decode_tuple_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4889:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4900:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4912:6:15","type":""}],"src":"4853:329:15"},{"body":{"nodeType":"YulBlock","src":"5254:263:15","statements":[{"body":{"nodeType":"YulBlock","src":"5300:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5302:77:15"},"nodeType":"YulFunctionCall","src":"5302:79:15"},"nodeType":"YulExpressionStatement","src":"5302:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5275:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"5284:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5271:3:15"},"nodeType":"YulFunctionCall","src":"5271:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"5296:2:15","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5267:3:15"},"nodeType":"YulFunctionCall","src":"5267:32:15"},"nodeType":"YulIf","src":"5264:119:15"},{"nodeType":"YulBlock","src":"5393:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5408:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5422:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5412:6:15","type":""}]},{"nodeType":"YulAssignment","src":"5437:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5472:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5483:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5468:3:15"},"nodeType":"YulFunctionCall","src":"5468:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5492:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5447:20:15"},"nodeType":"YulFunctionCall","src":"5447:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5437:6:15"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5224:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5235:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5247:6:15","type":""}],"src":"5188:329:15"},{"body":{"nodeType":"YulBlock","src":"5606:391:15","statements":[{"body":{"nodeType":"YulBlock","src":"5652:83:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5654:77:15"},"nodeType":"YulFunctionCall","src":"5654:79:15"},"nodeType":"YulExpressionStatement","src":"5654:79:15"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5627:7:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"5636:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5623:3:15"},"nodeType":"YulFunctionCall","src":"5623:23:15"},{"kind":"number","nodeType":"YulLiteral","src":"5648:2:15","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5619:3:15"},"nodeType":"YulFunctionCall","src":"5619:32:15"},"nodeType":"YulIf","src":"5616:119:15"},{"nodeType":"YulBlock","src":"5745:117:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5760:15:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5774:1:15","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5764:6:15","type":""}]},{"nodeType":"YulAssignment","src":"5789:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5824:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5835:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5820:3:15"},"nodeType":"YulFunctionCall","src":"5820:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5844:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5799:20:15"},"nodeType":"YulFunctionCall","src":"5799:53:15"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5789:6:15"}]}]},{"nodeType":"YulBlock","src":"5872:118:15","statements":[{"nodeType":"YulVariableDeclaration","src":"5887:16:15","value":{"kind":"number","nodeType":"YulLiteral","src":"5901:2:15","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5891:6:15","type":""}]},{"nodeType":"YulAssignment","src":"5917:63:15","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5952:9:15"},{"name":"offset","nodeType":"YulIdentifier","src":"5963:6:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5948:3:15"},"nodeType":"YulFunctionCall","src":"5948:22:15"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5972:7:15"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5927:20:15"},"nodeType":"YulFunctionCall","src":"5927:53:15"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5917:6:15"}]}]}]},"name":"abi_decode_tuple_t_addresst_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5568:9:15","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5579:7:15","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5591:6:15","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5599:6:15","type":""}],"src":"5523:474:15"},{"body":{"nodeType":"YulBlock","src":"6031:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6048:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6051:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6041:6:15"},"nodeType":"YulFunctionCall","src":"6041:88:15"},"nodeType":"YulExpressionStatement","src":"6041:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6145:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"6148:4:15","type":"","value":"0x22"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6138:6:15"},"nodeType":"YulFunctionCall","src":"6138:15:15"},"nodeType":"YulExpressionStatement","src":"6138:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6169:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6172:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6162:6:15"},"nodeType":"YulFunctionCall","src":"6162:15:15"},"nodeType":"YulExpressionStatement","src":"6162:15:15"}]},"name":"panic_error_0x22","nodeType":"YulFunctionDefinition","src":"6003:180:15"},{"body":{"nodeType":"YulBlock","src":"6240:269:15","statements":[{"nodeType":"YulAssignment","src":"6250:22:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"6264:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"6270:1:15","type":"","value":"2"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"6260:3:15"},"nodeType":"YulFunctionCall","src":"6260:12:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"6250:6:15"}]},{"nodeType":"YulVariableDeclaration","src":"6281:38:15","value":{"arguments":[{"name":"data","nodeType":"YulIdentifier","src":"6311:4:15"},{"kind":"number","nodeType":"YulLiteral","src":"6317:1:15","type":"","value":"1"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6307:3:15"},"nodeType":"YulFunctionCall","src":"6307:12:15"},"variables":[{"name":"outOfPlaceEncoding","nodeType":"YulTypedName","src":"6285:18:15","type":""}]},{"body":{"nodeType":"YulBlock","src":"6358:51:15","statements":[{"nodeType":"YulAssignment","src":"6372:27:15","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6386:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"6394:4:15","type":"","value":"0x7f"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"6382:3:15"},"nodeType":"YulFunctionCall","src":"6382:17:15"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"6372:6:15"}]}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"6338:18:15"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"6331:6:15"},"nodeType":"YulFunctionCall","src":"6331:26:15"},"nodeType":"YulIf","src":"6328:81:15"},{"body":{"nodeType":"YulBlock","src":"6461:42:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x22","nodeType":"YulIdentifier","src":"6475:16:15"},"nodeType":"YulFunctionCall","src":"6475:18:15"},"nodeType":"YulExpressionStatement","src":"6475:18:15"}]},"condition":{"arguments":[{"name":"outOfPlaceEncoding","nodeType":"YulIdentifier","src":"6425:18:15"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6448:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"6456:2:15","type":"","value":"32"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"6445:2:15"},"nodeType":"YulFunctionCall","src":"6445:14:15"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6422:2:15"},"nodeType":"YulFunctionCall","src":"6422:38:15"},"nodeType":"YulIf","src":"6419:84:15"}]},"name":"extract_byte_array_length","nodeType":"YulFunctionDefinition","parameters":[{"name":"data","nodeType":"YulTypedName","src":"6224:4:15","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"6233:6:15","type":""}],"src":"6189:320:15"},{"body":{"nodeType":"YulBlock","src":"6543:152:15","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6560:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6563:77:15","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6553:6:15"},"nodeType":"YulFunctionCall","src":"6553:88:15"},"nodeType":"YulExpressionStatement","src":"6553:88:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6657:1:15","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"6660:4:15","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6650:6:15"},"nodeType":"YulFunctionCall","src":"6650:15:15"},"nodeType":"YulExpressionStatement","src":"6650:15:15"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6681:1:15","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6684:4:15","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6674:6:15"},"nodeType":"YulFunctionCall","src":"6674:15:15"},"nodeType":"YulExpressionStatement","src":"6674:15:15"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"6515:180:15"},{"body":{"nodeType":"YulBlock","src":"6745:147:15","statements":[{"nodeType":"YulAssignment","src":"6755:25:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6778:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6760:17:15"},"nodeType":"YulFunctionCall","src":"6760:20:15"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"6755:1:15"}]},{"nodeType":"YulAssignment","src":"6789:25:15","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"6812:1:15"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"6794:17:15"},"nodeType":"YulFunctionCall","src":"6794:20:15"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"6789:1:15"}]},{"nodeType":"YulAssignment","src":"6823:16:15","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6834:1:15"},{"name":"y","nodeType":"YulIdentifier","src":"6837:1:15"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6830:3:15"},"nodeType":"YulFunctionCall","src":"6830:9:15"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"6823:3:15"}]},{"body":{"nodeType":"YulBlock","src":"6863:22:15","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"6865:16:15"},"nodeType":"YulFunctionCall","src":"6865:18:15"},"nodeType":"YulExpressionStatement","src":"6865:18:15"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"6855:1:15"},{"name":"sum","nodeType":"YulIdentifier","src":"6858:3:15"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6852:2:15"},"nodeType":"YulFunctionCall","src":"6852:10:15"},"nodeType":"YulIf","src":"6849:36:15"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"6732:1:15","type":""},{"name":"y","nodeType":"YulTypedName","src":"6735:1:15","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"6741:3:15","type":""}],"src":"6701:191:15"},{"body":{"nodeType":"YulBlock","src":"7004:69:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"7026:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"7034:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7022:3:15"},"nodeType":"YulFunctionCall","src":"7022:14:15"},{"hexValue":"4d6f636b555344543a204e6f7468696e6720746f206275726e","kind":"string","nodeType":"YulLiteral","src":"7038:27:15","type":"","value":"MockUSDT: Nothing to burn"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7015:6:15"},"nodeType":"YulFunctionCall","src":"7015:51:15"},"nodeType":"YulExpressionStatement","src":"7015:51:15"}]},"name":"store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"6996:6:15","type":""}],"src":"6898:175:15"},{"body":{"nodeType":"YulBlock","src":"7225:220:15","statements":[{"nodeType":"YulAssignment","src":"7235:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7301:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"7306:2:15","type":"","value":"25"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"7242:58:15"},"nodeType":"YulFunctionCall","src":"7242:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"7235:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7407:3:15"}],"functionName":{"name":"store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09","nodeType":"YulIdentifier","src":"7318:88:15"},"nodeType":"YulFunctionCall","src":"7318:93:15"},"nodeType":"YulExpressionStatement","src":"7318:93:15"},{"nodeType":"YulAssignment","src":"7420:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"7431:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"7436:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7427:3:15"},"nodeType":"YulFunctionCall","src":"7427:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"7420:3:15"}]}]},"name":"abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"7213:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"7221:3:15","type":""}],"src":"7079:366:15"},{"body":{"nodeType":"YulBlock","src":"7622:248:15","statements":[{"nodeType":"YulAssignment","src":"7632:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7644:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"7655:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7640:3:15"},"nodeType":"YulFunctionCall","src":"7640:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7632:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7679:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"7690:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7675:3:15"},"nodeType":"YulFunctionCall","src":"7675:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"7698:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"7704:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7694:3:15"},"nodeType":"YulFunctionCall","src":"7694:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7668:6:15"},"nodeType":"YulFunctionCall","src":"7668:47:15"},"nodeType":"YulExpressionStatement","src":"7668:47:15"},{"nodeType":"YulAssignment","src":"7724:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"7858:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"7732:124:15"},"nodeType":"YulFunctionCall","src":"7732:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"7724:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7602:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"7617:4:15","type":""}],"src":"7451:419:15"},{"body":{"nodeType":"YulBlock","src":"7982:118:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8004:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"8012:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8000:3:15"},"nodeType":"YulFunctionCall","src":"8000:14:15"},{"hexValue":"45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77","kind":"string","nodeType":"YulLiteral","src":"8016:34:15","type":"","value":"ERC20: decreased allowance below"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7993:6:15"},"nodeType":"YulFunctionCall","src":"7993:58:15"},"nodeType":"YulExpressionStatement","src":"7993:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"8072:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"8080:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8068:3:15"},"nodeType":"YulFunctionCall","src":"8068:15:15"},{"hexValue":"207a65726f","kind":"string","nodeType":"YulLiteral","src":"8085:7:15","type":"","value":" zero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8061:6:15"},"nodeType":"YulFunctionCall","src":"8061:32:15"},"nodeType":"YulExpressionStatement","src":"8061:32:15"}]},"name":"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"7974:6:15","type":""}],"src":"7876:224:15"},{"body":{"nodeType":"YulBlock","src":"8252:220:15","statements":[{"nodeType":"YulAssignment","src":"8262:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8328:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"8333:2:15","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"8269:58:15"},"nodeType":"YulFunctionCall","src":"8269:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"8262:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8434:3:15"}],"functionName":{"name":"store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8","nodeType":"YulIdentifier","src":"8345:88:15"},"nodeType":"YulFunctionCall","src":"8345:93:15"},"nodeType":"YulExpressionStatement","src":"8345:93:15"},{"nodeType":"YulAssignment","src":"8447:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8458:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"8463:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8454:3:15"},"nodeType":"YulFunctionCall","src":"8454:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"8447:3:15"}]}]},"name":"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"8240:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"8248:3:15","type":""}],"src":"8106:366:15"},{"body":{"nodeType":"YulBlock","src":"8649:248:15","statements":[{"nodeType":"YulAssignment","src":"8659:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8671:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"8682:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8667:3:15"},"nodeType":"YulFunctionCall","src":"8667:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8659:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8706:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"8717:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8702:3:15"},"nodeType":"YulFunctionCall","src":"8702:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"8725:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"8731:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8721:3:15"},"nodeType":"YulFunctionCall","src":"8721:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8695:6:15"},"nodeType":"YulFunctionCall","src":"8695:47:15"},"nodeType":"YulExpressionStatement","src":"8695:47:15"},{"nodeType":"YulAssignment","src":"8751:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"8885:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"8759:124:15"},"nodeType":"YulFunctionCall","src":"8759:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"8751:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8629:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"8644:4:15","type":""}],"src":"8478:419:15"},{"body":{"nodeType":"YulBlock","src":"9009:117:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9031:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"9039:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9027:3:15"},"nodeType":"YulFunctionCall","src":"9027:14:15"},{"hexValue":"45524332303a20617070726f76652066726f6d20746865207a65726f20616464","kind":"string","nodeType":"YulLiteral","src":"9043:34:15","type":"","value":"ERC20: approve from the zero add"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9020:6:15"},"nodeType":"YulFunctionCall","src":"9020:58:15"},"nodeType":"YulExpressionStatement","src":"9020:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"9099:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"9107:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9095:3:15"},"nodeType":"YulFunctionCall","src":"9095:15:15"},{"hexValue":"72657373","kind":"string","nodeType":"YulLiteral","src":"9112:6:15","type":"","value":"ress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9088:6:15"},"nodeType":"YulFunctionCall","src":"9088:31:15"},"nodeType":"YulExpressionStatement","src":"9088:31:15"}]},"name":"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"9001:6:15","type":""}],"src":"8903:223:15"},{"body":{"nodeType":"YulBlock","src":"9278:220:15","statements":[{"nodeType":"YulAssignment","src":"9288:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9354:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"9359:2:15","type":"","value":"36"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9295:58:15"},"nodeType":"YulFunctionCall","src":"9295:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"9288:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9460:3:15"}],"functionName":{"name":"store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208","nodeType":"YulIdentifier","src":"9371:88:15"},"nodeType":"YulFunctionCall","src":"9371:93:15"},"nodeType":"YulExpressionStatement","src":"9371:93:15"},{"nodeType":"YulAssignment","src":"9473:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9484:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"9489:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9480:3:15"},"nodeType":"YulFunctionCall","src":"9480:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"9473:3:15"}]}]},"name":"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"9266:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"9274:3:15","type":""}],"src":"9132:366:15"},{"body":{"nodeType":"YulBlock","src":"9675:248:15","statements":[{"nodeType":"YulAssignment","src":"9685:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9697:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"9708:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9693:3:15"},"nodeType":"YulFunctionCall","src":"9693:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9685:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9732:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"9743:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9728:3:15"},"nodeType":"YulFunctionCall","src":"9728:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"9751:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"9757:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9747:3:15"},"nodeType":"YulFunctionCall","src":"9747:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9721:6:15"},"nodeType":"YulFunctionCall","src":"9721:47:15"},"nodeType":"YulExpressionStatement","src":"9721:47:15"},{"nodeType":"YulAssignment","src":"9777:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"9911:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"9785:124:15"},"nodeType":"YulFunctionCall","src":"9785:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"9777:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9655:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"9670:4:15","type":""}],"src":"9504:419:15"},{"body":{"nodeType":"YulBlock","src":"10035:115:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"10057:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"10065:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10053:3:15"},"nodeType":"YulFunctionCall","src":"10053:14:15"},{"hexValue":"45524332303a20617070726f766520746f20746865207a65726f206164647265","kind":"string","nodeType":"YulLiteral","src":"10069:34:15","type":"","value":"ERC20: approve to the zero addre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10046:6:15"},"nodeType":"YulFunctionCall","src":"10046:58:15"},"nodeType":"YulExpressionStatement","src":"10046:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"10125:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"10133:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10121:3:15"},"nodeType":"YulFunctionCall","src":"10121:15:15"},{"hexValue":"7373","kind":"string","nodeType":"YulLiteral","src":"10138:4:15","type":"","value":"ss"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10114:6:15"},"nodeType":"YulFunctionCall","src":"10114:29:15"},"nodeType":"YulExpressionStatement","src":"10114:29:15"}]},"name":"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"10027:6:15","type":""}],"src":"9929:221:15"},{"body":{"nodeType":"YulBlock","src":"10302:220:15","statements":[{"nodeType":"YulAssignment","src":"10312:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10378:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"10383:2:15","type":"","value":"34"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"10319:58:15"},"nodeType":"YulFunctionCall","src":"10319:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"10312:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10484:3:15"}],"functionName":{"name":"store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029","nodeType":"YulIdentifier","src":"10395:88:15"},"nodeType":"YulFunctionCall","src":"10395:93:15"},"nodeType":"YulExpressionStatement","src":"10395:93:15"},{"nodeType":"YulAssignment","src":"10497:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10508:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"10513:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10504:3:15"},"nodeType":"YulFunctionCall","src":"10504:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"10497:3:15"}]}]},"name":"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"10290:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10298:3:15","type":""}],"src":"10156:366:15"},{"body":{"nodeType":"YulBlock","src":"10699:248:15","statements":[{"nodeType":"YulAssignment","src":"10709:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10721:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"10732:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10717:3:15"},"nodeType":"YulFunctionCall","src":"10717:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10709:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10756:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"10767:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10752:3:15"},"nodeType":"YulFunctionCall","src":"10752:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10775:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"10781:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"10771:3:15"},"nodeType":"YulFunctionCall","src":"10771:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10745:6:15"},"nodeType":"YulFunctionCall","src":"10745:47:15"},"nodeType":"YulExpressionStatement","src":"10745:47:15"},{"nodeType":"YulAssignment","src":"10801:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"10935:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"10809:124:15"},"nodeType":"YulFunctionCall","src":"10809:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10801:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10679:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10694:4:15","type":""}],"src":"10528:419:15"},{"body":{"nodeType":"YulBlock","src":"11059:73:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"11081:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"11089:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11077:3:15"},"nodeType":"YulFunctionCall","src":"11077:14:15"},{"hexValue":"45524332303a20696e73756666696369656e7420616c6c6f77616e6365","kind":"string","nodeType":"YulLiteral","src":"11093:31:15","type":"","value":"ERC20: insufficient allowance"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11070:6:15"},"nodeType":"YulFunctionCall","src":"11070:55:15"},"nodeType":"YulExpressionStatement","src":"11070:55:15"}]},"name":"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"11051:6:15","type":""}],"src":"10953:179:15"},{"body":{"nodeType":"YulBlock","src":"11284:220:15","statements":[{"nodeType":"YulAssignment","src":"11294:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11360:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"11365:2:15","type":"","value":"29"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11301:58:15"},"nodeType":"YulFunctionCall","src":"11301:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11294:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11466:3:15"}],"functionName":{"name":"store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe","nodeType":"YulIdentifier","src":"11377:88:15"},"nodeType":"YulFunctionCall","src":"11377:93:15"},"nodeType":"YulExpressionStatement","src":"11377:93:15"},{"nodeType":"YulAssignment","src":"11479:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11490:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"11495:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11486:3:15"},"nodeType":"YulFunctionCall","src":"11486:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"11479:3:15"}]}]},"name":"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"11272:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"11280:3:15","type":""}],"src":"11138:366:15"},{"body":{"nodeType":"YulBlock","src":"11681:248:15","statements":[{"nodeType":"YulAssignment","src":"11691:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11703:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"11714:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11699:3:15"},"nodeType":"YulFunctionCall","src":"11699:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11691:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11738:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"11749:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11734:3:15"},"nodeType":"YulFunctionCall","src":"11734:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"11757:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"11763:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11753:3:15"},"nodeType":"YulFunctionCall","src":"11753:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11727:6:15"},"nodeType":"YulFunctionCall","src":"11727:47:15"},"nodeType":"YulExpressionStatement","src":"11727:47:15"},{"nodeType":"YulAssignment","src":"11783:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"11917:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11791:124:15"},"nodeType":"YulFunctionCall","src":"11791:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11783:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11661:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11676:4:15","type":""}],"src":"11510:419:15"},{"body":{"nodeType":"YulBlock","src":"12041:118:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12063:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"12071:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12059:3:15"},"nodeType":"YulFunctionCall","src":"12059:14:15"},{"hexValue":"45524332303a207472616e736665722066726f6d20746865207a65726f206164","kind":"string","nodeType":"YulLiteral","src":"12075:34:15","type":"","value":"ERC20: transfer from the zero ad"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12052:6:15"},"nodeType":"YulFunctionCall","src":"12052:58:15"},"nodeType":"YulExpressionStatement","src":"12052:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12131:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"12139:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12127:3:15"},"nodeType":"YulFunctionCall","src":"12127:15:15"},{"hexValue":"6472657373","kind":"string","nodeType":"YulLiteral","src":"12144:7:15","type":"","value":"dress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12120:6:15"},"nodeType":"YulFunctionCall","src":"12120:32:15"},"nodeType":"YulExpressionStatement","src":"12120:32:15"}]},"name":"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"12033:6:15","type":""}],"src":"11935:224:15"},{"body":{"nodeType":"YulBlock","src":"12311:220:15","statements":[{"nodeType":"YulAssignment","src":"12321:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12387:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12392:2:15","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12328:58:15"},"nodeType":"YulFunctionCall","src":"12328:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12321:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12493:3:15"}],"functionName":{"name":"store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea","nodeType":"YulIdentifier","src":"12404:88:15"},"nodeType":"YulFunctionCall","src":"12404:93:15"},"nodeType":"YulExpressionStatement","src":"12404:93:15"},{"nodeType":"YulAssignment","src":"12506:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12517:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"12522:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12513:3:15"},"nodeType":"YulFunctionCall","src":"12513:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12506:3:15"}]}]},"name":"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12299:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12307:3:15","type":""}],"src":"12165:366:15"},{"body":{"nodeType":"YulBlock","src":"12708:248:15","statements":[{"nodeType":"YulAssignment","src":"12718:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12730:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"12741:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12726:3:15"},"nodeType":"YulFunctionCall","src":"12726:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12718:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12765:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"12776:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12761:3:15"},"nodeType":"YulFunctionCall","src":"12761:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12784:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"12790:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"12780:3:15"},"nodeType":"YulFunctionCall","src":"12780:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12754:6:15"},"nodeType":"YulFunctionCall","src":"12754:47:15"},"nodeType":"YulExpressionStatement","src":"12754:47:15"},{"nodeType":"YulAssignment","src":"12810:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12944:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12818:124:15"},"nodeType":"YulFunctionCall","src":"12818:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12810:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"12688:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"12703:4:15","type":""}],"src":"12537:419:15"},{"body":{"nodeType":"YulBlock","src":"13068:116:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13090:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"13098:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13086:3:15"},"nodeType":"YulFunctionCall","src":"13086:14:15"},{"hexValue":"45524332303a207472616e7366657220746f20746865207a65726f2061646472","kind":"string","nodeType":"YulLiteral","src":"13102:34:15","type":"","value":"ERC20: transfer to the zero addr"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13079:6:15"},"nodeType":"YulFunctionCall","src":"13079:58:15"},"nodeType":"YulExpressionStatement","src":"13079:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13158:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"13166:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13154:3:15"},"nodeType":"YulFunctionCall","src":"13154:15:15"},{"hexValue":"657373","kind":"string","nodeType":"YulLiteral","src":"13171:5:15","type":"","value":"ess"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13147:6:15"},"nodeType":"YulFunctionCall","src":"13147:30:15"},"nodeType":"YulExpressionStatement","src":"13147:30:15"}]},"name":"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"13060:6:15","type":""}],"src":"12962:222:15"},{"body":{"nodeType":"YulBlock","src":"13336:220:15","statements":[{"nodeType":"YulAssignment","src":"13346:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13412:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13417:2:15","type":"","value":"35"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13353:58:15"},"nodeType":"YulFunctionCall","src":"13353:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13346:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13518:3:15"}],"functionName":{"name":"store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f","nodeType":"YulIdentifier","src":"13429:88:15"},"nodeType":"YulFunctionCall","src":"13429:93:15"},"nodeType":"YulExpressionStatement","src":"13429:93:15"},{"nodeType":"YulAssignment","src":"13531:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13542:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"13547:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13538:3:15"},"nodeType":"YulFunctionCall","src":"13538:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13531:3:15"}]}]},"name":"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13324:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13332:3:15","type":""}],"src":"13190:366:15"},{"body":{"nodeType":"YulBlock","src":"13733:248:15","statements":[{"nodeType":"YulAssignment","src":"13743:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13755:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"13766:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13751:3:15"},"nodeType":"YulFunctionCall","src":"13751:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13743:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13790:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"13801:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13786:3:15"},"nodeType":"YulFunctionCall","src":"13786:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13809:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"13815:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13805:3:15"},"nodeType":"YulFunctionCall","src":"13805:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13779:6:15"},"nodeType":"YulFunctionCall","src":"13779:47:15"},"nodeType":"YulExpressionStatement","src":"13779:47:15"},{"nodeType":"YulAssignment","src":"13835:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13969:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13843:124:15"},"nodeType":"YulFunctionCall","src":"13843:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13835:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13713:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13728:4:15","type":""}],"src":"13562:419:15"},{"body":{"nodeType":"YulBlock","src":"14093:119:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14115:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"14123:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14111:3:15"},"nodeType":"YulFunctionCall","src":"14111:14:15"},{"hexValue":"45524332303a207472616e7366657220616d6f756e7420657863656564732062","kind":"string","nodeType":"YulLiteral","src":"14127:34:15","type":"","value":"ERC20: transfer amount exceeds b"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14104:6:15"},"nodeType":"YulFunctionCall","src":"14104:58:15"},"nodeType":"YulExpressionStatement","src":"14104:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14183:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"14191:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14179:3:15"},"nodeType":"YulFunctionCall","src":"14179:15:15"},{"hexValue":"616c616e6365","kind":"string","nodeType":"YulLiteral","src":"14196:8:15","type":"","value":"alance"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14172:6:15"},"nodeType":"YulFunctionCall","src":"14172:33:15"},"nodeType":"YulExpressionStatement","src":"14172:33:15"}]},"name":"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"14085:6:15","type":""}],"src":"13987:225:15"},{"body":{"nodeType":"YulBlock","src":"14364:220:15","statements":[{"nodeType":"YulAssignment","src":"14374:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14440:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"14445:2:15","type":"","value":"38"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14381:58:15"},"nodeType":"YulFunctionCall","src":"14381:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"14374:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14546:3:15"}],"functionName":{"name":"store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6","nodeType":"YulIdentifier","src":"14457:88:15"},"nodeType":"YulFunctionCall","src":"14457:93:15"},"nodeType":"YulExpressionStatement","src":"14457:93:15"},{"nodeType":"YulAssignment","src":"14559:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14570:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"14575:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14566:3:15"},"nodeType":"YulFunctionCall","src":"14566:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"14559:3:15"}]}]},"name":"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"14352:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"14360:3:15","type":""}],"src":"14218:366:15"},{"body":{"nodeType":"YulBlock","src":"14761:248:15","statements":[{"nodeType":"YulAssignment","src":"14771:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14783:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"14794:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14779:3:15"},"nodeType":"YulFunctionCall","src":"14779:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14771:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14818:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"14829:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14814:3:15"},"nodeType":"YulFunctionCall","src":"14814:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14837:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"14843:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"14833:3:15"},"nodeType":"YulFunctionCall","src":"14833:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14807:6:15"},"nodeType":"YulFunctionCall","src":"14807:47:15"},"nodeType":"YulExpressionStatement","src":"14807:47:15"},{"nodeType":"YulAssignment","src":"14863:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14997:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14871:124:15"},"nodeType":"YulFunctionCall","src":"14871:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14863:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14741:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14756:4:15","type":""}],"src":"14590:419:15"},{"body":{"nodeType":"YulBlock","src":"15121:114:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15143:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"15151:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15139:3:15"},"nodeType":"YulFunctionCall","src":"15139:14:15"},{"hexValue":"45524332303a206275726e2066726f6d20746865207a65726f20616464726573","kind":"string","nodeType":"YulLiteral","src":"15155:34:15","type":"","value":"ERC20: burn from the zero addres"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15132:6:15"},"nodeType":"YulFunctionCall","src":"15132:58:15"},"nodeType":"YulExpressionStatement","src":"15132:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15211:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"15219:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15207:3:15"},"nodeType":"YulFunctionCall","src":"15207:15:15"},{"hexValue":"73","kind":"string","nodeType":"YulLiteral","src":"15224:3:15","type":"","value":"s"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15200:6:15"},"nodeType":"YulFunctionCall","src":"15200:28:15"},"nodeType":"YulExpressionStatement","src":"15200:28:15"}]},"name":"store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"15113:6:15","type":""}],"src":"15015:220:15"},{"body":{"nodeType":"YulBlock","src":"15387:220:15","statements":[{"nodeType":"YulAssignment","src":"15397:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15463:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"15468:2:15","type":"","value":"33"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15404:58:15"},"nodeType":"YulFunctionCall","src":"15404:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"15397:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15569:3:15"}],"functionName":{"name":"store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f","nodeType":"YulIdentifier","src":"15480:88:15"},"nodeType":"YulFunctionCall","src":"15480:93:15"},"nodeType":"YulExpressionStatement","src":"15480:93:15"},{"nodeType":"YulAssignment","src":"15582:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15593:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"15598:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15589:3:15"},"nodeType":"YulFunctionCall","src":"15589:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"15582:3:15"}]}]},"name":"abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"15375:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"15383:3:15","type":""}],"src":"15241:366:15"},{"body":{"nodeType":"YulBlock","src":"15784:248:15","statements":[{"nodeType":"YulAssignment","src":"15794:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15806:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15817:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15802:3:15"},"nodeType":"YulFunctionCall","src":"15802:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15794:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15841:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"15852:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15837:3:15"},"nodeType":"YulFunctionCall","src":"15837:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15860:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"15866:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"15856:3:15"},"nodeType":"YulFunctionCall","src":"15856:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15830:6:15"},"nodeType":"YulFunctionCall","src":"15830:47:15"},"nodeType":"YulExpressionStatement","src":"15830:47:15"},{"nodeType":"YulAssignment","src":"15886:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16020:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15894:124:15"},"nodeType":"YulFunctionCall","src":"15894:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15886:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15764:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15779:4:15","type":""}],"src":"15613:419:15"},{"body":{"nodeType":"YulBlock","src":"16144:115:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"16166:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"16174:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16162:3:15"},"nodeType":"YulFunctionCall","src":"16162:14:15"},{"hexValue":"45524332303a206275726e20616d6f756e7420657863656564732062616c616e","kind":"string","nodeType":"YulLiteral","src":"16178:34:15","type":"","value":"ERC20: burn amount exceeds balan"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16155:6:15"},"nodeType":"YulFunctionCall","src":"16155:58:15"},"nodeType":"YulExpressionStatement","src":"16155:58:15"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"16234:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"16242:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16230:3:15"},"nodeType":"YulFunctionCall","src":"16230:15:15"},{"hexValue":"6365","kind":"string","nodeType":"YulLiteral","src":"16247:4:15","type":"","value":"ce"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16223:6:15"},"nodeType":"YulFunctionCall","src":"16223:29:15"},"nodeType":"YulExpressionStatement","src":"16223:29:15"}]},"name":"store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"16136:6:15","type":""}],"src":"16038:221:15"},{"body":{"nodeType":"YulBlock","src":"16411:220:15","statements":[{"nodeType":"YulAssignment","src":"16421:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16487:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"16492:2:15","type":"","value":"34"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16428:58:15"},"nodeType":"YulFunctionCall","src":"16428:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"16421:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16593:3:15"}],"functionName":{"name":"store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd","nodeType":"YulIdentifier","src":"16504:88:15"},"nodeType":"YulFunctionCall","src":"16504:93:15"},"nodeType":"YulExpressionStatement","src":"16504:93:15"},{"nodeType":"YulAssignment","src":"16606:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16617:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"16622:2:15","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16613:3:15"},"nodeType":"YulFunctionCall","src":"16613:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"16606:3:15"}]}]},"name":"abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"16399:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"16407:3:15","type":""}],"src":"16265:366:15"},{"body":{"nodeType":"YulBlock","src":"16808:248:15","statements":[{"nodeType":"YulAssignment","src":"16818:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16830:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"16841:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16826:3:15"},"nodeType":"YulFunctionCall","src":"16826:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16818:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16865:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"16876:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16861:3:15"},"nodeType":"YulFunctionCall","src":"16861:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16884:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"16890:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16880:3:15"},"nodeType":"YulFunctionCall","src":"16880:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16854:6:15"},"nodeType":"YulFunctionCall","src":"16854:47:15"},"nodeType":"YulExpressionStatement","src":"16854:47:15"},{"nodeType":"YulAssignment","src":"16910:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17044:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16918:124:15"},"nodeType":"YulFunctionCall","src":"16918:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16910:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16788:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16803:4:15","type":""}],"src":"16637:419:15"},{"body":{"nodeType":"YulBlock","src":"17168:75:15","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"17190:6:15"},{"kind":"number","nodeType":"YulLiteral","src":"17198:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17186:3:15"},"nodeType":"YulFunctionCall","src":"17186:14:15"},{"hexValue":"45524332303a206d696e7420746f20746865207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"17202:33:15","type":"","value":"ERC20: mint to the zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17179:6:15"},"nodeType":"YulFunctionCall","src":"17179:57:15"},"nodeType":"YulExpressionStatement","src":"17179:57:15"}]},"name":"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"17160:6:15","type":""}],"src":"17062:181:15"},{"body":{"nodeType":"YulBlock","src":"17395:220:15","statements":[{"nodeType":"YulAssignment","src":"17405:74:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17471:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"17476:2:15","type":"","value":"31"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17412:58:15"},"nodeType":"YulFunctionCall","src":"17412:67:15"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"17405:3:15"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17577:3:15"}],"functionName":{"name":"store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e","nodeType":"YulIdentifier","src":"17488:88:15"},"nodeType":"YulFunctionCall","src":"17488:93:15"},"nodeType":"YulExpressionStatement","src":"17488:93:15"},{"nodeType":"YulAssignment","src":"17590:19:15","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17601:3:15"},{"kind":"number","nodeType":"YulLiteral","src":"17606:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17597:3:15"},"nodeType":"YulFunctionCall","src":"17597:12:15"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"17590:3:15"}]}]},"name":"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"17383:3:15","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"17391:3:15","type":""}],"src":"17249:366:15"},{"body":{"nodeType":"YulBlock","src":"17792:248:15","statements":[{"nodeType":"YulAssignment","src":"17802:26:15","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17814:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"17825:2:15","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17810:3:15"},"nodeType":"YulFunctionCall","src":"17810:18:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17802:4:15"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17849:9:15"},{"kind":"number","nodeType":"YulLiteral","src":"17860:1:15","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17845:3:15"},"nodeType":"YulFunctionCall","src":"17845:17:15"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17868:4:15"},{"name":"headStart","nodeType":"YulIdentifier","src":"17874:9:15"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"17864:3:15"},"nodeType":"YulFunctionCall","src":"17864:20:15"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17838:6:15"},"nodeType":"YulFunctionCall","src":"17838:47:15"},"nodeType":"YulExpressionStatement","src":"17838:47:15"},{"nodeType":"YulAssignment","src":"17894:139:15","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"18028:4:15"}],"functionName":{"name":"abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17902:124:15"},"nodeType":"YulFunctionCall","src":"17902:131:15"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17894:4:15"}]}]},"name":"abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17772:9:15","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"17787:4:15","type":""}],"src":"17621:419:15"}]},"contents":"{\n\n function array_length_t_string_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function copy_memory_to_memory_with_cleanup(src, dst, length) {\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\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_string_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_string_memory_ptr_to_t_string_memory_ptr_fromStack(value0, tail)\n\n }\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_addresst_uint256(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_addresst_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x22() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n\n function extract_byte_array_length(data) -> length {\n length := div(data, 2)\n let outOfPlaceEncoding := and(data, 1)\n if iszero(outOfPlaceEncoding) {\n length := and(length, 0x7f)\n }\n\n if eq(outOfPlaceEncoding, lt(length, 32)) {\n panic_error_0x22()\n }\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09(memPtr) {\n\n mstore(add(memPtr, 0), \"MockUSDT: Nothing to burn\")\n\n }\n\n function abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 25)\n store_literal_in_memory_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: decreased allowance below\")\n\n mstore(add(memPtr, 32), \" zero\")\n\n }\n\n function abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: approve from the zero add\")\n\n mstore(add(memPtr, 32), \"ress\")\n\n }\n\n function abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 36)\n store_literal_in_memory_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: approve to the zero addre\")\n\n mstore(add(memPtr, 32), \"ss\")\n\n }\n\n function abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 34)\n store_literal_in_memory_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: insufficient allowance\")\n\n }\n\n function abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 29)\n store_literal_in_memory_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer from the zero ad\")\n\n mstore(add(memPtr, 32), \"dress\")\n\n }\n\n function abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer to the zero addr\")\n\n mstore(add(memPtr, 32), \"ess\")\n\n }\n\n function abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 35)\n store_literal_in_memory_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: transfer amount exceeds b\")\n\n mstore(add(memPtr, 32), \"alance\")\n\n }\n\n function abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 38)\n store_literal_in_memory_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: burn from the zero addres\")\n\n mstore(add(memPtr, 32), \"s\")\n\n }\n\n function abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 33)\n store_literal_in_memory_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: burn amount exceeds balan\")\n\n mstore(add(memPtr, 32), \"ce\")\n\n }\n\n function abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 34)\n store_literal_in_memory_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e(memPtr) {\n\n mstore(add(memPtr, 0), \"ERC20: mint to the zero address\")\n\n }\n\n function abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 31)\n store_literal_in_memory_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":15,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100ea5760003560e01c806370a082311161008c578063a0712d6811610066578063a0712d681461024d578063a457c2d714610269578063a9059cbb14610299578063dd62ed3e146102c9576100ea565b806370a08231146101f557806395d89b41146102255780639975038c14610243576100ea565b806323b872dd116100c857806323b872dd1461015b578063313ce5671461018b57806339509351146101a957806342966c68146101d9576100ea565b806306fdde03146100ef578063095ea7b31461010d57806318160ddd1461013d575b600080fd5b6100f76102f9565b6040516101049190610f29565b60405180910390f35b61012760048036038101906101229190610fe4565b61038b565b604051610134919061103f565b60405180910390f35b6101456103ae565b6040516101529190611069565b60405180910390f35b61017560048036038101906101709190611084565b6103b8565b604051610182919061103f565b60405180910390f35b6101936103e7565b6040516101a091906110f3565b60405180910390f35b6101c360048036038101906101be9190610fe4565b6103f0565b6040516101d0919061103f565b60405180910390f35b6101f360048036038101906101ee919061110e565b610427565b005b61020f600480360381019061020a919061113b565b610434565b60405161021c9190611069565b60405180910390f35b61022d61047c565b60405161023a9190610f29565b60405180910390f35b61024b61050e565b005b6102676004803603810190610262919061110e565b61056b565b005b610283600480360381019061027e9190610fe4565b610578565b604051610290919061103f565b60405180910390f35b6102b360048036038101906102ae9190610fe4565b6105ef565b6040516102c0919061103f565b60405180910390f35b6102e360048036038101906102de9190611168565b610612565b6040516102f09190611069565b60405180910390f35b606060038054610308906111d7565b80601f0160208091040260200160405190810160405280929190818152602001828054610334906111d7565b80156103815780601f1061035657610100808354040283529160200191610381565b820191906000526020600020905b81548152906001019060200180831161036457829003601f168201915b5050505050905090565b600080610396610699565b90506103a38185856106a1565b600191505092915050565b6000600254905090565b6000806103c3610699565b90506103d085828561086a565b6103db8585856108f6565b60019150509392505050565b60006012905090565b6000806103fb610699565b905061041c81858561040d8589610612565b6104179190611237565b6106a1565b600191505092915050565b6104313382610b6c565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60606004805461048b906111d7565b80601f01602080910402602001604051908101604052809291908181526020018280546104b7906111d7565b80156105045780601f106104d957610100808354040283529160200191610504565b820191906000526020600020905b8154815290600101906020018083116104e757829003601f168201915b5050505050905090565b600061051933610434565b90506000811161055e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610555906112b7565b60405180910390fd5b6105683382610b6c565b50565b6105753382610d39565b50565b600080610583610699565b905060006105918286610612565b9050838110156105d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105cd90611349565b60405180910390fd5b6105e382868684036106a1565b60019250505092915050565b6000806105fa610699565b90506106078185856108f6565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610710576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610707906113db565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361077f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107769061146d565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161085d9190611069565b60405180910390a3505050565b60006108768484610612565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146108f057818110156108e2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108d9906114d9565b60405180910390fd5b6108ef84848484036106a1565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610965576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161095c9061156b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036109d4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109cb906115fd565b60405180910390fd5b6109df838383610e8f565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610a65576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a5c9061168f565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610b539190611069565b60405180910390a3610b66848484610e94565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610bdb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bd290611721565b60405180910390fd5b610be782600083610e8f565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610c6d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c64906117b3565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610d209190611069565b60405180910390a3610d3483600084610e94565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610da8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d9f9061181f565b60405180910390fd5b610db460008383610e8f565b8060026000828254610dc69190611237565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610e779190611069565b60405180910390a3610e8b60008383610e94565b5050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ed3578082015181840152602081019050610eb8565b60008484015250505050565b6000601f19601f8301169050919050565b6000610efb82610e99565b610f058185610ea4565b9350610f15818560208601610eb5565b610f1e81610edf565b840191505092915050565b60006020820190508181036000830152610f438184610ef0565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610f7b82610f50565b9050919050565b610f8b81610f70565b8114610f9657600080fd5b50565b600081359050610fa881610f82565b92915050565b6000819050919050565b610fc181610fae565b8114610fcc57600080fd5b50565b600081359050610fde81610fb8565b92915050565b60008060408385031215610ffb57610ffa610f4b565b5b600061100985828601610f99565b925050602061101a85828601610fcf565b9150509250929050565b60008115159050919050565b61103981611024565b82525050565b60006020820190506110546000830184611030565b92915050565b61106381610fae565b82525050565b600060208201905061107e600083018461105a565b92915050565b60008060006060848603121561109d5761109c610f4b565b5b60006110ab86828701610f99565b93505060206110bc86828701610f99565b92505060406110cd86828701610fcf565b9150509250925092565b600060ff82169050919050565b6110ed816110d7565b82525050565b600060208201905061110860008301846110e4565b92915050565b60006020828403121561112457611123610f4b565b5b600061113284828501610fcf565b91505092915050565b60006020828403121561115157611150610f4b565b5b600061115f84828501610f99565b91505092915050565b6000806040838503121561117f5761117e610f4b565b5b600061118d85828601610f99565b925050602061119e85828601610f99565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806111ef57607f821691505b602082108103611202576112016111a8565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061124282610fae565b915061124d83610fae565b925082820190508082111561126557611264611208565b5b92915050565b7f4d6f636b555344543a204e6f7468696e6720746f206275726e00000000000000600082015250565b60006112a1601983610ea4565b91506112ac8261126b565b602082019050919050565b600060208201905081810360008301526112d081611294565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000611333602583610ea4565b915061133e826112d7565b604082019050919050565b6000602082019050818103600083015261136281611326565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006113c5602483610ea4565b91506113d082611369565b604082019050919050565b600060208201905081810360008301526113f4816113b8565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000611457602283610ea4565b9150611462826113fb565b604082019050919050565b600060208201905081810360008301526114868161144a565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006114c3601d83610ea4565b91506114ce8261148d565b602082019050919050565b600060208201905081810360008301526114f2816114b6565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000611555602583610ea4565b9150611560826114f9565b604082019050919050565b6000602082019050818103600083015261158481611548565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006115e7602383610ea4565b91506115f28261158b565b604082019050919050565b60006020820190508181036000830152611616816115da565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000611679602683610ea4565b91506116848261161d565b604082019050919050565b600060208201905081810360008301526116a88161166c565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b600061170b602183610ea4565b9150611716826116af565b604082019050919050565b6000602082019050818103600083015261173a816116fe565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b600061179d602283610ea4565b91506117a882611741565b604082019050919050565b600060208201905081810360008301526117cc81611790565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b6000611809601f83610ea4565b9150611814826117d3565b602082019050919050565b60006020820190508181036000830152611838816117fc565b905091905056fea264697066735822122068d713bf4736c676499489be7a244631ce61e66372a491b3cb5640b12172fe9464736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xEA JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x70A08231 GT PUSH2 0x8C JUMPI DUP1 PUSH4 0xA0712D68 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0xA0712D68 EQ PUSH2 0x24D JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x269 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x299 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x2C9 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x70A08231 EQ PUSH2 0x1F5 JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x225 JUMPI DUP1 PUSH4 0x9975038C EQ PUSH2 0x243 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x23B872DD GT PUSH2 0xC8 JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x15B JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x18B JUMPI DUP1 PUSH4 0x39509351 EQ PUSH2 0x1A9 JUMPI DUP1 PUSH4 0x42966C68 EQ PUSH2 0x1D9 JUMPI PUSH2 0xEA JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0xEF JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0x10D JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0x13D JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF7 PUSH2 0x2F9 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x104 SWAP2 SWAP1 PUSH2 0xF29 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x127 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x122 SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x38B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x134 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x145 PUSH2 0x3AE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x152 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x175 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x170 SWAP2 SWAP1 PUSH2 0x1084 JUMP JUMPDEST PUSH2 0x3B8 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x182 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x193 PUSH2 0x3E7 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1A0 SWAP2 SWAP1 PUSH2 0x10F3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1C3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1BE SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x3F0 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1D0 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1EE SWAP2 SWAP1 PUSH2 0x110E JUMP JUMPDEST PUSH2 0x427 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20F PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x20A SWAP2 SWAP1 PUSH2 0x113B JUMP JUMPDEST PUSH2 0x434 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x21C SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x22D PUSH2 0x47C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x23A SWAP2 SWAP1 PUSH2 0xF29 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x24B PUSH2 0x50E JUMP JUMPDEST STOP JUMPDEST PUSH2 0x267 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x262 SWAP2 SWAP1 PUSH2 0x110E JUMP JUMPDEST PUSH2 0x56B JUMP JUMPDEST STOP JUMPDEST PUSH2 0x283 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x27E SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x578 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x290 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2B3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2AE SWAP2 SWAP1 PUSH2 0xFE4 JUMP JUMPDEST PUSH2 0x5EF JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2C0 SWAP2 SWAP1 PUSH2 0x103F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2E3 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2DE SWAP2 SWAP1 PUSH2 0x1168 JUMP JUMPDEST PUSH2 0x612 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2F0 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x308 SWAP1 PUSH2 0x11D7 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 0x334 SWAP1 PUSH2 0x11D7 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x381 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x356 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x381 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 0x364 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x396 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x3A3 DUP2 DUP6 DUP6 PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 SLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x3C3 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x3D0 DUP6 DUP3 DUP6 PUSH2 0x86A JUMP JUMPDEST PUSH2 0x3DB DUP6 DUP6 DUP6 PUSH2 0x8F6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x12 SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x3FB PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x41C DUP2 DUP6 DUP6 PUSH2 0x40D DUP6 DUP10 PUSH2 0x612 JUMP JUMPDEST PUSH2 0x417 SWAP2 SWAP1 PUSH2 0x1237 JUMP JUMPDEST PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x431 CALLER DUP3 PUSH2 0xB6C JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x4 DUP1 SLOAD PUSH2 0x48B SWAP1 PUSH2 0x11D7 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 0x4B7 SWAP1 PUSH2 0x11D7 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x504 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x4D9 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x504 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 0x4E7 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x519 CALLER PUSH2 0x434 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 GT PUSH2 0x55E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x555 SWAP1 PUSH2 0x12B7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x568 CALLER DUP3 PUSH2 0xB6C JUMP JUMPDEST POP JUMP JUMPDEST PUSH2 0x575 CALLER DUP3 PUSH2 0xD39 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x583 PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x591 DUP3 DUP7 PUSH2 0x612 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x5D6 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x5CD SWAP1 PUSH2 0x1349 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x5E3 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x6A1 JUMP JUMPDEST PUSH1 0x1 SWAP3 POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x5FA PUSH2 0x699 JUMP JUMPDEST SWAP1 POP PUSH2 0x607 DUP2 DUP6 DUP6 PUSH2 0x8F6 JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x710 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x707 SWAP1 PUSH2 0x13DB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x77F JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x776 SWAP1 PUSH2 0x146D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 PUSH1 0x1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 DUP4 PUSH1 0x40 MLOAD PUSH2 0x85D SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x876 DUP5 DUP5 PUSH2 0x612 JUMP JUMPDEST SWAP1 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 EQ PUSH2 0x8F0 JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x8E2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x8D9 SWAP1 PUSH2 0x14D9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x8EF DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x6A1 JUMP JUMPDEST JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x965 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x95C SWAP1 PUSH2 0x156B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x9D4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9CB SWAP1 PUSH2 0x15FD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x9DF DUP4 DUP4 DUP4 PUSH2 0xE8F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xA65 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA5C SWAP1 PUSH2 0x168F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xB53 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xB66 DUP5 DUP5 DUP5 PUSH2 0xE94 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xBDB JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xBD2 SWAP1 PUSH2 0x1721 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xBE7 DUP3 PUSH1 0x0 DUP4 PUSH2 0xE8F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SWAP1 POP DUP2 DUP2 LT ISZERO PUSH2 0xC6D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xC64 SWAP1 PUSH2 0x17B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 DUP2 SUB PUSH1 0x0 DUP1 DUP6 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD SUB SWAP3 POP POP DUP2 SWAP1 SSTORE POP PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0xD20 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xD34 DUP4 PUSH1 0x0 DUP5 PUSH2 0xE94 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0xDA8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD9F SWAP1 PUSH2 0x181F JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xDB4 PUSH1 0x0 DUP4 DUP4 PUSH2 0xE8F JUMP JUMPDEST DUP1 PUSH1 0x2 PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0xDC6 SWAP2 SWAP1 PUSH2 0x1237 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP1 PUSH1 0x0 DUP1 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 DUP3 SLOAD ADD SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP4 PUSH1 0x40 MLOAD PUSH2 0xE77 SWAP2 SWAP1 PUSH2 0x1069 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0xE8B PUSH1 0x0 DUP4 DUP4 PUSH2 0xE94 JUMP JUMPDEST POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xED3 JUMPI DUP1 DUP3 ADD MLOAD DUP2 DUP5 ADD MSTORE PUSH1 0x20 DUP2 ADD SWAP1 POP PUSH2 0xEB8 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 ADD MSTORE POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xEFB DUP3 PUSH2 0xE99 JUMP JUMPDEST PUSH2 0xF05 DUP2 DUP6 PUSH2 0xEA4 JUMP JUMPDEST SWAP4 POP PUSH2 0xF15 DUP2 DUP6 PUSH1 0x20 DUP7 ADD PUSH2 0xEB5 JUMP JUMPDEST PUSH2 0xF1E DUP2 PUSH2 0xEDF JUMP JUMPDEST DUP5 ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0xF43 DUP2 DUP5 PUSH2 0xEF0 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF7B DUP3 PUSH2 0xF50 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xF8B DUP2 PUSH2 0xF70 JUMP JUMPDEST DUP2 EQ PUSH2 0xF96 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xFA8 DUP2 PUSH2 0xF82 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFC1 DUP2 PUSH2 0xFAE JUMP JUMPDEST DUP2 EQ PUSH2 0xFCC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xFDE DUP2 PUSH2 0xFB8 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xFFB JUMPI PUSH2 0xFFA PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1009 DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x101A DUP6 DUP3 DUP7 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1039 DUP2 PUSH2 0x1024 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1054 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1030 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x1063 DUP2 PUSH2 0xFAE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x107E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x105A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x109D JUMPI PUSH2 0x109C PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x10AB DUP7 DUP3 DUP8 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x10BC DUP7 DUP3 DUP8 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x10CD DUP7 DUP3 DUP8 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x10ED DUP2 PUSH2 0x10D7 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x1108 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x10E4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1124 JUMPI PUSH2 0x1123 PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x1132 DUP5 DUP3 DUP6 ADD PUSH2 0xFCF JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1151 JUMPI PUSH2 0x1150 PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x115F DUP5 DUP3 DUP6 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x117F JUMPI PUSH2 0x117E PUSH2 0xF4B JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x118D DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x119E DUP6 DUP3 DUP7 ADD PUSH2 0xF99 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 DIV SWAP1 POP PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x11EF JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1202 JUMPI PUSH2 0x1201 PUSH2 0x11A8 JUMP JUMPDEST JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x1242 DUP3 PUSH2 0xFAE JUMP JUMPDEST SWAP2 POP PUSH2 0x124D DUP4 PUSH2 0xFAE JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x1265 JUMPI PUSH2 0x1264 PUSH2 0x1208 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4D6F636B555344543A204E6F7468696E6720746F206275726E00000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12A1 PUSH1 0x19 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x12AC DUP3 PUSH2 0x126B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x12D0 DUP2 PUSH2 0x1294 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x207A65726F000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1333 PUSH1 0x25 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x133E DUP3 PUSH2 0x12D7 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1362 DUP2 PUSH2 0x1326 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7265737300000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13C5 PUSH1 0x24 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x13D0 DUP3 PUSH2 0x1369 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x13F4 DUP2 PUSH2 0x13B8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7373000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1457 PUSH1 0x22 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1462 DUP3 PUSH2 0x13FB JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1486 DUP2 PUSH2 0x144A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x14C3 PUSH1 0x1D DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x14CE DUP3 PUSH2 0x148D JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x14F2 DUP2 PUSH2 0x14B6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6472657373000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1555 PUSH1 0x25 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1560 DUP3 PUSH2 0x14F9 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1584 DUP2 PUSH2 0x1548 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6573730000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x15E7 PUSH1 0x23 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x15F2 DUP3 PUSH2 0x158B JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1616 DUP2 PUSH2 0x15DA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C616E63650000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1679 PUSH1 0x26 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1684 DUP3 PUSH2 0x161D JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x16A8 DUP2 PUSH2 0x166C JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206275726E2066726F6D20746865207A65726F20616464726573 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7300000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x170B PUSH1 0x21 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1716 DUP3 PUSH2 0x16AF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x173A DUP2 PUSH2 0x16FE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206275726E20616D6F756E7420657863656564732062616C616E PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6365000000000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x179D PUSH1 0x22 DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x17A8 DUP3 PUSH2 0x1741 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x17CC DUP2 PUSH2 0x1790 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x45524332303A206D696E7420746F20746865207A65726F206164647265737300 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1809 PUSH1 0x1F DUP4 PUSH2 0xEA4 JUMP JUMPDEST SWAP2 POP PUSH2 0x1814 DUP3 PUSH2 0x17D3 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1838 DUP2 PUSH2 0x17FC JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH9 0xD713BF4736C6764994 DUP10 0xBE PUSH27 0x244631CE61E66372A491B3CB5640B12172FE9464736F6C63430008 SLT STOP CALLER ","sourceMap":"162:496:14:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98:6;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4444:197;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3255:106;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5203:256;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3104:91;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5854:234;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;379:83:14;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3419:125:6;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2369:102;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;468:188:14;;;:::i;:::-;;290:83;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6575:427:6;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3740:189;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3987:149;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2158:98;2212:13;2244:5;2237:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98;:::o;4444:197::-;4527:4;4543:13;4559:12;:10;:12::i;:::-;4543:28;;4581:32;4590:5;4597:7;4606:6;4581:8;:32::i;:::-;4630:4;4623:11;;;4444:197;;;;:::o;3255:106::-;3316:7;3342:12;;3335:19;;3255:106;:::o;5203:256::-;5300:4;5316:15;5334:12;:10;:12::i;:::-;5316:30;;5356:38;5372:4;5378:7;5387:6;5356:15;:38::i;:::-;5404:27;5414:4;5420:2;5424:6;5404:9;:27::i;:::-;5448:4;5441:11;;;5203:256;;;;;:::o;3104:91::-;3162:5;3186:2;3179:9;;3104:91;:::o;5854:234::-;5942:4;5958:13;5974:12;:10;:12::i;:::-;5958:28;;5996:64;6005:5;6012:7;6049:10;6021:25;6031:5;6038:7;6021:9;:25::i;:::-;:38;;;;:::i;:::-;5996:8;:64::i;:::-;6077:4;6070:11;;;5854:234;;;;:::o;379:83:14:-;429:26;435:10;447:7;429:5;:26::i;:::-;379:83;:::o;3419:125:6:-;3493:7;3519:9;:18;3529:7;3519:18;;;;;;;;;;;;;;;;3512:25;;3419:125;;;:::o;2369:102::-;2425:13;2457:7;2450:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2369:102;:::o;468:188:14:-;506:18;527:21;537:10;527:9;:21::i;:::-;506:42;;579:1;566:10;:14;558:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;620:29;626:10;638;620:5;:29::i;:::-;496:160;468:188::o;290:83::-;340:26;346:10;358:7;340:5;:26::i;:::-;290:83;:::o;6575:427:6:-;6668:4;6684:13;6700:12;:10;:12::i;:::-;6684:28;;6722:24;6749:25;6759:5;6766:7;6749:9;:25::i;:::-;6722:52;;6812:15;6792:16;:35;;6784:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;6903:60;6912:5;6919:7;6947:15;6928:16;:34;6903:8;:60::i;:::-;6991:4;6984:11;;;;6575:427;;;;:::o;3740:189::-;3819:4;3835:13;3851:12;:10;:12::i;:::-;3835:28;;3873;3883:5;3890:2;3894:6;3873:9;:28::i;:::-;3918:4;3911:11;;;3740:189;;;;:::o;3987:149::-;4076:7;4102:11;:18;4114:5;4102:18;;;;;;;;;;;;;;;:27;4121:7;4102:27;;;;;;;;;;;;;;;;4095:34;;3987:149;;;;:::o;655:96:9:-;708:7;734:10;727:17;;655:96;:::o;10457:340:6:-;10575:1;10558:19;;:5;:19;;;10550:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10655:1;10636:21;;:7;:21;;;10628:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10737:6;10707:11;:18;10719:5;10707:18;;;;;;;;;;;;;;;:27;10726:7;10707:27;;;;;;;;;;;;;;;:36;;;;10774:7;10758:32;;10767:5;10758:32;;;10783:6;10758:32;;;;;;:::i;:::-;;;;;;;;10457:340;;;:::o;11078:411::-;11178:24;11205:25;11215:5;11222:7;11205:9;:25::i;:::-;11178:52;;11264:17;11244:16;:37;11240:243;;11325:6;11305:16;:26;;11297:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11407:51;11416:5;11423:7;11451:6;11432:16;:25;11407:8;:51::i;:::-;11240:243;11168:321;11078:411;;;:::o;7456:788::-;7568:1;7552:18;;:4;:18;;;7544:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7644:1;7630:16;;:2;:16;;;7622:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;7697:38;7718:4;7724:2;7728:6;7697:20;:38::i;:::-;7746:19;7768:9;:15;7778:4;7768:15;;;;;;;;;;;;;;;;7746:37;;7816:6;7801:11;:21;;7793:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;7931:6;7917:11;:20;7899:9;:15;7909:4;7899:15;;;;;;;;;;;;;;;:38;;;;8131:6;8114:9;:13;8124:2;8114:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;8178:2;8163:26;;8172:4;8163:26;;;8182:6;8163:26;;;;;;:::i;:::-;;;;;;;;8200:37;8220:4;8226:2;8230:6;8200:19;:37::i;:::-;7534:710;7456:788;;;:::o;9375:659::-;9477:1;9458:21;;:7;:21;;;9450:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;9528:49;9549:7;9566:1;9570:6;9528:20;:49::i;:::-;9588:22;9613:9;:18;9623:7;9613:18;;;;;;;;;;;;;;;;9588:43;;9667:6;9649:14;:24;;9641:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;9784:6;9767:14;:23;9746:9;:18;9756:7;9746:18;;;;;;;;;;;;;;;:44;;;;9899:6;9883:12;;:22;;;;;;;;;;;9957:1;9931:37;;9940:7;9931:37;;;9961:6;9931:37;;;;;;:::i;:::-;;;;;;;;9979:48;9999:7;10016:1;10020:6;9979:19;:48::i;:::-;9440:594;9375:659;;:::o;8520:535::-;8622:1;8603:21;;:7;:21;;;8595:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;8671:49;8700:1;8704:7;8713:6;8671:20;:49::i;:::-;8747:6;8731:12;;:22;;;;;;;:::i;:::-;;;;;;;;8921:6;8899:9;:18;8909:7;8899:18;;;;;;;;;;;;;;;;:28;;;;;;;;;;;8973:7;8952:37;;8969:1;8952:37;;;8982:6;8952:37;;;;;;:::i;:::-;;;;;;;;9000:48;9028:1;9032:7;9041:6;9000:19;:48::i;:::-;8520:535;;:::o;12073:91::-;;;;:::o;12752:90::-;;;;:::o;7:99:15:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:118::-;3533:24;3551:5;3533:24;:::i;:::-;3528:3;3521:37;3446:118;;:::o;3570:222::-;3663:4;3701:2;3690:9;3686:18;3678:26;;3714:71;3782:1;3771:9;3767:17;3758:6;3714:71;:::i;:::-;3570:222;;;;:::o;3798:619::-;3875:6;3883;3891;3940:2;3928:9;3919:7;3915:23;3911:32;3908:119;;;3946:79;;:::i;:::-;3908:119;4066:1;4091:53;4136:7;4127:6;4116:9;4112:22;4091:53;:::i;:::-;4081:63;;4037:117;4193:2;4219:53;4264:7;4255:6;4244:9;4240:22;4219:53;:::i;:::-;4209:63;;4164:118;4321:2;4347:53;4392:7;4383:6;4372:9;4368:22;4347:53;:::i;:::-;4337:63;;4292:118;3798:619;;;;;:::o;4423:86::-;4458:7;4498:4;4491:5;4487:16;4476:27;;4423:86;;;:::o;4515:112::-;4598:22;4614:5;4598:22;:::i;:::-;4593:3;4586:35;4515:112;;:::o;4633:214::-;4722:4;4760:2;4749:9;4745:18;4737:26;;4773:67;4837:1;4826:9;4822:17;4813:6;4773:67;:::i;:::-;4633:214;;;;:::o;4853:329::-;4912:6;4961:2;4949:9;4940:7;4936:23;4932:32;4929:119;;;4967:79;;:::i;:::-;4929:119;5087:1;5112:53;5157:7;5148:6;5137:9;5133:22;5112:53;:::i;:::-;5102:63;;5058:117;4853:329;;;;:::o;5188:::-;5247:6;5296:2;5284:9;5275:7;5271:23;5267:32;5264:119;;;5302:79;;:::i;:::-;5264:119;5422:1;5447:53;5492:7;5483:6;5472:9;5468:22;5447:53;:::i;:::-;5437:63;;5393:117;5188:329;;;;:::o;5523:474::-;5591:6;5599;5648:2;5636:9;5627:7;5623:23;5619:32;5616:119;;;5654:79;;:::i;:::-;5616:119;5774:1;5799:53;5844:7;5835:6;5824:9;5820:22;5799:53;:::i;:::-;5789:63;;5745:117;5901:2;5927:53;5972:7;5963:6;5952:9;5948:22;5927:53;:::i;:::-;5917:63;;5872:118;5523:474;;;;;:::o;6003:180::-;6051:77;6048:1;6041:88;6148:4;6145:1;6138:15;6172:4;6169:1;6162:15;6189:320;6233:6;6270:1;6264:4;6260:12;6250:22;;6317:1;6311:4;6307:12;6338:18;6328:81;;6394:4;6386:6;6382:17;6372:27;;6328:81;6456:2;6448:6;6445:14;6425:18;6422:38;6419:84;;6475:18;;:::i;:::-;6419:84;6240:269;6189:320;;;:::o;6515:180::-;6563:77;6560:1;6553:88;6660:4;6657:1;6650:15;6684:4;6681:1;6674:15;6701:191;6741:3;6760:20;6778:1;6760:20;:::i;:::-;6755:25;;6794:20;6812:1;6794:20;:::i;:::-;6789:25;;6837:1;6834;6830:9;6823:16;;6858:3;6855:1;6852:10;6849:36;;;6865:18;;:::i;:::-;6849:36;6701:191;;;;:::o;6898:175::-;7038:27;7034:1;7026:6;7022:14;7015:51;6898:175;:::o;7079:366::-;7221:3;7242:67;7306:2;7301:3;7242:67;:::i;:::-;7235:74;;7318:93;7407:3;7318:93;:::i;:::-;7436:2;7431:3;7427:12;7420:19;;7079:366;;;:::o;7451:419::-;7617:4;7655:2;7644:9;7640:18;7632:26;;7704:9;7698:4;7694:20;7690:1;7679:9;7675:17;7668:47;7732:131;7858:4;7732:131;:::i;:::-;7724:139;;7451:419;;;:::o;7876:224::-;8016:34;8012:1;8004:6;8000:14;7993:58;8085:7;8080:2;8072:6;8068:15;8061:32;7876:224;:::o;8106:366::-;8248:3;8269:67;8333:2;8328:3;8269:67;:::i;:::-;8262:74;;8345:93;8434:3;8345:93;:::i;:::-;8463:2;8458:3;8454:12;8447:19;;8106:366;;;:::o;8478:419::-;8644:4;8682:2;8671:9;8667:18;8659:26;;8731:9;8725:4;8721:20;8717:1;8706:9;8702:17;8695:47;8759:131;8885:4;8759:131;:::i;:::-;8751:139;;8478:419;;;:::o;8903:223::-;9043:34;9039:1;9031:6;9027:14;9020:58;9112:6;9107:2;9099:6;9095:15;9088:31;8903:223;:::o;9132:366::-;9274:3;9295:67;9359:2;9354:3;9295:67;:::i;:::-;9288:74;;9371:93;9460:3;9371:93;:::i;:::-;9489:2;9484:3;9480:12;9473:19;;9132:366;;;:::o;9504:419::-;9670:4;9708:2;9697:9;9693:18;9685:26;;9757:9;9751:4;9747:20;9743:1;9732:9;9728:17;9721:47;9785:131;9911:4;9785:131;:::i;:::-;9777:139;;9504:419;;;:::o;9929:221::-;10069:34;10065:1;10057:6;10053:14;10046:58;10138:4;10133:2;10125:6;10121:15;10114:29;9929:221;:::o;10156:366::-;10298:3;10319:67;10383:2;10378:3;10319:67;:::i;:::-;10312:74;;10395:93;10484:3;10395:93;:::i;:::-;10513:2;10508:3;10504:12;10497:19;;10156:366;;;:::o;10528:419::-;10694:4;10732:2;10721:9;10717:18;10709:26;;10781:9;10775:4;10771:20;10767:1;10756:9;10752:17;10745:47;10809:131;10935:4;10809:131;:::i;:::-;10801:139;;10528:419;;;:::o;10953:179::-;11093:31;11089:1;11081:6;11077:14;11070:55;10953:179;:::o;11138:366::-;11280:3;11301:67;11365:2;11360:3;11301:67;:::i;:::-;11294:74;;11377:93;11466:3;11377:93;:::i;:::-;11495:2;11490:3;11486:12;11479:19;;11138:366;;;:::o;11510:419::-;11676:4;11714:2;11703:9;11699:18;11691:26;;11763:9;11757:4;11753:20;11749:1;11738:9;11734:17;11727:47;11791:131;11917:4;11791:131;:::i;:::-;11783:139;;11510:419;;;:::o;11935:224::-;12075:34;12071:1;12063:6;12059:14;12052:58;12144:7;12139:2;12131:6;12127:15;12120:32;11935:224;:::o;12165:366::-;12307:3;12328:67;12392:2;12387:3;12328:67;:::i;:::-;12321:74;;12404:93;12493:3;12404:93;:::i;:::-;12522:2;12517:3;12513:12;12506:19;;12165:366;;;:::o;12537:419::-;12703:4;12741:2;12730:9;12726:18;12718:26;;12790:9;12784:4;12780:20;12776:1;12765:9;12761:17;12754:47;12818:131;12944:4;12818:131;:::i;:::-;12810:139;;12537:419;;;:::o;12962:222::-;13102:34;13098:1;13090:6;13086:14;13079:58;13171:5;13166:2;13158:6;13154:15;13147:30;12962:222;:::o;13190:366::-;13332:3;13353:67;13417:2;13412:3;13353:67;:::i;:::-;13346:74;;13429:93;13518:3;13429:93;:::i;:::-;13547:2;13542:3;13538:12;13531:19;;13190:366;;;:::o;13562:419::-;13728:4;13766:2;13755:9;13751:18;13743:26;;13815:9;13809:4;13805:20;13801:1;13790:9;13786:17;13779:47;13843:131;13969:4;13843:131;:::i;:::-;13835:139;;13562:419;;;:::o;13987:225::-;14127:34;14123:1;14115:6;14111:14;14104:58;14196:8;14191:2;14183:6;14179:15;14172:33;13987:225;:::o;14218:366::-;14360:3;14381:67;14445:2;14440:3;14381:67;:::i;:::-;14374:74;;14457:93;14546:3;14457:93;:::i;:::-;14575:2;14570:3;14566:12;14559:19;;14218:366;;;:::o;14590:419::-;14756:4;14794:2;14783:9;14779:18;14771:26;;14843:9;14837:4;14833:20;14829:1;14818:9;14814:17;14807:47;14871:131;14997:4;14871:131;:::i;:::-;14863:139;;14590:419;;;:::o;15015:220::-;15155:34;15151:1;15143:6;15139:14;15132:58;15224:3;15219:2;15211:6;15207:15;15200:28;15015:220;:::o;15241:366::-;15383:3;15404:67;15468:2;15463:3;15404:67;:::i;:::-;15397:74;;15480:93;15569:3;15480:93;:::i;:::-;15598:2;15593:3;15589:12;15582:19;;15241:366;;;:::o;15613:419::-;15779:4;15817:2;15806:9;15802:18;15794:26;;15866:9;15860:4;15856:20;15852:1;15841:9;15837:17;15830:47;15894:131;16020:4;15894:131;:::i;:::-;15886:139;;15613:419;;;:::o;16038:221::-;16178:34;16174:1;16166:6;16162:14;16155:58;16247:4;16242:2;16234:6;16230:15;16223:29;16038:221;:::o;16265:366::-;16407:3;16428:67;16492:2;16487:3;16428:67;:::i;:::-;16421:74;;16504:93;16593:3;16504:93;:::i;:::-;16622:2;16617:3;16613:12;16606:19;;16265:366;;;:::o;16637:419::-;16803:4;16841:2;16830:9;16826:18;16818:26;;16890:9;16884:4;16880:20;16876:1;16865:9;16861:17;16854:47;16918:131;17044:4;16918:131;:::i;:::-;16910:139;;16637:419;;;:::o;17062:181::-;17202:33;17198:1;17190:6;17186:14;17179:57;17062:181;:::o;17249:366::-;17391:3;17412:67;17476:2;17471:3;17412:67;:::i;:::-;17405:74;;17488:93;17577:3;17488:93;:::i;:::-;17606:2;17601:3;17597:12;17590:19;;17249:366;;;:::o;17621:419::-;17787:4;17825:2;17814:9;17810:18;17802:26;;17874:9;17868:4;17864:20;17860:1;17849:9;17845:17;17838:47;17902:131;18028:4;17902:131;:::i;:::-;17894:139;;17621:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"1252200","executionCost":"infinite","totalCost":"infinite"},"external":{"allowance(address,address)":"infinite","approve(address,uint256)":"infinite","balanceOf(address)":"2864","burn(uint256)":"infinite","burnAll()":"36156","decimals()":"388","decreaseAllowance(address,uint256)":"infinite","increaseAllowance(address,uint256)":"infinite","mint(uint256)":"infinite","name()":"infinite","symbol()":"infinite","totalSupply()":"2505","transfer(address,uint256)":"infinite","transferFrom(address,address,uint256)":"infinite"}},"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","burn(uint256)":"42966c68","burnAll()":"9975038c","decimals()":"313ce567","decreaseAllowance(address,uint256)":"a457c2d7","increaseAllowance(address,uint256)":"39509351","mint(uint256)":"a0712d68","name()":"06fdde03","symbol()":"95d89b41","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"burnAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Mock mintable USDC\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"See {IERC20-allowance}.\"},\"approve(address,uint256)\":{\"details\":\"See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address.\"},\"balanceOf(address)\":{\"details\":\"See {IERC20-balanceOf}.\"},\"decimals()\":{\"details\":\"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the default value returned by this function, unless it's overridden. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}.\"},\"decreaseAllowance(address,uint256)\":{\"details\":\"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`.\"},\"increaseAllowance(address,uint256)\":{\"details\":\"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address.\"},\"name()\":{\"details\":\"Returns the name of the token.\"},\"symbol()\":{\"details\":\"Returns the symbol of the token, usually a shorter version of the name.\"},\"totalSupply()\":{\"details\":\"See {IERC20-totalSupply}.\"},\"transfer(address,uint256)\":{\"details\":\"See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/mocks/MockUSDC.sol\":\"MockUSDT\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./IERC20.sol\\\";\\nimport \\\"./extensions/IERC20Metadata.sol\\\";\\nimport \\\"../../utils/Context.sol\\\";\\n\\n/**\\n * @dev Implementation of the {IERC20} interface.\\n *\\n * This implementation is agnostic to the way tokens are created. This means\\n * that a supply mechanism has to be added in a derived contract using {_mint}.\\n * For a generic mechanism see {ERC20PresetMinterPauser}.\\n *\\n * TIP: For a detailed writeup see our guide\\n * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\\n * to implement supply mechanisms].\\n *\\n * The default value of {decimals} is 18. To change this, you should override\\n * this function so it returns a different value.\\n *\\n * We have followed general OpenZeppelin Contracts guidelines: functions revert\\n * instead returning `false` on failure. This behavior is nonetheless\\n * conventional and does not conflict with the expectations of ERC20\\n * applications.\\n *\\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\\n * This allows applications to reconstruct the allowance for all accounts just\\n * by listening to said events. Other implementations of the EIP may not emit\\n * these events, as it isn't required by the specification.\\n *\\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\\n * functions have been added to mitigate the well-known issues around setting\\n * allowances. See {IERC20-approve}.\\n */\\ncontract ERC20 is Context, IERC20, IERC20Metadata {\\n mapping(address => uint256) private _balances;\\n\\n mapping(address => mapping(address => uint256)) private _allowances;\\n\\n uint256 private _totalSupply;\\n\\n string private _name;\\n string private _symbol;\\n\\n /**\\n * @dev Sets the values for {name} and {symbol}.\\n *\\n * All two of these values are immutable: they can only be set once during\\n * construction.\\n */\\n constructor(string memory name_, string memory symbol_) {\\n _name = name_;\\n _symbol = symbol_;\\n }\\n\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() public view virtual override returns (string memory) {\\n return _name;\\n }\\n\\n /**\\n * @dev Returns the symbol of the token, usually a shorter version of the\\n * name.\\n */\\n function symbol() public view virtual override returns (string memory) {\\n return _symbol;\\n }\\n\\n /**\\n * @dev Returns the number of decimals used to get its user representation.\\n * For example, if `decimals` equals `2`, a balance of `505` tokens should\\n * be displayed to a user as `5.05` (`505 / 10 ** 2`).\\n *\\n * Tokens usually opt for a value of 18, imitating the relationship between\\n * Ether and Wei. This is the default value returned by this function, unless\\n * it's overridden.\\n *\\n * NOTE: This information is only used for _display_ purposes: it in\\n * no way affects any of the arithmetic of the contract, including\\n * {IERC20-balanceOf} and {IERC20-transfer}.\\n */\\n function decimals() public view virtual override returns (uint8) {\\n return 18;\\n }\\n\\n /**\\n * @dev See {IERC20-totalSupply}.\\n */\\n function totalSupply() public view virtual override returns (uint256) {\\n return _totalSupply;\\n }\\n\\n /**\\n * @dev See {IERC20-balanceOf}.\\n */\\n function balanceOf(address account) public view virtual override returns (uint256) {\\n return _balances[account];\\n }\\n\\n /**\\n * @dev See {IERC20-transfer}.\\n *\\n * Requirements:\\n *\\n * - `to` cannot be the zero address.\\n * - the caller must have a balance of at least `amount`.\\n */\\n function transfer(address to, uint256 amount) public virtual override returns (bool) {\\n address owner = _msgSender();\\n _transfer(owner, to, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-allowance}.\\n */\\n function allowance(address owner, address spender) public view virtual override returns (uint256) {\\n return _allowances[owner][spender];\\n }\\n\\n /**\\n * @dev See {IERC20-approve}.\\n *\\n * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\\n * `transferFrom`. This is semantically equivalent to an infinite approval.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function approve(address spender, uint256 amount) public virtual override returns (bool) {\\n address owner = _msgSender();\\n _approve(owner, spender, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-transferFrom}.\\n *\\n * Emits an {Approval} event indicating the updated allowance. This is not\\n * required by the EIP. See the note at the beginning of {ERC20}.\\n *\\n * NOTE: Does not update the allowance if the current allowance\\n * is the maximum `uint256`.\\n *\\n * Requirements:\\n *\\n * - `from` and `to` cannot be the zero address.\\n * - `from` must have a balance of at least `amount`.\\n * - the caller must have allowance for ``from``'s tokens of at least\\n * `amount`.\\n */\\n function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {\\n address spender = _msgSender();\\n _spendAllowance(from, spender, amount);\\n _transfer(from, to, amount);\\n return true;\\n }\\n\\n /**\\n * @dev Atomically increases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\\n address owner = _msgSender();\\n _approve(owner, spender, allowance(owner, spender) + addedValue);\\n return true;\\n }\\n\\n /**\\n * @dev Atomically decreases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `spender` must have allowance for the caller of at least\\n * `subtractedValue`.\\n */\\n function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\\n address owner = _msgSender();\\n uint256 currentAllowance = allowance(owner, spender);\\n require(currentAllowance >= subtractedValue, \\\"ERC20: decreased allowance below zero\\\");\\n unchecked {\\n _approve(owner, spender, currentAllowance - subtractedValue);\\n }\\n\\n return true;\\n }\\n\\n /**\\n * @dev Moves `amount` of tokens from `from` to `to`.\\n *\\n * This internal function is equivalent to {transfer}, and can be used to\\n * e.g. implement automatic token fees, slashing mechanisms, etc.\\n *\\n * Emits a {Transfer} event.\\n *\\n * Requirements:\\n *\\n * - `from` cannot be the zero address.\\n * - `to` cannot be the zero address.\\n * - `from` must have a balance of at least `amount`.\\n */\\n function _transfer(address from, address to, uint256 amount) internal virtual {\\n require(from != address(0), \\\"ERC20: transfer from the zero address\\\");\\n require(to != address(0), \\\"ERC20: transfer to the zero address\\\");\\n\\n _beforeTokenTransfer(from, to, amount);\\n\\n uint256 fromBalance = _balances[from];\\n require(fromBalance >= amount, \\\"ERC20: transfer amount exceeds balance\\\");\\n unchecked {\\n _balances[from] = fromBalance - amount;\\n // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by\\n // decrementing then incrementing.\\n _balances[to] += amount;\\n }\\n\\n emit Transfer(from, to, amount);\\n\\n _afterTokenTransfer(from, to, amount);\\n }\\n\\n /** @dev Creates `amount` tokens and assigns them to `account`, increasing\\n * the total supply.\\n *\\n * Emits a {Transfer} event with `from` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `account` cannot be the zero address.\\n */\\n function _mint(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: mint to the zero address\\\");\\n\\n _beforeTokenTransfer(address(0), account, amount);\\n\\n _totalSupply += amount;\\n unchecked {\\n // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.\\n _balances[account] += amount;\\n }\\n emit Transfer(address(0), account, amount);\\n\\n _afterTokenTransfer(address(0), account, amount);\\n }\\n\\n /**\\n * @dev Destroys `amount` tokens from `account`, reducing the\\n * total supply.\\n *\\n * Emits a {Transfer} event with `to` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `account` cannot be the zero address.\\n * - `account` must have at least `amount` tokens.\\n */\\n function _burn(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: burn from the zero address\\\");\\n\\n _beforeTokenTransfer(account, address(0), amount);\\n\\n uint256 accountBalance = _balances[account];\\n require(accountBalance >= amount, \\\"ERC20: burn amount exceeds balance\\\");\\n unchecked {\\n _balances[account] = accountBalance - amount;\\n // Overflow not possible: amount <= accountBalance <= totalSupply.\\n _totalSupply -= amount;\\n }\\n\\n emit Transfer(account, address(0), amount);\\n\\n _afterTokenTransfer(account, address(0), amount);\\n }\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\\n *\\n * This internal function is equivalent to `approve`, and can be used to\\n * e.g. set automatic allowances for certain subsystems, etc.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `owner` cannot be the zero address.\\n * - `spender` cannot be the zero address.\\n */\\n function _approve(address owner, address spender, uint256 amount) internal virtual {\\n require(owner != address(0), \\\"ERC20: approve from the zero address\\\");\\n require(spender != address(0), \\\"ERC20: approve to the zero address\\\");\\n\\n _allowances[owner][spender] = amount;\\n emit Approval(owner, spender, amount);\\n }\\n\\n /**\\n * @dev Updates `owner` s allowance for `spender` based on spent `amount`.\\n *\\n * Does not update the allowance amount in case of infinite allowance.\\n * Revert if not enough allowance is available.\\n *\\n * Might emit an {Approval} event.\\n */\\n function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {\\n uint256 currentAllowance = allowance(owner, spender);\\n if (currentAllowance != type(uint256).max) {\\n require(currentAllowance >= amount, \\\"ERC20: insufficient allowance\\\");\\n unchecked {\\n _approve(owner, spender, currentAllowance - amount);\\n }\\n }\\n }\\n\\n /**\\n * @dev Hook that is called before any transfer of tokens. This includes\\n * minting and burning.\\n *\\n * Calling conditions:\\n *\\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n * will be transferred to `to`.\\n * - when `from` is zero, `amount` tokens will be minted for `to`.\\n * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\\n * - `from` and `to` are never both zero.\\n *\\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n */\\n function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}\\n\\n /**\\n * @dev Hook that is called after any transfer of tokens. This includes\\n * minting and burning.\\n *\\n * Calling conditions:\\n *\\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n * has been transferred to `to`.\\n * - when `from` is zero, `amount` tokens have been minted for `to`.\\n * - when `to` is zero, `amount` of ``from``'s tokens have been burned.\\n * - `from` and `to` are never both zero.\\n *\\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n */\\n function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}\\n}\\n\",\"keccak256\":\"0xa56ca923f70c1748830700250b19c61b70db9a683516dc5e216694a50445d99c\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../IERC20.sol\\\";\\n\\n/**\\n * @dev Interface for the optional metadata functions from the ERC20 standard.\\n *\\n * _Available since v4.1._\\n */\\ninterface IERC20Metadata is IERC20 {\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() external view returns (string memory);\\n\\n /**\\n * @dev Returns the symbol of the token.\\n */\\n function symbol() external view returns (string memory);\\n\\n /**\\n * @dev Returns the decimals places of the token.\\n */\\n function decimals() external view returns (uint8);\\n}\\n\",\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\"},\"@openzeppelin/contracts/utils/Context.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Provides information about the current execution context, including the\\n * sender of the transaction and its data. While these are generally available\\n * via msg.sender and msg.data, they should not be accessed in such a direct\\n * manner, since when dealing with meta-transactions the account sending and\\n * paying for execution may not be the actual sender (as far as an application\\n * is concerned).\\n *\\n * This contract is only required for intermediate, library-like contracts.\\n */\\nabstract contract Context {\\n function _msgSender() internal view virtual returns (address) {\\n return msg.sender;\\n }\\n\\n function _msgData() internal view virtual returns (bytes calldata) {\\n return msg.data;\\n }\\n\\n function _contextSuffixLength() internal view virtual returns (uint256) {\\n return 0;\\n }\\n}\\n\",\"keccak256\":\"0xa92e4fa126feb6907daa0513ddd816b2eb91f30a808de54f63c17d0e162c3439\",\"license\":\"MIT\"},\"contracts/mocks/MockUSDC.sol\":{\"content\":\"//SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {ERC20} from \\\"@openzeppelin/contracts/token/ERC20/ERC20.sol\\\";\\n\\n/// @dev Mock mintable USDC\\ncontract MockUSDT is ERC20 {\\n constructor() ERC20(\\\"MockUDSC\\\", \\\"MUSDC\\\") {\\n _mint(msg.sender, 1_000_000E18);\\n }\\n\\n function mint(uint256 _amount) external {\\n _mint(msg.sender, _amount);\\n }\\n\\n function burn(uint256 _amount) external {\\n _burn(msg.sender, _amount);\\n }\\n\\n function burnAll() external {\\n uint256 _balanceOf = balanceOf(msg.sender);\\n require(_balanceOf > 0, \\\"MockUSDT: Nothing to burn\\\");\\n _burn(msg.sender, _balanceOf);\\n }\\n}\\n\",\"keccak256\":\"0x983ae7c4c407602537b8623a63a3598cf983fbb637943d39338f0bb0fb6d4f13\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":933,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_balances","offset":0,"slot":"0","type":"t_mapping(t_address,t_uint256)"},{"astId":939,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_allowances","offset":0,"slot":"1","type":"t_mapping(t_address,t_mapping(t_address,t_uint256))"},{"astId":941,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_totalSupply","offset":0,"slot":"2","type":"t_uint256"},{"astId":943,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_name","offset":0,"slot":"3","type":"t_string_storage"},{"astId":945,"contract":"contracts/mocks/MockUSDC.sol:MockUSDT","label":"_symbol","offset":0,"slot":"4","type":"t_string_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_mapping(t_address,t_mapping(t_address,t_uint256))":{"encoding":"mapping","key":"t_address","label":"mapping(address => mapping(address => uint256))","numberOfBytes":"32","value":"t_mapping(t_address,t_uint256)"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_string_storage":{"encoding":"bytes","label":"string","numberOfBytes":"32"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"}}},"userdoc":{"kind":"user","methods":{},"version":1}}}}}} \ No newline at end of file diff --git a/artifacts/build-info/ef70668ba0ee5b1bdd014b756de9fb70.json b/artifacts/build-info/ef70668ba0ee5b1bdd014b756de9fb70.json new file mode 100644 index 0000000..943f0a3 --- /dev/null +++ b/artifacts/build-info/ef70668ba0ee5b1bdd014b756de9fb70.json @@ -0,0 +1 @@ +{"id":"ef70668ba0ee5b1bdd014b756de9fb70","_format":"hh-sol-build-info-1","solcVersion":"0.8.18","solcLongVersion":"0.8.18+commit.87f61d96","input":{"language":"Solidity","sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./OwnableUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership} and {acceptOwnership}.\n *\n * This module is used through inheritance. It will make available all functions\n * from parent (Ownable).\n */\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\n address private _pendingOwner;\n\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\n\n function __Ownable2Step_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable2Step_init_unchained() internal onlyInitializing {\n }\n /**\n * @dev Returns the address of the pending owner.\n */\n function pendingOwner() public view virtual returns (address) {\n return _pendingOwner;\n }\n\n /**\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual override onlyOwner {\n _pendingOwner = newOwner;\n emit OwnershipTransferStarted(owner(), newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual override {\n delete _pendingOwner;\n super._transferOwnership(newOwner);\n }\n\n /**\n * @dev The new owner accepts the ownership transfer.\n */\n function acceptOwnership() public virtual {\n address sender = _msgSender();\n require(pendingOwner() == sender, \"Ownable2Step: caller is not the new owner\");\n _transferOwnership(sender);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides a basic access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership}.\n *\n * This module is used through inheritance. It will make available the modifier\n * `onlyOwner`, which can be applied to your functions to restrict their use to\n * the owner.\n */\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\n address private _owner;\n\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\n\n /**\n * @dev Initializes the contract setting the deployer as the initial owner.\n */\n function __Ownable_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable_init_unchained() internal onlyInitializing {\n _transferOwnership(_msgSender());\n }\n\n /**\n * @dev Throws if called by any account other than the owner.\n */\n modifier onlyOwner() {\n _checkOwner();\n _;\n }\n\n /**\n * @dev Returns the address of the current owner.\n */\n function owner() public view virtual returns (address) {\n return _owner;\n }\n\n /**\n * @dev Throws if the sender is not the owner.\n */\n function _checkOwner() internal view virtual {\n require(owner() == _msgSender(), \"Ownable: caller is not the owner\");\n }\n\n /**\n * @dev Leaves the contract without owner. It will not be possible to call\n * `onlyOwner` functions. Can only be called by the current owner.\n *\n * NOTE: Renouncing ownership will leave the contract without an owner,\n * thereby disabling any functionality that is only available to the owner.\n */\n function renounceOwnership() public virtual onlyOwner {\n _transferOwnership(address(0));\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual onlyOwner {\n require(newOwner != address(0), \"Ownable: new owner is the zero address\");\n _transferOwnership(newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual {\n address oldOwner = _owner;\n _owner = newOwner;\n emit OwnershipTransferred(oldOwner, newOwner);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\n\npragma solidity ^0.8.2;\n\nimport \"../../utils/AddressUpgradeable.sol\";\n\n/**\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\n *\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\n * reused. This mechanism prevents re-execution of each \"step\" but allows the creation of new initialization steps in\n * case an upgrade adds a module that needs to be initialized.\n *\n * For example:\n *\n * [.hljs-theme-light.nopadding]\n * ```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 Indicates that the contract has been initialized.\n * @custom:oz-retyped-from bool\n */\n uint8 private _initialized;\n\n /**\n * @dev Indicates that the contract is in the process of being initialized.\n */\n bool private _initializing;\n\n /**\n * @dev Triggered when the contract has been initialized or reinitialized.\n */\n event Initialized(uint8 version);\n\n /**\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\n * `onlyInitializing` functions can be used to initialize parent contracts.\n *\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\n * constructor.\n *\n * Emits an {Initialized} event.\n */\n modifier initializer() {\n bool isTopLevelCall = !_initializing;\n require(\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\n \"Initializable: contract is already initialized\"\n );\n _initialized = 1;\n if (isTopLevelCall) {\n _initializing = true;\n }\n _;\n if (isTopLevelCall) {\n _initializing = false;\n emit Initialized(1);\n }\n }\n\n /**\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\n * used to initialize parent contracts.\n *\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\n * are added through upgrades and that require initialization.\n *\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\n * cannot be nested. If one is invoked in the context of another, execution will revert.\n *\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\n * a contract, executing them in the right order is up to the developer or operator.\n *\n * WARNING: setting the version to 255 will prevent any future reinitialization.\n *\n * Emits an {Initialized} event.\n */\n modifier reinitializer(uint8 version) {\n require(!_initializing && _initialized < version, \"Initializable: contract is already initialized\");\n _initialized = version;\n _initializing = true;\n _;\n _initializing = false;\n emit Initialized(version);\n }\n\n /**\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\n */\n modifier onlyInitializing() {\n require(_initializing, \"Initializable: contract is not initializing\");\n _;\n }\n\n /**\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\n * through proxies.\n *\n * Emits an {Initialized} event the first time it is successfully executed.\n */\n function _disableInitializers() internal virtual {\n require(!_initializing, \"Initializable: contract is initializing\");\n if (_initialized != type(uint8).max) {\n _initialized = type(uint8).max;\n emit Initialized(type(uint8).max);\n }\n }\n\n /**\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\n */\n function _getInitializedVersion() internal view returns (uint8) {\n return _initialized;\n }\n\n /**\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\n */\n function _isInitializing() internal view returns (bool) {\n return _initializing;\n }\n}\n"},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which allows children to implement an emergency stop\n * mechanism that can be triggered by an authorized account.\n *\n * This module is used through inheritance. It will make available the\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n * the functions of your contract. Note that they will not be pausable by\n * simply including this module, only once the modifiers are put in place.\n */\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\n /**\n * @dev Emitted when the pause is triggered by `account`.\n */\n event Paused(address account);\n\n /**\n * @dev Emitted when the pause is lifted by `account`.\n */\n event Unpaused(address account);\n\n bool private _paused;\n\n /**\n * @dev Initializes the contract in unpaused state.\n */\n function __Pausable_init() internal onlyInitializing {\n __Pausable_init_unchained();\n }\n\n function __Pausable_init_unchained() internal onlyInitializing {\n _paused = false;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is not paused.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n modifier whenNotPaused() {\n _requireNotPaused();\n _;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is paused.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n modifier whenPaused() {\n _requirePaused();\n _;\n }\n\n /**\n * @dev Returns true if the contract is paused, and false otherwise.\n */\n function paused() public view virtual returns (bool) {\n return _paused;\n }\n\n /**\n * @dev Throws if the contract is paused.\n */\n function _requireNotPaused() internal view virtual {\n require(!paused(), \"Pausable: paused\");\n }\n\n /**\n * @dev Throws if the contract is not paused.\n */\n function _requirePaused() internal view virtual {\n require(paused(), \"Pausable: not paused\");\n }\n\n /**\n * @dev Triggers stopped state.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n function _pause() internal virtual whenNotPaused {\n _paused = true;\n emit Paused(_msgSender());\n }\n\n /**\n * @dev Returns to normal state.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n function _unpause() internal virtual whenPaused {\n _paused = false;\n emit Unpaused(_msgSender());\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n"},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\n\npragma solidity ^0.8.1;\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary AddressUpgradeable {\n /**\n * @dev Returns true if `account` is a contract.\n *\n * [IMPORTANT]\n * ====\n * It is unsafe to assume that an address for which this function returns\n * false is an externally-owned account (EOA) and not a contract.\n *\n * Among others, `isContract` will return false for the following\n * types of addresses:\n *\n * - an externally-owned account\n * - a contract in construction\n * - an address where a contract will be created\n * - an address where a contract lived, but was destroyed\n *\n * Furthermore, `isContract` will also return true if the target contract within\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n * which only has an effect at the end of a transaction.\n * ====\n *\n * [IMPORTANT]\n * ====\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\n *\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n * constructor.\n * ====\n */\n function isContract(address account) internal view returns (bool) {\n // This method relies on extcodesize/address.code.length, which returns 0\n // for contracts in construction, since the code is only stored at the end\n // of the constructor execution.\n\n return account.code.length > 0;\n }\n\n /**\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n * `recipient`, forwarding all available gas and reverting on errors.\n *\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\n * imposed by `transfer`, making them unable to receive funds via\n * `transfer`. {sendValue} removes this limitation.\n *\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n require(address(this).balance >= amount, \"Address: insufficient balance\");\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n require(success, \"Address: unable to send value, recipient may have reverted\");\n }\n\n /**\n * @dev Performs a Solidity function call using a low level `call`. A\n * plain `call` is an unsafe replacement for a function call: use this\n * function instead.\n *\n * If `target` reverts with a revert reason, it is bubbled up by this\n * function (like regular Solidity function calls).\n *\n * Returns the raw returned data. To convert to the expected return value,\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n *\n * Requirements:\n *\n * - `target` must be a contract.\n * - calling `target` with `data` must not revert.\n *\n * _Available since v3.1._\n */\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, \"Address: low-level call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n * `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but also transferring `value` wei to `target`.\n *\n * Requirements:\n *\n * - the calling contract must have an ETH balance of at least `value`.\n * - the called Solidity function must be `payable`.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\n return functionCallWithValue(target, data, value, \"Address: low-level call with value failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n * with `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(\n address target,\n bytes memory data,\n uint256 value,\n string memory errorMessage\n ) internal returns (bytes memory) {\n require(address(this).balance >= value, \"Address: insufficient balance for call\");\n (bool success, bytes memory returndata) = target.call{value: value}(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n return functionStaticCall(target, data, \"Address: low-level static call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n (bool success, bytes memory returndata) = target.staticcall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionDelegateCall(target, data, \"Address: low-level delegate call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n (bool success, bytes memory returndata) = target.delegatecall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n *\n * _Available since v4.8._\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n if (success) {\n if (returndata.length == 0) {\n // only check isContract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n require(isContract(target), \"Address: call to non-contract\");\n }\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n * revert reason or using the provided one.\n *\n * _Available since v4.3._\n */\n function verifyCallResult(\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal pure returns (bytes memory) {\n if (success) {\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\n // Look for revert reason and bubble it up if present\n if (returndata.length > 0) {\n // The easiest way to bubble the revert reason is using memory via assembly\n /// @solidity memory-safe-assembly\n assembly {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert(errorMessage);\n }\n }\n}\n"},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\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 /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[50] private __gap;\n}\n"},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"content":"// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 standard as defined in the EIP.\n */\ninterface IERC20 {\n /**\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\n * another (`to`).\n *\n * Note that `value` may be zero.\n */\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n /**\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\n * a call to {approve}. `value` is the new allowance.\n */\n event Approval(address indexed owner, address indexed spender, uint256 value);\n\n /**\n * @dev Returns the amount of tokens in existence.\n */\n function totalSupply() external view returns (uint256);\n\n /**\n * @dev Returns the amount of tokens owned by `account`.\n */\n function balanceOf(address account) external view returns (uint256);\n\n /**\n * @dev Moves `amount` tokens from the caller's account to `to`.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transfer(address to, uint256 amount) external returns (bool);\n\n /**\n * @dev Returns the remaining number of tokens that `spender` will be\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\n * zero by default.\n *\n * This value changes when {approve} or {transferFrom} are called.\n */\n function allowance(address owner, address spender) external view returns (uint256);\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\n * that someone may use both the old and the new allowance by unfortunate\n * transaction ordering. One possible solution to mitigate this race\n * condition is to first reduce the spender's allowance to 0 and set the\n * desired value afterwards:\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n *\n * Emits an {Approval} event.\n */\n function approve(address spender, uint256 amount) external returns (bool);\n\n /**\n * @dev Moves `amount` tokens from `from` to `to` using the\n * allowance mechanism. `amount` is then deducted from the caller's\n * allowance.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\n}\n"},"contracts/GatewaySettingManager.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\n\n/**\n * @title GatewaySettingManager\n * @dev This contract manages the settings and configurations for the Gateway protocol.\n */\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\n\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\n\tuint256 internal MAX_BPS;\n\tuint64 internal protocolFeePercent;\n\taddress internal treasuryAddress;\n\taddress internal _aggregatorAddress;\n\n\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\n\tuint256[50] private __gap;\n\n\tmapping(address => uint256) internal _isTokenSupported;\n\n\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\n\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\n\n\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\n\tevent SupportedInstitutionsUpdated(\n\t\tbytes32 indexed currency,\n\t\tSharedStructs.Institution[] institutions\n\t);\n\tevent ProtocolFeeUpdated(uint64 protocolFee);\n\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\n\tevent SetFeeRecipient(address indexed treasuryAddress);\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\n\t/**\n\t * @dev Sets the boolean value for a specific setting.\n\t * @param what The setting to be updated.\n\t * @param value The address or value associated with the setting.\n\t * @param status The boolean value to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\trequire(status == 1 || status == 2, 'Gateway: invalid status');\n\t\tif (what == 'token') {\n\t\t\t_isTokenSupported[value] = status;\n\t\t\temit SettingManagerBool(what, value, status);\n\t\t}\n\t}\n\n\t/**\n\t * @dev Sets the supported institutions for a specific currency.\n\t * @param currency The currency for which the institutions are being set.\n\t * @param institutions The array of institutions to be set.\n\t */\n\tfunction setSupportedInstitutions(\n\t\tbytes32 currency,\n\t\tSharedStructs.Institution[] memory institutions\n\t) external onlyOwner {\n\t\tdelete supportedInstitutions[currency];\n\t\tfor (uint i; i < institutions.length; ) {\n\t\t\tsupportedInstitutions[currency].push(institutions[i]);\n\t\t\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\n\t\t\t\tname: institutions[i].name,\n\t\t\t\tcurrency: currency\n\t\t\t});\n\t\t\tunchecked {\n\t\t\t\t++i;\n\t\t\t}\n\t\t}\n\t\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\n\t}\n\n\t/**\n\t * @dev Updates the protocol fee percentage.\n\t * @param _protocolFeePercent The new protocol fee percentage to be set.\n\t */\n\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\n\t\tprotocolFeePercent = _protocolFeePercent;\n\t\temit ProtocolFeeUpdated(_protocolFeePercent);\n\t}\n\n\t/**\n\t * @dev Updates a protocol address.\n\t * @param what The address type to be updated (treasury or aggregator).\n\t * @param value The new address to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\tbool updated;\n\t\tif (what == 'treasury') {\n\t\t\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\n\t\t\ttreasuryAddress = value;\n\t\t\tupdated = true;\n\t\t} else if (what == 'aggregator') {\n\t\t\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\n\t\t\t_aggregatorAddress = value;\n\t\t\tupdated = true;\n\t\t}\n\t\tif (updated) {\n\t\t\temit ProtocolAddressUpdated(what, value);\n\t\t}\n\t}\n}\n"},"contracts/GatewayV2.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\n\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\n/**\n * @title Gateway\n * @notice This contract serves as a gateway for creating orders and managing settlements.\n */\ncontract GatewayV2 is IGateway, GatewaySettingManager, PausableUpgradeable {\n\tstruct fee {\n\t\tuint256 protocolFee;\n\t\tuint256 liquidityProviderAmount;\n\t}\n\n\tmapping(bytes32 => Order) private order;\n\tmapping(address => uint256) private _nonce;\n\tuint256[50] private __gap;\n\n\t/// @custom:oz-upgrades-unsafe-allow constructor\n\tconstructor() {\n\t\t_disableInitializers();\n\t}\n\n\t/**\n\t * @dev Initialize function.\n\t */\n\tfunction initialize() external initializer {\n\t\tMAX_BPS = 100_000;\n\t\t__Ownable2Step_init();\n\t\t__Pausable_init();\n\t}\n\n\t/**\n\t * @dev Modifier that allows only the aggregator to call a function.\n\t */\n\tmodifier onlyAggregator() {\n\t\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\n\t\t_;\n\t}\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\t/**\n\t * @dev Pause the contract.\n\t */\n\tfunction pause() external onlyOwner {\n\t\t_pause();\n\t}\n\n\t/**\n\t * @dev Unpause the contract.\n\t */\n\tfunction unpause() external onlyOwner {\n\t\t_unpause();\n\t}\n\n\t/* ##################################################################\n USER CALLS\n ################################################################## */\n\t/** @dev See {createOrder-IGateway}. */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external whenNotPaused returns (bytes32 orderId) {\n\t\t// checks that are required\n\t\t_handler(_token, _amount, _refundAddress, _senderFeeRecipient, _senderFee);\n\n\t\t// validate messageHash\n\t\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\n\n\t\t// transfer token from msg.sender to contract\n\t\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\n\n\t\t// increase users nonce to avoid replay attacks\n\t\t_nonce[msg.sender]++;\n\n\t\t// generate transaction id for the transaction\n\t\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\n\n\t\t// update transaction\n\t\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\n\t\torder[orderId] = Order({\n\t\t\tsender: msg.sender,\n\t\t\ttoken: _token,\n\t\t\tsenderFeeRecipient: _senderFeeRecipient,\n\t\t\tsenderFee: _senderFee,\n\t\t\tprotocolFee: _protocolFee,\n\t\t\tisFulfilled: false,\n\t\t\tisRefunded: false,\n\t\t\trefundAddress: _refundAddress,\n\t\t\tcurrentBPS: uint64(MAX_BPS),\n\t\t\tamount: _amount - _protocolFee\n\t\t});\n\n\t\t// emit order created event\n\t\temit OrderCreated(\n\t\t\torder[orderId].sender,\n\t\t\t_token,\n\t\t\torder[orderId].amount,\n\t\t\t_protocolFee,\n\t\t\torderId,\n\t\t\t_rate,\n\t\t\t_institutionCode,\n\t\t\tmessageHash\n\t\t);\n\t}\n\n\t/**\n\t * @dev Internal function to handle order creation.\n\t * @param _token The address of the token being traded.\n\t * @param _amount The amount of tokens being traded.\n\t * @param _refundAddress The address to refund the tokens in case of cancellation.\n\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\n\t * @param _senderFee The amount of the sender fee.\n\t */\n\tfunction _handler(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\taddress _refundAddress,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee\n\t) internal view {\n\t\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\n\t\trequire(_amount != 0, 'AmountIsZero');\n\t\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\n\n\t\tif (_senderFee != 0) {\n\t\t\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\n\t\t}\n\t}\n\n\t/* ##################################################################\n AGGREGATOR FUNCTIONS\n ################################################################## */\n\t/** @dev See {settle-IGateway}. */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\n\t\t// load the token into memory\n\t\taddress token = order[_orderId].token;\n\n\t\t// subtract sum of amount based on the input _settlePercent\n\t\torder[_orderId].currentBPS -= _settlePercent;\n\n\t\tif (order[_orderId].currentBPS == 0) {\n\t\t\t// update the transaction to be fulfilled\n\t\t\torder[_orderId].isFulfilled = true;\n\n\t\t\tif (order[_orderId].senderFee != 0) {\n\t\t\t\t// transfer sender fee\n\t\t\t\tIERC20(order[_orderId].token).transfer(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\n\t\t\t\t// emit event\n\t\t\t\temit SenderFeeTransferred(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tif (order[_orderId].protocolFee != 0) {\n\t\t\t\t// transfer protocol fee\n\t\t\t\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\n\t\t\t}\n\t\t}\n\n\t\t// transfer to liquidity provider\n\t\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\n\t\torder[_orderId].amount -= liquidityProviderAmount;\n\t\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\n\n\t\t// emit settled event\n\t\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\n\n\t\treturn true;\n\t}\n\n\t/** @dev See {refund-IGateway}. */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\t\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\n\n\t\t// transfer refund fee to the treasury\n\t\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\n\n\t\t// reset state values\n\t\torder[_orderId].isRefunded = true;\n\t\torder[_orderId].currentBPS = 0;\n\n\t\t// deduct fee from order amount\n\t\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\n\n\t\t// transfer refund amount and sender fee to the refund address\n\t\tIERC20(order[_orderId].token).transfer(\n\t\t\torder[_orderId].refundAddress,\n\t\t\trefundAmount + order[_orderId].senderFee\n\t\t);\n\n\t\t// emit refunded event\n\t\temit OrderRefunded(_fee, _orderId);\n\n\t\treturn true;\n\t}\n\n\t/* ##################################################################\n VIEW CALLS\n ################################################################## */\n\t/** @dev See {getOrderInfo-IGateway}. */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\n\t\treturn order[_orderId];\n\t}\n\n\t/** @dev See {isTokenSupported-IGateway}. */\n\tfunction isTokenSupported(address _token) external view returns (bool) {\n\t\tif (_isTokenSupported[_token] == 1) return true;\n\t\treturn false;\n\t}\n\n\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory) {\n\t\treturn supportedInstitutionsByCode[_code];\n\t}\n\n\t/** @dev See {getSupportedInstitutions-IGateway}. */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory) {\n\t\treturn supportedInstitutions[_currency];\n\t}\n\n\t/** @dev See {getFeeDetails-IGateway}. */\n\tfunction getFeeDetails() external view returns (uint64, uint256) {\n\t\treturn (protocolFeePercent, MAX_BPS);\n\t}\n}\n"},"contracts/interfaces/IGateway.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\n\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\n\n/**\n * @title IGateway\n * @notice Interface for the Gateway contract.\n */\ninterface IGateway {\n\t/* ##################################################################\n EVENTS\n ################################################################## */\n\t/**\n\t * @dev Emitted when a deposit is made.\n\t * @param sender The address of the sender.\n\t * @param token The address of the deposited token.\n\t * @param amount The amount of the deposit.\n\t * @param orderId The ID of the order.\n\t * @param rate The rate at which the deposit is made.\n\t * @param institutionCode The code of the institution.\n\t * @param messageHash The hash of the message.\n\t */\n\tevent OrderCreated(\n\t\taddress indexed sender,\n\t\taddress indexed token,\n\t\tuint256 indexed amount,\n\t\tuint256 protocolFee,\n\t\tbytes32 orderId,\n\t\tuint256 rate,\n\t\tbytes32 institutionCode,\n\t\tstring messageHash\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator settles a transaction.\n\t * @param splitOrderId The ID of the split order.\n\t * @param orderId The ID of the order.\n\t * @param liquidityProvider The address of the liquidity provider.\n\t * @param settlePercent The percentage at which the transaction is settled.\n\t */\n\tevent OrderSettled(\n\t\tbytes32 splitOrderId,\n\t\tbytes32 indexed orderId,\n\t\taddress indexed liquidityProvider,\n\t\tuint96 settlePercent\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator refunds a transaction.\n\t * @param fee The fee deducted from the refund amount.\n\t * @param orderId The ID of the order.\n\t */\n\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\n\n\t/**\n\t * @dev Emitted when the sender's fee is transferred.\n\t * @param sender The address of the sender.\n\t * @param amount The amount of the fee transferred.\n\t */\n\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\n\n\t/* ##################################################################\n STRUCTS\n ################################################################## */\n\t/**\n\t * @dev Struct representing transaction metadata.\n\t * @param identifier The identifier of the transaction.\n\t * @param institution The institution of the transaction.\n\t * @param name The name of the transaction.\n\t * @param currency The currency of the transaction.\n\t * @param liquidityProviderID The ID of the liquidity provider.\n\t */\n\tstruct TransactionMetadata {\n\t\tbytes8 identifier;\n\t\tbytes8 institution;\n\t\tbytes8 name;\n\t\tbytes8 currency;\n\t\tuint256 liquidityProviderID;\n\t}\n\n\t/**\n\t * @dev Struct representing an order.\n\t * @param sender The address of the sender.\n\t * @param token The address of the token.\n\t * @param senderFeeRecipient The address of the sender fee recipient.\n\t * @param senderFee The fee to be paid to the sender fee recipient.\n\t * @param protocolFee The protocol fee to be paid.\n\t * @param isFulfilled Whether the order is fulfilled.\n\t * @param isRefunded Whether the order is refunded.\n\t * @param refundAddress The address to which the refund is made.\n\t * @param currentBPS The current basis points.\n\t * @param amount The amount of the order.\n\t */\n\tstruct Order {\n\t\taddress sender;\n\t\taddress token;\n\t\taddress senderFeeRecipient;\n\t\tuint256 senderFee;\n\t\tuint256 protocolFee;\n\t\tbool isFulfilled;\n\t\tbool isRefunded;\n\t\taddress refundAddress;\n\t\tuint96 currentBPS;\n\t\tuint256 amount;\n\t}\n\n\t/* ##################################################################\n EXTERNAL CALLS\n ################################################################## */\n\t/**\n\t * @notice Locks the sender's amount of token into Gateway.\n\t * @dev Requirements:\n\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n\t * - `_token` must be an acceptable token. See {isTokenSupported}.\n\t * - `amount` must be greater than minimum.\n\t * - `_refundAddress` refund address must not be zero address.\n\t * @param _token The address of the token.\n\t * @param _amount The amount in the decimal of `_token` to be locked.\n\t * @param _institutionCode The institution code of the sender.\n\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n\t * @param messageHash The hash of the message.\n\t * @return _orderId The ID of the order.\n\t */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external returns (bytes32 _orderId);\n\n\t/**\n\t * @notice Settles a transaction and distributes rewards accordingly.\n\t * @param _splitOrderId The ID of the split order.\n\t * @param _orderId The ID of the transaction.\n\t * @param _liquidityProvider The address of the liquidity provider.\n\t * @param _settlePercent The rate at which the transaction is settled.\n\t * @return bool the settlement is successful.\n\t */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external returns (bool);\n\n\t/**\n\t * @notice Refunds to the specified refundable address.\n\t * @dev Requirements:\n\t * - Only aggregators can call this function.\n\t * @param _fee The amount to be deducted from the amount to be refunded.\n\t * @param _orderId The ID of the transaction.\n\t * @return bool the refund is successful.\n\t */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\n\n\t/**\n\t * @notice Checks if a token is supported by Gateway.\n\t * @param _token The address of the token to check.\n\t * @return bool the token is supported.\n\t */\n\tfunction isTokenSupported(address _token) external view returns (bool);\n\n\t/**\n\t * @notice Gets the details of an order.\n\t * @param _orderId The ID of the order.\n\t * @return Order The order details.\n\t */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\n\n\t/**\n\t * @notice Gets the fee details of Gateway.\n\t * @return protocolReward The protocol reward amount.\n\t * @return max_bps The maximum basis points.\n\t */\n\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\n\n\t/**\n\t * @notice Gets the details of a supported institution by code.\n\t * @param _code The institution code.\n\t * @return InstitutionByCode The institution details.\n\t */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory);\n\n\t/**\n\t * @notice Gets the details of supported institutions by currency.\n\t * @param _currency The currency code.\n\t * @return Institutions An array of institutions.\n\t */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory);\n}\n"},"contracts/libraries/SharedStructs.sol":{"content":"// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nlibrary SharedStructs {\n /**\n * @dev Struct representing an institution.\n * @param code The code of the institution.\n * @param name The name of the institution.\n */\n struct Institution {\n bytes32 code;\n bytes32 name;\n }\n\n /**\n * @dev Struct representing an institution by code.\n * @param name The name of the institution.\n * @param currency The currency of the institution.\n */\n struct InstitutionByCode {\n bytes32 name;\n bytes32 currency;\n }\n}"}},"settings":{"optimizer":{"enabled":false,"runs":200},"outputSelection":{"*":{"*":["abi","evm.bytecode","evm.deployedBytecode","evm.methodIdentifiers","metadata","devdoc","userdoc","storageLayout","evm.gasEstimates"],"":["ast"]}},"metadata":{"useLiteralContent":true}}},"output":{"sources":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239]},"id":107,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":1,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"107:23:0"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","file":"./OwnableUpgradeable.sol","id":2,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":240,"src":"132:34:0","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":4,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":107,"sourceUnit":409,"src":"167:63:0","symbolAliases":[{"foreign":{"id":3,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"175:13:0","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":6,"name":"Initializable","nameLocations":["719:13:0"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"719:13:0"},"id":7,"nodeType":"InheritanceSpecifier","src":"719:13:0"},{"baseName":{"id":8,"name":"OwnableUpgradeable","nameLocations":["734:18:0"],"nodeType":"IdentifierPath","referencedDeclaration":239,"src":"734:18:0"},"id":9,"nodeType":"InheritanceSpecifier","src":"734:18:0"}],"canonicalName":"Ownable2StepUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":5,"nodeType":"StructuredDocumentation","src":"232:441:0","text":" @dev Contract module which provides access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership} and {acceptOwnership}.\n This module is used through inheritance. It will make available all functions\n from parent (Ownable)."},"fullyImplemented":true,"id":106,"linearizedBaseContracts":[106,239,917,408],"name":"Ownable2StepUpgradeable","nameLocation":"692:23:0","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":11,"mutability":"mutable","name":"_pendingOwner","nameLocation":"775:13:0","nodeType":"VariableDeclaration","scope":106,"src":"759:29:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":10,"name":"address","nodeType":"ElementaryTypeName","src":"759:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700","id":17,"name":"OwnershipTransferStarted","nameLocation":"801:24:0","nodeType":"EventDefinition","parameters":{"id":16,"nodeType":"ParameterList","parameters":[{"constant":false,"id":13,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"842:13:0","nodeType":"VariableDeclaration","scope":17,"src":"826:29:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":12,"name":"address","nodeType":"ElementaryTypeName","src":"826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":15,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"873:8:0","nodeType":"VariableDeclaration","scope":17,"src":"857:24:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":14,"name":"address","nodeType":"ElementaryTypeName","src":"857:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"825:57:0"},"src":"795:88:0"},{"body":{"id":25,"nodeType":"Block","src":"946:43:0","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":22,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"956:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":23,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"956:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":24,"nodeType":"ExpressionStatement","src":"956:26:0"}]},"id":26,"implemented":true,"kind":"function","modifiers":[{"id":20,"kind":"modifierInvocation","modifierName":{"id":19,"name":"onlyInitializing","nameLocations":["929:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"929:16:0"},"nodeType":"ModifierInvocation","src":"929:16:0"}],"name":"__Ownable2Step_init","nameLocation":"898:19:0","nodeType":"FunctionDefinition","parameters":{"id":18,"nodeType":"ParameterList","parameters":[],"src":"917:2:0"},"returnParameters":{"id":21,"nodeType":"ParameterList","parameters":[],"src":"946:0:0"},"scope":106,"src":"889:100:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":31,"nodeType":"Block","src":"1062:7:0","statements":[]},"id":32,"implemented":true,"kind":"function","modifiers":[{"id":29,"kind":"modifierInvocation","modifierName":{"id":28,"name":"onlyInitializing","nameLocations":["1045:16:0"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1045:16:0"},"nodeType":"ModifierInvocation","src":"1045:16:0"}],"name":"__Ownable2Step_init_unchained","nameLocation":"1004:29:0","nodeType":"FunctionDefinition","parameters":{"id":27,"nodeType":"ParameterList","parameters":[],"src":"1033:2:0"},"returnParameters":{"id":30,"nodeType":"ParameterList","parameters":[],"src":"1062:0:0"},"scope":106,"src":"995:74:0","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":40,"nodeType":"Block","src":"1206:37:0","statements":[{"expression":{"id":38,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1223:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":37,"id":39,"nodeType":"Return","src":"1216:20:0"}]},"documentation":{"id":33,"nodeType":"StructuredDocumentation","src":"1074:65:0","text":" @dev Returns the address of the pending owner."},"functionSelector":"e30c3978","id":41,"implemented":true,"kind":"function","modifiers":[],"name":"pendingOwner","nameLocation":"1153:12:0","nodeType":"FunctionDefinition","parameters":{"id":34,"nodeType":"ParameterList","parameters":[],"src":"1165:2:0"},"returnParameters":{"id":37,"nodeType":"ParameterList","parameters":[{"constant":false,"id":36,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":41,"src":"1197:7:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":35,"name":"address","nodeType":"ElementaryTypeName","src":"1197:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1196:9:0"},"scope":106,"src":"1144:99:0","stateMutability":"view","virtual":true,"visibility":"public"},{"baseFunctions":[213],"body":{"id":60,"nodeType":"Block","src":"1515:99:0","statements":[{"expression":{"id":52,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":50,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1525:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":51,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1541:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1525:24:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":53,"nodeType":"ExpressionStatement","src":"1525:24:0"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":55,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1589:5:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":56,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1589:7:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":57,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":44,"src":"1598:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":54,"name":"OwnershipTransferStarted","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":17,"src":"1564:24:0","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":58,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1564:43:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":59,"nodeType":"EmitStatement","src":"1559:48:0"}]},"documentation":{"id":42,"nodeType":"StructuredDocumentation","src":"1249:182:0","text":" @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":61,"implemented":true,"kind":"function","modifiers":[{"id":48,"kind":"modifierInvocation","modifierName":{"id":47,"name":"onlyOwner","nameLocations":["1505:9:0"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1505:9:0"},"nodeType":"ModifierInvocation","src":"1505:9:0"}],"name":"transferOwnership","nameLocation":"1445:17:0","nodeType":"FunctionDefinition","overrides":{"id":46,"nodeType":"OverrideSpecifier","overrides":[],"src":"1496:8:0"},"parameters":{"id":45,"nodeType":"ParameterList","parameters":[{"constant":false,"id":44,"mutability":"mutable","name":"newOwner","nameLocation":"1471:8:0","nodeType":"VariableDeclaration","scope":61,"src":"1463:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":43,"name":"address","nodeType":"ElementaryTypeName","src":"1463:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1462:18:0"},"returnParameters":{"id":49,"nodeType":"ParameterList","parameters":[],"src":"1515:0:0"},"scope":106,"src":"1436:178:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"baseFunctions":[233],"body":{"id":77,"nodeType":"Block","src":"1870:81:0","statements":[{"expression":{"id":69,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"1880:20:0","subExpression":{"id":68,"name":"_pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":11,"src":"1887:13:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":70,"nodeType":"ExpressionStatement","src":"1880:20:0"},{"expression":{"arguments":[{"id":74,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":64,"src":"1935:8:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":71,"name":"super","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-25,"src":"1910:5:0","typeDescriptions":{"typeIdentifier":"t_type$_t_super$_Ownable2StepUpgradeable_$106_$","typeString":"type(contract super Ownable2StepUpgradeable)"}},"id":73,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1916:18:0","memberName":"_transferOwnership","nodeType":"MemberAccess","referencedDeclaration":233,"src":"1910:24:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":75,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1910:34:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":76,"nodeType":"ExpressionStatement","src":"1910:34:0"}]},"documentation":{"id":62,"nodeType":"StructuredDocumentation","src":"1620:173:0","text":" @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n Internal function without access restriction."},"id":78,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"1807:18:0","nodeType":"FunctionDefinition","overrides":{"id":66,"nodeType":"OverrideSpecifier","overrides":[],"src":"1861:8:0"},"parameters":{"id":65,"nodeType":"ParameterList","parameters":[{"constant":false,"id":64,"mutability":"mutable","name":"newOwner","nameLocation":"1834:8:0","nodeType":"VariableDeclaration","scope":78,"src":"1826:16:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":63,"name":"address","nodeType":"ElementaryTypeName","src":"1826:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1825:18:0"},"returnParameters":{"id":67,"nodeType":"ParameterList","parameters":[],"src":"1870:0:0"},"scope":106,"src":"1798:153:0","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":99,"nodeType":"Block","src":"2073:170:0","statements":[{"assignments":[83],"declarations":[{"constant":false,"id":83,"mutability":"mutable","name":"sender","nameLocation":"2091:6:0","nodeType":"VariableDeclaration","scope":99,"src":"2083:14:0","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":82,"name":"address","nodeType":"ElementaryTypeName","src":"2083:7:0","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":86,"initialValue":{"arguments":[],"expression":{"argumentTypes":[],"id":84,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2100:10:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":85,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2100:12:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2083:29:0"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":91,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":88,"name":"pendingOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":41,"src":"2130:12:0","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":89,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2130:14:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":90,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2148:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2130:24:0","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572","id":92,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2156:43:0","typeDescriptions":{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""},"value":"Ownable2Step: caller is not the new owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","typeString":"literal_string \"Ownable2Step: caller is not the new owner\""}],"id":87,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2122:7:0","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":93,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2122:78:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":94,"nodeType":"ExpressionStatement","src":"2122:78:0"},{"expression":{"arguments":[{"id":96,"name":"sender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":83,"src":"2229:6:0","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":95,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[78],"referencedDeclaration":78,"src":"2210:18:0","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":97,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2210:26:0","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":98,"nodeType":"ExpressionStatement","src":"2210:26:0"}]},"documentation":{"id":79,"nodeType":"StructuredDocumentation","src":"1957:69:0","text":" @dev The new owner accepts the ownership transfer."},"functionSelector":"79ba5097","id":100,"implemented":true,"kind":"function","modifiers":[],"name":"acceptOwnership","nameLocation":"2040:15:0","nodeType":"FunctionDefinition","parameters":{"id":80,"nodeType":"ParameterList","parameters":[],"src":"2055:2:0"},"returnParameters":{"id":81,"nodeType":"ParameterList","parameters":[],"src":"2073:0:0"},"scope":106,"src":"2031:212:0","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"constant":false,"documentation":{"id":101,"nodeType":"StructuredDocumentation","src":"2249:254:0","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":105,"mutability":"mutable","name":"__gap","nameLocation":"2528:5:0","nodeType":"VariableDeclaration","scope":106,"src":"2508:25:0","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":102,"name":"uint256","nodeType":"ElementaryTypeName","src":"2508:7:0","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":104,"length":{"hexValue":"3439","id":103,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2516:2:0","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"2508:11:0","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":107,"src":"674:1862:0","usedErrors":[]}],"src":"107:2430:0"},"id":0},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"OwnableUpgradeable":[239]},"id":240,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":108,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"102:23:1"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":109,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":918,"src":"127:41:1","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":111,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":240,"sourceUnit":409,"src":"169:63:1","symbolAliases":[{"foreign":{"id":110,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"177:13:1","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":113,"name":"Initializable","nameLocations":["769:13:1"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"769:13:1"},"id":114,"nodeType":"InheritanceSpecifier","src":"769:13:1"},{"baseName":{"id":115,"name":"ContextUpgradeable","nameLocations":["784:18:1"],"nodeType":"IdentifierPath","referencedDeclaration":917,"src":"784:18:1"},"id":116,"nodeType":"InheritanceSpecifier","src":"784:18:1"}],"canonicalName":"OwnableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":112,"nodeType":"StructuredDocumentation","src":"234:494:1","text":" @dev Contract module which provides a basic access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership}.\n This module is used through inheritance. It will make available the modifier\n `onlyOwner`, which can be applied to your functions to restrict their use to\n the owner."},"fullyImplemented":true,"id":239,"linearizedBaseContracts":[239,917,408],"name":"OwnableUpgradeable","nameLocation":"747:18:1","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":118,"mutability":"mutable","name":"_owner","nameLocation":"825:6:1","nodeType":"VariableDeclaration","scope":239,"src":"809:22:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":117,"name":"address","nodeType":"ElementaryTypeName","src":"809:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"private"},{"anonymous":false,"eventSelector":"8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0","id":124,"name":"OwnershipTransferred","nameLocation":"844:20:1","nodeType":"EventDefinition","parameters":{"id":123,"nodeType":"ParameterList","parameters":[{"constant":false,"id":120,"indexed":true,"mutability":"mutable","name":"previousOwner","nameLocation":"881:13:1","nodeType":"VariableDeclaration","scope":124,"src":"865:29:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":119,"name":"address","nodeType":"ElementaryTypeName","src":"865:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":122,"indexed":true,"mutability":"mutable","name":"newOwner","nameLocation":"912:8:1","nodeType":"VariableDeclaration","scope":124,"src":"896:24:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":121,"name":"address","nodeType":"ElementaryTypeName","src":"896:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"864:57:1"},"src":"838:84:1"},{"body":{"id":133,"nodeType":"Block","src":"1076:43:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":130,"name":"__Ownable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":145,"src":"1086:24:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":131,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1086:26:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":132,"nodeType":"ExpressionStatement","src":"1086:26:1"}]},"documentation":{"id":125,"nodeType":"StructuredDocumentation","src":"928:91:1","text":" @dev Initializes the contract setting the deployer as the initial owner."},"id":134,"implemented":true,"kind":"function","modifiers":[{"id":128,"kind":"modifierInvocation","modifierName":{"id":127,"name":"onlyInitializing","nameLocations":["1059:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1059:16:1"},"nodeType":"ModifierInvocation","src":"1059:16:1"}],"name":"__Ownable_init","nameLocation":"1033:14:1","nodeType":"FunctionDefinition","parameters":{"id":126,"nodeType":"ParameterList","parameters":[],"src":"1047:2:1"},"returnParameters":{"id":129,"nodeType":"ParameterList","parameters":[],"src":"1076:0:1"},"scope":239,"src":"1024:95:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":144,"nodeType":"Block","src":"1187:49:1","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":140,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"1216:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":141,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1216:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":139,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"1197:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":142,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1197:32:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":143,"nodeType":"ExpressionStatement","src":"1197:32:1"}]},"id":145,"implemented":true,"kind":"function","modifiers":[{"id":137,"kind":"modifierInvocation","modifierName":{"id":136,"name":"onlyInitializing","nameLocations":["1170:16:1"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1170:16:1"},"nodeType":"ModifierInvocation","src":"1170:16:1"}],"name":"__Ownable_init_unchained","nameLocation":"1134:24:1","nodeType":"FunctionDefinition","parameters":{"id":135,"nodeType":"ParameterList","parameters":[],"src":"1158:2:1"},"returnParameters":{"id":138,"nodeType":"ParameterList","parameters":[],"src":"1187:0:1"},"scope":239,"src":"1125:111:1","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":152,"nodeType":"Block","src":"1345:41:1","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":148,"name":"_checkOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":176,"src":"1355:11:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":149,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1355:13:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":150,"nodeType":"ExpressionStatement","src":"1355:13:1"},{"id":151,"nodeType":"PlaceholderStatement","src":"1378:1:1"}]},"documentation":{"id":146,"nodeType":"StructuredDocumentation","src":"1242:77:1","text":" @dev Throws if called by any account other than the owner."},"id":153,"name":"onlyOwner","nameLocation":"1333:9:1","nodeType":"ModifierDefinition","parameters":{"id":147,"nodeType":"ParameterList","parameters":[],"src":"1342:2:1"},"src":"1324:62:1","virtual":false,"visibility":"internal"},{"body":{"id":161,"nodeType":"Block","src":"1517:30:1","statements":[{"expression":{"id":159,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"1534:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":158,"id":160,"nodeType":"Return","src":"1527:13:1"}]},"documentation":{"id":154,"nodeType":"StructuredDocumentation","src":"1392:65:1","text":" @dev Returns the address of the current owner."},"functionSelector":"8da5cb5b","id":162,"implemented":true,"kind":"function","modifiers":[],"name":"owner","nameLocation":"1471:5:1","nodeType":"FunctionDefinition","parameters":{"id":155,"nodeType":"ParameterList","parameters":[],"src":"1476:2:1"},"returnParameters":{"id":158,"nodeType":"ParameterList","parameters":[{"constant":false,"id":157,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":162,"src":"1508:7:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":156,"name":"address","nodeType":"ElementaryTypeName","src":"1508:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1507:9:1"},"scope":239,"src":"1462:85:1","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":175,"nodeType":"Block","src":"1665:85:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":171,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":167,"name":"owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":162,"src":"1683:5:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":168,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1683:7:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":169,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"1694:10:1","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":170,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1694:12:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1683:23:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","id":172,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1708:34:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""},"value":"Ownable: caller is not the owner"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","typeString":"literal_string \"Ownable: caller is not the owner\""}],"id":166,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1675:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":173,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1675:68:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":174,"nodeType":"ExpressionStatement","src":"1675:68:1"}]},"documentation":{"id":163,"nodeType":"StructuredDocumentation","src":"1553:62:1","text":" @dev Throws if the sender is not the owner."},"id":176,"implemented":true,"kind":"function","modifiers":[],"name":"_checkOwner","nameLocation":"1629:11:1","nodeType":"FunctionDefinition","parameters":{"id":164,"nodeType":"ParameterList","parameters":[],"src":"1640:2:1"},"returnParameters":{"id":165,"nodeType":"ParameterList","parameters":[],"src":"1665:0:1"},"scope":239,"src":"1620:130:1","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":189,"nodeType":"Block","src":"2139:47:1","statements":[{"expression":{"arguments":[{"arguments":[{"hexValue":"30","id":185,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2176: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":184,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2168:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":183,"name":"address","nodeType":"ElementaryTypeName","src":"2168:7:1","typeDescriptions":{}}},"id":186,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2168:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":182,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2149:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":187,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2149:30:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":188,"nodeType":"ExpressionStatement","src":"2149:30:1"}]},"documentation":{"id":177,"nodeType":"StructuredDocumentation","src":"1756:324:1","text":" @dev Leaves the contract without owner. It will not be possible to call\n `onlyOwner` functions. Can only be called by the current owner.\n NOTE: Renouncing ownership will leave the contract without an owner,\n thereby disabling any functionality that is only available to the owner."},"functionSelector":"715018a6","id":190,"implemented":true,"kind":"function","modifiers":[{"id":180,"kind":"modifierInvocation","modifierName":{"id":179,"name":"onlyOwner","nameLocations":["2129:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2129:9:1"},"nodeType":"ModifierInvocation","src":"2129:9:1"}],"name":"renounceOwnership","nameLocation":"2094:17:1","nodeType":"FunctionDefinition","parameters":{"id":178,"nodeType":"ParameterList","parameters":[],"src":"2111:2:1"},"returnParameters":{"id":181,"nodeType":"ParameterList","parameters":[],"src":"2139:0:1"},"scope":239,"src":"2085:101:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":212,"nodeType":"Block","src":"2405:128:1","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":204,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":199,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2423:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":202,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2443: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":201,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2435:7:1","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":200,"name":"address","nodeType":"ElementaryTypeName","src":"2435:7:1","typeDescriptions":{}}},"id":203,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2435:10:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2423:22:1","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373","id":205,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2447:40:1","typeDescriptions":{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""},"value":"Ownable: new owner is the zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe","typeString":"literal_string \"Ownable: new owner is the zero address\""}],"id":198,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2415:7:1","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":206,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2415:73:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":207,"nodeType":"ExpressionStatement","src":"2415:73:1"},{"expression":{"arguments":[{"id":209,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":193,"src":"2517:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":208,"name":"_transferOwnership","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":233,"src":"2498:18:1","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":210,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2498:28:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":211,"nodeType":"ExpressionStatement","src":"2498:28:1"}]},"documentation":{"id":191,"nodeType":"StructuredDocumentation","src":"2192:138:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Can only be called by the current owner."},"functionSelector":"f2fde38b","id":213,"implemented":true,"kind":"function","modifiers":[{"id":196,"kind":"modifierInvocation","modifierName":{"id":195,"name":"onlyOwner","nameLocations":["2395:9:1"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2395:9:1"},"nodeType":"ModifierInvocation","src":"2395:9:1"}],"name":"transferOwnership","nameLocation":"2344:17:1","nodeType":"FunctionDefinition","parameters":{"id":194,"nodeType":"ParameterList","parameters":[{"constant":false,"id":193,"mutability":"mutable","name":"newOwner","nameLocation":"2370:8:1","nodeType":"VariableDeclaration","scope":213,"src":"2362:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":192,"name":"address","nodeType":"ElementaryTypeName","src":"2362:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2361:18:1"},"returnParameters":{"id":197,"nodeType":"ParameterList","parameters":[],"src":"2405:0:1"},"scope":239,"src":"2335:198:1","stateMutability":"nonpayable","virtual":true,"visibility":"public"},{"body":{"id":232,"nodeType":"Block","src":"2750:124:1","statements":[{"assignments":[220],"declarations":[{"constant":false,"id":220,"mutability":"mutable","name":"oldOwner","nameLocation":"2768:8:1","nodeType":"VariableDeclaration","scope":232,"src":"2760:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":219,"name":"address","nodeType":"ElementaryTypeName","src":"2760:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":222,"initialValue":{"id":221,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2779:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"2760:25:1"},{"expression":{"id":225,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":223,"name":"_owner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":118,"src":"2795:6:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":224,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2804:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"2795:17:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":226,"nodeType":"ExpressionStatement","src":"2795:17:1"},{"eventCall":{"arguments":[{"id":228,"name":"oldOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":220,"src":"2848:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":229,"name":"newOwner","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":216,"src":"2858:8:1","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"}],"id":227,"name":"OwnershipTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":124,"src":"2827:20:1","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$returns$__$","typeString":"function (address,address)"}},"id":230,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2827:40:1","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":231,"nodeType":"EmitStatement","src":"2822:45:1"}]},"documentation":{"id":214,"nodeType":"StructuredDocumentation","src":"2539:143:1","text":" @dev Transfers ownership of the contract to a new account (`newOwner`).\n Internal function without access restriction."},"id":233,"implemented":true,"kind":"function","modifiers":[],"name":"_transferOwnership","nameLocation":"2696:18:1","nodeType":"FunctionDefinition","parameters":{"id":217,"nodeType":"ParameterList","parameters":[{"constant":false,"id":216,"mutability":"mutable","name":"newOwner","nameLocation":"2723:8:1","nodeType":"VariableDeclaration","scope":233,"src":"2715:16:1","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":215,"name":"address","nodeType":"ElementaryTypeName","src":"2715:7:1","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"2714:18:1"},"returnParameters":{"id":218,"nodeType":"ParameterList","parameters":[],"src":"2750:0:1"},"scope":239,"src":"2687:187:1","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":234,"nodeType":"StructuredDocumentation","src":"2880:254:1","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":238,"mutability":"mutable","name":"__gap","nameLocation":"3159:5:1","nodeType":"VariableDeclaration","scope":239,"src":"3139:25:1","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":235,"name":"uint256","nodeType":"ElementaryTypeName","src":"3139:7:1","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":237,"length":{"hexValue":"3439","id":236,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3147:2:1","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3139:11:1","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":240,"src":"729:2438:1","usedErrors":[]}],"src":"102:3066:1"},"id":1},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","exportedSymbols":{"AddressUpgradeable":[866],"Initializable":[408]},"id":409,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":241,"literals":["solidity","^","0.8",".2"],"nodeType":"PragmaDirective","src":"113:23:2"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","file":"../../utils/AddressUpgradeable.sol","id":242,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":409,"sourceUnit":867,"src":"138:44:2","symbolAliases":[],"unitAlias":""},{"abstract":true,"baseContracts":[],"canonicalName":"Initializable","contractDependencies":[],"contractKind":"contract","documentation":{"id":243,"nodeType":"StructuredDocumentation","src":"184:2209:2","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":408,"linearizedBaseContracts":[408],"name":"Initializable","nameLocation":"2412:13:2","nodeType":"ContractDefinition","nodes":[{"constant":false,"documentation":{"id":244,"nodeType":"StructuredDocumentation","src":"2432:109:2","text":" @dev Indicates that the contract has been initialized.\n @custom:oz-retyped-from bool"},"id":246,"mutability":"mutable","name":"_initialized","nameLocation":"2560:12:2","nodeType":"VariableDeclaration","scope":408,"src":"2546:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":245,"name":"uint8","nodeType":"ElementaryTypeName","src":"2546:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"private"},{"constant":false,"documentation":{"id":247,"nodeType":"StructuredDocumentation","src":"2579:91:2","text":" @dev Indicates that the contract is in the process of being initialized."},"id":249,"mutability":"mutable","name":"_initializing","nameLocation":"2688:13:2","nodeType":"VariableDeclaration","scope":408,"src":"2675:26:2","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":248,"name":"bool","nodeType":"ElementaryTypeName","src":"2675:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"anonymous":false,"documentation":{"id":250,"nodeType":"StructuredDocumentation","src":"2708:90:2","text":" @dev Triggered when the contract has been initialized or reinitialized."},"eventSelector":"7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498","id":254,"name":"Initialized","nameLocation":"2809:11:2","nodeType":"EventDefinition","parameters":{"id":253,"nodeType":"ParameterList","parameters":[{"constant":false,"id":252,"indexed":false,"mutability":"mutable","name":"version","nameLocation":"2827:7:2","nodeType":"VariableDeclaration","scope":254,"src":"2821:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":251,"name":"uint8","nodeType":"ElementaryTypeName","src":"2821:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"2820:15:2"},"src":"2803:33:2"},{"body":{"id":309,"nodeType":"Block","src":"3269:483:2","statements":[{"assignments":[258],"declarations":[{"constant":false,"id":258,"mutability":"mutable","name":"isTopLevelCall","nameLocation":"3284:14:2","nodeType":"VariableDeclaration","scope":309,"src":"3279:19:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":257,"name":"bool","nodeType":"ElementaryTypeName","src":"3279:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":261,"initialValue":{"id":260,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3301:14:2","subExpression":{"id":259,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3302:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"VariableDeclarationStatement","src":"3279:36:2"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":282,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":267,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":263,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3347:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":266,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":264,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3365:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"hexValue":"31","id":265,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3380:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3365:16:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3347:34:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":268,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3346:36:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"components":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":280,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":276,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"3387:45:2","subExpression":{"arguments":[{"arguments":[{"id":273,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"3426:4:2","typeDescriptions":{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_Initializable_$408","typeString":"contract Initializable"}],"id":272,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3418:7:2","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":271,"name":"address","nodeType":"ElementaryTypeName","src":"3418:7:2","typeDescriptions":{}}},"id":274,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3418:13:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"expression":{"id":269,"name":"AddressUpgradeable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":866,"src":"3388:18:2","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_AddressUpgradeable_$866_$","typeString":"type(library AddressUpgradeable)"}},"id":270,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"3407:10:2","memberName":"isContract","nodeType":"MemberAccess","referencedDeclaration":554,"src":"3388:29:2","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":275,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3388:44:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":279,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":277,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3436:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":278,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3452:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3436:17:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3387:66:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}}],"id":281,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"3386:68:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"3346:108:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":283,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3468:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":262,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3325:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":284,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3325:201:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":285,"nodeType":"ExpressionStatement","src":"3325:201:2"},{"expression":{"id":288,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":286,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"3536:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"31","id":287,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3551:1:2","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3536:16:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":289,"nodeType":"ExpressionStatement","src":"3536:16:2"},{"condition":{"id":290,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3566:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":296,"nodeType":"IfStatement","src":"3562:65:2","trueBody":{"id":295,"nodeType":"Block","src":"3582:45:2","statements":[{"expression":{"id":293,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":291,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3596:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":292,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3612:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3596:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":294,"nodeType":"ExpressionStatement","src":"3596:20:2"}]}},{"id":297,"nodeType":"PlaceholderStatement","src":"3636:1:2"},{"condition":{"id":298,"name":"isTopLevelCall","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":258,"src":"3651:14:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":308,"nodeType":"IfStatement","src":"3647:99:2","trueBody":{"id":307,"nodeType":"Block","src":"3667:79:2","statements":[{"expression":{"id":301,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":299,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"3681:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":300,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3697:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"3681:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":302,"nodeType":"ExpressionStatement","src":"3681:21:2"},{"eventCall":{"arguments":[{"hexValue":"31","id":304,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3733:1:2","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":303,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"3721:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":305,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3721:14:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":306,"nodeType":"EmitStatement","src":"3716:19:2"}]}}]},"documentation":{"id":255,"nodeType":"StructuredDocumentation","src":"2842:399:2","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 functions marked with `initializer` can be nested in the context of a\n constructor.\n Emits an {Initialized} event."},"id":310,"name":"initializer","nameLocation":"3255:11:2","nodeType":"ModifierDefinition","parameters":{"id":256,"nodeType":"ParameterList","parameters":[],"src":"3266:2:2"},"src":"3246:506:2","virtual":false,"visibility":"internal"},{"body":{"id":342,"nodeType":"Block","src":"4863:255:2","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":321,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":317,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4881:14:2","subExpression":{"id":316,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"4882:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"&&","rightExpression":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":320,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":318,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4899:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"id":319,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4914:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4899:22:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"4881:40:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564","id":322,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4923:48:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""},"value":"Initializable: contract is already initialized"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","typeString":"literal_string \"Initializable: contract is already initialized\""}],"id":315,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4873:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":323,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4873:99:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":324,"nodeType":"ExpressionStatement","src":"4873:99:2"},{"expression":{"id":327,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":325,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"4982:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":326,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"4997:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"4982:22:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":328,"nodeType":"ExpressionStatement","src":"4982:22:2"},{"expression":{"id":331,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":329,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5014:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":330,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5030:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"5014:20:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":332,"nodeType":"ExpressionStatement","src":"5014:20:2"},{"id":333,"nodeType":"PlaceholderStatement","src":"5044:1:2"},{"expression":{"id":336,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":334,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5055:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":335,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5071:5:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"5055:21:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":337,"nodeType":"ExpressionStatement","src":"5055:21:2"},{"eventCall":{"arguments":[{"id":339,"name":"version","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":313,"src":"5103:7:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":338,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"5091:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":340,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5091:20:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":341,"nodeType":"EmitStatement","src":"5086:25:2"}]},"documentation":{"id":311,"nodeType":"StructuredDocumentation","src":"3758:1062:2","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 255 will prevent any future reinitialization.\n Emits an {Initialized} event."},"id":343,"name":"reinitializer","nameLocation":"4834:13:2","nodeType":"ModifierDefinition","parameters":{"id":314,"nodeType":"ParameterList","parameters":[{"constant":false,"id":313,"mutability":"mutable","name":"version","nameLocation":"4854:7:2","nodeType":"VariableDeclaration","scope":343,"src":"4848:13:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":312,"name":"uint8","nodeType":"ElementaryTypeName","src":"4848:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"4847:15:2"},"src":"4825:293:2","virtual":false,"visibility":"internal"},{"body":{"id":352,"nodeType":"Block","src":"5356:97:2","statements":[{"expression":{"arguments":[{"id":347,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"5374:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420696e697469616c697a696e67","id":348,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5389:45:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""},"value":"Initializable: contract is not initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","typeString":"literal_string \"Initializable: contract is not initializing\""}],"id":346,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5366:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":349,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5366:69:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":350,"nodeType":"ExpressionStatement","src":"5366:69:2"},{"id":351,"nodeType":"PlaceholderStatement","src":"5445:1:2"}]},"documentation":{"id":344,"nodeType":"StructuredDocumentation","src":"5124:199:2","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":353,"name":"onlyInitializing","nameLocation":"5337:16:2","nodeType":"ModifierDefinition","parameters":{"id":345,"nodeType":"ParameterList","parameters":[],"src":"5353:2:2"},"src":"5328:125:2","virtual":false,"visibility":"internal"},{"body":{"id":388,"nodeType":"Block","src":"5988:231:2","statements":[{"expression":{"arguments":[{"id":359,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"6006:14:2","subExpression":{"id":358,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6007:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e67","id":360,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6022:41:2","typeDescriptions":{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""},"value":"Initializable: contract is initializing"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","typeString":"literal_string \"Initializable: contract is initializing\""}],"id":357,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5998:7:2","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":361,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5998:66:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":362,"nodeType":"ExpressionStatement","src":"5998:66:2"},{"condition":{"commonType":{"typeIdentifier":"t_uint8","typeString":"uint8"},"id":369,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":363,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6078:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"expression":{"arguments":[{"id":366,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6099:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":365,"name":"uint8","nodeType":"ElementaryTypeName","src":"6099:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":364,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6094:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":367,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6094:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":368,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6106:3:2","memberName":"max","nodeType":"MemberAccess","src":"6094:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6078:31:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":387,"nodeType":"IfStatement","src":"6074:139:2","trueBody":{"id":386,"nodeType":"Block","src":"6111:102:2","statements":[{"expression":{"id":376,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":370,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6125:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"expression":{"arguments":[{"id":373,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6145:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":372,"name":"uint8","nodeType":"ElementaryTypeName","src":"6145:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":371,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6140:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":374,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6140:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":375,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6152:3:2","memberName":"max","nodeType":"MemberAccess","src":"6140:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"src":"6125:30:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"id":377,"nodeType":"ExpressionStatement","src":"6125:30:2"},{"eventCall":{"arguments":[{"expression":{"arguments":[{"id":381,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"6191:5:2","typeDescriptions":{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"},"typeName":{"id":380,"name":"uint8","nodeType":"ElementaryTypeName","src":"6191:5:2","typeDescriptions":{}}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_type$_t_uint8_$","typeString":"type(uint8)"}],"id":379,"name":"type","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-27,"src":"6186:4:2","typeDescriptions":{"typeIdentifier":"t_function_metatype_pure$__$returns$__$","typeString":"function () pure"}},"id":382,"isConstant":false,"isLValue":false,"isPure":true,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6186:11:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_magic_meta_type_t_uint8","typeString":"type(uint8)"}},"id":383,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"6198:3:2","memberName":"max","nodeType":"MemberAccess","src":"6186:15:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint8","typeString":"uint8"}],"id":378,"name":"Initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":254,"src":"6174:11:2","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint8_$returns$__$","typeString":"function (uint8)"}},"id":384,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6174:28:2","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":385,"nodeType":"EmitStatement","src":"6169:33:2"}]}}]},"documentation":{"id":354,"nodeType":"StructuredDocumentation","src":"5459:475:2","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":389,"implemented":true,"kind":"function","modifiers":[],"name":"_disableInitializers","nameLocation":"5948:20:2","nodeType":"FunctionDefinition","parameters":{"id":355,"nodeType":"ParameterList","parameters":[],"src":"5968:2:2"},"returnParameters":{"id":356,"nodeType":"ParameterList","parameters":[],"src":"5988:0:2"},"scope":408,"src":"5939:280:2","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":397,"nodeType":"Block","src":"6393:36:2","statements":[{"expression":{"id":395,"name":"_initialized","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":246,"src":"6410:12:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"functionReturnParameters":394,"id":396,"nodeType":"Return","src":"6403:19:2"}]},"documentation":{"id":390,"nodeType":"StructuredDocumentation","src":"6225:99:2","text":" @dev Returns the highest version that has been initialized. See {reinitializer}."},"id":398,"implemented":true,"kind":"function","modifiers":[],"name":"_getInitializedVersion","nameLocation":"6338:22:2","nodeType":"FunctionDefinition","parameters":{"id":391,"nodeType":"ParameterList","parameters":[],"src":"6360:2:2"},"returnParameters":{"id":394,"nodeType":"ParameterList","parameters":[{"constant":false,"id":393,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":398,"src":"6386:5:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"},"typeName":{"id":392,"name":"uint8","nodeType":"ElementaryTypeName","src":"6386:5:2","typeDescriptions":{"typeIdentifier":"t_uint8","typeString":"uint8"}},"visibility":"internal"}],"src":"6385:7:2"},"scope":408,"src":"6329:100:2","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":406,"nodeType":"Block","src":"6601:37:2","statements":[{"expression":{"id":404,"name":"_initializing","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":249,"src":"6618:13:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":403,"id":405,"nodeType":"Return","src":"6611:20:2"}]},"documentation":{"id":399,"nodeType":"StructuredDocumentation","src":"6435:105:2","text":" @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}."},"id":407,"implemented":true,"kind":"function","modifiers":[],"name":"_isInitializing","nameLocation":"6554:15:2","nodeType":"FunctionDefinition","parameters":{"id":400,"nodeType":"ParameterList","parameters":[],"src":"6569:2:2"},"returnParameters":{"id":403,"nodeType":"ParameterList","parameters":[{"constant":false,"id":402,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":407,"src":"6595:4:2","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":401,"name":"bool","nodeType":"ElementaryTypeName","src":"6595:4:2","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6594:6:2"},"scope":408,"src":"6545:93:2","stateMutability":"view","virtual":false,"visibility":"internal"}],"scope":409,"src":"2394:4246:2","usedErrors":[]}],"src":"113:6528:2"},"id":2},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408],"PausableUpgradeable":[536]},"id":537,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":410,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"105:23:3"},{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","file":"../utils/ContextUpgradeable.sol","id":411,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":918,"src":"130:41:3","symbolAliases":[],"unitAlias":""},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":413,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":537,"sourceUnit":409,"src":"172:63:3","symbolAliases":[{"foreign":{"id":412,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"180:13:3","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":415,"name":"Initializable","nameLocations":["718:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"718:13:3"},"id":416,"nodeType":"InheritanceSpecifier","src":"718:13:3"},{"baseName":{"id":417,"name":"ContextUpgradeable","nameLocations":["733:18:3"],"nodeType":"IdentifierPath","referencedDeclaration":917,"src":"733:18:3"},"id":418,"nodeType":"InheritanceSpecifier","src":"733:18:3"}],"canonicalName":"PausableUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":414,"nodeType":"StructuredDocumentation","src":"237:439:3","text":" @dev Contract module which allows children to implement an emergency stop\n mechanism that can be triggered by an authorized account.\n This module is used through inheritance. It will make available the\n modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n the functions of your contract. Note that they will not be pausable by\n simply including this module, only once the modifiers are put in place."},"fullyImplemented":true,"id":536,"linearizedBaseContracts":[536,917,408],"name":"PausableUpgradeable","nameLocation":"695:19:3","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":419,"nodeType":"StructuredDocumentation","src":"758:73:3","text":" @dev Emitted when the pause is triggered by `account`."},"eventSelector":"62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258","id":423,"name":"Paused","nameLocation":"842:6:3","nodeType":"EventDefinition","parameters":{"id":422,"nodeType":"ParameterList","parameters":[{"constant":false,"id":421,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"857:7:3","nodeType":"VariableDeclaration","scope":423,"src":"849:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":420,"name":"address","nodeType":"ElementaryTypeName","src":"849:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"848:17:3"},"src":"836:30:3"},{"anonymous":false,"documentation":{"id":424,"nodeType":"StructuredDocumentation","src":"872:70:3","text":" @dev Emitted when the pause is lifted by `account`."},"eventSelector":"5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa","id":428,"name":"Unpaused","nameLocation":"953:8:3","nodeType":"EventDefinition","parameters":{"id":427,"nodeType":"ParameterList","parameters":[{"constant":false,"id":426,"indexed":false,"mutability":"mutable","name":"account","nameLocation":"970:7:3","nodeType":"VariableDeclaration","scope":428,"src":"962:15:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":425,"name":"address","nodeType":"ElementaryTypeName","src":"962:7:3","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"961:17:3"},"src":"947:32:3"},{"constant":false,"id":430,"mutability":"mutable","name":"_paused","nameLocation":"998:7:3","nodeType":"VariableDeclaration","scope":536,"src":"985:20:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":429,"name":"bool","nodeType":"ElementaryTypeName","src":"985:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"private"},{"body":{"id":439,"nodeType":"Block","src":"1137:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":436,"name":"__Pausable_init_unchained","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":450,"src":"1147:25:3","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":437,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1147:27:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":438,"nodeType":"ExpressionStatement","src":"1147:27:3"}]},"documentation":{"id":431,"nodeType":"StructuredDocumentation","src":"1012:67:3","text":" @dev Initializes the contract in unpaused state."},"id":440,"implemented":true,"kind":"function","modifiers":[{"id":434,"kind":"modifierInvocation","modifierName":{"id":433,"name":"onlyInitializing","nameLocations":["1120:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1120:16:3"},"nodeType":"ModifierInvocation","src":"1120:16:3"}],"name":"__Pausable_init","nameLocation":"1093:15:3","nodeType":"FunctionDefinition","parameters":{"id":432,"nodeType":"ParameterList","parameters":[],"src":"1108:2:3"},"returnParameters":{"id":435,"nodeType":"ParameterList","parameters":[],"src":"1137:0:3"},"scope":536,"src":"1084:97:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":449,"nodeType":"Block","src":"1250:32:3","statements":[{"expression":{"id":447,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":445,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1260:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":446,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"1270:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"1260:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":448,"nodeType":"ExpressionStatement","src":"1260:15:3"}]},"id":450,"implemented":true,"kind":"function","modifiers":[{"id":443,"kind":"modifierInvocation","modifierName":{"id":442,"name":"onlyInitializing","nameLocations":["1233:16:3"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"1233:16:3"},"nodeType":"ModifierInvocation","src":"1233:16:3"}],"name":"__Pausable_init_unchained","nameLocation":"1196:25:3","nodeType":"FunctionDefinition","parameters":{"id":441,"nodeType":"ParameterList","parameters":[],"src":"1221:2:3"},"returnParameters":{"id":444,"nodeType":"ParameterList","parameters":[],"src":"1250:0:3"},"scope":536,"src":"1187:95:3","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":457,"nodeType":"Block","src":"1493:47:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":453,"name":"_requireNotPaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":487,"src":"1503:17:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":454,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1503:19:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":455,"nodeType":"ExpressionStatement","src":"1503:19:3"},{"id":456,"nodeType":"PlaceholderStatement","src":"1532:1:3"}]},"documentation":{"id":451,"nodeType":"StructuredDocumentation","src":"1288:175:3","text":" @dev Modifier to make a function callable only when the contract is not paused.\n Requirements:\n - The contract must not be paused."},"id":458,"name":"whenNotPaused","nameLocation":"1477:13:3","nodeType":"ModifierDefinition","parameters":{"id":452,"nodeType":"ParameterList","parameters":[],"src":"1490:2:3"},"src":"1468:72:3","virtual":false,"visibility":"internal"},{"body":{"id":465,"nodeType":"Block","src":"1740:44:3","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":461,"name":"_requirePaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":498,"src":"1750:14:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$__$","typeString":"function () view"}},"id":462,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1750:16:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":463,"nodeType":"ExpressionStatement","src":"1750:16:3"},{"id":464,"nodeType":"PlaceholderStatement","src":"1776:1:3"}]},"documentation":{"id":459,"nodeType":"StructuredDocumentation","src":"1546:167:3","text":" @dev Modifier to make a function callable only when the contract is paused.\n Requirements:\n - The contract must be paused."},"id":466,"name":"whenPaused","nameLocation":"1727:10:3","nodeType":"ModifierDefinition","parameters":{"id":460,"nodeType":"ParameterList","parameters":[],"src":"1737:2:3"},"src":"1718:66:3","virtual":false,"visibility":"internal"},{"body":{"id":474,"nodeType":"Block","src":"1932:31:3","statements":[{"expression":{"id":472,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"1949:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":471,"id":473,"nodeType":"Return","src":"1942:14:3"}]},"documentation":{"id":467,"nodeType":"StructuredDocumentation","src":"1790:84:3","text":" @dev Returns true if the contract is paused, and false otherwise."},"functionSelector":"5c975abb","id":475,"implemented":true,"kind":"function","modifiers":[],"name":"paused","nameLocation":"1888:6:3","nodeType":"FunctionDefinition","parameters":{"id":468,"nodeType":"ParameterList","parameters":[],"src":"1894:2:3"},"returnParameters":{"id":471,"nodeType":"ParameterList","parameters":[{"constant":false,"id":470,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":475,"src":"1926:4:3","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":469,"name":"bool","nodeType":"ElementaryTypeName","src":"1926:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1925:6:3"},"scope":536,"src":"1879:84:3","stateMutability":"view","virtual":true,"visibility":"public"},{"body":{"id":486,"nodeType":"Block","src":"2082:55:3","statements":[{"expression":{"arguments":[{"id":482,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"2100:9:3","subExpression":{"arguments":[],"expression":{"argumentTypes":[],"id":480,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2101:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":481,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2101:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a20706175736564","id":483,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2111:18:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""},"value":"Pausable: paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","typeString":"literal_string \"Pausable: paused\""}],"id":479,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2092:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":484,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2092:38:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":485,"nodeType":"ExpressionStatement","src":"2092:38:3"}]},"documentation":{"id":476,"nodeType":"StructuredDocumentation","src":"1969:57:3","text":" @dev Throws if the contract is paused."},"id":487,"implemented":true,"kind":"function","modifiers":[],"name":"_requireNotPaused","nameLocation":"2040:17:3","nodeType":"FunctionDefinition","parameters":{"id":477,"nodeType":"ParameterList","parameters":[],"src":"2057:2:3"},"returnParameters":{"id":478,"nodeType":"ParameterList","parameters":[],"src":"2082:0:3"},"scope":536,"src":"2031:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":497,"nodeType":"Block","src":"2257:58:3","statements":[{"expression":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":492,"name":"paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":475,"src":"2275:6:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_bool_$","typeString":"function () view returns (bool)"}},"id":493,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2275:8:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5061757361626c653a206e6f7420706175736564","id":494,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2285:22:3","typeDescriptions":{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""},"value":"Pausable: not paused"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","typeString":"literal_string \"Pausable: not paused\""}],"id":491,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2267:7:3","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":495,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2267:41:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":496,"nodeType":"ExpressionStatement","src":"2267:41:3"}]},"documentation":{"id":488,"nodeType":"StructuredDocumentation","src":"2143:61:3","text":" @dev Throws if the contract is not paused."},"id":498,"implemented":true,"kind":"function","modifiers":[],"name":"_requirePaused","nameLocation":"2218:14:3","nodeType":"FunctionDefinition","parameters":{"id":489,"nodeType":"ParameterList","parameters":[],"src":"2232:2:3"},"returnParameters":{"id":490,"nodeType":"ParameterList","parameters":[],"src":"2257:0:3"},"scope":536,"src":"2209:106:3","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":513,"nodeType":"Block","src":"2499:66:3","statements":[{"expression":{"id":506,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":504,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2509:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":505,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2519:4:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"2509:14:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":507,"nodeType":"ExpressionStatement","src":"2509:14:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":509,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2545:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":510,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2545:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":508,"name":"Paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":423,"src":"2538:6:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":511,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2538:20:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":512,"nodeType":"EmitStatement","src":"2533:25:3"}]},"documentation":{"id":499,"nodeType":"StructuredDocumentation","src":"2321:124:3","text":" @dev Triggers stopped state.\n Requirements:\n - The contract must not be paused."},"id":514,"implemented":true,"kind":"function","modifiers":[{"id":502,"kind":"modifierInvocation","modifierName":{"id":501,"name":"whenNotPaused","nameLocations":["2485:13:3"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"2485:13:3"},"nodeType":"ModifierInvocation","src":"2485:13:3"}],"name":"_pause","nameLocation":"2459:6:3","nodeType":"FunctionDefinition","parameters":{"id":500,"nodeType":"ParameterList","parameters":[],"src":"2465:2:3"},"returnParameters":{"id":503,"nodeType":"ParameterList","parameters":[],"src":"2499:0:3"},"scope":536,"src":"2450:115:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"body":{"id":529,"nodeType":"Block","src":"2745:69:3","statements":[{"expression":{"id":522,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":520,"name":"_paused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":430,"src":"2755:7:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"66616c7365","id":521,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2765:5:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"src":"2755:15:3","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":523,"nodeType":"ExpressionStatement","src":"2755:15:3"},{"eventCall":{"arguments":[{"arguments":[],"expression":{"argumentTypes":[],"id":525,"name":"_msgSender","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":894,"src":"2794:10:3","typeDescriptions":{"typeIdentifier":"t_function_internal_view$__$returns$_t_address_$","typeString":"function () view returns (address)"}},"id":526,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2794:12:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":524,"name":"Unpaused","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":428,"src":"2785:8:3","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$returns$__$","typeString":"function (address)"}},"id":527,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2785:22:3","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":528,"nodeType":"EmitStatement","src":"2780:27:3"}]},"documentation":{"id":515,"nodeType":"StructuredDocumentation","src":"2571:121:3","text":" @dev Returns to normal state.\n Requirements:\n - The contract must be paused."},"id":530,"implemented":true,"kind":"function","modifiers":[{"id":518,"kind":"modifierInvocation","modifierName":{"id":517,"name":"whenPaused","nameLocations":["2734:10:3"],"nodeType":"IdentifierPath","referencedDeclaration":466,"src":"2734:10:3"},"nodeType":"ModifierInvocation","src":"2734:10:3"}],"name":"_unpause","nameLocation":"2706:8:3","nodeType":"FunctionDefinition","parameters":{"id":516,"nodeType":"ParameterList","parameters":[],"src":"2714:2:3"},"returnParameters":{"id":519,"nodeType":"ParameterList","parameters":[],"src":"2745:0:3"},"scope":536,"src":"2697:117:3","stateMutability":"nonpayable","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":531,"nodeType":"StructuredDocumentation","src":"2820:254:3","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":535,"mutability":"mutable","name":"__gap","nameLocation":"3099:5:3","nodeType":"VariableDeclaration","scope":536,"src":"3079:25:3","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage","typeString":"uint256[49]"},"typeName":{"baseType":{"id":532,"name":"uint256","nodeType":"ElementaryTypeName","src":"3079:7:3","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":534,"length":{"hexValue":"3439","id":533,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3087:2:3","typeDescriptions":{"typeIdentifier":"t_rational_49_by_1","typeString":"int_const 49"},"value":"49"},"nodeType":"ArrayTypeName","src":"3079:11:3","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$49_storage_ptr","typeString":"uint256[49]"}},"visibility":"private"}],"scope":537,"src":"677:2430:3","usedErrors":[]}],"src":"105:3003:3"},"id":3},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol","exportedSymbols":{"AddressUpgradeable":[866]},"id":867,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":538,"literals":["solidity","^","0.8",".1"],"nodeType":"PragmaDirective","src":"101:23:4"},{"abstract":false,"baseContracts":[],"canonicalName":"AddressUpgradeable","contractDependencies":[],"contractKind":"library","documentation":{"id":539,"nodeType":"StructuredDocumentation","src":"126:67:4","text":" @dev Collection of functions related to the address type"},"fullyImplemented":true,"id":866,"linearizedBaseContracts":[866],"name":"AddressUpgradeable","nameLocation":"202:18:4","nodeType":"ContractDefinition","nodes":[{"body":{"id":553,"nodeType":"Block","src":"1489:254:4","statements":[{"expression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":551,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"expression":{"id":547,"name":"account","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":542,"src":"1713:7:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":548,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1721:4:4","memberName":"code","nodeType":"MemberAccess","src":"1713:12:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":549,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1726:6:4","memberName":"length","nodeType":"MemberAccess","src":"1713:19:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":550,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1735:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"1713:23:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"functionReturnParameters":546,"id":552,"nodeType":"Return","src":"1706:30:4"}]},"documentation":{"id":540,"nodeType":"StructuredDocumentation","src":"227:1191:4","text":" @dev Returns true if `account` is a contract.\n [IMPORTANT]\n ====\n It is unsafe to assume that an address for which this function returns\n false is an externally-owned account (EOA) and not a contract.\n Among others, `isContract` will return false for the following\n types of addresses:\n - an externally-owned account\n - a contract in construction\n - an address where a contract will be created\n - an address where a contract lived, but was destroyed\n Furthermore, `isContract` will also return true if the target contract within\n the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n which only has an effect at the end of a transaction.\n ====\n [IMPORTANT]\n ====\n You shouldn't rely on `isContract` to protect against flash loan attacks!\n Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n constructor.\n ===="},"id":554,"implemented":true,"kind":"function","modifiers":[],"name":"isContract","nameLocation":"1432:10:4","nodeType":"FunctionDefinition","parameters":{"id":543,"nodeType":"ParameterList","parameters":[{"constant":false,"id":542,"mutability":"mutable","name":"account","nameLocation":"1451:7:4","nodeType":"VariableDeclaration","scope":554,"src":"1443:15:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":541,"name":"address","nodeType":"ElementaryTypeName","src":"1443:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1442:17:4"},"returnParameters":{"id":546,"nodeType":"ParameterList","parameters":[{"constant":false,"id":545,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":554,"src":"1483:4:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":544,"name":"bool","nodeType":"ElementaryTypeName","src":"1483:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1482:6:4"},"scope":866,"src":"1423:320:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":587,"nodeType":"Block","src":"2729:241:4","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":569,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":565,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2755:4:4","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}],"id":564,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2747:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":563,"name":"address","nodeType":"ElementaryTypeName","src":"2747:7:4","typeDescriptions":{}}},"id":566,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2747:13:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":567,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2761:7:4","memberName":"balance","nodeType":"MemberAccess","src":"2747:21:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":568,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"2772:6:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2747:31:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e6365","id":570,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2780:31:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""},"value":"Address: insufficient balance"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9","typeString":"literal_string \"Address: insufficient balance\""}],"id":562,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2739:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":571,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2739:73:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":572,"nodeType":"ExpressionStatement","src":"2739:73:4"},{"assignments":[574,null],"declarations":[{"constant":false,"id":574,"mutability":"mutable","name":"success","nameLocation":"2829:7:4","nodeType":"VariableDeclaration","scope":587,"src":"2824:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":573,"name":"bool","nodeType":"ElementaryTypeName","src":"2824:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},null],"id":581,"initialValue":{"arguments":[{"hexValue":"","id":579,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2872:2:4","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":575,"name":"recipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":557,"src":"2842:9:4","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"id":576,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2852:4:4","memberName":"call","nodeType":"MemberAccess","src":"2842:14:4","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":578,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":577,"name":"amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":559,"src":"2864:6:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"2842:29:4","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":580,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2842:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"2823:52:4"},{"expression":{"arguments":[{"id":583,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":574,"src":"2893:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20756e61626c6520746f2073656e642076616c75652c20726563697069656e74206d61792068617665207265766572746564","id":584,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2902:60:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""},"value":"Address: unable to send value, recipient may have reverted"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae","typeString":"literal_string \"Address: unable to send value, recipient may have reverted\""}],"id":582,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2885:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":585,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2885:78:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":586,"nodeType":"ExpressionStatement","src":"2885:78:4"}]},"documentation":{"id":555,"nodeType":"StructuredDocumentation","src":"1749:904:4","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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]."},"id":588,"implemented":true,"kind":"function","modifiers":[],"name":"sendValue","nameLocation":"2667:9:4","nodeType":"FunctionDefinition","parameters":{"id":560,"nodeType":"ParameterList","parameters":[{"constant":false,"id":557,"mutability":"mutable","name":"recipient","nameLocation":"2693:9:4","nodeType":"VariableDeclaration","scope":588,"src":"2677:25:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"},"typeName":{"id":556,"name":"address","nodeType":"ElementaryTypeName","src":"2677:15:4","stateMutability":"payable","typeDescriptions":{"typeIdentifier":"t_address_payable","typeString":"address payable"}},"visibility":"internal"},{"constant":false,"id":559,"mutability":"mutable","name":"amount","nameLocation":"2712:6:4","nodeType":"VariableDeclaration","scope":588,"src":"2704:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":558,"name":"uint256","nodeType":"ElementaryTypeName","src":"2704:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2676:43:4"},"returnParameters":{"id":561,"nodeType":"ParameterList","parameters":[],"src":"2729:0:4"},"scope":866,"src":"2658:312:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":605,"nodeType":"Block","src":"3801:96:4","statements":[{"expression":{"arguments":[{"id":599,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":591,"src":"3840:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":600,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":593,"src":"3848:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":601,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3854:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564","id":602,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3857:32:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""},"value":"Address: low-level call failed"}],"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"},{"typeIdentifier":"t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df","typeString":"literal_string \"Address: low-level call failed\""}],"id":598,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"3818:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":603,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3818:72:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":597,"id":604,"nodeType":"Return","src":"3811:79:4"}]},"documentation":{"id":589,"nodeType":"StructuredDocumentation","src":"2976:731:4","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, it is bubbled up by this\n function (like regular Solidity function calls).\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.\n _Available since v3.1._"},"id":606,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"3721:12:4","nodeType":"FunctionDefinition","parameters":{"id":594,"nodeType":"ParameterList","parameters":[{"constant":false,"id":591,"mutability":"mutable","name":"target","nameLocation":"3742:6:4","nodeType":"VariableDeclaration","scope":606,"src":"3734:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":590,"name":"address","nodeType":"ElementaryTypeName","src":"3734:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":593,"mutability":"mutable","name":"data","nameLocation":"3763:4:4","nodeType":"VariableDeclaration","scope":606,"src":"3750:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":592,"name":"bytes","nodeType":"ElementaryTypeName","src":"3750:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3733:35:4"},"returnParameters":{"id":597,"nodeType":"ParameterList","parameters":[{"constant":false,"id":596,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":606,"src":"3787:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":595,"name":"bytes","nodeType":"ElementaryTypeName","src":"3787:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"3786:14:4"},"scope":866,"src":"3712:185:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":625,"nodeType":"Block","src":"4266:76:4","statements":[{"expression":{"arguments":[{"id":619,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":609,"src":"4305:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":620,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":611,"src":"4313:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"30","id":621,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4319:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},{"id":622,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":613,"src":"4322:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"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"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":618,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"4283:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":623,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4283:52:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":617,"id":624,"nodeType":"Return","src":"4276:59:4"}]},"documentation":{"id":607,"nodeType":"StructuredDocumentation","src":"3903:211:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":626,"implemented":true,"kind":"function","modifiers":[],"name":"functionCall","nameLocation":"4128:12:4","nodeType":"FunctionDefinition","parameters":{"id":614,"nodeType":"ParameterList","parameters":[{"constant":false,"id":609,"mutability":"mutable","name":"target","nameLocation":"4158:6:4","nodeType":"VariableDeclaration","scope":626,"src":"4150:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":608,"name":"address","nodeType":"ElementaryTypeName","src":"4150:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":611,"mutability":"mutable","name":"data","nameLocation":"4187:4:4","nodeType":"VariableDeclaration","scope":626,"src":"4174:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":610,"name":"bytes","nodeType":"ElementaryTypeName","src":"4174:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":613,"mutability":"mutable","name":"errorMessage","nameLocation":"4215:12:4","nodeType":"VariableDeclaration","scope":626,"src":"4201:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":612,"name":"string","nodeType":"ElementaryTypeName","src":"4201:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4140:93:4"},"returnParameters":{"id":617,"nodeType":"ParameterList","parameters":[{"constant":false,"id":616,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":626,"src":"4252:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":615,"name":"bytes","nodeType":"ElementaryTypeName","src":"4252:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4251:14:4"},"scope":866,"src":"4119:223:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":645,"nodeType":"Block","src":"4817:111:4","statements":[{"expression":{"arguments":[{"id":639,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":629,"src":"4856:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":640,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":631,"src":"4864:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":641,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":633,"src":"4870:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2063616c6c20776974682076616c7565206661696c6564","id":642,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4877:43:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""},"value":"Address: low-level call with value failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc","typeString":"literal_string \"Address: low-level call with value failed\""}],"id":638,"name":"functionCallWithValue","nodeType":"Identifier","overloadedDeclarations":[646,690],"referencedDeclaration":690,"src":"4834:21:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,uint256,string memory) returns (bytes memory)"}},"id":643,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4834:87:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":637,"id":644,"nodeType":"Return","src":"4827:94:4"}]},"documentation":{"id":627,"nodeType":"StructuredDocumentation","src":"4348:351:4","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`.\n _Available since v3.1._"},"id":646,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"4713:21:4","nodeType":"FunctionDefinition","parameters":{"id":634,"nodeType":"ParameterList","parameters":[{"constant":false,"id":629,"mutability":"mutable","name":"target","nameLocation":"4743:6:4","nodeType":"VariableDeclaration","scope":646,"src":"4735:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":628,"name":"address","nodeType":"ElementaryTypeName","src":"4735:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":631,"mutability":"mutable","name":"data","nameLocation":"4764:4:4","nodeType":"VariableDeclaration","scope":646,"src":"4751:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":630,"name":"bytes","nodeType":"ElementaryTypeName","src":"4751:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":633,"mutability":"mutable","name":"value","nameLocation":"4778:5:4","nodeType":"VariableDeclaration","scope":646,"src":"4770:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":632,"name":"uint256","nodeType":"ElementaryTypeName","src":"4770:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"4734:50:4"},"returnParameters":{"id":637,"nodeType":"ParameterList","parameters":[{"constant":false,"id":636,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":646,"src":"4803:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":635,"name":"bytes","nodeType":"ElementaryTypeName","src":"4803:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"4802:14:4"},"scope":866,"src":"4704:224:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":689,"nodeType":"Block","src":"5355:267:4","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":667,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":663,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"5381:4:4","typeDescriptions":{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_AddressUpgradeable_$866","typeString":"library AddressUpgradeable"}],"id":662,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"5373:7:4","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":661,"name":"address","nodeType":"ElementaryTypeName","src":"5373:7:4","typeDescriptions":{}}},"id":664,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5373:13:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":665,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5387:7:4","memberName":"balance","nodeType":"MemberAccess","src":"5373:21:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":666,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"5398:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5373:30:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c","id":668,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5405:40:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""},"value":"Address: insufficient balance for call"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c","typeString":"literal_string \"Address: insufficient balance for call\""}],"id":660,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5365:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":669,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5365:81:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":670,"nodeType":"ExpressionStatement","src":"5365:81:4"},{"assignments":[672,674],"declarations":[{"constant":false,"id":672,"mutability":"mutable","name":"success","nameLocation":"5462:7:4","nodeType":"VariableDeclaration","scope":689,"src":"5457:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":671,"name":"bool","nodeType":"ElementaryTypeName","src":"5457:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":674,"mutability":"mutable","name":"returndata","nameLocation":"5484:10:4","nodeType":"VariableDeclaration","scope":689,"src":"5471:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":673,"name":"bytes","nodeType":"ElementaryTypeName","src":"5471:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":681,"initialValue":{"arguments":[{"id":679,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":651,"src":"5524:4:4","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":675,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":649,"src":"5498:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":676,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5505:4:4","memberName":"call","nodeType":"MemberAccess","src":"5498:11:4","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":678,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"names":["value"],"nodeType":"FunctionCallOptions","options":[{"id":677,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":653,"src":"5517:5:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"src":"5498:25:4","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":680,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5498:31:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"5456:73:4"},{"expression":{"arguments":[{"id":683,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":649,"src":"5573:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":684,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":672,"src":"5581:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":685,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":674,"src":"5590:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":686,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":655,"src":"5602:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":682,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"5546:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":687,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5546:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":659,"id":688,"nodeType":"Return","src":"5539:76:4"}]},"documentation":{"id":647,"nodeType":"StructuredDocumentation","src":"4934:237:4","text":" @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n with `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._"},"id":690,"implemented":true,"kind":"function","modifiers":[],"name":"functionCallWithValue","nameLocation":"5185:21:4","nodeType":"FunctionDefinition","parameters":{"id":656,"nodeType":"ParameterList","parameters":[{"constant":false,"id":649,"mutability":"mutable","name":"target","nameLocation":"5224:6:4","nodeType":"VariableDeclaration","scope":690,"src":"5216:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":648,"name":"address","nodeType":"ElementaryTypeName","src":"5216:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":651,"mutability":"mutable","name":"data","nameLocation":"5253:4:4","nodeType":"VariableDeclaration","scope":690,"src":"5240:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":650,"name":"bytes","nodeType":"ElementaryTypeName","src":"5240:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":653,"mutability":"mutable","name":"value","nameLocation":"5275:5:4","nodeType":"VariableDeclaration","scope":690,"src":"5267:13:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":652,"name":"uint256","nodeType":"ElementaryTypeName","src":"5267:7:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":655,"mutability":"mutable","name":"errorMessage","nameLocation":"5304:12:4","nodeType":"VariableDeclaration","scope":690,"src":"5290:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":654,"name":"string","nodeType":"ElementaryTypeName","src":"5290:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"5206:116:4"},"returnParameters":{"id":659,"nodeType":"ParameterList","parameters":[{"constant":false,"id":658,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":690,"src":"5341:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":657,"name":"bytes","nodeType":"ElementaryTypeName","src":"5341:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5340:14:4"},"scope":866,"src":"5176:446:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":706,"nodeType":"Block","src":"5899:97:4","statements":[{"expression":{"arguments":[{"id":701,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":693,"src":"5935:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":702,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":695,"src":"5943:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c207374617469632063616c6c206661696c6564","id":703,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5949:39:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""},"value":"Address: low-level static call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0","typeString":"literal_string \"Address: low-level static call failed\""}],"id":700,"name":"functionStaticCall","nodeType":"Identifier","overloadedDeclarations":[707,736],"referencedDeclaration":736,"src":"5916:18:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) view returns (bytes memory)"}},"id":704,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5916:73:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":699,"id":705,"nodeType":"Return","src":"5909:80:4"}]},"documentation":{"id":691,"nodeType":"StructuredDocumentation","src":"5628:166:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":707,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"5808:18:4","nodeType":"FunctionDefinition","parameters":{"id":696,"nodeType":"ParameterList","parameters":[{"constant":false,"id":693,"mutability":"mutable","name":"target","nameLocation":"5835:6:4","nodeType":"VariableDeclaration","scope":707,"src":"5827:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":692,"name":"address","nodeType":"ElementaryTypeName","src":"5827:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":695,"mutability":"mutable","name":"data","nameLocation":"5856:4:4","nodeType":"VariableDeclaration","scope":707,"src":"5843:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":694,"name":"bytes","nodeType":"ElementaryTypeName","src":"5843:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5826:35:4"},"returnParameters":{"id":699,"nodeType":"ParameterList","parameters":[{"constant":false,"id":698,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":707,"src":"5885:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":697,"name":"bytes","nodeType":"ElementaryTypeName","src":"5885:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"5884:14:4"},"scope":866,"src":"5799:197:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":735,"nodeType":"Block","src":"6338:168:4","statements":[{"assignments":[720,722],"declarations":[{"constant":false,"id":720,"mutability":"mutable","name":"success","nameLocation":"6354:7:4","nodeType":"VariableDeclaration","scope":735,"src":"6349:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":719,"name":"bool","nodeType":"ElementaryTypeName","src":"6349:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":722,"mutability":"mutable","name":"returndata","nameLocation":"6376:10:4","nodeType":"VariableDeclaration","scope":735,"src":"6363:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":721,"name":"bytes","nodeType":"ElementaryTypeName","src":"6363:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":727,"initialValue":{"arguments":[{"id":725,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":712,"src":"6408:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":723,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":710,"src":"6390:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":724,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6397:10:4","memberName":"staticcall","nodeType":"MemberAccess","src":"6390:17:4","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":726,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6390:23:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"6348:65:4"},{"expression":{"arguments":[{"id":729,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":710,"src":"6457:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":730,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":720,"src":"6465:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":731,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":722,"src":"6474:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":732,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":714,"src":"6486:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":728,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"6430:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":733,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6430:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":718,"id":734,"nodeType":"Return","src":"6423:76:4"}]},"documentation":{"id":708,"nodeType":"StructuredDocumentation","src":"6002:173:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._"},"id":736,"implemented":true,"kind":"function","modifiers":[],"name":"functionStaticCall","nameLocation":"6189:18:4","nodeType":"FunctionDefinition","parameters":{"id":715,"nodeType":"ParameterList","parameters":[{"constant":false,"id":710,"mutability":"mutable","name":"target","nameLocation":"6225:6:4","nodeType":"VariableDeclaration","scope":736,"src":"6217:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":709,"name":"address","nodeType":"ElementaryTypeName","src":"6217:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":712,"mutability":"mutable","name":"data","nameLocation":"6254:4:4","nodeType":"VariableDeclaration","scope":736,"src":"6241:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":711,"name":"bytes","nodeType":"ElementaryTypeName","src":"6241:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":714,"mutability":"mutable","name":"errorMessage","nameLocation":"6282:12:4","nodeType":"VariableDeclaration","scope":736,"src":"6268:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":713,"name":"string","nodeType":"ElementaryTypeName","src":"6268:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"6207:93:4"},"returnParameters":{"id":718,"nodeType":"ParameterList","parameters":[{"constant":false,"id":717,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":736,"src":"6324:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":716,"name":"bytes","nodeType":"ElementaryTypeName","src":"6324:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6323:14:4"},"scope":866,"src":"6180:326:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":752,"nodeType":"Block","src":"6782:101:4","statements":[{"expression":{"arguments":[{"id":747,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":739,"src":"6820:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":748,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":741,"src":"6828:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"hexValue":"416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564","id":749,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6834:41:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""},"value":"Address: low-level delegate call failed"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398","typeString":"literal_string \"Address: low-level delegate call failed\""}],"id":746,"name":"functionDelegateCall","nodeType":"Identifier","overloadedDeclarations":[753,782],"referencedDeclaration":782,"src":"6799:20:4","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bytes memory,string memory) returns (bytes memory)"}},"id":750,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6799:77:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":745,"id":751,"nodeType":"Return","src":"6792:84:4"}]},"documentation":{"id":737,"nodeType":"StructuredDocumentation","src":"6512:168:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":753,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"6694:20:4","nodeType":"FunctionDefinition","parameters":{"id":742,"nodeType":"ParameterList","parameters":[{"constant":false,"id":739,"mutability":"mutable","name":"target","nameLocation":"6723:6:4","nodeType":"VariableDeclaration","scope":753,"src":"6715:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":738,"name":"address","nodeType":"ElementaryTypeName","src":"6715:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":741,"mutability":"mutable","name":"data","nameLocation":"6744:4:4","nodeType":"VariableDeclaration","scope":753,"src":"6731:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":740,"name":"bytes","nodeType":"ElementaryTypeName","src":"6731:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6714:35:4"},"returnParameters":{"id":745,"nodeType":"ParameterList","parameters":[{"constant":false,"id":744,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":753,"src":"6768:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":743,"name":"bytes","nodeType":"ElementaryTypeName","src":"6768:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"6767:14:4"},"scope":866,"src":"6685:198:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":781,"nodeType":"Block","src":"7224:170:4","statements":[{"assignments":[766,768],"declarations":[{"constant":false,"id":766,"mutability":"mutable","name":"success","nameLocation":"7240:7:4","nodeType":"VariableDeclaration","scope":781,"src":"7235:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":765,"name":"bool","nodeType":"ElementaryTypeName","src":"7235:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":768,"mutability":"mutable","name":"returndata","nameLocation":"7262:10:4","nodeType":"VariableDeclaration","scope":781,"src":"7249:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":767,"name":"bytes","nodeType":"ElementaryTypeName","src":"7249:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"id":773,"initialValue":{"arguments":[{"id":771,"name":"data","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":758,"src":"7296:4:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"expression":{"id":769,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":756,"src":"7276:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":770,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7283:12:4","memberName":"delegatecall","nodeType":"MemberAccess","src":"7276:19:4","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":772,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7276:25:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$_t_bool_$_t_bytes_memory_ptr_$","typeString":"tuple(bool,bytes memory)"}},"nodeType":"VariableDeclarationStatement","src":"7234:67:4"},{"expression":{"arguments":[{"id":775,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":756,"src":"7345:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":776,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":766,"src":"7353:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"id":777,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":768,"src":"7362:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":778,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":760,"src":"7374:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":774,"name":"verifyCallResultFromTarget","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":821,"src":"7318:26:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$","typeString":"function (address,bool,bytes memory,string memory) view returns (bytes memory)"}},"id":779,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"7318:69:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":764,"id":780,"nodeType":"Return","src":"7311:76:4"}]},"documentation":{"id":754,"nodeType":"StructuredDocumentation","src":"6889:175:4","text":" @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._"},"id":782,"implemented":true,"kind":"function","modifiers":[],"name":"functionDelegateCall","nameLocation":"7078:20:4","nodeType":"FunctionDefinition","parameters":{"id":761,"nodeType":"ParameterList","parameters":[{"constant":false,"id":756,"mutability":"mutable","name":"target","nameLocation":"7116:6:4","nodeType":"VariableDeclaration","scope":782,"src":"7108:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":755,"name":"address","nodeType":"ElementaryTypeName","src":"7108:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":758,"mutability":"mutable","name":"data","nameLocation":"7145:4:4","nodeType":"VariableDeclaration","scope":782,"src":"7132:17:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":757,"name":"bytes","nodeType":"ElementaryTypeName","src":"7132:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":760,"mutability":"mutable","name":"errorMessage","nameLocation":"7173:12:4","nodeType":"VariableDeclaration","scope":782,"src":"7159:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":759,"name":"string","nodeType":"ElementaryTypeName","src":"7159:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7098:93:4"},"returnParameters":{"id":764,"nodeType":"ParameterList","parameters":[{"constant":false,"id":763,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":782,"src":"7210:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":762,"name":"bytes","nodeType":"ElementaryTypeName","src":"7210:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7209:14:4"},"scope":866,"src":"7069:325:4","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":820,"nodeType":"Block","src":"7876:434:4","statements":[{"condition":{"id":796,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":787,"src":"7890:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":818,"nodeType":"Block","src":"8246:58:4","statements":[{"expression":{"arguments":[{"id":814,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"8268:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":815,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":791,"src":"8280:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":813,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":865,"src":"8260:7:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":816,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8260:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":817,"nodeType":"ExpressionStatement","src":"8260:33:4"}]},"id":819,"nodeType":"IfStatement","src":"7886:418:4","trueBody":{"id":812,"nodeType":"Block","src":"7899:341:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":800,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":797,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"7917:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":798,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"7928:6:4","memberName":"length","nodeType":"MemberAccess","src":"7917:17:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":799,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7938:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"7917:22:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":809,"nodeType":"IfStatement","src":"7913:286:4","trueBody":{"id":808,"nodeType":"Block","src":"7941:258:4","statements":[{"expression":{"arguments":[{"arguments":[{"id":803,"name":"target","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":785,"src":"8143:6:4","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":802,"name":"isContract","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":554,"src":"8132:10:4","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$returns$_t_bool_$","typeString":"function (address) view returns (bool)"}},"id":804,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8132:18:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374","id":805,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"8152:31:4","typeDescriptions":{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""},"value":"Address: call to non-contract"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad","typeString":"literal_string \"Address: call to non-contract\""}],"id":801,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"8124:7:4","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":806,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8124:60:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":807,"nodeType":"ExpressionStatement","src":"8124:60:4"}]}},{"expression":{"id":810,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":789,"src":"8219:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":795,"id":811,"nodeType":"Return","src":"8212:17:4"}]}}]},"documentation":{"id":783,"nodeType":"StructuredDocumentation","src":"7400:277:4","text":" @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n _Available since v4.8._"},"id":821,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResultFromTarget","nameLocation":"7691:26:4","nodeType":"FunctionDefinition","parameters":{"id":792,"nodeType":"ParameterList","parameters":[{"constant":false,"id":785,"mutability":"mutable","name":"target","nameLocation":"7735:6:4","nodeType":"VariableDeclaration","scope":821,"src":"7727:14:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":784,"name":"address","nodeType":"ElementaryTypeName","src":"7727:7:4","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":787,"mutability":"mutable","name":"success","nameLocation":"7756:7:4","nodeType":"VariableDeclaration","scope":821,"src":"7751:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":786,"name":"bool","nodeType":"ElementaryTypeName","src":"7751:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":789,"mutability":"mutable","name":"returndata","nameLocation":"7786:10:4","nodeType":"VariableDeclaration","scope":821,"src":"7773:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":788,"name":"bytes","nodeType":"ElementaryTypeName","src":"7773:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":791,"mutability":"mutable","name":"errorMessage","nameLocation":"7820:12:4","nodeType":"VariableDeclaration","scope":821,"src":"7806:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":790,"name":"string","nodeType":"ElementaryTypeName","src":"7806:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"7717:121:4"},"returnParameters":{"id":795,"nodeType":"ParameterList","parameters":[{"constant":false,"id":794,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":821,"src":"7862:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":793,"name":"bytes","nodeType":"ElementaryTypeName","src":"7862:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"7861:14:4"},"scope":866,"src":"7682:628:4","stateMutability":"view","virtual":false,"visibility":"internal"},{"body":{"id":844,"nodeType":"Block","src":"8691:135:4","statements":[{"condition":{"id":833,"name":"success","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":824,"src":"8705:7:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":842,"nodeType":"Block","src":"8762:58:4","statements":[{"expression":{"arguments":[{"id":838,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":826,"src":"8784:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},{"id":839,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":828,"src":"8796:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"},{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":837,"name":"_revert","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":865,"src":"8776:7:4","typeDescriptions":{"typeIdentifier":"t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$","typeString":"function (bytes memory,string memory) pure"}},"id":840,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"8776:33:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":841,"nodeType":"ExpressionStatement","src":"8776:33:4"}]},"id":843,"nodeType":"IfStatement","src":"8701:119:4","trueBody":{"id":836,"nodeType":"Block","src":"8714:42:4","statements":[{"expression":{"id":834,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":826,"src":"8735:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"functionReturnParameters":832,"id":835,"nodeType":"Return","src":"8728:17:4"}]}}]},"documentation":{"id":822,"nodeType":"StructuredDocumentation","src":"8316:210:4","text":" @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n revert reason or using the provided one.\n _Available since v4.3._"},"id":845,"implemented":true,"kind":"function","modifiers":[],"name":"verifyCallResult","nameLocation":"8540:16:4","nodeType":"FunctionDefinition","parameters":{"id":829,"nodeType":"ParameterList","parameters":[{"constant":false,"id":824,"mutability":"mutable","name":"success","nameLocation":"8571:7:4","nodeType":"VariableDeclaration","scope":845,"src":"8566:12:4","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":823,"name":"bool","nodeType":"ElementaryTypeName","src":"8566:4:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":826,"mutability":"mutable","name":"returndata","nameLocation":"8601:10:4","nodeType":"VariableDeclaration","scope":845,"src":"8588:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":825,"name":"bytes","nodeType":"ElementaryTypeName","src":"8588:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":828,"mutability":"mutable","name":"errorMessage","nameLocation":"8635:12:4","nodeType":"VariableDeclaration","scope":845,"src":"8621:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":827,"name":"string","nodeType":"ElementaryTypeName","src":"8621:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8556:97:4"},"returnParameters":{"id":832,"nodeType":"ParameterList","parameters":[{"constant":false,"id":831,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":845,"src":"8677:12:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":830,"name":"bytes","nodeType":"ElementaryTypeName","src":"8677:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"8676:14:4"},"scope":866,"src":"8531:295:4","stateMutability":"pure","virtual":false,"visibility":"internal"},{"body":{"id":864,"nodeType":"Block","src":"8915:457:4","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":855,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":852,"name":"returndata","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":847,"src":"8991:10:4","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}},"id":853,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"9002:6:4","memberName":"length","nodeType":"MemberAccess","src":"8991:17:4","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">","rightExpression":{"hexValue":"30","id":854,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"9011:1:4","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"8991:21:4","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"id":862,"nodeType":"Block","src":"9321:45:4","statements":[{"expression":{"arguments":[{"id":859,"name":"errorMessage","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":849,"src":"9342:12:4","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_memory_ptr","typeString":"string memory"}],"id":858,"name":"revert","nodeType":"Identifier","overloadedDeclarations":[-19,-19],"referencedDeclaration":-19,"src":"9335:6:4","typeDescriptions":{"typeIdentifier":"t_function_revert_pure$_t_string_memory_ptr_$returns$__$","typeString":"function (string memory) pure"}},"id":860,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"9335:20:4","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":861,"nodeType":"ExpressionStatement","src":"9335:20:4"}]},"id":863,"nodeType":"IfStatement","src":"8987:379:4","trueBody":{"id":857,"nodeType":"Block","src":"9014:301:4","statements":[{"AST":{"nodeType":"YulBlock","src":"9172:133:4","statements":[{"nodeType":"YulVariableDeclaration","src":"9190:40:4","value":{"arguments":[{"name":"returndata","nodeType":"YulIdentifier","src":"9219:10:4"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"9213:5:4"},"nodeType":"YulFunctionCall","src":"9213:17:4"},"variables":[{"name":"returndata_size","nodeType":"YulTypedName","src":"9194:15:4","type":""}]},{"expression":{"arguments":[{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9258:2:4","type":"","value":"32"},{"name":"returndata","nodeType":"YulIdentifier","src":"9262:10:4"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9254:3:4"},"nodeType":"YulFunctionCall","src":"9254:19:4"},{"name":"returndata_size","nodeType":"YulIdentifier","src":"9275:15:4"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9247:6:4"},"nodeType":"YulFunctionCall","src":"9247:44:4"},"nodeType":"YulExpressionStatement","src":"9247:44:4"}]},"documentation":"@solidity memory-safe-assembly","evmVersion":"paris","externalReferences":[{"declaration":847,"isOffset":false,"isSlot":false,"src":"9219:10:4","valueSize":1},{"declaration":847,"isOffset":false,"isSlot":false,"src":"9262:10:4","valueSize":1}],"id":856,"nodeType":"InlineAssembly","src":"9163:142:4"}]}}]},"id":865,"implemented":true,"kind":"function","modifiers":[],"name":"_revert","nameLocation":"8841:7:4","nodeType":"FunctionDefinition","parameters":{"id":850,"nodeType":"ParameterList","parameters":[{"constant":false,"id":847,"mutability":"mutable","name":"returndata","nameLocation":"8862:10:4","nodeType":"VariableDeclaration","scope":865,"src":"8849:23:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes"},"typeName":{"id":846,"name":"bytes","nodeType":"ElementaryTypeName","src":"8849:5:4","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"},{"constant":false,"id":849,"mutability":"mutable","name":"errorMessage","nameLocation":"8888:12:4","nodeType":"VariableDeclaration","scope":865,"src":"8874:26:4","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":848,"name":"string","nodeType":"ElementaryTypeName","src":"8874:6:4","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"8848:53:4"},"returnParameters":{"id":851,"nodeType":"ParameterList","parameters":[],"src":"8915:0:4"},"scope":866,"src":"8832:540:4","stateMutability":"pure","virtual":false,"visibility":"private"}],"scope":867,"src":"194:9180:4","usedErrors":[]}],"src":"101:9274:4"},"id":4},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ast":{"absolutePath":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol","exportedSymbols":{"ContextUpgradeable":[917],"Initializable":[408]},"id":918,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":868,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"101:23:5"},{"absolutePath":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol","file":"../proxy/utils/Initializable.sol","id":870,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":918,"sourceUnit":409,"src":"125:63:5","symbolAliases":[{"foreign":{"id":869,"name":"Initializable","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":408,"src":"133:13:5","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":true,"baseContracts":[{"baseName":{"id":872,"name":"Initializable","nameLocations":["727:13:5"],"nodeType":"IdentifierPath","referencedDeclaration":408,"src":"727:13:5"},"id":873,"nodeType":"InheritanceSpecifier","src":"727:13:5"}],"canonicalName":"ContextUpgradeable","contractDependencies":[],"contractKind":"contract","documentation":{"id":871,"nodeType":"StructuredDocumentation","src":"190:496:5","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":917,"linearizedBaseContracts":[917,408],"name":"ContextUpgradeable","nameLocation":"705:18:5","nodeType":"ContractDefinition","nodes":[{"body":{"id":878,"nodeType":"Block","src":"799:7:5","statements":[]},"id":879,"implemented":true,"kind":"function","modifiers":[{"id":876,"kind":"modifierInvocation","modifierName":{"id":875,"name":"onlyInitializing","nameLocations":["782:16:5"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"782:16:5"},"nodeType":"ModifierInvocation","src":"782:16:5"}],"name":"__Context_init","nameLocation":"756:14:5","nodeType":"FunctionDefinition","parameters":{"id":874,"nodeType":"ParameterList","parameters":[],"src":"770:2:5"},"returnParameters":{"id":877,"nodeType":"ParameterList","parameters":[],"src":"799:0:5"},"scope":917,"src":"747:59:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":884,"nodeType":"Block","src":"874:7:5","statements":[]},"id":885,"implemented":true,"kind":"function","modifiers":[{"id":882,"kind":"modifierInvocation","modifierName":{"id":881,"name":"onlyInitializing","nameLocations":["857:16:5"],"nodeType":"IdentifierPath","referencedDeclaration":353,"src":"857:16:5"},"nodeType":"ModifierInvocation","src":"857:16:5"}],"name":"__Context_init_unchained","nameLocation":"821:24:5","nodeType":"FunctionDefinition","parameters":{"id":880,"nodeType":"ParameterList","parameters":[],"src":"845:2:5"},"returnParameters":{"id":883,"nodeType":"ParameterList","parameters":[],"src":"874:0:5"},"scope":917,"src":"812:69:5","stateMutability":"nonpayable","virtual":false,"visibility":"internal"},{"body":{"id":893,"nodeType":"Block","src":"948:34:5","statements":[{"expression":{"expression":{"id":890,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"965:3:5","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":891,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"969:6:5","memberName":"sender","nodeType":"MemberAccess","src":"965:10:5","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"functionReturnParameters":889,"id":892,"nodeType":"Return","src":"958:17:5"}]},"id":894,"implemented":true,"kind":"function","modifiers":[],"name":"_msgSender","nameLocation":"895:10:5","nodeType":"FunctionDefinition","parameters":{"id":886,"nodeType":"ParameterList","parameters":[],"src":"905:2:5"},"returnParameters":{"id":889,"nodeType":"ParameterList","parameters":[{"constant":false,"id":888,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":894,"src":"939:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":887,"name":"address","nodeType":"ElementaryTypeName","src":"939:7:5","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"938:9:5"},"scope":917,"src":"886:96:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":902,"nodeType":"Block","src":"1055:32:5","statements":[{"expression":{"expression":{"id":899,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1072:3:5","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":900,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1076:4:5","memberName":"data","nodeType":"MemberAccess","src":"1072:8:5","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"functionReturnParameters":898,"id":901,"nodeType":"Return","src":"1065:15:5"}]},"id":903,"implemented":true,"kind":"function","modifiers":[],"name":"_msgData","nameLocation":"997:8:5","nodeType":"FunctionDefinition","parameters":{"id":895,"nodeType":"ParameterList","parameters":[],"src":"1005:2:5"},"returnParameters":{"id":898,"nodeType":"ParameterList","parameters":[{"constant":false,"id":897,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":903,"src":"1039:14:5","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes"},"typeName":{"id":896,"name":"bytes","nodeType":"ElementaryTypeName","src":"1039:5:5","typeDescriptions":{"typeIdentifier":"t_bytes_storage_ptr","typeString":"bytes"}},"visibility":"internal"}],"src":"1038:16:5"},"scope":917,"src":"988:99:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"body":{"id":910,"nodeType":"Block","src":"1165:25:5","statements":[{"expression":{"hexValue":"30","id":908,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1182:1:5","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"functionReturnParameters":907,"id":909,"nodeType":"Return","src":"1175:8:5"}]},"id":911,"implemented":true,"kind":"function","modifiers":[],"name":"_contextSuffixLength","nameLocation":"1102:20:5","nodeType":"FunctionDefinition","parameters":{"id":904,"nodeType":"ParameterList","parameters":[],"src":"1122:2:5"},"returnParameters":{"id":907,"nodeType":"ParameterList","parameters":[{"constant":false,"id":906,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":911,"src":"1156:7:5","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":905,"name":"uint256","nodeType":"ElementaryTypeName","src":"1156:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1155:9:5"},"scope":917,"src":"1093:97:5","stateMutability":"view","virtual":true,"visibility":"internal"},{"constant":false,"documentation":{"id":912,"nodeType":"StructuredDocumentation","src":"1196:254:5","text":" @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"},"id":916,"mutability":"mutable","name":"__gap","nameLocation":"1475:5:5","nodeType":"VariableDeclaration","scope":917,"src":"1455:25:5","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":913,"name":"uint256","nodeType":"ElementaryTypeName","src":"1455:7:5","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":915,"length":{"hexValue":"3530","id":914,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1463:2:5","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"1455:11:5","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"}],"scope":918,"src":"687:796:5","usedErrors":[]}],"src":"101:1383:5"},"id":5},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"ast":{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","exportedSymbols":{"IERC20":[995]},"id":996,"license":"MIT","nodeType":"SourceUnit","nodes":[{"id":919,"literals":["solidity","^","0.8",".0"],"nodeType":"PragmaDirective","src":"106:23:6"},{"abstract":false,"baseContracts":[],"canonicalName":"IERC20","contractDependencies":[],"contractKind":"interface","documentation":{"id":920,"nodeType":"StructuredDocumentation","src":"131:70:6","text":" @dev Interface of the ERC20 standard as defined in the EIP."},"fullyImplemented":false,"id":995,"linearizedBaseContracts":[995],"name":"IERC20","nameLocation":"212:6:6","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":921,"nodeType":"StructuredDocumentation","src":"225:158:6","text":" @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero."},"eventSelector":"ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef","id":929,"name":"Transfer","nameLocation":"394:8:6","nodeType":"EventDefinition","parameters":{"id":928,"nodeType":"ParameterList","parameters":[{"constant":false,"id":923,"indexed":true,"mutability":"mutable","name":"from","nameLocation":"419:4:6","nodeType":"VariableDeclaration","scope":929,"src":"403:20:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":922,"name":"address","nodeType":"ElementaryTypeName","src":"403:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":925,"indexed":true,"mutability":"mutable","name":"to","nameLocation":"441:2:6","nodeType":"VariableDeclaration","scope":929,"src":"425:18:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":924,"name":"address","nodeType":"ElementaryTypeName","src":"425:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":927,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"453:5:6","nodeType":"VariableDeclaration","scope":929,"src":"445:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":926,"name":"uint256","nodeType":"ElementaryTypeName","src":"445:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"402:57:6"},"src":"388:72:6"},{"anonymous":false,"documentation":{"id":930,"nodeType":"StructuredDocumentation","src":"466:148:6","text":" @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance."},"eventSelector":"8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925","id":938,"name":"Approval","nameLocation":"625:8:6","nodeType":"EventDefinition","parameters":{"id":937,"nodeType":"ParameterList","parameters":[{"constant":false,"id":932,"indexed":true,"mutability":"mutable","name":"owner","nameLocation":"650:5:6","nodeType":"VariableDeclaration","scope":938,"src":"634:21:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":931,"name":"address","nodeType":"ElementaryTypeName","src":"634:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":934,"indexed":true,"mutability":"mutable","name":"spender","nameLocation":"673:7:6","nodeType":"VariableDeclaration","scope":938,"src":"657:23:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":933,"name":"address","nodeType":"ElementaryTypeName","src":"657:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":936,"indexed":false,"mutability":"mutable","name":"value","nameLocation":"690:5:6","nodeType":"VariableDeclaration","scope":938,"src":"682:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":935,"name":"uint256","nodeType":"ElementaryTypeName","src":"682:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"633:63:6"},"src":"619:78:6"},{"documentation":{"id":939,"nodeType":"StructuredDocumentation","src":"703:66:6","text":" @dev Returns the amount of tokens in existence."},"functionSelector":"18160ddd","id":944,"implemented":false,"kind":"function","modifiers":[],"name":"totalSupply","nameLocation":"783:11:6","nodeType":"FunctionDefinition","parameters":{"id":940,"nodeType":"ParameterList","parameters":[],"src":"794:2:6"},"returnParameters":{"id":943,"nodeType":"ParameterList","parameters":[{"constant":false,"id":942,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":944,"src":"820:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":941,"name":"uint256","nodeType":"ElementaryTypeName","src":"820:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"819:9:6"},"scope":995,"src":"774:55:6","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":945,"nodeType":"StructuredDocumentation","src":"835:72:6","text":" @dev Returns the amount of tokens owned by `account`."},"functionSelector":"70a08231","id":952,"implemented":false,"kind":"function","modifiers":[],"name":"balanceOf","nameLocation":"921:9:6","nodeType":"FunctionDefinition","parameters":{"id":948,"nodeType":"ParameterList","parameters":[{"constant":false,"id":947,"mutability":"mutable","name":"account","nameLocation":"939:7:6","nodeType":"VariableDeclaration","scope":952,"src":"931:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":946,"name":"address","nodeType":"ElementaryTypeName","src":"931:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"930:17:6"},"returnParameters":{"id":951,"nodeType":"ParameterList","parameters":[{"constant":false,"id":950,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":952,"src":"971:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":949,"name":"uint256","nodeType":"ElementaryTypeName","src":"971:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"970:9:6"},"scope":995,"src":"912:68:6","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":953,"nodeType":"StructuredDocumentation","src":"986:202:6","text":" @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"a9059cbb","id":962,"implemented":false,"kind":"function","modifiers":[],"name":"transfer","nameLocation":"1202:8:6","nodeType":"FunctionDefinition","parameters":{"id":958,"nodeType":"ParameterList","parameters":[{"constant":false,"id":955,"mutability":"mutable","name":"to","nameLocation":"1219:2:6","nodeType":"VariableDeclaration","scope":962,"src":"1211:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":954,"name":"address","nodeType":"ElementaryTypeName","src":"1211:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":957,"mutability":"mutable","name":"amount","nameLocation":"1231:6:6","nodeType":"VariableDeclaration","scope":962,"src":"1223:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":956,"name":"uint256","nodeType":"ElementaryTypeName","src":"1223:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1210:28:6"},"returnParameters":{"id":961,"nodeType":"ParameterList","parameters":[{"constant":false,"id":960,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":962,"src":"1257:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":959,"name":"bool","nodeType":"ElementaryTypeName","src":"1257:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"1256:6:6"},"scope":995,"src":"1193:70:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":963,"nodeType":"StructuredDocumentation","src":"1269:264:6","text":" @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called."},"functionSelector":"dd62ed3e","id":972,"implemented":false,"kind":"function","modifiers":[],"name":"allowance","nameLocation":"1547:9:6","nodeType":"FunctionDefinition","parameters":{"id":968,"nodeType":"ParameterList","parameters":[{"constant":false,"id":965,"mutability":"mutable","name":"owner","nameLocation":"1565:5:6","nodeType":"VariableDeclaration","scope":972,"src":"1557:13:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":964,"name":"address","nodeType":"ElementaryTypeName","src":"1557:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":967,"mutability":"mutable","name":"spender","nameLocation":"1580:7:6","nodeType":"VariableDeclaration","scope":972,"src":"1572:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":966,"name":"address","nodeType":"ElementaryTypeName","src":"1572:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1556:32:6"},"returnParameters":{"id":971,"nodeType":"ParameterList","parameters":[{"constant":false,"id":970,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":972,"src":"1612:7:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":969,"name":"uint256","nodeType":"ElementaryTypeName","src":"1612:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1611:9:6"},"scope":995,"src":"1538:83:6","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":973,"nodeType":"StructuredDocumentation","src":"1627:642:6","text":" @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event."},"functionSelector":"095ea7b3","id":982,"implemented":false,"kind":"function","modifiers":[],"name":"approve","nameLocation":"2283:7:6","nodeType":"FunctionDefinition","parameters":{"id":978,"nodeType":"ParameterList","parameters":[{"constant":false,"id":975,"mutability":"mutable","name":"spender","nameLocation":"2299:7:6","nodeType":"VariableDeclaration","scope":982,"src":"2291:15:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":974,"name":"address","nodeType":"ElementaryTypeName","src":"2291:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":977,"mutability":"mutable","name":"amount","nameLocation":"2316:6:6","nodeType":"VariableDeclaration","scope":982,"src":"2308:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":976,"name":"uint256","nodeType":"ElementaryTypeName","src":"2308:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2290:33:6"},"returnParameters":{"id":981,"nodeType":"ParameterList","parameters":[{"constant":false,"id":980,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":982,"src":"2342:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":979,"name":"bool","nodeType":"ElementaryTypeName","src":"2342:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2341:6:6"},"scope":995,"src":"2274:74:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":983,"nodeType":"StructuredDocumentation","src":"2354:287:6","text":" @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event."},"functionSelector":"23b872dd","id":994,"implemented":false,"kind":"function","modifiers":[],"name":"transferFrom","nameLocation":"2655:12:6","nodeType":"FunctionDefinition","parameters":{"id":990,"nodeType":"ParameterList","parameters":[{"constant":false,"id":985,"mutability":"mutable","name":"from","nameLocation":"2676:4:6","nodeType":"VariableDeclaration","scope":994,"src":"2668:12:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":984,"name":"address","nodeType":"ElementaryTypeName","src":"2668:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":987,"mutability":"mutable","name":"to","nameLocation":"2690:2:6","nodeType":"VariableDeclaration","scope":994,"src":"2682:10:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":986,"name":"address","nodeType":"ElementaryTypeName","src":"2682:7:6","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":989,"mutability":"mutable","name":"amount","nameLocation":"2702:6:6","nodeType":"VariableDeclaration","scope":994,"src":"2694:14:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":988,"name":"uint256","nodeType":"ElementaryTypeName","src":"2694:7:6","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"2667:42:6"},"returnParameters":{"id":993,"nodeType":"ParameterList","parameters":[{"constant":false,"id":992,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":994,"src":"2728:4:6","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":991,"name":"bool","nodeType":"ElementaryTypeName","src":"2728:4:6","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"2727:6:6"},"scope":995,"src":"2646:88:6","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":996,"src":"202:2534:6","usedErrors":[]}],"src":"106:2631:6"},"id":6},"contracts/GatewaySettingManager.sol":{"ast":{"absolutePath":"contracts/GatewaySettingManager.sol","exportedSymbols":{"ContextUpgradeable":[917],"GatewaySettingManager":[1263],"Initializable":[408],"Ownable2StepUpgradeable":[106],"OwnableUpgradeable":[239],"SharedStructs":[2064]},"id":1264,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":997,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"168:24:7"},{"absolutePath":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol","id":998,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1264,"sourceUnit":107,"src":"194:80:7","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":1000,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1264,"sourceUnit":2065,"src":"276:60:7","symbolAliases":[{"foreign":{"id":999,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2064,"src":"284:13:7","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1001,"name":"Ownable2StepUpgradeable","nameLocations":["372:23:7"],"nodeType":"IdentifierPath","referencedDeclaration":106,"src":"372:23:7"},"id":1002,"nodeType":"InheritanceSpecifier","src":"372:23:7"}],"canonicalName":"GatewaySettingManager","contractDependencies":[],"contractKind":"contract","fullyImplemented":true,"id":1263,"linearizedBaseContracts":[1263,106,239,917,408],"name":"GatewaySettingManager","nameLocation":"347:21:7","nodeType":"ContractDefinition","nodes":[{"constant":false,"id":1004,"mutability":"mutable","name":"MAX_BPS","nameLocation":"416:7:7","nodeType":"VariableDeclaration","scope":1263,"src":"399:24:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1003,"name":"uint256","nodeType":"ElementaryTypeName","src":"399:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1006,"mutability":"mutable","name":"protocolFeePercent","nameLocation":"442:18:7","nodeType":"VariableDeclaration","scope":1263,"src":"426:34:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1005,"name":"uint64","nodeType":"ElementaryTypeName","src":"426:6:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":1008,"mutability":"mutable","name":"treasuryAddress","nameLocation":"480:15:7","nodeType":"VariableDeclaration","scope":1263,"src":"463:32:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1007,"name":"address","nodeType":"ElementaryTypeName","src":"463:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1010,"mutability":"mutable","name":"_aggregatorAddress","nameLocation":"515:18:7","nodeType":"VariableDeclaration","scope":1263,"src":"498:35:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1009,"name":"address","nodeType":"ElementaryTypeName","src":"498:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1014,"mutability":"mutable","name":"__gap","nameLocation":"663:5:7","nodeType":"VariableDeclaration","scope":1263,"src":"643:25:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":1011,"name":"uint256","nodeType":"ElementaryTypeName","src":"643:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1013,"length":{"hexValue":"3530","id":1012,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"651:2:7","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"643:11:7","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"constant":false,"id":1018,"mutability":"mutable","name":"_isTokenSupported","nameLocation":"709:17:7","nodeType":"VariableDeclaration","scope":1263,"src":"672:54:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":1017,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1015,"name":"address","nodeType":"ElementaryTypeName","src":"680:7:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"672:27:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1016,"name":"uint256","nodeType":"ElementaryTypeName","src":"691:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"internal"},{"constant":false,"id":1024,"mutability":"mutable","name":"supportedInstitutions","nameLocation":"787:21:7","nodeType":"VariableDeclaration","scope":1263,"src":"730:78:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"typeName":{"id":1023,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1019,"name":"bytes32","nodeType":"ElementaryTypeName","src":"738:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"730:47:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution[])"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"baseType":{"id":1021,"nodeType":"UserDefinedTypeName","pathNode":{"id":1020,"name":"SharedStructs.Institution","nameLocations":["749:13:7","763:11:7"],"nodeType":"IdentifierPath","referencedDeclaration":2058,"src":"749:25:7"},"referencedDeclaration":2058,"src":"749:25:7","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2058_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1022,"nodeType":"ArrayTypeName","src":"749:27:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}}},"visibility":"internal"},{"constant":false,"id":1029,"mutability":"mutable","name":"supportedInstitutionsByCode","nameLocation":"872:27:7","nodeType":"VariableDeclaration","scope":1263,"src":"811:88:7","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2063_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"typeName":{"id":1028,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1025,"name":"bytes32","nodeType":"ElementaryTypeName","src":"819:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"811:51:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2063_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1027,"nodeType":"UserDefinedTypeName","pathNode":{"id":1026,"name":"SharedStructs.InstitutionByCode","nameLocations":["830:13:7","844:17:7"],"nodeType":"IdentifierPath","referencedDeclaration":2063,"src":"830:31:7"},"referencedDeclaration":2063,"src":"830:31:7","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2063_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}}},"visibility":"internal"},{"anonymous":false,"eventSelector":"cfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c","id":1037,"name":"SettingManagerBool","nameLocation":"909:18:7","nodeType":"EventDefinition","parameters":{"id":1036,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1031,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"944:4:7","nodeType":"VariableDeclaration","scope":1037,"src":"928:20:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1030,"name":"bytes32","nodeType":"ElementaryTypeName","src":"928:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1033,"indexed":true,"mutability":"mutable","name":"value","nameLocation":"966:5:7","nodeType":"VariableDeclaration","scope":1037,"src":"950:21:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1032,"name":"address","nodeType":"ElementaryTypeName","src":"950:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1035,"indexed":false,"mutability":"mutable","name":"status","nameLocation":"981:6:7","nodeType":"VariableDeclaration","scope":1037,"src":"973:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1034,"name":"uint256","nodeType":"ElementaryTypeName","src":"973:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"927:61:7"},"src":"903:86:7"},{"anonymous":false,"eventSelector":"58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac","id":1045,"name":"SupportedInstitutionsUpdated","nameLocation":"997:28:7","nodeType":"EventDefinition","parameters":{"id":1044,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1039,"indexed":true,"mutability":"mutable","name":"currency","nameLocation":"1045:8:7","nodeType":"VariableDeclaration","scope":1045,"src":"1029:24:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1038,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1029:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1043,"indexed":false,"mutability":"mutable","name":"institutions","nameLocation":"1085:12:7","nodeType":"VariableDeclaration","scope":1045,"src":"1057:40:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":1041,"nodeType":"UserDefinedTypeName","pathNode":{"id":1040,"name":"SharedStructs.Institution","nameLocations":["1057:13:7","1071:11:7"],"nodeType":"IdentifierPath","referencedDeclaration":2058,"src":"1057:25:7"},"referencedDeclaration":2058,"src":"1057:25:7","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2058_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1042,"nodeType":"ArrayTypeName","src":"1057:27:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"1025:75:7"},"src":"991:110:7"},{"anonymous":false,"eventSelector":"1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b","id":1049,"name":"ProtocolFeeUpdated","nameLocation":"1109:18:7","nodeType":"EventDefinition","parameters":{"id":1048,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1047,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"1135:11:7","nodeType":"VariableDeclaration","scope":1049,"src":"1128:18:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1046,"name":"uint64","nodeType":"ElementaryTypeName","src":"1128:6:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"1127:20:7"},"src":"1103:45:7"},{"anonymous":false,"eventSelector":"bbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a4","id":1055,"name":"ProtocolAddressUpdated","nameLocation":"1156:22:7","nodeType":"EventDefinition","parameters":{"id":1054,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1051,"indexed":true,"mutability":"mutable","name":"what","nameLocation":"1195:4:7","nodeType":"VariableDeclaration","scope":1055,"src":"1179:20:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1050,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1179:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1053,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1217:15:7","nodeType":"VariableDeclaration","scope":1055,"src":"1201:31:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1052,"name":"address","nodeType":"ElementaryTypeName","src":"1201:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1178:55:7"},"src":"1150:84:7"},{"anonymous":false,"eventSelector":"2e979f80fe4d43055c584cf4a8467c55875ea36728fc37176c05acd784eb7a73","id":1059,"name":"SetFeeRecipient","nameLocation":"1242:15:7","nodeType":"EventDefinition","parameters":{"id":1058,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1057,"indexed":true,"mutability":"mutable","name":"treasuryAddress","nameLocation":"1274:15:7","nodeType":"VariableDeclaration","scope":1059,"src":"1258:31:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1056,"name":"address","nodeType":"ElementaryTypeName","src":"1258:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"1257:33:7"},"src":"1236:55:7"},{"body":{"id":1109,"nodeType":"Block","src":"1865:243:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1077,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1072,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1064,"src":"1877:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1075,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1894:1:7","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":1074,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"1886:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1073,"name":"address","nodeType":"ElementaryTypeName","src":"1886:7:7","typeDescriptions":{}}},"id":1076,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1886:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1877:19:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207a65726f2061646472657373","id":1078,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1898:23:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""},"value":"Gateway: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""}],"id":1071,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1869:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1079,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1869:53:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1080,"nodeType":"ExpressionStatement","src":"1869:53:7"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_bool","typeString":"bool"},"id":1088,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1084,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1082,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1066,"src":"1934:6:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1083,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1944:1:7","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"1934:11:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"BinaryOperation","operator":"||","rightExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1087,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1085,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1066,"src":"1949:6:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"32","id":1086,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"1959:1:7","typeDescriptions":{"typeIdentifier":"t_rational_2_by_1","typeString":"int_const 2"},"value":"2"},"src":"1949:11:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"src":"1934:26:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a20696e76616c696420737461747573","id":1089,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1962:25:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","typeString":"literal_string \"Gateway: invalid status\""},"value":"Gateway: invalid status"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","typeString":"literal_string \"Gateway: invalid status\""}],"id":1081,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1926:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1090,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1926:62:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1091,"nodeType":"ExpressionStatement","src":"1926:62:7"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1094,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1092,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1062,"src":"1996:4:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"746f6b656e","id":1093,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2004:7:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_9b9b0454cadcb5884dd3faa6ba975da4d2459aa3f11d31291a25a8358f84946d","typeString":"literal_string \"token\""},"value":"token"},"src":"1996:15:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1108,"nodeType":"IfStatement","src":"1992:113:7","trueBody":{"id":1107,"nodeType":"Block","src":"2013:92:7","statements":[{"expression":{"id":1099,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1095,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1018,"src":"2018:17:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1097,"indexExpression":{"id":1096,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1064,"src":"2036:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2018:24:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1098,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1066,"src":"2045:6:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2018:33:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1100,"nodeType":"ExpressionStatement","src":"2018:33:7"},{"eventCall":{"arguments":[{"id":1102,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1062,"src":"2080:4:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1103,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1064,"src":"2086:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1104,"name":"status","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1066,"src":"2093:6:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1101,"name":"SettingManagerBool","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1037,"src":"2061:18:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_uint256_$returns$__$","typeString":"function (bytes32,address,uint256)"}},"id":1105,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2061:39:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1106,"nodeType":"EmitStatement","src":"2056:44:7"}]}}]},"documentation":{"id":1060,"nodeType":"StructuredDocumentation","src":"1488:283:7","text":" @dev Sets the boolean value for a specific setting.\n @param what The setting to be updated.\n @param value The address or value associated with the setting.\n @param status The boolean value to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"cd992400","id":1110,"implemented":true,"kind":"function","modifiers":[{"id":1069,"kind":"modifierInvocation","modifierName":{"id":1068,"name":"onlyOwner","nameLocations":["1855:9:7"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1855:9:7"},"nodeType":"ModifierInvocation","src":"1855:9:7"}],"name":"settingManagerBool","nameLocation":"1782:18:7","nodeType":"FunctionDefinition","parameters":{"id":1067,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1062,"mutability":"mutable","name":"what","nameLocation":"1809:4:7","nodeType":"VariableDeclaration","scope":1110,"src":"1801:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1061,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1801:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1064,"mutability":"mutable","name":"value","nameLocation":"1823:5:7","nodeType":"VariableDeclaration","scope":1110,"src":"1815:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1063,"name":"address","nodeType":"ElementaryTypeName","src":"1815:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1066,"mutability":"mutable","name":"status","nameLocation":"1838:6:7","nodeType":"VariableDeclaration","scope":1110,"src":"1830:14:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1065,"name":"uint256","nodeType":"ElementaryTypeName","src":"1830:7:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1800:45:7"},"returnParameters":{"id":1070,"nodeType":"ParameterList","parameters":[],"src":"1865:0:7"},"scope":1263,"src":"1773:335:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1172,"nodeType":"Block","src":"2450:412:7","statements":[{"expression":{"id":1125,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"delete","prefix":true,"src":"2454:38:7","subExpression":{"baseExpression":{"id":1122,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1024,"src":"2461:21:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1124,"indexExpression":{"id":1123,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1113,"src":"2483:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2461:31:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1126,"nodeType":"ExpressionStatement","src":"2454:38:7"},{"body":{"id":1163,"nodeType":"Block","src":"2536:243:7","statements":[{"expression":{"arguments":[{"baseExpression":{"id":1138,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1117,"src":"2578:12:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1140,"indexExpression":{"id":1139,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1128,"src":"2591:1:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2578:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2058_memory_ptr","typeString":"struct SharedStructs.Institution memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_struct$_Institution_$2058_memory_ptr","typeString":"struct SharedStructs.Institution memory"}],"expression":{"baseExpression":{"id":1134,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1024,"src":"2541:21:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1136,"indexExpression":{"id":1135,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1113,"src":"2563:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2541:31:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"id":1137,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2573:4:7","memberName":"push","nodeType":"MemberAccess","src":"2541:36:7","typeDescriptions":{"typeIdentifier":"t_function_arraypush_nonpayable$_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_ptr_$_t_struct$_Institution_$2058_storage_$returns$__$attached_to$_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_ptr_$","typeString":"function (struct SharedStructs.Institution storage ref[] storage pointer,struct SharedStructs.Institution storage ref)"}},"id":1141,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2541:53:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1142,"nodeType":"ExpressionStatement","src":"2541:53:7"},{"expression":{"id":1157,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1143,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1029,"src":"2599:27:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2063_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":1148,"indexExpression":{"expression":{"baseExpression":{"id":1144,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1117,"src":"2627:12:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1146,"indexExpression":{"id":1145,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1128,"src":"2640:1:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2627:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2058_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":1147,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2643:4:7","memberName":"code","nodeType":"MemberAccess","referencedDeclaration":2055,"src":"2627:20:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2599:49:7","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2063_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"baseExpression":{"id":1151,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1117,"src":"2695:12:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1153,"indexExpression":{"id":1152,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1128,"src":"2708:1:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2695:15:7","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2058_memory_ptr","typeString":"struct SharedStructs.Institution memory"}},"id":1154,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"2711:4:7","memberName":"name","nodeType":"MemberAccess","referencedDeclaration":2057,"src":"2695:20:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1155,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1113,"src":"2731:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"expression":{"id":1149,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2064,"src":"2651:13:7","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_SharedStructs_$2064_$","typeString":"type(library SharedStructs)"}},"id":1150,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2665:17:7","memberName":"InstitutionByCode","nodeType":"MemberAccess","referencedDeclaration":2063,"src":"2651:31:7","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_InstitutionByCode_$2063_storage_ptr_$","typeString":"type(struct SharedStructs.InstitutionByCode storage pointer)"}},"id":1156,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2689:4:7","2721:8:7"],"names":["name","currency"],"nodeType":"FunctionCall","src":"2651:94:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2063_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode memory"}},"src":"2599:146:7","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2063_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"id":1158,"nodeType":"ExpressionStatement","src":"2599:146:7"},{"id":1162,"nodeType":"UncheckedBlock","src":"2750:25:7","statements":[{"expression":{"id":1160,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":true,"src":"2766:3:7","subExpression":{"id":1159,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1128,"src":"2768:1:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1161,"nodeType":"ExpressionStatement","src":"2766:3:7"}]}]},"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1133,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1130,"name":"i","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1128,"src":"2509:1:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"<","rightExpression":{"expression":{"id":1131,"name":"institutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1117,"src":"2513:12:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution memory[] memory"}},"id":1132,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2526:6:7","memberName":"length","nodeType":"MemberAccess","src":"2513:19:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2509:23:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1164,"initializationExpression":{"assignments":[1128],"declarations":[{"constant":false,"id":1128,"mutability":"mutable","name":"i","nameLocation":"2506:1:7","nodeType":"VariableDeclaration","scope":1164,"src":"2501:6:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1127,"name":"uint","nodeType":"ElementaryTypeName","src":"2501:4:7","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1129,"nodeType":"VariableDeclarationStatement","src":"2501:6:7"},"nodeType":"ForStatement","src":"2496:283:7"},{"eventCall":{"arguments":[{"id":1166,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1113,"src":"2816:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"baseExpression":{"id":1167,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1024,"src":"2826:21:7","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1169,"indexExpression":{"id":1168,"name":"currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1113,"src":"2848:8:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2826:31:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}],"id":1165,"name":"SupportedInstitutionsUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1045,"src":"2787:28:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_$returns$__$","typeString":"function (bytes32,struct SharedStructs.Institution memory[] memory)"}},"id":1170,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2787:71:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1171,"nodeType":"EmitStatement","src":"2782:76:7"}]},"documentation":{"id":1111,"nodeType":"StructuredDocumentation","src":"2111:210:7","text":" @dev Sets the supported institutions for a specific currency.\n @param currency The currency for which the institutions are being set.\n @param institutions The array of institutions to be set."},"functionSelector":"32200882","id":1173,"implemented":true,"kind":"function","modifiers":[{"id":1120,"kind":"modifierInvocation","modifierName":{"id":1119,"name":"onlyOwner","nameLocations":["2440:9:7"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"2440:9:7"},"nodeType":"ModifierInvocation","src":"2440:9:7"}],"name":"setSupportedInstitutions","nameLocation":"2332:24:7","nodeType":"FunctionDefinition","parameters":{"id":1118,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1113,"mutability":"mutable","name":"currency","nameLocation":"2368:8:7","nodeType":"VariableDeclaration","scope":1173,"src":"2360:16:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1112,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2360:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1117,"mutability":"mutable","name":"institutions","nameLocation":"2415:12:7","nodeType":"VariableDeclaration","scope":1173,"src":"2380:47:7","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":1115,"nodeType":"UserDefinedTypeName","pathNode":{"id":1114,"name":"SharedStructs.Institution","nameLocations":["2380:13:7","2394:11:7"],"nodeType":"IdentifierPath","referencedDeclaration":2058,"src":"2380:25:7"},"referencedDeclaration":2058,"src":"2380:25:7","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2058_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1116,"nodeType":"ArrayTypeName","src":"2380:27:7","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"2356:74:7"},"returnParameters":{"id":1121,"nodeType":"ParameterList","parameters":[],"src":"2450:0:7"},"scope":1263,"src":"2323:539:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1189,"nodeType":"Block","src":"3069:96:7","statements":[{"expression":{"id":1183,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1181,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1006,"src":"3073:18:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1182,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1176,"src":"3094:19:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"3073:40:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"id":1184,"nodeType":"ExpressionStatement","src":"3073:40:7"},{"eventCall":{"arguments":[{"id":1186,"name":"_protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1176,"src":"3141:19:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":1185,"name":"ProtocolFeeUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1049,"src":"3122:18:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint64_$returns$__$","typeString":"function (uint64)"}},"id":1187,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3122:39:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1188,"nodeType":"EmitStatement","src":"3117:44:7"}]},"documentation":{"id":1174,"nodeType":"StructuredDocumentation","src":"2865:128:7","text":" @dev Updates the protocol fee percentage.\n @param _protocolFeePercent The new protocol fee percentage to be set."},"functionSelector":"47094e2e","id":1190,"implemented":true,"kind":"function","modifiers":[{"id":1179,"kind":"modifierInvocation","modifierName":{"id":1178,"name":"onlyOwner","nameLocations":["3059:9:7"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3059:9:7"},"nodeType":"ModifierInvocation","src":"3059:9:7"}],"name":"updateProtocolFee","nameLocation":"3004:17:7","nodeType":"FunctionDefinition","parameters":{"id":1177,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1176,"mutability":"mutable","name":"_protocolFeePercent","nameLocation":"3029:19:7","nodeType":"VariableDeclaration","scope":1190,"src":"3022:26:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1175,"name":"uint64","nodeType":"ElementaryTypeName","src":"3022:6:7","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"3021:28:7"},"returnParameters":{"id":1180,"nodeType":"ParameterList","parameters":[],"src":"3069:0:7"},"scope":1263,"src":"2995:170:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1261,"nodeType":"Block","src":"3473:472:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1206,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1201,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1195,"src":"3485:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1204,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3502:1:7","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":1203,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3494:7:7","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1202,"name":"address","nodeType":"ElementaryTypeName","src":"3494:7:7","typeDescriptions":{}}},"id":1205,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3494:10:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3485:19:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207a65726f2061646472657373","id":1207,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3506:23:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""},"value":"Gateway: zero address"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","typeString":"literal_string \"Gateway: zero address\""}],"id":1200,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3477:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1208,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3477:53:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1209,"nodeType":"ExpressionStatement","src":"3477:53:7"},{"assignments":[1211],"declarations":[{"constant":false,"id":1211,"mutability":"mutable","name":"updated","nameLocation":"3539:7:7","nodeType":"VariableDeclaration","scope":1261,"src":"3534:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1210,"name":"bool","nodeType":"ElementaryTypeName","src":"3534:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"id":1212,"nodeType":"VariableDeclarationStatement","src":"3534:12:7"},{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1215,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1213,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1193,"src":"3554:4:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"7472656173757279","id":1214,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3562:10:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_cbd818ad4dd6f1ff9338c2bb62480241424dd9a65f9f3284101a01cd099ad8ac","typeString":"literal_string \"treasury\""},"value":"treasury"},"src":"3554:18:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"falseBody":{"condition":{"commonType":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"id":1234,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1232,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1193,"src":"3715:4:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"61676772656761746f72","id":1233,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3723:12:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_e124d7cc79a19705865fa21b784ba187cd393559e960c0c071132cb60354d1a3","typeString":"literal_string \"aggregator\""},"value":"aggregator"},"src":"3715:20:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1251,"nodeType":"IfStatement","src":"3711:165:7","trueBody":{"id":1250,"nodeType":"Block","src":"3737:139:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1238,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1236,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1010,"src":"3750:18:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":1237,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1195,"src":"3772:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3750:27:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c726561647920736574","id":1239,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3779:41:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","typeString":"literal_string \"Gateway: aggregator address already set\""},"value":"Gateway: aggregator address already set"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","typeString":"literal_string \"Gateway: aggregator address already set\""}],"id":1235,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3742:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1240,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3742:79:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1241,"nodeType":"ExpressionStatement","src":"3742:79:7"},{"expression":{"id":1244,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1242,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1010,"src":"3826:18:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1243,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1195,"src":"3847:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3826:26:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1245,"nodeType":"ExpressionStatement","src":"3826:26:7"},{"expression":{"id":1248,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1246,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1211,"src":"3857:7:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1247,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3867:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3857:14:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1249,"nodeType":"ExpressionStatement","src":"3857:14:7"}]}},"id":1252,"nodeType":"IfStatement","src":"3550:326:7","trueBody":{"id":1231,"nodeType":"Block","src":"3574:131:7","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1219,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1217,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1008,"src":"3587:15:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"id":1218,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1195,"src":"3606:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3587:24:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"476174657761793a207472656173757279206164647265737320616c726561647920736574","id":1220,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3613:39:7","typeDescriptions":{"typeIdentifier":"t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","typeString":"literal_string \"Gateway: treasury address already set\""},"value":"Gateway: treasury address already set"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","typeString":"literal_string \"Gateway: treasury address already set\""}],"id":1216,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3579:7:7","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1221,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3579:74:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1222,"nodeType":"ExpressionStatement","src":"3579:74:7"},{"expression":{"id":1225,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1223,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1008,"src":"3658:15:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"id":1224,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1195,"src":"3676:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3658:23:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"id":1226,"nodeType":"ExpressionStatement","src":"3658:23:7"},{"expression":{"id":1229,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1227,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1211,"src":"3686:7:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1228,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"3696:4:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"3686:14:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1230,"nodeType":"ExpressionStatement","src":"3686:14:7"}]}},{"condition":{"id":1253,"name":"updated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1211,"src":"3883:7:7","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1260,"nodeType":"IfStatement","src":"3879:63:7","trueBody":{"id":1259,"nodeType":"Block","src":"3892:50:7","statements":[{"eventCall":{"arguments":[{"id":1255,"name":"what","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1193,"src":"3925:4:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1256,"name":"value","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1195,"src":"3931:5:7","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"}],"id":1254,"name":"ProtocolAddressUpdated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1055,"src":"3902:22:7","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_address_$returns$__$","typeString":"function (bytes32,address)"}},"id":1257,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3902:35:7","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1258,"nodeType":"EmitStatement","src":"3897:40:7"}]}}]},"documentation":{"id":1191,"nodeType":"StructuredDocumentation","src":"3168:224:7","text":" @dev Updates a protocol address.\n @param what The address type to be updated (treasury or aggregator).\n @param value The new address to be set.\n Requirements:\n - The value must not be a zero address."},"functionSelector":"40ebc677","id":1262,"implemented":true,"kind":"function","modifiers":[{"id":1198,"kind":"modifierInvocation","modifierName":{"id":1197,"name":"onlyOwner","nameLocations":["3463:9:7"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"3463:9:7"},"nodeType":"ModifierInvocation","src":"3463:9:7"}],"name":"updateProtocolAddress","nameLocation":"3403:21:7","nodeType":"FunctionDefinition","parameters":{"id":1196,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1193,"mutability":"mutable","name":"what","nameLocation":"3433:4:7","nodeType":"VariableDeclaration","scope":1262,"src":"3425:12:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1192,"name":"bytes32","nodeType":"ElementaryTypeName","src":"3425:7:7","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1195,"mutability":"mutable","name":"value","nameLocation":"3447:5:7","nodeType":"VariableDeclaration","scope":1262,"src":"3439:13:7","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1194,"name":"address","nodeType":"ElementaryTypeName","src":"3439:7:7","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"3424:29:7"},"returnParameters":{"id":1199,"nodeType":"ParameterList","parameters":[],"src":"3473:0:7"},"scope":1263,"src":"3394:551:7","stateMutability":"nonpayable","virtual":false,"visibility":"external"}],"scope":1264,"src":"338:3609:7","usedErrors":[]}],"src":"168:3780:7"},"id":7},"contracts/GatewayV2.sol":{"ast":{"absolutePath":"contracts/GatewayV2.sol","exportedSymbols":{"ContextUpgradeable":[917],"GatewaySettingManager":[1263],"GatewayV2":[1877],"IERC20":[995],"IGateway":[2051],"Initializable":[408],"PausableUpgradeable":[536],"SharedStructs":[2064]},"id":1878,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":1265,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:8"},{"absolutePath":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","file":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol","id":1266,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1878,"sourceUnit":537,"src":"65:78:8","symbolAliases":[],"unitAlias":""},{"absolutePath":"contracts/GatewaySettingManager.sol","file":"./GatewaySettingManager.sol","id":1268,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1878,"sourceUnit":1264,"src":"145:66:8","symbolAliases":[{"foreign":{"id":1267,"name":"GatewaySettingManager","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1263,"src":"153:21:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/interfaces/IGateway.sol","file":"./interfaces/IGateway.sol","id":1271,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1878,"sourceUnit":2052,"src":"212:59:8","symbolAliases":[{"foreign":{"id":1269,"name":"IGateway","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2051,"src":"220:8:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"},{"foreign":{"id":1270,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"230:6:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"./libraries/SharedStructs.sol","id":1273,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":1878,"sourceUnit":2065,"src":"272:60:8","symbolAliases":[{"foreign":{"id":1272,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2064,"src":"280:13:8","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[{"baseName":{"id":1275,"name":"IGateway","nameLocations":["473:8:8"],"nodeType":"IdentifierPath","referencedDeclaration":2051,"src":"473:8:8"},"id":1276,"nodeType":"InheritanceSpecifier","src":"473:8:8"},{"baseName":{"id":1277,"name":"GatewaySettingManager","nameLocations":["483:21:8"],"nodeType":"IdentifierPath","referencedDeclaration":1263,"src":"483:21:8"},"id":1278,"nodeType":"InheritanceSpecifier","src":"483:21:8"},{"baseName":{"id":1279,"name":"PausableUpgradeable","nameLocations":["506:19:8"],"nodeType":"IdentifierPath","referencedDeclaration":536,"src":"506:19:8"},"id":1280,"nodeType":"InheritanceSpecifier","src":"506:19:8"}],"canonicalName":"GatewayV2","contractDependencies":[],"contractKind":"contract","documentation":{"id":1274,"nodeType":"StructuredDocumentation","src":"334:116:8","text":" @title Gateway\n @notice This contract serves as a gateway for creating orders and managing settlements."},"fullyImplemented":true,"id":1877,"linearizedBaseContracts":[1877,536,1263,106,239,917,408,2051],"name":"GatewayV2","nameLocation":"460:9:8","nodeType":"ContractDefinition","nodes":[{"canonicalName":"GatewayV2.fee","id":1285,"members":[{"constant":false,"id":1282,"mutability":"mutable","name":"protocolFee","nameLocation":"552:11:8","nodeType":"VariableDeclaration","scope":1285,"src":"544:19:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1281,"name":"uint256","nodeType":"ElementaryTypeName","src":"544:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1284,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"575:23:8","nodeType":"VariableDeclaration","scope":1285,"src":"567:31:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1283,"name":"uint256","nodeType":"ElementaryTypeName","src":"567:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"fee","nameLocation":"536:3:8","nodeType":"StructDefinition","scope":1877,"src":"529:73:8","visibility":"public"},{"constant":false,"id":1290,"mutability":"mutable","name":"order","nameLocation":"639:5:8","nodeType":"VariableDeclaration","scope":1877,"src":"605:39:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order)"},"typeName":{"id":1289,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1286,"name":"bytes32","nodeType":"ElementaryTypeName","src":"613:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Mapping","src":"605:25:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1288,"nodeType":"UserDefinedTypeName","pathNode":{"id":1287,"name":"Order","nameLocations":["624:5:8"],"nodeType":"IdentifierPath","referencedDeclaration":1960,"src":"624:5:8"},"referencedDeclaration":1960,"src":"624:5:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage_ptr","typeString":"struct IGateway.Order"}}},"visibility":"private"},{"constant":false,"id":1294,"mutability":"mutable","name":"_nonce","nameLocation":"683:6:8","nodeType":"VariableDeclaration","scope":1877,"src":"647:42:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"typeName":{"id":1293,"keyName":"","keyNameLocation":"-1:-1:-1","keyType":{"id":1291,"name":"address","nodeType":"ElementaryTypeName","src":"655:7:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"Mapping","src":"647:27:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"},"valueName":"","valueNameLocation":"-1:-1:-1","valueType":{"id":1292,"name":"uint256","nodeType":"ElementaryTypeName","src":"666:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}},"visibility":"private"},{"constant":false,"id":1298,"mutability":"mutable","name":"__gap","nameLocation":"712:5:8","nodeType":"VariableDeclaration","scope":1877,"src":"692:25:8","stateVariable":true,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage","typeString":"uint256[50]"},"typeName":{"baseType":{"id":1295,"name":"uint256","nodeType":"ElementaryTypeName","src":"692:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1297,"length":{"hexValue":"3530","id":1296,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"700:2:8","typeDescriptions":{"typeIdentifier":"t_rational_50_by_1","typeString":"int_const 50"},"value":"50"},"nodeType":"ArrayTypeName","src":"692:11:8","typeDescriptions":{"typeIdentifier":"t_array$_t_uint256_$50_storage_ptr","typeString":"uint256[50]"}},"visibility":"private"},{"body":{"id":1305,"nodeType":"Block","src":"785:30:8","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1302,"name":"_disableInitializers","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":389,"src":"789:20:8","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1303,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"789:22:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1304,"nodeType":"ExpressionStatement","src":"789:22:8"}]},"documentation":{"id":1299,"nodeType":"StructuredDocumentation","src":"721:48:8","text":"@custom:oz-upgrades-unsafe-allow constructor"},"id":1306,"implemented":true,"kind":"constructor","modifiers":[],"name":"","nameLocation":"-1:-1:-1","nodeType":"FunctionDefinition","parameters":{"id":1300,"nodeType":"ParameterList","parameters":[],"src":"782:2:8"},"returnParameters":{"id":1301,"nodeType":"ParameterList","parameters":[],"src":"785:0:8"},"scope":1877,"src":"771:44:8","stateMutability":"nonpayable","virtual":false,"visibility":"public"},{"body":{"id":1322,"nodeType":"Block","src":"901:71:8","statements":[{"expression":{"id":1314,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1312,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1004,"src":"905:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"3130305f303030","id":1313,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"915:7:8","typeDescriptions":{"typeIdentifier":"t_rational_100000_by_1","typeString":"int_const 100000"},"value":"100_000"},"src":"905:17:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1315,"nodeType":"ExpressionStatement","src":"905:17:8"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1316,"name":"__Ownable2Step_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":26,"src":"926:19:8","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1317,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"926:21:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1318,"nodeType":"ExpressionStatement","src":"926:21:8"},{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1319,"name":"__Pausable_init","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":440,"src":"951:15:8","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1320,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"951:17:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1321,"nodeType":"ExpressionStatement","src":"951:17:8"}]},"documentation":{"id":1307,"nodeType":"StructuredDocumentation","src":"818:38:8","text":" @dev Initialize function."},"functionSelector":"8129fc1c","id":1323,"implemented":true,"kind":"function","modifiers":[{"id":1310,"kind":"modifierInvocation","modifierName":{"id":1309,"name":"initializer","nameLocations":["889:11:8"],"nodeType":"IdentifierPath","referencedDeclaration":310,"src":"889:11:8"},"nodeType":"ModifierInvocation","src":"889:11:8"}],"name":"initialize","nameLocation":"867:10:8","nodeType":"FunctionDefinition","parameters":{"id":1308,"nodeType":"ParameterList","parameters":[],"src":"877:2:8"},"returnParameters":{"id":1311,"nodeType":"ParameterList","parameters":[],"src":"901:0:8"},"scope":1877,"src":"858:114:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1335,"nodeType":"Block","src":"1081:72:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1330,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"id":1327,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"1093:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1328,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"1097:6:8","memberName":"sender","nodeType":"MemberAccess","src":"1093:10:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"id":1329,"name":"_aggregatorAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1010,"src":"1107:18:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"1093:32:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f6e6c7941676772656761746f72","id":1331,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"1127:16:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""},"value":"OnlyAggregator"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","typeString":"literal_string \"OnlyAggregator\""}],"id":1326,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"1085:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1332,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1085:59:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1333,"nodeType":"ExpressionStatement","src":"1085:59:8"},{"id":1334,"nodeType":"PlaceholderStatement","src":"1148:1:8"}]},"documentation":{"id":1324,"nodeType":"StructuredDocumentation","src":"975:78:8","text":" @dev Modifier that allows only the aggregator to call a function."},"id":1336,"name":"onlyAggregator","nameLocation":"1064:14:8","nodeType":"ModifierDefinition","parameters":{"id":1325,"nodeType":"ParameterList","parameters":[],"src":"1078:2:8"},"src":"1055:98:8","virtual":false,"visibility":"internal"},{"body":{"id":1345,"nodeType":"Block","src":"1424:16:8","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1342,"name":"_pause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":514,"src":"1428:6:8","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1343,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1428:8:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1344,"nodeType":"ExpressionStatement","src":"1428:8:8"}]},"documentation":{"id":1337,"nodeType":"StructuredDocumentation","src":"1349:37:8","text":" @dev Pause the contract."},"functionSelector":"8456cb59","id":1346,"implemented":true,"kind":"function","modifiers":[{"id":1340,"kind":"modifierInvocation","modifierName":{"id":1339,"name":"onlyOwner","nameLocations":["1414:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1414:9:8"},"nodeType":"ModifierInvocation","src":"1414:9:8"}],"name":"pause","nameLocation":"1397:5:8","nodeType":"FunctionDefinition","parameters":{"id":1338,"nodeType":"ParameterList","parameters":[],"src":"1402:2:8"},"returnParameters":{"id":1341,"nodeType":"ParameterList","parameters":[],"src":"1424:0:8"},"scope":1877,"src":"1388:52:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1355,"nodeType":"Block","src":"1522:18:8","statements":[{"expression":{"arguments":[],"expression":{"argumentTypes":[],"id":1352,"name":"_unpause","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":530,"src":"1526:8:8","typeDescriptions":{"typeIdentifier":"t_function_internal_nonpayable$__$returns$__$","typeString":"function ()"}},"id":1353,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"1526:10:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1354,"nodeType":"ExpressionStatement","src":"1526:10:8"}]},"documentation":{"id":1347,"nodeType":"StructuredDocumentation","src":"1443:39:8","text":" @dev Unpause the contract."},"functionSelector":"3f4ba83a","id":1356,"implemented":true,"kind":"function","modifiers":[{"id":1350,"kind":"modifierInvocation","modifierName":{"id":1349,"name":"onlyOwner","nameLocations":["1512:9:8"],"nodeType":"IdentifierPath","referencedDeclaration":153,"src":"1512:9:8"},"nodeType":"ModifierInvocation","src":"1512:9:8"}],"name":"unpause","nameLocation":"1493:7:8","nodeType":"FunctionDefinition","parameters":{"id":1348,"nodeType":"ParameterList","parameters":[],"src":"1500:2:8"},"returnParameters":{"id":1351,"nodeType":"ParameterList","parameters":[],"src":"1522:0:8"},"scope":1877,"src":"1484:56:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[1982],"body":{"id":1483,"nodeType":"Block","src":"2036:1131:8","statements":[{"expression":{"arguments":[{"id":1381,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1359,"src":"2079:6:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1382,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1361,"src":"2087:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1383,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1371,"src":"2096:14:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1384,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1367,"src":"2112:19:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1385,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1369,"src":"2133:10:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1380,"name":"_handler","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1540,"src":"2070:8:8","typeDescriptions":{"typeIdentifier":"t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256,address,address,uint256) view"}},"id":1386,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2070:74:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1387,"nodeType":"ExpressionStatement","src":"2070:74:8"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1395,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"arguments":[{"id":1391,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1373,"src":"2189:11:8","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":1390,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2183:5:8","typeDescriptions":{"typeIdentifier":"t_type$_t_bytes_storage_ptr_$","typeString":"type(bytes storage pointer)"},"typeName":{"id":1389,"name":"bytes","nodeType":"ElementaryTypeName","src":"2183:5:8","typeDescriptions":{}}},"id":1392,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2183:18:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_calldata_ptr","typeString":"bytes calldata"}},"id":1393,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2202:6:8","memberName":"length","nodeType":"MemberAccess","src":"2183:25:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1394,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"2212:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"2183:30:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c69644d65737361676548617368","id":1396,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"2215:20:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""},"value":"InvalidMessageHash"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","typeString":"literal_string \"InvalidMessageHash\""}],"id":1388,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"2175:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1397,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2175:61:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1398,"nodeType":"ExpressionStatement","src":"2175:61:8"},{"expression":{"arguments":[{"expression":{"id":1403,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2317:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1404,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2321:6:8","memberName":"sender","nodeType":"MemberAccess","src":"2317:10:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":1407,"name":"this","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-28,"src":"2337:4:8","typeDescriptions":{"typeIdentifier":"t_contract$_GatewayV2_$1877","typeString":"contract GatewayV2"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_contract$_GatewayV2_$1877","typeString":"contract GatewayV2"}],"id":1406,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2329:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1405,"name":"address","nodeType":"ElementaryTypeName","src":"2329:7:8","typeDescriptions":{}}},"id":1408,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2329:13:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1411,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1409,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1361,"src":"2344:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"id":1410,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1369,"src":"2354:10:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2344:20:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1400,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1359,"src":"2296:6:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1399,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"2289:6:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1401,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2289:14:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1402,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2304:12:8","memberName":"transferFrom","nodeType":"MemberAccess","referencedDeclaration":994,"src":"2289:27:8","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,address,uint256) external returns (bool)"}},"id":1412,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2289:76:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1413,"nodeType":"ExpressionStatement","src":"2289:76:8"},{"expression":{"id":1418,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"++","prefix":false,"src":"2420:20:8","subExpression":{"baseExpression":{"id":1414,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1294,"src":"2420:6:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1417,"indexExpression":{"expression":{"id":1415,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2427:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1416,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2431:6:8","memberName":"sender","nodeType":"MemberAccess","src":"2427:10:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2420:18:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1419,"nodeType":"ExpressionStatement","src":"2420:20:8"},{"expression":{"id":1432,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"id":1420,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1378,"src":"2494:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"arguments":[{"expression":{"id":1424,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2525:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1425,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2529:6:8","memberName":"sender","nodeType":"MemberAccess","src":"2525:10:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"baseExpression":{"id":1426,"name":"_nonce","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1294,"src":"2537:6:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1429,"indexExpression":{"expression":{"id":1427,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2544:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1428,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2548:6:8","memberName":"sender","nodeType":"MemberAccess","src":"2544:10:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"2537:18:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"id":1422,"name":"abi","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-1,"src":"2514:3:8","typeDescriptions":{"typeIdentifier":"t_magic_abi","typeString":"abi"}},"id":1423,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"memberLocation":"2518:6:8","memberName":"encode","nodeType":"MemberAccess","src":"2514:10:8","typeDescriptions":{"typeIdentifier":"t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$","typeString":"function () pure returns (bytes memory)"}},"id":1430,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2514:42:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes_memory_ptr","typeString":"bytes memory"}],"id":1421,"name":"keccak256","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-8,"src":"2504:9:8","typeDescriptions":{"typeIdentifier":"t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$","typeString":"function (bytes memory) pure returns (bytes32)"}},"id":1431,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2504:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"src":"2494:63:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"id":1433,"nodeType":"ExpressionStatement","src":"2494:63:8"},{"assignments":[1435],"declarations":[{"constant":false,"id":1435,"mutability":"mutable","name":"_protocolFee","nameLocation":"2594:12:8","nodeType":"VariableDeclaration","scope":1483,"src":"2586:20:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1434,"name":"uint256","nodeType":"ElementaryTypeName","src":"2586:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1442,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1441,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1438,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1436,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1361,"src":"2610:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1437,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1006,"src":"2620:18:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"2610:28:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1439,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"2609:30:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":1440,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1004,"src":"2642:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2609:40:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"2586:63:8"},{"expression":{"id":1464,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"baseExpression":{"id":1443,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"2653:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1445,"indexExpression":{"id":1444,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1378,"src":"2659:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"nodeType":"IndexAccess","src":"2653:14:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"arguments":[{"expression":{"id":1447,"name":"msg","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":-15,"src":"2689:3:8","typeDescriptions":{"typeIdentifier":"t_magic_message","typeString":"msg"}},"id":1448,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"2693:6:8","memberName":"sender","nodeType":"MemberAccess","src":"2689:10:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1449,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1359,"src":"2711:6:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1450,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1367,"src":"2742:19:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1451,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1369,"src":"2777:10:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1452,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1435,"src":"2805:12:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"hexValue":"66616c7365","id":1453,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2835:5:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"hexValue":"66616c7365","id":1454,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"2857:5:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},{"id":1455,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1371,"src":"2882:14:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"arguments":[{"id":1458,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1004,"src":"2920:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1457,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"2913:6:8","typeDescriptions":{"typeIdentifier":"t_type$_t_uint64_$","typeString":"type(uint64)"},"typeName":{"id":1456,"name":"uint64","nodeType":"ElementaryTypeName","src":"2913:6:8","typeDescriptions":{}}},"id":1459,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"2913:15:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1462,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1460,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1361,"src":"2941:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1461,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1435,"src":"2951:12:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"2941:22:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1446,"name":"Order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1960,"src":"2670:5:8","typeDescriptions":{"typeIdentifier":"t_type$_t_struct$_Order_$1960_storage_ptr_$","typeString":"type(struct IGateway.Order storage pointer)"}},"id":1463,"isConstant":false,"isLValue":false,"isPure":false,"kind":"structConstructorCall","lValueRequested":false,"nameLocations":["2681:6:8","2704:5:8","2722:18:8","2766:9:8","2792:11:8","2822:11:8","2845:10:8","2867:13:8","2901:10:8","2933:6:8"],"names":["sender","token","senderFeeRecipient","senderFee","protocolFee","isFulfilled","isRefunded","refundAddress","currentBPS","amount"],"nodeType":"FunctionCall","src":"2670:298:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_memory_ptr","typeString":"struct IGateway.Order memory"}},"src":"2653:315:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1465,"nodeType":"ExpressionStatement","src":"2653:315:8"},{"eventCall":{"arguments":[{"expression":{"baseExpression":{"id":1467,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"3025:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1469,"indexExpression":{"id":1468,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1378,"src":"3031:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3025:14:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1470,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3040:6:8","memberName":"sender","nodeType":"MemberAccess","referencedDeclaration":1941,"src":"3025:21:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1471,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1359,"src":"3051:6:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1472,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"3062:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1474,"indexExpression":{"id":1473,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1378,"src":"3068:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3062:14:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1475,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"3077:6:8","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"3062:21:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1476,"name":"_protocolFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1435,"src":"3088:12:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1477,"name":"orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1378,"src":"3105:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1478,"name":"_rate","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1365,"src":"3117:5:8","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},{"id":1479,"name":"_institutionCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1363,"src":"3127:16:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1480,"name":"messageHash","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1373,"src":"3148:11:8","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_uint96","typeString":"uint96"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_string_calldata_ptr","typeString":"string calldata"}],"id":1466,"name":"OrderCreated","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1903,"src":"3008:12:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_string_memory_ptr_$returns$__$","typeString":"function (address,address,uint256,uint256,bytes32,uint256,bytes32,string memory)"}},"id":1481,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3008:155:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1482,"nodeType":"EmitStatement","src":"3003:160:8"}]},"documentation":{"id":1357,"nodeType":"StructuredDocumentation","src":"1731:39:8","text":"@dev See {createOrder-IGateway}. "},"functionSelector":"d12ff20a","id":1484,"implemented":true,"kind":"function","modifiers":[{"id":1376,"kind":"modifierInvocation","modifierName":{"id":1375,"name":"whenNotPaused","nameLocations":["1996:13:8"],"nodeType":"IdentifierPath","referencedDeclaration":458,"src":"1996:13:8"},"nodeType":"ModifierInvocation","src":"1996:13:8"}],"name":"createOrder","nameLocation":"1781:11:8","nodeType":"FunctionDefinition","parameters":{"id":1374,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1359,"mutability":"mutable","name":"_token","nameLocation":"1804:6:8","nodeType":"VariableDeclaration","scope":1484,"src":"1796:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1358,"name":"address","nodeType":"ElementaryTypeName","src":"1796:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1361,"mutability":"mutable","name":"_amount","nameLocation":"1822:7:8","nodeType":"VariableDeclaration","scope":1484,"src":"1814:15:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1360,"name":"uint256","nodeType":"ElementaryTypeName","src":"1814:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1363,"mutability":"mutable","name":"_institutionCode","nameLocation":"1841:16:8","nodeType":"VariableDeclaration","scope":1484,"src":"1833:24:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1362,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1833:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1365,"mutability":"mutable","name":"_rate","nameLocation":"1868:5:8","nodeType":"VariableDeclaration","scope":1484,"src":"1861:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1364,"name":"uint96","nodeType":"ElementaryTypeName","src":"1861:6:8","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1367,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"1885:19:8","nodeType":"VariableDeclaration","scope":1484,"src":"1877:27:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1366,"name":"address","nodeType":"ElementaryTypeName","src":"1877:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1369,"mutability":"mutable","name":"_senderFee","nameLocation":"1916:10:8","nodeType":"VariableDeclaration","scope":1484,"src":"1908:18:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1368,"name":"uint256","nodeType":"ElementaryTypeName","src":"1908:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1371,"mutability":"mutable","name":"_refundAddress","nameLocation":"1938:14:8","nodeType":"VariableDeclaration","scope":1484,"src":"1930:22:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1370,"name":"address","nodeType":"ElementaryTypeName","src":"1930:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1373,"mutability":"mutable","name":"messageHash","nameLocation":"1972:11:8","nodeType":"VariableDeclaration","scope":1484,"src":"1956:27:8","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":1372,"name":"string","nodeType":"ElementaryTypeName","src":"1956:6:8","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"1792:194:8"},"returnParameters":{"id":1379,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1378,"mutability":"mutable","name":"orderId","nameLocation":"2027:7:8","nodeType":"VariableDeclaration","scope":1484,"src":"2019:15:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1377,"name":"bytes32","nodeType":"ElementaryTypeName","src":"2019:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"2018:17:8"},"scope":1877,"src":"1772:1395:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"body":{"id":1539,"nodeType":"Block","src":"3711:276:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1503,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":1499,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1018,"src":"3723:17:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1501,"indexExpression":{"id":1500,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1487,"src":"3741:6:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"3723:25:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1502,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3752:1:8","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"3723:30:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"546f6b656e4e6f74537570706f72746564","id":1504,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3755:19:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""},"value":"TokenNotSupported"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","typeString":"literal_string \"TokenNotSupported\""}],"id":1498,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3715:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1505,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3715:60:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1506,"nodeType":"ExpressionStatement","src":"3715:60:8"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1510,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1508,"name":"_amount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1489,"src":"3787:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1509,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3798:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"3787:12:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"416d6f756e7449735a65726f","id":1511,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3801:14:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""},"value":"AmountIsZero"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","typeString":"literal_string \"AmountIsZero\""}],"id":1507,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3779:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1512,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3779:37:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1513,"nodeType":"ExpressionStatement","src":"3779:37:8"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1520,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1515,"name":"_refundAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1491,"src":"3828:14:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1518,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3854: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":1517,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3846:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1516,"name":"address","nodeType":"ElementaryTypeName","src":"3846:7:8","typeDescriptions":{}}},"id":1519,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3846:10:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3828:28:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"5468726f775a65726f41646472657373","id":1521,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3858:18:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""},"value":"ThrowZeroAddress"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","typeString":"literal_string \"ThrowZeroAddress\""}],"id":1514,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3820:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1522,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3820:57:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1523,"nodeType":"ExpressionStatement","src":"3820:57:8"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1526,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1524,"name":"_senderFee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1495,"src":"3886:10:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1525,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3900:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"3886:15:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1538,"nodeType":"IfStatement","src":"3882:102:8","trueBody":{"id":1537,"nodeType":"Block","src":"3903:81:8","statements":[{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_address","typeString":"address"},"id":1533,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1528,"name":"_senderFeeRecipient","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1493,"src":"3916:19:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"arguments":[{"hexValue":"30","id":1531,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"3947: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":1530,"isConstant":false,"isLValue":false,"isPure":true,"lValueRequested":false,"nodeType":"ElementaryTypeNameExpression","src":"3939:7:8","typeDescriptions":{"typeIdentifier":"t_type$_t_address_$","typeString":"type(address)"},"typeName":{"id":1529,"name":"address","nodeType":"ElementaryTypeName","src":"3939:7:8","typeDescriptions":{}}},"id":1532,"isConstant":false,"isLValue":false,"isPure":true,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3939:10:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"src":"3916:33:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","id":1534,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"3951:27:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""},"value":"InvalidSenderFeeRecipient"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","typeString":"literal_string \"InvalidSenderFeeRecipient\""}],"id":1527,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"3908:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1535,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"3908:71:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1536,"nodeType":"ExpressionStatement","src":"3908:71:8"}]}}]},"documentation":{"id":1485,"nodeType":"StructuredDocumentation","src":"3170:388:8","text":" @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee."},"id":1540,"implemented":true,"kind":"function","modifiers":[],"name":"_handler","nameLocation":"3569:8:8","nodeType":"FunctionDefinition","parameters":{"id":1496,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1487,"mutability":"mutable","name":"_token","nameLocation":"3589:6:8","nodeType":"VariableDeclaration","scope":1540,"src":"3581:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1486,"name":"address","nodeType":"ElementaryTypeName","src":"3581:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1489,"mutability":"mutable","name":"_amount","nameLocation":"3607:7:8","nodeType":"VariableDeclaration","scope":1540,"src":"3599:15:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1488,"name":"uint256","nodeType":"ElementaryTypeName","src":"3599:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1491,"mutability":"mutable","name":"_refundAddress","nameLocation":"3626:14:8","nodeType":"VariableDeclaration","scope":1540,"src":"3618:22:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1490,"name":"address","nodeType":"ElementaryTypeName","src":"3618:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1493,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"3652:19:8","nodeType":"VariableDeclaration","scope":1540,"src":"3644:27:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1492,"name":"address","nodeType":"ElementaryTypeName","src":"3644:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1495,"mutability":"mutable","name":"_senderFee","nameLocation":"3683:10:8","nodeType":"VariableDeclaration","scope":1540,"src":"3675:18:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1494,"name":"uint256","nodeType":"ElementaryTypeName","src":"3675:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"3577:119:8"},"returnParameters":{"id":1497,"nodeType":"ParameterList","parameters":[],"src":"3711:0:8"},"scope":1877,"src":"3560:427:8","stateMutability":"view","virtual":false,"visibility":"internal"},{"baseFunctions":[1996],"body":{"id":1694,"nodeType":"Block","src":"4382:1337:8","statements":[{"expression":{"arguments":[{"id":1561,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4445:28:8","subExpression":{"expression":{"baseExpression":{"id":1557,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"4446:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1559,"indexExpression":{"id":1558,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"4452:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4446:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1560,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4462:11:8","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":1951,"src":"4446:27:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":1562,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4475:16:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":1556,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4437:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1563,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4437:55:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1564,"nodeType":"ExpressionStatement","src":"4437:55:8"},{"expression":{"arguments":[{"id":1570,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"4504:27:8","subExpression":{"expression":{"baseExpression":{"id":1566,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"4505:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1568,"indexExpression":{"id":1567,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"4511:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4505:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1569,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4521:10:8","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":1953,"src":"4505:26:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f72646572526566756e646564","id":1571,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"4533:15:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""},"value":"OrderRefunded"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""}],"id":1565,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"4496:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1572,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4496:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1573,"nodeType":"ExpressionStatement","src":"4496:53:8"},{"assignments":[1575],"declarations":[{"constant":false,"id":1575,"mutability":"mutable","name":"token","nameLocation":"4594:5:8","nodeType":"VariableDeclaration","scope":1694,"src":"4586:13:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1574,"name":"address","nodeType":"ElementaryTypeName","src":"4586:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"id":1580,"initialValue":{"expression":{"baseExpression":{"id":1576,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"4602:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1578,"indexExpression":{"id":1577,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"4608:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4602:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1579,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4618:5:8","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1943,"src":"4602:21:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"nodeType":"VariableDeclarationStatement","src":"4586:37:8"},{"expression":{"id":1586,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1581,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"4690:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1583,"indexExpression":{"id":1582,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"4696:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4690:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1584,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"4706:10:8","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":1957,"src":"4690:26:8","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":1585,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1549,"src":"4720:14:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"4690:44:8","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":1587,"nodeType":"ExpressionStatement","src":"4690:44:8"},{"condition":{"commonType":{"typeIdentifier":"t_uint96","typeString":"uint96"},"id":1593,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1588,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"4743:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1590,"indexExpression":{"id":1589,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"4749:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4743:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1591,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4759:10:8","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":1957,"src":"4743:26:8","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"30","id":1592,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4773:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4743:31:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1657,"nodeType":"IfStatement","src":"4739:604:8","trueBody":{"id":1656,"nodeType":"Block","src":"4776:567:8","statements":[{"expression":{"id":1599,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1594,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"4826:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1596,"indexExpression":{"id":1595,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"4832:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4826:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1597,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"4842:11:8","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":1951,"src":"4826:27:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1598,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"4856:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"4826:34:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1600,"nodeType":"ExpressionStatement","src":"4826:34:8"},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1606,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1601,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"4870:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1603,"indexExpression":{"id":1602,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"4876:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4870:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1604,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4886:9:8","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1947,"src":"4870:25:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1605,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"4899:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"4870:30:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1636,"nodeType":"IfStatement","src":"4866:321:8","trueBody":{"id":1635,"nodeType":"Block","src":"4902:285:8","statements":[{"expression":{"arguments":[{"expression":{"baseExpression":{"id":1614,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"4980:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1616,"indexExpression":{"id":1615,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"4986:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4980:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1617,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4996:18:8","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":1945,"src":"4980:34:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1618,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"5021:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1620,"indexExpression":{"id":1619,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"5027:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5021:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1621,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5037:9:8","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1947,"src":"5021:25:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1608,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"4942:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1610,"indexExpression":{"id":1609,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"4948:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"4942:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1611,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"4958:5:8","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1943,"src":"4942:21:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1607,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"4935:6:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1612,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4935:29:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1613,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"4965:8:8","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"4935:38:8","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1622,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"4935:117:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1623,"nodeType":"ExpressionStatement","src":"4935:117:8"},{"eventCall":{"arguments":[{"expression":{"baseExpression":{"id":1625,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"5109:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1627,"indexExpression":{"id":1626,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"5115:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5109:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1628,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5125:18:8","memberName":"senderFeeRecipient","nodeType":"MemberAccess","referencedDeclaration":1945,"src":"5109:34:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1629,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"5150:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1631,"indexExpression":{"id":1630,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"5156:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5150:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1632,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5166:9:8","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1947,"src":"5150:25:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"id":1624,"name":"SenderFeeTransferred","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1928,"src":"5082:20:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$","typeString":"function (address,uint256)"}},"id":1633,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5082:99:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1634,"nodeType":"EmitStatement","src":"5077:104:8"}]}},{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1642,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1637,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"5196:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1639,"indexExpression":{"id":1638,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"5202:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5196:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1640,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5212:11:8","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1949,"src":"5196:27:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"!=","rightExpression":{"hexValue":"30","id":1641,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"5227:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"5196:32:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1655,"nodeType":"IfStatement","src":"5192:147:8","trueBody":{"id":1654,"nodeType":"Block","src":"5230:109:8","statements":[{"expression":{"arguments":[{"id":1647,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1008,"src":"5288:15:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"expression":{"baseExpression":{"id":1648,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"5305:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1650,"indexExpression":{"id":1649,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"5311:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5305:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1651,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5321:11:8","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1949,"src":"5305:27:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1644,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1575,"src":"5272:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1643,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"5265:6:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1645,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5265:13:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1646,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5279:8:8","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"5265:22:8","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1652,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5265:68:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1653,"nodeType":"ExpressionStatement","src":"5265:68:8"}]}}]}},{"assignments":[1659],"declarations":[{"constant":false,"id":1659,"mutability":"mutable","name":"liquidityProviderAmount","nameLocation":"5391:23:8","nodeType":"VariableDeclaration","scope":1694,"src":"5383:31:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1658,"name":"uint256","nodeType":"ElementaryTypeName","src":"5383:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1669,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1668,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"components":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1665,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1660,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"5418:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1662,"indexExpression":{"id":1661,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"5424:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5418:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1663,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5434:6:8","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"5418:22:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"*","rightExpression":{"id":1664,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1549,"src":"5443:14:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"src":"5418:39:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1666,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"5417:41:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"/","rightExpression":{"id":1667,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1004,"src":"5461:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5417:51:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"5383:85:8"},{"expression":{"id":1675,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1670,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"5472:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1672,"indexExpression":{"id":1671,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"5478:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5472:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1673,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"5488:6:8","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"5472:22:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"Assignment","operator":"-=","rightHandSide":{"id":1674,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"5498:23:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"5472:49:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"id":1676,"nodeType":"ExpressionStatement","src":"5472:49:8"},{"expression":{"arguments":[{"id":1681,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1547,"src":"5548:18:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1682,"name":"liquidityProviderAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1659,"src":"5568:23:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"id":1678,"name":"token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1575,"src":"5532:5:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1677,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"5525:6:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1679,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5525:13:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1680,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"5539:8:8","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"5525:22:8","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1683,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5525:67:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1684,"nodeType":"ExpressionStatement","src":"5525:67:8"},{"eventCall":{"arguments":[{"id":1686,"name":"_splitOrderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1543,"src":"5639:13:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1687,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1545,"src":"5654:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},{"id":1688,"name":"_liquidityProvider","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1547,"src":"5664:18:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1689,"name":"_settlePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1549,"src":"5684:14:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"},{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint64","typeString":"uint64"}],"id":1685,"name":"OrderSettled","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1914,"src":"5626:12:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$","typeString":"function (bytes32,bytes32,address,uint96)"}},"id":1690,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5626:73:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1691,"nodeType":"EmitStatement","src":"5621:78:8"},{"expression":{"hexValue":"74727565","id":1692,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"5711:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1555,"id":1693,"nodeType":"Return","src":"5704:11:8"}]},"documentation":{"id":1541,"nodeType":"StructuredDocumentation","src":"4188:34:8","text":"@dev See {settle-IGateway}. "},"functionSelector":"f22ee704","id":1695,"implemented":true,"kind":"function","modifiers":[{"id":1552,"kind":"modifierInvocation","modifierName":{"id":1551,"name":"onlyAggregator","nameLocations":["4352:14:8"],"nodeType":"IdentifierPath","referencedDeclaration":1336,"src":"4352:14:8"},"nodeType":"ModifierInvocation","src":"4352:14:8"}],"name":"settle","nameLocation":"4233:6:8","nodeType":"FunctionDefinition","parameters":{"id":1550,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1543,"mutability":"mutable","name":"_splitOrderId","nameLocation":"4251:13:8","nodeType":"VariableDeclaration","scope":1695,"src":"4243:21:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1542,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4243:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1545,"mutability":"mutable","name":"_orderId","nameLocation":"4276:8:8","nodeType":"VariableDeclaration","scope":1695,"src":"4268:16:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1544,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4268:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1547,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"4296:18:8","nodeType":"VariableDeclaration","scope":1695,"src":"4288:26:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1546,"name":"address","nodeType":"ElementaryTypeName","src":"4288:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1549,"mutability":"mutable","name":"_settlePercent","nameLocation":"4325:14:8","nodeType":"VariableDeclaration","scope":1695,"src":"4318:21:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1548,"name":"uint64","nodeType":"ElementaryTypeName","src":"4318:6:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"4239:103:8"},"returnParameters":{"id":1555,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1554,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1695,"src":"4376:4:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1553,"name":"bool","nodeType":"ElementaryTypeName","src":"4376:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"4375:6:8"},"scope":1877,"src":"4224:1495:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[2006],"body":{"id":1800,"nodeType":"Block","src":"5845:839:8","statements":[{"expression":{"arguments":[{"id":1712,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"5908:28:8","subExpression":{"expression":{"baseExpression":{"id":1708,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"5909:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1710,"indexExpression":{"id":1709,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"5915:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5909:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1711,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5925:11:8","memberName":"isFulfilled","nodeType":"MemberAccess","referencedDeclaration":1951,"src":"5909:27:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f7264657246756c66696c6c6564","id":1713,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5938:16:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""},"value":"OrderFulfilled"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","typeString":"literal_string \"OrderFulfilled\""}],"id":1707,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5900:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1714,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5900:55:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1715,"nodeType":"ExpressionStatement","src":"5900:55:8"},{"expression":{"arguments":[{"id":1721,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"UnaryOperation","operator":"!","prefix":true,"src":"5967:27:8","subExpression":{"expression":{"baseExpression":{"id":1717,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"5968:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1719,"indexExpression":{"id":1718,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"5974:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"5968:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1720,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"5984:10:8","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":1953,"src":"5968:26:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4f72646572526566756e646564","id":1722,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"5996:15:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""},"value":"OrderRefunded"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","typeString":"literal_string \"OrderRefunded\""}],"id":1716,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"5959:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1723,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"5959:53:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1724,"nodeType":"ExpressionStatement","src":"5959:53:8"},{"expression":{"arguments":[{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1731,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1726,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"6024:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1728,"indexExpression":{"id":1727,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6030:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6024:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1729,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6040:11:8","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1949,"src":"6024:27:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":">=","rightExpression":{"id":1730,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1698,"src":"6055:4:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6024:35:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},{"hexValue":"4665654578636565647350726f746f636f6c466565","id":1732,"isConstant":false,"isLValue":false,"isPure":true,"kind":"string","lValueRequested":false,"nodeType":"Literal","src":"6061:23:8","typeDescriptions":{"typeIdentifier":"t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","typeString":"literal_string \"FeeExceedsProtocolFee\""},"value":"FeeExceedsProtocolFee"}],"expression":{"argumentTypes":[{"typeIdentifier":"t_bool","typeString":"bool"},{"typeIdentifier":"t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","typeString":"literal_string \"FeeExceedsProtocolFee\""}],"id":1725,"name":"require","nodeType":"Identifier","overloadedDeclarations":[-18,-18],"referencedDeclaration":-18,"src":"6016:7:8","typeDescriptions":{"typeIdentifier":"t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$","typeString":"function (bool,string memory) pure"}},"id":1733,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6016:69:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1734,"nodeType":"ExpressionStatement","src":"6016:69:8"},{"expression":{"arguments":[{"id":1742,"name":"treasuryAddress","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1008,"src":"6170:15:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"id":1743,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1698,"src":"6187:4:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1736,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"6138:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1738,"indexExpression":{"id":1737,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6144:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6138:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1739,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6154:5:8","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1943,"src":"6138:21:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1735,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"6131:6:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1740,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6131:29:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1741,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6161:8:8","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"6131:38:8","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1744,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6131:61:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1745,"nodeType":"ExpressionStatement","src":"6131:61:8"},{"expression":{"id":1751,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1746,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"6221:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1748,"indexExpression":{"id":1747,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6227:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6221:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1749,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"6237:10:8","memberName":"isRefunded","nodeType":"MemberAccess","referencedDeclaration":1953,"src":"6221:26:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"74727565","id":1750,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6250:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"src":"6221:33:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1752,"nodeType":"ExpressionStatement","src":"6221:33:8"},{"expression":{"id":1758,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftHandSide":{"expression":{"baseExpression":{"id":1753,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"6258:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1755,"indexExpression":{"id":1754,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6264:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6258:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1756,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":true,"memberLocation":"6274:10:8","memberName":"currentBPS","nodeType":"MemberAccess","referencedDeclaration":1957,"src":"6258:26:8","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"nodeType":"Assignment","operator":"=","rightHandSide":{"hexValue":"30","id":1757,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"6287:1:8","typeDescriptions":{"typeIdentifier":"t_rational_0_by_1","typeString":"int_const 0"},"value":"0"},"src":"6258:30:8","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"id":1759,"nodeType":"ExpressionStatement","src":"6258:30:8"},{"assignments":[1761],"declarations":[{"constant":false,"id":1761,"mutability":"mutable","name":"refundAmount","nameLocation":"6335:12:8","nodeType":"VariableDeclaration","scope":1800,"src":"6327:20:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1760,"name":"uint256","nodeType":"ElementaryTypeName","src":"6327:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"id":1773,"initialValue":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1772,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1770,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"expression":{"baseExpression":{"id":1762,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"6350:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1764,"indexExpression":{"id":1763,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6356:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6350:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1765,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6366:6:8","memberName":"amount","nodeType":"MemberAccess","referencedDeclaration":1959,"src":"6350:22:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"expression":{"baseExpression":{"id":1766,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"6375:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1768,"indexExpression":{"id":1767,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6381:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6375:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1769,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6391:11:8","memberName":"protocolFee","nodeType":"MemberAccess","referencedDeclaration":1949,"src":"6375:27:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6350:52:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"-","rightExpression":{"id":1771,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1698,"src":"6405:4:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6350:59:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"VariableDeclarationStatement","src":"6327:82:8"},{"expression":{"arguments":[{"expression":{"baseExpression":{"id":1781,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"6522:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1783,"indexExpression":{"id":1782,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6528:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6522:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1784,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6538:13:8","memberName":"refundAddress","nodeType":"MemberAccess","referencedDeclaration":1955,"src":"6522:29:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1790,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"id":1785,"name":"refundAmount","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1761,"src":"6556:12:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"+","rightExpression":{"expression":{"baseExpression":{"id":1786,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"6571:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1788,"indexExpression":{"id":1787,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6577:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6571:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1789,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6587:9:8","memberName":"senderFee","nodeType":"MemberAccess","referencedDeclaration":1947,"src":"6571:25:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"src":"6556:40:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"},{"typeIdentifier":"t_uint256","typeString":"uint256"}],"expression":{"arguments":[{"expression":{"baseExpression":{"id":1775,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"6486:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1777,"indexExpression":{"id":1776,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6492:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"6486:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"id":1778,"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"memberLocation":"6502:5:8","memberName":"token","nodeType":"MemberAccess","referencedDeclaration":1943,"src":"6486:21:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_address","typeString":"address"}],"id":1774,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"6479:6:8","typeDescriptions":{"typeIdentifier":"t_type$_t_contract$_IERC20_$995_$","typeString":"type(contract IERC20)"}},"id":1779,"isConstant":false,"isLValue":false,"isPure":false,"kind":"typeConversion","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6479:29:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_contract$_IERC20_$995","typeString":"contract IERC20"}},"id":1780,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"memberLocation":"6509:8:8","memberName":"transfer","nodeType":"MemberAccess","referencedDeclaration":962,"src":"6479:38:8","typeDescriptions":{"typeIdentifier":"t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$","typeString":"function (address,uint256) external returns (bool)"}},"id":1791,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6479:121:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1792,"nodeType":"ExpressionStatement","src":"6479:121:8"},{"eventCall":{"arguments":[{"id":1794,"name":"_fee","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1698,"src":"6649:4:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},{"id":1795,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1700,"src":"6655:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}}],"expression":{"argumentTypes":[{"typeIdentifier":"t_uint256","typeString":"uint256"},{"typeIdentifier":"t_bytes32","typeString":"bytes32"}],"id":1793,"name":"OrderRefunded","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1921,"src":"6635:13:8","typeDescriptions":{"typeIdentifier":"t_function_event_nonpayable$_t_uint256_$_t_bytes32_$returns$__$","typeString":"function (uint256,bytes32)"}},"id":1796,"isConstant":false,"isLValue":false,"isPure":false,"kind":"functionCall","lValueRequested":false,"nameLocations":[],"names":[],"nodeType":"FunctionCall","src":"6635:29:8","tryCall":false,"typeDescriptions":{"typeIdentifier":"t_tuple$__$","typeString":"tuple()"}},"id":1797,"nodeType":"EmitStatement","src":"6630:34:8"},{"expression":{"hexValue":"74727565","id":1798,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"6676:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1706,"id":1799,"nodeType":"Return","src":"6669:11:8"}]},"documentation":{"id":1696,"nodeType":"StructuredDocumentation","src":"5722:34:8","text":"@dev See {refund-IGateway}. "},"functionSelector":"71eedb88","id":1801,"implemented":true,"kind":"function","modifiers":[{"id":1703,"kind":"modifierInvocation","modifierName":{"id":1702,"name":"onlyAggregator","nameLocations":["5815:14:8"],"nodeType":"IdentifierPath","referencedDeclaration":1336,"src":"5815:14:8"},"nodeType":"ModifierInvocation","src":"5815:14:8"}],"name":"refund","nameLocation":"5767:6:8","nodeType":"FunctionDefinition","parameters":{"id":1701,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1698,"mutability":"mutable","name":"_fee","nameLocation":"5782:4:8","nodeType":"VariableDeclaration","scope":1801,"src":"5774:12:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1697,"name":"uint256","nodeType":"ElementaryTypeName","src":"5774:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1700,"mutability":"mutable","name":"_orderId","nameLocation":"5796:8:8","nodeType":"VariableDeclaration","scope":1801,"src":"5788:16:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1699,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5788:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"5773:32:8"},"returnParameters":{"id":1706,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1705,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1801,"src":"5839:4:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1704,"name":"bool","nodeType":"ElementaryTypeName","src":"5839:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5838:6:8"},"scope":1877,"src":"5758:926:8","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"baseFunctions":[2023],"body":{"id":1814,"nodeType":"Block","src":"6994:30:8","statements":[{"expression":{"baseExpression":{"id":1810,"name":"order","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1290,"src":"7005:5:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_Order_$1960_storage_$","typeString":"mapping(bytes32 => struct IGateway.Order storage ref)"}},"id":1812,"indexExpression":{"id":1811,"name":"_orderId","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1804,"src":"7011:8:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7005:15:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage","typeString":"struct IGateway.Order storage ref"}},"functionReturnParameters":1809,"id":1813,"nodeType":"Return","src":"6998:22:8"}]},"documentation":{"id":1802,"nodeType":"StructuredDocumentation","src":"6875:40:8","text":"@dev See {getOrderInfo-IGateway}. "},"functionSelector":"768c6ec0","id":1815,"implemented":true,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"6926:12:8","nodeType":"FunctionDefinition","parameters":{"id":1805,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1804,"mutability":"mutable","name":"_orderId","nameLocation":"6947:8:8","nodeType":"VariableDeclaration","scope":1815,"src":"6939:16:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1803,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6939:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6938:18:8"},"returnParameters":{"id":1809,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1808,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1815,"src":"6980:12:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_memory_ptr","typeString":"struct IGateway.Order"},"typeName":{"id":1807,"nodeType":"UserDefinedTypeName","pathNode":{"id":1806,"name":"Order","nameLocations":["6980:5:8"],"nodeType":"IdentifierPath","referencedDeclaration":1960,"src":"6980:5:8"},"referencedDeclaration":1960,"src":"6980:5:8","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage_ptr","typeString":"struct IGateway.Order"}},"visibility":"internal"}],"src":"6979:14:8"},"scope":1877,"src":"6917:107:8","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2014],"body":{"id":1833,"nodeType":"Block","src":"7144:71:8","statements":[{"condition":{"commonType":{"typeIdentifier":"t_uint256","typeString":"uint256"},"id":1827,"isConstant":false,"isLValue":false,"isPure":false,"lValueRequested":false,"leftExpression":{"baseExpression":{"id":1823,"name":"_isTokenSupported","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1018,"src":"7152:17:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_address_$_t_uint256_$","typeString":"mapping(address => uint256)"}},"id":1825,"indexExpression":{"id":1824,"name":"_token","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1818,"src":"7170:6:8","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7152:25:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"nodeType":"BinaryOperation","operator":"==","rightExpression":{"hexValue":"31","id":1826,"isConstant":false,"isLValue":false,"isPure":true,"kind":"number","lValueRequested":false,"nodeType":"Literal","src":"7181:1:8","typeDescriptions":{"typeIdentifier":"t_rational_1_by_1","typeString":"int_const 1"},"value":"1"},"src":"7152:30:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"id":1830,"nodeType":"IfStatement","src":"7148:47:8","trueBody":{"expression":{"hexValue":"74727565","id":1828,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7191:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"true"},"functionReturnParameters":1822,"id":1829,"nodeType":"Return","src":"7184:11:8"}},{"expression":{"hexValue":"66616c7365","id":1831,"isConstant":false,"isLValue":false,"isPure":true,"kind":"bool","lValueRequested":false,"nodeType":"Literal","src":"7206:5:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"value":"false"},"functionReturnParameters":1822,"id":1832,"nodeType":"Return","src":"7199:12:8"}]},"documentation":{"id":1816,"nodeType":"StructuredDocumentation","src":"7027:44:8","text":"@dev See {isTokenSupported-IGateway}. "},"functionSelector":"75151b63","id":1834,"implemented":true,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"7082:16:8","nodeType":"FunctionDefinition","parameters":{"id":1819,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1818,"mutability":"mutable","name":"_token","nameLocation":"7107:6:8","nodeType":"VariableDeclaration","scope":1834,"src":"7099:14:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1817,"name":"address","nodeType":"ElementaryTypeName","src":"7099:7:8","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"7098:16:8"},"returnParameters":{"id":1822,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1821,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1834,"src":"7138:4:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1820,"name":"bool","nodeType":"ElementaryTypeName","src":"7138:4:8","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"7137:6:8"},"scope":1877,"src":"7073:142:8","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2040],"body":{"id":1847,"nodeType":"Block","src":"7399:49:8","statements":[{"expression":{"baseExpression":{"id":1843,"name":"supportedInstitutionsByCode","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1029,"src":"7410:27:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$2063_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)"}},"id":1845,"indexExpression":{"id":1844,"name":"_code","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1837,"src":"7438:5:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7410:34:8","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2063_storage","typeString":"struct SharedStructs.InstitutionByCode storage ref"}},"functionReturnParameters":1842,"id":1846,"nodeType":"Return","src":"7403:41:8"}]},"documentation":{"id":1835,"nodeType":"StructuredDocumentation","src":"7218:57:8","text":"@dev See {getSupportedInstitutionByCode-IGateway}. "},"functionSelector":"c2280103","id":1848,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"7286:29:8","nodeType":"FunctionDefinition","parameters":{"id":1838,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1837,"mutability":"mutable","name":"_code","nameLocation":"7327:5:8","nodeType":"VariableDeclaration","scope":1848,"src":"7319:13:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1836,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7319:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7315:20:8"},"returnParameters":{"id":1842,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1841,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1848,"src":"7359:38:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2063_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":1840,"nodeType":"UserDefinedTypeName","pathNode":{"id":1839,"name":"SharedStructs.InstitutionByCode","nameLocations":["7359:13:8","7373:17:8"],"nodeType":"IdentifierPath","referencedDeclaration":2063,"src":"7359:31:8"},"referencedDeclaration":2063,"src":"7359:31:8","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2063_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"7358:40:8"},"scope":1877,"src":"7277:171:8","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2050],"body":{"id":1862,"nodeType":"Block","src":"7622:47:8","statements":[{"expression":{"baseExpression":{"id":1858,"name":"supportedInstitutions","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1024,"src":"7633:21:8","typeDescriptions":{"typeIdentifier":"t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_$","typeString":"mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)"}},"id":1860,"indexExpression":{"id":1859,"name":"_currency","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1851,"src":"7655:9:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"isConstant":false,"isLValue":true,"isPure":false,"lValueRequested":false,"nodeType":"IndexAccess","src":"7633:32:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","typeString":"struct SharedStructs.Institution storage ref[] storage ref"}},"functionReturnParameters":1857,"id":1861,"nodeType":"Return","src":"7626:39:8"}]},"documentation":{"id":1849,"nodeType":"StructuredDocumentation","src":"7451:52:8","text":"@dev See {getSupportedInstitutions-IGateway}. "},"functionSelector":"02621338","id":1863,"implemented":true,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"7514:24:8","nodeType":"FunctionDefinition","parameters":{"id":1852,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1851,"mutability":"mutable","name":"_currency","nameLocation":"7550:9:8","nodeType":"VariableDeclaration","scope":1863,"src":"7542:17:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1850,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7542:7:8","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7538:24:8"},"returnParameters":{"id":1857,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1856,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1863,"src":"7586:34:8","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":1854,"nodeType":"UserDefinedTypeName","pathNode":{"id":1853,"name":"SharedStructs.Institution","nameLocations":["7586:13:8","7600:11:8"],"nodeType":"IdentifierPath","referencedDeclaration":2058,"src":"7586:25:8"},"referencedDeclaration":2058,"src":"7586:25:8","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2058_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":1855,"nodeType":"ArrayTypeName","src":"7586:27:8","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"7585:36:8"},"scope":1877,"src":"7505:164:8","stateMutability":"view","virtual":false,"visibility":"external"},{"baseFunctions":[2031],"body":{"id":1875,"nodeType":"Block","src":"7780:44:8","statements":[{"expression":{"components":[{"id":1871,"name":"protocolFeePercent","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1006,"src":"7792:18:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},{"id":1872,"name":"MAX_BPS","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":1004,"src":"7812:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}}],"id":1873,"isConstant":false,"isInlineArray":false,"isLValue":false,"isPure":false,"lValueRequested":false,"nodeType":"TupleExpression","src":"7791:29:8","typeDescriptions":{"typeIdentifier":"t_tuple$_t_uint64_$_t_uint256_$","typeString":"tuple(uint64,uint256)"}},"functionReturnParameters":1870,"id":1874,"nodeType":"Return","src":"7784:36:8"}]},"documentation":{"id":1864,"nodeType":"StructuredDocumentation","src":"7672:41:8","text":"@dev See {getFeeDetails-IGateway}. "},"functionSelector":"b810c636","id":1876,"implemented":true,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"7724:13:8","nodeType":"FunctionDefinition","parameters":{"id":1865,"nodeType":"ParameterList","parameters":[],"src":"7737:2:8"},"returnParameters":{"id":1870,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1867,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1876,"src":"7763:6:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1866,"name":"uint64","nodeType":"ElementaryTypeName","src":"7763:6:8","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":1869,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1876,"src":"7771:7:8","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1868,"name":"uint256","nodeType":"ElementaryTypeName","src":"7771:7:8","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"7762:17:8"},"scope":1877,"src":"7715:109:8","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":1878,"src":"451:7375:8","usedErrors":[]}],"src":"39:7788:8"},"id":8},"contracts/interfaces/IGateway.sol":{"ast":{"absolutePath":"contracts/interfaces/IGateway.sol","exportedSymbols":{"IERC20":[995],"IGateway":[2051],"SharedStructs":[2064]},"id":2052,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":1879,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:9"},{"absolutePath":"@openzeppelin/contracts/token/ERC20/IERC20.sol","file":"@openzeppelin/contracts/token/ERC20/IERC20.sol","id":1881,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2052,"sourceUnit":996,"src":"65:70:9","symbolAliases":[{"foreign":{"id":1880,"name":"IERC20","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":995,"src":"73:6:9","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"absolutePath":"contracts/libraries/SharedStructs.sol","file":"../libraries/SharedStructs.sol","id":1883,"nameLocation":"-1:-1:-1","nodeType":"ImportDirective","scope":2052,"sourceUnit":2065,"src":"137:61:9","symbolAliases":[{"foreign":{"id":1882,"name":"SharedStructs","nodeType":"Identifier","overloadedDeclarations":[],"referencedDeclaration":2064,"src":"145:13:9","typeDescriptions":{}},"nameLocation":"-1:-1:-1"}],"unitAlias":""},{"abstract":false,"baseContracts":[],"canonicalName":"IGateway","contractDependencies":[],"contractKind":"interface","documentation":{"id":1884,"nodeType":"StructuredDocumentation","src":"200:73:9","text":" @title IGateway\n @notice Interface for the Gateway contract."},"fullyImplemented":false,"id":2051,"linearizedBaseContracts":[2051],"name":"IGateway","nameLocation":"284:8:9","nodeType":"ContractDefinition","nodes":[{"anonymous":false,"documentation":{"id":1885,"nodeType":"StructuredDocumentation","src":"480:391:9","text":" @dev Emitted when a deposit is made.\n @param sender The address of the sender.\n @param token The address of the deposited token.\n @param amount The amount of the deposit.\n @param orderId The ID of the order.\n @param rate The rate at which the deposit is made.\n @param institutionCode The code of the institution.\n @param messageHash The hash of the message."},"eventSelector":"3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf333","id":1903,"name":"OrderCreated","nameLocation":"879:12:9","nodeType":"EventDefinition","parameters":{"id":1902,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1887,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"911:6:9","nodeType":"VariableDeclaration","scope":1903,"src":"895:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1886,"name":"address","nodeType":"ElementaryTypeName","src":"895:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1889,"indexed":true,"mutability":"mutable","name":"token","nameLocation":"937:5:9","nodeType":"VariableDeclaration","scope":1903,"src":"921:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1888,"name":"address","nodeType":"ElementaryTypeName","src":"921:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1891,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"962:6:9","nodeType":"VariableDeclaration","scope":1903,"src":"946:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1890,"name":"uint256","nodeType":"ElementaryTypeName","src":"946:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1893,"indexed":false,"mutability":"mutable","name":"protocolFee","nameLocation":"980:11:9","nodeType":"VariableDeclaration","scope":1903,"src":"972:19:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1892,"name":"uint256","nodeType":"ElementaryTypeName","src":"972:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1895,"indexed":false,"mutability":"mutable","name":"orderId","nameLocation":"1003:7:9","nodeType":"VariableDeclaration","scope":1903,"src":"995:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1894,"name":"bytes32","nodeType":"ElementaryTypeName","src":"995:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1897,"indexed":false,"mutability":"mutable","name":"rate","nameLocation":"1022:4:9","nodeType":"VariableDeclaration","scope":1903,"src":"1014:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1896,"name":"uint256","nodeType":"ElementaryTypeName","src":"1014:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1899,"indexed":false,"mutability":"mutable","name":"institutionCode","nameLocation":"1038:15:9","nodeType":"VariableDeclaration","scope":1903,"src":"1030:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1898,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1030:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1901,"indexed":false,"mutability":"mutable","name":"messageHash","nameLocation":"1064:11:9","nodeType":"VariableDeclaration","scope":1903,"src":"1057:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_string_memory_ptr","typeString":"string"},"typeName":{"id":1900,"name":"string","nodeType":"ElementaryTypeName","src":"1057:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"891:187:9"},"src":"873:206:9"},{"anonymous":false,"documentation":{"id":1904,"nodeType":"StructuredDocumentation","src":"1082:303:9","text":" @dev Emitted when an aggregator settles a transaction.\n @param splitOrderId The ID of the split order.\n @param orderId The ID of the order.\n @param liquidityProvider The address of the liquidity provider.\n @param settlePercent The percentage at which the transaction is settled."},"eventSelector":"98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a","id":1914,"name":"OrderSettled","nameLocation":"1393:12:9","nodeType":"EventDefinition","parameters":{"id":1913,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1906,"indexed":false,"mutability":"mutable","name":"splitOrderId","nameLocation":"1417:12:9","nodeType":"VariableDeclaration","scope":1914,"src":"1409:20:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1905,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1409:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1908,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1449:7:9","nodeType":"VariableDeclaration","scope":1914,"src":"1433:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1907,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1433:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1910,"indexed":true,"mutability":"mutable","name":"liquidityProvider","nameLocation":"1476:17:9","nodeType":"VariableDeclaration","scope":1914,"src":"1460:33:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1909,"name":"address","nodeType":"ElementaryTypeName","src":"1460:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1912,"indexed":false,"mutability":"mutable","name":"settlePercent","nameLocation":"1504:13:9","nodeType":"VariableDeclaration","scope":1914,"src":"1497:20:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1911,"name":"uint96","nodeType":"ElementaryTypeName","src":"1497:6:9","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"}],"src":"1405:115:9"},"src":"1387:134:9"},{"anonymous":false,"documentation":{"id":1915,"nodeType":"StructuredDocumentation","src":"1524:163:9","text":" @dev Emitted when an aggregator refunds a transaction.\n @param fee The fee deducted from the refund amount.\n @param orderId The ID of the order."},"eventSelector":"0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e","id":1921,"name":"OrderRefunded","nameLocation":"1695:13:9","nodeType":"EventDefinition","parameters":{"id":1920,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1917,"indexed":false,"mutability":"mutable","name":"fee","nameLocation":"1717:3:9","nodeType":"VariableDeclaration","scope":1921,"src":"1709:11:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1916,"name":"uint256","nodeType":"ElementaryTypeName","src":"1709:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1919,"indexed":true,"mutability":"mutable","name":"orderId","nameLocation":"1738:7:9","nodeType":"VariableDeclaration","scope":1921,"src":"1722:23:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1918,"name":"bytes32","nodeType":"ElementaryTypeName","src":"1722:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"1708:38:9"},"src":"1689:58:9"},{"anonymous":false,"documentation":{"id":1922,"nodeType":"StructuredDocumentation","src":"1750:161:9","text":" @dev Emitted when the sender's fee is transferred.\n @param sender The address of the sender.\n @param amount The amount of the fee transferred."},"eventSelector":"44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c2501","id":1928,"name":"SenderFeeTransferred","nameLocation":"1919:20:9","nodeType":"EventDefinition","parameters":{"id":1927,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1924,"indexed":true,"mutability":"mutable","name":"sender","nameLocation":"1956:6:9","nodeType":"VariableDeclaration","scope":1928,"src":"1940:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1923,"name":"address","nodeType":"ElementaryTypeName","src":"1940:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1926,"indexed":true,"mutability":"mutable","name":"amount","nameLocation":"1980:6:9","nodeType":"VariableDeclaration","scope":1928,"src":"1964:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1925,"name":"uint256","nodeType":"ElementaryTypeName","src":"1964:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"1939:48:9"},"src":"1913:75:9"},{"canonicalName":"IGateway.TransactionMetadata","id":1939,"members":[{"constant":false,"id":1930,"mutability":"mutable","name":"identifier","nameLocation":"2554:10:9","nodeType":"VariableDeclaration","scope":1939,"src":"2547:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1929,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2547:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1932,"mutability":"mutable","name":"institution","nameLocation":"2575:11:9","nodeType":"VariableDeclaration","scope":1939,"src":"2568:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1931,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2568:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1934,"mutability":"mutable","name":"name","nameLocation":"2597:4:9","nodeType":"VariableDeclaration","scope":1939,"src":"2590:11:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1933,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2590:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1936,"mutability":"mutable","name":"currency","nameLocation":"2612:8:9","nodeType":"VariableDeclaration","scope":1939,"src":"2605:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"},"typeName":{"id":1935,"name":"bytes8","nodeType":"ElementaryTypeName","src":"2605:6:9","typeDescriptions":{"typeIdentifier":"t_bytes8","typeString":"bytes8"}},"visibility":"internal"},{"constant":false,"id":1938,"mutability":"mutable","name":"liquidityProviderID","nameLocation":"2632:19:9","nodeType":"VariableDeclaration","scope":1939,"src":"2624:27:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1937,"name":"uint256","nodeType":"ElementaryTypeName","src":"2624:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"TransactionMetadata","nameLocation":"2523:19:9","nodeType":"StructDefinition","scope":2051,"src":"2516:139:9","visibility":"public"},{"canonicalName":"IGateway.Order","id":1960,"members":[{"constant":false,"id":1941,"mutability":"mutable","name":"sender","nameLocation":"3277:6:9","nodeType":"VariableDeclaration","scope":1960,"src":"3269:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1940,"name":"address","nodeType":"ElementaryTypeName","src":"3269:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1943,"mutability":"mutable","name":"token","nameLocation":"3295:5:9","nodeType":"VariableDeclaration","scope":1960,"src":"3287:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1942,"name":"address","nodeType":"ElementaryTypeName","src":"3287:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1945,"mutability":"mutable","name":"senderFeeRecipient","nameLocation":"3312:18:9","nodeType":"VariableDeclaration","scope":1960,"src":"3304:26:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1944,"name":"address","nodeType":"ElementaryTypeName","src":"3304:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1947,"mutability":"mutable","name":"senderFee","nameLocation":"3342:9:9","nodeType":"VariableDeclaration","scope":1960,"src":"3334:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1946,"name":"uint256","nodeType":"ElementaryTypeName","src":"3334:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1949,"mutability":"mutable","name":"protocolFee","nameLocation":"3363:11:9","nodeType":"VariableDeclaration","scope":1960,"src":"3355:19:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1948,"name":"uint256","nodeType":"ElementaryTypeName","src":"3355:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1951,"mutability":"mutable","name":"isFulfilled","nameLocation":"3383:11:9","nodeType":"VariableDeclaration","scope":1960,"src":"3378:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1950,"name":"bool","nodeType":"ElementaryTypeName","src":"3378:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1953,"mutability":"mutable","name":"isRefunded","nameLocation":"3403:10:9","nodeType":"VariableDeclaration","scope":1960,"src":"3398:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1952,"name":"bool","nodeType":"ElementaryTypeName","src":"3398:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"},{"constant":false,"id":1955,"mutability":"mutable","name":"refundAddress","nameLocation":"3425:13:9","nodeType":"VariableDeclaration","scope":1960,"src":"3417:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1954,"name":"address","nodeType":"ElementaryTypeName","src":"3417:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1957,"mutability":"mutable","name":"currentBPS","nameLocation":"3449:10:9","nodeType":"VariableDeclaration","scope":1960,"src":"3442:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1956,"name":"uint96","nodeType":"ElementaryTypeName","src":"3442:6:9","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1959,"mutability":"mutable","name":"amount","nameLocation":"3471:6:9","nodeType":"VariableDeclaration","scope":1960,"src":"3463:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1958,"name":"uint256","nodeType":"ElementaryTypeName","src":"3463:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"name":"Order","nameLocation":"3259:5:9","nodeType":"StructDefinition","scope":2051,"src":"3252:229:9","visibility":"public"},{"documentation":{"id":1961,"nodeType":"StructuredDocumentation","src":"3676:1028:9","text":" @notice Locks the sender's amount of token into Gateway.\n @dev Requirements:\n - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n - `_token` must be an acceptable token. See {isTokenSupported}.\n - `amount` must be greater than minimum.\n - `_refundAddress` refund address must not be zero address.\n @param _token The address of the token.\n @param _amount The amount in the decimal of `_token` to be locked.\n @param _institutionCode The institution code of the sender.\n @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n @param messageHash The hash of the message.\n @return _orderId The ID of the order."},"functionSelector":"d12ff20a","id":1982,"implemented":false,"kind":"function","modifiers":[],"name":"createOrder","nameLocation":"4715:11:9","nodeType":"FunctionDefinition","parameters":{"id":1978,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1963,"mutability":"mutable","name":"_token","nameLocation":"4738:6:9","nodeType":"VariableDeclaration","scope":1982,"src":"4730:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1962,"name":"address","nodeType":"ElementaryTypeName","src":"4730:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1965,"mutability":"mutable","name":"_amount","nameLocation":"4756:7:9","nodeType":"VariableDeclaration","scope":1982,"src":"4748:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1964,"name":"uint256","nodeType":"ElementaryTypeName","src":"4748:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1967,"mutability":"mutable","name":"_institutionCode","nameLocation":"4775:16:9","nodeType":"VariableDeclaration","scope":1982,"src":"4767:24:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1966,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4767:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1969,"mutability":"mutable","name":"_rate","nameLocation":"4802:5:9","nodeType":"VariableDeclaration","scope":1982,"src":"4795:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"},"typeName":{"id":1968,"name":"uint96","nodeType":"ElementaryTypeName","src":"4795:6:9","typeDescriptions":{"typeIdentifier":"t_uint96","typeString":"uint96"}},"visibility":"internal"},{"constant":false,"id":1971,"mutability":"mutable","name":"_senderFeeRecipient","nameLocation":"4819:19:9","nodeType":"VariableDeclaration","scope":1982,"src":"4811:27:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1970,"name":"address","nodeType":"ElementaryTypeName","src":"4811:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1973,"mutability":"mutable","name":"_senderFee","nameLocation":"4850:10:9","nodeType":"VariableDeclaration","scope":1982,"src":"4842:18:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1972,"name":"uint256","nodeType":"ElementaryTypeName","src":"4842:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":1975,"mutability":"mutable","name":"_refundAddress","nameLocation":"4872:14:9","nodeType":"VariableDeclaration","scope":1982,"src":"4864:22:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1974,"name":"address","nodeType":"ElementaryTypeName","src":"4864:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1977,"mutability":"mutable","name":"messageHash","nameLocation":"4906:11:9","nodeType":"VariableDeclaration","scope":1982,"src":"4890:27:9","stateVariable":false,"storageLocation":"calldata","typeDescriptions":{"typeIdentifier":"t_string_calldata_ptr","typeString":"string"},"typeName":{"id":1976,"name":"string","nodeType":"ElementaryTypeName","src":"4890:6:9","typeDescriptions":{"typeIdentifier":"t_string_storage_ptr","typeString":"string"}},"visibility":"internal"}],"src":"4726:194:9"},"returnParameters":{"id":1981,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1980,"mutability":"mutable","name":"_orderId","nameLocation":"4947:8:9","nodeType":"VariableDeclaration","scope":1982,"src":"4939:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1979,"name":"bytes32","nodeType":"ElementaryTypeName","src":"4939:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"4938:18:9"},"scope":2051,"src":"4706:251:9","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":1983,"nodeType":"StructuredDocumentation","src":"4960:366:9","text":" @notice Settles a transaction and distributes rewards accordingly.\n @param _splitOrderId The ID of the split order.\n @param _orderId The ID of the transaction.\n @param _liquidityProvider The address of the liquidity provider.\n @param _settlePercent The rate at which the transaction is settled.\n @return bool the settlement is successful."},"functionSelector":"f22ee704","id":1996,"implemented":false,"kind":"function","modifiers":[],"name":"settle","nameLocation":"5337:6:9","nodeType":"FunctionDefinition","parameters":{"id":1992,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1985,"mutability":"mutable","name":"_splitOrderId","nameLocation":"5355:13:9","nodeType":"VariableDeclaration","scope":1996,"src":"5347:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1984,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5347:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1987,"mutability":"mutable","name":"_orderId","nameLocation":"5380:8:9","nodeType":"VariableDeclaration","scope":1996,"src":"5372:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":1986,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5372:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":1989,"mutability":"mutable","name":"_liquidityProvider","nameLocation":"5400:18:9","nodeType":"VariableDeclaration","scope":1996,"src":"5392:26:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":1988,"name":"address","nodeType":"ElementaryTypeName","src":"5392:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"},{"constant":false,"id":1991,"mutability":"mutable","name":"_settlePercent","nameLocation":"5429:14:9","nodeType":"VariableDeclaration","scope":1996,"src":"5422:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":1990,"name":"uint64","nodeType":"ElementaryTypeName","src":"5422:6:9","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"}],"src":"5343:103:9"},"returnParameters":{"id":1995,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1994,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":1996,"src":"5465:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":1993,"name":"bool","nodeType":"ElementaryTypeName","src":"5465:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5464:6:9"},"scope":2051,"src":"5328:143:9","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":1997,"nodeType":"StructuredDocumentation","src":"5474:299:9","text":" @notice Refunds to the specified refundable address.\n @dev Requirements:\n - Only aggregators can call this function.\n @param _fee The amount to be deducted from the amount to be refunded.\n @param _orderId The ID of the transaction.\n @return bool the refund is successful."},"functionSelector":"71eedb88","id":2006,"implemented":false,"kind":"function","modifiers":[],"name":"refund","nameLocation":"5784:6:9","nodeType":"FunctionDefinition","parameters":{"id":2002,"nodeType":"ParameterList","parameters":[{"constant":false,"id":1999,"mutability":"mutable","name":"_fee","nameLocation":"5799:4:9","nodeType":"VariableDeclaration","scope":2006,"src":"5791:12:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":1998,"name":"uint256","nodeType":"ElementaryTypeName","src":"5791:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"},{"constant":false,"id":2001,"mutability":"mutable","name":"_orderId","nameLocation":"5813:8:9","nodeType":"VariableDeclaration","scope":2006,"src":"5805:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2000,"name":"bytes32","nodeType":"ElementaryTypeName","src":"5805:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"5790:32:9"},"returnParameters":{"id":2005,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2004,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2006,"src":"5841:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2003,"name":"bool","nodeType":"ElementaryTypeName","src":"5841:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"5840:6:9"},"scope":2051,"src":"5775:72:9","stateMutability":"nonpayable","virtual":false,"visibility":"external"},{"documentation":{"id":2007,"nodeType":"StructuredDocumentation","src":"5850:157:9","text":" @notice Checks if a token is supported by Gateway.\n @param _token The address of the token to check.\n @return bool the token is supported."},"functionSelector":"75151b63","id":2014,"implemented":false,"kind":"function","modifiers":[],"name":"isTokenSupported","nameLocation":"6018:16:9","nodeType":"FunctionDefinition","parameters":{"id":2010,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2009,"mutability":"mutable","name":"_token","nameLocation":"6043:6:9","nodeType":"VariableDeclaration","scope":2014,"src":"6035:14:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"},"typeName":{"id":2008,"name":"address","nodeType":"ElementaryTypeName","src":"6035:7:9","stateMutability":"nonpayable","typeDescriptions":{"typeIdentifier":"t_address","typeString":"address"}},"visibility":"internal"}],"src":"6034:16:9"},"returnParameters":{"id":2013,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2012,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2014,"src":"6074:4:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"},"typeName":{"id":2011,"name":"bool","nodeType":"ElementaryTypeName","src":"6074:4:9","typeDescriptions":{"typeIdentifier":"t_bool","typeString":"bool"}},"visibility":"internal"}],"src":"6073:6:9"},"scope":2051,"src":"6009:71:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2015,"nodeType":"StructuredDocumentation","src":"6083:128:9","text":" @notice Gets the details of an order.\n @param _orderId The ID of the order.\n @return Order The order details."},"functionSelector":"768c6ec0","id":2023,"implemented":false,"kind":"function","modifiers":[],"name":"getOrderInfo","nameLocation":"6222:12:9","nodeType":"FunctionDefinition","parameters":{"id":2018,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2017,"mutability":"mutable","name":"_orderId","nameLocation":"6243:8:9","nodeType":"VariableDeclaration","scope":2023,"src":"6235:16:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2016,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6235:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6234:18:9"},"returnParameters":{"id":2022,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2021,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2023,"src":"6276:12:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_memory_ptr","typeString":"struct IGateway.Order"},"typeName":{"id":2020,"nodeType":"UserDefinedTypeName","pathNode":{"id":2019,"name":"Order","nameLocations":["6276:5:9"],"nodeType":"IdentifierPath","referencedDeclaration":1960,"src":"6276:5:9"},"referencedDeclaration":1960,"src":"6276:5:9","typeDescriptions":{"typeIdentifier":"t_struct$_Order_$1960_storage_ptr","typeString":"struct IGateway.Order"}},"visibility":"internal"}],"src":"6275:14:9"},"scope":2051,"src":"6213:77:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2024,"nodeType":"StructuredDocumentation","src":"6293:154:9","text":" @notice Gets the fee details of Gateway.\n @return protocolReward The protocol reward amount.\n @return max_bps The maximum basis points."},"functionSelector":"b810c636","id":2031,"implemented":false,"kind":"function","modifiers":[],"name":"getFeeDetails","nameLocation":"6458:13:9","nodeType":"FunctionDefinition","parameters":{"id":2025,"nodeType":"ParameterList","parameters":[],"src":"6471:2:9"},"returnParameters":{"id":2030,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2027,"mutability":"mutable","name":"protocolReward","nameLocation":"6504:14:9","nodeType":"VariableDeclaration","scope":2031,"src":"6497:21:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"},"typeName":{"id":2026,"name":"uint64","nodeType":"ElementaryTypeName","src":"6497:6:9","typeDescriptions":{"typeIdentifier":"t_uint64","typeString":"uint64"}},"visibility":"internal"},{"constant":false,"id":2029,"mutability":"mutable","name":"max_bps","nameLocation":"6528:7:9","nodeType":"VariableDeclaration","scope":2031,"src":"6520:15:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"},"typeName":{"id":2028,"name":"uint256","nodeType":"ElementaryTypeName","src":"6520:7:9","typeDescriptions":{"typeIdentifier":"t_uint256","typeString":"uint256"}},"visibility":"internal"}],"src":"6496:40:9"},"scope":2051,"src":"6449:88:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2032,"nodeType":"StructuredDocumentation","src":"6540:167:9","text":" @notice Gets the details of a supported institution by code.\n @param _code The institution code.\n @return InstitutionByCode The institution details."},"functionSelector":"c2280103","id":2040,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutionByCode","nameLocation":"6718:29:9","nodeType":"FunctionDefinition","parameters":{"id":2035,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2034,"mutability":"mutable","name":"_code","nameLocation":"6759:5:9","nodeType":"VariableDeclaration","scope":2040,"src":"6751:13:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2033,"name":"bytes32","nodeType":"ElementaryTypeName","src":"6751:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"6747:20:9"},"returnParameters":{"id":2039,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2038,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2040,"src":"6791:38:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2063_memory_ptr","typeString":"struct SharedStructs.InstitutionByCode"},"typeName":{"id":2037,"nodeType":"UserDefinedTypeName","pathNode":{"id":2036,"name":"SharedStructs.InstitutionByCode","nameLocations":["6791:13:9","6805:17:9"],"nodeType":"IdentifierPath","referencedDeclaration":2063,"src":"6791:31:9"},"referencedDeclaration":2063,"src":"6791:31:9","typeDescriptions":{"typeIdentifier":"t_struct$_InstitutionByCode_$2063_storage_ptr","typeString":"struct SharedStructs.InstitutionByCode"}},"visibility":"internal"}],"src":"6790:40:9"},"scope":2051,"src":"6709:122:9","stateMutability":"view","virtual":false,"visibility":"external"},{"documentation":{"id":2041,"nodeType":"StructuredDocumentation","src":"6834:167:9","text":" @notice Gets the details of supported institutions by currency.\n @param _currency The currency code.\n @return Institutions An array of institutions."},"functionSelector":"02621338","id":2050,"implemented":false,"kind":"function","modifiers":[],"name":"getSupportedInstitutions","nameLocation":"7012:24:9","nodeType":"FunctionDefinition","parameters":{"id":2044,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2043,"mutability":"mutable","name":"_currency","nameLocation":"7048:9:9","nodeType":"VariableDeclaration","scope":2050,"src":"7040:17:9","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2042,"name":"bytes32","nodeType":"ElementaryTypeName","src":"7040:7:9","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"src":"7036:24:9"},"returnParameters":{"id":2049,"nodeType":"ParameterList","parameters":[{"constant":false,"id":2048,"mutability":"mutable","name":"","nameLocation":"-1:-1:-1","nodeType":"VariableDeclaration","scope":2050,"src":"7084:34:9","stateVariable":false,"storageLocation":"memory","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","typeString":"struct SharedStructs.Institution[]"},"typeName":{"baseType":{"id":2046,"nodeType":"UserDefinedTypeName","pathNode":{"id":2045,"name":"SharedStructs.Institution","nameLocations":["7084:13:9","7098:11:9"],"nodeType":"IdentifierPath","referencedDeclaration":2058,"src":"7084:25:9"},"referencedDeclaration":2058,"src":"7084:25:9","typeDescriptions":{"typeIdentifier":"t_struct$_Institution_$2058_storage_ptr","typeString":"struct SharedStructs.Institution"}},"id":2047,"nodeType":"ArrayTypeName","src":"7084:27:9","typeDescriptions":{"typeIdentifier":"t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_ptr","typeString":"struct SharedStructs.Institution[]"}},"visibility":"internal"}],"src":"7083:36:9"},"scope":2051,"src":"7003:117:9","stateMutability":"view","virtual":false,"visibility":"external"}],"scope":2052,"src":"274:6848:9","usedErrors":[]}],"src":"39:7084:9"},"id":9},"contracts/libraries/SharedStructs.sol":{"ast":{"absolutePath":"contracts/libraries/SharedStructs.sol","exportedSymbols":{"SharedStructs":[2064]},"id":2065,"license":"UNLICENSED","nodeType":"SourceUnit","nodes":[{"id":2053,"literals":["solidity","^","0.8",".18"],"nodeType":"PragmaDirective","src":"39:24:10"},{"abstract":false,"baseContracts":[],"canonicalName":"SharedStructs","contractDependencies":[],"contractKind":"library","fullyImplemented":true,"id":2064,"linearizedBaseContracts":[2064],"name":"SharedStructs","nameLocation":"73:13:10","nodeType":"ContractDefinition","nodes":[{"canonicalName":"SharedStructs.Institution","id":2058,"members":[{"constant":false,"id":2055,"mutability":"mutable","name":"code","nameLocation":"290:4:10","nodeType":"VariableDeclaration","scope":2058,"src":"282:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2054,"name":"bytes32","nodeType":"ElementaryTypeName","src":"282:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2057,"mutability":"mutable","name":"name","nameLocation":"312:4:10","nodeType":"VariableDeclaration","scope":2058,"src":"304:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2056,"name":"bytes32","nodeType":"ElementaryTypeName","src":"304:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"Institution","nameLocation":"260:11:10","nodeType":"StructDefinition","scope":2064,"src":"253:70:10","visibility":"public"},{"canonicalName":"SharedStructs.InstitutionByCode","id":2063,"members":[{"constant":false,"id":2060,"mutability":"mutable","name":"name","nameLocation":"548:4:10","nodeType":"VariableDeclaration","scope":2063,"src":"540:12:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2059,"name":"bytes32","nodeType":"ElementaryTypeName","src":"540:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"},{"constant":false,"id":2062,"mutability":"mutable","name":"currency","nameLocation":"570:8:10","nodeType":"VariableDeclaration","scope":2063,"src":"562:16:10","stateVariable":false,"storageLocation":"default","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"},"typeName":{"id":2061,"name":"bytes32","nodeType":"ElementaryTypeName","src":"562:7:10","typeDescriptions":{"typeIdentifier":"t_bytes32","typeString":"bytes32"}},"visibility":"internal"}],"name":"InstitutionByCode","nameLocation":"512:17:10","nodeType":"StructDefinition","scope":2064,"src":"505:80:10","visibility":"public"}],"scope":2065,"src":"65:522:10","usedErrors":[]}],"src":"39:548:10"},"id":10}},"contracts":{"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol":{"Ownable2StepUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership} and {acceptOwnership}. This module is used through inheritance. It will make available all functions from parent (Ownable).\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":\"Ownable2StepUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:Ownable2StepUpgradeable","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol":{"OwnableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"owner()":{"details":"Returns the address of the current owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"transferOwnership(address)":{"details":"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"owner()":"8da5cb5b","renounceOwnership()":"715018a6","transferOwnership(address)":"f2fde38b"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":\"OwnableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:OwnableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"Initializable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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] ```","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"_initialized":{"custom:oz-retyped-from":"bool","details":"Indicates that the contract has been initialized."},"_initializing":{"details":"Indicates that the contract is in the process of being initialized."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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] ```\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"_initialized\":{\"custom:oz-retyped-from\":\"bool\",\"details\":\"Indicates that the contract has been initialized.\"},\"_initializing\":{\"details\":\"Indicates that the contract is in the process of being initialized.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":\"Initializable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:Initializable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"}],"types":{"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol":{"PausableUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}],"devdoc":{"details":"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"paused()":{"details":"Returns true if the contract is paused, and false otherwise."}},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"paused()":"5c975abb"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Contract module which allows children to implement an emergency stop mechanism that can be triggered by an authorized account. This module is used through inheritance. It will make available the modifiers `whenNotPaused` and `whenPaused`, which can be applied to the functions of your contract. Note that they will not be pausable by simply including this module, only once the modifiers are put in place.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":\"PausableUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":430,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"_paused","offset":0,"slot":"51","type":"t_bool"},{"astId":535,"contract":"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:PausableUpgradeable","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"}],"types":{"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol":{"AddressUpgradeable":{"abi":[],"devdoc":{"details":"Collection of functions related to the address type","kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:4:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220df70283ff728a1a88debad8b56cd6b31b858a143aff601e8f42a16699317e70d64736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDF PUSH17 0x283FF728A1A88DEBAD8B56CD6B31B858A1 NUMBER 0xAF 0xF6 ADD 0xE8 DELEGATECALL 0x2A AND PUSH10 0x9317E70D64736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"194:9180:4:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"},"internal":{"_revert(bytes memory,string memory)":"infinite","functionCall(address,bytes memory)":"infinite","functionCall(address,bytes memory,string memory)":"infinite","functionCallWithValue(address,bytes memory,uint256)":"infinite","functionCallWithValue(address,bytes memory,uint256,string memory)":"infinite","functionDelegateCall(address,bytes memory)":"infinite","functionDelegateCall(address,bytes memory,string memory)":"infinite","functionStaticCall(address,bytes memory)":"infinite","functionStaticCall(address,bytes memory,string memory)":"infinite","isContract(address)":"infinite","sendValue(address payable,uint256)":"infinite","verifyCallResult(bool,bytes memory,string memory)":"infinite","verifyCallResultFromTarget(address,bool,bytes memory,string memory)":"infinite"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Collection of functions related to the address type\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":\"AddressUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"ContextUpgradeable":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"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.","events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{},"stateVariables":{"__gap":{"details":"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"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.\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":\"ContextUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:ContextUpgradeable","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"}],"types":{"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"@openzeppelin/contracts/token/ERC20/IERC20.sol":{"IERC20":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"details":"Interface of the ERC20 standard as defined in the EIP.","events":{"Approval(address,address,uint256)":{"details":"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance."},"Transfer(address,address,uint256)":{"details":"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero."}},"kind":"dev","methods":{"allowance(address,address)":{"details":"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called."},"approve(address,uint256)":{"details":"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event."},"balanceOf(address)":{"details":"Returns the amount of tokens owned by `account`."},"totalSupply()":{"details":"Returns the amount of tokens in existence."},"transfer(address,uint256)":{"details":"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."},"transferFrom(address,address,uint256)":{"details":"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event."}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"allowance(address,address)":"dd62ed3e","approve(address,uint256)":"095ea7b3","balanceOf(address)":"70a08231","totalSupply()":"18160ddd","transfer(address,uint256)":"a9059cbb","transferFrom(address,address,uint256)":"23b872dd"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC20 standard as defined in the EIP.\",\"events\":{\"Approval(address,address,uint256)\":{\"details\":\"Emitted when the allowance of a `spender` for an `owner` is set by a call to {approve}. `value` is the new allowance.\"},\"Transfer(address,address,uint256)\":{\"details\":\"Emitted when `value` tokens are moved from one account (`from`) to another (`to`). Note that `value` may be zero.\"}},\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"Returns the remaining number of tokens that `spender` will be allowed to spend on behalf of `owner` through {transferFrom}. This is zero by default. This value changes when {approve} or {transferFrom} are called.\"},\"approve(address,uint256)\":{\"details\":\"Sets `amount` as the allowance of `spender` over the caller's tokens. Returns a boolean value indicating whether the operation succeeded. IMPORTANT: Beware that changing an allowance with this method brings the risk that someone may use both the old and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards: https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 Emits an {Approval} event.\"},\"balanceOf(address)\":{\"details\":\"Returns the amount of tokens owned by `account`.\"},\"totalSupply()\":{\"details\":\"Returns the amount of tokens in existence.\"},\"transfer(address,uint256)\":{\"details\":\"Moves `amount` tokens from the caller's account to `to`. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"Moves `amount` tokens from `from` to `to` using the allowance mechanism. `amount` is then deducted from the caller's allowance. Returns a boolean value indicating whether the operation succeeded. Emits a {Transfer} event.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":\"IERC20\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/GatewaySettingManager.sol":{"GatewaySettingManager":{"abi":[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFee","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"owner()":{"details":"Returns the address of the current owner."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolFee(uint64)":{"details":"Updates the protocol fee percentage.","params":{"_protocolFeePercent":"The new protocol fee percentage to be set."}}},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"608060405234801561001057600080fd5b5061146a806100206000396000f3fe608060405234801561001057600080fd5b50600436106100935760003560e01c806379ba50971161006657806379ba5097146100f65780638da5cb5b14610100578063cd9924001461011e578063e30c39781461013a578063f2fde38b1461015857610093565b8063322008821461009857806340ebc677146100b457806347094e2e146100d0578063715018a6146100ec575b600080fd5b6100b260048036038101906100ad9190610d03565b610174565b005b6100ce60048036038101906100c99190610dbd565b6102e9565b005b6100ea60048036038101906100e59190610e3d565b6105b1565b005b6100f461061c565b005b6100fe610630565b005b6101086106bd565b6040516101159190610e79565b60405180910390f35b61013860048036038101906101339190610eca565b6106e7565b005b61014261086c565b60405161014f9190610e79565b60405180910390f35b610172600480360381019061016d9190610f1d565b610896565b005b61017c610943565b60cd6000838152602001908152602001600020600061019b9190610ac0565b60005b815181101561029a5760cd60008481526020019081526020016000208282815181106101cd576101cc610f4a565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061023257610231610f4a565b5b60200260200101516020015181526020018481525060ce600084848151811061025e5761025d610f4a565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061019e565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102dd91906110b3565b60405180910390a25050565b6102f1610943565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610360576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161035790611132565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610463578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610419576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610410906111c4565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610561565b7f61676772656761746f72000000000000000000000000000000000000000000008303610560578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361051a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051190611256565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105ac578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105b9610943565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516106119190611285565b60405180910390a150565b610624610943565b61062e60006109c1565b565b600061063a6109f2565b90508073ffffffffffffffffffffffffffffffffffffffff1661065b61086c565b73ffffffffffffffffffffffffffffffffffffffff16146106b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a890611312565b60405180910390fd5b6106ba816109c1565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6106ef610943565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361075e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161075590611132565b60405180910390fd5b600181148061076d5750600281145b6107ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107a39061137e565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610867578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161085e91906113ad565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61089e610943565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108fe6106bd565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61094b6109f2565b73ffffffffffffffffffffffffffffffffffffffff166109696106bd565b73ffffffffffffffffffffffffffffffffffffffff16146109bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b690611414565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109ef816109fa565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610ae19190610ae4565b50565b5b80821115610b0757600080820160009055600182016000905550600201610ae5565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b3281610b1f565b8114610b3d57600080fd5b50565b600081359050610b4f81610b29565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610ba382610b5a565b810181811067ffffffffffffffff82111715610bc257610bc1610b6b565b5b80604052505050565b6000610bd5610b0b565b9050610be18282610b9a565b919050565b600067ffffffffffffffff821115610c0157610c00610b6b565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c3257610c31610c17565b5b610c3c6040610bcb565b90506000610c4c84828501610b40565b6000830152506020610c6084828501610b40565b60208301525092915050565b6000610c7f610c7a84610be6565b610bcb565b90508083825260208201905060408402830185811115610ca257610ca1610c12565b5b835b81811015610ccb5780610cb78882610c1c565b845260208401935050604081019050610ca4565b5050509392505050565b600082601f830112610cea57610ce9610b55565b5b8135610cfa848260208601610c6c565b91505092915050565b60008060408385031215610d1a57610d19610b15565b5b6000610d2885828601610b40565b925050602083013567ffffffffffffffff811115610d4957610d48610b1a565b5b610d5585828601610cd5565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d8a82610d5f565b9050919050565b610d9a81610d7f565b8114610da557600080fd5b50565b600081359050610db781610d91565b92915050565b60008060408385031215610dd457610dd3610b15565b5b6000610de285828601610b40565b9250506020610df385828601610da8565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e1a81610dfd565b8114610e2557600080fd5b50565b600081359050610e3781610e11565b92915050565b600060208284031215610e5357610e52610b15565b5b6000610e6184828501610e28565b91505092915050565b610e7381610d7f565b82525050565b6000602082019050610e8e6000830184610e6a565b92915050565b6000819050919050565b610ea781610e94565b8114610eb257600080fd5b50565b600081359050610ec481610e9e565b92915050565b600080600060608486031215610ee357610ee2610b15565b5b6000610ef186828701610b40565b9350506020610f0286828701610da8565b9250506040610f1386828701610eb5565b9150509250925092565b600060208284031215610f3357610f32610b15565b5b6000610f4184828501610da8565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fd4610fcf83610faa565b610fb7565b9050919050565b610fe481610b1f565b82525050565b604082016000808301549050610fff81610fc1565b61100c6000860182610fdb565b506001830154905061101d81610fc1565b61102a6020860182610fdb565b5050505050565b600061103d8383610fea565b60408301905092915050565b6000600282019050919050565b600061106182610f79565b61106b8185610f84565b935061107683610f95565b8060005b838110156110a6578161108d8882611031565b975061109883611049565b92505060018101905061107a565b5085935050505092915050565b600060208201905081810360008301526110cd8184611056565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061111c6015836110d5565b9150611127826110e6565b602082019050919050565b6000602082019050818103600083015261114b8161110f565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111ae6025836110d5565b91506111b982611152565b604082019050919050565b600060208201905081810360008301526111dd816111a1565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006112406027836110d5565b915061124b826111e4565b604082019050919050565b6000602082019050818103600083015261126f81611233565b9050919050565b61127f81610dfd565b82525050565b600060208201905061129a6000830184611276565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006112fc6029836110d5565b9150611307826112a0565b604082019050919050565b6000602082019050818103600083015261132b816112ef565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113686017836110d5565b915061137382611332565b602082019050919050565b600060208201905081810360008301526113978161135b565b9050919050565b6113a781610e94565b82525050565b60006020820190506113c2600083018461139e565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006113fe6020836110d5565b9150611409826113c8565b602082019050919050565b6000602082019050818103600083015261142d816113f1565b905091905056fea2646970667358221220a5cf2406f8bb007a45008610cf8baf05dde6f3dbf02727307f944766ecf3cbe164736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x146A DUP1 PUSH2 0x20 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 0x93 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xF6 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x11E JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x13A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x158 JUMPI PUSH2 0x93 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x98 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xB4 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0xD0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xEC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAD SWAP2 SWAP1 PUSH2 0xD03 JUMP JUMPDEST PUSH2 0x174 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC9 SWAP2 SWAP1 PUSH2 0xDBD JUMP JUMPDEST PUSH2 0x2E9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE5 SWAP2 SWAP1 PUSH2 0xE3D JUMP JUMPDEST PUSH2 0x5B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x61C JUMP JUMPDEST STOP JUMPDEST PUSH2 0xFE PUSH2 0x630 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x108 PUSH2 0x6BD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x115 SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x138 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x133 SWAP2 SWAP1 PUSH2 0xECA JUMP JUMPDEST PUSH2 0x6E7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x142 PUSH2 0x86C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14F SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x172 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x16D SWAP2 SWAP1 PUSH2 0xF1D JUMP JUMPDEST PUSH2 0x896 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x17C PUSH2 0x943 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x19B SWAP2 SWAP1 PUSH2 0xAC0 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x29A JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1CD JUMPI PUSH2 0x1CC PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x232 JUMPI PUSH2 0x231 PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x25E JUMPI PUSH2 0x25D PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x19E JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x2DD SWAP2 SWAP1 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x2F1 PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x360 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x357 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x463 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x419 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x410 SWAP1 PUSH2 0x11C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x561 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x560 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x51A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x511 SWAP1 PUSH2 0x1256 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x5AC JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x5B9 PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x611 SWAP2 SWAP1 PUSH2 0x1285 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH2 0x624 PUSH2 0x943 JUMP JUMPDEST PUSH2 0x62E PUSH1 0x0 PUSH2 0x9C1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x63A PUSH2 0x9F2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x65B PUSH2 0x86C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x6B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A8 SWAP1 PUSH2 0x1312 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6BA DUP2 PUSH2 0x9C1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x6EF PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x75E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x755 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x76D JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x7AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7A3 SWAP1 PUSH2 0x137E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x867 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x85E SWAP2 SWAP1 PUSH2 0x13AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x89E PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FE PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x94B PUSH2 0x9F2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x969 PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9BF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B6 SWAP1 PUSH2 0x1414 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x9EF DUP2 PUSH2 0x9FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xAE1 SWAP2 SWAP1 PUSH2 0xAE4 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xB07 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xAE5 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB32 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP2 EQ PUSH2 0xB3D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB4F DUP2 PUSH2 0xB29 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xBA3 DUP3 PUSH2 0xB5A JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xBC2 JUMPI PUSH2 0xBC1 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD5 PUSH2 0xB0B JUMP JUMPDEST SWAP1 POP PUSH2 0xBE1 DUP3 DUP3 PUSH2 0xB9A JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xC01 JUMPI PUSH2 0xC00 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC32 JUMPI PUSH2 0xC31 PUSH2 0xC17 JUMP JUMPDEST JUMPDEST PUSH2 0xC3C PUSH1 0x40 PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC4C DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xC60 DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC7F PUSH2 0xC7A DUP5 PUSH2 0xBE6 JUMP JUMPDEST PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0xC12 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCCB JUMPI DUP1 PUSH2 0xCB7 DUP9 DUP3 PUSH2 0xC1C JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xCA4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xCEA JUMPI PUSH2 0xCE9 PUSH2 0xB55 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xCFA DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xC6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD1A JUMPI PUSH2 0xD19 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD28 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD49 JUMPI PUSH2 0xD48 PUSH2 0xB1A JUMP JUMPDEST JUMPDEST PUSH2 0xD55 DUP6 DUP3 DUP7 ADD PUSH2 0xCD5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP3 PUSH2 0xD5F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD9A DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP2 EQ PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xDB7 DUP2 PUSH2 0xD91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDD4 JUMPI PUSH2 0xDD3 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDE2 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDF3 DUP6 DUP3 DUP7 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE1A DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP2 EQ PUSH2 0xE25 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xE37 DUP2 PUSH2 0xE11 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE53 JUMPI PUSH2 0xE52 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xE61 DUP5 DUP3 DUP6 ADD PUSH2 0xE28 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE73 DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE8E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE6A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEC4 DUP2 PUSH2 0xE9E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEE3 JUMPI PUSH2 0xEE2 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEF1 DUP7 DUP3 DUP8 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xF02 DUP7 DUP3 DUP8 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF13 DUP7 DUP3 DUP8 ADD PUSH2 0xEB5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF33 JUMPI PUSH2 0xF32 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF41 DUP5 DUP3 DUP6 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFD4 PUSH2 0xFCF DUP4 PUSH2 0xFAA JUMP JUMPDEST PUSH2 0xFB7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFE4 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFFF DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x100C PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x101D DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x102A PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x103D DUP4 DUP4 PUSH2 0xFEA JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1061 DUP3 PUSH2 0xF79 JUMP JUMPDEST PUSH2 0x106B DUP2 DUP6 PUSH2 0xF84 JUMP JUMPDEST SWAP4 POP PUSH2 0x1076 DUP4 PUSH2 0xF95 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A6 JUMPI DUP2 PUSH2 0x108D DUP9 DUP3 PUSH2 0x1031 JUMP JUMPDEST SWAP8 POP PUSH2 0x1098 DUP4 PUSH2 0x1049 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x107A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CD DUP2 DUP5 PUSH2 0x1056 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x111C PUSH1 0x15 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1127 DUP3 PUSH2 0x10E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x114B DUP2 PUSH2 0x110F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11AE PUSH1 0x25 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x11B9 DUP3 PUSH2 0x1152 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11DD DUP2 PUSH2 0x11A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1240 PUSH1 0x27 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x124B DUP3 PUSH2 0x11E4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x126F DUP2 PUSH2 0x1233 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x129A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1276 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12FC PUSH1 0x29 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1307 DUP3 PUSH2 0x12A0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x132B DUP2 PUSH2 0x12EF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1368 PUSH1 0x17 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1373 DUP3 PUSH2 0x1332 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1397 DUP2 PUSH2 0x135B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13A7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x139E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13FE PUSH1 0x20 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1409 DUP3 PUSH2 0x13C8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x142D DUP2 PUSH2 0x13F1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xA5 0xCF 0x24 MOD 0xF8 0xBB STOP PUSH27 0x45008610CF8BAF05DDE6F3DBF02727307F944766ECF3CBE164736F PUSH13 0x63430008120033000000000000 ","sourceMap":"338:3609:7:-:0;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@_checkOwner_176":{"entryPoint":2371,"id":176,"parameterSlots":0,"returnSlots":0},"@_msgSender_894":{"entryPoint":2546,"id":894,"parameterSlots":0,"returnSlots":1},"@_transferOwnership_233":{"entryPoint":2554,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":2497,"id":78,"parameterSlots":1,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":1584,"id":100,"parameterSlots":0,"returnSlots":0},"@owner_162":{"entryPoint":1725,"id":162,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":2156,"id":41,"parameterSlots":0,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":1564,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_1173":{"entryPoint":372,"id":1173,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_1110":{"entryPoint":1767,"id":1110,"parameterSlots":3,"returnSlots":0},"@transferOwnership_61":{"entryPoint":2198,"id":61,"parameterSlots":1,"returnSlots":0},"@updateProtocolAddress_1262":{"entryPoint":745,"id":1262,"parameterSlots":2,"returnSlots":0},"@updateProtocolFee_1190":{"entryPoint":1457,"id":1190,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":3180,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":3496,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":3285,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":2880,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_struct$_Institution_$2058_memory_ptr":{"entryPoint":3100,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":3765,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":3624,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":3869,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":3517,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":3786,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":3331,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":3645,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr":{"entryPoint":4145,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":3690,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":4182,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":4059,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack":{"entryPoint":4367,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":4847,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack":{"entryPoint":4955,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":5105,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack":{"entryPoint":4513,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack":{"entryPoint":4659,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr":{"entryPoint":4074,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":5022,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":4726,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":3705,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":4275,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4402,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4882,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4990,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":5140,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4548,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":4694,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":5037,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":4741,"id":null,"parameterSlots":2,"returnSlots":1},"allocate_memory":{"entryPoint":3019,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":2827,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":3046,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage":{"entryPoint":3989,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage":{"entryPoint":3961,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage":{"entryPoint":4169,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":3972,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":4309,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_from_storage_t_bytes32":{"entryPoint":4023,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":3455,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":2847,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":3423,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":3732,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":3581,"id":null,"parameterSlots":1,"returnSlots":1},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":4033,"id":null,"parameterSlots":1,"returnSlots":1},"finalize_allocation":{"entryPoint":2970,"id":null,"parameterSlots":2,"returnSlots":0},"panic_error_0x32":{"entryPoint":3914,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":2923,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":2901,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":3095,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":3090,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":2842,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":2837,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":2906,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":4010,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf":{"entryPoint":4326,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":4768,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338":{"entryPoint":4914,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":5064,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead":{"entryPoint":4434,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4":{"entryPoint":4580,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":3473,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":2857,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":3742,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":3601,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:19125:11","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:11","statements":[{"nodeType":"YulAssignment","src":"57:19:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:11","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:11"},"nodeType":"YulFunctionCall","src":"67:9:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:11"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:11","type":""}],"src":"7:75:11"},{"body":{"nodeType":"YulBlock","src":"177:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:11"},"nodeType":"YulFunctionCall","src":"187:12:11"},"nodeType":"YulExpressionStatement","src":"187:12:11"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:11"},{"body":{"nodeType":"YulBlock","src":"300:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:11"},"nodeType":"YulFunctionCall","src":"310:12:11"},"nodeType":"YulExpressionStatement","src":"310:12:11"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:11"},{"body":{"nodeType":"YulBlock","src":"379:32:11","statements":[{"nodeType":"YulAssignment","src":"389:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:11"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:11","type":""}],"src":"334:77:11"},{"body":{"nodeType":"YulBlock","src":"460:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:11"},"nodeType":"YulFunctionCall","src":"519:12:11"},"nodeType":"YulExpressionStatement","src":"519:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:11"},"nodeType":"YulFunctionCall","src":"490:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:11"},"nodeType":"YulFunctionCall","src":"480:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:11"},"nodeType":"YulFunctionCall","src":"473:43:11"},"nodeType":"YulIf","src":"470:63:11"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:11","type":""}],"src":"417:122:11"},{"body":{"nodeType":"YulBlock","src":"597:87:11","statements":[{"nodeType":"YulAssignment","src":"607:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:11"},"nodeType":"YulFunctionCall","src":"616:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:11"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:11"},"nodeType":"YulFunctionCall","src":"645:33:11"},"nodeType":"YulExpressionStatement","src":"645:33:11"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:11","type":""}],"src":"545:139:11"},{"body":{"nodeType":"YulBlock","src":"779:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"796:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"799:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"789:6:11"},"nodeType":"YulFunctionCall","src":"789:12:11"},"nodeType":"YulExpressionStatement","src":"789:12:11"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"690:117:11"},{"body":{"nodeType":"YulBlock","src":"861:54:11","statements":[{"nodeType":"YulAssignment","src":"871:38:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"889:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"896:2:11","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"885:3:11"},"nodeType":"YulFunctionCall","src":"885:14:11"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"905:2:11","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"901:3:11"},"nodeType":"YulFunctionCall","src":"901:7:11"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"881:3:11"},"nodeType":"YulFunctionCall","src":"881:28:11"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"871:6:11"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"844:5:11","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"854:6:11","type":""}],"src":"813:102:11"},{"body":{"nodeType":"YulBlock","src":"949:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"966:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"969:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"959:6:11"},"nodeType":"YulFunctionCall","src":"959:88:11"},"nodeType":"YulExpressionStatement","src":"959:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1063:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"1066:4:11","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1056:6:11"},"nodeType":"YulFunctionCall","src":"1056:15:11"},"nodeType":"YulExpressionStatement","src":"1056:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1087:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1090:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1080:6:11"},"nodeType":"YulFunctionCall","src":"1080:15:11"},"nodeType":"YulExpressionStatement","src":"1080:15:11"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"921:180:11"},{"body":{"nodeType":"YulBlock","src":"1150:238:11","statements":[{"nodeType":"YulVariableDeclaration","src":"1160:58:11","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1182:6:11"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1212:4:11"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"1190:21:11"},"nodeType":"YulFunctionCall","src":"1190:27:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1178:3:11"},"nodeType":"YulFunctionCall","src":"1178:40:11"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"1164:10:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"1329:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1331:16:11"},"nodeType":"YulFunctionCall","src":"1331:18:11"},"nodeType":"YulExpressionStatement","src":"1331:18:11"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1272:10:11"},{"kind":"number","nodeType":"YulLiteral","src":"1284:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1269:2:11"},"nodeType":"YulFunctionCall","src":"1269:34:11"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1308:10:11"},{"name":"memPtr","nodeType":"YulIdentifier","src":"1320:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"1305:2:11"},"nodeType":"YulFunctionCall","src":"1305:22:11"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"1266:2:11"},"nodeType":"YulFunctionCall","src":"1266:62:11"},"nodeType":"YulIf","src":"1263:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1367:2:11","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"1371:10:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1360:6:11"},"nodeType":"YulFunctionCall","src":"1360:22:11"},"nodeType":"YulExpressionStatement","src":"1360:22:11"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"1136:6:11","type":""},{"name":"size","nodeType":"YulTypedName","src":"1144:4:11","type":""}],"src":"1107:281:11"},{"body":{"nodeType":"YulBlock","src":"1435:88:11","statements":[{"nodeType":"YulAssignment","src":"1445:30:11","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"1455:18:11"},"nodeType":"YulFunctionCall","src":"1455:20:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1445:6:11"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"1504:6:11"},{"name":"size","nodeType":"YulIdentifier","src":"1512:4:11"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"1484:19:11"},"nodeType":"YulFunctionCall","src":"1484:33:11"},"nodeType":"YulExpressionStatement","src":"1484:33:11"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"1419:4:11","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"1428:6:11","type":""}],"src":"1394:129:11"},{"body":{"nodeType":"YulBlock","src":"1640:229:11","statements":[{"body":{"nodeType":"YulBlock","src":"1745:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"1747:16:11"},"nodeType":"YulFunctionCall","src":"1747:18:11"},"nodeType":"YulExpressionStatement","src":"1747:18:11"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1717:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"1725:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"1714:2:11"},"nodeType":"YulFunctionCall","src":"1714:30:11"},"nodeType":"YulIf","src":"1711:56:11"},{"nodeType":"YulAssignment","src":"1777:25:11","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"1789:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"1797:4:11","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"1785:3:11"},"nodeType":"YulFunctionCall","src":"1785:17:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1777:4:11"}]},{"nodeType":"YulAssignment","src":"1839:23:11","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"1851:4:11"},{"kind":"number","nodeType":"YulLiteral","src":"1857:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1847:3:11"},"nodeType":"YulFunctionCall","src":"1847:15:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"1839:4:11"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"1624:6:11","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"1635:4:11","type":""}],"src":"1529:340:11"},{"body":{"nodeType":"YulBlock","src":"1964:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"1981:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"1984:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"1974:6:11"},"nodeType":"YulFunctionCall","src":"1974:12:11"},"nodeType":"YulExpressionStatement","src":"1974:12:11"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"1875:117:11"},{"body":{"nodeType":"YulBlock","src":"2087:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2104:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2107:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2097:6:11"},"nodeType":"YulFunctionCall","src":"2097:12:11"},"nodeType":"YulExpressionStatement","src":"2097:12:11"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"1998:117:11"},{"body":{"nodeType":"YulBlock","src":"2210:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2227:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"2230:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"2220:6:11"},"nodeType":"YulFunctionCall","src":"2220:12:11"},"nodeType":"YulExpressionStatement","src":"2220:12:11"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"2121:117:11"},{"body":{"nodeType":"YulBlock","src":"2368:494:11","statements":[{"body":{"nodeType":"YulBlock","src":"2412:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"2414:77:11"},"nodeType":"YulFunctionCall","src":"2414:79:11"},"nodeType":"YulExpressionStatement","src":"2414:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"2389:3:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"2394:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"2385:3:11"},"nodeType":"YulFunctionCall","src":"2385:19:11"},{"kind":"number","nodeType":"YulLiteral","src":"2406:4:11","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"2381:3:11"},"nodeType":"YulFunctionCall","src":"2381:30:11"},"nodeType":"YulIf","src":"2378:117:11"},{"nodeType":"YulAssignment","src":"2504:30:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"2529:4:11","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"2513:15:11"},"nodeType":"YulFunctionCall","src":"2513:21:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"2504:5:11"}]},{"nodeType":"YulBlock","src":"2544:150:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2579:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"2593:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2583:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2619:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"2626:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2615:3:11"},"nodeType":"YulFunctionCall","src":"2615:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2658:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"2669:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2654:3:11"},"nodeType":"YulFunctionCall","src":"2654:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"2678:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2633:20:11"},"nodeType":"YulFunctionCall","src":"2633:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2608:6:11"},"nodeType":"YulFunctionCall","src":"2608:75:11"},"nodeType":"YulExpressionStatement","src":"2608:75:11"}]},{"nodeType":"YulBlock","src":"2704:151:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2739:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"2753:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"2743:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2780:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"2787:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2776:3:11"},"nodeType":"YulFunctionCall","src":"2776:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"2819:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"2830:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2815:3:11"},"nodeType":"YulFunctionCall","src":"2815:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"2839:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"2794:20:11"},"nodeType":"YulFunctionCall","src":"2794:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"2769:6:11"},"nodeType":"YulFunctionCall","src":"2769:75:11"},"nodeType":"YulExpressionStatement","src":"2769:75:11"}]}]},"name":"abi_decode_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"2343:9:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"2354:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"2362:5:11","type":""}],"src":"2284:578:11"},{"body":{"nodeType":"YulBlock","src":"3041:666:11","statements":[{"nodeType":"YulAssignment","src":"3051:119:11","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3162:6:11"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3076:85:11"},"nodeType":"YulFunctionCall","src":"3076:93:11"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"3060:15:11"},"nodeType":"YulFunctionCall","src":"3060:110:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"3051:5:11"}]},{"nodeType":"YulVariableDeclaration","src":"3179:16:11","value":{"name":"array","nodeType":"YulIdentifier","src":"3190:5:11"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"3183:3:11","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3212:5:11"},{"name":"length","nodeType":"YulIdentifier","src":"3219:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3205:6:11"},"nodeType":"YulFunctionCall","src":"3205:21:11"},"nodeType":"YulExpressionStatement","src":"3205:21:11"},{"nodeType":"YulAssignment","src":"3235:23:11","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"3246:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"3253:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3242:3:11"},"nodeType":"YulFunctionCall","src":"3242:16:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3235:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"3268:44:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3286:6:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"3298:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"3306:4:11","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"3294:3:11"},"nodeType":"YulFunctionCall","src":"3294:17:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3282:3:11"},"nodeType":"YulFunctionCall","src":"3282:30:11"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"3272:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"3340:103:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"3354:77:11"},"nodeType":"YulFunctionCall","src":"3354:79:11"},"nodeType":"YulExpressionStatement","src":"3354:79:11"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"3327:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"3335:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"3324:2:11"},"nodeType":"YulFunctionCall","src":"3324:15:11"},"nodeType":"YulIf","src":"3321:122:11"},{"body":{"nodeType":"YulBlock","src":"3528:173:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3543:21:11","value":{"name":"src","nodeType":"YulIdentifier","src":"3561:3:11"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"3547:10:11","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3585:3:11"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"3640:10:11"},{"name":"end","nodeType":"YulIdentifier","src":"3652:3:11"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulIdentifier","src":"3590:49:11"},"nodeType":"YulFunctionCall","src":"3590:66:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"3578:6:11"},"nodeType":"YulFunctionCall","src":"3578:79:11"},"nodeType":"YulExpressionStatement","src":"3578:79:11"},{"nodeType":"YulAssignment","src":"3670:21:11","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"3681:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"3686:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3677:3:11"},"nodeType":"YulFunctionCall","src":"3677:14:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"3670:3:11"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3481:3:11"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"3486:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3478:2:11"},"nodeType":"YulFunctionCall","src":"3478:15:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3494:25:11","statements":[{"nodeType":"YulAssignment","src":"3496:21:11","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"3507:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"3512:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3503:3:11"},"nodeType":"YulFunctionCall","src":"3503:14:11"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"3496:3:11"}]}]},"pre":{"nodeType":"YulBlock","src":"3456:21:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3458:17:11","value":{"name":"offset","nodeType":"YulIdentifier","src":"3469:6:11"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"3462:3:11","type":""}]}]},"src":"3452:249:11"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3011:6:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"3019:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"3027:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3035:5:11","type":""}],"src":"2910:797:11"},{"body":{"nodeType":"YulBlock","src":"3861:322:11","statements":[{"body":{"nodeType":"YulBlock","src":"3910:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"3912:77:11"},"nodeType":"YulFunctionCall","src":"3912:79:11"},"nodeType":"YulExpressionStatement","src":"3912:79:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"3889:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"3897:4:11","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3885:3:11"},"nodeType":"YulFunctionCall","src":"3885:17:11"},{"name":"end","nodeType":"YulIdentifier","src":"3904:3:11"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"3881:3:11"},"nodeType":"YulFunctionCall","src":"3881:27:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"3874:6:11"},"nodeType":"YulFunctionCall","src":"3874:35:11"},"nodeType":"YulIf","src":"3871:122:11"},{"nodeType":"YulVariableDeclaration","src":"4002:34:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4029:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4016:12:11"},"nodeType":"YulFunctionCall","src":"4016:20:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"4006:6:11","type":""}]},{"nodeType":"YulAssignment","src":"4045:132:11","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4150:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"4158:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4146:3:11"},"nodeType":"YulFunctionCall","src":"4146:17:11"},{"name":"length","nodeType":"YulIdentifier","src":"4165:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"4173:3:11"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4054:91:11"},"nodeType":"YulFunctionCall","src":"4054:123:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"4045:5:11"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"3839:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"3847:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"3855:5:11","type":""}],"src":"3755:428:11"},{"body":{"nodeType":"YulBlock","src":"4326:605:11","statements":[{"body":{"nodeType":"YulBlock","src":"4372:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"4374:77:11"},"nodeType":"YulFunctionCall","src":"4374:79:11"},"nodeType":"YulExpressionStatement","src":"4374:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"4347:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"4356:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4343:3:11"},"nodeType":"YulFunctionCall","src":"4343:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"4368:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"4339:3:11"},"nodeType":"YulFunctionCall","src":"4339:32:11"},"nodeType":"YulIf","src":"4336:119:11"},{"nodeType":"YulBlock","src":"4465:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"4480:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"4494:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4484:6:11","type":""}]},{"nodeType":"YulAssignment","src":"4509:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4544:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"4555:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4540:3:11"},"nodeType":"YulFunctionCall","src":"4540:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4564:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"4519:20:11"},"nodeType":"YulFunctionCall","src":"4519:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"4509:6:11"}]}]},{"nodeType":"YulBlock","src":"4592:332:11","statements":[{"nodeType":"YulVariableDeclaration","src":"4607:46:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4638:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"4649:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4634:3:11"},"nodeType":"YulFunctionCall","src":"4634:18:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"4621:12:11"},"nodeType":"YulFunctionCall","src":"4621:32:11"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"4611:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"4700:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"4702:77:11"},"nodeType":"YulFunctionCall","src":"4702:79:11"},"nodeType":"YulExpressionStatement","src":"4702:79:11"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"4672:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"4680:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4669:2:11"},"nodeType":"YulFunctionCall","src":"4669:30:11"},"nodeType":"YulIf","src":"4666:117:11"},{"nodeType":"YulAssignment","src":"4797:117:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4886:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"4897:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4882:3:11"},"nodeType":"YulFunctionCall","src":"4882:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"4906:7:11"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"4807:74:11"},"nodeType":"YulFunctionCall","src":"4807:107:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"4797:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"4288:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"4299:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"4311:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"4319:6:11","type":""}],"src":"4189:742:11"},{"body":{"nodeType":"YulBlock","src":"4982:81:11","statements":[{"nodeType":"YulAssignment","src":"4992:65:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5007:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"5014:42:11","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5003:3:11"},"nodeType":"YulFunctionCall","src":"5003:54:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"4992:7:11"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4964:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"4974:7:11","type":""}],"src":"4937:126:11"},{"body":{"nodeType":"YulBlock","src":"5114:51:11","statements":[{"nodeType":"YulAssignment","src":"5124:35:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5153:5:11"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"5135:17:11"},"nodeType":"YulFunctionCall","src":"5135:24:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5124:7:11"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5096:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5106:7:11","type":""}],"src":"5069:96:11"},{"body":{"nodeType":"YulBlock","src":"5214:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"5271:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5280:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5283:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5273:6:11"},"nodeType":"YulFunctionCall","src":"5273:12:11"},"nodeType":"YulExpressionStatement","src":"5273:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5237:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5262:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"5244:17:11"},"nodeType":"YulFunctionCall","src":"5244:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"5234:2:11"},"nodeType":"YulFunctionCall","src":"5234:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"5227:6:11"},"nodeType":"YulFunctionCall","src":"5227:43:11"},"nodeType":"YulIf","src":"5224:63:11"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5207:5:11","type":""}],"src":"5171:122:11"},{"body":{"nodeType":"YulBlock","src":"5351:87:11","statements":[{"nodeType":"YulAssignment","src":"5361:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"5383:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"5370:12:11"},"nodeType":"YulFunctionCall","src":"5370:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"5361:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5426:5:11"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"5399:26:11"},"nodeType":"YulFunctionCall","src":"5399:33:11"},"nodeType":"YulExpressionStatement","src":"5399:33:11"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"5329:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"5337:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5345:5:11","type":""}],"src":"5299:139:11"},{"body":{"nodeType":"YulBlock","src":"5527:391:11","statements":[{"body":{"nodeType":"YulBlock","src":"5573:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"5575:77:11"},"nodeType":"YulFunctionCall","src":"5575:79:11"},"nodeType":"YulExpressionStatement","src":"5575:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"5548:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"5557:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5544:3:11"},"nodeType":"YulFunctionCall","src":"5544:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"5569:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5540:3:11"},"nodeType":"YulFunctionCall","src":"5540:32:11"},"nodeType":"YulIf","src":"5537:119:11"},{"nodeType":"YulBlock","src":"5666:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"5681:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"5695:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5685:6:11","type":""}]},{"nodeType":"YulAssignment","src":"5710:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5745:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"5756:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5741:3:11"},"nodeType":"YulFunctionCall","src":"5741:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5765:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"5720:20:11"},"nodeType":"YulFunctionCall","src":"5720:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"5710:6:11"}]}]},{"nodeType":"YulBlock","src":"5793:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"5808:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"5822:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"5812:6:11","type":""}]},{"nodeType":"YulAssignment","src":"5838:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"5873:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"5884:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5869:3:11"},"nodeType":"YulFunctionCall","src":"5869:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"5893:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"5848:20:11"},"nodeType":"YulFunctionCall","src":"5848:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"5838:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5489:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"5500:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"5512:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"5520:6:11","type":""}],"src":"5444:474:11"},{"body":{"nodeType":"YulBlock","src":"5968:57:11","statements":[{"nodeType":"YulAssignment","src":"5978:41:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"5993:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6000:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"5989:3:11"},"nodeType":"YulFunctionCall","src":"5989:30:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"5978:7:11"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"5950:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"5960:7:11","type":""}],"src":"5924:101:11"},{"body":{"nodeType":"YulBlock","src":"6073:78:11","statements":[{"body":{"nodeType":"YulBlock","src":"6129:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6138:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"6141:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"6131:6:11"},"nodeType":"YulFunctionCall","src":"6131:12:11"},"nodeType":"YulExpressionStatement","src":"6131:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6096:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6120:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"6103:16:11"},"nodeType":"YulFunctionCall","src":"6103:23:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"6093:2:11"},"nodeType":"YulFunctionCall","src":"6093:34:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"6086:6:11"},"nodeType":"YulFunctionCall","src":"6086:42:11"},"nodeType":"YulIf","src":"6083:62:11"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6066:5:11","type":""}],"src":"6031:120:11"},{"body":{"nodeType":"YulBlock","src":"6208:86:11","statements":[{"nodeType":"YulAssignment","src":"6218:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6240:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"6227:12:11"},"nodeType":"YulFunctionCall","src":"6227:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6218:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6282:5:11"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"6256:25:11"},"nodeType":"YulFunctionCall","src":"6256:32:11"},"nodeType":"YulExpressionStatement","src":"6256:32:11"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6186:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"6194:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"6202:5:11","type":""}],"src":"6157:137:11"},{"body":{"nodeType":"YulBlock","src":"6365:262:11","statements":[{"body":{"nodeType":"YulBlock","src":"6411:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"6413:77:11"},"nodeType":"YulFunctionCall","src":"6413:79:11"},"nodeType":"YulExpressionStatement","src":"6413:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"6386:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"6395:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"6382:3:11"},"nodeType":"YulFunctionCall","src":"6382:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"6407:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"6378:3:11"},"nodeType":"YulFunctionCall","src":"6378:32:11"},"nodeType":"YulIf","src":"6375:119:11"},{"nodeType":"YulBlock","src":"6504:116:11","statements":[{"nodeType":"YulVariableDeclaration","src":"6519:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"6533:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6523:6:11","type":""}]},{"nodeType":"YulAssignment","src":"6548:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6582:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"6593:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6578:3:11"},"nodeType":"YulFunctionCall","src":"6578:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"6602:7:11"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"6558:19:11"},"nodeType":"YulFunctionCall","src":"6558:52:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"6548:6:11"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6335:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"6346:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"6358:6:11","type":""}],"src":"6300:327:11"},{"body":{"nodeType":"YulBlock","src":"6698:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"6715:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6738:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"6720:17:11"},"nodeType":"YulFunctionCall","src":"6720:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6708:6:11"},"nodeType":"YulFunctionCall","src":"6708:37:11"},"nodeType":"YulExpressionStatement","src":"6708:37:11"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"6686:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"6693:3:11","type":""}],"src":"6633:118:11"},{"body":{"nodeType":"YulBlock","src":"6855:124:11","statements":[{"nodeType":"YulAssignment","src":"6865:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6877:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"6888:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6873:3:11"},"nodeType":"YulFunctionCall","src":"6873:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"6865:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"6945:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6958:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"6969:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6954:3:11"},"nodeType":"YulFunctionCall","src":"6954:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"6901:43:11"},"nodeType":"YulFunctionCall","src":"6901:71:11"},"nodeType":"YulExpressionStatement","src":"6901:71:11"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"6827:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"6839:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"6850:4:11","type":""}],"src":"6757:222:11"},{"body":{"nodeType":"YulBlock","src":"7030:32:11","statements":[{"nodeType":"YulAssignment","src":"7040:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"7051:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"7040:7:11"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7012:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"7022:7:11","type":""}],"src":"6985:77:11"},{"body":{"nodeType":"YulBlock","src":"7111:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"7168:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"7177:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"7180:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"7170:6:11"},"nodeType":"YulFunctionCall","src":"7170:12:11"},"nodeType":"YulExpressionStatement","src":"7170:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7134:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7159:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"7141:17:11"},"nodeType":"YulFunctionCall","src":"7141:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"7131:2:11"},"nodeType":"YulFunctionCall","src":"7131:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7124:6:11"},"nodeType":"YulFunctionCall","src":"7124:43:11"},"nodeType":"YulIf","src":"7121:63:11"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"7104:5:11","type":""}],"src":"7068:122:11"},{"body":{"nodeType":"YulBlock","src":"7248:87:11","statements":[{"nodeType":"YulAssignment","src":"7258:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7280:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7267:12:11"},"nodeType":"YulFunctionCall","src":"7267:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"7258:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"7323:5:11"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"7296:26:11"},"nodeType":"YulFunctionCall","src":"7296:33:11"},"nodeType":"YulExpressionStatement","src":"7296:33:11"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7226:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"7234:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"7242:5:11","type":""}],"src":"7196:139:11"},{"body":{"nodeType":"YulBlock","src":"7441:519:11","statements":[{"body":{"nodeType":"YulBlock","src":"7487:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7489:77:11"},"nodeType":"YulFunctionCall","src":"7489:79:11"},"nodeType":"YulExpressionStatement","src":"7489:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7462:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"7471:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7458:3:11"},"nodeType":"YulFunctionCall","src":"7458:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"7483:2:11","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7454:3:11"},"nodeType":"YulFunctionCall","src":"7454:32:11"},"nodeType":"YulIf","src":"7451:119:11"},{"nodeType":"YulBlock","src":"7580:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7595:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"7609:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7599:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7624:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7659:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"7670:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7655:3:11"},"nodeType":"YulFunctionCall","src":"7655:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7679:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"7634:20:11"},"nodeType":"YulFunctionCall","src":"7634:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"7624:6:11"}]}]},{"nodeType":"YulBlock","src":"7707:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7722:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"7736:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7726:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7752:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7787:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"7798:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7783:3:11"},"nodeType":"YulFunctionCall","src":"7783:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7807:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"7762:20:11"},"nodeType":"YulFunctionCall","src":"7762:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"7752:6:11"}]}]},{"nodeType":"YulBlock","src":"7835:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7850:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"7864:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"7854:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7880:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"7915:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"7926:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7911:3:11"},"nodeType":"YulFunctionCall","src":"7911:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"7935:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"7890:20:11"},"nodeType":"YulFunctionCall","src":"7890:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"7880:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7395:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7406:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7418:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7426:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"7434:6:11","type":""}],"src":"7341:619:11"},{"body":{"nodeType":"YulBlock","src":"8032:263:11","statements":[{"body":{"nodeType":"YulBlock","src":"8078:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"8080:77:11"},"nodeType":"YulFunctionCall","src":"8080:79:11"},"nodeType":"YulExpressionStatement","src":"8080:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"8053:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"8062:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"8049:3:11"},"nodeType":"YulFunctionCall","src":"8049:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"8074:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"8045:3:11"},"nodeType":"YulFunctionCall","src":"8045:32:11"},"nodeType":"YulIf","src":"8042:119:11"},{"nodeType":"YulBlock","src":"8171:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"8186:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"8200:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8190:6:11","type":""}]},{"nodeType":"YulAssignment","src":"8215:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8250:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"8261:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8246:3:11"},"nodeType":"YulFunctionCall","src":"8246:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8270:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"8225:20:11"},"nodeType":"YulFunctionCall","src":"8225:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8215:6:11"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"8002:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"8013:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"8025:6:11","type":""}],"src":"7966:329:11"},{"body":{"nodeType":"YulBlock","src":"8329:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8346:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8349:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8339:6:11"},"nodeType":"YulFunctionCall","src":"8339:88:11"},"nodeType":"YulExpressionStatement","src":"8339:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8443:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"8446:4:11","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8436:6:11"},"nodeType":"YulFunctionCall","src":"8436:15:11"},"nodeType":"YulExpressionStatement","src":"8436:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8467:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8470:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8460:6:11"},"nodeType":"YulFunctionCall","src":"8460:15:11"},"nodeType":"YulExpressionStatement","src":"8460:15:11"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"8301:180:11"},{"body":{"nodeType":"YulBlock","src":"8584:40:11","statements":[{"nodeType":"YulAssignment","src":"8595:22:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8611:5:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"8605:5:11"},"nodeType":"YulFunctionCall","src":"8605:12:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"8595:6:11"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8567:5:11","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"8577:6:11","type":""}],"src":"8487:137:11"},{"body":{"nodeType":"YulBlock","src":"8770:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8787:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"8792:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8780:6:11"},"nodeType":"YulFunctionCall","src":"8780:19:11"},"nodeType":"YulExpressionStatement","src":"8780:19:11"},{"nodeType":"YulAssignment","src":"8808:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"8827:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"8832:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8823:3:11"},"nodeType":"YulFunctionCall","src":"8823:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"8808:11:11"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"8742:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"8747:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"8758:11:11","type":""}],"src":"8630:213:11"},{"body":{"nodeType":"YulBlock","src":"8944:87:11","statements":[{"nodeType":"YulAssignment","src":"8954:11:11","value":{"name":"ptr","nodeType":"YulIdentifier","src":"8962:3:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8954:4:11"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8982:1:11","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"8985:3:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"8975:6:11"},"nodeType":"YulFunctionCall","src":"8975:14:11"},"nodeType":"YulExpressionStatement","src":"8975:14:11"},{"nodeType":"YulAssignment","src":"8998:26:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9016:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9019:4:11","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"9006:9:11"},"nodeType":"YulFunctionCall","src":"9006:18:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"8998:4:11"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"8931:3:11","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"8939:4:11","type":""}],"src":"8849:182:11"},{"body":{"nodeType":"YulBlock","src":"9088:51:11","statements":[{"nodeType":"YulAssignment","src":"9098:34:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9123:1:11","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"9126:5:11"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"9119:3:11"},"nodeType":"YulFunctionCall","src":"9119:13:11"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"9098:8:11"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9069:5:11","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"9079:8:11","type":""}],"src":"9037:102:11"},{"body":{"nodeType":"YulBlock","src":"9203:32:11","statements":[{"nodeType":"YulAssignment","src":"9213:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"9224:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"9213:7:11"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9185:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"9195:7:11","type":""}],"src":"9145:90:11"},{"body":{"nodeType":"YulBlock","src":"9316:91:11","statements":[{"nodeType":"YulAssignment","src":"9326:75:11","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"9389:10:11"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"9366:22:11"},"nodeType":"YulFunctionCall","src":"9366:34:11"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"9335:30:11"},"nodeType":"YulFunctionCall","src":"9335:66:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"9326:5:11"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"9295:10:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9310:5:11","type":""}],"src":"9241:166:11"},{"body":{"nodeType":"YulBlock","src":"9468:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9485:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9508:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"9490:17:11"},"nodeType":"YulFunctionCall","src":"9490:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"9478:6:11"},"nodeType":"YulFunctionCall","src":"9478:37:11"},"nodeType":"YulExpressionStatement","src":"9478:37:11"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9456:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"9463:3:11","type":""}],"src":"9413:108:11"},{"body":{"nodeType":"YulBlock","src":"9714:578:11","statements":[{"nodeType":"YulVariableDeclaration","src":"9724:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"9740:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"9745:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9736:3:11"},"nodeType":"YulFunctionCall","src":"9736:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"9728:4:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"9759:18:11","value":{"kind":"number","nodeType":"YulLiteral","src":"9776:1:11","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"9763:9:11","type":""}]},{"nodeType":"YulBlock","src":"9787:244:11","statements":[{"nodeType":"YulAssignment","src":"9821:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9844:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"9851:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9840:3:11"},"nodeType":"YulFunctionCall","src":"9840:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"9834:5:11"},"nodeType":"YulFunctionCall","src":"9834:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9821:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"9870:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"9935:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"9890:44:11"},"nodeType":"YulFunctionCall","src":"9890:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"9874:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"9992:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10010:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10015:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10006:3:11"},"nodeType":"YulFunctionCall","src":"10006:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"9958:33:11"},"nodeType":"YulFunctionCall","src":"9958:63:11"},"nodeType":"YulExpressionStatement","src":"9958:63:11"}]},{"nodeType":"YulBlock","src":"10041:244:11","statements":[{"nodeType":"YulAssignment","src":"10075:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10098:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"10105:4:11","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10094:3:11"},"nodeType":"YulFunctionCall","src":"10094:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"10088:5:11"},"nodeType":"YulFunctionCall","src":"10088:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"10075:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"10124:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"10189:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"10144:44:11"},"nodeType":"YulFunctionCall","src":"10144:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"10128:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"10246:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10264:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10269:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10260:3:11"},"nodeType":"YulFunctionCall","src":"10260:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"10212:33:11"},"nodeType":"YulFunctionCall","src":"10212:63:11"},"nodeType":"YulExpressionStatement","src":"10212:63:11"}]}]},"name":"abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9701:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"9708:3:11","type":""}],"src":"9603:689:11"},{"body":{"nodeType":"YulBlock","src":"10433:154:11","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"10532:6:11"},{"name":"pos","nodeType":"YulIdentifier","src":"10540:3:11"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulIdentifier","src":"10443:88:11"},"nodeType":"YulFunctionCall","src":"10443:101:11"},"nodeType":"YulExpressionStatement","src":"10443:101:11"},{"nodeType":"YulAssignment","src":"10553:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10571:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10576:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10567:3:11"},"nodeType":"YulFunctionCall","src":"10567:14:11"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"10553:10:11"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"10406:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10414:3:11","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"10422:10:11","type":""}],"src":"10298:289:11"},{"body":{"nodeType":"YulBlock","src":"10691:38:11","statements":[{"nodeType":"YulAssignment","src":"10701:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"10713:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"10718:4:11","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10709:3:11"},"nodeType":"YulFunctionCall","src":"10709:14:11"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"10701:4:11"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"10678:3:11","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"10686:4:11","type":""}],"src":"10593:136:11"},{"body":{"nodeType":"YulBlock","src":"10991:754:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11001:91:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11086:5:11"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11015:70:11"},"nodeType":"YulFunctionCall","src":"11015:77:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"11005:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11101:122:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11211:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"11216:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"11108:102:11"},"nodeType":"YulFunctionCall","src":"11108:115:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11101:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"11232:94:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11320:5:11"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11247:72:11"},"nodeType":"YulFunctionCall","src":"11247:79:11"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"11236:7:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"11335:21:11","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"11349:7:11"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"11339:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"11425:295:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11439:27:11","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"11460:6:11"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"11443:13:11","type":""}]},{"nodeType":"YulAssignment","src":"11479:125:11","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"11585:13:11"},{"name":"pos","nodeType":"YulIdentifier","src":"11600:3:11"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulIdentifier","src":"11486:98:11"},"nodeType":"YulFunctionCall","src":"11486:118:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"11479:3:11"}]},{"nodeType":"YulAssignment","src":"11617:93:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"11703:6:11"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulIdentifier","src":"11627:75:11"},"nodeType":"YulFunctionCall","src":"11627:83:11"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"11617:6:11"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"11387:1:11"},{"name":"length","nodeType":"YulIdentifier","src":"11390:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"11384:2:11"},"nodeType":"YulFunctionCall","src":"11384:13:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"11398:18:11","statements":[{"nodeType":"YulAssignment","src":"11400:14:11","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"11409:1:11"},{"kind":"number","nodeType":"YulLiteral","src":"11412:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11405:3:11"},"nodeType":"YulFunctionCall","src":"11405:9:11"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"11400:1:11"}]}]},"pre":{"nodeType":"YulBlock","src":"11369:14:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11371:10:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11380:1:11","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"11375:1:11","type":""}]}]},"src":"11365:355:11"},{"nodeType":"YulAssignment","src":"11729:10:11","value":{"name":"pos","nodeType":"YulIdentifier","src":"11736:3:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"11729:3:11"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10970:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10977:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"10986:3:11","type":""}],"src":"10815:930:11"},{"body":{"nodeType":"YulBlock","src":"11951:277:11","statements":[{"nodeType":"YulAssignment","src":"11961:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11973:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"11984:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11969:3:11"},"nodeType":"YulFunctionCall","src":"11969:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"11961:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"12008:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"12019:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12004:3:11"},"nodeType":"YulFunctionCall","src":"12004:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"12027:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"12033:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"12023:3:11"},"nodeType":"YulFunctionCall","src":"12023:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11997:6:11"},"nodeType":"YulFunctionCall","src":"11997:47:11"},"nodeType":"YulExpressionStatement","src":"11997:47:11"},{"nodeType":"YulAssignment","src":"12053:168:11","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"12207:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"12216:4:11"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12061:145:11"},"nodeType":"YulFunctionCall","src":"12061:160:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"12053:4:11"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11923:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"11935:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"11946:4:11","type":""}],"src":"11751:477:11"},{"body":{"nodeType":"YulBlock","src":"12330:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12347:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"12352:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12340:6:11"},"nodeType":"YulFunctionCall","src":"12340:19:11"},"nodeType":"YulExpressionStatement","src":"12340:19:11"},{"nodeType":"YulAssignment","src":"12368:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12387:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12392:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12383:3:11"},"nodeType":"YulFunctionCall","src":"12383:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"12368:11:11"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12302:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"12307:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"12318:11:11","type":""}],"src":"12234:169:11"},{"body":{"nodeType":"YulBlock","src":"12515:65:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"12537:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"12545:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12533:3:11"},"nodeType":"YulFunctionCall","src":"12533:14:11"},{"hexValue":"476174657761793a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"12549:23:11","type":"","value":"Gateway: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12526:6:11"},"nodeType":"YulFunctionCall","src":"12526:47:11"},"nodeType":"YulExpressionStatement","src":"12526:47:11"}]},"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"12507:6:11","type":""}],"src":"12409:171:11"},{"body":{"nodeType":"YulBlock","src":"12732:220:11","statements":[{"nodeType":"YulAssignment","src":"12742:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12808:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12813:2:11","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"12749:58:11"},"nodeType":"YulFunctionCall","src":"12749:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"12742:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12914:3:11"}],"functionName":{"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulIdentifier","src":"12825:88:11"},"nodeType":"YulFunctionCall","src":"12825:93:11"},"nodeType":"YulExpressionStatement","src":"12825:93:11"},{"nodeType":"YulAssignment","src":"12927:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12938:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12943:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12934:3:11"},"nodeType":"YulFunctionCall","src":"12934:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"12927:3:11"}]}]},"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"12720:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"12728:3:11","type":""}],"src":"12586:366:11"},{"body":{"nodeType":"YulBlock","src":"13129:248:11","statements":[{"nodeType":"YulAssignment","src":"13139:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13151:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"13162:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13147:3:11"},"nodeType":"YulFunctionCall","src":"13147:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13139:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"13186:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"13197:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13182:3:11"},"nodeType":"YulFunctionCall","src":"13182:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13205:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"13211:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"13201:3:11"},"nodeType":"YulFunctionCall","src":"13201:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13175:6:11"},"nodeType":"YulFunctionCall","src":"13175:47:11"},"nodeType":"YulExpressionStatement","src":"13175:47:11"},{"nodeType":"YulAssignment","src":"13231:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"13365:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13239:124:11"},"nodeType":"YulFunctionCall","src":"13239:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"13231:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"13109:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"13124:4:11","type":""}],"src":"12958:419:11"},{"body":{"nodeType":"YulBlock","src":"13489:118:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13511:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"13519:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13507:3:11"},"nodeType":"YulFunctionCall","src":"13507:14:11"},{"hexValue":"476174657761793a207472656173757279206164647265737320616c72656164","kind":"string","nodeType":"YulLiteral","src":"13523:34:11","type":"","value":"Gateway: treasury address alread"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13500:6:11"},"nodeType":"YulFunctionCall","src":"13500:58:11"},"nodeType":"YulExpressionStatement","src":"13500:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"13579:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"13587:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13575:3:11"},"nodeType":"YulFunctionCall","src":"13575:15:11"},{"hexValue":"7920736574","kind":"string","nodeType":"YulLiteral","src":"13592:7:11","type":"","value":"y set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"13568:6:11"},"nodeType":"YulFunctionCall","src":"13568:32:11"},"nodeType":"YulExpressionStatement","src":"13568:32:11"}]},"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"13481:6:11","type":""}],"src":"13383:224:11"},{"body":{"nodeType":"YulBlock","src":"13759:220:11","statements":[{"nodeType":"YulAssignment","src":"13769:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13835:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13840:2:11","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"13776:58:11"},"nodeType":"YulFunctionCall","src":"13776:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"13769:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13941:3:11"}],"functionName":{"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulIdentifier","src":"13852:88:11"},"nodeType":"YulFunctionCall","src":"13852:93:11"},"nodeType":"YulExpressionStatement","src":"13852:93:11"},{"nodeType":"YulAssignment","src":"13954:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13965:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13970:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13961:3:11"},"nodeType":"YulFunctionCall","src":"13961:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"13954:3:11"}]}]},"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"13747:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"13755:3:11","type":""}],"src":"13613:366:11"},{"body":{"nodeType":"YulBlock","src":"14156:248:11","statements":[{"nodeType":"YulAssignment","src":"14166:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14178:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14189:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14174:3:11"},"nodeType":"YulFunctionCall","src":"14174:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14166:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14213:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14224:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14209:3:11"},"nodeType":"YulFunctionCall","src":"14209:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14232:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"14238:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"14228:3:11"},"nodeType":"YulFunctionCall","src":"14228:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14202:6:11"},"nodeType":"YulFunctionCall","src":"14202:47:11"},"nodeType":"YulExpressionStatement","src":"14202:47:11"},{"nodeType":"YulAssignment","src":"14258:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"14392:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14266:124:11"},"nodeType":"YulFunctionCall","src":"14266:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14258:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14136:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14151:4:11","type":""}],"src":"13985:419:11"},{"body":{"nodeType":"YulBlock","src":"14516:120:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14538:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"14546:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14534:3:11"},"nodeType":"YulFunctionCall","src":"14534:14:11"},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c7265","kind":"string","nodeType":"YulLiteral","src":"14550:34:11","type":"","value":"Gateway: aggregator address alre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14527:6:11"},"nodeType":"YulFunctionCall","src":"14527:58:11"},"nodeType":"YulExpressionStatement","src":"14527:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"14606:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"14614:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14602:3:11"},"nodeType":"YulFunctionCall","src":"14602:15:11"},{"hexValue":"61647920736574","kind":"string","nodeType":"YulLiteral","src":"14619:9:11","type":"","value":"ady set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14595:6:11"},"nodeType":"YulFunctionCall","src":"14595:34:11"},"nodeType":"YulExpressionStatement","src":"14595:34:11"}]},"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"14508:6:11","type":""}],"src":"14410:226:11"},{"body":{"nodeType":"YulBlock","src":"14788:220:11","statements":[{"nodeType":"YulAssignment","src":"14798:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14864:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14869:2:11","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14805:58:11"},"nodeType":"YulFunctionCall","src":"14805:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"14798:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14970:3:11"}],"functionName":{"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulIdentifier","src":"14881:88:11"},"nodeType":"YulFunctionCall","src":"14881:93:11"},"nodeType":"YulExpressionStatement","src":"14881:93:11"},{"nodeType":"YulAssignment","src":"14983:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14994:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14999:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14990:3:11"},"nodeType":"YulFunctionCall","src":"14990:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"14983:3:11"}]}]},"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"14776:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"14784:3:11","type":""}],"src":"14642:366:11"},{"body":{"nodeType":"YulBlock","src":"15185:248:11","statements":[{"nodeType":"YulAssignment","src":"15195:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15207:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15218:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15203:3:11"},"nodeType":"YulFunctionCall","src":"15203:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15195:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15242:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15253:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15238:3:11"},"nodeType":"YulFunctionCall","src":"15238:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15261:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"15267:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"15257:3:11"},"nodeType":"YulFunctionCall","src":"15257:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15231:6:11"},"nodeType":"YulFunctionCall","src":"15231:47:11"},"nodeType":"YulExpressionStatement","src":"15231:47:11"},{"nodeType":"YulAssignment","src":"15287:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"15421:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"15295:124:11"},"nodeType":"YulFunctionCall","src":"15295:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15287:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15165:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15180:4:11","type":""}],"src":"15014:419:11"},{"body":{"nodeType":"YulBlock","src":"15502:52:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15519:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15541:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"15524:16:11"},"nodeType":"YulFunctionCall","src":"15524:23:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15512:6:11"},"nodeType":"YulFunctionCall","src":"15512:36:11"},"nodeType":"YulExpressionStatement","src":"15512:36:11"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15490:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15497:3:11","type":""}],"src":"15439:115:11"},{"body":{"nodeType":"YulBlock","src":"15656:122:11","statements":[{"nodeType":"YulAssignment","src":"15666:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15678:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15689:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15674:3:11"},"nodeType":"YulFunctionCall","src":"15674:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15666:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"15744:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15757:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15768:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15753:3:11"},"nodeType":"YulFunctionCall","src":"15753:17:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"15702:41:11"},"nodeType":"YulFunctionCall","src":"15702:69:11"},"nodeType":"YulExpressionStatement","src":"15702:69:11"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15628:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"15640:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15651:4:11","type":""}],"src":"15560:218:11"},{"body":{"nodeType":"YulBlock","src":"15890:122:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15912:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"15920:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15908:3:11"},"nodeType":"YulFunctionCall","src":"15908:14:11"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"15924:34:11","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15901:6:11"},"nodeType":"YulFunctionCall","src":"15901:58:11"},"nodeType":"YulExpressionStatement","src":"15901:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"15980:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"15988:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15976:3:11"},"nodeType":"YulFunctionCall","src":"15976:15:11"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"15993:11:11","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15969:6:11"},"nodeType":"YulFunctionCall","src":"15969:36:11"},"nodeType":"YulExpressionStatement","src":"15969:36:11"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"15882:6:11","type":""}],"src":"15784:228:11"},{"body":{"nodeType":"YulBlock","src":"16164:220:11","statements":[{"nodeType":"YulAssignment","src":"16174:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16240:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16245:2:11","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16181:58:11"},"nodeType":"YulFunctionCall","src":"16181:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"16174:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16346:3:11"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"16257:88:11"},"nodeType":"YulFunctionCall","src":"16257:93:11"},"nodeType":"YulExpressionStatement","src":"16257:93:11"},{"nodeType":"YulAssignment","src":"16359:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16370:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16375:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16366:3:11"},"nodeType":"YulFunctionCall","src":"16366:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"16359:3:11"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"16152:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"16160:3:11","type":""}],"src":"16018:366:11"},{"body":{"nodeType":"YulBlock","src":"16561:248:11","statements":[{"nodeType":"YulAssignment","src":"16571:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16583:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16594:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16579:3:11"},"nodeType":"YulFunctionCall","src":"16579:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16571:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16618:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16629:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16614:3:11"},"nodeType":"YulFunctionCall","src":"16614:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16637:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"16643:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16633:3:11"},"nodeType":"YulFunctionCall","src":"16633:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16607:6:11"},"nodeType":"YulFunctionCall","src":"16607:47:11"},"nodeType":"YulExpressionStatement","src":"16607:47:11"},{"nodeType":"YulAssignment","src":"16663:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"16797:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16671:124:11"},"nodeType":"YulFunctionCall","src":"16671:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16663:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16541:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16556:4:11","type":""}],"src":"16390:419:11"},{"body":{"nodeType":"YulBlock","src":"16921:67:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"16943:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"16951:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16939:3:11"},"nodeType":"YulFunctionCall","src":"16939:14:11"},{"hexValue":"476174657761793a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"16955:25:11","type":"","value":"Gateway: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"16932:6:11"},"nodeType":"YulFunctionCall","src":"16932:49:11"},"nodeType":"YulExpressionStatement","src":"16932:49:11"}]},"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"16913:6:11","type":""}],"src":"16815:173:11"},{"body":{"nodeType":"YulBlock","src":"17140:220:11","statements":[{"nodeType":"YulAssignment","src":"17150:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17216:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"17221:2:11","type":"","value":"23"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17157:58:11"},"nodeType":"YulFunctionCall","src":"17157:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"17150:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17322:3:11"}],"functionName":{"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulIdentifier","src":"17233:88:11"},"nodeType":"YulFunctionCall","src":"17233:93:11"},"nodeType":"YulExpressionStatement","src":"17233:93:11"},{"nodeType":"YulAssignment","src":"17335:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17346:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"17351:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17342:3:11"},"nodeType":"YulFunctionCall","src":"17342:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"17335:3:11"}]}]},"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"17128:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"17136:3:11","type":""}],"src":"16994:366:11"},{"body":{"nodeType":"YulBlock","src":"17537:248:11","statements":[{"nodeType":"YulAssignment","src":"17547:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17559:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"17570:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17555:3:11"},"nodeType":"YulFunctionCall","src":"17555:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17547:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17594:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"17605:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17590:3:11"},"nodeType":"YulFunctionCall","src":"17590:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17613:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"17619:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"17609:3:11"},"nodeType":"YulFunctionCall","src":"17609:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17583:6:11"},"nodeType":"YulFunctionCall","src":"17583:47:11"},"nodeType":"YulExpressionStatement","src":"17583:47:11"},{"nodeType":"YulAssignment","src":"17639:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"17773:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"17647:124:11"},"nodeType":"YulFunctionCall","src":"17647:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"17639:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17517:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"17532:4:11","type":""}],"src":"17366:419:11"},{"body":{"nodeType":"YulBlock","src":"17856:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"17873:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17896:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"17878:17:11"},"nodeType":"YulFunctionCall","src":"17878:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"17866:6:11"},"nodeType":"YulFunctionCall","src":"17866:37:11"},"nodeType":"YulExpressionStatement","src":"17866:37:11"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17844:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"17851:3:11","type":""}],"src":"17791:118:11"},{"body":{"nodeType":"YulBlock","src":"18013:124:11","statements":[{"nodeType":"YulAssignment","src":"18023:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18035:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18046:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18031:3:11"},"nodeType":"YulFunctionCall","src":"18031:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18023:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"18103:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18116:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18127:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18112:3:11"},"nodeType":"YulFunctionCall","src":"18112:17:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"18059:43:11"},"nodeType":"YulFunctionCall","src":"18059:71:11"},"nodeType":"YulExpressionStatement","src":"18059:71:11"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"17985:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"17997:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18008:4:11","type":""}],"src":"17915:222:11"},{"body":{"nodeType":"YulBlock","src":"18249:76:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"18271:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"18279:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18267:3:11"},"nodeType":"YulFunctionCall","src":"18267:14:11"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"18283:34:11","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18260:6:11"},"nodeType":"YulFunctionCall","src":"18260:58:11"},"nodeType":"YulExpressionStatement","src":"18260:58:11"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"18241:6:11","type":""}],"src":"18143:182:11"},{"body":{"nodeType":"YulBlock","src":"18477:220:11","statements":[{"nodeType":"YulAssignment","src":"18487:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18553:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"18558:2:11","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18494:58:11"},"nodeType":"YulFunctionCall","src":"18494:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"18487:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18659:3:11"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"18570:88:11"},"nodeType":"YulFunctionCall","src":"18570:93:11"},"nodeType":"YulExpressionStatement","src":"18570:93:11"},{"nodeType":"YulAssignment","src":"18672:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"18683:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"18688:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18679:3:11"},"nodeType":"YulFunctionCall","src":"18679:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"18672:3:11"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"18465:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"18473:3:11","type":""}],"src":"18331:366:11"},{"body":{"nodeType":"YulBlock","src":"18874:248:11","statements":[{"nodeType":"YulAssignment","src":"18884:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18896:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18907:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18892:3:11"},"nodeType":"YulFunctionCall","src":"18892:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18884:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18931:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"18942:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18927:3:11"},"nodeType":"YulFunctionCall","src":"18927:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"18950:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"18956:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18946:3:11"},"nodeType":"YulFunctionCall","src":"18946:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"18920:6:11"},"nodeType":"YulFunctionCall","src":"18920:47:11"},"nodeType":"YulExpressionStatement","src":"18920:47:11"},{"nodeType":"YulAssignment","src":"18976:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"19110:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"18984:124:11"},"nodeType":"YulFunctionCall","src":"18984:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"18976:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18854:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"18869:4:11","type":""}],"src":"18703:419:11"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$2058_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$2058_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: treasury address alread\")\n\n mstore(add(memPtr, 32), \"y set\")\n\n }\n\n function abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: aggregator address alre\")\n\n mstore(add(memPtr, 32), \"ady set\")\n\n }\n\n function abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 23)\n store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":11,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106100935760003560e01c806379ba50971161006657806379ba5097146100f65780638da5cb5b14610100578063cd9924001461011e578063e30c39781461013a578063f2fde38b1461015857610093565b8063322008821461009857806340ebc677146100b457806347094e2e146100d0578063715018a6146100ec575b600080fd5b6100b260048036038101906100ad9190610d03565b610174565b005b6100ce60048036038101906100c99190610dbd565b6102e9565b005b6100ea60048036038101906100e59190610e3d565b6105b1565b005b6100f461061c565b005b6100fe610630565b005b6101086106bd565b6040516101159190610e79565b60405180910390f35b61013860048036038101906101339190610eca565b6106e7565b005b61014261086c565b60405161014f9190610e79565b60405180910390f35b610172600480360381019061016d9190610f1d565b610896565b005b61017c610943565b60cd6000838152602001908152602001600020600061019b9190610ac0565b60005b815181101561029a5760cd60008481526020019081526020016000208282815181106101cd576101cc610f4a565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061023257610231610f4a565b5b60200260200101516020015181526020018481525060ce600084848151811061025e5761025d610f4a565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061019e565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102dd91906110b3565b60405180910390a25050565b6102f1610943565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610360576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161035790611132565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610463578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610419576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610410906111c4565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610561565b7f61676772656761746f72000000000000000000000000000000000000000000008303610560578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361051a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161051190611256565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105ac578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105b9610943565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516106119190611285565b60405180910390a150565b610624610943565b61062e60006109c1565b565b600061063a6109f2565b90508073ffffffffffffffffffffffffffffffffffffffff1661065b61086c565b73ffffffffffffffffffffffffffffffffffffffff16146106b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106a890611312565b60405180910390fd5b6106ba816109c1565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6106ef610943565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361075e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161075590611132565b60405180910390fd5b600181148061076d5750600281145b6107ac576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107a39061137e565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610867578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161085e91906113ad565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61089e610943565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166108fe6106bd565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b61094b6109f2565b73ffffffffffffffffffffffffffffffffffffffff166109696106bd565b73ffffffffffffffffffffffffffffffffffffffff16146109bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b690611414565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556109ef816109fa565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610ae19190610ae4565b50565b5b80821115610b0757600080820160009055600182016000905550600201610ae5565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b3281610b1f565b8114610b3d57600080fd5b50565b600081359050610b4f81610b29565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610ba382610b5a565b810181811067ffffffffffffffff82111715610bc257610bc1610b6b565b5b80604052505050565b6000610bd5610b0b565b9050610be18282610b9a565b919050565b600067ffffffffffffffff821115610c0157610c00610b6b565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c3257610c31610c17565b5b610c3c6040610bcb565b90506000610c4c84828501610b40565b6000830152506020610c6084828501610b40565b60208301525092915050565b6000610c7f610c7a84610be6565b610bcb565b90508083825260208201905060408402830185811115610ca257610ca1610c12565b5b835b81811015610ccb5780610cb78882610c1c565b845260208401935050604081019050610ca4565b5050509392505050565b600082601f830112610cea57610ce9610b55565b5b8135610cfa848260208601610c6c565b91505092915050565b60008060408385031215610d1a57610d19610b15565b5b6000610d2885828601610b40565b925050602083013567ffffffffffffffff811115610d4957610d48610b1a565b5b610d5585828601610cd5565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d8a82610d5f565b9050919050565b610d9a81610d7f565b8114610da557600080fd5b50565b600081359050610db781610d91565b92915050565b60008060408385031215610dd457610dd3610b15565b5b6000610de285828601610b40565b9250506020610df385828601610da8565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e1a81610dfd565b8114610e2557600080fd5b50565b600081359050610e3781610e11565b92915050565b600060208284031215610e5357610e52610b15565b5b6000610e6184828501610e28565b91505092915050565b610e7381610d7f565b82525050565b6000602082019050610e8e6000830184610e6a565b92915050565b6000819050919050565b610ea781610e94565b8114610eb257600080fd5b50565b600081359050610ec481610e9e565b92915050565b600080600060608486031215610ee357610ee2610b15565b5b6000610ef186828701610b40565b9350506020610f0286828701610da8565b9250506040610f1386828701610eb5565b9150509250925092565b600060208284031215610f3357610f32610b15565b5b6000610f4184828501610da8565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b6000610fd4610fcf83610faa565b610fb7565b9050919050565b610fe481610b1f565b82525050565b604082016000808301549050610fff81610fc1565b61100c6000860182610fdb565b506001830154905061101d81610fc1565b61102a6020860182610fdb565b5050505050565b600061103d8383610fea565b60408301905092915050565b6000600282019050919050565b600061106182610f79565b61106b8185610f84565b935061107683610f95565b8060005b838110156110a6578161108d8882611031565b975061109883611049565b92505060018101905061107a565b5085935050505092915050565b600060208201905081810360008301526110cd8184611056565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061111c6015836110d5565b9150611127826110e6565b602082019050919050565b6000602082019050818103600083015261114b8161110f565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111ae6025836110d5565b91506111b982611152565b604082019050919050565b600060208201905081810360008301526111dd816111a1565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006112406027836110d5565b915061124b826111e4565b604082019050919050565b6000602082019050818103600083015261126f81611233565b9050919050565b61127f81610dfd565b82525050565b600060208201905061129a6000830184611276565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006112fc6029836110d5565b9150611307826112a0565b604082019050919050565b6000602082019050818103600083015261132b816112ef565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113686017836110d5565b915061137382611332565b602082019050919050565b600060208201905081810360008301526113978161135b565b9050919050565b6113a781610e94565b82525050565b60006020820190506113c2600083018461139e565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006113fe6020836110d5565b9150611409826113c8565b602082019050919050565b6000602082019050818103600083015261142d816113f1565b905091905056fea2646970667358221220a5cf2406f8bb007a45008610cf8baf05dde6f3dbf02727307f944766ecf3cbe164736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x93 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0x79BA5097 EQ PUSH2 0xF6 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x100 JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x11E JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x13A JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x158 JUMPI PUSH2 0x93 JUMP JUMPDEST DUP1 PUSH4 0x32200882 EQ PUSH2 0x98 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0xB4 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0xD0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xEC JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xB2 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xAD SWAP2 SWAP1 PUSH2 0xD03 JUMP JUMPDEST PUSH2 0x174 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xCE PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xC9 SWAP2 SWAP1 PUSH2 0xDBD JUMP JUMPDEST PUSH2 0x2E9 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xEA PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xE5 SWAP2 SWAP1 PUSH2 0xE3D JUMP JUMPDEST PUSH2 0x5B1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF4 PUSH2 0x61C JUMP JUMPDEST STOP JUMPDEST PUSH2 0xFE PUSH2 0x630 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x108 PUSH2 0x6BD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x115 SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x138 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x133 SWAP2 SWAP1 PUSH2 0xECA JUMP JUMPDEST PUSH2 0x6E7 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x142 PUSH2 0x86C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x14F SWAP2 SWAP1 PUSH2 0xE79 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x172 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x16D SWAP2 SWAP1 PUSH2 0xF1D JUMP JUMPDEST PUSH2 0x896 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x17C PUSH2 0x943 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x19B SWAP2 SWAP1 PUSH2 0xAC0 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x29A JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1CD JUMPI PUSH2 0x1CC PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x232 JUMPI PUSH2 0x231 PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x25E JUMPI PUSH2 0x25D PUSH2 0xF4A JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x19E JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x2DD SWAP2 SWAP1 PUSH2 0x10B3 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x2F1 PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x360 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x357 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x463 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x419 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x410 SWAP1 PUSH2 0x11C4 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x561 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x560 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x51A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x511 SWAP1 PUSH2 0x1256 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x5AC JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x5B9 PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x611 SWAP2 SWAP1 PUSH2 0x1285 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH2 0x624 PUSH2 0x943 JUMP JUMPDEST PUSH2 0x62E PUSH1 0x0 PUSH2 0x9C1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x63A PUSH2 0x9F2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x65B PUSH2 0x86C JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x6B1 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6A8 SWAP1 PUSH2 0x1312 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x6BA DUP2 PUSH2 0x9C1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x6EF PUSH2 0x943 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x75E JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x755 SWAP1 PUSH2 0x1132 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x76D JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x7AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7A3 SWAP1 PUSH2 0x137E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x867 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x85E SWAP2 SWAP1 PUSH2 0x13AD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x89E PUSH2 0x943 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x8FE PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x94B PUSH2 0x9F2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x969 PUSH2 0x6BD JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9BF JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B6 SWAP1 PUSH2 0x1414 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x9EF DUP2 PUSH2 0x9FA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0xAE1 SWAP2 SWAP1 PUSH2 0xAE4 JUMP JUMPDEST POP JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xB07 JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0xAE5 JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xB32 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP2 EQ PUSH2 0xB3D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xB4F DUP2 PUSH2 0xB29 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0xBA3 DUP3 PUSH2 0xB5A JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0xBC2 JUMPI PUSH2 0xBC1 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xBD5 PUSH2 0xB0B JUMP JUMPDEST SWAP1 POP PUSH2 0xBE1 DUP3 DUP3 PUSH2 0xB9A JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0xC01 JUMPI PUSH2 0xC00 PUSH2 0xB6B JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC32 JUMPI PUSH2 0xC31 PUSH2 0xC17 JUMP JUMPDEST JUMPDEST PUSH2 0xC3C PUSH1 0x40 PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0xC4C DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0xC60 DUP5 DUP3 DUP6 ADD PUSH2 0xB40 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC7F PUSH2 0xC7A DUP5 PUSH2 0xBE6 JUMP JUMPDEST PUSH2 0xBCB JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0xCA2 JUMPI PUSH2 0xCA1 PUSH2 0xC12 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xCCB JUMPI DUP1 PUSH2 0xCB7 DUP9 DUP3 PUSH2 0xC1C JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0xCA4 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0xCEA JUMPI PUSH2 0xCE9 PUSH2 0xB55 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0xCFA DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0xC6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xD1A JUMPI PUSH2 0xD19 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xD28 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD49 JUMPI PUSH2 0xD48 PUSH2 0xB1A JUMP JUMPDEST JUMPDEST PUSH2 0xD55 DUP6 DUP3 DUP7 ADD PUSH2 0xCD5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xD8A DUP3 PUSH2 0xD5F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xD9A DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP2 EQ PUSH2 0xDA5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xDB7 DUP2 PUSH2 0xD91 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDD4 JUMPI PUSH2 0xDD3 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xDE2 DUP6 DUP3 DUP7 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0xDF3 DUP6 DUP3 DUP7 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE1A DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP2 EQ PUSH2 0xE25 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xE37 DUP2 PUSH2 0xE11 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xE53 JUMPI PUSH2 0xE52 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xE61 DUP5 DUP3 DUP6 ADD PUSH2 0xE28 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xE73 DUP2 PUSH2 0xD7F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0xE8E PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0xE6A JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xEA7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP2 EQ PUSH2 0xEB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0xEC4 DUP2 PUSH2 0xE9E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0xEE3 JUMPI PUSH2 0xEE2 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xEF1 DUP7 DUP3 DUP8 ADD PUSH2 0xB40 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0xF02 DUP7 DUP3 DUP8 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0xF13 DUP7 DUP3 DUP8 ADD PUSH2 0xEB5 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF33 JUMPI PUSH2 0xF32 PUSH2 0xB15 JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0xF41 DUP5 DUP3 DUP6 ADD PUSH2 0xDA8 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFD4 PUSH2 0xFCF DUP4 PUSH2 0xFAA JUMP JUMPDEST PUSH2 0xFB7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xFE4 DUP2 PUSH2 0xB1F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0xFFF DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x100C PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x101D DUP2 PUSH2 0xFC1 JUMP JUMPDEST PUSH2 0x102A PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0xFDB JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x103D DUP4 DUP4 PUSH2 0xFEA JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1061 DUP3 PUSH2 0xF79 JUMP JUMPDEST PUSH2 0x106B DUP2 DUP6 PUSH2 0xF84 JUMP JUMPDEST SWAP4 POP PUSH2 0x1076 DUP4 PUSH2 0xF95 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x10A6 JUMPI DUP2 PUSH2 0x108D DUP9 DUP3 PUSH2 0x1031 JUMP JUMPDEST SWAP8 POP PUSH2 0x1098 DUP4 PUSH2 0x1049 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x107A JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x10CD DUP2 DUP5 PUSH2 0x1056 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x111C PUSH1 0x15 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1127 DUP3 PUSH2 0x10E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x114B DUP2 PUSH2 0x110F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11AE PUSH1 0x25 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x11B9 DUP3 PUSH2 0x1152 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x11DD DUP2 PUSH2 0x11A1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1240 PUSH1 0x27 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x124B DUP3 PUSH2 0x11E4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x126F DUP2 PUSH2 0x1233 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x127F DUP2 PUSH2 0xDFD JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x129A PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x1276 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x12FC PUSH1 0x29 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1307 DUP3 PUSH2 0x12A0 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x132B DUP2 PUSH2 0x12EF JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1368 PUSH1 0x17 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1373 DUP3 PUSH2 0x1332 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x1397 DUP2 PUSH2 0x135B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x13A7 DUP2 PUSH2 0xE94 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x13C2 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x139E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x13FE PUSH1 0x20 DUP4 PUSH2 0x10D5 JUMP JUMPDEST SWAP2 POP PUSH2 0x1409 DUP3 PUSH2 0x13C8 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x142D DUP2 PUSH2 0x13F1 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xA5 0xCF 0x24 MOD 0xF8 0xBB STOP PUSH27 0x45008610CF8BAF05DDE6F3DBF02727307F944766ECF3CBE164736F PUSH13 0x63430008120033000000000000 ","sourceMap":"338:3609:7:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2323:539;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3394:551;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2085:101:1;;;:::i;:::-;;2031:212:0;;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2323:539:7;1355:13:1;:11;:13::i;:::-;2461:21:7::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;3394:551::-;1355:13:1;:11;:13::i;:::-;3502:1:7::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:1;:11;:13::i;:::-;3094:19:7::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;1773:335:7:-;1355:13:1;:11;:13::i;:::-;1894:1:7::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;1436:178::-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:5:-;939:7;965:10;958:17;;886:96;:::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:11:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:117::-;799:1;796;789:12;813:102;854:6;905:2;901:7;896:2;889:5;885:14;881:28;871:38;;813:102;;;:::o;921:180::-;969:77;966:1;959:88;1066:4;1063:1;1056:15;1090:4;1087:1;1080:15;1107:281;1190:27;1212:4;1190:27;:::i;:::-;1182:6;1178:40;1320:6;1308:10;1305:22;1284:18;1272:10;1269:34;1266:62;1263:88;;;1331:18;;:::i;:::-;1263:88;1371:10;1367:2;1360:22;1150:238;1107:281;;:::o;1394:129::-;1428:6;1455:20;;:::i;:::-;1445:30;;1484:33;1512:4;1504:6;1484:33;:::i;:::-;1394:129;;;:::o;1529:340::-;1635:4;1725:18;1717:6;1714:30;1711:56;;;1747:18;;:::i;:::-;1711:56;1797:4;1789:6;1785:17;1777:25;;1857:4;1851;1847:15;1839:23;;1529:340;;;:::o;1875:117::-;1984:1;1981;1974:12;1998:117;2107:1;2104;2097:12;2284:578;2362:5;2406:4;2394:9;2389:3;2385:19;2381:30;2378:117;;;2414:79;;:::i;:::-;2378:117;2513:21;2529:4;2513:21;:::i;:::-;2504:30;;2593:1;2633:49;2678:3;2669:6;2658:9;2654:22;2633:49;:::i;:::-;2626:4;2619:5;2615:16;2608:75;2544:150;2753:2;2794:49;2839:3;2830:6;2819:9;2815:22;2794:49;:::i;:::-;2787:4;2780:5;2776:16;2769:75;2704:151;2284:578;;;;:::o;2910:797::-;3035:5;3060:110;3076:93;3162:6;3076:93;:::i;:::-;3060:110;:::i;:::-;3051:119;;3190:5;3219:6;3212:5;3205:21;3253:4;3246:5;3242:16;3235:23;;3306:4;3298:6;3294:17;3286:6;3282:30;3335:3;3327:6;3324:15;3321:122;;;3354:79;;:::i;:::-;3321:122;3469:6;3452:249;3486:6;3481:3;3478:15;3452:249;;;3561:3;3590:66;3652:3;3640:10;3590:66;:::i;:::-;3585:3;3578:79;3686:4;3681:3;3677:14;3670:21;;3528:173;3512:4;3507:3;3503:14;3496:21;;3452:249;;;3456:21;3041:666;;2910:797;;;;;:::o;3755:428::-;3855:5;3904:3;3897:4;3889:6;3885:17;3881:27;3871:122;;3912:79;;:::i;:::-;3871:122;4029:6;4016:20;4054:123;4173:3;4165:6;4158:4;4150:6;4146:17;4054:123;:::i;:::-;4045:132;;3861:322;3755:428;;;;:::o;4189:742::-;4311:6;4319;4368:2;4356:9;4347:7;4343:23;4339:32;4336:119;;;4374:79;;:::i;:::-;4336:119;4494:1;4519:53;4564:7;4555:6;4544:9;4540:22;4519:53;:::i;:::-;4509:63;;4465:117;4649:2;4638:9;4634:18;4621:32;4680:18;4672:6;4669:30;4666:117;;;4702:79;;:::i;:::-;4666:117;4807:107;4906:7;4897:6;4886:9;4882:22;4807:107;:::i;:::-;4797:117;;4592:332;4189:742;;;;;:::o;4937:126::-;4974:7;5014:42;5007:5;5003:54;4992:65;;4937:126;;;:::o;5069:96::-;5106:7;5135:24;5153:5;5135:24;:::i;:::-;5124:35;;5069:96;;;:::o;5171:122::-;5244:24;5262:5;5244:24;:::i;:::-;5237:5;5234:35;5224:63;;5283:1;5280;5273:12;5224:63;5171:122;:::o;5299:139::-;5345:5;5383:6;5370:20;5361:29;;5399:33;5426:5;5399:33;:::i;:::-;5299:139;;;;:::o;5444:474::-;5512:6;5520;5569:2;5557:9;5548:7;5544:23;5540:32;5537:119;;;5575:79;;:::i;:::-;5537:119;5695:1;5720:53;5765:7;5756:6;5745:9;5741:22;5720:53;:::i;:::-;5710:63;;5666:117;5822:2;5848:53;5893:7;5884:6;5873:9;5869:22;5848:53;:::i;:::-;5838:63;;5793:118;5444:474;;;;;:::o;5924:101::-;5960:7;6000:18;5993:5;5989:30;5978:41;;5924:101;;;:::o;6031:120::-;6103:23;6120:5;6103:23;:::i;:::-;6096:5;6093:34;6083:62;;6141:1;6138;6131:12;6083:62;6031:120;:::o;6157:137::-;6202:5;6240:6;6227:20;6218:29;;6256:32;6282:5;6256:32;:::i;:::-;6157:137;;;;:::o;6300:327::-;6358:6;6407:2;6395:9;6386:7;6382:23;6378:32;6375:119;;;6413:79;;:::i;:::-;6375:119;6533:1;6558:52;6602:7;6593:6;6582:9;6578:22;6558:52;:::i;:::-;6548:62;;6504:116;6300:327;;;;:::o;6633:118::-;6720:24;6738:5;6720:24;:::i;:::-;6715:3;6708:37;6633:118;;:::o;6757:222::-;6850:4;6888:2;6877:9;6873:18;6865:26;;6901:71;6969:1;6958:9;6954:17;6945:6;6901:71;:::i;:::-;6757:222;;;;:::o;6985:77::-;7022:7;7051:5;7040:16;;6985:77;;;:::o;7068:122::-;7141:24;7159:5;7141:24;:::i;:::-;7134:5;7131:35;7121:63;;7180:1;7177;7170:12;7121:63;7068:122;:::o;7196:139::-;7242:5;7280:6;7267:20;7258:29;;7296:33;7323:5;7296:33;:::i;:::-;7196:139;;;;:::o;7341:619::-;7418:6;7426;7434;7483:2;7471:9;7462:7;7458:23;7454:32;7451:119;;;7489:79;;:::i;:::-;7451:119;7609:1;7634:53;7679:7;7670:6;7659:9;7655:22;7634:53;:::i;:::-;7624:63;;7580:117;7736:2;7762:53;7807:7;7798:6;7787:9;7783:22;7762:53;:::i;:::-;7752:63;;7707:118;7864:2;7890:53;7935:7;7926:6;7915:9;7911:22;7890:53;:::i;:::-;7880:63;;7835:118;7341:619;;;;;:::o;7966:329::-;8025:6;8074:2;8062:9;8053:7;8049:23;8045:32;8042:119;;;8080:79;;:::i;:::-;8042:119;8200:1;8225:53;8270:7;8261:6;8250:9;8246:22;8225:53;:::i;:::-;8215:63;;8171:117;7966:329;;;;:::o;8301:180::-;8349:77;8346:1;8339:88;8446:4;8443:1;8436:15;8470:4;8467:1;8460:15;8487:137;8577:6;8611:5;8605:12;8595:22;;8487:137;;;:::o;8630:213::-;8758:11;8792:6;8787:3;8780:19;8832:4;8827:3;8823:14;8808:29;;8630:213;;;;:::o;8849:182::-;8939:4;8962:3;8954:11;;8985:3;8982:1;8975:14;9019:4;9016:1;9006:18;8998:26;;8849:182;;;:::o;9037:102::-;9079:8;9126:5;9123:1;9119:13;9098:34;;9037:102;;;:::o;9145:90::-;9195:7;9224:5;9213:16;;9145:90;;;:::o;9241:166::-;9310:5;9335:66;9366:34;9389:10;9366:34;:::i;:::-;9335:66;:::i;:::-;9326:75;;9241:166;;;:::o;9413:108::-;9490:24;9508:5;9490:24;:::i;:::-;9485:3;9478:37;9413:108;;:::o;9603:689::-;9745:4;9740:3;9736:14;9776:1;9851:4;9844:5;9840:16;9834:23;9821:36;;9890:55;9935:9;9890:55;:::i;:::-;9958:63;10015:4;10010:3;10006:14;9992:12;9958:63;:::i;:::-;9787:244;10105:4;10098:5;10094:16;10088:23;10075:36;;10144:55;10189:9;10144:55;:::i;:::-;10212:63;10269:4;10264:3;10260:14;10246:12;10212:63;:::i;:::-;10041:244;9714:578;;9603:689;;:::o;10298:289::-;10422:10;10443:101;10540:3;10532:6;10443:101;:::i;:::-;10576:4;10571:3;10567:14;10553:28;;10298:289;;;;:::o;10593:136::-;10686:4;10718;10713:3;10709:14;10701:22;;10593:136;;;:::o;10815:930::-;10986:3;11015:77;11086:5;11015:77;:::i;:::-;11108:115;11216:6;11211:3;11108:115;:::i;:::-;11101:122;;11247:79;11320:5;11247:79;:::i;:::-;11349:7;11380:1;11365:355;11390:6;11387:1;11384:13;11365:355;;;11460:6;11486:118;11600:3;11585:13;11486:118;:::i;:::-;11479:125;;11627:83;11703:6;11627:83;:::i;:::-;11617:93;;11425:295;11412:1;11409;11405:9;11400:14;;11365:355;;;11369:14;11736:3;11729:10;;10991:754;;;10815:930;;;;:::o;11751:477::-;11946:4;11984:2;11973:9;11969:18;11961:26;;12033:9;12027:4;12023:20;12019:1;12008:9;12004:17;11997:47;12061:160;12216:4;12207:6;12061:160;:::i;:::-;12053:168;;11751:477;;;;:::o;12234:169::-;12318:11;12352:6;12347:3;12340:19;12392:4;12387:3;12383:14;12368:29;;12234:169;;;;:::o;12409:171::-;12549:23;12545:1;12537:6;12533:14;12526:47;12409:171;:::o;12586:366::-;12728:3;12749:67;12813:2;12808:3;12749:67;:::i;:::-;12742:74;;12825:93;12914:3;12825:93;:::i;:::-;12943:2;12938:3;12934:12;12927:19;;12586:366;;;:::o;12958:419::-;13124:4;13162:2;13151:9;13147:18;13139:26;;13211:9;13205:4;13201:20;13197:1;13186:9;13182:17;13175:47;13239:131;13365:4;13239:131;:::i;:::-;13231:139;;12958:419;;;:::o;13383:224::-;13523:34;13519:1;13511:6;13507:14;13500:58;13592:7;13587:2;13579:6;13575:15;13568:32;13383:224;:::o;13613:366::-;13755:3;13776:67;13840:2;13835:3;13776:67;:::i;:::-;13769:74;;13852:93;13941:3;13852:93;:::i;:::-;13970:2;13965:3;13961:12;13954:19;;13613:366;;;:::o;13985:419::-;14151:4;14189:2;14178:9;14174:18;14166:26;;14238:9;14232:4;14228:20;14224:1;14213:9;14209:17;14202:47;14266:131;14392:4;14266:131;:::i;:::-;14258:139;;13985:419;;;:::o;14410:226::-;14550:34;14546:1;14538:6;14534:14;14527:58;14619:9;14614:2;14606:6;14602:15;14595:34;14410:226;:::o;14642:366::-;14784:3;14805:67;14869:2;14864:3;14805:67;:::i;:::-;14798:74;;14881:93;14970:3;14881:93;:::i;:::-;14999:2;14994:3;14990:12;14983:19;;14642:366;;;:::o;15014:419::-;15180:4;15218:2;15207:9;15203:18;15195:26;;15267:9;15261:4;15257:20;15253:1;15242:9;15238:17;15231:47;15295:131;15421:4;15295:131;:::i;:::-;15287:139;;15014:419;;;:::o;15439:115::-;15524:23;15541:5;15524:23;:::i;:::-;15519:3;15512:36;15439:115;;:::o;15560:218::-;15651:4;15689:2;15678:9;15674:18;15666:26;;15702:69;15768:1;15757:9;15753:17;15744:6;15702:69;:::i;:::-;15560:218;;;;:::o;15784:228::-;15924:34;15920:1;15912:6;15908:14;15901:58;15993:11;15988:2;15980:6;15976:15;15969:36;15784:228;:::o;16018:366::-;16160:3;16181:67;16245:2;16240:3;16181:67;:::i;:::-;16174:74;;16257:93;16346:3;16257:93;:::i;:::-;16375:2;16370:3;16366:12;16359:19;;16018:366;;;:::o;16390:419::-;16556:4;16594:2;16583:9;16579:18;16571:26;;16643:9;16637:4;16633:20;16629:1;16618:9;16614:17;16607:47;16671:131;16797:4;16671:131;:::i;:::-;16663:139;;16390:419;;;:::o;16815:173::-;16955:25;16951:1;16943:6;16939:14;16932:49;16815:173;:::o;16994:366::-;17136:3;17157:67;17221:2;17216:3;17157:67;:::i;:::-;17150:74;;17233:93;17322:3;17233:93;:::i;:::-;17351:2;17346:3;17342:12;17335:19;;16994:366;;;:::o;17366:419::-;17532:4;17570:2;17559:9;17555:18;17547:26;;17619:9;17613:4;17609:20;17605:1;17594:9;17590:17;17583:47;17647:131;17773:4;17647:131;:::i;:::-;17639:139;;17366:419;;;:::o;17791:118::-;17878:24;17896:5;17878:24;:::i;:::-;17873:3;17866:37;17791:118;;:::o;17915:222::-;18008:4;18046:2;18035:9;18031:18;18023:26;;18059:71;18127:1;18116:9;18112:17;18103:6;18059:71;:::i;:::-;17915:222;;;;:::o;18143:182::-;18283:34;18279:1;18271:6;18267:14;18260:58;18143:182;:::o;18331:366::-;18473:3;18494:67;18558:2;18553:3;18494:67;:::i;:::-;18487:74;;18570:93;18659:3;18570:93;:::i;:::-;18688:2;18683:3;18679:12;18672:19;;18331:366;;;:::o;18703:419::-;18869:4;18907:2;18896:9;18892:18;18884:26;;18956:9;18950:4;18946:20;18942:1;18931:9;18927:17;18920:47;18984:131;19110:4;18984:131;:::i;:::-;18976:139;;18703:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"1045200","executionCost":"1087","totalCost":"1046287"},"external":{"acceptOwnership()":"54658","owner()":"2544","pendingOwner()":"2588","renounceOwnership()":"54736","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","transferOwnership(address)":"infinite","updateProtocolAddress(bytes32,address)":"31094","updateProtocolFee(uint64)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","owner()":"8da5cb5b","pendingOwner()":"e30c3978","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","transferOwnership(address)":"f2fde38b","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolFee(uint64)":"47094e2e"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolFee(uint64)\":{\"details\":\"Updates the protocol fee percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fee percentage to be set.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/GatewaySettingManager.sol\":\"GatewaySettingManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"contracts/GatewaySettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title GatewaySettingManager\\n * @dev This contract manages the settings and configurations for the Gateway protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\\n\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\\n\\tuint256 internal MAX_BPS;\\n\\tuint64 internal protocolFeePercent;\\n\\taddress internal treasuryAddress;\\n\\taddress internal _aggregatorAddress;\\n\\n\\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n\\tuint256[50] private __gap;\\n\\n\\tmapping(address => uint256) internal _isTokenSupported;\\n\\n\\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n\\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n\\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n\\tevent SupportedInstitutionsUpdated(\\n\\t\\tbytes32 indexed currency,\\n\\t\\tSharedStructs.Institution[] institutions\\n\\t);\\n\\tevent ProtocolFeeUpdated(uint64 protocolFee);\\n\\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n\\tevent SetFeeRecipient(address indexed treasuryAddress);\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n\\t/**\\n\\t * @dev Sets the boolean value for a specific setting.\\n\\t * @param what The setting to be updated.\\n\\t * @param value The address or value associated with the setting.\\n\\t * @param status The boolean value to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\trequire(status == 1 || status == 2, 'Gateway: invalid status');\\n\\t\\tif (what == 'token') {\\n\\t\\t\\t_isTokenSupported[value] = status;\\n\\t\\t\\temit SettingManagerBool(what, value, status);\\n\\t\\t}\\n\\t}\\n\\n\\t/**\\n\\t * @dev Sets the supported institutions for a specific currency.\\n\\t * @param currency The currency for which the institutions are being set.\\n\\t * @param institutions The array of institutions to be set.\\n\\t */\\n\\tfunction setSupportedInstitutions(\\n\\t\\tbytes32 currency,\\n\\t\\tSharedStructs.Institution[] memory institutions\\n\\t) external onlyOwner {\\n\\t\\tdelete supportedInstitutions[currency];\\n\\t\\tfor (uint i; i < institutions.length; ) {\\n\\t\\t\\tsupportedInstitutions[currency].push(institutions[i]);\\n\\t\\t\\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n\\t\\t\\t\\tname: institutions[i].name,\\n\\t\\t\\t\\tcurrency: currency\\n\\t\\t\\t});\\n\\t\\t\\tunchecked {\\n\\t\\t\\t\\t++i;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates the protocol fee percentage.\\n\\t * @param _protocolFeePercent The new protocol fee percentage to be set.\\n\\t */\\n\\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\\n\\t\\tprotocolFeePercent = _protocolFeePercent;\\n\\t\\temit ProtocolFeeUpdated(_protocolFeePercent);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates a protocol address.\\n\\t * @param what The address type to be updated (treasury or aggregator).\\n\\t * @param value The new address to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\tbool updated;\\n\\t\\tif (what == 'treasury') {\\n\\t\\t\\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\\n\\t\\t\\ttreasuryAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t} else if (what == 'aggregator') {\\n\\t\\t\\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\\n\\t\\t\\t_aggregatorAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t}\\n\\t\\tif (updated) {\\n\\t\\t\\temit ProtocolAddressUpdated(what, value);\\n\\t\\t}\\n\\t}\\n}\\n\",\"keccak256\":\"0x7bf3fc733cbf8f2815924c2f10199aa0836d3b5d5b5b92b10cd4855d65773477\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":1004,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":1006,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":1008,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":1010,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":1014,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"__gap","offset":0,"slot":"154","type":"t_array(t_uint256)50_storage"},{"astId":1018,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"_isTokenSupported","offset":0,"slot":"204","type":"t_mapping(t_address,t_uint256)"},{"astId":1024,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"supportedInstitutions","offset":0,"slot":"205","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)2058_storage)dyn_storage)"},{"astId":1029,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"supportedInstitutionsByCode","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)2063_storage)"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)2058_storage)dyn_storage":{"base":"t_struct(Institution)2058_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)2058_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)2058_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)2063_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)2063_storage"},"t_struct(Institution)2058_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":2055,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2057,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)2063_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":2060,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2062,"contract":"contracts/GatewaySettingManager.sol:GatewaySettingManager","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"}}},"userdoc":{"kind":"user","methods":{},"version":1}}},"contracts/GatewayV2.sol":{"GatewayV2":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"ProtocolAddressUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint64","name":"protocolFee","type":"uint64"}],"name":"ProtocolFeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"treasuryAddress","type":"address"}],"name":"SetFeeRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"what","type":"bytes32"},{"indexed":true,"internalType":"address","name":"value","type":"address"},{"indexed":false,"internalType":"uint256","name":"status","type":"uint256"}],"name":"SettingManagerBool","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"indexed":false,"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"SupportedInstitutionsUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"","type":"uint64"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"bool","name":"isRefunded","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IGateway.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"currency","type":"bytes32"},{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"institutions","type":"tuple[]"}],"name":"setSupportedInstitutions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"},{"internalType":"uint256","name":"status","type":"uint256"}],"name":"settingManagerBool","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"what","type":"bytes32"},{"internalType":"address","name":"value","type":"address"}],"name":"updateProtocolAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64","name":"_protocolFeePercent","type":"uint64"}],"name":"updateProtocolFee","outputs":[],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"Initialized(uint8)":{"details":"Triggered when the contract has been initialized or reinitialized."},"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","sender":"The address of the sender.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"Paused(address)":{"details":"Emitted when the pause is triggered by `account`."},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}},"Unpaused(address)":{"details":"Emitted when the pause is lifted by `account`."}},"kind":"dev","methods":{"acceptOwnership()":{"details":"The new owner accepts the ownership transfer."},"constructor":{"custom:oz-upgrades-unsafe-allow":"constructor"},"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"details":"See {createOrder-IGateway}. "},"getFeeDetails()":{"details":"See {getFeeDetails-IGateway}. "},"getOrderInfo(bytes32)":{"details":"See {getOrderInfo-IGateway}. "},"getSupportedInstitutionByCode(bytes32)":{"details":"See {getSupportedInstitutionByCode-IGateway}. "},"getSupportedInstitutions(bytes32)":{"details":"See {getSupportedInstitutions-IGateway}. "},"initialize()":{"details":"Initialize function."},"isTokenSupported(address)":{"details":"See {isTokenSupported-IGateway}. "},"owner()":{"details":"Returns the address of the current owner."},"pause()":{"details":"Pause the contract."},"paused()":{"details":"Returns true if the contract is paused, and false otherwise."},"pendingOwner()":{"details":"Returns the address of the pending owner."},"refund(uint256,bytes32)":{"details":"See {refund-IGateway}. "},"renounceOwnership()":{"details":"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."},"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":{"details":"Sets the supported institutions for a specific currency.","params":{"currency":"The currency for which the institutions are being set.","institutions":"The array of institutions to be set."}},"settingManagerBool(bytes32,address,uint256)":{"details":"Sets the boolean value for a specific setting.","params":{"status":"The boolean value to be set. Requirements: - The value must not be a zero address.","value":"The address or value associated with the setting.","what":"The setting to be updated."}},"settle(bytes32,bytes32,address,uint64)":{"details":"See {settle-IGateway}. "},"transferOwnership(address)":{"details":"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."},"unpause()":{"details":"Unpause the contract."},"updateProtocolAddress(bytes32,address)":{"details":"Updates a protocol address.","params":{"value":"The new address to be set. Requirements: - The value must not be a zero address.","what":"The address type to be updated (treasury or aggregator)."}},"updateProtocolFee(uint64)":{"details":"Updates the protocol fee percentage.","params":{"_protocolFeePercent":"The new protocol fee percentage to be set."}}},"title":"Gateway","version":1},"evm":{"bytecode":{"functionDebugData":{"@_1306":{"entryPoint":null,"id":1306,"parameterSlots":0,"returnSlots":0},"@_disableInitializers_389":{"entryPoint":40,"id":389,"parameterSlots":0,"returnSlots":0},"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack":{"entryPoint":334,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_uint8_to_t_uint8_fromStack":{"entryPoint":420,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":373,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed":{"entryPoint":437,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":238,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":407,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a":{"entryPoint":255,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:1638:11","statements":[{"body":{"nodeType":"YulBlock","src":"103:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"120:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"125:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"113:6:11"},"nodeType":"YulFunctionCall","src":"113:19:11"},"nodeType":"YulExpressionStatement","src":"113:19:11"},{"nodeType":"YulAssignment","src":"141:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"160:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"165:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"156:3:11"},"nodeType":"YulFunctionCall","src":"156:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"141:11:11"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"75:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"80:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"91:11:11","type":""}],"src":"7:169:11"},{"body":{"nodeType":"YulBlock","src":"288:120:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"310:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"318:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"306:3:11"},"nodeType":"YulFunctionCall","src":"306:14:11"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320696e697469","kind":"string","nodeType":"YulLiteral","src":"322:34:11","type":"","value":"Initializable: contract is initi"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"299:6:11"},"nodeType":"YulFunctionCall","src":"299:58:11"},"nodeType":"YulExpressionStatement","src":"299:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"378:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"386:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"374:3:11"},"nodeType":"YulFunctionCall","src":"374:15:11"},{"hexValue":"616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"391:9:11","type":"","value":"alizing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"367:6:11"},"nodeType":"YulFunctionCall","src":"367:34:11"},"nodeType":"YulExpressionStatement","src":"367:34:11"}]},"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"280:6:11","type":""}],"src":"182:226:11"},{"body":{"nodeType":"YulBlock","src":"560:220:11","statements":[{"nodeType":"YulAssignment","src":"570:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"636:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"641:2:11","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"577:58:11"},"nodeType":"YulFunctionCall","src":"577:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"570:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"742:3:11"}],"functionName":{"name":"store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a","nodeType":"YulIdentifier","src":"653:88:11"},"nodeType":"YulFunctionCall","src":"653:93:11"},"nodeType":"YulExpressionStatement","src":"653:93:11"},{"nodeType":"YulAssignment","src":"755:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"766:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"771:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"762:3:11"},"nodeType":"YulFunctionCall","src":"762:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"755:3:11"}]}]},"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"548:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"556:3:11","type":""}],"src":"414:366:11"},{"body":{"nodeType":"YulBlock","src":"957:248:11","statements":[{"nodeType":"YulAssignment","src":"967:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"979:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"990:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"975:3:11"},"nodeType":"YulFunctionCall","src":"975:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"967:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1014:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"1025:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1010:3:11"},"nodeType":"YulFunctionCall","src":"1010:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1033:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"1039:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"1029:3:11"},"nodeType":"YulFunctionCall","src":"1029:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1003:6:11"},"nodeType":"YulFunctionCall","src":"1003:47:11"},"nodeType":"YulExpressionStatement","src":"1003:47:11"},{"nodeType":"YulAssignment","src":"1059:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"1193:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"1067:124:11"},"nodeType":"YulFunctionCall","src":"1067:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1059:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"937:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"952:4:11","type":""}],"src":"786:419:11"},{"body":{"nodeType":"YulBlock","src":"1254:43:11","statements":[{"nodeType":"YulAssignment","src":"1264:27:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1279:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"1286:4:11","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"1275:3:11"},"nodeType":"YulFunctionCall","src":"1275:16:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"1264:7:11"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1236:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"1246:7:11","type":""}],"src":"1211:86:11"},{"body":{"nodeType":"YulBlock","src":"1364:51:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1381:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1402:5:11"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"1386:15:11"},"nodeType":"YulFunctionCall","src":"1386:22:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1374:6:11"},"nodeType":"YulFunctionCall","src":"1374:35:11"},"nodeType":"YulExpressionStatement","src":"1374:35:11"}]},"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1352:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1359:3:11","type":""}],"src":"1303:112:11"},{"body":{"nodeType":"YulBlock","src":"1515:120:11","statements":[{"nodeType":"YulAssignment","src":"1525:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1537:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"1548:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:11"},"nodeType":"YulFunctionCall","src":"1533:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"1525:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"1601:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"1614:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"1625:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1610:3:11"},"nodeType":"YulFunctionCall","src":"1610:17:11"}],"functionName":{"name":"abi_encode_t_uint8_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"1561:39:11"},"nodeType":"YulFunctionCall","src":"1561:67:11"},"nodeType":"YulExpressionStatement","src":"1561:67:11"}]},"name":"abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"1487:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"1499:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"1510:4:11","type":""}],"src":"1421:214:11"}]},"contents":"{\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is initi\")\n\n mstore(add(memPtr, 32), \"alizing\")\n\n }\n\n function abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function abi_encode_t_uint8_to_t_uint8_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint8(value))\n }\n\n function abi_encode_tuple_t_uint8__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint8_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n}\n","id":11,"language":"Yul","name":"#utility.yul"}],"linkReferences":{},"object":"60806040523480156200001157600080fd5b50620000226200002860201b60201c565b620001d2565b600060019054906101000a900460ff16156200007b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620000729062000175565b60405180910390fd5b60ff801660008054906101000a900460ff1660ff1614620000ec5760ff6000806101000a81548160ff021916908360ff1602179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860ff604051620000e39190620001b5565b60405180910390a15b565b600082825260208201905092915050565b7f496e697469616c697a61626c653a20636f6e747261637420697320696e69746960008201527f616c697a696e6700000000000000000000000000000000000000000000000000602082015250565b60006200015d602783620000ee565b91506200016a82620000ff565b604082019050919050565b6000602082019050818103600083015262000190816200014e565b9050919050565b600060ff82169050919050565b620001af8162000197565b82525050565b6000602082019050620001cc6000830184620001a4565b92915050565b61407380620001e26000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b6101566004803603810190610151919061285d565b6103c3565b6040516101639190612977565b60405180910390f35b61018660048036038101906101819190612b47565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c01565b6105d0565b005b6101c860048036038101906101c39190612c81565b610898565b005b6101d2610903565b6040516101df9190612cc9565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d1a565b61092e565b6040516102199190612cc9565b60405180910390f35b61023c60048036038101906102379190612d5a565b610dce565b6040516102499190612cc9565b60405180910390f35b61026c6004803603810190610267919061285d565b610e2a565b6040516102799190612ea7565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612ed2565b60405180910390f35b6102c661125c565b6040516102d4929190612f0b565b60405180910390f35b6102f760048036038101906102f2919061285d565b611281565b6040516103049190612f63565b60405180910390f35b61032760048036038101906103229190612f7e565b6112c2565b005b610343600480360381019061033e9190613058565b611447565b604051610350919061313d565b60405180910390f35b61036161198d565b60405161036e9190612ed2565b60405180910390f35b610391600480360381019061038c9190613158565b6119b7565b60405161039e9190612cc9565b60405180910390f35b6103c160048036038101906103bc9190612d5a565b612013565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c0565b60cd6000838152602001908152602001600020600061047091906126eb565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a16131bf565b5b60200260200101519080600181540180825580915050600190039060005260206000209060020201600090919091909150600082015181600001556020820151816001015550506040518060400160405280838381518110610507576105066131bf565b5b60200260200101516020015181526020018481525060ce6000848481518110610533576105326131bf565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613308565b60405180910390a25050565b6105c66120c0565b6105ce61213e565b565b6105d86120c0565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e90613387565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613419565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f8906134ab565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c0565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f891906134cb565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c0565b61092c60006121a1565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b790613532565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c9061359e565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a819061360a565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb90613676565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b78929190613696565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb91906136eb565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c709190613747565b610c7a919061377b565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a9190613747565b6040518363ffffffff1660e01b8152600401610d47929190613696565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a91906136eb565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb91906137af565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261270f565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d2565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198d565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb9061383c565b60405180910390fd5b6110cd816121a1565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121da565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611164906138ce565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fd565b6111c4612256565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860016040516112149190613940565b60405180910390a15b50565b6112286120c0565b6112306122af565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6112896127cc565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c0565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161133090613387565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e906139a7565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161143991906137af565b60405180910390a35b505050565b6000611451612312565b61145e8a8a86898961235c565b600083839050036114a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149b90613a13565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114ce9190613747565b6040518463ffffffff1660e01b81526004016114ec93929190613a33565b6020604051808303816000875af115801561150b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061152f91906136eb565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158190613a6a565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115d9929190613696565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116229190613ab2565b61162c9190613b23565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f4919061377b565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197796959493929190613bc1565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a49576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4090613532565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa59061359e565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b13576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0a9061360a565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b979190613c1d565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611ec9576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df057610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d19929190613696565b6020604051808303816000875af1158015611d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5c91906136eb565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec8578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e83929190613696565b6020604051808303816000875af1158015611ea2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec691906136eb565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efb9190613ab2565b611f059190613b23565b90508061010160008881526020019081526020016000206007016000828254611f2e919061377b565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f70929190613696565b6020604051808303816000875af1158015611f8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb391906136eb565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffd929190613c8e565b60405180910390a3600192505050949350505050565b61201b6120c0565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207b611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c86121d2565b73ffffffffffffffffffffffffffffffffffffffff166120e6611232565b73ffffffffffffffffffffffffffffffffffffffff161461213c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213390613d03565b60405180910390fd5b565b61214661250f565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218a6121d2565b6040516121979190612ed2565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121cf81612558565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224390613d95565b60405180910390fd5b61225461261e565b565b600060019054906101000a900460ff166122a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229c90613d95565b60405180910390fd5b6122ad61267f565b565b6122b7612312565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fb6121d2565b6040516123089190612ed2565b60405180910390a1565b61231a610903565b1561235a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235190613e01565b60405180910390fd5b565b600160cc60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d590613e6d565b60405180910390fd5b60008403612421576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241890613ed9565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612490576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248790613f45565b60405180910390fd5b6000811461250857600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612507576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124fe90613fb1565b60405180910390fd5b5b5050505050565b612517610903565b612556576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161254d9061401d565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff1661266d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161266490613d95565b60405180910390fd5b61267d6126786121d2565b6121a1565b565b600060019054906101000a900460ff166126ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c590613d95565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b508054600082556002029060005260206000209081019061270c91906127ec565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561280f576000808201600090556001820160009055506002016127ed565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61283a81612827565b811461284557600080fd5b50565b60008135905061285781612831565b92915050565b6000602082840312156128735761287261281d565b5b600061288184828501612848565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6128bf81612827565b82525050565b6040820160008201516128db60008501826128b6565b5060208201516128ee60208501826128b6565b50505050565b600061290083836128c5565b60408301905092915050565b6000602082019050919050565b60006129248261288a565b61292e8185612895565b9350612939836128a6565b8060005b8381101561296a57815161295188826128f4565b975061295c8361290c565b92505060018101905061293d565b5085935050505092915050565b600060208201905081810360008301526129918184612919565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6129e78261299e565b810181811067ffffffffffffffff82111715612a0657612a056129af565b5b80604052505050565b6000612a19612813565b9050612a2582826129de565b919050565b600067ffffffffffffffff821115612a4557612a446129af565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612a7657612a75612a5b565b5b612a806040612a0f565b90506000612a9084828501612848565b6000830152506020612aa484828501612848565b60208301525092915050565b6000612ac3612abe84612a2a565b612a0f565b90508083825260208201905060408402830185811115612ae657612ae5612a56565b5b835b81811015612b0f5780612afb8882612a60565b845260208401935050604081019050612ae8565b5050509392505050565b600082601f830112612b2e57612b2d612999565b5b8135612b3e848260208601612ab0565b91505092915050565b60008060408385031215612b5e57612b5d61281d565b5b6000612b6c85828601612848565b925050602083013567ffffffffffffffff811115612b8d57612b8c612822565b5b612b9985828601612b19565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612bce82612ba3565b9050919050565b612bde81612bc3565b8114612be957600080fd5b50565b600081359050612bfb81612bd5565b92915050565b60008060408385031215612c1857612c1761281d565b5b6000612c2685828601612848565b9250506020612c3785828601612bec565b9150509250929050565b600067ffffffffffffffff82169050919050565b612c5e81612c41565b8114612c6957600080fd5b50565b600081359050612c7b81612c55565b92915050565b600060208284031215612c9757612c9661281d565b5b6000612ca584828501612c6c565b91505092915050565b60008115159050919050565b612cc381612cae565b82525050565b6000602082019050612cde6000830184612cba565b92915050565b6000819050919050565b612cf781612ce4565b8114612d0257600080fd5b50565b600081359050612d1481612cee565b92915050565b60008060408385031215612d3157612d3061281d565b5b6000612d3f85828601612d05565b9250506020612d5085828601612848565b9150509250929050565b600060208284031215612d7057612d6f61281d565b5b6000612d7e84828501612bec565b91505092915050565b612d9081612bc3565b82525050565b612d9f81612ce4565b82525050565b612dae81612cae565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612dd581612db4565b82525050565b61014082016000820151612df26000850182612d87565b506020820151612e056020850182612d87565b506040820151612e186040850182612d87565b506060820151612e2b6060850182612d96565b506080820151612e3e6080850182612d96565b5060a0820151612e5160a0850182612da5565b5060c0820151612e6460c0850182612da5565b5060e0820151612e7760e0850182612d87565b50610100820151612e8c610100850182612dcc565b50610120820151612ea1610120850182612d96565b50505050565b600061014082019050612ebd6000830184612ddb565b92915050565b612ecc81612bc3565b82525050565b6000602082019050612ee76000830184612ec3565b92915050565b612ef681612c41565b82525050565b612f0581612ce4565b82525050565b6000604082019050612f206000830185612eed565b612f2d6020830184612efc565b9392505050565b604082016000820151612f4a60008501826128b6565b506020820151612f5d60208501826128b6565b50505050565b6000604082019050612f786000830184612f34565b92915050565b600080600060608486031215612f9757612f9661281d565b5b6000612fa586828701612848565b9350506020612fb686828701612bec565b9250506040612fc786828701612d05565b9150509250925092565b612fda81612db4565b8114612fe557600080fd5b50565b600081359050612ff781612fd1565b92915050565b600080fd5b60008083601f84011261301857613017612999565b5b8235905067ffffffffffffffff81111561303557613034612ffd565b5b60208301915083600182028301111561305157613050612a56565b5b9250929050565b60008060008060008060008060006101008a8c03121561307b5761307a61281d565b5b60006130898c828d01612bec565b995050602061309a8c828d01612d05565b98505060406130ab8c828d01612848565b97505060606130bc8c828d01612fe8565b96505060806130cd8c828d01612bec565b95505060a06130de8c828d01612d05565b94505060c06130ef8c828d01612bec565b93505060e08a013567ffffffffffffffff8111156131105761310f612822565b5b61311c8c828d01613002565b92509250509295985092959850929598565b61313781612827565b82525050565b6000602082019050613152600083018461312e565b92915050565b600080600080608085870312156131725761317161281d565b5b600061318087828801612848565b945050602061319187828801612848565b93505060406131a287828801612bec565b92505060606131b387828801612c6c565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132386132338361320e565b61321b565b9050919050565b60408201600080830154905061325481613225565b61326160008601826128b6565b506001830154905061327281613225565b61327f60208601826128b6565b5050505050565b6000613292838361323f565b60408301905092915050565b6000600282019050919050565b60006132b6826131ee565b6132c08185612895565b93506132cb836131f9565b8060005b838110156132fb57816132e28882613286565b97506132ed8361329e565b9250506001810190506132cf565b5085935050505092915050565b6000602082019050818103600083015261332281846132ab565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061337160158361332a565b915061337c8261333b565b602082019050919050565b600060208201905081810360008301526133a081613364565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b600061340360258361332a565b915061340e826133a7565b604082019050919050565b60006020820190508181036000830152613432816133f6565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b600061349560278361332a565b91506134a082613439565b604082019050919050565b600060208201905081810360008301526134c481613488565b9050919050565b60006020820190506134e06000830184612eed565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b600061351c600e8361332a565b9150613527826134e6565b602082019050919050565b6000602082019050818103600083015261354b8161350f565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b6000613588600e8361332a565b915061359382613552565b602082019050919050565b600060208201905081810360008301526135b78161357b565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b60006135f4600d8361332a565b91506135ff826135be565b602082019050919050565b60006020820190508181036000830152613623816135e7565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b600061366060158361332a565b915061366b8261362a565b602082019050919050565b6000602082019050818103600083015261368f81613653565b9050919050565b60006040820190506136ab6000830185612ec3565b6136b86020830184612efc565b9392505050565b6136c881612cae565b81146136d357600080fd5b50565b6000815190506136e5816136bf565b92915050565b6000602082840312156137015761370061281d565b5b600061370f848285016136d6565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061375282612ce4565b915061375d83612ce4565b925082820190508082111561377557613774613718565b5b92915050565b600061378682612ce4565b915061379183612ce4565b92508282039050818111156137a9576137a8613718565b5b92915050565b60006020820190506137c46000830184612efc565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061382660298361332a565b9150613831826137ca565b604082019050919050565b6000602082019050818103600083015261385581613819565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b60006138b8602e8361332a565b91506138c38261385c565b604082019050919050565b600060208201905081810360008301526138e7816138ab565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061392a613925613920846138ee565b613905565b6138f8565b9050919050565b61393a8161390f565b82525050565b60006020820190506139556000830184613931565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b600061399160178361332a565b915061399c8261395b565b602082019050919050565b600060208201905081810360008301526139c081613984565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b60006139fd60128361332a565b9150613a08826139c7565b602082019050919050565b60006020820190508181036000830152613a2c816139f0565b9050919050565b6000606082019050613a486000830186612ec3565b613a556020830185612ec3565b613a626040830184612efc565b949350505050565b6000613a7582612ce4565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613aa757613aa6613718565b5b600182019050919050565b6000613abd82612ce4565b9150613ac883612ce4565b9250828202613ad681612ce4565b91508282048414831517613aed57613aec613718565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b2e82612ce4565b9150613b3983612ce4565b925082613b4957613b48613af4565b5b828204905092915050565b6000613b6f613b6a613b6584612db4565b613905565b612ce4565b9050919050565b613b7f81613b54565b82525050565b82818337600083830152505050565b6000613ba0838561332a565b9350613bad838584613b85565b613bb68361299e565b840190509392505050565b600060a082019050613bd66000830189612efc565b613be3602083018861312e565b613bf06040830187613b76565b613bfd606083018661312e565b8181036080830152613c10818486613b94565b9050979650505050505050565b6000613c2882612db4565b9150613c3383612db4565b925082820390506bffffffffffffffffffffffff811115613c5757613c56613718565b5b92915050565b6000613c78613c73613c6e84612c41565b613905565b612db4565b9050919050565b613c8881613c5d565b82525050565b6000604082019050613ca3600083018561312e565b613cb06020830184613c7f565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613ced60208361332a565b9150613cf882613cb7565b602082019050919050565b60006020820190508181036000830152613d1c81613ce0565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613d7f602b8361332a565b9150613d8a82613d23565b604082019050919050565b60006020820190508181036000830152613dae81613d72565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613deb60108361332a565b9150613df682613db5565b602082019050919050565b60006020820190508181036000830152613e1a81613dde565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613e5760118361332a565b9150613e6282613e21565b602082019050919050565b60006020820190508181036000830152613e8681613e4a565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613ec3600c8361332a565b9150613ece82613e8d565b602082019050919050565b60006020820190508181036000830152613ef281613eb6565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f2f60108361332a565b9150613f3a82613ef9565b602082019050919050565b60006020820190508181036000830152613f5e81613f22565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000613f9b60198361332a565b9150613fa682613f65565b602082019050919050565b60006020820190508181036000830152613fca81613f8e565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061400760148361332a565b915061401282613fd1565b602082019050919050565b6000602082019050818103600083015261403681613ffa565b905091905056fea2646970667358221220c467be0a596d20a784e5d953a96c1fae98672bb61c7dd20c3564dac53e2a2ddb64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH3 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x22 PUSH3 0x28 PUSH1 0x20 SHL PUSH1 0x20 SHR JUMP JUMPDEST PUSH3 0x1D2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH3 0x7B JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH3 0x72 SWAP1 PUSH3 0x175 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0xFF DUP1 AND PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ PUSH3 0xEC JUMPI PUSH1 0xFF PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0xFF PUSH1 0x40 MLOAD PUSH3 0xE3 SWAP2 SWAP1 PUSH3 0x1B5 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320696E697469 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x616C697A696E6700000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH3 0x15D PUSH1 0x27 DUP4 PUSH3 0xEE JUMP JUMPDEST SWAP2 POP PUSH3 0x16A DUP3 PUSH3 0xFF JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH3 0x190 DUP2 PUSH3 0x14E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0x1AF DUP2 PUSH3 0x197 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH3 0x1CC PUSH1 0x0 DUP4 ADD DUP5 PUSH3 0x1A4 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x4073 DUP1 PUSH3 0x1E2 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 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x2DD JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x30D JUMPI DUP1 PUSH4 0xD12FF20A EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x359 JUMPI DUP1 PUSH4 0xF22EE704 EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x282 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x28C JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x296 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2A0 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x2BE JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1CA JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0x71EEDB88 EQ PUSH2 0x1F2 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x222 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x252 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x188 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x192 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0x1AE JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x285D JUMP JUMPDEST PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x2977 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x2B47 JUMP JUMPDEST PUSH2 0x449 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x190 PUSH2 0x5BE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1AC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1A7 SWAP2 SWAP1 PUSH2 0x2C01 JUMP JUMPDEST PUSH2 0x5D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C3 SWAP2 SWAP1 PUSH2 0x2C81 JUMP JUMPDEST PUSH2 0x898 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D2 PUSH2 0x903 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DF SWAP2 SWAP1 PUSH2 0x2CC9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F0 PUSH2 0x91A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x207 SWAP2 SWAP1 PUSH2 0x2D1A JUMP JUMPDEST PUSH2 0x92E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x219 SWAP2 SWAP1 PUSH2 0x2CC9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x237 SWAP2 SWAP1 PUSH2 0x2D5A JUMP JUMPDEST PUSH2 0xDCE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x249 SWAP2 SWAP1 PUSH2 0x2CC9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x26C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x267 SWAP2 SWAP1 PUSH2 0x285D JUMP JUMPDEST PUSH2 0xE2A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x279 SWAP2 SWAP1 PUSH2 0x2EA7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x28A PUSH2 0x1043 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x294 PUSH2 0x10D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x29E PUSH2 0x1220 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2A8 PUSH2 0x1232 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2B5 SWAP2 SWAP1 PUSH2 0x2ED2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2C6 PUSH2 0x125C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2D4 SWAP3 SWAP2 SWAP1 PUSH2 0x2F0B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2F7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2F2 SWAP2 SWAP1 PUSH2 0x285D JUMP JUMPDEST PUSH2 0x1281 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x2F63 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x327 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x322 SWAP2 SWAP1 PUSH2 0x2F7E JUMP JUMPDEST PUSH2 0x12C2 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x343 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x3058 JUMP JUMPDEST PUSH2 0x1447 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x350 SWAP2 SWAP1 PUSH2 0x313D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH2 0x198D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x2ED2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x3158 JUMP JUMPDEST PUSH2 0x19B7 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x2CC9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x2D5A JUMP JUMPDEST PUSH2 0x2013 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x43E JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x3F8 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x451 PUSH2 0x20C0 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x470 SWAP2 SWAP1 PUSH2 0x26EB JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x56F JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4A2 JUMPI PUSH2 0x4A1 PUSH2 0x31BF JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x507 JUMPI PUSH2 0x506 PUSH2 0x31BF JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x533 JUMPI PUSH2 0x532 PUSH2 0x31BF JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x473 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x5B2 SWAP2 SWAP1 PUSH2 0x3308 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x5C6 PUSH2 0x20C0 JUMP JUMPDEST PUSH2 0x5CE PUSH2 0x213E JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x5D8 PUSH2 0x20C0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x647 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x63E SWAP1 PUSH2 0x3387 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x74A JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x700 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F7 SWAP1 PUSH2 0x3419 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x848 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x847 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x801 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F8 SWAP1 PUSH2 0x34AB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x893 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x8A0 PUSH2 0x20C0 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x8F8 SWAP2 SWAP1 PUSH2 0x34CB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x922 PUSH2 0x20C0 JUMP JUMPDEST PUSH2 0x92C PUSH1 0x0 PUSH2 0x21A1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9C0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B7 SWAP1 PUSH2 0x3532 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA25 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA1C SWAP1 PUSH2 0x359E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA8A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA81 SWAP1 PUSH2 0x360A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD LT ISZERO PUSH2 0xAE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xADB SWAP1 PUSH2 0x3676 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB78 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB97 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 0xBBB SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP4 PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0xC70 SWAP2 SWAP1 PUSH2 0x3747 JUMP JUMPDEST PUSH2 0xC7A SWAP2 SWAP1 PUSH2 0x377B JUMP JUMPDEST SWAP1 POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP5 PUSH2 0xD2A SWAP2 SWAP1 PUSH2 0x3747 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD47 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xD66 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 0xD8A SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP DUP3 PUSH32 0x736FE428E1747CA8D387C2E6FA1A31A0CDE62D3A167C40A46ADE59A3CDC828E DUP6 PUSH1 0x40 MLOAD PUSH2 0xDBB SWAP2 SWAP1 PUSH2 0x37AF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xE20 JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xE25 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE32 PUSH2 0x270F JUMP JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x104D PUSH2 0x21D2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x106E PUSH2 0x198D JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x10BB SWAP1 PUSH2 0x383C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10CD DUP2 PUSH2 0x21A1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x1101 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x112E JUMPI POP PUSH2 0x1110 ADDRESS PUSH2 0x21DA JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x112D JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1164 SWAP1 PUSH2 0x38CE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x11AA JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x11BC PUSH2 0x21FD JUMP JUMPDEST PUSH2 0x11C4 PUSH2 0x2256 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x121D JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x1214 SWAP2 SWAP1 PUSH2 0x3940 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1228 PUSH2 0x20C0 JUMP JUMPDEST PUSH2 0x1230 PUSH2 0x22AF JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1289 PUSH2 0x27CC JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x12CA PUSH2 0x20C0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1339 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1330 SWAP1 PUSH2 0x3387 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1348 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x1387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x137E SWAP1 PUSH2 0x39A7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1442 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1439 SWAP2 SWAP1 PUSH2 0x37AF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1451 PUSH2 0x2312 JUMP JUMPDEST PUSH2 0x145E DUP11 DUP11 DUP7 DUP10 DUP10 PUSH2 0x235C JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x14A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x149B SWAP1 PUSH2 0x3A13 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP14 PUSH2 0x14CE SWAP2 SWAP1 PUSH2 0x3747 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x14EC SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3A33 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x150B 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 0x152F SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x1581 SWAP1 PUSH2 0x3A6A JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x15D9 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP12 PUSH2 0x1622 SWAP2 SWAP1 PUSH2 0x3AB2 JUMP JUMPDEST PUSH2 0x162C SWAP2 SWAP1 PUSH2 0x3B23 JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP13 PUSH2 0x16F4 SWAP2 SWAP1 PUSH2 0x377B JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x2 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x3BDD0D86E09A22D7CE596118BD3CA5EC73EA47533A465BE37621E913ED2BF333 DUP5 DUP7 DUP14 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x1977 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3BC1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1A49 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A40 SWAP1 PUSH2 0x3532 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1AAE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AA5 SWAP1 PUSH2 0x359E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1B13 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1B0A SWAP1 PUSH2 0x360A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1B97 SWAP2 SWAP1 PUSH2 0x3C1D JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1EC9 JUMPI PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x1DF0 JUMPI PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D19 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1D38 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 0x1D5C SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x1EC8 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E83 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1EA2 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 0x1EC6 SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1EFB SWAP2 SWAP1 PUSH2 0x3AB2 JUMP JUMPDEST PUSH2 0x1F05 SWAP2 SWAP1 PUSH2 0x3B23 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1F2E SWAP2 SWAP1 PUSH2 0x377B JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP7 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F70 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1F8F 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 0x1FB3 SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH32 0x98ECE21E01A01CBE1D1C0DAD3B053C8FBD368F99BE78BE958FCF1D1D13FD249A DUP10 DUP8 PUSH1 0x40 MLOAD PUSH2 0x1FFD SWAP3 SWAP2 SWAP1 PUSH2 0x3C8E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH1 0x1 SWAP3 POP POP POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x201B PUSH2 0x20C0 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x207B PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x20C8 PUSH2 0x21D2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x20E6 PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x213C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2133 SWAP1 PUSH2 0x3D03 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2146 PUSH2 0x250F JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x218A PUSH2 0x21D2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2197 SWAP2 SWAP1 PUSH2 0x2ED2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x21CF DUP2 PUSH2 0x2558 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x224C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2243 SWAP1 PUSH2 0x3D95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2254 PUSH2 0x261E JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x229C SWAP1 PUSH2 0x3D95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22AD PUSH2 0x267F JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x22B7 PUSH2 0x2312 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x22FB PUSH2 0x21D2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2308 SWAP2 SWAP1 PUSH2 0x2ED2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x231A PUSH2 0x903 JUMP JUMPDEST ISZERO PUSH2 0x235A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2351 SWAP1 PUSH2 0x3E01 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP8 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x23DE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x23D5 SWAP1 PUSH2 0x3E6D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP5 SUB PUSH2 0x2421 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2418 SWAP1 PUSH2 0x3ED9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2490 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2487 SWAP1 PUSH2 0x3F45 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP2 EQ PUSH2 0x2508 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2507 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24FE SWAP1 PUSH2 0x3FB1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2517 PUSH2 0x903 JUMP JUMPDEST PUSH2 0x2556 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x254D SWAP1 PUSH2 0x401D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x266D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2664 SWAP1 PUSH2 0x3D95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x267D PUSH2 0x2678 PUSH2 0x21D2 JUMP JUMPDEST PUSH2 0x21A1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26CE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26C5 SWAP1 PUSH2 0x3D95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x270C SWAP2 SWAP1 PUSH2 0x27EC JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x280F JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x27ED JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x283A DUP2 PUSH2 0x2827 JUMP JUMPDEST DUP2 EQ PUSH2 0x2845 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2857 DUP2 PUSH2 0x2831 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2873 JUMPI PUSH2 0x2872 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2881 DUP5 DUP3 DUP6 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x28BF DUP2 PUSH2 0x2827 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x28DB PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x28EE PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2900 DUP4 DUP4 PUSH2 0x28C5 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2924 DUP3 PUSH2 0x288A JUMP JUMPDEST PUSH2 0x292E DUP2 DUP6 PUSH2 0x2895 JUMP JUMPDEST SWAP4 POP PUSH2 0x2939 DUP4 PUSH2 0x28A6 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x296A JUMPI DUP2 MLOAD PUSH2 0x2951 DUP9 DUP3 PUSH2 0x28F4 JUMP JUMPDEST SWAP8 POP PUSH2 0x295C DUP4 PUSH2 0x290C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x293D JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2991 DUP2 DUP5 PUSH2 0x2919 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x29E7 DUP3 PUSH2 0x299E JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A06 JUMPI PUSH2 0x2A05 PUSH2 0x29AF JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A19 PUSH2 0x2813 JUMP JUMPDEST SWAP1 POP PUSH2 0x2A25 DUP3 DUP3 PUSH2 0x29DE JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2A45 JUMPI PUSH2 0x2A44 PUSH2 0x29AF JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2A76 JUMPI PUSH2 0x2A75 PUSH2 0x2A5B JUMP JUMPDEST JUMPDEST PUSH2 0x2A80 PUSH1 0x40 PUSH2 0x2A0F JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2A90 DUP5 DUP3 DUP6 ADD PUSH2 0x2848 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2AA4 DUP5 DUP3 DUP6 ADD PUSH2 0x2848 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2AC3 PUSH2 0x2ABE DUP5 PUSH2 0x2A2A JUMP JUMPDEST PUSH2 0x2A0F JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2AE6 JUMPI PUSH2 0x2AE5 PUSH2 0x2A56 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B0F JUMPI DUP1 PUSH2 0x2AFB DUP9 DUP3 PUSH2 0x2A60 JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2AE8 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B2E JUMPI PUSH2 0x2B2D PUSH2 0x2999 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B3E DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2AB0 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2B5E JUMPI PUSH2 0x2B5D PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2B6C DUP6 DUP3 DUP7 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B8D JUMPI PUSH2 0x2B8C PUSH2 0x2822 JUMP JUMPDEST JUMPDEST PUSH2 0x2B99 DUP6 DUP3 DUP7 ADD PUSH2 0x2B19 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2BCE DUP3 PUSH2 0x2BA3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2BDE DUP2 PUSH2 0x2BC3 JUMP JUMPDEST DUP2 EQ PUSH2 0x2BE9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2BFB DUP2 PUSH2 0x2BD5 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C18 JUMPI PUSH2 0x2C17 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2C26 DUP6 DUP3 DUP7 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2C37 DUP6 DUP3 DUP7 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C5E DUP2 PUSH2 0x2C41 JUMP JUMPDEST DUP2 EQ PUSH2 0x2C69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2C7B DUP2 PUSH2 0x2C55 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C97 JUMPI PUSH2 0x2C96 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2CA5 DUP5 DUP3 DUP6 ADD PUSH2 0x2C6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CC3 DUP2 PUSH2 0x2CAE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2CDE PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2CBA JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CF7 DUP2 PUSH2 0x2CE4 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D14 DUP2 PUSH2 0x2CEE JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D31 JUMPI PUSH2 0x2D30 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D3F DUP6 DUP3 DUP7 ADD PUSH2 0x2D05 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2D50 DUP6 DUP3 DUP7 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2D70 JUMPI PUSH2 0x2D6F PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D7E DUP5 DUP3 DUP6 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2D90 DUP2 PUSH2 0x2BC3 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2D9F DUP2 PUSH2 0x2CE4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2DAE DUP2 PUSH2 0x2CAE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2DD5 DUP2 PUSH2 0x2DB4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2DF2 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2D87 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E05 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2D87 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E18 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2D87 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E2B PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2D96 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2E3E PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2D96 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2E51 PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2DA5 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2E64 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2DA5 JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2E77 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2D87 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2E8C PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2DCC JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x2EA1 PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2D96 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x2EBD PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2DDB JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2ECC DUP2 PUSH2 0x2BC3 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2EE7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2EC3 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2EF6 DUP2 PUSH2 0x2C41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F05 DUP2 PUSH2 0x2CE4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F20 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2EED JUMP JUMPDEST PUSH2 0x2F2D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2EFC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2F4A PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2F5D PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F78 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F34 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2F97 JUMPI PUSH2 0x2F96 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2FA5 DUP7 DUP3 DUP8 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x2FB6 DUP7 DUP3 DUP8 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x2FC7 DUP7 DUP3 DUP8 ADD PUSH2 0x2D05 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x2FDA DUP2 PUSH2 0x2DB4 JUMP JUMPDEST DUP2 EQ PUSH2 0x2FE5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2FF7 DUP2 PUSH2 0x2FD1 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3018 JUMPI PUSH2 0x3017 PUSH2 0x2999 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3035 JUMPI PUSH2 0x3034 PUSH2 0x2FFD JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x3051 JUMPI PUSH2 0x3050 PUSH2 0x2A56 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 DUP11 DUP13 SUB SLT ISZERO PUSH2 0x307B JUMPI PUSH2 0x307A PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3089 DUP13 DUP3 DUP14 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP10 POP POP PUSH1 0x20 PUSH2 0x309A DUP13 DUP3 DUP14 ADD PUSH2 0x2D05 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x40 PUSH2 0x30AB DUP13 DUP3 DUP14 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x60 PUSH2 0x30BC DUP13 DUP3 DUP14 ADD PUSH2 0x2FE8 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x80 PUSH2 0x30CD DUP13 DUP3 DUP14 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP6 POP POP PUSH1 0xA0 PUSH2 0x30DE DUP13 DUP3 DUP14 ADD PUSH2 0x2D05 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xC0 PUSH2 0x30EF DUP13 DUP3 DUP14 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP4 POP POP PUSH1 0xE0 DUP11 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3110 JUMPI PUSH2 0x310F PUSH2 0x2822 JUMP JUMPDEST JUMPDEST PUSH2 0x311C DUP13 DUP3 DUP14 ADD PUSH2 0x3002 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 JUMP JUMPDEST PUSH2 0x3137 DUP2 PUSH2 0x2827 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3152 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x312E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x3172 JUMPI PUSH2 0x3171 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3180 DUP8 DUP3 DUP9 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x20 PUSH2 0x3191 DUP8 DUP3 DUP9 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x40 PUSH2 0x31A2 DUP8 DUP3 DUP9 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP3 POP POP PUSH1 0x60 PUSH2 0x31B3 DUP8 DUP3 DUP9 ADD PUSH2 0x2C6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3238 PUSH2 0x3233 DUP4 PUSH2 0x320E JUMP JUMPDEST PUSH2 0x321B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x3254 DUP2 PUSH2 0x3225 JUMP JUMPDEST PUSH2 0x3261 PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x3272 DUP2 PUSH2 0x3225 JUMP JUMPDEST PUSH2 0x327F PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3292 DUP4 DUP4 PUSH2 0x323F JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x32B6 DUP3 PUSH2 0x31EE JUMP JUMPDEST PUSH2 0x32C0 DUP2 DUP6 PUSH2 0x2895 JUMP JUMPDEST SWAP4 POP PUSH2 0x32CB DUP4 PUSH2 0x31F9 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x32FB JUMPI DUP2 PUSH2 0x32E2 DUP9 DUP3 PUSH2 0x3286 JUMP JUMPDEST SWAP8 POP PUSH2 0x32ED DUP4 PUSH2 0x329E JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x32CF JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3322 DUP2 DUP5 PUSH2 0x32AB JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3371 PUSH1 0x15 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x337C DUP3 PUSH2 0x333B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33A0 DUP2 PUSH2 0x3364 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3403 PUSH1 0x25 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x340E DUP3 PUSH2 0x33A7 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3432 DUP2 PUSH2 0x33F6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3495 PUSH1 0x27 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x34A0 DUP3 PUSH2 0x3439 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x34C4 DUP2 PUSH2 0x3488 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x34E0 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2EED JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x351C PUSH1 0xE DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3527 DUP3 PUSH2 0x34E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x354B DUP2 PUSH2 0x350F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3588 PUSH1 0xE DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3593 DUP3 PUSH2 0x3552 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x35B7 DUP2 PUSH2 0x357B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F72646572526566756E64656400000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35F4 PUSH1 0xD DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x35FF DUP3 PUSH2 0x35BE JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3623 DUP2 PUSH2 0x35E7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4665654578636565647350726F746F636F6C4665650000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3660 PUSH1 0x15 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x366B DUP3 PUSH2 0x362A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x368F DUP2 PUSH2 0x3653 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x36AB PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2EC3 JUMP JUMPDEST PUSH2 0x36B8 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2EFC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x36C8 DUP2 PUSH2 0x2CAE JUMP JUMPDEST DUP2 EQ PUSH2 0x36D3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x36E5 DUP2 PUSH2 0x36BF JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3701 JUMPI PUSH2 0x3700 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x370F DUP5 DUP3 DUP6 ADD PUSH2 0x36D6 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3752 DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH2 0x375D DUP4 PUSH2 0x2CE4 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x3775 JUMPI PUSH2 0x3774 PUSH2 0x3718 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3786 DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH2 0x3791 DUP4 PUSH2 0x2CE4 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x37A9 JUMPI PUSH2 0x37A8 PUSH2 0x3718 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x37C4 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2EFC JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3826 PUSH1 0x29 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3831 DUP3 PUSH2 0x37CA JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3855 DUP2 PUSH2 0x3819 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x38B8 PUSH1 0x2E DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x38C3 DUP3 PUSH2 0x385C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x38E7 DUP2 PUSH2 0x38AB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x392A PUSH2 0x3925 PUSH2 0x3920 DUP5 PUSH2 0x38EE JUMP JUMPDEST PUSH2 0x3905 JUMP JUMPDEST PUSH2 0x38F8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x393A DUP2 PUSH2 0x390F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3955 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x3931 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3991 PUSH1 0x17 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x399C DUP3 PUSH2 0x395B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x39C0 DUP2 PUSH2 0x3984 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x39FD PUSH1 0x12 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3A08 DUP3 PUSH2 0x39C7 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A2C DUP2 PUSH2 0x39F0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3A48 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2EC3 JUMP JUMPDEST PUSH2 0x3A55 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2EC3 JUMP JUMPDEST PUSH2 0x3A62 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2EFC JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A75 DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3AA7 JUMPI PUSH2 0x3AA6 PUSH2 0x3718 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3ABD DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH2 0x3AC8 DUP4 PUSH2 0x2CE4 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3AD6 DUP2 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3AED JUMPI PUSH2 0x3AEC PUSH2 0x3718 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3B2E DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B39 DUP4 PUSH2 0x2CE4 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3B49 JUMPI PUSH2 0x3B48 PUSH2 0x3AF4 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B6F PUSH2 0x3B6A PUSH2 0x3B65 DUP5 PUSH2 0x2DB4 JUMP JUMPDEST PUSH2 0x3905 JUMP JUMPDEST PUSH2 0x2CE4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3B7F DUP2 PUSH2 0x3B54 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BA0 DUP4 DUP6 PUSH2 0x332A JUMP JUMPDEST SWAP4 POP PUSH2 0x3BAD DUP4 DUP6 DUP5 PUSH2 0x3B85 JUMP JUMPDEST PUSH2 0x3BB6 DUP4 PUSH2 0x299E JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x3BD6 PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x2EFC JUMP JUMPDEST PUSH2 0x3BE3 PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x312E JUMP JUMPDEST PUSH2 0x3BF0 PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x3B76 JUMP JUMPDEST PUSH2 0x3BFD PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x312E JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x3C10 DUP2 DUP5 DUP7 PUSH2 0x3B94 JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C28 DUP3 PUSH2 0x2DB4 JUMP JUMPDEST SWAP2 POP PUSH2 0x3C33 DUP4 PUSH2 0x2DB4 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3C57 JUMPI PUSH2 0x3C56 PUSH2 0x3718 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C78 PUSH2 0x3C73 PUSH2 0x3C6E DUP5 PUSH2 0x2C41 JUMP JUMPDEST PUSH2 0x3905 JUMP JUMPDEST PUSH2 0x2DB4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3C88 DUP2 PUSH2 0x3C5D JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3CA3 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x312E JUMP JUMPDEST PUSH2 0x3CB0 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3C7F JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CED PUSH1 0x20 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3CF8 DUP3 PUSH2 0x3CB7 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D1C DUP2 PUSH2 0x3CE0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D7F PUSH1 0x2B DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3D8A DUP3 PUSH2 0x3D23 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3DAE DUP2 PUSH2 0x3D72 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DEB PUSH1 0x10 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3DF6 DUP3 PUSH2 0x3DB5 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E1A DUP2 PUSH2 0x3DDE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3E57 PUSH1 0x11 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3E62 DUP3 PUSH2 0x3E21 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E86 DUP2 PUSH2 0x3E4A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EC3 PUSH1 0xC DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3ECE DUP3 PUSH2 0x3E8D JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EF2 DUP2 PUSH2 0x3EB6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F2F PUSH1 0x10 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3F3A DUP3 PUSH2 0x3EF9 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F5E DUP2 PUSH2 0x3F22 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F9B PUSH1 0x19 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3FA6 DUP3 PUSH2 0x3F65 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3FCA DUP2 PUSH2 0x3F8E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4007 PUSH1 0x14 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x4012 DUP3 PUSH2 0x3FD1 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4036 DUP2 PUSH2 0x3FFA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xC4 PUSH8 0xBE0A596D20A784E5 0xD9 MSTORE8 0xA9 PUSH13 0x1FAE98672BB61C7DD20C3564DA 0xC5 RETURNDATACOPY 0x2A 0x2D 0xDB PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"451:7375:8:-:0;;;771:44;;;;;;;;;;789:22;:20;;;:22;;:::i;:::-;451:7375;;5939:280:2;6007:13;;;;;;;;;;;6006:14;5998:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;6094:15;6078:31;;:12;;;;;;;;;;:31;;;6074:139;;6140:15;6125:12;;:30;;;;;;;;;;;;;;;;;;6174:28;6186:15;6174:28;;;;;;:::i;:::-;;;;;;;;6074:139;5939:280::o;7:169:11:-;91:11;125:6;120:3;113:19;165:4;160:3;156:14;141:29;;7:169;;;;:::o;182:226::-;322:34;318:1;310:6;306:14;299:58;391:9;386:2;378:6;374:15;367:34;182:226;:::o;414:366::-;556:3;577:67;641:2;636:3;577:67;:::i;:::-;570:74;;653:93;742:3;653:93;:::i;:::-;771:2;766:3;762:12;755:19;;414:366;;;:::o;786:419::-;952:4;990:2;979:9;975:18;967:26;;1039:9;1033:4;1029:20;1025:1;1014:9;1010:17;1003:47;1067:131;1193:4;1067:131;:::i;:::-;1059:139;;786:419;;;:::o;1211:86::-;1246:7;1286:4;1279:5;1275:16;1264:27;;1211:86;;;:::o;1303:112::-;1386:22;1402:5;1386:22;:::i;:::-;1381:3;1374:35;1303:112;;:::o;1421:214::-;1510:4;1548:2;1537:9;1533:18;1525:26;;1561:67;1625:1;1614:9;1610:17;1601:6;1561:67;:::i;:::-;1421:214;;;;:::o;451:7375:8:-;;;;;;;"},"deployedBytecode":{"functionDebugData":{"@__Ownable2Step_init_26":{"entryPoint":8701,"id":26,"parameterSlots":0,"returnSlots":0},"@__Ownable_init_unchained_145":{"entryPoint":9758,"id":145,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_440":{"entryPoint":8790,"id":440,"parameterSlots":0,"returnSlots":0},"@__Pausable_init_unchained_450":{"entryPoint":9855,"id":450,"parameterSlots":0,"returnSlots":0},"@_checkOwner_176":{"entryPoint":8384,"id":176,"parameterSlots":0,"returnSlots":0},"@_handler_1540":{"entryPoint":9052,"id":1540,"parameterSlots":5,"returnSlots":0},"@_msgSender_894":{"entryPoint":8658,"id":894,"parameterSlots":0,"returnSlots":1},"@_pause_514":{"entryPoint":8879,"id":514,"parameterSlots":0,"returnSlots":0},"@_requireNotPaused_487":{"entryPoint":8978,"id":487,"parameterSlots":0,"returnSlots":0},"@_requirePaused_498":{"entryPoint":9487,"id":498,"parameterSlots":0,"returnSlots":0},"@_transferOwnership_233":{"entryPoint":9560,"id":233,"parameterSlots":1,"returnSlots":0},"@_transferOwnership_78":{"entryPoint":8609,"id":78,"parameterSlots":1,"returnSlots":0},"@_unpause_530":{"entryPoint":8510,"id":530,"parameterSlots":0,"returnSlots":0},"@acceptOwnership_100":{"entryPoint":4163,"id":100,"parameterSlots":0,"returnSlots":0},"@createOrder_1484":{"entryPoint":5191,"id":1484,"parameterSlots":9,"returnSlots":1},"@getFeeDetails_1876":{"entryPoint":4700,"id":1876,"parameterSlots":0,"returnSlots":2},"@getOrderInfo_1815":{"entryPoint":3626,"id":1815,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutionByCode_1848":{"entryPoint":4737,"id":1848,"parameterSlots":1,"returnSlots":1},"@getSupportedInstitutions_1863":{"entryPoint":963,"id":1863,"parameterSlots":1,"returnSlots":1},"@initialize_1323":{"entryPoint":4304,"id":1323,"parameterSlots":0,"returnSlots":0},"@isContract_554":{"entryPoint":8666,"id":554,"parameterSlots":1,"returnSlots":1},"@isTokenSupported_1834":{"entryPoint":3534,"id":1834,"parameterSlots":1,"returnSlots":1},"@owner_162":{"entryPoint":4658,"id":162,"parameterSlots":0,"returnSlots":1},"@pause_1346":{"entryPoint":4640,"id":1346,"parameterSlots":0,"returnSlots":0},"@paused_475":{"entryPoint":2307,"id":475,"parameterSlots":0,"returnSlots":1},"@pendingOwner_41":{"entryPoint":6541,"id":41,"parameterSlots":0,"returnSlots":1},"@refund_1801":{"entryPoint":2350,"id":1801,"parameterSlots":2,"returnSlots":1},"@renounceOwnership_190":{"entryPoint":2330,"id":190,"parameterSlots":0,"returnSlots":0},"@setSupportedInstitutions_1173":{"entryPoint":1097,"id":1173,"parameterSlots":2,"returnSlots":0},"@settingManagerBool_1110":{"entryPoint":4802,"id":1110,"parameterSlots":3,"returnSlots":0},"@settle_1695":{"entryPoint":6583,"id":1695,"parameterSlots":4,"returnSlots":1},"@transferOwnership_61":{"entryPoint":8211,"id":61,"parameterSlots":1,"returnSlots":0},"@unpause_1356":{"entryPoint":1470,"id":1356,"parameterSlots":0,"returnSlots":0},"@updateProtocolAddress_1262":{"entryPoint":1488,"id":1262,"parameterSlots":2,"returnSlots":0},"@updateProtocolFee_1190":{"entryPoint":2200,"id":1190,"parameterSlots":1,"returnSlots":0},"abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":10928,"id":null,"parameterSlots":3,"returnSlots":1},"abi_decode_t_address":{"entryPoint":11244,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":11033,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bool_fromMemory":{"entryPoint":14038,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_bytes32":{"entryPoint":10312,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_string_calldata_ptr":{"entryPoint":12290,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_t_struct$_Institution_$2058_memory_ptr":{"entryPoint":10848,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint256":{"entryPoint":11525,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint64":{"entryPoint":11372,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_t_uint96":{"entryPoint":12264,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_address":{"entryPoint":11610,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr":{"entryPoint":12376,"id":null,"parameterSlots":2,"returnSlots":9},"abi_decode_tuple_t_bool_fromMemory":{"entryPoint":14059,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32":{"entryPoint":10333,"id":null,"parameterSlots":2,"returnSlots":1},"abi_decode_tuple_t_bytes32t_address":{"entryPoint":11265,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_addresst_uint256":{"entryPoint":12158,"id":null,"parameterSlots":2,"returnSlots":3},"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":11079,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64":{"entryPoint":12632,"id":null,"parameterSlots":2,"returnSlots":4},"abi_decode_tuple_t_uint256t_bytes32":{"entryPoint":11546,"id":null,"parameterSlots":2,"returnSlots":2},"abi_decode_tuple_t_uint64":{"entryPoint":11393,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr":{"entryPoint":10484,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr":{"entryPoint":12934,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_address_to_t_address":{"entryPoint":11655,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_address_to_t_address_fromStack":{"entryPoint":11971,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10521,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":12971,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_t_bool_to_t_bool":{"entryPoint":11685,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bool_to_t_bool_fromStack":{"entryPoint":11450,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32":{"entryPoint":10422,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_bytes32_to_t_bytes32_fromStack":{"entryPoint":12590,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack":{"entryPoint":14641,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack":{"entryPoint":15252,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack":{"entryPoint":13799,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack":{"entryPoint":16378,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack":{"entryPoint":13156,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack":{"entryPoint":14361,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack":{"entryPoint":16054,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack":{"entryPoint":15838,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack":{"entryPoint":14507,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack":{"entryPoint":14724,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack":{"entryPoint":13691,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack":{"entryPoint":15584,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack":{"entryPoint":13302,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack":{"entryPoint":13907,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack":{"entryPoint":16162,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack":{"entryPoint":14832,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack":{"entryPoint":15946,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack":{"entryPoint":15730,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack":{"entryPoint":13448,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack":{"entryPoint":13583,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack":{"entryPoint":16270,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_t_struct$_InstitutionByCode_$2063_memory_ptr_to_t_struct$_InstitutionByCode_$2063_memory_ptr_fromStack":{"entryPoint":12084,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr":{"entryPoint":10437,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr":{"entryPoint":12863,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_struct$_Order_$1960_memory_ptr_to_t_struct$_Order_$1960_memory_ptr_fromStack":{"entryPoint":11739,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256":{"entryPoint":11670,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint256_to_t_uint256_fromStack":{"entryPoint":12028,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint64_fromStack":{"entryPoint":12013,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint64_to_t_uint96_fromStack":{"entryPoint":15487,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint256_fromStack":{"entryPoint":15222,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_t_uint96_to_t_uint96":{"entryPoint":11724,"id":null,"parameterSlots":2,"returnSlots":0},"abi_encode_tuple_t_address__to_t_address__fromStack_reversed":{"entryPoint":11986,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed":{"entryPoint":14899,"id":null,"parameterSlots":4,"returnSlots":1},"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed":{"entryPoint":13974,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":10615,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__fromStack_reversed":{"entryPoint":13064,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed":{"entryPoint":11465,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed":{"entryPoint":12605,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed":{"entryPoint":15502,"id":null,"parameterSlots":3,"returnSlots":1},"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed":{"entryPoint":14656,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13834,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16413,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13191,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14396,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16089,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15873,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14542,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14759,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13726,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15619,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13337,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13942,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16197,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":14867,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15981,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15765,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13483,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":13618,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed":{"entryPoint":16305,"id":null,"parameterSlots":1,"returnSlots":1},"abi_encode_tuple_t_struct$_InstitutionByCode_$2063_memory_ptr__to_t_struct$_InstitutionByCode_$2063_memory_ptr__fromStack_reversed":{"entryPoint":12131,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_struct$_Order_$1960_memory_ptr__to_t_struct$_Order_$1960_memory_ptr__fromStack_reversed":{"entryPoint":11943,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed":{"entryPoint":14255,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed":{"entryPoint":15297,"id":null,"parameterSlots":7,"returnSlots":1},"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed":{"entryPoint":13515,"id":null,"parameterSlots":2,"returnSlots":1},"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed":{"entryPoint":12043,"id":null,"parameterSlots":3,"returnSlots":1},"allocate_memory":{"entryPoint":10767,"id":null,"parameterSlots":1,"returnSlots":1},"allocate_unbounded":{"entryPoint":10259,"id":null,"parameterSlots":0,"returnSlots":1},"array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":10794,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":10406,"id":null,"parameterSlots":1,"returnSlots":1},"array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage":{"entryPoint":12793,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":10378,"id":null,"parameterSlots":1,"returnSlots":1},"array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage":{"entryPoint":12782,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr":{"entryPoint":10508,"id":null,"parameterSlots":1,"returnSlots":1},"array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage":{"entryPoint":12958,"id":null,"parameterSlots":1,"returnSlots":1},"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack":{"entryPoint":10389,"id":null,"parameterSlots":2,"returnSlots":1},"array_storeLengthForEncoding_t_string_memory_ptr_fromStack":{"entryPoint":13098,"id":null,"parameterSlots":2,"returnSlots":1},"checked_add_t_uint256":{"entryPoint":14151,"id":null,"parameterSlots":2,"returnSlots":1},"checked_div_t_uint256":{"entryPoint":15139,"id":null,"parameterSlots":2,"returnSlots":1},"checked_mul_t_uint256":{"entryPoint":15026,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint256":{"entryPoint":14203,"id":null,"parameterSlots":2,"returnSlots":1},"checked_sub_t_uint96":{"entryPoint":15389,"id":null,"parameterSlots":2,"returnSlots":1},"cleanup_from_storage_t_bytes32":{"entryPoint":12827,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_address":{"entryPoint":11203,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bool":{"entryPoint":11438,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_bytes32":{"entryPoint":10279,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_rational_1_by_1":{"entryPoint":14574,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint160":{"entryPoint":11171,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint256":{"entryPoint":11492,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint64":{"entryPoint":11329,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint8":{"entryPoint":14584,"id":null,"parameterSlots":1,"returnSlots":1},"cleanup_t_uint96":{"entryPoint":11700,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_rational_1_by_1_to_t_uint8":{"entryPoint":14607,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint64_to_t_uint96":{"entryPoint":15453,"id":null,"parameterSlots":1,"returnSlots":1},"convert_t_uint96_to_t_uint256":{"entryPoint":15188,"id":null,"parameterSlots":1,"returnSlots":1},"copy_calldata_to_memory_with_cleanup":{"entryPoint":15237,"id":null,"parameterSlots":3,"returnSlots":0},"extract_from_storage_value_offset_0t_bytes32":{"entryPoint":12837,"id":null,"parameterSlots":1,"returnSlots":1},"finalize_allocation":{"entryPoint":10718,"id":null,"parameterSlots":2,"returnSlots":0},"identity":{"entryPoint":14597,"id":null,"parameterSlots":1,"returnSlots":1},"increment_t_uint256":{"entryPoint":14954,"id":null,"parameterSlots":1,"returnSlots":1},"panic_error_0x11":{"entryPoint":14104,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x12":{"entryPoint":15092,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x32":{"entryPoint":12735,"id":null,"parameterSlots":0,"returnSlots":0},"panic_error_0x41":{"entryPoint":10671,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490":{"entryPoint":12285,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d":{"entryPoint":10649,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f":{"entryPoint":10843,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421":{"entryPoint":null,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef":{"entryPoint":10838,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db":{"entryPoint":10274,"id":null,"parameterSlots":0,"returnSlots":0},"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b":{"entryPoint":10269,"id":null,"parameterSlots":0,"returnSlots":0},"round_up_to_mul_of_32":{"entryPoint":10654,"id":null,"parameterSlots":1,"returnSlots":1},"shift_right_0_unsigned":{"entryPoint":12814,"id":null,"parameterSlots":1,"returnSlots":1},"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd":{"entryPoint":13758,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a":{"entryPoint":16337,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf":{"entryPoint":13115,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc":{"entryPoint":14282,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2":{"entryPoint":16013,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a":{"entryPoint":15797,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759":{"entryPoint":14428,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338":{"entryPoint":14683,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5":{"entryPoint":13650,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe":{"entryPoint":15543,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead":{"entryPoint":13223,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de":{"entryPoint":13866,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7":{"entryPoint":16121,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4":{"entryPoint":14791,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1":{"entryPoint":15905,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b":{"entryPoint":15651,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4":{"entryPoint":13369,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243":{"entryPoint":13542,"id":null,"parameterSlots":1,"returnSlots":0},"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8":{"entryPoint":16229,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_address":{"entryPoint":11221,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bool":{"entryPoint":14015,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_bytes32":{"entryPoint":10289,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint256":{"entryPoint":11502,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint64":{"entryPoint":11349,"id":null,"parameterSlots":1,"returnSlots":0},"validator_revert_t_uint96":{"entryPoint":12241,"id":null,"parameterSlots":1,"returnSlots":0}},"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:50065:11","statements":[{"body":{"nodeType":"YulBlock","src":"47:35:11","statements":[{"nodeType":"YulAssignment","src":"57:19:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"73:2:11","type":"","value":"64"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"67:5:11"},"nodeType":"YulFunctionCall","src":"67:9:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"57:6:11"}]}]},"name":"allocate_unbounded","nodeType":"YulFunctionDefinition","returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"40:6:11","type":""}],"src":"7:75:11"},{"body":{"nodeType":"YulBlock","src":"177:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"194:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"197:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"187:6:11"},"nodeType":"YulFunctionCall","src":"187:12:11"},"nodeType":"YulExpressionStatement","src":"187:12:11"}]},"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulFunctionDefinition","src":"88:117:11"},{"body":{"nodeType":"YulBlock","src":"300:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"317:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"320:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"310:6:11"},"nodeType":"YulFunctionCall","src":"310:12:11"},"nodeType":"YulExpressionStatement","src":"310:12:11"}]},"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulFunctionDefinition","src":"211:117:11"},{"body":{"nodeType":"YulBlock","src":"379:32:11","statements":[{"nodeType":"YulAssignment","src":"389:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"400:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"389:7:11"}]}]},"name":"cleanup_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"361:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"371:7:11","type":""}],"src":"334:77:11"},{"body":{"nodeType":"YulBlock","src":"460:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"517:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"526:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"529:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"519:6:11"},"nodeType":"YulFunctionCall","src":"519:12:11"},"nodeType":"YulExpressionStatement","src":"519:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"483:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"508:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"490:17:11"},"nodeType":"YulFunctionCall","src":"490:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"480:2:11"},"nodeType":"YulFunctionCall","src":"480:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"473:6:11"},"nodeType":"YulFunctionCall","src":"473:43:11"},"nodeType":"YulIf","src":"470:63:11"}]},"name":"validator_revert_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"453:5:11","type":""}],"src":"417:122:11"},{"body":{"nodeType":"YulBlock","src":"597:87:11","statements":[{"nodeType":"YulAssignment","src":"607:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"629:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"616:12:11"},"nodeType":"YulFunctionCall","src":"616:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"607:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"672:5:11"}],"functionName":{"name":"validator_revert_t_bytes32","nodeType":"YulIdentifier","src":"645:26:11"},"nodeType":"YulFunctionCall","src":"645:33:11"},"nodeType":"YulExpressionStatement","src":"645:33:11"}]},"name":"abi_decode_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"575:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"583:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"591:5:11","type":""}],"src":"545:139:11"},{"body":{"nodeType":"YulBlock","src":"756:263:11","statements":[{"body":{"nodeType":"YulBlock","src":"802:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"804:77:11"},"nodeType":"YulFunctionCall","src":"804:79:11"},"nodeType":"YulExpressionStatement","src":"804:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"777:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"786:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"773:3:11"},"nodeType":"YulFunctionCall","src":"773:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"798:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"769:3:11"},"nodeType":"YulFunctionCall","src":"769:32:11"},"nodeType":"YulIf","src":"766:119:11"},{"nodeType":"YulBlock","src":"895:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"910:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"924:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"914:6:11","type":""}]},{"nodeType":"YulAssignment","src":"939:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"974:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"985:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"970:3:11"},"nodeType":"YulFunctionCall","src":"970:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"994:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"949:20:11"},"nodeType":"YulFunctionCall","src":"949:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"939:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"726:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"737:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"749:6:11","type":""}],"src":"690:329:11"},{"body":{"nodeType":"YulBlock","src":"1128:40:11","statements":[{"nodeType":"YulAssignment","src":"1139:22:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1155:5:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1149:5:11"},"nodeType":"YulFunctionCall","src":"1149:12:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"1139:6:11"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1111:5:11","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"1121:6:11","type":""}],"src":"1025:143:11"},{"body":{"nodeType":"YulBlock","src":"1314:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1331:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"1336:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1324:6:11"},"nodeType":"YulFunctionCall","src":"1324:19:11"},"nodeType":"YulExpressionStatement","src":"1324:19:11"},{"nodeType":"YulAssignment","src":"1352:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1371:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"1376:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1367:3:11"},"nodeType":"YulFunctionCall","src":"1367:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"1352:11:11"}]}]},"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"1286:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"1291:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"1302:11:11","type":""}],"src":"1174:213:11"},{"body":{"nodeType":"YulBlock","src":"1494:60:11","statements":[{"nodeType":"YulAssignment","src":"1504:11:11","value":{"name":"ptr","nodeType":"YulIdentifier","src":"1512:3:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1504:4:11"}]},{"nodeType":"YulAssignment","src":"1525:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"1537:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"1542:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1533:3:11"},"nodeType":"YulFunctionCall","src":"1533:14:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"1525:4:11"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"1481:3:11","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"1489:4:11","type":""}],"src":"1393:161:11"},{"body":{"nodeType":"YulBlock","src":"1615:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1632:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1655:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"1637:17:11"},"nodeType":"YulFunctionCall","src":"1637:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"1625:6:11"},"nodeType":"YulFunctionCall","src":"1625:37:11"},"nodeType":"YulExpressionStatement","src":"1625:37:11"}]},"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1603:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1610:3:11","type":""}],"src":"1560:108:11"},{"body":{"nodeType":"YulBlock","src":"1864:391:11","statements":[{"nodeType":"YulVariableDeclaration","src":"1874:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"1890:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"1895:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1886:3:11"},"nodeType":"YulFunctionCall","src":"1886:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"1878:4:11","type":""}]},{"nodeType":"YulBlock","src":"1910:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"1945:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"1975:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"1982:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"1971:3:11"},"nodeType":"YulFunctionCall","src":"1971:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"1965:5:11"},"nodeType":"YulFunctionCall","src":"1965:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"1949:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2035:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2053:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2058:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2049:3:11"},"nodeType":"YulFunctionCall","src":"2049:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2001:33:11"},"nodeType":"YulFunctionCall","src":"2001:63:11"},"nodeType":"YulExpressionStatement","src":"2001:63:11"}]},{"nodeType":"YulBlock","src":"2084:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2119:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"2149:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"2156:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2145:3:11"},"nodeType":"YulFunctionCall","src":"2145:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"2139:5:11"},"nodeType":"YulFunctionCall","src":"2139:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"2123:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"2209:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2227:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2232:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2223:3:11"},"nodeType":"YulFunctionCall","src":"2223:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"2175:33:11"},"nodeType":"YulFunctionCall","src":"2175:63:11"},"nodeType":"YulExpressionStatement","src":"2175:63:11"}]}]},"name":"abi_encode_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"1851:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"1858:3:11","type":""}],"src":"1750:505:11"},{"body":{"nodeType":"YulBlock","src":"2399:157:11","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"2501:6:11"},{"name":"pos","nodeType":"YulIdentifier","src":"2509:3:11"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulIdentifier","src":"2409:91:11"},"nodeType":"YulFunctionCall","src":"2409:104:11"},"nodeType":"YulExpressionStatement","src":"2409:104:11"},{"nodeType":"YulAssignment","src":"2522:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"2540:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2545:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2536:3:11"},"nodeType":"YulFunctionCall","src":"2536:14:11"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"2522:10:11"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"2372:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2380:3:11","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"2388:10:11","type":""}],"src":"2261:295:11"},{"body":{"nodeType":"YulBlock","src":"2666:38:11","statements":[{"nodeType":"YulAssignment","src":"2676:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"2688:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"2693:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"2684:3:11"},"nodeType":"YulFunctionCall","src":"2684:14:11"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"2676:4:11"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"2653:3:11","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"2661:4:11","type":""}],"src":"2562:142:11"},{"body":{"nodeType":"YulBlock","src":"2972:782:11","statements":[{"nodeType":"YulVariableDeclaration","src":"2982:97:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3073:5:11"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"2996:76:11"},"nodeType":"YulFunctionCall","src":"2996:83:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"2986:6:11","type":""}]},{"nodeType":"YulAssignment","src":"3088:122:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"3198:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"3203:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"3095:102:11"},"nodeType":"YulFunctionCall","src":"3095:115:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3088:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"3219:100:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"3313:5:11"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3234:78:11"},"nodeType":"YulFunctionCall","src":"3234:85:11"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"3223:7:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"3328:21:11","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"3342:7:11"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"3332:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"3418:311:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3432:34:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3459:6:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"3453:5:11"},"nodeType":"YulFunctionCall","src":"3453:13:11"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"3436:13:11","type":""}]},{"nodeType":"YulAssignment","src":"3479:128:11","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"3588:13:11"},{"name":"pos","nodeType":"YulIdentifier","src":"3603:3:11"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulIdentifier","src":"3486:101:11"},"nodeType":"YulFunctionCall","src":"3486:121:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"3479:3:11"}]},{"nodeType":"YulAssignment","src":"3620:99:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3712:6:11"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"3630:81:11"},"nodeType":"YulFunctionCall","src":"3630:89:11"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"3620:6:11"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3380:1:11"},{"name":"length","nodeType":"YulIdentifier","src":"3383:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"3377:2:11"},"nodeType":"YulFunctionCall","src":"3377:13:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"3391:18:11","statements":[{"nodeType":"YulAssignment","src":"3393:14:11","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"3402:1:11"},{"kind":"number","nodeType":"YulLiteral","src":"3405:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3398:3:11"},"nodeType":"YulFunctionCall","src":"3398:9:11"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"3393:1:11"}]}]},"pre":{"nodeType":"YulBlock","src":"3362:14:11","statements":[{"nodeType":"YulVariableDeclaration","src":"3364:10:11","value":{"kind":"number","nodeType":"YulLiteral","src":"3373:1:11","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"3368:1:11","type":""}]}]},"src":"3358:371:11"},{"nodeType":"YulAssignment","src":"3738:10:11","value":{"name":"pos","nodeType":"YulIdentifier","src":"3745:3:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"3738:3:11"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"2951:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"2958:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"2967:3:11","type":""}],"src":"2790:964:11"},{"body":{"nodeType":"YulBlock","src":"3966:283:11","statements":[{"nodeType":"YulAssignment","src":"3976:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"3988:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"3999:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"3984:3:11"},"nodeType":"YulFunctionCall","src":"3984:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"3976:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"4023:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"4034:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4019:3:11"},"nodeType":"YulFunctionCall","src":"4019:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"4042:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"4048:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"4038:3:11"},"nodeType":"YulFunctionCall","src":"4038:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4012:6:11"},"nodeType":"YulFunctionCall","src":"4012:47:11"},"nodeType":"YulExpressionStatement","src":"4012:47:11"},{"nodeType":"YulAssignment","src":"4068:174:11","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"4228:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"4237:4:11"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"4076:151:11"},"nodeType":"YulFunctionCall","src":"4076:166:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"4068:4:11"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"3938:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"3950:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"3961:4:11","type":""}],"src":"3760:489:11"},{"body":{"nodeType":"YulBlock","src":"4344:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4361:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4364:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4354:6:11"},"nodeType":"YulFunctionCall","src":"4354:12:11"},"nodeType":"YulExpressionStatement","src":"4354:12:11"}]},"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulFunctionDefinition","src":"4255:117:11"},{"body":{"nodeType":"YulBlock","src":"4426:54:11","statements":[{"nodeType":"YulAssignment","src":"4436:38:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"4454:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"4461:2:11","type":"","value":"31"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4450:3:11"},"nodeType":"YulFunctionCall","src":"4450:14:11"},{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4470:2:11","type":"","value":"31"}],"functionName":{"name":"not","nodeType":"YulIdentifier","src":"4466:3:11"},"nodeType":"YulFunctionCall","src":"4466:7:11"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"4446:3:11"},"nodeType":"YulFunctionCall","src":"4446:28:11"},"variableNames":[{"name":"result","nodeType":"YulIdentifier","src":"4436:6:11"}]}]},"name":"round_up_to_mul_of_32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"4409:5:11","type":""}],"returnVariables":[{"name":"result","nodeType":"YulTypedName","src":"4419:6:11","type":""}],"src":"4378:102:11"},{"body":{"nodeType":"YulBlock","src":"4514:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4531:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4534:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4524:6:11"},"nodeType":"YulFunctionCall","src":"4524:88:11"},"nodeType":"YulExpressionStatement","src":"4524:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4628:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"4631:4:11","type":"","value":"0x41"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4621:6:11"},"nodeType":"YulFunctionCall","src":"4621:15:11"},"nodeType":"YulExpressionStatement","src":"4621:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4652:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"4655:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"4645:6:11"},"nodeType":"YulFunctionCall","src":"4645:15:11"},"nodeType":"YulExpressionStatement","src":"4645:15:11"}]},"name":"panic_error_0x41","nodeType":"YulFunctionDefinition","src":"4486:180:11"},{"body":{"nodeType":"YulBlock","src":"4715:238:11","statements":[{"nodeType":"YulVariableDeclaration","src":"4725:58:11","value":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"4747:6:11"},{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"4777:4:11"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"4755:21:11"},"nodeType":"YulFunctionCall","src":"4755:27:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"4743:3:11"},"nodeType":"YulFunctionCall","src":"4743:40:11"},"variables":[{"name":"newFreePtr","nodeType":"YulTypedName","src":"4729:10:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"4894:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"4896:16:11"},"nodeType":"YulFunctionCall","src":"4896:18:11"},"nodeType":"YulExpressionStatement","src":"4896:18:11"}]},"condition":{"arguments":[{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4837:10:11"},{"kind":"number","nodeType":"YulLiteral","src":"4849:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"4834:2:11"},"nodeType":"YulFunctionCall","src":"4834:34:11"},{"arguments":[{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4873:10:11"},{"name":"memPtr","nodeType":"YulIdentifier","src":"4885:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"4870:2:11"},"nodeType":"YulFunctionCall","src":"4870:22:11"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"4831:2:11"},"nodeType":"YulFunctionCall","src":"4831:62:11"},"nodeType":"YulIf","src":"4828:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"4932:2:11","type":"","value":"64"},{"name":"newFreePtr","nodeType":"YulIdentifier","src":"4936:10:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"4925:6:11"},"nodeType":"YulFunctionCall","src":"4925:22:11"},"nodeType":"YulExpressionStatement","src":"4925:22:11"}]},"name":"finalize_allocation","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"4701:6:11","type":""},{"name":"size","nodeType":"YulTypedName","src":"4709:4:11","type":""}],"src":"4672:281:11"},{"body":{"nodeType":"YulBlock","src":"5000:88:11","statements":[{"nodeType":"YulAssignment","src":"5010:30:11","value":{"arguments":[],"functionName":{"name":"allocate_unbounded","nodeType":"YulIdentifier","src":"5020:18:11"},"nodeType":"YulFunctionCall","src":"5020:20:11"},"variableNames":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5010:6:11"}]},{"expression":{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"5069:6:11"},{"name":"size","nodeType":"YulIdentifier","src":"5077:4:11"}],"functionName":{"name":"finalize_allocation","nodeType":"YulIdentifier","src":"5049:19:11"},"nodeType":"YulFunctionCall","src":"5049:33:11"},"nodeType":"YulExpressionStatement","src":"5049:33:11"}]},"name":"allocate_memory","nodeType":"YulFunctionDefinition","parameters":[{"name":"size","nodeType":"YulTypedName","src":"4984:4:11","type":""}],"returnVariables":[{"name":"memPtr","nodeType":"YulTypedName","src":"4993:6:11","type":""}],"src":"4959:129:11"},{"body":{"nodeType":"YulBlock","src":"5205:229:11","statements":[{"body":{"nodeType":"YulBlock","src":"5310:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x41","nodeType":"YulIdentifier","src":"5312:16:11"},"nodeType":"YulFunctionCall","src":"5312:18:11"},"nodeType":"YulExpressionStatement","src":"5312:18:11"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"5282:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"5290:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"5279:2:11"},"nodeType":"YulFunctionCall","src":"5279:30:11"},"nodeType":"YulIf","src":"5276:56:11"},{"nodeType":"YulAssignment","src":"5342:25:11","value":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"5354:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"5362:4:11","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"5350:3:11"},"nodeType":"YulFunctionCall","src":"5350:17:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"5342:4:11"}]},{"nodeType":"YulAssignment","src":"5404:23:11","value":{"arguments":[{"name":"size","nodeType":"YulIdentifier","src":"5416:4:11"},{"kind":"number","nodeType":"YulLiteral","src":"5422:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"5412:3:11"},"nodeType":"YulFunctionCall","src":"5412:15:11"},"variableNames":[{"name":"size","nodeType":"YulIdentifier","src":"5404:4:11"}]}]},"name":"array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"length","nodeType":"YulTypedName","src":"5189:6:11","type":""}],"returnVariables":[{"name":"size","nodeType":"YulTypedName","src":"5200:4:11","type":""}],"src":"5094:340:11"},{"body":{"nodeType":"YulBlock","src":"5529:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5546:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5549:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5539:6:11"},"nodeType":"YulFunctionCall","src":"5539:12:11"},"nodeType":"YulExpressionStatement","src":"5539:12:11"}]},"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulFunctionDefinition","src":"5440:117:11"},{"body":{"nodeType":"YulBlock","src":"5652:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5669:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5672:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5662:6:11"},"nodeType":"YulFunctionCall","src":"5662:12:11"},"nodeType":"YulExpressionStatement","src":"5662:12:11"}]},"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulFunctionDefinition","src":"5563:117:11"},{"body":{"nodeType":"YulBlock","src":"5775:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"5792:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"5795:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"5785:6:11"},"nodeType":"YulFunctionCall","src":"5785:12:11"},"nodeType":"YulExpressionStatement","src":"5785:12:11"}]},"name":"revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421","nodeType":"YulFunctionDefinition","src":"5686:117:11"},{"body":{"nodeType":"YulBlock","src":"5933:494:11","statements":[{"body":{"nodeType":"YulBlock","src":"5977:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f","nodeType":"YulIdentifier","src":"5979:77:11"},"nodeType":"YulFunctionCall","src":"5979:79:11"},"nodeType":"YulExpressionStatement","src":"5979:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"end","nodeType":"YulIdentifier","src":"5954:3:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"5959:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"5950:3:11"},"nodeType":"YulFunctionCall","src":"5950:19:11"},{"kind":"number","nodeType":"YulLiteral","src":"5971:4:11","type":"","value":"0x40"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"5946:3:11"},"nodeType":"YulFunctionCall","src":"5946:30:11"},"nodeType":"YulIf","src":"5943:117:11"},{"nodeType":"YulAssignment","src":"6069:30:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"6094:4:11","type":"","value":"0x40"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"6078:15:11"},"nodeType":"YulFunctionCall","src":"6078:21:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"6069:5:11"}]},{"nodeType":"YulBlock","src":"6109:150:11","statements":[{"nodeType":"YulVariableDeclaration","src":"6144:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"6158:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6148:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6184:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6191:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6180:3:11"},"nodeType":"YulFunctionCall","src":"6180:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6223:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"6234:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6219:3:11"},"nodeType":"YulFunctionCall","src":"6219:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"6243:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"6198:20:11"},"nodeType":"YulFunctionCall","src":"6198:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6173:6:11"},"nodeType":"YulFunctionCall","src":"6173:75:11"},"nodeType":"YulExpressionStatement","src":"6173:75:11"}]},{"nodeType":"YulBlock","src":"6269:151:11","statements":[{"nodeType":"YulVariableDeclaration","src":"6304:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"6318:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"6308:6:11","type":""}]},{"expression":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"6345:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6352:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6341:3:11"},"nodeType":"YulFunctionCall","src":"6341:16:11"},{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"6384:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"6395:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6380:3:11"},"nodeType":"YulFunctionCall","src":"6380:22:11"},{"name":"end","nodeType":"YulIdentifier","src":"6404:3:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"6359:20:11"},"nodeType":"YulFunctionCall","src":"6359:49:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6334:6:11"},"nodeType":"YulFunctionCall","src":"6334:75:11"},"nodeType":"YulExpressionStatement","src":"6334:75:11"}]}]},"name":"abi_decode_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"5908:9:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"5919:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"5927:5:11","type":""}],"src":"5849:578:11"},{"body":{"nodeType":"YulBlock","src":"6606:666:11","statements":[{"nodeType":"YulAssignment","src":"6616:119:11","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6727:6:11"}],"functionName":{"name":"array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"6641:85:11"},"nodeType":"YulFunctionCall","src":"6641:93:11"}],"functionName":{"name":"allocate_memory","nodeType":"YulIdentifier","src":"6625:15:11"},"nodeType":"YulFunctionCall","src":"6625:110:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"6616:5:11"}]},{"nodeType":"YulVariableDeclaration","src":"6744:16:11","value":{"name":"array","nodeType":"YulIdentifier","src":"6755:5:11"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"6748:3:11","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6777:5:11"},{"name":"length","nodeType":"YulIdentifier","src":"6784:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"6770:6:11"},"nodeType":"YulFunctionCall","src":"6770:21:11"},"nodeType":"YulExpressionStatement","src":"6770:21:11"},{"nodeType":"YulAssignment","src":"6800:23:11","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"6811:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"6818:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6807:3:11"},"nodeType":"YulFunctionCall","src":"6807:16:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"6800:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"6833:44:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"6851:6:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"6863:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"6871:4:11","type":"","value":"0x40"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"6859:3:11"},"nodeType":"YulFunctionCall","src":"6859:17:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"6847:3:11"},"nodeType":"YulFunctionCall","src":"6847:30:11"},"variables":[{"name":"srcEnd","nodeType":"YulTypedName","src":"6837:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"6905:103:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"6919:77:11"},"nodeType":"YulFunctionCall","src":"6919:79:11"},"nodeType":"YulExpressionStatement","src":"6919:79:11"}]},"condition":{"arguments":[{"name":"srcEnd","nodeType":"YulIdentifier","src":"6892:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"6900:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"6889:2:11"},"nodeType":"YulFunctionCall","src":"6889:15:11"},"nodeType":"YulIf","src":"6886:122:11"},{"body":{"nodeType":"YulBlock","src":"7093:173:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7108:21:11","value":{"name":"src","nodeType":"YulIdentifier","src":"7126:3:11"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"7112:10:11","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"7150:3:11"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"7205:10:11"},{"name":"end","nodeType":"YulIdentifier","src":"7217:3:11"}],"functionName":{"name":"abi_decode_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulIdentifier","src":"7155:49:11"},"nodeType":"YulFunctionCall","src":"7155:66:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"7143:6:11"},"nodeType":"YulFunctionCall","src":"7143:79:11"},"nodeType":"YulExpressionStatement","src":"7143:79:11"},{"nodeType":"YulAssignment","src":"7235:21:11","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"7246:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"7251:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7242:3:11"},"nodeType":"YulFunctionCall","src":"7242:14:11"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"7235:3:11"}]}]},"condition":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7046:3:11"},{"name":"srcEnd","nodeType":"YulIdentifier","src":"7051:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"7043:2:11"},"nodeType":"YulFunctionCall","src":"7043:15:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"7059:25:11","statements":[{"nodeType":"YulAssignment","src":"7061:21:11","value":{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"7072:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"7077:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7068:3:11"},"nodeType":"YulFunctionCall","src":"7068:14:11"},"variableNames":[{"name":"src","nodeType":"YulIdentifier","src":"7061:3:11"}]}]},"pre":{"nodeType":"YulBlock","src":"7021:21:11","statements":[{"nodeType":"YulVariableDeclaration","src":"7023:17:11","value":{"name":"offset","nodeType":"YulIdentifier","src":"7034:6:11"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"7027:3:11","type":""}]}]},"src":"7017:249:11"}]},"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"6576:6:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"6584:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"6592:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"6600:5:11","type":""}],"src":"6475:797:11"},{"body":{"nodeType":"YulBlock","src":"7426:322:11","statements":[{"body":{"nodeType":"YulBlock","src":"7475:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"7477:77:11"},"nodeType":"YulFunctionCall","src":"7477:79:11"},"nodeType":"YulExpressionStatement","src":"7477:79:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7454:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"7462:4:11","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7450:3:11"},"nodeType":"YulFunctionCall","src":"7450:17:11"},{"name":"end","nodeType":"YulIdentifier","src":"7469:3:11"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7446:3:11"},"nodeType":"YulFunctionCall","src":"7446:27:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"7439:6:11"},"nodeType":"YulFunctionCall","src":"7439:35:11"},"nodeType":"YulIf","src":"7436:122:11"},{"nodeType":"YulVariableDeclaration","src":"7567:34:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7594:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"7581:12:11"},"nodeType":"YulFunctionCall","src":"7581:20:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"7571:6:11","type":""}]},{"nodeType":"YulAssignment","src":"7610:132:11","value":{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"7715:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"7723:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"7711:3:11"},"nodeType":"YulFunctionCall","src":"7711:17:11"},{"name":"length","nodeType":"YulIdentifier","src":"7730:6:11"},{"name":"end","nodeType":"YulIdentifier","src":"7738:3:11"}],"functionName":{"name":"abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"7619:91:11"},"nodeType":"YulFunctionCall","src":"7619:123:11"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"7610:5:11"}]}]},"name":"abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"7404:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"7412:3:11","type":""}],"returnVariables":[{"name":"array","nodeType":"YulTypedName","src":"7420:5:11","type":""}],"src":"7320:428:11"},{"body":{"nodeType":"YulBlock","src":"7891:605:11","statements":[{"body":{"nodeType":"YulBlock","src":"7937:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"7939:77:11"},"nodeType":"YulFunctionCall","src":"7939:79:11"},"nodeType":"YulExpressionStatement","src":"7939:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"7912:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"7921:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"7908:3:11"},"nodeType":"YulFunctionCall","src":"7908:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"7933:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"7904:3:11"},"nodeType":"YulFunctionCall","src":"7904:32:11"},"nodeType":"YulIf","src":"7901:119:11"},{"nodeType":"YulBlock","src":"8030:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"8045:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"8059:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8049:6:11","type":""}]},{"nodeType":"YulAssignment","src":"8074:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8109:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"8120:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8105:3:11"},"nodeType":"YulFunctionCall","src":"8105:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8129:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"8084:20:11"},"nodeType":"YulFunctionCall","src":"8084:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"8074:6:11"}]}]},{"nodeType":"YulBlock","src":"8157:332:11","statements":[{"nodeType":"YulVariableDeclaration","src":"8172:46:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8203:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"8214:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8199:3:11"},"nodeType":"YulFunctionCall","src":"8199:18:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8186:12:11"},"nodeType":"YulFunctionCall","src":"8186:32:11"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"8176:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"8265:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"8267:77:11"},"nodeType":"YulFunctionCall","src":"8267:79:11"},"nodeType":"YulExpressionStatement","src":"8267:79:11"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8237:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"8245:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"8234:2:11"},"nodeType":"YulFunctionCall","src":"8234:30:11"},"nodeType":"YulIf","src":"8231:117:11"},{"nodeType":"YulAssignment","src":"8362:117:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"8451:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"8462:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"8447:3:11"},"nodeType":"YulFunctionCall","src":"8447:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"8471:7:11"}],"functionName":{"name":"abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"8372:74:11"},"nodeType":"YulFunctionCall","src":"8372:107:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"8362:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"7853:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"7864:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"7876:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"7884:6:11","type":""}],"src":"7754:742:11"},{"body":{"nodeType":"YulBlock","src":"8547:81:11","statements":[{"nodeType":"YulAssignment","src":"8557:65:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8572:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"8579:42:11","type":"","value":"0xffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"8568:3:11"},"nodeType":"YulFunctionCall","src":"8568:54:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"8557:7:11"}]}]},"name":"cleanup_t_uint160","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8529:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"8539:7:11","type":""}],"src":"8502:126:11"},{"body":{"nodeType":"YulBlock","src":"8679:51:11","statements":[{"nodeType":"YulAssignment","src":"8689:35:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8718:5:11"}],"functionName":{"name":"cleanup_t_uint160","nodeType":"YulIdentifier","src":"8700:17:11"},"nodeType":"YulFunctionCall","src":"8700:24:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"8689:7:11"}]}]},"name":"cleanup_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8661:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"8671:7:11","type":""}],"src":"8634:96:11"},{"body":{"nodeType":"YulBlock","src":"8779:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"8836:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"8845:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"8848:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"8838:6:11"},"nodeType":"YulFunctionCall","src":"8838:12:11"},"nodeType":"YulExpressionStatement","src":"8838:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8802:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8827:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"8809:17:11"},"nodeType":"YulFunctionCall","src":"8809:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"8799:2:11"},"nodeType":"YulFunctionCall","src":"8799:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"8792:6:11"},"nodeType":"YulFunctionCall","src":"8792:43:11"},"nodeType":"YulIf","src":"8789:63:11"}]},"name":"validator_revert_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"8772:5:11","type":""}],"src":"8736:122:11"},{"body":{"nodeType":"YulBlock","src":"8916:87:11","statements":[{"nodeType":"YulAssignment","src":"8926:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"8948:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"8935:12:11"},"nodeType":"YulFunctionCall","src":"8935:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"8926:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"8991:5:11"}],"functionName":{"name":"validator_revert_t_address","nodeType":"YulIdentifier","src":"8964:26:11"},"nodeType":"YulFunctionCall","src":"8964:33:11"},"nodeType":"YulExpressionStatement","src":"8964:33:11"}]},"name":"abi_decode_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"8894:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"8902:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"8910:5:11","type":""}],"src":"8864:139:11"},{"body":{"nodeType":"YulBlock","src":"9092:391:11","statements":[{"body":{"nodeType":"YulBlock","src":"9138:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9140:77:11"},"nodeType":"YulFunctionCall","src":"9140:79:11"},"nodeType":"YulExpressionStatement","src":"9140:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9113:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"9122:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9109:3:11"},"nodeType":"YulFunctionCall","src":"9109:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"9134:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9105:3:11"},"nodeType":"YulFunctionCall","src":"9105:32:11"},"nodeType":"YulIf","src":"9102:119:11"},{"nodeType":"YulBlock","src":"9231:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"9246:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"9260:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9250:6:11","type":""}]},{"nodeType":"YulAssignment","src":"9275:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9310:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"9321:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9306:3:11"},"nodeType":"YulFunctionCall","src":"9306:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9330:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"9285:20:11"},"nodeType":"YulFunctionCall","src":"9285:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"9275:6:11"}]}]},{"nodeType":"YulBlock","src":"9358:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"9373:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"9387:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"9377:6:11","type":""}]},{"nodeType":"YulAssignment","src":"9403:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"9438:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"9449:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"9434:3:11"},"nodeType":"YulFunctionCall","src":"9434:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"9458:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"9413:20:11"},"nodeType":"YulFunctionCall","src":"9413:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"9403:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9054:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9065:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9077:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"9085:6:11","type":""}],"src":"9009:474:11"},{"body":{"nodeType":"YulBlock","src":"9533:57:11","statements":[{"nodeType":"YulAssignment","src":"9543:41:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9558:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"9565:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"9554:3:11"},"nodeType":"YulFunctionCall","src":"9554:30:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"9543:7:11"}]}]},"name":"cleanup_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9515:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"9525:7:11","type":""}],"src":"9489:101:11"},{"body":{"nodeType":"YulBlock","src":"9638:78:11","statements":[{"body":{"nodeType":"YulBlock","src":"9694:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"9703:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"9706:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"9696:6:11"},"nodeType":"YulFunctionCall","src":"9696:12:11"},"nodeType":"YulExpressionStatement","src":"9696:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9661:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9685:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"9668:16:11"},"nodeType":"YulFunctionCall","src":"9668:23:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"9658:2:11"},"nodeType":"YulFunctionCall","src":"9658:34:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"9651:6:11"},"nodeType":"YulFunctionCall","src":"9651:42:11"},"nodeType":"YulIf","src":"9648:62:11"}]},"name":"validator_revert_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"9631:5:11","type":""}],"src":"9596:120:11"},{"body":{"nodeType":"YulBlock","src":"9773:86:11","statements":[{"nodeType":"YulAssignment","src":"9783:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"9805:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"9792:12:11"},"nodeType":"YulFunctionCall","src":"9792:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"9783:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"9847:5:11"}],"functionName":{"name":"validator_revert_t_uint64","nodeType":"YulIdentifier","src":"9821:25:11"},"nodeType":"YulFunctionCall","src":"9821:32:11"},"nodeType":"YulExpressionStatement","src":"9821:32:11"}]},"name":"abi_decode_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"9751:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"9759:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"9767:5:11","type":""}],"src":"9722:137:11"},{"body":{"nodeType":"YulBlock","src":"9930:262:11","statements":[{"body":{"nodeType":"YulBlock","src":"9976:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"9978:77:11"},"nodeType":"YulFunctionCall","src":"9978:79:11"},"nodeType":"YulExpressionStatement","src":"9978:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"9951:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"9960:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"9947:3:11"},"nodeType":"YulFunctionCall","src":"9947:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"9972:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"9943:3:11"},"nodeType":"YulFunctionCall","src":"9943:32:11"},"nodeType":"YulIf","src":"9940:119:11"},{"nodeType":"YulBlock","src":"10069:116:11","statements":[{"nodeType":"YulVariableDeclaration","src":"10084:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"10098:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"10088:6:11","type":""}]},{"nodeType":"YulAssignment","src":"10113:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10147:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"10158:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10143:3:11"},"nodeType":"YulFunctionCall","src":"10143:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"10167:7:11"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"10123:19:11"},"nodeType":"YulFunctionCall","src":"10123:52:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"10113:6:11"}]}]}]},"name":"abi_decode_tuple_t_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"9900:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"9911:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"9923:6:11","type":""}],"src":"9865:327:11"},{"body":{"nodeType":"YulBlock","src":"10240:48:11","statements":[{"nodeType":"YulAssignment","src":"10250:32:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10275:5:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10268:6:11"},"nodeType":"YulFunctionCall","src":"10268:13:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10261:6:11"},"nodeType":"YulFunctionCall","src":"10261:21:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"10250:7:11"}]}]},"name":"cleanup_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10222:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"10232:7:11","type":""}],"src":"10198:90:11"},{"body":{"nodeType":"YulBlock","src":"10353:50:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"10370:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10390:5:11"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"10375:14:11"},"nodeType":"YulFunctionCall","src":"10375:21:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"10363:6:11"},"nodeType":"YulFunctionCall","src":"10363:34:11"},"nodeType":"YulExpressionStatement","src":"10363:34:11"}]},"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10341:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"10348:3:11","type":""}],"src":"10294:109:11"},{"body":{"nodeType":"YulBlock","src":"10501:118:11","statements":[{"nodeType":"YulAssignment","src":"10511:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10523:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"10534:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10519:3:11"},"nodeType":"YulFunctionCall","src":"10519:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"10511:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"10585:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"10598:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"10609:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"10594:3:11"},"nodeType":"YulFunctionCall","src":"10594:17:11"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool_fromStack","nodeType":"YulIdentifier","src":"10547:37:11"},"nodeType":"YulFunctionCall","src":"10547:65:11"},"nodeType":"YulExpressionStatement","src":"10547:65:11"}]},"name":"abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"10473:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"10485:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"10496:4:11","type":""}],"src":"10409:210:11"},{"body":{"nodeType":"YulBlock","src":"10670:32:11","statements":[{"nodeType":"YulAssignment","src":"10680:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"10691:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"10680:7:11"}]}]},"name":"cleanup_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10652:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"10662:7:11","type":""}],"src":"10625:77:11"},{"body":{"nodeType":"YulBlock","src":"10751:79:11","statements":[{"body":{"nodeType":"YulBlock","src":"10808:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"10817:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"10820:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"10810:6:11"},"nodeType":"YulFunctionCall","src":"10810:12:11"},"nodeType":"YulExpressionStatement","src":"10810:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10774:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10799:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"10781:17:11"},"nodeType":"YulFunctionCall","src":"10781:24:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"10771:2:11"},"nodeType":"YulFunctionCall","src":"10771:35:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"10764:6:11"},"nodeType":"YulFunctionCall","src":"10764:43:11"},"nodeType":"YulIf","src":"10761:63:11"}]},"name":"validator_revert_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"10744:5:11","type":""}],"src":"10708:122:11"},{"body":{"nodeType":"YulBlock","src":"10888:87:11","statements":[{"nodeType":"YulAssignment","src":"10898:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"10920:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"10907:12:11"},"nodeType":"YulFunctionCall","src":"10907:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"10898:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"10963:5:11"}],"functionName":{"name":"validator_revert_t_uint256","nodeType":"YulIdentifier","src":"10936:26:11"},"nodeType":"YulFunctionCall","src":"10936:33:11"},"nodeType":"YulExpressionStatement","src":"10936:33:11"}]},"name":"abi_decode_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"10866:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"10874:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"10882:5:11","type":""}],"src":"10836:139:11"},{"body":{"nodeType":"YulBlock","src":"11064:391:11","statements":[{"body":{"nodeType":"YulBlock","src":"11110:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11112:77:11"},"nodeType":"YulFunctionCall","src":"11112:79:11"},"nodeType":"YulExpressionStatement","src":"11112:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11085:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"11094:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11081:3:11"},"nodeType":"YulFunctionCall","src":"11081:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"11106:2:11","type":"","value":"64"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11077:3:11"},"nodeType":"YulFunctionCall","src":"11077:32:11"},"nodeType":"YulIf","src":"11074:119:11"},{"nodeType":"YulBlock","src":"11203:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11218:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11232:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11222:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11247:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11282:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"11293:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11278:3:11"},"nodeType":"YulFunctionCall","src":"11278:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11302:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"11257:20:11"},"nodeType":"YulFunctionCall","src":"11257:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"11247:6:11"}]}]},{"nodeType":"YulBlock","src":"11330:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11345:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11359:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11349:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11375:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11410:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"11421:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11406:3:11"},"nodeType":"YulFunctionCall","src":"11406:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11430:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"11385:20:11"},"nodeType":"YulFunctionCall","src":"11385:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"11375:6:11"}]}]}]},"name":"abi_decode_tuple_t_uint256t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11026:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11037:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11049:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"11057:6:11","type":""}],"src":"10981:474:11"},{"body":{"nodeType":"YulBlock","src":"11527:263:11","statements":[{"body":{"nodeType":"YulBlock","src":"11573:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"11575:77:11"},"nodeType":"YulFunctionCall","src":"11575:79:11"},"nodeType":"YulExpressionStatement","src":"11575:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"11548:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"11557:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"11544:3:11"},"nodeType":"YulFunctionCall","src":"11544:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"11569:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"11540:3:11"},"nodeType":"YulFunctionCall","src":"11540:32:11"},"nodeType":"YulIf","src":"11537:119:11"},{"nodeType":"YulBlock","src":"11666:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"11681:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"11695:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"11685:6:11","type":""}]},{"nodeType":"YulAssignment","src":"11710:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"11745:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"11756:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"11741:3:11"},"nodeType":"YulFunctionCall","src":"11741:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"11765:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"11720:20:11"},"nodeType":"YulFunctionCall","src":"11720:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"11710:6:11"}]}]}]},"name":"abi_decode_tuple_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"11497:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"11508:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"11520:6:11","type":""}],"src":"11461:329:11"},{"body":{"nodeType":"YulBlock","src":"11851:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11868:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"11891:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"11873:17:11"},"nodeType":"YulFunctionCall","src":"11873:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11861:6:11"},"nodeType":"YulFunctionCall","src":"11861:37:11"},"nodeType":"YulExpressionStatement","src":"11861:37:11"}]},"name":"abi_encode_t_address_to_t_address","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11839:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11846:3:11","type":""}],"src":"11796:108:11"},{"body":{"nodeType":"YulBlock","src":"11965:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"11982:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12005:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"11987:17:11"},"nodeType":"YulFunctionCall","src":"11987:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"11975:6:11"},"nodeType":"YulFunctionCall","src":"11975:37:11"},"nodeType":"YulExpressionStatement","src":"11975:37:11"}]},"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"11953:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"11960:3:11","type":""}],"src":"11910:108:11"},{"body":{"nodeType":"YulBlock","src":"12073:50:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12090:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12110:5:11"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"12095:14:11"},"nodeType":"YulFunctionCall","src":"12095:21:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12083:6:11"},"nodeType":"YulFunctionCall","src":"12083:34:11"},"nodeType":"YulExpressionStatement","src":"12083:34:11"}]},"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12061:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12068:3:11","type":""}],"src":"12024:99:11"},{"body":{"nodeType":"YulBlock","src":"12173:65:11","statements":[{"nodeType":"YulAssignment","src":"12183:49:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12198:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"12205:26:11","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"12194:3:11"},"nodeType":"YulFunctionCall","src":"12194:38:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"12183:7:11"}]}]},"name":"cleanup_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12155:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"12165:7:11","type":""}],"src":"12129:109:11"},{"body":{"nodeType":"YulBlock","src":"12297:52:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12314:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12336:5:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"12319:16:11"},"nodeType":"YulFunctionCall","src":"12319:23:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"12307:6:11"},"nodeType":"YulFunctionCall","src":"12307:36:11"},"nodeType":"YulExpressionStatement","src":"12307:36:11"}]},"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12285:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12292:3:11","type":""}],"src":"12244:105:11"},{"body":{"nodeType":"YulBlock","src":"12521:1838:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12531:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12547:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12552:6:11","type":"","value":"0x0140"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12543:3:11"},"nodeType":"YulFunctionCall","src":"12543:16:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"12535:4:11","type":""}]},{"nodeType":"YulBlock","src":"12569:166:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12606:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12636:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"12643:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12632:3:11"},"nodeType":"YulFunctionCall","src":"12632:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12626:5:11"},"nodeType":"YulFunctionCall","src":"12626:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12610:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"12696:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12714:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12719:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12710:3:11"},"nodeType":"YulFunctionCall","src":"12710:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"12662:33:11"},"nodeType":"YulFunctionCall","src":"12662:63:11"},"nodeType":"YulExpressionStatement","src":"12662:63:11"}]},{"nodeType":"YulBlock","src":"12745:165:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12781:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12811:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"12818:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12807:3:11"},"nodeType":"YulFunctionCall","src":"12807:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12801:5:11"},"nodeType":"YulFunctionCall","src":"12801:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12785:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"12871:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"12889:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"12894:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12885:3:11"},"nodeType":"YulFunctionCall","src":"12885:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"12837:33:11"},"nodeType":"YulFunctionCall","src":"12837:63:11"},"nodeType":"YulExpressionStatement","src":"12837:63:11"}]},{"nodeType":"YulBlock","src":"12920:178:11","statements":[{"nodeType":"YulVariableDeclaration","src":"12969:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"12999:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13006:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"12995:3:11"},"nodeType":"YulFunctionCall","src":"12995:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"12989:5:11"},"nodeType":"YulFunctionCall","src":"12989:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"12973:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13059:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13077:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13082:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13073:3:11"},"nodeType":"YulFunctionCall","src":"13073:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"13025:33:11"},"nodeType":"YulFunctionCall","src":"13025:63:11"},"nodeType":"YulExpressionStatement","src":"13025:63:11"}]},{"nodeType":"YulBlock","src":"13108:169:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13148:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13178:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13185:4:11","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13174:3:11"},"nodeType":"YulFunctionCall","src":"13174:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13168:5:11"},"nodeType":"YulFunctionCall","src":"13168:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13152:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13238:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13256:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13261:4:11","type":"","value":"0x60"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13252:3:11"},"nodeType":"YulFunctionCall","src":"13252:14:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"13204:33:11"},"nodeType":"YulFunctionCall","src":"13204:63:11"},"nodeType":"YulExpressionStatement","src":"13204:63:11"}]},{"nodeType":"YulBlock","src":"13287:171:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13329:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13359:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13366:4:11","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13355:3:11"},"nodeType":"YulFunctionCall","src":"13355:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13349:5:11"},"nodeType":"YulFunctionCall","src":"13349:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13333:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13419:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13437:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13442:4:11","type":"","value":"0x80"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13433:3:11"},"nodeType":"YulFunctionCall","src":"13433:14:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"13385:33:11"},"nodeType":"YulFunctionCall","src":"13385:63:11"},"nodeType":"YulExpressionStatement","src":"13385:63:11"}]},{"nodeType":"YulBlock","src":"13468:165:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13510:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13540:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13547:4:11","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13536:3:11"},"nodeType":"YulFunctionCall","src":"13536:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13530:5:11"},"nodeType":"YulFunctionCall","src":"13530:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13514:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13594:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13612:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13617:4:11","type":"","value":"0xa0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13608:3:11"},"nodeType":"YulFunctionCall","src":"13608:14:11"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"13566:27:11"},"nodeType":"YulFunctionCall","src":"13566:57:11"},"nodeType":"YulExpressionStatement","src":"13566:57:11"}]},{"nodeType":"YulBlock","src":"13643:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13684:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13714:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13721:4:11","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13710:3:11"},"nodeType":"YulFunctionCall","src":"13710:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13704:5:11"},"nodeType":"YulFunctionCall","src":"13704:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13688:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13768:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13786:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13791:4:11","type":"","value":"0xc0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13782:3:11"},"nodeType":"YulFunctionCall","src":"13782:14:11"}],"functionName":{"name":"abi_encode_t_bool_to_t_bool","nodeType":"YulIdentifier","src":"13740:27:11"},"nodeType":"YulFunctionCall","src":"13740:57:11"},"nodeType":"YulExpressionStatement","src":"13740:57:11"}]},{"nodeType":"YulBlock","src":"13817:173:11","statements":[{"nodeType":"YulVariableDeclaration","src":"13861:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"13891:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"13898:4:11","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13887:3:11"},"nodeType":"YulFunctionCall","src":"13887:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"13881:5:11"},"nodeType":"YulFunctionCall","src":"13881:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"13865:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"13951:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"13969:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"13974:4:11","type":"","value":"0xe0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"13965:3:11"},"nodeType":"YulFunctionCall","src":"13965:14:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address","nodeType":"YulIdentifier","src":"13917:33:11"},"nodeType":"YulFunctionCall","src":"13917:63:11"},"nodeType":"YulExpressionStatement","src":"13917:63:11"}]},{"nodeType":"YulBlock","src":"14000:172:11","statements":[{"nodeType":"YulVariableDeclaration","src":"14041:45:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14071:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"14078:6:11","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14067:3:11"},"nodeType":"YulFunctionCall","src":"14067:18:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"14061:5:11"},"nodeType":"YulFunctionCall","src":"14061:25:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"14045:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"14131:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14149:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14154:6:11","type":"","value":"0x0100"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14145:3:11"},"nodeType":"YulFunctionCall","src":"14145:16:11"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint96","nodeType":"YulIdentifier","src":"14099:31:11"},"nodeType":"YulFunctionCall","src":"14099:63:11"},"nodeType":"YulExpressionStatement","src":"14099:63:11"}]},{"nodeType":"YulBlock","src":"14182:170:11","statements":[{"nodeType":"YulVariableDeclaration","src":"14219:45:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14249:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"14256:6:11","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14245:3:11"},"nodeType":"YulFunctionCall","src":"14245:18:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"14239:5:11"},"nodeType":"YulFunctionCall","src":"14239:25:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"14223:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"14311:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14329:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"14334:6:11","type":"","value":"0x0120"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14325:3:11"},"nodeType":"YulFunctionCall","src":"14325:16:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256","nodeType":"YulIdentifier","src":"14277:33:11"},"nodeType":"YulFunctionCall","src":"14277:65:11"},"nodeType":"YulExpressionStatement","src":"14277:65:11"}]}]},"name":"abi_encode_t_struct$_Order_$1960_memory_ptr_to_t_struct$_Order_$1960_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"12508:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"12515:3:11","type":""}],"src":"12409:1950:11"},{"body":{"nodeType":"YulBlock","src":"14509:171:11","statements":[{"nodeType":"YulAssignment","src":"14519:27:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14531:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14542:3:11","type":"","value":"320"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14527:3:11"},"nodeType":"YulFunctionCall","src":"14527:19:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14519:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14646:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14659:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14670:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14655:3:11"},"nodeType":"YulFunctionCall","src":"14655:17:11"}],"functionName":{"name":"abi_encode_t_struct$_Order_$1960_memory_ptr_to_t_struct$_Order_$1960_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"14556:89:11"},"nodeType":"YulFunctionCall","src":"14556:117:11"},"nodeType":"YulExpressionStatement","src":"14556:117:11"}]},"name":"abi_encode_tuple_t_struct$_Order_$1960_memory_ptr__to_t_struct$_Order_$1960_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14481:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14493:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14504:4:11","type":""}],"src":"14365:315:11"},{"body":{"nodeType":"YulBlock","src":"14751:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"14768:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"14791:5:11"}],"functionName":{"name":"cleanup_t_address","nodeType":"YulIdentifier","src":"14773:17:11"},"nodeType":"YulFunctionCall","src":"14773:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"14761:6:11"},"nodeType":"YulFunctionCall","src":"14761:37:11"},"nodeType":"YulExpressionStatement","src":"14761:37:11"}]},"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"14739:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"14746:3:11","type":""}],"src":"14686:118:11"},{"body":{"nodeType":"YulBlock","src":"14908:124:11","statements":[{"nodeType":"YulAssignment","src":"14918:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"14930:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"14941:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"14926:3:11"},"nodeType":"YulFunctionCall","src":"14926:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"14918:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"14998:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15011:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15022:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15007:3:11"},"nodeType":"YulFunctionCall","src":"15007:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"14954:43:11"},"nodeType":"YulFunctionCall","src":"14954:71:11"},"nodeType":"YulExpressionStatement","src":"14954:71:11"}]},"name":"abi_encode_tuple_t_address__to_t_address__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"14880:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"14892:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"14903:4:11","type":""}],"src":"14810:222:11"},{"body":{"nodeType":"YulBlock","src":"15101:52:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15118:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15140:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"15123:16:11"},"nodeType":"YulFunctionCall","src":"15123:23:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15111:6:11"},"nodeType":"YulFunctionCall","src":"15111:36:11"},"nodeType":"YulExpressionStatement","src":"15111:36:11"}]},"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15089:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15096:3:11","type":""}],"src":"15038:115:11"},{"body":{"nodeType":"YulBlock","src":"15224:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15241:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15264:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"15246:17:11"},"nodeType":"YulFunctionCall","src":"15246:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"15234:6:11"},"nodeType":"YulFunctionCall","src":"15234:37:11"},"nodeType":"YulExpressionStatement","src":"15234:37:11"}]},"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15212:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15219:3:11","type":""}],"src":"15159:118:11"},{"body":{"nodeType":"YulBlock","src":"15407:204:11","statements":[{"nodeType":"YulAssignment","src":"15417:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15429:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15440:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15425:3:11"},"nodeType":"YulFunctionCall","src":"15425:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"15417:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"15495:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15508:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15519:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15504:3:11"},"nodeType":"YulFunctionCall","src":"15504:17:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"15453:41:11"},"nodeType":"YulFunctionCall","src":"15453:69:11"},"nodeType":"YulExpressionStatement","src":"15453:69:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"15576:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"15589:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"15600:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15585:3:11"},"nodeType":"YulFunctionCall","src":"15585:18:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"15532:43:11"},"nodeType":"YulFunctionCall","src":"15532:72:11"},"nodeType":"YulExpressionStatement","src":"15532:72:11"}]},"name":"abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"15371:9:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"15383:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"15391:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"15402:4:11","type":""}],"src":"15283:328:11"},{"body":{"nodeType":"YulBlock","src":"15841:395:11","statements":[{"nodeType":"YulVariableDeclaration","src":"15851:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"15867:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"15872:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15863:3:11"},"nodeType":"YulFunctionCall","src":"15863:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"15855:4:11","type":""}]},{"nodeType":"YulBlock","src":"15887:164:11","statements":[{"nodeType":"YulVariableDeclaration","src":"15922:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"15952:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"15959:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"15948:3:11"},"nodeType":"YulFunctionCall","src":"15948:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"15942:5:11"},"nodeType":"YulFunctionCall","src":"15942:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"15926:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16012:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16030:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16035:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16026:3:11"},"nodeType":"YulFunctionCall","src":"16026:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"15978:33:11"},"nodeType":"YulFunctionCall","src":"15978:63:11"},"nodeType":"YulExpressionStatement","src":"15978:63:11"}]},{"nodeType":"YulBlock","src":"16061:168:11","statements":[{"nodeType":"YulVariableDeclaration","src":"16100:43:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"16130:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"16137:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16126:3:11"},"nodeType":"YulFunctionCall","src":"16126:16:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"16120:5:11"},"nodeType":"YulFunctionCall","src":"16120:23:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"16104:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"16190:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"16208:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"16213:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16204:3:11"},"nodeType":"YulFunctionCall","src":"16204:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"16156:33:11"},"nodeType":"YulFunctionCall","src":"16156:63:11"},"nodeType":"YulExpressionStatement","src":"16156:63:11"}]}]},"name":"abi_encode_t_struct$_InstitutionByCode_$2063_memory_ptr_to_t_struct$_InstitutionByCode_$2063_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"15828:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"15835:3:11","type":""}],"src":"15705:531:11"},{"body":{"nodeType":"YulBlock","src":"16410:194:11","statements":[{"nodeType":"YulAssignment","src":"16420:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16432:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16443:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16428:3:11"},"nodeType":"YulFunctionCall","src":"16428:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"16420:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"16570:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16583:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"16594:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16579:3:11"},"nodeType":"YulFunctionCall","src":"16579:17:11"}],"functionName":{"name":"abi_encode_t_struct$_InstitutionByCode_$2063_memory_ptr_to_t_struct$_InstitutionByCode_$2063_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"16456:113:11"},"nodeType":"YulFunctionCall","src":"16456:141:11"},"nodeType":"YulExpressionStatement","src":"16456:141:11"}]},"name":"abi_encode_tuple_t_struct$_InstitutionByCode_$2063_memory_ptr__to_t_struct$_InstitutionByCode_$2063_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16382:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"16394:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"16405:4:11","type":""}],"src":"16242:362:11"},{"body":{"nodeType":"YulBlock","src":"16710:519:11","statements":[{"body":{"nodeType":"YulBlock","src":"16756:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"16758:77:11"},"nodeType":"YulFunctionCall","src":"16758:79:11"},"nodeType":"YulExpressionStatement","src":"16758:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"16731:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"16740:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"16727:3:11"},"nodeType":"YulFunctionCall","src":"16727:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"16752:2:11","type":"","value":"96"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"16723:3:11"},"nodeType":"YulFunctionCall","src":"16723:32:11"},"nodeType":"YulIf","src":"16720:119:11"},{"nodeType":"YulBlock","src":"16849:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"16864:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"16878:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"16868:6:11","type":""}]},{"nodeType":"YulAssignment","src":"16893:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"16928:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"16939:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"16924:3:11"},"nodeType":"YulFunctionCall","src":"16924:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"16948:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"16903:20:11"},"nodeType":"YulFunctionCall","src":"16903:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"16893:6:11"}]}]},{"nodeType":"YulBlock","src":"16976:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"16991:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"17005:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"16995:6:11","type":""}]},{"nodeType":"YulAssignment","src":"17021:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17056:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"17067:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17052:3:11"},"nodeType":"YulFunctionCall","src":"17052:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"17076:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"17031:20:11"},"nodeType":"YulFunctionCall","src":"17031:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"17021:6:11"}]}]},{"nodeType":"YulBlock","src":"17104:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"17119:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"17133:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"17123:6:11","type":""}]},{"nodeType":"YulAssignment","src":"17149:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"17184:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"17195:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17180:3:11"},"nodeType":"YulFunctionCall","src":"17180:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"17204:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"17159:20:11"},"nodeType":"YulFunctionCall","src":"17159:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"17149:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_addresst_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"16664:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"16675:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"16687:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"16695:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"16703:6:11","type":""}],"src":"16610:619:11"},{"body":{"nodeType":"YulBlock","src":"17277:78:11","statements":[{"body":{"nodeType":"YulBlock","src":"17333:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"17342:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"17345:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"17335:6:11"},"nodeType":"YulFunctionCall","src":"17335:12:11"},"nodeType":"YulExpressionStatement","src":"17335:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17300:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17324:5:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"17307:16:11"},"nodeType":"YulFunctionCall","src":"17307:23:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"17297:2:11"},"nodeType":"YulFunctionCall","src":"17297:34:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"17290:6:11"},"nodeType":"YulFunctionCall","src":"17290:42:11"},"nodeType":"YulIf","src":"17287:62:11"}]},"name":"validator_revert_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"17270:5:11","type":""}],"src":"17235:120:11"},{"body":{"nodeType":"YulBlock","src":"17412:86:11","statements":[{"nodeType":"YulAssignment","src":"17422:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17444:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"17431:12:11"},"nodeType":"YulFunctionCall","src":"17431:20:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"17422:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"17486:5:11"}],"functionName":{"name":"validator_revert_t_uint96","nodeType":"YulIdentifier","src":"17460:25:11"},"nodeType":"YulFunctionCall","src":"17460:32:11"},"nodeType":"YulExpressionStatement","src":"17460:32:11"}]},"name":"abi_decode_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"17390:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"17398:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"17406:5:11","type":""}],"src":"17361:137:11"},{"body":{"nodeType":"YulBlock","src":"17593:28:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"17610:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"17613:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"17603:6:11"},"nodeType":"YulFunctionCall","src":"17603:12:11"},"nodeType":"YulExpressionStatement","src":"17603:12:11"}]},"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulFunctionDefinition","src":"17504:117:11"},{"body":{"nodeType":"YulBlock","src":"17716:478:11","statements":[{"body":{"nodeType":"YulBlock","src":"17765:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d","nodeType":"YulIdentifier","src":"17767:77:11"},"nodeType":"YulFunctionCall","src":"17767:79:11"},"nodeType":"YulExpressionStatement","src":"17767:79:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17744:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"17752:4:11","type":"","value":"0x1f"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"17740:3:11"},"nodeType":"YulFunctionCall","src":"17740:17:11"},{"name":"end","nodeType":"YulIdentifier","src":"17759:3:11"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"17736:3:11"},"nodeType":"YulFunctionCall","src":"17736:27:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"17729:6:11"},"nodeType":"YulFunctionCall","src":"17729:35:11"},"nodeType":"YulIf","src":"17726:122:11"},{"nodeType":"YulAssignment","src":"17857:30:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"17880:6:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"17867:12:11"},"nodeType":"YulFunctionCall","src":"17867:20:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"17857:6:11"}]},{"body":{"nodeType":"YulBlock","src":"17930:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490","nodeType":"YulIdentifier","src":"17932:77:11"},"nodeType":"YulFunctionCall","src":"17932:79:11"},"nodeType":"YulExpressionStatement","src":"17932:79:11"}]},"condition":{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"17902:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"17910:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"17899:2:11"},"nodeType":"YulFunctionCall","src":"17899:30:11"},"nodeType":"YulIf","src":"17896:117:11"},{"nodeType":"YulAssignment","src":"18022:29:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"18038:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"18046:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18034:3:11"},"nodeType":"YulFunctionCall","src":"18034:17:11"},"variableNames":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"18022:8:11"}]},{"body":{"nodeType":"YulBlock","src":"18105:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef","nodeType":"YulIdentifier","src":"18107:77:11"},"nodeType":"YulFunctionCall","src":"18107:79:11"},"nodeType":"YulExpressionStatement","src":"18107:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"arrayPos","nodeType":"YulIdentifier","src":"18070:8:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"18084:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"18092:4:11","type":"","value":"0x01"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"18080:3:11"},"nodeType":"YulFunctionCall","src":"18080:17:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18066:3:11"},"nodeType":"YulFunctionCall","src":"18066:32:11"},{"name":"end","nodeType":"YulIdentifier","src":"18100:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"18063:2:11"},"nodeType":"YulFunctionCall","src":"18063:41:11"},"nodeType":"YulIf","src":"18060:128:11"}]},"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"17683:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"17691:3:11","type":""}],"returnVariables":[{"name":"arrayPos","nodeType":"YulTypedName","src":"17699:8:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"17709:6:11","type":""}],"src":"17641:553:11"},{"body":{"nodeType":"YulBlock","src":"18404:1343:11","statements":[{"body":{"nodeType":"YulBlock","src":"18451:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"18453:77:11"},"nodeType":"YulFunctionCall","src":"18453:79:11"},"nodeType":"YulExpressionStatement","src":"18453:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"18425:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"18434:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"18421:3:11"},"nodeType":"YulFunctionCall","src":"18421:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"18446:3:11","type":"","value":"256"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"18417:3:11"},"nodeType":"YulFunctionCall","src":"18417:33:11"},"nodeType":"YulIf","src":"18414:120:11"},{"nodeType":"YulBlock","src":"18544:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18559:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18573:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18563:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18588:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18623:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"18634:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18619:3:11"},"nodeType":"YulFunctionCall","src":"18619:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18643:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"18598:20:11"},"nodeType":"YulFunctionCall","src":"18598:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"18588:6:11"}]}]},{"nodeType":"YulBlock","src":"18671:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18686:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18700:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18690:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18716:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18751:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"18762:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18747:3:11"},"nodeType":"YulFunctionCall","src":"18747:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18771:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"18726:20:11"},"nodeType":"YulFunctionCall","src":"18726:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"18716:6:11"}]}]},{"nodeType":"YulBlock","src":"18799:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18814:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18828:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18818:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18844:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"18879:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"18890:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"18875:3:11"},"nodeType":"YulFunctionCall","src":"18875:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"18899:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"18854:20:11"},"nodeType":"YulFunctionCall","src":"18854:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"18844:6:11"}]}]},{"nodeType":"YulBlock","src":"18927:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"18942:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"18956:2:11","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"18946:6:11","type":""}]},{"nodeType":"YulAssignment","src":"18972:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19006:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19017:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19002:3:11"},"nodeType":"YulFunctionCall","src":"19002:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19026:7:11"}],"functionName":{"name":"abi_decode_t_uint96","nodeType":"YulIdentifier","src":"18982:19:11"},"nodeType":"YulFunctionCall","src":"18982:52:11"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"18972:6:11"}]}]},{"nodeType":"YulBlock","src":"19054:119:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19069:17:11","value":{"kind":"number","nodeType":"YulLiteral","src":"19083:3:11","type":"","value":"128"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19073:6:11","type":""}]},{"nodeType":"YulAssignment","src":"19100:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19135:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19146:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19131:3:11"},"nodeType":"YulFunctionCall","src":"19131:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19155:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19110:20:11"},"nodeType":"YulFunctionCall","src":"19110:53:11"},"variableNames":[{"name":"value4","nodeType":"YulIdentifier","src":"19100:6:11"}]}]},{"nodeType":"YulBlock","src":"19183:119:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19198:17:11","value":{"kind":"number","nodeType":"YulLiteral","src":"19212:3:11","type":"","value":"160"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19202:6:11","type":""}]},{"nodeType":"YulAssignment","src":"19229:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19264:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19275:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19260:3:11"},"nodeType":"YulFunctionCall","src":"19260:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19284:7:11"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"19239:20:11"},"nodeType":"YulFunctionCall","src":"19239:53:11"},"variableNames":[{"name":"value5","nodeType":"YulIdentifier","src":"19229:6:11"}]}]},{"nodeType":"YulBlock","src":"19312:119:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19327:17:11","value":{"kind":"number","nodeType":"YulLiteral","src":"19341:3:11","type":"","value":"192"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19331:6:11","type":""}]},{"nodeType":"YulAssignment","src":"19358:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19393:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19404:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19389:3:11"},"nodeType":"YulFunctionCall","src":"19389:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19413:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"19368:20:11"},"nodeType":"YulFunctionCall","src":"19368:53:11"},"variableNames":[{"name":"value6","nodeType":"YulIdentifier","src":"19358:6:11"}]}]},{"nodeType":"YulBlock","src":"19441:299:11","statements":[{"nodeType":"YulVariableDeclaration","src":"19456:47:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19487:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"19498:3:11","type":"","value":"224"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19483:3:11"},"nodeType":"YulFunctionCall","src":"19483:19:11"}],"functionName":{"name":"calldataload","nodeType":"YulIdentifier","src":"19470:12:11"},"nodeType":"YulFunctionCall","src":"19470:33:11"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"19460:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"19550:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db","nodeType":"YulIdentifier","src":"19552:77:11"},"nodeType":"YulFunctionCall","src":"19552:79:11"},"nodeType":"YulExpressionStatement","src":"19552:79:11"}]},"condition":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"19522:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"19530:18:11","type":"","value":"0xffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"19519:2:11"},"nodeType":"YulFunctionCall","src":"19519:30:11"},"nodeType":"YulIf","src":"19516:117:11"},{"nodeType":"YulAssignment","src":"19647:83:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19702:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"19713:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19698:3:11"},"nodeType":"YulFunctionCall","src":"19698:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"19722:7:11"}],"functionName":{"name":"abi_decode_t_string_calldata_ptr","nodeType":"YulIdentifier","src":"19665:32:11"},"nodeType":"YulFunctionCall","src":"19665:65:11"},"variableNames":[{"name":"value7","nodeType":"YulIdentifier","src":"19647:6:11"},{"name":"value8","nodeType":"YulIdentifier","src":"19655:6:11"}]}]}]},"name":"abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"18310:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"18321:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"18333:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"18341:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"18349:6:11","type":""},{"name":"value3","nodeType":"YulTypedName","src":"18357:6:11","type":""},{"name":"value4","nodeType":"YulTypedName","src":"18365:6:11","type":""},{"name":"value5","nodeType":"YulTypedName","src":"18373:6:11","type":""},{"name":"value6","nodeType":"YulTypedName","src":"18381:6:11","type":""},{"name":"value7","nodeType":"YulTypedName","src":"18389:6:11","type":""},{"name":"value8","nodeType":"YulTypedName","src":"18397:6:11","type":""}],"src":"18200:1547:11"},{"body":{"nodeType":"YulBlock","src":"19818:53:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"19835:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"19858:5:11"}],"functionName":{"name":"cleanup_t_bytes32","nodeType":"YulIdentifier","src":"19840:17:11"},"nodeType":"YulFunctionCall","src":"19840:24:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"19828:6:11"},"nodeType":"YulFunctionCall","src":"19828:37:11"},"nodeType":"YulExpressionStatement","src":"19828:37:11"}]},"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"19806:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"19813:3:11","type":""}],"src":"19753:118:11"},{"body":{"nodeType":"YulBlock","src":"19975:124:11","statements":[{"nodeType":"YulAssignment","src":"19985:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"19997:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"20008:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"19993:3:11"},"nodeType":"YulFunctionCall","src":"19993:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"19985:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"20065:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20078:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"20089:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20074:3:11"},"nodeType":"YulFunctionCall","src":"20074:17:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"20021:43:11"},"nodeType":"YulFunctionCall","src":"20021:71:11"},"nodeType":"YulExpressionStatement","src":"20021:71:11"}]},"name":"abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"19947:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"19959:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"19970:4:11","type":""}],"src":"19877:222:11"},{"body":{"nodeType":"YulBlock","src":"20221:647:11","statements":[{"body":{"nodeType":"YulBlock","src":"20268:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"20270:77:11"},"nodeType":"YulFunctionCall","src":"20270:79:11"},"nodeType":"YulExpressionStatement","src":"20270:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"20242:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"20251:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"20238:3:11"},"nodeType":"YulFunctionCall","src":"20238:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"20263:3:11","type":"","value":"128"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"20234:3:11"},"nodeType":"YulFunctionCall","src":"20234:33:11"},"nodeType":"YulIf","src":"20231:120:11"},{"nodeType":"YulBlock","src":"20361:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20376:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20390:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20380:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20405:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20440:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20451:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20436:3:11"},"nodeType":"YulFunctionCall","src":"20436:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20460:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"20415:20:11"},"nodeType":"YulFunctionCall","src":"20415:53:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"20405:6:11"}]}]},{"nodeType":"YulBlock","src":"20488:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20503:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20517:2:11","type":"","value":"32"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20507:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20533:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20568:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20579:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20564:3:11"},"nodeType":"YulFunctionCall","src":"20564:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20588:7:11"}],"functionName":{"name":"abi_decode_t_bytes32","nodeType":"YulIdentifier","src":"20543:20:11"},"nodeType":"YulFunctionCall","src":"20543:53:11"},"variableNames":[{"name":"value1","nodeType":"YulIdentifier","src":"20533:6:11"}]}]},{"nodeType":"YulBlock","src":"20616:118:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20631:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20645:2:11","type":"","value":"64"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20635:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20661:63:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20696:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20707:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20692:3:11"},"nodeType":"YulFunctionCall","src":"20692:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20716:7:11"}],"functionName":{"name":"abi_decode_t_address","nodeType":"YulIdentifier","src":"20671:20:11"},"nodeType":"YulFunctionCall","src":"20671:53:11"},"variableNames":[{"name":"value2","nodeType":"YulIdentifier","src":"20661:6:11"}]}]},{"nodeType":"YulBlock","src":"20744:117:11","statements":[{"nodeType":"YulVariableDeclaration","src":"20759:16:11","value":{"kind":"number","nodeType":"YulLiteral","src":"20773:2:11","type":"","value":"96"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"20763:6:11","type":""}]},{"nodeType":"YulAssignment","src":"20789:62:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"20823:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"20834:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"20819:3:11"},"nodeType":"YulFunctionCall","src":"20819:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"20843:7:11"}],"functionName":{"name":"abi_decode_t_uint64","nodeType":"YulIdentifier","src":"20799:19:11"},"nodeType":"YulFunctionCall","src":"20799:52:11"},"variableNames":[{"name":"value3","nodeType":"YulIdentifier","src":"20789:6:11"}]}]}]},"name":"abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"20167:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"20178:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"20190:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"20198:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"20206:6:11","type":""},{"name":"value3","nodeType":"YulTypedName","src":"20214:6:11","type":""}],"src":"20105:763:11"},{"body":{"nodeType":"YulBlock","src":"20902:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"20919:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"20922:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"20912:6:11"},"nodeType":"YulFunctionCall","src":"20912:88:11"},"nodeType":"YulExpressionStatement","src":"20912:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21016:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"21019:4:11","type":"","value":"0x32"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21009:6:11"},"nodeType":"YulFunctionCall","src":"21009:15:11"},"nodeType":"YulExpressionStatement","src":"21009:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21040:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"21043:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"21033:6:11"},"nodeType":"YulFunctionCall","src":"21033:15:11"},"nodeType":"YulExpressionStatement","src":"21033:15:11"}]},"name":"panic_error_0x32","nodeType":"YulFunctionDefinition","src":"20874:180:11"},{"body":{"nodeType":"YulBlock","src":"21157:40:11","statements":[{"nodeType":"YulAssignment","src":"21168:22:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"21184:5:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"21178:5:11"},"nodeType":"YulFunctionCall","src":"21178:12:11"},"variableNames":[{"name":"length","nodeType":"YulIdentifier","src":"21168:6:11"}]}]},"name":"array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21140:5:11","type":""}],"returnVariables":[{"name":"length","nodeType":"YulTypedName","src":"21150:6:11","type":""}],"src":"21060:137:11"},{"body":{"nodeType":"YulBlock","src":"21298:87:11","statements":[{"nodeType":"YulAssignment","src":"21308:11:11","value":{"name":"ptr","nodeType":"YulIdentifier","src":"21316:3:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"21308:4:11"}]},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21336:1:11","type":"","value":"0"},{"name":"ptr","nodeType":"YulIdentifier","src":"21339:3:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"21329:6:11"},"nodeType":"YulFunctionCall","src":"21329:14:11"},"nodeType":"YulExpressionStatement","src":"21329:14:11"},{"nodeType":"YulAssignment","src":"21352:26:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21370:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"21373:4:11","type":"","value":"0x20"}],"functionName":{"name":"keccak256","nodeType":"YulIdentifier","src":"21360:9:11"},"nodeType":"YulFunctionCall","src":"21360:18:11"},"variableNames":[{"name":"data","nodeType":"YulIdentifier","src":"21352:4:11"}]}]},"name":"array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"21285:3:11","type":""}],"returnVariables":[{"name":"data","nodeType":"YulTypedName","src":"21293:4:11","type":""}],"src":"21203:182:11"},{"body":{"nodeType":"YulBlock","src":"21442:51:11","statements":[{"nodeType":"YulAssignment","src":"21452:34:11","value":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"21477:1:11","type":"","value":"0"},{"name":"value","nodeType":"YulIdentifier","src":"21480:5:11"}],"functionName":{"name":"shr","nodeType":"YulIdentifier","src":"21473:3:11"},"nodeType":"YulFunctionCall","src":"21473:13:11"},"variableNames":[{"name":"newValue","nodeType":"YulIdentifier","src":"21452:8:11"}]}]},"name":"shift_right_0_unsigned","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21423:5:11","type":""}],"returnVariables":[{"name":"newValue","nodeType":"YulTypedName","src":"21433:8:11","type":""}],"src":"21391:102:11"},{"body":{"nodeType":"YulBlock","src":"21557:32:11","statements":[{"nodeType":"YulAssignment","src":"21567:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"21578:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"21567:7:11"}]}]},"name":"cleanup_from_storage_t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21539:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"21549:7:11","type":""}],"src":"21499:90:11"},{"body":{"nodeType":"YulBlock","src":"21670:91:11","statements":[{"nodeType":"YulAssignment","src":"21680:75:11","value":{"arguments":[{"arguments":[{"name":"slot_value","nodeType":"YulIdentifier","src":"21743:10:11"}],"functionName":{"name":"shift_right_0_unsigned","nodeType":"YulIdentifier","src":"21720:22:11"},"nodeType":"YulFunctionCall","src":"21720:34:11"}],"functionName":{"name":"cleanup_from_storage_t_bytes32","nodeType":"YulIdentifier","src":"21689:30:11"},"nodeType":"YulFunctionCall","src":"21689:66:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"21680:5:11"}]}]},"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulFunctionDefinition","parameters":[{"name":"slot_value","nodeType":"YulTypedName","src":"21649:10:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"21664:5:11","type":""}],"src":"21595:166:11"},{"body":{"nodeType":"YulBlock","src":"21954:578:11","statements":[{"nodeType":"YulVariableDeclaration","src":"21964:26:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"21980:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"21985:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"21976:3:11"},"nodeType":"YulFunctionCall","src":"21976:14:11"},"variables":[{"name":"tail","nodeType":"YulTypedName","src":"21968:4:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"21999:18:11","value":{"kind":"number","nodeType":"YulLiteral","src":"22016:1:11","type":"","value":"0"},"variables":[{"name":"slotValue","nodeType":"YulTypedName","src":"22003:9:11","type":""}]},{"nodeType":"YulBlock","src":"22027:244:11","statements":[{"nodeType":"YulAssignment","src":"22061:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"22084:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"22091:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22080:3:11"},"nodeType":"YulFunctionCall","src":"22080:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"22074:5:11"},"nodeType":"YulFunctionCall","src":"22074:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22061:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"22110:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22175:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"22130:44:11"},"nodeType":"YulFunctionCall","src":"22130:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"22114:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"22232:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22250:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22255:4:11","type":"","value":"0x00"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22246:3:11"},"nodeType":"YulFunctionCall","src":"22246:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"22198:33:11"},"nodeType":"YulFunctionCall","src":"22198:63:11"},"nodeType":"YulExpressionStatement","src":"22198:63:11"}]},{"nodeType":"YulBlock","src":"22281:244:11","statements":[{"nodeType":"YulAssignment","src":"22315:36:11","value":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"22338:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"22345:4:11","type":"","value":"0x01"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22334:3:11"},"nodeType":"YulFunctionCall","src":"22334:16:11"}],"functionName":{"name":"sload","nodeType":"YulIdentifier","src":"22328:5:11"},"nodeType":"YulFunctionCall","src":"22328:23:11"},"variableNames":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22315:9:11"}]},{"nodeType":"YulVariableDeclaration","src":"22364:75:11","value":{"arguments":[{"name":"slotValue","nodeType":"YulIdentifier","src":"22429:9:11"}],"functionName":{"name":"extract_from_storage_value_offset_0t_bytes32","nodeType":"YulIdentifier","src":"22384:44:11"},"nodeType":"YulFunctionCall","src":"22384:55:11"},"variables":[{"name":"memberValue0","nodeType":"YulTypedName","src":"22368:12:11","type":""}]},{"expression":{"arguments":[{"name":"memberValue0","nodeType":"YulIdentifier","src":"22486:12:11"},{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22504:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22509:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22500:3:11"},"nodeType":"YulFunctionCall","src":"22500:14:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32","nodeType":"YulIdentifier","src":"22452:33:11"},"nodeType":"YulFunctionCall","src":"22452:63:11"},"nodeType":"YulExpressionStatement","src":"22452:63:11"}]}]},"name":"abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"21941:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"21948:3:11","type":""}],"src":"21843:689:11"},{"body":{"nodeType":"YulBlock","src":"22673:154:11","statements":[{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"22772:6:11"},{"name":"pos","nodeType":"YulIdentifier","src":"22780:3:11"}],"functionName":{"name":"abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulIdentifier","src":"22683:88:11"},"nodeType":"YulFunctionCall","src":"22683:101:11"},"nodeType":"YulExpressionStatement","src":"22683:101:11"},{"nodeType":"YulAssignment","src":"22793:28:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"22811:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22816:4:11","type":"","value":"0x40"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22807:3:11"},"nodeType":"YulFunctionCall","src":"22807:14:11"},"variableNames":[{"name":"updatedPos","nodeType":"YulIdentifier","src":"22793:10:11"}]}]},"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulFunctionDefinition","parameters":[{"name":"value0","nodeType":"YulTypedName","src":"22646:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"22654:3:11","type":""}],"returnVariables":[{"name":"updatedPos","nodeType":"YulTypedName","src":"22662:10:11","type":""}],"src":"22538:289:11"},{"body":{"nodeType":"YulBlock","src":"22931:38:11","statements":[{"nodeType":"YulAssignment","src":"22941:22:11","value":{"arguments":[{"name":"ptr","nodeType":"YulIdentifier","src":"22953:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"22958:4:11","type":"","value":"0x02"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"22949:3:11"},"nodeType":"YulFunctionCall","src":"22949:14:11"},"variableNames":[{"name":"next","nodeType":"YulIdentifier","src":"22941:4:11"}]}]},"name":"array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulFunctionDefinition","parameters":[{"name":"ptr","nodeType":"YulTypedName","src":"22918:3:11","type":""}],"returnVariables":[{"name":"next","nodeType":"YulTypedName","src":"22926:4:11","type":""}],"src":"22833:136:11"},{"body":{"nodeType":"YulBlock","src":"23231:754:11","statements":[{"nodeType":"YulVariableDeclaration","src":"23241:91:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"23326:5:11"}],"functionName":{"name":"array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23255:70:11"},"nodeType":"YulFunctionCall","src":"23255:77:11"},"variables":[{"name":"length","nodeType":"YulTypedName","src":"23245:6:11","type":""}]},{"nodeType":"YulAssignment","src":"23341:122:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"23451:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"23456:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"23348:102:11"},"nodeType":"YulFunctionCall","src":"23348:115:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"23341:3:11"}]},{"nodeType":"YulVariableDeclaration","src":"23472:94:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"23560:5:11"}],"functionName":{"name":"array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23487:72:11"},"nodeType":"YulFunctionCall","src":"23487:79:11"},"variables":[{"name":"baseRef","nodeType":"YulTypedName","src":"23476:7:11","type":""}]},{"nodeType":"YulVariableDeclaration","src":"23575:21:11","value":{"name":"baseRef","nodeType":"YulIdentifier","src":"23589:7:11"},"variables":[{"name":"srcPtr","nodeType":"YulTypedName","src":"23579:6:11","type":""}]},{"body":{"nodeType":"YulBlock","src":"23665:295:11","statements":[{"nodeType":"YulVariableDeclaration","src":"23679:27:11","value":{"name":"srcPtr","nodeType":"YulIdentifier","src":"23700:6:11"},"variables":[{"name":"elementValue0","nodeType":"YulTypedName","src":"23683:13:11","type":""}]},{"nodeType":"YulAssignment","src":"23719:125:11","value":{"arguments":[{"name":"elementValue0","nodeType":"YulIdentifier","src":"23825:13:11"},{"name":"pos","nodeType":"YulIdentifier","src":"23840:3:11"}],"functionName":{"name":"abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr","nodeType":"YulIdentifier","src":"23726:98:11"},"nodeType":"YulFunctionCall","src":"23726:118:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"23719:3:11"}]},{"nodeType":"YulAssignment","src":"23857:93:11","value":{"arguments":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"23943:6:11"}],"functionName":{"name":"array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage","nodeType":"YulIdentifier","src":"23867:75:11"},"nodeType":"YulFunctionCall","src":"23867:83:11"},"variableNames":[{"name":"srcPtr","nodeType":"YulIdentifier","src":"23857:6:11"}]}]},"condition":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"23627:1:11"},{"name":"length","nodeType":"YulIdentifier","src":"23630:6:11"}],"functionName":{"name":"lt","nodeType":"YulIdentifier","src":"23624:2:11"},"nodeType":"YulFunctionCall","src":"23624:13:11"},"nodeType":"YulForLoop","post":{"nodeType":"YulBlock","src":"23638:18:11","statements":[{"nodeType":"YulAssignment","src":"23640:14:11","value":{"arguments":[{"name":"i","nodeType":"YulIdentifier","src":"23649:1:11"},{"kind":"number","nodeType":"YulLiteral","src":"23652:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"23645:3:11"},"nodeType":"YulFunctionCall","src":"23645:9:11"},"variableNames":[{"name":"i","nodeType":"YulIdentifier","src":"23640:1:11"}]}]},"pre":{"nodeType":"YulBlock","src":"23609:14:11","statements":[{"nodeType":"YulVariableDeclaration","src":"23611:10:11","value":{"kind":"number","nodeType":"YulLiteral","src":"23620:1:11","type":"","value":"0"},"variables":[{"name":"i","nodeType":"YulTypedName","src":"23615:1:11","type":""}]}]},"src":"23605:355:11"},{"nodeType":"YulAssignment","src":"23969:10:11","value":{"name":"pos","nodeType":"YulIdentifier","src":"23976:3:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"23969:3:11"}]}]},"name":"abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"23210:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"23217:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"23226:3:11","type":""}],"src":"23055:930:11"},{"body":{"nodeType":"YulBlock","src":"24191:277:11","statements":[{"nodeType":"YulAssignment","src":"24201:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24213:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"24224:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24209:3:11"},"nodeType":"YulFunctionCall","src":"24209:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24201:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"24248:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"24259:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24244:3:11"},"nodeType":"YulFunctionCall","src":"24244:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"24267:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"24273:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"24263:3:11"},"nodeType":"YulFunctionCall","src":"24263:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24237:6:11"},"nodeType":"YulFunctionCall","src":"24237:47:11"},"nodeType":"YulExpressionStatement","src":"24237:47:11"},{"nodeType":"YulAssignment","src":"24293:168:11","value":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"24447:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"24456:4:11"}],"functionName":{"name":"abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24301:145:11"},"nodeType":"YulFunctionCall","src":"24301:160:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"24293:4:11"}]}]},"name":"abi_encode_tuple_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"24163:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"24175:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"24186:4:11","type":""}],"src":"23991:477:11"},{"body":{"nodeType":"YulBlock","src":"24570:73:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24587:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"24592:6:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24580:6:11"},"nodeType":"YulFunctionCall","src":"24580:19:11"},"nodeType":"YulExpressionStatement","src":"24580:19:11"},{"nodeType":"YulAssignment","src":"24608:29:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"24627:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"24632:4:11","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24623:3:11"},"nodeType":"YulFunctionCall","src":"24623:14:11"},"variableNames":[{"name":"updated_pos","nodeType":"YulIdentifier","src":"24608:11:11"}]}]},"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24542:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"24547:6:11","type":""}],"returnVariables":[{"name":"updated_pos","nodeType":"YulTypedName","src":"24558:11:11","type":""}],"src":"24474:169:11"},{"body":{"nodeType":"YulBlock","src":"24755:65:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"24777:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"24785:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"24773:3:11"},"nodeType":"YulFunctionCall","src":"24773:14:11"},{"hexValue":"476174657761793a207a65726f2061646472657373","kind":"string","nodeType":"YulLiteral","src":"24789:23:11","type":"","value":"Gateway: zero address"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"24766:6:11"},"nodeType":"YulFunctionCall","src":"24766:47:11"},"nodeType":"YulExpressionStatement","src":"24766:47:11"}]},"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"24747:6:11","type":""}],"src":"24649:171:11"},{"body":{"nodeType":"YulBlock","src":"24972:220:11","statements":[{"nodeType":"YulAssignment","src":"24982:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25048:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"25053:2:11","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"24989:58:11"},"nodeType":"YulFunctionCall","src":"24989:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"24982:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25154:3:11"}],"functionName":{"name":"store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf","nodeType":"YulIdentifier","src":"25065:88:11"},"nodeType":"YulFunctionCall","src":"25065:93:11"},"nodeType":"YulExpressionStatement","src":"25065:93:11"},{"nodeType":"YulAssignment","src":"25167:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"25178:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"25183:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25174:3:11"},"nodeType":"YulFunctionCall","src":"25174:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"25167:3:11"}]}]},"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"24960:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"24968:3:11","type":""}],"src":"24826:366:11"},{"body":{"nodeType":"YulBlock","src":"25369:248:11","statements":[{"nodeType":"YulAssignment","src":"25379:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25391:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"25402:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25387:3:11"},"nodeType":"YulFunctionCall","src":"25387:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25379:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"25426:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"25437:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25422:3:11"},"nodeType":"YulFunctionCall","src":"25422:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25445:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"25451:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"25441:3:11"},"nodeType":"YulFunctionCall","src":"25441:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25415:6:11"},"nodeType":"YulFunctionCall","src":"25415:47:11"},"nodeType":"YulExpressionStatement","src":"25415:47:11"},{"nodeType":"YulAssignment","src":"25471:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"25605:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"25479:124:11"},"nodeType":"YulFunctionCall","src":"25479:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"25471:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"25349:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"25364:4:11","type":""}],"src":"25198:419:11"},{"body":{"nodeType":"YulBlock","src":"25729:118:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"25751:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"25759:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25747:3:11"},"nodeType":"YulFunctionCall","src":"25747:14:11"},{"hexValue":"476174657761793a207472656173757279206164647265737320616c72656164","kind":"string","nodeType":"YulLiteral","src":"25763:34:11","type":"","value":"Gateway: treasury address alread"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25740:6:11"},"nodeType":"YulFunctionCall","src":"25740:58:11"},"nodeType":"YulExpressionStatement","src":"25740:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"25819:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"25827:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"25815:3:11"},"nodeType":"YulFunctionCall","src":"25815:15:11"},{"hexValue":"7920736574","kind":"string","nodeType":"YulLiteral","src":"25832:7:11","type":"","value":"y set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"25808:6:11"},"nodeType":"YulFunctionCall","src":"25808:32:11"},"nodeType":"YulExpressionStatement","src":"25808:32:11"}]},"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"25721:6:11","type":""}],"src":"25623:224:11"},{"body":{"nodeType":"YulBlock","src":"25999:220:11","statements":[{"nodeType":"YulAssignment","src":"26009:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26075:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"26080:2:11","type":"","value":"37"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"26016:58:11"},"nodeType":"YulFunctionCall","src":"26016:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"26009:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26181:3:11"}],"functionName":{"name":"store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead","nodeType":"YulIdentifier","src":"26092:88:11"},"nodeType":"YulFunctionCall","src":"26092:93:11"},"nodeType":"YulExpressionStatement","src":"26092:93:11"},{"nodeType":"YulAssignment","src":"26194:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"26205:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"26210:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26201:3:11"},"nodeType":"YulFunctionCall","src":"26201:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"26194:3:11"}]}]},"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"25987:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"25995:3:11","type":""}],"src":"25853:366:11"},{"body":{"nodeType":"YulBlock","src":"26396:248:11","statements":[{"nodeType":"YulAssignment","src":"26406:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26418:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"26429:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26414:3:11"},"nodeType":"YulFunctionCall","src":"26414:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"26406:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"26453:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"26464:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26449:3:11"},"nodeType":"YulFunctionCall","src":"26449:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"26472:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"26478:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"26468:3:11"},"nodeType":"YulFunctionCall","src":"26468:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26442:6:11"},"nodeType":"YulFunctionCall","src":"26442:47:11"},"nodeType":"YulExpressionStatement","src":"26442:47:11"},{"nodeType":"YulAssignment","src":"26498:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"26632:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"26506:124:11"},"nodeType":"YulFunctionCall","src":"26506:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"26498:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"26376:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"26391:4:11","type":""}],"src":"26225:419:11"},{"body":{"nodeType":"YulBlock","src":"26756:120:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"26778:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"26786:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26774:3:11"},"nodeType":"YulFunctionCall","src":"26774:14:11"},{"hexValue":"476174657761793a2061676772656761746f72206164647265737320616c7265","kind":"string","nodeType":"YulLiteral","src":"26790:34:11","type":"","value":"Gateway: aggregator address alre"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26767:6:11"},"nodeType":"YulFunctionCall","src":"26767:58:11"},"nodeType":"YulExpressionStatement","src":"26767:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"26846:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"26854:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"26842:3:11"},"nodeType":"YulFunctionCall","src":"26842:15:11"},{"hexValue":"61647920736574","kind":"string","nodeType":"YulLiteral","src":"26859:9:11","type":"","value":"ady set"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"26835:6:11"},"nodeType":"YulFunctionCall","src":"26835:34:11"},"nodeType":"YulExpressionStatement","src":"26835:34:11"}]},"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"26748:6:11","type":""}],"src":"26650:226:11"},{"body":{"nodeType":"YulBlock","src":"27028:220:11","statements":[{"nodeType":"YulAssignment","src":"27038:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27104:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"27109:2:11","type":"","value":"39"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"27045:58:11"},"nodeType":"YulFunctionCall","src":"27045:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"27038:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27210:3:11"}],"functionName":{"name":"store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4","nodeType":"YulIdentifier","src":"27121:88:11"},"nodeType":"YulFunctionCall","src":"27121:93:11"},"nodeType":"YulExpressionStatement","src":"27121:93:11"},{"nodeType":"YulAssignment","src":"27223:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"27234:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"27239:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27230:3:11"},"nodeType":"YulFunctionCall","src":"27230:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"27223:3:11"}]}]},"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"27016:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"27024:3:11","type":""}],"src":"26882:366:11"},{"body":{"nodeType":"YulBlock","src":"27425:248:11","statements":[{"nodeType":"YulAssignment","src":"27435:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27447:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27458:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27443:3:11"},"nodeType":"YulFunctionCall","src":"27443:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27435:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27482:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27493:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27478:3:11"},"nodeType":"YulFunctionCall","src":"27478:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"27501:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"27507:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"27497:3:11"},"nodeType":"YulFunctionCall","src":"27497:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"27471:6:11"},"nodeType":"YulFunctionCall","src":"27471:47:11"},"nodeType":"YulExpressionStatement","src":"27471:47:11"},{"nodeType":"YulAssignment","src":"27527:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"27661:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"27535:124:11"},"nodeType":"YulFunctionCall","src":"27535:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27527:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"27405:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"27420:4:11","type":""}],"src":"27254:419:11"},{"body":{"nodeType":"YulBlock","src":"27775:122:11","statements":[{"nodeType":"YulAssignment","src":"27785:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27797:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27808:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27793:3:11"},"nodeType":"YulFunctionCall","src":"27793:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"27785:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"27863:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"27876:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"27887:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"27872:3:11"},"nodeType":"YulFunctionCall","src":"27872:17:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint64_fromStack","nodeType":"YulIdentifier","src":"27821:41:11"},"nodeType":"YulFunctionCall","src":"27821:69:11"},"nodeType":"YulExpressionStatement","src":"27821:69:11"}]},"name":"abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"27747:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"27759:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"27770:4:11","type":""}],"src":"27679:218:11"},{"body":{"nodeType":"YulBlock","src":"28009:58:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"28031:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"28039:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28027:3:11"},"nodeType":"YulFunctionCall","src":"28027:14:11"},{"hexValue":"4f6e6c7941676772656761746f72","kind":"string","nodeType":"YulLiteral","src":"28043:16:11","type":"","value":"OnlyAggregator"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28020:6:11"},"nodeType":"YulFunctionCall","src":"28020:40:11"},"nodeType":"YulExpressionStatement","src":"28020:40:11"}]},"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"28001:6:11","type":""}],"src":"27903:164:11"},{"body":{"nodeType":"YulBlock","src":"28219:220:11","statements":[{"nodeType":"YulAssignment","src":"28229:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28295:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"28300:2:11","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28236:58:11"},"nodeType":"YulFunctionCall","src":"28236:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"28229:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28401:3:11"}],"functionName":{"name":"store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243","nodeType":"YulIdentifier","src":"28312:88:11"},"nodeType":"YulFunctionCall","src":"28312:93:11"},"nodeType":"YulExpressionStatement","src":"28312:93:11"},{"nodeType":"YulAssignment","src":"28414:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"28425:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"28430:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28421:3:11"},"nodeType":"YulFunctionCall","src":"28421:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"28414:3:11"}]}]},"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"28207:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"28215:3:11","type":""}],"src":"28073:366:11"},{"body":{"nodeType":"YulBlock","src":"28616:248:11","statements":[{"nodeType":"YulAssignment","src":"28626:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28638:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"28649:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28634:3:11"},"nodeType":"YulFunctionCall","src":"28634:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28626:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"28673:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"28684:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28669:3:11"},"nodeType":"YulFunctionCall","src":"28669:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"28692:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"28698:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"28688:3:11"},"nodeType":"YulFunctionCall","src":"28688:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28662:6:11"},"nodeType":"YulFunctionCall","src":"28662:47:11"},"nodeType":"YulExpressionStatement","src":"28662:47:11"},{"nodeType":"YulAssignment","src":"28718:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"28852:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"28726:124:11"},"nodeType":"YulFunctionCall","src":"28726:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"28718:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"28596:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"28611:4:11","type":""}],"src":"28445:419:11"},{"body":{"nodeType":"YulBlock","src":"28976:58:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"28998:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"29006:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"28994:3:11"},"nodeType":"YulFunctionCall","src":"28994:14:11"},{"hexValue":"4f7264657246756c66696c6c6564","kind":"string","nodeType":"YulLiteral","src":"29010:16:11","type":"","value":"OrderFulfilled"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"28987:6:11"},"nodeType":"YulFunctionCall","src":"28987:40:11"},"nodeType":"YulExpressionStatement","src":"28987:40:11"}]},"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"28968:6:11","type":""}],"src":"28870:164:11"},{"body":{"nodeType":"YulBlock","src":"29186:220:11","statements":[{"nodeType":"YulAssignment","src":"29196:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29262:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"29267:2:11","type":"","value":"14"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29203:58:11"},"nodeType":"YulFunctionCall","src":"29203:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"29196:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29368:3:11"}],"functionName":{"name":"store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5","nodeType":"YulIdentifier","src":"29279:88:11"},"nodeType":"YulFunctionCall","src":"29279:93:11"},"nodeType":"YulExpressionStatement","src":"29279:93:11"},{"nodeType":"YulAssignment","src":"29381:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"29392:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"29397:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29388:3:11"},"nodeType":"YulFunctionCall","src":"29388:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"29381:3:11"}]}]},"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"29174:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"29182:3:11","type":""}],"src":"29040:366:11"},{"body":{"nodeType":"YulBlock","src":"29583:248:11","statements":[{"nodeType":"YulAssignment","src":"29593:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29605:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"29616:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29601:3:11"},"nodeType":"YulFunctionCall","src":"29601:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29593:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"29640:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"29651:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29636:3:11"},"nodeType":"YulFunctionCall","src":"29636:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"29659:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"29665:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"29655:3:11"},"nodeType":"YulFunctionCall","src":"29655:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29629:6:11"},"nodeType":"YulFunctionCall","src":"29629:47:11"},"nodeType":"YulExpressionStatement","src":"29629:47:11"},{"nodeType":"YulAssignment","src":"29685:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"29819:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"29693:124:11"},"nodeType":"YulFunctionCall","src":"29693:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"29685:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"29563:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"29578:4:11","type":""}],"src":"29412:419:11"},{"body":{"nodeType":"YulBlock","src":"29943:57:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"29965:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"29973:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"29961:3:11"},"nodeType":"YulFunctionCall","src":"29961:14:11"},{"hexValue":"4f72646572526566756e646564","kind":"string","nodeType":"YulLiteral","src":"29977:15:11","type":"","value":"OrderRefunded"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"29954:6:11"},"nodeType":"YulFunctionCall","src":"29954:39:11"},"nodeType":"YulExpressionStatement","src":"29954:39:11"}]},"name":"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"29935:6:11","type":""}],"src":"29837:163:11"},{"body":{"nodeType":"YulBlock","src":"30152:220:11","statements":[{"nodeType":"YulAssignment","src":"30162:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30228:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"30233:2:11","type":"","value":"13"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30169:58:11"},"nodeType":"YulFunctionCall","src":"30169:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"30162:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30334:3:11"}],"functionName":{"name":"store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd","nodeType":"YulIdentifier","src":"30245:88:11"},"nodeType":"YulFunctionCall","src":"30245:93:11"},"nodeType":"YulExpressionStatement","src":"30245:93:11"},{"nodeType":"YulAssignment","src":"30347:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"30358:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"30363:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30354:3:11"},"nodeType":"YulFunctionCall","src":"30354:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"30347:3:11"}]}]},"name":"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"30140:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"30148:3:11","type":""}],"src":"30006:366:11"},{"body":{"nodeType":"YulBlock","src":"30549:248:11","statements":[{"nodeType":"YulAssignment","src":"30559:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30571:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"30582:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30567:3:11"},"nodeType":"YulFunctionCall","src":"30567:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30559:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"30606:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"30617:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30602:3:11"},"nodeType":"YulFunctionCall","src":"30602:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30625:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"30631:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"30621:3:11"},"nodeType":"YulFunctionCall","src":"30621:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30595:6:11"},"nodeType":"YulFunctionCall","src":"30595:47:11"},"nodeType":"YulExpressionStatement","src":"30595:47:11"},{"nodeType":"YulAssignment","src":"30651:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"30785:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"30659:124:11"},"nodeType":"YulFunctionCall","src":"30659:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"30651:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"30529:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"30544:4:11","type":""}],"src":"30378:419:11"},{"body":{"nodeType":"YulBlock","src":"30909:65:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"30931:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"30939:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"30927:3:11"},"nodeType":"YulFunctionCall","src":"30927:14:11"},{"hexValue":"4665654578636565647350726f746f636f6c466565","kind":"string","nodeType":"YulLiteral","src":"30943:23:11","type":"","value":"FeeExceedsProtocolFee"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"30920:6:11"},"nodeType":"YulFunctionCall","src":"30920:47:11"},"nodeType":"YulExpressionStatement","src":"30920:47:11"}]},"name":"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"30901:6:11","type":""}],"src":"30803:171:11"},{"body":{"nodeType":"YulBlock","src":"31126:220:11","statements":[{"nodeType":"YulAssignment","src":"31136:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31202:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"31207:2:11","type":"","value":"21"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"31143:58:11"},"nodeType":"YulFunctionCall","src":"31143:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"31136:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31308:3:11"}],"functionName":{"name":"store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de","nodeType":"YulIdentifier","src":"31219:88:11"},"nodeType":"YulFunctionCall","src":"31219:93:11"},"nodeType":"YulExpressionStatement","src":"31219:93:11"},{"nodeType":"YulAssignment","src":"31321:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"31332:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"31337:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31328:3:11"},"nodeType":"YulFunctionCall","src":"31328:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"31321:3:11"}]}]},"name":"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"31114:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"31122:3:11","type":""}],"src":"30980:366:11"},{"body":{"nodeType":"YulBlock","src":"31523:248:11","statements":[{"nodeType":"YulAssignment","src":"31533:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31545:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"31556:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31541:3:11"},"nodeType":"YulFunctionCall","src":"31541:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31533:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31580:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"31591:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31576:3:11"},"nodeType":"YulFunctionCall","src":"31576:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31599:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"31605:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"31595:3:11"},"nodeType":"YulFunctionCall","src":"31595:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"31569:6:11"},"nodeType":"YulFunctionCall","src":"31569:47:11"},"nodeType":"YulExpressionStatement","src":"31569:47:11"},{"nodeType":"YulAssignment","src":"31625:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"31759:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"31633:124:11"},"nodeType":"YulFunctionCall","src":"31633:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31625:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"31503:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"31518:4:11","type":""}],"src":"31352:419:11"},{"body":{"nodeType":"YulBlock","src":"31903:206:11","statements":[{"nodeType":"YulAssignment","src":"31913:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"31925:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"31936:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"31921:3:11"},"nodeType":"YulFunctionCall","src":"31921:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"31913:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"31993:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32006:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"32017:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32002:3:11"},"nodeType":"YulFunctionCall","src":"32002:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"31949:43:11"},"nodeType":"YulFunctionCall","src":"31949:71:11"},"nodeType":"YulExpressionStatement","src":"31949:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"32074:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32087:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"32098:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32083:3:11"},"nodeType":"YulFunctionCall","src":"32083:18:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"32030:43:11"},"nodeType":"YulFunctionCall","src":"32030:72:11"},"nodeType":"YulExpressionStatement","src":"32030:72:11"}]},"name":"abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"31867:9:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"31879:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"31887:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"31898:4:11","type":""}],"src":"31777:332:11"},{"body":{"nodeType":"YulBlock","src":"32155:76:11","statements":[{"body":{"nodeType":"YulBlock","src":"32209:16:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32218:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32221:1:11","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"32211:6:11"},"nodeType":"YulFunctionCall","src":"32211:12:11"},"nodeType":"YulExpressionStatement","src":"32211:12:11"}]},"condition":{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32178:5:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32200:5:11"}],"functionName":{"name":"cleanup_t_bool","nodeType":"YulIdentifier","src":"32185:14:11"},"nodeType":"YulFunctionCall","src":"32185:21:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"32175:2:11"},"nodeType":"YulFunctionCall","src":"32175:32:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"32168:6:11"},"nodeType":"YulFunctionCall","src":"32168:40:11"},"nodeType":"YulIf","src":"32165:60:11"}]},"name":"validator_revert_t_bool","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"32148:5:11","type":""}],"src":"32115:116:11"},{"body":{"nodeType":"YulBlock","src":"32297:77:11","statements":[{"nodeType":"YulAssignment","src":"32307:22:11","value":{"arguments":[{"name":"offset","nodeType":"YulIdentifier","src":"32322:6:11"}],"functionName":{"name":"mload","nodeType":"YulIdentifier","src":"32316:5:11"},"nodeType":"YulFunctionCall","src":"32316:13:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"32307:5:11"}]},{"expression":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"32362:5:11"}],"functionName":{"name":"validator_revert_t_bool","nodeType":"YulIdentifier","src":"32338:23:11"},"nodeType":"YulFunctionCall","src":"32338:30:11"},"nodeType":"YulExpressionStatement","src":"32338:30:11"}]},"name":"abi_decode_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"offset","nodeType":"YulTypedName","src":"32275:6:11","type":""},{"name":"end","nodeType":"YulTypedName","src":"32283:3:11","type":""}],"returnVariables":[{"name":"value","nodeType":"YulTypedName","src":"32291:5:11","type":""}],"src":"32237:137:11"},{"body":{"nodeType":"YulBlock","src":"32454:271:11","statements":[{"body":{"nodeType":"YulBlock","src":"32500:83:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b","nodeType":"YulIdentifier","src":"32502:77:11"},"nodeType":"YulFunctionCall","src":"32502:79:11"},"nodeType":"YulExpressionStatement","src":"32502:79:11"}]},"condition":{"arguments":[{"arguments":[{"name":"dataEnd","nodeType":"YulIdentifier","src":"32475:7:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"32484:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"32471:3:11"},"nodeType":"YulFunctionCall","src":"32471:23:11"},{"kind":"number","nodeType":"YulLiteral","src":"32496:2:11","type":"","value":"32"}],"functionName":{"name":"slt","nodeType":"YulIdentifier","src":"32467:3:11"},"nodeType":"YulFunctionCall","src":"32467:32:11"},"nodeType":"YulIf","src":"32464:119:11"},{"nodeType":"YulBlock","src":"32593:125:11","statements":[{"nodeType":"YulVariableDeclaration","src":"32608:15:11","value":{"kind":"number","nodeType":"YulLiteral","src":"32622:1:11","type":"","value":"0"},"variables":[{"name":"offset","nodeType":"YulTypedName","src":"32612:6:11","type":""}]},{"nodeType":"YulAssignment","src":"32637:71:11","value":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"32680:9:11"},{"name":"offset","nodeType":"YulIdentifier","src":"32691:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"32676:3:11"},"nodeType":"YulFunctionCall","src":"32676:22:11"},{"name":"dataEnd","nodeType":"YulIdentifier","src":"32700:7:11"}],"functionName":{"name":"abi_decode_t_bool_fromMemory","nodeType":"YulIdentifier","src":"32647:28:11"},"nodeType":"YulFunctionCall","src":"32647:61:11"},"variableNames":[{"name":"value0","nodeType":"YulIdentifier","src":"32637:6:11"}]}]}]},"name":"abi_decode_tuple_t_bool_fromMemory","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"32424:9:11","type":""},{"name":"dataEnd","nodeType":"YulTypedName","src":"32435:7:11","type":""}],"returnVariables":[{"name":"value0","nodeType":"YulTypedName","src":"32447:6:11","type":""}],"src":"32380:345:11"},{"body":{"nodeType":"YulBlock","src":"32759:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32776:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32779:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32769:6:11"},"nodeType":"YulFunctionCall","src":"32769:88:11"},"nodeType":"YulExpressionStatement","src":"32769:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32873:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"32876:4:11","type":"","value":"0x11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"32866:6:11"},"nodeType":"YulFunctionCall","src":"32866:15:11"},"nodeType":"YulExpressionStatement","src":"32866:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"32897:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"32900:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"32890:6:11"},"nodeType":"YulFunctionCall","src":"32890:15:11"},"nodeType":"YulExpressionStatement","src":"32890:15:11"}]},"name":"panic_error_0x11","nodeType":"YulFunctionDefinition","src":"32731:180:11"},{"body":{"nodeType":"YulBlock","src":"32961:147:11","statements":[{"nodeType":"YulAssignment","src":"32971:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"32994:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"32976:17:11"},"nodeType":"YulFunctionCall","src":"32976:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"32971:1:11"}]},{"nodeType":"YulAssignment","src":"33005:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"33028:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33010:17:11"},"nodeType":"YulFunctionCall","src":"33010:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"33005:1:11"}]},{"nodeType":"YulAssignment","src":"33039:16:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33050:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"33053:1:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33046:3:11"},"nodeType":"YulFunctionCall","src":"33046:9:11"},"variableNames":[{"name":"sum","nodeType":"YulIdentifier","src":"33039:3:11"}]},{"body":{"nodeType":"YulBlock","src":"33079:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"33081:16:11"},"nodeType":"YulFunctionCall","src":"33081:18:11"},"nodeType":"YulExpressionStatement","src":"33081:18:11"}]},"condition":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33071:1:11"},{"name":"sum","nodeType":"YulIdentifier","src":"33074:3:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"33068:2:11"},"nodeType":"YulFunctionCall","src":"33068:10:11"},"nodeType":"YulIf","src":"33065:36:11"}]},"name":"checked_add_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"32948:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"32951:1:11","type":""}],"returnVariables":[{"name":"sum","nodeType":"YulTypedName","src":"32957:3:11","type":""}],"src":"32917:191:11"},{"body":{"nodeType":"YulBlock","src":"33159:149:11","statements":[{"nodeType":"YulAssignment","src":"33169:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33192:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33174:17:11"},"nodeType":"YulFunctionCall","src":"33174:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"33169:1:11"}]},{"nodeType":"YulAssignment","src":"33203:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"33226:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"33208:17:11"},"nodeType":"YulFunctionCall","src":"33208:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"33203:1:11"}]},{"nodeType":"YulAssignment","src":"33237:17:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"33249:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"33252:1:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"33245:3:11"},"nodeType":"YulFunctionCall","src":"33245:9:11"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"33237:4:11"}]},{"body":{"nodeType":"YulBlock","src":"33279:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"33281:16:11"},"nodeType":"YulFunctionCall","src":"33281:18:11"},"nodeType":"YulExpressionStatement","src":"33281:18:11"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"33270:4:11"},{"name":"x","nodeType":"YulIdentifier","src":"33276:1:11"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"33267:2:11"},"nodeType":"YulFunctionCall","src":"33267:11:11"},"nodeType":"YulIf","src":"33264:37:11"}]},"name":"checked_sub_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"33145:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"33148:1:11","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"33154:4:11","type":""}],"src":"33114:194:11"},{"body":{"nodeType":"YulBlock","src":"33412:124:11","statements":[{"nodeType":"YulAssignment","src":"33422:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33434:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"33445:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33430:3:11"},"nodeType":"YulFunctionCall","src":"33430:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"33422:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"33502:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"33515:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"33526:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33511:3:11"},"nodeType":"YulFunctionCall","src":"33511:17:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"33458:43:11"},"nodeType":"YulFunctionCall","src":"33458:71:11"},"nodeType":"YulExpressionStatement","src":"33458:71:11"}]},"name":"abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"33384:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"33396:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"33407:4:11","type":""}],"src":"33314:222:11"},{"body":{"nodeType":"YulBlock","src":"33648:122:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33670:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"33678:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33666:3:11"},"nodeType":"YulFunctionCall","src":"33666:14:11"},{"hexValue":"4f776e61626c6532537465703a2063616c6c6572206973206e6f742074686520","kind":"string","nodeType":"YulLiteral","src":"33682:34:11","type":"","value":"Ownable2Step: caller is not the "}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33659:6:11"},"nodeType":"YulFunctionCall","src":"33659:58:11"},"nodeType":"YulExpressionStatement","src":"33659:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"33738:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"33746:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"33734:3:11"},"nodeType":"YulFunctionCall","src":"33734:15:11"},{"hexValue":"6e6577206f776e6572","kind":"string","nodeType":"YulLiteral","src":"33751:11:11","type":"","value":"new owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"33727:6:11"},"nodeType":"YulFunctionCall","src":"33727:36:11"},"nodeType":"YulExpressionStatement","src":"33727:36:11"}]},"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"33640:6:11","type":""}],"src":"33542:228:11"},{"body":{"nodeType":"YulBlock","src":"33922:220:11","statements":[{"nodeType":"YulAssignment","src":"33932:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"33998:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"34003:2:11","type":"","value":"41"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"33939:58:11"},"nodeType":"YulFunctionCall","src":"33939:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"33932:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34104:3:11"}],"functionName":{"name":"store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc","nodeType":"YulIdentifier","src":"34015:88:11"},"nodeType":"YulFunctionCall","src":"34015:93:11"},"nodeType":"YulExpressionStatement","src":"34015:93:11"},{"nodeType":"YulAssignment","src":"34117:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"34128:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"34133:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34124:3:11"},"nodeType":"YulFunctionCall","src":"34124:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"34117:3:11"}]}]},"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"33910:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"33918:3:11","type":""}],"src":"33776:366:11"},{"body":{"nodeType":"YulBlock","src":"34319:248:11","statements":[{"nodeType":"YulAssignment","src":"34329:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34341:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"34352:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34337:3:11"},"nodeType":"YulFunctionCall","src":"34337:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34329:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"34376:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"34387:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34372:3:11"},"nodeType":"YulFunctionCall","src":"34372:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34395:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"34401:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"34391:3:11"},"nodeType":"YulFunctionCall","src":"34391:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34365:6:11"},"nodeType":"YulFunctionCall","src":"34365:47:11"},"nodeType":"YulExpressionStatement","src":"34365:47:11"},{"nodeType":"YulAssignment","src":"34421:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"34555:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34429:124:11"},"nodeType":"YulFunctionCall","src":"34429:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"34421:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"34299:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"34314:4:11","type":""}],"src":"34148:419:11"},{"body":{"nodeType":"YulBlock","src":"34679:127:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34701:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"34709:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34697:3:11"},"nodeType":"YulFunctionCall","src":"34697:14:11"},{"hexValue":"496e697469616c697a61626c653a20636f6e747261637420697320616c726561","kind":"string","nodeType":"YulLiteral","src":"34713:34:11","type":"","value":"Initializable: contract is alrea"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34690:6:11"},"nodeType":"YulFunctionCall","src":"34690:58:11"},"nodeType":"YulExpressionStatement","src":"34690:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"34769:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"34777:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"34765:3:11"},"nodeType":"YulFunctionCall","src":"34765:15:11"},{"hexValue":"647920696e697469616c697a6564","kind":"string","nodeType":"YulLiteral","src":"34782:16:11","type":"","value":"dy initialized"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"34758:6:11"},"nodeType":"YulFunctionCall","src":"34758:41:11"},"nodeType":"YulExpressionStatement","src":"34758:41:11"}]},"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"34671:6:11","type":""}],"src":"34573:233:11"},{"body":{"nodeType":"YulBlock","src":"34958:220:11","statements":[{"nodeType":"YulAssignment","src":"34968:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35034:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"35039:2:11","type":"","value":"46"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"34975:58:11"},"nodeType":"YulFunctionCall","src":"34975:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"34968:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35140:3:11"}],"functionName":{"name":"store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759","nodeType":"YulIdentifier","src":"35051:88:11"},"nodeType":"YulFunctionCall","src":"35051:93:11"},"nodeType":"YulExpressionStatement","src":"35051:93:11"},{"nodeType":"YulAssignment","src":"35153:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"35164:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"35169:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35160:3:11"},"nodeType":"YulFunctionCall","src":"35160:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"35153:3:11"}]}]},"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"34946:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"34954:3:11","type":""}],"src":"34812:366:11"},{"body":{"nodeType":"YulBlock","src":"35355:248:11","statements":[{"nodeType":"YulAssignment","src":"35365:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35377:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"35388:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35373:3:11"},"nodeType":"YulFunctionCall","src":"35373:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35365:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"35412:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"35423:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"35408:3:11"},"nodeType":"YulFunctionCall","src":"35408:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35431:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"35437:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"35427:3:11"},"nodeType":"YulFunctionCall","src":"35427:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"35401:6:11"},"nodeType":"YulFunctionCall","src":"35401:47:11"},"nodeType":"YulExpressionStatement","src":"35401:47:11"},{"nodeType":"YulAssignment","src":"35457:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"35591:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"35465:124:11"},"nodeType":"YulFunctionCall","src":"35465:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"35457:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"35335:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"35350:4:11","type":""}],"src":"35184:419:11"},{"body":{"nodeType":"YulBlock","src":"35662:32:11","statements":[{"nodeType":"YulAssignment","src":"35672:16:11","value":{"name":"value","nodeType":"YulIdentifier","src":"35683:5:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"35672:7:11"}]}]},"name":"cleanup_t_rational_1_by_1","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35644:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"35654:7:11","type":""}],"src":"35609:85:11"},{"body":{"nodeType":"YulBlock","src":"35743:43:11","statements":[{"nodeType":"YulAssignment","src":"35753:27:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"35768:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"35775:4:11","type":"","value":"0xff"}],"functionName":{"name":"and","nodeType":"YulIdentifier","src":"35764:3:11"},"nodeType":"YulFunctionCall","src":"35764:16:11"},"variableNames":[{"name":"cleaned","nodeType":"YulIdentifier","src":"35753:7:11"}]}]},"name":"cleanup_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35725:5:11","type":""}],"returnVariables":[{"name":"cleaned","nodeType":"YulTypedName","src":"35735:7:11","type":""}],"src":"35700:86:11"},{"body":{"nodeType":"YulBlock","src":"35824:28:11","statements":[{"nodeType":"YulAssignment","src":"35834:12:11","value":{"name":"value","nodeType":"YulIdentifier","src":"35841:5:11"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"35834:3:11"}]}]},"name":"identity","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35810:5:11","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"35820:3:11","type":""}],"src":"35792:60:11"},{"body":{"nodeType":"YulBlock","src":"35924:88:11","statements":[{"nodeType":"YulAssignment","src":"35934:72:11","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"35998:5:11"}],"functionName":{"name":"cleanup_t_rational_1_by_1","nodeType":"YulIdentifier","src":"35972:25:11"},"nodeType":"YulFunctionCall","src":"35972:32:11"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"35963:8:11"},"nodeType":"YulFunctionCall","src":"35963:42:11"}],"functionName":{"name":"cleanup_t_uint8","nodeType":"YulIdentifier","src":"35947:15:11"},"nodeType":"YulFunctionCall","src":"35947:59:11"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"35934:9:11"}]}]},"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"35904:5:11","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"35914:9:11","type":""}],"src":"35858:154:11"},{"body":{"nodeType":"YulBlock","src":"36089:72:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36106:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"36148:5:11"}],"functionName":{"name":"convert_t_rational_1_by_1_to_t_uint8","nodeType":"YulIdentifier","src":"36111:36:11"},"nodeType":"YulFunctionCall","src":"36111:43:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36099:6:11"},"nodeType":"YulFunctionCall","src":"36099:56:11"},"nodeType":"YulExpressionStatement","src":"36099:56:11"}]},"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"36077:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"36084:3:11","type":""}],"src":"36018:143:11"},{"body":{"nodeType":"YulBlock","src":"36271:130:11","statements":[{"nodeType":"YulAssignment","src":"36281:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36293:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"36304:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36289:3:11"},"nodeType":"YulFunctionCall","src":"36289:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"36281:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"36367:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"36380:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"36391:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36376:3:11"},"nodeType":"YulFunctionCall","src":"36376:17:11"}],"functionName":{"name":"abi_encode_t_rational_1_by_1_to_t_uint8_fromStack","nodeType":"YulIdentifier","src":"36317:49:11"},"nodeType":"YulFunctionCall","src":"36317:77:11"},"nodeType":"YulExpressionStatement","src":"36317:77:11"}]},"name":"abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"36243:9:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"36255:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"36266:4:11","type":""}],"src":"36167:234:11"},{"body":{"nodeType":"YulBlock","src":"36513:67:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"36535:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"36543:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36531:3:11"},"nodeType":"YulFunctionCall","src":"36531:14:11"},{"hexValue":"476174657761793a20696e76616c696420737461747573","kind":"string","nodeType":"YulLiteral","src":"36547:25:11","type":"","value":"Gateway: invalid status"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"36524:6:11"},"nodeType":"YulFunctionCall","src":"36524:49:11"},"nodeType":"YulExpressionStatement","src":"36524:49:11"}]},"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"36505:6:11","type":""}],"src":"36407:173:11"},{"body":{"nodeType":"YulBlock","src":"36732:220:11","statements":[{"nodeType":"YulAssignment","src":"36742:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36808:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"36813:2:11","type":"","value":"23"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"36749:58:11"},"nodeType":"YulFunctionCall","src":"36749:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"36742:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36914:3:11"}],"functionName":{"name":"store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338","nodeType":"YulIdentifier","src":"36825:88:11"},"nodeType":"YulFunctionCall","src":"36825:93:11"},"nodeType":"YulExpressionStatement","src":"36825:93:11"},{"nodeType":"YulAssignment","src":"36927:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"36938:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"36943:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"36934:3:11"},"nodeType":"YulFunctionCall","src":"36934:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"36927:3:11"}]}]},"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"36720:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"36728:3:11","type":""}],"src":"36586:366:11"},{"body":{"nodeType":"YulBlock","src":"37129:248:11","statements":[{"nodeType":"YulAssignment","src":"37139:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37151:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"37162:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37147:3:11"},"nodeType":"YulFunctionCall","src":"37147:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37139:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"37186:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"37197:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37182:3:11"},"nodeType":"YulFunctionCall","src":"37182:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"37205:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"37211:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"37201:3:11"},"nodeType":"YulFunctionCall","src":"37201:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37175:6:11"},"nodeType":"YulFunctionCall","src":"37175:47:11"},"nodeType":"YulExpressionStatement","src":"37175:47:11"},{"nodeType":"YulAssignment","src":"37231:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"37365:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"37239:124:11"},"nodeType":"YulFunctionCall","src":"37239:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"37231:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"37109:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"37124:4:11","type":""}],"src":"36958:419:11"},{"body":{"nodeType":"YulBlock","src":"37489:62:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"37511:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"37519:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37507:3:11"},"nodeType":"YulFunctionCall","src":"37507:14:11"},{"hexValue":"496e76616c69644d65737361676548617368","kind":"string","nodeType":"YulLiteral","src":"37523:20:11","type":"","value":"InvalidMessageHash"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"37500:6:11"},"nodeType":"YulFunctionCall","src":"37500:44:11"},"nodeType":"YulExpressionStatement","src":"37500:44:11"}]},"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"37481:6:11","type":""}],"src":"37383:168:11"},{"body":{"nodeType":"YulBlock","src":"37703:220:11","statements":[{"nodeType":"YulAssignment","src":"37713:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37779:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"37784:2:11","type":"","value":"18"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"37720:58:11"},"nodeType":"YulFunctionCall","src":"37720:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"37713:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37885:3:11"}],"functionName":{"name":"store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4","nodeType":"YulIdentifier","src":"37796:88:11"},"nodeType":"YulFunctionCall","src":"37796:93:11"},"nodeType":"YulExpressionStatement","src":"37796:93:11"},{"nodeType":"YulAssignment","src":"37898:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"37909:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"37914:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"37905:3:11"},"nodeType":"YulFunctionCall","src":"37905:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"37898:3:11"}]}]},"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"37691:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"37699:3:11","type":""}],"src":"37557:366:11"},{"body":{"nodeType":"YulBlock","src":"38100:248:11","statements":[{"nodeType":"YulAssignment","src":"38110:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38122:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38133:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38118:3:11"},"nodeType":"YulFunctionCall","src":"38118:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38110:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38157:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38168:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38153:3:11"},"nodeType":"YulFunctionCall","src":"38153:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38176:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"38182:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"38172:3:11"},"nodeType":"YulFunctionCall","src":"38172:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"38146:6:11"},"nodeType":"YulFunctionCall","src":"38146:47:11"},"nodeType":"YulExpressionStatement","src":"38146:47:11"},{"nodeType":"YulAssignment","src":"38202:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"38336:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"38210:124:11"},"nodeType":"YulFunctionCall","src":"38210:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38202:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"38080:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"38095:4:11","type":""}],"src":"37929:419:11"},{"body":{"nodeType":"YulBlock","src":"38508:288:11","statements":[{"nodeType":"YulAssignment","src":"38518:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38530:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38541:2:11","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38526:3:11"},"nodeType":"YulFunctionCall","src":"38526:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"38518:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"38598:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38611:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38622:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38607:3:11"},"nodeType":"YulFunctionCall","src":"38607:17:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"38554:43:11"},"nodeType":"YulFunctionCall","src":"38554:71:11"},"nodeType":"YulExpressionStatement","src":"38554:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"38679:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38692:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38703:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38688:3:11"},"nodeType":"YulFunctionCall","src":"38688:18:11"}],"functionName":{"name":"abi_encode_t_address_to_t_address_fromStack","nodeType":"YulIdentifier","src":"38635:43:11"},"nodeType":"YulFunctionCall","src":"38635:72:11"},"nodeType":"YulExpressionStatement","src":"38635:72:11"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"38761:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"38774:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"38785:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"38770:3:11"},"nodeType":"YulFunctionCall","src":"38770:18:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"38717:43:11"},"nodeType":"YulFunctionCall","src":"38717:72:11"},"nodeType":"YulExpressionStatement","src":"38717:72:11"}]},"name":"abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"38464:9:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"38476:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"38484:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"38492:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"38503:4:11","type":""}],"src":"38354:442:11"},{"body":{"nodeType":"YulBlock","src":"38845:190:11","statements":[{"nodeType":"YulAssignment","src":"38855:33:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"38882:5:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"38864:17:11"},"nodeType":"YulFunctionCall","src":"38864:24:11"},"variableNames":[{"name":"value","nodeType":"YulIdentifier","src":"38855:5:11"}]},{"body":{"nodeType":"YulBlock","src":"38978:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"38980:16:11"},"nodeType":"YulFunctionCall","src":"38980:18:11"},"nodeType":"YulExpressionStatement","src":"38980:18:11"}]},"condition":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"38903:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"38910:66:11","type":"","value":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"38900:2:11"},"nodeType":"YulFunctionCall","src":"38900:77:11"},"nodeType":"YulIf","src":"38897:103:11"},{"nodeType":"YulAssignment","src":"39009:20:11","value":{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"39020:5:11"},{"kind":"number","nodeType":"YulLiteral","src":"39027:1:11","type":"","value":"1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"39016:3:11"},"nodeType":"YulFunctionCall","src":"39016:13:11"},"variableNames":[{"name":"ret","nodeType":"YulIdentifier","src":"39009:3:11"}]}]},"name":"increment_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"38831:5:11","type":""}],"returnVariables":[{"name":"ret","nodeType":"YulTypedName","src":"38841:3:11","type":""}],"src":"38802:233:11"},{"body":{"nodeType":"YulBlock","src":"39089:362:11","statements":[{"nodeType":"YulAssignment","src":"39099:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39122:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39104:17:11"},"nodeType":"YulFunctionCall","src":"39104:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"39099:1:11"}]},{"nodeType":"YulAssignment","src":"39133:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39156:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39138:17:11"},"nodeType":"YulFunctionCall","src":"39138:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"39133:1:11"}]},{"nodeType":"YulVariableDeclaration","src":"39167:28:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39190:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"39193:1:11"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"39186:3:11"},"nodeType":"YulFunctionCall","src":"39186:9:11"},"variables":[{"name":"product_raw","nodeType":"YulTypedName","src":"39171:11:11","type":""}]},{"nodeType":"YulAssignment","src":"39204:41:11","value":{"arguments":[{"name":"product_raw","nodeType":"YulIdentifier","src":"39233:11:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39215:17:11"},"nodeType":"YulFunctionCall","src":"39215:30:11"},"variableNames":[{"name":"product","nodeType":"YulIdentifier","src":"39204:7:11"}]},{"body":{"nodeType":"YulBlock","src":"39422:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"39424:16:11"},"nodeType":"YulFunctionCall","src":"39424:18:11"},"nodeType":"YulExpressionStatement","src":"39424:18:11"}]},"condition":{"arguments":[{"arguments":[{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39355:1:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39348:6:11"},"nodeType":"YulFunctionCall","src":"39348:9:11"},{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39378:1:11"},{"arguments":[{"name":"product","nodeType":"YulIdentifier","src":"39385:7:11"},{"name":"x","nodeType":"YulIdentifier","src":"39394:1:11"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"39381:3:11"},"nodeType":"YulFunctionCall","src":"39381:15:11"}],"functionName":{"name":"eq","nodeType":"YulIdentifier","src":"39375:2:11"},"nodeType":"YulFunctionCall","src":"39375:22:11"}],"functionName":{"name":"or","nodeType":"YulIdentifier","src":"39328:2:11"},"nodeType":"YulFunctionCall","src":"39328:83:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39308:6:11"},"nodeType":"YulFunctionCall","src":"39308:113:11"},"nodeType":"YulIf","src":"39305:139:11"}]},"name":"checked_mul_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"39072:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"39075:1:11","type":""}],"returnVariables":[{"name":"product","nodeType":"YulTypedName","src":"39081:7:11","type":""}],"src":"39041:410:11"},{"body":{"nodeType":"YulBlock","src":"39485:152:11","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39502:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"39505:77:11","type":"","value":"35408467139433450592217433187231851964531694900788300625387963629091585785856"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"39495:6:11"},"nodeType":"YulFunctionCall","src":"39495:88:11"},"nodeType":"YulExpressionStatement","src":"39495:88:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39599:1:11","type":"","value":"4"},{"kind":"number","nodeType":"YulLiteral","src":"39602:4:11","type":"","value":"0x12"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"39592:6:11"},"nodeType":"YulFunctionCall","src":"39592:15:11"},"nodeType":"YulExpressionStatement","src":"39592:15:11"},{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"39623:1:11","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"39626:4:11","type":"","value":"0x24"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"39616:6:11"},"nodeType":"YulFunctionCall","src":"39616:15:11"},"nodeType":"YulExpressionStatement","src":"39616:15:11"}]},"name":"panic_error_0x12","nodeType":"YulFunctionDefinition","src":"39457:180:11"},{"body":{"nodeType":"YulBlock","src":"39685:143:11","statements":[{"nodeType":"YulAssignment","src":"39695:25:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39718:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39700:17:11"},"nodeType":"YulFunctionCall","src":"39700:20:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"39695:1:11"}]},{"nodeType":"YulAssignment","src":"39729:25:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39752:1:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39734:17:11"},"nodeType":"YulFunctionCall","src":"39734:20:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"39729:1:11"}]},{"body":{"nodeType":"YulBlock","src":"39776:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x12","nodeType":"YulIdentifier","src":"39778:16:11"},"nodeType":"YulFunctionCall","src":"39778:18:11"},"nodeType":"YulExpressionStatement","src":"39778:18:11"}]},"condition":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"39773:1:11"}],"functionName":{"name":"iszero","nodeType":"YulIdentifier","src":"39766:6:11"},"nodeType":"YulFunctionCall","src":"39766:9:11"},"nodeType":"YulIf","src":"39763:35:11"},{"nodeType":"YulAssignment","src":"39808:14:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"39817:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"39820:1:11"}],"functionName":{"name":"div","nodeType":"YulIdentifier","src":"39813:3:11"},"nodeType":"YulFunctionCall","src":"39813:9:11"},"variableNames":[{"name":"r","nodeType":"YulIdentifier","src":"39808:1:11"}]}]},"name":"checked_div_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"39674:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"39677:1:11","type":""}],"returnVariables":[{"name":"r","nodeType":"YulTypedName","src":"39683:1:11","type":""}],"src":"39643:185:11"},{"body":{"nodeType":"YulBlock","src":"39893:81:11","statements":[{"nodeType":"YulAssignment","src":"39903:65:11","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"39960:5:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"39943:16:11"},"nodeType":"YulFunctionCall","src":"39943:23:11"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"39934:8:11"},"nodeType":"YulFunctionCall","src":"39934:33:11"}],"functionName":{"name":"cleanup_t_uint256","nodeType":"YulIdentifier","src":"39916:17:11"},"nodeType":"YulFunctionCall","src":"39916:52:11"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"39903:9:11"}]}]},"name":"convert_t_uint96_to_t_uint256","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"39873:5:11","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"39883:9:11","type":""}],"src":"39834:140:11"},{"body":{"nodeType":"YulBlock","src":"40044:65:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40061:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"40096:5:11"}],"functionName":{"name":"convert_t_uint96_to_t_uint256","nodeType":"YulIdentifier","src":"40066:29:11"},"nodeType":"YulFunctionCall","src":"40066:36:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40054:6:11"},"nodeType":"YulFunctionCall","src":"40054:49:11"},"nodeType":"YulExpressionStatement","src":"40054:49:11"}]},"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"40032:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40039:3:11","type":""}],"src":"39980:129:11"},{"body":{"nodeType":"YulBlock","src":"40179:82:11","statements":[{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"40202:3:11"},{"name":"src","nodeType":"YulIdentifier","src":"40207:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40212:6:11"}],"functionName":{"name":"calldatacopy","nodeType":"YulIdentifier","src":"40189:12:11"},"nodeType":"YulFunctionCall","src":"40189:30:11"},"nodeType":"YulExpressionStatement","src":"40189:30:11"},{"expression":{"arguments":[{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"40239:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40244:6:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40235:3:11"},"nodeType":"YulFunctionCall","src":"40235:16:11"},{"kind":"number","nodeType":"YulLiteral","src":"40253:1:11","type":"","value":"0"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"40228:6:11"},"nodeType":"YulFunctionCall","src":"40228:27:11"},"nodeType":"YulExpressionStatement","src":"40228:27:11"}]},"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulFunctionDefinition","parameters":[{"name":"src","nodeType":"YulTypedName","src":"40161:3:11","type":""},{"name":"dst","nodeType":"YulTypedName","src":"40166:3:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"40171:6:11","type":""}],"src":"40115:146:11"},{"body":{"nodeType":"YulBlock","src":"40393:215:11","statements":[{"nodeType":"YulAssignment","src":"40403:78:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40469:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40474:6:11"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"40410:58:11"},"nodeType":"YulFunctionCall","src":"40410:71:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"40403:3:11"}]},{"expression":{"arguments":[{"name":"start","nodeType":"YulIdentifier","src":"40528:5:11"},{"name":"pos","nodeType":"YulIdentifier","src":"40535:3:11"},{"name":"length","nodeType":"YulIdentifier","src":"40540:6:11"}],"functionName":{"name":"copy_calldata_to_memory_with_cleanup","nodeType":"YulIdentifier","src":"40491:36:11"},"nodeType":"YulFunctionCall","src":"40491:56:11"},"nodeType":"YulExpressionStatement","src":"40491:56:11"},{"nodeType":"YulAssignment","src":"40556:46:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"40567:3:11"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"40594:6:11"}],"functionName":{"name":"round_up_to_mul_of_32","nodeType":"YulIdentifier","src":"40572:21:11"},"nodeType":"YulFunctionCall","src":"40572:29:11"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40563:3:11"},"nodeType":"YulFunctionCall","src":"40563:39:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"40556:3:11"}]}]},"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"start","nodeType":"YulTypedName","src":"40366:5:11","type":""},{"name":"length","nodeType":"YulTypedName","src":"40373:6:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"40381:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"40389:3:11","type":""}],"src":"40291:317:11"},{"body":{"nodeType":"YulBlock","src":"40853:534:11","statements":[{"nodeType":"YulAssignment","src":"40863:27:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40875:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"40886:3:11","type":"","value":"160"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40871:3:11"},"nodeType":"YulFunctionCall","src":"40871:19:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"40863:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"40944:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"40957:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"40968:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"40953:3:11"},"nodeType":"YulFunctionCall","src":"40953:17:11"}],"functionName":{"name":"abi_encode_t_uint256_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"40900:43:11"},"nodeType":"YulFunctionCall","src":"40900:71:11"},"nodeType":"YulExpressionStatement","src":"40900:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"41025:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41038:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41049:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41034:3:11"},"nodeType":"YulFunctionCall","src":"41034:18:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"40981:43:11"},"nodeType":"YulFunctionCall","src":"40981:72:11"},"nodeType":"YulExpressionStatement","src":"40981:72:11"},{"expression":{"arguments":[{"name":"value2","nodeType":"YulIdentifier","src":"41106:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41119:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41130:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41115:3:11"},"nodeType":"YulFunctionCall","src":"41115:18:11"}],"functionName":{"name":"abi_encode_t_uint96_to_t_uint256_fromStack","nodeType":"YulIdentifier","src":"41063:42:11"},"nodeType":"YulFunctionCall","src":"41063:71:11"},"nodeType":"YulExpressionStatement","src":"41063:71:11"},{"expression":{"arguments":[{"name":"value3","nodeType":"YulIdentifier","src":"41188:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41201:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41212:2:11","type":"","value":"96"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41197:3:11"},"nodeType":"YulFunctionCall","src":"41197:18:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"41144:43:11"},"nodeType":"YulFunctionCall","src":"41144:72:11"},"nodeType":"YulExpressionStatement","src":"41144:72:11"},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"41237:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"41248:3:11","type":"","value":"128"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"41233:3:11"},"nodeType":"YulFunctionCall","src":"41233:19:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"41258:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"41264:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"41254:3:11"},"nodeType":"YulFunctionCall","src":"41254:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41226:6:11"},"nodeType":"YulFunctionCall","src":"41226:49:11"},"nodeType":"YulExpressionStatement","src":"41226:49:11"},{"nodeType":"YulAssignment","src":"41284:96:11","value":{"arguments":[{"name":"value4","nodeType":"YulIdentifier","src":"41358:6:11"},{"name":"value5","nodeType":"YulIdentifier","src":"41366:6:11"},{"name":"tail","nodeType":"YulIdentifier","src":"41375:4:11"}],"functionName":{"name":"abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"41292:65:11"},"nodeType":"YulFunctionCall","src":"41292:88:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"41284:4:11"}]}]},"name":"abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"40785:9:11","type":""},{"name":"value5","nodeType":"YulTypedName","src":"40797:6:11","type":""},{"name":"value4","nodeType":"YulTypedName","src":"40805:6:11","type":""},{"name":"value3","nodeType":"YulTypedName","src":"40813:6:11","type":""},{"name":"value2","nodeType":"YulTypedName","src":"40821:6:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"40829:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"40837:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"40848:4:11","type":""}],"src":"40614:773:11"},{"body":{"nodeType":"YulBlock","src":"41437:172:11","statements":[{"nodeType":"YulAssignment","src":"41447:24:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"41469:1:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41452:16:11"},"nodeType":"YulFunctionCall","src":"41452:19:11"},"variableNames":[{"name":"x","nodeType":"YulIdentifier","src":"41447:1:11"}]},{"nodeType":"YulAssignment","src":"41480:24:11","value":{"arguments":[{"name":"y","nodeType":"YulIdentifier","src":"41502:1:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41485:16:11"},"nodeType":"YulFunctionCall","src":"41485:19:11"},"variableNames":[{"name":"y","nodeType":"YulIdentifier","src":"41480:1:11"}]},{"nodeType":"YulAssignment","src":"41513:17:11","value":{"arguments":[{"name":"x","nodeType":"YulIdentifier","src":"41525:1:11"},{"name":"y","nodeType":"YulIdentifier","src":"41528:1:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"41521:3:11"},"nodeType":"YulFunctionCall","src":"41521:9:11"},"variableNames":[{"name":"diff","nodeType":"YulIdentifier","src":"41513:4:11"}]},{"body":{"nodeType":"YulBlock","src":"41580:22:11","statements":[{"expression":{"arguments":[],"functionName":{"name":"panic_error_0x11","nodeType":"YulIdentifier","src":"41582:16:11"},"nodeType":"YulFunctionCall","src":"41582:18:11"},"nodeType":"YulExpressionStatement","src":"41582:18:11"}]},"condition":{"arguments":[{"name":"diff","nodeType":"YulIdentifier","src":"41546:4:11"},{"kind":"number","nodeType":"YulLiteral","src":"41552:26:11","type":"","value":"0xffffffffffffffffffffffff"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"41543:2:11"},"nodeType":"YulFunctionCall","src":"41543:36:11"},"nodeType":"YulIf","src":"41540:62:11"}]},"name":"checked_sub_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"x","nodeType":"YulTypedName","src":"41423:1:11","type":""},{"name":"y","nodeType":"YulTypedName","src":"41426:1:11","type":""}],"returnVariables":[{"name":"diff","nodeType":"YulTypedName","src":"41432:4:11","type":""}],"src":"41393:216:11"},{"body":{"nodeType":"YulBlock","src":"41673:80:11","statements":[{"nodeType":"YulAssignment","src":"41683:64:11","value":{"arguments":[{"arguments":[{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41739:5:11"}],"functionName":{"name":"cleanup_t_uint64","nodeType":"YulIdentifier","src":"41722:16:11"},"nodeType":"YulFunctionCall","src":"41722:23:11"}],"functionName":{"name":"identity","nodeType":"YulIdentifier","src":"41713:8:11"},"nodeType":"YulFunctionCall","src":"41713:33:11"}],"functionName":{"name":"cleanup_t_uint96","nodeType":"YulIdentifier","src":"41696:16:11"},"nodeType":"YulFunctionCall","src":"41696:51:11"},"variableNames":[{"name":"converted","nodeType":"YulIdentifier","src":"41683:9:11"}]}]},"name":"convert_t_uint64_to_t_uint96","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41653:5:11","type":""}],"returnVariables":[{"name":"converted","nodeType":"YulTypedName","src":"41663:9:11","type":""}],"src":"41615:138:11"},{"body":{"nodeType":"YulBlock","src":"41822:64:11","statements":[{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"41839:3:11"},{"arguments":[{"name":"value","nodeType":"YulIdentifier","src":"41873:5:11"}],"functionName":{"name":"convert_t_uint64_to_t_uint96","nodeType":"YulIdentifier","src":"41844:28:11"},"nodeType":"YulFunctionCall","src":"41844:35:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"41832:6:11"},"nodeType":"YulFunctionCall","src":"41832:48:11"},"nodeType":"YulExpressionStatement","src":"41832:48:11"}]},"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"value","nodeType":"YulTypedName","src":"41810:5:11","type":""},{"name":"pos","nodeType":"YulTypedName","src":"41817:3:11","type":""}],"src":"41759:127:11"},{"body":{"nodeType":"YulBlock","src":"42016:204:11","statements":[{"nodeType":"YulAssignment","src":"42026:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42038:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42049:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42034:3:11"},"nodeType":"YulFunctionCall","src":"42034:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42026:4:11"}]},{"expression":{"arguments":[{"name":"value0","nodeType":"YulIdentifier","src":"42106:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42119:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42130:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42115:3:11"},"nodeType":"YulFunctionCall","src":"42115:17:11"}],"functionName":{"name":"abi_encode_t_bytes32_to_t_bytes32_fromStack","nodeType":"YulIdentifier","src":"42062:43:11"},"nodeType":"YulFunctionCall","src":"42062:71:11"},"nodeType":"YulExpressionStatement","src":"42062:71:11"},{"expression":{"arguments":[{"name":"value1","nodeType":"YulIdentifier","src":"42185:6:11"},{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42198:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42209:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42194:3:11"},"nodeType":"YulFunctionCall","src":"42194:18:11"}],"functionName":{"name":"abi_encode_t_uint64_to_t_uint96_fromStack","nodeType":"YulIdentifier","src":"42143:41:11"},"nodeType":"YulFunctionCall","src":"42143:70:11"},"nodeType":"YulExpressionStatement","src":"42143:70:11"}]},"name":"abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"41980:9:11","type":""},{"name":"value1","nodeType":"YulTypedName","src":"41992:6:11","type":""},{"name":"value0","nodeType":"YulTypedName","src":"42000:6:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"42011:4:11","type":""}],"src":"41892:328:11"},{"body":{"nodeType":"YulBlock","src":"42332:76:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"42354:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"42362:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42350:3:11"},"nodeType":"YulFunctionCall","src":"42350:14:11"},{"hexValue":"4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572","kind":"string","nodeType":"YulLiteral","src":"42366:34:11","type":"","value":"Ownable: caller is not the owner"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"42343:6:11"},"nodeType":"YulFunctionCall","src":"42343:58:11"},"nodeType":"YulExpressionStatement","src":"42343:58:11"}]},"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"42324:6:11","type":""}],"src":"42226:182:11"},{"body":{"nodeType":"YulBlock","src":"42560:220:11","statements":[{"nodeType":"YulAssignment","src":"42570:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42636:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"42641:2:11","type":"","value":"32"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"42577:58:11"},"nodeType":"YulFunctionCall","src":"42577:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"42570:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42742:3:11"}],"functionName":{"name":"store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe","nodeType":"YulIdentifier","src":"42653:88:11"},"nodeType":"YulFunctionCall","src":"42653:93:11"},"nodeType":"YulExpressionStatement","src":"42653:93:11"},{"nodeType":"YulAssignment","src":"42755:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"42766:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"42771:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42762:3:11"},"nodeType":"YulFunctionCall","src":"42762:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"42755:3:11"}]}]},"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"42548:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"42556:3:11","type":""}],"src":"42414:366:11"},{"body":{"nodeType":"YulBlock","src":"42957:248:11","statements":[{"nodeType":"YulAssignment","src":"42967:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"42979:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"42990:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"42975:3:11"},"nodeType":"YulFunctionCall","src":"42975:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"42967:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"43014:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"43025:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43010:3:11"},"nodeType":"YulFunctionCall","src":"43010:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43033:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"43039:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"43029:3:11"},"nodeType":"YulFunctionCall","src":"43029:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43003:6:11"},"nodeType":"YulFunctionCall","src":"43003:47:11"},"nodeType":"YulExpressionStatement","src":"43003:47:11"},{"nodeType":"YulAssignment","src":"43059:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"43193:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43067:124:11"},"nodeType":"YulFunctionCall","src":"43067:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"43059:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"42937:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"42952:4:11","type":""}],"src":"42786:419:11"},{"body":{"nodeType":"YulBlock","src":"43317:124:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"43339:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"43347:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43335:3:11"},"nodeType":"YulFunctionCall","src":"43335:14:11"},{"hexValue":"496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069","kind":"string","nodeType":"YulLiteral","src":"43351:34:11","type":"","value":"Initializable: contract is not i"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43328:6:11"},"nodeType":"YulFunctionCall","src":"43328:58:11"},"nodeType":"YulExpressionStatement","src":"43328:58:11"},{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"43407:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"43415:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43403:3:11"},"nodeType":"YulFunctionCall","src":"43403:15:11"},{"hexValue":"6e697469616c697a696e67","kind":"string","nodeType":"YulLiteral","src":"43420:13:11","type":"","value":"nitializing"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"43396:6:11"},"nodeType":"YulFunctionCall","src":"43396:38:11"},"nodeType":"YulExpressionStatement","src":"43396:38:11"}]},"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"43309:6:11","type":""}],"src":"43211:230:11"},{"body":{"nodeType":"YulBlock","src":"43593:220:11","statements":[{"nodeType":"YulAssignment","src":"43603:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43669:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"43674:2:11","type":"","value":"43"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"43610:58:11"},"nodeType":"YulFunctionCall","src":"43610:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"43603:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43775:3:11"}],"functionName":{"name":"store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b","nodeType":"YulIdentifier","src":"43686:88:11"},"nodeType":"YulFunctionCall","src":"43686:93:11"},"nodeType":"YulExpressionStatement","src":"43686:93:11"},{"nodeType":"YulAssignment","src":"43788:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"43799:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"43804:2:11","type":"","value":"64"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"43795:3:11"},"nodeType":"YulFunctionCall","src":"43795:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"43788:3:11"}]}]},"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"43581:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"43589:3:11","type":""}],"src":"43447:366:11"},{"body":{"nodeType":"YulBlock","src":"43990:248:11","statements":[{"nodeType":"YulAssignment","src":"44000:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44012:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"44023:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44008:3:11"},"nodeType":"YulFunctionCall","src":"44008:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44000:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44047:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"44058:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44043:3:11"},"nodeType":"YulFunctionCall","src":"44043:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44066:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"44072:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"44062:3:11"},"nodeType":"YulFunctionCall","src":"44062:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44036:6:11"},"nodeType":"YulFunctionCall","src":"44036:47:11"},"nodeType":"YulExpressionStatement","src":"44036:47:11"},{"nodeType":"YulAssignment","src":"44092:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"44226:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44100:124:11"},"nodeType":"YulFunctionCall","src":"44100:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44092:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"43970:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"43985:4:11","type":""}],"src":"43819:419:11"},{"body":{"nodeType":"YulBlock","src":"44350:60:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"44372:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"44380:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44368:3:11"},"nodeType":"YulFunctionCall","src":"44368:14:11"},{"hexValue":"5061757361626c653a20706175736564","kind":"string","nodeType":"YulLiteral","src":"44384:18:11","type":"","value":"Pausable: paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"44361:6:11"},"nodeType":"YulFunctionCall","src":"44361:42:11"},"nodeType":"YulExpressionStatement","src":"44361:42:11"}]},"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"44342:6:11","type":""}],"src":"44244:166:11"},{"body":{"nodeType":"YulBlock","src":"44562:220:11","statements":[{"nodeType":"YulAssignment","src":"44572:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44638:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"44643:2:11","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"44579:58:11"},"nodeType":"YulFunctionCall","src":"44579:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"44572:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44744:3:11"}],"functionName":{"name":"store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a","nodeType":"YulIdentifier","src":"44655:88:11"},"nodeType":"YulFunctionCall","src":"44655:93:11"},"nodeType":"YulExpressionStatement","src":"44655:93:11"},{"nodeType":"YulAssignment","src":"44757:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"44768:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"44773:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44764:3:11"},"nodeType":"YulFunctionCall","src":"44764:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"44757:3:11"}]}]},"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"44550:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"44558:3:11","type":""}],"src":"44416:366:11"},{"body":{"nodeType":"YulBlock","src":"44959:248:11","statements":[{"nodeType":"YulAssignment","src":"44969:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"44981:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"44992:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"44977:3:11"},"nodeType":"YulFunctionCall","src":"44977:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"44969:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45016:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"45027:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45012:3:11"},"nodeType":"YulFunctionCall","src":"45012:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45035:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"45041:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"45031:3:11"},"nodeType":"YulFunctionCall","src":"45031:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45005:6:11"},"nodeType":"YulFunctionCall","src":"45005:47:11"},"nodeType":"YulExpressionStatement","src":"45005:47:11"},{"nodeType":"YulAssignment","src":"45061:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"45195:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45069:124:11"},"nodeType":"YulFunctionCall","src":"45069:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45061:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"44939:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"44954:4:11","type":""}],"src":"44788:419:11"},{"body":{"nodeType":"YulBlock","src":"45319:61:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"45341:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"45349:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45337:3:11"},"nodeType":"YulFunctionCall","src":"45337:14:11"},{"hexValue":"546f6b656e4e6f74537570706f72746564","kind":"string","nodeType":"YulLiteral","src":"45353:19:11","type":"","value":"TokenNotSupported"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45330:6:11"},"nodeType":"YulFunctionCall","src":"45330:43:11"},"nodeType":"YulExpressionStatement","src":"45330:43:11"}]},"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"45311:6:11","type":""}],"src":"45213:167:11"},{"body":{"nodeType":"YulBlock","src":"45532:220:11","statements":[{"nodeType":"YulAssignment","src":"45542:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45608:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"45613:2:11","type":"","value":"17"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"45549:58:11"},"nodeType":"YulFunctionCall","src":"45549:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"45542:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45714:3:11"}],"functionName":{"name":"store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1","nodeType":"YulIdentifier","src":"45625:88:11"},"nodeType":"YulFunctionCall","src":"45625:93:11"},"nodeType":"YulExpressionStatement","src":"45625:93:11"},{"nodeType":"YulAssignment","src":"45727:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"45738:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"45743:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45734:3:11"},"nodeType":"YulFunctionCall","src":"45734:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"45727:3:11"}]}]},"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"45520:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"45528:3:11","type":""}],"src":"45386:366:11"},{"body":{"nodeType":"YulBlock","src":"45929:248:11","statements":[{"nodeType":"YulAssignment","src":"45939:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45951:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"45962:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45947:3:11"},"nodeType":"YulFunctionCall","src":"45947:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"45939:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"45986:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"45997:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"45982:3:11"},"nodeType":"YulFunctionCall","src":"45982:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46005:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"46011:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46001:3:11"},"nodeType":"YulFunctionCall","src":"46001:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"45975:6:11"},"nodeType":"YulFunctionCall","src":"45975:47:11"},"nodeType":"YulExpressionStatement","src":"45975:47:11"},{"nodeType":"YulAssignment","src":"46031:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46165:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46039:124:11"},"nodeType":"YulFunctionCall","src":"46039:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46031:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"45909:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"45924:4:11","type":""}],"src":"45758:419:11"},{"body":{"nodeType":"YulBlock","src":"46289:56:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"46311:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"46319:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46307:3:11"},"nodeType":"YulFunctionCall","src":"46307:14:11"},{"hexValue":"416d6f756e7449735a65726f","kind":"string","nodeType":"YulLiteral","src":"46323:14:11","type":"","value":"AmountIsZero"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46300:6:11"},"nodeType":"YulFunctionCall","src":"46300:38:11"},"nodeType":"YulExpressionStatement","src":"46300:38:11"}]},"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"46281:6:11","type":""}],"src":"46183:162:11"},{"body":{"nodeType":"YulBlock","src":"46497:220:11","statements":[{"nodeType":"YulAssignment","src":"46507:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46573:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"46578:2:11","type":"","value":"12"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"46514:58:11"},"nodeType":"YulFunctionCall","src":"46514:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"46507:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46679:3:11"}],"functionName":{"name":"store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2","nodeType":"YulIdentifier","src":"46590:88:11"},"nodeType":"YulFunctionCall","src":"46590:93:11"},"nodeType":"YulExpressionStatement","src":"46590:93:11"},{"nodeType":"YulAssignment","src":"46692:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"46703:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"46708:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46699:3:11"},"nodeType":"YulFunctionCall","src":"46699:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"46692:3:11"}]}]},"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"46485:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"46493:3:11","type":""}],"src":"46351:366:11"},{"body":{"nodeType":"YulBlock","src":"46894:248:11","statements":[{"nodeType":"YulAssignment","src":"46904:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46916:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"46927:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46912:3:11"},"nodeType":"YulFunctionCall","src":"46912:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46904:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"46951:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"46962:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"46947:3:11"},"nodeType":"YulFunctionCall","src":"46947:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"46970:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"46976:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"46966:3:11"},"nodeType":"YulFunctionCall","src":"46966:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"46940:6:11"},"nodeType":"YulFunctionCall","src":"46940:47:11"},"nodeType":"YulExpressionStatement","src":"46940:47:11"},{"nodeType":"YulAssignment","src":"46996:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47130:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47004:124:11"},"nodeType":"YulFunctionCall","src":"47004:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"46996:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"46874:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"46889:4:11","type":""}],"src":"46723:419:11"},{"body":{"nodeType":"YulBlock","src":"47254:60:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"47276:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"47284:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47272:3:11"},"nodeType":"YulFunctionCall","src":"47272:14:11"},{"hexValue":"5468726f775a65726f41646472657373","kind":"string","nodeType":"YulLiteral","src":"47288:18:11","type":"","value":"ThrowZeroAddress"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47265:6:11"},"nodeType":"YulFunctionCall","src":"47265:42:11"},"nodeType":"YulExpressionStatement","src":"47265:42:11"}]},"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"47246:6:11","type":""}],"src":"47148:166:11"},{"body":{"nodeType":"YulBlock","src":"47466:220:11","statements":[{"nodeType":"YulAssignment","src":"47476:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47542:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"47547:2:11","type":"","value":"16"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47483:58:11"},"nodeType":"YulFunctionCall","src":"47483:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"47476:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47648:3:11"}],"functionName":{"name":"store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7","nodeType":"YulIdentifier","src":"47559:88:11"},"nodeType":"YulFunctionCall","src":"47559:93:11"},"nodeType":"YulExpressionStatement","src":"47559:93:11"},{"nodeType":"YulAssignment","src":"47661:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"47672:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"47677:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47668:3:11"},"nodeType":"YulFunctionCall","src":"47668:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"47661:3:11"}]}]},"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"47454:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"47462:3:11","type":""}],"src":"47320:366:11"},{"body":{"nodeType":"YulBlock","src":"47863:248:11","statements":[{"nodeType":"YulAssignment","src":"47873:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47885:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"47896:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47881:3:11"},"nodeType":"YulFunctionCall","src":"47881:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47873:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"47920:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"47931:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"47916:3:11"},"nodeType":"YulFunctionCall","src":"47916:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"47939:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"47945:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"47935:3:11"},"nodeType":"YulFunctionCall","src":"47935:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"47909:6:11"},"nodeType":"YulFunctionCall","src":"47909:47:11"},"nodeType":"YulExpressionStatement","src":"47909:47:11"},{"nodeType":"YulAssignment","src":"47965:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48099:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"47973:124:11"},"nodeType":"YulFunctionCall","src":"47973:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"47965:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"47843:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"47858:4:11","type":""}],"src":"47692:419:11"},{"body":{"nodeType":"YulBlock","src":"48223:69:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"48245:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"48253:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48241:3:11"},"nodeType":"YulFunctionCall","src":"48241:14:11"},{"hexValue":"496e76616c696453656e646572466565526563697069656e74","kind":"string","nodeType":"YulLiteral","src":"48257:27:11","type":"","value":"InvalidSenderFeeRecipient"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48234:6:11"},"nodeType":"YulFunctionCall","src":"48234:51:11"},"nodeType":"YulExpressionStatement","src":"48234:51:11"}]},"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"48215:6:11","type":""}],"src":"48117:175:11"},{"body":{"nodeType":"YulBlock","src":"48444:220:11","statements":[{"nodeType":"YulAssignment","src":"48454:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48520:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"48525:2:11","type":"","value":"25"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48461:58:11"},"nodeType":"YulFunctionCall","src":"48461:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"48454:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48626:3:11"}],"functionName":{"name":"store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8","nodeType":"YulIdentifier","src":"48537:88:11"},"nodeType":"YulFunctionCall","src":"48537:93:11"},"nodeType":"YulExpressionStatement","src":"48537:93:11"},{"nodeType":"YulAssignment","src":"48639:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"48650:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"48655:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48646:3:11"},"nodeType":"YulFunctionCall","src":"48646:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"48639:3:11"}]}]},"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"48432:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"48440:3:11","type":""}],"src":"48298:366:11"},{"body":{"nodeType":"YulBlock","src":"48841:248:11","statements":[{"nodeType":"YulAssignment","src":"48851:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48863:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"48874:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48859:3:11"},"nodeType":"YulFunctionCall","src":"48859:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48851:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"48898:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"48909:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"48894:3:11"},"nodeType":"YulFunctionCall","src":"48894:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"48917:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"48923:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"48913:3:11"},"nodeType":"YulFunctionCall","src":"48913:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"48887:6:11"},"nodeType":"YulFunctionCall","src":"48887:47:11"},"nodeType":"YulExpressionStatement","src":"48887:47:11"},{"nodeType":"YulAssignment","src":"48943:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49077:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"48951:124:11"},"nodeType":"YulFunctionCall","src":"48951:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"48943:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"48821:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"48836:4:11","type":""}],"src":"48670:419:11"},{"body":{"nodeType":"YulBlock","src":"49201:64:11","statements":[{"expression":{"arguments":[{"arguments":[{"name":"memPtr","nodeType":"YulIdentifier","src":"49223:6:11"},{"kind":"number","nodeType":"YulLiteral","src":"49231:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49219:3:11"},"nodeType":"YulFunctionCall","src":"49219:14:11"},{"hexValue":"5061757361626c653a206e6f7420706175736564","kind":"string","nodeType":"YulLiteral","src":"49235:22:11","type":"","value":"Pausable: not paused"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49212:6:11"},"nodeType":"YulFunctionCall","src":"49212:46:11"},"nodeType":"YulExpressionStatement","src":"49212:46:11"}]},"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulFunctionDefinition","parameters":[{"name":"memPtr","nodeType":"YulTypedName","src":"49193:6:11","type":""}],"src":"49095:170:11"},{"body":{"nodeType":"YulBlock","src":"49417:220:11","statements":[{"nodeType":"YulAssignment","src":"49427:74:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49493:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"49498:2:11","type":"","value":"20"}],"functionName":{"name":"array_storeLengthForEncoding_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49434:58:11"},"nodeType":"YulFunctionCall","src":"49434:67:11"},"variableNames":[{"name":"pos","nodeType":"YulIdentifier","src":"49427:3:11"}]},{"expression":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49599:3:11"}],"functionName":{"name":"store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a","nodeType":"YulIdentifier","src":"49510:88:11"},"nodeType":"YulFunctionCall","src":"49510:93:11"},"nodeType":"YulExpressionStatement","src":"49510:93:11"},{"nodeType":"YulAssignment","src":"49612:19:11","value":{"arguments":[{"name":"pos","nodeType":"YulIdentifier","src":"49623:3:11"},{"kind":"number","nodeType":"YulLiteral","src":"49628:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49619:3:11"},"nodeType":"YulFunctionCall","src":"49619:12:11"},"variableNames":[{"name":"end","nodeType":"YulIdentifier","src":"49612:3:11"}]}]},"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulFunctionDefinition","parameters":[{"name":"pos","nodeType":"YulTypedName","src":"49405:3:11","type":""}],"returnVariables":[{"name":"end","nodeType":"YulTypedName","src":"49413:3:11","type":""}],"src":"49271:366:11"},{"body":{"nodeType":"YulBlock","src":"49814:248:11","statements":[{"nodeType":"YulAssignment","src":"49824:26:11","value":{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49836:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"49847:2:11","type":"","value":"32"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49832:3:11"},"nodeType":"YulFunctionCall","src":"49832:18:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49824:4:11"}]},{"expression":{"arguments":[{"arguments":[{"name":"headStart","nodeType":"YulIdentifier","src":"49871:9:11"},{"kind":"number","nodeType":"YulLiteral","src":"49882:1:11","type":"","value":"0"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"49867:3:11"},"nodeType":"YulFunctionCall","src":"49867:17:11"},{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"49890:4:11"},{"name":"headStart","nodeType":"YulIdentifier","src":"49896:9:11"}],"functionName":{"name":"sub","nodeType":"YulIdentifier","src":"49886:3:11"},"nodeType":"YulFunctionCall","src":"49886:20:11"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"49860:6:11"},"nodeType":"YulFunctionCall","src":"49860:47:11"},"nodeType":"YulExpressionStatement","src":"49860:47:11"},{"nodeType":"YulAssignment","src":"49916:139:11","value":{"arguments":[{"name":"tail","nodeType":"YulIdentifier","src":"50050:4:11"}],"functionName":{"name":"abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack","nodeType":"YulIdentifier","src":"49924:124:11"},"nodeType":"YulFunctionCall","src":"49924:131:11"},"variableNames":[{"name":"tail","nodeType":"YulIdentifier","src":"49916:4:11"}]}]},"name":"abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed","nodeType":"YulFunctionDefinition","parameters":[{"name":"headStart","nodeType":"YulTypedName","src":"49794:9:11","type":""}],"returnVariables":[{"name":"tail","nodeType":"YulTypedName","src":"49809:4:11","type":""}],"src":"49643:419:11"}]},"contents":"{\n\n function allocate_unbounded() -> memPtr {\n memPtr := mload(64)\n }\n\n function revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() {\n revert(0, 0)\n }\n\n function revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() {\n revert(0, 0)\n }\n\n function cleanup_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_bytes32(value) {\n if iszero(eq(value, cleanup_t_bytes32(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bytes32(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_bytes32(value)\n }\n\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function array_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(value) -> length {\n\n length := mload(value)\n\n }\n\n function array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(ptr) -> data {\n data := ptr\n\n data := add(ptr, 0x20)\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // code\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(ptr) -> next {\n next := add(ptr, 0x20)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := mload(srcPtr)\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2058_memory_ptr_to_t_struct$_Institution_$2058_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() {\n revert(0, 0)\n }\n\n function round_up_to_mul_of_32(value) -> result {\n result := and(add(value, 31), not(31))\n }\n\n function panic_error_0x41() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n\n function finalize_allocation(memPtr, size) {\n let newFreePtr := add(memPtr, round_up_to_mul_of_32(size))\n // protect against overflow\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n\n function allocate_memory(size) -> memPtr {\n memPtr := allocate_unbounded()\n finalize_allocation(memPtr, size)\n }\n\n function array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(length) -> size {\n // Make sure we can allocate memory without overflow\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n\n size := mul(length, 0x20)\n\n // add length slot\n size := add(size, 0x20)\n\n }\n\n function revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() {\n revert(0, 0)\n }\n\n function revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() {\n revert(0, 0)\n }\n\n function revert_error_5e8f644817bc4960744f35c15999b6eff64ae702f94b1c46297cfd4e1aec2421() {\n revert(0, 0)\n }\n\n // struct SharedStructs.Institution\n function abi_decode_t_struct$_Institution_$2058_memory_ptr(headStart, end) -> value {\n if slt(sub(end, headStart), 0x40) { revert_error_3538a459e4a0eb828f1aed5ebe5dc96fe59620a31d9b33e41259bb820cae769f() }\n value := allocate_memory(0x40)\n\n {\n // code\n\n let offset := 0\n\n mstore(add(value, 0x00), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n {\n // name\n\n let offset := 32\n\n mstore(add(value, 0x20), abi_decode_t_bytes32(add(headStart, offset), end))\n\n }\n\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(offset, length, end) -> array {\n array := allocate_memory(array_allocation_size_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(length))\n let dst := array\n\n mstore(array, length)\n dst := add(array, 0x20)\n\n let srcEnd := add(offset, mul(length, 0x40))\n if gt(srcEnd, end) {\n revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef()\n }\n for { let src := offset } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n\n let elementPos := src\n\n mstore(dst, abi_decode_t_struct$_Institution_$2058_memory_ptr(elementPos, end))\n dst := add(dst, 0x20)\n }\n }\n\n // struct SharedStructs.Institution[]\n function abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(offset, end) -> array {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n let length := calldataload(offset)\n array := abi_decode_available_length_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(add(offset, 0x20), length, end)\n }\n\n function abi_decode_tuple_t_bytes32t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value1 := abi_decode_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint160(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n\n function cleanup_t_address(value) -> cleaned {\n cleaned := cleanup_t_uint160(value)\n }\n\n function validator_revert_t_address(value) {\n if iszero(eq(value, cleanup_t_address(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_address(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_address(value)\n }\n\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_uint64(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffff)\n }\n\n function validator_revert_t_uint64(value) {\n if iszero(eq(value, cleanup_t_uint64(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint64(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint64(value)\n }\n\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function cleanup_t_bool(value) -> cleaned {\n cleaned := iszero(iszero(value))\n }\n\n function abi_encode_t_bool_to_t_bool_fromStack(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bool_to_t_bool_fromStack(value0, add(headStart, 0))\n\n }\n\n function cleanup_t_uint256(value) -> cleaned {\n cleaned := value\n }\n\n function validator_revert_t_uint256(value) {\n if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint256(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint256(value)\n }\n\n function abi_decode_tuple_t_uint256t_bytes32(headStart, dataEnd) -> value0, value1 {\n if slt(sub(dataEnd, headStart), 64) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_address_to_t_address(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_t_bool_to_t_bool(value, pos) {\n mstore(pos, cleanup_t_bool(value))\n }\n\n function cleanup_t_uint96(value) -> cleaned {\n cleaned := and(value, 0xffffffffffffffffffffffff)\n }\n\n function abi_encode_t_uint96_to_t_uint96(value, pos) {\n mstore(pos, cleanup_t_uint96(value))\n }\n\n // struct IGateway.Order -> struct IGateway.Order\n function abi_encode_t_struct$_Order_$1960_memory_ptr_to_t_struct$_Order_$1960_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x0140)\n\n {\n // sender\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x00))\n }\n\n {\n // token\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x20))\n }\n\n {\n // senderFeeRecipient\n\n let memberValue0 := mload(add(value, 0x40))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0x40))\n }\n\n {\n // senderFee\n\n let memberValue0 := mload(add(value, 0x60))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x60))\n }\n\n {\n // protocolFee\n\n let memberValue0 := mload(add(value, 0x80))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x80))\n }\n\n {\n // isFulfilled\n\n let memberValue0 := mload(add(value, 0xa0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xa0))\n }\n\n {\n // isRefunded\n\n let memberValue0 := mload(add(value, 0xc0))\n abi_encode_t_bool_to_t_bool(memberValue0, add(pos, 0xc0))\n }\n\n {\n // refundAddress\n\n let memberValue0 := mload(add(value, 0xe0))\n abi_encode_t_address_to_t_address(memberValue0, add(pos, 0xe0))\n }\n\n {\n // currentBPS\n\n let memberValue0 := mload(add(value, 0x0100))\n abi_encode_t_uint96_to_t_uint96(memberValue0, add(pos, 0x0100))\n }\n\n {\n // amount\n\n let memberValue0 := mload(add(value, 0x0120))\n abi_encode_t_uint256_to_t_uint256(memberValue0, add(pos, 0x0120))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_Order_$1960_memory_ptr__to_t_struct$_Order_$1960_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 320)\n\n abi_encode_t_struct$_Order_$1960_memory_ptr_to_t_struct$_Order_$1960_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_address_to_t_address_fromStack(value, pos) {\n mstore(pos, cleanup_t_address(value))\n }\n\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_encode_t_uint64_to_t_uint64_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint64(value))\n }\n\n function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {\n mstore(pos, cleanup_t_uint256(value))\n }\n\n function abi_encode_tuple_t_uint64_t_uint256__to_t_uint64_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n // struct SharedStructs.InstitutionByCode -> struct SharedStructs.InstitutionByCode\n function abi_encode_t_struct$_InstitutionByCode_$2063_memory_ptr_to_t_struct$_InstitutionByCode_$2063_memory_ptr_fromStack(value, pos) {\n let tail := add(pos, 0x40)\n\n {\n // name\n\n let memberValue0 := mload(add(value, 0x00))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // currency\n\n let memberValue0 := mload(add(value, 0x20))\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encode_tuple_t_struct$_InstitutionByCode_$2063_memory_ptr__to_t_struct$_InstitutionByCode_$2063_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_struct$_InstitutionByCode_$2063_memory_ptr_to_t_struct$_InstitutionByCode_$2063_memory_ptr_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2 {\n if slt(sub(dataEnd, headStart), 96) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n }\n\n function validator_revert_t_uint96(value) {\n if iszero(eq(value, cleanup_t_uint96(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_uint96(offset, end) -> value {\n value := calldataload(offset)\n validator_revert_t_uint96(value)\n }\n\n function revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() {\n revert(0, 0)\n }\n\n // string\n function abi_decode_t_string_calldata_ptr(offset, end) -> arrayPos, length {\n if iszero(slt(add(offset, 0x1f), end)) { revert_error_1b9f4a0a5773e33b91aa01db23bf8c55fce1411167c872835e7fa00a4f17d46d() }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert_error_15abf5612cd996bc235ba1e55a4a30ac60e6bb601ff7ba4ad3f179b6be8d0490() }\n arrayPos := add(offset, 0x20)\n if gt(add(arrayPos, mul(length, 0x01)), end) { revert_error_81385d8c0b31fffe14be1da910c8bd3a80be4cfa248e04f42ec0faea3132a8ef() }\n }\n\n function abi_decode_tuple_t_addresst_uint256t_bytes32t_uint96t_addresst_uint256t_addresst_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6, value7, value8 {\n if slt(sub(dataEnd, headStart), 256) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_uint96(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 128\n\n value4 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 160\n\n value5 := abi_decode_t_uint256(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 192\n\n value6 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := calldataload(add(headStart, 224))\n if gt(offset, 0xffffffffffffffff) { revert_error_c1322bf8034eace5e0b5c7295db60986aa89aae5e0ea0873e4689e076861a5db() }\n\n value7, value8 := abi_decode_t_string_calldata_ptr(add(headStart, offset), dataEnd)\n }\n\n }\n\n function abi_encode_t_bytes32_to_t_bytes32_fromStack(value, pos) {\n mstore(pos, cleanup_t_bytes32(value))\n }\n\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n }\n\n function abi_decode_tuple_t_bytes32t_bytes32t_addresst_uint64(headStart, dataEnd) -> value0, value1, value2, value3 {\n if slt(sub(dataEnd, headStart), 128) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 32\n\n value1 := abi_decode_t_bytes32(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 64\n\n value2 := abi_decode_t_address(add(headStart, offset), dataEnd)\n }\n\n {\n\n let offset := 96\n\n value3 := abi_decode_t_uint64(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x32() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n\n function array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(value) -> length {\n\n length := sload(value)\n\n }\n\n function array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(ptr) -> data {\n data := ptr\n\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n\n }\n\n function shift_right_0_unsigned(value) -> newValue {\n newValue :=\n\n shr(0, value)\n\n }\n\n function cleanup_from_storage_t_bytes32(value) -> cleaned {\n cleaned := value\n }\n\n function extract_from_storage_value_offset_0t_bytes32(slot_value) -> value {\n value := cleanup_from_storage_t_bytes32(shift_right_0_unsigned(slot_value))\n }\n\n // struct SharedStructs.Institution -> struct SharedStructs.Institution\n function abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr(value, pos) {\n let tail := add(pos, 0x40)\n let slotValue := 0\n\n {\n // code\n slotValue := sload(add(value, 0x00))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x00))\n }\n\n {\n // name\n slotValue := sload(add(value, 0x01))\n let memberValue0 := extract_from_storage_value_offset_0t_bytes32(slotValue)\n abi_encode_t_bytes32_to_t_bytes32(memberValue0, add(pos, 0x20))\n }\n\n }\n\n function abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr(value0, pos) -> updatedPos {\n abi_encode_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr(value0, pos)\n updatedPos := add(pos, 0x40)\n }\n\n function array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(ptr) -> next {\n next := add(ptr, 0x02)\n }\n\n // struct SharedStructs.Institution[] -> struct SharedStructs.Institution[]\n function abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(value, pos) -> end {\n let length := array_length_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(value)\n pos := array_storeLengthForEncoding_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(pos, length)\n let baseRef := array_dataslot_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(value)\n let srcPtr := baseRef\n for { let i := 0 } lt(i, length) { i := add(i, 1) }\n {\n let elementValue0 := srcPtr\n pos := abi_encodeUpdatedPos_t_struct$_Institution_$2058_storage_to_t_struct$_Institution_$2058_memory_ptr(elementValue0, pos)\n srcPtr := array_nextElement_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage(srcPtr)\n }\n end := pos\n }\n\n function abi_encode_tuple_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage__to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_array$_t_struct$_Institution_$2058_storage_$dyn_storage_to_t_array$_t_struct$_Institution_$2058_memory_ptr_$dyn_memory_ptr_fromStack(value0, tail)\n\n }\n\n function array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length) -> updated_pos {\n mstore(pos, length)\n updated_pos := add(pos, 0x20)\n }\n\n function store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: zero address\")\n\n }\n\n function abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: treasury address alread\")\n\n mstore(add(memPtr, 32), \"y set\")\n\n }\n\n function abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 37)\n store_literal_in_memory_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: aggregator address alre\")\n\n mstore(add(memPtr, 32), \"ady set\")\n\n }\n\n function abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 39)\n store_literal_in_memory_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint64_to_t_uint64_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(memPtr) {\n\n mstore(add(memPtr, 0), \"OnlyAggregator\")\n\n }\n\n function abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderFulfilled\")\n\n }\n\n function abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 14)\n store_literal_in_memory_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd(memPtr) {\n\n mstore(add(memPtr, 0), \"OrderRefunded\")\n\n }\n\n function abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 13)\n store_literal_in_memory_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de(memPtr) {\n\n mstore(add(memPtr, 0), \"FeeExceedsProtocolFee\")\n\n }\n\n function abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 21)\n store_literal_in_memory_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value1, add(headStart, 32))\n\n }\n\n function validator_revert_t_bool(value) {\n if iszero(eq(value, cleanup_t_bool(value))) { revert(0, 0) }\n }\n\n function abi_decode_t_bool_fromMemory(offset, end) -> value {\n value := mload(offset)\n validator_revert_t_bool(value)\n }\n\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0 {\n if slt(sub(dataEnd, headStart), 32) { revert_error_dbdddcbe895c83990c08b3492a0e83918d802a52331272ac6fdb6a7c4aea3b1b() }\n\n {\n\n let offset := 0\n\n value0 := abi_decode_t_bool_fromMemory(add(headStart, offset), dataEnd)\n }\n\n }\n\n function panic_error_0x11() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n\n function checked_add_t_uint256(x, y) -> sum {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n sum := add(x, y)\n\n if gt(x, sum) { panic_error_0x11() }\n\n }\n\n function checked_sub_t_uint256(x, y) -> diff {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n diff := sub(x, y)\n\n if gt(diff, x) { panic_error_0x11() }\n\n }\n\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable2Step: caller is not the \")\n\n mstore(add(memPtr, 32), \"new owner\")\n\n }\n\n function abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 41)\n store_literal_in_memory_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is alrea\")\n\n mstore(add(memPtr, 32), \"dy initialized\")\n\n }\n\n function abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 46)\n store_literal_in_memory_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function cleanup_t_rational_1_by_1(value) -> cleaned {\n cleaned := value\n }\n\n function cleanup_t_uint8(value) -> cleaned {\n cleaned := and(value, 0xff)\n }\n\n function identity(value) -> ret {\n ret := value\n }\n\n function convert_t_rational_1_by_1_to_t_uint8(value) -> converted {\n converted := cleanup_t_uint8(identity(cleanup_t_rational_1_by_1(value)))\n }\n\n function abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value, pos) {\n mstore(pos, convert_t_rational_1_by_1_to_t_uint8(value))\n }\n\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart , value0) -> tail {\n tail := add(headStart, 32)\n\n abi_encode_t_rational_1_by_1_to_t_uint8_fromStack(value0, add(headStart, 0))\n\n }\n\n function store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(memPtr) {\n\n mstore(add(memPtr, 0), \"Gateway: invalid status\")\n\n }\n\n function abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 23)\n store_literal_in_memory_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidMessageHash\")\n\n }\n\n function abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 18)\n store_literal_in_memory_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function abi_encode_tuple_t_address_t_address_t_uint256__to_t_address_t_address_t_uint256__fromStack_reversed(headStart , value2, value1, value0) -> tail {\n tail := add(headStart, 96)\n\n abi_encode_t_address_to_t_address_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_address_to_t_address_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n }\n\n function increment_t_uint256(value) -> ret {\n value := cleanup_t_uint256(value)\n if eq(value, 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) { panic_error_0x11() }\n ret := add(value, 1)\n }\n\n function checked_mul_t_uint256(x, y) -> product {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n let product_raw := mul(x, y)\n product := cleanup_t_uint256(product_raw)\n\n // overflow, if x != 0 and y != product/x\n if iszero(\n or(\n iszero(x),\n eq(y, div(product, x))\n )\n ) { panic_error_0x11() }\n\n }\n\n function panic_error_0x12() {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n\n function checked_div_t_uint256(x, y) -> r {\n x := cleanup_t_uint256(x)\n y := cleanup_t_uint256(y)\n if iszero(y) { panic_error_0x12() }\n\n r := div(x, y)\n }\n\n function convert_t_uint96_to_t_uint256(value) -> converted {\n converted := cleanup_t_uint256(identity(cleanup_t_uint96(value)))\n }\n\n function abi_encode_t_uint96_to_t_uint256_fromStack(value, pos) {\n mstore(pos, convert_t_uint96_to_t_uint256(value))\n }\n\n function copy_calldata_to_memory_with_cleanup(src, dst, length) {\n calldatacopy(dst, src, length)\n mstore(add(dst, length), 0)\n }\n\n // string -> string\n function abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(start, length, pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, length)\n\n copy_calldata_to_memory_with_cleanup(start, pos, length)\n end := add(pos, round_up_to_mul_of_32(length))\n }\n\n function abi_encode_tuple_t_uint256_t_bytes32_t_uint96_t_bytes32_t_string_calldata_ptr__to_t_uint256_t_bytes32_t_uint256_t_bytes32_t_string_memory_ptr__fromStack_reversed(headStart , value5, value4, value3, value2, value1, value0) -> tail {\n tail := add(headStart, 160)\n\n abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value1, add(headStart, 32))\n\n abi_encode_t_uint96_to_t_uint256_fromStack(value2, add(headStart, 64))\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value3, add(headStart, 96))\n\n mstore(add(headStart, 128), sub(tail, headStart))\n tail := abi_encode_t_string_calldata_ptr_to_t_string_memory_ptr_fromStack(value4, value5, tail)\n\n }\n\n function checked_sub_t_uint96(x, y) -> diff {\n x := cleanup_t_uint96(x)\n y := cleanup_t_uint96(y)\n diff := sub(x, y)\n\n if gt(diff, 0xffffffffffffffffffffffff) { panic_error_0x11() }\n\n }\n\n function convert_t_uint64_to_t_uint96(value) -> converted {\n converted := cleanup_t_uint96(identity(cleanup_t_uint64(value)))\n }\n\n function abi_encode_t_uint64_to_t_uint96_fromStack(value, pos) {\n mstore(pos, convert_t_uint64_to_t_uint96(value))\n }\n\n function abi_encode_tuple_t_bytes32_t_uint64__to_t_bytes32_t_uint96__fromStack_reversed(headStart , value1, value0) -> tail {\n tail := add(headStart, 64)\n\n abi_encode_t_bytes32_to_t_bytes32_fromStack(value0, add(headStart, 0))\n\n abi_encode_t_uint64_to_t_uint96_fromStack(value1, add(headStart, 32))\n\n }\n\n function store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(memPtr) {\n\n mstore(add(memPtr, 0), \"Ownable: caller is not the owner\")\n\n }\n\n function abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 32)\n store_literal_in_memory_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(memPtr) {\n\n mstore(add(memPtr, 0), \"Initializable: contract is not i\")\n\n mstore(add(memPtr, 32), \"nitializing\")\n\n }\n\n function abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 43)\n store_literal_in_memory_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b(pos)\n end := add(pos, 64)\n }\n\n function abi_encode_tuple_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: paused\")\n\n }\n\n function abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(memPtr) {\n\n mstore(add(memPtr, 0), \"TokenNotSupported\")\n\n }\n\n function abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 17)\n store_literal_in_memory_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(memPtr) {\n\n mstore(add(memPtr, 0), \"AmountIsZero\")\n\n }\n\n function abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 12)\n store_literal_in_memory_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(memPtr) {\n\n mstore(add(memPtr, 0), \"ThrowZeroAddress\")\n\n }\n\n function abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 16)\n store_literal_in_memory_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(memPtr) {\n\n mstore(add(memPtr, 0), \"InvalidSenderFeeRecipient\")\n\n }\n\n function abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 25)\n store_literal_in_memory_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n function store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(memPtr) {\n\n mstore(add(memPtr, 0), \"Pausable: not paused\")\n\n }\n\n function abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack(pos) -> end {\n pos := array_storeLengthForEncoding_t_string_memory_ptr_fromStack(pos, 20)\n store_literal_in_memory_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a(pos)\n end := add(pos, 32)\n }\n\n function abi_encode_tuple_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a__to_t_string_memory_ptr__fromStack_reversed(headStart ) -> tail {\n tail := add(headStart, 32)\n\n mstore(add(headStart, 0), sub(tail, headStart))\n tail := abi_encode_t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a_to_t_string_memory_ptr_fromStack( tail)\n\n }\n\n}\n","id":11,"language":"Yul","name":"#utility.yul"}],"immutableReferences":{},"linkReferences":{},"object":"608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b6101566004803603810190610151919061285d565b6103c3565b6040516101639190612977565b60405180910390f35b61018660048036038101906101819190612b47565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c01565b6105d0565b005b6101c860048036038101906101c39190612c81565b610898565b005b6101d2610903565b6040516101df9190612cc9565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d1a565b61092e565b6040516102199190612cc9565b60405180910390f35b61023c60048036038101906102379190612d5a565b610dce565b6040516102499190612cc9565b60405180910390f35b61026c6004803603810190610267919061285d565b610e2a565b6040516102799190612ea7565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612ed2565b60405180910390f35b6102c661125c565b6040516102d4929190612f0b565b60405180910390f35b6102f760048036038101906102f2919061285d565b611281565b6040516103049190612f63565b60405180910390f35b61032760048036038101906103229190612f7e565b6112c2565b005b610343600480360381019061033e9190613058565b611447565b604051610350919061313d565b60405180910390f35b61036161198d565b60405161036e9190612ed2565b60405180910390f35b610391600480360381019061038c9190613158565b6119b7565b60405161039e9190612cc9565b60405180910390f35b6103c160048036038101906103bc9190612d5a565b612013565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c0565b60cd6000838152602001908152602001600020600061047091906126eb565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a16131bf565b5b60200260200101519080600181540180825580915050600190039060005260206000209060020201600090919091909150600082015181600001556020820151816001015550506040518060400160405280838381518110610507576105066131bf565b5b60200260200101516020015181526020018481525060ce6000848481518110610533576105326131bf565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613308565b60405180910390a25050565b6105c66120c0565b6105ce61213e565b565b6105d86120c0565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e90613387565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613419565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f8906134ab565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c0565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f891906134cb565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c0565b61092c60006121a1565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b790613532565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c9061359e565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a819061360a565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb90613676565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b78929190613696565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb91906136eb565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c709190613747565b610c7a919061377b565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a9190613747565b6040518363ffffffff1660e01b8152600401610d47929190613696565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a91906136eb565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb91906137af565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261270f565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d2565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198d565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb9061383c565b60405180910390fd5b6110cd816121a1565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121da565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611164906138ce565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fd565b6111c4612256565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860016040516112149190613940565b60405180910390a15b50565b6112286120c0565b6112306122af565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6112896127cc565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c0565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161133090613387565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e906139a7565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161143991906137af565b60405180910390a35b505050565b6000611451612312565b61145e8a8a86898961235c565b600083839050036114a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149b90613a13565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114ce9190613747565b6040518463ffffffff1660e01b81526004016114ec93929190613a33565b6020604051808303816000875af115801561150b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061152f91906136eb565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158190613a6a565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115d9929190613696565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116229190613ab2565b61162c9190613b23565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f4919061377b565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197796959493929190613bc1565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a49576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4090613532565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa59061359e565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b13576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0a9061360a565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b979190613c1d565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611ec9576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df057610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d19929190613696565b6020604051808303816000875af1158015611d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5c91906136eb565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec8578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e83929190613696565b6020604051808303816000875af1158015611ea2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec691906136eb565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efb9190613ab2565b611f059190613b23565b90508061010160008881526020019081526020016000206007016000828254611f2e919061377b565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f70929190613696565b6020604051808303816000875af1158015611f8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb391906136eb565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffd929190613c8e565b60405180910390a3600192505050949350505050565b61201b6120c0565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207b611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c86121d2565b73ffffffffffffffffffffffffffffffffffffffff166120e6611232565b73ffffffffffffffffffffffffffffffffffffffff161461213c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213390613d03565b60405180910390fd5b565b61214661250f565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218a6121d2565b6040516121979190612ed2565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121cf81612558565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224390613d95565b60405180910390fd5b61225461261e565b565b600060019054906101000a900460ff166122a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229c90613d95565b60405180910390fd5b6122ad61267f565b565b6122b7612312565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fb6121d2565b6040516123089190612ed2565b60405180910390a1565b61231a610903565b1561235a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235190613e01565b60405180910390fd5b565b600160cc60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d590613e6d565b60405180910390fd5b60008403612421576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241890613ed9565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612490576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248790613f45565b60405180910390fd5b6000811461250857600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612507576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124fe90613fb1565b60405180910390fd5b5b5050505050565b612517610903565b612556576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161254d9061401d565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff1661266d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161266490613d95565b60405180910390fd5b61267d6126786121d2565b6121a1565b565b600060019054906101000a900460ff166126ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c590613d95565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b508054600082556002029060005260206000209081019061270c91906127ec565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561280f576000808201600090556001820160009055506002016127ed565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61283a81612827565b811461284557600080fd5b50565b60008135905061285781612831565b92915050565b6000602082840312156128735761287261281d565b5b600061288184828501612848565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6128bf81612827565b82525050565b6040820160008201516128db60008501826128b6565b5060208201516128ee60208501826128b6565b50505050565b600061290083836128c5565b60408301905092915050565b6000602082019050919050565b60006129248261288a565b61292e8185612895565b9350612939836128a6565b8060005b8381101561296a57815161295188826128f4565b975061295c8361290c565b92505060018101905061293d565b5085935050505092915050565b600060208201905081810360008301526129918184612919565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6129e78261299e565b810181811067ffffffffffffffff82111715612a0657612a056129af565b5b80604052505050565b6000612a19612813565b9050612a2582826129de565b919050565b600067ffffffffffffffff821115612a4557612a446129af565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612a7657612a75612a5b565b5b612a806040612a0f565b90506000612a9084828501612848565b6000830152506020612aa484828501612848565b60208301525092915050565b6000612ac3612abe84612a2a565b612a0f565b90508083825260208201905060408402830185811115612ae657612ae5612a56565b5b835b81811015612b0f5780612afb8882612a60565b845260208401935050604081019050612ae8565b5050509392505050565b600082601f830112612b2e57612b2d612999565b5b8135612b3e848260208601612ab0565b91505092915050565b60008060408385031215612b5e57612b5d61281d565b5b6000612b6c85828601612848565b925050602083013567ffffffffffffffff811115612b8d57612b8c612822565b5b612b9985828601612b19565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612bce82612ba3565b9050919050565b612bde81612bc3565b8114612be957600080fd5b50565b600081359050612bfb81612bd5565b92915050565b60008060408385031215612c1857612c1761281d565b5b6000612c2685828601612848565b9250506020612c3785828601612bec565b9150509250929050565b600067ffffffffffffffff82169050919050565b612c5e81612c41565b8114612c6957600080fd5b50565b600081359050612c7b81612c55565b92915050565b600060208284031215612c9757612c9661281d565b5b6000612ca584828501612c6c565b91505092915050565b60008115159050919050565b612cc381612cae565b82525050565b6000602082019050612cde6000830184612cba565b92915050565b6000819050919050565b612cf781612ce4565b8114612d0257600080fd5b50565b600081359050612d1481612cee565b92915050565b60008060408385031215612d3157612d3061281d565b5b6000612d3f85828601612d05565b9250506020612d5085828601612848565b9150509250929050565b600060208284031215612d7057612d6f61281d565b5b6000612d7e84828501612bec565b91505092915050565b612d9081612bc3565b82525050565b612d9f81612ce4565b82525050565b612dae81612cae565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612dd581612db4565b82525050565b61014082016000820151612df26000850182612d87565b506020820151612e056020850182612d87565b506040820151612e186040850182612d87565b506060820151612e2b6060850182612d96565b506080820151612e3e6080850182612d96565b5060a0820151612e5160a0850182612da5565b5060c0820151612e6460c0850182612da5565b5060e0820151612e7760e0850182612d87565b50610100820151612e8c610100850182612dcc565b50610120820151612ea1610120850182612d96565b50505050565b600061014082019050612ebd6000830184612ddb565b92915050565b612ecc81612bc3565b82525050565b6000602082019050612ee76000830184612ec3565b92915050565b612ef681612c41565b82525050565b612f0581612ce4565b82525050565b6000604082019050612f206000830185612eed565b612f2d6020830184612efc565b9392505050565b604082016000820151612f4a60008501826128b6565b506020820151612f5d60208501826128b6565b50505050565b6000604082019050612f786000830184612f34565b92915050565b600080600060608486031215612f9757612f9661281d565b5b6000612fa586828701612848565b9350506020612fb686828701612bec565b9250506040612fc786828701612d05565b9150509250925092565b612fda81612db4565b8114612fe557600080fd5b50565b600081359050612ff781612fd1565b92915050565b600080fd5b60008083601f84011261301857613017612999565b5b8235905067ffffffffffffffff81111561303557613034612ffd565b5b60208301915083600182028301111561305157613050612a56565b5b9250929050565b60008060008060008060008060006101008a8c03121561307b5761307a61281d565b5b60006130898c828d01612bec565b995050602061309a8c828d01612d05565b98505060406130ab8c828d01612848565b97505060606130bc8c828d01612fe8565b96505060806130cd8c828d01612bec565b95505060a06130de8c828d01612d05565b94505060c06130ef8c828d01612bec565b93505060e08a013567ffffffffffffffff8111156131105761310f612822565b5b61311c8c828d01613002565b92509250509295985092959850929598565b61313781612827565b82525050565b6000602082019050613152600083018461312e565b92915050565b600080600080608085870312156131725761317161281d565b5b600061318087828801612848565b945050602061319187828801612848565b93505060406131a287828801612bec565b92505060606131b387828801612c6c565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132386132338361320e565b61321b565b9050919050565b60408201600080830154905061325481613225565b61326160008601826128b6565b506001830154905061327281613225565b61327f60208601826128b6565b5050505050565b6000613292838361323f565b60408301905092915050565b6000600282019050919050565b60006132b6826131ee565b6132c08185612895565b93506132cb836131f9565b8060005b838110156132fb57816132e28882613286565b97506132ed8361329e565b9250506001810190506132cf565b5085935050505092915050565b6000602082019050818103600083015261332281846132ab565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061337160158361332a565b915061337c8261333b565b602082019050919050565b600060208201905081810360008301526133a081613364565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b600061340360258361332a565b915061340e826133a7565b604082019050919050565b60006020820190508181036000830152613432816133f6565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b600061349560278361332a565b91506134a082613439565b604082019050919050565b600060208201905081810360008301526134c481613488565b9050919050565b60006020820190506134e06000830184612eed565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b600061351c600e8361332a565b9150613527826134e6565b602082019050919050565b6000602082019050818103600083015261354b8161350f565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b6000613588600e8361332a565b915061359382613552565b602082019050919050565b600060208201905081810360008301526135b78161357b565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b60006135f4600d8361332a565b91506135ff826135be565b602082019050919050565b60006020820190508181036000830152613623816135e7565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b600061366060158361332a565b915061366b8261362a565b602082019050919050565b6000602082019050818103600083015261368f81613653565b9050919050565b60006040820190506136ab6000830185612ec3565b6136b86020830184612efc565b9392505050565b6136c881612cae565b81146136d357600080fd5b50565b6000815190506136e5816136bf565b92915050565b6000602082840312156137015761370061281d565b5b600061370f848285016136d6565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061375282612ce4565b915061375d83612ce4565b925082820190508082111561377557613774613718565b5b92915050565b600061378682612ce4565b915061379183612ce4565b92508282039050818111156137a9576137a8613718565b5b92915050565b60006020820190506137c46000830184612efc565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061382660298361332a565b9150613831826137ca565b604082019050919050565b6000602082019050818103600083015261385581613819565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b60006138b8602e8361332a565b91506138c38261385c565b604082019050919050565b600060208201905081810360008301526138e7816138ab565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061392a613925613920846138ee565b613905565b6138f8565b9050919050565b61393a8161390f565b82525050565b60006020820190506139556000830184613931565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b600061399160178361332a565b915061399c8261395b565b602082019050919050565b600060208201905081810360008301526139c081613984565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b60006139fd60128361332a565b9150613a08826139c7565b602082019050919050565b60006020820190508181036000830152613a2c816139f0565b9050919050565b6000606082019050613a486000830186612ec3565b613a556020830185612ec3565b613a626040830184612efc565b949350505050565b6000613a7582612ce4565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613aa757613aa6613718565b5b600182019050919050565b6000613abd82612ce4565b9150613ac883612ce4565b9250828202613ad681612ce4565b91508282048414831517613aed57613aec613718565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b2e82612ce4565b9150613b3983612ce4565b925082613b4957613b48613af4565b5b828204905092915050565b6000613b6f613b6a613b6584612db4565b613905565b612ce4565b9050919050565b613b7f81613b54565b82525050565b82818337600083830152505050565b6000613ba0838561332a565b9350613bad838584613b85565b613bb68361299e565b840190509392505050565b600060a082019050613bd66000830189612efc565b613be3602083018861312e565b613bf06040830187613b76565b613bfd606083018661312e565b8181036080830152613c10818486613b94565b9050979650505050505050565b6000613c2882612db4565b9150613c3383612db4565b925082820390506bffffffffffffffffffffffff811115613c5757613c56613718565b5b92915050565b6000613c78613c73613c6e84612c41565b613905565b612db4565b9050919050565b613c8881613c5d565b82525050565b6000604082019050613ca3600083018561312e565b613cb06020830184613c7f565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613ced60208361332a565b9150613cf882613cb7565b602082019050919050565b60006020820190508181036000830152613d1c81613ce0565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613d7f602b8361332a565b9150613d8a82613d23565b604082019050919050565b60006020820190508181036000830152613dae81613d72565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613deb60108361332a565b9150613df682613db5565b602082019050919050565b60006020820190508181036000830152613e1a81613dde565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613e5760118361332a565b9150613e6282613e21565b602082019050919050565b60006020820190508181036000830152613e8681613e4a565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613ec3600c8361332a565b9150613ece82613e8d565b602082019050919050565b60006020820190508181036000830152613ef281613eb6565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f2f60108361332a565b9150613f3a82613ef9565b602082019050919050565b60006020820190508181036000830152613f5e81613f22565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000613f9b60198361332a565b9150613fa682613f65565b602082019050919050565b60006020820190508181036000830152613fca81613f8e565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061400760148361332a565b915061401282613fd1565b602082019050919050565b6000602082019050818103600083015261403681613ffa565b905091905056fea2646970667358221220c467be0a596d20a784e5d953a96c1fae98672bb61c7dd20c3564dac53e2a2ddb64736f6c63430008120033","opcodes":"PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x137 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x79BA5097 GT PUSH2 0xB8 JUMPI DUP1 PUSH4 0xC2280103 GT PUSH2 0x7C JUMPI DUP1 PUSH4 0xC2280103 EQ PUSH2 0x2DD JUMPI DUP1 PUSH4 0xCD992400 EQ PUSH2 0x30D JUMPI DUP1 PUSH4 0xD12FF20A EQ PUSH2 0x329 JUMPI DUP1 PUSH4 0xE30C3978 EQ PUSH2 0x359 JUMPI DUP1 PUSH4 0xF22EE704 EQ PUSH2 0x377 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x3A7 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x79BA5097 EQ PUSH2 0x282 JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x28C JUMPI DUP1 PUSH4 0x8456CB59 EQ PUSH2 0x296 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x2A0 JUMPI DUP1 PUSH4 0xB810C636 EQ PUSH2 0x2BE JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x5C975ABB GT PUSH2 0xFF JUMPI DUP1 PUSH4 0x5C975ABB EQ PUSH2 0x1CA JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0x71EEDB88 EQ PUSH2 0x1F2 JUMPI DUP1 PUSH4 0x75151B63 EQ PUSH2 0x222 JUMPI DUP1 PUSH4 0x768C6EC0 EQ PUSH2 0x252 JUMPI PUSH2 0x137 JUMP JUMPDEST DUP1 PUSH4 0x2621338 EQ PUSH2 0x13C JUMPI DUP1 PUSH4 0x32200882 EQ PUSH2 0x16C JUMPI DUP1 PUSH4 0x3F4BA83A EQ PUSH2 0x188 JUMPI DUP1 PUSH4 0x40EBC677 EQ PUSH2 0x192 JUMPI DUP1 PUSH4 0x47094E2E EQ PUSH2 0x1AE JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x156 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x151 SWAP2 SWAP1 PUSH2 0x285D JUMP JUMPDEST PUSH2 0x3C3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x163 SWAP2 SWAP1 PUSH2 0x2977 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x186 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x181 SWAP2 SWAP1 PUSH2 0x2B47 JUMP JUMPDEST PUSH2 0x449 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x190 PUSH2 0x5BE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1AC PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1A7 SWAP2 SWAP1 PUSH2 0x2C01 JUMP JUMPDEST PUSH2 0x5D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1C8 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x1C3 SWAP2 SWAP1 PUSH2 0x2C81 JUMP JUMPDEST PUSH2 0x898 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x1D2 PUSH2 0x903 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1DF SWAP2 SWAP1 PUSH2 0x2CC9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x1F0 PUSH2 0x91A JUMP JUMPDEST STOP JUMPDEST PUSH2 0x20C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x207 SWAP2 SWAP1 PUSH2 0x2D1A JUMP JUMPDEST PUSH2 0x92E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x219 SWAP2 SWAP1 PUSH2 0x2CC9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x23C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x237 SWAP2 SWAP1 PUSH2 0x2D5A JUMP JUMPDEST PUSH2 0xDCE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x249 SWAP2 SWAP1 PUSH2 0x2CC9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x26C PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x267 SWAP2 SWAP1 PUSH2 0x285D JUMP JUMPDEST PUSH2 0xE2A JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x279 SWAP2 SWAP1 PUSH2 0x2EA7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x28A PUSH2 0x1043 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x294 PUSH2 0x10D0 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x29E PUSH2 0x1220 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x2A8 PUSH2 0x1232 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2B5 SWAP2 SWAP1 PUSH2 0x2ED2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2C6 PUSH2 0x125C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2D4 SWAP3 SWAP2 SWAP1 PUSH2 0x2F0B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x2F7 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x2F2 SWAP2 SWAP1 PUSH2 0x285D JUMP JUMPDEST PUSH2 0x1281 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x304 SWAP2 SWAP1 PUSH2 0x2F63 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x327 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x322 SWAP2 SWAP1 PUSH2 0x2F7E JUMP JUMPDEST PUSH2 0x12C2 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x343 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x33E SWAP2 SWAP1 PUSH2 0x3058 JUMP JUMPDEST PUSH2 0x1447 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x350 SWAP2 SWAP1 PUSH2 0x313D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x361 PUSH2 0x198D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x36E SWAP2 SWAP1 PUSH2 0x2ED2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x391 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x38C SWAP2 SWAP1 PUSH2 0x3158 JUMP JUMPDEST PUSH2 0x19B7 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x39E SWAP2 SWAP1 PUSH2 0x2CC9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x3C1 PUSH1 0x4 DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x3BC SWAP2 SWAP1 PUSH2 0x2D5A JUMP JUMPDEST PUSH2 0x2013 JUMP JUMPDEST STOP JUMPDEST PUSH1 0x60 PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP1 SLOAD DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0x43E JUMPI DUP4 DUP3 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0x3F8 JUMP JUMPDEST POP POP POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x451 PUSH2 0x20C0 JUMP JUMPDEST PUSH1 0xCD PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x470 SWAP2 SWAP1 PUSH2 0x26EB JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP2 MLOAD DUP2 LT ISZERO PUSH2 0x56F JUMPI PUSH1 0xCD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x4A2 JUMPI PUSH2 0x4A1 PUSH2 0x31BF JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 DUP1 PUSH1 0x1 DUP2 SLOAD ADD DUP1 DUP3 SSTORE DUP1 SWAP2 POP POP PUSH1 0x1 SWAP1 SUB SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 PUSH1 0x2 MUL ADD PUSH1 0x0 SWAP1 SWAP2 SWAP1 SWAP2 SWAP1 SWAP2 POP PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE POP POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP4 DUP4 DUP2 MLOAD DUP2 LT PUSH2 0x507 JUMPI PUSH2 0x506 PUSH2 0x31BF JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x20 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP5 DUP2 MSTORE POP PUSH1 0xCE PUSH1 0x0 DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x533 JUMPI PUSH2 0x532 PUSH2 0x31BF JUMP JUMPDEST JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD SSTORE PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD SSTORE SWAP1 POP POP DUP1 PUSH1 0x1 ADD SWAP1 POP PUSH2 0x473 JUMP JUMPDEST POP DUP2 PUSH32 0x58F3A30EC15A8D3E09FA65F9EF10219BC7A9A99D872A4ED895C37C2E761AC2AC PUSH1 0xCD PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD PUSH2 0x5B2 SWAP2 SWAP1 PUSH2 0x3308 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP JUMP JUMPDEST PUSH2 0x5C6 PUSH2 0x20C0 JUMP JUMPDEST PUSH2 0x5CE PUSH2 0x213E JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x5D8 PUSH2 0x20C0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x647 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x63E SWAP1 PUSH2 0x3387 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH32 0x7472656173757279000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x74A JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x700 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x6F7 SWAP1 PUSH2 0x3419 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x98 PUSH1 0x8 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP PUSH2 0x848 JUMP JUMPDEST PUSH32 0x61676772656761746F7200000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x847 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x801 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x7F8 SWAP1 PUSH2 0x34AB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x99 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x1 SWAP1 POP JUMPDEST JUMPDEST DUP1 ISZERO PUSH2 0x893 JUMPI DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xBBC5B96E57CFECB3DBEEADF92E87F15E58E64FCD75CBE256DCC5D9EF2E51E8A4 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH2 0x8A0 PUSH2 0x20C0 JUMP JUMPDEST DUP1 PUSH1 0x98 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH8 0xFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH8 0xFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH32 0x1CE29A697A4765BD17D91DF93BA75B250B629ECF030553FF1F6AB59F15AE6C7B DUP2 PUSH1 0x40 MLOAD PUSH2 0x8F8 SWAP2 SWAP1 PUSH2 0x34CB JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH2 0x922 PUSH2 0x20C0 JUMP JUMPDEST PUSH2 0x92C PUSH1 0x0 PUSH2 0x21A1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x9C0 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x9B7 SWAP1 PUSH2 0x3532 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA25 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA1C SWAP1 PUSH2 0x359E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0xA8A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA81 SWAP1 PUSH2 0x360A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD LT ISZERO PUSH2 0xAE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xADB SWAP1 PUSH2 0x3676 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP6 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xB78 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB97 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 0xBBB SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 DUP4 PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0xC70 SWAP2 SWAP1 PUSH2 0x3747 JUMP JUMPDEST PUSH2 0xC7A SWAP2 SWAP1 PUSH2 0x377B JUMP JUMPDEST SWAP1 POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD DUP5 PUSH2 0xD2A SWAP2 SWAP1 PUSH2 0x3747 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xD47 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xD66 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 0xD8A SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP DUP3 PUSH32 0x736FE428E1747CA8D387C2E6FA1A31A0CDE62D3A167C40A46ADE59A3CDC828E DUP6 PUSH1 0x40 MLOAD PUSH2 0xDBB SWAP2 SWAP1 PUSH2 0x37AF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 PUSH1 0x1 SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD SUB PUSH2 0xE20 JUMPI PUSH1 0x1 SWAP1 POP PUSH2 0xE25 JUMP JUMPDEST PUSH1 0x0 SWAP1 POP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0xE32 PUSH2 0x270F JUMP JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x2 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x3 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x4 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x5 DUP3 ADD PUSH1 0x2 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x6 DUP3 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x7 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x104D PUSH2 0x21D2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x106E PUSH2 0x198D JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x10C4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x10BB SWAP1 PUSH2 0x383C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x10CD DUP2 PUSH2 0x21A1 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO SWAP1 POP DUP1 DUP1 ISZERO PUSH2 0x1101 JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND LT JUMPDEST DUP1 PUSH2 0x112E JUMPI POP PUSH2 0x1110 ADDRESS PUSH2 0x21DA JUMP JUMPDEST ISZERO DUP1 ISZERO PUSH2 0x112D JUMPI POP PUSH1 0x1 PUSH1 0x0 DUP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH1 0xFF AND EQ JUMPDEST JUMPDEST PUSH2 0x116D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1164 SWAP1 PUSH2 0x38CE JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x0 DUP1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 PUSH1 0xFF AND MUL OR SWAP1 SSTORE POP DUP1 ISZERO PUSH2 0x11AA JUMPI PUSH1 0x1 PUSH1 0x0 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMPDEST PUSH3 0x186A0 PUSH1 0x97 DUP2 SWAP1 SSTORE POP PUSH2 0x11BC PUSH2 0x21FD JUMP JUMPDEST PUSH2 0x11C4 PUSH2 0x2256 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x121D JUMPI PUSH1 0x0 DUP1 PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x7F26B83FF96E1F2B6A682F133852F6798A09C465DA95921460CEFB3847402498 PUSH1 0x1 PUSH1 0x40 MLOAD PUSH2 0x1214 SWAP2 SWAP1 PUSH2 0x3940 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP JUMP JUMPDEST PUSH2 0x1228 PUSH2 0x20C0 JUMP JUMPDEST PUSH2 0x1230 PUSH2 0x22AF JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x97 SLOAD SWAP2 POP SWAP2 POP SWAP1 SWAP2 JUMP JUMPDEST PUSH2 0x1289 PUSH2 0x27CC JUMP JUMPDEST PUSH1 0xCE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE SWAP1 DUP2 PUSH1 0x0 DUP3 ADD SLOAD DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x1 DUP3 ADD SLOAD DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x12CA PUSH2 0x20C0 JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1339 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1330 SWAP1 PUSH2 0x3387 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 DUP2 EQ DUP1 PUSH2 0x1348 JUMPI POP PUSH1 0x2 DUP2 EQ JUMPDEST PUSH2 0x1387 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x137E SWAP1 PUSH2 0x39A7 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH32 0x746F6B656E000000000000000000000000000000000000000000000000000000 DUP4 SUB PUSH2 0x1442 JUMPI DUP1 PUSH1 0xCC PUSH1 0x0 DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH32 0xCFA976492AF7C14A916CC3A239F4C9C75BBD7F5F0E398BEB41D892C7EECCAE4C DUP4 PUSH1 0x40 MLOAD PUSH2 0x1439 SWAP2 SWAP1 PUSH2 0x37AF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1451 PUSH2 0x2312 JUMP JUMPDEST PUSH2 0x145E DUP11 DUP11 DUP7 DUP10 DUP10 PUSH2 0x235C JUMP JUMPDEST PUSH1 0x0 DUP4 DUP4 SWAP1 POP SUB PUSH2 0x14A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x149B SWAP1 PUSH2 0x3A13 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP10 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0x23B872DD CALLER ADDRESS DUP9 DUP14 PUSH2 0x14CE SWAP2 SWAP1 PUSH2 0x3747 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP5 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x14EC SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3A33 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x150B 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 0x152F SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP2 SLOAD DUP1 SWAP3 SWAP2 SWAP1 PUSH2 0x1581 SWAP1 PUSH2 0x3A6A JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP CALLER PUSH2 0x102 PUSH1 0x0 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x15D9 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 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 PUSH1 0x0 PUSH1 0x97 SLOAD PUSH1 0x98 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH8 0xFFFFFFFFFFFFFFFF AND DUP12 PUSH2 0x1622 SWAP2 SWAP1 PUSH2 0x3AB2 JUMP JUMPDEST PUSH2 0x162C SWAP2 SWAP1 PUSH2 0x3B23 JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP13 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP9 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x97 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP13 PUSH2 0x16F4 SWAP2 SWAP1 PUSH2 0x377B JUMP JUMPDEST DUP2 MSTORE POP PUSH2 0x101 PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 DUP3 ADD MLOAD DUP2 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x20 DUP3 ADD MLOAD DUP2 PUSH1 0x1 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x40 DUP3 ADD MLOAD DUP2 PUSH1 0x2 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x60 DUP3 ADD MLOAD DUP2 PUSH1 0x3 ADD SSTORE PUSH1 0x80 DUP3 ADD MLOAD DUP2 PUSH1 0x4 ADD SSTORE PUSH1 0xA0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xC0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x1 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0xE0 DUP3 ADD MLOAD DUP2 PUSH1 0x5 ADD PUSH1 0x2 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x100 DUP3 ADD MLOAD DUP2 PUSH1 0x6 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH2 0x120 DUP3 ADD MLOAD DUP2 PUSH1 0x7 ADD SSTORE SWAP1 POP POP PUSH2 0x101 PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD DUP12 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x3BDD0D86E09A22D7CE596118BD3CA5EC73EA47533A465BE37621E913ED2BF333 DUP5 DUP7 DUP14 DUP16 DUP12 DUP12 PUSH1 0x40 MLOAD PUSH2 0x1977 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3BC1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x65 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x99 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND CALLER PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x1A49 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1A40 SWAP1 PUSH2 0x3532 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1AAE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1AA5 SWAP1 PUSH2 0x359E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x101 PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND ISZERO PUSH2 0x1B13 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1B0A SWAP1 PUSH2 0x360A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 DUP3 DUP3 DUP3 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x1B97 SWAP2 SWAP1 PUSH2 0x3C1D JUMP JUMPDEST SWAP3 POP PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x6 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x1EC9 JUMPI PUSH1 0x1 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x5 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD EQ PUSH2 0x1DF0 JUMPI PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x1 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D19 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1D38 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 0x1D5C SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP PUSH2 0x101 PUSH1 0x0 DUP7 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x3 ADD SLOAD PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x2 ADD PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x44F6938CA4A10313AABB76F874CCED61E35710A734A126E4AFB34461BF8C2501 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 JUMPDEST PUSH1 0x0 PUSH2 0x101 PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD EQ PUSH2 0x1EC8 JUMPI DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB PUSH1 0x98 PUSH1 0x8 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x4 ADD SLOAD PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1E83 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1EA2 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 0x1EC6 SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP JUMPDEST JUMPDEST PUSH1 0x0 PUSH1 0x97 SLOAD DUP5 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH2 0x101 PUSH1 0x0 DUP10 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD SLOAD PUSH2 0x1EFB SWAP2 SWAP1 PUSH2 0x3AB2 JUMP JUMPDEST PUSH2 0x1F05 SWAP2 SWAP1 PUSH2 0x3B23 JUMP JUMPDEST SWAP1 POP DUP1 PUSH2 0x101 PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x7 ADD PUSH1 0x0 DUP3 DUP3 SLOAD PUSH2 0x1F2E SWAP2 SWAP1 PUSH2 0x377B JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xA9059CBB DUP7 DUP4 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1F70 SWAP3 SWAP2 SWAP1 PUSH2 0x3696 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x1F8F 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 0x1FB3 SWAP2 SWAP1 PUSH2 0x36EB JUMP JUMPDEST POP DUP5 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP7 PUSH32 0x98ECE21E01A01CBE1D1C0DAD3B053C8FBD368F99BE78BE958FCF1D1D13FD249A DUP10 DUP8 PUSH1 0x40 MLOAD PUSH2 0x1FFD SWAP3 SWAP2 SWAP1 PUSH2 0x3C8E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH1 0x1 SWAP3 POP POP POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x201B PUSH2 0x20C0 JUMP JUMPDEST DUP1 PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x207B PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x38D16B8CAC22D99FC7C124B9CD0DE2D3FA1FAEF420BFE791D8C362D765E22700 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP JUMP JUMPDEST PUSH2 0x20C8 PUSH2 0x21D2 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH2 0x20E6 PUSH2 0x1232 JUMP JUMPDEST PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EQ PUSH2 0x213C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2133 SWAP1 PUSH2 0x3D03 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x2146 PUSH2 0x250F JUMP JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x5DB9EE0A495BF2E6FF9C91A7834C1BA4FDD244A5E8AA4E537BD38AEAE4B073AA PUSH2 0x218A PUSH2 0x21D2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2197 SWAP2 SWAP1 PUSH2 0x2ED2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH1 0x65 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD SWAP1 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 SSTORE PUSH2 0x21CF DUP2 PUSH2 0x2558 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 CALLER SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND EXTCODESIZE GT SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x224C JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2243 SWAP1 PUSH2 0x3D95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2254 PUSH2 0x261E JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x22A5 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x229C SWAP1 PUSH2 0x3D95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x22AD PUSH2 0x267F JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x22B7 PUSH2 0x2312 JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP PUSH32 0x62E78CEA01BEE320CD4E420270B5EA74000D11B0C9F74754EBDBFC544B05A258 PUSH2 0x22FB PUSH2 0x21D2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2308 SWAP2 SWAP1 PUSH2 0x2ED2 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMP JUMPDEST PUSH2 0x231A PUSH2 0x903 JUMP JUMPDEST ISZERO PUSH2 0x235A JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2351 SWAP1 PUSH2 0x3E01 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x1 PUSH1 0xCC PUSH1 0x0 DUP8 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 SLOAD EQ PUSH2 0x23DE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x23D5 SWAP1 PUSH2 0x3E6D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP5 SUB PUSH2 0x2421 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2418 SWAP1 PUSH2 0x3ED9 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2490 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2487 SWAP1 PUSH2 0x3F45 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP2 EQ PUSH2 0x2508 JUMPI PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP3 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SUB PUSH2 0x2507 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x24FE SWAP1 PUSH2 0x3FB1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2517 PUSH2 0x903 JUMP JUMPDEST PUSH2 0x2556 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x254D SWAP1 PUSH2 0x401D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x33 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND SWAP1 POP DUP2 PUSH1 0x33 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 PUSH1 0x40 MLOAD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x266D JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x2664 SWAP1 PUSH2 0x3D95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x267D PUSH2 0x2678 PUSH2 0x21D2 JUMP JUMPDEST PUSH2 0x21A1 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0xFF AND PUSH2 0x26CE JUMPI PUSH1 0x40 MLOAD PUSH32 0x8C379A000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x26C5 SWAP1 PUSH2 0x3D95 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xCF PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0xFF MUL NOT AND SWAP1 DUP4 ISZERO ISZERO MUL OR SWAP1 SSTORE POP JUMP JUMPDEST POP DUP1 SLOAD PUSH1 0x0 DUP3 SSTORE PUSH1 0x2 MUL SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x270C SWAP2 SWAP1 PUSH2 0x27EC JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP2 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 DUP1 NOT AND DUP2 MSTORE POP SWAP1 JUMP JUMPDEST JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0x280F JUMPI PUSH1 0x0 DUP1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x0 SWAP1 SSTORE POP PUSH1 0x2 ADD PUSH2 0x27ED JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x283A DUP2 PUSH2 0x2827 JUMP JUMPDEST DUP2 EQ PUSH2 0x2845 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2857 DUP2 PUSH2 0x2831 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2873 JUMPI PUSH2 0x2872 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2881 DUP5 DUP3 DUP6 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x28BF DUP2 PUSH2 0x2827 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x28DB PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x28EE PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2900 DUP4 DUP4 PUSH2 0x28C5 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2924 DUP3 PUSH2 0x288A JUMP JUMPDEST PUSH2 0x292E DUP2 DUP6 PUSH2 0x2895 JUMP JUMPDEST SWAP4 POP PUSH2 0x2939 DUP4 PUSH2 0x28A6 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x296A JUMPI DUP2 MLOAD PUSH2 0x2951 DUP9 DUP3 PUSH2 0x28F4 JUMP JUMPDEST SWAP8 POP PUSH2 0x295C DUP4 PUSH2 0x290C JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x293D JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x2991 DUP2 DUP5 PUSH2 0x2919 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH2 0x29E7 DUP3 PUSH2 0x299E JUMP JUMPDEST DUP2 ADD DUP2 DUP2 LT PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT OR ISZERO PUSH2 0x2A06 JUMPI PUSH2 0x2A05 PUSH2 0x29AF JUMP JUMPDEST JUMPDEST DUP1 PUSH1 0x40 MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2A19 PUSH2 0x2813 JUMP JUMPDEST SWAP1 POP PUSH2 0x2A25 DUP3 DUP3 PUSH2 0x29DE JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2A45 JUMPI PUSH2 0x2A44 PUSH2 0x29AF JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP3 MUL SWAP1 POP PUSH1 0x20 DUP2 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2A76 JUMPI PUSH2 0x2A75 PUSH2 0x2A5B JUMP JUMPDEST JUMPDEST PUSH2 0x2A80 PUSH1 0x40 PUSH2 0x2A0F JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2A90 DUP5 DUP3 DUP6 ADD PUSH2 0x2848 JUMP JUMPDEST PUSH1 0x0 DUP4 ADD MSTORE POP PUSH1 0x20 PUSH2 0x2AA4 DUP5 DUP3 DUP6 ADD PUSH2 0x2848 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2AC3 PUSH2 0x2ABE DUP5 PUSH2 0x2A2A JUMP JUMPDEST PUSH2 0x2A0F JUMP JUMPDEST SWAP1 POP DUP1 DUP4 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH1 0x40 DUP5 MUL DUP4 ADD DUP6 DUP2 GT ISZERO PUSH2 0x2AE6 JUMPI PUSH2 0x2AE5 PUSH2 0x2A56 JUMP JUMPDEST JUMPDEST DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2B0F JUMPI DUP1 PUSH2 0x2AFB DUP9 DUP3 PUSH2 0x2A60 JUMP JUMPDEST DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP POP PUSH1 0x40 DUP2 ADD SWAP1 POP PUSH2 0x2AE8 JUMP JUMPDEST POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x2B2E JUMPI PUSH2 0x2B2D PUSH2 0x2999 JUMP JUMPDEST JUMPDEST DUP2 CALLDATALOAD PUSH2 0x2B3E DUP5 DUP3 PUSH1 0x20 DUP7 ADD PUSH2 0x2AB0 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2B5E JUMPI PUSH2 0x2B5D PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2B6C DUP6 DUP3 DUP7 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B8D JUMPI PUSH2 0x2B8C PUSH2 0x2822 JUMP JUMPDEST JUMPDEST PUSH2 0x2B99 DUP6 DUP3 DUP7 ADD PUSH2 0x2B19 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x2BCE DUP3 PUSH2 0x2BA3 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2BDE DUP2 PUSH2 0x2BC3 JUMP JUMPDEST DUP2 EQ PUSH2 0x2BE9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2BFB DUP2 PUSH2 0x2BD5 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C18 JUMPI PUSH2 0x2C17 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2C26 DUP6 DUP3 DUP7 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2C37 DUP6 DUP3 DUP7 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2C5E DUP2 PUSH2 0x2C41 JUMP JUMPDEST DUP2 EQ PUSH2 0x2C69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2C7B DUP2 PUSH2 0x2C55 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2C97 JUMPI PUSH2 0x2C96 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2CA5 DUP5 DUP3 DUP6 ADD PUSH2 0x2C6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 ISZERO ISZERO SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CC3 DUP2 PUSH2 0x2CAE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2CDE PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2CBA JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2CF7 DUP2 PUSH2 0x2CE4 JUMP JUMPDEST DUP2 EQ PUSH2 0x2D02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2D14 DUP2 PUSH2 0x2CEE JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D31 JUMPI PUSH2 0x2D30 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D3F DUP6 DUP3 DUP7 ADD PUSH2 0x2D05 JUMP JUMPDEST SWAP3 POP POP PUSH1 0x20 PUSH2 0x2D50 DUP6 DUP3 DUP7 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2D70 JUMPI PUSH2 0x2D6F PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2D7E DUP5 DUP3 DUP6 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2D90 DUP2 PUSH2 0x2BC3 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2D9F DUP2 PUSH2 0x2CE4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2DAE DUP2 PUSH2 0x2CAE JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x2DD5 DUP2 PUSH2 0x2DB4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x140 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2DF2 PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x2D87 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2E05 PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x2D87 JUMP JUMPDEST POP PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x2E18 PUSH1 0x40 DUP6 ADD DUP3 PUSH2 0x2D87 JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x2E2B PUSH1 0x60 DUP6 ADD DUP3 PUSH2 0x2D96 JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x2E3E PUSH1 0x80 DUP6 ADD DUP3 PUSH2 0x2D96 JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH2 0x2E51 PUSH1 0xA0 DUP6 ADD DUP3 PUSH2 0x2DA5 JUMP JUMPDEST POP PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x2E64 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x2DA5 JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x2E77 PUSH1 0xE0 DUP6 ADD DUP3 PUSH2 0x2D87 JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x2E8C PUSH2 0x100 DUP6 ADD DUP3 PUSH2 0x2DCC JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x2EA1 PUSH2 0x120 DUP6 ADD DUP3 PUSH2 0x2D96 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x140 DUP3 ADD SWAP1 POP PUSH2 0x2EBD PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2DDB JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2ECC DUP2 PUSH2 0x2BC3 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x2EE7 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2EC3 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2EF6 DUP2 PUSH2 0x2C41 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH2 0x2F05 DUP2 PUSH2 0x2CE4 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F20 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2EED JUMP JUMPDEST PUSH2 0x2F2D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2EFC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP3 ADD MLOAD PUSH2 0x2F4A PUSH1 0x0 DUP6 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x2F5D PUSH1 0x20 DUP6 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x2F78 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2F34 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2F97 JUMPI PUSH2 0x2F96 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x2FA5 DUP7 DUP3 DUP8 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x20 PUSH2 0x2FB6 DUP7 DUP3 DUP8 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP3 POP POP PUSH1 0x40 PUSH2 0x2FC7 DUP7 DUP3 DUP8 ADD PUSH2 0x2D05 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH2 0x2FDA DUP2 PUSH2 0x2DB4 JUMP JUMPDEST DUP2 EQ PUSH2 0x2FE5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 CALLDATALOAD SWAP1 POP PUSH2 0x2FF7 DUP2 PUSH2 0x2FD1 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x3018 JUMPI PUSH2 0x3017 PUSH2 0x2999 JUMP JUMPDEST JUMPDEST DUP3 CALLDATALOAD SWAP1 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3035 JUMPI PUSH2 0x3034 PUSH2 0x2FFD JUMP JUMPDEST JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x1 DUP3 MUL DUP4 ADD GT ISZERO PUSH2 0x3051 JUMPI PUSH2 0x3050 PUSH2 0x2A56 JUMP JUMPDEST JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x100 DUP11 DUP13 SUB SLT ISZERO PUSH2 0x307B JUMPI PUSH2 0x307A PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3089 DUP13 DUP3 DUP14 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP10 POP POP PUSH1 0x20 PUSH2 0x309A DUP13 DUP3 DUP14 ADD PUSH2 0x2D05 JUMP JUMPDEST SWAP9 POP POP PUSH1 0x40 PUSH2 0x30AB DUP13 DUP3 DUP14 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP8 POP POP PUSH1 0x60 PUSH2 0x30BC DUP13 DUP3 DUP14 ADD PUSH2 0x2FE8 JUMP JUMPDEST SWAP7 POP POP PUSH1 0x80 PUSH2 0x30CD DUP13 DUP3 DUP14 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP6 POP POP PUSH1 0xA0 PUSH2 0x30DE DUP13 DUP3 DUP14 ADD PUSH2 0x2D05 JUMP JUMPDEST SWAP5 POP POP PUSH1 0xC0 PUSH2 0x30EF DUP13 DUP3 DUP14 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP4 POP POP PUSH1 0xE0 DUP11 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3110 JUMPI PUSH2 0x310F PUSH2 0x2822 JUMP JUMPDEST JUMPDEST PUSH2 0x311C DUP13 DUP3 DUP14 ADD PUSH2 0x3002 JUMP JUMPDEST SWAP3 POP SWAP3 POP POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 POP SWAP3 SWAP6 SWAP9 JUMP JUMPDEST PUSH2 0x3137 DUP2 PUSH2 0x2827 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3152 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x312E JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x80 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x3172 JUMPI PUSH2 0x3171 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x3180 DUP8 DUP3 DUP9 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP5 POP POP PUSH1 0x20 PUSH2 0x3191 DUP8 DUP3 DUP9 ADD PUSH2 0x2848 JUMP JUMPDEST SWAP4 POP POP PUSH1 0x40 PUSH2 0x31A2 DUP8 DUP3 DUP9 ADD PUSH2 0x2BEC JUMP JUMPDEST SWAP3 POP POP PUSH1 0x60 PUSH2 0x31B3 DUP8 DUP3 DUP9 ADD PUSH2 0x2C6C JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP2 SLOAD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP DUP2 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x0 SHR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3238 PUSH2 0x3233 DUP4 PUSH2 0x320E JUMP JUMPDEST PUSH2 0x321B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 DUP3 ADD PUSH1 0x0 DUP1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x3254 DUP2 PUSH2 0x3225 JUMP JUMPDEST PUSH2 0x3261 PUSH1 0x0 DUP7 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP PUSH1 0x1 DUP4 ADD SLOAD SWAP1 POP PUSH2 0x3272 DUP2 PUSH2 0x3225 JUMP JUMPDEST PUSH2 0x327F PUSH1 0x20 DUP7 ADD DUP3 PUSH2 0x28B6 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3292 DUP4 DUP4 PUSH2 0x323F JUMP JUMPDEST PUSH1 0x40 DUP4 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x2 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x32B6 DUP3 PUSH2 0x31EE JUMP JUMPDEST PUSH2 0x32C0 DUP2 DUP6 PUSH2 0x2895 JUMP JUMPDEST SWAP4 POP PUSH2 0x32CB DUP4 PUSH2 0x31F9 JUMP JUMPDEST DUP1 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x32FB JUMPI DUP2 PUSH2 0x32E2 DUP9 DUP3 PUSH2 0x3286 JUMP JUMPDEST SWAP8 POP PUSH2 0x32ED DUP4 PUSH2 0x329E JUMP JUMPDEST SWAP3 POP POP PUSH1 0x1 DUP2 ADD SWAP1 POP PUSH2 0x32CF JUMP JUMPDEST POP DUP6 SWAP4 POP POP POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3322 DUP2 DUP5 PUSH2 0x32AB JUMP JUMPDEST SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A207A65726F20616464726573730000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3371 PUSH1 0x15 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x337C DUP3 PUSH2 0x333B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x33A0 DUP2 PUSH2 0x3364 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A207472656173757279206164647265737320616C72656164 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x7920736574000000000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3403 PUSH1 0x25 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x340E DUP3 PUSH2 0x33A7 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3432 DUP2 PUSH2 0x33F6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x476174657761793A2061676772656761746F72206164647265737320616C7265 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6164792073657400000000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3495 PUSH1 0x27 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x34A0 DUP3 PUSH2 0x3439 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x34C4 DUP2 PUSH2 0x3488 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x34E0 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2EED JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F6E6C7941676772656761746F72000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x351C PUSH1 0xE DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3527 DUP3 PUSH2 0x34E6 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x354B DUP2 PUSH2 0x350F JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F7264657246756C66696C6C6564000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3588 PUSH1 0xE DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3593 DUP3 PUSH2 0x3552 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x35B7 DUP2 PUSH2 0x357B JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4F72646572526566756E64656400000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x35F4 PUSH1 0xD DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x35FF DUP3 PUSH2 0x35BE JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3623 DUP2 PUSH2 0x35E7 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x4665654578636565647350726F746F636F6C4665650000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3660 PUSH1 0x15 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x366B DUP3 PUSH2 0x362A JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x368F DUP2 PUSH2 0x3653 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x36AB PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x2EC3 JUMP JUMPDEST PUSH2 0x36B8 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x2EFC JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x36C8 DUP2 PUSH2 0x2CAE JUMP JUMPDEST DUP2 EQ PUSH2 0x36D3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH2 0x36E5 DUP2 PUSH2 0x36BF JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3701 JUMPI PUSH2 0x3700 PUSH2 0x281D JUMP JUMPDEST JUMPDEST PUSH1 0x0 PUSH2 0x370F DUP5 DUP3 DUP6 ADD PUSH2 0x36D6 JUMP JUMPDEST SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3752 DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH2 0x375D DUP4 PUSH2 0x2CE4 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 ADD SWAP1 POP DUP1 DUP3 GT ISZERO PUSH2 0x3775 JUMPI PUSH2 0x3774 PUSH2 0x3718 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3786 DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH2 0x3791 DUP4 PUSH2 0x2CE4 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP DUP2 DUP2 GT ISZERO PUSH2 0x37A9 JUMPI PUSH2 0x37A8 PUSH2 0x3718 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x37C4 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x2EFC JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C6532537465703A2063616C6C6572206973206E6F742074686520 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E6577206F776E65720000000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3826 PUSH1 0x29 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3831 DUP3 PUSH2 0x37CA JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3855 DUP2 PUSH2 0x3819 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E747261637420697320616C726561 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x647920696E697469616C697A6564000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x38B8 PUSH1 0x2E DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x38C3 DUP3 PUSH2 0x385C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x38E7 DUP2 PUSH2 0x38AB JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x392A PUSH2 0x3925 PUSH2 0x3920 DUP5 PUSH2 0x38EE JUMP JUMPDEST PUSH2 0x3905 JUMP JUMPDEST PUSH2 0x38F8 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x393A DUP2 PUSH2 0x390F JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP PUSH2 0x3955 PUSH1 0x0 DUP4 ADD DUP5 PUSH2 0x3931 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x476174657761793A20696E76616C696420737461747573000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3991 PUSH1 0x17 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x399C DUP3 PUSH2 0x395B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x39C0 DUP2 PUSH2 0x3984 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C69644D657373616765486173680000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x39FD PUSH1 0x12 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3A08 DUP3 PUSH2 0x39C7 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3A2C DUP2 PUSH2 0x39F0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 ADD SWAP1 POP PUSH2 0x3A48 PUSH1 0x0 DUP4 ADD DUP7 PUSH2 0x2EC3 JUMP JUMPDEST PUSH2 0x3A55 PUSH1 0x20 DUP4 ADD DUP6 PUSH2 0x2EC3 JUMP JUMPDEST PUSH2 0x3A62 PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x2EFC JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3A75 DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP3 SUB PUSH2 0x3AA7 JUMPI PUSH2 0x3AA6 PUSH2 0x3718 JUMP JUMPDEST JUMPDEST PUSH1 0x1 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3ABD DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH2 0x3AC8 DUP4 PUSH2 0x2CE4 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 MUL PUSH2 0x3AD6 DUP2 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP DUP3 DUP3 DIV DUP5 EQ DUP4 ISZERO OR PUSH2 0x3AED JUMPI PUSH2 0x3AEC PUSH2 0x3718 JUMP JUMPDEST JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3B2E DUP3 PUSH2 0x2CE4 JUMP JUMPDEST SWAP2 POP PUSH2 0x3B39 DUP4 PUSH2 0x2CE4 JUMP JUMPDEST SWAP3 POP DUP3 PUSH2 0x3B49 JUMPI PUSH2 0x3B48 PUSH2 0x3AF4 JUMP JUMPDEST JUMPDEST DUP3 DUP3 DIV SWAP1 POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3B6F PUSH2 0x3B6A PUSH2 0x3B65 DUP5 PUSH2 0x2DB4 JUMP JUMPDEST PUSH2 0x3905 JUMP JUMPDEST PUSH2 0x2CE4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3B7F DUP2 PUSH2 0x3B54 JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST DUP3 DUP2 DUP4 CALLDATACOPY PUSH1 0x0 DUP4 DUP4 ADD MSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3BA0 DUP4 DUP6 PUSH2 0x332A JUMP JUMPDEST SWAP4 POP PUSH2 0x3BAD DUP4 DUP6 DUP5 PUSH2 0x3B85 JUMP JUMPDEST PUSH2 0x3BB6 DUP4 PUSH2 0x299E JUMP JUMPDEST DUP5 ADD SWAP1 POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 ADD SWAP1 POP PUSH2 0x3BD6 PUSH1 0x0 DUP4 ADD DUP10 PUSH2 0x2EFC JUMP JUMPDEST PUSH2 0x3BE3 PUSH1 0x20 DUP4 ADD DUP9 PUSH2 0x312E JUMP JUMPDEST PUSH2 0x3BF0 PUSH1 0x40 DUP4 ADD DUP8 PUSH2 0x3B76 JUMP JUMPDEST PUSH2 0x3BFD PUSH1 0x60 DUP4 ADD DUP7 PUSH2 0x312E JUMP JUMPDEST DUP2 DUP2 SUB PUSH1 0x80 DUP4 ADD MSTORE PUSH2 0x3C10 DUP2 DUP5 DUP7 PUSH2 0x3B94 JUMP JUMPDEST SWAP1 POP SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C28 DUP3 PUSH2 0x2DB4 JUMP JUMPDEST SWAP2 POP PUSH2 0x3C33 DUP4 PUSH2 0x2DB4 JUMP JUMPDEST SWAP3 POP DUP3 DUP3 SUB SWAP1 POP PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x3C57 JUMPI PUSH2 0x3C56 PUSH2 0x3718 JUMP JUMPDEST JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3C78 PUSH2 0x3C73 PUSH2 0x3C6E DUP5 PUSH2 0x2C41 JUMP JUMPDEST PUSH2 0x3905 JUMP JUMPDEST PUSH2 0x2DB4 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x3C88 DUP2 PUSH2 0x3C5D JUMP JUMPDEST DUP3 MSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD SWAP1 POP PUSH2 0x3CA3 PUSH1 0x0 DUP4 ADD DUP6 PUSH2 0x312E JUMP JUMPDEST PUSH2 0x3CB0 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3C7F JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3CED PUSH1 0x20 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3CF8 DUP3 PUSH2 0x3CB7 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3D1C DUP2 PUSH2 0x3CE0 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E697469616C697A61626C653A20636F6E7472616374206973206E6F742069 PUSH1 0x0 DUP3 ADD MSTORE PUSH32 0x6E697469616C697A696E67000000000000000000000000000000000000000000 PUSH1 0x20 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3D7F PUSH1 0x2B DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3D8A DUP3 PUSH2 0x3D23 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3DAE DUP2 PUSH2 0x3D72 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A2070617573656400000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3DEB PUSH1 0x10 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3DF6 DUP3 PUSH2 0x3DB5 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E1A DUP2 PUSH2 0x3DDE JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x546F6B656E4E6F74537570706F72746564000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3E57 PUSH1 0x11 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3E62 DUP3 PUSH2 0x3E21 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3E86 DUP2 PUSH2 0x3E4A JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x416D6F756E7449735A65726F0000000000000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3EC3 PUSH1 0xC DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3ECE DUP3 PUSH2 0x3E8D JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3EF2 DUP2 PUSH2 0x3EB6 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5468726F775A65726F4164647265737300000000000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F2F PUSH1 0x10 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3F3A DUP3 PUSH2 0x3EF9 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3F5E DUP2 PUSH2 0x3F22 JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x496E76616C696453656E646572466565526563697069656E7400000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x3F9B PUSH1 0x19 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x3FA6 DUP3 PUSH2 0x3F65 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x3FCA DUP2 PUSH2 0x3F8E JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH32 0x5061757361626C653A206E6F7420706175736564000000000000000000000000 PUSH1 0x0 DUP3 ADD MSTORE POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4007 PUSH1 0x14 DUP4 PUSH2 0x332A JUMP JUMPDEST SWAP2 POP PUSH2 0x4012 DUP3 PUSH2 0x3FD1 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD SWAP1 POP DUP2 DUP2 SUB PUSH1 0x0 DUP4 ADD MSTORE PUSH2 0x4036 DUP2 PUSH2 0x3FFA JUMP JUMPDEST SWAP1 POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xC4 PUSH8 0xBE0A596D20A784E5 0xD9 MSTORE8 0xA9 PUSH13 0x1FAE98672BB61C7DD20C3564DA 0xC5 RETURNDATACOPY 0x2A 0x2D 0xDB PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"451:7375:8:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7505:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2323:539:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1484:56:8;;;:::i;:::-;;3394:551:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1879:84:3;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2085:101:1;;;:::i;:::-;;5758:926:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7073:142;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6917:107;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2031:212:0;;;:::i;:::-;;858:114:8;;;:::i;:::-;;1388:52;;;:::i;:::-;;1462:85:1;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7715:109:8;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;7277:171;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:7;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1772:1395:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1144:99:0;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4224:1495:8;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7505:164:8;7586:34;7633:21;:32;7655:9;7633:32;;;;;;;;;;;7626:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7505:164;;;:::o;2323:539:7:-;1355:13:1;:11;:13::i;:::-;2461:21:7::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;1484:56:8:-;1355:13:1;:11;:13::i;:::-;1526:10:8::1;:8;:10::i;:::-;1484:56::o:0;3394:551:7:-;1355:13:1;:11;:13::i;:::-;3502:1:7::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:1;:11;:13::i;:::-;3094:19:7::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;1879:84:3:-;1926:4;1949:7;;;;;;;;;;;1942:14;;1879:84;:::o;2085:101:1:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;5758:926:8:-;5839:4;1107:18;;;;;;;;;;;1093:32;;:10;:32;;;1085:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;5909:5:::1;:15;5915:8;5909:15;;;;;;;;;;;:27;;;;;;;;;;;;5908:28;5900:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;5968:5;:15;5974:8;5968:15;;;;;;;;;;;:26;;;;;;;;;;;;5967:27;5959:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;6055:4;6024:5;:15;6030:8;6024:15;;;;;;;;;;;:27;;;:35;;6016:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;6138:5;:15;6144:8;6138:15;;;;;;;;;;;:21;;;;;;;;;;;;6131:38;;;6170:15;;;;;;;;;;;6187:4;6131:61;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6250:4;6221:5;:15;6227:8;6221:15;;;;;;;;;;;:26;;;:33;;;;;;;;;;;;;;;;;;6287:1;6258:5;:15;6264:8;6258:15;;;;;;;;;;;:26;;;:30;;;;;;;;;;;;;;;;;;6327:20;6405:4;6375:5;:15;6381:8;6375:15;;;;;;;;;;;:27;;;6350:5;:15;6356:8;6350:15;;;;;;;;;;;:22;;;:52;;;;:::i;:::-;:59;;;;:::i;:::-;6327:82;;6486:5;:15;6492:8;6486:15;;;;;;;;;;;:21;;;;;;;;;;;;6479:38;;;6522:5;:15;6528:8;6522:15;;;;;;;;;;;:29;;;;;;;;;;;;6571:5;:15;6577:8;6571:15;;;;;;;;;;;:25;;;6556:12;:40;;;;:::i;:::-;6479:121;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6655:8;6635:29;6649:4;6635:29;;;;;;:::i;:::-;;;;;;;;6676:4;6669:11;;;5758:926:::0;;;;:::o;7073:142::-;7138:4;7181:1;7152:17;:25;7170:6;7152:25;;;;;;;;;;;;;;;;:30;7148:47;;7191:4;7184:11;;;;7148:47;7206:5;7199:12;;7073:142;;;;:::o;6917:107::-;6980:12;;:::i;:::-;7005:5;:15;7011:8;7005:15;;;;;;;;;;;6998:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6917:107;;;:::o;2031:212:0:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;858:114:8:-;3279:19:2;3302:13;;;;;;;;;;;3301:14;3279:36;;3347:14;:34;;;;;3380:1;3365:12;;;;;;;;;;:16;;;3347:34;3346:108;;;;3388:44;3426:4;3388:29;:44::i;:::-;3387:45;:66;;;;;3452:1;3436:12;;;;;;;;;;:17;;;3387:66;3346:108;3325:201;;;;;;;;;;;;:::i;:::-;;;;;;;;;3551:1;3536:12;;:16;;;;;;;;;;;;;;;;;;3566:14;3562:65;;;3612:4;3596:13;;:20;;;;;;;;;;;;;;;;;;3562:65;915:7:8::1;905;:17;;;;926:21;:19;:21::i;:::-;951:17;:15;:17::i;:::-;3651:14:2::0;3647:99;;;3697:5;3681:13;;:21;;;;;;;;;;;;;;;;;;3721:14;3733:1;3721:14;;;;;;:::i;:::-;;;;;;;;3647:99;3269:483;858:114:8:o;1388:52::-;1355:13:1;:11;:13::i;:::-;1428:8:8::1;:6;:8::i;:::-;1388:52::o:0;1462:85:1:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;7715:109:8:-;7763:6;7771:7;7792:18;;;;;;;;;;;7812:7;;7784:36;;;;7715:109;;:::o;7277:171::-;7359:38;;:::i;:::-;7410:27;:34;7438:5;7410:34;;;;;;;;;;;7403:41;;;;;;;;;;;;;;;;;;;;;;;;;;;7277:171;;;:::o;1773:335:7:-;1355:13:1;:11;:13::i;:::-;1894:1:7::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1772:1395:8:-;2019:15;1503:19:3;:17;:19::i;:::-;2070:74:8::1;2079:6;2087:7;2096:14;2112:19;2133:10;2070:8;:74::i;:::-;2212:1;2189:11;;2183:25;;:30:::0;2175:61:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2296:6;2289:27;;;2317:10;2337:4;2354:10;2344:7;:20;;;;:::i;:::-;2289:76;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;2420:6;:18;2427:10;2420:18;;;;;;;;;;;;;;;;:20;;;;;;;;;:::i;:::-;;;;;;2525:10;2537:6;:18;2544:10;2537:18;;;;;;;;;;;;;;;;2514:42;;;;;;;;;:::i;:::-;;;;;;;;;;;;;2504:53;;;;;;2494:63;;2586:20;2642:7;;2620:18;;;;;;;;;;;2610:28;;:7;:28;;;;:::i;:::-;2609:40;;;;:::i;:::-;2586:63;;2670:298;;;;;;;;2689:10;2670:298;;;;;;2711:6;2670:298;;;;;;2742:19;2670:298;;;;;;2777:10;2670:298;;;;2805:12;2670:298;;;;2835:5;2670:298;;;;;;2857:5;2670:298;;;;;;2882:14;2670:298;;;;;;2920:7;;2670:298;;;;;;;;2951:12;2941:7;:22;;;;:::i;:::-;2670:298;;::::0;2653:5:::1;:14;2659:7;2653:14;;;;;;;;;;;:315;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3062:5;:14;3068:7;3062:14;;;;;;;;;;;:21;;;3051:6;3008:155;;3025:5;:14;3031:7;3025:14;;;;;;;;;;;:21;;;;;;;;;;;;3008:155;;;3088:12;3105:7;3117:5;3127:16;3148:11;;3008:155;;;;;;;;;;;:::i;:::-;;;;;;;;2036:1131;1772:1395:::0;;;;;;;;;;;:::o;1144:99:0:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;4224:1495:8:-;4376:4;1107:18;;;;;;;;;;;1093:32;;:10;:32;;;1085:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;4446:5:::1;:15;4452:8;4446:15;;;;;;;;;;;:27;;;;;;;;;;;;4445:28;4437:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;4505:5;:15;4511:8;4505:15;;;;;;;;;;;:26;;;;;;;;;;;;4504:27;4496:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;4586:13;4602:5;:15;4608:8;4602:15;;;;;;;;;;;:21;;;;;;;;;;;;4586:37;;4720:14;4690:44;;:5;:15;4696:8;4690:15;;;;;;;;;;;:26;;;:44;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;4773:1;4743:5;:15;4749:8;4743:15;;;;;;;;;;;:26;;;;;;;;;;;;:31;;::::0;4739:604:::1;;4856:4;4826:5;:15;4832:8;4826:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;4899:1;4870:5;:15;4876:8;4870:15;;;;;;;;;;;:25;;;:30;4866:321;;4942:5;:15;4948:8;4942:15;;;;;;;;;;;:21;;;;;;;;;;;;4935:38;;;4980:5;:15;4986:8;4980:15;;;;;;;;;;;:34;;;;;;;;;;;;5021:5;:15;5027:8;5021:15;;;;;;;;;;;:25;;;4935:117;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5150:5;:15;5156:8;5150:15;;;;;;;;;;;:25;;;5109:5;:15;5115:8;5109:15;;;;;;;;;;;:34;;;;;;;;;;;;5082:99;;;;;;;;;;;;4866:321;5227:1;5196:5;:15;5202:8;5196:15;;;;;;;;;;;:27;;;:32;5192:147;;5272:5;5265:22;;;5288:15;;;;;;;;;;;5305:5;:15;5311:8;5305:15;;;;;;;;;;;:27;;;5265:68;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5192:147;4739:604;5383:31;5461:7;;5443:14;5418:39;;:5;:15;5424:8;5418:15;;;;;;;;;;;:22;;;:39;;;;:::i;:::-;5417:51;;;;:::i;:::-;5383:85;;5498:23;5472:5;:15;5478:8;5472:15;;;;;;;;;;;:22;;;:49;;;;;;;:::i;:::-;;;;;;;;5532:5;5525:22;;;5548:18;5568:23;5525:67;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5664:18;5626:73;;5654:8;5626:73;5639:13;5684:14;5626:73;;;;;;;:::i;:::-;;;;;;;;5711:4;5704:11;;;;4224:1495:::0;;;;;;:::o;1436:178:0:-;1355:13:1;:11;:13::i;:::-;1541:8:0::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:1:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;2697:117:3:-;1750:16;:14;:16::i;:::-;2765:5:::1;2755:7;;:15;;;;;;;;;;;;;;;;;;2785:22;2794:12;:10;:12::i;:::-;2785:22;;;;;;:::i;:::-;;;;;;;;2697:117::o:0;1798:153:0:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:5:-;939:7;965:10;958:17;;886:96;:::o;1423:320:4:-;1483:4;1735:1;1713:7;:19;;;:23;1706:30;;1423:320;;;:::o;889:100:0:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;956:26:0::1;:24;:26::i;:::-;889:100::o:0;1084:97:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1147:27:3::1;:25;:27::i;:::-;1084:97::o:0;2450:115::-;1503:19;:17;:19::i;:::-;2519:4:::1;2509:7;;:14;;;;;;;;;;;;;;;;;;2538:20;2545:12;:10;:12::i;:::-;2538:20;;;;;;:::i;:::-;;;;;;;;2450:115::o:0;2031:106::-;2101:8;:6;:8::i;:::-;2100:9;2092:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;2031:106::o;3560:427:8:-;3752:1;3723:17;:25;3741:6;3723:25;;;;;;;;;;;;;;;;:30;3715:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;3798:1;3787:7;:12;3779:37;;;;;;;;;;;;:::i;:::-;;;;;;;;;3854:1;3828:28;;:14;:28;;;3820:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;3900:1;3886:10;:15;3882:102;;3947:1;3916:33;;:19;:33;;;3908:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;3882:102;3560:427;;;;;:::o;2209:106:3:-;2275:8;:6;:8::i;:::-;2267:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;2209:106::o;2687:187:1:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;1125:111::-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1197:32:1::1;1216:12;:10;:12::i;:::-;1197:18;:32::i;:::-;1125:111::o:0;1187:95:3:-;5374:13:2;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1270:5:3::1;1260:7;;:15;;;;;;;;;;;;;;;;;;1187:95::o:0;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:11:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:329::-;749:6;798:2;786:9;777:7;773:23;769:32;766:119;;;804:79;;:::i;:::-;766:119;924:1;949:53;994:7;985:6;974:9;970:22;949:53;:::i;:::-;939:63;;895:117;690:329;;;;:::o;1025:143::-;1121:6;1155:5;1149:12;1139:22;;1025:143;;;:::o;1174:213::-;1302:11;1336:6;1331:3;1324:19;1376:4;1371:3;1367:14;1352:29;;1174:213;;;;:::o;1393:161::-;1489:4;1512:3;1504:11;;1542:4;1537:3;1533:14;1525:22;;1393:161;;;:::o;1560:108::-;1637:24;1655:5;1637:24;:::i;:::-;1632:3;1625:37;1560:108;;:::o;1750:505::-;1895:4;1890:3;1886:14;1982:4;1975:5;1971:16;1965:23;2001:63;2058:4;2053:3;2049:14;2035:12;2001:63;:::i;:::-;1910:164;2156:4;2149:5;2145:16;2139:23;2175:63;2232:4;2227:3;2223:14;2209:12;2175:63;:::i;:::-;2084:164;1864:391;1750:505;;:::o;2261:295::-;2388:10;2409:104;2509:3;2501:6;2409:104;:::i;:::-;2545:4;2540:3;2536:14;2522:28;;2261:295;;;;:::o;2562:142::-;2661:4;2693;2688:3;2684:14;2676:22;;2562:142;;;:::o;2790:964::-;2967:3;2996:83;3073:5;2996:83;:::i;:::-;3095:115;3203:6;3198:3;3095:115;:::i;:::-;3088:122;;3234:85;3313:5;3234:85;:::i;:::-;3342:7;3373:1;3358:371;3383:6;3380:1;3377:13;3358:371;;;3459:6;3453:13;3486:121;3603:3;3588:13;3486:121;:::i;:::-;3479:128;;3630:89;3712:6;3630:89;:::i;:::-;3620:99;;3418:311;3405:1;3402;3398:9;3393:14;;3358:371;;;3362:14;3745:3;3738:10;;2972:782;;;2790:964;;;;:::o;3760:489::-;3961:4;3999:2;3988:9;3984:18;3976:26;;4048:9;4042:4;4038:20;4034:1;4023:9;4019:17;4012:47;4076:166;4237:4;4228:6;4076:166;:::i;:::-;4068:174;;3760:489;;;;:::o;4255:117::-;4364:1;4361;4354:12;4378:102;4419:6;4470:2;4466:7;4461:2;4454:5;4450:14;4446:28;4436:38;;4378:102;;;:::o;4486:180::-;4534:77;4531:1;4524:88;4631:4;4628:1;4621:15;4655:4;4652:1;4645:15;4672:281;4755:27;4777:4;4755:27;:::i;:::-;4747:6;4743:40;4885:6;4873:10;4870:22;4849:18;4837:10;4834:34;4831:62;4828:88;;;4896:18;;:::i;:::-;4828:88;4936:10;4932:2;4925:22;4715:238;4672:281;;:::o;4959:129::-;4993:6;5020:20;;:::i;:::-;5010:30;;5049:33;5077:4;5069:6;5049:33;:::i;:::-;4959:129;;;:::o;5094:340::-;5200:4;5290:18;5282:6;5279:30;5276:56;;;5312:18;;:::i;:::-;5276:56;5362:4;5354:6;5350:17;5342:25;;5422:4;5416;5412:15;5404:23;;5094:340;;;:::o;5440:117::-;5549:1;5546;5539:12;5563:117;5672:1;5669;5662:12;5849:578;5927:5;5971:4;5959:9;5954:3;5950:19;5946:30;5943:117;;;5979:79;;:::i;:::-;5943:117;6078:21;6094:4;6078:21;:::i;:::-;6069:30;;6158:1;6198:49;6243:3;6234:6;6223:9;6219:22;6198:49;:::i;:::-;6191:4;6184:5;6180:16;6173:75;6109:150;6318:2;6359:49;6404:3;6395:6;6384:9;6380:22;6359:49;:::i;:::-;6352:4;6345:5;6341:16;6334:75;6269:151;5849:578;;;;:::o;6475:797::-;6600:5;6625:110;6641:93;6727:6;6641:93;:::i;:::-;6625:110;:::i;:::-;6616:119;;6755:5;6784:6;6777:5;6770:21;6818:4;6811:5;6807:16;6800:23;;6871:4;6863:6;6859:17;6851:6;6847:30;6900:3;6892:6;6889:15;6886:122;;;6919:79;;:::i;:::-;6886:122;7034:6;7017:249;7051:6;7046:3;7043:15;7017:249;;;7126:3;7155:66;7217:3;7205:10;7155:66;:::i;:::-;7150:3;7143:79;7251:4;7246:3;7242:14;7235:21;;7093:173;7077:4;7072:3;7068:14;7061:21;;7017:249;;;7021:21;6606:666;;6475:797;;;;;:::o;7320:428::-;7420:5;7469:3;7462:4;7454:6;7450:17;7446:27;7436:122;;7477:79;;:::i;:::-;7436:122;7594:6;7581:20;7619:123;7738:3;7730:6;7723:4;7715:6;7711:17;7619:123;:::i;:::-;7610:132;;7426:322;7320:428;;;;:::o;7754:742::-;7876:6;7884;7933:2;7921:9;7912:7;7908:23;7904:32;7901:119;;;7939:79;;:::i;:::-;7901:119;8059:1;8084:53;8129:7;8120:6;8109:9;8105:22;8084:53;:::i;:::-;8074:63;;8030:117;8214:2;8203:9;8199:18;8186:32;8245:18;8237:6;8234:30;8231:117;;;8267:79;;:::i;:::-;8231:117;8372:107;8471:7;8462:6;8451:9;8447:22;8372:107;:::i;:::-;8362:117;;8157:332;7754:742;;;;;:::o;8502:126::-;8539:7;8579:42;8572:5;8568:54;8557:65;;8502:126;;;:::o;8634:96::-;8671:7;8700:24;8718:5;8700:24;:::i;:::-;8689:35;;8634:96;;;:::o;8736:122::-;8809:24;8827:5;8809:24;:::i;:::-;8802:5;8799:35;8789:63;;8848:1;8845;8838:12;8789:63;8736:122;:::o;8864:139::-;8910:5;8948:6;8935:20;8926:29;;8964:33;8991:5;8964:33;:::i;:::-;8864:139;;;;:::o;9009:474::-;9077:6;9085;9134:2;9122:9;9113:7;9109:23;9105:32;9102:119;;;9140:79;;:::i;:::-;9102:119;9260:1;9285:53;9330:7;9321:6;9310:9;9306:22;9285:53;:::i;:::-;9275:63;;9231:117;9387:2;9413:53;9458:7;9449:6;9438:9;9434:22;9413:53;:::i;:::-;9403:63;;9358:118;9009:474;;;;;:::o;9489:101::-;9525:7;9565:18;9558:5;9554:30;9543:41;;9489:101;;;:::o;9596:120::-;9668:23;9685:5;9668:23;:::i;:::-;9661:5;9658:34;9648:62;;9706:1;9703;9696:12;9648:62;9596:120;:::o;9722:137::-;9767:5;9805:6;9792:20;9783:29;;9821:32;9847:5;9821:32;:::i;:::-;9722:137;;;;:::o;9865:327::-;9923:6;9972:2;9960:9;9951:7;9947:23;9943:32;9940:119;;;9978:79;;:::i;:::-;9940:119;10098:1;10123:52;10167:7;10158:6;10147:9;10143:22;10123:52;:::i;:::-;10113:62;;10069:116;9865:327;;;;:::o;10198:90::-;10232:7;10275:5;10268:13;10261:21;10250:32;;10198:90;;;:::o;10294:109::-;10375:21;10390:5;10375:21;:::i;:::-;10370:3;10363:34;10294:109;;:::o;10409:210::-;10496:4;10534:2;10523:9;10519:18;10511:26;;10547:65;10609:1;10598:9;10594:17;10585:6;10547:65;:::i;:::-;10409:210;;;;:::o;10625:77::-;10662:7;10691:5;10680:16;;10625:77;;;:::o;10708:122::-;10781:24;10799:5;10781:24;:::i;:::-;10774:5;10771:35;10761:63;;10820:1;10817;10810:12;10761:63;10708:122;:::o;10836:139::-;10882:5;10920:6;10907:20;10898:29;;10936:33;10963:5;10936:33;:::i;:::-;10836:139;;;;:::o;10981:474::-;11049:6;11057;11106:2;11094:9;11085:7;11081:23;11077:32;11074:119;;;11112:79;;:::i;:::-;11074:119;11232:1;11257:53;11302:7;11293:6;11282:9;11278:22;11257:53;:::i;:::-;11247:63;;11203:117;11359:2;11385:53;11430:7;11421:6;11410:9;11406:22;11385:53;:::i;:::-;11375:63;;11330:118;10981:474;;;;;:::o;11461:329::-;11520:6;11569:2;11557:9;11548:7;11544:23;11540:32;11537:119;;;11575:79;;:::i;:::-;11537:119;11695:1;11720:53;11765:7;11756:6;11745:9;11741:22;11720:53;:::i;:::-;11710:63;;11666:117;11461:329;;;;:::o;11796:108::-;11873:24;11891:5;11873:24;:::i;:::-;11868:3;11861:37;11796:108;;:::o;11910:::-;11987:24;12005:5;11987:24;:::i;:::-;11982:3;11975:37;11910:108;;:::o;12024:99::-;12095:21;12110:5;12095:21;:::i;:::-;12090:3;12083:34;12024:99;;:::o;12129:109::-;12165:7;12205:26;12198:5;12194:38;12183:49;;12129:109;;;:::o;12244:105::-;12319:23;12336:5;12319:23;:::i;:::-;12314:3;12307:36;12244:105;;:::o;12409:1950::-;12552:6;12547:3;12543:16;12643:4;12636:5;12632:16;12626:23;12662:63;12719:4;12714:3;12710:14;12696:12;12662:63;:::i;:::-;12569:166;12818:4;12811:5;12807:16;12801:23;12837:63;12894:4;12889:3;12885:14;12871:12;12837:63;:::i;:::-;12745:165;13006:4;12999:5;12995:16;12989:23;13025:63;13082:4;13077:3;13073:14;13059:12;13025:63;:::i;:::-;12920:178;13185:4;13178:5;13174:16;13168:23;13204:63;13261:4;13256:3;13252:14;13238:12;13204:63;:::i;:::-;13108:169;13366:4;13359:5;13355:16;13349:23;13385:63;13442:4;13437:3;13433:14;13419:12;13385:63;:::i;:::-;13287:171;13547:4;13540:5;13536:16;13530:23;13566:57;13617:4;13612:3;13608:14;13594:12;13566:57;:::i;:::-;13468:165;13721:4;13714:5;13710:16;13704:23;13740:57;13791:4;13786:3;13782:14;13768:12;13740:57;:::i;:::-;13643:164;13898:4;13891:5;13887:16;13881:23;13917:63;13974:4;13969:3;13965:14;13951:12;13917:63;:::i;:::-;13817:173;14078:6;14071:5;14067:18;14061:25;14099:63;14154:6;14149:3;14145:16;14131:12;14099:63;:::i;:::-;14000:172;14256:6;14249:5;14245:18;14239:25;14277:65;14334:6;14329:3;14325:16;14311:12;14277:65;:::i;:::-;14182:170;12521:1838;12409:1950;;:::o;14365:315::-;14504:4;14542:3;14531:9;14527:19;14519:27;;14556:117;14670:1;14659:9;14655:17;14646:6;14556:117;:::i;:::-;14365:315;;;;:::o;14686:118::-;14773:24;14791:5;14773:24;:::i;:::-;14768:3;14761:37;14686:118;;:::o;14810:222::-;14903:4;14941:2;14930:9;14926:18;14918:26;;14954:71;15022:1;15011:9;15007:17;14998:6;14954:71;:::i;:::-;14810:222;;;;:::o;15038:115::-;15123:23;15140:5;15123:23;:::i;:::-;15118:3;15111:36;15038:115;;:::o;15159:118::-;15246:24;15264:5;15246:24;:::i;:::-;15241:3;15234:37;15159:118;;:::o;15283:328::-;15402:4;15440:2;15429:9;15425:18;15417:26;;15453:69;15519:1;15508:9;15504:17;15495:6;15453:69;:::i;:::-;15532:72;15600:2;15589:9;15585:18;15576:6;15532:72;:::i;:::-;15283:328;;;;;:::o;15705:531::-;15872:4;15867:3;15863:14;15959:4;15952:5;15948:16;15942:23;15978:63;16035:4;16030:3;16026:14;16012:12;15978:63;:::i;:::-;15887:164;16137:4;16130:5;16126:16;16120:23;16156:63;16213:4;16208:3;16204:14;16190:12;16156:63;:::i;:::-;16061:168;15841:395;15705:531;;:::o;16242:362::-;16405:4;16443:2;16432:9;16428:18;16420:26;;16456:141;16594:1;16583:9;16579:17;16570:6;16456:141;:::i;:::-;16242:362;;;;:::o;16610:619::-;16687:6;16695;16703;16752:2;16740:9;16731:7;16727:23;16723:32;16720:119;;;16758:79;;:::i;:::-;16720:119;16878:1;16903:53;16948:7;16939:6;16928:9;16924:22;16903:53;:::i;:::-;16893:63;;16849:117;17005:2;17031:53;17076:7;17067:6;17056:9;17052:22;17031:53;:::i;:::-;17021:63;;16976:118;17133:2;17159:53;17204:7;17195:6;17184:9;17180:22;17159:53;:::i;:::-;17149:63;;17104:118;16610:619;;;;;:::o;17235:120::-;17307:23;17324:5;17307:23;:::i;:::-;17300:5;17297:34;17287:62;;17345:1;17342;17335:12;17287:62;17235:120;:::o;17361:137::-;17406:5;17444:6;17431:20;17422:29;;17460:32;17486:5;17460:32;:::i;:::-;17361:137;;;;:::o;17504:117::-;17613:1;17610;17603:12;17641:553;17699:8;17709:6;17759:3;17752:4;17744:6;17740:17;17736:27;17726:122;;17767:79;;:::i;:::-;17726:122;17880:6;17867:20;17857:30;;17910:18;17902:6;17899:30;17896:117;;;17932:79;;:::i;:::-;17896:117;18046:4;18038:6;18034:17;18022:29;;18100:3;18092:4;18084:6;18080:17;18070:8;18066:32;18063:41;18060:128;;;18107:79;;:::i;:::-;18060:128;17641:553;;;;;:::o;18200:1547::-;18333:6;18341;18349;18357;18365;18373;18381;18389;18397;18446:3;18434:9;18425:7;18421:23;18417:33;18414:120;;;18453:79;;:::i;:::-;18414:120;18573:1;18598:53;18643:7;18634:6;18623:9;18619:22;18598:53;:::i;:::-;18588:63;;18544:117;18700:2;18726:53;18771:7;18762:6;18751:9;18747:22;18726:53;:::i;:::-;18716:63;;18671:118;18828:2;18854:53;18899:7;18890:6;18879:9;18875:22;18854:53;:::i;:::-;18844:63;;18799:118;18956:2;18982:52;19026:7;19017:6;19006:9;19002:22;18982:52;:::i;:::-;18972:62;;18927:117;19083:3;19110:53;19155:7;19146:6;19135:9;19131:22;19110:53;:::i;:::-;19100:63;;19054:119;19212:3;19239:53;19284:7;19275:6;19264:9;19260:22;19239:53;:::i;:::-;19229:63;;19183:119;19341:3;19368:53;19413:7;19404:6;19393:9;19389:22;19368:53;:::i;:::-;19358:63;;19312:119;19498:3;19487:9;19483:19;19470:33;19530:18;19522:6;19519:30;19516:117;;;19552:79;;:::i;:::-;19516:117;19665:65;19722:7;19713:6;19702:9;19698:22;19665:65;:::i;:::-;19647:83;;;;19441:299;18200:1547;;;;;;;;;;;:::o;19753:118::-;19840:24;19858:5;19840:24;:::i;:::-;19835:3;19828:37;19753:118;;:::o;19877:222::-;19970:4;20008:2;19997:9;19993:18;19985:26;;20021:71;20089:1;20078:9;20074:17;20065:6;20021:71;:::i;:::-;19877:222;;;;:::o;20105:763::-;20190:6;20198;20206;20214;20263:3;20251:9;20242:7;20238:23;20234:33;20231:120;;;20270:79;;:::i;:::-;20231:120;20390:1;20415:53;20460:7;20451:6;20440:9;20436:22;20415:53;:::i;:::-;20405:63;;20361:117;20517:2;20543:53;20588:7;20579:6;20568:9;20564:22;20543:53;:::i;:::-;20533:63;;20488:118;20645:2;20671:53;20716:7;20707:6;20696:9;20692:22;20671:53;:::i;:::-;20661:63;;20616:118;20773:2;20799:52;20843:7;20834:6;20823:9;20819:22;20799:52;:::i;:::-;20789:62;;20744:117;20105:763;;;;;;;:::o;20874:180::-;20922:77;20919:1;20912:88;21019:4;21016:1;21009:15;21043:4;21040:1;21033:15;21060:137;21150:6;21184:5;21178:12;21168:22;;21060:137;;;:::o;21203:182::-;21293:4;21316:3;21308:11;;21339:3;21336:1;21329:14;21373:4;21370:1;21360:18;21352:26;;21203:182;;;:::o;21391:102::-;21433:8;21480:5;21477:1;21473:13;21452:34;;21391:102;;;:::o;21499:90::-;21549:7;21578:5;21567:16;;21499:90;;;:::o;21595:166::-;21664:5;21689:66;21720:34;21743:10;21720:34;:::i;:::-;21689:66;:::i;:::-;21680:75;;21595:166;;;:::o;21843:689::-;21985:4;21980:3;21976:14;22016:1;22091:4;22084:5;22080:16;22074:23;22061:36;;22130:55;22175:9;22130:55;:::i;:::-;22198:63;22255:4;22250:3;22246:14;22232:12;22198:63;:::i;:::-;22027:244;22345:4;22338:5;22334:16;22328:23;22315:36;;22384:55;22429:9;22384:55;:::i;:::-;22452:63;22509:4;22504:3;22500:14;22486:12;22452:63;:::i;:::-;22281:244;21954:578;;21843:689;;:::o;22538:289::-;22662:10;22683:101;22780:3;22772:6;22683:101;:::i;:::-;22816:4;22811:3;22807:14;22793:28;;22538:289;;;;:::o;22833:136::-;22926:4;22958;22953:3;22949:14;22941:22;;22833:136;;;:::o;23055:930::-;23226:3;23255:77;23326:5;23255:77;:::i;:::-;23348:115;23456:6;23451:3;23348:115;:::i;:::-;23341:122;;23487:79;23560:5;23487:79;:::i;:::-;23589:7;23620:1;23605:355;23630:6;23627:1;23624:13;23605:355;;;23700:6;23726:118;23840:3;23825:13;23726:118;:::i;:::-;23719:125;;23867:83;23943:6;23867:83;:::i;:::-;23857:93;;23665:295;23652:1;23649;23645:9;23640:14;;23605:355;;;23609:14;23976:3;23969:10;;23231:754;;;23055:930;;;;:::o;23991:477::-;24186:4;24224:2;24213:9;24209:18;24201:26;;24273:9;24267:4;24263:20;24259:1;24248:9;24244:17;24237:47;24301:160;24456:4;24447:6;24301:160;:::i;:::-;24293:168;;23991:477;;;;:::o;24474:169::-;24558:11;24592:6;24587:3;24580:19;24632:4;24627:3;24623:14;24608:29;;24474:169;;;;:::o;24649:171::-;24789:23;24785:1;24777:6;24773:14;24766:47;24649:171;:::o;24826:366::-;24968:3;24989:67;25053:2;25048:3;24989:67;:::i;:::-;24982:74;;25065:93;25154:3;25065:93;:::i;:::-;25183:2;25178:3;25174:12;25167:19;;24826:366;;;:::o;25198:419::-;25364:4;25402:2;25391:9;25387:18;25379:26;;25451:9;25445:4;25441:20;25437:1;25426:9;25422:17;25415:47;25479:131;25605:4;25479:131;:::i;:::-;25471:139;;25198:419;;;:::o;25623:224::-;25763:34;25759:1;25751:6;25747:14;25740:58;25832:7;25827:2;25819:6;25815:15;25808:32;25623:224;:::o;25853:366::-;25995:3;26016:67;26080:2;26075:3;26016:67;:::i;:::-;26009:74;;26092:93;26181:3;26092:93;:::i;:::-;26210:2;26205:3;26201:12;26194:19;;25853:366;;;:::o;26225:419::-;26391:4;26429:2;26418:9;26414:18;26406:26;;26478:9;26472:4;26468:20;26464:1;26453:9;26449:17;26442:47;26506:131;26632:4;26506:131;:::i;:::-;26498:139;;26225:419;;;:::o;26650:226::-;26790:34;26786:1;26778:6;26774:14;26767:58;26859:9;26854:2;26846:6;26842:15;26835:34;26650:226;:::o;26882:366::-;27024:3;27045:67;27109:2;27104:3;27045:67;:::i;:::-;27038:74;;27121:93;27210:3;27121:93;:::i;:::-;27239:2;27234:3;27230:12;27223:19;;26882:366;;;:::o;27254:419::-;27420:4;27458:2;27447:9;27443:18;27435:26;;27507:9;27501:4;27497:20;27493:1;27482:9;27478:17;27471:47;27535:131;27661:4;27535:131;:::i;:::-;27527:139;;27254:419;;;:::o;27679:218::-;27770:4;27808:2;27797:9;27793:18;27785:26;;27821:69;27887:1;27876:9;27872:17;27863:6;27821:69;:::i;:::-;27679:218;;;;:::o;27903:164::-;28043:16;28039:1;28031:6;28027:14;28020:40;27903:164;:::o;28073:366::-;28215:3;28236:67;28300:2;28295:3;28236:67;:::i;:::-;28229:74;;28312:93;28401:3;28312:93;:::i;:::-;28430:2;28425:3;28421:12;28414:19;;28073:366;;;:::o;28445:419::-;28611:4;28649:2;28638:9;28634:18;28626:26;;28698:9;28692:4;28688:20;28684:1;28673:9;28669:17;28662:47;28726:131;28852:4;28726:131;:::i;:::-;28718:139;;28445:419;;;:::o;28870:164::-;29010:16;29006:1;28998:6;28994:14;28987:40;28870:164;:::o;29040:366::-;29182:3;29203:67;29267:2;29262:3;29203:67;:::i;:::-;29196:74;;29279:93;29368:3;29279:93;:::i;:::-;29397:2;29392:3;29388:12;29381:19;;29040:366;;;:::o;29412:419::-;29578:4;29616:2;29605:9;29601:18;29593:26;;29665:9;29659:4;29655:20;29651:1;29640:9;29636:17;29629:47;29693:131;29819:4;29693:131;:::i;:::-;29685:139;;29412:419;;;:::o;29837:163::-;29977:15;29973:1;29965:6;29961:14;29954:39;29837:163;:::o;30006:366::-;30148:3;30169:67;30233:2;30228:3;30169:67;:::i;:::-;30162:74;;30245:93;30334:3;30245:93;:::i;:::-;30363:2;30358:3;30354:12;30347:19;;30006:366;;;:::o;30378:419::-;30544:4;30582:2;30571:9;30567:18;30559:26;;30631:9;30625:4;30621:20;30617:1;30606:9;30602:17;30595:47;30659:131;30785:4;30659:131;:::i;:::-;30651:139;;30378:419;;;:::o;30803:171::-;30943:23;30939:1;30931:6;30927:14;30920:47;30803:171;:::o;30980:366::-;31122:3;31143:67;31207:2;31202:3;31143:67;:::i;:::-;31136:74;;31219:93;31308:3;31219:93;:::i;:::-;31337:2;31332:3;31328:12;31321:19;;30980:366;;;:::o;31352:419::-;31518:4;31556:2;31545:9;31541:18;31533:26;;31605:9;31599:4;31595:20;31591:1;31580:9;31576:17;31569:47;31633:131;31759:4;31633:131;:::i;:::-;31625:139;;31352:419;;;:::o;31777:332::-;31898:4;31936:2;31925:9;31921:18;31913:26;;31949:71;32017:1;32006:9;32002:17;31993:6;31949:71;:::i;:::-;32030:72;32098:2;32087:9;32083:18;32074:6;32030:72;:::i;:::-;31777:332;;;;;:::o;32115:116::-;32185:21;32200:5;32185:21;:::i;:::-;32178:5;32175:32;32165:60;;32221:1;32218;32211:12;32165:60;32115:116;:::o;32237:137::-;32291:5;32322:6;32316:13;32307:22;;32338:30;32362:5;32338:30;:::i;:::-;32237:137;;;;:::o;32380:345::-;32447:6;32496:2;32484:9;32475:7;32471:23;32467:32;32464:119;;;32502:79;;:::i;:::-;32464:119;32622:1;32647:61;32700:7;32691:6;32680:9;32676:22;32647:61;:::i;:::-;32637:71;;32593:125;32380:345;;;;:::o;32731:180::-;32779:77;32776:1;32769:88;32876:4;32873:1;32866:15;32900:4;32897:1;32890:15;32917:191;32957:3;32976:20;32994:1;32976:20;:::i;:::-;32971:25;;33010:20;33028:1;33010:20;:::i;:::-;33005:25;;33053:1;33050;33046:9;33039:16;;33074:3;33071:1;33068:10;33065:36;;;33081:18;;:::i;:::-;33065:36;32917:191;;;;:::o;33114:194::-;33154:4;33174:20;33192:1;33174:20;:::i;:::-;33169:25;;33208:20;33226:1;33208:20;:::i;:::-;33203:25;;33252:1;33249;33245:9;33237:17;;33276:1;33270:4;33267:11;33264:37;;;33281:18;;:::i;:::-;33264:37;33114:194;;;;:::o;33314:222::-;33407:4;33445:2;33434:9;33430:18;33422:26;;33458:71;33526:1;33515:9;33511:17;33502:6;33458:71;:::i;:::-;33314:222;;;;:::o;33542:228::-;33682:34;33678:1;33670:6;33666:14;33659:58;33751:11;33746:2;33738:6;33734:15;33727:36;33542:228;:::o;33776:366::-;33918:3;33939:67;34003:2;33998:3;33939:67;:::i;:::-;33932:74;;34015:93;34104:3;34015:93;:::i;:::-;34133:2;34128:3;34124:12;34117:19;;33776:366;;;:::o;34148:419::-;34314:4;34352:2;34341:9;34337:18;34329:26;;34401:9;34395:4;34391:20;34387:1;34376:9;34372:17;34365:47;34429:131;34555:4;34429:131;:::i;:::-;34421:139;;34148:419;;;:::o;34573:233::-;34713:34;34709:1;34701:6;34697:14;34690:58;34782:16;34777:2;34769:6;34765:15;34758:41;34573:233;:::o;34812:366::-;34954:3;34975:67;35039:2;35034:3;34975:67;:::i;:::-;34968:74;;35051:93;35140:3;35051:93;:::i;:::-;35169:2;35164:3;35160:12;35153:19;;34812:366;;;:::o;35184:419::-;35350:4;35388:2;35377:9;35373:18;35365:26;;35437:9;35431:4;35427:20;35423:1;35412:9;35408:17;35401:47;35465:131;35591:4;35465:131;:::i;:::-;35457:139;;35184:419;;;:::o;35609:85::-;35654:7;35683:5;35672:16;;35609:85;;;:::o;35700:86::-;35735:7;35775:4;35768:5;35764:16;35753:27;;35700:86;;;:::o;35792:60::-;35820:3;35841:5;35834:12;;35792:60;;;:::o;35858:154::-;35914:9;35947:59;35963:42;35972:32;35998:5;35972:32;:::i;:::-;35963:42;:::i;:::-;35947:59;:::i;:::-;35934:72;;35858:154;;;:::o;36018:143::-;36111:43;36148:5;36111:43;:::i;:::-;36106:3;36099:56;36018:143;;:::o;36167:234::-;36266:4;36304:2;36293:9;36289:18;36281:26;;36317:77;36391:1;36380:9;36376:17;36367:6;36317:77;:::i;:::-;36167:234;;;;:::o;36407:173::-;36547:25;36543:1;36535:6;36531:14;36524:49;36407:173;:::o;36586:366::-;36728:3;36749:67;36813:2;36808:3;36749:67;:::i;:::-;36742:74;;36825:93;36914:3;36825:93;:::i;:::-;36943:2;36938:3;36934:12;36927:19;;36586:366;;;:::o;36958:419::-;37124:4;37162:2;37151:9;37147:18;37139:26;;37211:9;37205:4;37201:20;37197:1;37186:9;37182:17;37175:47;37239:131;37365:4;37239:131;:::i;:::-;37231:139;;36958:419;;;:::o;37383:168::-;37523:20;37519:1;37511:6;37507:14;37500:44;37383:168;:::o;37557:366::-;37699:3;37720:67;37784:2;37779:3;37720:67;:::i;:::-;37713:74;;37796:93;37885:3;37796:93;:::i;:::-;37914:2;37909:3;37905:12;37898:19;;37557:366;;;:::o;37929:419::-;38095:4;38133:2;38122:9;38118:18;38110:26;;38182:9;38176:4;38172:20;38168:1;38157:9;38153:17;38146:47;38210:131;38336:4;38210:131;:::i;:::-;38202:139;;37929:419;;;:::o;38354:442::-;38503:4;38541:2;38530:9;38526:18;38518:26;;38554:71;38622:1;38611:9;38607:17;38598:6;38554:71;:::i;:::-;38635:72;38703:2;38692:9;38688:18;38679:6;38635:72;:::i;:::-;38717;38785:2;38774:9;38770:18;38761:6;38717:72;:::i;:::-;38354:442;;;;;;:::o;38802:233::-;38841:3;38864:24;38882:5;38864:24;:::i;:::-;38855:33;;38910:66;38903:5;38900:77;38897:103;;38980:18;;:::i;:::-;38897:103;39027:1;39020:5;39016:13;39009:20;;38802:233;;;:::o;39041:410::-;39081:7;39104:20;39122:1;39104:20;:::i;:::-;39099:25;;39138:20;39156:1;39138:20;:::i;:::-;39133:25;;39193:1;39190;39186:9;39215:30;39233:11;39215:30;:::i;:::-;39204:41;;39394:1;39385:7;39381:15;39378:1;39375:22;39355:1;39348:9;39328:83;39305:139;;39424:18;;:::i;:::-;39305:139;39089:362;39041:410;;;;:::o;39457:180::-;39505:77;39502:1;39495:88;39602:4;39599:1;39592:15;39626:4;39623:1;39616:15;39643:185;39683:1;39700:20;39718:1;39700:20;:::i;:::-;39695:25;;39734:20;39752:1;39734:20;:::i;:::-;39729:25;;39773:1;39763:35;;39778:18;;:::i;:::-;39763:35;39820:1;39817;39813:9;39808:14;;39643:185;;;;:::o;39834:140::-;39883:9;39916:52;39934:33;39943:23;39960:5;39943:23;:::i;:::-;39934:33;:::i;:::-;39916:52;:::i;:::-;39903:65;;39834:140;;;:::o;39980:129::-;40066:36;40096:5;40066:36;:::i;:::-;40061:3;40054:49;39980:129;;:::o;40115:146::-;40212:6;40207:3;40202;40189:30;40253:1;40244:6;40239:3;40235:16;40228:27;40115:146;;;:::o;40291:317::-;40389:3;40410:71;40474:6;40469:3;40410:71;:::i;:::-;40403:78;;40491:56;40540:6;40535:3;40528:5;40491:56;:::i;:::-;40572:29;40594:6;40572:29;:::i;:::-;40567:3;40563:39;40556:46;;40291:317;;;;;:::o;40614:773::-;40848:4;40886:3;40875:9;40871:19;40863:27;;40900:71;40968:1;40957:9;40953:17;40944:6;40900:71;:::i;:::-;40981:72;41049:2;41038:9;41034:18;41025:6;40981:72;:::i;:::-;41063:71;41130:2;41119:9;41115:18;41106:6;41063:71;:::i;:::-;41144:72;41212:2;41201:9;41197:18;41188:6;41144:72;:::i;:::-;41264:9;41258:4;41254:20;41248:3;41237:9;41233:19;41226:49;41292:88;41375:4;41366:6;41358;41292:88;:::i;:::-;41284:96;;40614:773;;;;;;;;;:::o;41393:216::-;41432:4;41452:19;41469:1;41452:19;:::i;:::-;41447:24;;41485:19;41502:1;41485:19;:::i;:::-;41480:24;;41528:1;41525;41521:9;41513:17;;41552:26;41546:4;41543:36;41540:62;;;41582:18;;:::i;:::-;41540:62;41393:216;;;;:::o;41615:138::-;41663:9;41696:51;41713:33;41722:23;41739:5;41722:23;:::i;:::-;41713:33;:::i;:::-;41696:51;:::i;:::-;41683:64;;41615:138;;;:::o;41759:127::-;41844:35;41873:5;41844:35;:::i;:::-;41839:3;41832:48;41759:127;;:::o;41892:328::-;42011:4;42049:2;42038:9;42034:18;42026:26;;42062:71;42130:1;42119:9;42115:17;42106:6;42062:71;:::i;:::-;42143:70;42209:2;42198:9;42194:18;42185:6;42143:70;:::i;:::-;41892:328;;;;;:::o;42226:182::-;42366:34;42362:1;42354:6;42350:14;42343:58;42226:182;:::o;42414:366::-;42556:3;42577:67;42641:2;42636:3;42577:67;:::i;:::-;42570:74;;42653:93;42742:3;42653:93;:::i;:::-;42771:2;42766:3;42762:12;42755:19;;42414:366;;;:::o;42786:419::-;42952:4;42990:2;42979:9;42975:18;42967:26;;43039:9;43033:4;43029:20;43025:1;43014:9;43010:17;43003:47;43067:131;43193:4;43067:131;:::i;:::-;43059:139;;42786:419;;;:::o;43211:230::-;43351:34;43347:1;43339:6;43335:14;43328:58;43420:13;43415:2;43407:6;43403:15;43396:38;43211:230;:::o;43447:366::-;43589:3;43610:67;43674:2;43669:3;43610:67;:::i;:::-;43603:74;;43686:93;43775:3;43686:93;:::i;:::-;43804:2;43799:3;43795:12;43788:19;;43447:366;;;:::o;43819:419::-;43985:4;44023:2;44012:9;44008:18;44000:26;;44072:9;44066:4;44062:20;44058:1;44047:9;44043:17;44036:47;44100:131;44226:4;44100:131;:::i;:::-;44092:139;;43819:419;;;:::o;44244:166::-;44384:18;44380:1;44372:6;44368:14;44361:42;44244:166;:::o;44416:366::-;44558:3;44579:67;44643:2;44638:3;44579:67;:::i;:::-;44572:74;;44655:93;44744:3;44655:93;:::i;:::-;44773:2;44768:3;44764:12;44757:19;;44416:366;;;:::o;44788:419::-;44954:4;44992:2;44981:9;44977:18;44969:26;;45041:9;45035:4;45031:20;45027:1;45016:9;45012:17;45005:47;45069:131;45195:4;45069:131;:::i;:::-;45061:139;;44788:419;;;:::o;45213:167::-;45353:19;45349:1;45341:6;45337:14;45330:43;45213:167;:::o;45386:366::-;45528:3;45549:67;45613:2;45608:3;45549:67;:::i;:::-;45542:74;;45625:93;45714:3;45625:93;:::i;:::-;45743:2;45738:3;45734:12;45727:19;;45386:366;;;:::o;45758:419::-;45924:4;45962:2;45951:9;45947:18;45939:26;;46011:9;46005:4;46001:20;45997:1;45986:9;45982:17;45975:47;46039:131;46165:4;46039:131;:::i;:::-;46031:139;;45758:419;;;:::o;46183:162::-;46323:14;46319:1;46311:6;46307:14;46300:38;46183:162;:::o;46351:366::-;46493:3;46514:67;46578:2;46573:3;46514:67;:::i;:::-;46507:74;;46590:93;46679:3;46590:93;:::i;:::-;46708:2;46703:3;46699:12;46692:19;;46351:366;;;:::o;46723:419::-;46889:4;46927:2;46916:9;46912:18;46904:26;;46976:9;46970:4;46966:20;46962:1;46951:9;46947:17;46940:47;47004:131;47130:4;47004:131;:::i;:::-;46996:139;;46723:419;;;:::o;47148:166::-;47288:18;47284:1;47276:6;47272:14;47265:42;47148:166;:::o;47320:366::-;47462:3;47483:67;47547:2;47542:3;47483:67;:::i;:::-;47476:74;;47559:93;47648:3;47559:93;:::i;:::-;47677:2;47672:3;47668:12;47661:19;;47320:366;;;:::o;47692:419::-;47858:4;47896:2;47885:9;47881:18;47873:26;;47945:9;47939:4;47935:20;47931:1;47920:9;47916:17;47909:47;47973:131;48099:4;47973:131;:::i;:::-;47965:139;;47692:419;;;:::o;48117:175::-;48257:27;48253:1;48245:6;48241:14;48234:51;48117:175;:::o;48298:366::-;48440:3;48461:67;48525:2;48520:3;48461:67;:::i;:::-;48454:74;;48537:93;48626:3;48537:93;:::i;:::-;48655:2;48650:3;48646:12;48639:19;;48298:366;;;:::o;48670:419::-;48836:4;48874:2;48863:9;48859:18;48851:26;;48923:9;48917:4;48913:20;48909:1;48898:9;48894:17;48887:47;48951:131;49077:4;48951:131;:::i;:::-;48943:139;;48670:419;;;:::o;49095:170::-;49235:22;49231:1;49223:6;49219:14;49212:46;49095:170;:::o;49271:366::-;49413:3;49434:67;49498:2;49493:3;49434:67;:::i;:::-;49427:74;;49510:93;49599:3;49510:93;:::i;:::-;49628:2;49623:3;49619:12;49612:19;;49271:366;;;:::o;49643:419::-;49809:4;49847:2;49836:9;49832:18;49824:26;;49896:9;49890:4;49886:20;49882:1;49871:9;49867:17;49860:47;49924:131;50050:4;49924:131;:::i;:::-;49916:139;;49643:419;;;:::o"},"gasEstimates":{"creation":{"codeDepositCost":"3299800","executionCost":"infinite","totalCost":"infinite"},"external":{"acceptOwnership()":"54681","createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"infinite","getFeeDetails()":"4804","getOrderInfo(bytes32)":"infinite","getSupportedInstitutionByCode(bytes32)":"infinite","getSupportedInstitutions(bytes32)":"infinite","initialize()":"191278","isTokenSupported(address)":"2970","owner()":"2611","pause()":"infinite","paused()":"2502","pendingOwner()":"2610","refund(uint256,bytes32)":"infinite","renounceOwnership()":"54714","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"infinite","settingManagerBool(bytes32,address,uint256)":"infinite","settle(bytes32,bytes32,address,uint64)":"infinite","transferOwnership(address)":"infinite","unpause()":"infinite","updateProtocolAddress(bytes32,address)":"31161","updateProtocolFee(uint64)":"infinite"},"internal":{"_handler(address,uint256,address,address,uint256)":"infinite"}},"methodIdentifiers":{"acceptOwnership()":"79ba5097","createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"d12ff20a","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","initialize()":"8129fc1c","isTokenSupported(address)":"75151b63","owner()":"8da5cb5b","pause()":"8456cb59","paused()":"5c975abb","pendingOwner()":"e30c3978","refund(uint256,bytes32)":"71eedb88","renounceOwnership()":"715018a6","setSupportedInstitutions(bytes32,(bytes32,bytes32)[])":"32200882","settingManagerBool(bytes32,address,uint256)":"cd992400","settle(bytes32,bytes32,address,uint64)":"f22ee704","transferOwnership(address)":"f2fde38b","unpause()":"3f4ba83a","updateProtocolAddress(bytes32,address)":"40ebc677","updateProtocolFee(uint64)":"47094e2e"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"ProtocolAddressUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"protocolFee\",\"type\":\"uint64\"}],\"name\":\"ProtocolFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"treasuryAddress\",\"type\":\"address\"}],\"name\":\"SetFeeRecipient\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"SettingManagerBool\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"indexed\":false,\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"SupportedInstitutionsUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"isRefunded\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IGateway.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"institutions\",\"type\":\"tuple[]\"}],\"name\":\"setSupportedInstitutions\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"status\",\"type\":\"uint256\"}],\"name\":\"settingManagerBool\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"what\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"updateProtocolAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_protocolFeePercent\",\"type\":\"uint64\"}],\"name\":\"updateProtocolFee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"sender\":\"The address of the sender.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"See {createOrder-IGateway}. \"},\"getFeeDetails()\":{\"details\":\"See {getFeeDetails-IGateway}. \"},\"getOrderInfo(bytes32)\":{\"details\":\"See {getOrderInfo-IGateway}. \"},\"getSupportedInstitutionByCode(bytes32)\":{\"details\":\"See {getSupportedInstitutionByCode-IGateway}. \"},\"getSupportedInstitutions(bytes32)\":{\"details\":\"See {getSupportedInstitutions-IGateway}. \"},\"initialize()\":{\"details\":\"Initialize function.\"},\"isTokenSupported(address)\":{\"details\":\"See {isTokenSupported-IGateway}. \"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pause()\":{\"details\":\"Pause the contract.\"},\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"refund(uint256,bytes32)\":{\"details\":\"See {refund-IGateway}. \"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setSupportedInstitutions(bytes32,(bytes32,bytes32)[])\":{\"details\":\"Sets the supported institutions for a specific currency.\",\"params\":{\"currency\":\"The currency for which the institutions are being set.\",\"institutions\":\"The array of institutions to be set.\"}},\"settingManagerBool(bytes32,address,uint256)\":{\"details\":\"Sets the boolean value for a specific setting.\",\"params\":{\"status\":\"The boolean value to be set. Requirements: - The value must not be a zero address.\",\"value\":\"The address or value associated with the setting.\",\"what\":\"The setting to be updated.\"}},\"settle(bytes32,bytes32,address,uint64)\":{\"details\":\"See {settle-IGateway}. \"},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"unpause()\":{\"details\":\"Unpause the contract.\"},\"updateProtocolAddress(bytes32,address)\":{\"details\":\"Updates a protocol address.\",\"params\":{\"value\":\"The new address to be set. Requirements: - The value must not be a zero address.\",\"what\":\"The address type to be updated (treasury or aggregator).\"}},\"updateProtocolFee(uint64)\":{\"details\":\"Updates the protocol fee percentage.\",\"params\":{\"_protocolFeePercent\":\"The new protocol fee percentage to be set.\"}}},\"title\":\"Gateway\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"This contract serves as a gateway for creating orders and managing settlements.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/GatewayV2.sol\":\"GatewayV2\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"./OwnableUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership} and {acceptOwnership}.\\n *\\n * This module is used through inheritance. It will make available all functions\\n * from parent (Ownable).\\n */\\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\\n address private _pendingOwner;\\n\\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\\n\\n function __Ownable2Step_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable2Step_init_unchained() internal onlyInitializing {\\n }\\n /**\\n * @dev Returns the address of the pending owner.\\n */\\n function pendingOwner() public view virtual returns (address) {\\n return _pendingOwner;\\n }\\n\\n /**\\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual override onlyOwner {\\n _pendingOwner = newOwner;\\n emit OwnershipTransferStarted(owner(), newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual override {\\n delete _pendingOwner;\\n super._transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev The new owner accepts the ownership transfer.\\n */\\n function acceptOwnership() public virtual {\\n address sender = _msgSender();\\n require(pendingOwner() == sender, \\\"Ownable2Step: caller is not the new owner\\\");\\n _transferOwnership(sender);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n function __Ownable_init() internal onlyInitializing {\\n __Ownable_init_unchained();\\n }\\n\\n function __Ownable_init_unchained() internal onlyInitializing {\\n _transferOwnership(_msgSender());\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n _checkOwner();\\n _;\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if the sender is not the owner.\\n */\\n function _checkOwner() internal view virtual {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby disabling any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n _transferOwnership(address(0));\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n _transferOwnership(newOwner);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Internal function without access restriction.\\n */\\n function _transferOwnership(address newOwner) internal virtual {\\n address oldOwner = _owner;\\n _owner = newOwner;\\n emit OwnershipTransferred(oldOwner, newOwner);\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\\n\\npragma solidity ^0.8.2;\\n\\nimport \\\"../../utils/AddressUpgradeable.sol\\\";\\n\\n/**\\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\\n *\\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\\n * reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in\\n * case an upgrade adds a module that needs to be initialized.\\n *\\n * For example:\\n *\\n * [.hljs-theme-light.nopadding]\\n * ```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 Indicates that the contract has been initialized.\\n * @custom:oz-retyped-from bool\\n */\\n uint8 private _initialized;\\n\\n /**\\n * @dev Indicates that the contract is in the process of being initialized.\\n */\\n bool private _initializing;\\n\\n /**\\n * @dev Triggered when the contract has been initialized or reinitialized.\\n */\\n event Initialized(uint8 version);\\n\\n /**\\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\\n * `onlyInitializing` functions can be used to initialize parent contracts.\\n *\\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\\n * constructor.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier initializer() {\\n bool isTopLevelCall = !_initializing;\\n require(\\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\\n \\\"Initializable: contract is already initialized\\\"\\n );\\n _initialized = 1;\\n if (isTopLevelCall) {\\n _initializing = true;\\n }\\n _;\\n if (isTopLevelCall) {\\n _initializing = false;\\n emit Initialized(1);\\n }\\n }\\n\\n /**\\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\\n * used to initialize parent contracts.\\n *\\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\\n * are added through upgrades and that require initialization.\\n *\\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\\n * cannot be nested. If one is invoked in the context of another, execution will revert.\\n *\\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\\n * a contract, executing them in the right order is up to the developer or operator.\\n *\\n * WARNING: setting the version to 255 will prevent any future reinitialization.\\n *\\n * Emits an {Initialized} event.\\n */\\n modifier reinitializer(uint8 version) {\\n require(!_initializing && _initialized < version, \\\"Initializable: contract is already initialized\\\");\\n _initialized = version;\\n _initializing = true;\\n _;\\n _initializing = false;\\n emit Initialized(version);\\n }\\n\\n /**\\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\\n */\\n modifier onlyInitializing() {\\n require(_initializing, \\\"Initializable: contract is not initializing\\\");\\n _;\\n }\\n\\n /**\\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\\n * through proxies.\\n *\\n * Emits an {Initialized} event the first time it is successfully executed.\\n */\\n function _disableInitializers() internal virtual {\\n require(!_initializing, \\\"Initializable: contract is initializing\\\");\\n if (_initialized != type(uint8).max) {\\n _initialized = type(uint8).max;\\n emit Initialized(type(uint8).max);\\n }\\n }\\n\\n /**\\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\\n */\\n function _getInitializedVersion() internal view returns (uint8) {\\n return _initialized;\\n }\\n\\n /**\\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\\n */\\n function _isInitializing() internal view returns (bool) {\\n return _initializing;\\n }\\n}\\n\",\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\\n\\npragma solidity ^0.8.0;\\n\\nimport \\\"../utils/ContextUpgradeable.sol\\\";\\nimport {Initializable} from \\\"../proxy/utils/Initializable.sol\\\";\\n\\n/**\\n * @dev Contract module which allows children to implement an emergency stop\\n * mechanism that can be triggered by an authorized account.\\n *\\n * This module is used through inheritance. It will make available the\\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\\n * the functions of your contract. Note that they will not be pausable by\\n * simply including this module, only once the modifiers are put in place.\\n */\\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\\n /**\\n * @dev Emitted when the pause is triggered by `account`.\\n */\\n event Paused(address account);\\n\\n /**\\n * @dev Emitted when the pause is lifted by `account`.\\n */\\n event Unpaused(address account);\\n\\n bool private _paused;\\n\\n /**\\n * @dev Initializes the contract in unpaused state.\\n */\\n function __Pausable_init() internal onlyInitializing {\\n __Pausable_init_unchained();\\n }\\n\\n function __Pausable_init_unchained() internal onlyInitializing {\\n _paused = false;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is not paused.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n modifier whenNotPaused() {\\n _requireNotPaused();\\n _;\\n }\\n\\n /**\\n * @dev Modifier to make a function callable only when the contract is paused.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n modifier whenPaused() {\\n _requirePaused();\\n _;\\n }\\n\\n /**\\n * @dev Returns true if the contract is paused, and false otherwise.\\n */\\n function paused() public view virtual returns (bool) {\\n return _paused;\\n }\\n\\n /**\\n * @dev Throws if the contract is paused.\\n */\\n function _requireNotPaused() internal view virtual {\\n require(!paused(), \\\"Pausable: paused\\\");\\n }\\n\\n /**\\n * @dev Throws if the contract is not paused.\\n */\\n function _requirePaused() internal view virtual {\\n require(paused(), \\\"Pausable: not paused\\\");\\n }\\n\\n /**\\n * @dev Triggers stopped state.\\n *\\n * Requirements:\\n *\\n * - The contract must not be paused.\\n */\\n function _pause() internal virtual whenNotPaused {\\n _paused = true;\\n emit Paused(_msgSender());\\n }\\n\\n /**\\n * @dev Returns to normal state.\\n *\\n * Requirements:\\n *\\n * - The contract must be paused.\\n */\\n function _unpause() internal virtual whenPaused {\\n _paused = false;\\n emit Unpaused(_msgSender());\\n }\\n\\n /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[49] private __gap;\\n}\\n\",\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\\n\\npragma solidity ^0.8.1;\\n\\n/**\\n * @dev Collection of functions related to the address type\\n */\\nlibrary AddressUpgradeable {\\n /**\\n * @dev Returns true if `account` is a contract.\\n *\\n * [IMPORTANT]\\n * ====\\n * It is unsafe to assume that an address for which this function returns\\n * false is an externally-owned account (EOA) and not a contract.\\n *\\n * Among others, `isContract` will return false for the following\\n * types of addresses:\\n *\\n * - an externally-owned account\\n * - a contract in construction\\n * - an address where a contract will be created\\n * - an address where a contract lived, but was destroyed\\n *\\n * Furthermore, `isContract` will also return true if the target contract within\\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\\n * which only has an effect at the end of a transaction.\\n * ====\\n *\\n * [IMPORTANT]\\n * ====\\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\\n *\\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\\n * constructor.\\n * ====\\n */\\n function isContract(address account) internal view returns (bool) {\\n // This method relies on extcodesize/address.code.length, which returns 0\\n // for contracts in construction, since the code is only stored at the end\\n // of the constructor execution.\\n\\n return account.code.length > 0;\\n }\\n\\n /**\\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\\n * `recipient`, forwarding all available gas and reverting on errors.\\n *\\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\\n * imposed by `transfer`, making them unable to receive funds via\\n * `transfer`. {sendValue} removes this limitation.\\n *\\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\\n */\\n function sendValue(address payable recipient, uint256 amount) internal {\\n require(address(this).balance >= amount, \\\"Address: insufficient balance\\\");\\n\\n (bool success, ) = recipient.call{value: amount}(\\\"\\\");\\n require(success, \\\"Address: unable to send value, recipient may have reverted\\\");\\n }\\n\\n /**\\n * @dev Performs a Solidity function call using a low level `call`. A\\n * plain `call` is an unsafe replacement for a function call: use this\\n * function instead.\\n *\\n * If `target` reverts with a revert reason, it is bubbled up by this\\n * function (like regular Solidity function calls).\\n *\\n * Returns the raw returned data. To convert to the expected return value,\\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\\n *\\n * Requirements:\\n *\\n * - `target` must be a contract.\\n * - calling `target` with `data` must not revert.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, \\\"Address: low-level call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\\n * `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, 0, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but also transferring `value` wei to `target`.\\n *\\n * Requirements:\\n *\\n * - the calling contract must have an ETH balance of at least `value`.\\n * - the called Solidity function must be `payable`.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\\n return functionCallWithValue(target, data, value, \\\"Address: low-level call with value failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\\n * with `errorMessage` as a fallback revert reason when `target` reverts.\\n *\\n * _Available since v3.1._\\n */\\n function functionCallWithValue(\\n address target,\\n bytes memory data,\\n uint256 value,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n require(address(this).balance >= value, \\\"Address: insufficient balance for call\\\");\\n (bool success, bytes memory returndata) = target.call{value: value}(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\\n return functionStaticCall(target, data, \\\"Address: low-level static call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a static call.\\n *\\n * _Available since v3.3._\\n */\\n function functionStaticCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.staticcall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\\n return functionDelegateCall(target, data, \\\"Address: low-level delegate call failed\\\");\\n }\\n\\n /**\\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\\n * but performing a delegate call.\\n *\\n * _Available since v3.4._\\n */\\n function functionDelegateCall(\\n address target,\\n bytes memory data,\\n string memory errorMessage\\n ) internal returns (bytes memory) {\\n (bool success, bytes memory returndata) = target.delegatecall(data);\\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\\n *\\n * _Available since v4.8._\\n */\\n function verifyCallResultFromTarget(\\n address target,\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal view returns (bytes memory) {\\n if (success) {\\n if (returndata.length == 0) {\\n // only check isContract if the call was successful and the return data is empty\\n // otherwise we already know that it was a contract\\n require(isContract(target), \\\"Address: call to non-contract\\\");\\n }\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n /**\\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\\n * revert reason or using the provided one.\\n *\\n * _Available since v4.3._\\n */\\n function verifyCallResult(\\n bool success,\\n bytes memory returndata,\\n string memory errorMessage\\n ) internal pure returns (bytes memory) {\\n if (success) {\\n return returndata;\\n } else {\\n _revert(returndata, errorMessage);\\n }\\n }\\n\\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\\n // Look for revert reason and bubble it up if present\\n if (returndata.length > 0) {\\n // The easiest way to bubble the revert reason is using memory via assembly\\n /// @solidity memory-safe-assembly\\n assembly {\\n let returndata_size := mload(returndata)\\n revert(add(32, returndata), returndata_size)\\n }\\n } else {\\n revert(errorMessage);\\n }\\n }\\n}\\n\",\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\"},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\\n\\npragma solidity ^0.8.0;\\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 /**\\n * @dev This empty reserved space is put in place to allow future versions to add new\\n * variables without shifting down storage in the inheritance chain.\\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\\n */\\n uint256[50] private __gap;\\n}\\n\",\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/GatewaySettingManager.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\n\\n/**\\n * @title GatewaySettingManager\\n * @dev This contract manages the settings and configurations for the Gateway protocol.\\n */\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\\n\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\\n\\tuint256 internal MAX_BPS;\\n\\tuint64 internal protocolFeePercent;\\n\\taddress internal treasuryAddress;\\n\\taddress internal _aggregatorAddress;\\n\\n\\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\\n\\tuint256[50] private __gap;\\n\\n\\tmapping(address => uint256) internal _isTokenSupported;\\n\\n\\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\\n\\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\\n\\n\\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\\n\\tevent SupportedInstitutionsUpdated(\\n\\t\\tbytes32 indexed currency,\\n\\t\\tSharedStructs.Institution[] institutions\\n\\t);\\n\\tevent ProtocolFeeUpdated(uint64 protocolFee);\\n\\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\\n\\tevent SetFeeRecipient(address indexed treasuryAddress);\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\n\\t/**\\n\\t * @dev Sets the boolean value for a specific setting.\\n\\t * @param what The setting to be updated.\\n\\t * @param value The address or value associated with the setting.\\n\\t * @param status The boolean value to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\trequire(status == 1 || status == 2, 'Gateway: invalid status');\\n\\t\\tif (what == 'token') {\\n\\t\\t\\t_isTokenSupported[value] = status;\\n\\t\\t\\temit SettingManagerBool(what, value, status);\\n\\t\\t}\\n\\t}\\n\\n\\t/**\\n\\t * @dev Sets the supported institutions for a specific currency.\\n\\t * @param currency The currency for which the institutions are being set.\\n\\t * @param institutions The array of institutions to be set.\\n\\t */\\n\\tfunction setSupportedInstitutions(\\n\\t\\tbytes32 currency,\\n\\t\\tSharedStructs.Institution[] memory institutions\\n\\t) external onlyOwner {\\n\\t\\tdelete supportedInstitutions[currency];\\n\\t\\tfor (uint i; i < institutions.length; ) {\\n\\t\\t\\tsupportedInstitutions[currency].push(institutions[i]);\\n\\t\\t\\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\\n\\t\\t\\t\\tname: institutions[i].name,\\n\\t\\t\\t\\tcurrency: currency\\n\\t\\t\\t});\\n\\t\\t\\tunchecked {\\n\\t\\t\\t\\t++i;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates the protocol fee percentage.\\n\\t * @param _protocolFeePercent The new protocol fee percentage to be set.\\n\\t */\\n\\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\\n\\t\\tprotocolFeePercent = _protocolFeePercent;\\n\\t\\temit ProtocolFeeUpdated(_protocolFeePercent);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Updates a protocol address.\\n\\t * @param what The address type to be updated (treasury or aggregator).\\n\\t * @param value The new address to be set.\\n\\t * Requirements:\\n\\t * - The value must not be a zero address.\\n\\t */\\n\\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\\n\\t\\trequire(value != address(0), 'Gateway: zero address');\\n\\t\\tbool updated;\\n\\t\\tif (what == 'treasury') {\\n\\t\\t\\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\\n\\t\\t\\ttreasuryAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t} else if (what == 'aggregator') {\\n\\t\\t\\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\\n\\t\\t\\t_aggregatorAddress = value;\\n\\t\\t\\tupdated = true;\\n\\t\\t}\\n\\t\\tif (updated) {\\n\\t\\t\\temit ProtocolAddressUpdated(what, value);\\n\\t\\t}\\n\\t}\\n}\\n\",\"keccak256\":\"0x7bf3fc733cbf8f2815924c2f10199aa0836d3b5d5b5b92b10cd4855d65773477\",\"license\":\"UNLICENSED\"},\"contracts/GatewayV2.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\\n\\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\\nimport {SharedStructs} from './libraries/SharedStructs.sol';\\n\\n/**\\n * @title Gateway\\n * @notice This contract serves as a gateway for creating orders and managing settlements.\\n */\\ncontract GatewayV2 is IGateway, GatewaySettingManager, PausableUpgradeable {\\n\\tstruct fee {\\n\\t\\tuint256 protocolFee;\\n\\t\\tuint256 liquidityProviderAmount;\\n\\t}\\n\\n\\tmapping(bytes32 => Order) private order;\\n\\tmapping(address => uint256) private _nonce;\\n\\tuint256[50] private __gap;\\n\\n\\t/// @custom:oz-upgrades-unsafe-allow constructor\\n\\tconstructor() {\\n\\t\\t_disableInitializers();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Initialize function.\\n\\t */\\n\\tfunction initialize() external initializer {\\n\\t\\tMAX_BPS = 100_000;\\n\\t\\t__Ownable2Step_init();\\n\\t\\t__Pausable_init();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Modifier that allows only the aggregator to call a function.\\n\\t */\\n\\tmodifier onlyAggregator() {\\n\\t\\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\\n\\t\\t_;\\n\\t}\\n\\n\\t/* ##################################################################\\n OWNER FUNCTIONS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Pause the contract.\\n\\t */\\n\\tfunction pause() external onlyOwner {\\n\\t\\t_pause();\\n\\t}\\n\\n\\t/**\\n\\t * @dev Unpause the contract.\\n\\t */\\n\\tfunction unpause() external onlyOwner {\\n\\t\\t_unpause();\\n\\t}\\n\\n\\t/* ##################################################################\\n USER CALLS\\n ################################################################## */\\n\\t/** @dev See {createOrder-IGateway}. */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external whenNotPaused returns (bytes32 orderId) {\\n\\t\\t// checks that are required\\n\\t\\t_handler(_token, _amount, _refundAddress, _senderFeeRecipient, _senderFee);\\n\\n\\t\\t// validate messageHash\\n\\t\\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\\n\\n\\t\\t// transfer token from msg.sender to contract\\n\\t\\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\\n\\n\\t\\t// increase users nonce to avoid replay attacks\\n\\t\\t_nonce[msg.sender]++;\\n\\n\\t\\t// generate transaction id for the transaction\\n\\t\\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\\n\\n\\t\\t// update transaction\\n\\t\\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\\n\\t\\torder[orderId] = Order({\\n\\t\\t\\tsender: msg.sender,\\n\\t\\t\\ttoken: _token,\\n\\t\\t\\tsenderFeeRecipient: _senderFeeRecipient,\\n\\t\\t\\tsenderFee: _senderFee,\\n\\t\\t\\tprotocolFee: _protocolFee,\\n\\t\\t\\tisFulfilled: false,\\n\\t\\t\\tisRefunded: false,\\n\\t\\t\\trefundAddress: _refundAddress,\\n\\t\\t\\tcurrentBPS: uint64(MAX_BPS),\\n\\t\\t\\tamount: _amount - _protocolFee\\n\\t\\t});\\n\\n\\t\\t// emit order created event\\n\\t\\temit OrderCreated(\\n\\t\\t\\torder[orderId].sender,\\n\\t\\t\\t_token,\\n\\t\\t\\torder[orderId].amount,\\n\\t\\t\\t_protocolFee,\\n\\t\\t\\torderId,\\n\\t\\t\\t_rate,\\n\\t\\t\\t_institutionCode,\\n\\t\\t\\tmessageHash\\n\\t\\t);\\n\\t}\\n\\n\\t/**\\n\\t * @dev Internal function to handle order creation.\\n\\t * @param _token The address of the token being traded.\\n\\t * @param _amount The amount of tokens being traded.\\n\\t * @param _refundAddress The address to refund the tokens in case of cancellation.\\n\\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\\n\\t * @param _senderFee The amount of the sender fee.\\n\\t */\\n\\tfunction _handler(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\taddress _refundAddress,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee\\n\\t) internal view {\\n\\t\\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\\n\\t\\trequire(_amount != 0, 'AmountIsZero');\\n\\t\\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\\n\\n\\t\\tif (_senderFee != 0) {\\n\\t\\t\\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\\n\\t\\t}\\n\\t}\\n\\n\\t/* ##################################################################\\n AGGREGATOR FUNCTIONS\\n ################################################################## */\\n\\t/** @dev See {settle-IGateway}. */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external onlyAggregator returns (bool) {\\n\\t\\t// ensure the transaction has not been fulfilled\\n\\t\\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\\n\\t\\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\\n\\n\\t\\t// load the token into memory\\n\\t\\taddress token = order[_orderId].token;\\n\\n\\t\\t// subtract sum of amount based on the input _settlePercent\\n\\t\\torder[_orderId].currentBPS -= _settlePercent;\\n\\n\\t\\tif (order[_orderId].currentBPS == 0) {\\n\\t\\t\\t// update the transaction to be fulfilled\\n\\t\\t\\torder[_orderId].isFulfilled = true;\\n\\n\\t\\t\\tif (order[_orderId].senderFee != 0) {\\n\\t\\t\\t\\t// transfer sender fee\\n\\t\\t\\t\\tIERC20(order[_orderId].token).transfer(\\n\\t\\t\\t\\t\\torder[_orderId].senderFeeRecipient,\\n\\t\\t\\t\\t\\torder[_orderId].senderFee\\n\\t\\t\\t\\t);\\n\\n\\t\\t\\t\\t// emit event\\n\\t\\t\\t\\temit SenderFeeTransferred(\\n\\t\\t\\t\\t\\torder[_orderId].senderFeeRecipient,\\n\\t\\t\\t\\t\\torder[_orderId].senderFee\\n\\t\\t\\t\\t);\\n\\t\\t\\t}\\n\\n\\t\\t\\tif (order[_orderId].protocolFee != 0) {\\n\\t\\t\\t\\t// transfer protocol fee\\n\\t\\t\\t\\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t// transfer to liquidity provider\\n\\t\\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\\n\\t\\torder[_orderId].amount -= liquidityProviderAmount;\\n\\t\\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\\n\\n\\t\\t// emit settled event\\n\\t\\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\\n\\n\\t\\treturn true;\\n\\t}\\n\\n\\t/** @dev See {refund-IGateway}. */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\\n\\t\\t// ensure the transaction has not been fulfilled\\n\\t\\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\\n\\t\\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\\n\\t\\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\\n\\n\\t\\t// transfer refund fee to the treasury\\n\\t\\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\\n\\n\\t\\t// reset state values\\n\\t\\torder[_orderId].isRefunded = true;\\n\\t\\torder[_orderId].currentBPS = 0;\\n\\n\\t\\t// deduct fee from order amount\\n\\t\\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\\n\\n\\t\\t// transfer refund amount and sender fee to the refund address\\n\\t\\tIERC20(order[_orderId].token).transfer(\\n\\t\\t\\torder[_orderId].refundAddress,\\n\\t\\t\\trefundAmount + order[_orderId].senderFee\\n\\t\\t);\\n\\n\\t\\t// emit refunded event\\n\\t\\temit OrderRefunded(_fee, _orderId);\\n\\n\\t\\treturn true;\\n\\t}\\n\\n\\t/* ##################################################################\\n VIEW CALLS\\n ################################################################## */\\n\\t/** @dev See {getOrderInfo-IGateway}. */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\\n\\t\\treturn order[_orderId];\\n\\t}\\n\\n\\t/** @dev See {isTokenSupported-IGateway}. */\\n\\tfunction isTokenSupported(address _token) external view returns (bool) {\\n\\t\\tif (_isTokenSupported[_token] == 1) return true;\\n\\t\\treturn false;\\n\\t}\\n\\n\\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory) {\\n\\t\\treturn supportedInstitutionsByCode[_code];\\n\\t}\\n\\n\\t/** @dev See {getSupportedInstitutions-IGateway}. */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory) {\\n\\t\\treturn supportedInstitutions[_currency];\\n\\t}\\n\\n\\t/** @dev See {getFeeDetails-IGateway}. */\\n\\tfunction getFeeDetails() external view returns (uint64, uint256) {\\n\\t\\treturn (protocolFeePercent, MAX_BPS);\\n\\t}\\n}\\n\",\"keccak256\":\"0xf0e6d1146378333336743d889e8af6b136bf196be469158ea006fde180e7b57e\",\"license\":\"UNLICENSED\"},\"contracts/interfaces/IGateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\\n\\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\\n\\n/**\\n * @title IGateway\\n * @notice Interface for the Gateway contract.\\n */\\ninterface IGateway {\\n\\t/* ##################################################################\\n EVENTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Emitted when a deposit is made.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the deposited token.\\n\\t * @param amount The amount of the deposit.\\n\\t * @param orderId The ID of the order.\\n\\t * @param rate The rate at which the deposit is made.\\n\\t * @param institutionCode The code of the institution.\\n\\t * @param messageHash The hash of the message.\\n\\t */\\n\\tevent OrderCreated(\\n\\t\\taddress indexed sender,\\n\\t\\taddress indexed token,\\n\\t\\tuint256 indexed amount,\\n\\t\\tuint256 protocolFee,\\n\\t\\tbytes32 orderId,\\n\\t\\tuint256 rate,\\n\\t\\tbytes32 institutionCode,\\n\\t\\tstring messageHash\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator settles a transaction.\\n\\t * @param splitOrderId The ID of the split order.\\n\\t * @param orderId The ID of the order.\\n\\t * @param liquidityProvider The address of the liquidity provider.\\n\\t * @param settlePercent The percentage at which the transaction is settled.\\n\\t */\\n\\tevent OrderSettled(\\n\\t\\tbytes32 splitOrderId,\\n\\t\\tbytes32 indexed orderId,\\n\\t\\taddress indexed liquidityProvider,\\n\\t\\tuint96 settlePercent\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator refunds a transaction.\\n\\t * @param fee The fee deducted from the refund amount.\\n\\t * @param orderId The ID of the order.\\n\\t */\\n\\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\\n\\n\\t/**\\n\\t * @dev Emitted when the sender's fee is transferred.\\n\\t * @param sender The address of the sender.\\n\\t * @param amount The amount of the fee transferred.\\n\\t */\\n\\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n\\t/* ##################################################################\\n STRUCTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Struct representing transaction metadata.\\n\\t * @param identifier The identifier of the transaction.\\n\\t * @param institution The institution of the transaction.\\n\\t * @param name The name of the transaction.\\n\\t * @param currency The currency of the transaction.\\n\\t * @param liquidityProviderID The ID of the liquidity provider.\\n\\t */\\n\\tstruct TransactionMetadata {\\n\\t\\tbytes8 identifier;\\n\\t\\tbytes8 institution;\\n\\t\\tbytes8 name;\\n\\t\\tbytes8 currency;\\n\\t\\tuint256 liquidityProviderID;\\n\\t}\\n\\n\\t/**\\n\\t * @dev Struct representing an order.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the token.\\n\\t * @param senderFeeRecipient The address of the sender fee recipient.\\n\\t * @param senderFee The fee to be paid to the sender fee recipient.\\n\\t * @param protocolFee The protocol fee to be paid.\\n\\t * @param isFulfilled Whether the order is fulfilled.\\n\\t * @param isRefunded Whether the order is refunded.\\n\\t * @param refundAddress The address to which the refund is made.\\n\\t * @param currentBPS The current basis points.\\n\\t * @param amount The amount of the order.\\n\\t */\\n\\tstruct Order {\\n\\t\\taddress sender;\\n\\t\\taddress token;\\n\\t\\taddress senderFeeRecipient;\\n\\t\\tuint256 senderFee;\\n\\t\\tuint256 protocolFee;\\n\\t\\tbool isFulfilled;\\n\\t\\tbool isRefunded;\\n\\t\\taddress refundAddress;\\n\\t\\tuint96 currentBPS;\\n\\t\\tuint256 amount;\\n\\t}\\n\\n\\t/* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n\\t/**\\n\\t * @notice Locks the sender's amount of token into Gateway.\\n\\t * @dev Requirements:\\n\\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\\n\\t * - `_token` must be an acceptable token. See {isTokenSupported}.\\n\\t * - `amount` must be greater than minimum.\\n\\t * - `_refundAddress` refund address must not be zero address.\\n\\t * @param _token The address of the token.\\n\\t * @param _amount The amount in the decimal of `_token` to be locked.\\n\\t * @param _institutionCode The institution code of the sender.\\n\\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n\\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\\n\\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\\n\\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n\\t * @param messageHash The hash of the message.\\n\\t * @return _orderId The ID of the order.\\n\\t */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external returns (bytes32 _orderId);\\n\\n\\t/**\\n\\t * @notice Settles a transaction and distributes rewards accordingly.\\n\\t * @param _splitOrderId The ID of the split order.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @param _liquidityProvider The address of the liquidity provider.\\n\\t * @param _settlePercent The rate at which the transaction is settled.\\n\\t * @return bool the settlement is successful.\\n\\t */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Refunds to the specified refundable address.\\n\\t * @dev Requirements:\\n\\t * - Only aggregators can call this function.\\n\\t * @param _fee The amount to be deducted from the amount to be refunded.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @return bool the refund is successful.\\n\\t */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Checks if a token is supported by Gateway.\\n\\t * @param _token The address of the token to check.\\n\\t * @return bool the token is supported.\\n\\t */\\n\\tfunction isTokenSupported(address _token) external view returns (bool);\\n\\n\\t/**\\n\\t * @notice Gets the details of an order.\\n\\t * @param _orderId The ID of the order.\\n\\t * @return Order The order details.\\n\\t */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\\n\\n\\t/**\\n\\t * @notice Gets the fee details of Gateway.\\n\\t * @return protocolReward The protocol reward amount.\\n\\t * @return max_bps The maximum basis points.\\n\\t */\\n\\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\\n\\n\\t/**\\n\\t * @notice Gets the details of a supported institution by code.\\n\\t * @param _code The institution code.\\n\\t * @return InstitutionByCode The institution details.\\n\\t */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory);\\n\\n\\t/**\\n\\t * @notice Gets the details of supported institutions by currency.\\n\\t * @param _currency The currency code.\\n\\t * @return Institutions An array of institutions.\\n\\t */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x77ba391c63b01a9fd7bf719379efe762a15566708694c52f62dcb4731d3f4821\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[{"astId":246,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"_initialized","offset":0,"slot":"0","type":"t_uint8"},{"astId":249,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"_initializing","offset":1,"slot":"0","type":"t_bool"},{"astId":916,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"__gap","offset":0,"slot":"1","type":"t_array(t_uint256)50_storage"},{"astId":118,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"_owner","offset":0,"slot":"51","type":"t_address"},{"astId":238,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"__gap","offset":0,"slot":"52","type":"t_array(t_uint256)49_storage"},{"astId":11,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"_pendingOwner","offset":0,"slot":"101","type":"t_address"},{"astId":105,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"__gap","offset":0,"slot":"102","type":"t_array(t_uint256)49_storage"},{"astId":1004,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"MAX_BPS","offset":0,"slot":"151","type":"t_uint256"},{"astId":1006,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"protocolFeePercent","offset":0,"slot":"152","type":"t_uint64"},{"astId":1008,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"treasuryAddress","offset":8,"slot":"152","type":"t_address"},{"astId":1010,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"_aggregatorAddress","offset":0,"slot":"153","type":"t_address"},{"astId":1014,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"__gap","offset":0,"slot":"154","type":"t_array(t_uint256)50_storage"},{"astId":1018,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"_isTokenSupported","offset":0,"slot":"204","type":"t_mapping(t_address,t_uint256)"},{"astId":1024,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"supportedInstitutions","offset":0,"slot":"205","type":"t_mapping(t_bytes32,t_array(t_struct(Institution)2058_storage)dyn_storage)"},{"astId":1029,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"supportedInstitutionsByCode","offset":0,"slot":"206","type":"t_mapping(t_bytes32,t_struct(InstitutionByCode)2063_storage)"},{"astId":430,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"_paused","offset":0,"slot":"207","type":"t_bool"},{"astId":535,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"__gap","offset":0,"slot":"208","type":"t_array(t_uint256)49_storage"},{"astId":1290,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"order","offset":0,"slot":"257","type":"t_mapping(t_bytes32,t_struct(Order)1960_storage)"},{"astId":1294,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"_nonce","offset":0,"slot":"258","type":"t_mapping(t_address,t_uint256)"},{"astId":1298,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"__gap","offset":0,"slot":"259","type":"t_array(t_uint256)50_storage"}],"types":{"t_address":{"encoding":"inplace","label":"address","numberOfBytes":"20"},"t_array(t_struct(Institution)2058_storage)dyn_storage":{"base":"t_struct(Institution)2058_storage","encoding":"dynamic_array","label":"struct SharedStructs.Institution[]","numberOfBytes":"32"},"t_array(t_uint256)49_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[49]","numberOfBytes":"1568"},"t_array(t_uint256)50_storage":{"base":"t_uint256","encoding":"inplace","label":"uint256[50]","numberOfBytes":"1600"},"t_bool":{"encoding":"inplace","label":"bool","numberOfBytes":"1"},"t_bytes32":{"encoding":"inplace","label":"bytes32","numberOfBytes":"32"},"t_mapping(t_address,t_uint256)":{"encoding":"mapping","key":"t_address","label":"mapping(address => uint256)","numberOfBytes":"32","value":"t_uint256"},"t_mapping(t_bytes32,t_array(t_struct(Institution)2058_storage)dyn_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.Institution[])","numberOfBytes":"32","value":"t_array(t_struct(Institution)2058_storage)dyn_storage"},"t_mapping(t_bytes32,t_struct(InstitutionByCode)2063_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct SharedStructs.InstitutionByCode)","numberOfBytes":"32","value":"t_struct(InstitutionByCode)2063_storage"},"t_mapping(t_bytes32,t_struct(Order)1960_storage)":{"encoding":"mapping","key":"t_bytes32","label":"mapping(bytes32 => struct IGateway.Order)","numberOfBytes":"32","value":"t_struct(Order)1960_storage"},"t_struct(Institution)2058_storage":{"encoding":"inplace","label":"struct SharedStructs.Institution","members":[{"astId":2055,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"code","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2057,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"name","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(InstitutionByCode)2063_storage":{"encoding":"inplace","label":"struct SharedStructs.InstitutionByCode","members":[{"astId":2060,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"name","offset":0,"slot":"0","type":"t_bytes32"},{"astId":2062,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"currency","offset":0,"slot":"1","type":"t_bytes32"}],"numberOfBytes":"64"},"t_struct(Order)1960_storage":{"encoding":"inplace","label":"struct IGateway.Order","members":[{"astId":1941,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"sender","offset":0,"slot":"0","type":"t_address"},{"astId":1943,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"token","offset":0,"slot":"1","type":"t_address"},{"astId":1945,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"senderFeeRecipient","offset":0,"slot":"2","type":"t_address"},{"astId":1947,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"senderFee","offset":0,"slot":"3","type":"t_uint256"},{"astId":1949,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"protocolFee","offset":0,"slot":"4","type":"t_uint256"},{"astId":1951,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"isFulfilled","offset":0,"slot":"5","type":"t_bool"},{"astId":1953,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"isRefunded","offset":1,"slot":"5","type":"t_bool"},{"astId":1955,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"refundAddress","offset":2,"slot":"5","type":"t_address"},{"astId":1957,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"currentBPS","offset":0,"slot":"6","type":"t_uint96"},{"astId":1959,"contract":"contracts/GatewayV2.sol:GatewayV2","label":"amount","offset":0,"slot":"7","type":"t_uint256"}],"numberOfBytes":"256"},"t_uint256":{"encoding":"inplace","label":"uint256","numberOfBytes":"32"},"t_uint64":{"encoding":"inplace","label":"uint64","numberOfBytes":"8"},"t_uint8":{"encoding":"inplace","label":"uint8","numberOfBytes":"1"},"t_uint96":{"encoding":"inplace","label":"uint96","numberOfBytes":"12"}}},"userdoc":{"kind":"user","methods":{},"notice":"This contract serves as a gateway for creating orders and managing settlements.","version":1}}},"contracts/interfaces/IGateway.sol":{"IGateway":{"abi":[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"protocolFee","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"rate","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"institutionCode","type":"bytes32"},{"indexed":false,"internalType":"string","name":"messageHash","type":"string"}],"name":"OrderCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"}],"name":"OrderRefunded","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes32","name":"splitOrderId","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"orderId","type":"bytes32"},{"indexed":true,"internalType":"address","name":"liquidityProvider","type":"address"},{"indexed":false,"internalType":"uint96","name":"settlePercent","type":"uint96"}],"name":"OrderSettled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"SenderFeeTransferred","type":"event"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes32","name":"_institutionCode","type":"bytes32"},{"internalType":"uint96","name":"_rate","type":"uint96"},{"internalType":"address","name":"_senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"_senderFee","type":"uint256"},{"internalType":"address","name":"_refundAddress","type":"address"},{"internalType":"string","name":"messageHash","type":"string"}],"name":"createOrder","outputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getFeeDetails","outputs":[{"internalType":"uint64","name":"protocolReward","type":"uint64"},{"internalType":"uint256","name":"max_bps","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"getOrderInfo","outputs":[{"components":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"senderFeeRecipient","type":"address"},{"internalType":"uint256","name":"senderFee","type":"uint256"},{"internalType":"uint256","name":"protocolFee","type":"uint256"},{"internalType":"bool","name":"isFulfilled","type":"bool"},{"internalType":"bool","name":"isRefunded","type":"bool"},{"internalType":"address","name":"refundAddress","type":"address"},{"internalType":"uint96","name":"currentBPS","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct IGateway.Order","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_code","type":"bytes32"}],"name":"getSupportedInstitutionByCode","outputs":[{"components":[{"internalType":"bytes32","name":"name","type":"bytes32"},{"internalType":"bytes32","name":"currency","type":"bytes32"}],"internalType":"struct SharedStructs.InstitutionByCode","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_currency","type":"bytes32"}],"name":"getSupportedInstitutions","outputs":[{"components":[{"internalType":"bytes32","name":"code","type":"bytes32"},{"internalType":"bytes32","name":"name","type":"bytes32"}],"internalType":"struct SharedStructs.Institution[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"isTokenSupported","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"}],"name":"refund","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_splitOrderId","type":"bytes32"},{"internalType":"bytes32","name":"_orderId","type":"bytes32"},{"internalType":"address","name":"_liquidityProvider","type":"address"},{"internalType":"uint64","name":"_settlePercent","type":"uint64"}],"name":"settle","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}],"devdoc":{"events":{"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)":{"details":"Emitted when a deposit is made.","params":{"amount":"The amount of the deposit.","institutionCode":"The code of the institution.","messageHash":"The hash of the message.","orderId":"The ID of the order.","rate":"The rate at which the deposit is made.","sender":"The address of the sender.","token":"The address of the deposited token."}},"OrderRefunded(uint256,bytes32)":{"details":"Emitted when an aggregator refunds a transaction.","params":{"fee":"The fee deducted from the refund amount.","orderId":"The ID of the order."}},"OrderSettled(bytes32,bytes32,address,uint96)":{"details":"Emitted when an aggregator settles a transaction.","params":{"liquidityProvider":"The address of the liquidity provider.","orderId":"The ID of the order.","settlePercent":"The percentage at which the transaction is settled.","splitOrderId":"The ID of the split order."}},"SenderFeeTransferred(address,uint256)":{"details":"Emitted when the sender's fee is transferred.","params":{"amount":"The amount of the fee transferred.","sender":"The address of the sender."}}},"kind":"dev","methods":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"details":"Requirements: - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundAddress` refund address must not be zero address.","params":{"_amount":"The amount in the decimal of `_token` to be locked.","_institutionCode":"The institution code of the sender.","_rate":"The rate at which the sender intends to sell `_amount` of `_token`.","_refundAddress":"The address that will receive `_amount` in `_token` when there is a need to refund.","_senderFee":"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.","_senderFeeRecipient":"The address that will receive `_senderFee` in `_token`.","_token":"The address of the token.","messageHash":"The hash of the message."},"returns":{"_orderId":"The ID of the order."}},"getFeeDetails()":{"returns":{"max_bps":"The maximum basis points.","protocolReward":"The protocol reward amount."}},"getOrderInfo(bytes32)":{"params":{"_orderId":"The ID of the order."},"returns":{"_0":"Order The order details."}},"getSupportedInstitutionByCode(bytes32)":{"params":{"_code":"The institution code."},"returns":{"_0":"InstitutionByCode The institution details."}},"getSupportedInstitutions(bytes32)":{"params":{"_currency":"The currency code."},"returns":{"_0":"Institutions An array of institutions."}},"isTokenSupported(address)":{"params":{"_token":"The address of the token to check."},"returns":{"_0":"bool the token is supported."}},"refund(uint256,bytes32)":{"details":"Requirements: - Only aggregators can call this function.","params":{"_fee":"The amount to be deducted from the amount to be refunded.","_orderId":"The ID of the transaction."},"returns":{"_0":"bool the refund is successful."}},"settle(bytes32,bytes32,address,uint64)":{"params":{"_liquidityProvider":"The address of the liquidity provider.","_orderId":"The ID of the transaction.","_settlePercent":"The rate at which the transaction is settled.","_splitOrderId":"The ID of the split order."},"returns":{"_0":"bool the settlement is successful."}}},"title":"IGateway","version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"","opcodes":"","sourceMap":""},"gasEstimates":null,"methodIdentifiers":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":"d12ff20a","getFeeDetails()":"b810c636","getOrderInfo(bytes32)":"768c6ec0","getSupportedInstitutionByCode(bytes32)":"c2280103","getSupportedInstitutions(bytes32)":"02621338","isTokenSupported(address)":"75151b63","refund(uint256,bytes32)":"71eedb88","settle(bytes32,bytes32,address,uint64)":"f22ee704"}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rate\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"institutionCode\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"OrderCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"fee\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"}],\"name\":\"OrderRefunded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"splitOrderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"orderId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"liquidityProvider\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"settlePercent\",\"type\":\"uint96\"}],\"name\":\"OrderSettled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SenderFeeTransferred\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_institutionCode\",\"type\":\"bytes32\"},{\"internalType\":\"uint96\",\"name\":\"_rate\",\"type\":\"uint96\"},{\"internalType\":\"address\",\"name\":\"_senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_senderFee\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_refundAddress\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"messageHash\",\"type\":\"string\"}],\"name\":\"createOrder\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getFeeDetails\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"protocolReward\",\"type\":\"uint64\"},{\"internalType\":\"uint256\",\"name\":\"max_bps\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"getOrderInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"senderFeeRecipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"senderFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"protocolFee\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"isFulfilled\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"isRefunded\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"refundAddress\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"currentBPS\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"internalType\":\"struct IGateway.Order\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_code\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutionByCode\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"currency\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.InstitutionByCode\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_currency\",\"type\":\"bytes32\"}],\"name\":\"getSupportedInstitutions\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"code\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"name\",\"type\":\"bytes32\"}],\"internalType\":\"struct SharedStructs.Institution[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"}],\"name\":\"isTokenSupported\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_fee\",\"type\":\"uint256\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"}],\"name\":\"refund\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"_splitOrderId\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"_orderId\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"_liquidityProvider\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"_settlePercent\",\"type\":\"uint64\"}],\"name\":\"settle\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"OrderCreated(address,address,uint256,uint256,bytes32,uint256,bytes32,string)\":{\"details\":\"Emitted when a deposit is made.\",\"params\":{\"amount\":\"The amount of the deposit.\",\"institutionCode\":\"The code of the institution.\",\"messageHash\":\"The hash of the message.\",\"orderId\":\"The ID of the order.\",\"rate\":\"The rate at which the deposit is made.\",\"sender\":\"The address of the sender.\",\"token\":\"The address of the deposited token.\"}},\"OrderRefunded(uint256,bytes32)\":{\"details\":\"Emitted when an aggregator refunds a transaction.\",\"params\":{\"fee\":\"The fee deducted from the refund amount.\",\"orderId\":\"The ID of the order.\"}},\"OrderSettled(bytes32,bytes32,address,uint96)\":{\"details\":\"Emitted when an aggregator settles a transaction.\",\"params\":{\"liquidityProvider\":\"The address of the liquidity provider.\",\"orderId\":\"The ID of the order.\",\"settlePercent\":\"The percentage at which the transaction is settled.\",\"splitOrderId\":\"The ID of the split order.\"}},\"SenderFeeTransferred(address,uint256)\":{\"details\":\"Emitted when the sender's fee is transferred.\",\"params\":{\"amount\":\"The amount of the fee transferred.\",\"sender\":\"The address of the sender.\"}}},\"kind\":\"dev\",\"methods\":{\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"details\":\"Requirements: - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call. - `_token` must be an acceptable token. See {isTokenSupported}. - `amount` must be greater than minimum. - `_refundAddress` refund address must not be zero address.\",\"params\":{\"_amount\":\"The amount in the decimal of `_token` to be locked.\",\"_institutionCode\":\"The institution code of the sender.\",\"_rate\":\"The rate at which the sender intends to sell `_amount` of `_token`.\",\"_refundAddress\":\"The address that will receive `_amount` in `_token` when there is a need to refund.\",\"_senderFee\":\"The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\",\"_senderFeeRecipient\":\"The address that will receive `_senderFee` in `_token`.\",\"_token\":\"The address of the token.\",\"messageHash\":\"The hash of the message.\"},\"returns\":{\"_orderId\":\"The ID of the order.\"}},\"getFeeDetails()\":{\"returns\":{\"max_bps\":\"The maximum basis points.\",\"protocolReward\":\"The protocol reward amount.\"}},\"getOrderInfo(bytes32)\":{\"params\":{\"_orderId\":\"The ID of the order.\"},\"returns\":{\"_0\":\"Order The order details.\"}},\"getSupportedInstitutionByCode(bytes32)\":{\"params\":{\"_code\":\"The institution code.\"},\"returns\":{\"_0\":\"InstitutionByCode The institution details.\"}},\"getSupportedInstitutions(bytes32)\":{\"params\":{\"_currency\":\"The currency code.\"},\"returns\":{\"_0\":\"Institutions An array of institutions.\"}},\"isTokenSupported(address)\":{\"params\":{\"_token\":\"The address of the token to check.\"},\"returns\":{\"_0\":\"bool the token is supported.\"}},\"refund(uint256,bytes32)\":{\"details\":\"Requirements: - Only aggregators can call this function.\",\"params\":{\"_fee\":\"The amount to be deducted from the amount to be refunded.\",\"_orderId\":\"The ID of the transaction.\"},\"returns\":{\"_0\":\"bool the refund is successful.\"}},\"settle(bytes32,bytes32,address,uint64)\":{\"params\":{\"_liquidityProvider\":\"The address of the liquidity provider.\",\"_orderId\":\"The ID of the transaction.\",\"_settlePercent\":\"The rate at which the transaction is settled.\",\"_splitOrderId\":\"The ID of the split order.\"},\"returns\":{\"_0\":\"bool the settlement is successful.\"}}},\"title\":\"IGateway\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)\":{\"notice\":\"Locks the sender's amount of token into Gateway.\"},\"getFeeDetails()\":{\"notice\":\"Gets the fee details of Gateway.\"},\"getOrderInfo(bytes32)\":{\"notice\":\"Gets the details of an order.\"},\"getSupportedInstitutionByCode(bytes32)\":{\"notice\":\"Gets the details of a supported institution by code.\"},\"getSupportedInstitutions(bytes32)\":{\"notice\":\"Gets the details of supported institutions by currency.\"},\"isTokenSupported(address)\":{\"notice\":\"Checks if a token is supported by Gateway.\"},\"refund(uint256,bytes32)\":{\"notice\":\"Refunds to the specified refundable address.\"},\"settle(bytes32,bytes32,address,uint64)\":{\"notice\":\"Settles a transaction and distributes rewards accordingly.\"}},\"notice\":\"Interface for the Gateway contract.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/interfaces/IGateway.sol\":\"IGateway\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\\n\\npragma solidity ^0.8.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `to`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address to, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `from` to `to` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\\n}\\n\",\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\"},\"contracts/interfaces/IGateway.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\\n\\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\\n\\n/**\\n * @title IGateway\\n * @notice Interface for the Gateway contract.\\n */\\ninterface IGateway {\\n\\t/* ##################################################################\\n EVENTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Emitted when a deposit is made.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the deposited token.\\n\\t * @param amount The amount of the deposit.\\n\\t * @param orderId The ID of the order.\\n\\t * @param rate The rate at which the deposit is made.\\n\\t * @param institutionCode The code of the institution.\\n\\t * @param messageHash The hash of the message.\\n\\t */\\n\\tevent OrderCreated(\\n\\t\\taddress indexed sender,\\n\\t\\taddress indexed token,\\n\\t\\tuint256 indexed amount,\\n\\t\\tuint256 protocolFee,\\n\\t\\tbytes32 orderId,\\n\\t\\tuint256 rate,\\n\\t\\tbytes32 institutionCode,\\n\\t\\tstring messageHash\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator settles a transaction.\\n\\t * @param splitOrderId The ID of the split order.\\n\\t * @param orderId The ID of the order.\\n\\t * @param liquidityProvider The address of the liquidity provider.\\n\\t * @param settlePercent The percentage at which the transaction is settled.\\n\\t */\\n\\tevent OrderSettled(\\n\\t\\tbytes32 splitOrderId,\\n\\t\\tbytes32 indexed orderId,\\n\\t\\taddress indexed liquidityProvider,\\n\\t\\tuint96 settlePercent\\n\\t);\\n\\n\\t/**\\n\\t * @dev Emitted when an aggregator refunds a transaction.\\n\\t * @param fee The fee deducted from the refund amount.\\n\\t * @param orderId The ID of the order.\\n\\t */\\n\\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\\n\\n\\t/**\\n\\t * @dev Emitted when the sender's fee is transferred.\\n\\t * @param sender The address of the sender.\\n\\t * @param amount The amount of the fee transferred.\\n\\t */\\n\\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\\n\\n\\t/* ##################################################################\\n STRUCTS\\n ################################################################## */\\n\\t/**\\n\\t * @dev Struct representing transaction metadata.\\n\\t * @param identifier The identifier of the transaction.\\n\\t * @param institution The institution of the transaction.\\n\\t * @param name The name of the transaction.\\n\\t * @param currency The currency of the transaction.\\n\\t * @param liquidityProviderID The ID of the liquidity provider.\\n\\t */\\n\\tstruct TransactionMetadata {\\n\\t\\tbytes8 identifier;\\n\\t\\tbytes8 institution;\\n\\t\\tbytes8 name;\\n\\t\\tbytes8 currency;\\n\\t\\tuint256 liquidityProviderID;\\n\\t}\\n\\n\\t/**\\n\\t * @dev Struct representing an order.\\n\\t * @param sender The address of the sender.\\n\\t * @param token The address of the token.\\n\\t * @param senderFeeRecipient The address of the sender fee recipient.\\n\\t * @param senderFee The fee to be paid to the sender fee recipient.\\n\\t * @param protocolFee The protocol fee to be paid.\\n\\t * @param isFulfilled Whether the order is fulfilled.\\n\\t * @param isRefunded Whether the order is refunded.\\n\\t * @param refundAddress The address to which the refund is made.\\n\\t * @param currentBPS The current basis points.\\n\\t * @param amount The amount of the order.\\n\\t */\\n\\tstruct Order {\\n\\t\\taddress sender;\\n\\t\\taddress token;\\n\\t\\taddress senderFeeRecipient;\\n\\t\\tuint256 senderFee;\\n\\t\\tuint256 protocolFee;\\n\\t\\tbool isFulfilled;\\n\\t\\tbool isRefunded;\\n\\t\\taddress refundAddress;\\n\\t\\tuint96 currentBPS;\\n\\t\\tuint256 amount;\\n\\t}\\n\\n\\t/* ##################################################################\\n EXTERNAL CALLS\\n ################################################################## */\\n\\t/**\\n\\t * @notice Locks the sender's amount of token into Gateway.\\n\\t * @dev Requirements:\\n\\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\\n\\t * - `_token` must be an acceptable token. See {isTokenSupported}.\\n\\t * - `amount` must be greater than minimum.\\n\\t * - `_refundAddress` refund address must not be zero address.\\n\\t * @param _token The address of the token.\\n\\t * @param _amount The amount in the decimal of `_token` to be locked.\\n\\t * @param _institutionCode The institution code of the sender.\\n\\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\\n\\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\\n\\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\\n\\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\\n\\t * @param messageHash The hash of the message.\\n\\t * @return _orderId The ID of the order.\\n\\t */\\n\\tfunction createOrder(\\n\\t\\taddress _token,\\n\\t\\tuint256 _amount,\\n\\t\\tbytes32 _institutionCode,\\n\\t\\tuint96 _rate,\\n\\t\\taddress _senderFeeRecipient,\\n\\t\\tuint256 _senderFee,\\n\\t\\taddress _refundAddress,\\n\\t\\tstring calldata messageHash\\n\\t) external returns (bytes32 _orderId);\\n\\n\\t/**\\n\\t * @notice Settles a transaction and distributes rewards accordingly.\\n\\t * @param _splitOrderId The ID of the split order.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @param _liquidityProvider The address of the liquidity provider.\\n\\t * @param _settlePercent The rate at which the transaction is settled.\\n\\t * @return bool the settlement is successful.\\n\\t */\\n\\tfunction settle(\\n\\t\\tbytes32 _splitOrderId,\\n\\t\\tbytes32 _orderId,\\n\\t\\taddress _liquidityProvider,\\n\\t\\tuint64 _settlePercent\\n\\t) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Refunds to the specified refundable address.\\n\\t * @dev Requirements:\\n\\t * - Only aggregators can call this function.\\n\\t * @param _fee The amount to be deducted from the amount to be refunded.\\n\\t * @param _orderId The ID of the transaction.\\n\\t * @return bool the refund is successful.\\n\\t */\\n\\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\\n\\n\\t/**\\n\\t * @notice Checks if a token is supported by Gateway.\\n\\t * @param _token The address of the token to check.\\n\\t * @return bool the token is supported.\\n\\t */\\n\\tfunction isTokenSupported(address _token) external view returns (bool);\\n\\n\\t/**\\n\\t * @notice Gets the details of an order.\\n\\t * @param _orderId The ID of the order.\\n\\t * @return Order The order details.\\n\\t */\\n\\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\\n\\n\\t/**\\n\\t * @notice Gets the fee details of Gateway.\\n\\t * @return protocolReward The protocol reward amount.\\n\\t * @return max_bps The maximum basis points.\\n\\t */\\n\\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\\n\\n\\t/**\\n\\t * @notice Gets the details of a supported institution by code.\\n\\t * @param _code The institution code.\\n\\t * @return InstitutionByCode The institution details.\\n\\t */\\n\\tfunction getSupportedInstitutionByCode(\\n\\t\\tbytes32 _code\\n\\t) external view returns (SharedStructs.InstitutionByCode memory);\\n\\n\\t/**\\n\\t * @notice Gets the details of supported institutions by currency.\\n\\t * @param _currency The currency code.\\n\\t * @return Institutions An array of institutions.\\n\\t */\\n\\tfunction getSupportedInstitutions(\\n\\t\\tbytes32 _currency\\n\\t) external view returns (SharedStructs.Institution[] memory);\\n}\\n\",\"keccak256\":\"0x77ba391c63b01a9fd7bf719379efe762a15566708694c52f62dcb4731d3f4821\",\"license\":\"UNLICENSED\"},\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{"createOrder(address,uint256,bytes32,uint96,address,uint256,address,string)":{"notice":"Locks the sender's amount of token into Gateway."},"getFeeDetails()":{"notice":"Gets the fee details of Gateway."},"getOrderInfo(bytes32)":{"notice":"Gets the details of an order."},"getSupportedInstitutionByCode(bytes32)":{"notice":"Gets the details of a supported institution by code."},"getSupportedInstitutions(bytes32)":{"notice":"Gets the details of supported institutions by currency."},"isTokenSupported(address)":{"notice":"Checks if a token is supported by Gateway."},"refund(uint256,bytes32)":{"notice":"Refunds to the specified refundable address."},"settle(bytes32,bytes32,address,uint64)":{"notice":"Settles a transaction and distributes rewards accordingly."}},"notice":"Interface for the Gateway contract.","version":1}}},"contracts/libraries/SharedStructs.sol":{"SharedStructs":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"evm":{"bytecode":{"functionDebugData":{},"generatedSources":[],"linkReferences":{},"object":"60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH1 0x56 PUSH1 0x50 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x43 JUMPI PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 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 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:10:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"},"deployedBytecode":{"functionDebugData":{},"generatedSources":[],"immutableReferences":{},"linkReferences":{},"object":"73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018c796264cd6f686e5056fd2234e702189b8345766e6fd8b962c4406475a9a8664736f6c63430008120033","opcodes":"PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 XOR 0xC7 SWAP7 0x26 0x4C 0xD6 0xF6 DUP7 0xE5 SDIV PUSH16 0xD2234E702189B8345766E6FD8B962C44 MOD SELFBALANCE GAS SWAP11 DUP7 PUSH5 0x736F6C6343 STOP ADDMOD SLT STOP CALLER ","sourceMap":"65:522:10:-:0;;;;;;;;"},"gasEstimates":{"creation":{"codeDepositCost":"17200","executionCost":"97","totalCost":"17297"}},"methodIdentifiers":{}},"metadata":"{\"compiler\":{\"version\":\"0.8.18+commit.87f61d96\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/libraries/SharedStructs.sol\":\"SharedStructs\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":false,\"runs\":200},\"remappings\":[]},\"sources\":{\"contracts/libraries/SharedStructs.sol\":{\"content\":\"// SPDX-License-Identifier: UNLICENSED\\npragma solidity ^0.8.18;\\n\\nlibrary SharedStructs {\\n /**\\n * @dev Struct representing an institution.\\n * @param code The code of the institution.\\n * @param name The name of the institution.\\n */\\n struct Institution {\\n bytes32 code;\\n bytes32 name;\\n }\\n\\n /**\\n * @dev Struct representing an institution by code.\\n * @param name The name of the institution.\\n * @param currency The currency of the institution.\\n */\\n struct InstitutionByCode {\\n bytes32 name;\\n bytes32 currency;\\n }\\n}\",\"keccak256\":\"0x6c50c51961ec2a2740e0f3cbfc2bdb7b80a5c728dec92ebb98d84893ac8adb5a\",\"license\":\"UNLICENSED\"}},\"version\":1}","storageLayout":{"storage":[],"types":null},"userdoc":{"kind":"user","methods":{},"version":1}}}}}} \ No newline at end of file diff --git a/artifacts/contracts/Gateway.sol/Gateway.dbg.json b/artifacts/contracts/Gateway.sol/Gateway.dbg.json index c8032c7..be5281c 100644 --- a/artifacts/contracts/Gateway.sol/Gateway.dbg.json +++ b/artifacts/contracts/Gateway.sol/Gateway.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../build-info/86c9b49c222359f877bc7fe6e6e49899.json" + "buildInfo": "../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/contracts/GatewaySettingManager.sol/GatewaySettingManager.dbg.json b/artifacts/contracts/GatewaySettingManager.sol/GatewaySettingManager.dbg.json index 9629a15..be5281c 100644 --- a/artifacts/contracts/GatewaySettingManager.sol/GatewaySettingManager.dbg.json +++ b/artifacts/contracts/GatewaySettingManager.sol/GatewaySettingManager.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../build-info/20f2ff1dca3fcfa474251aceb28448e9.json" + "buildInfo": "../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/contracts/GatewayV2.sol/GatewayV2.dbg.json b/artifacts/contracts/GatewayV2.sol/GatewayV2.dbg.json new file mode 100644 index 0000000..9eb94db --- /dev/null +++ b/artifacts/contracts/GatewayV2.sol/GatewayV2.dbg.json @@ -0,0 +1,4 @@ +{ + "_format": "hh-sol-dbg-1", + "buildInfo": "../../build-info/ef70668ba0ee5b1bdd014b756de9fb70.json" +} diff --git a/artifacts/contracts/GatewayV2.sol/GatewayV2.json b/artifacts/contracts/GatewayV2.sol/GatewayV2.json new file mode 100644 index 0000000..bfadf25 --- /dev/null +++ b/artifacts/contracts/GatewayV2.sol/GatewayV2.json @@ -0,0 +1,771 @@ +{ + "_format": "hh-sol-artifact-1", + "contractName": "GatewayV2", + "sourceName": "contracts/GatewayV2.sol", + "abi": [ + { + "inputs": [], + "stateMutability": "nonpayable", + "type": "constructor" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "token", + "type": "address" + }, + { + "indexed": true, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "protocolFee", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "rate", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "bytes32", + "name": "institutionCode", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "string", + "name": "messageHash", + "type": "string" + } + ], + "name": "OrderCreated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint256", + "name": "fee", + "type": "uint256" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + } + ], + "name": "OrderRefunded", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "splitOrderId", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "liquidityProvider", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint96", + "name": "settlePercent", + "type": "uint96" + } + ], + "name": "OrderSettled", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferStarted", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "Paused", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "treasuryAddress", + "type": "address" + } + ], + "name": "ProtocolAddressUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint64", + "name": "protocolFee", + "type": "uint64" + } + ], + "name": "ProtocolFeeUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "indexed": true, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "SenderFeeTransferred", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "treasuryAddress", + "type": "address" + } + ], + "name": "SetFeeRecipient", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "value", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "status", + "type": "uint256" + } + ], + "name": "SettingManagerBool", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + }, + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "indexed": false, + "internalType": "struct SharedStructs.Institution[]", + "name": "institutions", + "type": "tuple[]" + } + ], + "name": "SupportedInstitutionsUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "Unpaused", + "type": "event" + }, + { + "inputs": [], + "name": "acceptOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "_token", + "type": "address" + }, + { + "internalType": "uint256", + "name": "_amount", + "type": "uint256" + }, + { + "internalType": "bytes32", + "name": "_institutionCode", + "type": "bytes32" + }, + { + "internalType": "uint96", + "name": "_rate", + "type": "uint96" + }, + { + "internalType": "address", + "name": "_senderFeeRecipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "_senderFee", + "type": "uint256" + }, + { + "internalType": "address", + "name": "_refundAddress", + "type": "address" + }, + { + "internalType": "string", + "name": "messageHash", + "type": "string" + } + ], + "name": "createOrder", + "outputs": [ + { + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "getFeeDetails", + "outputs": [ + { + "internalType": "uint64", + "name": "", + "type": "uint64" + }, + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + } + ], + "name": "getOrderInfo", + "outputs": [ + { + "components": [ + { + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "internalType": "address", + "name": "token", + "type": "address" + }, + { + "internalType": "address", + "name": "senderFeeRecipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "senderFee", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "protocolFee", + "type": "uint256" + }, + { + "internalType": "bool", + "name": "isFulfilled", + "type": "bool" + }, + { + "internalType": "bool", + "name": "isRefunded", + "type": "bool" + }, + { + "internalType": "address", + "name": "refundAddress", + "type": "address" + }, + { + "internalType": "uint96", + "name": "currentBPS", + "type": "uint96" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "internalType": "struct IGateway.Order", + "name": "", + "type": "tuple" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_code", + "type": "bytes32" + } + ], + "name": "getSupportedInstitutionByCode", + "outputs": [ + { + "components": [ + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.InstitutionByCode", + "name": "", + "type": "tuple" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_currency", + "type": "bytes32" + } + ], + "name": "getSupportedInstitutions", + "outputs": [ + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.Institution[]", + "name": "", + "type": "tuple[]" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "initialize", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "_token", + "type": "address" + } + ], + "name": "isTokenSupported", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "owner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "pause", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "paused", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "pendingOwner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "_fee", + "type": "uint256" + }, + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + } + ], + "name": "refund", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "renounceOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + }, + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.Institution[]", + "name": "institutions", + "type": "tuple[]" + } + ], + "name": "setSupportedInstitutions", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "value", + "type": "address" + }, + { + "internalType": "uint256", + "name": "status", + "type": "uint256" + } + ], + "name": "settingManagerBool", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_splitOrderId", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "_liquidityProvider", + "type": "address" + }, + { + "internalType": "uint64", + "name": "_settlePercent", + "type": "uint64" + } + ], + "name": "settle", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "transferOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "unpause", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "value", + "type": "address" + } + ], + "name": "updateProtocolAddress", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint64", + "name": "_protocolFeePercent", + "type": "uint64" + } + ], + "name": "updateProtocolFee", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x60806040523480156200001157600080fd5b50620000226200002860201b60201c565b620001d2565b600060019054906101000a900460ff16156200007b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620000729062000175565b60405180910390fd5b60ff801660008054906101000a900460ff1660ff1614620000ec5760ff6000806101000a81548160ff021916908360ff1602179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860ff604051620000e39190620001b5565b60405180910390a15b565b600082825260208201905092915050565b7f496e697469616c697a61626c653a20636f6e747261637420697320696e69746960008201527f616c697a696e6700000000000000000000000000000000000000000000000000602082015250565b60006200015d602783620000ee565b91506200016a82620000ff565b604082019050919050565b6000602082019050818103600083015262000190816200014e565b9050919050565b600060ff82169050919050565b620001af8162000197565b82525050565b6000602082019050620001cc6000830184620001a4565b92915050565b61407380620001e26000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b6101566004803603810190610151919061285d565b6103c3565b6040516101639190612977565b60405180910390f35b61018660048036038101906101819190612b47565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c01565b6105d0565b005b6101c860048036038101906101c39190612c81565b610898565b005b6101d2610903565b6040516101df9190612cc9565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d1a565b61092e565b6040516102199190612cc9565b60405180910390f35b61023c60048036038101906102379190612d5a565b610dce565b6040516102499190612cc9565b60405180910390f35b61026c6004803603810190610267919061285d565b610e2a565b6040516102799190612ea7565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612ed2565b60405180910390f35b6102c661125c565b6040516102d4929190612f0b565b60405180910390f35b6102f760048036038101906102f2919061285d565b611281565b6040516103049190612f63565b60405180910390f35b61032760048036038101906103229190612f7e565b6112c2565b005b610343600480360381019061033e9190613058565b611447565b604051610350919061313d565b60405180910390f35b61036161198d565b60405161036e9190612ed2565b60405180910390f35b610391600480360381019061038c9190613158565b6119b7565b60405161039e9190612cc9565b60405180910390f35b6103c160048036038101906103bc9190612d5a565b612013565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c0565b60cd6000838152602001908152602001600020600061047091906126eb565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a16131bf565b5b60200260200101519080600181540180825580915050600190039060005260206000209060020201600090919091909150600082015181600001556020820151816001015550506040518060400160405280838381518110610507576105066131bf565b5b60200260200101516020015181526020018481525060ce6000848481518110610533576105326131bf565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613308565b60405180910390a25050565b6105c66120c0565b6105ce61213e565b565b6105d86120c0565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e90613387565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613419565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f8906134ab565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c0565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f891906134cb565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c0565b61092c60006121a1565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b790613532565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c9061359e565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a819061360a565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb90613676565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b78929190613696565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb91906136eb565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c709190613747565b610c7a919061377b565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a9190613747565b6040518363ffffffff1660e01b8152600401610d47929190613696565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a91906136eb565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb91906137af565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261270f565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d2565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198d565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb9061383c565b60405180910390fd5b6110cd816121a1565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121da565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611164906138ce565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fd565b6111c4612256565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860016040516112149190613940565b60405180910390a15b50565b6112286120c0565b6112306122af565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6112896127cc565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c0565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161133090613387565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e906139a7565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161143991906137af565b60405180910390a35b505050565b6000611451612312565b61145e8a8a86898961235c565b600083839050036114a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149b90613a13565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114ce9190613747565b6040518463ffffffff1660e01b81526004016114ec93929190613a33565b6020604051808303816000875af115801561150b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061152f91906136eb565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158190613a6a565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115d9929190613696565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116229190613ab2565b61162c9190613b23565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f4919061377b565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197796959493929190613bc1565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a49576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4090613532565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa59061359e565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b13576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0a9061360a565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b979190613c1d565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611ec9576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df057610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d19929190613696565b6020604051808303816000875af1158015611d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5c91906136eb565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec8578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e83929190613696565b6020604051808303816000875af1158015611ea2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec691906136eb565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efb9190613ab2565b611f059190613b23565b90508061010160008881526020019081526020016000206007016000828254611f2e919061377b565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f70929190613696565b6020604051808303816000875af1158015611f8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb391906136eb565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffd929190613c8e565b60405180910390a3600192505050949350505050565b61201b6120c0565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207b611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c86121d2565b73ffffffffffffffffffffffffffffffffffffffff166120e6611232565b73ffffffffffffffffffffffffffffffffffffffff161461213c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213390613d03565b60405180910390fd5b565b61214661250f565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218a6121d2565b6040516121979190612ed2565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121cf81612558565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224390613d95565b60405180910390fd5b61225461261e565b565b600060019054906101000a900460ff166122a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229c90613d95565b60405180910390fd5b6122ad61267f565b565b6122b7612312565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fb6121d2565b6040516123089190612ed2565b60405180910390a1565b61231a610903565b1561235a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235190613e01565b60405180910390fd5b565b600160cc60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d590613e6d565b60405180910390fd5b60008403612421576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241890613ed9565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612490576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248790613f45565b60405180910390fd5b6000811461250857600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612507576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124fe90613fb1565b60405180910390fd5b5b5050505050565b612517610903565b612556576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161254d9061401d565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff1661266d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161266490613d95565b60405180910390fd5b61267d6126786121d2565b6121a1565b565b600060019054906101000a900460ff166126ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c590613d95565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b508054600082556002029060005260206000209081019061270c91906127ec565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561280f576000808201600090556001820160009055506002016127ed565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61283a81612827565b811461284557600080fd5b50565b60008135905061285781612831565b92915050565b6000602082840312156128735761287261281d565b5b600061288184828501612848565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6128bf81612827565b82525050565b6040820160008201516128db60008501826128b6565b5060208201516128ee60208501826128b6565b50505050565b600061290083836128c5565b60408301905092915050565b6000602082019050919050565b60006129248261288a565b61292e8185612895565b9350612939836128a6565b8060005b8381101561296a57815161295188826128f4565b975061295c8361290c565b92505060018101905061293d565b5085935050505092915050565b600060208201905081810360008301526129918184612919565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6129e78261299e565b810181811067ffffffffffffffff82111715612a0657612a056129af565b5b80604052505050565b6000612a19612813565b9050612a2582826129de565b919050565b600067ffffffffffffffff821115612a4557612a446129af565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612a7657612a75612a5b565b5b612a806040612a0f565b90506000612a9084828501612848565b6000830152506020612aa484828501612848565b60208301525092915050565b6000612ac3612abe84612a2a565b612a0f565b90508083825260208201905060408402830185811115612ae657612ae5612a56565b5b835b81811015612b0f5780612afb8882612a60565b845260208401935050604081019050612ae8565b5050509392505050565b600082601f830112612b2e57612b2d612999565b5b8135612b3e848260208601612ab0565b91505092915050565b60008060408385031215612b5e57612b5d61281d565b5b6000612b6c85828601612848565b925050602083013567ffffffffffffffff811115612b8d57612b8c612822565b5b612b9985828601612b19565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612bce82612ba3565b9050919050565b612bde81612bc3565b8114612be957600080fd5b50565b600081359050612bfb81612bd5565b92915050565b60008060408385031215612c1857612c1761281d565b5b6000612c2685828601612848565b9250506020612c3785828601612bec565b9150509250929050565b600067ffffffffffffffff82169050919050565b612c5e81612c41565b8114612c6957600080fd5b50565b600081359050612c7b81612c55565b92915050565b600060208284031215612c9757612c9661281d565b5b6000612ca584828501612c6c565b91505092915050565b60008115159050919050565b612cc381612cae565b82525050565b6000602082019050612cde6000830184612cba565b92915050565b6000819050919050565b612cf781612ce4565b8114612d0257600080fd5b50565b600081359050612d1481612cee565b92915050565b60008060408385031215612d3157612d3061281d565b5b6000612d3f85828601612d05565b9250506020612d5085828601612848565b9150509250929050565b600060208284031215612d7057612d6f61281d565b5b6000612d7e84828501612bec565b91505092915050565b612d9081612bc3565b82525050565b612d9f81612ce4565b82525050565b612dae81612cae565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612dd581612db4565b82525050565b61014082016000820151612df26000850182612d87565b506020820151612e056020850182612d87565b506040820151612e186040850182612d87565b506060820151612e2b6060850182612d96565b506080820151612e3e6080850182612d96565b5060a0820151612e5160a0850182612da5565b5060c0820151612e6460c0850182612da5565b5060e0820151612e7760e0850182612d87565b50610100820151612e8c610100850182612dcc565b50610120820151612ea1610120850182612d96565b50505050565b600061014082019050612ebd6000830184612ddb565b92915050565b612ecc81612bc3565b82525050565b6000602082019050612ee76000830184612ec3565b92915050565b612ef681612c41565b82525050565b612f0581612ce4565b82525050565b6000604082019050612f206000830185612eed565b612f2d6020830184612efc565b9392505050565b604082016000820151612f4a60008501826128b6565b506020820151612f5d60208501826128b6565b50505050565b6000604082019050612f786000830184612f34565b92915050565b600080600060608486031215612f9757612f9661281d565b5b6000612fa586828701612848565b9350506020612fb686828701612bec565b9250506040612fc786828701612d05565b9150509250925092565b612fda81612db4565b8114612fe557600080fd5b50565b600081359050612ff781612fd1565b92915050565b600080fd5b60008083601f84011261301857613017612999565b5b8235905067ffffffffffffffff81111561303557613034612ffd565b5b60208301915083600182028301111561305157613050612a56565b5b9250929050565b60008060008060008060008060006101008a8c03121561307b5761307a61281d565b5b60006130898c828d01612bec565b995050602061309a8c828d01612d05565b98505060406130ab8c828d01612848565b97505060606130bc8c828d01612fe8565b96505060806130cd8c828d01612bec565b95505060a06130de8c828d01612d05565b94505060c06130ef8c828d01612bec565b93505060e08a013567ffffffffffffffff8111156131105761310f612822565b5b61311c8c828d01613002565b92509250509295985092959850929598565b61313781612827565b82525050565b6000602082019050613152600083018461312e565b92915050565b600080600080608085870312156131725761317161281d565b5b600061318087828801612848565b945050602061319187828801612848565b93505060406131a287828801612bec565b92505060606131b387828801612c6c565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132386132338361320e565b61321b565b9050919050565b60408201600080830154905061325481613225565b61326160008601826128b6565b506001830154905061327281613225565b61327f60208601826128b6565b5050505050565b6000613292838361323f565b60408301905092915050565b6000600282019050919050565b60006132b6826131ee565b6132c08185612895565b93506132cb836131f9565b8060005b838110156132fb57816132e28882613286565b97506132ed8361329e565b9250506001810190506132cf565b5085935050505092915050565b6000602082019050818103600083015261332281846132ab565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061337160158361332a565b915061337c8261333b565b602082019050919050565b600060208201905081810360008301526133a081613364565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b600061340360258361332a565b915061340e826133a7565b604082019050919050565b60006020820190508181036000830152613432816133f6565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b600061349560278361332a565b91506134a082613439565b604082019050919050565b600060208201905081810360008301526134c481613488565b9050919050565b60006020820190506134e06000830184612eed565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b600061351c600e8361332a565b9150613527826134e6565b602082019050919050565b6000602082019050818103600083015261354b8161350f565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b6000613588600e8361332a565b915061359382613552565b602082019050919050565b600060208201905081810360008301526135b78161357b565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b60006135f4600d8361332a565b91506135ff826135be565b602082019050919050565b60006020820190508181036000830152613623816135e7565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b600061366060158361332a565b915061366b8261362a565b602082019050919050565b6000602082019050818103600083015261368f81613653565b9050919050565b60006040820190506136ab6000830185612ec3565b6136b86020830184612efc565b9392505050565b6136c881612cae565b81146136d357600080fd5b50565b6000815190506136e5816136bf565b92915050565b6000602082840312156137015761370061281d565b5b600061370f848285016136d6565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061375282612ce4565b915061375d83612ce4565b925082820190508082111561377557613774613718565b5b92915050565b600061378682612ce4565b915061379183612ce4565b92508282039050818111156137a9576137a8613718565b5b92915050565b60006020820190506137c46000830184612efc565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061382660298361332a565b9150613831826137ca565b604082019050919050565b6000602082019050818103600083015261385581613819565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b60006138b8602e8361332a565b91506138c38261385c565b604082019050919050565b600060208201905081810360008301526138e7816138ab565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061392a613925613920846138ee565b613905565b6138f8565b9050919050565b61393a8161390f565b82525050565b60006020820190506139556000830184613931565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b600061399160178361332a565b915061399c8261395b565b602082019050919050565b600060208201905081810360008301526139c081613984565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b60006139fd60128361332a565b9150613a08826139c7565b602082019050919050565b60006020820190508181036000830152613a2c816139f0565b9050919050565b6000606082019050613a486000830186612ec3565b613a556020830185612ec3565b613a626040830184612efc565b949350505050565b6000613a7582612ce4565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613aa757613aa6613718565b5b600182019050919050565b6000613abd82612ce4565b9150613ac883612ce4565b9250828202613ad681612ce4565b91508282048414831517613aed57613aec613718565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b2e82612ce4565b9150613b3983612ce4565b925082613b4957613b48613af4565b5b828204905092915050565b6000613b6f613b6a613b6584612db4565b613905565b612ce4565b9050919050565b613b7f81613b54565b82525050565b82818337600083830152505050565b6000613ba0838561332a565b9350613bad838584613b85565b613bb68361299e565b840190509392505050565b600060a082019050613bd66000830189612efc565b613be3602083018861312e565b613bf06040830187613b76565b613bfd606083018661312e565b8181036080830152613c10818486613b94565b9050979650505050505050565b6000613c2882612db4565b9150613c3383612db4565b925082820390506bffffffffffffffffffffffff811115613c5757613c56613718565b5b92915050565b6000613c78613c73613c6e84612c41565b613905565b612db4565b9050919050565b613c8881613c5d565b82525050565b6000604082019050613ca3600083018561312e565b613cb06020830184613c7f565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613ced60208361332a565b9150613cf882613cb7565b602082019050919050565b60006020820190508181036000830152613d1c81613ce0565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613d7f602b8361332a565b9150613d8a82613d23565b604082019050919050565b60006020820190508181036000830152613dae81613d72565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613deb60108361332a565b9150613df682613db5565b602082019050919050565b60006020820190508181036000830152613e1a81613dde565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613e5760118361332a565b9150613e6282613e21565b602082019050919050565b60006020820190508181036000830152613e8681613e4a565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613ec3600c8361332a565b9150613ece82613e8d565b602082019050919050565b60006020820190508181036000830152613ef281613eb6565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f2f60108361332a565b9150613f3a82613ef9565b602082019050919050565b60006020820190508181036000830152613f5e81613f22565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000613f9b60198361332a565b9150613fa682613f65565b602082019050919050565b60006020820190508181036000830152613fca81613f8e565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061400760148361332a565b915061401282613fd1565b602082019050919050565b6000602082019050818103600083015261403681613ffa565b905091905056fea2646970667358221220c467be0a596d20a784e5d953a96c1fae98672bb61c7dd20c3564dac53e2a2ddb64736f6c63430008120033", + "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101375760003560e01c806379ba5097116100b8578063c22801031161007c578063c2280103146102dd578063cd9924001461030d578063d12ff20a14610329578063e30c397814610359578063f22ee70414610377578063f2fde38b146103a757610137565b806379ba5097146102825780638129fc1c1461028c5780638456cb59146102965780638da5cb5b146102a0578063b810c636146102be57610137565b80635c975abb116100ff5780635c975abb146101ca578063715018a6146101e857806371eedb88146101f257806375151b6314610222578063768c6ec01461025257610137565b8063026213381461013c578063322008821461016c5780633f4ba83a1461018857806340ebc6771461019257806347094e2e146101ae575b600080fd5b6101566004803603810190610151919061285d565b6103c3565b6040516101639190612977565b60405180910390f35b61018660048036038101906101819190612b47565b610449565b005b6101906105be565b005b6101ac60048036038101906101a79190612c01565b6105d0565b005b6101c860048036038101906101c39190612c81565b610898565b005b6101d2610903565b6040516101df9190612cc9565b60405180910390f35b6101f061091a565b005b61020c60048036038101906102079190612d1a565b61092e565b6040516102199190612cc9565b60405180910390f35b61023c60048036038101906102379190612d5a565b610dce565b6040516102499190612cc9565b60405180910390f35b61026c6004803603810190610267919061285d565b610e2a565b6040516102799190612ea7565b60405180910390f35b61028a611043565b005b6102946110d0565b005b61029e611220565b005b6102a8611232565b6040516102b59190612ed2565b60405180910390f35b6102c661125c565b6040516102d4929190612f0b565b60405180910390f35b6102f760048036038101906102f2919061285d565b611281565b6040516103049190612f63565b60405180910390f35b61032760048036038101906103229190612f7e565b6112c2565b005b610343600480360381019061033e9190613058565b611447565b604051610350919061313d565b60405180910390f35b61036161198d565b60405161036e9190612ed2565b60405180910390f35b610391600480360381019061038c9190613158565b6119b7565b60405161039e9190612cc9565b60405180910390f35b6103c160048036038101906103bc9190612d5a565b612013565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561043e578382906000526020600020906002020160405180604001604052908160008201548152602001600182015481525050815260200190600101906103f8565b505050509050919050565b6104516120c0565b60cd6000838152602001908152602001600020600061047091906126eb565b60005b815181101561056f5760cd60008481526020019081526020016000208282815181106104a2576104a16131bf565b5b60200260200101519080600181540180825580915050600190039060005260206000209060020201600090919091909150600082015181600001556020820151816001015550506040518060400160405280838381518110610507576105066131bf565b5b60200260200101516020015181526020018481525060ce6000848481518110610533576105326131bf565b5b60200260200101516000015181526020019081526020016000206000820151816000015560208201518160010155905050806001019050610473565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105b29190613308565b60405180910390a25050565b6105c66120c0565b6105ce61213e565b565b6105d86120c0565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161063e90613387565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361074a578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610700576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106f790613419565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610848565b7f61676772656761746f72000000000000000000000000000000000000000000008303610847578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610801576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f8906134ab565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b8015610893578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108a06120c0565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516108f891906134cb565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b6109226120c0565b61092c60006121a1565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109b790613532565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a25576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a1c9061359e565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610a8a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a819061360a565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610ae4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610adb90613676565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b78929190613696565b6020604051808303816000875af1158015610b97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bbb91906136eb565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c709190613747565b610c7a919061377b565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d2a9190613747565b6040518363ffffffff1660e01b8152600401610d47929190613696565b6020604051808303816000875af1158015610d66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d8a91906136eb565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dbb91906137af565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e205760019050610e25565b600090505b919050565b610e3261270f565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b600061104d6121d2565b90508073ffffffffffffffffffffffffffffffffffffffff1661106e61198d565b73ffffffffffffffffffffffffffffffffffffffff16146110c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110bb9061383c565b60405180910390fd5b6110cd816121a1565b50565b60008060019054906101000a900460ff161590508080156111015750600160008054906101000a900460ff1660ff16105b8061112e5750611110306121da565b15801561112d5750600160008054906101000a900460ff1660ff16145b5b61116d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611164906138ce565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111aa576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111bc6121fd565b6111c4612256565b801561121d5760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860016040516112149190613940565b60405180910390a15b50565b6112286120c0565b6112306122af565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6112896127cc565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112ca6120c0565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611339576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161133090613387565b60405180910390fd5b60018114806113485750600281145b611387576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161137e906139a7565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303611442578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161143991906137af565b60405180910390a35b505050565b6000611451612312565b61145e8a8a86898961235c565b600083839050036114a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161149b90613a13565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114ce9190613747565b6040518463ffffffff1660e01b81526004016114ec93929190613a33565b6020604051808303816000875af115801561150b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061152f91906136eb565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061158190613a6a565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115d9929190613696565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b6116229190613ab2565b61162c9190613b23565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c6116f4919061377b565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161197796959493929190613bc1565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a49576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a4090613532565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611aae576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611aa59061359e565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b13576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0a9061360a565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611b979190613c1d565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611ec9576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611df057610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d19929190613696565b6020604051808303816000875af1158015611d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5c91906136eb565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ec8578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e83929190613696565b6020604051808303816000875af1158015611ea2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec691906136eb565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611efb9190613ab2565b611f059190613b23565b90508061010160008881526020019081526020016000206007016000828254611f2e919061377b565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f70929190613696565b6020604051808303816000875af1158015611f8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb391906136eb565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051611ffd929190613c8e565b60405180910390a3600192505050949350505050565b61201b6120c0565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661207b611232565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120c86121d2565b73ffffffffffffffffffffffffffffffffffffffff166120e6611232565b73ffffffffffffffffffffffffffffffffffffffff161461213c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213390613d03565b60405180910390fd5b565b61214661250f565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa61218a6121d2565b6040516121979190612ed2565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121cf81612558565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff1661224c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161224390613d95565b60405180910390fd5b61225461261e565b565b600060019054906101000a900460ff166122a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161229c90613d95565b60405180910390fd5b6122ad61267f565b565b6122b7612312565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586122fb6121d2565b6040516123089190612ed2565b60405180910390a1565b61231a610903565b1561235a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235190613e01565b60405180910390fd5b565b600160cc60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123d590613e6d565b60405180910390fd5b60008403612421576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241890613ed9565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612490576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161248790613f45565b60405180910390fd5b6000811461250857600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612507576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124fe90613fb1565b60405180910390fd5b5b5050505050565b612517610903565b612556576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161254d9061401d565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff1661266d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161266490613d95565b60405180910390fd5b61267d6126786121d2565b6121a1565b565b600060019054906101000a900460ff166126ce576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126c590613d95565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b508054600082556002029060005260206000209081019061270c91906127ec565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561280f576000808201600090556001820160009055506002016127ed565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61283a81612827565b811461284557600080fd5b50565b60008135905061285781612831565b92915050565b6000602082840312156128735761287261281d565b5b600061288184828501612848565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6128bf81612827565b82525050565b6040820160008201516128db60008501826128b6565b5060208201516128ee60208501826128b6565b50505050565b600061290083836128c5565b60408301905092915050565b6000602082019050919050565b60006129248261288a565b61292e8185612895565b9350612939836128a6565b8060005b8381101561296a57815161295188826128f4565b975061295c8361290c565b92505060018101905061293d565b5085935050505092915050565b600060208201905081810360008301526129918184612919565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6129e78261299e565b810181811067ffffffffffffffff82111715612a0657612a056129af565b5b80604052505050565b6000612a19612813565b9050612a2582826129de565b919050565b600067ffffffffffffffff821115612a4557612a446129af565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612a7657612a75612a5b565b5b612a806040612a0f565b90506000612a9084828501612848565b6000830152506020612aa484828501612848565b60208301525092915050565b6000612ac3612abe84612a2a565b612a0f565b90508083825260208201905060408402830185811115612ae657612ae5612a56565b5b835b81811015612b0f5780612afb8882612a60565b845260208401935050604081019050612ae8565b5050509392505050565b600082601f830112612b2e57612b2d612999565b5b8135612b3e848260208601612ab0565b91505092915050565b60008060408385031215612b5e57612b5d61281d565b5b6000612b6c85828601612848565b925050602083013567ffffffffffffffff811115612b8d57612b8c612822565b5b612b9985828601612b19565b9150509250929050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612bce82612ba3565b9050919050565b612bde81612bc3565b8114612be957600080fd5b50565b600081359050612bfb81612bd5565b92915050565b60008060408385031215612c1857612c1761281d565b5b6000612c2685828601612848565b9250506020612c3785828601612bec565b9150509250929050565b600067ffffffffffffffff82169050919050565b612c5e81612c41565b8114612c6957600080fd5b50565b600081359050612c7b81612c55565b92915050565b600060208284031215612c9757612c9661281d565b5b6000612ca584828501612c6c565b91505092915050565b60008115159050919050565b612cc381612cae565b82525050565b6000602082019050612cde6000830184612cba565b92915050565b6000819050919050565b612cf781612ce4565b8114612d0257600080fd5b50565b600081359050612d1481612cee565b92915050565b60008060408385031215612d3157612d3061281d565b5b6000612d3f85828601612d05565b9250506020612d5085828601612848565b9150509250929050565b600060208284031215612d7057612d6f61281d565b5b6000612d7e84828501612bec565b91505092915050565b612d9081612bc3565b82525050565b612d9f81612ce4565b82525050565b612dae81612cae565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612dd581612db4565b82525050565b61014082016000820151612df26000850182612d87565b506020820151612e056020850182612d87565b506040820151612e186040850182612d87565b506060820151612e2b6060850182612d96565b506080820151612e3e6080850182612d96565b5060a0820151612e5160a0850182612da5565b5060c0820151612e6460c0850182612da5565b5060e0820151612e7760e0850182612d87565b50610100820151612e8c610100850182612dcc565b50610120820151612ea1610120850182612d96565b50505050565b600061014082019050612ebd6000830184612ddb565b92915050565b612ecc81612bc3565b82525050565b6000602082019050612ee76000830184612ec3565b92915050565b612ef681612c41565b82525050565b612f0581612ce4565b82525050565b6000604082019050612f206000830185612eed565b612f2d6020830184612efc565b9392505050565b604082016000820151612f4a60008501826128b6565b506020820151612f5d60208501826128b6565b50505050565b6000604082019050612f786000830184612f34565b92915050565b600080600060608486031215612f9757612f9661281d565b5b6000612fa586828701612848565b9350506020612fb686828701612bec565b9250506040612fc786828701612d05565b9150509250925092565b612fda81612db4565b8114612fe557600080fd5b50565b600081359050612ff781612fd1565b92915050565b600080fd5b60008083601f84011261301857613017612999565b5b8235905067ffffffffffffffff81111561303557613034612ffd565b5b60208301915083600182028301111561305157613050612a56565b5b9250929050565b60008060008060008060008060006101008a8c03121561307b5761307a61281d565b5b60006130898c828d01612bec565b995050602061309a8c828d01612d05565b98505060406130ab8c828d01612848565b97505060606130bc8c828d01612fe8565b96505060806130cd8c828d01612bec565b95505060a06130de8c828d01612d05565b94505060c06130ef8c828d01612bec565b93505060e08a013567ffffffffffffffff8111156131105761310f612822565b5b61311c8c828d01613002565b92509250509295985092959850929598565b61313781612827565b82525050565b6000602082019050613152600083018461312e565b92915050565b600080600080608085870312156131725761317161281d565b5b600061318087828801612848565b945050602061319187828801612848565b93505060406131a287828801612bec565b92505060606131b387828801612c6c565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132386132338361320e565b61321b565b9050919050565b60408201600080830154905061325481613225565b61326160008601826128b6565b506001830154905061327281613225565b61327f60208601826128b6565b5050505050565b6000613292838361323f565b60408301905092915050565b6000600282019050919050565b60006132b6826131ee565b6132c08185612895565b93506132cb836131f9565b8060005b838110156132fb57816132e28882613286565b97506132ed8361329e565b9250506001810190506132cf565b5085935050505092915050565b6000602082019050818103600083015261332281846132ab565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061337160158361332a565b915061337c8261333b565b602082019050919050565b600060208201905081810360008301526133a081613364565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b600061340360258361332a565b915061340e826133a7565b604082019050919050565b60006020820190508181036000830152613432816133f6565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b600061349560278361332a565b91506134a082613439565b604082019050919050565b600060208201905081810360008301526134c481613488565b9050919050565b60006020820190506134e06000830184612eed565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b600061351c600e8361332a565b9150613527826134e6565b602082019050919050565b6000602082019050818103600083015261354b8161350f565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b6000613588600e8361332a565b915061359382613552565b602082019050919050565b600060208201905081810360008301526135b78161357b565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b60006135f4600d8361332a565b91506135ff826135be565b602082019050919050565b60006020820190508181036000830152613623816135e7565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b600061366060158361332a565b915061366b8261362a565b602082019050919050565b6000602082019050818103600083015261368f81613653565b9050919050565b60006040820190506136ab6000830185612ec3565b6136b86020830184612efc565b9392505050565b6136c881612cae565b81146136d357600080fd5b50565b6000815190506136e5816136bf565b92915050565b6000602082840312156137015761370061281d565b5b600061370f848285016136d6565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061375282612ce4565b915061375d83612ce4565b925082820190508082111561377557613774613718565b5b92915050565b600061378682612ce4565b915061379183612ce4565b92508282039050818111156137a9576137a8613718565b5b92915050565b60006020820190506137c46000830184612efc565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061382660298361332a565b9150613831826137ca565b604082019050919050565b6000602082019050818103600083015261385581613819565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b60006138b8602e8361332a565b91506138c38261385c565b604082019050919050565b600060208201905081810360008301526138e7816138ab565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061392a613925613920846138ee565b613905565b6138f8565b9050919050565b61393a8161390f565b82525050565b60006020820190506139556000830184613931565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b600061399160178361332a565b915061399c8261395b565b602082019050919050565b600060208201905081810360008301526139c081613984565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b60006139fd60128361332a565b9150613a08826139c7565b602082019050919050565b60006020820190508181036000830152613a2c816139f0565b9050919050565b6000606082019050613a486000830186612ec3565b613a556020830185612ec3565b613a626040830184612efc565b949350505050565b6000613a7582612ce4565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613aa757613aa6613718565b5b600182019050919050565b6000613abd82612ce4565b9150613ac883612ce4565b9250828202613ad681612ce4565b91508282048414831517613aed57613aec613718565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b2e82612ce4565b9150613b3983612ce4565b925082613b4957613b48613af4565b5b828204905092915050565b6000613b6f613b6a613b6584612db4565b613905565b612ce4565b9050919050565b613b7f81613b54565b82525050565b82818337600083830152505050565b6000613ba0838561332a565b9350613bad838584613b85565b613bb68361299e565b840190509392505050565b600060a082019050613bd66000830189612efc565b613be3602083018861312e565b613bf06040830187613b76565b613bfd606083018661312e565b8181036080830152613c10818486613b94565b9050979650505050505050565b6000613c2882612db4565b9150613c3383612db4565b925082820390506bffffffffffffffffffffffff811115613c5757613c56613718565b5b92915050565b6000613c78613c73613c6e84612c41565b613905565b612db4565b9050919050565b613c8881613c5d565b82525050565b6000604082019050613ca3600083018561312e565b613cb06020830184613c7f565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613ced60208361332a565b9150613cf882613cb7565b602082019050919050565b60006020820190508181036000830152613d1c81613ce0565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613d7f602b8361332a565b9150613d8a82613d23565b604082019050919050565b60006020820190508181036000830152613dae81613d72565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613deb60108361332a565b9150613df682613db5565b602082019050919050565b60006020820190508181036000830152613e1a81613dde565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613e5760118361332a565b9150613e6282613e21565b602082019050919050565b60006020820190508181036000830152613e8681613e4a565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613ec3600c8361332a565b9150613ece82613e8d565b602082019050919050565b60006020820190508181036000830152613ef281613eb6565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f2f60108361332a565b9150613f3a82613ef9565b602082019050919050565b60006020820190508181036000830152613f5e81613f22565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000613f9b60198361332a565b9150613fa682613f65565b602082019050919050565b60006020820190508181036000830152613fca81613f8e565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061400760148361332a565b915061401282613fd1565b602082019050919050565b6000602082019050818103600083015261403681613ffa565b905091905056fea2646970667358221220c467be0a596d20a784e5d953a96c1fae98672bb61c7dd20c3564dac53e2a2ddb64736f6c63430008120033", + "linkReferences": {}, + "deployedLinkReferences": {} +} diff --git a/artifacts/contracts/interfaces/IGateway.sol/IGateway.dbg.json b/artifacts/contracts/interfaces/IGateway.sol/IGateway.dbg.json index 4553732..d339bd9 100644 --- a/artifacts/contracts/interfaces/IGateway.sol/IGateway.dbg.json +++ b/artifacts/contracts/interfaces/IGateway.sol/IGateway.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../build-info/86c9b49c222359f877bc7fe6e6e49899.json" + "buildInfo": "../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/contracts/libraries/SharedStructs.sol/SharedStructs.dbg.json b/artifacts/contracts/libraries/SharedStructs.sol/SharedStructs.dbg.json index 5e2c4fa..d339bd9 100644 --- a/artifacts/contracts/libraries/SharedStructs.sol/SharedStructs.dbg.json +++ b/artifacts/contracts/libraries/SharedStructs.sol/SharedStructs.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../build-info/a7f50cbf1e1b9333ec1917742c8a18f9.json" + "buildInfo": "../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/contracts/mocks/MockUSDC.sol/MockUSDT.dbg.json b/artifacts/contracts/mocks/MockUSDC.sol/MockUSDT.dbg.json index e9ea8c1..d339bd9 100644 --- a/artifacts/contracts/mocks/MockUSDC.sol/MockUSDT.dbg.json +++ b/artifacts/contracts/mocks/MockUSDC.sol/MockUSDT.dbg.json @@ -1,4 +1,4 @@ { "_format": "hh-sol-dbg-1", - "buildInfo": "../../../build-info/4d07e76c039c84b0b291de9f9c80f1a6.json" + "buildInfo": "../../../build-info/be92c7424fbba6d94f9f797b1fbd8e03.json" } diff --git a/artifacts/contracts/mocks/MockUSDC.sol/MockUSDT.json b/artifacts/contracts/mocks/MockUSDC.sol/MockUSDT.json index 701479f..bfe83c4 100644 --- a/artifacts/contracts/mocks/MockUSDC.sol/MockUSDT.json +++ b/artifacts/contracts/mocks/MockUSDC.sol/MockUSDT.json @@ -1,7 +1,7 @@ { "_format": "hh-sol-artifact-1", "contractName": "MockUSDT", - "sourceName": "contracts/mocks/MockUSDT.sol", + "sourceName": "contracts/mocks/MockUSDC.sol", "abi": [ { "inputs": [], diff --git a/build/contracts/AddressUpgradeable.json b/build/contracts/AddressUpgradeable.json new file mode 100644 index 0000000..100b629 --- /dev/null +++ b/build/contracts/AddressUpgradeable.json @@ -0,0 +1,8725 @@ +{ + "contractName": "AddressUpgradeable", + "abi": [], + "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26474726f6e5822122088f13f5ae867781f077620bcdef1a35042456d4fbba7097ed28631198f76456364736f6c63430008120033", + "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26474726f6e5822122088f13f5ae867781f077620bcdef1a35042456d4fbba7097ed28631198f76456364736f6c63430008120033", + "sourceMap": "194:9180:10:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;", + "deployedSourceMap": "194:9180:10:-:0;;;;;;;;", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)\n\npragma solidity ^0.8.1;\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary AddressUpgradeable {\n /**\n * @dev Returns true if `account` is a contract.\n *\n * [IMPORTANT]\n * ====\n * It is unsafe to assume that an address for which this function returns\n * false is an externally-owned account (EOA) and not a contract.\n *\n * Among others, `isContract` will return false for the following\n * types of addresses:\n *\n * - an externally-owned account\n * - a contract in construction\n * - an address where a contract will be created\n * - an address where a contract lived, but was destroyed\n *\n * Furthermore, `isContract` will also return true if the target contract within\n * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n * which only has an effect at the end of a transaction.\n * ====\n *\n * [IMPORTANT]\n * ====\n * You shouldn't rely on `isContract` to protect against flash loan attacks!\n *\n * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n * constructor.\n * ====\n */\n function isContract(address account) internal view returns (bool) {\n // This method relies on extcodesize/address.code.length, which returns 0\n // for contracts in construction, since the code is only stored at the end\n // of the constructor execution.\n\n return account.code.length > 0;\n }\n\n /**\n * @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n * `recipient`, forwarding all available gas and reverting on errors.\n *\n * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost\n * of certain opcodes, possibly making contracts go over the 2300 gas limit\n * imposed by `transfer`, making them unable to receive funds via\n * `transfer`. {sendValue} removes this limitation.\n *\n * https://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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n require(address(this).balance >= amount, \"Address: insufficient balance\");\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n require(success, \"Address: unable to send value, recipient may have reverted\");\n }\n\n /**\n * @dev Performs a Solidity function call using a low level `call`. A\n * plain `call` is an unsafe replacement for a function call: use this\n * function instead.\n *\n * If `target` reverts with a revert reason, it is bubbled up by this\n * function (like regular Solidity function calls).\n *\n * Returns the raw returned data. To convert to the expected return value,\n * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].\n *\n * Requirements:\n *\n * - `target` must be a contract.\n * - calling `target` with `data` must not revert.\n *\n * _Available since v3.1._\n */\n function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, \"Address: low-level call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n * `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but also transferring `value` wei to `target`.\n *\n * Requirements:\n *\n * - the calling contract must have an ETH balance of at least `value`.\n * - the called Solidity function must be `payable`.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\n return functionCallWithValue(target, data, value, \"Address: low-level call with value failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n * with `errorMessage` as a fallback revert reason when `target` reverts.\n *\n * _Available since v3.1._\n */\n function functionCallWithValue(\n address target,\n bytes memory data,\n uint256 value,\n string memory errorMessage\n ) internal returns (bytes memory) {\n require(address(this).balance >= value, \"Address: insufficient balance for call\");\n (bool success, bytes memory returndata) = target.call{value: value}(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n return functionStaticCall(target, data, \"Address: low-level static call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a static call.\n *\n * _Available since v3.3._\n */\n function functionStaticCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n (bool success, bytes memory returndata) = target.staticcall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionDelegateCall(target, data, \"Address: low-level delegate call failed\");\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n * but performing a delegate call.\n *\n * _Available since v3.4._\n */\n function functionDelegateCall(\n address target,\n bytes memory data,\n string memory errorMessage\n ) internal returns (bytes memory) {\n (bool success, bytes memory returndata) = target.delegatecall(data);\n return verifyCallResultFromTarget(target, success, returndata, errorMessage);\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n *\n * _Available since v4.8._\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal view returns (bytes memory) {\n if (success) {\n if (returndata.length == 0) {\n // only check isContract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n require(isContract(target), \"Address: call to non-contract\");\n }\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n * revert reason or using the provided one.\n *\n * _Available since v4.3._\n */\n function verifyCallResult(\n bool success,\n bytes memory returndata,\n string memory errorMessage\n ) internal pure returns (bytes memory) {\n if (success) {\n return returndata;\n } else {\n _revert(returndata, errorMessage);\n }\n }\n\n function _revert(bytes memory returndata, string memory errorMessage) private pure {\n // Look for revert reason and bubble it up if present\n if (returndata.length > 0) {\n // The easiest way to bubble the revert reason is using memory via assembly\n /// @solidity memory-safe-assembly\n assembly {\n let returndata_size := mload(returndata)\n revert(add(32, returndata), returndata_size)\n }\n } else {\n revert(errorMessage);\n }\n }\n}\n", + "sourcePath": "@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol", + "exportedSymbols": { + "AddressUpgradeable": [ + 2635 + ] + }, + "id": 2636, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2307, + "literals": [ + "solidity", + "^", + "0.8", + ".1" + ], + "nodeType": "PragmaDirective", + "src": "101:23:10" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "AddressUpgradeable", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 2308, + "nodeType": "StructuredDocumentation", + "src": "126:67:10", + "text": " @dev Collection of functions related to the address type" + }, + "fullyImplemented": true, + "id": 2635, + "linearizedBaseContracts": [ + 2635 + ], + "name": "AddressUpgradeable", + "nameLocation": "202:18:10", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 2322, + "nodeType": "Block", + "src": "1489:254:10", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2320, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "expression": { + "id": 2316, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2311, + "src": "1713:7:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2317, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1721:4:10", + "memberName": "code", + "nodeType": "MemberAccess", + "src": "1713:12:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 2318, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1726:6:10", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "1713:19:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 2319, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1735:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "1713:23:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 2315, + "id": 2321, + "nodeType": "Return", + "src": "1706:30:10" + } + ] + }, + "documentation": { + "id": 2309, + "nodeType": "StructuredDocumentation", + "src": "227:1191:10", + "text": " @dev Returns true if `account` is a contract.\n [IMPORTANT]\n ====\n It is unsafe to assume that an address for which this function returns\n false is an externally-owned account (EOA) and not a contract.\n Among others, `isContract` will return false for the following\n types of addresses:\n - an externally-owned account\n - a contract in construction\n - an address where a contract will be created\n - an address where a contract lived, but was destroyed\n Furthermore, `isContract` will also return true if the target contract within\n the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n which only has an effect at the end of a transaction.\n ====\n [IMPORTANT]\n ====\n You shouldn't rely on `isContract` to protect against flash loan attacks!\n Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n constructor.\n ====" + }, + "id": 2323, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isContract", + "nameLocation": "1432:10:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2312, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2311, + "mutability": "mutable", + "name": "account", + "nameLocation": "1451:7:10", + "nodeType": "VariableDeclaration", + "scope": 2323, + "src": "1443:15:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2310, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1443:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1442:17:10" + }, + "returnParameters": { + "id": 2315, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2314, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2323, + "src": "1483:4:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2313, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1483:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1482:6:10" + }, + "scope": 2635, + "src": "1423:320:10", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2356, + "nodeType": "Block", + "src": "2729:241:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2338, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 2334, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "2755:4:10", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AddressUpgradeable_$2635", + "typeString": "library AddressUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AddressUpgradeable_$2635", + "typeString": "library AddressUpgradeable" + } + ], + "id": 2333, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2747:7:10", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2332, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2747:7:10", + "typeDescriptions": {} + } + }, + "id": 2335, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2747:13:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2336, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2761:7:10", + "memberName": "balance", + "nodeType": "MemberAccess", + "src": "2747:21:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 2337, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2328, + "src": "2772:6:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2747:31:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416464726573733a20696e73756666696369656e742062616c616e6365", + "id": 2339, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2780:31:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9", + "typeString": "literal_string \"Address: insufficient balance\"" + }, + "value": "Address: insufficient balance" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9", + "typeString": "literal_string \"Address: insufficient balance\"" + } + ], + "id": 2331, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2739:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2340, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2739:73:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2341, + "nodeType": "ExpressionStatement", + "src": "2739:73:10" + }, + { + "assignments": [ + 2343, + null + ], + "declarations": [ + { + "constant": false, + "id": 2343, + "mutability": "mutable", + "name": "success", + "nameLocation": "2829:7:10", + "nodeType": "VariableDeclaration", + "scope": 2356, + "src": "2824:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2342, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2824:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + null + ], + "id": 2350, + "initialValue": { + "arguments": [ + { + "hexValue": "", + "id": 2348, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2872:2:10", + "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": 2344, + "name": "recipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2326, + "src": "2842:9:10", + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + } + }, + "id": 2345, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2852:4:10", + "memberName": "call", + "nodeType": "MemberAccess", + "src": "2842:14:10", + "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": 2347, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "names": [ + "value" + ], + "nodeType": "FunctionCallOptions", + "options": [ + { + "id": 2346, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2328, + "src": "2864:6:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "src": "2842:29:10", + "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": 2349, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2842:33:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2823:52:10" + }, + { + "expression": { + "arguments": [ + { + "id": 2352, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2343, + "src": "2893:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416464726573733a20756e61626c6520746f2073656e642076616c75652c20726563697069656e74206d61792068617665207265766572746564", + "id": 2353, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2902:60:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae", + "typeString": "literal_string \"Address: unable to send value, recipient may have reverted\"" + }, + "value": "Address: unable to send value, recipient may have reverted" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae", + "typeString": "literal_string \"Address: unable to send value, recipient may have reverted\"" + } + ], + "id": 2351, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2885:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2354, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2885:78:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2355, + "nodeType": "ExpressionStatement", + "src": "2885:78:10" + } + ] + }, + "documentation": { + "id": 2324, + "nodeType": "StructuredDocumentation", + "src": "1749:904:10", + "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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]." + }, + "id": 2357, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "sendValue", + "nameLocation": "2667:9:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2329, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2326, + "mutability": "mutable", + "name": "recipient", + "nameLocation": "2693:9:10", + "nodeType": "VariableDeclaration", + "scope": 2357, + "src": "2677:25:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + }, + "typeName": { + "id": 2325, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2677:15:10", + "stateMutability": "payable", + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2328, + "mutability": "mutable", + "name": "amount", + "nameLocation": "2712:6:10", + "nodeType": "VariableDeclaration", + "scope": 2357, + "src": "2704:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2327, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2704:7:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2676:43:10" + }, + "returnParameters": { + "id": 2330, + "nodeType": "ParameterList", + "parameters": [], + "src": "2729:0:10" + }, + "scope": 2635, + "src": "2658:312:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2374, + "nodeType": "Block", + "src": "3801:96:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2368, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2360, + "src": "3840:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2369, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2362, + "src": "3848:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "hexValue": "30", + "id": 2370, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3854:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + { + "hexValue": "416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564", + "id": 2371, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3857:32:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df", + "typeString": "literal_string \"Address: low-level call failed\"" + }, + "value": "Address: low-level call failed" + } + ], + "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" + }, + { + "typeIdentifier": "t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df", + "typeString": "literal_string \"Address: low-level call failed\"" + } + ], + "id": 2367, + "name": "functionCallWithValue", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2415, + 2459 + ], + "referencedDeclaration": 2459, + "src": "3818:21:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,uint256,string memory) returns (bytes memory)" + } + }, + "id": 2372, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3818:72:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2366, + "id": 2373, + "nodeType": "Return", + "src": "3811:79:10" + } + ] + }, + "documentation": { + "id": 2358, + "nodeType": "StructuredDocumentation", + "src": "2976:731:10", + "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, it is bubbled up by this\n function (like regular Solidity function calls).\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.\n _Available since v3.1._" + }, + "id": 2375, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCall", + "nameLocation": "3721:12:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2363, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2360, + "mutability": "mutable", + "name": "target", + "nameLocation": "3742:6:10", + "nodeType": "VariableDeclaration", + "scope": 2375, + "src": "3734:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2359, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3734:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2362, + "mutability": "mutable", + "name": "data", + "nameLocation": "3763:4:10", + "nodeType": "VariableDeclaration", + "scope": 2375, + "src": "3750:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2361, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3750:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3733:35:10" + }, + "returnParameters": { + "id": 2366, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2365, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2375, + "src": "3787:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2364, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3787:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3786:14:10" + }, + "scope": 2635, + "src": "3712:185:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2394, + "nodeType": "Block", + "src": "4266:76:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2388, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2378, + "src": "4305:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2389, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2380, + "src": "4313:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "hexValue": "30", + "id": 2390, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4319:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + { + "id": 2391, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2382, + "src": "4322:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "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" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2387, + "name": "functionCallWithValue", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2415, + 2459 + ], + "referencedDeclaration": 2459, + "src": "4283:21:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,uint256,string memory) returns (bytes memory)" + } + }, + "id": 2392, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4283:52:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2386, + "id": 2393, + "nodeType": "Return", + "src": "4276:59:10" + } + ] + }, + "documentation": { + "id": 2376, + "nodeType": "StructuredDocumentation", + "src": "3903:211:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._" + }, + "id": 2395, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCall", + "nameLocation": "4128:12:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2383, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2378, + "mutability": "mutable", + "name": "target", + "nameLocation": "4158:6:10", + "nodeType": "VariableDeclaration", + "scope": 2395, + "src": "4150:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2377, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4150:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2380, + "mutability": "mutable", + "name": "data", + "nameLocation": "4187:4:10", + "nodeType": "VariableDeclaration", + "scope": 2395, + "src": "4174:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2379, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4174:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2382, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "4215:12:10", + "nodeType": "VariableDeclaration", + "scope": 2395, + "src": "4201:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2381, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "4201:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "4140:93:10" + }, + "returnParameters": { + "id": 2386, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2385, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2395, + "src": "4252:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2384, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4252:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "4251:14:10" + }, + "scope": 2635, + "src": "4119:223:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2414, + "nodeType": "Block", + "src": "4817:111:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2408, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2398, + "src": "4856:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2409, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2400, + "src": "4864:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2410, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2402, + "src": "4870:5:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "hexValue": "416464726573733a206c6f772d6c6576656c2063616c6c20776974682076616c7565206661696c6564", + "id": 2411, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4877:43:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc", + "typeString": "literal_string \"Address: low-level call with value failed\"" + }, + "value": "Address: low-level call with value failed" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc", + "typeString": "literal_string \"Address: low-level call with value failed\"" + } + ], + "id": 2407, + "name": "functionCallWithValue", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2415, + 2459 + ], + "referencedDeclaration": 2459, + "src": "4834:21:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,uint256,string memory) returns (bytes memory)" + } + }, + "id": 2412, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4834:87:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2406, + "id": 2413, + "nodeType": "Return", + "src": "4827:94:10" + } + ] + }, + "documentation": { + "id": 2396, + "nodeType": "StructuredDocumentation", + "src": "4348:351:10", + "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`.\n _Available since v3.1._" + }, + "id": 2415, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCallWithValue", + "nameLocation": "4713:21:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2403, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2398, + "mutability": "mutable", + "name": "target", + "nameLocation": "4743:6:10", + "nodeType": "VariableDeclaration", + "scope": 2415, + "src": "4735:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2397, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4735:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2400, + "mutability": "mutable", + "name": "data", + "nameLocation": "4764:4:10", + "nodeType": "VariableDeclaration", + "scope": 2415, + "src": "4751:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2399, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4751:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2402, + "mutability": "mutable", + "name": "value", + "nameLocation": "4778:5:10", + "nodeType": "VariableDeclaration", + "scope": 2415, + "src": "4770:13:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2401, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4770:7:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4734:50:10" + }, + "returnParameters": { + "id": 2406, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2405, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2415, + "src": "4803:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2404, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4803:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "4802:14:10" + }, + "scope": 2635, + "src": "4704:224:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2458, + "nodeType": "Block", + "src": "5355:267:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2436, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 2432, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "5381:4:10", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AddressUpgradeable_$2635", + "typeString": "library AddressUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AddressUpgradeable_$2635", + "typeString": "library AddressUpgradeable" + } + ], + "id": 2431, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5373:7:10", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2430, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5373:7:10", + "typeDescriptions": {} + } + }, + "id": 2433, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5373:13:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2434, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5387:7:10", + "memberName": "balance", + "nodeType": "MemberAccess", + "src": "5373:21:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 2435, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2422, + "src": "5398:5:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5373:30:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c", + "id": 2437, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5405:40:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c", + "typeString": "literal_string \"Address: insufficient balance for call\"" + }, + "value": "Address: insufficient balance for call" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c", + "typeString": "literal_string \"Address: insufficient balance for call\"" + } + ], + "id": 2429, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5365:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2438, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5365:81:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2439, + "nodeType": "ExpressionStatement", + "src": "5365:81:10" + }, + { + "assignments": [ + 2441, + 2443 + ], + "declarations": [ + { + "constant": false, + "id": 2441, + "mutability": "mutable", + "name": "success", + "nameLocation": "5462:7:10", + "nodeType": "VariableDeclaration", + "scope": 2458, + "src": "5457:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2440, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5457:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2443, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "5484:10:10", + "nodeType": "VariableDeclaration", + "scope": 2458, + "src": "5471:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2442, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5471:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 2450, + "initialValue": { + "arguments": [ + { + "id": 2448, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2420, + "src": "5524:4:10", + "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": 2444, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2418, + "src": "5498:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2445, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5505:4:10", + "memberName": "call", + "nodeType": "MemberAccess", + "src": "5498:11:10", + "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": 2447, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "names": [ + "value" + ], + "nodeType": "FunctionCallOptions", + "options": [ + { + "id": 2446, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2422, + "src": "5517:5:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "src": "5498:25:10", + "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": 2449, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5498:31:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5456:73:10" + }, + { + "expression": { + "arguments": [ + { + "id": 2452, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2418, + "src": "5573:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2453, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2441, + "src": "5581:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 2454, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2443, + "src": "5590:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2455, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2424, + "src": "5602:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2451, + "name": "verifyCallResultFromTarget", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2590, + "src": "5546:26:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bool,bytes memory,string memory) view returns (bytes memory)" + } + }, + "id": 2456, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5546:69:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2428, + "id": 2457, + "nodeType": "Return", + "src": "5539:76:10" + } + ] + }, + "documentation": { + "id": 2416, + "nodeType": "StructuredDocumentation", + "src": "4934:237:10", + "text": " @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n with `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._" + }, + "id": 2459, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCallWithValue", + "nameLocation": "5185:21:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2425, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2418, + "mutability": "mutable", + "name": "target", + "nameLocation": "5224:6:10", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5216:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2417, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5216:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2420, + "mutability": "mutable", + "name": "data", + "nameLocation": "5253:4:10", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5240:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2419, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5240:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2422, + "mutability": "mutable", + "name": "value", + "nameLocation": "5275:5:10", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5267:13:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2421, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5267:7:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2424, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "5304:12:10", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5290:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2423, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "5290:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "5206:116:10" + }, + "returnParameters": { + "id": 2428, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2427, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5341:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2426, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5341:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5340:14:10" + }, + "scope": 2635, + "src": "5176:446:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2475, + "nodeType": "Block", + "src": "5899:97:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2470, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2462, + "src": "5935:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2471, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2464, + "src": "5943:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "hexValue": "416464726573733a206c6f772d6c6576656c207374617469632063616c6c206661696c6564", + "id": 2472, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5949:39:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0", + "typeString": "literal_string \"Address: low-level static call failed\"" + }, + "value": "Address: low-level static call failed" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0", + "typeString": "literal_string \"Address: low-level static call failed\"" + } + ], + "id": 2469, + "name": "functionStaticCall", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2476, + 2505 + ], + "referencedDeclaration": 2505, + "src": "5916:18:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,string memory) view returns (bytes memory)" + } + }, + "id": 2473, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5916:73:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2468, + "id": 2474, + "nodeType": "Return", + "src": "5909:80:10" + } + ] + }, + "documentation": { + "id": 2460, + "nodeType": "StructuredDocumentation", + "src": "5628:166:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._" + }, + "id": 2476, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionStaticCall", + "nameLocation": "5808:18:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2465, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2462, + "mutability": "mutable", + "name": "target", + "nameLocation": "5835:6:10", + "nodeType": "VariableDeclaration", + "scope": 2476, + "src": "5827:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2461, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5827:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2464, + "mutability": "mutable", + "name": "data", + "nameLocation": "5856:4:10", + "nodeType": "VariableDeclaration", + "scope": 2476, + "src": "5843:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2463, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5843:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5826:35:10" + }, + "returnParameters": { + "id": 2468, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2467, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2476, + "src": "5885:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2466, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5885:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5884:14:10" + }, + "scope": 2635, + "src": "5799:197:10", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2504, + "nodeType": "Block", + "src": "6338:168:10", + "statements": [ + { + "assignments": [ + 2489, + 2491 + ], + "declarations": [ + { + "constant": false, + "id": 2489, + "mutability": "mutable", + "name": "success", + "nameLocation": "6354:7:10", + "nodeType": "VariableDeclaration", + "scope": 2504, + "src": "6349:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2488, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6349:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2491, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "6376:10:10", + "nodeType": "VariableDeclaration", + "scope": 2504, + "src": "6363:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2490, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6363:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 2496, + "initialValue": { + "arguments": [ + { + "id": 2494, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2481, + "src": "6408:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "expression": { + "id": 2492, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2479, + "src": "6390:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2493, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6397:10:10", + "memberName": "staticcall", + "nodeType": "MemberAccess", + "src": "6390:17: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": 2495, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6390:23:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6348:65:10" + }, + { + "expression": { + "arguments": [ + { + "id": 2498, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2479, + "src": "6457:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2499, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2489, + "src": "6465:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 2500, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2491, + "src": "6474:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2501, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2483, + "src": "6486:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2497, + "name": "verifyCallResultFromTarget", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2590, + "src": "6430:26:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bool,bytes memory,string memory) view returns (bytes memory)" + } + }, + "id": 2502, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6430:69:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2487, + "id": 2503, + "nodeType": "Return", + "src": "6423:76:10" + } + ] + }, + "documentation": { + "id": 2477, + "nodeType": "StructuredDocumentation", + "src": "6002:173:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._" + }, + "id": 2505, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionStaticCall", + "nameLocation": "6189:18:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2484, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2479, + "mutability": "mutable", + "name": "target", + "nameLocation": "6225:6:10", + "nodeType": "VariableDeclaration", + "scope": 2505, + "src": "6217:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2478, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6217:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2481, + "mutability": "mutable", + "name": "data", + "nameLocation": "6254:4:10", + "nodeType": "VariableDeclaration", + "scope": 2505, + "src": "6241:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2480, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6241:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2483, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "6282:12:10", + "nodeType": "VariableDeclaration", + "scope": 2505, + "src": "6268:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2482, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "6268:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "6207:93:10" + }, + "returnParameters": { + "id": 2487, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2486, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2505, + "src": "6324:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2485, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6324:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "6323:14:10" + }, + "scope": 2635, + "src": "6180:326:10", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2521, + "nodeType": "Block", + "src": "6782:101:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2516, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2508, + "src": "6820:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2517, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2510, + "src": "6828:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "hexValue": "416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564", + "id": 2518, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6834:41:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398", + "typeString": "literal_string \"Address: low-level delegate call failed\"" + }, + "value": "Address: low-level delegate call failed" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398", + "typeString": "literal_string \"Address: low-level delegate call failed\"" + } + ], + "id": 2515, + "name": "functionDelegateCall", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2522, + 2551 + ], + "referencedDeclaration": 2551, + "src": "6799:20:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,string memory) returns (bytes memory)" + } + }, + "id": 2519, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6799:77:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2514, + "id": 2520, + "nodeType": "Return", + "src": "6792:84:10" + } + ] + }, + "documentation": { + "id": 2506, + "nodeType": "StructuredDocumentation", + "src": "6512:168:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._" + }, + "id": 2522, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionDelegateCall", + "nameLocation": "6694:20:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2511, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2508, + "mutability": "mutable", + "name": "target", + "nameLocation": "6723:6:10", + "nodeType": "VariableDeclaration", + "scope": 2522, + "src": "6715:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2507, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6715:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2510, + "mutability": "mutable", + "name": "data", + "nameLocation": "6744:4:10", + "nodeType": "VariableDeclaration", + "scope": 2522, + "src": "6731:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2509, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6731:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "6714:35:10" + }, + "returnParameters": { + "id": 2514, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2513, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2522, + "src": "6768:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2512, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6768:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "6767:14:10" + }, + "scope": 2635, + "src": "6685:198:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2550, + "nodeType": "Block", + "src": "7224:170:10", + "statements": [ + { + "assignments": [ + 2535, + 2537 + ], + "declarations": [ + { + "constant": false, + "id": 2535, + "mutability": "mutable", + "name": "success", + "nameLocation": "7240:7:10", + "nodeType": "VariableDeclaration", + "scope": 2550, + "src": "7235:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2534, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "7235:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2537, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "7262:10:10", + "nodeType": "VariableDeclaration", + "scope": 2550, + "src": "7249:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2536, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7249:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 2542, + "initialValue": { + "arguments": [ + { + "id": 2540, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2527, + "src": "7296:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "expression": { + "id": 2538, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2525, + "src": "7276:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2539, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "7283:12:10", + "memberName": "delegatecall", + "nodeType": "MemberAccess", + "src": "7276:19:10", + "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": 2541, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7276:25:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "7234:67:10" + }, + { + "expression": { + "arguments": [ + { + "id": 2544, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2525, + "src": "7345:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2545, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2535, + "src": "7353:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 2546, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2537, + "src": "7362:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2547, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2529, + "src": "7374:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2543, + "name": "verifyCallResultFromTarget", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2590, + "src": "7318:26:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bool,bytes memory,string memory) view returns (bytes memory)" + } + }, + "id": 2548, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7318:69:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2533, + "id": 2549, + "nodeType": "Return", + "src": "7311:76:10" + } + ] + }, + "documentation": { + "id": 2523, + "nodeType": "StructuredDocumentation", + "src": "6889:175:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._" + }, + "id": 2551, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionDelegateCall", + "nameLocation": "7078:20:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2530, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2525, + "mutability": "mutable", + "name": "target", + "nameLocation": "7116:6:10", + "nodeType": "VariableDeclaration", + "scope": 2551, + "src": "7108:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2524, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7108:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2527, + "mutability": "mutable", + "name": "data", + "nameLocation": "7145:4:10", + "nodeType": "VariableDeclaration", + "scope": 2551, + "src": "7132:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2526, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7132:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2529, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "7173:12:10", + "nodeType": "VariableDeclaration", + "scope": 2551, + "src": "7159:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2528, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "7159:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "7098:93:10" + }, + "returnParameters": { + "id": 2533, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2532, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2551, + "src": "7210:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2531, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7210:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "7209:14:10" + }, + "scope": 2635, + "src": "7069:325:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2589, + "nodeType": "Block", + "src": "7876:434:10", + "statements": [ + { + "condition": { + "id": 2565, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2556, + "src": "7890:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 2587, + "nodeType": "Block", + "src": "8246:58:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2583, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2558, + "src": "8268:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2584, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2560, + "src": "8280:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2582, + "name": "_revert", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2634, + "src": "8260:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bytes memory,string memory) pure" + } + }, + "id": 2585, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8260:33:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2586, + "nodeType": "ExpressionStatement", + "src": "8260:33:10" + } + ] + }, + "id": 2588, + "nodeType": "IfStatement", + "src": "7886:418:10", + "trueBody": { + "id": 2581, + "nodeType": "Block", + "src": "7899:341:10", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2569, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 2566, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2558, + "src": "7917:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 2567, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "7928:6:10", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "7917:17:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 2568, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7938:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "7917:22:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2578, + "nodeType": "IfStatement", + "src": "7913:286:10", + "trueBody": { + "id": 2577, + "nodeType": "Block", + "src": "7941:258:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 2572, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2554, + "src": "8143:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2571, + "name": "isContract", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2323, + "src": "8132:10:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$", + "typeString": "function (address) view returns (bool)" + } + }, + "id": 2573, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8132:18:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374", + "id": 2574, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8152:31:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad", + "typeString": "literal_string \"Address: call to non-contract\"" + }, + "value": "Address: call to non-contract" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad", + "typeString": "literal_string \"Address: call to non-contract\"" + } + ], + "id": 2570, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "8124:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2575, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8124:60:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2576, + "nodeType": "ExpressionStatement", + "src": "8124:60:10" + } + ] + } + }, + { + "expression": { + "id": 2579, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2558, + "src": "8219:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2564, + "id": 2580, + "nodeType": "Return", + "src": "8212:17:10" + } + ] + } + } + ] + }, + "documentation": { + "id": 2552, + "nodeType": "StructuredDocumentation", + "src": "7400:277:10", + "text": " @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n _Available since v4.8._" + }, + "id": 2590, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "verifyCallResultFromTarget", + "nameLocation": "7691:26:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2561, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2554, + "mutability": "mutable", + "name": "target", + "nameLocation": "7735:6:10", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7727:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2553, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7727:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2556, + "mutability": "mutable", + "name": "success", + "nameLocation": "7756:7:10", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7751:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2555, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "7751:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2558, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "7786:10:10", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7773:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2557, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7773:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2560, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "7820:12:10", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7806:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2559, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "7806:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "7717:121:10" + }, + "returnParameters": { + "id": 2564, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2563, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7862:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2562, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7862:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "7861:14:10" + }, + "scope": 2635, + "src": "7682:628:10", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2613, + "nodeType": "Block", + "src": "8691:135:10", + "statements": [ + { + "condition": { + "id": 2602, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2593, + "src": "8705:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 2611, + "nodeType": "Block", + "src": "8762:58:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2607, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2595, + "src": "8784:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2608, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2597, + "src": "8796:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2606, + "name": "_revert", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2634, + "src": "8776:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bytes memory,string memory) pure" + } + }, + "id": 2609, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8776:33:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2610, + "nodeType": "ExpressionStatement", + "src": "8776:33:10" + } + ] + }, + "id": 2612, + "nodeType": "IfStatement", + "src": "8701:119:10", + "trueBody": { + "id": 2605, + "nodeType": "Block", + "src": "8714:42:10", + "statements": [ + { + "expression": { + "id": 2603, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2595, + "src": "8735:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2601, + "id": 2604, + "nodeType": "Return", + "src": "8728:17:10" + } + ] + } + } + ] + }, + "documentation": { + "id": 2591, + "nodeType": "StructuredDocumentation", + "src": "8316:210:10", + "text": " @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n revert reason or using the provided one.\n _Available since v4.3._" + }, + "id": 2614, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "verifyCallResult", + "nameLocation": "8540:16:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2598, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2593, + "mutability": "mutable", + "name": "success", + "nameLocation": "8571:7:10", + "nodeType": "VariableDeclaration", + "scope": 2614, + "src": "8566:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2592, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "8566:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2595, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "8601:10:10", + "nodeType": "VariableDeclaration", + "scope": 2614, + "src": "8588:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2594, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "8588:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2597, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "8635:12:10", + "nodeType": "VariableDeclaration", + "scope": 2614, + "src": "8621:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2596, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "8621:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "8556:97:10" + }, + "returnParameters": { + "id": 2601, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2600, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2614, + "src": "8677:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2599, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "8677:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "8676:14:10" + }, + "scope": 2635, + "src": "8531:295:10", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2633, + "nodeType": "Block", + "src": "8915:457:10", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2624, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 2621, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2616, + "src": "8991:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 2622, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9002:6:10", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "8991:17:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 2623, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9011:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "8991:21:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 2631, + "nodeType": "Block", + "src": "9321:45:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2628, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2618, + "src": "9342:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2627, + "name": "revert", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967277, + 4294967277 + ], + "referencedDeclaration": 4294967277, + "src": "9335:6:10", + "typeDescriptions": { + "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$", + "typeString": "function (string memory) pure" + } + }, + "id": 2629, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9335:20:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2630, + "nodeType": "ExpressionStatement", + "src": "9335:20:10" + } + ] + }, + "id": 2632, + "nodeType": "IfStatement", + "src": "8987:379:10", + "trueBody": { + "id": 2626, + "nodeType": "Block", + "src": "9014:301:10", + "statements": [ + { + "AST": { + "nodeType": "YulBlock", + "src": "9172:133:10", + "statements": [ + { + "nodeType": "YulVariableDeclaration", + "src": "9190:40:10", + "value": { + "arguments": [ + { + "name": "returndata", + "nodeType": "YulIdentifier", + "src": "9219:10:10" + } + ], + "functionName": { + "name": "mload", + "nodeType": "YulIdentifier", + "src": "9213:5:10" + }, + "nodeType": "YulFunctionCall", + "src": "9213:17:10" + }, + "variables": [ + { + "name": "returndata_size", + "nodeType": "YulTypedName", + "src": "9194:15:10", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nodeType": "YulLiteral", + "src": "9258:2:10", + "type": "", + "value": "32" + }, + { + "name": "returndata", + "nodeType": "YulIdentifier", + "src": "9262:10:10" + } + ], + "functionName": { + "name": "add", + "nodeType": "YulIdentifier", + "src": "9254:3:10" + }, + "nodeType": "YulFunctionCall", + "src": "9254:19:10" + }, + { + "name": "returndata_size", + "nodeType": "YulIdentifier", + "src": "9275:15:10" + } + ], + "functionName": { + "name": "revert", + "nodeType": "YulIdentifier", + "src": "9247:6:10" + }, + "nodeType": "YulFunctionCall", + "src": "9247:44:10" + }, + "nodeType": "YulExpressionStatement", + "src": "9247:44:10" + } + ] + }, + "documentation": "@solidity memory-safe-assembly", + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 2616, + "isOffset": false, + "isSlot": false, + "src": "9219:10:10", + "valueSize": 1 + }, + { + "declaration": 2616, + "isOffset": false, + "isSlot": false, + "src": "9262:10:10", + "valueSize": 1 + } + ], + "id": 2625, + "nodeType": "InlineAssembly", + "src": "9163:142:10" + } + ] + } + } + ] + }, + "id": 2634, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_revert", + "nameLocation": "8841:7:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2619, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2616, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "8862:10:10", + "nodeType": "VariableDeclaration", + "scope": 2634, + "src": "8849:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2615, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "8849:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2618, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "8888:12:10", + "nodeType": "VariableDeclaration", + "scope": 2634, + "src": "8874:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2617, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "8874:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "8848:53:10" + }, + "returnParameters": { + "id": 2620, + "nodeType": "ParameterList", + "parameters": [], + "src": "8915:0:10" + }, + "scope": 2635, + "src": "8832:540:10", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + } + ], + "scope": 2636, + "src": "194:9180:10", + "usedErrors": [] + } + ], + "src": "101:9274:10" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol", + "exportedSymbols": { + "AddressUpgradeable": [ + 2635 + ] + }, + "id": 2636, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2307, + "literals": [ + "solidity", + "^", + "0.8", + ".1" + ], + "nodeType": "PragmaDirective", + "src": "101:23:10" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "AddressUpgradeable", + "contractDependencies": [], + "contractKind": "library", + "documentation": { + "id": 2308, + "nodeType": "StructuredDocumentation", + "src": "126:67:10", + "text": " @dev Collection of functions related to the address type" + }, + "fullyImplemented": true, + "id": 2635, + "linearizedBaseContracts": [ + 2635 + ], + "name": "AddressUpgradeable", + "nameLocation": "202:18:10", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 2322, + "nodeType": "Block", + "src": "1489:254:10", + "statements": [ + { + "expression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2320, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "expression": { + "id": 2316, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2311, + "src": "1713:7:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2317, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1721:4:10", + "memberName": "code", + "nodeType": "MemberAccess", + "src": "1713:12:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 2318, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1726:6:10", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "1713:19:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 2319, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1735:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "1713:23:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 2315, + "id": 2321, + "nodeType": "Return", + "src": "1706:30:10" + } + ] + }, + "documentation": { + "id": 2309, + "nodeType": "StructuredDocumentation", + "src": "227:1191:10", + "text": " @dev Returns true if `account` is a contract.\n [IMPORTANT]\n ====\n It is unsafe to assume that an address for which this function returns\n false is an externally-owned account (EOA) and not a contract.\n Among others, `isContract` will return false for the following\n types of addresses:\n - an externally-owned account\n - a contract in construction\n - an address where a contract will be created\n - an address where a contract lived, but was destroyed\n Furthermore, `isContract` will also return true if the target contract within\n the same transaction is already scheduled for destruction by `SELFDESTRUCT`,\n which only has an effect at the end of a transaction.\n ====\n [IMPORTANT]\n ====\n You shouldn't rely on `isContract` to protect against flash loan attacks!\n Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets\n like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract\n constructor.\n ====" + }, + "id": 2323, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isContract", + "nameLocation": "1432:10:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2312, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2311, + "mutability": "mutable", + "name": "account", + "nameLocation": "1451:7:10", + "nodeType": "VariableDeclaration", + "scope": 2323, + "src": "1443:15:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2310, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1443:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1442:17:10" + }, + "returnParameters": { + "id": 2315, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2314, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2323, + "src": "1483:4:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2313, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1483:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1482:6:10" + }, + "scope": 2635, + "src": "1423:320:10", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2356, + "nodeType": "Block", + "src": "2729:241:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2338, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 2334, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "2755:4:10", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AddressUpgradeable_$2635", + "typeString": "library AddressUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AddressUpgradeable_$2635", + "typeString": "library AddressUpgradeable" + } + ], + "id": 2333, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2747:7:10", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2332, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2747:7:10", + "typeDescriptions": {} + } + }, + "id": 2335, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2747:13:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2336, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2761:7:10", + "memberName": "balance", + "nodeType": "MemberAccess", + "src": "2747:21:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 2337, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2328, + "src": "2772:6:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2747:31:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416464726573733a20696e73756666696369656e742062616c616e6365", + "id": 2339, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2780:31:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9", + "typeString": "literal_string \"Address: insufficient balance\"" + }, + "value": "Address: insufficient balance" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_5597a22abd0ef5332f8053862eb236db7590f17e2b93a53f63a103becfb561f9", + "typeString": "literal_string \"Address: insufficient balance\"" + } + ], + "id": 2331, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2739:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2340, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2739:73:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2341, + "nodeType": "ExpressionStatement", + "src": "2739:73:10" + }, + { + "assignments": [ + 2343, + null + ], + "declarations": [ + { + "constant": false, + "id": 2343, + "mutability": "mutable", + "name": "success", + "nameLocation": "2829:7:10", + "nodeType": "VariableDeclaration", + "scope": 2356, + "src": "2824:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2342, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2824:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + null + ], + "id": 2350, + "initialValue": { + "arguments": [ + { + "hexValue": "", + "id": 2348, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2872:2:10", + "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": 2344, + "name": "recipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2326, + "src": "2842:9:10", + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + } + }, + "id": 2345, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2852:4:10", + "memberName": "call", + "nodeType": "MemberAccess", + "src": "2842:14:10", + "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": 2347, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "names": [ + "value" + ], + "nodeType": "FunctionCallOptions", + "options": [ + { + "id": 2346, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2328, + "src": "2864:6:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "src": "2842:29:10", + "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": 2349, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2842:33:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2823:52:10" + }, + { + "expression": { + "arguments": [ + { + "id": 2352, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2343, + "src": "2893:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416464726573733a20756e61626c6520746f2073656e642076616c75652c20726563697069656e74206d61792068617665207265766572746564", + "id": 2353, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2902:60:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae", + "typeString": "literal_string \"Address: unable to send value, recipient may have reverted\"" + }, + "value": "Address: unable to send value, recipient may have reverted" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_51ddaa38748c0a1144620fb5bfe8edab31ea437571ad591a7734bbfd0429aeae", + "typeString": "literal_string \"Address: unable to send value, recipient may have reverted\"" + } + ], + "id": 2351, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2885:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2354, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2885:78:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2355, + "nodeType": "ExpressionStatement", + "src": "2885:78:10" + } + ] + }, + "documentation": { + "id": 2324, + "nodeType": "StructuredDocumentation", + "src": "1749:904:10", + "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.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]." + }, + "id": 2357, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "sendValue", + "nameLocation": "2667:9:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2329, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2326, + "mutability": "mutable", + "name": "recipient", + "nameLocation": "2693:9:10", + "nodeType": "VariableDeclaration", + "scope": 2357, + "src": "2677:25:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + }, + "typeName": { + "id": 2325, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2677:15:10", + "stateMutability": "payable", + "typeDescriptions": { + "typeIdentifier": "t_address_payable", + "typeString": "address payable" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2328, + "mutability": "mutable", + "name": "amount", + "nameLocation": "2712:6:10", + "nodeType": "VariableDeclaration", + "scope": 2357, + "src": "2704:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2327, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2704:7:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2676:43:10" + }, + "returnParameters": { + "id": 2330, + "nodeType": "ParameterList", + "parameters": [], + "src": "2729:0:10" + }, + "scope": 2635, + "src": "2658:312:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2374, + "nodeType": "Block", + "src": "3801:96:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2368, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2360, + "src": "3840:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2369, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2362, + "src": "3848:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "hexValue": "30", + "id": 2370, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3854:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + { + "hexValue": "416464726573733a206c6f772d6c6576656c2063616c6c206661696c6564", + "id": 2371, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3857:32:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df", + "typeString": "literal_string \"Address: low-level call failed\"" + }, + "value": "Address: low-level call failed" + } + ], + "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" + }, + { + "typeIdentifier": "t_stringliteral_24d7ab5d382116e64324f19950ca9340b8af1ddeb09a8d026e0a3c6a01dcc9df", + "typeString": "literal_string \"Address: low-level call failed\"" + } + ], + "id": 2367, + "name": "functionCallWithValue", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2415, + 2459 + ], + "referencedDeclaration": 2459, + "src": "3818:21:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,uint256,string memory) returns (bytes memory)" + } + }, + "id": 2372, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3818:72:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2366, + "id": 2373, + "nodeType": "Return", + "src": "3811:79:10" + } + ] + }, + "documentation": { + "id": 2358, + "nodeType": "StructuredDocumentation", + "src": "2976:731:10", + "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, it is bubbled up by this\n function (like regular Solidity function calls).\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.\n _Available since v3.1._" + }, + "id": 2375, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCall", + "nameLocation": "3721:12:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2363, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2360, + "mutability": "mutable", + "name": "target", + "nameLocation": "3742:6:10", + "nodeType": "VariableDeclaration", + "scope": 2375, + "src": "3734:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2359, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3734:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2362, + "mutability": "mutable", + "name": "data", + "nameLocation": "3763:4:10", + "nodeType": "VariableDeclaration", + "scope": 2375, + "src": "3750:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2361, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3750:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3733:35:10" + }, + "returnParameters": { + "id": 2366, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2365, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2375, + "src": "3787:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2364, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "3787:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "3786:14:10" + }, + "scope": 2635, + "src": "3712:185:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2394, + "nodeType": "Block", + "src": "4266:76:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2388, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2378, + "src": "4305:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2389, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2380, + "src": "4313:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "hexValue": "30", + "id": 2390, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4319:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + { + "id": 2391, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2382, + "src": "4322:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "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" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2387, + "name": "functionCallWithValue", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2415, + 2459 + ], + "referencedDeclaration": 2459, + "src": "4283:21:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,uint256,string memory) returns (bytes memory)" + } + }, + "id": 2392, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4283:52:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2386, + "id": 2393, + "nodeType": "Return", + "src": "4276:59:10" + } + ] + }, + "documentation": { + "id": 2376, + "nodeType": "StructuredDocumentation", + "src": "3903:211:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with\n `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._" + }, + "id": 2395, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCall", + "nameLocation": "4128:12:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2383, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2378, + "mutability": "mutable", + "name": "target", + "nameLocation": "4158:6:10", + "nodeType": "VariableDeclaration", + "scope": 2395, + "src": "4150:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2377, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4150:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2380, + "mutability": "mutable", + "name": "data", + "nameLocation": "4187:4:10", + "nodeType": "VariableDeclaration", + "scope": 2395, + "src": "4174:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2379, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4174:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2382, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "4215:12:10", + "nodeType": "VariableDeclaration", + "scope": 2395, + "src": "4201:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2381, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "4201:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "4140:93:10" + }, + "returnParameters": { + "id": 2386, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2385, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2395, + "src": "4252:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2384, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4252:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "4251:14:10" + }, + "scope": 2635, + "src": "4119:223:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2414, + "nodeType": "Block", + "src": "4817:111:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2408, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2398, + "src": "4856:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2409, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2400, + "src": "4864:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2410, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2402, + "src": "4870:5:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "hexValue": "416464726573733a206c6f772d6c6576656c2063616c6c20776974682076616c7565206661696c6564", + "id": 2411, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4877:43:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc", + "typeString": "literal_string \"Address: low-level call with value failed\"" + }, + "value": "Address: low-level call with value failed" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_stringliteral_88a4a0b5e975840320a0475d4027005235904fdb5ece94df156f3d717cb2dbfc", + "typeString": "literal_string \"Address: low-level call with value failed\"" + } + ], + "id": 2407, + "name": "functionCallWithValue", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2415, + 2459 + ], + "referencedDeclaration": 2459, + "src": "4834:21:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,uint256,string memory) returns (bytes memory)" + } + }, + "id": 2412, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4834:87:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2406, + "id": 2413, + "nodeType": "Return", + "src": "4827:94:10" + } + ] + }, + "documentation": { + "id": 2396, + "nodeType": "StructuredDocumentation", + "src": "4348:351:10", + "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`.\n _Available since v3.1._" + }, + "id": 2415, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCallWithValue", + "nameLocation": "4713:21:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2403, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2398, + "mutability": "mutable", + "name": "target", + "nameLocation": "4743:6:10", + "nodeType": "VariableDeclaration", + "scope": 2415, + "src": "4735:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2397, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4735:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2400, + "mutability": "mutable", + "name": "data", + "nameLocation": "4764:4:10", + "nodeType": "VariableDeclaration", + "scope": 2415, + "src": "4751:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2399, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4751:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2402, + "mutability": "mutable", + "name": "value", + "nameLocation": "4778:5:10", + "nodeType": "VariableDeclaration", + "scope": 2415, + "src": "4770:13:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2401, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4770:7:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4734:50:10" + }, + "returnParameters": { + "id": 2406, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2405, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2415, + "src": "4803:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2404, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "4803:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "4802:14:10" + }, + "scope": 2635, + "src": "4704:224:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2458, + "nodeType": "Block", + "src": "5355:267:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2436, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 2432, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "5381:4:10", + "typeDescriptions": { + "typeIdentifier": "t_contract$_AddressUpgradeable_$2635", + "typeString": "library AddressUpgradeable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_AddressUpgradeable_$2635", + "typeString": "library AddressUpgradeable" + } + ], + "id": 2431, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "5373:7:10", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2430, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5373:7:10", + "typeDescriptions": {} + } + }, + "id": 2433, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5373:13:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2434, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5387:7:10", + "memberName": "balance", + "nodeType": "MemberAccess", + "src": "5373:21:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 2435, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2422, + "src": "5398:5:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5373:30:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c", + "id": 2437, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5405:40:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c", + "typeString": "literal_string \"Address: insufficient balance for call\"" + }, + "value": "Address: insufficient balance for call" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c", + "typeString": "literal_string \"Address: insufficient balance for call\"" + } + ], + "id": 2429, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5365:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2438, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5365:81:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2439, + "nodeType": "ExpressionStatement", + "src": "5365:81:10" + }, + { + "assignments": [ + 2441, + 2443 + ], + "declarations": [ + { + "constant": false, + "id": 2441, + "mutability": "mutable", + "name": "success", + "nameLocation": "5462:7:10", + "nodeType": "VariableDeclaration", + "scope": 2458, + "src": "5457:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2440, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5457:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2443, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "5484:10:10", + "nodeType": "VariableDeclaration", + "scope": 2458, + "src": "5471:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2442, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5471:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 2450, + "initialValue": { + "arguments": [ + { + "id": 2448, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2420, + "src": "5524:4:10", + "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": 2444, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2418, + "src": "5498:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2445, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5505:4:10", + "memberName": "call", + "nodeType": "MemberAccess", + "src": "5498:11:10", + "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": 2447, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "names": [ + "value" + ], + "nodeType": "FunctionCallOptions", + "options": [ + { + "id": 2446, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2422, + "src": "5517:5:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "src": "5498:25:10", + "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": 2449, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5498:31:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5456:73:10" + }, + { + "expression": { + "arguments": [ + { + "id": 2452, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2418, + "src": "5573:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2453, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2441, + "src": "5581:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 2454, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2443, + "src": "5590:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2455, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2424, + "src": "5602:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2451, + "name": "verifyCallResultFromTarget", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2590, + "src": "5546:26:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bool,bytes memory,string memory) view returns (bytes memory)" + } + }, + "id": 2456, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5546:69:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2428, + "id": 2457, + "nodeType": "Return", + "src": "5539:76:10" + } + ] + }, + "documentation": { + "id": 2416, + "nodeType": "StructuredDocumentation", + "src": "4934:237:10", + "text": " @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but\n with `errorMessage` as a fallback revert reason when `target` reverts.\n _Available since v3.1._" + }, + "id": 2459, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionCallWithValue", + "nameLocation": "5185:21:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2425, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2418, + "mutability": "mutable", + "name": "target", + "nameLocation": "5224:6:10", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5216:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2417, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5216:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2420, + "mutability": "mutable", + "name": "data", + "nameLocation": "5253:4:10", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5240:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2419, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5240:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2422, + "mutability": "mutable", + "name": "value", + "nameLocation": "5275:5:10", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5267:13:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2421, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5267:7:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2424, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "5304:12:10", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5290:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2423, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "5290:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "5206:116:10" + }, + "returnParameters": { + "id": 2428, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2427, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2459, + "src": "5341:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2426, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5341:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5340:14:10" + }, + "scope": 2635, + "src": "5176:446:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2475, + "nodeType": "Block", + "src": "5899:97:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2470, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2462, + "src": "5935:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2471, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2464, + "src": "5943:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "hexValue": "416464726573733a206c6f772d6c6576656c207374617469632063616c6c206661696c6564", + "id": 2472, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5949:39:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0", + "typeString": "literal_string \"Address: low-level static call failed\"" + }, + "value": "Address: low-level static call failed" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_stringliteral_90ec82aa826a536a4cbfae44ecfa384680faa9a4b77344bce96aa761ad904df0", + "typeString": "literal_string \"Address: low-level static call failed\"" + } + ], + "id": 2469, + "name": "functionStaticCall", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2476, + 2505 + ], + "referencedDeclaration": 2505, + "src": "5916:18:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,string memory) view returns (bytes memory)" + } + }, + "id": 2473, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5916:73:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2468, + "id": 2474, + "nodeType": "Return", + "src": "5909:80:10" + } + ] + }, + "documentation": { + "id": 2460, + "nodeType": "StructuredDocumentation", + "src": "5628:166:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._" + }, + "id": 2476, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionStaticCall", + "nameLocation": "5808:18:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2465, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2462, + "mutability": "mutable", + "name": "target", + "nameLocation": "5835:6:10", + "nodeType": "VariableDeclaration", + "scope": 2476, + "src": "5827:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2461, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5827:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2464, + "mutability": "mutable", + "name": "data", + "nameLocation": "5856:4:10", + "nodeType": "VariableDeclaration", + "scope": 2476, + "src": "5843:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2463, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5843:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5826:35:10" + }, + "returnParameters": { + "id": 2468, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2467, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2476, + "src": "5885:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2466, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "5885:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "5884:14:10" + }, + "scope": 2635, + "src": "5799:197:10", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2504, + "nodeType": "Block", + "src": "6338:168:10", + "statements": [ + { + "assignments": [ + 2489, + 2491 + ], + "declarations": [ + { + "constant": false, + "id": 2489, + "mutability": "mutable", + "name": "success", + "nameLocation": "6354:7:10", + "nodeType": "VariableDeclaration", + "scope": 2504, + "src": "6349:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2488, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6349:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2491, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "6376:10:10", + "nodeType": "VariableDeclaration", + "scope": 2504, + "src": "6363:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2490, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6363:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 2496, + "initialValue": { + "arguments": [ + { + "id": 2494, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2481, + "src": "6408:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "expression": { + "id": 2492, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2479, + "src": "6390:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2493, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6397:10:10", + "memberName": "staticcall", + "nodeType": "MemberAccess", + "src": "6390:17: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": 2495, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6390:23:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6348:65:10" + }, + { + "expression": { + "arguments": [ + { + "id": 2498, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2479, + "src": "6457:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2499, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2489, + "src": "6465:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 2500, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2491, + "src": "6474:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2501, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2483, + "src": "6486:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2497, + "name": "verifyCallResultFromTarget", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2590, + "src": "6430:26:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bool,bytes memory,string memory) view returns (bytes memory)" + } + }, + "id": 2502, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6430:69:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2487, + "id": 2503, + "nodeType": "Return", + "src": "6423:76:10" + } + ] + }, + "documentation": { + "id": 2477, + "nodeType": "StructuredDocumentation", + "src": "6002:173:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a static call.\n _Available since v3.3._" + }, + "id": 2505, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionStaticCall", + "nameLocation": "6189:18:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2484, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2479, + "mutability": "mutable", + "name": "target", + "nameLocation": "6225:6:10", + "nodeType": "VariableDeclaration", + "scope": 2505, + "src": "6217:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2478, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6217:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2481, + "mutability": "mutable", + "name": "data", + "nameLocation": "6254:4:10", + "nodeType": "VariableDeclaration", + "scope": 2505, + "src": "6241:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2480, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6241:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2483, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "6282:12:10", + "nodeType": "VariableDeclaration", + "scope": 2505, + "src": "6268:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2482, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "6268:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "6207:93:10" + }, + "returnParameters": { + "id": 2487, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2486, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2505, + "src": "6324:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2485, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6324:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "6323:14:10" + }, + "scope": 2635, + "src": "6180:326:10", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2521, + "nodeType": "Block", + "src": "6782:101:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2516, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2508, + "src": "6820:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2517, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2510, + "src": "6828:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "hexValue": "416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564", + "id": 2518, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6834:41:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398", + "typeString": "literal_string \"Address: low-level delegate call failed\"" + }, + "value": "Address: low-level delegate call failed" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_stringliteral_9fdcd12e4b726339b32a442b0a448365d5d85c96b2d2cff917b4f66c63110398", + "typeString": "literal_string \"Address: low-level delegate call failed\"" + } + ], + "id": 2515, + "name": "functionDelegateCall", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 2522, + 2551 + ], + "referencedDeclaration": 2551, + "src": "6799:20:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bytes memory,string memory) returns (bytes memory)" + } + }, + "id": 2519, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6799:77:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2514, + "id": 2520, + "nodeType": "Return", + "src": "6792:84:10" + } + ] + }, + "documentation": { + "id": 2506, + "nodeType": "StructuredDocumentation", + "src": "6512:168:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._" + }, + "id": 2522, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionDelegateCall", + "nameLocation": "6694:20:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2511, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2508, + "mutability": "mutable", + "name": "target", + "nameLocation": "6723:6:10", + "nodeType": "VariableDeclaration", + "scope": 2522, + "src": "6715:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2507, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6715:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2510, + "mutability": "mutable", + "name": "data", + "nameLocation": "6744:4:10", + "nodeType": "VariableDeclaration", + "scope": 2522, + "src": "6731:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2509, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6731:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "6714:35:10" + }, + "returnParameters": { + "id": 2514, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2513, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2522, + "src": "6768:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2512, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "6768:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "6767:14:10" + }, + "scope": 2635, + "src": "6685:198:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2550, + "nodeType": "Block", + "src": "7224:170:10", + "statements": [ + { + "assignments": [ + 2535, + 2537 + ], + "declarations": [ + { + "constant": false, + "id": 2535, + "mutability": "mutable", + "name": "success", + "nameLocation": "7240:7:10", + "nodeType": "VariableDeclaration", + "scope": 2550, + "src": "7235:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2534, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "7235:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2537, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "7262:10:10", + "nodeType": "VariableDeclaration", + "scope": 2550, + "src": "7249:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2536, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7249:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "id": 2542, + "initialValue": { + "arguments": [ + { + "id": 2540, + "name": "data", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2527, + "src": "7296:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "expression": { + "id": 2538, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2525, + "src": "7276:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 2539, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "7283:12:10", + "memberName": "delegatecall", + "nodeType": "MemberAccess", + "src": "7276:19:10", + "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": 2541, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7276:25:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", + "typeString": "tuple(bool,bytes memory)" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "7234:67:10" + }, + { + "expression": { + "arguments": [ + { + "id": 2544, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2525, + "src": "7345:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2545, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2535, + "src": "7353:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "id": 2546, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2537, + "src": "7362:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2547, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2529, + "src": "7374:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2543, + "name": "verifyCallResultFromTarget", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2590, + "src": "7318:26:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$_t_bytes_memory_ptr_$", + "typeString": "function (address,bool,bytes memory,string memory) view returns (bytes memory)" + } + }, + "id": 2548, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7318:69:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2533, + "id": 2549, + "nodeType": "Return", + "src": "7311:76:10" + } + ] + }, + "documentation": { + "id": 2523, + "nodeType": "StructuredDocumentation", + "src": "6889:175:10", + "text": " @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],\n but performing a delegate call.\n _Available since v3.4._" + }, + "id": 2551, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "functionDelegateCall", + "nameLocation": "7078:20:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2530, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2525, + "mutability": "mutable", + "name": "target", + "nameLocation": "7116:6:10", + "nodeType": "VariableDeclaration", + "scope": 2551, + "src": "7108:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2524, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7108:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2527, + "mutability": "mutable", + "name": "data", + "nameLocation": "7145:4:10", + "nodeType": "VariableDeclaration", + "scope": 2551, + "src": "7132:17:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2526, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7132:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2529, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "7173:12:10", + "nodeType": "VariableDeclaration", + "scope": 2551, + "src": "7159:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2528, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "7159:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "7098:93:10" + }, + "returnParameters": { + "id": 2533, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2532, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2551, + "src": "7210:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2531, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7210:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "7209:14:10" + }, + "scope": 2635, + "src": "7069:325:10", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2589, + "nodeType": "Block", + "src": "7876:434:10", + "statements": [ + { + "condition": { + "id": 2565, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2556, + "src": "7890:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 2587, + "nodeType": "Block", + "src": "8246:58:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2583, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2558, + "src": "8268:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2584, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2560, + "src": "8280:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2582, + "name": "_revert", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2634, + "src": "8260:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bytes memory,string memory) pure" + } + }, + "id": 2585, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8260:33:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2586, + "nodeType": "ExpressionStatement", + "src": "8260:33:10" + } + ] + }, + "id": 2588, + "nodeType": "IfStatement", + "src": "7886:418:10", + "trueBody": { + "id": 2581, + "nodeType": "Block", + "src": "7899:341:10", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2569, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 2566, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2558, + "src": "7917:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 2567, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "7928:6:10", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "7917:17:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 2568, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7938:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "7917:22:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2578, + "nodeType": "IfStatement", + "src": "7913:286:10", + "trueBody": { + "id": 2577, + "nodeType": "Block", + "src": "7941:258:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "id": 2572, + "name": "target", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2554, + "src": "8143:6:10", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2571, + "name": "isContract", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2323, + "src": "8132:10:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$", + "typeString": "function (address) view returns (bool)" + } + }, + "id": 2573, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8132:18:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374", + "id": 2574, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8152:31:10", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad", + "typeString": "literal_string \"Address: call to non-contract\"" + }, + "value": "Address: call to non-contract" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad", + "typeString": "literal_string \"Address: call to non-contract\"" + } + ], + "id": 2570, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "8124:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2575, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8124:60:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2576, + "nodeType": "ExpressionStatement", + "src": "8124:60:10" + } + ] + } + }, + { + "expression": { + "id": 2579, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2558, + "src": "8219:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2564, + "id": 2580, + "nodeType": "Return", + "src": "8212:17:10" + } + ] + } + } + ] + }, + "documentation": { + "id": 2552, + "nodeType": "StructuredDocumentation", + "src": "7400:277:10", + "text": " @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling\n the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.\n _Available since v4.8._" + }, + "id": 2590, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "verifyCallResultFromTarget", + "nameLocation": "7691:26:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2561, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2554, + "mutability": "mutable", + "name": "target", + "nameLocation": "7735:6:10", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7727:14:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2553, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7727:7:10", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2556, + "mutability": "mutable", + "name": "success", + "nameLocation": "7756:7:10", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7751:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2555, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "7751:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2558, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "7786:10:10", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7773:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2557, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7773:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2560, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "7820:12:10", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7806:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2559, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "7806:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "7717:121:10" + }, + "returnParameters": { + "id": 2564, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2563, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2590, + "src": "7862:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2562, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "7862:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "7861:14:10" + }, + "scope": 2635, + "src": "7682:628:10", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2613, + "nodeType": "Block", + "src": "8691:135:10", + "statements": [ + { + "condition": { + "id": 2602, + "name": "success", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2593, + "src": "8705:7:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 2611, + "nodeType": "Block", + "src": "8762:58:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2607, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2595, + "src": "8784:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + { + "id": 2608, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2597, + "src": "8796:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + }, + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2606, + "name": "_revert", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2634, + "src": "8776:7:10", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bytes memory,string memory) pure" + } + }, + "id": 2609, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8776:33:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2610, + "nodeType": "ExpressionStatement", + "src": "8776:33:10" + } + ] + }, + "id": 2612, + "nodeType": "IfStatement", + "src": "8701:119:10", + "trueBody": { + "id": 2605, + "nodeType": "Block", + "src": "8714:42:10", + "statements": [ + { + "expression": { + "id": 2603, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2595, + "src": "8735:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "functionReturnParameters": 2601, + "id": 2604, + "nodeType": "Return", + "src": "8728:17:10" + } + ] + } + } + ] + }, + "documentation": { + "id": 2591, + "nodeType": "StructuredDocumentation", + "src": "8316:210:10", + "text": " @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the\n revert reason or using the provided one.\n _Available since v4.3._" + }, + "id": 2614, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "verifyCallResult", + "nameLocation": "8540:16:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2598, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2593, + "mutability": "mutable", + "name": "success", + "nameLocation": "8571:7:10", + "nodeType": "VariableDeclaration", + "scope": 2614, + "src": "8566:12:10", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2592, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "8566:4:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2595, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "8601:10:10", + "nodeType": "VariableDeclaration", + "scope": 2614, + "src": "8588:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2594, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "8588:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2597, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "8635:12:10", + "nodeType": "VariableDeclaration", + "scope": 2614, + "src": "8621:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2596, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "8621:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "8556:97:10" + }, + "returnParameters": { + "id": 2601, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2600, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2614, + "src": "8677:12:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2599, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "8677:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "8676:14:10" + }, + "scope": 2635, + "src": "8531:295:10", + "stateMutability": "pure", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2633, + "nodeType": "Block", + "src": "8915:457:10", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2624, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 2621, + "name": "returndata", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2616, + "src": "8991:10:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + }, + "id": 2622, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "9002:6:10", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "8991:17:10", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 2623, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9011:1:10", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "8991:21:10", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "id": 2631, + "nodeType": "Block", + "src": "9321:45:10", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2628, + "name": "errorMessage", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2618, + "src": "9342:12:10", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + ], + "id": 2627, + "name": "revert", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967277, + 4294967277 + ], + "referencedDeclaration": 4294967277, + "src": "9335:6:10", + "typeDescriptions": { + "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$", + "typeString": "function (string memory) pure" + } + }, + "id": 2629, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9335:20:10", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2630, + "nodeType": "ExpressionStatement", + "src": "9335:20:10" + } + ] + }, + "id": 2632, + "nodeType": "IfStatement", + "src": "8987:379:10", + "trueBody": { + "id": 2626, + "nodeType": "Block", + "src": "9014:301:10", + "statements": [ + { + "AST": { + "nodeType": "YulBlock", + "src": "9172:133:10", + "statements": [ + { + "nodeType": "YulVariableDeclaration", + "src": "9190:40:10", + "value": { + "arguments": [ + { + "name": "returndata", + "nodeType": "YulIdentifier", + "src": "9219:10:10" + } + ], + "functionName": { + "name": "mload", + "nodeType": "YulIdentifier", + "src": "9213:5:10" + }, + "nodeType": "YulFunctionCall", + "src": "9213:17:10" + }, + "variables": [ + { + "name": "returndata_size", + "nodeType": "YulTypedName", + "src": "9194:15:10", + "type": "" + } + ] + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "kind": "number", + "nodeType": "YulLiteral", + "src": "9258:2:10", + "type": "", + "value": "32" + }, + { + "name": "returndata", + "nodeType": "YulIdentifier", + "src": "9262:10:10" + } + ], + "functionName": { + "name": "add", + "nodeType": "YulIdentifier", + "src": "9254:3:10" + }, + "nodeType": "YulFunctionCall", + "src": "9254:19:10" + }, + { + "name": "returndata_size", + "nodeType": "YulIdentifier", + "src": "9275:15:10" + } + ], + "functionName": { + "name": "revert", + "nodeType": "YulIdentifier", + "src": "9247:6:10" + }, + "nodeType": "YulFunctionCall", + "src": "9247:44:10" + }, + "nodeType": "YulExpressionStatement", + "src": "9247:44:10" + } + ] + }, + "documentation": "@solidity memory-safe-assembly", + "evmVersion": "paris", + "externalReferences": [ + { + "declaration": 2616, + "isOffset": false, + "isSlot": false, + "src": "9219:10:10", + "valueSize": 1 + }, + { + "declaration": 2616, + "isOffset": false, + "isSlot": false, + "src": "9262:10:10", + "valueSize": 1 + } + ], + "id": 2625, + "nodeType": "InlineAssembly", + "src": "9163:142:10" + } + ] + } + } + ] + }, + "id": 2634, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_revert", + "nameLocation": "8841:7:10", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2619, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2616, + "mutability": "mutable", + "name": "returndata", + "nameLocation": "8862:10:10", + "nodeType": "VariableDeclaration", + "scope": 2634, + "src": "8849:23:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2615, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "8849:5:10", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2618, + "mutability": "mutable", + "name": "errorMessage", + "nameLocation": "8888:12:10", + "nodeType": "VariableDeclaration", + "scope": 2634, + "src": "8874:26:10", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2617, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "8874:6:10", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "8848:53:10" + }, + "returnParameters": { + "id": 2620, + "nodeType": "ParameterList", + "parameters": [], + "src": "8915:0:10" + }, + "scope": 2635, + "src": "8832:540:10", + "stateMutability": "pure", + "virtual": false, + "visibility": "private" + } + ], + "scope": 2636, + "src": "194:9180:10", + "usedErrors": [] + } + ], + "src": "101:9274:10" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.300Z" +} \ No newline at end of file diff --git a/build/contracts/Context.json b/build/contracts/Context.json new file mode 100644 index 0000000..5e96d9e --- /dev/null +++ b/build/contracts/Context.json @@ -0,0 +1,663 @@ +{ + "contractName": "Context", + "abi": [], + "bytecode": "0x", + "deployedBytecode": "0x", + "sourceMap": "", + "deployedSourceMap": "", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Provides information about the current execution context, including the\n * sender of the transaction and its data. While these are generally available\n * via msg.sender and msg.data, they should not be accessed in such a direct\n * manner, since when dealing with meta-transactions the account sending and\n * paying for execution may not be the actual sender (as far as an application\n * is concerned).\n *\n * This contract is only required for intermediate, library-like contracts.\n */\nabstract contract Context {\n function _msgSender() internal view virtual returns (address) {\n return msg.sender;\n }\n\n function _msgData() internal view virtual returns (bytes calldata) {\n return msg.data;\n }\n\n function _contextSuffixLength() internal view virtual returns (uint256) {\n return 0;\n }\n}\n", + "sourcePath": "@openzeppelin/contracts/utils/Context.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts/utils/Context.sol", + "exportedSymbols": { + "Context": [ + 3406 + ] + }, + "id": 3407, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 3378, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "101:23:15" + }, + { + "abstract": true, + "baseContracts": [], + "canonicalName": "Context", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 3379, + "nodeType": "StructuredDocumentation", + "src": "126: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": 3406, + "linearizedBaseContracts": [ + 3406 + ], + "name": "Context", + "nameLocation": "641:7:15", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 3387, + "nodeType": "Block", + "src": "717:34:15", + "statements": [ + { + "expression": { + "expression": { + "id": 3384, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "734:3:15", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 3385, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "738:6:15", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "734:10:15", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 3383, + "id": 3386, + "nodeType": "Return", + "src": "727:17:15" + } + ] + }, + "id": 3388, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgSender", + "nameLocation": "664:10:15", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3380, + "nodeType": "ParameterList", + "parameters": [], + "src": "674:2:15" + }, + "returnParameters": { + "id": 3383, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3382, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3388, + "src": "708:7:15", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3381, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "708:7:15", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "707:9:15" + }, + "scope": 3406, + "src": "655:96:15", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3396, + "nodeType": "Block", + "src": "824:32:15", + "statements": [ + { + "expression": { + "expression": { + "id": 3393, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "841:3:15", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 3394, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "845:4:15", + "memberName": "data", + "nodeType": "MemberAccess", + "src": "841:8:15", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "functionReturnParameters": 3392, + "id": 3395, + "nodeType": "Return", + "src": "834:15:15" + } + ] + }, + "id": 3397, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgData", + "nameLocation": "766:8:15", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3389, + "nodeType": "ParameterList", + "parameters": [], + "src": "774:2:15" + }, + "returnParameters": { + "id": 3392, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3391, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3397, + "src": "808:14:15", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 3390, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "808:5:15", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "807:16:15" + }, + "scope": 3406, + "src": "757:99:15", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3404, + "nodeType": "Block", + "src": "934:25:15", + "statements": [ + { + "expression": { + "hexValue": "30", + "id": 3402, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "951:1:15", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "functionReturnParameters": 3401, + "id": 3403, + "nodeType": "Return", + "src": "944:8:15" + } + ] + }, + "id": 3405, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_contextSuffixLength", + "nameLocation": "871:20:15", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3398, + "nodeType": "ParameterList", + "parameters": [], + "src": "891:2:15" + }, + "returnParameters": { + "id": 3401, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3400, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3405, + "src": "925:7:15", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3399, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "925:7:15", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "924:9:15" + }, + "scope": 3406, + "src": "862:97:15", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + } + ], + "scope": 3407, + "src": "623:338:15", + "usedErrors": [] + } + ], + "src": "101:861:15" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts/utils/Context.sol", + "exportedSymbols": { + "Context": [ + 3406 + ] + }, + "id": 3407, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 3378, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "101:23:15" + }, + { + "abstract": true, + "baseContracts": [], + "canonicalName": "Context", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 3379, + "nodeType": "StructuredDocumentation", + "src": "126: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": 3406, + "linearizedBaseContracts": [ + 3406 + ], + "name": "Context", + "nameLocation": "641:7:15", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 3387, + "nodeType": "Block", + "src": "717:34:15", + "statements": [ + { + "expression": { + "expression": { + "id": 3384, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "734:3:15", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 3385, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "738:6:15", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "734:10:15", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 3383, + "id": 3386, + "nodeType": "Return", + "src": "727:17:15" + } + ] + }, + "id": 3388, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgSender", + "nameLocation": "664:10:15", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3380, + "nodeType": "ParameterList", + "parameters": [], + "src": "674:2:15" + }, + "returnParameters": { + "id": 3383, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3382, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3388, + "src": "708:7:15", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3381, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "708:7:15", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "707:9:15" + }, + "scope": 3406, + "src": "655:96:15", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3396, + "nodeType": "Block", + "src": "824:32:15", + "statements": [ + { + "expression": { + "expression": { + "id": 3393, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "841:3:15", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 3394, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "845:4:15", + "memberName": "data", + "nodeType": "MemberAccess", + "src": "841:8:15", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "functionReturnParameters": 3392, + "id": 3395, + "nodeType": "Return", + "src": "834:15:15" + } + ] + }, + "id": 3397, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgData", + "nameLocation": "766:8:15", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3389, + "nodeType": "ParameterList", + "parameters": [], + "src": "774:2:15" + }, + "returnParameters": { + "id": 3392, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3391, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3397, + "src": "808:14:15", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 3390, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "808:5:15", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "807:16:15" + }, + "scope": 3406, + "src": "757:99:15", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3404, + "nodeType": "Block", + "src": "934:25:15", + "statements": [ + { + "expression": { + "hexValue": "30", + "id": 3402, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "951:1:15", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "functionReturnParameters": 3401, + "id": 3403, + "nodeType": "Return", + "src": "944:8:15" + } + ] + }, + "id": 3405, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_contextSuffixLength", + "nameLocation": "871:20:15", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3398, + "nodeType": "ParameterList", + "parameters": [], + "src": "891:2:15" + }, + "returnParameters": { + "id": 3401, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3400, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3405, + "src": "925:7:15", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3399, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "925:7:15", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "924:9:15" + }, + "scope": 3406, + "src": "862:97:15", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + } + ], + "scope": 3407, + "src": "623:338:15", + "usedErrors": [] + } + ], + "src": "101:861:15" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.283Z" +} \ No newline at end of file diff --git a/build/contracts/ContextUpgradeable.json b/build/contracts/ContextUpgradeable.json new file mode 100644 index 0000000..5ffa98c --- /dev/null +++ b/build/contracts/ContextUpgradeable.json @@ -0,0 +1,1079 @@ +{ + "contractName": "ContextUpgradeable", + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + } + ], + "bytecode": "0x", + "deployedBytecode": "0x", + "sourceMap": "", + "deployedSourceMap": "", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)\n\npragma solidity ^0.8.0;\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 /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[50] private __gap;\n}\n", + "sourcePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Initializable": [ + 2177 + ] + }, + "id": 2687, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2637, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "101:23:11" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "file": "../proxy/utils/Initializable.sol", + "id": 2639, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2687, + "sourceUnit": 2178, + "src": "125:63:11", + "symbolAliases": [ + { + "foreign": { + "id": 2638, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2177, + "src": "133:13:11", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 2641, + "name": "Initializable", + "nameLocations": [ + "727:13:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2177, + "src": "727:13:11" + }, + "id": 2642, + "nodeType": "InheritanceSpecifier", + "src": "727:13:11" + } + ], + "canonicalName": "ContextUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 2640, + "nodeType": "StructuredDocumentation", + "src": "190:496:11", + "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": 2686, + "linearizedBaseContracts": [ + 2686, + 2177 + ], + "name": "ContextUpgradeable", + "nameLocation": "705:18:11", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 2647, + "nodeType": "Block", + "src": "799:7:11", + "statements": [] + }, + "id": 2648, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2645, + "kind": "modifierInvocation", + "modifierName": { + "id": 2644, + "name": "onlyInitializing", + "nameLocations": [ + "782:16:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "782:16:11" + }, + "nodeType": "ModifierInvocation", + "src": "782:16:11" + } + ], + "name": "__Context_init", + "nameLocation": "756:14:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2643, + "nodeType": "ParameterList", + "parameters": [], + "src": "770:2:11" + }, + "returnParameters": { + "id": 2646, + "nodeType": "ParameterList", + "parameters": [], + "src": "799:0:11" + }, + "scope": 2686, + "src": "747:59:11", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2653, + "nodeType": "Block", + "src": "874:7:11", + "statements": [] + }, + "id": 2654, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2651, + "kind": "modifierInvocation", + "modifierName": { + "id": 2650, + "name": "onlyInitializing", + "nameLocations": [ + "857:16:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "857:16:11" + }, + "nodeType": "ModifierInvocation", + "src": "857:16:11" + } + ], + "name": "__Context_init_unchained", + "nameLocation": "821:24:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2649, + "nodeType": "ParameterList", + "parameters": [], + "src": "845:2:11" + }, + "returnParameters": { + "id": 2652, + "nodeType": "ParameterList", + "parameters": [], + "src": "874:0:11" + }, + "scope": 2686, + "src": "812:69:11", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2662, + "nodeType": "Block", + "src": "948:34:11", + "statements": [ + { + "expression": { + "expression": { + "id": 2659, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "965:3:11", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 2660, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "969:6:11", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "965:10:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 2658, + "id": 2661, + "nodeType": "Return", + "src": "958:17:11" + } + ] + }, + "id": 2663, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgSender", + "nameLocation": "895:10:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2655, + "nodeType": "ParameterList", + "parameters": [], + "src": "905:2:11" + }, + "returnParameters": { + "id": 2658, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2657, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2663, + "src": "939:7:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2656, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "939:7:11", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "938:9:11" + }, + "scope": 2686, + "src": "886:96:11", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2671, + "nodeType": "Block", + "src": "1055:32:11", + "statements": [ + { + "expression": { + "expression": { + "id": 2668, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "1072:3:11", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 2669, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1076:4:11", + "memberName": "data", + "nodeType": "MemberAccess", + "src": "1072:8:11", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "functionReturnParameters": 2667, + "id": 2670, + "nodeType": "Return", + "src": "1065:15:11" + } + ] + }, + "id": 2672, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgData", + "nameLocation": "997:8:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2664, + "nodeType": "ParameterList", + "parameters": [], + "src": "1005:2:11" + }, + "returnParameters": { + "id": 2667, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2666, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2672, + "src": "1039:14:11", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2665, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1039:5:11", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "1038:16:11" + }, + "scope": 2686, + "src": "988:99:11", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2679, + "nodeType": "Block", + "src": "1165:25:11", + "statements": [ + { + "expression": { + "hexValue": "30", + "id": 2677, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1182:1:11", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "functionReturnParameters": 2676, + "id": 2678, + "nodeType": "Return", + "src": "1175:8:11" + } + ] + }, + "id": 2680, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_contextSuffixLength", + "nameLocation": "1102:20:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2673, + "nodeType": "ParameterList", + "parameters": [], + "src": "1122:2:11" + }, + "returnParameters": { + "id": 2676, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2675, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2680, + "src": "1156:7:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2674, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1156:7:11", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1155:9:11" + }, + "scope": 2686, + "src": "1093:97:11", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "constant": false, + "documentation": { + "id": 2681, + "nodeType": "StructuredDocumentation", + "src": "1196:254:11", + "text": " @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps" + }, + "id": 2685, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "1475:5:11", + "nodeType": "VariableDeclaration", + "scope": 2686, + "src": "1455:25:11", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage", + "typeString": "uint256[50]" + }, + "typeName": { + "baseType": { + "id": 2682, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1455:7:11", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 2684, + "length": { + "hexValue": "3530", + "id": 2683, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1463:2:11", + "typeDescriptions": { + "typeIdentifier": "t_rational_50_by_1", + "typeString": "int_const 50" + }, + "value": "50" + }, + "nodeType": "ArrayTypeName", + "src": "1455:11:11", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr", + "typeString": "uint256[50]" + } + }, + "visibility": "private" + } + ], + "scope": 2687, + "src": "687:796:11", + "usedErrors": [] + } + ], + "src": "101:1383:11" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Initializable": [ + 2177 + ] + }, + "id": 2687, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2637, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "101:23:11" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "file": "../proxy/utils/Initializable.sol", + "id": 2639, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2687, + "sourceUnit": 2178, + "src": "125:63:11", + "symbolAliases": [ + { + "foreign": { + "id": 2638, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2177, + "src": "133:13:11", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 2641, + "name": "Initializable", + "nameLocations": [ + "727:13:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2177, + "src": "727:13:11" + }, + "id": 2642, + "nodeType": "InheritanceSpecifier", + "src": "727:13:11" + } + ], + "canonicalName": "ContextUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 2640, + "nodeType": "StructuredDocumentation", + "src": "190:496:11", + "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": 2686, + "linearizedBaseContracts": [ + 2686, + 2177 + ], + "name": "ContextUpgradeable", + "nameLocation": "705:18:11", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 2647, + "nodeType": "Block", + "src": "799:7:11", + "statements": [] + }, + "id": 2648, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2645, + "kind": "modifierInvocation", + "modifierName": { + "id": 2644, + "name": "onlyInitializing", + "nameLocations": [ + "782:16:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "782:16:11" + }, + "nodeType": "ModifierInvocation", + "src": "782:16:11" + } + ], + "name": "__Context_init", + "nameLocation": "756:14:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2643, + "nodeType": "ParameterList", + "parameters": [], + "src": "770:2:11" + }, + "returnParameters": { + "id": 2646, + "nodeType": "ParameterList", + "parameters": [], + "src": "799:0:11" + }, + "scope": 2686, + "src": "747:59:11", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2653, + "nodeType": "Block", + "src": "874:7:11", + "statements": [] + }, + "id": 2654, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2651, + "kind": "modifierInvocation", + "modifierName": { + "id": 2650, + "name": "onlyInitializing", + "nameLocations": [ + "857:16:11" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "857:16:11" + }, + "nodeType": "ModifierInvocation", + "src": "857:16:11" + } + ], + "name": "__Context_init_unchained", + "nameLocation": "821:24:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2649, + "nodeType": "ParameterList", + "parameters": [], + "src": "845:2:11" + }, + "returnParameters": { + "id": 2652, + "nodeType": "ParameterList", + "parameters": [], + "src": "874:0:11" + }, + "scope": 2686, + "src": "812:69:11", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2662, + "nodeType": "Block", + "src": "948:34:11", + "statements": [ + { + "expression": { + "expression": { + "id": 2659, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "965:3:11", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 2660, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "969:6:11", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "965:10:11", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 2658, + "id": 2661, + "nodeType": "Return", + "src": "958:17:11" + } + ] + }, + "id": 2663, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgSender", + "nameLocation": "895:10:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2655, + "nodeType": "ParameterList", + "parameters": [], + "src": "905:2:11" + }, + "returnParameters": { + "id": 2658, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2657, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2663, + "src": "939:7:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2656, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "939:7:11", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "938:9:11" + }, + "scope": 2686, + "src": "886:96:11", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2671, + "nodeType": "Block", + "src": "1055:32:11", + "statements": [ + { + "expression": { + "expression": { + "id": 2668, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "1072:3:11", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 2669, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1076:4:11", + "memberName": "data", + "nodeType": "MemberAccess", + "src": "1072:8:11", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "functionReturnParameters": 2667, + "id": 2670, + "nodeType": "Return", + "src": "1065:15:11" + } + ] + }, + "id": 2672, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_msgData", + "nameLocation": "997:8:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2664, + "nodeType": "ParameterList", + "parameters": [], + "src": "1005:2:11" + }, + "returnParameters": { + "id": 2667, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2666, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2672, + "src": "1039:14:11", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes" + }, + "typeName": { + "id": 2665, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "1039:5:11", + "typeDescriptions": { + "typeIdentifier": "t_bytes_storage_ptr", + "typeString": "bytes" + } + }, + "visibility": "internal" + } + ], + "src": "1038:16:11" + }, + "scope": 2686, + "src": "988:99:11", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2679, + "nodeType": "Block", + "src": "1165:25:11", + "statements": [ + { + "expression": { + "hexValue": "30", + "id": 2677, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1182:1:11", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "functionReturnParameters": 2676, + "id": 2678, + "nodeType": "Return", + "src": "1175:8:11" + } + ] + }, + "id": 2680, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_contextSuffixLength", + "nameLocation": "1102:20:11", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2673, + "nodeType": "ParameterList", + "parameters": [], + "src": "1122:2:11" + }, + "returnParameters": { + "id": 2676, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2675, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2680, + "src": "1156:7:11", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2674, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1156:7:11", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1155:9:11" + }, + "scope": 2686, + "src": "1093:97:11", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "constant": false, + "documentation": { + "id": 2681, + "nodeType": "StructuredDocumentation", + "src": "1196:254:11", + "text": " @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps" + }, + "id": 2685, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "1475:5:11", + "nodeType": "VariableDeclaration", + "scope": 2686, + "src": "1455:25:11", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage", + "typeString": "uint256[50]" + }, + "typeName": { + "baseType": { + "id": 2682, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1455:7:11", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 2684, + "length": { + "hexValue": "3530", + "id": 2683, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1463:2:11", + "typeDescriptions": { + "typeIdentifier": "t_rational_50_by_1", + "typeString": "int_const 50" + }, + "value": "50" + }, + "nodeType": "ArrayTypeName", + "src": "1455:11:11", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr", + "typeString": "uint256[50]" + } + }, + "visibility": "private" + } + ], + "scope": 2687, + "src": "687:796:11", + "usedErrors": [] + } + ], + "src": "101:1383:11" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.281Z" +} \ No newline at end of file diff --git a/build/contracts/ERC20.json b/build/contracts/ERC20.json new file mode 100644 index 0000000..0763714 --- /dev/null +++ b/build/contracts/ERC20.json @@ -0,0 +1,15248 @@ +{ + "contractName": "ERC20", + "abi": [ + { + "inputs": [ + { + "internalType": "string", + "name": "name_", + "type": "string" + }, + { + "internalType": "string", + "name": "symbol_", + "type": "string" + } + ], + "stateMutability": "nonpayable", + "type": "constructor" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Approval", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Transfer", + "type": "event" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "internalType": "address", + "name": "spender", + "type": "address" + } + ], + "name": "allowance", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "approve", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "balanceOf", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "decimals", + "outputs": [ + { + "internalType": "uint8", + "name": "", + "type": "uint8" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "internalType": "uint256", + "name": "subtractedValue", + "type": "uint256" + } + ], + "name": "decreaseAllowance", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "internalType": "uint256", + "name": "addedValue", + "type": "uint256" + } + ], + "name": "increaseAllowance", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "name", + "outputs": [ + { + "internalType": "string", + "name": "", + "type": "string" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "symbol", + "outputs": [ + { + "internalType": "string", + "name": "", + "type": "string" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "totalSupply", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "transfer", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "transferFrom", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x60806040523480156200001157600080fd5b50d380156200001f57600080fd5b50d280156200002d57600080fd5b506040516200184e3803806200184e833981810160405281019062000053919062000212565b8160039081620000649190620004e2565b508060049081620000769190620004e2565b505050620005c9565b6000604051905090565b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b620000e8826200009d565b810181811067ffffffffffffffff821117156200010a5762000109620000ae565b5b80604052505050565b60006200011f6200007f565b90506200012d8282620000dd565b919050565b600067ffffffffffffffff82111562000150576200014f620000ae565b5b6200015b826200009d565b9050602081019050919050565b60005b83811015620001885780820151818401526020810190506200016b565b60008484015250505050565b6000620001ab620001a58462000132565b62000113565b905082815260208101848484011115620001ca57620001c962000098565b5b620001d784828562000168565b509392505050565b600082601f830112620001f757620001f662000093565b5b81516200020984826020860162000194565b91505092915050565b600080604083850312156200022c576200022b62000089565b5b600083015167ffffffffffffffff8111156200024d576200024c6200008e565b5b6200025b85828601620001df565b925050602083015167ffffffffffffffff8111156200027f576200027e6200008e565b5b6200028d85828601620001df565b9150509250929050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002ea57607f821691505b6020821081036200030057620002ff620002a2565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026200036a7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826200032b565b6200037686836200032b565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620003c3620003bd620003b7846200038e565b62000398565b6200038e565b9050919050565b6000819050919050565b620003df83620003a2565b620003f7620003ee82620003ca565b84845462000338565b825550505050565b600090565b6200040e620003ff565b6200041b818484620003d4565b505050565b5b8181101562000443576200043760008262000404565b60018101905062000421565b5050565b601f82111562000492576200045c8162000306565b62000467846200031b565b8101602085101562000477578190505b6200048f62000486856200031b565b83018262000420565b50505b505050565b600082821c905092915050565b6000620004b76000198460080262000497565b1980831691505092915050565b6000620004d28383620004a4565b9150826002028217905092915050565b620004ed8262000297565b67ffffffffffffffff811115620005095762000508620000ae565b5b620005158254620002d1565b6200052282828562000447565b600060209050601f8311600181146200055a576000841562000545578287015190505b620005518582620004c4565b865550620005c1565b601f1984166200056a8662000306565b60005b8281101562000594578489015182556001820191506020850194506020810190506200056d565b86831015620005b45784890151620005b0601f891682620004a4565b8355505b6001600288020188555050505b505050505050565b61127580620005d96000396000f3fe608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106100c35760003560e01c8063395093511161008b578063395093511461018257806370a08231146101b257806395d89b41146101e2578063a457c2d714610200578063a9059cbb14610230578063dd62ed3e14610260576100c3565b806306fdde03146100c8578063095ea7b3146100e657806318160ddd1461011657806323b872dd14610134578063313ce56714610164575b600080fd5b6100d0610290565b6040516100dd9190610b26565b60405180910390f35b61010060048036038101906100fb9190610c0d565b610322565b60405161010d9190610c68565b60405180910390f35b61011e610345565b60405161012b9190610c92565b60405180910390f35b61014e60048036038101906101499190610cad565b61034f565b60405161015b9190610c68565b60405180910390f35b61016c61037e565b6040516101799190610d1c565b60405180910390f35b61019c60048036038101906101979190610c0d565b610387565b6040516101a99190610c68565b60405180910390f35b6101cc60048036038101906101c79190610d37565b6103be565b6040516101d99190610c92565b60405180910390f35b6101ea610406565b6040516101f79190610b26565b60405180910390f35b61021a60048036038101906102159190610c0d565b610498565b6040516102279190610c68565b60405180910390f35b61024a60048036038101906102459190610c0d565b61050f565b6040516102579190610c68565b60405180910390f35b61027a60048036038101906102759190610d64565b610532565b6040516102879190610c92565b60405180910390f35b60606003805461029f90610dd3565b80601f01602080910402602001604051908101604052809291908181526020018280546102cb90610dd3565b80156103185780601f106102ed57610100808354040283529160200191610318565b820191906000526020600020905b8154815290600101906020018083116102fb57829003601f168201915b5050505050905090565b60008061032d6105b9565b905061033a8185856105c1565b600191505092915050565b6000600254905090565b60008061035a6105b9565b905061036785828561078a565b610372858585610816565b60019150509392505050565b60006012905090565b6000806103926105b9565b90506103b38185856103a48589610532565b6103ae9190610e33565b6105c1565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60606004805461041590610dd3565b80601f016020809104026020016040519081016040528092919081815260200182805461044190610dd3565b801561048e5780601f106104635761010080835404028352916020019161048e565b820191906000526020600020905b81548152906001019060200180831161047157829003601f168201915b5050505050905090565b6000806104a36105b9565b905060006104b18286610532565b9050838110156104f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104ed90610ed9565b60405180910390fd5b61050382868684036105c1565b60019250505092915050565b60008061051a6105b9565b9050610527818585610816565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610630576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161062790610f6b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361069f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161069690610ffd565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161077d9190610c92565b60405180910390a3505050565b60006107968484610532565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146108105781811015610802576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f990611069565b60405180910390fd5b61080f84848484036105c1565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610885576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087c906110fb565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108eb9061118d565b60405180910390fd5b6108ff838383610a8c565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610985576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097c9061121f565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a739190610c92565b60405180910390a3610a86848484610a91565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ad0578082015181840152602081019050610ab5565b60008484015250505050565b6000601f19601f8301169050919050565b6000610af882610a96565b610b028185610aa1565b9350610b12818560208601610ab2565b610b1b81610adc565b840191505092915050565b60006020820190508181036000830152610b408184610aed565b905092915050565b600080fd5b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b610b7781610b4d565b8114610b8257600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610bb082610b85565b9050919050565b600081359050610bc681610b6e565b610bcf81610ba5565b905092915050565b6000819050919050565b610bea81610bd7565b8114610bf557600080fd5b50565b600081359050610c0781610be1565b92915050565b60008060408385031215610c2457610c23610b48565b5b6000610c3285828601610bb7565b9250506020610c4385828601610bf8565b9150509250929050565b60008115159050919050565b610c6281610c4d565b82525050565b6000602082019050610c7d6000830184610c59565b92915050565b610c8c81610bd7565b82525050565b6000602082019050610ca76000830184610c83565b92915050565b600080600060608486031215610cc657610cc5610b48565b5b6000610cd486828701610bb7565b9350506020610ce586828701610bb7565b9250506040610cf686828701610bf8565b9150509250925092565b600060ff82169050919050565b610d1681610d00565b82525050565b6000602082019050610d316000830184610d0d565b92915050565b600060208284031215610d4d57610d4c610b48565b5b6000610d5b84828501610bb7565b91505092915050565b60008060408385031215610d7b57610d7a610b48565b5b6000610d8985828601610bb7565b9250506020610d9a85828601610bb7565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610deb57607f821691505b602082108103610dfe57610dfd610da4565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610e3e82610bd7565b9150610e4983610bd7565b9250828201905080821115610e6157610e60610e04565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610ec3602583610aa1565b9150610ece82610e67565b604082019050919050565b60006020820190508181036000830152610ef281610eb6565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f55602483610aa1565b9150610f6082610ef9565b604082019050919050565b60006020820190508181036000830152610f8481610f48565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fe7602283610aa1565b9150610ff282610f8b565b604082019050919050565b6000602082019050818103600083015261101681610fda565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000611053601d83610aa1565b915061105e8261101d565b602082019050919050565b6000602082019050818103600083015261108281611046565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006110e5602583610aa1565b91506110f082611089565b604082019050919050565b60006020820190508181036000830152611114816110d8565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611177602383610aa1565b91506111828261111b565b604082019050919050565b600060208201905081810360008301526111a68161116a565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000611209602683610aa1565b9150611214826111ad565b604082019050919050565b60006020820190508181036000830152611238816111fc565b905091905056fea26474726f6e58221220704db6bd10b4c9d1af5b5590fd9ebddb65a30449d525b38f3b2979e4487c765164736f6c63430008120033", + "deployedBytecode": "0x608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106100c35760003560e01c8063395093511161008b578063395093511461018257806370a08231146101b257806395d89b41146101e2578063a457c2d714610200578063a9059cbb14610230578063dd62ed3e14610260576100c3565b806306fdde03146100c8578063095ea7b3146100e657806318160ddd1461011657806323b872dd14610134578063313ce56714610164575b600080fd5b6100d0610290565b6040516100dd9190610b26565b60405180910390f35b61010060048036038101906100fb9190610c0d565b610322565b60405161010d9190610c68565b60405180910390f35b61011e610345565b60405161012b9190610c92565b60405180910390f35b61014e60048036038101906101499190610cad565b61034f565b60405161015b9190610c68565b60405180910390f35b61016c61037e565b6040516101799190610d1c565b60405180910390f35b61019c60048036038101906101979190610c0d565b610387565b6040516101a99190610c68565b60405180910390f35b6101cc60048036038101906101c79190610d37565b6103be565b6040516101d99190610c92565b60405180910390f35b6101ea610406565b6040516101f79190610b26565b60405180910390f35b61021a60048036038101906102159190610c0d565b610498565b6040516102279190610c68565b60405180910390f35b61024a60048036038101906102459190610c0d565b61050f565b6040516102579190610c68565b60405180910390f35b61027a60048036038101906102759190610d64565b610532565b6040516102879190610c92565b60405180910390f35b60606003805461029f90610dd3565b80601f01602080910402602001604051908101604052809291908181526020018280546102cb90610dd3565b80156103185780601f106102ed57610100808354040283529160200191610318565b820191906000526020600020905b8154815290600101906020018083116102fb57829003601f168201915b5050505050905090565b60008061032d6105b9565b905061033a8185856105c1565b600191505092915050565b6000600254905090565b60008061035a6105b9565b905061036785828561078a565b610372858585610816565b60019150509392505050565b60006012905090565b6000806103926105b9565b90506103b38185856103a48589610532565b6103ae9190610e33565b6105c1565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60606004805461041590610dd3565b80601f016020809104026020016040519081016040528092919081815260200182805461044190610dd3565b801561048e5780601f106104635761010080835404028352916020019161048e565b820191906000526020600020905b81548152906001019060200180831161047157829003601f168201915b5050505050905090565b6000806104a36105b9565b905060006104b18286610532565b9050838110156104f6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104ed90610ed9565b60405180910390fd5b61050382868684036105c1565b60019250505092915050565b60008061051a6105b9565b9050610527818585610816565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610630576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161062790610f6b565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361069f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161069690610ffd565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161077d9190610c92565b60405180910390a3505050565b60006107968484610532565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146108105781811015610802576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107f990611069565b60405180910390fd5b61080f84848484036105c1565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610885576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087c906110fb565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036108f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108eb9061118d565b60405180910390fd5b6108ff838383610a8c565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610985576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161097c9061121f565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a739190610c92565b60405180910390a3610a86848484610a91565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610ad0578082015181840152602081019050610ab5565b60008484015250505050565b6000601f19601f8301169050919050565b6000610af882610a96565b610b028185610aa1565b9350610b12818560208601610ab2565b610b1b81610adc565b840191505092915050565b60006020820190508181036000830152610b408184610aed565b905092915050565b600080fd5b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b610b7781610b4d565b8114610b8257600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610bb082610b85565b9050919050565b600081359050610bc681610b6e565b610bcf81610ba5565b905092915050565b6000819050919050565b610bea81610bd7565b8114610bf557600080fd5b50565b600081359050610c0781610be1565b92915050565b60008060408385031215610c2457610c23610b48565b5b6000610c3285828601610bb7565b9250506020610c4385828601610bf8565b9150509250929050565b60008115159050919050565b610c6281610c4d565b82525050565b6000602082019050610c7d6000830184610c59565b92915050565b610c8c81610bd7565b82525050565b6000602082019050610ca76000830184610c83565b92915050565b600080600060608486031215610cc657610cc5610b48565b5b6000610cd486828701610bb7565b9350506020610ce586828701610bb7565b9250506040610cf686828701610bf8565b9150509250925092565b600060ff82169050919050565b610d1681610d00565b82525050565b6000602082019050610d316000830184610d0d565b92915050565b600060208284031215610d4d57610d4c610b48565b5b6000610d5b84828501610bb7565b91505092915050565b60008060408385031215610d7b57610d7a610b48565b5b6000610d8985828601610bb7565b9250506020610d9a85828601610bb7565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610deb57607f821691505b602082108103610dfe57610dfd610da4565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610e3e82610bd7565b9150610e4983610bd7565b9250828201905080821115610e6157610e60610e04565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000610ec3602583610aa1565b9150610ece82610e67565b604082019050919050565b60006020820190508181036000830152610ef281610eb6565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000610f55602483610aa1565b9150610f6082610ef9565b604082019050919050565b60006020820190508181036000830152610f8481610f48565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000610fe7602283610aa1565b9150610ff282610f8b565b604082019050919050565b6000602082019050818103600083015261101681610fda565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000611053601d83610aa1565b915061105e8261101d565b602082019050919050565b6000602082019050818103600083015261108281611046565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006110e5602583610aa1565b91506110f082611089565b604082019050919050565b60006020820190508181036000830152611114816110d8565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000611177602383610aa1565b91506111828261111b565b604082019050919050565b600060208201905081810360008301526111a68161116a565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000611209602683610aa1565b9150611214826111ad565b604082019050919050565b60006020820190508181036000830152611238816111fc565b905091905056fea26474726f6e58221220704db6bd10b4c9d1af5b5590fd9ebddb65a30449d525b38f3b2979e4487c765164736f6c63430008120033", + "sourceMap": "1532:11312:12:-:0;;;1980:113;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2054:5;2046;:13;;;;;;:::i;:::-;;2079:7;2069;:17;;;;;;:::i;:::-;;1980:113;;1532:11312;;7:75:16;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:117;443:1;440;433:12;457:117;566:1;563;556:12;580:102;621:6;672:2;668:7;663:2;656:5;652:14;648:28;638:38;;580:102;;;:::o;688:180::-;736:77;733:1;726:88;833:4;830:1;823:15;857:4;854:1;847:15;874:281;957:27;979:4;957:27;:::i;:::-;949:6;945:40;1087:6;1075:10;1072:22;1051:18;1039:10;1036:34;1033:62;1030:88;;;1098:18;;:::i;:::-;1030:88;1138:10;1134:2;1127:22;917:238;874:281;;:::o;1161:129::-;1195:6;1222:20;;:::i;:::-;1212:30;;1251:33;1279:4;1271:6;1251:33;:::i;:::-;1161:129;;;:::o;1296:308::-;1358:4;1448:18;1440:6;1437:30;1434:56;;;1470:18;;:::i;:::-;1434:56;1508:29;1530:6;1508:29;:::i;:::-;1500:37;;1592:4;1586;1582:15;1574:23;;1296:308;;;:::o;1610:246::-;1691:1;1701:113;1715:6;1712:1;1709:13;1701:113;;;1800:1;1795:3;1791:11;1785:18;1781:1;1776:3;1772:11;1765:39;1737:2;1734:1;1730:10;1725:15;;1701:113;;;1848:1;1839:6;1834:3;1830:16;1823:27;1672:184;1610:246;;;:::o;1862:434::-;1951:5;1976:66;1992:49;2034:6;1992:49;:::i;:::-;1976:66;:::i;:::-;1967:75;;2065:6;2058:5;2051:21;2103:4;2096:5;2092:16;2141:3;2132:6;2127:3;2123:16;2120:25;2117:112;;;2148:79;;:::i;:::-;2117:112;2238:52;2283:6;2278:3;2273;2238:52;:::i;:::-;1957:339;1862:434;;;;;:::o;2316:355::-;2383:5;2432:3;2425:4;2417:6;2413:17;2409:27;2399:122;;2440:79;;:::i;:::-;2399:122;2550:6;2544:13;2575:90;2661:3;2653:6;2646:4;2638:6;2634:17;2575:90;:::i;:::-;2566:99;;2389:282;2316:355;;;;:::o;2677:853::-;2776:6;2784;2833:2;2821:9;2812:7;2808:23;2804:32;2801:119;;;2839:79;;:::i;:::-;2801:119;2980:1;2969:9;2965:17;2959:24;3010:18;3002:6;2999:30;2996:117;;;3032:79;;:::i;:::-;2996:117;3137:74;3203:7;3194:6;3183:9;3179:22;3137:74;:::i;:::-;3127:84;;2930:291;3281:2;3270:9;3266:18;3260:25;3312:18;3304:6;3301:30;3298:117;;;3334:79;;:::i;:::-;3298:117;3439:74;3505:7;3496:6;3485:9;3481:22;3439:74;:::i;:::-;3429:84;;3231:292;2677:853;;;;;:::o;3536:99::-;3588:6;3622:5;3616:12;3606:22;;3536:99;;;:::o;3641:180::-;3689:77;3686:1;3679:88;3786:4;3783:1;3776:15;3810:4;3807:1;3800:15;3827:320;3871:6;3908:1;3902:4;3898:12;3888:22;;3955:1;3949:4;3945:12;3976:18;3966:81;;4032:4;4024:6;4020:17;4010:27;;3966:81;4094:2;4086:6;4083:14;4063:18;4060:38;4057:84;;4113:18;;:::i;:::-;4057:84;3878:269;3827:320;;;:::o;4153:141::-;4202:4;4225:3;4217:11;;4248:3;4245:1;4238:14;4282:4;4279:1;4269:18;4261:26;;4153:141;;;:::o;4300:93::-;4337:6;4384:2;4379;4372:5;4368:14;4364:23;4354:33;;4300:93;;;:::o;4399:107::-;4443:8;4493:5;4487:4;4483:16;4462:37;;4399:107;;;;:::o;4512:393::-;4581:6;4631:1;4619:10;4615:18;4654:97;4684:66;4673:9;4654:97;:::i;:::-;4772:39;4802:8;4791:9;4772:39;:::i;:::-;4760:51;;4844:4;4840:9;4833:5;4829:21;4820:30;;4893:4;4883:8;4879:19;4872:5;4869:30;4859:40;;4588:317;;4512:393;;;;;:::o;4911:77::-;4948:7;4977:5;4966:16;;4911:77;;;:::o;4994:60::-;5022:3;5043:5;5036:12;;4994:60;;;:::o;5060:142::-;5110:9;5143:53;5161:34;5170:24;5188:5;5170:24;:::i;:::-;5161:34;:::i;:::-;5143:53;:::i;:::-;5130:66;;5060:142;;;:::o;5208:75::-;5251:3;5272:5;5265:12;;5208:75;;;:::o;5289:269::-;5399:39;5430:7;5399:39;:::i;:::-;5460:91;5509:41;5533:16;5509:41;:::i;:::-;5501:6;5494:4;5488:11;5460:91;:::i;:::-;5454:4;5447:105;5365:193;5289:269;;;:::o;5564:73::-;5609:3;5564:73;:::o;5643:189::-;5720:32;;:::i;:::-;5761:65;5819:6;5811;5805:4;5761:65;:::i;:::-;5696:136;5643:189;;:::o;5838:186::-;5898:120;5915:3;5908:5;5905:14;5898:120;;;5969:39;6006:1;5999:5;5969:39;:::i;:::-;5942:1;5935:5;5931:13;5922:22;;5898:120;;;5838:186;;:::o;6030:543::-;6131:2;6126:3;6123:11;6120:446;;;6165:38;6197:5;6165:38;:::i;:::-;6249:29;6267:10;6249:29;:::i;:::-;6239:8;6235:44;6432:2;6420:10;6417:18;6414:49;;;6453:8;6438:23;;6414:49;6476:80;6532:22;6550:3;6532:22;:::i;:::-;6522:8;6518:37;6505:11;6476:80;:::i;:::-;6135:431;;6120:446;6030:543;;;:::o;6579:117::-;6633:8;6683:5;6677:4;6673:16;6652:37;;6579:117;;;;:::o;6702:169::-;6746:6;6779:51;6827:1;6823:6;6815:5;6812:1;6808:13;6779:51;:::i;:::-;6775:56;6860:4;6854;6850:15;6840:25;;6753:118;6702:169;;;;:::o;6876:295::-;6952:4;7098:29;7123:3;7117:4;7098:29;:::i;:::-;7090:37;;7160:3;7157:1;7153:11;7147:4;7144:21;7136:29;;6876:295;;;;:::o;7176:1395::-;7293:37;7326:3;7293:37;:::i;:::-;7395:18;7387:6;7384:30;7381:56;;;7417:18;;:::i;:::-;7381:56;7461:38;7493:4;7487:11;7461:38;:::i;:::-;7546:67;7606:6;7598;7592:4;7546:67;:::i;:::-;7640:1;7664:4;7651:17;;7696:2;7688:6;7685:14;7713:1;7708:618;;;;8370:1;8387:6;8384:77;;;8436:9;8431:3;8427:19;8421:26;8412:35;;8384:77;8487:67;8547:6;8540:5;8487:67;:::i;:::-;8481:4;8474:81;8343:222;7678:887;;7708:618;7760:4;7756:9;7748:6;7744:22;7794:37;7826:4;7794:37;:::i;:::-;7853:1;7867:208;7881:7;7878:1;7875:14;7867:208;;;7960:9;7955:3;7951:19;7945:26;7937:6;7930:42;8011:1;8003:6;7999:14;7989:24;;8058:2;8047:9;8043:18;8030:31;;7904:4;7901:1;7897:12;7892:17;;7867:208;;;8103:6;8094:7;8091:19;8088:179;;;8161:9;8156:3;8152:19;8146:26;8204:48;8246:4;8238:6;8234:17;8223:9;8204:48;:::i;:::-;8196:6;8189:64;8111:156;8088:179;8313:1;8309;8301:6;8297:14;8293:22;8287:4;8280:36;7715:611;;;7678:887;;7268:1303;;;7176:1395;;:::o;1532:11312:12:-;;;;;;;", + "deployedSourceMap": "1532:11312:12:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4444:197;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3255:106;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5203:256;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3104:91;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5854:234;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3419:125;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2369:102;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6575:427;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3740:189;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3987:149;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2158:98;2212:13;2244:5;2237:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98;:::o;4444:197::-;4527:4;4543:13;4559:12;:10;:12::i;:::-;4543:28;;4581:32;4590:5;4597:7;4606:6;4581:8;:32::i;:::-;4630:4;4623:11;;;4444:197;;;;:::o;3255:106::-;3316:7;3342:12;;3335:19;;3255:106;:::o;5203:256::-;5300:4;5316:15;5334:12;:10;:12::i;:::-;5316:30;;5356:38;5372:4;5378:7;5387:6;5356:15;:38::i;:::-;5404:27;5414:4;5420:2;5424:6;5404:9;:27::i;:::-;5448:4;5441:11;;;5203:256;;;;;:::o;3104:91::-;3162:5;3186:2;3179:9;;3104:91;:::o;5854:234::-;5942:4;5958:13;5974:12;:10;:12::i;:::-;5958:28;;5996:64;6005:5;6012:7;6049:10;6021:25;6031:5;6038:7;6021:9;:25::i;:::-;:38;;;;:::i;:::-;5996:8;:64::i;:::-;6077:4;6070:11;;;5854:234;;;;:::o;3419:125::-;3493:7;3519:9;:18;3529:7;3519:18;;;;;;;;;;;;;;;;3512:25;;3419:125;;;:::o;2369:102::-;2425:13;2457:7;2450:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2369:102;:::o;6575:427::-;6668:4;6684:13;6700:12;:10;:12::i;:::-;6684:28;;6722:24;6749:25;6759:5;6766:7;6749:9;:25::i;:::-;6722:52;;6812:15;6792:16;:35;;6784:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;6903:60;6912:5;6919:7;6947:15;6928:16;:34;6903:8;:60::i;:::-;6991:4;6984:11;;;;6575:427;;;;:::o;3740:189::-;3819:4;3835:13;3851:12;:10;:12::i;:::-;3835:28;;3873;3883:5;3890:2;3894:6;3873:9;:28::i;:::-;3918:4;3911:11;;;3740:189;;;;:::o;3987:149::-;4076:7;4102:11;:18;4114:5;4102:18;;;;;;;;;;;;;;;:27;4121:7;4102:27;;;;;;;;;;;;;;;;4095:34;;3987:149;;;;:::o;655:96:15:-;708:7;734:10;727:17;;655:96;:::o;10457:340:12:-;10575:1;10558:19;;:5;:19;;;10550:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10655:1;10636:21;;:7;:21;;;10628:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10737:6;10707:11;:18;10719:5;10707:18;;;;;;;;;;;;;;;:27;10726:7;10707:27;;;;;;;;;;;;;;;:36;;;;10774:7;10758:32;;10767:5;10758:32;;;10783:6;10758:32;;;;;;:::i;:::-;;;;;;;;10457:340;;;:::o;11078:411::-;11178:24;11205:25;11215:5;11222:7;11205:9;:25::i;:::-;11178:52;;11264:17;11244:16;:37;11240:243;;11325:6;11305:16;:26;;11297:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11407:51;11416:5;11423:7;11451:6;11432:16;:25;11407:8;:51::i;:::-;11240:243;11168:321;11078:411;;;:::o;7456:788::-;7568:1;7552:18;;:4;:18;;;7544:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7644:1;7630:16;;:2;:16;;;7622:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;7697:38;7718:4;7724:2;7728:6;7697:20;:38::i;:::-;7746:19;7768:9;:15;7778:4;7768:15;;;;;;;;;;;;;;;;7746:37;;7816:6;7801:11;:21;;7793:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;7931:6;7917:11;:20;7899:9;:15;7909:4;7899:15;;;;;;;;;;;;;;;:38;;;;8131:6;8114:9;:13;8124:2;8114:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;8178:2;8163:26;;8172:4;8163:26;;;8182:6;8163:26;;;;;;:::i;:::-;;;;;;;;8200:37;8220:4;8226:2;8230:6;8200:19;:37::i;:::-;7534:710;7456:788;;;:::o;12073:91::-;;;;:::o;12752:90::-;;;;:::o;7:99:16:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1676:128;1713:7;1753:44;1746:5;1742:56;1731:67;;1676:128;;;:::o;1810:122::-;1883:24;1901:5;1883:24;:::i;:::-;1876:5;1873:35;1863:63;;1922:1;1919;1912:12;1863:63;1810:122;:::o;1938:126::-;1975:7;2015:42;2008:5;2004:54;1993:65;;1938:126;;;:::o;2070:96::-;2107:7;2136:24;2154:5;2136:24;:::i;:::-;2125:35;;2070:96;;;:::o;2172:181::-;2218:5;2256:6;2243:20;2234:29;;2272:33;2299:5;2272:33;:::i;:::-;2323:24;2341:5;2323:24;:::i;:::-;2314:33;;2172:181;;;;:::o;2359:77::-;2396:7;2425:5;2414:16;;2359:77;;;:::o;2442:122::-;2515:24;2533:5;2515:24;:::i;:::-;2508:5;2505:35;2495:63;;2554:1;2551;2544:12;2495:63;2442:122;:::o;2570:139::-;2616:5;2654:6;2641:20;2632:29;;2670:33;2697:5;2670:33;:::i;:::-;2570:139;;;;:::o;2715:474::-;2783:6;2791;2840:2;2828:9;2819:7;2815:23;2811:32;2808:119;;;2846:79;;:::i;:::-;2808:119;2966:1;2991:53;3036:7;3027:6;3016:9;3012:22;2991:53;:::i;:::-;2981:63;;2937:117;3093:2;3119:53;3164:7;3155:6;3144:9;3140:22;3119:53;:::i;:::-;3109:63;;3064:118;2715:474;;;;;:::o;3195:90::-;3229:7;3272:5;3265:13;3258:21;3247:32;;3195:90;;;:::o;3291:109::-;3372:21;3387:5;3372:21;:::i;:::-;3367:3;3360:34;3291:109;;:::o;3406:210::-;3493:4;3531:2;3520:9;3516:18;3508:26;;3544:65;3606:1;3595:9;3591:17;3582:6;3544:65;:::i;:::-;3406:210;;;;:::o;3622:118::-;3709:24;3727:5;3709:24;:::i;:::-;3704:3;3697:37;3622:118;;:::o;3746:222::-;3839:4;3877:2;3866:9;3862:18;3854:26;;3890:71;3958:1;3947:9;3943:17;3934:6;3890:71;:::i;:::-;3746:222;;;;:::o;3974:619::-;4051:6;4059;4067;4116:2;4104:9;4095:7;4091:23;4087:32;4084:119;;;4122:79;;:::i;:::-;4084:119;4242:1;4267:53;4312:7;4303:6;4292:9;4288:22;4267:53;:::i;:::-;4257:63;;4213:117;4369:2;4395:53;4440:7;4431:6;4420:9;4416:22;4395:53;:::i;:::-;4385:63;;4340:118;4497:2;4523:53;4568:7;4559:6;4548:9;4544:22;4523:53;:::i;:::-;4513:63;;4468:118;3974:619;;;;;:::o;4599:86::-;4634:7;4674:4;4667:5;4663:16;4652:27;;4599:86;;;:::o;4691:112::-;4774:22;4790:5;4774:22;:::i;:::-;4769:3;4762:35;4691:112;;:::o;4809:214::-;4898:4;4936:2;4925:9;4921:18;4913:26;;4949:67;5013:1;5002:9;4998:17;4989:6;4949:67;:::i;:::-;4809:214;;;;:::o;5029:329::-;5088:6;5137:2;5125:9;5116:7;5112:23;5108:32;5105:119;;;5143:79;;:::i;:::-;5105:119;5263:1;5288:53;5333:7;5324:6;5313:9;5309:22;5288:53;:::i;:::-;5278:63;;5234:117;5029:329;;;;:::o;5364:474::-;5432:6;5440;5489:2;5477:9;5468:7;5464:23;5460:32;5457:119;;;5495:79;;:::i;:::-;5457:119;5615:1;5640:53;5685:7;5676:6;5665:9;5661:22;5640:53;:::i;:::-;5630:63;;5586:117;5742:2;5768:53;5813:7;5804:6;5793:9;5789:22;5768:53;:::i;:::-;5758:63;;5713:118;5364:474;;;;;:::o;5844:180::-;5892:77;5889:1;5882:88;5989:4;5986:1;5979:15;6013:4;6010:1;6003:15;6030:320;6074:6;6111:1;6105:4;6101:12;6091:22;;6158:1;6152:4;6148:12;6179:18;6169:81;;6235:4;6227:6;6223:17;6213:27;;6169:81;6297:2;6289:6;6286:14;6266:18;6263:38;6260:84;;6316:18;;:::i;:::-;6260:84;6081:269;6030:320;;;:::o;6356:180::-;6404:77;6401:1;6394:88;6501:4;6498:1;6491:15;6525:4;6522:1;6515:15;6542:191;6582:3;6601:20;6619:1;6601:20;:::i;:::-;6596:25;;6635:20;6653:1;6635:20;:::i;:::-;6630:25;;6678:1;6675;6671:9;6664:16;;6699:3;6696:1;6693:10;6690:36;;;6706:18;;:::i;:::-;6690:36;6542:191;;;;:::o;6739:224::-;6879:34;6875:1;6867:6;6863:14;6856:58;6948:7;6943:2;6935:6;6931:15;6924:32;6739:224;:::o;6969:366::-;7111:3;7132:67;7196:2;7191:3;7132:67;:::i;:::-;7125:74;;7208:93;7297:3;7208:93;:::i;:::-;7326:2;7321:3;7317:12;7310:19;;6969:366;;;:::o;7341:419::-;7507:4;7545:2;7534:9;7530:18;7522:26;;7594:9;7588:4;7584:20;7580:1;7569:9;7565:17;7558:47;7622:131;7748:4;7622:131;:::i;:::-;7614:139;;7341:419;;;:::o;7766:223::-;7906:34;7902:1;7894:6;7890:14;7883:58;7975:6;7970:2;7962:6;7958:15;7951:31;7766:223;:::o;7995:366::-;8137:3;8158:67;8222:2;8217:3;8158:67;:::i;:::-;8151:74;;8234:93;8323:3;8234:93;:::i;:::-;8352:2;8347:3;8343:12;8336:19;;7995:366;;;:::o;8367:419::-;8533:4;8571:2;8560:9;8556:18;8548:26;;8620:9;8614:4;8610:20;8606:1;8595:9;8591:17;8584:47;8648:131;8774:4;8648:131;:::i;:::-;8640:139;;8367:419;;;:::o;8792:221::-;8932:34;8928:1;8920:6;8916:14;8909:58;9001:4;8996:2;8988:6;8984:15;8977:29;8792:221;:::o;9019:366::-;9161:3;9182:67;9246:2;9241:3;9182:67;:::i;:::-;9175:74;;9258:93;9347:3;9258:93;:::i;:::-;9376:2;9371:3;9367:12;9360:19;;9019:366;;;:::o;9391:419::-;9557:4;9595:2;9584:9;9580:18;9572:26;;9644:9;9638:4;9634:20;9630:1;9619:9;9615:17;9608:47;9672:131;9798:4;9672:131;:::i;:::-;9664:139;;9391:419;;;:::o;9816:179::-;9956:31;9952:1;9944:6;9940:14;9933:55;9816:179;:::o;10001:366::-;10143:3;10164:67;10228:2;10223:3;10164:67;:::i;:::-;10157:74;;10240:93;10329:3;10240:93;:::i;:::-;10358:2;10353:3;10349:12;10342:19;;10001:366;;;:::o;10373:419::-;10539:4;10577:2;10566:9;10562:18;10554:26;;10626:9;10620:4;10616:20;10612:1;10601:9;10597:17;10590:47;10654:131;10780:4;10654:131;:::i;:::-;10646:139;;10373:419;;;:::o;10798:224::-;10938:34;10934:1;10926:6;10922:14;10915:58;11007:7;11002:2;10994:6;10990:15;10983:32;10798:224;:::o;11028:366::-;11170:3;11191:67;11255:2;11250:3;11191:67;:::i;:::-;11184:74;;11267:93;11356:3;11267:93;:::i;:::-;11385:2;11380:3;11376:12;11369:19;;11028:366;;;:::o;11400:419::-;11566:4;11604:2;11593:9;11589:18;11581:26;;11653:9;11647:4;11643:20;11639:1;11628:9;11624:17;11617:47;11681:131;11807:4;11681:131;:::i;:::-;11673:139;;11400:419;;;:::o;11825:222::-;11965:34;11961:1;11953:6;11949:14;11942:58;12034:5;12029:2;12021:6;12017:15;12010:30;11825:222;:::o;12053:366::-;12195:3;12216:67;12280:2;12275:3;12216:67;:::i;:::-;12209:74;;12292:93;12381:3;12292:93;:::i;:::-;12410:2;12405:3;12401:12;12394:19;;12053:366;;;:::o;12425:419::-;12591:4;12629:2;12618:9;12614:18;12606:26;;12678:9;12672:4;12668:20;12664:1;12653:9;12649:17;12642:47;12706:131;12832:4;12706:131;:::i;:::-;12698:139;;12425:419;;;:::o;12850:225::-;12990:34;12986:1;12978:6;12974:14;12967:58;13059:8;13054:2;13046:6;13042:15;13035:33;12850:225;:::o;13081:366::-;13223:3;13244:67;13308:2;13303:3;13244:67;:::i;:::-;13237:74;;13320:93;13409:3;13320:93;:::i;:::-;13438:2;13433:3;13429:12;13422:19;;13081:366;;;:::o;13453:419::-;13619:4;13657:2;13646:9;13642:18;13634:26;;13706:9;13700:4;13696:20;13692:1;13681:9;13677:17;13670:47;13734:131;13860:4;13734:131;:::i;:::-;13726:139;;13453:419;;;:::o", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./IERC20.sol\";\nimport \"./extensions/IERC20Metadata.sol\";\nimport \"../../utils/Context.sol\";\n\n/**\n * @dev Implementation of the {IERC20} interface.\n *\n * This implementation is agnostic to the way tokens are created. This means\n * that a supply mechanism has to be added in a derived contract using {_mint}.\n * For a generic mechanism see {ERC20PresetMinterPauser}.\n *\n * TIP: For a detailed writeup see our guide\n * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\n * to implement supply mechanisms].\n *\n * The default value of {decimals} is 18. To change this, you should override\n * this function so it returns a different value.\n *\n * We have followed general OpenZeppelin Contracts guidelines: functions revert\n * instead returning `false` on failure. This behavior is nonetheless\n * conventional and does not conflict with the expectations of ERC20\n * applications.\n *\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\n * This allows applications to reconstruct the allowance for all accounts just\n * by listening to said events. Other implementations of the EIP may not emit\n * these events, as it isn't required by the specification.\n *\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\n * functions have been added to mitigate the well-known issues around setting\n * allowances. See {IERC20-approve}.\n */\ncontract ERC20 is Context, IERC20, IERC20Metadata {\n mapping(address => uint256) private _balances;\n\n mapping(address => mapping(address => uint256)) private _allowances;\n\n uint256 private _totalSupply;\n\n string private _name;\n string private _symbol;\n\n /**\n * @dev Sets the values for {name} and {symbol}.\n *\n * All two of these values are immutable: they can only be set once during\n * construction.\n */\n constructor(string memory name_, string memory symbol_) {\n _name = name_;\n _symbol = symbol_;\n }\n\n /**\n * @dev Returns the name of the token.\n */\n function name() public view virtual override returns (string memory) {\n return _name;\n }\n\n /**\n * @dev Returns the symbol of the token, usually a shorter version of the\n * name.\n */\n function symbol() public view virtual override returns (string memory) {\n return _symbol;\n }\n\n /**\n * @dev Returns the number of decimals used to get its user representation.\n * For example, if `decimals` equals `2`, a balance of `505` tokens should\n * be displayed to a user as `5.05` (`505 / 10 ** 2`).\n *\n * Tokens usually opt for a value of 18, imitating the relationship between\n * Ether and Wei. This is the default value returned by this function, unless\n * it's overridden.\n *\n * NOTE: This information is only used for _display_ purposes: it in\n * no way affects any of the arithmetic of the contract, including\n * {IERC20-balanceOf} and {IERC20-transfer}.\n */\n function decimals() public view virtual override returns (uint8) {\n return 18;\n }\n\n /**\n * @dev See {IERC20-totalSupply}.\n */\n function totalSupply() public view virtual override returns (uint256) {\n return _totalSupply;\n }\n\n /**\n * @dev See {IERC20-balanceOf}.\n */\n function balanceOf(address account) public view virtual override returns (uint256) {\n return _balances[account];\n }\n\n /**\n * @dev See {IERC20-transfer}.\n *\n * Requirements:\n *\n * - `to` cannot be the zero address.\n * - the caller must have a balance of at least `amount`.\n */\n function transfer(address to, uint256 amount) public virtual override returns (bool) {\n address owner = _msgSender();\n _transfer(owner, to, amount);\n return true;\n }\n\n /**\n * @dev See {IERC20-allowance}.\n */\n function allowance(address owner, address spender) public view virtual override returns (uint256) {\n return _allowances[owner][spender];\n }\n\n /**\n * @dev See {IERC20-approve}.\n *\n * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\n * `transferFrom`. This is semantically equivalent to an infinite approval.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n */\n function approve(address spender, uint256 amount) public virtual override returns (bool) {\n address owner = _msgSender();\n _approve(owner, spender, amount);\n return true;\n }\n\n /**\n * @dev See {IERC20-transferFrom}.\n *\n * Emits an {Approval} event indicating the updated allowance. This is not\n * required by the EIP. See the note at the beginning of {ERC20}.\n *\n * NOTE: Does not update the allowance if the current allowance\n * is the maximum `uint256`.\n *\n * Requirements:\n *\n * - `from` and `to` cannot be the zero address.\n * - `from` must have a balance of at least `amount`.\n * - the caller must have allowance for ``from``'s tokens of at least\n * `amount`.\n */\n function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {\n address spender = _msgSender();\n _spendAllowance(from, spender, amount);\n _transfer(from, to, amount);\n return true;\n }\n\n /**\n * @dev Atomically increases the allowance granted to `spender` by the caller.\n *\n * This is an alternative to {approve} that can be used as a mitigation for\n * problems described in {IERC20-approve}.\n *\n * Emits an {Approval} event indicating the updated allowance.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n */\n function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\n address owner = _msgSender();\n _approve(owner, spender, allowance(owner, spender) + addedValue);\n return true;\n }\n\n /**\n * @dev Atomically decreases the allowance granted to `spender` by the caller.\n *\n * This is an alternative to {approve} that can be used as a mitigation for\n * problems described in {IERC20-approve}.\n *\n * Emits an {Approval} event indicating the updated allowance.\n *\n * Requirements:\n *\n * - `spender` cannot be the zero address.\n * - `spender` must have allowance for the caller of at least\n * `subtractedValue`.\n */\n function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\n address owner = _msgSender();\n uint256 currentAllowance = allowance(owner, spender);\n require(currentAllowance >= subtractedValue, \"ERC20: decreased allowance below zero\");\n unchecked {\n _approve(owner, spender, currentAllowance - subtractedValue);\n }\n\n return true;\n }\n\n /**\n * @dev Moves `amount` of tokens from `from` to `to`.\n *\n * This internal function is equivalent to {transfer}, and can be used to\n * e.g. implement automatic token fees, slashing mechanisms, etc.\n *\n * Emits a {Transfer} event.\n *\n * Requirements:\n *\n * - `from` cannot be the zero address.\n * - `to` cannot be the zero address.\n * - `from` must have a balance of at least `amount`.\n */\n function _transfer(address from, address to, uint256 amount) internal virtual {\n require(from != address(0), \"ERC20: transfer from the zero address\");\n require(to != address(0), \"ERC20: transfer to the zero address\");\n\n _beforeTokenTransfer(from, to, amount);\n\n uint256 fromBalance = _balances[from];\n require(fromBalance >= amount, \"ERC20: transfer amount exceeds balance\");\n unchecked {\n _balances[from] = fromBalance - amount;\n // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by\n // decrementing then incrementing.\n _balances[to] += amount;\n }\n\n emit Transfer(from, to, amount);\n\n _afterTokenTransfer(from, to, amount);\n }\n\n /** @dev Creates `amount` tokens and assigns them to `account`, increasing\n * the total supply.\n *\n * Emits a {Transfer} event with `from` set to the zero address.\n *\n * Requirements:\n *\n * - `account` cannot be the zero address.\n */\n function _mint(address account, uint256 amount) internal virtual {\n require(account != address(0), \"ERC20: mint to the zero address\");\n\n _beforeTokenTransfer(address(0), account, amount);\n\n _totalSupply += amount;\n unchecked {\n // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.\n _balances[account] += amount;\n }\n emit Transfer(address(0), account, amount);\n\n _afterTokenTransfer(address(0), account, amount);\n }\n\n /**\n * @dev Destroys `amount` tokens from `account`, reducing the\n * total supply.\n *\n * Emits a {Transfer} event with `to` set to the zero address.\n *\n * Requirements:\n *\n * - `account` cannot be the zero address.\n * - `account` must have at least `amount` tokens.\n */\n function _burn(address account, uint256 amount) internal virtual {\n require(account != address(0), \"ERC20: burn from the zero address\");\n\n _beforeTokenTransfer(account, address(0), amount);\n\n uint256 accountBalance = _balances[account];\n require(accountBalance >= amount, \"ERC20: burn amount exceeds balance\");\n unchecked {\n _balances[account] = accountBalance - amount;\n // Overflow not possible: amount <= accountBalance <= totalSupply.\n _totalSupply -= amount;\n }\n\n emit Transfer(account, address(0), amount);\n\n _afterTokenTransfer(account, address(0), amount);\n }\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\n *\n * This internal function is equivalent to `approve`, and can be used to\n * e.g. set automatic allowances for certain subsystems, etc.\n *\n * Emits an {Approval} event.\n *\n * Requirements:\n *\n * - `owner` cannot be the zero address.\n * - `spender` cannot be the zero address.\n */\n function _approve(address owner, address spender, uint256 amount) internal virtual {\n require(owner != address(0), \"ERC20: approve from the zero address\");\n require(spender != address(0), \"ERC20: approve to the zero address\");\n\n _allowances[owner][spender] = amount;\n emit Approval(owner, spender, amount);\n }\n\n /**\n * @dev Updates `owner` s allowance for `spender` based on spent `amount`.\n *\n * Does not update the allowance amount in case of infinite allowance.\n * Revert if not enough allowance is available.\n *\n * Might emit an {Approval} event.\n */\n function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {\n uint256 currentAllowance = allowance(owner, spender);\n if (currentAllowance != type(uint256).max) {\n require(currentAllowance >= amount, \"ERC20: insufficient allowance\");\n unchecked {\n _approve(owner, spender, currentAllowance - amount);\n }\n }\n }\n\n /**\n * @dev Hook that is called before any transfer of tokens. This includes\n * minting and burning.\n *\n * Calling conditions:\n *\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n * will be transferred to `to`.\n * - when `from` is zero, `amount` tokens will be minted for `to`.\n * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\n * - `from` and `to` are never both zero.\n *\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\n */\n function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}\n\n /**\n * @dev Hook that is called after any transfer of tokens. This includes\n * minting and burning.\n *\n * Calling conditions:\n *\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n * has been transferred to `to`.\n * - when `from` is zero, `amount` tokens have been minted for `to`.\n * - when `to` is zero, `amount` of ``from``'s tokens have been burned.\n * - `from` and `to` are never both zero.\n *\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\n */\n function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}\n}\n", + "sourcePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol", + "exportedSymbols": { + "Context": [ + 3406 + ], + "ERC20": [ + 3273 + ], + "IERC20": [ + 3351 + ], + "IERC20Metadata": [ + 3376 + ] + }, + "id": 3274, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2688, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "105:23:12" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "file": "./IERC20.sol", + "id": 2689, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 3274, + "sourceUnit": 3352, + "src": "130:22:12", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol", + "file": "./extensions/IERC20Metadata.sol", + "id": 2690, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 3274, + "sourceUnit": 3377, + "src": "153:41:12", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/Context.sol", + "file": "../../utils/Context.sol", + "id": 2691, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 3274, + "sourceUnit": 3407, + "src": "195:33:12", + "symbolAliases": [], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 2693, + "name": "Context", + "nameLocations": [ + "1550:7:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3406, + "src": "1550:7:12" + }, + "id": 2694, + "nodeType": "InheritanceSpecifier", + "src": "1550:7:12" + }, + { + "baseName": { + "id": 2695, + "name": "IERC20", + "nameLocations": [ + "1559:6:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3351, + "src": "1559:6:12" + }, + "id": 2696, + "nodeType": "InheritanceSpecifier", + "src": "1559:6:12" + }, + { + "baseName": { + "id": 2697, + "name": "IERC20Metadata", + "nameLocations": [ + "1567:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3376, + "src": "1567:14:12" + }, + "id": 2698, + "nodeType": "InheritanceSpecifier", + "src": "1567:14:12" + } + ], + "canonicalName": "ERC20", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 2692, + "nodeType": "StructuredDocumentation", + "src": "230:1301:12", + "text": " @dev Implementation of the {IERC20} interface.\n This implementation is agnostic to the way tokens are created. This means\n that a supply mechanism has to be added in a derived contract using {_mint}.\n For a generic mechanism see {ERC20PresetMinterPauser}.\n TIP: For a detailed writeup see our guide\n https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\n to implement supply mechanisms].\n The default value of {decimals} is 18. To change this, you should override\n this function so it returns a different value.\n We have followed general OpenZeppelin Contracts guidelines: functions revert\n instead returning `false` on failure. This behavior is nonetheless\n conventional and does not conflict with the expectations of ERC20\n applications.\n Additionally, an {Approval} event is emitted on calls to {transferFrom}.\n This allows applications to reconstruct the allowance for all accounts just\n by listening to said events. Other implementations of the EIP may not emit\n these events, as it isn't required by the specification.\n Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\n functions have been added to mitigate the well-known issues around setting\n allowances. See {IERC20-approve}." + }, + "fullyImplemented": true, + "id": 3273, + "linearizedBaseContracts": [ + 3273, + 3376, + 3351, + 3406 + ], + "name": "ERC20", + "nameLocation": "1541:5:12", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 2702, + "mutability": "mutable", + "name": "_balances", + "nameLocation": "1624:9:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1588:45:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "typeName": { + "id": 2701, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 2699, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1596:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "1588:27:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 2700, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1607:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 2708, + "mutability": "mutable", + "name": "_allowances", + "nameLocation": "1696:11:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1640:67:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", + "typeString": "mapping(address => mapping(address => uint256))" + }, + "typeName": { + "id": 2707, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 2703, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1648:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "1640:47:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", + "typeString": "mapping(address => mapping(address => uint256))" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 2706, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 2704, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1667:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "1659:27:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 2705, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1678:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 2710, + "mutability": "mutable", + "name": "_totalSupply", + "nameLocation": "1730:12:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1714:28:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2709, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1714:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 2712, + "mutability": "mutable", + "name": "_name", + "nameLocation": "1764:5:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1749:20:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string" + }, + "typeName": { + "id": 2711, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1749:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 2714, + "mutability": "mutable", + "name": "_symbol", + "nameLocation": "1790:7:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1775:22:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string" + }, + "typeName": { + "id": 2713, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1775:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 2730, + "nodeType": "Block", + "src": "2036:57:12", + "statements": [ + { + "expression": { + "id": 2724, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2722, + "name": "_name", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2712, + "src": "2046:5:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 2723, + "name": "name_", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2717, + "src": "2054:5:12", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "src": "2046:13:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "id": 2725, + "nodeType": "ExpressionStatement", + "src": "2046:13:12" + }, + { + "expression": { + "id": 2728, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2726, + "name": "_symbol", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2714, + "src": "2069:7:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 2727, + "name": "symbol_", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2719, + "src": "2079:7:12", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "src": "2069:17:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "id": 2729, + "nodeType": "ExpressionStatement", + "src": "2069:17:12" + } + ] + }, + "documentation": { + "id": 2715, + "nodeType": "StructuredDocumentation", + "src": "1804:171:12", + "text": " @dev Sets the values for {name} and {symbol}.\n All two of these values are immutable: they can only be set once during\n construction." + }, + "id": 2731, + "implemented": true, + "kind": "constructor", + "modifiers": [], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2720, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2717, + "mutability": "mutable", + "name": "name_", + "nameLocation": "2006:5:12", + "nodeType": "VariableDeclaration", + "scope": 2731, + "src": "1992:19:12", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2716, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1992:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2719, + "mutability": "mutable", + "name": "symbol_", + "nameLocation": "2027:7:12", + "nodeType": "VariableDeclaration", + "scope": 2731, + "src": "2013:21:12", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2718, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2013:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1991:44:12" + }, + "returnParameters": { + "id": 2721, + "nodeType": "ParameterList", + "parameters": [], + "src": "2036:0:12" + }, + "scope": 3273, + "src": "1980:113:12", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "baseFunctions": [ + 3363 + ], + "body": { + "id": 2740, + "nodeType": "Block", + "src": "2227:29:12", + "statements": [ + { + "expression": { + "id": 2738, + "name": "_name", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2712, + "src": "2244:5:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "functionReturnParameters": 2737, + "id": 2739, + "nodeType": "Return", + "src": "2237:12:12" + } + ] + }, + "documentation": { + "id": 2732, + "nodeType": "StructuredDocumentation", + "src": "2099:54:12", + "text": " @dev Returns the name of the token." + }, + "functionSelector": "06fdde03", + "id": 2741, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "name", + "nameLocation": "2167:4:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2734, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "2194:8:12" + }, + "parameters": { + "id": 2733, + "nodeType": "ParameterList", + "parameters": [], + "src": "2171:2:12" + }, + "returnParameters": { + "id": 2737, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2736, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2741, + "src": "2212:13:12", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2735, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2212:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "2211:15:12" + }, + "scope": 3273, + "src": "2158:98:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3369 + ], + "body": { + "id": 2750, + "nodeType": "Block", + "src": "2440:31:12", + "statements": [ + { + "expression": { + "id": 2748, + "name": "_symbol", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2714, + "src": "2457:7:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "functionReturnParameters": 2747, + "id": 2749, + "nodeType": "Return", + "src": "2450:14:12" + } + ] + }, + "documentation": { + "id": 2742, + "nodeType": "StructuredDocumentation", + "src": "2262:102:12", + "text": " @dev Returns the symbol of the token, usually a shorter version of the\n name." + }, + "functionSelector": "95d89b41", + "id": 2751, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "symbol", + "nameLocation": "2378:6:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2744, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "2407:8:12" + }, + "parameters": { + "id": 2743, + "nodeType": "ParameterList", + "parameters": [], + "src": "2384:2:12" + }, + "returnParameters": { + "id": 2747, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2746, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2751, + "src": "2425:13:12", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2745, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2425:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "2424:15:12" + }, + "scope": 3273, + "src": "2369:102:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3375 + ], + "body": { + "id": 2760, + "nodeType": "Block", + "src": "3169:26:12", + "statements": [ + { + "expression": { + "hexValue": "3138", + "id": 2758, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3186:2:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_18_by_1", + "typeString": "int_const 18" + }, + "value": "18" + }, + "functionReturnParameters": 2757, + "id": 2759, + "nodeType": "Return", + "src": "3179:9:12" + } + ] + }, + "documentation": { + "id": 2752, + "nodeType": "StructuredDocumentation", + "src": "2477:622:12", + "text": " @dev Returns the number of decimals used to get its user representation.\n For example, if `decimals` equals `2`, a balance of `505` tokens should\n be displayed to a user as `5.05` (`505 / 10 ** 2`).\n Tokens usually opt for a value of 18, imitating the relationship between\n Ether and Wei. This is the default value returned by this function, unless\n it's overridden.\n NOTE: This information is only used for _display_ purposes: it in\n no way affects any of the arithmetic of the contract, including\n {IERC20-balanceOf} and {IERC20-transfer}." + }, + "functionSelector": "313ce567", + "id": 2761, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "decimals", + "nameLocation": "3113:8:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2754, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "3144:8:12" + }, + "parameters": { + "id": 2753, + "nodeType": "ParameterList", + "parameters": [], + "src": "3121:2:12" + }, + "returnParameters": { + "id": 2757, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2756, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2761, + "src": "3162:5:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2755, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "3162:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "3161:7:12" + }, + "scope": 3273, + "src": "3104:91:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3300 + ], + "body": { + "id": 2770, + "nodeType": "Block", + "src": "3325:36:12", + "statements": [ + { + "expression": { + "id": 2768, + "name": "_totalSupply", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2710, + "src": "3342:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 2767, + "id": 2769, + "nodeType": "Return", + "src": "3335:19:12" + } + ] + }, + "documentation": { + "id": 2762, + "nodeType": "StructuredDocumentation", + "src": "3201:49:12", + "text": " @dev See {IERC20-totalSupply}." + }, + "functionSelector": "18160ddd", + "id": 2771, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "totalSupply", + "nameLocation": "3264:11:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2764, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "3298:8:12" + }, + "parameters": { + "id": 2763, + "nodeType": "ParameterList", + "parameters": [], + "src": "3275:2:12" + }, + "returnParameters": { + "id": 2767, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2766, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2771, + "src": "3316:7:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2765, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3316:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3315:9:12" + }, + "scope": 3273, + "src": "3255:106:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3308 + ], + "body": { + "id": 2784, + "nodeType": "Block", + "src": "3502:42:12", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 2780, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "3519:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 2782, + "indexExpression": { + "id": 2781, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2774, + "src": "3529:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3519:18:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 2779, + "id": 2783, + "nodeType": "Return", + "src": "3512:25:12" + } + ] + }, + "documentation": { + "id": 2772, + "nodeType": "StructuredDocumentation", + "src": "3367:47:12", + "text": " @dev See {IERC20-balanceOf}." + }, + "functionSelector": "70a08231", + "id": 2785, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "balanceOf", + "nameLocation": "3428:9:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2776, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "3475:8:12" + }, + "parameters": { + "id": 2775, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2774, + "mutability": "mutable", + "name": "account", + "nameLocation": "3446:7:12", + "nodeType": "VariableDeclaration", + "scope": 2785, + "src": "3438:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2773, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3438:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3437:17:12" + }, + "returnParameters": { + "id": 2779, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2778, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2785, + "src": "3493:7:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2777, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3493:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3492:9:12" + }, + "scope": 3273, + "src": "3419:125:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3318 + ], + "body": { + "id": 2809, + "nodeType": "Block", + "src": "3825:104:12", + "statements": [ + { + "assignments": [ + 2797 + ], + "declarations": [ + { + "constant": false, + "id": 2797, + "mutability": "mutable", + "name": "owner", + "nameLocation": "3843:5:12", + "nodeType": "VariableDeclaration", + "scope": 2809, + "src": "3835:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2796, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3835:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2800, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2798, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "3851:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2799, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3851:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3835:28:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2802, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2797, + "src": "3883:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2803, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2788, + "src": "3890:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2804, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2790, + "src": "3894:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2801, + "name": "_transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3033, + "src": "3873:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2805, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3873:28:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2806, + "nodeType": "ExpressionStatement", + "src": "3873:28:12" + }, + { + "expression": { + "hexValue": "74727565", + "id": 2807, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3918:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2795, + "id": 2808, + "nodeType": "Return", + "src": "3911:11:12" + } + ] + }, + "documentation": { + "id": 2786, + "nodeType": "StructuredDocumentation", + "src": "3550:185:12", + "text": " @dev See {IERC20-transfer}.\n Requirements:\n - `to` cannot be the zero address.\n - the caller must have a balance of at least `amount`." + }, + "functionSelector": "a9059cbb", + "id": 2810, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "transfer", + "nameLocation": "3749:8:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2792, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "3801:8:12" + }, + "parameters": { + "id": 2791, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2788, + "mutability": "mutable", + "name": "to", + "nameLocation": "3766:2:12", + "nodeType": "VariableDeclaration", + "scope": 2810, + "src": "3758:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2787, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3758:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2790, + "mutability": "mutable", + "name": "amount", + "nameLocation": "3778:6:12", + "nodeType": "VariableDeclaration", + "scope": 2810, + "src": "3770:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2789, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3770:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3757:28:12" + }, + "returnParameters": { + "id": 2795, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2794, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2810, + "src": "3819:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2793, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3819:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "3818:6:12" + }, + "scope": 3273, + "src": "3740:189:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3328 + ], + "body": { + "id": 2827, + "nodeType": "Block", + "src": "4085:51:12", + "statements": [ + { + "expression": { + "baseExpression": { + "baseExpression": { + "id": 2821, + "name": "_allowances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2708, + "src": "4102:11:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", + "typeString": "mapping(address => mapping(address => uint256))" + } + }, + "id": 2823, + "indexExpression": { + "id": 2822, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2813, + "src": "4114:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4102:18:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 2825, + "indexExpression": { + "id": 2824, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2815, + "src": "4121:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4102:27:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 2820, + "id": 2826, + "nodeType": "Return", + "src": "4095:34:12" + } + ] + }, + "documentation": { + "id": 2811, + "nodeType": "StructuredDocumentation", + "src": "3935:47:12", + "text": " @dev See {IERC20-allowance}." + }, + "functionSelector": "dd62ed3e", + "id": 2828, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "allowance", + "nameLocation": "3996:9:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2817, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "4058:8:12" + }, + "parameters": { + "id": 2816, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2813, + "mutability": "mutable", + "name": "owner", + "nameLocation": "4014:5:12", + "nodeType": "VariableDeclaration", + "scope": 2828, + "src": "4006:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2812, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4006:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2815, + "mutability": "mutable", + "name": "spender", + "nameLocation": "4029:7:12", + "nodeType": "VariableDeclaration", + "scope": 2828, + "src": "4021:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2814, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4021:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "4005:32:12" + }, + "returnParameters": { + "id": 2820, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2819, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2828, + "src": "4076:7:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2818, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4076:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4075:9:12" + }, + "scope": 3273, + "src": "3987:149:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3338 + ], + "body": { + "id": 2852, + "nodeType": "Block", + "src": "4533:108:12", + "statements": [ + { + "assignments": [ + 2840 + ], + "declarations": [ + { + "constant": false, + "id": 2840, + "mutability": "mutable", + "name": "owner", + "nameLocation": "4551:5:12", + "nodeType": "VariableDeclaration", + "scope": 2852, + "src": "4543:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2839, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4543:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2843, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2841, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "4559:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2842, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4559:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4543:28:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2845, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2840, + "src": "4590:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2846, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2831, + "src": "4597:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2847, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2833, + "src": "4606:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2844, + "name": "_approve", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3207, + "src": "4581:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2848, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4581:32:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2849, + "nodeType": "ExpressionStatement", + "src": "4581:32:12" + }, + { + "expression": { + "hexValue": "74727565", + "id": 2850, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4630:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2838, + "id": 2851, + "nodeType": "Return", + "src": "4623:11:12" + } + ] + }, + "documentation": { + "id": 2829, + "nodeType": "StructuredDocumentation", + "src": "4142:297:12", + "text": " @dev See {IERC20-approve}.\n NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\n `transferFrom`. This is semantically equivalent to an infinite approval.\n Requirements:\n - `spender` cannot be the zero address." + }, + "functionSelector": "095ea7b3", + "id": 2853, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "approve", + "nameLocation": "4453:7:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2835, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "4509:8:12" + }, + "parameters": { + "id": 2834, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2831, + "mutability": "mutable", + "name": "spender", + "nameLocation": "4469:7:12", + "nodeType": "VariableDeclaration", + "scope": 2853, + "src": "4461:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2830, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4461:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2833, + "mutability": "mutable", + "name": "amount", + "nameLocation": "4486:6:12", + "nodeType": "VariableDeclaration", + "scope": 2853, + "src": "4478:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2832, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4478:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4460:33:12" + }, + "returnParameters": { + "id": 2838, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2837, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2853, + "src": "4527:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2836, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4527:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "4526:6:12" + }, + "scope": 3273, + "src": "4444:197:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3350 + ], + "body": { + "id": 2885, + "nodeType": "Block", + "src": "5306:153:12", + "statements": [ + { + "assignments": [ + 2867 + ], + "declarations": [ + { + "constant": false, + "id": 2867, + "mutability": "mutable", + "name": "spender", + "nameLocation": "5324:7:12", + "nodeType": "VariableDeclaration", + "scope": 2885, + "src": "5316:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2866, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5316:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2870, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2868, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "5334:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2869, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5334:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5316:30:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2872, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2856, + "src": "5372:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2873, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2867, + "src": "5378:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2874, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2860, + "src": "5387:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2871, + "name": "_spendAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3250, + "src": "5356:15:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2875, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5356:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2876, + "nodeType": "ExpressionStatement", + "src": "5356:38:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2878, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2856, + "src": "5414:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2879, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2858, + "src": "5420:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2880, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2860, + "src": "5424:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2877, + "name": "_transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3033, + "src": "5404:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2881, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5404:27:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2882, + "nodeType": "ExpressionStatement", + "src": "5404:27:12" + }, + { + "expression": { + "hexValue": "74727565", + "id": 2883, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5448:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2865, + "id": 2884, + "nodeType": "Return", + "src": "5441:11:12" + } + ] + }, + "documentation": { + "id": 2854, + "nodeType": "StructuredDocumentation", + "src": "4647:551:12", + "text": " @dev See {IERC20-transferFrom}.\n Emits an {Approval} event indicating the updated allowance. This is not\n required by the EIP. See the note at the beginning of {ERC20}.\n NOTE: Does not update the allowance if the current allowance\n is the maximum `uint256`.\n Requirements:\n - `from` and `to` cannot be the zero address.\n - `from` must have a balance of at least `amount`.\n - the caller must have allowance for ``from``'s tokens of at least\n `amount`." + }, + "functionSelector": "23b872dd", + "id": 2886, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "transferFrom", + "nameLocation": "5212:12:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2862, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "5282:8:12" + }, + "parameters": { + "id": 2861, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2856, + "mutability": "mutable", + "name": "from", + "nameLocation": "5233:4:12", + "nodeType": "VariableDeclaration", + "scope": 2886, + "src": "5225:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2855, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5225:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2858, + "mutability": "mutable", + "name": "to", + "nameLocation": "5247:2:12", + "nodeType": "VariableDeclaration", + "scope": 2886, + "src": "5239:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2857, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5239:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2860, + "mutability": "mutable", + "name": "amount", + "nameLocation": "5259:6:12", + "nodeType": "VariableDeclaration", + "scope": 2886, + "src": "5251:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2859, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5251:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "5224:42:12" + }, + "returnParameters": { + "id": 2865, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2864, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2886, + "src": "5300:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2863, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5300:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5299:6:12" + }, + "scope": 3273, + "src": "5203:256:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 2914, + "nodeType": "Block", + "src": "5948:140:12", + "statements": [ + { + "assignments": [ + 2897 + ], + "declarations": [ + { + "constant": false, + "id": 2897, + "mutability": "mutable", + "name": "owner", + "nameLocation": "5966:5:12", + "nodeType": "VariableDeclaration", + "scope": 2914, + "src": "5958:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2896, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5958:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2900, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2898, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "5974:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2899, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5974:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5958:28:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2902, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2897, + "src": "6005:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2903, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2889, + "src": "6012:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2909, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 2905, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2897, + "src": "6031:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2906, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2889, + "src": "6038:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2904, + "name": "allowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2828, + "src": "6021:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$", + "typeString": "function (address,address) view returns (uint256)" + } + }, + "id": 2907, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6021:25:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 2908, + "name": "addedValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2891, + "src": "6049:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6021:38:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2901, + "name": "_approve", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3207, + "src": "5996:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2910, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5996:64:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2911, + "nodeType": "ExpressionStatement", + "src": "5996:64:12" + }, + { + "expression": { + "hexValue": "74727565", + "id": 2912, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6077:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2895, + "id": 2913, + "nodeType": "Return", + "src": "6070:11:12" + } + ] + }, + "documentation": { + "id": 2887, + "nodeType": "StructuredDocumentation", + "src": "5465:384:12", + "text": " @dev Atomically increases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address." + }, + "functionSelector": "39509351", + "id": 2915, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "increaseAllowance", + "nameLocation": "5863:17:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2892, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2889, + "mutability": "mutable", + "name": "spender", + "nameLocation": "5889:7:12", + "nodeType": "VariableDeclaration", + "scope": 2915, + "src": "5881:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2888, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5881:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2891, + "mutability": "mutable", + "name": "addedValue", + "nameLocation": "5906:10:12", + "nodeType": "VariableDeclaration", + "scope": 2915, + "src": "5898:18:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2890, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5898:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "5880:37:12" + }, + "returnParameters": { + "id": 2895, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2894, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2915, + "src": "5942:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2893, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5942:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5941:6:12" + }, + "scope": 3273, + "src": "5854:234:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 2955, + "nodeType": "Block", + "src": "6674:328:12", + "statements": [ + { + "assignments": [ + 2926 + ], + "declarations": [ + { + "constant": false, + "id": 2926, + "mutability": "mutable", + "name": "owner", + "nameLocation": "6692:5:12", + "nodeType": "VariableDeclaration", + "scope": 2955, + "src": "6684:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2925, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6684:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2929, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2927, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "6700:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2928, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6700:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6684:28:12" + }, + { + "assignments": [ + 2931 + ], + "declarations": [ + { + "constant": false, + "id": 2931, + "mutability": "mutable", + "name": "currentAllowance", + "nameLocation": "6730:16:12", + "nodeType": "VariableDeclaration", + "scope": 2955, + "src": "6722:24:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2930, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6722:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 2936, + "initialValue": { + "arguments": [ + { + "id": 2933, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2926, + "src": "6759:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2934, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2918, + "src": "6766:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2932, + "name": "allowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2828, + "src": "6749:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$", + "typeString": "function (address,address) view returns (uint256)" + } + }, + "id": 2935, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6749:25:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6722:52:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2940, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2938, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2931, + "src": "6792:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 2939, + "name": "subtractedValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2920, + "src": "6812:15:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6792:35:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f", + "id": 2941, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6829:39:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8", + "typeString": "literal_string \"ERC20: decreased allowance below zero\"" + }, + "value": "ERC20: decreased allowance below zero" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8", + "typeString": "literal_string \"ERC20: decreased allowance below zero\"" + } + ], + "id": 2937, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6784:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2942, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6784:85:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2943, + "nodeType": "ExpressionStatement", + "src": "6784:85:12" + }, + { + "id": 2952, + "nodeType": "UncheckedBlock", + "src": "6879:95:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2945, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2926, + "src": "6912:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2946, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2918, + "src": "6919:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2949, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2947, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2931, + "src": "6928:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 2948, + "name": "subtractedValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2920, + "src": "6947:15:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6928:34:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2944, + "name": "_approve", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3207, + "src": "6903:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2950, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6903:60:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2951, + "nodeType": "ExpressionStatement", + "src": "6903:60:12" + } + ] + }, + { + "expression": { + "hexValue": "74727565", + "id": 2953, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6991:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2924, + "id": 2954, + "nodeType": "Return", + "src": "6984:11:12" + } + ] + }, + "documentation": { + "id": 2916, + "nodeType": "StructuredDocumentation", + "src": "6094:476:12", + "text": " @dev Atomically decreases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address.\n - `spender` must have allowance for the caller of at least\n `subtractedValue`." + }, + "functionSelector": "a457c2d7", + "id": 2956, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "decreaseAllowance", + "nameLocation": "6584:17:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2921, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2918, + "mutability": "mutable", + "name": "spender", + "nameLocation": "6610:7:12", + "nodeType": "VariableDeclaration", + "scope": 2956, + "src": "6602:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2917, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6602:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2920, + "mutability": "mutable", + "name": "subtractedValue", + "nameLocation": "6627:15:12", + "nodeType": "VariableDeclaration", + "scope": 2956, + "src": "6619:23:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2919, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6619:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "6601:42:12" + }, + "returnParameters": { + "id": 2924, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2923, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2956, + "src": "6668:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2922, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6668:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "6667:6:12" + }, + "scope": 3273, + "src": "6575:427:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 3032, + "nodeType": "Block", + "src": "7534:710:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 2972, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2967, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "7552:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 2970, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7568: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": 2969, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7560:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2968, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7560:7:12", + "typeDescriptions": {} + } + }, + "id": 2971, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7560:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "7552:18:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a207472616e736665722066726f6d20746865207a65726f2061646472657373", + "id": 2973, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7572:39:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea", + "typeString": "literal_string \"ERC20: transfer from the zero address\"" + }, + "value": "ERC20: transfer from the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea", + "typeString": "literal_string \"ERC20: transfer from the zero address\"" + } + ], + "id": 2966, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "7544:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2974, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7544:68:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2975, + "nodeType": "ExpressionStatement", + "src": "7544:68:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 2982, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2977, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "7630:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 2980, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7644: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": 2979, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7636:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2978, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7636:7:12", + "typeDescriptions": {} + } + }, + "id": 2981, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7636:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "7630:16:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a207472616e7366657220746f20746865207a65726f2061646472657373", + "id": 2983, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7648:37:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f", + "typeString": "literal_string \"ERC20: transfer to the zero address\"" + }, + "value": "ERC20: transfer to the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f", + "typeString": "literal_string \"ERC20: transfer to the zero address\"" + } + ], + "id": 2976, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "7622:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2984, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7622:64:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2985, + "nodeType": "ExpressionStatement", + "src": "7622:64:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2987, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "7718:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2988, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "7724:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2989, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "7728:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2986, + "name": "_beforeTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3261, + "src": "7697:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2990, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7697:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2991, + "nodeType": "ExpressionStatement", + "src": "7697:38:12" + }, + { + "assignments": [ + 2993 + ], + "declarations": [ + { + "constant": false, + "id": 2993, + "mutability": "mutable", + "name": "fromBalance", + "nameLocation": "7754:11:12", + "nodeType": "VariableDeclaration", + "scope": 3032, + "src": "7746:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2992, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7746:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 2997, + "initialValue": { + "baseExpression": { + "id": 2994, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "7768:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 2996, + "indexExpression": { + "id": 2995, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "7778:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7768:15:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "7746:37:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3001, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2999, + "name": "fromBalance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2993, + "src": "7801:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 3000, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "7816:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7801:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365", + "id": 3002, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7824:40:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6", + "typeString": "literal_string \"ERC20: transfer amount exceeds balance\"" + }, + "value": "ERC20: transfer amount exceeds balance" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6", + "typeString": "literal_string \"ERC20: transfer amount exceeds balance\"" + } + ], + "id": 2998, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "7793:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3003, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7793:72:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3004, + "nodeType": "ExpressionStatement", + "src": "7793:72:12" + }, + { + "id": 3019, + "nodeType": "UncheckedBlock", + "src": "7875:273:12", + "statements": [ + { + "expression": { + "id": 3011, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 3005, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "7899:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3007, + "indexExpression": { + "id": 3006, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "7909:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "7899:15:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3010, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3008, + "name": "fromBalance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2993, + "src": "7917:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 3009, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "7931:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7917:20:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7899:38:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3012, + "nodeType": "ExpressionStatement", + "src": "7899:38:12" + }, + { + "expression": { + "id": 3017, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 3013, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "8114:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3015, + "indexExpression": { + "id": 3014, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "8124:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "8114:13:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 3016, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "8131:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8114:23:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3018, + "nodeType": "ExpressionStatement", + "src": "8114:23:12" + } + ] + }, + { + "eventCall": { + "arguments": [ + { + "id": 3021, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "8172:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3022, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "8178:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3023, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "8182:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3020, + "name": "Transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3285, + "src": "8163:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3024, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8163:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3025, + "nodeType": "EmitStatement", + "src": "8158:31:12" + }, + { + "expression": { + "arguments": [ + { + "id": 3027, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "8220:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3028, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "8226:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3029, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "8230:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3026, + "name": "_afterTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3272, + "src": "8200:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3030, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8200:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3031, + "nodeType": "ExpressionStatement", + "src": "8200:37:12" + } + ] + }, + "documentation": { + "id": 2957, + "nodeType": "StructuredDocumentation", + "src": "7008:443:12", + "text": " @dev Moves `amount` of tokens from `from` to `to`.\n This internal function is equivalent to {transfer}, and can be used to\n e.g. implement automatic token fees, slashing mechanisms, etc.\n Emits a {Transfer} event.\n Requirements:\n - `from` cannot be the zero address.\n - `to` cannot be the zero address.\n - `from` must have a balance of at least `amount`." + }, + "id": 3033, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_transfer", + "nameLocation": "7465:9:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2964, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2959, + "mutability": "mutable", + "name": "from", + "nameLocation": "7483:4:12", + "nodeType": "VariableDeclaration", + "scope": 3033, + "src": "7475:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2958, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7475:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2961, + "mutability": "mutable", + "name": "to", + "nameLocation": "7497:2:12", + "nodeType": "VariableDeclaration", + "scope": 3033, + "src": "7489:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2960, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7489:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2963, + "mutability": "mutable", + "name": "amount", + "nameLocation": "7509:6:12", + "nodeType": "VariableDeclaration", + "scope": 3033, + "src": "7501:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2962, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7501:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "7474:42:12" + }, + "returnParameters": { + "id": 2965, + "nodeType": "ParameterList", + "parameters": [], + "src": "7534:0:12" + }, + "scope": 3273, + "src": "7456:788:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3089, + "nodeType": "Block", + "src": "8585:470:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 3047, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3042, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "8603:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 3045, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8622: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": 3044, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8614:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3043, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8614:7:12", + "typeDescriptions": {} + } + }, + "id": 3046, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8614:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "8603:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a206d696e7420746f20746865207a65726f2061646472657373", + "id": 3048, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8626:33:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e", + "typeString": "literal_string \"ERC20: mint to the zero address\"" + }, + "value": "ERC20: mint to the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e", + "typeString": "literal_string \"ERC20: mint to the zero address\"" + } + ], + "id": 3041, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "8595:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3049, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8595:65:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3050, + "nodeType": "ExpressionStatement", + "src": "8595:65:12" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 3054, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8700: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": 3053, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8692:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3052, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8692:7:12", + "typeDescriptions": {} + } + }, + "id": 3055, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8692:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3056, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "8704:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3057, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "8713:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3051, + "name": "_beforeTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3261, + "src": "8671:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3058, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8671:49:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3059, + "nodeType": "ExpressionStatement", + "src": "8671:49:12" + }, + { + "expression": { + "id": 3062, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 3060, + "name": "_totalSupply", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2710, + "src": "8731:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 3061, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "8747:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8731:22:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3063, + "nodeType": "ExpressionStatement", + "src": "8731:22:12" + }, + { + "id": 3070, + "nodeType": "UncheckedBlock", + "src": "8763:175:12", + "statements": [ + { + "expression": { + "id": 3068, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 3064, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "8899:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3066, + "indexExpression": { + "id": 3065, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "8909:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "8899:18:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 3067, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "8921:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8899:28:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3069, + "nodeType": "ExpressionStatement", + "src": "8899:28:12" + } + ] + }, + { + "eventCall": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 3074, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8969: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": 3073, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8961:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3072, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8961:7:12", + "typeDescriptions": {} + } + }, + "id": 3075, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8961:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3076, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "8973:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3077, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "8982:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3071, + "name": "Transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3285, + "src": "8952:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3078, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8952:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3079, + "nodeType": "EmitStatement", + "src": "8947:42:12" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 3083, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9028: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": 3082, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9020:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3081, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9020:7:12", + "typeDescriptions": {} + } + }, + "id": 3084, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9020:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3085, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "9032:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3086, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "9041:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3080, + "name": "_afterTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3272, + "src": "9000:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3087, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9000:48:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3088, + "nodeType": "ExpressionStatement", + "src": "9000:48:12" + } + ] + }, + "documentation": { + "id": 3034, + "nodeType": "StructuredDocumentation", + "src": "8250:265:12", + "text": "@dev Creates `amount` tokens and assigns them to `account`, increasing\n the total supply.\n Emits a {Transfer} event with `from` set to the zero address.\n Requirements:\n - `account` cannot be the zero address." + }, + "id": 3090, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_mint", + "nameLocation": "8529:5:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3039, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3036, + "mutability": "mutable", + "name": "account", + "nameLocation": "8543:7:12", + "nodeType": "VariableDeclaration", + "scope": 3090, + "src": "8535:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3035, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8535:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3038, + "mutability": "mutable", + "name": "amount", + "nameLocation": "8560:6:12", + "nodeType": "VariableDeclaration", + "scope": 3090, + "src": "8552:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3037, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "8552:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "8534:33:12" + }, + "returnParameters": { + "id": 3040, + "nodeType": "ParameterList", + "parameters": [], + "src": "8585:0:12" + }, + "scope": 3273, + "src": "8520:535:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3161, + "nodeType": "Block", + "src": "9440:594:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 3104, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3099, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9458:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 3102, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9477: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": 3101, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9469:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3100, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9469:7:12", + "typeDescriptions": {} + } + }, + "id": 3103, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9469:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "9458:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a206275726e2066726f6d20746865207a65726f2061646472657373", + "id": 3105, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9481:35:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f", + "typeString": "literal_string \"ERC20: burn from the zero address\"" + }, + "value": "ERC20: burn from the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f", + "typeString": "literal_string \"ERC20: burn from the zero address\"" + } + ], + "id": 3098, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "9450:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3106, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9450:67:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3107, + "nodeType": "ExpressionStatement", + "src": "9450:67:12" + }, + { + "expression": { + "arguments": [ + { + "id": 3109, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9549:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 3112, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9566: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": 3111, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9558:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3110, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9558:7:12", + "typeDescriptions": {} + } + }, + "id": 3113, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9558:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3114, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9570:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3108, + "name": "_beforeTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3261, + "src": "9528:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3115, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9528:49:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3116, + "nodeType": "ExpressionStatement", + "src": "9528:49:12" + }, + { + "assignments": [ + 3118 + ], + "declarations": [ + { + "constant": false, + "id": 3118, + "mutability": "mutable", + "name": "accountBalance", + "nameLocation": "9596:14:12", + "nodeType": "VariableDeclaration", + "scope": 3161, + "src": "9588:22:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3117, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9588:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 3122, + "initialValue": { + "baseExpression": { + "id": 3119, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "9613:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3121, + "indexExpression": { + "id": 3120, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9623:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "9613:18:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "9588:43:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3126, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3124, + "name": "accountBalance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3118, + "src": "9649:14:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 3125, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9667:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9649:24:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a206275726e20616d6f756e7420657863656564732062616c616e6365", + "id": 3127, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9675:36:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd", + "typeString": "literal_string \"ERC20: burn amount exceeds balance\"" + }, + "value": "ERC20: burn amount exceeds balance" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd", + "typeString": "literal_string \"ERC20: burn amount exceeds balance\"" + } + ], + "id": 3123, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "9641:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3128, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9641:71:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3129, + "nodeType": "ExpressionStatement", + "src": "9641:71:12" + }, + { + "id": 3142, + "nodeType": "UncheckedBlock", + "src": "9722:194:12", + "statements": [ + { + "expression": { + "id": 3136, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 3130, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "9746:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3132, + "indexExpression": { + "id": 3131, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9756:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "9746:18:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3135, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3133, + "name": "accountBalance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3118, + "src": "9767:14:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 3134, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9784:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9767:23:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9746:44:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3137, + "nodeType": "ExpressionStatement", + "src": "9746:44:12" + }, + { + "expression": { + "id": 3140, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 3138, + "name": "_totalSupply", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2710, + "src": "9883:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 3139, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9899:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9883:22:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3141, + "nodeType": "ExpressionStatement", + "src": "9883:22:12" + } + ] + }, + { + "eventCall": { + "arguments": [ + { + "id": 3144, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9940:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 3147, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9957: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": 3146, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9949:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3145, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9949:7:12", + "typeDescriptions": {} + } + }, + "id": 3148, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9949:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3149, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9961:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3143, + "name": "Transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3285, + "src": "9931:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3150, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9931:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3151, + "nodeType": "EmitStatement", + "src": "9926:42:12" + }, + { + "expression": { + "arguments": [ + { + "id": 3153, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9999:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 3156, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10016: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": 3155, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10008:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3154, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10008:7:12", + "typeDescriptions": {} + } + }, + "id": 3157, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10008:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3158, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "10020:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3152, + "name": "_afterTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3272, + "src": "9979:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3159, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9979:48:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3160, + "nodeType": "ExpressionStatement", + "src": "9979:48:12" + } + ] + }, + "documentation": { + "id": 3091, + "nodeType": "StructuredDocumentation", + "src": "9061:309:12", + "text": " @dev Destroys `amount` tokens from `account`, reducing the\n total supply.\n Emits a {Transfer} event with `to` set to the zero address.\n Requirements:\n - `account` cannot be the zero address.\n - `account` must have at least `amount` tokens." + }, + "id": 3162, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_burn", + "nameLocation": "9384:5:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3096, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3093, + "mutability": "mutable", + "name": "account", + "nameLocation": "9398:7:12", + "nodeType": "VariableDeclaration", + "scope": 3162, + "src": "9390:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3092, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9390:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3095, + "mutability": "mutable", + "name": "amount", + "nameLocation": "9415:6:12", + "nodeType": "VariableDeclaration", + "scope": 3162, + "src": "9407:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3094, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9407:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "9389:33:12" + }, + "returnParameters": { + "id": 3097, + "nodeType": "ParameterList", + "parameters": [], + "src": "9440:0:12" + }, + "scope": 3273, + "src": "9375:659:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3206, + "nodeType": "Block", + "src": "10540:257:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 3178, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3173, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3165, + "src": "10558:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 3176, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10575: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": 3175, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10567:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3174, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10567:7:12", + "typeDescriptions": {} + } + }, + "id": 3177, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10567:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "10558:19:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373", + "id": 3179, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10579:38:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208", + "typeString": "literal_string \"ERC20: approve from the zero address\"" + }, + "value": "ERC20: approve from the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208", + "typeString": "literal_string \"ERC20: approve from the zero address\"" + } + ], + "id": 3172, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "10550:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3180, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10550:68:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3181, + "nodeType": "ExpressionStatement", + "src": "10550:68:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 3188, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3183, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3167, + "src": "10636:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 3186, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10655: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": 3185, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10647:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3184, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10647:7:12", + "typeDescriptions": {} + } + }, + "id": 3187, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10647:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "10636:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a20617070726f766520746f20746865207a65726f2061646472657373", + "id": 3189, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10659:36:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029", + "typeString": "literal_string \"ERC20: approve to the zero address\"" + }, + "value": "ERC20: approve to the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029", + "typeString": "literal_string \"ERC20: approve to the zero address\"" + } + ], + "id": 3182, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "10628:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3190, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10628:68:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3191, + "nodeType": "ExpressionStatement", + "src": "10628:68:12" + }, + { + "expression": { + "id": 3198, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "baseExpression": { + "id": 3192, + "name": "_allowances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2708, + "src": "10707:11:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", + "typeString": "mapping(address => mapping(address => uint256))" + } + }, + "id": 3195, + "indexExpression": { + "id": 3193, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3165, + "src": "10719:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "10707:18:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3196, + "indexExpression": { + "id": 3194, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3167, + "src": "10726:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "10707:27:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 3197, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3169, + "src": "10737:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "10707:36:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3199, + "nodeType": "ExpressionStatement", + "src": "10707:36:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 3201, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3165, + "src": "10767:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3202, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3167, + "src": "10774:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3203, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3169, + "src": "10783:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3200, + "name": "Approval", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3294, + "src": "10758:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3204, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10758:32:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3205, + "nodeType": "EmitStatement", + "src": "10753:37:12" + } + ] + }, + "documentation": { + "id": 3163, + "nodeType": "StructuredDocumentation", + "src": "10040:412:12", + "text": " @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\n This internal function is equivalent to `approve`, and can be used to\n e.g. set automatic allowances for certain subsystems, etc.\n Emits an {Approval} event.\n Requirements:\n - `owner` cannot be the zero address.\n - `spender` cannot be the zero address." + }, + "id": 3207, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_approve", + "nameLocation": "10466:8:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3170, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3165, + "mutability": "mutable", + "name": "owner", + "nameLocation": "10483:5:12", + "nodeType": "VariableDeclaration", + "scope": 3207, + "src": "10475:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3164, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10475:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3167, + "mutability": "mutable", + "name": "spender", + "nameLocation": "10498:7:12", + "nodeType": "VariableDeclaration", + "scope": 3207, + "src": "10490:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3166, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10490:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3169, + "mutability": "mutable", + "name": "amount", + "nameLocation": "10515:6:12", + "nodeType": "VariableDeclaration", + "scope": 3207, + "src": "10507:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3168, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "10507:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "10474:48:12" + }, + "returnParameters": { + "id": 3171, + "nodeType": "ParameterList", + "parameters": [], + "src": "10540:0:12" + }, + "scope": 3273, + "src": "10457:340:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3249, + "nodeType": "Block", + "src": "11168:321:12", + "statements": [ + { + "assignments": [ + 3218 + ], + "declarations": [ + { + "constant": false, + "id": 3218, + "mutability": "mutable", + "name": "currentAllowance", + "nameLocation": "11186:16:12", + "nodeType": "VariableDeclaration", + "scope": 3249, + "src": "11178:24:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3217, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11178:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 3223, + "initialValue": { + "arguments": [ + { + "id": 3220, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3210, + "src": "11215:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3221, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3212, + "src": "11222:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 3219, + "name": "allowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2828, + "src": "11205:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$", + "typeString": "function (address,address) view returns (uint256)" + } + }, + "id": 3222, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11205:25:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "11178:52:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3230, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3224, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3218, + "src": "11244:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 3227, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "11269:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 3226, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11269:7:12", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + } + ], + "id": 3225, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967269, + "src": "11264:4:12", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 3228, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11264:13:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint256", + "typeString": "type(uint256)" + } + }, + "id": 3229, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "11278:3:12", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "11264:17:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11244:37:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 3248, + "nodeType": "IfStatement", + "src": "11240:243:12", + "trueBody": { + "id": 3247, + "nodeType": "Block", + "src": "11283:200:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3234, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3232, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3218, + "src": "11305:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 3233, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3214, + "src": "11325:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11305:26:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a20696e73756666696369656e7420616c6c6f77616e6365", + "id": 3235, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11333:31:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe", + "typeString": "literal_string \"ERC20: insufficient allowance\"" + }, + "value": "ERC20: insufficient allowance" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe", + "typeString": "literal_string \"ERC20: insufficient allowance\"" + } + ], + "id": 3231, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "11297:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3236, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11297:68:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3237, + "nodeType": "ExpressionStatement", + "src": "11297:68:12" + }, + { + "id": 3246, + "nodeType": "UncheckedBlock", + "src": "11379:94:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 3239, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3210, + "src": "11416:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3240, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3212, + "src": "11423:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3243, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3241, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3218, + "src": "11432:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 3242, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3214, + "src": "11451:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11432:25:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3238, + "name": "_approve", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3207, + "src": "11407:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3244, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11407:51:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3245, + "nodeType": "ExpressionStatement", + "src": "11407:51:12" + } + ] + } + ] + } + } + ] + }, + "documentation": { + "id": 3208, + "nodeType": "StructuredDocumentation", + "src": "10803:270:12", + "text": " @dev Updates `owner` s allowance for `spender` based on spent `amount`.\n Does not update the allowance amount in case of infinite allowance.\n Revert if not enough allowance is available.\n Might emit an {Approval} event." + }, + "id": 3250, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_spendAllowance", + "nameLocation": "11087:15:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3215, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3210, + "mutability": "mutable", + "name": "owner", + "nameLocation": "11111:5:12", + "nodeType": "VariableDeclaration", + "scope": 3250, + "src": "11103:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3209, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "11103:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3212, + "mutability": "mutable", + "name": "spender", + "nameLocation": "11126:7:12", + "nodeType": "VariableDeclaration", + "scope": 3250, + "src": "11118:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3211, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "11118:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3214, + "mutability": "mutable", + "name": "amount", + "nameLocation": "11143:6:12", + "nodeType": "VariableDeclaration", + "scope": 3250, + "src": "11135:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3213, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11135:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "11102:48:12" + }, + "returnParameters": { + "id": 3216, + "nodeType": "ParameterList", + "parameters": [], + "src": "11168:0:12" + }, + "scope": 3273, + "src": "11078:411:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3260, + "nodeType": "Block", + "src": "12162:2:12", + "statements": [] + }, + "documentation": { + "id": 3251, + "nodeType": "StructuredDocumentation", + "src": "11495:573:12", + "text": " @dev Hook that is called before any transfer of tokens. This includes\n minting and burning.\n Calling conditions:\n - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n will be transferred to `to`.\n - when `from` is zero, `amount` tokens will be minted for `to`.\n - when `to` is zero, `amount` of ``from``'s tokens will be burned.\n - `from` and `to` are never both zero.\n To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]." + }, + "id": 3261, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_beforeTokenTransfer", + "nameLocation": "12082:20:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3258, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3253, + "mutability": "mutable", + "name": "from", + "nameLocation": "12111:4:12", + "nodeType": "VariableDeclaration", + "scope": 3261, + "src": "12103:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3252, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12103:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3255, + "mutability": "mutable", + "name": "to", + "nameLocation": "12125:2:12", + "nodeType": "VariableDeclaration", + "scope": 3261, + "src": "12117:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3254, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12117:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3257, + "mutability": "mutable", + "name": "amount", + "nameLocation": "12137:6:12", + "nodeType": "VariableDeclaration", + "scope": 3261, + "src": "12129:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3256, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12129:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "12102:42:12" + }, + "returnParameters": { + "id": 3259, + "nodeType": "ParameterList", + "parameters": [], + "src": "12162:0:12" + }, + "scope": 3273, + "src": "12073:91:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3271, + "nodeType": "Block", + "src": "12840:2:12", + "statements": [] + }, + "documentation": { + "id": 3262, + "nodeType": "StructuredDocumentation", + "src": "12170:577:12", + "text": " @dev Hook that is called after any transfer of tokens. This includes\n minting and burning.\n Calling conditions:\n - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n has been transferred to `to`.\n - when `from` is zero, `amount` tokens have been minted for `to`.\n - when `to` is zero, `amount` of ``from``'s tokens have been burned.\n - `from` and `to` are never both zero.\n To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]." + }, + "id": 3272, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_afterTokenTransfer", + "nameLocation": "12761:19:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3269, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3264, + "mutability": "mutable", + "name": "from", + "nameLocation": "12789:4:12", + "nodeType": "VariableDeclaration", + "scope": 3272, + "src": "12781:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3263, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12781:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3266, + "mutability": "mutable", + "name": "to", + "nameLocation": "12803:2:12", + "nodeType": "VariableDeclaration", + "scope": 3272, + "src": "12795:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3265, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12795:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3268, + "mutability": "mutable", + "name": "amount", + "nameLocation": "12815:6:12", + "nodeType": "VariableDeclaration", + "scope": 3272, + "src": "12807:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3267, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12807:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "12780:42:12" + }, + "returnParameters": { + "id": 3270, + "nodeType": "ParameterList", + "parameters": [], + "src": "12840:0:12" + }, + "scope": 3273, + "src": "12752:90:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + } + ], + "scope": 3274, + "src": "1532:11312:12", + "usedErrors": [] + } + ], + "src": "105:12740:12" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol", + "exportedSymbols": { + "Context": [ + 3406 + ], + "ERC20": [ + 3273 + ], + "IERC20": [ + 3351 + ], + "IERC20Metadata": [ + 3376 + ] + }, + "id": 3274, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2688, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "105:23:12" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "file": "./IERC20.sol", + "id": 2689, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 3274, + "sourceUnit": 3352, + "src": "130:22:12", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol", + "file": "./extensions/IERC20Metadata.sol", + "id": 2690, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 3274, + "sourceUnit": 3377, + "src": "153:41:12", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts/utils/Context.sol", + "file": "../../utils/Context.sol", + "id": 2691, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 3274, + "sourceUnit": 3407, + "src": "195:33:12", + "symbolAliases": [], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 2693, + "name": "Context", + "nameLocations": [ + "1550:7:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3406, + "src": "1550:7:12" + }, + "id": 2694, + "nodeType": "InheritanceSpecifier", + "src": "1550:7:12" + }, + { + "baseName": { + "id": 2695, + "name": "IERC20", + "nameLocations": [ + "1559:6:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3351, + "src": "1559:6:12" + }, + "id": 2696, + "nodeType": "InheritanceSpecifier", + "src": "1559:6:12" + }, + { + "baseName": { + "id": 2697, + "name": "IERC20Metadata", + "nameLocations": [ + "1567:14:12" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3376, + "src": "1567:14:12" + }, + "id": 2698, + "nodeType": "InheritanceSpecifier", + "src": "1567:14:12" + } + ], + "canonicalName": "ERC20", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 2692, + "nodeType": "StructuredDocumentation", + "src": "230:1301:12", + "text": " @dev Implementation of the {IERC20} interface.\n This implementation is agnostic to the way tokens are created. This means\n that a supply mechanism has to be added in a derived contract using {_mint}.\n For a generic mechanism see {ERC20PresetMinterPauser}.\n TIP: For a detailed writeup see our guide\n https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How\n to implement supply mechanisms].\n The default value of {decimals} is 18. To change this, you should override\n this function so it returns a different value.\n We have followed general OpenZeppelin Contracts guidelines: functions revert\n instead returning `false` on failure. This behavior is nonetheless\n conventional and does not conflict with the expectations of ERC20\n applications.\n Additionally, an {Approval} event is emitted on calls to {transferFrom}.\n This allows applications to reconstruct the allowance for all accounts just\n by listening to said events. Other implementations of the EIP may not emit\n these events, as it isn't required by the specification.\n Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\n functions have been added to mitigate the well-known issues around setting\n allowances. See {IERC20-approve}." + }, + "fullyImplemented": true, + "id": 3273, + "linearizedBaseContracts": [ + 3273, + 3376, + 3351, + 3406 + ], + "name": "ERC20", + "nameLocation": "1541:5:12", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 2702, + "mutability": "mutable", + "name": "_balances", + "nameLocation": "1624:9:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1588:45:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "typeName": { + "id": 2701, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 2699, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1596:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "1588:27:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 2700, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1607:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 2708, + "mutability": "mutable", + "name": "_allowances", + "nameLocation": "1696:11:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1640:67:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", + "typeString": "mapping(address => mapping(address => uint256))" + }, + "typeName": { + "id": 2707, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 2703, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1648:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "1640:47:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", + "typeString": "mapping(address => mapping(address => uint256))" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 2706, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 2704, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1667:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "1659:27:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 2705, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1678:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 2710, + "mutability": "mutable", + "name": "_totalSupply", + "nameLocation": "1730:12:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1714:28:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2709, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1714:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 2712, + "mutability": "mutable", + "name": "_name", + "nameLocation": "1764:5:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1749:20:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string" + }, + "typeName": { + "id": 2711, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1749:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 2714, + "mutability": "mutable", + "name": "_symbol", + "nameLocation": "1790:7:12", + "nodeType": "VariableDeclaration", + "scope": 3273, + "src": "1775:22:12", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string" + }, + "typeName": { + "id": 2713, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1775:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 2730, + "nodeType": "Block", + "src": "2036:57:12", + "statements": [ + { + "expression": { + "id": 2724, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2722, + "name": "_name", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2712, + "src": "2046:5:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 2723, + "name": "name_", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2717, + "src": "2054:5:12", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "src": "2046:13:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "id": 2725, + "nodeType": "ExpressionStatement", + "src": "2046:13:12" + }, + { + "expression": { + "id": 2728, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2726, + "name": "_symbol", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2714, + "src": "2069:7:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 2727, + "name": "symbol_", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2719, + "src": "2079:7:12", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string memory" + } + }, + "src": "2069:17:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "id": 2729, + "nodeType": "ExpressionStatement", + "src": "2069:17:12" + } + ] + }, + "documentation": { + "id": 2715, + "nodeType": "StructuredDocumentation", + "src": "1804:171:12", + "text": " @dev Sets the values for {name} and {symbol}.\n All two of these values are immutable: they can only be set once during\n construction." + }, + "id": 2731, + "implemented": true, + "kind": "constructor", + "modifiers": [], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2720, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2717, + "mutability": "mutable", + "name": "name_", + "nameLocation": "2006:5:12", + "nodeType": "VariableDeclaration", + "scope": 2731, + "src": "1992:19:12", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2716, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1992:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2719, + "mutability": "mutable", + "name": "symbol_", + "nameLocation": "2027:7:12", + "nodeType": "VariableDeclaration", + "scope": 2731, + "src": "2013:21:12", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2718, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2013:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1991:44:12" + }, + "returnParameters": { + "id": 2721, + "nodeType": "ParameterList", + "parameters": [], + "src": "2036:0:12" + }, + "scope": 3273, + "src": "1980:113:12", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "baseFunctions": [ + 3363 + ], + "body": { + "id": 2740, + "nodeType": "Block", + "src": "2227:29:12", + "statements": [ + { + "expression": { + "id": 2738, + "name": "_name", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2712, + "src": "2244:5:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "functionReturnParameters": 2737, + "id": 2739, + "nodeType": "Return", + "src": "2237:12:12" + } + ] + }, + "documentation": { + "id": 2732, + "nodeType": "StructuredDocumentation", + "src": "2099:54:12", + "text": " @dev Returns the name of the token." + }, + "functionSelector": "06fdde03", + "id": 2741, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "name", + "nameLocation": "2167:4:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2734, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "2194:8:12" + }, + "parameters": { + "id": 2733, + "nodeType": "ParameterList", + "parameters": [], + "src": "2171:2:12" + }, + "returnParameters": { + "id": 2737, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2736, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2741, + "src": "2212:13:12", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2735, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2212:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "2211:15:12" + }, + "scope": 3273, + "src": "2158:98:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3369 + ], + "body": { + "id": 2750, + "nodeType": "Block", + "src": "2440:31:12", + "statements": [ + { + "expression": { + "id": 2748, + "name": "_symbol", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2714, + "src": "2457:7:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage", + "typeString": "string storage ref" + } + }, + "functionReturnParameters": 2747, + "id": 2749, + "nodeType": "Return", + "src": "2450:14:12" + } + ] + }, + "documentation": { + "id": 2742, + "nodeType": "StructuredDocumentation", + "src": "2262:102:12", + "text": " @dev Returns the symbol of the token, usually a shorter version of the\n name." + }, + "functionSelector": "95d89b41", + "id": 2751, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "symbol", + "nameLocation": "2378:6:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2744, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "2407:8:12" + }, + "parameters": { + "id": 2743, + "nodeType": "ParameterList", + "parameters": [], + "src": "2384:2:12" + }, + "returnParameters": { + "id": 2747, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2746, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2751, + "src": "2425:13:12", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 2745, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "2425:6:12", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "2424:15:12" + }, + "scope": 3273, + "src": "2369:102:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3375 + ], + "body": { + "id": 2760, + "nodeType": "Block", + "src": "3169:26:12", + "statements": [ + { + "expression": { + "hexValue": "3138", + "id": 2758, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3186:2:12", + "typeDescriptions": { + "typeIdentifier": "t_rational_18_by_1", + "typeString": "int_const 18" + }, + "value": "18" + }, + "functionReturnParameters": 2757, + "id": 2759, + "nodeType": "Return", + "src": "3179:9:12" + } + ] + }, + "documentation": { + "id": 2752, + "nodeType": "StructuredDocumentation", + "src": "2477:622:12", + "text": " @dev Returns the number of decimals used to get its user representation.\n For example, if `decimals` equals `2`, a balance of `505` tokens should\n be displayed to a user as `5.05` (`505 / 10 ** 2`).\n Tokens usually opt for a value of 18, imitating the relationship between\n Ether and Wei. This is the default value returned by this function, unless\n it's overridden.\n NOTE: This information is only used for _display_ purposes: it in\n no way affects any of the arithmetic of the contract, including\n {IERC20-balanceOf} and {IERC20-transfer}." + }, + "functionSelector": "313ce567", + "id": 2761, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "decimals", + "nameLocation": "3113:8:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2754, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "3144:8:12" + }, + "parameters": { + "id": 2753, + "nodeType": "ParameterList", + "parameters": [], + "src": "3121:2:12" + }, + "returnParameters": { + "id": 2757, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2756, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2761, + "src": "3162:5:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2755, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "3162:5:12", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "3161:7:12" + }, + "scope": 3273, + "src": "3104:91:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3300 + ], + "body": { + "id": 2770, + "nodeType": "Block", + "src": "3325:36:12", + "statements": [ + { + "expression": { + "id": 2768, + "name": "_totalSupply", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2710, + "src": "3342:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 2767, + "id": 2769, + "nodeType": "Return", + "src": "3335:19:12" + } + ] + }, + "documentation": { + "id": 2762, + "nodeType": "StructuredDocumentation", + "src": "3201:49:12", + "text": " @dev See {IERC20-totalSupply}." + }, + "functionSelector": "18160ddd", + "id": 2771, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "totalSupply", + "nameLocation": "3264:11:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2764, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "3298:8:12" + }, + "parameters": { + "id": 2763, + "nodeType": "ParameterList", + "parameters": [], + "src": "3275:2:12" + }, + "returnParameters": { + "id": 2767, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2766, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2771, + "src": "3316:7:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2765, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3316:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3315:9:12" + }, + "scope": 3273, + "src": "3255:106:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3308 + ], + "body": { + "id": 2784, + "nodeType": "Block", + "src": "3502:42:12", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 2780, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "3519:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 2782, + "indexExpression": { + "id": 2781, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2774, + "src": "3529:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3519:18:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 2779, + "id": 2783, + "nodeType": "Return", + "src": "3512:25:12" + } + ] + }, + "documentation": { + "id": 2772, + "nodeType": "StructuredDocumentation", + "src": "3367:47:12", + "text": " @dev See {IERC20-balanceOf}." + }, + "functionSelector": "70a08231", + "id": 2785, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "balanceOf", + "nameLocation": "3428:9:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2776, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "3475:8:12" + }, + "parameters": { + "id": 2775, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2774, + "mutability": "mutable", + "name": "account", + "nameLocation": "3446:7:12", + "nodeType": "VariableDeclaration", + "scope": 2785, + "src": "3438:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2773, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3438:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3437:17:12" + }, + "returnParameters": { + "id": 2779, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2778, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2785, + "src": "3493:7:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2777, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3493:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3492:9:12" + }, + "scope": 3273, + "src": "3419:125:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3318 + ], + "body": { + "id": 2809, + "nodeType": "Block", + "src": "3825:104:12", + "statements": [ + { + "assignments": [ + 2797 + ], + "declarations": [ + { + "constant": false, + "id": 2797, + "mutability": "mutable", + "name": "owner", + "nameLocation": "3843:5:12", + "nodeType": "VariableDeclaration", + "scope": 2809, + "src": "3835:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2796, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3835:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2800, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2798, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "3851:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2799, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3851:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3835:28:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2802, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2797, + "src": "3883:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2803, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2788, + "src": "3890:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2804, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2790, + "src": "3894:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2801, + "name": "_transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3033, + "src": "3873:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2805, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3873:28:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2806, + "nodeType": "ExpressionStatement", + "src": "3873:28:12" + }, + { + "expression": { + "hexValue": "74727565", + "id": 2807, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3918:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2795, + "id": 2808, + "nodeType": "Return", + "src": "3911:11:12" + } + ] + }, + "documentation": { + "id": 2786, + "nodeType": "StructuredDocumentation", + "src": "3550:185:12", + "text": " @dev See {IERC20-transfer}.\n Requirements:\n - `to` cannot be the zero address.\n - the caller must have a balance of at least `amount`." + }, + "functionSelector": "a9059cbb", + "id": 2810, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "transfer", + "nameLocation": "3749:8:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2792, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "3801:8:12" + }, + "parameters": { + "id": 2791, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2788, + "mutability": "mutable", + "name": "to", + "nameLocation": "3766:2:12", + "nodeType": "VariableDeclaration", + "scope": 2810, + "src": "3758:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2787, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3758:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2790, + "mutability": "mutable", + "name": "amount", + "nameLocation": "3778:6:12", + "nodeType": "VariableDeclaration", + "scope": 2810, + "src": "3770:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2789, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3770:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3757:28:12" + }, + "returnParameters": { + "id": 2795, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2794, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2810, + "src": "3819:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2793, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3819:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "3818:6:12" + }, + "scope": 3273, + "src": "3740:189:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3328 + ], + "body": { + "id": 2827, + "nodeType": "Block", + "src": "4085:51:12", + "statements": [ + { + "expression": { + "baseExpression": { + "baseExpression": { + "id": 2821, + "name": "_allowances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2708, + "src": "4102:11:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", + "typeString": "mapping(address => mapping(address => uint256))" + } + }, + "id": 2823, + "indexExpression": { + "id": 2822, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2813, + "src": "4114:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4102:18:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 2825, + "indexExpression": { + "id": 2824, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2815, + "src": "4121:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4102:27:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "functionReturnParameters": 2820, + "id": 2826, + "nodeType": "Return", + "src": "4095:34:12" + } + ] + }, + "documentation": { + "id": 2811, + "nodeType": "StructuredDocumentation", + "src": "3935:47:12", + "text": " @dev See {IERC20-allowance}." + }, + "functionSelector": "dd62ed3e", + "id": 2828, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "allowance", + "nameLocation": "3996:9:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2817, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "4058:8:12" + }, + "parameters": { + "id": 2816, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2813, + "mutability": "mutable", + "name": "owner", + "nameLocation": "4014:5:12", + "nodeType": "VariableDeclaration", + "scope": 2828, + "src": "4006:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2812, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4006:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2815, + "mutability": "mutable", + "name": "spender", + "nameLocation": "4029:7:12", + "nodeType": "VariableDeclaration", + "scope": 2828, + "src": "4021:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2814, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4021:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "4005:32:12" + }, + "returnParameters": { + "id": 2820, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2819, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2828, + "src": "4076:7:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2818, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4076:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4075:9:12" + }, + "scope": 3273, + "src": "3987:149:12", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3338 + ], + "body": { + "id": 2852, + "nodeType": "Block", + "src": "4533:108:12", + "statements": [ + { + "assignments": [ + 2840 + ], + "declarations": [ + { + "constant": false, + "id": 2840, + "mutability": "mutable", + "name": "owner", + "nameLocation": "4551:5:12", + "nodeType": "VariableDeclaration", + "scope": 2852, + "src": "4543:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2839, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4543:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2843, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2841, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "4559:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2842, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4559:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4543:28:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2845, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2840, + "src": "4590:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2846, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2831, + "src": "4597:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2847, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2833, + "src": "4606:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2844, + "name": "_approve", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3207, + "src": "4581:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2848, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4581:32:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2849, + "nodeType": "ExpressionStatement", + "src": "4581:32:12" + }, + { + "expression": { + "hexValue": "74727565", + "id": 2850, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4630:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2838, + "id": 2851, + "nodeType": "Return", + "src": "4623:11:12" + } + ] + }, + "documentation": { + "id": 2829, + "nodeType": "StructuredDocumentation", + "src": "4142:297:12", + "text": " @dev See {IERC20-approve}.\n NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on\n `transferFrom`. This is semantically equivalent to an infinite approval.\n Requirements:\n - `spender` cannot be the zero address." + }, + "functionSelector": "095ea7b3", + "id": 2853, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "approve", + "nameLocation": "4453:7:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2835, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "4509:8:12" + }, + "parameters": { + "id": 2834, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2831, + "mutability": "mutable", + "name": "spender", + "nameLocation": "4469:7:12", + "nodeType": "VariableDeclaration", + "scope": 2853, + "src": "4461:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2830, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4461:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2833, + "mutability": "mutable", + "name": "amount", + "nameLocation": "4486:6:12", + "nodeType": "VariableDeclaration", + "scope": 2853, + "src": "4478:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2832, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4478:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "4460:33:12" + }, + "returnParameters": { + "id": 2838, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2837, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2853, + "src": "4527:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2836, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4527:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "4526:6:12" + }, + "scope": 3273, + "src": "4444:197:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 3350 + ], + "body": { + "id": 2885, + "nodeType": "Block", + "src": "5306:153:12", + "statements": [ + { + "assignments": [ + 2867 + ], + "declarations": [ + { + "constant": false, + "id": 2867, + "mutability": "mutable", + "name": "spender", + "nameLocation": "5324:7:12", + "nodeType": "VariableDeclaration", + "scope": 2885, + "src": "5316:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2866, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5316:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2870, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2868, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "5334:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2869, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5334:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5316:30:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2872, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2856, + "src": "5372:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2873, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2867, + "src": "5378:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2874, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2860, + "src": "5387:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2871, + "name": "_spendAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3250, + "src": "5356:15:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2875, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5356:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2876, + "nodeType": "ExpressionStatement", + "src": "5356:38:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2878, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2856, + "src": "5414:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2879, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2858, + "src": "5420:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2880, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2860, + "src": "5424:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2877, + "name": "_transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3033, + "src": "5404:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2881, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5404:27:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2882, + "nodeType": "ExpressionStatement", + "src": "5404:27:12" + }, + { + "expression": { + "hexValue": "74727565", + "id": 2883, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5448:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2865, + "id": 2884, + "nodeType": "Return", + "src": "5441:11:12" + } + ] + }, + "documentation": { + "id": 2854, + "nodeType": "StructuredDocumentation", + "src": "4647:551:12", + "text": " @dev See {IERC20-transferFrom}.\n Emits an {Approval} event indicating the updated allowance. This is not\n required by the EIP. See the note at the beginning of {ERC20}.\n NOTE: Does not update the allowance if the current allowance\n is the maximum `uint256`.\n Requirements:\n - `from` and `to` cannot be the zero address.\n - `from` must have a balance of at least `amount`.\n - the caller must have allowance for ``from``'s tokens of at least\n `amount`." + }, + "functionSelector": "23b872dd", + "id": 2886, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "transferFrom", + "nameLocation": "5212:12:12", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 2862, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "5282:8:12" + }, + "parameters": { + "id": 2861, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2856, + "mutability": "mutable", + "name": "from", + "nameLocation": "5233:4:12", + "nodeType": "VariableDeclaration", + "scope": 2886, + "src": "5225:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2855, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5225:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2858, + "mutability": "mutable", + "name": "to", + "nameLocation": "5247:2:12", + "nodeType": "VariableDeclaration", + "scope": 2886, + "src": "5239:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2857, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5239:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2860, + "mutability": "mutable", + "name": "amount", + "nameLocation": "5259:6:12", + "nodeType": "VariableDeclaration", + "scope": 2886, + "src": "5251:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2859, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5251:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "5224:42:12" + }, + "returnParameters": { + "id": 2865, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2864, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2886, + "src": "5300:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2863, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5300:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5299:6:12" + }, + "scope": 3273, + "src": "5203:256:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 2914, + "nodeType": "Block", + "src": "5948:140:12", + "statements": [ + { + "assignments": [ + 2897 + ], + "declarations": [ + { + "constant": false, + "id": 2897, + "mutability": "mutable", + "name": "owner", + "nameLocation": "5966:5:12", + "nodeType": "VariableDeclaration", + "scope": 2914, + "src": "5958:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2896, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5958:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2900, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2898, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "5974:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2899, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5974:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5958:28:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2902, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2897, + "src": "6005:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2903, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2889, + "src": "6012:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2909, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [ + { + "id": 2905, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2897, + "src": "6031:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2906, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2889, + "src": "6038:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2904, + "name": "allowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2828, + "src": "6021:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$", + "typeString": "function (address,address) view returns (uint256)" + } + }, + "id": 2907, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6021:25:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 2908, + "name": "addedValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2891, + "src": "6049:10:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6021:38:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2901, + "name": "_approve", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3207, + "src": "5996:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2910, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5996:64:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2911, + "nodeType": "ExpressionStatement", + "src": "5996:64:12" + }, + { + "expression": { + "hexValue": "74727565", + "id": 2912, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6077:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2895, + "id": 2913, + "nodeType": "Return", + "src": "6070:11:12" + } + ] + }, + "documentation": { + "id": 2887, + "nodeType": "StructuredDocumentation", + "src": "5465:384:12", + "text": " @dev Atomically increases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address." + }, + "functionSelector": "39509351", + "id": 2915, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "increaseAllowance", + "nameLocation": "5863:17:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2892, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2889, + "mutability": "mutable", + "name": "spender", + "nameLocation": "5889:7:12", + "nodeType": "VariableDeclaration", + "scope": 2915, + "src": "5881:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2888, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5881:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2891, + "mutability": "mutable", + "name": "addedValue", + "nameLocation": "5906:10:12", + "nodeType": "VariableDeclaration", + "scope": 2915, + "src": "5898:18:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2890, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5898:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "5880:37:12" + }, + "returnParameters": { + "id": 2895, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2894, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2915, + "src": "5942:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2893, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5942:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5941:6:12" + }, + "scope": 3273, + "src": "5854:234:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 2955, + "nodeType": "Block", + "src": "6674:328:12", + "statements": [ + { + "assignments": [ + 2926 + ], + "declarations": [ + { + "constant": false, + "id": 2926, + "mutability": "mutable", + "name": "owner", + "nameLocation": "6692:5:12", + "nodeType": "VariableDeclaration", + "scope": 2955, + "src": "6684:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2925, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6684:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 2929, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2927, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3388, + "src": "6700:10:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2928, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6700:12:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6684:28:12" + }, + { + "assignments": [ + 2931 + ], + "declarations": [ + { + "constant": false, + "id": 2931, + "mutability": "mutable", + "name": "currentAllowance", + "nameLocation": "6730:16:12", + "nodeType": "VariableDeclaration", + "scope": 2955, + "src": "6722:24:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2930, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6722:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 2936, + "initialValue": { + "arguments": [ + { + "id": 2933, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2926, + "src": "6759:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2934, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2918, + "src": "6766:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2932, + "name": "allowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2828, + "src": "6749:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$", + "typeString": "function (address,address) view returns (uint256)" + } + }, + "id": 2935, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6749:25:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6722:52:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2940, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2938, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2931, + "src": "6792:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 2939, + "name": "subtractedValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2920, + "src": "6812:15:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6792:35:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726f", + "id": 2941, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6829:39:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8", + "typeString": "literal_string \"ERC20: decreased allowance below zero\"" + }, + "value": "ERC20: decreased allowance below zero" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_f8b476f7d28209d77d4a4ac1fe36b9f8259aa1bb6bddfa6e89de7e51615cf8a8", + "typeString": "literal_string \"ERC20: decreased allowance below zero\"" + } + ], + "id": 2937, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6784:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2942, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6784:85:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2943, + "nodeType": "ExpressionStatement", + "src": "6784:85:12" + }, + { + "id": 2952, + "nodeType": "UncheckedBlock", + "src": "6879:95:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2945, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2926, + "src": "6912:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2946, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2918, + "src": "6919:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 2949, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2947, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2931, + "src": "6928:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 2948, + "name": "subtractedValue", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2920, + "src": "6947:15:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6928:34:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2944, + "name": "_approve", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3207, + "src": "6903:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2950, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6903:60:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2951, + "nodeType": "ExpressionStatement", + "src": "6903:60:12" + } + ] + }, + { + "expression": { + "hexValue": "74727565", + "id": 2953, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6991:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 2924, + "id": 2954, + "nodeType": "Return", + "src": "6984:11:12" + } + ] + }, + "documentation": { + "id": 2916, + "nodeType": "StructuredDocumentation", + "src": "6094:476:12", + "text": " @dev Atomically decreases the allowance granted to `spender` by the caller.\n This is an alternative to {approve} that can be used as a mitigation for\n problems described in {IERC20-approve}.\n Emits an {Approval} event indicating the updated allowance.\n Requirements:\n - `spender` cannot be the zero address.\n - `spender` must have allowance for the caller of at least\n `subtractedValue`." + }, + "functionSelector": "a457c2d7", + "id": 2956, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "decreaseAllowance", + "nameLocation": "6584:17:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2921, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2918, + "mutability": "mutable", + "name": "spender", + "nameLocation": "6610:7:12", + "nodeType": "VariableDeclaration", + "scope": 2956, + "src": "6602:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2917, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6602:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2920, + "mutability": "mutable", + "name": "subtractedValue", + "nameLocation": "6627:15:12", + "nodeType": "VariableDeclaration", + "scope": 2956, + "src": "6619:23:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2919, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6619:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "6601:42:12" + }, + "returnParameters": { + "id": 2924, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2923, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2956, + "src": "6668:4:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2922, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6668:4:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "6667:6:12" + }, + "scope": 3273, + "src": "6575:427:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 3032, + "nodeType": "Block", + "src": "7534:710:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 2972, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2967, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "7552:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 2970, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7568: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": 2969, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7560:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2968, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7560:7:12", + "typeDescriptions": {} + } + }, + "id": 2971, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7560:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "7552:18:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a207472616e736665722066726f6d20746865207a65726f2061646472657373", + "id": 2973, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7572:39:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea", + "typeString": "literal_string \"ERC20: transfer from the zero address\"" + }, + "value": "ERC20: transfer from the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_baecc556b46f4ed0f2b4cb599d60785ac8563dd2dc0a5bf12edea1c39e5e1fea", + "typeString": "literal_string \"ERC20: transfer from the zero address\"" + } + ], + "id": 2966, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "7544:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2974, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7544:68:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2975, + "nodeType": "ExpressionStatement", + "src": "7544:68:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 2982, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2977, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "7630:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 2980, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7644: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": 2979, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "7636:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2978, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7636:7:12", + "typeDescriptions": {} + } + }, + "id": 2981, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7636:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "7630:16:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a207472616e7366657220746f20746865207a65726f2061646472657373", + "id": 2983, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7648:37:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f", + "typeString": "literal_string \"ERC20: transfer to the zero address\"" + }, + "value": "ERC20: transfer to the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0557e210f7a69a685100a7e4e3d0a7024c546085cee28910fd17d0b081d9516f", + "typeString": "literal_string \"ERC20: transfer to the zero address\"" + } + ], + "id": 2976, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "7622:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2984, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7622:64:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2985, + "nodeType": "ExpressionStatement", + "src": "7622:64:12" + }, + { + "expression": { + "arguments": [ + { + "id": 2987, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "7718:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2988, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "7724:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 2989, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "7728:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 2986, + "name": "_beforeTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3261, + "src": "7697:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 2990, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7697:38:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2991, + "nodeType": "ExpressionStatement", + "src": "7697:38:12" + }, + { + "assignments": [ + 2993 + ], + "declarations": [ + { + "constant": false, + "id": 2993, + "mutability": "mutable", + "name": "fromBalance", + "nameLocation": "7754:11:12", + "nodeType": "VariableDeclaration", + "scope": 3032, + "src": "7746:19:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2992, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7746:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 2997, + "initialValue": { + "baseExpression": { + "id": 2994, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "7768:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 2996, + "indexExpression": { + "id": 2995, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "7778:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7768:15:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "7746:37:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3001, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2999, + "name": "fromBalance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2993, + "src": "7801:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 3000, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "7816:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7801:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365", + "id": 3002, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7824:40:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6", + "typeString": "literal_string \"ERC20: transfer amount exceeds balance\"" + }, + "value": "ERC20: transfer amount exceeds balance" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_4107e8a8b9e94bf8ff83080ddec1c0bffe897ebc2241b89d44f66b3d274088b6", + "typeString": "literal_string \"ERC20: transfer amount exceeds balance\"" + } + ], + "id": 2998, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "7793:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3003, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "7793:72:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3004, + "nodeType": "ExpressionStatement", + "src": "7793:72:12" + }, + { + "id": 3019, + "nodeType": "UncheckedBlock", + "src": "7875:273:12", + "statements": [ + { + "expression": { + "id": 3011, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 3005, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "7899:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3007, + "indexExpression": { + "id": 3006, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "7909:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "7899:15:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3010, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3008, + "name": "fromBalance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2993, + "src": "7917:11:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 3009, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "7931:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7917:20:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "7899:38:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3012, + "nodeType": "ExpressionStatement", + "src": "7899:38:12" + }, + { + "expression": { + "id": 3017, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 3013, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "8114:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3015, + "indexExpression": { + "id": 3014, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "8124:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "8114:13:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 3016, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "8131:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8114:23:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3018, + "nodeType": "ExpressionStatement", + "src": "8114:23:12" + } + ] + }, + { + "eventCall": { + "arguments": [ + { + "id": 3021, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "8172:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3022, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "8178:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3023, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "8182:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3020, + "name": "Transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3285, + "src": "8163:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3024, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8163:26:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3025, + "nodeType": "EmitStatement", + "src": "8158:31:12" + }, + { + "expression": { + "arguments": [ + { + "id": 3027, + "name": "from", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2959, + "src": "8220:4:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3028, + "name": "to", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2961, + "src": "8226:2:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3029, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2963, + "src": "8230:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3026, + "name": "_afterTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3272, + "src": "8200:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3030, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8200:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3031, + "nodeType": "ExpressionStatement", + "src": "8200:37:12" + } + ] + }, + "documentation": { + "id": 2957, + "nodeType": "StructuredDocumentation", + "src": "7008:443:12", + "text": " @dev Moves `amount` of tokens from `from` to `to`.\n This internal function is equivalent to {transfer}, and can be used to\n e.g. implement automatic token fees, slashing mechanisms, etc.\n Emits a {Transfer} event.\n Requirements:\n - `from` cannot be the zero address.\n - `to` cannot be the zero address.\n - `from` must have a balance of at least `amount`." + }, + "id": 3033, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_transfer", + "nameLocation": "7465:9:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2964, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2959, + "mutability": "mutable", + "name": "from", + "nameLocation": "7483:4:12", + "nodeType": "VariableDeclaration", + "scope": 3033, + "src": "7475:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2958, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7475:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2961, + "mutability": "mutable", + "name": "to", + "nameLocation": "7497:2:12", + "nodeType": "VariableDeclaration", + "scope": 3033, + "src": "7489:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2960, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7489:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 2963, + "mutability": "mutable", + "name": "amount", + "nameLocation": "7509:6:12", + "nodeType": "VariableDeclaration", + "scope": 3033, + "src": "7501:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 2962, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7501:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "7474:42:12" + }, + "returnParameters": { + "id": 2965, + "nodeType": "ParameterList", + "parameters": [], + "src": "7534:0:12" + }, + "scope": 3273, + "src": "7456:788:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3089, + "nodeType": "Block", + "src": "8585:470:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 3047, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3042, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "8603:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 3045, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8622: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": 3044, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8614:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3043, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8614:7:12", + "typeDescriptions": {} + } + }, + "id": 3046, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8614:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "8603:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a206d696e7420746f20746865207a65726f2061646472657373", + "id": 3048, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8626:33:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e", + "typeString": "literal_string \"ERC20: mint to the zero address\"" + }, + "value": "ERC20: mint to the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_fc0b381caf0a47702017f3c4b358ebe3d3aff6c60ce819a8bf3ef5a95d4f202e", + "typeString": "literal_string \"ERC20: mint to the zero address\"" + } + ], + "id": 3041, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "8595:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3049, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8595:65:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3050, + "nodeType": "ExpressionStatement", + "src": "8595:65:12" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 3054, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8700: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": 3053, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8692:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3052, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8692:7:12", + "typeDescriptions": {} + } + }, + "id": 3055, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8692:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3056, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "8704:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3057, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "8713:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3051, + "name": "_beforeTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3261, + "src": "8671:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3058, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8671:49:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3059, + "nodeType": "ExpressionStatement", + "src": "8671:49:12" + }, + { + "expression": { + "id": 3062, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 3060, + "name": "_totalSupply", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2710, + "src": "8731:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 3061, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "8747:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8731:22:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3063, + "nodeType": "ExpressionStatement", + "src": "8731:22:12" + }, + { + "id": 3070, + "nodeType": "UncheckedBlock", + "src": "8763:175:12", + "statements": [ + { + "expression": { + "id": 3068, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 3064, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "8899:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3066, + "indexExpression": { + "id": 3065, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "8909:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "8899:18:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "+=", + "rightHandSide": { + "id": 3067, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "8921:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "8899:28:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3069, + "nodeType": "ExpressionStatement", + "src": "8899:28:12" + } + ] + }, + { + "eventCall": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 3074, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "8969: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": 3073, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "8961:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3072, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8961:7:12", + "typeDescriptions": {} + } + }, + "id": 3075, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8961:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3076, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "8973:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3077, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "8982:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3071, + "name": "Transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3285, + "src": "8952:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3078, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "8952:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3079, + "nodeType": "EmitStatement", + "src": "8947:42:12" + }, + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 3083, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9028: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": 3082, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9020:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3081, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9020:7:12", + "typeDescriptions": {} + } + }, + "id": 3084, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9020:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3085, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3036, + "src": "9032:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3086, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3038, + "src": "9041:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3080, + "name": "_afterTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3272, + "src": "9000:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3087, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9000:48:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3088, + "nodeType": "ExpressionStatement", + "src": "9000:48:12" + } + ] + }, + "documentation": { + "id": 3034, + "nodeType": "StructuredDocumentation", + "src": "8250:265:12", + "text": "@dev Creates `amount` tokens and assigns them to `account`, increasing\n the total supply.\n Emits a {Transfer} event with `from` set to the zero address.\n Requirements:\n - `account` cannot be the zero address." + }, + "id": 3090, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_mint", + "nameLocation": "8529:5:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3039, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3036, + "mutability": "mutable", + "name": "account", + "nameLocation": "8543:7:12", + "nodeType": "VariableDeclaration", + "scope": 3090, + "src": "8535:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3035, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "8535:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3038, + "mutability": "mutable", + "name": "amount", + "nameLocation": "8560:6:12", + "nodeType": "VariableDeclaration", + "scope": 3090, + "src": "8552:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3037, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "8552:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "8534:33:12" + }, + "returnParameters": { + "id": 3040, + "nodeType": "ParameterList", + "parameters": [], + "src": "8585:0:12" + }, + "scope": 3273, + "src": "8520:535:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3161, + "nodeType": "Block", + "src": "9440:594:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 3104, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3099, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9458:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 3102, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9477: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": 3101, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9469:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3100, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9469:7:12", + "typeDescriptions": {} + } + }, + "id": 3103, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9469:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "9458:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a206275726e2066726f6d20746865207a65726f2061646472657373", + "id": 3105, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9481:35:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f", + "typeString": "literal_string \"ERC20: burn from the zero address\"" + }, + "value": "ERC20: burn from the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_b16788493b576042bb52c50ed56189e0b250db113c7bfb1c3897d25cf9632d7f", + "typeString": "literal_string \"ERC20: burn from the zero address\"" + } + ], + "id": 3098, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "9450:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3106, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9450:67:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3107, + "nodeType": "ExpressionStatement", + "src": "9450:67:12" + }, + { + "expression": { + "arguments": [ + { + "id": 3109, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9549:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 3112, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9566: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": 3111, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9558:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3110, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9558:7:12", + "typeDescriptions": {} + } + }, + "id": 3113, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9558:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3114, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9570:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3108, + "name": "_beforeTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3261, + "src": "9528:20:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3115, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9528:49:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3116, + "nodeType": "ExpressionStatement", + "src": "9528:49:12" + }, + { + "assignments": [ + 3118 + ], + "declarations": [ + { + "constant": false, + "id": 3118, + "mutability": "mutable", + "name": "accountBalance", + "nameLocation": "9596:14:12", + "nodeType": "VariableDeclaration", + "scope": 3161, + "src": "9588:22:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3117, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9588:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 3122, + "initialValue": { + "baseExpression": { + "id": 3119, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "9613:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3121, + "indexExpression": { + "id": 3120, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9623:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "9613:18:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "9588:43:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3126, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3124, + "name": "accountBalance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3118, + "src": "9649:14:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 3125, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9667:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9649:24:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a206275726e20616d6f756e7420657863656564732062616c616e6365", + "id": 3127, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9675:36:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd", + "typeString": "literal_string \"ERC20: burn amount exceeds balance\"" + }, + "value": "ERC20: burn amount exceeds balance" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_149b126e7125232b4200af45303d04fba8b74653b1a295a6a561a528c33fefdd", + "typeString": "literal_string \"ERC20: burn amount exceeds balance\"" + } + ], + "id": 3123, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "9641:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3128, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9641:71:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3129, + "nodeType": "ExpressionStatement", + "src": "9641:71:12" + }, + { + "id": 3142, + "nodeType": "UncheckedBlock", + "src": "9722:194:12", + "statements": [ + { + "expression": { + "id": 3136, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 3130, + "name": "_balances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2702, + "src": "9746:9:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3132, + "indexExpression": { + "id": 3131, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9756:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "9746:18:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3135, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3133, + "name": "accountBalance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3118, + "src": "9767:14:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 3134, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9784:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9767:23:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9746:44:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3137, + "nodeType": "ExpressionStatement", + "src": "9746:44:12" + }, + { + "expression": { + "id": 3140, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 3138, + "name": "_totalSupply", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2710, + "src": "9883:12:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 3139, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9899:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "9883:22:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3141, + "nodeType": "ExpressionStatement", + "src": "9883:22:12" + } + ] + }, + { + "eventCall": { + "arguments": [ + { + "id": 3144, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9940:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 3147, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "9957: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": 3146, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "9949:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3145, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9949:7:12", + "typeDescriptions": {} + } + }, + "id": 3148, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9949:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3149, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "9961:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3143, + "name": "Transfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3285, + "src": "9931:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3150, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9931:37:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3151, + "nodeType": "EmitStatement", + "src": "9926:42:12" + }, + { + "expression": { + "arguments": [ + { + "id": 3153, + "name": "account", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3093, + "src": "9999:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "hexValue": "30", + "id": 3156, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10016: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": 3155, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10008:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3154, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10008:7:12", + "typeDescriptions": {} + } + }, + "id": 3157, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10008:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3158, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3095, + "src": "10020:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3152, + "name": "_afterTokenTransfer", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3272, + "src": "9979:19:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3159, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "9979:48:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3160, + "nodeType": "ExpressionStatement", + "src": "9979:48:12" + } + ] + }, + "documentation": { + "id": 3091, + "nodeType": "StructuredDocumentation", + "src": "9061:309:12", + "text": " @dev Destroys `amount` tokens from `account`, reducing the\n total supply.\n Emits a {Transfer} event with `to` set to the zero address.\n Requirements:\n - `account` cannot be the zero address.\n - `account` must have at least `amount` tokens." + }, + "id": 3162, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_burn", + "nameLocation": "9384:5:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3096, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3093, + "mutability": "mutable", + "name": "account", + "nameLocation": "9398:7:12", + "nodeType": "VariableDeclaration", + "scope": 3162, + "src": "9390:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3092, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "9390:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3095, + "mutability": "mutable", + "name": "amount", + "nameLocation": "9415:6:12", + "nodeType": "VariableDeclaration", + "scope": 3162, + "src": "9407:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3094, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "9407:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "9389:33:12" + }, + "returnParameters": { + "id": 3097, + "nodeType": "ParameterList", + "parameters": [], + "src": "9440:0:12" + }, + "scope": 3273, + "src": "9375:659:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3206, + "nodeType": "Block", + "src": "10540:257:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 3178, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3173, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3165, + "src": "10558:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 3176, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10575: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": 3175, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10567:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3174, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10567:7:12", + "typeDescriptions": {} + } + }, + "id": 3177, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10567:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "10558:19:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373", + "id": 3179, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10579:38:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208", + "typeString": "literal_string \"ERC20: approve from the zero address\"" + }, + "value": "ERC20: approve from the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c953f4879035ed60e766b34720f656aab5c697b141d924c283124ecedb91c208", + "typeString": "literal_string \"ERC20: approve from the zero address\"" + } + ], + "id": 3172, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "10550:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3180, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10550:68:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3181, + "nodeType": "ExpressionStatement", + "src": "10550:68:12" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 3188, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3183, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3167, + "src": "10636:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 3186, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10655: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": 3185, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "10647:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 3184, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10647:7:12", + "typeDescriptions": {} + } + }, + "id": 3187, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10647:10:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "10636:21:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a20617070726f766520746f20746865207a65726f2061646472657373", + "id": 3189, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "10659:36:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029", + "typeString": "literal_string \"ERC20: approve to the zero address\"" + }, + "value": "ERC20: approve to the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_24883cc5fe64ace9d0df1893501ecb93c77180f0ff69cca79affb3c316dc8029", + "typeString": "literal_string \"ERC20: approve to the zero address\"" + } + ], + "id": 3182, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "10628:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3190, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10628:68:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3191, + "nodeType": "ExpressionStatement", + "src": "10628:68:12" + }, + { + "expression": { + "id": 3198, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "baseExpression": { + "id": 3192, + "name": "_allowances", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2708, + "src": "10707:11:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_uint256_$_$", + "typeString": "mapping(address => mapping(address => uint256))" + } + }, + "id": 3195, + "indexExpression": { + "id": 3193, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3165, + "src": "10719:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "10707:18:12", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 3196, + "indexExpression": { + "id": 3194, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3167, + "src": "10726:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "10707:27:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 3197, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3169, + "src": "10737:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "10707:36:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 3199, + "nodeType": "ExpressionStatement", + "src": "10707:36:12" + }, + { + "eventCall": { + "arguments": [ + { + "id": 3201, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3165, + "src": "10767:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3202, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3167, + "src": "10774:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3203, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3169, + "src": "10783:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3200, + "name": "Approval", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3294, + "src": "10758:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3204, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "10758:32:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3205, + "nodeType": "EmitStatement", + "src": "10753:37:12" + } + ] + }, + "documentation": { + "id": 3163, + "nodeType": "StructuredDocumentation", + "src": "10040:412:12", + "text": " @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\n This internal function is equivalent to `approve`, and can be used to\n e.g. set automatic allowances for certain subsystems, etc.\n Emits an {Approval} event.\n Requirements:\n - `owner` cannot be the zero address.\n - `spender` cannot be the zero address." + }, + "id": 3207, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_approve", + "nameLocation": "10466:8:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3170, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3165, + "mutability": "mutable", + "name": "owner", + "nameLocation": "10483:5:12", + "nodeType": "VariableDeclaration", + "scope": 3207, + "src": "10475:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3164, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10475:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3167, + "mutability": "mutable", + "name": "spender", + "nameLocation": "10498:7:12", + "nodeType": "VariableDeclaration", + "scope": 3207, + "src": "10490:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3166, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "10490:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3169, + "mutability": "mutable", + "name": "amount", + "nameLocation": "10515:6:12", + "nodeType": "VariableDeclaration", + "scope": 3207, + "src": "10507:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3168, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "10507:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "10474:48:12" + }, + "returnParameters": { + "id": 3171, + "nodeType": "ParameterList", + "parameters": [], + "src": "10540:0:12" + }, + "scope": 3273, + "src": "10457:340:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3249, + "nodeType": "Block", + "src": "11168:321:12", + "statements": [ + { + "assignments": [ + 3218 + ], + "declarations": [ + { + "constant": false, + "id": 3218, + "mutability": "mutable", + "name": "currentAllowance", + "nameLocation": "11186:16:12", + "nodeType": "VariableDeclaration", + "scope": 3249, + "src": "11178:24:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3217, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11178:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 3223, + "initialValue": { + "arguments": [ + { + "id": 3220, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3210, + "src": "11215:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3221, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3212, + "src": "11222:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 3219, + "name": "allowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2828, + "src": "11205:9:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$", + "typeString": "function (address,address) view returns (uint256)" + } + }, + "id": 3222, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11205:25:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "11178:52:12" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3230, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3224, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3218, + "src": "11244:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 3227, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "11269:7:12", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + }, + "typeName": { + "id": 3226, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11269:7:12", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint256_$", + "typeString": "type(uint256)" + } + ], + "id": 3225, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967269, + "src": "11264:4:12", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 3228, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11264:13:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint256", + "typeString": "type(uint256)" + } + }, + "id": 3229, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "11278:3:12", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "11264:17:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11244:37:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 3248, + "nodeType": "IfStatement", + "src": "11240:243:12", + "trueBody": { + "id": 3247, + "nodeType": "Block", + "src": "11283:200:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3234, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3232, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3218, + "src": "11305:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 3233, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3214, + "src": "11325:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11305:26:12", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "45524332303a20696e73756666696369656e7420616c6c6f77616e6365", + "id": 3235, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "11333:31:12", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe", + "typeString": "literal_string \"ERC20: insufficient allowance\"" + }, + "value": "ERC20: insufficient allowance" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_3b6607e091cba9325f958656d2b5e0622ab7dc0eac71a26ac788cb25bc19f4fe", + "typeString": "literal_string \"ERC20: insufficient allowance\"" + } + ], + "id": 3231, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "11297:7:12", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 3236, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11297:68:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3237, + "nodeType": "ExpressionStatement", + "src": "11297:68:12" + }, + { + "id": 3246, + "nodeType": "UncheckedBlock", + "src": "11379:94:12", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 3239, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3210, + "src": "11416:5:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 3240, + "name": "spender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3212, + "src": "11423:7:12", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 3243, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 3241, + "name": "currentAllowance", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3218, + "src": "11432:16:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 3242, + "name": "amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3214, + "src": "11451:6:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "11432:25:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 3238, + "name": "_approve", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3207, + "src": "11407:8:12", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,address,uint256)" + } + }, + "id": 3244, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "11407:51:12", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 3245, + "nodeType": "ExpressionStatement", + "src": "11407:51:12" + } + ] + } + ] + } + } + ] + }, + "documentation": { + "id": 3208, + "nodeType": "StructuredDocumentation", + "src": "10803:270:12", + "text": " @dev Updates `owner` s allowance for `spender` based on spent `amount`.\n Does not update the allowance amount in case of infinite allowance.\n Revert if not enough allowance is available.\n Might emit an {Approval} event." + }, + "id": 3250, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_spendAllowance", + "nameLocation": "11087:15:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3215, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3210, + "mutability": "mutable", + "name": "owner", + "nameLocation": "11111:5:12", + "nodeType": "VariableDeclaration", + "scope": 3250, + "src": "11103:13:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3209, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "11103:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3212, + "mutability": "mutable", + "name": "spender", + "nameLocation": "11126:7:12", + "nodeType": "VariableDeclaration", + "scope": 3250, + "src": "11118:15:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3211, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "11118:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3214, + "mutability": "mutable", + "name": "amount", + "nameLocation": "11143:6:12", + "nodeType": "VariableDeclaration", + "scope": 3250, + "src": "11135:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3213, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "11135:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "11102:48:12" + }, + "returnParameters": { + "id": 3216, + "nodeType": "ParameterList", + "parameters": [], + "src": "11168:0:12" + }, + "scope": 3273, + "src": "11078:411:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3260, + "nodeType": "Block", + "src": "12162:2:12", + "statements": [] + }, + "documentation": { + "id": 3251, + "nodeType": "StructuredDocumentation", + "src": "11495:573:12", + "text": " @dev Hook that is called before any transfer of tokens. This includes\n minting and burning.\n Calling conditions:\n - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n will be transferred to `to`.\n - when `from` is zero, `amount` tokens will be minted for `to`.\n - when `to` is zero, `amount` of ``from``'s tokens will be burned.\n - `from` and `to` are never both zero.\n To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]." + }, + "id": 3261, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_beforeTokenTransfer", + "nameLocation": "12082:20:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3258, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3253, + "mutability": "mutable", + "name": "from", + "nameLocation": "12111:4:12", + "nodeType": "VariableDeclaration", + "scope": 3261, + "src": "12103:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3252, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12103:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3255, + "mutability": "mutable", + "name": "to", + "nameLocation": "12125:2:12", + "nodeType": "VariableDeclaration", + "scope": 3261, + "src": "12117:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3254, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12117:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3257, + "mutability": "mutable", + "name": "amount", + "nameLocation": "12137:6:12", + "nodeType": "VariableDeclaration", + "scope": 3261, + "src": "12129:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3256, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12129:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "12102:42:12" + }, + "returnParameters": { + "id": 3259, + "nodeType": "ParameterList", + "parameters": [], + "src": "12162:0:12" + }, + "scope": 3273, + "src": "12073:91:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 3271, + "nodeType": "Block", + "src": "12840:2:12", + "statements": [] + }, + "documentation": { + "id": 3262, + "nodeType": "StructuredDocumentation", + "src": "12170:577:12", + "text": " @dev Hook that is called after any transfer of tokens. This includes\n minting and burning.\n Calling conditions:\n - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\n has been transferred to `to`.\n - when `from` is zero, `amount` tokens have been minted for `to`.\n - when `to` is zero, `amount` of ``from``'s tokens have been burned.\n - `from` and `to` are never both zero.\n To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]." + }, + "id": 3272, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_afterTokenTransfer", + "nameLocation": "12761:19:12", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3269, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3264, + "mutability": "mutable", + "name": "from", + "nameLocation": "12789:4:12", + "nodeType": "VariableDeclaration", + "scope": 3272, + "src": "12781:12:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3263, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12781:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3266, + "mutability": "mutable", + "name": "to", + "nameLocation": "12803:2:12", + "nodeType": "VariableDeclaration", + "scope": 3272, + "src": "12795:10:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3265, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "12795:7:12", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3268, + "mutability": "mutable", + "name": "amount", + "nameLocation": "12815:6:12", + "nodeType": "VariableDeclaration", + "scope": 3272, + "src": "12807:14:12", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3267, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "12807:7:12", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "12780:42:12" + }, + "returnParameters": { + "id": 3270, + "nodeType": "ParameterList", + "parameters": [], + "src": "12840:0:12" + }, + "scope": 3273, + "src": "12752:90:12", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + } + ], + "scope": 3274, + "src": "1532:11312:12", + "usedErrors": [] + } + ], + "src": "105:12740:12" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.308Z" +} \ No newline at end of file diff --git a/build/contracts/Gateway.json b/build/contracts/Gateway.json new file mode 100644 index 0000000..89ef705 --- /dev/null +++ b/build/contracts/Gateway.json @@ -0,0 +1,17362 @@ +{ + "contractName": "Gateway", + "abi": [ + { + "inputs": [], + "stateMutability": "nonpayable", + "type": "constructor" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "token", + "type": "address" + }, + { + "indexed": true, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "protocolFee", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "rate", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "bytes32", + "name": "institutionCode", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "string", + "name": "messageHash", + "type": "string" + } + ], + "name": "OrderCreated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint256", + "name": "fee", + "type": "uint256" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + } + ], + "name": "OrderRefunded", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "splitOrderId", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "liquidityProvider", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint96", + "name": "settlePercent", + "type": "uint96" + } + ], + "name": "OrderSettled", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferStarted", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "Paused", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "treasuryAddress", + "type": "address" + } + ], + "name": "ProtocolAddressUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint64", + "name": "protocolFee", + "type": "uint64" + } + ], + "name": "ProtocolFeeUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "indexed": true, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "SenderFeeTransferred", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "treasuryAddress", + "type": "address" + } + ], + "name": "SetFeeRecipient", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "value", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "status", + "type": "uint256" + } + ], + "name": "SettingManagerBool", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + }, + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "indexed": false, + "internalType": "struct SharedStructs.Institution[]", + "name": "institutions", + "type": "tuple[]" + } + ], + "name": "SupportedInstitutionsUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "Unpaused", + "type": "event" + }, + { + "inputs": [], + "name": "acceptOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "_token", + "type": "address" + }, + { + "internalType": "uint256", + "name": "_amount", + "type": "uint256" + }, + { + "internalType": "bytes32", + "name": "_institutionCode", + "type": "bytes32" + }, + { + "internalType": "uint96", + "name": "_rate", + "type": "uint96" + }, + { + "internalType": "address", + "name": "_senderFeeRecipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "_senderFee", + "type": "uint256" + }, + { + "internalType": "address", + "name": "_refundAddress", + "type": "address" + }, + { + "internalType": "string", + "name": "messageHash", + "type": "string" + } + ], + "name": "createOrder", + "outputs": [ + { + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "getFeeDetails", + "outputs": [ + { + "internalType": "uint64", + "name": "", + "type": "uint64" + }, + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + } + ], + "name": "getOrderInfo", + "outputs": [ + { + "components": [ + { + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "internalType": "address", + "name": "token", + "type": "address" + }, + { + "internalType": "address", + "name": "senderFeeRecipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "senderFee", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "protocolFee", + "type": "uint256" + }, + { + "internalType": "bool", + "name": "isFulfilled", + "type": "bool" + }, + { + "internalType": "bool", + "name": "isRefunded", + "type": "bool" + }, + { + "internalType": "address", + "name": "refundAddress", + "type": "address" + }, + { + "internalType": "uint96", + "name": "currentBPS", + "type": "uint96" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "internalType": "struct IGateway.Order", + "name": "", + "type": "tuple" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_code", + "type": "bytes32" + } + ], + "name": "getSupportedInstitutionByCode", + "outputs": [ + { + "components": [ + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.InstitutionByCode", + "name": "", + "type": "tuple" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_currency", + "type": "bytes32" + } + ], + "name": "getSupportedInstitutions", + "outputs": [ + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.Institution[]", + "name": "", + "type": "tuple[]" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "initialize", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "_token", + "type": "address" + } + ], + "name": "isTokenSupported", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "owner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "pause", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "paused", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "pendingOwner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "_fee", + "type": "uint256" + }, + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + } + ], + "name": "refund", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "renounceOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + }, + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.Institution[]", + "name": "institutions", + "type": "tuple[]" + } + ], + "name": "setSupportedInstitutions", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "value", + "type": "address" + }, + { + "internalType": "uint256", + "name": "status", + "type": "uint256" + } + ], + "name": "settingManagerBool", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_splitOrderId", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "_liquidityProvider", + "type": "address" + }, + { + "internalType": "uint64", + "name": "_settlePercent", + "type": "uint64" + } + ], + "name": "settle", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "transferOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "unpause", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "value", + "type": "address" + } + ], + "name": "updateProtocolAddress", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint64", + "name": "_protocolFeePercent", + "type": "uint64" + } + ], + "name": "updateProtocolFee", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x60806040523480156200001157600080fd5b50d380156200001f57600080fd5b50d280156200002d57600080fd5b506200003e6200004460201b60201c565b620001ee565b600060019054906101000a900460ff161562000097576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200008e9062000191565b60405180910390fd5b60ff801660008054906101000a900460ff1660ff1614620001085760ff6000806101000a81548160ff021916908360ff1602179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860ff604051620000ff9190620001d1565b60405180910390a15b565b600082825260208201905092915050565b7f496e697469616c697a61626c653a20636f6e747261637420697320696e69746960008201527f616c697a696e6700000000000000000000000000000000000000000000000000602082015250565b6000620001796027836200010a565b915062000186826200011b565b604082019050919050565b60006020820190508181036000830152620001ac816200016a565b9050919050565b600060ff82169050919050565b620001cb81620001b3565b82525050565b6000602082019050620001e86000830184620001c0565b92915050565b61418280620001fe6000396000f3fe608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106101515760003560e01c806379ba5097116100d2578063c228010311610096578063c2280103146102f7578063cd99240014610327578063d12ff20a14610343578063e30c397814610373578063f22ee70414610391578063f2fde38b146103c157610151565b806379ba50971461029c5780638129fc1c146102a65780638456cb59146102b05780638da5cb5b146102ba578063b810c636146102d857610151565b80635c975abb116101195780635c975abb146101e4578063715018a61461020257806371eedb881461020c57806375151b631461023c578063768c6ec01461026c57610151565b8063026213381461015657806332200882146101865780633f4ba83a146101a257806340ebc677146101ac57806347094e2e146101c8575b600080fd5b610170600480360381019061016b91906128d4565b6103dd565b60405161017d91906129ee565b60405180910390f35b6101a0600480360381019061019b9190612bbe565b610463565b005b6101aa6105d8565b005b6101c660048036038101906101c19190612ca4565b6105ea565b005b6101e260048036038101906101dd9190612d24565b6108b2565b005b6101ec61091d565b6040516101f99190612d6c565b60405180910390f35b61020a610934565b005b61022660048036038101906102219190612dbd565b610948565b6040516102339190612d6c565b60405180910390f35b61025660048036038101906102519190612dfd565b610de8565b6040516102639190612d6c565b60405180910390f35b610286600480360381019061028191906128d4565b610e44565b6040516102939190612f4a565b60405180910390f35b6102a461105d565b005b6102ae6110ea565b005b6102b861123a565b005b6102c261124c565b6040516102cf9190612f75565b60405180910390f35b6102e0611276565b6040516102ee929190612fae565b60405180910390f35b610311600480360381019061030c91906128d4565b61129b565b60405161031e9190613006565b60405180910390f35b610341600480360381019061033c9190613021565b6112dc565b005b61035d600480360381019061035891906130fb565b611461565b60405161036a91906131e0565b60405180910390f35b61037b6119a8565b6040516103889190612f75565b60405180910390f35b6103ab60048036038101906103a691906131fb565b6119d2565b6040516103b89190612d6c565b60405180910390f35b6103db60048036038101906103d69190612dfd565b61202e565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561045857838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610412565b505050509050919050565b61046b6120db565b60cd6000838152602001908152602001600020600061048a9190612762565b60005b81518110156105895760cd60008481526020019081526020016000208282815181106104bc576104bb613262565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061052157610520613262565b5b60200260200101516020015181526020018481525060ce600084848151811061054d5761054c613262565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061048d565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105cc91906133ab565b60405180910390a25050565b6105e06120db565b6105e8612159565b565b6105f26120db565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610661576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106589061342a565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610764578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361071a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610711906134bc565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610862565b7f61676772656761746f72000000000000000000000000000000000000000000008303610861578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361081b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108129061354e565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156108ad578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108ba6120db565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b81604051610912919061356e565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b61093c6120db565b61094660006121bc565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d1906135d5565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a3690613641565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610aa4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a9b906136ad565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610afe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610af590613719565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b92929190613739565b6020604051808303816000875af1158015610bb1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bd5919061378e565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c8a91906137ea565b610c94919061381e565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d4491906137ea565b6040518363ffffffff1660e01b8152600401610d61929190613739565b6020604051808303816000875af1158015610d80573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da4919061378e565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dd59190613852565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e3a5760019050610e3f565b600090505b919050565b610e4c612786565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b60006110676121ed565b90508073ffffffffffffffffffffffffffffffffffffffff166110886119a8565b73ffffffffffffffffffffffffffffffffffffffff16146110de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d5906138df565b60405180910390fd5b6110e7816121bc565b50565b60008060019054906101000a900460ff1615905080801561111b5750600160008054906101000a900460ff1660ff16105b80611148575061112a306121f5565b1580156111475750600160008054906101000a900460ff1660ff16145b5b611187576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117e90613971565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111c4576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111d6612218565b6111de612271565b80156112375760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498600160405161122e91906139e3565b60405180910390a15b50565b6112426120db565b61124a6122ca565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6112a3612843565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112e46120db565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611353576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161134a9061342a565b60405180910390fd5b60018114806113625750600281145b6113a1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139890613a4a565b60405180910390fd5b7f746f6b656e000000000000000000000000000000000000000000000000000000830361145c578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c836040516114539190613852565b60405180910390a35b505050565b600061146b61232d565b6114798a8a8689898d612377565b600083839050036114bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114b690613ab6565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114e991906137ea565b6040518463ffffffff1660e01b815260040161150793929190613ad6565b6020604051808303816000875af1158015611526573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061154a919061378e565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061159c90613b0d565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115f4929190613739565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b61163d9190613b55565b6116479190613bc6565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c61170f919061381e565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161199296959493929190613c64565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a64576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a5b906135d5565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611ac9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ac090613641565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b2e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b25906136ad565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611bb29190613cc0565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611ee4576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611e0b57610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d34929190613739565b6020604051808303816000875af1158015611d53573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d77919061378e565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ee3578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e9e929190613739565b6020604051808303816000875af1158015611ebd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ee1919061378e565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611f169190613b55565b611f209190613bc6565b90508061010160008881526020019081526020016000206007016000828254611f49919061381e565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f8b929190613739565b6020604051808303816000875af1158015611faa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fce919061378e565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051612018929190613d31565b60405180910390a3600192505050949350505050565b6120366120db565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661209661124c565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120e36121ed565b73ffffffffffffffffffffffffffffffffffffffff1661210161124c565b73ffffffffffffffffffffffffffffffffffffffff1614612157576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161214e90613da6565b60405180910390fd5b565b612161612586565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6121a56121ed565b6040516121b29190612f75565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121ea816125cf565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff16612267576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161225e90613e38565b60405180910390fd5b61226f612695565b565b600060019054906101000a900460ff166122c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122b790613e38565b60405180910390fd5b6122c86126f6565b565b6122d261232d565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586123166121ed565b6040516123239190612f75565b60405180910390a1565b61233561091d565b15612375576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161236c90613ea4565b60405180910390fd5b565b600160cc60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123f090613f10565b60405180910390fd5b6000850361243c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161243390613f7c565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16036124ab576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124a290613fe8565b60405180910390fd5b6000801b60ce60008381526020019081526020016000206000015403612506576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124fd90614054565b60405180910390fd5b6000821461257e57600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361257d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612574906140c0565b60405180910390fd5b5b505050505050565b61258e61091d565b6125cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125c49061412c565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff166126e4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126db90613e38565b60405180910390fd5b6126f46126ef6121ed565b6121bc565b565b600060019054906101000a900460ff16612745576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161273c90613e38565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127839190612863565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561288657600080820160009055600182016000905550600201612864565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b6128b18161289e565b81146128bc57600080fd5b50565b6000813590506128ce816128a8565b92915050565b6000602082840312156128ea576128e9612894565b5b60006128f8848285016128bf565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6129368161289e565b82525050565b604082016000820151612952600085018261292d565b506020820151612965602085018261292d565b50505050565b6000612977838361293c565b60408301905092915050565b6000602082019050919050565b600061299b82612901565b6129a5818561290c565b93506129b08361291d565b8060005b838110156129e15781516129c8888261296b565b97506129d383612983565b9250506001810190506129b4565b5085935050505092915050565b60006020820190508181036000830152612a088184612990565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a5e82612a15565b810181811067ffffffffffffffff82111715612a7d57612a7c612a26565b5b80604052505050565b6000612a9061288a565b9050612a9c8282612a55565b919050565b600067ffffffffffffffff821115612abc57612abb612a26565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612aed57612aec612ad2565b5b612af76040612a86565b90506000612b07848285016128bf565b6000830152506020612b1b848285016128bf565b60208301525092915050565b6000612b3a612b3584612aa1565b612a86565b90508083825260208201905060408402830185811115612b5d57612b5c612acd565b5b835b81811015612b865780612b728882612ad7565b845260208401935050604081019050612b5f565b5050509392505050565b600082601f830112612ba557612ba4612a10565b5b8135612bb5848260208601612b27565b91505092915050565b60008060408385031215612bd557612bd4612894565b5b6000612be3858286016128bf565b925050602083013567ffffffffffffffff811115612c0457612c03612899565b5b612c1085828601612b90565b9150509250929050565b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b612c4481612c1a565b8114612c4f57600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c7d82612c52565b9050919050565b600081359050612c9381612c3b565b612c9c81612c72565b905092915050565b60008060408385031215612cbb57612cba612894565b5b6000612cc9858286016128bf565b9250506020612cda85828601612c84565b9150509250929050565b600067ffffffffffffffff82169050919050565b612d0181612ce4565b8114612d0c57600080fd5b50565b600081359050612d1e81612cf8565b92915050565b600060208284031215612d3a57612d39612894565b5b6000612d4884828501612d0f565b91505092915050565b60008115159050919050565b612d6681612d51565b82525050565b6000602082019050612d816000830184612d5d565b92915050565b6000819050919050565b612d9a81612d87565b8114612da557600080fd5b50565b600081359050612db781612d91565b92915050565b60008060408385031215612dd457612dd3612894565b5b6000612de285828601612da8565b9250506020612df3858286016128bf565b9150509250929050565b600060208284031215612e1357612e12612894565b5b6000612e2184828501612c84565b91505092915050565b612e3381612c72565b82525050565b612e4281612d87565b82525050565b612e5181612d51565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e7881612e57565b82525050565b61014082016000820151612e956000850182612e2a565b506020820151612ea86020850182612e2a565b506040820151612ebb6040850182612e2a565b506060820151612ece6060850182612e39565b506080820151612ee16080850182612e39565b5060a0820151612ef460a0850182612e48565b5060c0820151612f0760c0850182612e48565b5060e0820151612f1a60e0850182612e2a565b50610100820151612f2f610100850182612e6f565b50610120820151612f44610120850182612e39565b50505050565b600061014082019050612f606000830184612e7e565b92915050565b612f6f81612c72565b82525050565b6000602082019050612f8a6000830184612f66565b92915050565b612f9981612ce4565b82525050565b612fa881612d87565b82525050565b6000604082019050612fc36000830185612f90565b612fd06020830184612f9f565b9392505050565b604082016000820151612fed600085018261292d565b506020820151613000602085018261292d565b50505050565b600060408201905061301b6000830184612fd7565b92915050565b60008060006060848603121561303a57613039612894565b5b6000613048868287016128bf565b935050602061305986828701612c84565b925050604061306a86828701612da8565b9150509250925092565b61307d81612e57565b811461308857600080fd5b50565b60008135905061309a81613074565b92915050565b600080fd5b60008083601f8401126130bb576130ba612a10565b5b8235905067ffffffffffffffff8111156130d8576130d76130a0565b5b6020830191508360018202830111156130f4576130f3612acd565b5b9250929050565b60008060008060008060008060006101008a8c03121561311e5761311d612894565b5b600061312c8c828d01612c84565b995050602061313d8c828d01612da8565b985050604061314e8c828d016128bf565b975050606061315f8c828d0161308b565b96505060806131708c828d01612c84565b95505060a06131818c828d01612da8565b94505060c06131928c828d01612c84565b93505060e08a013567ffffffffffffffff8111156131b3576131b2612899565b5b6131bf8c828d016130a5565b92509250509295985092959850929598565b6131da8161289e565b82525050565b60006020820190506131f560008301846131d1565b92915050565b6000806000806080858703121561321557613214612894565b5b6000613223878288016128bf565b9450506020613234878288016128bf565b935050604061324587828801612c84565b925050606061325687828801612d0f565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132db6132d6836132b1565b6132be565b9050919050565b6040820160008083015490506132f7816132c8565b613304600086018261292d565b5060018301549050613315816132c8565b613322602086018261292d565b5050505050565b600061333583836132e2565b60408301905092915050565b6000600282019050919050565b600061335982613291565b613363818561290c565b935061336e8361329c565b8060005b8381101561339e57816133858882613329565b975061339083613341565b925050600181019050613372565b5085935050505092915050565b600060208201905081810360008301526133c5818461334e565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006134146015836133cd565b915061341f826133de565b602082019050919050565b6000602082019050818103600083015261344381613407565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006134a66025836133cd565b91506134b18261344a565b604082019050919050565b600060208201905081810360008301526134d581613499565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006135386027836133cd565b9150613543826134dc565b604082019050919050565b600060208201905081810360008301526135678161352b565b9050919050565b60006020820190506135836000830184612f90565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b60006135bf600e836133cd565b91506135ca82613589565b602082019050919050565b600060208201905081810360008301526135ee816135b2565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b600061362b600e836133cd565b9150613636826135f5565b602082019050919050565b6000602082019050818103600083015261365a8161361e565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b6000613697600d836133cd565b91506136a282613661565b602082019050919050565b600060208201905081810360008301526136c68161368a565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006137036015836133cd565b915061370e826136cd565b602082019050919050565b60006020820190508181036000830152613732816136f6565b9050919050565b600060408201905061374e6000830185612f66565b61375b6020830184612f9f565b9392505050565b61376b81612d51565b811461377657600080fd5b50565b60008151905061378881613762565b92915050565b6000602082840312156137a4576137a3612894565b5b60006137b284828501613779565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006137f582612d87565b915061380083612d87565b9250828201905080821115613818576138176137bb565b5b92915050565b600061382982612d87565b915061383483612d87565b925082820390508181111561384c5761384b6137bb565b5b92915050565b60006020820190506138676000830184612f9f565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006138c96029836133cd565b91506138d48261386d565b604082019050919050565b600060208201905081810360008301526138f8816138bc565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b600061395b602e836133cd565b9150613966826138ff565b604082019050919050565b6000602082019050818103600083015261398a8161394e565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b60006139cd6139c86139c384613991565b6139a8565b61399b565b9050919050565b6139dd816139b2565b82525050565b60006020820190506139f860008301846139d4565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b6000613a346017836133cd565b9150613a3f826139fe565b602082019050919050565b60006020820190508181036000830152613a6381613a27565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613aa06012836133cd565b9150613aab82613a6a565b602082019050919050565b60006020820190508181036000830152613acf81613a93565b9050919050565b6000606082019050613aeb6000830186612f66565b613af86020830185612f66565b613b056040830184612f9f565b949350505050565b6000613b1882612d87565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613b4a57613b496137bb565b5b600182019050919050565b6000613b6082612d87565b9150613b6b83612d87565b9250828202613b7981612d87565b91508282048414831517613b9057613b8f6137bb565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613bd182612d87565b9150613bdc83612d87565b925082613bec57613beb613b97565b5b828204905092915050565b6000613c12613c0d613c0884612e57565b6139a8565b612d87565b9050919050565b613c2281613bf7565b82525050565b82818337600083830152505050565b6000613c4383856133cd565b9350613c50838584613c28565b613c5983612a15565b840190509392505050565b600060a082019050613c796000830189612f9f565b613c8660208301886131d1565b613c936040830187613c19565b613ca060608301866131d1565b8181036080830152613cb3818486613c37565b9050979650505050505050565b6000613ccb82612e57565b9150613cd683612e57565b925082820390506bffffffffffffffffffffffff811115613cfa57613cf96137bb565b5b92915050565b6000613d1b613d16613d1184612ce4565b6139a8565b612e57565b9050919050565b613d2b81613d00565b82525050565b6000604082019050613d4660008301856131d1565b613d536020830184613d22565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d906020836133cd565b9150613d9b82613d5a565b602082019050919050565b60006020820190508181036000830152613dbf81613d83565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613e22602b836133cd565b9150613e2d82613dc6565b604082019050919050565b60006020820190508181036000830152613e5181613e15565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e8e6010836133cd565b9150613e9982613e58565b602082019050919050565b60006020820190508181036000830152613ebd81613e81565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613efa6011836133cd565b9150613f0582613ec4565b602082019050919050565b60006020820190508181036000830152613f2981613eed565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f66600c836133cd565b9150613f7182613f30565b602082019050919050565b60006020820190508181036000830152613f9581613f59565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613fd26010836133cd565b9150613fdd82613f9c565b602082019050919050565b6000602082019050818103600083015261400181613fc5565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b600061403e6016836133cd565b915061404982614008565b602082019050919050565b6000602082019050818103600083015261406d81614031565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b60006140aa6019836133cd565b91506140b582614074565b602082019050919050565b600060208201905081810360008301526140d98161409d565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006141166014836133cd565b9150614121826140e0565b602082019050919050565b6000602082019050818103600083015261414581614109565b905091905056fea26474726f6e5822122078a1c1e2ee408e2d3a761bfb6316bd109a6e04da1ac6a3d11d2339ee17bd836a64736f6c63430008120033", + "deployedBytecode": "0x608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106101515760003560e01c806379ba5097116100d2578063c228010311610096578063c2280103146102f7578063cd99240014610327578063d12ff20a14610343578063e30c397814610373578063f22ee70414610391578063f2fde38b146103c157610151565b806379ba50971461029c5780638129fc1c146102a65780638456cb59146102b05780638da5cb5b146102ba578063b810c636146102d857610151565b80635c975abb116101195780635c975abb146101e4578063715018a61461020257806371eedb881461020c57806375151b631461023c578063768c6ec01461026c57610151565b8063026213381461015657806332200882146101865780633f4ba83a146101a257806340ebc677146101ac57806347094e2e146101c8575b600080fd5b610170600480360381019061016b91906128d4565b6103dd565b60405161017d91906129ee565b60405180910390f35b6101a0600480360381019061019b9190612bbe565b610463565b005b6101aa6105d8565b005b6101c660048036038101906101c19190612ca4565b6105ea565b005b6101e260048036038101906101dd9190612d24565b6108b2565b005b6101ec61091d565b6040516101f99190612d6c565b60405180910390f35b61020a610934565b005b61022660048036038101906102219190612dbd565b610948565b6040516102339190612d6c565b60405180910390f35b61025660048036038101906102519190612dfd565b610de8565b6040516102639190612d6c565b60405180910390f35b610286600480360381019061028191906128d4565b610e44565b6040516102939190612f4a565b60405180910390f35b6102a461105d565b005b6102ae6110ea565b005b6102b861123a565b005b6102c261124c565b6040516102cf9190612f75565b60405180910390f35b6102e0611276565b6040516102ee929190612fae565b60405180910390f35b610311600480360381019061030c91906128d4565b61129b565b60405161031e9190613006565b60405180910390f35b610341600480360381019061033c9190613021565b6112dc565b005b61035d600480360381019061035891906130fb565b611461565b60405161036a91906131e0565b60405180910390f35b61037b6119a8565b6040516103889190612f75565b60405180910390f35b6103ab60048036038101906103a691906131fb565b6119d2565b6040516103b89190612d6c565b60405180910390f35b6103db60048036038101906103d69190612dfd565b61202e565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561045857838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610412565b505050509050919050565b61046b6120db565b60cd6000838152602001908152602001600020600061048a9190612762565b60005b81518110156105895760cd60008481526020019081526020016000208282815181106104bc576104bb613262565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061052157610520613262565b5b60200260200101516020015181526020018481525060ce600084848151811061054d5761054c613262565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061048d565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105cc91906133ab565b60405180910390a25050565b6105e06120db565b6105e8612159565b565b6105f26120db565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610661576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106589061342a565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610764578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361071a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610711906134bc565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610862565b7f61676772656761746f72000000000000000000000000000000000000000000008303610861578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361081b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108129061354e565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156108ad578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108ba6120db565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b81604051610912919061356e565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b61093c6120db565b61094660006121bc565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d1906135d5565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a3690613641565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610aa4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a9b906136ad565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610afe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610af590613719565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b92929190613739565b6020604051808303816000875af1158015610bb1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bd5919061378e565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c8a91906137ea565b610c94919061381e565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d4491906137ea565b6040518363ffffffff1660e01b8152600401610d61929190613739565b6020604051808303816000875af1158015610d80573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da4919061378e565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dd59190613852565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e3a5760019050610e3f565b600090505b919050565b610e4c612786565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b60006110676121ed565b90508073ffffffffffffffffffffffffffffffffffffffff166110886119a8565b73ffffffffffffffffffffffffffffffffffffffff16146110de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d5906138df565b60405180910390fd5b6110e7816121bc565b50565b60008060019054906101000a900460ff1615905080801561111b5750600160008054906101000a900460ff1660ff16105b80611148575061112a306121f5565b1580156111475750600160008054906101000a900460ff1660ff16145b5b611187576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117e90613971565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111c4576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111d6612218565b6111de612271565b80156112375760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498600160405161122e91906139e3565b60405180910390a15b50565b6112426120db565b61124a6122ca565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6112a3612843565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112e46120db565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611353576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161134a9061342a565b60405180910390fd5b60018114806113625750600281145b6113a1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139890613a4a565b60405180910390fd5b7f746f6b656e000000000000000000000000000000000000000000000000000000830361145c578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c836040516114539190613852565b60405180910390a35b505050565b600061146b61232d565b6114798a8a8689898d612377565b600083839050036114bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114b690613ab6565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114e991906137ea565b6040518463ffffffff1660e01b815260040161150793929190613ad6565b6020604051808303816000875af1158015611526573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061154a919061378e565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061159c90613b0d565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115f4929190613739565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b61163d9190613b55565b6116479190613bc6565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c61170f919061381e565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161199296959493929190613c64565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a64576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a5b906135d5565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611ac9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ac090613641565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b2e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b25906136ad565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611bb29190613cc0565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611ee4576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611e0b57610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d34929190613739565b6020604051808303816000875af1158015611d53573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d77919061378e565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ee3578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e9e929190613739565b6020604051808303816000875af1158015611ebd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ee1919061378e565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611f169190613b55565b611f209190613bc6565b90508061010160008881526020019081526020016000206007016000828254611f49919061381e565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f8b929190613739565b6020604051808303816000875af1158015611faa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fce919061378e565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051612018929190613d31565b60405180910390a3600192505050949350505050565b6120366120db565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661209661124c565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120e36121ed565b73ffffffffffffffffffffffffffffffffffffffff1661210161124c565b73ffffffffffffffffffffffffffffffffffffffff1614612157576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161214e90613da6565b60405180910390fd5b565b612161612586565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6121a56121ed565b6040516121b29190612f75565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121ea816125cf565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff16612267576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161225e90613e38565b60405180910390fd5b61226f612695565b565b600060019054906101000a900460ff166122c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122b790613e38565b60405180910390fd5b6122c86126f6565b565b6122d261232d565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586123166121ed565b6040516123239190612f75565b60405180910390a1565b61233561091d565b15612375576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161236c90613ea4565b60405180910390fd5b565b600160cc60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123f9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123f090613f10565b60405180910390fd5b6000850361243c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161243390613f7c565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16036124ab576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124a290613fe8565b60405180910390fd5b6000801b60ce60008381526020019081526020016000206000015403612506576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124fd90614054565b60405180910390fd5b6000821461257e57600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361257d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612574906140c0565b60405180910390fd5b5b505050505050565b61258e61091d565b6125cd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016125c49061412c565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff166126e4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126db90613e38565b60405180910390fd5b6126f46126ef6121ed565b6121bc565b565b600060019054906101000a900460ff16612745576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161273c90613e38565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127839190612863565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561288657600080820160009055600182016000905550600201612864565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b6128b18161289e565b81146128bc57600080fd5b50565b6000813590506128ce816128a8565b92915050565b6000602082840312156128ea576128e9612894565b5b60006128f8848285016128bf565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6129368161289e565b82525050565b604082016000820151612952600085018261292d565b506020820151612965602085018261292d565b50505050565b6000612977838361293c565b60408301905092915050565b6000602082019050919050565b600061299b82612901565b6129a5818561290c565b93506129b08361291d565b8060005b838110156129e15781516129c8888261296b565b97506129d383612983565b9250506001810190506129b4565b5085935050505092915050565b60006020820190508181036000830152612a088184612990565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a5e82612a15565b810181811067ffffffffffffffff82111715612a7d57612a7c612a26565b5b80604052505050565b6000612a9061288a565b9050612a9c8282612a55565b919050565b600067ffffffffffffffff821115612abc57612abb612a26565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612aed57612aec612ad2565b5b612af76040612a86565b90506000612b07848285016128bf565b6000830152506020612b1b848285016128bf565b60208301525092915050565b6000612b3a612b3584612aa1565b612a86565b90508083825260208201905060408402830185811115612b5d57612b5c612acd565b5b835b81811015612b865780612b728882612ad7565b845260208401935050604081019050612b5f565b5050509392505050565b600082601f830112612ba557612ba4612a10565b5b8135612bb5848260208601612b27565b91505092915050565b60008060408385031215612bd557612bd4612894565b5b6000612be3858286016128bf565b925050602083013567ffffffffffffffff811115612c0457612c03612899565b5b612c1085828601612b90565b9150509250929050565b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b612c4481612c1a565b8114612c4f57600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c7d82612c52565b9050919050565b600081359050612c9381612c3b565b612c9c81612c72565b905092915050565b60008060408385031215612cbb57612cba612894565b5b6000612cc9858286016128bf565b9250506020612cda85828601612c84565b9150509250929050565b600067ffffffffffffffff82169050919050565b612d0181612ce4565b8114612d0c57600080fd5b50565b600081359050612d1e81612cf8565b92915050565b600060208284031215612d3a57612d39612894565b5b6000612d4884828501612d0f565b91505092915050565b60008115159050919050565b612d6681612d51565b82525050565b6000602082019050612d816000830184612d5d565b92915050565b6000819050919050565b612d9a81612d87565b8114612da557600080fd5b50565b600081359050612db781612d91565b92915050565b60008060408385031215612dd457612dd3612894565b5b6000612de285828601612da8565b9250506020612df3858286016128bf565b9150509250929050565b600060208284031215612e1357612e12612894565b5b6000612e2184828501612c84565b91505092915050565b612e3381612c72565b82525050565b612e4281612d87565b82525050565b612e5181612d51565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e7881612e57565b82525050565b61014082016000820151612e956000850182612e2a565b506020820151612ea86020850182612e2a565b506040820151612ebb6040850182612e2a565b506060820151612ece6060850182612e39565b506080820151612ee16080850182612e39565b5060a0820151612ef460a0850182612e48565b5060c0820151612f0760c0850182612e48565b5060e0820151612f1a60e0850182612e2a565b50610100820151612f2f610100850182612e6f565b50610120820151612f44610120850182612e39565b50505050565b600061014082019050612f606000830184612e7e565b92915050565b612f6f81612c72565b82525050565b6000602082019050612f8a6000830184612f66565b92915050565b612f9981612ce4565b82525050565b612fa881612d87565b82525050565b6000604082019050612fc36000830185612f90565b612fd06020830184612f9f565b9392505050565b604082016000820151612fed600085018261292d565b506020820151613000602085018261292d565b50505050565b600060408201905061301b6000830184612fd7565b92915050565b60008060006060848603121561303a57613039612894565b5b6000613048868287016128bf565b935050602061305986828701612c84565b925050604061306a86828701612da8565b9150509250925092565b61307d81612e57565b811461308857600080fd5b50565b60008135905061309a81613074565b92915050565b600080fd5b60008083601f8401126130bb576130ba612a10565b5b8235905067ffffffffffffffff8111156130d8576130d76130a0565b5b6020830191508360018202830111156130f4576130f3612acd565b5b9250929050565b60008060008060008060008060006101008a8c03121561311e5761311d612894565b5b600061312c8c828d01612c84565b995050602061313d8c828d01612da8565b985050604061314e8c828d016128bf565b975050606061315f8c828d0161308b565b96505060806131708c828d01612c84565b95505060a06131818c828d01612da8565b94505060c06131928c828d01612c84565b93505060e08a013567ffffffffffffffff8111156131b3576131b2612899565b5b6131bf8c828d016130a5565b92509250509295985092959850929598565b6131da8161289e565b82525050565b60006020820190506131f560008301846131d1565b92915050565b6000806000806080858703121561321557613214612894565b5b6000613223878288016128bf565b9450506020613234878288016128bf565b935050604061324587828801612c84565b925050606061325687828801612d0f565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b60006132db6132d6836132b1565b6132be565b9050919050565b6040820160008083015490506132f7816132c8565b613304600086018261292d565b5060018301549050613315816132c8565b613322602086018261292d565b5050505050565b600061333583836132e2565b60408301905092915050565b6000600282019050919050565b600061335982613291565b613363818561290c565b935061336e8361329c565b8060005b8381101561339e57816133858882613329565b975061339083613341565b925050600181019050613372565b5085935050505092915050565b600060208201905081810360008301526133c5818461334e565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006134146015836133cd565b915061341f826133de565b602082019050919050565b6000602082019050818103600083015261344381613407565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006134a66025836133cd565b91506134b18261344a565b604082019050919050565b600060208201905081810360008301526134d581613499565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006135386027836133cd565b9150613543826134dc565b604082019050919050565b600060208201905081810360008301526135678161352b565b9050919050565b60006020820190506135836000830184612f90565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b60006135bf600e836133cd565b91506135ca82613589565b602082019050919050565b600060208201905081810360008301526135ee816135b2565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b600061362b600e836133cd565b9150613636826135f5565b602082019050919050565b6000602082019050818103600083015261365a8161361e565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b6000613697600d836133cd565b91506136a282613661565b602082019050919050565b600060208201905081810360008301526136c68161368a565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006137036015836133cd565b915061370e826136cd565b602082019050919050565b60006020820190508181036000830152613732816136f6565b9050919050565b600060408201905061374e6000830185612f66565b61375b6020830184612f9f565b9392505050565b61376b81612d51565b811461377657600080fd5b50565b60008151905061378881613762565b92915050565b6000602082840312156137a4576137a3612894565b5b60006137b284828501613779565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006137f582612d87565b915061380083612d87565b9250828201905080821115613818576138176137bb565b5b92915050565b600061382982612d87565b915061383483612d87565b925082820390508181111561384c5761384b6137bb565b5b92915050565b60006020820190506138676000830184612f9f565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b60006138c96029836133cd565b91506138d48261386d565b604082019050919050565b600060208201905081810360008301526138f8816138bc565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b600061395b602e836133cd565b9150613966826138ff565b604082019050919050565b6000602082019050818103600083015261398a8161394e565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b60006139cd6139c86139c384613991565b6139a8565b61399b565b9050919050565b6139dd816139b2565b82525050565b60006020820190506139f860008301846139d4565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b6000613a346017836133cd565b9150613a3f826139fe565b602082019050919050565b60006020820190508181036000830152613a6381613a27565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613aa06012836133cd565b9150613aab82613a6a565b602082019050919050565b60006020820190508181036000830152613acf81613a93565b9050919050565b6000606082019050613aeb6000830186612f66565b613af86020830185612f66565b613b056040830184612f9f565b949350505050565b6000613b1882612d87565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613b4a57613b496137bb565b5b600182019050919050565b6000613b6082612d87565b9150613b6b83612d87565b9250828202613b7981612d87565b91508282048414831517613b9057613b8f6137bb565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613bd182612d87565b9150613bdc83612d87565b925082613bec57613beb613b97565b5b828204905092915050565b6000613c12613c0d613c0884612e57565b6139a8565b612d87565b9050919050565b613c2281613bf7565b82525050565b82818337600083830152505050565b6000613c4383856133cd565b9350613c50838584613c28565b613c5983612a15565b840190509392505050565b600060a082019050613c796000830189612f9f565b613c8660208301886131d1565b613c936040830187613c19565b613ca060608301866131d1565b8181036080830152613cb3818486613c37565b9050979650505050505050565b6000613ccb82612e57565b9150613cd683612e57565b925082820390506bffffffffffffffffffffffff811115613cfa57613cf96137bb565b5b92915050565b6000613d1b613d16613d1184612ce4565b6139a8565b612e57565b9050919050565b613d2b81613d00565b82525050565b6000604082019050613d4660008301856131d1565b613d536020830184613d22565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d906020836133cd565b9150613d9b82613d5a565b602082019050919050565b60006020820190508181036000830152613dbf81613d83565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613e22602b836133cd565b9150613e2d82613dc6565b604082019050919050565b60006020820190508181036000830152613e5181613e15565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e8e6010836133cd565b9150613e9982613e58565b602082019050919050565b60006020820190508181036000830152613ebd81613e81565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613efa6011836133cd565b9150613f0582613ec4565b602082019050919050565b60006020820190508181036000830152613f2981613eed565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f66600c836133cd565b9150613f7182613f30565b602082019050919050565b60006020820190508181036000830152613f9581613f59565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613fd26010836133cd565b9150613fdd82613f9c565b602082019050919050565b6000602082019050818103600083015261400181613fc5565b9050919050565b7f496e76616c6964496e737469747574696f6e436f646500000000000000000000600082015250565b600061403e6016836133cd565b915061404982614008565b602082019050919050565b6000602082019050818103600083015261406d81614031565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b60006140aa6019836133cd565b91506140b582614074565b602082019050919050565b600060208201905081810360008301526140d98161409d565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b60006141166014836133cd565b9150614121826140e0565b602082019050919050565b6000602082019050818103600083015261414581614109565b905091905056fea26474726f6e5822122078a1c1e2ee408e2d3a761bfb6316bd109a6e04da1ac6a3d11d2339ee17bd836a64736f6c63430008120033", + "sourceMap": "451:7637:0:-:0;;;769:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;787:22;:20;;;:22;;:::i;:::-;451:7637;;5939:280:8;6007:13;;;;;;;;;;;6006:14;5998:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;6094:15;6078:31;;:12;;;;;;;;;;:31;;;6074:139;;6140:15;6125:12;;:30;;;;;;;;;;;;;;;;;;6174:28;6186:15;6174:28;;;;;;:::i;:::-;;;;;;;;6074:139;5939:280::o;7:169:16:-;91:11;125:6;120:3;113:19;165:4;160:3;156:14;141:29;;7:169;;;;:::o;182:226::-;322:34;318:1;310:6;306:14;299:58;391:9;386:2;378:6;374:15;367:34;182:226;:::o;414:366::-;556:3;577:67;641:2;636:3;577:67;:::i;:::-;570:74;;653:93;742:3;653:93;:::i;:::-;771:2;766:3;762:12;755:19;;414:366;;;:::o;786:419::-;952:4;990:2;979:9;975:18;967:26;;1039:9;1033:4;1029:20;1025:1;1014:9;1010:17;1003:47;1067:131;1193:4;1067:131;:::i;:::-;1059:139;;786:419;;;:::o;1211:86::-;1246:7;1286:4;1279:5;1275:16;1264:27;;1211:86;;;:::o;1303:112::-;1386:22;1402:5;1386:22;:::i;:::-;1381:3;1374:35;1303:112;;:::o;1421:214::-;1510:4;1548:2;1537:9;1533:18;1525:26;;1561:67;1625:1;1614:9;1610:17;1601:6;1561:67;:::i;:::-;1421:214;;;;:::o;451:7637:0:-;;;;;;;", + "deployedSourceMap": "451:7637:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7767:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2323:539:1;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1482:56:0;;;:::i;:::-;;3394:551:1;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1879:84:9;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2085:101:7;;;:::i;:::-;;6020:926:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7335:142;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7179:107;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2031:212:6;;;:::i;:::-;;856:114:0;;;:::i;:::-;;1386:52;;;:::i;:::-;;1462:85:7;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7977:109:0;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;7539:171;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:1;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1770:1435:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1144:99:6;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4486:1495:0;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178:6;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7767:164:0;7848:34;7895:21;:32;7917:9;7895:32;;;;;;;;;;;7888:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7767:164;;;:::o;2323:539:1:-;1355:13:7;:11;:13::i;:::-;2461:21:1::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;1482:56:0:-;1355:13:7;:11;:13::i;:::-;1524:10:0::1;:8;:10::i;:::-;1482:56::o:0;3394:551:1:-;1355:13:7;:11;:13::i;:::-;3502:1:1::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:7;:11;:13::i;:::-;3094:19:1::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;1879:84:9:-;1926:4;1949:7;;;;;;;;;;;1942:14;;1879:84;:::o;2085:101:7:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;6020:926:0:-;6101:4;1105:18;;;;;;;;;;;1091:32;;:10;:32;;;1083:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;6171:5:::1;:15;6177:8;6171:15;;;;;;;;;;;:27;;;;;;;;;;;;6170:28;6162:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;6230:5;:15;6236:8;6230:15;;;;;;;;;;;:26;;;;;;;;;;;;6229:27;6221:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;6317:4;6286:5;:15;6292:8;6286:15;;;;;;;;;;;:27;;;:35;;6278:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;6400:5;:15;6406:8;6400:15;;;;;;;;;;;:21;;;;;;;;;;;;6393:38;;;6432:15;;;;;;;;;;;6449:4;6393:61;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6512:4;6483:5;:15;6489:8;6483:15;;;;;;;;;;;:26;;;:33;;;;;;;;;;;;;;;;;;6549:1;6520:5;:15;6526:8;6520:15;;;;;;;;;;;:26;;;:30;;;;;;;;;;;;;;;;;;6589:20;6667:4;6637:5;:15;6643:8;6637:15;;;;;;;;;;;:27;;;6612:5;:15;6618:8;6612:15;;;;;;;;;;;:22;;;:52;;;;:::i;:::-;:59;;;;:::i;:::-;6589:82;;6748:5;:15;6754:8;6748:15;;;;;;;;;;;:21;;;;;;;;;;;;6741:38;;;6784:5;:15;6790:8;6784:15;;;;;;;;;;;:29;;;;;;;;;;;;6833:5;:15;6839:8;6833:15;;;;;;;;;;;:25;;;6818:12;:40;;;;:::i;:::-;6741:121;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6917:8;6897:29;6911:4;6897:29;;;;;;:::i;:::-;;;;;;;;6938:4;6931:11;;;6020:926:::0;;;;:::o;7335:142::-;7400:4;7443:1;7414:17;:25;7432:6;7414:25;;;;;;;;;;;;;;;;:30;7410:47;;7453:4;7446:11;;;;7410:47;7468:5;7461:12;;7335:142;;;;:::o;7179:107::-;7242:12;;:::i;:::-;7267:5;:15;7273:8;7267:15;;;;;;;;;;;7260:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7179:107;;;:::o;2031:212:6:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;856:114:0:-;3279:19:8;3302:13;;;;;;;;;;;3301:14;3279:36;;3347:14;:34;;;;;3380:1;3365:12;;;;;;;;;;:16;;;3347:34;3346:108;;;;3388:44;3426:4;3388:29;:44::i;:::-;3387:45;:66;;;;;3452:1;3436:12;;;;;;;;;;:17;;;3387:66;3346:108;3325:201;;;;;;;;;;;;:::i;:::-;;;;;;;;;3551:1;3536:12;;:16;;;;;;;;;;;;;;;;;;3566:14;3562:65;;;3612:4;3596:13;;:20;;;;;;;;;;;;;;;;;;3562:65;913:7:0::1;903;:17;;;;924:21;:19;:21::i;:::-;949:17;:15;:17::i;:::-;3651:14:8::0;3647:99;;;3697:5;3681:13;;:21;;;;;;;;;;;;;;;;;;3721:14;3733:1;3721:14;;;;;;:::i;:::-;;;;;;;;3647:99;3269:483;856:114:0:o;1386:52::-;1355:13:7;:11;:13::i;:::-;1426:8:0::1;:6;:8::i;:::-;1386:52::o:0;1462:85:7:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;7977:109:0:-;8025:6;8033:7;8054:18;;;;;;;;;;;8074:7;;8046:36;;;;7977:109;;:::o;7539:171::-;7621:38;;:::i;:::-;7672:27;:34;7700:5;7672:34;;;;;;;;;;;7665:41;;;;;;;;;;;;;;;;;;;;;;;;;;;7539:171;;;:::o;1773:335:1:-;1355:13:7;:11;:13::i;:::-;1894:1:1::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1770:1435:0:-;2017:15;1503:19:9;:17;:19::i;:::-;2068:114:0::1;2081:6;2092:7;2104:14;2123:19;2147:10;2162:16;2068:8;:114::i;:::-;2250:1;2227:11;;2221:25;;:30:::0;2213:61:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2334:6;2327:27;;;2355:10;2375:4;2392:10;2382:7;:20;;;;:::i;:::-;2327:76;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;2458:6;:18;2465:10;2458:18;;;;;;;;;;;;;;;;:20;;;;;;;;;:::i;:::-;;;;;;2563:10;2575:6;:18;2582:10;2575:18;;;;;;;;;;;;;;;;2552:42;;;;;;;;;:::i;:::-;;;;;;;;;;;;;2542:53;;;;;;2532:63;;2624:20;2680:7;;2658:18;;;;;;;;;;;2648:28;;:7;:28;;;;:::i;:::-;2647:40;;;;:::i;:::-;2624:63;;2708:298;;;;;;;;2727:10;2708:298;;;;;;2749:6;2708:298;;;;;;2780:19;2708:298;;;;;;2815:10;2708:298;;;;2843:12;2708:298;;;;2873:5;2708:298;;;;;;2895:5;2708:298;;;;;;2920:14;2708:298;;;;;;2958:7;;2708:298;;;;;;;;2989:12;2979:7;:22;;;;:::i;:::-;2708:298;;::::0;2691:5:::1;:14;2697:7;2691:14;;;;;;;;;;;:315;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3100:5;:14;3106:7;3100:14;;;;;;;;;;;:21;;;3089:6;3046:155;;3063:5;:14;3069:7;3063:14;;;;;;;;;;;:21;;;;;;;;;;;;3046:155;;;3126:12;3143:7;3155:5;3165:16;3186:11;;3046:155;;;;;;;;;;;:::i;:::-;;;;;;;;2034:1171;1770:1435:::0;;;;;;;;;;;:::o;1144:99:6:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;4486:1495:0:-;4638:4;1105:18;;;;;;;;;;;1091:32;;:10;:32;;;1083:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;4708:5:::1;:15;4714:8;4708:15;;;;;;;;;;;:27;;;;;;;;;;;;4707:28;4699:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;4767:5;:15;4773:8;4767:15;;;;;;;;;;;:26;;;;;;;;;;;;4766:27;4758:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;4848:13;4864:5;:15;4870:8;4864:15;;;;;;;;;;;:21;;;;;;;;;;;;4848:37;;4982:14;4952:44;;:5;:15;4958:8;4952:15;;;;;;;;;;;:26;;;:44;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;5035:1;5005:5;:15;5011:8;5005:15;;;;;;;;;;;:26;;;;;;;;;;;;:31;;::::0;5001:604:::1;;5118:4;5088:5;:15;5094:8;5088:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;5161:1;5132:5;:15;5138:8;5132:15;;;;;;;;;;;:25;;;:30;5128:321;;5204:5;:15;5210:8;5204:15;;;;;;;;;;;:21;;;;;;;;;;;;5197:38;;;5242:5;:15;5248:8;5242:15;;;;;;;;;;;:34;;;;;;;;;;;;5283:5;:15;5289:8;5283:15;;;;;;;;;;;:25;;;5197:117;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5412:5;:15;5418:8;5412:15;;;;;;;;;;;:25;;;5371:5;:15;5377:8;5371:15;;;;;;;;;;;:34;;;;;;;;;;;;5344:99;;;;;;;;;;;;5128:321;5489:1;5458:5;:15;5464:8;5458:15;;;;;;;;;;;:27;;;:32;5454:147;;5534:5;5527:22;;;5550:15;;;;;;;;;;;5567:5;:15;5573:8;5567:15;;;;;;;;;;;:27;;;5527:68;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5454:147;5001:604;5645:31;5723:7;;5705:14;5680:39;;:5;:15;5686:8;5680:15;;;;;;;;;;;:22;;;:39;;;;:::i;:::-;5679:51;;;;:::i;:::-;5645:85;;5760:23;5734:5;:15;5740:8;5734:15;;;;;;;;;;;:22;;;:49;;;;;;;:::i;:::-;;;;;;;;5794:5;5787:22;;;5810:18;5830:23;5787:67;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5926:18;5888:73;;5916:8;5888:73;5901:13;5946:14;5888:73;;;;;;;:::i;:::-;;;;;;;;5973:4;5966:11;;;;4486:1495:::0;;;;;;:::o;1436:178:6:-;1355:13:7;:11;:13::i;:::-;1541:8:6::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:7:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;2697:117:9:-;1750:16;:14;:16::i;:::-;2765:5:::1;2755:7;;:15;;;;;;;;;;;;;;;;;;2785:22;2794:12;:10;:12::i;:::-;2785:22;;;;;;:::i;:::-;;;;;;;;2697:117::o:0;1798:153:6:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:11:-;939:7;965:10;958:17;;886:96;:::o;1423:320:10:-;1483:4;1735:1;1713:7;:19;;;:23;1706:30;;1423:320;;;:::o;889:100:6:-;5374:13:8;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;956:26:6::1;:24;:26::i;:::-;889:100::o:0;1084:97:9:-;5374:13:8;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1147:27:9::1;:25;:27::i;:::-;1084:97::o:0;2450:115::-;1503:19;:17;:19::i;:::-;2519:4:::1;2509:7;;:14;;;;;;;;;;;;;;;;;;2538:20;2545:12;:10;:12::i;:::-;2538:20;;;;;;:::i;:::-;;;;;;;;2450:115::o:0;2031:106::-;2101:8;:6;:8::i;:::-;2100:9;2092:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;2031:106::o;3681:568:0:-;3901:1;3872:17;:25;3890:6;3872:25;;;;;;;;;;;;;;;;:30;3864:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;3947:1;3936:7;:12;3928:37;;;;;;;;;;;;:::i;:::-;;;;;;;;;4003:1;3977:28;;:14;:28;;;3969:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;4104:1;4096:10;;4042:27;:45;4070:16;4042:45;;;;;;;;;;;:50;;;:64;4030:109;;;;;;;;;;;;:::i;:::-;;;;;;;;;4162:1;4148:10;:15;4144:102;;4209:1;4178:33;;:19;:33;;;4170:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;4144:102;3681:568;;;;;;:::o;2209:106:9:-;2275:8;:6;:8::i;:::-;2267:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;2209:106::o;2687:187:7:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;1125:111::-;5374:13:8;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1197:32:7::1;1216:12;:10;:12::i;:::-;1197:18;:32::i;:::-;1125:111::o:0;1187:95:9:-;5374:13:8;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1270:5:9::1;1260:7;;:15;;;;;;;;;;;;;;;;;;1187:95::o:0;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:16:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:329::-;749:6;798:2;786:9;777:7;773:23;769:32;766:119;;;804:79;;:::i;:::-;766:119;924:1;949:53;994:7;985:6;974:9;970:22;949:53;:::i;:::-;939:63;;895:117;690:329;;;;:::o;1025:143::-;1121:6;1155:5;1149:12;1139:22;;1025:143;;;:::o;1174:213::-;1302:11;1336:6;1331:3;1324:19;1376:4;1371:3;1367:14;1352:29;;1174:213;;;;:::o;1393:161::-;1489:4;1512:3;1504:11;;1542:4;1537:3;1533:14;1525:22;;1393:161;;;:::o;1560:108::-;1637:24;1655:5;1637:24;:::i;:::-;1632:3;1625:37;1560:108;;:::o;1750:505::-;1895:4;1890:3;1886:14;1982:4;1975:5;1971:16;1965:23;2001:63;2058:4;2053:3;2049:14;2035:12;2001:63;:::i;:::-;1910:164;2156:4;2149:5;2145:16;2139:23;2175:63;2232:4;2227:3;2223:14;2209:12;2175:63;:::i;:::-;2084:164;1864:391;1750:505;;:::o;2261:295::-;2388:10;2409:104;2509:3;2501:6;2409:104;:::i;:::-;2545:4;2540:3;2536:14;2522:28;;2261:295;;;;:::o;2562:142::-;2661:4;2693;2688:3;2684:14;2676:22;;2562:142;;;:::o;2790:964::-;2967:3;2996:83;3073:5;2996:83;:::i;:::-;3095:115;3203:6;3198:3;3095:115;:::i;:::-;3088:122;;3234:85;3313:5;3234:85;:::i;:::-;3342:7;3373:1;3358:371;3383:6;3380:1;3377:13;3358:371;;;3459:6;3453:13;3486:121;3603:3;3588:13;3486:121;:::i;:::-;3479:128;;3630:89;3712:6;3630:89;:::i;:::-;3620:99;;3418:311;3405:1;3402;3398:9;3393:14;;3358:371;;;3362:14;3745:3;3738:10;;2972:782;;;2790:964;;;;:::o;3760:489::-;3961:4;3999:2;3988:9;3984:18;3976:26;;4048:9;4042:4;4038:20;4034:1;4023:9;4019:17;4012:47;4076:166;4237:4;4228:6;4076:166;:::i;:::-;4068:174;;3760:489;;;;:::o;4255:117::-;4364:1;4361;4354:12;4378:102;4419:6;4470:2;4466:7;4461:2;4454:5;4450:14;4446:28;4436:38;;4378:102;;;:::o;4486:180::-;4534:77;4531:1;4524:88;4631:4;4628:1;4621:15;4655:4;4652:1;4645:15;4672:281;4755:27;4777:4;4755:27;:::i;:::-;4747:6;4743:40;4885:6;4873:10;4870:22;4849:18;4837:10;4834:34;4831:62;4828:88;;;4896:18;;:::i;:::-;4828:88;4936:10;4932:2;4925:22;4715:238;4672:281;;:::o;4959:129::-;4993:6;5020:20;;:::i;:::-;5010:30;;5049:33;5077:4;5069:6;5049:33;:::i;:::-;4959:129;;;:::o;5094:340::-;5200:4;5290:18;5282:6;5279:30;5276:56;;;5312:18;;:::i;:::-;5276:56;5362:4;5354:6;5350:17;5342:25;;5422:4;5416;5412:15;5404:23;;5094:340;;;:::o;5440:117::-;5549:1;5546;5539:12;5563:117;5672:1;5669;5662:12;5849:578;5927:5;5971:4;5959:9;5954:3;5950:19;5946:30;5943:117;;;5979:79;;:::i;:::-;5943:117;6078:21;6094:4;6078:21;:::i;:::-;6069:30;;6158:1;6198:49;6243:3;6234:6;6223:9;6219:22;6198:49;:::i;:::-;6191:4;6184:5;6180:16;6173:75;6109:150;6318:2;6359:49;6404:3;6395:6;6384:9;6380:22;6359:49;:::i;:::-;6352:4;6345:5;6341:16;6334:75;6269:151;5849:578;;;;:::o;6475:797::-;6600:5;6625:110;6641:93;6727:6;6641:93;:::i;:::-;6625:110;:::i;:::-;6616:119;;6755:5;6784:6;6777:5;6770:21;6818:4;6811:5;6807:16;6800:23;;6871:4;6863:6;6859:17;6851:6;6847:30;6900:3;6892:6;6889:15;6886:122;;;6919:79;;:::i;:::-;6886:122;7034:6;7017:249;7051:6;7046:3;7043:15;7017:249;;;7126:3;7155:66;7217:3;7205:10;7155:66;:::i;:::-;7150:3;7143:79;7251:4;7246:3;7242:14;7235:21;;7093:173;7077:4;7072:3;7068:14;7061:21;;7017:249;;;7021:21;6606:666;;6475:797;;;;;:::o;7320:428::-;7420:5;7469:3;7462:4;7454:6;7450:17;7446:27;7436:122;;7477:79;;:::i;:::-;7436:122;7594:6;7581:20;7619:123;7738:3;7730:6;7723:4;7715:6;7711:17;7619:123;:::i;:::-;7610:132;;7426:322;7320:428;;;;:::o;7754:742::-;7876:6;7884;7933:2;7921:9;7912:7;7908:23;7904:32;7901:119;;;7939:79;;:::i;:::-;7901:119;8059:1;8084:53;8129:7;8120:6;8109:9;8105:22;8084:53;:::i;:::-;8074:63;;8030:117;8214:2;8203:9;8199:18;8186:32;8245:18;8237:6;8234:30;8231:117;;;8267:79;;:::i;:::-;8231:117;8372:107;8471:7;8462:6;8451:9;8447:22;8372:107;:::i;:::-;8362:117;;8157:332;7754:742;;;;;:::o;8502:128::-;8539:7;8579:44;8572:5;8568:56;8557:67;;8502:128;;;:::o;8636:122::-;8709:24;8727:5;8709:24;:::i;:::-;8702:5;8699:35;8689:63;;8748:1;8745;8738:12;8689:63;8636:122;:::o;8764:126::-;8801:7;8841:42;8834:5;8830:54;8819:65;;8764:126;;;:::o;8896:96::-;8933:7;8962:24;8980:5;8962:24;:::i;:::-;8951:35;;8896:96;;;:::o;8998:181::-;9044:5;9082:6;9069:20;9060:29;;9098:33;9125:5;9098:33;:::i;:::-;9149:24;9167:5;9149:24;:::i;:::-;9140:33;;8998:181;;;;:::o;9185:474::-;9253:6;9261;9310:2;9298:9;9289:7;9285:23;9281:32;9278:119;;;9316:79;;:::i;:::-;9278:119;9436:1;9461:53;9506:7;9497:6;9486:9;9482:22;9461:53;:::i;:::-;9451:63;;9407:117;9563:2;9589:53;9634:7;9625:6;9614:9;9610:22;9589:53;:::i;:::-;9579:63;;9534:118;9185:474;;;;;:::o;9665:101::-;9701:7;9741:18;9734:5;9730:30;9719:41;;9665:101;;;:::o;9772:120::-;9844:23;9861:5;9844:23;:::i;:::-;9837:5;9834:34;9824:62;;9882:1;9879;9872:12;9824:62;9772:120;:::o;9898:137::-;9943:5;9981:6;9968:20;9959:29;;9997:32;10023:5;9997:32;:::i;:::-;9898:137;;;;:::o;10041:327::-;10099:6;10148:2;10136:9;10127:7;10123:23;10119:32;10116:119;;;10154:79;;:::i;:::-;10116:119;10274:1;10299:52;10343:7;10334:6;10323:9;10319:22;10299:52;:::i;:::-;10289:62;;10245:116;10041:327;;;;:::o;10374:90::-;10408:7;10451:5;10444:13;10437:21;10426:32;;10374:90;;;:::o;10470:109::-;10551:21;10566:5;10551:21;:::i;:::-;10546:3;10539:34;10470:109;;:::o;10585:210::-;10672:4;10710:2;10699:9;10695:18;10687:26;;10723:65;10785:1;10774:9;10770:17;10761:6;10723:65;:::i;:::-;10585:210;;;;:::o;10801:77::-;10838:7;10867:5;10856:16;;10801:77;;;:::o;10884:122::-;10957:24;10975:5;10957:24;:::i;:::-;10950:5;10947:35;10937:63;;10996:1;10993;10986:12;10937:63;10884:122;:::o;11012:139::-;11058:5;11096:6;11083:20;11074:29;;11112:33;11139:5;11112:33;:::i;:::-;11012:139;;;;:::o;11157:474::-;11225:6;11233;11282:2;11270:9;11261:7;11257:23;11253:32;11250:119;;;11288:79;;:::i;:::-;11250:119;11408:1;11433:53;11478:7;11469:6;11458:9;11454:22;11433:53;:::i;:::-;11423:63;;11379:117;11535:2;11561:53;11606:7;11597:6;11586:9;11582:22;11561:53;:::i;:::-;11551:63;;11506:118;11157:474;;;;;:::o;11637:329::-;11696:6;11745:2;11733:9;11724:7;11720:23;11716:32;11713:119;;;11751:79;;:::i;:::-;11713:119;11871:1;11896:53;11941:7;11932:6;11921:9;11917:22;11896:53;:::i;:::-;11886:63;;11842:117;11637:329;;;;:::o;11972:108::-;12049:24;12067:5;12049:24;:::i;:::-;12044:3;12037:37;11972:108;;:::o;12086:::-;12163:24;12181:5;12163:24;:::i;:::-;12158:3;12151:37;12086:108;;:::o;12200:99::-;12271:21;12286:5;12271:21;:::i;:::-;12266:3;12259:34;12200:99;;:::o;12305:109::-;12341:7;12381:26;12374:5;12370:38;12359:49;;12305:109;;;:::o;12420:105::-;12495:23;12512:5;12495:23;:::i;:::-;12490:3;12483:36;12420:105;;:::o;12585:1950::-;12728:6;12723:3;12719:16;12819:4;12812:5;12808:16;12802:23;12838:63;12895:4;12890:3;12886:14;12872:12;12838:63;:::i;:::-;12745:166;12994:4;12987:5;12983:16;12977:23;13013:63;13070:4;13065:3;13061:14;13047:12;13013:63;:::i;:::-;12921:165;13182:4;13175:5;13171:16;13165:23;13201:63;13258:4;13253:3;13249:14;13235:12;13201:63;:::i;:::-;13096:178;13361:4;13354:5;13350:16;13344:23;13380:63;13437:4;13432:3;13428:14;13414:12;13380:63;:::i;:::-;13284:169;13542:4;13535:5;13531:16;13525:23;13561:63;13618:4;13613:3;13609:14;13595:12;13561:63;:::i;:::-;13463:171;13723:4;13716:5;13712:16;13706:23;13742:57;13793:4;13788:3;13784:14;13770:12;13742:57;:::i;:::-;13644:165;13897:4;13890:5;13886:16;13880:23;13916:57;13967:4;13962:3;13958:14;13944:12;13916:57;:::i;:::-;13819:164;14074:4;14067:5;14063:16;14057:23;14093:63;14150:4;14145:3;14141:14;14127:12;14093:63;:::i;:::-;13993:173;14254:6;14247:5;14243:18;14237:25;14275:63;14330:6;14325:3;14321:16;14307:12;14275:63;:::i;:::-;14176:172;14432:6;14425:5;14421:18;14415:25;14453:65;14510:6;14505:3;14501:16;14487:12;14453:65;:::i;:::-;14358:170;12697:1838;12585:1950;;:::o;14541:315::-;14680:4;14718:3;14707:9;14703:19;14695:27;;14732:117;14846:1;14835:9;14831:17;14822:6;14732:117;:::i;:::-;14541:315;;;;:::o;14862:118::-;14949:24;14967:5;14949:24;:::i;:::-;14944:3;14937:37;14862:118;;:::o;14986:222::-;15079:4;15117:2;15106:9;15102:18;15094:26;;15130:71;15198:1;15187:9;15183:17;15174:6;15130:71;:::i;:::-;14986:222;;;;:::o;15214:115::-;15299:23;15316:5;15299:23;:::i;:::-;15294:3;15287:36;15214:115;;:::o;15335:118::-;15422:24;15440:5;15422:24;:::i;:::-;15417:3;15410:37;15335:118;;:::o;15459:328::-;15578:4;15616:2;15605:9;15601:18;15593:26;;15629:69;15695:1;15684:9;15680:17;15671:6;15629:69;:::i;:::-;15708:72;15776:2;15765:9;15761:18;15752:6;15708:72;:::i;:::-;15459:328;;;;;:::o;15881:531::-;16048:4;16043:3;16039:14;16135:4;16128:5;16124:16;16118:23;16154:63;16211:4;16206:3;16202:14;16188:12;16154:63;:::i;:::-;16063:164;16313:4;16306:5;16302:16;16296:23;16332:63;16389:4;16384:3;16380:14;16366:12;16332:63;:::i;:::-;16237:168;16017:395;15881:531;;:::o;16418:362::-;16581:4;16619:2;16608:9;16604:18;16596:26;;16632:141;16770:1;16759:9;16755:17;16746:6;16632:141;:::i;:::-;16418:362;;;;:::o;16786:619::-;16863:6;16871;16879;16928:2;16916:9;16907:7;16903:23;16899:32;16896:119;;;16934:79;;:::i;:::-;16896:119;17054:1;17079:53;17124:7;17115:6;17104:9;17100:22;17079:53;:::i;:::-;17069:63;;17025:117;17181:2;17207:53;17252:7;17243:6;17232:9;17228:22;17207:53;:::i;:::-;17197:63;;17152:118;17309:2;17335:53;17380:7;17371:6;17360:9;17356:22;17335:53;:::i;:::-;17325:63;;17280:118;16786:619;;;;;:::o;17411:120::-;17483:23;17500:5;17483:23;:::i;:::-;17476:5;17473:34;17463:62;;17521:1;17518;17511:12;17463:62;17411:120;:::o;17537:137::-;17582:5;17620:6;17607:20;17598:29;;17636:32;17662:5;17636:32;:::i;:::-;17537:137;;;;:::o;17680:117::-;17789:1;17786;17779:12;17817:553;17875:8;17885:6;17935:3;17928:4;17920:6;17916:17;17912:27;17902:122;;17943:79;;:::i;:::-;17902:122;18056:6;18043:20;18033:30;;18086:18;18078:6;18075:30;18072:117;;;18108:79;;:::i;:::-;18072:117;18222:4;18214:6;18210:17;18198:29;;18276:3;18268:4;18260:6;18256:17;18246:8;18242:32;18239:41;18236:128;;;18283:79;;:::i;:::-;18236:128;17817:553;;;;;:::o;18376:1547::-;18509:6;18517;18525;18533;18541;18549;18557;18565;18573;18622:3;18610:9;18601:7;18597:23;18593:33;18590:120;;;18629:79;;:::i;:::-;18590:120;18749:1;18774:53;18819:7;18810:6;18799:9;18795:22;18774:53;:::i;:::-;18764:63;;18720:117;18876:2;18902:53;18947:7;18938:6;18927:9;18923:22;18902:53;:::i;:::-;18892:63;;18847:118;19004:2;19030:53;19075:7;19066:6;19055:9;19051:22;19030:53;:::i;:::-;19020:63;;18975:118;19132:2;19158:52;19202:7;19193:6;19182:9;19178:22;19158:52;:::i;:::-;19148:62;;19103:117;19259:3;19286:53;19331:7;19322:6;19311:9;19307:22;19286:53;:::i;:::-;19276:63;;19230:119;19388:3;19415:53;19460:7;19451:6;19440:9;19436:22;19415:53;:::i;:::-;19405:63;;19359:119;19517:3;19544:53;19589:7;19580:6;19569:9;19565:22;19544:53;:::i;:::-;19534:63;;19488:119;19674:3;19663:9;19659:19;19646:33;19706:18;19698:6;19695:30;19692:117;;;19728:79;;:::i;:::-;19692:117;19841:65;19898:7;19889:6;19878:9;19874:22;19841:65;:::i;:::-;19823:83;;;;19617:299;18376:1547;;;;;;;;;;;:::o;19929:118::-;20016:24;20034:5;20016:24;:::i;:::-;20011:3;20004:37;19929:118;;:::o;20053:222::-;20146:4;20184:2;20173:9;20169:18;20161:26;;20197:71;20265:1;20254:9;20250:17;20241:6;20197:71;:::i;:::-;20053:222;;;;:::o;20281:763::-;20366:6;20374;20382;20390;20439:3;20427:9;20418:7;20414:23;20410:33;20407:120;;;20446:79;;:::i;:::-;20407:120;20566:1;20591:53;20636:7;20627:6;20616:9;20612:22;20591:53;:::i;:::-;20581:63;;20537:117;20693:2;20719:53;20764:7;20755:6;20744:9;20740:22;20719:53;:::i;:::-;20709:63;;20664:118;20821:2;20847:53;20892:7;20883:6;20872:9;20868:22;20847:53;:::i;:::-;20837:63;;20792:118;20949:2;20975:52;21019:7;21010:6;20999:9;20995:22;20975:52;:::i;:::-;20965:62;;20920:117;20281:763;;;;;;;:::o;21050:180::-;21098:77;21095:1;21088:88;21195:4;21192:1;21185:15;21219:4;21216:1;21209:15;21236:137;21326:6;21360:5;21354:12;21344:22;;21236:137;;;:::o;21379:182::-;21469:4;21492:3;21484:11;;21515:3;21512:1;21505:14;21549:4;21546:1;21536:18;21528:26;;21379:182;;;:::o;21567:102::-;21609:8;21656:5;21653:1;21649:13;21628:34;;21567:102;;;:::o;21675:90::-;21725:7;21754:5;21743:16;;21675:90;;;:::o;21771:166::-;21840:5;21865:66;21896:34;21919:10;21896:34;:::i;:::-;21865:66;:::i;:::-;21856:75;;21771:166;;;:::o;22019:689::-;22161:4;22156:3;22152:14;22192:1;22267:4;22260:5;22256:16;22250:23;22237:36;;22306:55;22351:9;22306:55;:::i;:::-;22374:63;22431:4;22426:3;22422:14;22408:12;22374:63;:::i;:::-;22203:244;22521:4;22514:5;22510:16;22504:23;22491:36;;22560:55;22605:9;22560:55;:::i;:::-;22628:63;22685:4;22680:3;22676:14;22662:12;22628:63;:::i;:::-;22457:244;22130:578;;22019:689;;:::o;22714:289::-;22838:10;22859:101;22956:3;22948:6;22859:101;:::i;:::-;22992:4;22987:3;22983:14;22969:28;;22714:289;;;;:::o;23009:136::-;23102:4;23134;23129:3;23125:14;23117:22;;23009:136;;;:::o;23231:930::-;23402:3;23431:77;23502:5;23431:77;:::i;:::-;23524:115;23632:6;23627:3;23524:115;:::i;:::-;23517:122;;23663:79;23736:5;23663:79;:::i;:::-;23765:7;23796:1;23781:355;23806:6;23803:1;23800:13;23781:355;;;23876:6;23902:118;24016:3;24001:13;23902:118;:::i;:::-;23895:125;;24043:83;24119:6;24043:83;:::i;:::-;24033:93;;23841:295;23828:1;23825;23821:9;23816:14;;23781:355;;;23785:14;24152:3;24145:10;;23407:754;;;23231:930;;;;:::o;24167:477::-;24362:4;24400:2;24389:9;24385:18;24377:26;;24449:9;24443:4;24439:20;24435:1;24424:9;24420:17;24413:47;24477:160;24632:4;24623:6;24477:160;:::i;:::-;24469:168;;24167:477;;;;:::o;24650:169::-;24734:11;24768:6;24763:3;24756:19;24808:4;24803:3;24799:14;24784:29;;24650:169;;;;:::o;24825:171::-;24965:23;24961:1;24953:6;24949:14;24942:47;24825:171;:::o;25002:366::-;25144:3;25165:67;25229:2;25224:3;25165:67;:::i;:::-;25158:74;;25241:93;25330:3;25241:93;:::i;:::-;25359:2;25354:3;25350:12;25343:19;;25002:366;;;:::o;25374:419::-;25540:4;25578:2;25567:9;25563:18;25555:26;;25627:9;25621:4;25617:20;25613:1;25602:9;25598:17;25591:47;25655:131;25781:4;25655:131;:::i;:::-;25647:139;;25374:419;;;:::o;25799:224::-;25939:34;25935:1;25927:6;25923:14;25916:58;26008:7;26003:2;25995:6;25991:15;25984:32;25799:224;:::o;26029:366::-;26171:3;26192:67;26256:2;26251:3;26192:67;:::i;:::-;26185:74;;26268:93;26357:3;26268:93;:::i;:::-;26386:2;26381:3;26377:12;26370:19;;26029:366;;;:::o;26401:419::-;26567:4;26605:2;26594:9;26590:18;26582:26;;26654:9;26648:4;26644:20;26640:1;26629:9;26625:17;26618:47;26682:131;26808:4;26682:131;:::i;:::-;26674:139;;26401:419;;;:::o;26826:226::-;26966:34;26962:1;26954:6;26950:14;26943:58;27035:9;27030:2;27022:6;27018:15;27011:34;26826:226;:::o;27058:366::-;27200:3;27221:67;27285:2;27280:3;27221:67;:::i;:::-;27214:74;;27297:93;27386:3;27297:93;:::i;:::-;27415:2;27410:3;27406:12;27399:19;;27058:366;;;:::o;27430:419::-;27596:4;27634:2;27623:9;27619:18;27611:26;;27683:9;27677:4;27673:20;27669:1;27658:9;27654:17;27647:47;27711:131;27837:4;27711:131;:::i;:::-;27703:139;;27430:419;;;:::o;27855:218::-;27946:4;27984:2;27973:9;27969:18;27961:26;;27997:69;28063:1;28052:9;28048:17;28039:6;27997:69;:::i;:::-;27855:218;;;;:::o;28079:164::-;28219:16;28215:1;28207:6;28203:14;28196:40;28079:164;:::o;28249:366::-;28391:3;28412:67;28476:2;28471:3;28412:67;:::i;:::-;28405:74;;28488:93;28577:3;28488:93;:::i;:::-;28606:2;28601:3;28597:12;28590:19;;28249:366;;;:::o;28621:419::-;28787:4;28825:2;28814:9;28810:18;28802:26;;28874:9;28868:4;28864:20;28860:1;28849:9;28845:17;28838:47;28902:131;29028:4;28902:131;:::i;:::-;28894:139;;28621:419;;;:::o;29046:164::-;29186:16;29182:1;29174:6;29170:14;29163:40;29046:164;:::o;29216:366::-;29358:3;29379:67;29443:2;29438:3;29379:67;:::i;:::-;29372:74;;29455:93;29544:3;29455:93;:::i;:::-;29573:2;29568:3;29564:12;29557:19;;29216:366;;;:::o;29588:419::-;29754:4;29792:2;29781:9;29777:18;29769:26;;29841:9;29835:4;29831:20;29827:1;29816:9;29812:17;29805:47;29869:131;29995:4;29869:131;:::i;:::-;29861:139;;29588:419;;;:::o;30013:163::-;30153:15;30149:1;30141:6;30137:14;30130:39;30013:163;:::o;30182:366::-;30324:3;30345:67;30409:2;30404:3;30345:67;:::i;:::-;30338:74;;30421:93;30510:3;30421:93;:::i;:::-;30539:2;30534:3;30530:12;30523:19;;30182:366;;;:::o;30554:419::-;30720:4;30758:2;30747:9;30743:18;30735:26;;30807:9;30801:4;30797:20;30793:1;30782:9;30778:17;30771:47;30835:131;30961:4;30835:131;:::i;:::-;30827:139;;30554:419;;;:::o;30979:171::-;31119:23;31115:1;31107:6;31103:14;31096:47;30979:171;:::o;31156:366::-;31298:3;31319:67;31383:2;31378:3;31319:67;:::i;:::-;31312:74;;31395:93;31484:3;31395:93;:::i;:::-;31513:2;31508:3;31504:12;31497:19;;31156:366;;;:::o;31528:419::-;31694:4;31732:2;31721:9;31717:18;31709:26;;31781:9;31775:4;31771:20;31767:1;31756:9;31752:17;31745:47;31809:131;31935:4;31809:131;:::i;:::-;31801:139;;31528:419;;;:::o;31953:332::-;32074:4;32112:2;32101:9;32097:18;32089:26;;32125:71;32193:1;32182:9;32178:17;32169:6;32125:71;:::i;:::-;32206:72;32274:2;32263:9;32259:18;32250:6;32206:72;:::i;:::-;31953:332;;;;;:::o;32291:116::-;32361:21;32376:5;32361:21;:::i;:::-;32354:5;32351:32;32341:60;;32397:1;32394;32387:12;32341:60;32291:116;:::o;32413:137::-;32467:5;32498:6;32492:13;32483:22;;32514:30;32538:5;32514:30;:::i;:::-;32413:137;;;;:::o;32556:345::-;32623:6;32672:2;32660:9;32651:7;32647:23;32643:32;32640:119;;;32678:79;;:::i;:::-;32640:119;32798:1;32823:61;32876:7;32867:6;32856:9;32852:22;32823:61;:::i;:::-;32813:71;;32769:125;32556:345;;;;:::o;32907:180::-;32955:77;32952:1;32945:88;33052:4;33049:1;33042:15;33076:4;33073:1;33066:15;33093:191;33133:3;33152:20;33170:1;33152:20;:::i;:::-;33147:25;;33186:20;33204:1;33186:20;:::i;:::-;33181:25;;33229:1;33226;33222:9;33215:16;;33250:3;33247:1;33244:10;33241:36;;;33257:18;;:::i;:::-;33241:36;33093:191;;;;:::o;33290:194::-;33330:4;33350:20;33368:1;33350:20;:::i;:::-;33345:25;;33384:20;33402:1;33384:20;:::i;:::-;33379:25;;33428:1;33425;33421:9;33413:17;;33452:1;33446:4;33443:11;33440:37;;;33457:18;;:::i;:::-;33440:37;33290:194;;;;:::o;33490:222::-;33583:4;33621:2;33610:9;33606:18;33598:26;;33634:71;33702:1;33691:9;33687:17;33678:6;33634:71;:::i;:::-;33490:222;;;;:::o;33718:228::-;33858:34;33854:1;33846:6;33842:14;33835:58;33927:11;33922:2;33914:6;33910:15;33903:36;33718:228;:::o;33952:366::-;34094:3;34115:67;34179:2;34174:3;34115:67;:::i;:::-;34108:74;;34191:93;34280:3;34191:93;:::i;:::-;34309:2;34304:3;34300:12;34293:19;;33952:366;;;:::o;34324:419::-;34490:4;34528:2;34517:9;34513:18;34505:26;;34577:9;34571:4;34567:20;34563:1;34552:9;34548:17;34541:47;34605:131;34731:4;34605:131;:::i;:::-;34597:139;;34324:419;;;:::o;34749:233::-;34889:34;34885:1;34877:6;34873:14;34866:58;34958:16;34953:2;34945:6;34941:15;34934:41;34749:233;:::o;34988:366::-;35130:3;35151:67;35215:2;35210:3;35151:67;:::i;:::-;35144:74;;35227:93;35316:3;35227:93;:::i;:::-;35345:2;35340:3;35336:12;35329:19;;34988:366;;;:::o;35360:419::-;35526:4;35564:2;35553:9;35549:18;35541:26;;35613:9;35607:4;35603:20;35599:1;35588:9;35584:17;35577:47;35641:131;35767:4;35641:131;:::i;:::-;35633:139;;35360:419;;;:::o;35785:85::-;35830:7;35859:5;35848:16;;35785:85;;;:::o;35876:86::-;35911:7;35951:4;35944:5;35940:16;35929:27;;35876:86;;;:::o;35968:60::-;35996:3;36017:5;36010:12;;35968:60;;;:::o;36034:154::-;36090:9;36123:59;36139:42;36148:32;36174:5;36148:32;:::i;:::-;36139:42;:::i;:::-;36123:59;:::i;:::-;36110:72;;36034:154;;;:::o;36194:143::-;36287:43;36324:5;36287:43;:::i;:::-;36282:3;36275:56;36194:143;;:::o;36343:234::-;36442:4;36480:2;36469:9;36465:18;36457:26;;36493:77;36567:1;36556:9;36552:17;36543:6;36493:77;:::i;:::-;36343:234;;;;:::o;36583:173::-;36723:25;36719:1;36711:6;36707:14;36700:49;36583:173;:::o;36762:366::-;36904:3;36925:67;36989:2;36984:3;36925:67;:::i;:::-;36918:74;;37001:93;37090:3;37001:93;:::i;:::-;37119:2;37114:3;37110:12;37103:19;;36762:366;;;:::o;37134:419::-;37300:4;37338:2;37327:9;37323:18;37315:26;;37387:9;37381:4;37377:20;37373:1;37362:9;37358:17;37351:47;37415:131;37541:4;37415:131;:::i;:::-;37407:139;;37134:419;;;:::o;37559:168::-;37699:20;37695:1;37687:6;37683:14;37676:44;37559:168;:::o;37733:366::-;37875:3;37896:67;37960:2;37955:3;37896:67;:::i;:::-;37889:74;;37972:93;38061:3;37972:93;:::i;:::-;38090:2;38085:3;38081:12;38074:19;;37733:366;;;:::o;38105:419::-;38271:4;38309:2;38298:9;38294:18;38286:26;;38358:9;38352:4;38348:20;38344:1;38333:9;38329:17;38322:47;38386:131;38512:4;38386:131;:::i;:::-;38378:139;;38105:419;;;:::o;38530:442::-;38679:4;38717:2;38706:9;38702:18;38694:26;;38730:71;38798:1;38787:9;38783:17;38774:6;38730:71;:::i;:::-;38811:72;38879:2;38868:9;38864:18;38855:6;38811:72;:::i;:::-;38893;38961:2;38950:9;38946:18;38937:6;38893:72;:::i;:::-;38530:442;;;;;;:::o;38978:233::-;39017:3;39040:24;39058:5;39040:24;:::i;:::-;39031:33;;39086:66;39079:5;39076:77;39073:103;;39156:18;;:::i;:::-;39073:103;39203:1;39196:5;39192:13;39185:20;;38978:233;;;:::o;39217:410::-;39257:7;39280:20;39298:1;39280:20;:::i;:::-;39275:25;;39314:20;39332:1;39314:20;:::i;:::-;39309:25;;39369:1;39366;39362:9;39391:30;39409:11;39391:30;:::i;:::-;39380:41;;39570:1;39561:7;39557:15;39554:1;39551:22;39531:1;39524:9;39504:83;39481:139;;39600:18;;:::i;:::-;39481:139;39265:362;39217:410;;;;:::o;39633:180::-;39681:77;39678:1;39671:88;39778:4;39775:1;39768:15;39802:4;39799:1;39792:15;39819:185;39859:1;39876:20;39894:1;39876:20;:::i;:::-;39871:25;;39910:20;39928:1;39910:20;:::i;:::-;39905:25;;39949:1;39939:35;;39954:18;;:::i;:::-;39939:35;39996:1;39993;39989:9;39984:14;;39819:185;;;;:::o;40010:140::-;40059:9;40092:52;40110:33;40119:23;40136:5;40119:23;:::i;:::-;40110:33;:::i;:::-;40092:52;:::i;:::-;40079:65;;40010:140;;;:::o;40156:129::-;40242:36;40272:5;40242:36;:::i;:::-;40237:3;40230:49;40156:129;;:::o;40291:146::-;40388:6;40383:3;40378;40365:30;40429:1;40420:6;40415:3;40411:16;40404:27;40291:146;;;:::o;40467:317::-;40565:3;40586:71;40650:6;40645:3;40586:71;:::i;:::-;40579:78;;40667:56;40716:6;40711:3;40704:5;40667:56;:::i;:::-;40748:29;40770:6;40748:29;:::i;:::-;40743:3;40739:39;40732:46;;40467:317;;;;;:::o;40790:773::-;41024:4;41062:3;41051:9;41047:19;41039:27;;41076:71;41144:1;41133:9;41129:17;41120:6;41076:71;:::i;:::-;41157:72;41225:2;41214:9;41210:18;41201:6;41157:72;:::i;:::-;41239:71;41306:2;41295:9;41291:18;41282:6;41239:71;:::i;:::-;41320:72;41388:2;41377:9;41373:18;41364:6;41320:72;:::i;:::-;41440:9;41434:4;41430:20;41424:3;41413:9;41409:19;41402:49;41468:88;41551:4;41542:6;41534;41468:88;:::i;:::-;41460:96;;40790:773;;;;;;;;;:::o;41569:216::-;41608:4;41628:19;41645:1;41628:19;:::i;:::-;41623:24;;41661:19;41678:1;41661:19;:::i;:::-;41656:24;;41704:1;41701;41697:9;41689:17;;41728:26;41722:4;41719:36;41716:62;;;41758:18;;:::i;:::-;41716:62;41569:216;;;;:::o;41791:138::-;41839:9;41872:51;41889:33;41898:23;41915:5;41898:23;:::i;:::-;41889:33;:::i;:::-;41872:51;:::i;:::-;41859:64;;41791:138;;;:::o;41935:127::-;42020:35;42049:5;42020:35;:::i;:::-;42015:3;42008:48;41935:127;;:::o;42068:328::-;42187:4;42225:2;42214:9;42210:18;42202:26;;42238:71;42306:1;42295:9;42291:17;42282:6;42238:71;:::i;:::-;42319:70;42385:2;42374:9;42370:18;42361:6;42319:70;:::i;:::-;42068:328;;;;;:::o;42402:182::-;42542:34;42538:1;42530:6;42526:14;42519:58;42402:182;:::o;42590:366::-;42732:3;42753:67;42817:2;42812:3;42753:67;:::i;:::-;42746:74;;42829:93;42918:3;42829:93;:::i;:::-;42947:2;42942:3;42938:12;42931:19;;42590:366;;;:::o;42962:419::-;43128:4;43166:2;43155:9;43151:18;43143:26;;43215:9;43209:4;43205:20;43201:1;43190:9;43186:17;43179:47;43243:131;43369:4;43243:131;:::i;:::-;43235:139;;42962:419;;;:::o;43387:230::-;43527:34;43523:1;43515:6;43511:14;43504:58;43596:13;43591:2;43583:6;43579:15;43572:38;43387:230;:::o;43623:366::-;43765:3;43786:67;43850:2;43845:3;43786:67;:::i;:::-;43779:74;;43862:93;43951:3;43862:93;:::i;:::-;43980:2;43975:3;43971:12;43964:19;;43623:366;;;:::o;43995:419::-;44161:4;44199:2;44188:9;44184:18;44176:26;;44248:9;44242:4;44238:20;44234:1;44223:9;44219:17;44212:47;44276:131;44402:4;44276:131;:::i;:::-;44268:139;;43995:419;;;:::o;44420:166::-;44560:18;44556:1;44548:6;44544:14;44537:42;44420:166;:::o;44592:366::-;44734:3;44755:67;44819:2;44814:3;44755:67;:::i;:::-;44748:74;;44831:93;44920:3;44831:93;:::i;:::-;44949:2;44944:3;44940:12;44933:19;;44592:366;;;:::o;44964:419::-;45130:4;45168:2;45157:9;45153:18;45145:26;;45217:9;45211:4;45207:20;45203:1;45192:9;45188:17;45181:47;45245:131;45371:4;45245:131;:::i;:::-;45237:139;;44964:419;;;:::o;45389:167::-;45529:19;45525:1;45517:6;45513:14;45506:43;45389:167;:::o;45562:366::-;45704:3;45725:67;45789:2;45784:3;45725:67;:::i;:::-;45718:74;;45801:93;45890:3;45801:93;:::i;:::-;45919:2;45914:3;45910:12;45903:19;;45562:366;;;:::o;45934:419::-;46100:4;46138:2;46127:9;46123:18;46115:26;;46187:9;46181:4;46177:20;46173:1;46162:9;46158:17;46151:47;46215:131;46341:4;46215:131;:::i;:::-;46207:139;;45934:419;;;:::o;46359:162::-;46499:14;46495:1;46487:6;46483:14;46476:38;46359:162;:::o;46527:366::-;46669:3;46690:67;46754:2;46749:3;46690:67;:::i;:::-;46683:74;;46766:93;46855:3;46766:93;:::i;:::-;46884:2;46879:3;46875:12;46868:19;;46527:366;;;:::o;46899:419::-;47065:4;47103:2;47092:9;47088:18;47080:26;;47152:9;47146:4;47142:20;47138:1;47127:9;47123:17;47116:47;47180:131;47306:4;47180:131;:::i;:::-;47172:139;;46899:419;;;:::o;47324:166::-;47464:18;47460:1;47452:6;47448:14;47441:42;47324:166;:::o;47496:366::-;47638:3;47659:67;47723:2;47718:3;47659:67;:::i;:::-;47652:74;;47735:93;47824:3;47735:93;:::i;:::-;47853:2;47848:3;47844:12;47837:19;;47496:366;;;:::o;47868:419::-;48034:4;48072:2;48061:9;48057:18;48049:26;;48121:9;48115:4;48111:20;48107:1;48096:9;48092:17;48085:47;48149:131;48275:4;48149:131;:::i;:::-;48141:139;;47868:419;;;:::o;48293:172::-;48433:24;48429:1;48421:6;48417:14;48410:48;48293:172;:::o;48471:366::-;48613:3;48634:67;48698:2;48693:3;48634:67;:::i;:::-;48627:74;;48710:93;48799:3;48710:93;:::i;:::-;48828:2;48823:3;48819:12;48812:19;;48471:366;;;:::o;48843:419::-;49009:4;49047:2;49036:9;49032:18;49024:26;;49096:9;49090:4;49086:20;49082:1;49071:9;49067:17;49060:47;49124:131;49250:4;49124:131;:::i;:::-;49116:139;;48843:419;;;:::o;49268:175::-;49408:27;49404:1;49396:6;49392:14;49385:51;49268:175;:::o;49449:366::-;49591:3;49612:67;49676:2;49671:3;49612:67;:::i;:::-;49605:74;;49688:93;49777:3;49688:93;:::i;:::-;49806:2;49801:3;49797:12;49790:19;;49449:366;;;:::o;49821:419::-;49987:4;50025:2;50014:9;50010:18;50002:26;;50074:9;50068:4;50064:20;50060:1;50049:9;50045:17;50038:47;50102:131;50228:4;50102:131;:::i;:::-;50094:139;;49821:419;;;:::o;50246:170::-;50386:22;50382:1;50374:6;50370:14;50363:46;50246:170;:::o;50422:366::-;50564:3;50585:67;50649:2;50644:3;50585:67;:::i;:::-;50578:74;;50661:93;50750:3;50661:93;:::i;:::-;50779:2;50774:3;50770:12;50763:19;;50422:366;;;:::o;50794:419::-;50960:4;50998:2;50987:9;50983:18;50975:26;;51047:9;51041:4;51037:20;51033:1;51022:9;51018:17;51011:47;51075:131;51201:4;51075:131;:::i;:::-;51067:139;;50794:419;;;:::o", + "source": "// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\n\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\n/**\n * @title Gateway\n * @notice This contract serves as a gateway for creating orders and managing settlements.\n */\ncontract Gateway is IGateway, GatewaySettingManager, PausableUpgradeable {\n\tstruct fee {\n\t\tuint256 protocolFee;\n\t\tuint256 liquidityProviderAmount;\n\t}\n\n\tmapping(bytes32 => Order) private order;\n\tmapping(address => uint256) private _nonce;\n\tuint256[50] private __gap;\n\n\t/// @custom:oz-upgrades-unsafe-allow constructor\n\tconstructor() {\n\t\t_disableInitializers();\n\t}\n\n\t/**\n\t * @dev Initialize function.\n\t */\n\tfunction initialize() external initializer {\n\t\tMAX_BPS = 100_000;\n\t\t__Ownable2Step_init();\n\t\t__Pausable_init();\n\t}\n\n\t/**\n\t * @dev Modifier that allows only the aggregator to call a function.\n\t */\n\tmodifier onlyAggregator() {\n\t\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\n\t\t_;\n\t}\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\t/**\n\t * @dev Pause the contract.\n\t */\n\tfunction pause() external onlyOwner {\n\t\t_pause();\n\t}\n\n\t/**\n\t * @dev Unpause the contract.\n\t */\n\tfunction unpause() external onlyOwner {\n\t\t_unpause();\n\t}\n\n\t/* ##################################################################\n USER CALLS\n ################################################################## */\n\t/** @dev See {createOrder-IGateway}. */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external whenNotPaused returns (bytes32 orderId) {\n\t\t// checks that are required\n\t\t_handler(\n\t\t\t_token,\n\t\t\t_amount,\n\t\t\t_refundAddress,\n\t\t\t_senderFeeRecipient,\n\t\t\t_senderFee,\n\t\t\t_institutionCode\n\t\t);\n\n\t\t// validate messageHash\n\t\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\n\n\t\t// transfer token from msg.sender to contract\n\t\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\n\n\t\t// increase users nonce to avoid replay attacks\n\t\t_nonce[msg.sender]++;\n\n\t\t// generate transaction id for the transaction\n\t\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\n\n\t\t// update transaction\n\t\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\n\t\torder[orderId] = Order({\n\t\t\tsender: msg.sender,\n\t\t\ttoken: _token,\n\t\t\tsenderFeeRecipient: _senderFeeRecipient,\n\t\t\tsenderFee: _senderFee,\n\t\t\tprotocolFee: _protocolFee,\n\t\t\tisFulfilled: false,\n\t\t\tisRefunded: false,\n\t\t\trefundAddress: _refundAddress,\n\t\t\tcurrentBPS: uint64(MAX_BPS),\n\t\t\tamount: _amount - _protocolFee\n\t\t});\n\n\t\t// emit order created event\n\t\temit OrderCreated(\n\t\t\torder[orderId].sender,\n\t\t\t_token,\n\t\t\torder[orderId].amount,\n\t\t\t_protocolFee,\n\t\t\torderId,\n\t\t\t_rate,\n\t\t\t_institutionCode,\n\t\t\tmessageHash\n\t\t);\n\t}\n\n\t/**\n\t * @dev Internal function to handle order creation.\n\t * @param _token The address of the token being traded.\n\t * @param _amount The amount of tokens being traded.\n\t * @param _refundAddress The address to refund the tokens in case of cancellation.\n\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\n\t * @param _senderFee The amount of the sender fee.\n\t * @param _institutionCode The code of the institution associated with the order.\n\t */\n\tfunction _handler(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\taddress _refundAddress,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\tbytes32 _institutionCode\n\t) internal view {\n\t\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\n\t\trequire(_amount != 0, 'AmountIsZero');\n\t\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\n\t\trequire(\n\t\t\tsupportedInstitutionsByCode[_institutionCode].name != bytes32(0),\n\t\t\t'InvalidInstitutionCode'\n\t\t);\n\n\t\tif (_senderFee != 0) {\n\t\t\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\n\t\t}\n\t}\n\n\t/* ##################################################################\n AGGREGATOR FUNCTIONS\n ################################################################## */\n\t/** @dev See {settle-IGateway}. */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\n\t\t// load the token into memory\n\t\taddress token = order[_orderId].token;\n\n\t\t// subtract sum of amount based on the input _settlePercent\n\t\torder[_orderId].currentBPS -= _settlePercent;\n\n\t\tif (order[_orderId].currentBPS == 0) {\n\t\t\t// update the transaction to be fulfilled\n\t\t\torder[_orderId].isFulfilled = true;\n\n\t\t\tif (order[_orderId].senderFee != 0) {\n\t\t\t\t// transfer sender fee\n\t\t\t\tIERC20(order[_orderId].token).transfer(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\n\t\t\t\t// emit event\n\t\t\t\temit SenderFeeTransferred(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tif (order[_orderId].protocolFee != 0) {\n\t\t\t\t// transfer protocol fee\n\t\t\t\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\n\t\t\t}\n\t\t}\n\n\t\t// transfer to liquidity provider\n\t\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\n\t\torder[_orderId].amount -= liquidityProviderAmount;\n\t\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\n\n\t\t// emit settled event\n\t\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\n\n\t\treturn true;\n\t}\n\n\t/** @dev See {refund-IGateway}. */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\t\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\n\n\t\t// transfer refund fee to the treasury\n\t\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\n\n\t\t// reset state values\n\t\torder[_orderId].isRefunded = true;\n\t\torder[_orderId].currentBPS = 0;\n\n\t\t// deduct fee from order amount\n\t\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\n\n\t\t// transfer refund amount and sender fee to the refund address\n\t\tIERC20(order[_orderId].token).transfer(\n\t\t\torder[_orderId].refundAddress,\n\t\t\trefundAmount + order[_orderId].senderFee\n\t\t);\n\n\t\t// emit refunded event\n\t\temit OrderRefunded(_fee, _orderId);\n\n\t\treturn true;\n\t}\n\n\t/* ##################################################################\n VIEW CALLS\n ################################################################## */\n\t/** @dev See {getOrderInfo-IGateway}. */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\n\t\treturn order[_orderId];\n\t}\n\n\t/** @dev See {isTokenSupported-IGateway}. */\n\tfunction isTokenSupported(address _token) external view returns (bool) {\n\t\tif (_isTokenSupported[_token] == 1) return true;\n\t\treturn false;\n\t}\n\n\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory) {\n\t\treturn supportedInstitutionsByCode[_code];\n\t}\n\n\t/** @dev See {getSupportedInstitutions-IGateway}. */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory) {\n\t\treturn supportedInstitutions[_currency];\n\t}\n\n\t/** @dev See {getFeeDetails-IGateway}. */\n\tfunction getFeeDetails() external view returns (uint64, uint256) {\n\t\treturn (protocolFeePercent, MAX_BPS);\n\t}\n}\n", + "sourcePath": "/Users/chibie/paycrest/contracts/contracts/Gateway.sol", + "ast": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/Gateway.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Gateway": [ + 629 + ], + "GatewaySettingManager": [ + 897 + ], + "IERC20": [ + 3351 + ], + "IGateway": [ + 1685 + ], + "Initializable": [ + 2177 + ], + "PausableUpgradeable": [ + 2305 + ], + "SharedStructs": [ + 1698 + ] + }, + "id": 630, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "39:24:0" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "file": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "id": 2, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 630, + "sourceUnit": 2306, + "src": "65:78:0", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/GatewaySettingManager.sol", + "file": "./GatewaySettingManager.sol", + "id": 4, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 630, + "sourceUnit": 898, + "src": "145:66:0", + "symbolAliases": [ + { + "foreign": { + "id": 3, + "name": "GatewaySettingManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 897, + "src": "153:21:0", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/interfaces/IGateway.sol", + "file": "./interfaces/IGateway.sol", + "id": 7, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 630, + "sourceUnit": 1686, + "src": "212:59:0", + "symbolAliases": [ + { + "foreign": { + "id": 5, + "name": "IGateway", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1685, + "src": "220:8:0", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + }, + { + "foreign": { + "id": 6, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "230:6:0", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "file": "./libraries/SharedStructs.sol", + "id": 9, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 630, + "sourceUnit": 1699, + "src": "272:60:0", + "symbolAliases": [ + { + "foreign": { + "id": 8, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "280:13:0", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 11, + "name": "IGateway", + "nameLocations": [ + "471:8:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1685, + "src": "471:8:0" + }, + "id": 12, + "nodeType": "InheritanceSpecifier", + "src": "471:8:0" + }, + { + "baseName": { + "id": 13, + "name": "GatewaySettingManager", + "nameLocations": [ + "481:21:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 897, + "src": "481:21:0" + }, + "id": 14, + "nodeType": "InheritanceSpecifier", + "src": "481:21:0" + }, + { + "baseName": { + "id": 15, + "name": "PausableUpgradeable", + "nameLocations": [ + "504:19:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2305, + "src": "504:19:0" + }, + "id": 16, + "nodeType": "InheritanceSpecifier", + "src": "504:19:0" + } + ], + "canonicalName": "Gateway", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 10, + "nodeType": "StructuredDocumentation", + "src": "334:116:0", + "text": " @title Gateway\n @notice This contract serves as a gateway for creating orders and managing settlements." + }, + "fullyImplemented": true, + "id": 629, + "linearizedBaseContracts": [ + 629, + 2305, + 897, + 1875, + 2008, + 2686, + 2177, + 1685 + ], + "name": "Gateway", + "nameLocation": "460:7:0", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "Gateway.fee", + "id": 21, + "members": [ + { + "constant": false, + "id": 18, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "550:11:0", + "nodeType": "VariableDeclaration", + "scope": 21, + "src": "542:19:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 17, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "542:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 20, + "mutability": "mutable", + "name": "liquidityProviderAmount", + "nameLocation": "573:23:0", + "nodeType": "VariableDeclaration", + "scope": 21, + "src": "565:31:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 19, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "565:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "name": "fee", + "nameLocation": "534:3:0", + "nodeType": "StructDefinition", + "scope": 629, + "src": "527:73:0", + "visibility": "public" + }, + { + "constant": false, + "id": 26, + "mutability": "mutable", + "name": "order", + "nameLocation": "637:5:0", + "nodeType": "VariableDeclaration", + "scope": 629, + "src": "603:39:0", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order)" + }, + "typeName": { + "id": 25, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 22, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "611:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "603:25:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 24, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 23, + "name": "Order", + "nameLocations": [ + "622:5:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "622:5:0" + }, + "referencedDeclaration": 1594, + "src": "622:5:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 30, + "mutability": "mutable", + "name": "_nonce", + "nameLocation": "681:6:0", + "nodeType": "VariableDeclaration", + "scope": 629, + "src": "645:42:0", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "typeName": { + "id": 29, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 27, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "653:7:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "645:27:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 28, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "664:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 34, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "710:5:0", + "nodeType": "VariableDeclaration", + "scope": 629, + "src": "690:25:0", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage", + "typeString": "uint256[50]" + }, + "typeName": { + "baseType": { + "id": 31, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "690:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 33, + "length": { + "hexValue": "3530", + "id": 32, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "698:2:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_50_by_1", + "typeString": "int_const 50" + }, + "value": "50" + }, + "nodeType": "ArrayTypeName", + "src": "690:11:0", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr", + "typeString": "uint256[50]" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 41, + "nodeType": "Block", + "src": "783:30:0", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 38, + "name": "_disableInitializers", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2158, + "src": "787:20:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 39, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "787:22:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 40, + "nodeType": "ExpressionStatement", + "src": "787:22:0" + } + ] + }, + "documentation": { + "id": 35, + "nodeType": "StructuredDocumentation", + "src": "719:48:0", + "text": "@custom:oz-upgrades-unsafe-allow constructor" + }, + "id": 42, + "implemented": true, + "kind": "constructor", + "modifiers": [], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 36, + "nodeType": "ParameterList", + "parameters": [], + "src": "780:2:0" + }, + "returnParameters": { + "id": 37, + "nodeType": "ParameterList", + "parameters": [], + "src": "783:0:0" + }, + "scope": 629, + "src": "769:44:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 58, + "nodeType": "Block", + "src": "899:71:0", + "statements": [ + { + "expression": { + "id": 50, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 48, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "903:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "3130305f303030", + "id": 49, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "913:7:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_100000_by_1", + "typeString": "int_const 100000" + }, + "value": "100_000" + }, + "src": "903:17:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 51, + "nodeType": "ExpressionStatement", + "src": "903:17:0" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 52, + "name": "__Ownable2Step_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1795, + "src": "924:19:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 53, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "924:21:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 54, + "nodeType": "ExpressionStatement", + "src": "924:21:0" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 55, + "name": "__Pausable_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2209, + "src": "949:15:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 56, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "949:17:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 57, + "nodeType": "ExpressionStatement", + "src": "949:17:0" + } + ] + }, + "documentation": { + "id": 43, + "nodeType": "StructuredDocumentation", + "src": "816:38:0", + "text": " @dev Initialize function." + }, + "functionSelector": "8129fc1c", + "id": 59, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 46, + "kind": "modifierInvocation", + "modifierName": { + "id": 45, + "name": "initializer", + "nameLocations": [ + "887:11:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2079, + "src": "887:11:0" + }, + "nodeType": "ModifierInvocation", + "src": "887:11:0" + } + ], + "name": "initialize", + "nameLocation": "865:10:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 44, + "nodeType": "ParameterList", + "parameters": [], + "src": "875:2:0" + }, + "returnParameters": { + "id": 47, + "nodeType": "ParameterList", + "parameters": [], + "src": "899:0:0" + }, + "scope": 629, + "src": "856:114:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 71, + "nodeType": "Block", + "src": "1079:72:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 66, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 63, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "1091:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 64, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1095:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "1091:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 65, + "name": "_aggregatorAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 644, + "src": "1105:18:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1091:32:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f6e6c7941676772656761746f72", + "id": 67, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1125:16:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243", + "typeString": "literal_string \"OnlyAggregator\"" + }, + "value": "OnlyAggregator" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243", + "typeString": "literal_string \"OnlyAggregator\"" + } + ], + "id": 62, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1083:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 68, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1083:59:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 69, + "nodeType": "ExpressionStatement", + "src": "1083:59:0" + }, + { + "id": 70, + "nodeType": "PlaceholderStatement", + "src": "1146:1:0" + } + ] + }, + "documentation": { + "id": 60, + "nodeType": "StructuredDocumentation", + "src": "973:78:0", + "text": " @dev Modifier that allows only the aggregator to call a function." + }, + "id": 72, + "name": "onlyAggregator", + "nameLocation": "1062:14:0", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 61, + "nodeType": "ParameterList", + "parameters": [], + "src": "1076:2:0" + }, + "src": "1053:98:0", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 81, + "nodeType": "Block", + "src": "1422:16:0", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 78, + "name": "_pause", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2283, + "src": "1426:6:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 79, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1426:8:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 80, + "nodeType": "ExpressionStatement", + "src": "1426:8:0" + } + ] + }, + "documentation": { + "id": 73, + "nodeType": "StructuredDocumentation", + "src": "1347:37:0", + "text": " @dev Pause the contract." + }, + "functionSelector": "8456cb59", + "id": 82, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 76, + "kind": "modifierInvocation", + "modifierName": { + "id": 75, + "name": "onlyOwner", + "nameLocations": [ + "1412:9:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1412:9:0" + }, + "nodeType": "ModifierInvocation", + "src": "1412:9:0" + } + ], + "name": "pause", + "nameLocation": "1395:5:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 74, + "nodeType": "ParameterList", + "parameters": [], + "src": "1400:2:0" + }, + "returnParameters": { + "id": 77, + "nodeType": "ParameterList", + "parameters": [], + "src": "1422:0:0" + }, + "scope": 629, + "src": "1386:52:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 91, + "nodeType": "Block", + "src": "1520:18:0", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 88, + "name": "_unpause", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2299, + "src": "1524:8:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 89, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1524:10:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 90, + "nodeType": "ExpressionStatement", + "src": "1524:10:0" + } + ] + }, + "documentation": { + "id": 83, + "nodeType": "StructuredDocumentation", + "src": "1441:39:0", + "text": " @dev Unpause the contract." + }, + "functionSelector": "3f4ba83a", + "id": 92, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 86, + "kind": "modifierInvocation", + "modifierName": { + "id": 85, + "name": "onlyOwner", + "nameLocations": [ + "1510:9:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1510:9:0" + }, + "nodeType": "ModifierInvocation", + "src": "1510:9:0" + } + ], + "name": "unpause", + "nameLocation": "1491:7:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 84, + "nodeType": "ParameterList", + "parameters": [], + "src": "1498:2:0" + }, + "returnParameters": { + "id": 87, + "nodeType": "ParameterList", + "parameters": [], + "src": "1520:0:0" + }, + "scope": 629, + "src": "1482:56:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1616 + ], + "body": { + "id": 220, + "nodeType": "Block", + "src": "2034:1171:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 117, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 95, + "src": "2081:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 118, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 97, + "src": "2092:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 119, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 107, + "src": "2104:14:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 120, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 103, + "src": "2123:19:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 121, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 105, + "src": "2147:10:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 122, + "name": "_institutionCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 99, + "src": "2162:16:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 116, + "name": "_handler", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 292, + "src": "2068:8:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$_t_bytes32_$returns$__$", + "typeString": "function (address,uint256,address,address,uint256,bytes32) view" + } + }, + "id": 123, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2068:114:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 124, + "nodeType": "ExpressionStatement", + "src": "2068:114:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 132, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 128, + "name": "messageHash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 109, + "src": "2227:11:0", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + ], + "id": 127, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2221:5:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 126, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2221:5:0", + "typeDescriptions": {} + } + }, + "id": 129, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2221:18:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "id": 130, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2240:6:0", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2221:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 131, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2250:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "2221:30:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c69644d65737361676548617368", + "id": 133, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2253:20:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4", + "typeString": "literal_string \"InvalidMessageHash\"" + }, + "value": "InvalidMessageHash" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4", + "typeString": "literal_string \"InvalidMessageHash\"" + } + ], + "id": 125, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2213:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 134, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2213:61:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 135, + "nodeType": "ExpressionStatement", + "src": "2213:61:0" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "id": 140, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2355:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 141, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2359:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2355:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 144, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "2375:4:0", + "typeDescriptions": { + "typeIdentifier": "t_contract$_Gateway_$629", + "typeString": "contract Gateway" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_Gateway_$629", + "typeString": "contract Gateway" + } + ], + "id": 143, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2367:7:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 142, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2367:7:0", + "typeDescriptions": {} + } + }, + "id": 145, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2367:13:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 148, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 146, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 97, + "src": "2382:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 147, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 105, + "src": "2392:10:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2382:20:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 137, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 95, + "src": "2334:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 136, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "2327:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 138, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2327:14:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 139, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2342:12:0", + "memberName": "transferFrom", + "nodeType": "MemberAccess", + "referencedDeclaration": 3350, + "src": "2327:27:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,address,uint256) external returns (bool)" + } + }, + "id": 149, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2327:76:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 150, + "nodeType": "ExpressionStatement", + "src": "2327:76:0" + }, + { + "expression": { + "id": 155, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": false, + "src": "2458:20:0", + "subExpression": { + "baseExpression": { + "id": 151, + "name": "_nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 30, + "src": "2458:6:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 154, + "indexExpression": { + "expression": { + "id": 152, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2465:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 153, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2469:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2465:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2458:18:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 156, + "nodeType": "ExpressionStatement", + "src": "2458:20:0" + }, + { + "expression": { + "id": 169, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 157, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "2532:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "arguments": [ + { + "expression": { + "id": 161, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2563:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 162, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2567:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2563:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "baseExpression": { + "id": 163, + "name": "_nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 30, + "src": "2575:6:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 166, + "indexExpression": { + "expression": { + "id": 164, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2582:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 165, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2586:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2582:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2575:18:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 159, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967295, + "src": "2552:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 160, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2556:6:0", + "memberName": "encode", + "nodeType": "MemberAccess", + "src": "2552:10:0", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 167, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2552:42:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 158, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967288, + "src": "2542:9:0", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 168, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2542:53:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "2532:63:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 170, + "nodeType": "ExpressionStatement", + "src": "2532:63:0" + }, + { + "assignments": [ + 172 + ], + "declarations": [ + { + "constant": false, + "id": 172, + "mutability": "mutable", + "name": "_protocolFee", + "nameLocation": "2632:12:0", + "nodeType": "VariableDeclaration", + "scope": 220, + "src": "2624:20:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 171, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2624:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 179, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 178, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 175, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 173, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 97, + "src": "2648:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 174, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "2658:18:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "2648:28:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 176, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2647:30:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 177, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "2680:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2647:40:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2624:63:0" + }, + { + "expression": { + "id": 201, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 180, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "2691:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 182, + "indexExpression": { + "id": 181, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "2697:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2691:14:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "expression": { + "id": 184, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2727:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 185, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2731:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2727:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 186, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 95, + "src": "2749:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 187, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 103, + "src": "2780:19:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 188, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 105, + "src": "2815:10:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 189, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 172, + "src": "2843:12:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "hexValue": "66616c7365", + "id": 190, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2873:5:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "66616c7365", + "id": 191, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2895:5:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "id": 192, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 107, + "src": "2920:14:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 195, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "2958:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 194, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2951:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + }, + "typeName": { + "id": 193, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "2951:6:0", + "typeDescriptions": {} + } + }, + "id": 196, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2951:15:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 199, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 197, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 97, + "src": "2979:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 198, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 172, + "src": "2989:12:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2979:22:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 183, + "name": "Order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1594, + "src": "2708:5:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_Order_$1594_storage_ptr_$", + "typeString": "type(struct IGateway.Order storage pointer)" + } + }, + "id": 200, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "2719:6:0", + "2742:5:0", + "2760:18:0", + "2804:9:0", + "2830:11:0", + "2860:11:0", + "2883:10:0", + "2905:13:0", + "2939:10:0", + "2971:6:0" + ], + "names": [ + "sender", + "token", + "senderFeeRecipient", + "senderFee", + "protocolFee", + "isFulfilled", + "isRefunded", + "refundAddress", + "currentBPS", + "amount" + ], + "nodeType": "FunctionCall", + "src": "2708:298:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order memory" + } + }, + "src": "2691:315:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 202, + "nodeType": "ExpressionStatement", + "src": "2691:315:0" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 204, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "3063:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 206, + "indexExpression": { + "id": 205, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "3069:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3063:14:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 207, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3078:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "referencedDeclaration": 1575, + "src": "3063:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 208, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 95, + "src": "3089:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 209, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "3100:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 211, + "indexExpression": { + "id": 210, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "3106:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3100:14:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 212, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3115:6:0", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "3100:21:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 213, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 172, + "src": "3126:12:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 214, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "3143:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 215, + "name": "_rate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 101, + "src": "3155:5:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + { + "id": 216, + "name": "_institutionCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 99, + "src": "3165:16:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 217, + "name": "messageHash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 109, + "src": "3186:11:0", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + ], + "id": 203, + "name": "OrderCreated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1537, + "src": "3046:12:0", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (address,address,uint256,uint256,bytes32,uint256,bytes32,string memory)" + } + }, + "id": 218, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3046:155:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 219, + "nodeType": "EmitStatement", + "src": "3041:160:0" + } + ] + }, + "documentation": { + "id": 93, + "nodeType": "StructuredDocumentation", + "src": "1729:39:0", + "text": "@dev See {createOrder-IGateway}. " + }, + "functionSelector": "d12ff20a", + "id": 221, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 112, + "kind": "modifierInvocation", + "modifierName": { + "id": 111, + "name": "whenNotPaused", + "nameLocations": [ + "1994:13:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2227, + "src": "1994:13:0" + }, + "nodeType": "ModifierInvocation", + "src": "1994:13:0" + } + ], + "name": "createOrder", + "nameLocation": "1779:11:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 110, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 95, + "mutability": "mutable", + "name": "_token", + "nameLocation": "1802:6:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1794:14:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 94, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1794:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 97, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "1820:7:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1812:15:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 96, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1812:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 99, + "mutability": "mutable", + "name": "_institutionCode", + "nameLocation": "1839:16:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1831:24:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 98, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1831:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 101, + "mutability": "mutable", + "name": "_rate", + "nameLocation": "1866:5:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1859:12:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 100, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "1859:6:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 103, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "1883:19:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1875:27:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 102, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1875:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 105, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "1914:10:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1906:18:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 104, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1906:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 107, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "1936:14:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1928:22:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 106, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1928:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 109, + "mutability": "mutable", + "name": "messageHash", + "nameLocation": "1970:11:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1954:27:0", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string" + }, + "typeName": { + "id": 108, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1954:6:0", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1790:194:0" + }, + "returnParameters": { + "id": 115, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 114, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "2025:7:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "2017:15:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 113, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2017:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2016:17:0" + }, + "scope": 629, + "src": "1770:1435:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 291, + "nodeType": "Block", + "src": "3860:389:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 242, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "baseExpression": { + "id": 238, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "3872:17:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 240, + "indexExpression": { + "id": 239, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 224, + "src": "3890:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3872:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 241, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3901:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3872:30:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "546f6b656e4e6f74537570706f72746564", + "id": 243, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3904:19:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1", + "typeString": "literal_string \"TokenNotSupported\"" + }, + "value": "TokenNotSupported" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1", + "typeString": "literal_string \"TokenNotSupported\"" + } + ], + "id": 237, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3864:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 244, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3864:60:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 245, + "nodeType": "ExpressionStatement", + "src": "3864:60:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 249, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 247, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 226, + "src": "3936:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 248, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3947:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "3936:12:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416d6f756e7449735a65726f", + "id": 250, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3950:14:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2", + "typeString": "literal_string \"AmountIsZero\"" + }, + "value": "AmountIsZero" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2", + "typeString": "literal_string \"AmountIsZero\"" + } + ], + "id": 246, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3928:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 251, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3928:37:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 252, + "nodeType": "ExpressionStatement", + "src": "3928:37:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 259, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 254, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 228, + "src": "3977:14:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 257, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4003:1:0", + "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": 256, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3995:7:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 255, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3995:7:0", + "typeDescriptions": {} + } + }, + "id": 258, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3995:10:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3977:28:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "5468726f775a65726f41646472657373", + "id": 260, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4007:18:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7", + "typeString": "literal_string \"ThrowZeroAddress\"" + }, + "value": "ThrowZeroAddress" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7", + "typeString": "literal_string \"ThrowZeroAddress\"" + } + ], + "id": 253, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3969:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 261, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3969:57:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 262, + "nodeType": "ExpressionStatement", + "src": "3969:57:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 272, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 264, + "name": "supportedInstitutionsByCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 663, + "src": "4042:27:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)" + } + }, + "id": 266, + "indexExpression": { + "id": 265, + "name": "_institutionCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 234, + "src": "4070:16:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4042:45:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "id": 267, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4088:4:0", + "memberName": "name", + "nodeType": "MemberAccess", + "referencedDeclaration": 1694, + "src": "4042:50:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 270, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4104:1:0", + "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": 269, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4096:7:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 268, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4096:7:0", + "typeDescriptions": {} + } + }, + "id": 271, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4096:10:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "4042:64:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c6964496e737469747574696f6e436f6465", + "id": 273, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4111:24:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5", + "typeString": "literal_string \"InvalidInstitutionCode\"" + }, + "value": "InvalidInstitutionCode" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5", + "typeString": "literal_string \"InvalidInstitutionCode\"" + } + ], + "id": 263, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4030:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 274, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4030:109:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 275, + "nodeType": "ExpressionStatement", + "src": "4030:109:0" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 278, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 276, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 232, + "src": "4148:10:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 277, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4162:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4148:15:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 290, + "nodeType": "IfStatement", + "src": "4144:102:0", + "trueBody": { + "id": 289, + "nodeType": "Block", + "src": "4165:81:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 285, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 280, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 230, + "src": "4178:19:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 283, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4209:1:0", + "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": 282, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4201:7:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 281, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4201:7:0", + "typeDescriptions": {} + } + }, + "id": 284, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4201:10:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "4178:33:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c696453656e646572466565526563697069656e74", + "id": 286, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4213:27:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8", + "typeString": "literal_string \"InvalidSenderFeeRecipient\"" + }, + "value": "InvalidSenderFeeRecipient" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8", + "typeString": "literal_string \"InvalidSenderFeeRecipient\"" + } + ], + "id": 279, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4170:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 287, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4170:71:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 288, + "nodeType": "ExpressionStatement", + "src": "4170:71:0" + } + ] + } + } + ] + }, + "documentation": { + "id": 222, + "nodeType": "StructuredDocumentation", + "src": "3208:471:0", + "text": " @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee.\n @param _institutionCode The code of the institution associated with the order." + }, + "id": 292, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_handler", + "nameLocation": "3690:8:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 235, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 224, + "mutability": "mutable", + "name": "_token", + "nameLocation": "3710:6:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3702:14:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 223, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3702:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 226, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "3728:7:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3720:15:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 225, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3720:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 228, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "3747:14:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3739:22:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 227, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3739:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 230, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "3773:19:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3765:27:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 229, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3765:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 232, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "3804:10:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3796:18:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 231, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3796:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 234, + "mutability": "mutable", + "name": "_institutionCode", + "nameLocation": "3826:16:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3818:24:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 233, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3818:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "3698:147:0" + }, + "returnParameters": { + "id": 236, + "nodeType": "ParameterList", + "parameters": [], + "src": "3860:0:0" + }, + "scope": 629, + "src": "3681:568:0", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "baseFunctions": [ + 1630 + ], + "body": { + "id": 446, + "nodeType": "Block", + "src": "4644:1337:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 313, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4707:28:0", + "subExpression": { + "expression": { + "baseExpression": { + "id": 309, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "4708:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 311, + "indexExpression": { + "id": 310, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "4714:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4708:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 312, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4724:11:0", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "4708:27:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f7264657246756c66696c6c6564", + "id": 314, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4737:16:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + }, + "value": "OrderFulfilled" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + } + ], + "id": 308, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4699:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 315, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4699:55:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 316, + "nodeType": "ExpressionStatement", + "src": "4699:55:0" + }, + { + "expression": { + "arguments": [ + { + "id": 322, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4766:27:0", + "subExpression": { + "expression": { + "baseExpression": { + "id": 318, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "4767:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 320, + "indexExpression": { + "id": 319, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "4773:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4767:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 321, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4783:10:0", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "4767:26:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f72646572526566756e646564", + "id": 323, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4795:15:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + }, + "value": "OrderRefunded" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + } + ], + "id": 317, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4758:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 324, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4758:53:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 325, + "nodeType": "ExpressionStatement", + "src": "4758:53:0" + }, + { + "assignments": [ + 327 + ], + "declarations": [ + { + "constant": false, + "id": 327, + "mutability": "mutable", + "name": "token", + "nameLocation": "4856:5:0", + "nodeType": "VariableDeclaration", + "scope": 446, + "src": "4848:13:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 326, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4848:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 332, + "initialValue": { + "expression": { + "baseExpression": { + "id": 328, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "4864:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 330, + "indexExpression": { + "id": 329, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "4870:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4864:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 331, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4880:5:0", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "4864:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4848:37:0" + }, + { + "expression": { + "id": 338, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 333, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "4952:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 335, + "indexExpression": { + "id": 334, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "4958:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4952:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 336, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "4968:10:0", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "4952:26:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 337, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 301, + "src": "4982:14:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "4952:44:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "id": 339, + "nodeType": "ExpressionStatement", + "src": "4952:44:0" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "id": 345, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 340, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5005:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 342, + "indexExpression": { + "id": 341, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5011:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5005:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 343, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5021:10:0", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "5005:26:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 344, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5035:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5005:31:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 409, + "nodeType": "IfStatement", + "src": "5001:604:0", + "trueBody": { + "id": 408, + "nodeType": "Block", + "src": "5038:567:0", + "statements": [ + { + "expression": { + "id": 351, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 346, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5088:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 348, + "indexExpression": { + "id": 347, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5094:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5088:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 349, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "5104:11:0", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "5088:27:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 350, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5118:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "5088:34:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 352, + "nodeType": "ExpressionStatement", + "src": "5088:34:0" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 358, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 353, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5132:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 355, + "indexExpression": { + "id": 354, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5138:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5132:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 356, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5148:9:0", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5132:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 357, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5161:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5132:30:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 388, + "nodeType": "IfStatement", + "src": "5128:321:0", + "trueBody": { + "id": 387, + "nodeType": "Block", + "src": "5164:285:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 366, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5242:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 368, + "indexExpression": { + "id": 367, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5248:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5242:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 369, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5258:18:0", + "memberName": "senderFeeRecipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 1579, + "src": "5242:34:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 370, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5283:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 372, + "indexExpression": { + "id": 371, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5289:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5283:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 373, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5299:9:0", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5283:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 360, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5204:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 362, + "indexExpression": { + "id": 361, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5210:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5204:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 363, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5220:5:0", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "5204:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 359, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5197:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 364, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5197:29:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 365, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5227:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5197:38:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 374, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5197:117:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 375, + "nodeType": "ExpressionStatement", + "src": "5197:117:0" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 377, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5371:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 379, + "indexExpression": { + "id": 378, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5377:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5371:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 380, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5387:18:0", + "memberName": "senderFeeRecipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 1579, + "src": "5371:34:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 381, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5412:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 383, + "indexExpression": { + "id": 382, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5418:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5412:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 384, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5428:9:0", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5412:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 376, + "name": "SenderFeeTransferred", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1562, + "src": "5344:20:0", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 385, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5344:99:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 386, + "nodeType": "EmitStatement", + "src": "5339:104:0" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 394, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 389, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5458:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 391, + "indexExpression": { + "id": 390, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5464:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5458:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 392, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5474:11:0", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "5458:27:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 393, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5489:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5458:32:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 407, + "nodeType": "IfStatement", + "src": "5454:147:0", + "trueBody": { + "id": 406, + "nodeType": "Block", + "src": "5492:109:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 399, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "5550:15:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 400, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5567:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 402, + "indexExpression": { + "id": 401, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5573:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5567:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 403, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5583:11:0", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "5567:27:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 396, + "name": "token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 327, + "src": "5534:5:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 395, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5527:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 397, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5527:13:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 398, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5541:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5527:22:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 404, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5527:68:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 405, + "nodeType": "ExpressionStatement", + "src": "5527:68:0" + } + ] + } + } + ] + } + }, + { + "assignments": [ + 411 + ], + "declarations": [ + { + "constant": false, + "id": 411, + "mutability": "mutable", + "name": "liquidityProviderAmount", + "nameLocation": "5653:23:0", + "nodeType": "VariableDeclaration", + "scope": 446, + "src": "5645:31:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 410, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5645:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 421, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 420, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 417, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 412, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5680:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 414, + "indexExpression": { + "id": 413, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5686:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5680:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 415, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5696:6:0", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "5680:22:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 416, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 301, + "src": "5705:14:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "5680:39:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 418, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "5679:41:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 419, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "5723:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5679:51:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5645:85:0" + }, + { + "expression": { + "id": 427, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 422, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5734:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 424, + "indexExpression": { + "id": 423, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5740:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5734:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 425, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "5750:6:0", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "5734:22:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 426, + "name": "liquidityProviderAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 411, + "src": "5760:23:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5734:49:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 428, + "nodeType": "ExpressionStatement", + "src": "5734:49:0" + }, + { + "expression": { + "arguments": [ + { + "id": 433, + "name": "_liquidityProvider", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 299, + "src": "5810:18:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 434, + "name": "liquidityProviderAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 411, + "src": "5830:23:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 430, + "name": "token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 327, + "src": "5794:5:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 429, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5787:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 431, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5787:13:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 432, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5801:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5787:22:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 435, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5787:67:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 436, + "nodeType": "ExpressionStatement", + "src": "5787:67:0" + }, + { + "eventCall": { + "arguments": [ + { + "id": 438, + "name": "_splitOrderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 295, + "src": "5901:13:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 439, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5916:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 440, + "name": "_liquidityProvider", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 299, + "src": "5926:18:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 441, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 301, + "src": "5946:14:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 437, + "name": "OrderSettled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1548, + "src": "5888:12:0", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$", + "typeString": "function (bytes32,bytes32,address,uint96)" + } + }, + "id": 442, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5888:73:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 443, + "nodeType": "EmitStatement", + "src": "5883:78:0" + }, + { + "expression": { + "hexValue": "74727565", + "id": 444, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5973:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 307, + "id": 445, + "nodeType": "Return", + "src": "5966:11:0" + } + ] + }, + "documentation": { + "id": 293, + "nodeType": "StructuredDocumentation", + "src": "4450:34:0", + "text": "@dev See {settle-IGateway}. " + }, + "functionSelector": "f22ee704", + "id": 447, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 304, + "kind": "modifierInvocation", + "modifierName": { + "id": 303, + "name": "onlyAggregator", + "nameLocations": [ + "4614:14:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 72, + "src": "4614:14:0" + }, + "nodeType": "ModifierInvocation", + "src": "4614:14:0" + } + ], + "name": "settle", + "nameLocation": "4495:6:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 302, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 295, + "mutability": "mutable", + "name": "_splitOrderId", + "nameLocation": "4513:13:0", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4505:21:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 294, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4505:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 297, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "4538:8:0", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4530:16:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 296, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4530:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 299, + "mutability": "mutable", + "name": "_liquidityProvider", + "nameLocation": "4558:18:0", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4550:26:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 298, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4550:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 301, + "mutability": "mutable", + "name": "_settlePercent", + "nameLocation": "4587:14:0", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4580:21:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 300, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "4580:6:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "4501:103:0" + }, + "returnParameters": { + "id": 307, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 306, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4638:4:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 305, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4638:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "4637:6:0" + }, + "scope": 629, + "src": "4486:1495:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1640 + ], + "body": { + "id": 552, + "nodeType": "Block", + "src": "6107:839:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 464, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "6170:28:0", + "subExpression": { + "expression": { + "baseExpression": { + "id": 460, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6171:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 462, + "indexExpression": { + "id": 461, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6177:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6171:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 463, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6187:11:0", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "6171:27:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f7264657246756c66696c6c6564", + "id": 465, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6200:16:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + }, + "value": "OrderFulfilled" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + } + ], + "id": 459, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6162:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 466, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6162:55:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 467, + "nodeType": "ExpressionStatement", + "src": "6162:55:0" + }, + { + "expression": { + "arguments": [ + { + "id": 473, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "6229:27:0", + "subExpression": { + "expression": { + "baseExpression": { + "id": 469, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6230:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 471, + "indexExpression": { + "id": 470, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6236:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6230:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 472, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6246:10:0", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "6230:26:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f72646572526566756e646564", + "id": 474, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6258:15:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + }, + "value": "OrderRefunded" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + } + ], + "id": 468, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6221:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 475, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6221:53:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 476, + "nodeType": "ExpressionStatement", + "src": "6221:53:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 483, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 478, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6286:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 480, + "indexExpression": { + "id": 479, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6292:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6286:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 481, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6302:11:0", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "6286:27:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 482, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 450, + "src": "6317:4:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6286:35:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4665654578636565647350726f746f636f6c466565", + "id": 484, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6323:23:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de", + "typeString": "literal_string \"FeeExceedsProtocolFee\"" + }, + "value": "FeeExceedsProtocolFee" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de", + "typeString": "literal_string \"FeeExceedsProtocolFee\"" + } + ], + "id": 477, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6278:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 485, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6278:69:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 486, + "nodeType": "ExpressionStatement", + "src": "6278:69:0" + }, + { + "expression": { + "arguments": [ + { + "id": 494, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "6432:15:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 495, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 450, + "src": "6449:4:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 488, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6400:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 490, + "indexExpression": { + "id": 489, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6406:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6400:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 491, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6416:5:0", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "6400:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 487, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "6393:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 492, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6393:29:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 493, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6423:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "6393:38:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 496, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6393:61:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 497, + "nodeType": "ExpressionStatement", + "src": "6393:61:0" + }, + { + "expression": { + "id": 503, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 498, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6483:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 500, + "indexExpression": { + "id": 499, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6489:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6483:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 501, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6499:10:0", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "6483:26:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 502, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6512:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "6483:33:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 504, + "nodeType": "ExpressionStatement", + "src": "6483:33:0" + }, + { + "expression": { + "id": 510, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 505, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6520:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 507, + "indexExpression": { + "id": 506, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6526:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6520:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 508, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6536:10:0", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "6520:26:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "30", + "id": 509, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6549:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "6520:30:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "id": 511, + "nodeType": "ExpressionStatement", + "src": "6520:30:0" + }, + { + "assignments": [ + 513 + ], + "declarations": [ + { + "constant": false, + "id": 513, + "mutability": "mutable", + "name": "refundAmount", + "nameLocation": "6597:12:0", + "nodeType": "VariableDeclaration", + "scope": 552, + "src": "6589:20:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 512, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6589:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 525, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 524, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 522, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 514, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6612:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 516, + "indexExpression": { + "id": 515, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6618:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6612:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 517, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6628:6:0", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "6612:22:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "expression": { + "baseExpression": { + "id": 518, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6637:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 520, + "indexExpression": { + "id": 519, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6643:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6637:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 521, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6653:11:0", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "6637:27:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6612:52:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 523, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 450, + "src": "6667:4:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6612:59:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6589:82:0" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 533, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6784:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 535, + "indexExpression": { + "id": 534, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6790:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6784:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 536, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6800:13:0", + "memberName": "refundAddress", + "nodeType": "MemberAccess", + "referencedDeclaration": 1589, + "src": "6784:29:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 542, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 537, + "name": "refundAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 513, + "src": "6818:12:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "expression": { + "baseExpression": { + "id": 538, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6833:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 540, + "indexExpression": { + "id": 539, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6839:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6833:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 541, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6849:9:0", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "6833:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6818:40:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 527, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6748:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 529, + "indexExpression": { + "id": 528, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6754:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6748:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 530, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6764:5:0", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "6748:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 526, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "6741:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 531, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6741:29:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 532, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6771:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "6741:38:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 543, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6741:121:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 544, + "nodeType": "ExpressionStatement", + "src": "6741:121:0" + }, + { + "eventCall": { + "arguments": [ + { + "id": 546, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 450, + "src": "6911:4:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 547, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6917:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 545, + "name": "OrderRefunded", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1555, + "src": "6897:13:0", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_bytes32_$returns$__$", + "typeString": "function (uint256,bytes32)" + } + }, + "id": 548, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6897:29:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 549, + "nodeType": "EmitStatement", + "src": "6892:34:0" + }, + { + "expression": { + "hexValue": "74727565", + "id": 550, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6938:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 458, + "id": 551, + "nodeType": "Return", + "src": "6931:11:0" + } + ] + }, + "documentation": { + "id": 448, + "nodeType": "StructuredDocumentation", + "src": "5984:34:0", + "text": "@dev See {refund-IGateway}. " + }, + "functionSelector": "71eedb88", + "id": 553, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 455, + "kind": "modifierInvocation", + "modifierName": { + "id": 454, + "name": "onlyAggregator", + "nameLocations": [ + "6077:14:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 72, + "src": "6077:14:0" + }, + "nodeType": "ModifierInvocation", + "src": "6077:14:0" + } + ], + "name": "refund", + "nameLocation": "6029:6:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 453, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 450, + "mutability": "mutable", + "name": "_fee", + "nameLocation": "6044:4:0", + "nodeType": "VariableDeclaration", + "scope": 553, + "src": "6036:12:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 449, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6036:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 452, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "6058:8:0", + "nodeType": "VariableDeclaration", + "scope": 553, + "src": "6050:16:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 451, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6050:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "6035:32:0" + }, + "returnParameters": { + "id": 458, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 457, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 553, + "src": "6101:4:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 456, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6101:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "6100:6:0" + }, + "scope": 629, + "src": "6020:926:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1657 + ], + "body": { + "id": 566, + "nodeType": "Block", + "src": "7256:30:0", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 562, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "7267:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 564, + "indexExpression": { + "id": 563, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 556, + "src": "7273:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7267:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "functionReturnParameters": 561, + "id": 565, + "nodeType": "Return", + "src": "7260:22:0" + } + ] + }, + "documentation": { + "id": 554, + "nodeType": "StructuredDocumentation", + "src": "7137:40:0", + "text": "@dev See {getOrderInfo-IGateway}. " + }, + "functionSelector": "768c6ec0", + "id": 567, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getOrderInfo", + "nameLocation": "7188:12:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 557, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 556, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "7209:8:0", + "nodeType": "VariableDeclaration", + "scope": 567, + "src": "7201:16:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 555, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7201:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7200:18:0" + }, + "returnParameters": { + "id": 561, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 560, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 567, + "src": "7242:12:0", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order" + }, + "typeName": { + "id": 559, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 558, + "name": "Order", + "nameLocations": [ + "7242:5:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "7242:5:0" + }, + "referencedDeclaration": 1594, + "src": "7242:5:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + }, + "visibility": "internal" + } + ], + "src": "7241:14:0" + }, + "scope": 629, + "src": "7179:107:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1648 + ], + "body": { + "id": 585, + "nodeType": "Block", + "src": "7406:71:0", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 579, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "baseExpression": { + "id": 575, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "7414:17:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 577, + "indexExpression": { + "id": 576, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 570, + "src": "7432:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7414:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 578, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7443:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "7414:30:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 582, + "nodeType": "IfStatement", + "src": "7410:47:0", + "trueBody": { + "expression": { + "hexValue": "74727565", + "id": 580, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7453:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 574, + "id": 581, + "nodeType": "Return", + "src": "7446:11:0" + } + }, + { + "expression": { + "hexValue": "66616c7365", + "id": 583, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7468:5:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 574, + "id": 584, + "nodeType": "Return", + "src": "7461:12:0" + } + ] + }, + "documentation": { + "id": 568, + "nodeType": "StructuredDocumentation", + "src": "7289:44:0", + "text": "@dev See {isTokenSupported-IGateway}. " + }, + "functionSelector": "75151b63", + "id": 586, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isTokenSupported", + "nameLocation": "7344:16:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 571, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 570, + "mutability": "mutable", + "name": "_token", + "nameLocation": "7369:6:0", + "nodeType": "VariableDeclaration", + "scope": 586, + "src": "7361:14:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 569, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7361:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "7360:16:0" + }, + "returnParameters": { + "id": 574, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 573, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 586, + "src": "7400:4:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 572, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "7400:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "7399:6:0" + }, + "scope": 629, + "src": "7335:142:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1674 + ], + "body": { + "id": 599, + "nodeType": "Block", + "src": "7661:49:0", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 595, + "name": "supportedInstitutionsByCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 663, + "src": "7672:27:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)" + } + }, + "id": 597, + "indexExpression": { + "id": 596, + "name": "_code", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 589, + "src": "7700:5:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7672:34:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "functionReturnParameters": 594, + "id": 598, + "nodeType": "Return", + "src": "7665:41:0" + } + ] + }, + "documentation": { + "id": 587, + "nodeType": "StructuredDocumentation", + "src": "7480:57:0", + "text": "@dev See {getSupportedInstitutionByCode-IGateway}. " + }, + "functionSelector": "c2280103", + "id": 600, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutionByCode", + "nameLocation": "7548:29:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 590, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 589, + "mutability": "mutable", + "name": "_code", + "nameLocation": "7589:5:0", + "nodeType": "VariableDeclaration", + "scope": 600, + "src": "7581:13:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 588, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7581:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7577:20:0" + }, + "returnParameters": { + "id": 594, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 593, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 600, + "src": "7621:38:0", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_memory_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + }, + "typeName": { + "id": 592, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 591, + "name": "SharedStructs.InstitutionByCode", + "nameLocations": [ + "7621:13:0", + "7635:17:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1697, + "src": "7621:31:0" + }, + "referencedDeclaration": 1697, + "src": "7621:31:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + } + }, + "visibility": "internal" + } + ], + "src": "7620:40:0" + }, + "scope": 629, + "src": "7539:171:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1684 + ], + "body": { + "id": 614, + "nodeType": "Block", + "src": "7884:47:0", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 610, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "7895:21:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 612, + "indexExpression": { + "id": 611, + "name": "_currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 603, + "src": "7917:9:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7895:32:0", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + }, + "functionReturnParameters": 609, + "id": 613, + "nodeType": "Return", + "src": "7888:39:0" + } + ] + }, + "documentation": { + "id": 601, + "nodeType": "StructuredDocumentation", + "src": "7713:52:0", + "text": "@dev See {getSupportedInstitutions-IGateway}. " + }, + "functionSelector": "02621338", + "id": 615, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutions", + "nameLocation": "7776:24:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 604, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 603, + "mutability": "mutable", + "name": "_currency", + "nameLocation": "7812:9:0", + "nodeType": "VariableDeclaration", + "scope": 615, + "src": "7804:17:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 602, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7804:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7800:24:0" + }, + "returnParameters": { + "id": 609, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 608, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 615, + "src": "7848:34:0", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 606, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 605, + "name": "SharedStructs.Institution", + "nameLocations": [ + "7848:13:0", + "7862:11:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "7848:25:0" + }, + "referencedDeclaration": 1692, + "src": "7848:25:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 607, + "nodeType": "ArrayTypeName", + "src": "7848:27:0", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "7847:36:0" + }, + "scope": 629, + "src": "7767:164:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1665 + ], + "body": { + "id": 627, + "nodeType": "Block", + "src": "8042:44:0", + "statements": [ + { + "expression": { + "components": [ + { + "id": 623, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "8054:18:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 624, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "8074:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 625, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "8053:29:0", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint64_$_t_uint256_$", + "typeString": "tuple(uint64,uint256)" + } + }, + "functionReturnParameters": 622, + "id": 626, + "nodeType": "Return", + "src": "8046:36:0" + } + ] + }, + "documentation": { + "id": 616, + "nodeType": "StructuredDocumentation", + "src": "7934:41:0", + "text": "@dev See {getFeeDetails-IGateway}. " + }, + "functionSelector": "b810c636", + "id": 628, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getFeeDetails", + "nameLocation": "7986:13:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 617, + "nodeType": "ParameterList", + "parameters": [], + "src": "7999:2:0" + }, + "returnParameters": { + "id": 622, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 619, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 628, + "src": "8025:6:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 618, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "8025:6:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 621, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 628, + "src": "8033:7:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 620, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "8033:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "8024:17:0" + }, + "scope": 629, + "src": "7977:109:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 630, + "src": "451:7637:0", + "usedErrors": [] + } + ], + "src": "39:8050:0" + }, + "legacyAST": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/Gateway.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Gateway": [ + 629 + ], + "GatewaySettingManager": [ + 897 + ], + "IERC20": [ + 3351 + ], + "IGateway": [ + 1685 + ], + "Initializable": [ + 2177 + ], + "PausableUpgradeable": [ + 2305 + ], + "SharedStructs": [ + 1698 + ] + }, + "id": 630, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "39:24:0" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "file": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "id": 2, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 630, + "sourceUnit": 2306, + "src": "65:78:0", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/GatewaySettingManager.sol", + "file": "./GatewaySettingManager.sol", + "id": 4, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 630, + "sourceUnit": 898, + "src": "145:66:0", + "symbolAliases": [ + { + "foreign": { + "id": 3, + "name": "GatewaySettingManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 897, + "src": "153:21:0", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/interfaces/IGateway.sol", + "file": "./interfaces/IGateway.sol", + "id": 7, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 630, + "sourceUnit": 1686, + "src": "212:59:0", + "symbolAliases": [ + { + "foreign": { + "id": 5, + "name": "IGateway", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1685, + "src": "220:8:0", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + }, + { + "foreign": { + "id": 6, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "230:6:0", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "file": "./libraries/SharedStructs.sol", + "id": 9, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 630, + "sourceUnit": 1699, + "src": "272:60:0", + "symbolAliases": [ + { + "foreign": { + "id": 8, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "280:13:0", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 11, + "name": "IGateway", + "nameLocations": [ + "471:8:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1685, + "src": "471:8:0" + }, + "id": 12, + "nodeType": "InheritanceSpecifier", + "src": "471:8:0" + }, + { + "baseName": { + "id": 13, + "name": "GatewaySettingManager", + "nameLocations": [ + "481:21:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 897, + "src": "481:21:0" + }, + "id": 14, + "nodeType": "InheritanceSpecifier", + "src": "481:21:0" + }, + { + "baseName": { + "id": 15, + "name": "PausableUpgradeable", + "nameLocations": [ + "504:19:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2305, + "src": "504:19:0" + }, + "id": 16, + "nodeType": "InheritanceSpecifier", + "src": "504:19:0" + } + ], + "canonicalName": "Gateway", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 10, + "nodeType": "StructuredDocumentation", + "src": "334:116:0", + "text": " @title Gateway\n @notice This contract serves as a gateway for creating orders and managing settlements." + }, + "fullyImplemented": true, + "id": 629, + "linearizedBaseContracts": [ + 629, + 2305, + 897, + 1875, + 2008, + 2686, + 2177, + 1685 + ], + "name": "Gateway", + "nameLocation": "460:7:0", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "Gateway.fee", + "id": 21, + "members": [ + { + "constant": false, + "id": 18, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "550:11:0", + "nodeType": "VariableDeclaration", + "scope": 21, + "src": "542:19:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 17, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "542:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 20, + "mutability": "mutable", + "name": "liquidityProviderAmount", + "nameLocation": "573:23:0", + "nodeType": "VariableDeclaration", + "scope": 21, + "src": "565:31:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 19, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "565:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "name": "fee", + "nameLocation": "534:3:0", + "nodeType": "StructDefinition", + "scope": 629, + "src": "527:73:0", + "visibility": "public" + }, + { + "constant": false, + "id": 26, + "mutability": "mutable", + "name": "order", + "nameLocation": "637:5:0", + "nodeType": "VariableDeclaration", + "scope": 629, + "src": "603:39:0", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order)" + }, + "typeName": { + "id": 25, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 22, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "611:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "603:25:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 24, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 23, + "name": "Order", + "nameLocations": [ + "622:5:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "622:5:0" + }, + "referencedDeclaration": 1594, + "src": "622:5:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 30, + "mutability": "mutable", + "name": "_nonce", + "nameLocation": "681:6:0", + "nodeType": "VariableDeclaration", + "scope": 629, + "src": "645:42:0", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "typeName": { + "id": 29, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 27, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "653:7:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "645:27:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 28, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "664:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 34, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "710:5:0", + "nodeType": "VariableDeclaration", + "scope": 629, + "src": "690:25:0", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage", + "typeString": "uint256[50]" + }, + "typeName": { + "baseType": { + "id": 31, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "690:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 33, + "length": { + "hexValue": "3530", + "id": 32, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "698:2:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_50_by_1", + "typeString": "int_const 50" + }, + "value": "50" + }, + "nodeType": "ArrayTypeName", + "src": "690:11:0", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr", + "typeString": "uint256[50]" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 41, + "nodeType": "Block", + "src": "783:30:0", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 38, + "name": "_disableInitializers", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2158, + "src": "787:20:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 39, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "787:22:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 40, + "nodeType": "ExpressionStatement", + "src": "787:22:0" + } + ] + }, + "documentation": { + "id": 35, + "nodeType": "StructuredDocumentation", + "src": "719:48:0", + "text": "@custom:oz-upgrades-unsafe-allow constructor" + }, + "id": 42, + "implemented": true, + "kind": "constructor", + "modifiers": [], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 36, + "nodeType": "ParameterList", + "parameters": [], + "src": "780:2:0" + }, + "returnParameters": { + "id": 37, + "nodeType": "ParameterList", + "parameters": [], + "src": "783:0:0" + }, + "scope": 629, + "src": "769:44:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 58, + "nodeType": "Block", + "src": "899:71:0", + "statements": [ + { + "expression": { + "id": 50, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 48, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "903:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "3130305f303030", + "id": 49, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "913:7:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_100000_by_1", + "typeString": "int_const 100000" + }, + "value": "100_000" + }, + "src": "903:17:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 51, + "nodeType": "ExpressionStatement", + "src": "903:17:0" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 52, + "name": "__Ownable2Step_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1795, + "src": "924:19:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 53, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "924:21:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 54, + "nodeType": "ExpressionStatement", + "src": "924:21:0" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 55, + "name": "__Pausable_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2209, + "src": "949:15:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 56, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "949:17:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 57, + "nodeType": "ExpressionStatement", + "src": "949:17:0" + } + ] + }, + "documentation": { + "id": 43, + "nodeType": "StructuredDocumentation", + "src": "816:38:0", + "text": " @dev Initialize function." + }, + "functionSelector": "8129fc1c", + "id": 59, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 46, + "kind": "modifierInvocation", + "modifierName": { + "id": 45, + "name": "initializer", + "nameLocations": [ + "887:11:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2079, + "src": "887:11:0" + }, + "nodeType": "ModifierInvocation", + "src": "887:11:0" + } + ], + "name": "initialize", + "nameLocation": "865:10:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 44, + "nodeType": "ParameterList", + "parameters": [], + "src": "875:2:0" + }, + "returnParameters": { + "id": 47, + "nodeType": "ParameterList", + "parameters": [], + "src": "899:0:0" + }, + "scope": 629, + "src": "856:114:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 71, + "nodeType": "Block", + "src": "1079:72:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 66, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 63, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "1091:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 64, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1095:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "1091:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 65, + "name": "_aggregatorAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 644, + "src": "1105:18:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1091:32:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f6e6c7941676772656761746f72", + "id": 67, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1125:16:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243", + "typeString": "literal_string \"OnlyAggregator\"" + }, + "value": "OnlyAggregator" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243", + "typeString": "literal_string \"OnlyAggregator\"" + } + ], + "id": 62, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1083:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 68, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1083:59:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 69, + "nodeType": "ExpressionStatement", + "src": "1083:59:0" + }, + { + "id": 70, + "nodeType": "PlaceholderStatement", + "src": "1146:1:0" + } + ] + }, + "documentation": { + "id": 60, + "nodeType": "StructuredDocumentation", + "src": "973:78:0", + "text": " @dev Modifier that allows only the aggregator to call a function." + }, + "id": 72, + "name": "onlyAggregator", + "nameLocation": "1062:14:0", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 61, + "nodeType": "ParameterList", + "parameters": [], + "src": "1076:2:0" + }, + "src": "1053:98:0", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 81, + "nodeType": "Block", + "src": "1422:16:0", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 78, + "name": "_pause", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2283, + "src": "1426:6:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 79, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1426:8:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 80, + "nodeType": "ExpressionStatement", + "src": "1426:8:0" + } + ] + }, + "documentation": { + "id": 73, + "nodeType": "StructuredDocumentation", + "src": "1347:37:0", + "text": " @dev Pause the contract." + }, + "functionSelector": "8456cb59", + "id": 82, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 76, + "kind": "modifierInvocation", + "modifierName": { + "id": 75, + "name": "onlyOwner", + "nameLocations": [ + "1412:9:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1412:9:0" + }, + "nodeType": "ModifierInvocation", + "src": "1412:9:0" + } + ], + "name": "pause", + "nameLocation": "1395:5:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 74, + "nodeType": "ParameterList", + "parameters": [], + "src": "1400:2:0" + }, + "returnParameters": { + "id": 77, + "nodeType": "ParameterList", + "parameters": [], + "src": "1422:0:0" + }, + "scope": 629, + "src": "1386:52:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 91, + "nodeType": "Block", + "src": "1520:18:0", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 88, + "name": "_unpause", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2299, + "src": "1524:8:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 89, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1524:10:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 90, + "nodeType": "ExpressionStatement", + "src": "1524:10:0" + } + ] + }, + "documentation": { + "id": 83, + "nodeType": "StructuredDocumentation", + "src": "1441:39:0", + "text": " @dev Unpause the contract." + }, + "functionSelector": "3f4ba83a", + "id": 92, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 86, + "kind": "modifierInvocation", + "modifierName": { + "id": 85, + "name": "onlyOwner", + "nameLocations": [ + "1510:9:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1510:9:0" + }, + "nodeType": "ModifierInvocation", + "src": "1510:9:0" + } + ], + "name": "unpause", + "nameLocation": "1491:7:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 84, + "nodeType": "ParameterList", + "parameters": [], + "src": "1498:2:0" + }, + "returnParameters": { + "id": 87, + "nodeType": "ParameterList", + "parameters": [], + "src": "1520:0:0" + }, + "scope": 629, + "src": "1482:56:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1616 + ], + "body": { + "id": 220, + "nodeType": "Block", + "src": "2034:1171:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 117, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 95, + "src": "2081:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 118, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 97, + "src": "2092:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 119, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 107, + "src": "2104:14:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 120, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 103, + "src": "2123:19:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 121, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 105, + "src": "2147:10:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 122, + "name": "_institutionCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 99, + "src": "2162:16:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 116, + "name": "_handler", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 292, + "src": "2068:8:0", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$_t_bytes32_$returns$__$", + "typeString": "function (address,uint256,address,address,uint256,bytes32) view" + } + }, + "id": 123, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2068:114:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 124, + "nodeType": "ExpressionStatement", + "src": "2068:114:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 132, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 128, + "name": "messageHash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 109, + "src": "2227:11:0", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + ], + "id": 127, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2221:5:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 126, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2221:5:0", + "typeDescriptions": {} + } + }, + "id": 129, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2221:18:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "id": 130, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2240:6:0", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2221:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 131, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2250:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "2221:30:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c69644d65737361676548617368", + "id": 133, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2253:20:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4", + "typeString": "literal_string \"InvalidMessageHash\"" + }, + "value": "InvalidMessageHash" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4", + "typeString": "literal_string \"InvalidMessageHash\"" + } + ], + "id": 125, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2213:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 134, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2213:61:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 135, + "nodeType": "ExpressionStatement", + "src": "2213:61:0" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "id": 140, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2355:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 141, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2359:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2355:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 144, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "2375:4:0", + "typeDescriptions": { + "typeIdentifier": "t_contract$_Gateway_$629", + "typeString": "contract Gateway" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_Gateway_$629", + "typeString": "contract Gateway" + } + ], + "id": 143, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2367:7:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 142, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2367:7:0", + "typeDescriptions": {} + } + }, + "id": 145, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2367:13:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 148, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 146, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 97, + "src": "2382:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 147, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 105, + "src": "2392:10:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2382:20:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 137, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 95, + "src": "2334:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 136, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "2327:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 138, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2327:14:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 139, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2342:12:0", + "memberName": "transferFrom", + "nodeType": "MemberAccess", + "referencedDeclaration": 3350, + "src": "2327:27:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,address,uint256) external returns (bool)" + } + }, + "id": 149, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2327:76:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 150, + "nodeType": "ExpressionStatement", + "src": "2327:76:0" + }, + { + "expression": { + "id": 155, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": false, + "src": "2458:20:0", + "subExpression": { + "baseExpression": { + "id": 151, + "name": "_nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 30, + "src": "2458:6:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 154, + "indexExpression": { + "expression": { + "id": 152, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2465:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 153, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2469:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2465:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2458:18:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 156, + "nodeType": "ExpressionStatement", + "src": "2458:20:0" + }, + { + "expression": { + "id": 169, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 157, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "2532:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "arguments": [ + { + "expression": { + "id": 161, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2563:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 162, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2567:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2563:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "baseExpression": { + "id": 163, + "name": "_nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 30, + "src": "2575:6:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 166, + "indexExpression": { + "expression": { + "id": 164, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2582:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 165, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2586:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2582:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2575:18:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 159, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967295, + "src": "2552:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 160, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2556:6:0", + "memberName": "encode", + "nodeType": "MemberAccess", + "src": "2552:10:0", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 167, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2552:42:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 158, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967288, + "src": "2542:9:0", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 168, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2542:53:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "2532:63:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 170, + "nodeType": "ExpressionStatement", + "src": "2532:63:0" + }, + { + "assignments": [ + 172 + ], + "declarations": [ + { + "constant": false, + "id": 172, + "mutability": "mutable", + "name": "_protocolFee", + "nameLocation": "2632:12:0", + "nodeType": "VariableDeclaration", + "scope": 220, + "src": "2624:20:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 171, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2624:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 179, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 178, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 175, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 173, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 97, + "src": "2648:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 174, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "2658:18:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "2648:28:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 176, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2647:30:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 177, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "2680:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2647:40:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2624:63:0" + }, + { + "expression": { + "id": 201, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 180, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "2691:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 182, + "indexExpression": { + "id": 181, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "2697:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2691:14:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "expression": { + "id": 184, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2727:3:0", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 185, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2731:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2727:10:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 186, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 95, + "src": "2749:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 187, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 103, + "src": "2780:19:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 188, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 105, + "src": "2815:10:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 189, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 172, + "src": "2843:12:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "hexValue": "66616c7365", + "id": 190, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2873:5:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "66616c7365", + "id": 191, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2895:5:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "id": 192, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 107, + "src": "2920:14:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 195, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "2958:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 194, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2951:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + }, + "typeName": { + "id": 193, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "2951:6:0", + "typeDescriptions": {} + } + }, + "id": 196, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2951:15:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 199, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 197, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 97, + "src": "2979:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 198, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 172, + "src": "2989:12:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2979:22:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 183, + "name": "Order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1594, + "src": "2708:5:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_Order_$1594_storage_ptr_$", + "typeString": "type(struct IGateway.Order storage pointer)" + } + }, + "id": 200, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "2719:6:0", + "2742:5:0", + "2760:18:0", + "2804:9:0", + "2830:11:0", + "2860:11:0", + "2883:10:0", + "2905:13:0", + "2939:10:0", + "2971:6:0" + ], + "names": [ + "sender", + "token", + "senderFeeRecipient", + "senderFee", + "protocolFee", + "isFulfilled", + "isRefunded", + "refundAddress", + "currentBPS", + "amount" + ], + "nodeType": "FunctionCall", + "src": "2708:298:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order memory" + } + }, + "src": "2691:315:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 202, + "nodeType": "ExpressionStatement", + "src": "2691:315:0" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 204, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "3063:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 206, + "indexExpression": { + "id": 205, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "3069:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3063:14:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 207, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3078:6:0", + "memberName": "sender", + "nodeType": "MemberAccess", + "referencedDeclaration": 1575, + "src": "3063:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 208, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 95, + "src": "3089:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 209, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "3100:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 211, + "indexExpression": { + "id": 210, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "3106:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3100:14:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 212, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3115:6:0", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "3100:21:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 213, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 172, + "src": "3126:12:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 214, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 114, + "src": "3143:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 215, + "name": "_rate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 101, + "src": "3155:5:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + { + "id": 216, + "name": "_institutionCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 99, + "src": "3165:16:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 217, + "name": "messageHash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 109, + "src": "3186:11:0", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + ], + "id": 203, + "name": "OrderCreated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1537, + "src": "3046:12:0", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (address,address,uint256,uint256,bytes32,uint256,bytes32,string memory)" + } + }, + "id": 218, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3046:155:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 219, + "nodeType": "EmitStatement", + "src": "3041:160:0" + } + ] + }, + "documentation": { + "id": 93, + "nodeType": "StructuredDocumentation", + "src": "1729:39:0", + "text": "@dev See {createOrder-IGateway}. " + }, + "functionSelector": "d12ff20a", + "id": 221, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 112, + "kind": "modifierInvocation", + "modifierName": { + "id": 111, + "name": "whenNotPaused", + "nameLocations": [ + "1994:13:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2227, + "src": "1994:13:0" + }, + "nodeType": "ModifierInvocation", + "src": "1994:13:0" + } + ], + "name": "createOrder", + "nameLocation": "1779:11:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 110, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 95, + "mutability": "mutable", + "name": "_token", + "nameLocation": "1802:6:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1794:14:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 94, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1794:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 97, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "1820:7:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1812:15:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 96, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1812:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 99, + "mutability": "mutable", + "name": "_institutionCode", + "nameLocation": "1839:16:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1831:24:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 98, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1831:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 101, + "mutability": "mutable", + "name": "_rate", + "nameLocation": "1866:5:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1859:12:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 100, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "1859:6:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 103, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "1883:19:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1875:27:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 102, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1875:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 105, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "1914:10:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1906:18:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 104, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1906:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 107, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "1936:14:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1928:22:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 106, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1928:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 109, + "mutability": "mutable", + "name": "messageHash", + "nameLocation": "1970:11:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "1954:27:0", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string" + }, + "typeName": { + "id": 108, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1954:6:0", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1790:194:0" + }, + "returnParameters": { + "id": 115, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 114, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "2025:7:0", + "nodeType": "VariableDeclaration", + "scope": 221, + "src": "2017:15:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 113, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2017:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2016:17:0" + }, + "scope": 629, + "src": "1770:1435:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 291, + "nodeType": "Block", + "src": "3860:389:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 242, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "baseExpression": { + "id": 238, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "3872:17:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 240, + "indexExpression": { + "id": 239, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 224, + "src": "3890:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3872:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 241, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3901:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3872:30:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "546f6b656e4e6f74537570706f72746564", + "id": 243, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3904:19:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1", + "typeString": "literal_string \"TokenNotSupported\"" + }, + "value": "TokenNotSupported" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1", + "typeString": "literal_string \"TokenNotSupported\"" + } + ], + "id": 237, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3864:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 244, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3864:60:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 245, + "nodeType": "ExpressionStatement", + "src": "3864:60:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 249, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 247, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 226, + "src": "3936:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 248, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3947:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "3936:12:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416d6f756e7449735a65726f", + "id": 250, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3950:14:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2", + "typeString": "literal_string \"AmountIsZero\"" + }, + "value": "AmountIsZero" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2", + "typeString": "literal_string \"AmountIsZero\"" + } + ], + "id": 246, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3928:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 251, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3928:37:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 252, + "nodeType": "ExpressionStatement", + "src": "3928:37:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 259, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 254, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 228, + "src": "3977:14:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 257, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4003:1:0", + "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": 256, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3995:7:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 255, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3995:7:0", + "typeDescriptions": {} + } + }, + "id": 258, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3995:10:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3977:28:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "5468726f775a65726f41646472657373", + "id": 260, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4007:18:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7", + "typeString": "literal_string \"ThrowZeroAddress\"" + }, + "value": "ThrowZeroAddress" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7", + "typeString": "literal_string \"ThrowZeroAddress\"" + } + ], + "id": 253, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3969:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 261, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3969:57:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 262, + "nodeType": "ExpressionStatement", + "src": "3969:57:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 272, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 264, + "name": "supportedInstitutionsByCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 663, + "src": "4042:27:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)" + } + }, + "id": 266, + "indexExpression": { + "id": 265, + "name": "_institutionCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 234, + "src": "4070:16:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4042:45:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "id": 267, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4088:4:0", + "memberName": "name", + "nodeType": "MemberAccess", + "referencedDeclaration": 1694, + "src": "4042:50:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 270, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4104:1:0", + "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": 269, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4096:7:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes32_$", + "typeString": "type(bytes32)" + }, + "typeName": { + "id": 268, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4096:7:0", + "typeDescriptions": {} + } + }, + "id": 271, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4096:10:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "4042:64:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c6964496e737469747574696f6e436f6465", + "id": 273, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4111:24:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5", + "typeString": "literal_string \"InvalidInstitutionCode\"" + }, + "value": "InvalidInstitutionCode" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_8d342490ebeb898cd40842289fa022183f4fcca41c57866dcb96110f8ec752a5", + "typeString": "literal_string \"InvalidInstitutionCode\"" + } + ], + "id": 263, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4030:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 274, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4030:109:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 275, + "nodeType": "ExpressionStatement", + "src": "4030:109:0" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 278, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 276, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 232, + "src": "4148:10:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 277, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4162:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4148:15:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 290, + "nodeType": "IfStatement", + "src": "4144:102:0", + "trueBody": { + "id": 289, + "nodeType": "Block", + "src": "4165:81:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 285, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 280, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 230, + "src": "4178:19:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 283, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4209:1:0", + "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": 282, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "4201:7:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 281, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4201:7:0", + "typeDescriptions": {} + } + }, + "id": 284, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4201:10:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "4178:33:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c696453656e646572466565526563697069656e74", + "id": 286, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4213:27:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8", + "typeString": "literal_string \"InvalidSenderFeeRecipient\"" + }, + "value": "InvalidSenderFeeRecipient" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8", + "typeString": "literal_string \"InvalidSenderFeeRecipient\"" + } + ], + "id": 279, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4170:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 287, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4170:71:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 288, + "nodeType": "ExpressionStatement", + "src": "4170:71:0" + } + ] + } + } + ] + }, + "documentation": { + "id": 222, + "nodeType": "StructuredDocumentation", + "src": "3208:471:0", + "text": " @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee.\n @param _institutionCode The code of the institution associated with the order." + }, + "id": 292, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_handler", + "nameLocation": "3690:8:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 235, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 224, + "mutability": "mutable", + "name": "_token", + "nameLocation": "3710:6:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3702:14:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 223, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3702:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 226, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "3728:7:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3720:15:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 225, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3720:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 228, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "3747:14:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3739:22:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 227, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3739:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 230, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "3773:19:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3765:27:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 229, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3765:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 232, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "3804:10:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3796:18:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 231, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3796:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 234, + "mutability": "mutable", + "name": "_institutionCode", + "nameLocation": "3826:16:0", + "nodeType": "VariableDeclaration", + "scope": 292, + "src": "3818:24:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 233, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3818:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "3698:147:0" + }, + "returnParameters": { + "id": 236, + "nodeType": "ParameterList", + "parameters": [], + "src": "3860:0:0" + }, + "scope": 629, + "src": "3681:568:0", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "baseFunctions": [ + 1630 + ], + "body": { + "id": 446, + "nodeType": "Block", + "src": "4644:1337:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 313, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4707:28:0", + "subExpression": { + "expression": { + "baseExpression": { + "id": 309, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "4708:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 311, + "indexExpression": { + "id": 310, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "4714:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4708:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 312, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4724:11:0", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "4708:27:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f7264657246756c66696c6c6564", + "id": 314, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4737:16:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + }, + "value": "OrderFulfilled" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + } + ], + "id": 308, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4699:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 315, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4699:55:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 316, + "nodeType": "ExpressionStatement", + "src": "4699:55:0" + }, + { + "expression": { + "arguments": [ + { + "id": 322, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4766:27:0", + "subExpression": { + "expression": { + "baseExpression": { + "id": 318, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "4767:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 320, + "indexExpression": { + "id": 319, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "4773:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4767:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 321, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4783:10:0", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "4767:26:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f72646572526566756e646564", + "id": 323, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4795:15:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + }, + "value": "OrderRefunded" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + } + ], + "id": 317, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4758:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 324, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4758:53:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 325, + "nodeType": "ExpressionStatement", + "src": "4758:53:0" + }, + { + "assignments": [ + 327 + ], + "declarations": [ + { + "constant": false, + "id": 327, + "mutability": "mutable", + "name": "token", + "nameLocation": "4856:5:0", + "nodeType": "VariableDeclaration", + "scope": 446, + "src": "4848:13:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 326, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4848:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 332, + "initialValue": { + "expression": { + "baseExpression": { + "id": 328, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "4864:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 330, + "indexExpression": { + "id": 329, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "4870:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4864:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 331, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4880:5:0", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "4864:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4848:37:0" + }, + { + "expression": { + "id": 338, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 333, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "4952:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 335, + "indexExpression": { + "id": 334, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "4958:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4952:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 336, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "4968:10:0", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "4952:26:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 337, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 301, + "src": "4982:14:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "4952:44:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "id": 339, + "nodeType": "ExpressionStatement", + "src": "4952:44:0" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "id": 345, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 340, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5005:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 342, + "indexExpression": { + "id": 341, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5011:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5005:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 343, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5021:10:0", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "5005:26:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 344, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5035:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5005:31:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 409, + "nodeType": "IfStatement", + "src": "5001:604:0", + "trueBody": { + "id": 408, + "nodeType": "Block", + "src": "5038:567:0", + "statements": [ + { + "expression": { + "id": 351, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 346, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5088:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 348, + "indexExpression": { + "id": 347, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5094:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5088:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 349, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "5104:11:0", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "5088:27:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 350, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5118:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "5088:34:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 352, + "nodeType": "ExpressionStatement", + "src": "5088:34:0" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 358, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 353, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5132:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 355, + "indexExpression": { + "id": 354, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5138:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5132:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 356, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5148:9:0", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5132:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 357, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5161:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5132:30:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 388, + "nodeType": "IfStatement", + "src": "5128:321:0", + "trueBody": { + "id": 387, + "nodeType": "Block", + "src": "5164:285:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 366, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5242:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 368, + "indexExpression": { + "id": 367, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5248:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5242:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 369, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5258:18:0", + "memberName": "senderFeeRecipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 1579, + "src": "5242:34:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 370, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5283:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 372, + "indexExpression": { + "id": 371, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5289:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5283:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 373, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5299:9:0", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5283:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 360, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5204:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 362, + "indexExpression": { + "id": 361, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5210:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5204:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 363, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5220:5:0", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "5204:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 359, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5197:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 364, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5197:29:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 365, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5227:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5197:38:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 374, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5197:117:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 375, + "nodeType": "ExpressionStatement", + "src": "5197:117:0" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 377, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5371:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 379, + "indexExpression": { + "id": 378, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5377:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5371:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 380, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5387:18:0", + "memberName": "senderFeeRecipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 1579, + "src": "5371:34:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 381, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5412:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 383, + "indexExpression": { + "id": 382, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5418:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5412:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 384, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5428:9:0", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5412:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 376, + "name": "SenderFeeTransferred", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1562, + "src": "5344:20:0", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 385, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5344:99:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 386, + "nodeType": "EmitStatement", + "src": "5339:104:0" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 394, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 389, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5458:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 391, + "indexExpression": { + "id": 390, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5464:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5458:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 392, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5474:11:0", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "5458:27:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 393, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5489:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5458:32:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 407, + "nodeType": "IfStatement", + "src": "5454:147:0", + "trueBody": { + "id": 406, + "nodeType": "Block", + "src": "5492:109:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 399, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "5550:15:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 400, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5567:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 402, + "indexExpression": { + "id": 401, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5573:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5567:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 403, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5583:11:0", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "5567:27:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 396, + "name": "token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 327, + "src": "5534:5:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 395, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5527:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 397, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5527:13:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 398, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5541:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5527:22:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 404, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5527:68:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 405, + "nodeType": "ExpressionStatement", + "src": "5527:68:0" + } + ] + } + } + ] + } + }, + { + "assignments": [ + 411 + ], + "declarations": [ + { + "constant": false, + "id": 411, + "mutability": "mutable", + "name": "liquidityProviderAmount", + "nameLocation": "5653:23:0", + "nodeType": "VariableDeclaration", + "scope": 446, + "src": "5645:31:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 410, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5645:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 421, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 420, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 417, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 412, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5680:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 414, + "indexExpression": { + "id": 413, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5686:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5680:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 415, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5696:6:0", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "5680:22:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 416, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 301, + "src": "5705:14:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "5680:39:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 418, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "5679:41:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 419, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "5723:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5679:51:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5645:85:0" + }, + { + "expression": { + "id": 427, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 422, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "5734:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 424, + "indexExpression": { + "id": 423, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5740:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5734:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 425, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "5750:6:0", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "5734:22:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 426, + "name": "liquidityProviderAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 411, + "src": "5760:23:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5734:49:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 428, + "nodeType": "ExpressionStatement", + "src": "5734:49:0" + }, + { + "expression": { + "arguments": [ + { + "id": 433, + "name": "_liquidityProvider", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 299, + "src": "5810:18:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 434, + "name": "liquidityProviderAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 411, + "src": "5830:23:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 430, + "name": "token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 327, + "src": "5794:5:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 429, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5787:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 431, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5787:13:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 432, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5801:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5787:22:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 435, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5787:67:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 436, + "nodeType": "ExpressionStatement", + "src": "5787:67:0" + }, + { + "eventCall": { + "arguments": [ + { + "id": 438, + "name": "_splitOrderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 295, + "src": "5901:13:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 439, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 297, + "src": "5916:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 440, + "name": "_liquidityProvider", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 299, + "src": "5926:18:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 441, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 301, + "src": "5946:14:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 437, + "name": "OrderSettled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1548, + "src": "5888:12:0", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$", + "typeString": "function (bytes32,bytes32,address,uint96)" + } + }, + "id": 442, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5888:73:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 443, + "nodeType": "EmitStatement", + "src": "5883:78:0" + }, + { + "expression": { + "hexValue": "74727565", + "id": 444, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5973:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 307, + "id": 445, + "nodeType": "Return", + "src": "5966:11:0" + } + ] + }, + "documentation": { + "id": 293, + "nodeType": "StructuredDocumentation", + "src": "4450:34:0", + "text": "@dev See {settle-IGateway}. " + }, + "functionSelector": "f22ee704", + "id": 447, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 304, + "kind": "modifierInvocation", + "modifierName": { + "id": 303, + "name": "onlyAggregator", + "nameLocations": [ + "4614:14:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 72, + "src": "4614:14:0" + }, + "nodeType": "ModifierInvocation", + "src": "4614:14:0" + } + ], + "name": "settle", + "nameLocation": "4495:6:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 302, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 295, + "mutability": "mutable", + "name": "_splitOrderId", + "nameLocation": "4513:13:0", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4505:21:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 294, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4505:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 297, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "4538:8:0", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4530:16:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 296, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4530:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 299, + "mutability": "mutable", + "name": "_liquidityProvider", + "nameLocation": "4558:18:0", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4550:26:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 298, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4550:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 301, + "mutability": "mutable", + "name": "_settlePercent", + "nameLocation": "4587:14:0", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4580:21:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 300, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "4580:6:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "4501:103:0" + }, + "returnParameters": { + "id": 307, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 306, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 447, + "src": "4638:4:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 305, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4638:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "4637:6:0" + }, + "scope": 629, + "src": "4486:1495:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1640 + ], + "body": { + "id": 552, + "nodeType": "Block", + "src": "6107:839:0", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 464, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "6170:28:0", + "subExpression": { + "expression": { + "baseExpression": { + "id": 460, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6171:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 462, + "indexExpression": { + "id": 461, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6177:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6171:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 463, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6187:11:0", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "6171:27:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f7264657246756c66696c6c6564", + "id": 465, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6200:16:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + }, + "value": "OrderFulfilled" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + } + ], + "id": 459, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6162:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 466, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6162:55:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 467, + "nodeType": "ExpressionStatement", + "src": "6162:55:0" + }, + { + "expression": { + "arguments": [ + { + "id": 473, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "6229:27:0", + "subExpression": { + "expression": { + "baseExpression": { + "id": 469, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6230:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 471, + "indexExpression": { + "id": 470, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6236:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6230:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 472, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6246:10:0", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "6230:26:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f72646572526566756e646564", + "id": 474, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6258:15:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + }, + "value": "OrderRefunded" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + } + ], + "id": 468, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6221:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 475, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6221:53:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 476, + "nodeType": "ExpressionStatement", + "src": "6221:53:0" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 483, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 478, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6286:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 480, + "indexExpression": { + "id": 479, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6292:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6286:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 481, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6302:11:0", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "6286:27:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 482, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 450, + "src": "6317:4:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6286:35:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4665654578636565647350726f746f636f6c466565", + "id": 484, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6323:23:0", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de", + "typeString": "literal_string \"FeeExceedsProtocolFee\"" + }, + "value": "FeeExceedsProtocolFee" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de", + "typeString": "literal_string \"FeeExceedsProtocolFee\"" + } + ], + "id": 477, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6278:7:0", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 485, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6278:69:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 486, + "nodeType": "ExpressionStatement", + "src": "6278:69:0" + }, + { + "expression": { + "arguments": [ + { + "id": 494, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "6432:15:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 495, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 450, + "src": "6449:4:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 488, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6400:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 490, + "indexExpression": { + "id": 489, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6406:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6400:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 491, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6416:5:0", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "6400:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 487, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "6393:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 492, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6393:29:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 493, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6423:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "6393:38:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 496, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6393:61:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 497, + "nodeType": "ExpressionStatement", + "src": "6393:61:0" + }, + { + "expression": { + "id": 503, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 498, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6483:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 500, + "indexExpression": { + "id": 499, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6489:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6483:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 501, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6499:10:0", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "6483:26:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 502, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6512:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "6483:33:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 504, + "nodeType": "ExpressionStatement", + "src": "6483:33:0" + }, + { + "expression": { + "id": 510, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 505, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6520:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 507, + "indexExpression": { + "id": 506, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6526:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6520:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 508, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6536:10:0", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "6520:26:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "30", + "id": 509, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6549:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "6520:30:0", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "id": 511, + "nodeType": "ExpressionStatement", + "src": "6520:30:0" + }, + { + "assignments": [ + 513 + ], + "declarations": [ + { + "constant": false, + "id": 513, + "mutability": "mutable", + "name": "refundAmount", + "nameLocation": "6597:12:0", + "nodeType": "VariableDeclaration", + "scope": 552, + "src": "6589:20:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 512, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6589:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 525, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 524, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 522, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 514, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6612:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 516, + "indexExpression": { + "id": 515, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6618:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6612:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 517, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6628:6:0", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "6612:22:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "expression": { + "baseExpression": { + "id": 518, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6637:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 520, + "indexExpression": { + "id": 519, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6643:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6637:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 521, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6653:11:0", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "6637:27:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6612:52:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 523, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 450, + "src": "6667:4:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6612:59:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6589:82:0" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 533, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6784:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 535, + "indexExpression": { + "id": 534, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6790:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6784:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 536, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6800:13:0", + "memberName": "refundAddress", + "nodeType": "MemberAccess", + "referencedDeclaration": 1589, + "src": "6784:29:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 542, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 537, + "name": "refundAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 513, + "src": "6818:12:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "expression": { + "baseExpression": { + "id": 538, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6833:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 540, + "indexExpression": { + "id": 539, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6839:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6833:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 541, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6849:9:0", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "6833:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6818:40:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 527, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "6748:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 529, + "indexExpression": { + "id": 528, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6754:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6748:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 530, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6764:5:0", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "6748:21:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 526, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "6741:6:0", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 531, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6741:29:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 532, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6771:8:0", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "6741:38:0", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 543, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6741:121:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 544, + "nodeType": "ExpressionStatement", + "src": "6741:121:0" + }, + { + "eventCall": { + "arguments": [ + { + "id": 546, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 450, + "src": "6911:4:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 547, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 452, + "src": "6917:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 545, + "name": "OrderRefunded", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1555, + "src": "6897:13:0", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_bytes32_$returns$__$", + "typeString": "function (uint256,bytes32)" + } + }, + "id": 548, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6897:29:0", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 549, + "nodeType": "EmitStatement", + "src": "6892:34:0" + }, + { + "expression": { + "hexValue": "74727565", + "id": 550, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6938:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 458, + "id": 551, + "nodeType": "Return", + "src": "6931:11:0" + } + ] + }, + "documentation": { + "id": 448, + "nodeType": "StructuredDocumentation", + "src": "5984:34:0", + "text": "@dev See {refund-IGateway}. " + }, + "functionSelector": "71eedb88", + "id": 553, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 455, + "kind": "modifierInvocation", + "modifierName": { + "id": 454, + "name": "onlyAggregator", + "nameLocations": [ + "6077:14:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 72, + "src": "6077:14:0" + }, + "nodeType": "ModifierInvocation", + "src": "6077:14:0" + } + ], + "name": "refund", + "nameLocation": "6029:6:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 453, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 450, + "mutability": "mutable", + "name": "_fee", + "nameLocation": "6044:4:0", + "nodeType": "VariableDeclaration", + "scope": 553, + "src": "6036:12:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 449, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6036:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 452, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "6058:8:0", + "nodeType": "VariableDeclaration", + "scope": 553, + "src": "6050:16:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 451, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6050:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "6035:32:0" + }, + "returnParameters": { + "id": 458, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 457, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 553, + "src": "6101:4:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 456, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6101:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "6100:6:0" + }, + "scope": 629, + "src": "6020:926:0", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1657 + ], + "body": { + "id": 566, + "nodeType": "Block", + "src": "7256:30:0", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 562, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 26, + "src": "7267:5:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 564, + "indexExpression": { + "id": 563, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 556, + "src": "7273:8:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7267:15:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "functionReturnParameters": 561, + "id": 565, + "nodeType": "Return", + "src": "7260:22:0" + } + ] + }, + "documentation": { + "id": 554, + "nodeType": "StructuredDocumentation", + "src": "7137:40:0", + "text": "@dev See {getOrderInfo-IGateway}. " + }, + "functionSelector": "768c6ec0", + "id": 567, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getOrderInfo", + "nameLocation": "7188:12:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 557, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 556, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "7209:8:0", + "nodeType": "VariableDeclaration", + "scope": 567, + "src": "7201:16:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 555, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7201:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7200:18:0" + }, + "returnParameters": { + "id": 561, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 560, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 567, + "src": "7242:12:0", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order" + }, + "typeName": { + "id": 559, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 558, + "name": "Order", + "nameLocations": [ + "7242:5:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "7242:5:0" + }, + "referencedDeclaration": 1594, + "src": "7242:5:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + }, + "visibility": "internal" + } + ], + "src": "7241:14:0" + }, + "scope": 629, + "src": "7179:107:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1648 + ], + "body": { + "id": 585, + "nodeType": "Block", + "src": "7406:71:0", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 579, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "baseExpression": { + "id": 575, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "7414:17:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 577, + "indexExpression": { + "id": 576, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 570, + "src": "7432:6:0", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7414:25:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 578, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7443:1:0", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "7414:30:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 582, + "nodeType": "IfStatement", + "src": "7410:47:0", + "trueBody": { + "expression": { + "hexValue": "74727565", + "id": 580, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7453:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 574, + "id": 581, + "nodeType": "Return", + "src": "7446:11:0" + } + }, + { + "expression": { + "hexValue": "66616c7365", + "id": 583, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7468:5:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 574, + "id": 584, + "nodeType": "Return", + "src": "7461:12:0" + } + ] + }, + "documentation": { + "id": 568, + "nodeType": "StructuredDocumentation", + "src": "7289:44:0", + "text": "@dev See {isTokenSupported-IGateway}. " + }, + "functionSelector": "75151b63", + "id": 586, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isTokenSupported", + "nameLocation": "7344:16:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 571, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 570, + "mutability": "mutable", + "name": "_token", + "nameLocation": "7369:6:0", + "nodeType": "VariableDeclaration", + "scope": 586, + "src": "7361:14:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 569, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7361:7:0", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "7360:16:0" + }, + "returnParameters": { + "id": 574, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 573, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 586, + "src": "7400:4:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 572, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "7400:4:0", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "7399:6:0" + }, + "scope": 629, + "src": "7335:142:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1674 + ], + "body": { + "id": 599, + "nodeType": "Block", + "src": "7661:49:0", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 595, + "name": "supportedInstitutionsByCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 663, + "src": "7672:27:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)" + } + }, + "id": 597, + "indexExpression": { + "id": 596, + "name": "_code", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 589, + "src": "7700:5:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7672:34:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "functionReturnParameters": 594, + "id": 598, + "nodeType": "Return", + "src": "7665:41:0" + } + ] + }, + "documentation": { + "id": 587, + "nodeType": "StructuredDocumentation", + "src": "7480:57:0", + "text": "@dev See {getSupportedInstitutionByCode-IGateway}. " + }, + "functionSelector": "c2280103", + "id": 600, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutionByCode", + "nameLocation": "7548:29:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 590, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 589, + "mutability": "mutable", + "name": "_code", + "nameLocation": "7589:5:0", + "nodeType": "VariableDeclaration", + "scope": 600, + "src": "7581:13:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 588, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7581:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7577:20:0" + }, + "returnParameters": { + "id": 594, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 593, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 600, + "src": "7621:38:0", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_memory_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + }, + "typeName": { + "id": 592, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 591, + "name": "SharedStructs.InstitutionByCode", + "nameLocations": [ + "7621:13:0", + "7635:17:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1697, + "src": "7621:31:0" + }, + "referencedDeclaration": 1697, + "src": "7621:31:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + } + }, + "visibility": "internal" + } + ], + "src": "7620:40:0" + }, + "scope": 629, + "src": "7539:171:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1684 + ], + "body": { + "id": 614, + "nodeType": "Block", + "src": "7884:47:0", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 610, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "7895:21:0", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 612, + "indexExpression": { + "id": 611, + "name": "_currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 603, + "src": "7917:9:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7895:32:0", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + }, + "functionReturnParameters": 609, + "id": 613, + "nodeType": "Return", + "src": "7888:39:0" + } + ] + }, + "documentation": { + "id": 601, + "nodeType": "StructuredDocumentation", + "src": "7713:52:0", + "text": "@dev See {getSupportedInstitutions-IGateway}. " + }, + "functionSelector": "02621338", + "id": 615, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutions", + "nameLocation": "7776:24:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 604, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 603, + "mutability": "mutable", + "name": "_currency", + "nameLocation": "7812:9:0", + "nodeType": "VariableDeclaration", + "scope": 615, + "src": "7804:17:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 602, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7804:7:0", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7800:24:0" + }, + "returnParameters": { + "id": 609, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 608, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 615, + "src": "7848:34:0", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 606, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 605, + "name": "SharedStructs.Institution", + "nameLocations": [ + "7848:13:0", + "7862:11:0" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "7848:25:0" + }, + "referencedDeclaration": 1692, + "src": "7848:25:0", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 607, + "nodeType": "ArrayTypeName", + "src": "7848:27:0", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "7847:36:0" + }, + "scope": 629, + "src": "7767:164:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1665 + ], + "body": { + "id": 627, + "nodeType": "Block", + "src": "8042:44:0", + "statements": [ + { + "expression": { + "components": [ + { + "id": 623, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "8054:18:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 624, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "8074:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 625, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "8053:29:0", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint64_$_t_uint256_$", + "typeString": "tuple(uint64,uint256)" + } + }, + "functionReturnParameters": 622, + "id": 626, + "nodeType": "Return", + "src": "8046:36:0" + } + ] + }, + "documentation": { + "id": 616, + "nodeType": "StructuredDocumentation", + "src": "7934:41:0", + "text": "@dev See {getFeeDetails-IGateway}. " + }, + "functionSelector": "b810c636", + "id": 628, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getFeeDetails", + "nameLocation": "7986:13:0", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 617, + "nodeType": "ParameterList", + "parameters": [], + "src": "7999:2:0" + }, + "returnParameters": { + "id": 622, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 619, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 628, + "src": "8025:6:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 618, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "8025:6:0", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 621, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 628, + "src": "8033:7:0", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 620, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "8033:7:0", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "8024:17:0" + }, + "scope": 629, + "src": "7977:109:0", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 630, + "src": "451:7637:0", + "usedErrors": [] + } + ], + "src": "39:8050:0" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.287Z" +} \ No newline at end of file diff --git a/build/contracts/GatewaySettingManager.json b/build/contracts/GatewaySettingManager.json new file mode 100644 index 0000000..7def4c8 --- /dev/null +++ b/build/contracts/GatewaySettingManager.json @@ -0,0 +1,7033 @@ +{ + "contractName": "GatewaySettingManager", + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferStarted", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "treasuryAddress", + "type": "address" + } + ], + "name": "ProtocolAddressUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint64", + "name": "protocolFee", + "type": "uint64" + } + ], + "name": "ProtocolFeeUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "treasuryAddress", + "type": "address" + } + ], + "name": "SetFeeRecipient", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "value", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "status", + "type": "uint256" + } + ], + "name": "SettingManagerBool", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + }, + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "indexed": false, + "internalType": "struct SharedStructs.Institution[]", + "name": "institutions", + "type": "tuple[]" + } + ], + "name": "SupportedInstitutionsUpdated", + "type": "event" + }, + { + "inputs": [], + "name": "acceptOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "owner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "pendingOwner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "renounceOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + }, + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.Institution[]", + "name": "institutions", + "type": "tuple[]" + } + ], + "name": "setSupportedInstitutions", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "value", + "type": "address" + }, + { + "internalType": "uint256", + "name": "status", + "type": "uint256" + } + ], + "name": "settingManagerBool", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "transferOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "value", + "type": "address" + } + ], + "name": "updateProtocolAddress", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint64", + "name": "_protocolFeePercent", + "type": "uint64" + } + ], + "name": "updateProtocolFee", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b506114b08061003a6000396000f3fe608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106100ad5760003560e01c806379ba50971161008057806379ba5097146101105780638da5cb5b1461011a578063cd99240014610138578063e30c397814610154578063f2fde38b14610172576100ad565b806332200882146100b257806340ebc677146100ce57806347094e2e146100ea578063715018a614610106575b600080fd5b6100cc60048036038101906100c79190610d1d565b61018e565b005b6100e860048036038101906100e39190610e03565b610303565b005b61010460048036038101906100ff9190610e83565b6105cb565b005b61010e610636565b005b61011861064a565b005b6101226106d7565b60405161012f9190610ebf565b60405180910390f35b610152600480360381019061014d9190610f10565b610701565b005b61015c610886565b6040516101699190610ebf565b60405180910390f35b61018c60048036038101906101879190610f63565b6108b0565b005b61019661095d565b60cd600083815260200190815260200160002060006101b59190610ada565b60005b81518110156102b45760cd60008481526020019081526020016000208282815181106101e7576101e6610f90565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061024c5761024b610f90565b5b60200260200101516020015181526020018481525060ce600084848151811061027857610277610f90565b5b602002602001015160000151815260200190815260200160002060008201518160000155602082015181600101559050508060010190506101b8565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102f791906110f9565b60405180910390a25050565b61030b61095d565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361037a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161037190611178565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361047d578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610433576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161042a9061120a565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506001905061057b565b7f61676772656761746f7200000000000000000000000000000000000000000000830361057a578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610534576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161052b9061129c565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105c6578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105d361095d565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b8160405161062b91906112cb565b60405180910390a150565b61063e61095d565b61064860006109db565b565b6000610654610a0c565b90508073ffffffffffffffffffffffffffffffffffffffff16610675610886565b73ffffffffffffffffffffffffffffffffffffffff16146106cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106c290611358565b60405180910390fd5b6106d4816109db565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61070961095d565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610778576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161076f90611178565b60405180910390fd5b60018114806107875750600281145b6107c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107bd906113c4565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610881578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161087891906113f3565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6108b861095d565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166109186106d7565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b610965610a0c565b73ffffffffffffffffffffffffffffffffffffffff166109836106d7565b73ffffffffffffffffffffffffffffffffffffffff16146109d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d09061145a565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055610a0981610a14565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610afb9190610afe565b50565b5b80821115610b2157600080820160009055600182016000905550600201610aff565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b4c81610b39565b8114610b5757600080fd5b50565b600081359050610b6981610b43565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610bbd82610b74565b810181811067ffffffffffffffff82111715610bdc57610bdb610b85565b5b80604052505050565b6000610bef610b25565b9050610bfb8282610bb4565b919050565b600067ffffffffffffffff821115610c1b57610c1a610b85565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c4c57610c4b610c31565b5b610c566040610be5565b90506000610c6684828501610b5a565b6000830152506020610c7a84828501610b5a565b60208301525092915050565b6000610c99610c9484610c00565b610be5565b90508083825260208201905060408402830185811115610cbc57610cbb610c2c565b5b835b81811015610ce55780610cd18882610c36565b845260208401935050604081019050610cbe565b5050509392505050565b600082601f830112610d0457610d03610b6f565b5b8135610d14848260208601610c86565b91505092915050565b60008060408385031215610d3457610d33610b2f565b5b6000610d4285828601610b5a565b925050602083013567ffffffffffffffff811115610d6357610d62610b34565b5b610d6f85828601610cef565b9150509250929050565b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b610da381610d79565b8114610dae57600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610ddc82610db1565b9050919050565b600081359050610df281610d9a565b610dfb81610dd1565b905092915050565b60008060408385031215610e1a57610e19610b2f565b5b6000610e2885828601610b5a565b9250506020610e3985828601610de3565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e6081610e43565b8114610e6b57600080fd5b50565b600081359050610e7d81610e57565b92915050565b600060208284031215610e9957610e98610b2f565b5b6000610ea784828501610e6e565b91505092915050565b610eb981610dd1565b82525050565b6000602082019050610ed46000830184610eb0565b92915050565b6000819050919050565b610eed81610eda565b8114610ef857600080fd5b50565b600081359050610f0a81610ee4565b92915050565b600080600060608486031215610f2957610f28610b2f565b5b6000610f3786828701610b5a565b9350506020610f4886828701610de3565b9250506040610f5986828701610efb565b9150509250925092565b600060208284031215610f7957610f78610b2f565b5b6000610f8784828501610de3565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b600061101a61101583610ff0565b610ffd565b9050919050565b61102a81610b39565b82525050565b60408201600080830154905061104581611007565b6110526000860182611021565b506001830154905061106381611007565b6110706020860182611021565b5050505050565b60006110838383611030565b60408301905092915050565b6000600282019050919050565b60006110a782610fbf565b6110b18185610fca565b93506110bc83610fdb565b8060005b838110156110ec57816110d38882611077565b97506110de8361108f565b9250506001810190506110c0565b5085935050505092915050565b60006020820190508181036000830152611113818461109c565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061116260158361111b565b915061116d8261112c565b602082019050919050565b6000602082019050818103600083015261119181611155565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111f460258361111b565b91506111ff82611198565b604082019050919050565b60006020820190508181036000830152611223816111e7565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b600061128660278361111b565b91506112918261122a565b604082019050919050565b600060208201905081810360008301526112b581611279565b9050919050565b6112c581610e43565b82525050565b60006020820190506112e060008301846112bc565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061134260298361111b565b915061134d826112e6565b604082019050919050565b6000602082019050818103600083015261137181611335565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113ae60178361111b565b91506113b982611378565b602082019050919050565b600060208201905081810360008301526113dd816113a1565b9050919050565b6113ed81610eda565b82525050565b600060208201905061140860008301846113e4565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061144460208361111b565b915061144f8261140e565b602082019050919050565b6000602082019050818103600083015261147381611437565b905091905056fea26474726f6e58221220bd124b85b23c4f11f6d042be3d01bcbba802bff76da2f2e7c25ee489ee884e0264736f6c63430008120033", + "deployedBytecode": "0x608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106100ad5760003560e01c806379ba50971161008057806379ba5097146101105780638da5cb5b1461011a578063cd99240014610138578063e30c397814610154578063f2fde38b14610172576100ad565b806332200882146100b257806340ebc677146100ce57806347094e2e146100ea578063715018a614610106575b600080fd5b6100cc60048036038101906100c79190610d1d565b61018e565b005b6100e860048036038101906100e39190610e03565b610303565b005b61010460048036038101906100ff9190610e83565b6105cb565b005b61010e610636565b005b61011861064a565b005b6101226106d7565b60405161012f9190610ebf565b60405180910390f35b610152600480360381019061014d9190610f10565b610701565b005b61015c610886565b6040516101699190610ebf565b60405180910390f35b61018c60048036038101906101879190610f63565b6108b0565b005b61019661095d565b60cd600083815260200190815260200160002060006101b59190610ada565b60005b81518110156102b45760cd60008481526020019081526020016000208282815181106101e7576101e6610f90565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061024c5761024b610f90565b5b60200260200101516020015181526020018481525060ce600084848151811061027857610277610f90565b5b602002602001015160000151815260200190815260200160002060008201518160000155602082015181600101559050508060010190506101b8565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516102f791906110f9565b60405180910390a25050565b61030b61095d565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361037a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161037190611178565b60405180910390fd5b60007f7472656173757279000000000000000000000000000000000000000000000000830361047d578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610433576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161042a9061120a565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506001905061057b565b7f61676772656761746f7200000000000000000000000000000000000000000000830361057a578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1603610534576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161052b9061129c565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156105c6578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6105d361095d565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b8160405161062b91906112cb565b60405180910390a150565b61063e61095d565b61064860006109db565b565b6000610654610a0c565b90508073ffffffffffffffffffffffffffffffffffffffff16610675610886565b73ffffffffffffffffffffffffffffffffffffffff16146106cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106c290611358565b60405180910390fd5b6106d4816109db565b50565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b61070961095d565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610778576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161076f90611178565b60405180910390fd5b60018114806107875750600281145b6107c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107bd906113c4565b60405180910390fd5b7f746f6b656e0000000000000000000000000000000000000000000000000000008303610881578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161087891906113f3565b60405180910390a35b505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6108b861095d565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff166109186106d7565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b610965610a0c565b73ffffffffffffffffffffffffffffffffffffffff166109836106d7565b73ffffffffffffffffffffffffffffffffffffffff16146109d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d09061145a565b60405180910390fd5b565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055610a0981610a14565b50565b600033905090565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5080546000825560020290600052602060002090810190610afb9190610afe565b50565b5b80821115610b2157600080820160009055600182016000905550600201610aff565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b610b4c81610b39565b8114610b5757600080fd5b50565b600081359050610b6981610b43565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610bbd82610b74565b810181811067ffffffffffffffff82111715610bdc57610bdb610b85565b5b80604052505050565b6000610bef610b25565b9050610bfb8282610bb4565b919050565b600067ffffffffffffffff821115610c1b57610c1a610b85565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215610c4c57610c4b610c31565b5b610c566040610be5565b90506000610c6684828501610b5a565b6000830152506020610c7a84828501610b5a565b60208301525092915050565b6000610c99610c9484610c00565b610be5565b90508083825260208201905060408402830185811115610cbc57610cbb610c2c565b5b835b81811015610ce55780610cd18882610c36565b845260208401935050604081019050610cbe565b5050509392505050565b600082601f830112610d0457610d03610b6f565b5b8135610d14848260208601610c86565b91505092915050565b60008060408385031215610d3457610d33610b2f565b5b6000610d4285828601610b5a565b925050602083013567ffffffffffffffff811115610d6357610d62610b34565b5b610d6f85828601610cef565b9150509250929050565b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b610da381610d79565b8114610dae57600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610ddc82610db1565b9050919050565b600081359050610df281610d9a565b610dfb81610dd1565b905092915050565b60008060408385031215610e1a57610e19610b2f565b5b6000610e2885828601610b5a565b9250506020610e3985828601610de3565b9150509250929050565b600067ffffffffffffffff82169050919050565b610e6081610e43565b8114610e6b57600080fd5b50565b600081359050610e7d81610e57565b92915050565b600060208284031215610e9957610e98610b2f565b5b6000610ea784828501610e6e565b91505092915050565b610eb981610dd1565b82525050565b6000602082019050610ed46000830184610eb0565b92915050565b6000819050919050565b610eed81610eda565b8114610ef857600080fd5b50565b600081359050610f0a81610ee4565b92915050565b600080600060608486031215610f2957610f28610b2f565b5b6000610f3786828701610b5a565b9350506020610f4886828701610de3565b9250506040610f5986828701610efb565b9150509250925092565b600060208284031215610f7957610f78610b2f565b5b6000610f8784828501610de3565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b600082825260208201905092915050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b600061101a61101583610ff0565b610ffd565b9050919050565b61102a81610b39565b82525050565b60408201600080830154905061104581611007565b6110526000860182611021565b506001830154905061106381611007565b6110706020860182611021565b5050505050565b60006110838383611030565b60408301905092915050565b6000600282019050919050565b60006110a782610fbf565b6110b18185610fca565b93506110bc83610fdb565b8060005b838110156110ec57816110d38882611077565b97506110de8361108f565b9250506001810190506110c0565b5085935050505092915050565b60006020820190508181036000830152611113818461109c565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b600061116260158361111b565b915061116d8261112c565b602082019050919050565b6000602082019050818103600083015261119181611155565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b60006111f460258361111b565b91506111ff82611198565b604082019050919050565b60006020820190508181036000830152611223816111e7565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b600061128660278361111b565b91506112918261122a565b604082019050919050565b600060208201905081810360008301526112b581611279565b9050919050565b6112c581610e43565b82525050565b60006020820190506112e060008301846112bc565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061134260298361111b565b915061134d826112e6565b604082019050919050565b6000602082019050818103600083015261137181611335565b9050919050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006113ae60178361111b565b91506113b982611378565b602082019050919050565b600060208201905081810360008301526113dd816113a1565b9050919050565b6113ed81610eda565b82525050565b600060208201905061140860008301846113e4565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061144460208361111b565b915061144f8261140e565b602082019050919050565b6000602082019050818103600083015261147381611437565b905091905056fea26474726f6e58221220bd124b85b23c4f11f6d042be3d01bcbba802bff76da2f2e7c25ee489ee884e0264736f6c63430008120033", + "sourceMap": "338:3609:1:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;", + "deployedSourceMap": "338:3609:1:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2323:539;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3394:551;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2085:101:7;;;:::i;:::-;;2031:212:6;;;:::i;:::-;;1462:85:7;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:1;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1144:99:6;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2323:539:1;1355:13:7;:11;:13::i;:::-;2461:21:1::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;3394:551::-;1355:13:7;:11;:13::i;:::-;3502:1:1::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:7;:11;:13::i;:::-;3094:19:1::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;2085:101:7:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;2031:212:6:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;1462:85:7:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;1773:335:1:-;1355:13:7;:11;:13::i;:::-;1894:1:1::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1144:99:6:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;1436:178::-;1355:13:7;:11;:13::i;:::-;1541:8:6::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:7:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;1798:153:6:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:11:-;939:7;965:10;958:17;;886:96;:::o;2687:187:7:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:16:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:117::-;799:1;796;789:12;813:102;854:6;905:2;901:7;896:2;889:5;885:14;881:28;871:38;;813:102;;;:::o;921:180::-;969:77;966:1;959:88;1066:4;1063:1;1056:15;1090:4;1087:1;1080:15;1107:281;1190:27;1212:4;1190:27;:::i;:::-;1182:6;1178:40;1320:6;1308:10;1305:22;1284:18;1272:10;1269:34;1266:62;1263:88;;;1331:18;;:::i;:::-;1263:88;1371:10;1367:2;1360:22;1150:238;1107:281;;:::o;1394:129::-;1428:6;1455:20;;:::i;:::-;1445:30;;1484:33;1512:4;1504:6;1484:33;:::i;:::-;1394:129;;;:::o;1529:340::-;1635:4;1725:18;1717:6;1714:30;1711:56;;;1747:18;;:::i;:::-;1711:56;1797:4;1789:6;1785:17;1777:25;;1857:4;1851;1847:15;1839:23;;1529:340;;;:::o;1875:117::-;1984:1;1981;1974:12;1998:117;2107:1;2104;2097:12;2284:578;2362:5;2406:4;2394:9;2389:3;2385:19;2381:30;2378:117;;;2414:79;;:::i;:::-;2378:117;2513:21;2529:4;2513:21;:::i;:::-;2504:30;;2593:1;2633:49;2678:3;2669:6;2658:9;2654:22;2633:49;:::i;:::-;2626:4;2619:5;2615:16;2608:75;2544:150;2753:2;2794:49;2839:3;2830:6;2819:9;2815:22;2794:49;:::i;:::-;2787:4;2780:5;2776:16;2769:75;2704:151;2284:578;;;;:::o;2910:797::-;3035:5;3060:110;3076:93;3162:6;3076:93;:::i;:::-;3060:110;:::i;:::-;3051:119;;3190:5;3219:6;3212:5;3205:21;3253:4;3246:5;3242:16;3235:23;;3306:4;3298:6;3294:17;3286:6;3282:30;3335:3;3327:6;3324:15;3321:122;;;3354:79;;:::i;:::-;3321:122;3469:6;3452:249;3486:6;3481:3;3478:15;3452:249;;;3561:3;3590:66;3652:3;3640:10;3590:66;:::i;:::-;3585:3;3578:79;3686:4;3681:3;3677:14;3670:21;;3528:173;3512:4;3507:3;3503:14;3496:21;;3452:249;;;3456:21;3041:666;;2910:797;;;;;:::o;3755:428::-;3855:5;3904:3;3897:4;3889:6;3885:17;3881:27;3871:122;;3912:79;;:::i;:::-;3871:122;4029:6;4016:20;4054:123;4173:3;4165:6;4158:4;4150:6;4146:17;4054:123;:::i;:::-;4045:132;;3861:322;3755:428;;;;:::o;4189:742::-;4311:6;4319;4368:2;4356:9;4347:7;4343:23;4339:32;4336:119;;;4374:79;;:::i;:::-;4336:119;4494:1;4519:53;4564:7;4555:6;4544:9;4540:22;4519:53;:::i;:::-;4509:63;;4465:117;4649:2;4638:9;4634:18;4621:32;4680:18;4672:6;4669:30;4666:117;;;4702:79;;:::i;:::-;4666:117;4807:107;4906:7;4897:6;4886:9;4882:22;4807:107;:::i;:::-;4797:117;;4592:332;4189:742;;;;;:::o;4937:128::-;4974:7;5014:44;5007:5;5003:56;4992:67;;4937:128;;;:::o;5071:122::-;5144:24;5162:5;5144:24;:::i;:::-;5137:5;5134:35;5124:63;;5183:1;5180;5173:12;5124:63;5071:122;:::o;5199:126::-;5236:7;5276:42;5269:5;5265:54;5254:65;;5199:126;;;:::o;5331:96::-;5368:7;5397:24;5415:5;5397:24;:::i;:::-;5386:35;;5331:96;;;:::o;5433:181::-;5479:5;5517:6;5504:20;5495:29;;5533:33;5560:5;5533:33;:::i;:::-;5584:24;5602:5;5584:24;:::i;:::-;5575:33;;5433:181;;;;:::o;5620:474::-;5688:6;5696;5745:2;5733:9;5724:7;5720:23;5716:32;5713:119;;;5751:79;;:::i;:::-;5713:119;5871:1;5896:53;5941:7;5932:6;5921:9;5917:22;5896:53;:::i;:::-;5886:63;;5842:117;5998:2;6024:53;6069:7;6060:6;6049:9;6045:22;6024:53;:::i;:::-;6014:63;;5969:118;5620:474;;;;;:::o;6100:101::-;6136:7;6176:18;6169:5;6165:30;6154:41;;6100:101;;;:::o;6207:120::-;6279:23;6296:5;6279:23;:::i;:::-;6272:5;6269:34;6259:62;;6317:1;6314;6307:12;6259:62;6207:120;:::o;6333:137::-;6378:5;6416:6;6403:20;6394:29;;6432:32;6458:5;6432:32;:::i;:::-;6333:137;;;;:::o;6476:327::-;6534:6;6583:2;6571:9;6562:7;6558:23;6554:32;6551:119;;;6589:79;;:::i;:::-;6551:119;6709:1;6734:52;6778:7;6769:6;6758:9;6754:22;6734:52;:::i;:::-;6724:62;;6680:116;6476:327;;;;:::o;6809:118::-;6896:24;6914:5;6896:24;:::i;:::-;6891:3;6884:37;6809:118;;:::o;6933:222::-;7026:4;7064:2;7053:9;7049:18;7041:26;;7077:71;7145:1;7134:9;7130:17;7121:6;7077:71;:::i;:::-;6933:222;;;;:::o;7161:77::-;7198:7;7227:5;7216:16;;7161:77;;;:::o;7244:122::-;7317:24;7335:5;7317:24;:::i;:::-;7310:5;7307:35;7297:63;;7356:1;7353;7346:12;7297:63;7244:122;:::o;7372:139::-;7418:5;7456:6;7443:20;7434:29;;7472:33;7499:5;7472:33;:::i;:::-;7372:139;;;;:::o;7517:619::-;7594:6;7602;7610;7659:2;7647:9;7638:7;7634:23;7630:32;7627:119;;;7665:79;;:::i;:::-;7627:119;7785:1;7810:53;7855:7;7846:6;7835:9;7831:22;7810:53;:::i;:::-;7800:63;;7756:117;7912:2;7938:53;7983:7;7974:6;7963:9;7959:22;7938:53;:::i;:::-;7928:63;;7883:118;8040:2;8066:53;8111:7;8102:6;8091:9;8087:22;8066:53;:::i;:::-;8056:63;;8011:118;7517:619;;;;;:::o;8142:329::-;8201:6;8250:2;8238:9;8229:7;8225:23;8221:32;8218:119;;;8256:79;;:::i;:::-;8218:119;8376:1;8401:53;8446:7;8437:6;8426:9;8422:22;8401:53;:::i;:::-;8391:63;;8347:117;8142:329;;;;:::o;8477:180::-;8525:77;8522:1;8515:88;8622:4;8619:1;8612:15;8646:4;8643:1;8636:15;8663:137;8753:6;8787:5;8781:12;8771:22;;8663:137;;;:::o;8806:213::-;8934:11;8968:6;8963:3;8956:19;9008:4;9003:3;8999:14;8984:29;;8806:213;;;;:::o;9025:182::-;9115:4;9138:3;9130:11;;9161:3;9158:1;9151:14;9195:4;9192:1;9182:18;9174:26;;9025:182;;;:::o;9213:102::-;9255:8;9302:5;9299:1;9295:13;9274:34;;9213:102;;;:::o;9321:90::-;9371:7;9400:5;9389:16;;9321:90;;;:::o;9417:166::-;9486:5;9511:66;9542:34;9565:10;9542:34;:::i;:::-;9511:66;:::i;:::-;9502:75;;9417:166;;;:::o;9589:108::-;9666:24;9684:5;9666:24;:::i;:::-;9661:3;9654:37;9589:108;;:::o;9779:689::-;9921:4;9916:3;9912:14;9952:1;10027:4;10020:5;10016:16;10010:23;9997:36;;10066:55;10111:9;10066:55;:::i;:::-;10134:63;10191:4;10186:3;10182:14;10168:12;10134:63;:::i;:::-;9963:244;10281:4;10274:5;10270:16;10264:23;10251:36;;10320:55;10365:9;10320:55;:::i;:::-;10388:63;10445:4;10440:3;10436:14;10422:12;10388:63;:::i;:::-;10217:244;9890:578;;9779:689;;:::o;10474:289::-;10598:10;10619:101;10716:3;10708:6;10619:101;:::i;:::-;10752:4;10747:3;10743:14;10729:28;;10474:289;;;;:::o;10769:136::-;10862:4;10894;10889:3;10885:14;10877:22;;10769:136;;;:::o;10991:930::-;11162:3;11191:77;11262:5;11191:77;:::i;:::-;11284:115;11392:6;11387:3;11284:115;:::i;:::-;11277:122;;11423:79;11496:5;11423:79;:::i;:::-;11525:7;11556:1;11541:355;11566:6;11563:1;11560:13;11541:355;;;11636:6;11662:118;11776:3;11761:13;11662:118;:::i;:::-;11655:125;;11803:83;11879:6;11803:83;:::i;:::-;11793:93;;11601:295;11588:1;11585;11581:9;11576:14;;11541:355;;;11545:14;11912:3;11905:10;;11167:754;;;10991:930;;;;:::o;11927:477::-;12122:4;12160:2;12149:9;12145:18;12137:26;;12209:9;12203:4;12199:20;12195:1;12184:9;12180:17;12173:47;12237:160;12392:4;12383:6;12237:160;:::i;:::-;12229:168;;11927:477;;;;:::o;12410:169::-;12494:11;12528:6;12523:3;12516:19;12568:4;12563:3;12559:14;12544:29;;12410:169;;;;:::o;12585:171::-;12725:23;12721:1;12713:6;12709:14;12702:47;12585:171;:::o;12762:366::-;12904:3;12925:67;12989:2;12984:3;12925:67;:::i;:::-;12918:74;;13001:93;13090:3;13001:93;:::i;:::-;13119:2;13114:3;13110:12;13103:19;;12762:366;;;:::o;13134:419::-;13300:4;13338:2;13327:9;13323:18;13315:26;;13387:9;13381:4;13377:20;13373:1;13362:9;13358:17;13351:47;13415:131;13541:4;13415:131;:::i;:::-;13407:139;;13134:419;;;:::o;13559:224::-;13699:34;13695:1;13687:6;13683:14;13676:58;13768:7;13763:2;13755:6;13751:15;13744:32;13559:224;:::o;13789:366::-;13931:3;13952:67;14016:2;14011:3;13952:67;:::i;:::-;13945:74;;14028:93;14117:3;14028:93;:::i;:::-;14146:2;14141:3;14137:12;14130:19;;13789:366;;;:::o;14161:419::-;14327:4;14365:2;14354:9;14350:18;14342:26;;14414:9;14408:4;14404:20;14400:1;14389:9;14385:17;14378:47;14442:131;14568:4;14442:131;:::i;:::-;14434:139;;14161:419;;;:::o;14586:226::-;14726:34;14722:1;14714:6;14710:14;14703:58;14795:9;14790:2;14782:6;14778:15;14771:34;14586:226;:::o;14818:366::-;14960:3;14981:67;15045:2;15040:3;14981:67;:::i;:::-;14974:74;;15057:93;15146:3;15057:93;:::i;:::-;15175:2;15170:3;15166:12;15159:19;;14818:366;;;:::o;15190:419::-;15356:4;15394:2;15383:9;15379:18;15371:26;;15443:9;15437:4;15433:20;15429:1;15418:9;15414:17;15407:47;15471:131;15597:4;15471:131;:::i;:::-;15463:139;;15190:419;;;:::o;15615:115::-;15700:23;15717:5;15700:23;:::i;:::-;15695:3;15688:36;15615:115;;:::o;15736:218::-;15827:4;15865:2;15854:9;15850:18;15842:26;;15878:69;15944:1;15933:9;15929:17;15920:6;15878:69;:::i;:::-;15736:218;;;;:::o;15960:228::-;16100:34;16096:1;16088:6;16084:14;16077:58;16169:11;16164:2;16156:6;16152:15;16145:36;15960:228;:::o;16194:366::-;16336:3;16357:67;16421:2;16416:3;16357:67;:::i;:::-;16350:74;;16433:93;16522:3;16433:93;:::i;:::-;16551:2;16546:3;16542:12;16535:19;;16194:366;;;:::o;16566:419::-;16732:4;16770:2;16759:9;16755:18;16747:26;;16819:9;16813:4;16809:20;16805:1;16794:9;16790:17;16783:47;16847:131;16973:4;16847:131;:::i;:::-;16839:139;;16566:419;;;:::o;16991:173::-;17131:25;17127:1;17119:6;17115:14;17108:49;16991:173;:::o;17170:366::-;17312:3;17333:67;17397:2;17392:3;17333:67;:::i;:::-;17326:74;;17409:93;17498:3;17409:93;:::i;:::-;17527:2;17522:3;17518:12;17511:19;;17170:366;;;:::o;17542:419::-;17708:4;17746:2;17735:9;17731:18;17723:26;;17795:9;17789:4;17785:20;17781:1;17770:9;17766:17;17759:47;17823:131;17949:4;17823:131;:::i;:::-;17815:139;;17542:419;;;:::o;17967:118::-;18054:24;18072:5;18054:24;:::i;:::-;18049:3;18042:37;17967:118;;:::o;18091:222::-;18184:4;18222:2;18211:9;18207:18;18199:26;;18235:71;18303:1;18292:9;18288:17;18279:6;18235:71;:::i;:::-;18091:222;;;;:::o;18319:182::-;18459:34;18455:1;18447:6;18443:14;18436:58;18319:182;:::o;18507:366::-;18649:3;18670:67;18734:2;18729:3;18670:67;:::i;:::-;18663:74;;18746:93;18835:3;18746:93;:::i;:::-;18864:2;18859:3;18855:12;18848:19;;18507:366;;;:::o;18879:419::-;19045:4;19083:2;19072:9;19068:18;19060:26;;19132:9;19126:4;19122:20;19118:1;19107:9;19103:17;19096:47;19160:131;19286:4;19160:131;:::i;:::-;19152:139;;18879:419;;;:::o", + "source": "// SPDX-License-Identifier: UNLICENSED\n\n/**\n * @title GatewaySettingManager\n * @dev This contract manages the settings and configurations for the Gateway protocol.\n */\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol';\n\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\ncontract GatewaySettingManager is Ownable2StepUpgradeable {\n\tuint256 internal MAX_BPS;\n\tuint64 internal protocolFeePercent;\n\taddress internal treasuryAddress;\n\taddress internal _aggregatorAddress;\n\n\t// this should decrease if more slots are needed on this contract to avoid collisions with base contract\n\tuint256[50] private __gap;\n\n\tmapping(address => uint256) internal _isTokenSupported;\n\n\tmapping(bytes32 => SharedStructs.Institution[]) internal supportedInstitutions;\n\tmapping(bytes32 => SharedStructs.InstitutionByCode) internal supportedInstitutionsByCode;\n\n\tevent SettingManagerBool(bytes32 indexed what, address indexed value, uint256 status);\n\tevent SupportedInstitutionsUpdated(\n\t\tbytes32 indexed currency,\n\t\tSharedStructs.Institution[] institutions\n\t);\n\tevent ProtocolFeeUpdated(uint64 protocolFee);\n\tevent ProtocolAddressUpdated(bytes32 indexed what, address indexed treasuryAddress);\n\tevent SetFeeRecipient(address indexed treasuryAddress);\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\n\t/**\n\t * @dev Sets the boolean value for a specific setting.\n\t * @param what The setting to be updated.\n\t * @param value The address or value associated with the setting.\n\t * @param status The boolean value to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction settingManagerBool(bytes32 what, address value, uint256 status) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\trequire(status == 1 || status == 2, 'Gateway: invalid status');\n\t\tif (what == 'token') {\n\t\t\t_isTokenSupported[value] = status;\n\t\t\temit SettingManagerBool(what, value, status);\n\t\t}\n\t}\n\n\t/**\n\t * @dev Sets the supported institutions for a specific currency.\n\t * @param currency The currency for which the institutions are being set.\n\t * @param institutions The array of institutions to be set.\n\t */\n\tfunction setSupportedInstitutions(\n\t\tbytes32 currency,\n\t\tSharedStructs.Institution[] memory institutions\n\t) external onlyOwner {\n\t\tdelete supportedInstitutions[currency];\n\t\tfor (uint i; i < institutions.length; ) {\n\t\t\tsupportedInstitutions[currency].push(institutions[i]);\n\t\t\tsupportedInstitutionsByCode[institutions[i].code] = SharedStructs.InstitutionByCode({\n\t\t\t\tname: institutions[i].name,\n\t\t\t\tcurrency: currency\n\t\t\t});\n\t\t\tunchecked {\n\t\t\t\t++i;\n\t\t\t}\n\t\t}\n\t\temit SupportedInstitutionsUpdated(currency, supportedInstitutions[currency]);\n\t}\n\n\t/**\n\t * @dev Updates the protocol fee percentage.\n\t * @param _protocolFeePercent The new protocol fee percentage to be set.\n\t */\n\tfunction updateProtocolFee(uint64 _protocolFeePercent) external onlyOwner {\n\t\tprotocolFeePercent = _protocolFeePercent;\n\t\temit ProtocolFeeUpdated(_protocolFeePercent);\n\t}\n\n\t/**\n\t * @dev Updates a protocol address.\n\t * @param what The address type to be updated (treasury or aggregator).\n\t * @param value The new address to be set.\n\t * Requirements:\n\t * - The value must not be a zero address.\n\t */\n\tfunction updateProtocolAddress(bytes32 what, address value) external onlyOwner {\n\t\trequire(value != address(0), 'Gateway: zero address');\n\t\tbool updated;\n\t\tif (what == 'treasury') {\n\t\t\trequire(treasuryAddress != value, 'Gateway: treasury address already set');\n\t\t\ttreasuryAddress = value;\n\t\t\tupdated = true;\n\t\t} else if (what == 'aggregator') {\n\t\t\trequire(_aggregatorAddress != value, 'Gateway: aggregator address already set');\n\t\t\t_aggregatorAddress = value;\n\t\t\tupdated = true;\n\t\t}\n\t\tif (updated) {\n\t\t\temit ProtocolAddressUpdated(what, value);\n\t\t}\n\t}\n}\n", + "sourcePath": "/Users/chibie/paycrest/contracts/contracts/GatewaySettingManager.sol", + "ast": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/GatewaySettingManager.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "GatewaySettingManager": [ + 897 + ], + "Initializable": [ + 2177 + ], + "Ownable2StepUpgradeable": [ + 1875 + ], + "OwnableUpgradeable": [ + 2008 + ], + "SharedStructs": [ + 1698 + ] + }, + "id": 898, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 631, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "168:24:1" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol", + "file": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol", + "id": 632, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 898, + "sourceUnit": 1876, + "src": "194:80:1", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "file": "./libraries/SharedStructs.sol", + "id": 634, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 898, + "sourceUnit": 1699, + "src": "276:60:1", + "symbolAliases": [ + { + "foreign": { + "id": 633, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "284:13:1", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 635, + "name": "Ownable2StepUpgradeable", + "nameLocations": [ + "372:23:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1875, + "src": "372:23:1" + }, + "id": 636, + "nodeType": "InheritanceSpecifier", + "src": "372:23:1" + } + ], + "canonicalName": "GatewaySettingManager", + "contractDependencies": [], + "contractKind": "contract", + "fullyImplemented": true, + "id": 897, + "linearizedBaseContracts": [ + 897, + 1875, + 2008, + 2686, + 2177 + ], + "name": "GatewaySettingManager", + "nameLocation": "347:21:1", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 638, + "mutability": "mutable", + "name": "MAX_BPS", + "nameLocation": "416:7:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "399:24:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 637, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "399:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 640, + "mutability": "mutable", + "name": "protocolFeePercent", + "nameLocation": "442:18:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "426:34:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 639, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "426:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 642, + "mutability": "mutable", + "name": "treasuryAddress", + "nameLocation": "480:15:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "463:32:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 641, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "463:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 644, + "mutability": "mutable", + "name": "_aggregatorAddress", + "nameLocation": "515:18:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "498:35:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 643, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "498:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 648, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "663:5:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "643:25:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage", + "typeString": "uint256[50]" + }, + "typeName": { + "baseType": { + "id": 645, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "643:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 647, + "length": { + "hexValue": "3530", + "id": 646, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "651:2:1", + "typeDescriptions": { + "typeIdentifier": "t_rational_50_by_1", + "typeString": "int_const 50" + }, + "value": "50" + }, + "nodeType": "ArrayTypeName", + "src": "643:11:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr", + "typeString": "uint256[50]" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 652, + "mutability": "mutable", + "name": "_isTokenSupported", + "nameLocation": "709:17:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "672:54:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "typeName": { + "id": 651, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 649, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "680:7:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "672:27:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 650, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "691:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 658, + "mutability": "mutable", + "name": "supportedInstitutions", + "nameLocation": "787:21:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "730:78:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution[])" + }, + "typeName": { + "id": 657, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 653, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "738:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "730:47:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution[])" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "baseType": { + "id": 655, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 654, + "name": "SharedStructs.Institution", + "nameLocations": [ + "749:13:1", + "763:11:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "749:25:1" + }, + "referencedDeclaration": 1692, + "src": "749:25:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 656, + "nodeType": "ArrayTypeName", + "src": "749:27:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 663, + "mutability": "mutable", + "name": "supportedInstitutionsByCode", + "nameLocation": "872:27:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "811:88:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode)" + }, + "typeName": { + "id": 662, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 659, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "819:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "811:51:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 661, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 660, + "name": "SharedStructs.InstitutionByCode", + "nameLocations": [ + "830:13:1", + "844:17:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1697, + "src": "830:31:1" + }, + "referencedDeclaration": 1697, + "src": "830:31:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + } + } + }, + "visibility": "internal" + }, + { + "anonymous": false, + "eventSelector": "cfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c", + "id": 671, + "name": "SettingManagerBool", + "nameLocation": "909:18:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 670, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 665, + "indexed": true, + "mutability": "mutable", + "name": "what", + "nameLocation": "944:4:1", + "nodeType": "VariableDeclaration", + "scope": 671, + "src": "928:20:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 664, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "928:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 667, + "indexed": true, + "mutability": "mutable", + "name": "value", + "nameLocation": "966:5:1", + "nodeType": "VariableDeclaration", + "scope": 671, + "src": "950:21:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 666, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "950:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 669, + "indexed": false, + "mutability": "mutable", + "name": "status", + "nameLocation": "981:6:1", + "nodeType": "VariableDeclaration", + "scope": 671, + "src": "973:14:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 668, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "973:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "927:61:1" + }, + "src": "903:86:1" + }, + { + "anonymous": false, + "eventSelector": "58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac", + "id": 679, + "name": "SupportedInstitutionsUpdated", + "nameLocation": "997:28:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 678, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 673, + "indexed": true, + "mutability": "mutable", + "name": "currency", + "nameLocation": "1045:8:1", + "nodeType": "VariableDeclaration", + "scope": 679, + "src": "1029:24:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 672, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1029:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 677, + "indexed": false, + "mutability": "mutable", + "name": "institutions", + "nameLocation": "1085:12:1", + "nodeType": "VariableDeclaration", + "scope": 679, + "src": "1057:40:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 675, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 674, + "name": "SharedStructs.Institution", + "nameLocations": [ + "1057:13:1", + "1071:11:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "1057:25:1" + }, + "referencedDeclaration": 1692, + "src": "1057:25:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 676, + "nodeType": "ArrayTypeName", + "src": "1057:27:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "1025:75:1" + }, + "src": "991:110:1" + }, + { + "anonymous": false, + "eventSelector": "1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b", + "id": 683, + "name": "ProtocolFeeUpdated", + "nameLocation": "1109:18:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 682, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 681, + "indexed": false, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "1135:11:1", + "nodeType": "VariableDeclaration", + "scope": 683, + "src": "1128:18:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 680, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "1128:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "1127:20:1" + }, + "src": "1103:45:1" + }, + { + "anonymous": false, + "eventSelector": "bbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a4", + "id": 689, + "name": "ProtocolAddressUpdated", + "nameLocation": "1156:22:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 688, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 685, + "indexed": true, + "mutability": "mutable", + "name": "what", + "nameLocation": "1195:4:1", + "nodeType": "VariableDeclaration", + "scope": 689, + "src": "1179:20:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 684, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1179:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 687, + "indexed": true, + "mutability": "mutable", + "name": "treasuryAddress", + "nameLocation": "1217:15:1", + "nodeType": "VariableDeclaration", + "scope": 689, + "src": "1201:31:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 686, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1201:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1178:55:1" + }, + "src": "1150:84:1" + }, + { + "anonymous": false, + "eventSelector": "2e979f80fe4d43055c584cf4a8467c55875ea36728fc37176c05acd784eb7a73", + "id": 693, + "name": "SetFeeRecipient", + "nameLocation": "1242:15:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 692, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 691, + "indexed": true, + "mutability": "mutable", + "name": "treasuryAddress", + "nameLocation": "1274:15:1", + "nodeType": "VariableDeclaration", + "scope": 693, + "src": "1258:31:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 690, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1258:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1257:33:1" + }, + "src": "1236:55:1" + }, + { + "body": { + "id": 743, + "nodeType": "Block", + "src": "1865:243:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 711, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 706, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 698, + "src": "1877:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 709, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1894: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": 708, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1886:7:1", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 707, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1886:7:1", + "typeDescriptions": {} + } + }, + "id": 710, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1886:10:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1877:19:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a207a65726f2061646472657373", + "id": 712, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1898:23:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf", + "typeString": "literal_string \"Gateway: zero address\"" + }, + "value": "Gateway: zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf", + "typeString": "literal_string \"Gateway: zero address\"" + } + ], + "id": 705, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1869:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 713, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1869:53:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 714, + "nodeType": "ExpressionStatement", + "src": "1869:53:1" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 722, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 718, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 716, + "name": "status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 700, + "src": "1934:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 717, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1944:1:1", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "1934:11:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 721, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 719, + "name": "status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 700, + "src": "1949:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "32", + "id": 720, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1959:1:1", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "1949:11:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "1934:26:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a20696e76616c696420737461747573", + "id": 723, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1962:25:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338", + "typeString": "literal_string \"Gateway: invalid status\"" + }, + "value": "Gateway: invalid status" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338", + "typeString": "literal_string \"Gateway: invalid status\"" + } + ], + "id": 715, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1926:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 724, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1926:62:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 725, + "nodeType": "ExpressionStatement", + "src": "1926:62:1" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 728, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 726, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 696, + "src": "1996:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "746f6b656e", + "id": 727, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2004:7:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_9b9b0454cadcb5884dd3faa6ba975da4d2459aa3f11d31291a25a8358f84946d", + "typeString": "literal_string \"token\"" + }, + "value": "token" + }, + "src": "1996:15:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 742, + "nodeType": "IfStatement", + "src": "1992:113:1", + "trueBody": { + "id": 741, + "nodeType": "Block", + "src": "2013:92:1", + "statements": [ + { + "expression": { + "id": 733, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 729, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "2018:17:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 731, + "indexExpression": { + "id": 730, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 698, + "src": "2036:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2018:24:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 732, + "name": "status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 700, + "src": "2045:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2018:33:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 734, + "nodeType": "ExpressionStatement", + "src": "2018:33:1" + }, + { + "eventCall": { + "arguments": [ + { + "id": 736, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 696, + "src": "2080:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 737, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 698, + "src": "2086:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 738, + "name": "status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 700, + "src": "2093:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 735, + "name": "SettingManagerBool", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 671, + "src": "2061:18:1", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (bytes32,address,uint256)" + } + }, + "id": 739, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2061:39:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 740, + "nodeType": "EmitStatement", + "src": "2056:44:1" + } + ] + } + } + ] + }, + "documentation": { + "id": 694, + "nodeType": "StructuredDocumentation", + "src": "1488:283:1", + "text": " @dev Sets the boolean value for a specific setting.\n @param what The setting to be updated.\n @param value The address or value associated with the setting.\n @param status The boolean value to be set.\n Requirements:\n - The value must not be a zero address." + }, + "functionSelector": "cd992400", + "id": 744, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 703, + "kind": "modifierInvocation", + "modifierName": { + "id": 702, + "name": "onlyOwner", + "nameLocations": [ + "1855:9:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1855:9:1" + }, + "nodeType": "ModifierInvocation", + "src": "1855:9:1" + } + ], + "name": "settingManagerBool", + "nameLocation": "1782:18:1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 701, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 696, + "mutability": "mutable", + "name": "what", + "nameLocation": "1809:4:1", + "nodeType": "VariableDeclaration", + "scope": 744, + "src": "1801:12:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 695, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1801:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 698, + "mutability": "mutable", + "name": "value", + "nameLocation": "1823:5:1", + "nodeType": "VariableDeclaration", + "scope": 744, + "src": "1815:13:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 697, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1815:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 700, + "mutability": "mutable", + "name": "status", + "nameLocation": "1838:6:1", + "nodeType": "VariableDeclaration", + "scope": 744, + "src": "1830:14:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 699, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1830:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1800:45:1" + }, + "returnParameters": { + "id": 704, + "nodeType": "ParameterList", + "parameters": [], + "src": "1865:0:1" + }, + "scope": 897, + "src": "1773:335:1", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 806, + "nodeType": "Block", + "src": "2450:412:1", + "statements": [ + { + "expression": { + "id": 759, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "delete", + "prefix": true, + "src": "2454:38:1", + "subExpression": { + "baseExpression": { + "id": 756, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "2461:21:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 758, + "indexExpression": { + "id": 757, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2483:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2461:31:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 760, + "nodeType": "ExpressionStatement", + "src": "2454:38:1" + }, + { + "body": { + "id": 797, + "nodeType": "Block", + "src": "2536:243:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "baseExpression": { + "id": 772, + "name": "institutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 751, + "src": "2578:12:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution memory[] memory" + } + }, + "id": 774, + "indexExpression": { + "id": 773, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2591:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2578:15:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_memory_ptr", + "typeString": "struct SharedStructs.Institution memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_struct$_Institution_$1692_memory_ptr", + "typeString": "struct SharedStructs.Institution memory" + } + ], + "expression": { + "baseExpression": { + "id": 768, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "2541:21:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 770, + "indexExpression": { + "id": 769, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2563:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2541:31:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + }, + "id": 771, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2573:4:1", + "memberName": "push", + "nodeType": "MemberAccess", + "src": "2541:36:1", + "typeDescriptions": { + "typeIdentifier": "t_function_arraypush_nonpayable$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr_$_t_struct$_Institution_$1692_storage_$returns$__$attached_to$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr_$", + "typeString": "function (struct SharedStructs.Institution storage ref[] storage pointer,struct SharedStructs.Institution storage ref)" + } + }, + "id": 775, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2541:53:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 776, + "nodeType": "ExpressionStatement", + "src": "2541:53:1" + }, + { + "expression": { + "id": 791, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 777, + "name": "supportedInstitutionsByCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 663, + "src": "2599:27:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)" + } + }, + "id": 782, + "indexExpression": { + "expression": { + "baseExpression": { + "id": 778, + "name": "institutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 751, + "src": "2627:12:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution memory[] memory" + } + }, + "id": 780, + "indexExpression": { + "id": 779, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2640:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2627:15:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_memory_ptr", + "typeString": "struct SharedStructs.Institution memory" + } + }, + "id": 781, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2643:4:1", + "memberName": "code", + "nodeType": "MemberAccess", + "referencedDeclaration": 1689, + "src": "2627:20:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2599:49:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 785, + "name": "institutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 751, + "src": "2695:12:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution memory[] memory" + } + }, + "id": 787, + "indexExpression": { + "id": 786, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2708:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2695:15:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_memory_ptr", + "typeString": "struct SharedStructs.Institution memory" + } + }, + "id": 788, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2711:4:1", + "memberName": "name", + "nodeType": "MemberAccess", + "referencedDeclaration": 1691, + "src": "2695:20:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 789, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2731:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "expression": { + "id": 783, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "2651:13:1", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SharedStructs_$1698_$", + "typeString": "type(library SharedStructs)" + } + }, + "id": 784, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2665:17:1", + "memberName": "InstitutionByCode", + "nodeType": "MemberAccess", + "referencedDeclaration": 1697, + "src": "2651:31:1", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_InstitutionByCode_$1697_storage_ptr_$", + "typeString": "type(struct SharedStructs.InstitutionByCode storage pointer)" + } + }, + "id": 790, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "2689:4:1", + "2721:8:1" + ], + "names": [ + "name", + "currency" + ], + "nodeType": "FunctionCall", + "src": "2651:94:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_memory_ptr", + "typeString": "struct SharedStructs.InstitutionByCode memory" + } + }, + "src": "2599:146:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "id": 792, + "nodeType": "ExpressionStatement", + "src": "2599:146:1" + }, + { + "id": 796, + "nodeType": "UncheckedBlock", + "src": "2750:25:1", + "statements": [ + { + "expression": { + "id": 794, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": true, + "src": "2766:3:1", + "subExpression": { + "id": 793, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2768:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 795, + "nodeType": "ExpressionStatement", + "src": "2766:3:1" + } + ] + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 767, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 764, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2509:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "expression": { + "id": 765, + "name": "institutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 751, + "src": "2513:12:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution memory[] memory" + } + }, + "id": 766, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2526:6:1", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2513:19:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2509:23:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 798, + "initializationExpression": { + "assignments": [ + 762 + ], + "declarations": [ + { + "constant": false, + "id": 762, + "mutability": "mutable", + "name": "i", + "nameLocation": "2506:1:1", + "nodeType": "VariableDeclaration", + "scope": 798, + "src": "2501:6:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 761, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "2501:4:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 763, + "nodeType": "VariableDeclarationStatement", + "src": "2501:6:1" + }, + "nodeType": "ForStatement", + "src": "2496:283:1" + }, + { + "eventCall": { + "arguments": [ + { + "id": 800, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2816:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "baseExpression": { + "id": 801, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "2826:21:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 803, + "indexExpression": { + "id": 802, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2848:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2826:31:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + ], + "id": 799, + "name": "SupportedInstitutionsUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 679, + "src": "2787:28:1", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr_$returns$__$", + "typeString": "function (bytes32,struct SharedStructs.Institution memory[] memory)" + } + }, + "id": 804, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2787:71:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 805, + "nodeType": "EmitStatement", + "src": "2782:76:1" + } + ] + }, + "documentation": { + "id": 745, + "nodeType": "StructuredDocumentation", + "src": "2111:210:1", + "text": " @dev Sets the supported institutions for a specific currency.\n @param currency The currency for which the institutions are being set.\n @param institutions The array of institutions to be set." + }, + "functionSelector": "32200882", + "id": 807, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 754, + "kind": "modifierInvocation", + "modifierName": { + "id": 753, + "name": "onlyOwner", + "nameLocations": [ + "2440:9:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "2440:9:1" + }, + "nodeType": "ModifierInvocation", + "src": "2440:9:1" + } + ], + "name": "setSupportedInstitutions", + "nameLocation": "2332:24:1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 752, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 747, + "mutability": "mutable", + "name": "currency", + "nameLocation": "2368:8:1", + "nodeType": "VariableDeclaration", + "scope": 807, + "src": "2360:16:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 746, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2360:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 751, + "mutability": "mutable", + "name": "institutions", + "nameLocation": "2415:12:1", + "nodeType": "VariableDeclaration", + "scope": 807, + "src": "2380:47:1", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 749, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 748, + "name": "SharedStructs.Institution", + "nameLocations": [ + "2380:13:1", + "2394:11:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "2380:25:1" + }, + "referencedDeclaration": 1692, + "src": "2380:25:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 750, + "nodeType": "ArrayTypeName", + "src": "2380:27:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "2356:74:1" + }, + "returnParameters": { + "id": 755, + "nodeType": "ParameterList", + "parameters": [], + "src": "2450:0:1" + }, + "scope": 897, + "src": "2323:539:1", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 823, + "nodeType": "Block", + "src": "3069:96:1", + "statements": [ + { + "expression": { + "id": 817, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 815, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "3073:18:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 816, + "name": "_protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 810, + "src": "3094:19:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "3073:40:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "id": 818, + "nodeType": "ExpressionStatement", + "src": "3073:40:1" + }, + { + "eventCall": { + "arguments": [ + { + "id": 820, + "name": "_protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 810, + "src": "3141:19:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 819, + "name": "ProtocolFeeUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 683, + "src": "3122:18:1", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", + "typeString": "function (uint64)" + } + }, + "id": 821, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3122:39:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 822, + "nodeType": "EmitStatement", + "src": "3117:44:1" + } + ] + }, + "documentation": { + "id": 808, + "nodeType": "StructuredDocumentation", + "src": "2865:128:1", + "text": " @dev Updates the protocol fee percentage.\n @param _protocolFeePercent The new protocol fee percentage to be set." + }, + "functionSelector": "47094e2e", + "id": 824, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 813, + "kind": "modifierInvocation", + "modifierName": { + "id": 812, + "name": "onlyOwner", + "nameLocations": [ + "3059:9:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "3059:9:1" + }, + "nodeType": "ModifierInvocation", + "src": "3059:9:1" + } + ], + "name": "updateProtocolFee", + "nameLocation": "3004:17:1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 811, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 810, + "mutability": "mutable", + "name": "_protocolFeePercent", + "nameLocation": "3029:19:1", + "nodeType": "VariableDeclaration", + "scope": 824, + "src": "3022:26:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 809, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "3022:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "3021:28:1" + }, + "returnParameters": { + "id": 814, + "nodeType": "ParameterList", + "parameters": [], + "src": "3069:0:1" + }, + "scope": 897, + "src": "2995:170:1", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 895, + "nodeType": "Block", + "src": "3473:472:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 840, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 835, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3485:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 838, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3502: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": 837, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3494:7:1", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 836, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3494:7:1", + "typeDescriptions": {} + } + }, + "id": 839, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3494:10:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3485:19:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a207a65726f2061646472657373", + "id": 841, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3506:23:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf", + "typeString": "literal_string \"Gateway: zero address\"" + }, + "value": "Gateway: zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf", + "typeString": "literal_string \"Gateway: zero address\"" + } + ], + "id": 834, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3477:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 842, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3477:53:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 843, + "nodeType": "ExpressionStatement", + "src": "3477:53:1" + }, + { + "assignments": [ + 845 + ], + "declarations": [ + { + "constant": false, + "id": 845, + "mutability": "mutable", + "name": "updated", + "nameLocation": "3539:7:1", + "nodeType": "VariableDeclaration", + "scope": 895, + "src": "3534:12:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 844, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3534:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "id": 846, + "nodeType": "VariableDeclarationStatement", + "src": "3534:12:1" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 849, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 847, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 827, + "src": "3554:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "7472656173757279", + "id": 848, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3562:10:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_cbd818ad4dd6f1ff9338c2bb62480241424dd9a65f9f3284101a01cd099ad8ac", + "typeString": "literal_string \"treasury\"" + }, + "value": "treasury" + }, + "src": "3554:18:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 868, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 866, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 827, + "src": "3715:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "61676772656761746f72", + "id": 867, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3723:12:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_e124d7cc79a19705865fa21b784ba187cd393559e960c0c071132cb60354d1a3", + "typeString": "literal_string \"aggregator\"" + }, + "value": "aggregator" + }, + "src": "3715:20:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 885, + "nodeType": "IfStatement", + "src": "3711:165:1", + "trueBody": { + "id": 884, + "nodeType": "Block", + "src": "3737:139:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 872, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 870, + "name": "_aggregatorAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 644, + "src": "3750:18:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 871, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3772:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3750:27:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a2061676772656761746f72206164647265737320616c726561647920736574", + "id": 873, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3779:41:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4", + "typeString": "literal_string \"Gateway: aggregator address already set\"" + }, + "value": "Gateway: aggregator address already set" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4", + "typeString": "literal_string \"Gateway: aggregator address already set\"" + } + ], + "id": 869, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3742:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 874, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3742:79:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 875, + "nodeType": "ExpressionStatement", + "src": "3742:79:1" + }, + { + "expression": { + "id": 878, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 876, + "name": "_aggregatorAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 644, + "src": "3826:18:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 877, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3847:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3826:26:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 879, + "nodeType": "ExpressionStatement", + "src": "3826:26:1" + }, + { + "expression": { + "id": 882, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 880, + "name": "updated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 845, + "src": "3857:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 881, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3867:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "3857:14:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 883, + "nodeType": "ExpressionStatement", + "src": "3857:14:1" + } + ] + } + }, + "id": 886, + "nodeType": "IfStatement", + "src": "3550:326:1", + "trueBody": { + "id": 865, + "nodeType": "Block", + "src": "3574:131:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 853, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 851, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "3587:15:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 852, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3606:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3587:24:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a207472656173757279206164647265737320616c726561647920736574", + "id": 854, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3613:39:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead", + "typeString": "literal_string \"Gateway: treasury address already set\"" + }, + "value": "Gateway: treasury address already set" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead", + "typeString": "literal_string \"Gateway: treasury address already set\"" + } + ], + "id": 850, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3579:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 855, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3579:74:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 856, + "nodeType": "ExpressionStatement", + "src": "3579:74:1" + }, + { + "expression": { + "id": 859, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 857, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "3658:15:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 858, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3676:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3658:23:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 860, + "nodeType": "ExpressionStatement", + "src": "3658:23:1" + }, + { + "expression": { + "id": 863, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 861, + "name": "updated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 845, + "src": "3686:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 862, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3696:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "3686:14:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 864, + "nodeType": "ExpressionStatement", + "src": "3686:14:1" + } + ] + } + }, + { + "condition": { + "id": 887, + "name": "updated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 845, + "src": "3883:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 894, + "nodeType": "IfStatement", + "src": "3879:63:1", + "trueBody": { + "id": 893, + "nodeType": "Block", + "src": "3892:50:1", + "statements": [ + { + "eventCall": { + "arguments": [ + { + "id": 889, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 827, + "src": "3925:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 890, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3931:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 888, + "name": "ProtocolAddressUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 689, + "src": "3902:22:1", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$returns$__$", + "typeString": "function (bytes32,address)" + } + }, + "id": 891, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3902:35:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 892, + "nodeType": "EmitStatement", + "src": "3897:40:1" + } + ] + } + } + ] + }, + "documentation": { + "id": 825, + "nodeType": "StructuredDocumentation", + "src": "3168:224:1", + "text": " @dev Updates a protocol address.\n @param what The address type to be updated (treasury or aggregator).\n @param value The new address to be set.\n Requirements:\n - The value must not be a zero address." + }, + "functionSelector": "40ebc677", + "id": 896, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 832, + "kind": "modifierInvocation", + "modifierName": { + "id": 831, + "name": "onlyOwner", + "nameLocations": [ + "3463:9:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "3463:9:1" + }, + "nodeType": "ModifierInvocation", + "src": "3463:9:1" + } + ], + "name": "updateProtocolAddress", + "nameLocation": "3403:21:1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 830, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 827, + "mutability": "mutable", + "name": "what", + "nameLocation": "3433:4:1", + "nodeType": "VariableDeclaration", + "scope": 896, + "src": "3425:12:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 826, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3425:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 829, + "mutability": "mutable", + "name": "value", + "nameLocation": "3447:5:1", + "nodeType": "VariableDeclaration", + "scope": 896, + "src": "3439:13:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 828, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3439:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3424:29:1" + }, + "returnParameters": { + "id": 833, + "nodeType": "ParameterList", + "parameters": [], + "src": "3473:0:1" + }, + "scope": 897, + "src": "3394:551:1", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + } + ], + "scope": 898, + "src": "338:3609:1", + "usedErrors": [] + } + ], + "src": "168:3780:1" + }, + "legacyAST": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/GatewaySettingManager.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "GatewaySettingManager": [ + 897 + ], + "Initializable": [ + 2177 + ], + "Ownable2StepUpgradeable": [ + 1875 + ], + "OwnableUpgradeable": [ + 2008 + ], + "SharedStructs": [ + 1698 + ] + }, + "id": 898, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 631, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "168:24:1" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol", + "file": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol", + "id": 632, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 898, + "sourceUnit": 1876, + "src": "194:80:1", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "file": "./libraries/SharedStructs.sol", + "id": 634, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 898, + "sourceUnit": 1699, + "src": "276:60:1", + "symbolAliases": [ + { + "foreign": { + "id": 633, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "284:13:1", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 635, + "name": "Ownable2StepUpgradeable", + "nameLocations": [ + "372:23:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1875, + "src": "372:23:1" + }, + "id": 636, + "nodeType": "InheritanceSpecifier", + "src": "372:23:1" + } + ], + "canonicalName": "GatewaySettingManager", + "contractDependencies": [], + "contractKind": "contract", + "fullyImplemented": true, + "id": 897, + "linearizedBaseContracts": [ + 897, + 1875, + 2008, + 2686, + 2177 + ], + "name": "GatewaySettingManager", + "nameLocation": "347:21:1", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 638, + "mutability": "mutable", + "name": "MAX_BPS", + "nameLocation": "416:7:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "399:24:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 637, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "399:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 640, + "mutability": "mutable", + "name": "protocolFeePercent", + "nameLocation": "442:18:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "426:34:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 639, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "426:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 642, + "mutability": "mutable", + "name": "treasuryAddress", + "nameLocation": "480:15:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "463:32:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 641, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "463:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 644, + "mutability": "mutable", + "name": "_aggregatorAddress", + "nameLocation": "515:18:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "498:35:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 643, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "498:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 648, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "663:5:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "643:25:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage", + "typeString": "uint256[50]" + }, + "typeName": { + "baseType": { + "id": 645, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "643:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 647, + "length": { + "hexValue": "3530", + "id": 646, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "651:2:1", + "typeDescriptions": { + "typeIdentifier": "t_rational_50_by_1", + "typeString": "int_const 50" + }, + "value": "50" + }, + "nodeType": "ArrayTypeName", + "src": "643:11:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr", + "typeString": "uint256[50]" + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 652, + "mutability": "mutable", + "name": "_isTokenSupported", + "nameLocation": "709:17:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "672:54:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "typeName": { + "id": 651, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 649, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "680:7:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "672:27:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 650, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "691:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 658, + "mutability": "mutable", + "name": "supportedInstitutions", + "nameLocation": "787:21:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "730:78:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution[])" + }, + "typeName": { + "id": 657, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 653, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "738:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "730:47:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution[])" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "baseType": { + "id": 655, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 654, + "name": "SharedStructs.Institution", + "nameLocations": [ + "749:13:1", + "763:11:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "749:25:1" + }, + "referencedDeclaration": 1692, + "src": "749:25:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 656, + "nodeType": "ArrayTypeName", + "src": "749:27:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 663, + "mutability": "mutable", + "name": "supportedInstitutionsByCode", + "nameLocation": "872:27:1", + "nodeType": "VariableDeclaration", + "scope": 897, + "src": "811:88:1", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode)" + }, + "typeName": { + "id": 662, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 659, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "819:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "811:51:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 661, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 660, + "name": "SharedStructs.InstitutionByCode", + "nameLocations": [ + "830:13:1", + "844:17:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1697, + "src": "830:31:1" + }, + "referencedDeclaration": 1697, + "src": "830:31:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + } + } + }, + "visibility": "internal" + }, + { + "anonymous": false, + "eventSelector": "cfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c", + "id": 671, + "name": "SettingManagerBool", + "nameLocation": "909:18:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 670, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 665, + "indexed": true, + "mutability": "mutable", + "name": "what", + "nameLocation": "944:4:1", + "nodeType": "VariableDeclaration", + "scope": 671, + "src": "928:20:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 664, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "928:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 667, + "indexed": true, + "mutability": "mutable", + "name": "value", + "nameLocation": "966:5:1", + "nodeType": "VariableDeclaration", + "scope": 671, + "src": "950:21:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 666, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "950:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 669, + "indexed": false, + "mutability": "mutable", + "name": "status", + "nameLocation": "981:6:1", + "nodeType": "VariableDeclaration", + "scope": 671, + "src": "973:14:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 668, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "973:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "927:61:1" + }, + "src": "903:86:1" + }, + { + "anonymous": false, + "eventSelector": "58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac", + "id": 679, + "name": "SupportedInstitutionsUpdated", + "nameLocation": "997:28:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 678, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 673, + "indexed": true, + "mutability": "mutable", + "name": "currency", + "nameLocation": "1045:8:1", + "nodeType": "VariableDeclaration", + "scope": 679, + "src": "1029:24:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 672, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1029:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 677, + "indexed": false, + "mutability": "mutable", + "name": "institutions", + "nameLocation": "1085:12:1", + "nodeType": "VariableDeclaration", + "scope": 679, + "src": "1057:40:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 675, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 674, + "name": "SharedStructs.Institution", + "nameLocations": [ + "1057:13:1", + "1071:11:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "1057:25:1" + }, + "referencedDeclaration": 1692, + "src": "1057:25:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 676, + "nodeType": "ArrayTypeName", + "src": "1057:27:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "1025:75:1" + }, + "src": "991:110:1" + }, + { + "anonymous": false, + "eventSelector": "1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b", + "id": 683, + "name": "ProtocolFeeUpdated", + "nameLocation": "1109:18:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 682, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 681, + "indexed": false, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "1135:11:1", + "nodeType": "VariableDeclaration", + "scope": 683, + "src": "1128:18:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 680, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "1128:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "1127:20:1" + }, + "src": "1103:45:1" + }, + { + "anonymous": false, + "eventSelector": "bbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a4", + "id": 689, + "name": "ProtocolAddressUpdated", + "nameLocation": "1156:22:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 688, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 685, + "indexed": true, + "mutability": "mutable", + "name": "what", + "nameLocation": "1195:4:1", + "nodeType": "VariableDeclaration", + "scope": 689, + "src": "1179:20:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 684, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1179:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 687, + "indexed": true, + "mutability": "mutable", + "name": "treasuryAddress", + "nameLocation": "1217:15:1", + "nodeType": "VariableDeclaration", + "scope": 689, + "src": "1201:31:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 686, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1201:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1178:55:1" + }, + "src": "1150:84:1" + }, + { + "anonymous": false, + "eventSelector": "2e979f80fe4d43055c584cf4a8467c55875ea36728fc37176c05acd784eb7a73", + "id": 693, + "name": "SetFeeRecipient", + "nameLocation": "1242:15:1", + "nodeType": "EventDefinition", + "parameters": { + "id": 692, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 691, + "indexed": true, + "mutability": "mutable", + "name": "treasuryAddress", + "nameLocation": "1274:15:1", + "nodeType": "VariableDeclaration", + "scope": 693, + "src": "1258:31:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 690, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1258:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1257:33:1" + }, + "src": "1236:55:1" + }, + { + "body": { + "id": 743, + "nodeType": "Block", + "src": "1865:243:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 711, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 706, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 698, + "src": "1877:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 709, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1894: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": 708, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "1886:7:1", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 707, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1886:7:1", + "typeDescriptions": {} + } + }, + "id": 710, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1886:10:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1877:19:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a207a65726f2061646472657373", + "id": 712, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1898:23:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf", + "typeString": "literal_string \"Gateway: zero address\"" + }, + "value": "Gateway: zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf", + "typeString": "literal_string \"Gateway: zero address\"" + } + ], + "id": 705, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1869:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 713, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1869:53:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 714, + "nodeType": "ExpressionStatement", + "src": "1869:53:1" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 722, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 718, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 716, + "name": "status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 700, + "src": "1934:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 717, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1944:1:1", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "1934:11:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 721, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 719, + "name": "status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 700, + "src": "1949:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "32", + "id": 720, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1959:1:1", + "typeDescriptions": { + "typeIdentifier": "t_rational_2_by_1", + "typeString": "int_const 2" + }, + "value": "2" + }, + "src": "1949:11:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "1934:26:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a20696e76616c696420737461747573", + "id": 723, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1962:25:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338", + "typeString": "literal_string \"Gateway: invalid status\"" + }, + "value": "Gateway: invalid status" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_8363ef1a03c6ce5789016e221f816fab24945c59c2f0126d3b368bfc57b03338", + "typeString": "literal_string \"Gateway: invalid status\"" + } + ], + "id": 715, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1926:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 724, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1926:62:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 725, + "nodeType": "ExpressionStatement", + "src": "1926:62:1" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 728, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 726, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 696, + "src": "1996:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "746f6b656e", + "id": 727, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2004:7:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_9b9b0454cadcb5884dd3faa6ba975da4d2459aa3f11d31291a25a8358f84946d", + "typeString": "literal_string \"token\"" + }, + "value": "token" + }, + "src": "1996:15:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 742, + "nodeType": "IfStatement", + "src": "1992:113:1", + "trueBody": { + "id": 741, + "nodeType": "Block", + "src": "2013:92:1", + "statements": [ + { + "expression": { + "id": 733, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 729, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "2018:17:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 731, + "indexExpression": { + "id": 730, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 698, + "src": "2036:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2018:24:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 732, + "name": "status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 700, + "src": "2045:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2018:33:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 734, + "nodeType": "ExpressionStatement", + "src": "2018:33:1" + }, + { + "eventCall": { + "arguments": [ + { + "id": 736, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 696, + "src": "2080:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 737, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 698, + "src": "2086:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 738, + "name": "status", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 700, + "src": "2093:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 735, + "name": "SettingManagerBool", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 671, + "src": "2061:18:1", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (bytes32,address,uint256)" + } + }, + "id": 739, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2061:39:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 740, + "nodeType": "EmitStatement", + "src": "2056:44:1" + } + ] + } + } + ] + }, + "documentation": { + "id": 694, + "nodeType": "StructuredDocumentation", + "src": "1488:283:1", + "text": " @dev Sets the boolean value for a specific setting.\n @param what The setting to be updated.\n @param value The address or value associated with the setting.\n @param status The boolean value to be set.\n Requirements:\n - The value must not be a zero address." + }, + "functionSelector": "cd992400", + "id": 744, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 703, + "kind": "modifierInvocation", + "modifierName": { + "id": 702, + "name": "onlyOwner", + "nameLocations": [ + "1855:9:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1855:9:1" + }, + "nodeType": "ModifierInvocation", + "src": "1855:9:1" + } + ], + "name": "settingManagerBool", + "nameLocation": "1782:18:1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 701, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 696, + "mutability": "mutable", + "name": "what", + "nameLocation": "1809:4:1", + "nodeType": "VariableDeclaration", + "scope": 744, + "src": "1801:12:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 695, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1801:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 698, + "mutability": "mutable", + "name": "value", + "nameLocation": "1823:5:1", + "nodeType": "VariableDeclaration", + "scope": 744, + "src": "1815:13:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 697, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1815:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 700, + "mutability": "mutable", + "name": "status", + "nameLocation": "1838:6:1", + "nodeType": "VariableDeclaration", + "scope": 744, + "src": "1830:14:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 699, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1830:7:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1800:45:1" + }, + "returnParameters": { + "id": 704, + "nodeType": "ParameterList", + "parameters": [], + "src": "1865:0:1" + }, + "scope": 897, + "src": "1773:335:1", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 806, + "nodeType": "Block", + "src": "2450:412:1", + "statements": [ + { + "expression": { + "id": 759, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "delete", + "prefix": true, + "src": "2454:38:1", + "subExpression": { + "baseExpression": { + "id": 756, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "2461:21:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 758, + "indexExpression": { + "id": 757, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2483:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2461:31:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 760, + "nodeType": "ExpressionStatement", + "src": "2454:38:1" + }, + { + "body": { + "id": 797, + "nodeType": "Block", + "src": "2536:243:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "baseExpression": { + "id": 772, + "name": "institutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 751, + "src": "2578:12:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution memory[] memory" + } + }, + "id": 774, + "indexExpression": { + "id": 773, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2591:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2578:15:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_memory_ptr", + "typeString": "struct SharedStructs.Institution memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_struct$_Institution_$1692_memory_ptr", + "typeString": "struct SharedStructs.Institution memory" + } + ], + "expression": { + "baseExpression": { + "id": 768, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "2541:21:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 770, + "indexExpression": { + "id": 769, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2563:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2541:31:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + }, + "id": 771, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2573:4:1", + "memberName": "push", + "nodeType": "MemberAccess", + "src": "2541:36:1", + "typeDescriptions": { + "typeIdentifier": "t_function_arraypush_nonpayable$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr_$_t_struct$_Institution_$1692_storage_$returns$__$attached_to$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr_$", + "typeString": "function (struct SharedStructs.Institution storage ref[] storage pointer,struct SharedStructs.Institution storage ref)" + } + }, + "id": 775, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2541:53:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 776, + "nodeType": "ExpressionStatement", + "src": "2541:53:1" + }, + { + "expression": { + "id": 791, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 777, + "name": "supportedInstitutionsByCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 663, + "src": "2599:27:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)" + } + }, + "id": 782, + "indexExpression": { + "expression": { + "baseExpression": { + "id": 778, + "name": "institutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 751, + "src": "2627:12:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution memory[] memory" + } + }, + "id": 780, + "indexExpression": { + "id": 779, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2640:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2627:15:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_memory_ptr", + "typeString": "struct SharedStructs.Institution memory" + } + }, + "id": 781, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2643:4:1", + "memberName": "code", + "nodeType": "MemberAccess", + "referencedDeclaration": 1689, + "src": "2627:20:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2599:49:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 785, + "name": "institutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 751, + "src": "2695:12:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution memory[] memory" + } + }, + "id": 787, + "indexExpression": { + "id": 786, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2708:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2695:15:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_memory_ptr", + "typeString": "struct SharedStructs.Institution memory" + } + }, + "id": 788, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2711:4:1", + "memberName": "name", + "nodeType": "MemberAccess", + "referencedDeclaration": 1691, + "src": "2695:20:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 789, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2731:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "expression": { + "id": 783, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "2651:13:1", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_SharedStructs_$1698_$", + "typeString": "type(library SharedStructs)" + } + }, + "id": 784, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2665:17:1", + "memberName": "InstitutionByCode", + "nodeType": "MemberAccess", + "referencedDeclaration": 1697, + "src": "2651:31:1", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_InstitutionByCode_$1697_storage_ptr_$", + "typeString": "type(struct SharedStructs.InstitutionByCode storage pointer)" + } + }, + "id": 790, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "2689:4:1", + "2721:8:1" + ], + "names": [ + "name", + "currency" + ], + "nodeType": "FunctionCall", + "src": "2651:94:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_memory_ptr", + "typeString": "struct SharedStructs.InstitutionByCode memory" + } + }, + "src": "2599:146:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "id": 792, + "nodeType": "ExpressionStatement", + "src": "2599:146:1" + }, + { + "id": 796, + "nodeType": "UncheckedBlock", + "src": "2750:25:1", + "statements": [ + { + "expression": { + "id": 794, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": true, + "src": "2766:3:1", + "subExpression": { + "id": 793, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2768:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 795, + "nodeType": "ExpressionStatement", + "src": "2766:3:1" + } + ] + } + ] + }, + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 767, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 764, + "name": "i", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 762, + "src": "2509:1:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "expression": { + "id": 765, + "name": "institutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 751, + "src": "2513:12:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution memory[] memory" + } + }, + "id": 766, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2526:6:1", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2513:19:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2509:23:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 798, + "initializationExpression": { + "assignments": [ + 762 + ], + "declarations": [ + { + "constant": false, + "id": 762, + "mutability": "mutable", + "name": "i", + "nameLocation": "2506:1:1", + "nodeType": "VariableDeclaration", + "scope": 798, + "src": "2501:6:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 761, + "name": "uint", + "nodeType": "ElementaryTypeName", + "src": "2501:4:1", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 763, + "nodeType": "VariableDeclarationStatement", + "src": "2501:6:1" + }, + "nodeType": "ForStatement", + "src": "2496:283:1" + }, + { + "eventCall": { + "arguments": [ + { + "id": 800, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2816:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "baseExpression": { + "id": 801, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "2826:21:1", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 803, + "indexExpression": { + "id": 802, + "name": "currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 747, + "src": "2848:8:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2826:31:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + ], + "id": 799, + "name": "SupportedInstitutionsUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 679, + "src": "2787:28:1", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr_$returns$__$", + "typeString": "function (bytes32,struct SharedStructs.Institution memory[] memory)" + } + }, + "id": 804, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2787:71:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 805, + "nodeType": "EmitStatement", + "src": "2782:76:1" + } + ] + }, + "documentation": { + "id": 745, + "nodeType": "StructuredDocumentation", + "src": "2111:210:1", + "text": " @dev Sets the supported institutions for a specific currency.\n @param currency The currency for which the institutions are being set.\n @param institutions The array of institutions to be set." + }, + "functionSelector": "32200882", + "id": 807, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 754, + "kind": "modifierInvocation", + "modifierName": { + "id": 753, + "name": "onlyOwner", + "nameLocations": [ + "2440:9:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "2440:9:1" + }, + "nodeType": "ModifierInvocation", + "src": "2440:9:1" + } + ], + "name": "setSupportedInstitutions", + "nameLocation": "2332:24:1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 752, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 747, + "mutability": "mutable", + "name": "currency", + "nameLocation": "2368:8:1", + "nodeType": "VariableDeclaration", + "scope": 807, + "src": "2360:16:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 746, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2360:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 751, + "mutability": "mutable", + "name": "institutions", + "nameLocation": "2415:12:1", + "nodeType": "VariableDeclaration", + "scope": 807, + "src": "2380:47:1", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 749, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 748, + "name": "SharedStructs.Institution", + "nameLocations": [ + "2380:13:1", + "2394:11:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "2380:25:1" + }, + "referencedDeclaration": 1692, + "src": "2380:25:1", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 750, + "nodeType": "ArrayTypeName", + "src": "2380:27:1", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "2356:74:1" + }, + "returnParameters": { + "id": 755, + "nodeType": "ParameterList", + "parameters": [], + "src": "2450:0:1" + }, + "scope": 897, + "src": "2323:539:1", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 823, + "nodeType": "Block", + "src": "3069:96:1", + "statements": [ + { + "expression": { + "id": 817, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 815, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "3073:18:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 816, + "name": "_protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 810, + "src": "3094:19:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "3073:40:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "id": 818, + "nodeType": "ExpressionStatement", + "src": "3073:40:1" + }, + { + "eventCall": { + "arguments": [ + { + "id": 820, + "name": "_protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 810, + "src": "3141:19:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 819, + "name": "ProtocolFeeUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 683, + "src": "3122:18:1", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", + "typeString": "function (uint64)" + } + }, + "id": 821, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3122:39:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 822, + "nodeType": "EmitStatement", + "src": "3117:44:1" + } + ] + }, + "documentation": { + "id": 808, + "nodeType": "StructuredDocumentation", + "src": "2865:128:1", + "text": " @dev Updates the protocol fee percentage.\n @param _protocolFeePercent The new protocol fee percentage to be set." + }, + "functionSelector": "47094e2e", + "id": 824, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 813, + "kind": "modifierInvocation", + "modifierName": { + "id": 812, + "name": "onlyOwner", + "nameLocations": [ + "3059:9:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "3059:9:1" + }, + "nodeType": "ModifierInvocation", + "src": "3059:9:1" + } + ], + "name": "updateProtocolFee", + "nameLocation": "3004:17:1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 811, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 810, + "mutability": "mutable", + "name": "_protocolFeePercent", + "nameLocation": "3029:19:1", + "nodeType": "VariableDeclaration", + "scope": 824, + "src": "3022:26:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 809, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "3022:6:1", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "3021:28:1" + }, + "returnParameters": { + "id": 814, + "nodeType": "ParameterList", + "parameters": [], + "src": "3069:0:1" + }, + "scope": 897, + "src": "2995:170:1", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 895, + "nodeType": "Block", + "src": "3473:472:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 840, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 835, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3485:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 838, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3502: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": 837, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3494:7:1", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 836, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3494:7:1", + "typeDescriptions": {} + } + }, + "id": 839, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3494:10:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3485:19:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a207a65726f2061646472657373", + "id": 841, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3506:23:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf", + "typeString": "literal_string \"Gateway: zero address\"" + }, + "value": "Gateway: zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_1ed1b610c65ae67667a8e3cd9480c209600a6bf02b22b4af311243c2e6c74caf", + "typeString": "literal_string \"Gateway: zero address\"" + } + ], + "id": 834, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3477:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 842, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3477:53:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 843, + "nodeType": "ExpressionStatement", + "src": "3477:53:1" + }, + { + "assignments": [ + 845 + ], + "declarations": [ + { + "constant": false, + "id": 845, + "mutability": "mutable", + "name": "updated", + "nameLocation": "3539:7:1", + "nodeType": "VariableDeclaration", + "scope": 895, + "src": "3534:12:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 844, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3534:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "id": 846, + "nodeType": "VariableDeclarationStatement", + "src": "3534:12:1" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 849, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 847, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 827, + "src": "3554:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "7472656173757279", + "id": 848, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3562:10:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_cbd818ad4dd6f1ff9338c2bb62480241424dd9a65f9f3284101a01cd099ad8ac", + "typeString": "literal_string \"treasury\"" + }, + "value": "treasury" + }, + "src": "3554:18:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "falseBody": { + "condition": { + "commonType": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "id": 868, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 866, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 827, + "src": "3715:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "61676772656761746f72", + "id": 867, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3723:12:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_e124d7cc79a19705865fa21b784ba187cd393559e960c0c071132cb60354d1a3", + "typeString": "literal_string \"aggregator\"" + }, + "value": "aggregator" + }, + "src": "3715:20:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 885, + "nodeType": "IfStatement", + "src": "3711:165:1", + "trueBody": { + "id": 884, + "nodeType": "Block", + "src": "3737:139:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 872, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 870, + "name": "_aggregatorAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 644, + "src": "3750:18:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 871, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3772:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3750:27:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a2061676772656761746f72206164647265737320616c726561647920736574", + "id": 873, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3779:41:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4", + "typeString": "literal_string \"Gateway: aggregator address already set\"" + }, + "value": "Gateway: aggregator address already set" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_df54c347a849fd7dd0b01f92bc3efd917cd7e26dbe67aebf880d956b8dc0bca4", + "typeString": "literal_string \"Gateway: aggregator address already set\"" + } + ], + "id": 869, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3742:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 874, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3742:79:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 875, + "nodeType": "ExpressionStatement", + "src": "3742:79:1" + }, + { + "expression": { + "id": 878, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 876, + "name": "_aggregatorAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 644, + "src": "3826:18:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 877, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3847:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3826:26:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 879, + "nodeType": "ExpressionStatement", + "src": "3826:26:1" + }, + { + "expression": { + "id": 882, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 880, + "name": "updated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 845, + "src": "3857:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 881, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3867:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "3857:14:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 883, + "nodeType": "ExpressionStatement", + "src": "3857:14:1" + } + ] + } + }, + "id": 886, + "nodeType": "IfStatement", + "src": "3550:326:1", + "trueBody": { + "id": 865, + "nodeType": "Block", + "src": "3574:131:1", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 853, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 851, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "3587:15:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "id": 852, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3606:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3587:24:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "476174657761793a207472656173757279206164647265737320616c726561647920736574", + "id": 854, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3613:39:1", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead", + "typeString": "literal_string \"Gateway: treasury address already set\"" + }, + "value": "Gateway: treasury address already set" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_b6e1af8cead2910a847eecbe92be55c8397880e12250986fbcac76421d557ead", + "typeString": "literal_string \"Gateway: treasury address already set\"" + } + ], + "id": 850, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3579:7:1", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 855, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3579:74:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 856, + "nodeType": "ExpressionStatement", + "src": "3579:74:1" + }, + { + "expression": { + "id": 859, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 857, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "3658:15:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 858, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3676:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3658:23:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 860, + "nodeType": "ExpressionStatement", + "src": "3658:23:1" + }, + { + "expression": { + "id": 863, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 861, + "name": "updated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 845, + "src": "3686:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 862, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3696:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "3686:14:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 864, + "nodeType": "ExpressionStatement", + "src": "3686:14:1" + } + ] + } + }, + { + "condition": { + "id": 887, + "name": "updated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 845, + "src": "3883:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 894, + "nodeType": "IfStatement", + "src": "3879:63:1", + "trueBody": { + "id": 893, + "nodeType": "Block", + "src": "3892:50:1", + "statements": [ + { + "eventCall": { + "arguments": [ + { + "id": 889, + "name": "what", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 827, + "src": "3925:4:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 890, + "name": "value", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 829, + "src": "3931:5:1", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 888, + "name": "ProtocolAddressUpdated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 689, + "src": "3902:22:1", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$returns$__$", + "typeString": "function (bytes32,address)" + } + }, + "id": 891, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3902:35:1", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 892, + "nodeType": "EmitStatement", + "src": "3897:40:1" + } + ] + } + } + ] + }, + "documentation": { + "id": 825, + "nodeType": "StructuredDocumentation", + "src": "3168:224:1", + "text": " @dev Updates a protocol address.\n @param what The address type to be updated (treasury or aggregator).\n @param value The new address to be set.\n Requirements:\n - The value must not be a zero address." + }, + "functionSelector": "40ebc677", + "id": 896, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 832, + "kind": "modifierInvocation", + "modifierName": { + "id": 831, + "name": "onlyOwner", + "nameLocations": [ + "3463:9:1" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "3463:9:1" + }, + "nodeType": "ModifierInvocation", + "src": "3463:9:1" + } + ], + "name": "updateProtocolAddress", + "nameLocation": "3403:21:1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 830, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 827, + "mutability": "mutable", + "name": "what", + "nameLocation": "3433:4:1", + "nodeType": "VariableDeclaration", + "scope": 896, + "src": "3425:12:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 826, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "3425:7:1", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 829, + "mutability": "mutable", + "name": "value", + "nameLocation": "3447:5:1", + "nodeType": "VariableDeclaration", + "scope": 896, + "src": "3439:13:1", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 828, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3439:7:1", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "3424:29:1" + }, + "returnParameters": { + "id": 833, + "nodeType": "ParameterList", + "parameters": [], + "src": "3473:0:1" + }, + "scope": 897, + "src": "3394:551:1", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + } + ], + "scope": 898, + "src": "338:3609:1", + "usedErrors": [] + } + ], + "src": "168:3780:1" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.275Z" +} \ No newline at end of file diff --git a/build/contracts/GatewayV2.json b/build/contracts/GatewayV2.json new file mode 100644 index 0000000..dcd39eb --- /dev/null +++ b/build/contracts/GatewayV2.json @@ -0,0 +1,16882 @@ +{ + "contractName": "GatewayV2", + "abi": [ + { + "inputs": [], + "stateMutability": "nonpayable", + "type": "constructor" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "token", + "type": "address" + }, + { + "indexed": true, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "protocolFee", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "rate", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "bytes32", + "name": "institutionCode", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "string", + "name": "messageHash", + "type": "string" + } + ], + "name": "OrderCreated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint256", + "name": "fee", + "type": "uint256" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + } + ], + "name": "OrderRefunded", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "splitOrderId", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "liquidityProvider", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint96", + "name": "settlePercent", + "type": "uint96" + } + ], + "name": "OrderSettled", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferStarted", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "Paused", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "treasuryAddress", + "type": "address" + } + ], + "name": "ProtocolAddressUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint64", + "name": "protocolFee", + "type": "uint64" + } + ], + "name": "ProtocolFeeUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "indexed": true, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "SenderFeeTransferred", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "treasuryAddress", + "type": "address" + } + ], + "name": "SetFeeRecipient", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "value", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "status", + "type": "uint256" + } + ], + "name": "SettingManagerBool", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + }, + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "indexed": false, + "internalType": "struct SharedStructs.Institution[]", + "name": "institutions", + "type": "tuple[]" + } + ], + "name": "SupportedInstitutionsUpdated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "Unpaused", + "type": "event" + }, + { + "inputs": [], + "name": "acceptOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "_token", + "type": "address" + }, + { + "internalType": "uint256", + "name": "_amount", + "type": "uint256" + }, + { + "internalType": "bytes32", + "name": "_institutionCode", + "type": "bytes32" + }, + { + "internalType": "uint96", + "name": "_rate", + "type": "uint96" + }, + { + "internalType": "address", + "name": "_senderFeeRecipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "_senderFee", + "type": "uint256" + }, + { + "internalType": "address", + "name": "_refundAddress", + "type": "address" + }, + { + "internalType": "string", + "name": "messageHash", + "type": "string" + } + ], + "name": "createOrder", + "outputs": [ + { + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "getFeeDetails", + "outputs": [ + { + "internalType": "uint64", + "name": "", + "type": "uint64" + }, + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + } + ], + "name": "getOrderInfo", + "outputs": [ + { + "components": [ + { + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "internalType": "address", + "name": "token", + "type": "address" + }, + { + "internalType": "address", + "name": "senderFeeRecipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "senderFee", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "protocolFee", + "type": "uint256" + }, + { + "internalType": "bool", + "name": "isFulfilled", + "type": "bool" + }, + { + "internalType": "bool", + "name": "isRefunded", + "type": "bool" + }, + { + "internalType": "address", + "name": "refundAddress", + "type": "address" + }, + { + "internalType": "uint96", + "name": "currentBPS", + "type": "uint96" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "internalType": "struct IGateway.Order", + "name": "", + "type": "tuple" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_code", + "type": "bytes32" + } + ], + "name": "getSupportedInstitutionByCode", + "outputs": [ + { + "components": [ + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.InstitutionByCode", + "name": "", + "type": "tuple" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_currency", + "type": "bytes32" + } + ], + "name": "getSupportedInstitutions", + "outputs": [ + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.Institution[]", + "name": "", + "type": "tuple[]" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "initialize", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "_token", + "type": "address" + } + ], + "name": "isTokenSupported", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "owner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "pause", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "paused", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "pendingOwner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "_fee", + "type": "uint256" + }, + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + } + ], + "name": "refund", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "renounceOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + }, + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.Institution[]", + "name": "institutions", + "type": "tuple[]" + } + ], + "name": "setSupportedInstitutions", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "value", + "type": "address" + }, + { + "internalType": "uint256", + "name": "status", + "type": "uint256" + } + ], + "name": "settingManagerBool", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_splitOrderId", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "_liquidityProvider", + "type": "address" + }, + { + "internalType": "uint64", + "name": "_settlePercent", + "type": "uint64" + } + ], + "name": "settle", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "transferOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "unpause", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "what", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "value", + "type": "address" + } + ], + "name": "updateProtocolAddress", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint64", + "name": "_protocolFeePercent", + "type": "uint64" + } + ], + "name": "updateProtocolFee", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x60806040523480156200001157600080fd5b50d380156200001f57600080fd5b50d280156200002d57600080fd5b506200003e6200004460201b60201c565b620001ee565b600060019054906101000a900460ff161562000097576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200008e9062000191565b60405180910390fd5b60ff801660008054906101000a900460ff1660ff1614620001085760ff6000806101000a81548160ff021916908360ff1602179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249860ff604051620000ff9190620001d1565b60405180910390a15b565b600082825260208201905092915050565b7f496e697469616c697a61626c653a20636f6e747261637420697320696e69746960008201527f616c697a696e6700000000000000000000000000000000000000000000000000602082015250565b6000620001796027836200010a565b915062000186826200011b565b604082019050919050565b60006020820190508181036000830152620001ac816200016a565b9050919050565b600060ff82169050919050565b620001cb81620001b3565b82525050565b6000602082019050620001e86000830184620001c0565b92915050565b6140b980620001fe6000396000f3fe608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106101515760003560e01c806379ba5097116100d2578063c228010311610096578063c2280103146102f7578063cd99240014610327578063d12ff20a14610343578063e30c397814610373578063f22ee70414610391578063f2fde38b146103c157610151565b806379ba50971461029c5780638129fc1c146102a65780638456cb59146102b05780638da5cb5b146102ba578063b810c636146102d857610151565b80635c975abb116101195780635c975abb146101e4578063715018a61461020257806371eedb881461020c57806375151b631461023c578063768c6ec01461026c57610151565b8063026213381461015657806332200882146101865780633f4ba83a146101a257806340ebc677146101ac57806347094e2e146101c8575b600080fd5b610170600480360381019061016b9190612877565b6103dd565b60405161017d9190612991565b60405180910390f35b6101a0600480360381019061019b9190612b61565b610463565b005b6101aa6105d8565b005b6101c660048036038101906101c19190612c47565b6105ea565b005b6101e260048036038101906101dd9190612cc7565b6108b2565b005b6101ec61091d565b6040516101f99190612d0f565b60405180910390f35b61020a610934565b005b61022660048036038101906102219190612d60565b610948565b6040516102339190612d0f565b60405180910390f35b61025660048036038101906102519190612da0565b610de8565b6040516102639190612d0f565b60405180910390f35b61028660048036038101906102819190612877565b610e44565b6040516102939190612eed565b60405180910390f35b6102a461105d565b005b6102ae6110ea565b005b6102b861123a565b005b6102c261124c565b6040516102cf9190612f18565b60405180910390f35b6102e0611276565b6040516102ee929190612f51565b60405180910390f35b610311600480360381019061030c9190612877565b61129b565b60405161031e9190612fa9565b60405180910390f35b610341600480360381019061033c9190612fc4565b6112dc565b005b61035d6004803603810190610358919061309e565b611461565b60405161036a9190613183565b60405180910390f35b61037b6119a7565b6040516103889190612f18565b60405180910390f35b6103ab60048036038101906103a6919061319e565b6119d1565b6040516103b89190612d0f565b60405180910390f35b6103db60048036038101906103d69190612da0565b61202d565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561045857838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610412565b505050509050919050565b61046b6120da565b60cd6000838152602001908152602001600020600061048a9190612705565b60005b81518110156105895760cd60008481526020019081526020016000208282815181106104bc576104bb613205565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061052157610520613205565b5b60200260200101516020015181526020018481525060ce600084848151811061054d5761054c613205565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061048d565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105cc919061334e565b60405180910390a25050565b6105e06120da565b6105e8612158565b565b6105f26120da565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610661576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610658906133cd565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610764578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361071a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107119061345f565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610862565b7f61676772656761746f72000000000000000000000000000000000000000000008303610861578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361081b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610812906134f1565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156108ad578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108ba6120da565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516109129190613511565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b61093c6120da565b61094660006121bb565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d190613578565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a36906135e4565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610aa4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a9b90613650565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610afe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610af5906136bc565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b929291906136dc565b6020604051808303816000875af1158015610bb1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bd59190613731565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c8a919061378d565b610c9491906137c1565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d44919061378d565b6040518363ffffffff1660e01b8152600401610d619291906136dc565b6020604051808303816000875af1158015610d80573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da49190613731565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dd591906137f5565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e3a5760019050610e3f565b600090505b919050565b610e4c612729565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b60006110676121ec565b90508073ffffffffffffffffffffffffffffffffffffffff166110886119a7565b73ffffffffffffffffffffffffffffffffffffffff16146110de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d590613882565b60405180910390fd5b6110e7816121bb565b50565b60008060019054906101000a900460ff1615905080801561111b5750600160008054906101000a900460ff1660ff16105b80611148575061112a306121f4565b1580156111475750600160008054906101000a900460ff1660ff16145b5b611187576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117e90613914565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111c4576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111d6612217565b6111de612270565b80156112375760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498600160405161122e9190613986565b60405180910390a15b50565b6112426120da565b61124a6122c9565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6112a36127e6565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112e46120da565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611353576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161134a906133cd565b60405180910390fd5b60018114806113625750600281145b6113a1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611398906139ed565b60405180910390fd5b7f746f6b656e000000000000000000000000000000000000000000000000000000830361145c578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161145391906137f5565b60405180910390a35b505050565b600061146b61232c565b6114788a8a868989612376565b600083839050036114be576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114b590613a59565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114e8919061378d565b6040518463ffffffff1660e01b815260040161150693929190613a79565b6020604051808303816000875af1158015611525573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115499190613731565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061159b90613ab0565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115f39291906136dc565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b61163c9190613af8565b6116469190613b69565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c61170e91906137c1565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161199196959493929190613c07565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a5a90613578565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611ac8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611abf906135e4565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b2d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b2490613650565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611bb19190613c63565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611ee3576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611e0a57610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d339291906136dc565b6020604051808303816000875af1158015611d52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d769190613731565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ee2578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e9d9291906136dc565b6020604051808303816000875af1158015611ebc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ee09190613731565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611f159190613af8565b611f1f9190613b69565b90508061010160008881526020019081526020016000206007016000828254611f4891906137c1565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f8a9291906136dc565b6020604051808303816000875af1158015611fa9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fcd9190613731565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051612017929190613cd4565b60405180910390a3600192505050949350505050565b6120356120da565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661209561124c565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120e26121ec565b73ffffffffffffffffffffffffffffffffffffffff1661210061124c565b73ffffffffffffffffffffffffffffffffffffffff1614612156576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161214d90613d49565b60405180910390fd5b565b612160612529565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6121a46121ec565b6040516121b19190612f18565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121e981612572565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff16612266576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161225d90613ddb565b60405180910390fd5b61226e612638565b565b600060019054906101000a900460ff166122bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122b690613ddb565b60405180910390fd5b6122c7612699565b565b6122d161232c565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586123156121ec565b6040516123229190612f18565b60405180910390a1565b61233461091d565b15612374576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161236b90613e47565b60405180910390fd5b565b600160cc60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123ef90613eb3565b60405180910390fd5b6000840361243b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161243290613f1f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036124aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124a190613f8b565b60405180910390fd5b6000811461252257600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612521576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161251890613ff7565b60405180910390fd5b5b5050505050565b61253161091d565b612570576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161256790614063565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff16612687576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267e90613ddb565b60405180910390fd5b6126976126926121ec565b6121bb565b565b600060019054906101000a900460ff166126e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126df90613ddb565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127269190612806565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561282957600080820160009055600182016000905550600201612807565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61285481612841565b811461285f57600080fd5b50565b6000813590506128718161284b565b92915050565b60006020828403121561288d5761288c612837565b5b600061289b84828501612862565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6128d981612841565b82525050565b6040820160008201516128f560008501826128d0565b50602082015161290860208501826128d0565b50505050565b600061291a83836128df565b60408301905092915050565b6000602082019050919050565b600061293e826128a4565b61294881856128af565b9350612953836128c0565b8060005b8381101561298457815161296b888261290e565b975061297683612926565b925050600181019050612957565b5085935050505092915050565b600060208201905081810360008301526129ab8184612933565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a01826129b8565b810181811067ffffffffffffffff82111715612a2057612a1f6129c9565b5b80604052505050565b6000612a3361282d565b9050612a3f82826129f8565b919050565b600067ffffffffffffffff821115612a5f57612a5e6129c9565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612a9057612a8f612a75565b5b612a9a6040612a29565b90506000612aaa84828501612862565b6000830152506020612abe84828501612862565b60208301525092915050565b6000612add612ad884612a44565b612a29565b90508083825260208201905060408402830185811115612b0057612aff612a70565b5b835b81811015612b295780612b158882612a7a565b845260208401935050604081019050612b02565b5050509392505050565b600082601f830112612b4857612b476129b3565b5b8135612b58848260208601612aca565b91505092915050565b60008060408385031215612b7857612b77612837565b5b6000612b8685828601612862565b925050602083013567ffffffffffffffff811115612ba757612ba661283c565b5b612bb385828601612b33565b9150509250929050565b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b612be781612bbd565b8114612bf257600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c2082612bf5565b9050919050565b600081359050612c3681612bde565b612c3f81612c15565b905092915050565b60008060408385031215612c5e57612c5d612837565b5b6000612c6c85828601612862565b9250506020612c7d85828601612c27565b9150509250929050565b600067ffffffffffffffff82169050919050565b612ca481612c87565b8114612caf57600080fd5b50565b600081359050612cc181612c9b565b92915050565b600060208284031215612cdd57612cdc612837565b5b6000612ceb84828501612cb2565b91505092915050565b60008115159050919050565b612d0981612cf4565b82525050565b6000602082019050612d246000830184612d00565b92915050565b6000819050919050565b612d3d81612d2a565b8114612d4857600080fd5b50565b600081359050612d5a81612d34565b92915050565b60008060408385031215612d7757612d76612837565b5b6000612d8585828601612d4b565b9250506020612d9685828601612862565b9150509250929050565b600060208284031215612db657612db5612837565b5b6000612dc484828501612c27565b91505092915050565b612dd681612c15565b82525050565b612de581612d2a565b82525050565b612df481612cf4565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e1b81612dfa565b82525050565b61014082016000820151612e386000850182612dcd565b506020820151612e4b6020850182612dcd565b506040820151612e5e6040850182612dcd565b506060820151612e716060850182612ddc565b506080820151612e846080850182612ddc565b5060a0820151612e9760a0850182612deb565b5060c0820151612eaa60c0850182612deb565b5060e0820151612ebd60e0850182612dcd565b50610100820151612ed2610100850182612e12565b50610120820151612ee7610120850182612ddc565b50505050565b600061014082019050612f036000830184612e21565b92915050565b612f1281612c15565b82525050565b6000602082019050612f2d6000830184612f09565b92915050565b612f3c81612c87565b82525050565b612f4b81612d2a565b82525050565b6000604082019050612f666000830185612f33565b612f736020830184612f42565b9392505050565b604082016000820151612f9060008501826128d0565b506020820151612fa360208501826128d0565b50505050565b6000604082019050612fbe6000830184612f7a565b92915050565b600080600060608486031215612fdd57612fdc612837565b5b6000612feb86828701612862565b9350506020612ffc86828701612c27565b925050604061300d86828701612d4b565b9150509250925092565b61302081612dfa565b811461302b57600080fd5b50565b60008135905061303d81613017565b92915050565b600080fd5b60008083601f84011261305e5761305d6129b3565b5b8235905067ffffffffffffffff81111561307b5761307a613043565b5b60208301915083600182028301111561309757613096612a70565b5b9250929050565b60008060008060008060008060006101008a8c0312156130c1576130c0612837565b5b60006130cf8c828d01612c27565b99505060206130e08c828d01612d4b565b98505060406130f18c828d01612862565b97505060606131028c828d0161302e565b96505060806131138c828d01612c27565b95505060a06131248c828d01612d4b565b94505060c06131358c828d01612c27565b93505060e08a013567ffffffffffffffff8111156131565761315561283c565b5b6131628c828d01613048565b92509250509295985092959850929598565b61317d81612841565b82525050565b60006020820190506131986000830184613174565b92915050565b600080600080608085870312156131b8576131b7612837565b5b60006131c687828801612862565b94505060206131d787828801612862565b93505060406131e887828801612c27565b92505060606131f987828801612cb2565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b600061327e61327983613254565b613261565b9050919050565b60408201600080830154905061329a8161326b565b6132a760008601826128d0565b50600183015490506132b88161326b565b6132c560208601826128d0565b5050505050565b60006132d88383613285565b60408301905092915050565b6000600282019050919050565b60006132fc82613234565b61330681856128af565b93506133118361323f565b8060005b83811015613341578161332888826132cc565b9750613333836132e4565b925050600181019050613315565b5085935050505092915050565b6000602082019050818103600083015261336881846132f1565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006133b7601583613370565b91506133c282613381565b602082019050919050565b600060208201905081810360008301526133e6816133aa565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b6000613449602583613370565b9150613454826133ed565b604082019050919050565b600060208201905081810360008301526134788161343c565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006134db602783613370565b91506134e68261347f565b604082019050919050565b6000602082019050818103600083015261350a816134ce565b9050919050565b60006020820190506135266000830184612f33565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613562600e83613370565b915061356d8261352c565b602082019050919050565b6000602082019050818103600083015261359181613555565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b60006135ce600e83613370565b91506135d982613598565b602082019050919050565b600060208201905081810360008301526135fd816135c1565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b600061363a600d83613370565b915061364582613604565b602082019050919050565b600060208201905081810360008301526136698161362d565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006136a6601583613370565b91506136b182613670565b602082019050919050565b600060208201905081810360008301526136d581613699565b9050919050565b60006040820190506136f16000830185612f09565b6136fe6020830184612f42565b9392505050565b61370e81612cf4565b811461371957600080fd5b50565b60008151905061372b81613705565b92915050565b60006020828403121561374757613746612837565b5b60006137558482850161371c565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061379882612d2a565b91506137a383612d2a565b92508282019050808211156137bb576137ba61375e565b5b92915050565b60006137cc82612d2a565b91506137d783612d2a565b92508282039050818111156137ef576137ee61375e565b5b92915050565b600060208201905061380a6000830184612f42565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061386c602983613370565b915061387782613810565b604082019050919050565b6000602082019050818103600083015261389b8161385f565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b60006138fe602e83613370565b9150613909826138a2565b604082019050919050565b6000602082019050818103600083015261392d816138f1565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061397061396b61396684613934565b61394b565b61393e565b9050919050565b61398081613955565b82525050565b600060208201905061399b6000830184613977565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006139d7601783613370565b91506139e2826139a1565b602082019050919050565b60006020820190508181036000830152613a06816139ca565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613a43601283613370565b9150613a4e82613a0d565b602082019050919050565b60006020820190508181036000830152613a7281613a36565b9050919050565b6000606082019050613a8e6000830186612f09565b613a9b6020830185612f09565b613aa86040830184612f42565b949350505050565b6000613abb82612d2a565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613aed57613aec61375e565b5b600182019050919050565b6000613b0382612d2a565b9150613b0e83612d2a565b9250828202613b1c81612d2a565b91508282048414831517613b3357613b3261375e565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b7482612d2a565b9150613b7f83612d2a565b925082613b8f57613b8e613b3a565b5b828204905092915050565b6000613bb5613bb0613bab84612dfa565b61394b565b612d2a565b9050919050565b613bc581613b9a565b82525050565b82818337600083830152505050565b6000613be68385613370565b9350613bf3838584613bcb565b613bfc836129b8565b840190509392505050565b600060a082019050613c1c6000830189612f42565b613c296020830188613174565b613c366040830187613bbc565b613c436060830186613174565b8181036080830152613c56818486613bda565b9050979650505050505050565b6000613c6e82612dfa565b9150613c7983612dfa565b925082820390506bffffffffffffffffffffffff811115613c9d57613c9c61375e565b5b92915050565b6000613cbe613cb9613cb484612c87565b61394b565b612dfa565b9050919050565b613cce81613ca3565b82525050565b6000604082019050613ce96000830185613174565b613cf66020830184613cc5565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d33602083613370565b9150613d3e82613cfd565b602082019050919050565b60006020820190508181036000830152613d6281613d26565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613dc5602b83613370565b9150613dd082613d69565b604082019050919050565b60006020820190508181036000830152613df481613db8565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e31601083613370565b9150613e3c82613dfb565b602082019050919050565b60006020820190508181036000830152613e6081613e24565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613e9d601183613370565b9150613ea882613e67565b602082019050919050565b60006020820190508181036000830152613ecc81613e90565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f09600c83613370565b9150613f1482613ed3565b602082019050919050565b60006020820190508181036000830152613f3881613efc565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f75601083613370565b9150613f8082613f3f565b602082019050919050565b60006020820190508181036000830152613fa481613f68565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000613fe1601983613370565b9150613fec82613fab565b602082019050919050565b6000602082019050818103600083015261401081613fd4565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061404d601483613370565b915061405882614017565b602082019050919050565b6000602082019050818103600083015261407c81614040565b905091905056fea26474726f6e58221220a1cfd90411c5eb0bdf34bfb00529713c419b4121a818b0bc1dc90a597be7141f64736f6c63430008120033", + "deployedBytecode": "0x608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106101515760003560e01c806379ba5097116100d2578063c228010311610096578063c2280103146102f7578063cd99240014610327578063d12ff20a14610343578063e30c397814610373578063f22ee70414610391578063f2fde38b146103c157610151565b806379ba50971461029c5780638129fc1c146102a65780638456cb59146102b05780638da5cb5b146102ba578063b810c636146102d857610151565b80635c975abb116101195780635c975abb146101e4578063715018a61461020257806371eedb881461020c57806375151b631461023c578063768c6ec01461026c57610151565b8063026213381461015657806332200882146101865780633f4ba83a146101a257806340ebc677146101ac57806347094e2e146101c8575b600080fd5b610170600480360381019061016b9190612877565b6103dd565b60405161017d9190612991565b60405180910390f35b6101a0600480360381019061019b9190612b61565b610463565b005b6101aa6105d8565b005b6101c660048036038101906101c19190612c47565b6105ea565b005b6101e260048036038101906101dd9190612cc7565b6108b2565b005b6101ec61091d565b6040516101f99190612d0f565b60405180910390f35b61020a610934565b005b61022660048036038101906102219190612d60565b610948565b6040516102339190612d0f565b60405180910390f35b61025660048036038101906102519190612da0565b610de8565b6040516102639190612d0f565b60405180910390f35b61028660048036038101906102819190612877565b610e44565b6040516102939190612eed565b60405180910390f35b6102a461105d565b005b6102ae6110ea565b005b6102b861123a565b005b6102c261124c565b6040516102cf9190612f18565b60405180910390f35b6102e0611276565b6040516102ee929190612f51565b60405180910390f35b610311600480360381019061030c9190612877565b61129b565b60405161031e9190612fa9565b60405180910390f35b610341600480360381019061033c9190612fc4565b6112dc565b005b61035d6004803603810190610358919061309e565b611461565b60405161036a9190613183565b60405180910390f35b61037b6119a7565b6040516103889190612f18565b60405180910390f35b6103ab60048036038101906103a6919061319e565b6119d1565b6040516103b89190612d0f565b60405180910390f35b6103db60048036038101906103d69190612da0565b61202d565b005b606060cd6000838152602001908152602001600020805480602002602001604051908101604052809291908181526020016000905b8282101561045857838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610412565b505050509050919050565b61046b6120da565b60cd6000838152602001908152602001600020600061048a9190612705565b60005b81518110156105895760cd60008481526020019081526020016000208282815181106104bc576104bb613205565b5b6020026020010151908060018154018082558091505060019003906000526020600020906002020160009091909190915060008201518160000155602082015181600101555050604051806040016040528083838151811061052157610520613205565b5b60200260200101516020015181526020018481525060ce600084848151811061054d5761054c613205565b5b6020026020010151600001518152602001908152602001600020600082015181600001556020820151816001015590505080600101905061048d565b50817f58f3a30ec15a8d3e09fa65f9ef10219bc7a9a99d872a4ed895c37c2e761ac2ac60cd60008581526020019081526020016000206040516105cc919061334e565b60405180910390a25050565b6105e06120da565b6105e8612158565b565b6105f26120da565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610661576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610658906133cd565b60405180910390fd5b60007f74726561737572790000000000000000000000000000000000000000000000008303610764578173ffffffffffffffffffffffffffffffffffffffff16609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361071a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107119061345f565b60405180910390fd5b81609860086101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060019050610862565b7f61676772656761746f72000000000000000000000000000000000000000000008303610861578173ffffffffffffffffffffffffffffffffffffffff16609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff160361081b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610812906134f1565b60405180910390fd5b81609960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600190505b5b80156108ad578173ffffffffffffffffffffffffffffffffffffffff16837fbbc5b96e57cfecb3dbeeadf92e87f15e58e64fcd75cbe256dcc5d9ef2e51e8a460405160405180910390a35b505050565b6108ba6120da565b80609860006101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507f1ce29a697a4765bd17d91df93ba75b250b629ecf030553ff1f6ab59f15ae6c7b816040516109129190613511565b60405180910390a150565b600060cf60009054906101000a900460ff16905090565b61093c6120da565b61094660006121bb565b565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146109da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d190613578565b60405180910390fd5b610101600083815260200190815260200160002060050160009054906101000a900460ff1615610a3f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a36906135e4565b60405180910390fd5b610101600083815260200190815260200160002060050160019054906101000a900460ff1615610aa4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a9b90613650565b60405180910390fd5b826101016000848152602001908152602001600020600401541015610afe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610af5906136bc565b60405180910390fd5b610101600083815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff16856040518363ffffffff1660e01b8152600401610b929291906136dc565b6020604051808303816000875af1158015610bb1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bd59190613731565b506001610101600084815260200190815260200160002060050160016101000a81548160ff0219169083151502179055506000610101600084815260200190815260200160002060060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff160217905550600083610101600085815260200190815260200160002060040154610101600086815260200190815260200160002060070154610c8a919061378d565b610c9491906137c1565b9050610101600084815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600086815260200190815260200160002060050160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1661010160008781526020019081526020016000206003015484610d44919061378d565b6040518363ffffffff1660e01b8152600401610d619291906136dc565b6020604051808303816000875af1158015610d80573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da49190613731565b50827f0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e85604051610dd591906137f5565b60405180910390a2600191505092915050565b6000600160cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205403610e3a5760019050610e3f565b600090505b919050565b610e4c612729565b6101016000838152602001908152602001600020604051806101400160405290816000820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016001820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016002820160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200160038201548152602001600482015481526020016005820160009054906101000a900460ff161515151581526020016005820160019054906101000a900460ff161515151581526020016005820160029054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020016006820160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff166bffffffffffffffffffffffff1681526020016007820154815250509050919050565b60006110676121ec565b90508073ffffffffffffffffffffffffffffffffffffffff166110886119a7565b73ffffffffffffffffffffffffffffffffffffffff16146110de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d590613882565b60405180910390fd5b6110e7816121bb565b50565b60008060019054906101000a900460ff1615905080801561111b5750600160008054906101000a900460ff1660ff16105b80611148575061112a306121f4565b1580156111475750600160008054906101000a900460ff1660ff16145b5b611187576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117e90613914565b60405180910390fd5b60016000806101000a81548160ff021916908360ff16021790555080156111c4576001600060016101000a81548160ff0219169083151502179055505b620186a06097819055506111d6612217565b6111de612270565b80156112375760008060016101000a81548160ff0219169083151502179055507f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498600160405161122e9190613986565b60405180910390a15b50565b6112426120da565b61124a6122c9565b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600080609860009054906101000a900467ffffffffffffffff16609754915091509091565b6112a36127e6565b60ce6000838152602001908152602001600020604051806040016040529081600082015481526020016001820154815250509050919050565b6112e46120da565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611353576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161134a906133cd565b60405180910390fd5b60018114806113625750600281145b6113a1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611398906139ed565b60405180910390fd5b7f746f6b656e000000000000000000000000000000000000000000000000000000830361145c578060cc60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16837fcfa976492af7c14a916cc3a239f4c9c75bbd7f5f0e398beb41d892c7eeccae4c8360405161145391906137f5565b60405180910390a35b505050565b600061146b61232c565b6114788a8a868989612376565b600083839050036114be576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114b590613a59565b60405180910390fd5b8973ffffffffffffffffffffffffffffffffffffffff166323b872dd3330888d6114e8919061378d565b6040518463ffffffff1660e01b815260040161150693929190613a79565b6020604051808303816000875af1158015611525573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115499190613731565b5061010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600081548092919061159b90613ab0565b91905055503361010260003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546040516020016115f39291906136dc565b6040516020818303038152906040528051906020012090506000609754609860009054906101000a900467ffffffffffffffff1667ffffffffffffffff168b61163c9190613af8565b6116469190613b69565b90506040518061014001604052803373ffffffffffffffffffffffffffffffffffffffff1681526020018c73ffffffffffffffffffffffffffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018781526020018281526020016000151581526020016000151581526020018673ffffffffffffffffffffffffffffffffffffffff16815260200160975467ffffffffffffffff166bffffffffffffffffffffffff168152602001828c61170e91906137c1565b815250610101600084815260200190815260200160002060008201518160000160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060208201518160010160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060408201518160020160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550606082015181600301556080820151816004015560a08201518160050160006101000a81548160ff02191690831515021790555060c08201518160050160016101000a81548160ff02191690831515021790555060e08201518160050160026101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101008201518160060160006101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff16021790555061012082015181600701559050506101016000838152602001908152602001600020600701548b73ffffffffffffffffffffffffffffffffffffffff16610101600085815260200190815260200160002060000160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf33384868d8f8b8b60405161199196959493929190613c07565b60405180910390a4509998505050505050505050565b6000606560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000609960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611a63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a5a90613578565b60405180910390fd5b610101600085815260200190815260200160002060050160009054906101000a900460ff1615611ac8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611abf906135e4565b60405180910390fd5b610101600085815260200190815260200160002060050160019054906101000a900460ff1615611b2d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b2490613650565b60405180910390fd5b6000610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508267ffffffffffffffff16610101600087815260200190815260200160002060060160008282829054906101000a90046bffffffffffffffffffffffff16611bb19190613c63565b92506101000a8154816bffffffffffffffffffffffff02191690836bffffffffffffffffffffffff1602179055506000610101600087815260200190815260200160002060060160009054906101000a90046bffffffffffffffffffffffff166bffffffffffffffffffffffff1603611ee3576001610101600087815260200190815260200160002060050160006101000a81548160ff021916908315150217905550600061010160008781526020019081526020016000206003015414611e0a57610101600086815260200190815260200160002060010160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb610101600088815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600301546040518363ffffffff1660e01b8152600401611d339291906136dc565b6020604051808303816000875af1158015611d52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d769190613731565b50610101600086815260200190815260200160002060030154610101600087815260200190815260200160002060020160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c250160405160405180910390a35b600061010160008781526020019081526020016000206004015414611ee2578073ffffffffffffffffffffffffffffffffffffffff1663a9059cbb609860089054906101000a900473ffffffffffffffffffffffffffffffffffffffff166101016000898152602001908152602001600020600401546040518363ffffffff1660e01b8152600401611e9d9291906136dc565b6020604051808303816000875af1158015611ebc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ee09190613731565b505b5b60006097548467ffffffffffffffff16610101600089815260200190815260200160002060070154611f159190613af8565b611f1f9190613b69565b90508061010160008881526020019081526020016000206007016000828254611f4891906137c1565b925050819055508173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb86836040518363ffffffff1660e01b8152600401611f8a9291906136dc565b6020604051808303816000875af1158015611fa9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fcd9190613731565b508473ffffffffffffffffffffffffffffffffffffffff16867f98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a8987604051612017929190613cd4565b60405180910390a3600192505050949350505050565b6120356120da565b80606560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff1661209561124c565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b6120e26121ec565b73ffffffffffffffffffffffffffffffffffffffff1661210061124c565b73ffffffffffffffffffffffffffffffffffffffff1614612156576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161214d90613d49565b60405180910390fd5b565b612160612529565b600060cf60006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6121a46121ec565b6040516121b19190612f18565b60405180910390a1565b606560006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690556121e981612572565b50565b600033905090565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600060019054906101000a900460ff16612266576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161225d90613ddb565b60405180910390fd5b61226e612638565b565b600060019054906101000a900460ff166122bf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122b690613ddb565b60405180910390fd5b6122c7612699565b565b6122d161232c565b600160cf60006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586123156121ec565b6040516123229190612f18565b60405180910390a1565b61233461091d565b15612374576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161236b90613e47565b60405180910390fd5b565b600160cc60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054146123f8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123ef90613eb3565b60405180910390fd5b6000840361243b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161243290613f1f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036124aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124a190613f8b565b60405180910390fd5b6000811461252257600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612521576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161251890613ff7565b60405180910390fd5b5b5050505050565b61253161091d565b612570576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161256790614063565b60405180910390fd5b565b6000603360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081603360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600060019054906101000a900460ff16612687576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161267e90613ddb565b60405180910390fd5b6126976126926121ec565b6121bb565b565b600060019054906101000a900460ff166126e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016126df90613ddb565b60405180910390fd5b600060cf60006101000a81548160ff021916908315150217905550565b50805460008255600202906000526020600020908101906127269190612806565b50565b604051806101400160405280600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff168152602001600073ffffffffffffffffffffffffffffffffffffffff1681526020016000815260200160008152602001600015158152602001600015158152602001600073ffffffffffffffffffffffffffffffffffffffff16815260200160006bffffffffffffffffffffffff168152602001600081525090565b604051806040016040528060008019168152602001600080191681525090565b5b8082111561282957600080820160009055600182016000905550600201612807565b5090565b6000604051905090565b600080fd5b600080fd5b6000819050919050565b61285481612841565b811461285f57600080fd5b50565b6000813590506128718161284b565b92915050565b60006020828403121561288d5761288c612837565b5b600061289b84828501612862565b91505092915050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6128d981612841565b82525050565b6040820160008201516128f560008501826128d0565b50602082015161290860208501826128d0565b50505050565b600061291a83836128df565b60408301905092915050565b6000602082019050919050565b600061293e826128a4565b61294881856128af565b9350612953836128c0565b8060005b8381101561298457815161296b888261290e565b975061297683612926565b925050600181019050612957565b5085935050505092915050565b600060208201905081810360008301526129ab8184612933565b905092915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b612a01826129b8565b810181811067ffffffffffffffff82111715612a2057612a1f6129c9565b5b80604052505050565b6000612a3361282d565b9050612a3f82826129f8565b919050565b600067ffffffffffffffff821115612a5f57612a5e6129c9565b5b602082029050602081019050919050565b600080fd5b600080fd5b600060408284031215612a9057612a8f612a75565b5b612a9a6040612a29565b90506000612aaa84828501612862565b6000830152506020612abe84828501612862565b60208301525092915050565b6000612add612ad884612a44565b612a29565b90508083825260208201905060408402830185811115612b0057612aff612a70565b5b835b81811015612b295780612b158882612a7a565b845260208401935050604081019050612b02565b5050509392505050565b600082601f830112612b4857612b476129b3565b5b8135612b58848260208601612aca565b91505092915050565b60008060408385031215612b7857612b77612837565b5b6000612b8685828601612862565b925050602083013567ffffffffffffffff811115612ba757612ba661283c565b5b612bb385828601612b33565b9150509250929050565b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b612be781612bbd565b8114612bf257600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000612c2082612bf5565b9050919050565b600081359050612c3681612bde565b612c3f81612c15565b905092915050565b60008060408385031215612c5e57612c5d612837565b5b6000612c6c85828601612862565b9250506020612c7d85828601612c27565b9150509250929050565b600067ffffffffffffffff82169050919050565b612ca481612c87565b8114612caf57600080fd5b50565b600081359050612cc181612c9b565b92915050565b600060208284031215612cdd57612cdc612837565b5b6000612ceb84828501612cb2565b91505092915050565b60008115159050919050565b612d0981612cf4565b82525050565b6000602082019050612d246000830184612d00565b92915050565b6000819050919050565b612d3d81612d2a565b8114612d4857600080fd5b50565b600081359050612d5a81612d34565b92915050565b60008060408385031215612d7757612d76612837565b5b6000612d8585828601612d4b565b9250506020612d9685828601612862565b9150509250929050565b600060208284031215612db657612db5612837565b5b6000612dc484828501612c27565b91505092915050565b612dd681612c15565b82525050565b612de581612d2a565b82525050565b612df481612cf4565b82525050565b60006bffffffffffffffffffffffff82169050919050565b612e1b81612dfa565b82525050565b61014082016000820151612e386000850182612dcd565b506020820151612e4b6020850182612dcd565b506040820151612e5e6040850182612dcd565b506060820151612e716060850182612ddc565b506080820151612e846080850182612ddc565b5060a0820151612e9760a0850182612deb565b5060c0820151612eaa60c0850182612deb565b5060e0820151612ebd60e0850182612dcd565b50610100820151612ed2610100850182612e12565b50610120820151612ee7610120850182612ddc565b50505050565b600061014082019050612f036000830184612e21565b92915050565b612f1281612c15565b82525050565b6000602082019050612f2d6000830184612f09565b92915050565b612f3c81612c87565b82525050565b612f4b81612d2a565b82525050565b6000604082019050612f666000830185612f33565b612f736020830184612f42565b9392505050565b604082016000820151612f9060008501826128d0565b506020820151612fa360208501826128d0565b50505050565b6000604082019050612fbe6000830184612f7a565b92915050565b600080600060608486031215612fdd57612fdc612837565b5b6000612feb86828701612862565b9350506020612ffc86828701612c27565b925050604061300d86828701612d4b565b9150509250925092565b61302081612dfa565b811461302b57600080fd5b50565b60008135905061303d81613017565b92915050565b600080fd5b60008083601f84011261305e5761305d6129b3565b5b8235905067ffffffffffffffff81111561307b5761307a613043565b5b60208301915083600182028301111561309757613096612a70565b5b9250929050565b60008060008060008060008060006101008a8c0312156130c1576130c0612837565b5b60006130cf8c828d01612c27565b99505060206130e08c828d01612d4b565b98505060406130f18c828d01612862565b97505060606131028c828d0161302e565b96505060806131138c828d01612c27565b95505060a06131248c828d01612d4b565b94505060c06131358c828d01612c27565b93505060e08a013567ffffffffffffffff8111156131565761315561283c565b5b6131628c828d01613048565b92509250509295985092959850929598565b61317d81612841565b82525050565b60006020820190506131986000830184613174565b92915050565b600080600080608085870312156131b8576131b7612837565b5b60006131c687828801612862565b94505060206131d787828801612862565b93505060406131e887828801612c27565b92505060606131f987828801612cb2565b91505092959194509250565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600081549050919050565b60008190508160005260206000209050919050565b60008160001c9050919050565b6000819050919050565b600061327e61327983613254565b613261565b9050919050565b60408201600080830154905061329a8161326b565b6132a760008601826128d0565b50600183015490506132b88161326b565b6132c560208601826128d0565b5050505050565b60006132d88383613285565b60408301905092915050565b6000600282019050919050565b60006132fc82613234565b61330681856128af565b93506133118361323f565b8060005b83811015613341578161332888826132cc565b9750613333836132e4565b925050600181019050613315565b5085935050505092915050565b6000602082019050818103600083015261336881846132f1565b905092915050565b600082825260208201905092915050565b7f476174657761793a207a65726f20616464726573730000000000000000000000600082015250565b60006133b7601583613370565b91506133c282613381565b602082019050919050565b600060208201905081810360008301526133e6816133aa565b9050919050565b7f476174657761793a207472656173757279206164647265737320616c7265616460008201527f7920736574000000000000000000000000000000000000000000000000000000602082015250565b6000613449602583613370565b9150613454826133ed565b604082019050919050565b600060208201905081810360008301526134788161343c565b9050919050565b7f476174657761793a2061676772656761746f72206164647265737320616c726560008201527f6164792073657400000000000000000000000000000000000000000000000000602082015250565b60006134db602783613370565b91506134e68261347f565b604082019050919050565b6000602082019050818103600083015261350a816134ce565b9050919050565b60006020820190506135266000830184612f33565b92915050565b7f4f6e6c7941676772656761746f72000000000000000000000000000000000000600082015250565b6000613562600e83613370565b915061356d8261352c565b602082019050919050565b6000602082019050818103600083015261359181613555565b9050919050565b7f4f7264657246756c66696c6c6564000000000000000000000000000000000000600082015250565b60006135ce600e83613370565b91506135d982613598565b602082019050919050565b600060208201905081810360008301526135fd816135c1565b9050919050565b7f4f72646572526566756e64656400000000000000000000000000000000000000600082015250565b600061363a600d83613370565b915061364582613604565b602082019050919050565b600060208201905081810360008301526136698161362d565b9050919050565b7f4665654578636565647350726f746f636f6c4665650000000000000000000000600082015250565b60006136a6601583613370565b91506136b182613670565b602082019050919050565b600060208201905081810360008301526136d581613699565b9050919050565b60006040820190506136f16000830185612f09565b6136fe6020830184612f42565b9392505050565b61370e81612cf4565b811461371957600080fd5b50565b60008151905061372b81613705565b92915050565b60006020828403121561374757613746612837565b5b60006137558482850161371c565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061379882612d2a565b91506137a383612d2a565b92508282019050808211156137bb576137ba61375e565b5b92915050565b60006137cc82612d2a565b91506137d783612d2a565b92508282039050818111156137ef576137ee61375e565b5b92915050565b600060208201905061380a6000830184612f42565b92915050565b7f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060008201527f6e6577206f776e65720000000000000000000000000000000000000000000000602082015250565b600061386c602983613370565b915061387782613810565b604082019050919050565b6000602082019050818103600083015261389b8161385f565b9050919050565b7f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160008201527f647920696e697469616c697a6564000000000000000000000000000000000000602082015250565b60006138fe602e83613370565b9150613909826138a2565b604082019050919050565b6000602082019050818103600083015261392d816138f1565b9050919050565b6000819050919050565b600060ff82169050919050565b6000819050919050565b600061397061396b61396684613934565b61394b565b61393e565b9050919050565b61398081613955565b82525050565b600060208201905061399b6000830184613977565b92915050565b7f476174657761793a20696e76616c696420737461747573000000000000000000600082015250565b60006139d7601783613370565b91506139e2826139a1565b602082019050919050565b60006020820190508181036000830152613a06816139ca565b9050919050565b7f496e76616c69644d657373616765486173680000000000000000000000000000600082015250565b6000613a43601283613370565b9150613a4e82613a0d565b602082019050919050565b60006020820190508181036000830152613a7281613a36565b9050919050565b6000606082019050613a8e6000830186612f09565b613a9b6020830185612f09565b613aa86040830184612f42565b949350505050565b6000613abb82612d2a565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203613aed57613aec61375e565b5b600182019050919050565b6000613b0382612d2a565b9150613b0e83612d2a565b9250828202613b1c81612d2a565b91508282048414831517613b3357613b3261375e565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000613b7482612d2a565b9150613b7f83612d2a565b925082613b8f57613b8e613b3a565b5b828204905092915050565b6000613bb5613bb0613bab84612dfa565b61394b565b612d2a565b9050919050565b613bc581613b9a565b82525050565b82818337600083830152505050565b6000613be68385613370565b9350613bf3838584613bcb565b613bfc836129b8565b840190509392505050565b600060a082019050613c1c6000830189612f42565b613c296020830188613174565b613c366040830187613bbc565b613c436060830186613174565b8181036080830152613c56818486613bda565b9050979650505050505050565b6000613c6e82612dfa565b9150613c7983612dfa565b925082820390506bffffffffffffffffffffffff811115613c9d57613c9c61375e565b5b92915050565b6000613cbe613cb9613cb484612c87565b61394b565b612dfa565b9050919050565b613cce81613ca3565b82525050565b6000604082019050613ce96000830185613174565b613cf66020830184613cc5565b9392505050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000613d33602083613370565b9150613d3e82613cfd565b602082019050919050565b60006020820190508181036000830152613d6281613d26565b9050919050565b7f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960008201527f6e697469616c697a696e67000000000000000000000000000000000000000000602082015250565b6000613dc5602b83613370565b9150613dd082613d69565b604082019050919050565b60006020820190508181036000830152613df481613db8565b9050919050565b7f5061757361626c653a2070617573656400000000000000000000000000000000600082015250565b6000613e31601083613370565b9150613e3c82613dfb565b602082019050919050565b60006020820190508181036000830152613e6081613e24565b9050919050565b7f546f6b656e4e6f74537570706f72746564000000000000000000000000000000600082015250565b6000613e9d601183613370565b9150613ea882613e67565b602082019050919050565b60006020820190508181036000830152613ecc81613e90565b9050919050565b7f416d6f756e7449735a65726f0000000000000000000000000000000000000000600082015250565b6000613f09600c83613370565b9150613f1482613ed3565b602082019050919050565b60006020820190508181036000830152613f3881613efc565b9050919050565b7f5468726f775a65726f4164647265737300000000000000000000000000000000600082015250565b6000613f75601083613370565b9150613f8082613f3f565b602082019050919050565b60006020820190508181036000830152613fa481613f68565b9050919050565b7f496e76616c696453656e646572466565526563697069656e7400000000000000600082015250565b6000613fe1601983613370565b9150613fec82613fab565b602082019050919050565b6000602082019050818103600083015261401081613fd4565b9050919050565b7f5061757361626c653a206e6f7420706175736564000000000000000000000000600082015250565b600061404d601483613370565b915061405882614017565b602082019050919050565b6000602082019050818103600083015261407c81614040565b905091905056fea26474726f6e58221220a1cfd90411c5eb0bdf34bfb00529713c419b4121a818b0bc1dc90a597be7141f64736f6c63430008120033", + "sourceMap": "451:7375:2:-:0;;;771:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;789:22;:20;;;:22;;:::i;:::-;451:7375;;5939:280:8;6007:13;;;;;;;;;;;6006:14;5998:66;;;;;;;;;;;;:::i;:::-;;;;;;;;;6094:15;6078:31;;:12;;;;;;;;;;:31;;;6074:139;;6140:15;6125:12;;:30;;;;;;;;;;;;;;;;;;6174:28;6186:15;6174:28;;;;;;:::i;:::-;;;;;;;;6074:139;5939:280::o;7:169:16:-;91:11;125:6;120:3;113:19;165:4;160:3;156:14;141:29;;7:169;;;;:::o;182:226::-;322:34;318:1;310:6;306:14;299:58;391:9;386:2;378:6;374:15;367:34;182:226;:::o;414:366::-;556:3;577:67;641:2;636:3;577:67;:::i;:::-;570:74;;653:93;742:3;653:93;:::i;:::-;771:2;766:3;762:12;755:19;;414:366;;;:::o;786:419::-;952:4;990:2;979:9;975:18;967:26;;1039:9;1033:4;1029:20;1025:1;1014:9;1010:17;1003:47;1067:131;1193:4;1067:131;:::i;:::-;1059:139;;786:419;;;:::o;1211:86::-;1246:7;1286:4;1279:5;1275:16;1264:27;;1211:86;;;:::o;1303:112::-;1386:22;1402:5;1386:22;:::i;:::-;1381:3;1374:35;1303:112;;:::o;1421:214::-;1510:4;1548:2;1537:9;1533:18;1525:26;;1561:67;1625:1;1614:9;1610:17;1601:6;1561:67;:::i;:::-;1421:214;;;;:::o;451:7375:2:-;;;;;;;", + "deployedSourceMap": "451:7375:2:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7505:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2323:539:1;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1484:56:2;;;:::i;:::-;;3394:551:1;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2995:170;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1879:84:9;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2085:101:7;;;:::i;:::-;;5758:926:2;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7073:142;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6917:107;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2031:212:6;;;:::i;:::-;;858:114:2;;;:::i;:::-;;1388:52;;;:::i;:::-;;1462:85:7;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7715:109:2;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;7277:171;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1773:335:1;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1772:1395:2;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1144:99:6;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4224:1495:2;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1436:178:6;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7505:164:2;7586:34;7633:21;:32;7655:9;7633:32;;;;;;;;;;;7626:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7505:164;;;:::o;2323:539:1:-;1355:13:7;:11;:13::i;:::-;2461:21:1::1;:31;2483:8;2461:31;;;;;;;;;;;;2454:38;;;;:::i;:::-;2501:6;2496:283;2513:12;:19;2509:1;:23;2496:283;;;2541:21;:31;2563:8;2541:31;;;;;;;;;;;2578:12;2591:1;2578:15;;;;;;;;:::i;:::-;;;;;;;;2541:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2651:94;;;;;;;;2695:12;2708:1;2695:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2651:94;;;;2731:8;2651:94;;::::0;2599:27:::1;:49;2627:12;2640:1;2627:15;;;;;;;;:::i;:::-;;;;;;;;:20;;;2599:49;;;;;;;;;;;:146;;;;;;;;;;;;;;;;;;;2766:3;;;;;2496:283;;;;2816:8;2787:71;2826:21;:31;2848:8;2826:31;;;;;;;;;;;2787:71;;;;;;:::i;:::-;;;;;;;;2323:539:::0;;:::o;1484:56:2:-;1355:13:7;:11;:13::i;:::-;1526:10:2::1;:8;:10::i;:::-;1484:56::o:0;3394:551:1:-;1355:13:7;:11;:13::i;:::-;3502:1:1::1;3485:19;;:5;:19;;::::0;3477:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3534:12;3554:18;:4;:18:::0;3550:326:::1;;3606:5;3587:24;;:15;;;;;;;;;;;:24;;::::0;3579:74:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3676:5;3658:15;;:23;;;;;;;;;;;;;;;;;;3696:4;3686:14;;3550:326;;;3715:20;:4;:20:::0;3711:165:::1;;3772:5;3750:27;;:18;;;;;;;;;;;:27;;::::0;3742:79:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;3847:5;3826:18;;:26;;;;;;;;;;;;;;;;;;3867:4;3857:14;;3711:165;3550:326;3883:7;3879:63;;;3931:5;3902:35;;3925:4;3902:35;;;;;;;;;;3879:63;3473:472;3394:551:::0;;:::o;2995:170::-;1355:13:7;:11;:13::i;:::-;3094:19:1::1;3073:18;;:40;;;;;;;;;;;;;;;;;;3122:39;3141:19;3122:39;;;;;;:::i;:::-;;;;;;;;2995:170:::0;:::o;1879:84:9:-;1926:4;1949:7;;;;;;;;;;;1942:14;;1879:84;:::o;2085:101:7:-;1355:13;:11;:13::i;:::-;2149:30:::1;2176:1;2149:18;:30::i;:::-;2085:101::o:0;5758:926:2:-;5839:4;1107:18;;;;;;;;;;;1093:32;;:10;:32;;;1085:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;5909:5:::1;:15;5915:8;5909:15;;;;;;;;;;;:27;;;;;;;;;;;;5908:28;5900:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;5968:5;:15;5974:8;5968:15;;;;;;;;;;;:26;;;;;;;;;;;;5967:27;5959:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;6055:4;6024:5;:15;6030:8;6024:15;;;;;;;;;;;:27;;;:35;;6016:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;6138:5;:15;6144:8;6138:15;;;;;;;;;;;:21;;;;;;;;;;;;6131:38;;;6170:15;;;;;;;;;;;6187:4;6131:61;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6250:4;6221:5;:15;6227:8;6221:15;;;;;;;;;;;:26;;;:33;;;;;;;;;;;;;;;;;;6287:1;6258:5;:15;6264:8;6258:15;;;;;;;;;;;:26;;;:30;;;;;;;;;;;;;;;;;;6327:20;6405:4;6375:5;:15;6381:8;6375:15;;;;;;;;;;;:27;;;6350:5;:15;6356:8;6350:15;;;;;;;;;;;:22;;;:52;;;;:::i;:::-;:59;;;;:::i;:::-;6327:82;;6486:5;:15;6492:8;6486:15;;;;;;;;;;;:21;;;;;;;;;;;;6479:38;;;6522:5;:15;6528:8;6522:15;;;;;;;;;;;:29;;;;;;;;;;;;6571:5;:15;6577:8;6571:15;;;;;;;;;;;:25;;;6556:12;:40;;;;:::i;:::-;6479:121;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;6655:8;6635:29;6649:4;6635:29;;;;;;:::i;:::-;;;;;;;;6676:4;6669:11;;;5758:926:::0;;;;:::o;7073:142::-;7138:4;7181:1;7152:17;:25;7170:6;7152:25;;;;;;;;;;;;;;;;:30;7148:47;;7191:4;7184:11;;;;7148:47;7206:5;7199:12;;7073:142;;;;:::o;6917:107::-;6980:12;;:::i;:::-;7005:5;:15;7011:8;7005:15;;;;;;;;;;;6998:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6917:107;;;:::o;2031:212:6:-;2083:14;2100:12;:10;:12::i;:::-;2083:29;;2148:6;2130:24;;:14;:12;:14::i;:::-;:24;;;2122:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;2210:26;2229:6;2210:18;:26::i;:::-;2073:170;2031:212::o;858:114:2:-;3279:19:8;3302:13;;;;;;;;;;;3301:14;3279:36;;3347:14;:34;;;;;3380:1;3365:12;;;;;;;;;;:16;;;3347:34;3346:108;;;;3388:44;3426:4;3388:29;:44::i;:::-;3387:45;:66;;;;;3452:1;3436:12;;;;;;;;;;:17;;;3387:66;3346:108;3325:201;;;;;;;;;;;;:::i;:::-;;;;;;;;;3551:1;3536:12;;:16;;;;;;;;;;;;;;;;;;3566:14;3562:65;;;3612:4;3596:13;;:20;;;;;;;;;;;;;;;;;;3562:65;915:7:2::1;905;:17;;;;926:21;:19;:21::i;:::-;951:17;:15;:17::i;:::-;3651:14:8::0;3647:99;;;3697:5;3681:13;;:21;;;;;;;;;;;;;;;;;;3721:14;3733:1;3721:14;;;;;;:::i;:::-;;;;;;;;3647:99;3269:483;858:114:2:o;1388:52::-;1355:13:7;:11;:13::i;:::-;1428:8:2::1;:6;:8::i;:::-;1388:52::o:0;1462:85:7:-;1508:7;1534:6;;;;;;;;;;;1527:13;;1462:85;:::o;7715:109:2:-;7763:6;7771:7;7792:18;;;;;;;;;;;7812:7;;7784:36;;;;7715:109;;:::o;7277:171::-;7359:38;;:::i;:::-;7410:27;:34;7438:5;7410:34;;;;;;;;;;;7403:41;;;;;;;;;;;;;;;;;;;;;;;;;;;7277:171;;;:::o;1773:335:1:-;1355:13:7;:11;:13::i;:::-;1894:1:1::1;1877:19;;:5;:19;;::::0;1869:53:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;1944:1;1934:6;:11;:26;;;;1959:1;1949:6;:11;1934:26;1926:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;1996:15;:4;:15:::0;1992:113:::1;;2045:6;2018:17;:24;2036:5;2018:24;;;;;;;;;;;;;;;:33;;;;2086:5;2061:39;;2080:4;2061:39;2093:6;2061:39;;;;;;:::i;:::-;;;;;;;;1992:113;1773:335:::0;;;:::o;1772:1395:2:-;2019:15;1503:19:9;:17;:19::i;:::-;2070:74:2::1;2079:6;2087:7;2096:14;2112:19;2133:10;2070:8;:74::i;:::-;2212:1;2189:11;;2183:25;;:30:::0;2175:61:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2296:6;2289:27;;;2317:10;2337:4;2354:10;2344:7;:20;;;;:::i;:::-;2289:76;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;2420:6;:18;2427:10;2420:18;;;;;;;;;;;;;;;;:20;;;;;;;;;:::i;:::-;;;;;;2525:10;2537:6;:18;2544:10;2537:18;;;;;;;;;;;;;;;;2514:42;;;;;;;;;:::i;:::-;;;;;;;;;;;;;2504:53;;;;;;2494:63;;2586:20;2642:7;;2620:18;;;;;;;;;;;2610:28;;:7;:28;;;;:::i;:::-;2609:40;;;;:::i;:::-;2586:63;;2670:298;;;;;;;;2689:10;2670:298;;;;;;2711:6;2670:298;;;;;;2742:19;2670:298;;;;;;2777:10;2670:298;;;;2805:12;2670:298;;;;2835:5;2670:298;;;;;;2857:5;2670:298;;;;;;2882:14;2670:298;;;;;;2920:7;;2670:298;;;;;;;;2951:12;2941:7;:22;;;;:::i;:::-;2670:298;;::::0;2653:5:::1;:14;2659:7;2653:14;;;;;;;;;;;:315;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3062:5;:14;3068:7;3062:14;;;;;;;;;;;:21;;;3051:6;3008:155;;3025:5;:14;3031:7;3025:14;;;;;;;;;;;:21;;;;;;;;;;;;3008:155;;;3088:12;3105:7;3117:5;3127:16;3148:11;;3008:155;;;;;;;;;;;:::i;:::-;;;;;;;;2036:1131;1772:1395:::0;;;;;;;;;;;:::o;1144:99:6:-;1197:7;1223:13;;;;;;;;;;;1216:20;;1144:99;:::o;4224:1495:2:-;4376:4;1107:18;;;;;;;;;;;1093:32;;:10;:32;;;1085:59;;;;;;;;;;;;:::i;:::-;;;;;;;;;4446:5:::1;:15;4452:8;4446:15;;;;;;;;;;;:27;;;;;;;;;;;;4445:28;4437:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;4505:5;:15;4511:8;4505:15;;;;;;;;;;;:26;;;;;;;;;;;;4504:27;4496:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;4586:13;4602:5;:15;4608:8;4602:15;;;;;;;;;;;:21;;;;;;;;;;;;4586:37;;4720:14;4690:44;;:5;:15;4696:8;4690:15;;;;;;;;;;;:26;;;:44;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;4773:1;4743:5;:15;4749:8;4743:15;;;;;;;;;;;:26;;;;;;;;;;;;:31;;::::0;4739:604:::1;;4856:4;4826:5;:15;4832:8;4826:15;;;;;;;;;;;:27;;;:34;;;;;;;;;;;;;;;;;;4899:1;4870:5;:15;4876:8;4870:15;;;;;;;;;;;:25;;;:30;4866:321;;4942:5;:15;4948:8;4942:15;;;;;;;;;;;:21;;;;;;;;;;;;4935:38;;;4980:5;:15;4986:8;4980:15;;;;;;;;;;;:34;;;;;;;;;;;;5021:5;:15;5027:8;5021:15;;;;;;;;;;;:25;;;4935:117;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5150:5;:15;5156:8;5150:15;;;;;;;;;;;:25;;;5109:5;:15;5115:8;5109:15;;;;;;;;;;;:34;;;;;;;;;;;;5082:99;;;;;;;;;;;;4866:321;5227:1;5196:5;:15;5202:8;5196:15;;;;;;;;;;;:27;;;:32;5192:147;;5272:5;5265:22;;;5288:15;;;;;;;;;;;5305:5;:15;5311:8;5305:15;;;;;;;;;;;:27;;;5265:68;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5192:147;4739:604;5383:31;5461:7;;5443:14;5418:39;;:5;:15;5424:8;5418:15;;;;;;;;;;;:22;;;:39;;;;:::i;:::-;5417:51;;;;:::i;:::-;5383:85;;5498:23;5472:5;:15;5478:8;5472:15;;;;;;;;;;;:22;;;:49;;;;;;;:::i;:::-;;;;;;;;5532:5;5525:22;;;5548:18;5568:23;5525:67;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5664:18;5626:73;;5654:8;5626:73;5639:13;5684:14;5626:73;;;;;;;:::i;:::-;;;;;;;;5711:4;5704:11;;;;4224:1495:::0;;;;;;:::o;1436:178:6:-;1355:13:7;:11;:13::i;:::-;1541:8:6::1;1525:13;;:24;;;;;;;;;;;;;;;;;;1598:8;1564:43;;1589:7;:5;:7::i;:::-;1564:43;;;;;;;;;;;;1436:178:::0;:::o;1620:130:7:-;1694:12;:10;:12::i;:::-;1683:23;;:7;:5;:7::i;:::-;:23;;;1675:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1620:130::o;2697:117:9:-;1750:16;:14;:16::i;:::-;2765:5:::1;2755:7;;:15;;;;;;;;;;;;;;;;;;2785:22;2794:12;:10;:12::i;:::-;2785:22;;;;;;:::i;:::-;;;;;;;;2697:117::o:0;1798:153:6:-;1887:13;;1880:20;;;;;;;;;;;1910:34;1935:8;1910:24;:34::i;:::-;1798:153;:::o;886:96:11:-;939:7;965:10;958:17;;886:96;:::o;1423:320:10:-;1483:4;1735:1;1713:7;:19;;;:23;1706:30;;1423:320;;;:::o;889:100:6:-;5374:13:8;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;956:26:6::1;:24;:26::i;:::-;889:100::o:0;1084:97:9:-;5374:13:8;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1147:27:9::1;:25;:27::i;:::-;1084:97::o:0;2450:115::-;1503:19;:17;:19::i;:::-;2519:4:::1;2509:7;;:14;;;;;;;;;;;;;;;;;;2538:20;2545:12;:10;:12::i;:::-;2538:20;;;;;;:::i;:::-;;;;;;;;2450:115::o:0;2031:106::-;2101:8;:6;:8::i;:::-;2100:9;2092:38;;;;;;;;;;;;:::i;:::-;;;;;;;;;2031:106::o;3560:427:2:-;3752:1;3723:17;:25;3741:6;3723:25;;;;;;;;;;;;;;;;:30;3715:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;3798:1;3787:7;:12;3779:37;;;;;;;;;;;;:::i;:::-;;;;;;;;;3854:1;3828:28;;:14;:28;;;3820:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;3900:1;3886:10;:15;3882:102;;3947:1;3916:33;;:19;:33;;;3908:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;3882:102;3560:427;;;;;:::o;2209:106:9:-;2275:8;:6;:8::i;:::-;2267:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;2209:106::o;2687:187:7:-;2760:16;2779:6;;;;;;;;;;;2760:25;;2804:8;2795:6;;:17;;;;;;;;;;;;;;;;;;2858:8;2827:40;;2848:8;2827:40;;;;;;;;;;;;2750:124;2687:187;:::o;1125:111::-;5374:13:8;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1197:32:7::1;1216:12;:10;:12::i;:::-;1197:18;:32::i;:::-;1125:111::o:0;1187:95:9:-;5374:13:8;;;;;;;;;;;5366:69;;;;;;;;;;;;:::i;:::-;;;;;;;;;1270:5:9::1;1260:7;;:15;;;;;;;;;;;;;;;;;;1187:95::o:0;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;7:75:16:-;40:6;73:2;67:9;57:19;;7:75;:::o;88:117::-;197:1;194;187:12;211:117;320:1;317;310:12;334:77;371:7;400:5;389:16;;334:77;;;:::o;417:122::-;490:24;508:5;490:24;:::i;:::-;483:5;480:35;470:63;;529:1;526;519:12;470:63;417:122;:::o;545:139::-;591:5;629:6;616:20;607:29;;645:33;672:5;645:33;:::i;:::-;545:139;;;;:::o;690:329::-;749:6;798:2;786:9;777:7;773:23;769:32;766:119;;;804:79;;:::i;:::-;766:119;924:1;949:53;994:7;985:6;974:9;970:22;949:53;:::i;:::-;939:63;;895:117;690:329;;;;:::o;1025:143::-;1121:6;1155:5;1149:12;1139:22;;1025:143;;;:::o;1174:213::-;1302:11;1336:6;1331:3;1324:19;1376:4;1371:3;1367:14;1352:29;;1174:213;;;;:::o;1393:161::-;1489:4;1512:3;1504:11;;1542:4;1537:3;1533:14;1525:22;;1393:161;;;:::o;1560:108::-;1637:24;1655:5;1637:24;:::i;:::-;1632:3;1625:37;1560:108;;:::o;1750:505::-;1895:4;1890:3;1886:14;1982:4;1975:5;1971:16;1965:23;2001:63;2058:4;2053:3;2049:14;2035:12;2001:63;:::i;:::-;1910:164;2156:4;2149:5;2145:16;2139:23;2175:63;2232:4;2227:3;2223:14;2209:12;2175:63;:::i;:::-;2084:164;1864:391;1750:505;;:::o;2261:295::-;2388:10;2409:104;2509:3;2501:6;2409:104;:::i;:::-;2545:4;2540:3;2536:14;2522:28;;2261:295;;;;:::o;2562:142::-;2661:4;2693;2688:3;2684:14;2676:22;;2562:142;;;:::o;2790:964::-;2967:3;2996:83;3073:5;2996:83;:::i;:::-;3095:115;3203:6;3198:3;3095:115;:::i;:::-;3088:122;;3234:85;3313:5;3234:85;:::i;:::-;3342:7;3373:1;3358:371;3383:6;3380:1;3377:13;3358:371;;;3459:6;3453:13;3486:121;3603:3;3588:13;3486:121;:::i;:::-;3479:128;;3630:89;3712:6;3630:89;:::i;:::-;3620:99;;3418:311;3405:1;3402;3398:9;3393:14;;3358:371;;;3362:14;3745:3;3738:10;;2972:782;;;2790:964;;;;:::o;3760:489::-;3961:4;3999:2;3988:9;3984:18;3976:26;;4048:9;4042:4;4038:20;4034:1;4023:9;4019:17;4012:47;4076:166;4237:4;4228:6;4076:166;:::i;:::-;4068:174;;3760:489;;;;:::o;4255:117::-;4364:1;4361;4354:12;4378:102;4419:6;4470:2;4466:7;4461:2;4454:5;4450:14;4446:28;4436:38;;4378:102;;;:::o;4486:180::-;4534:77;4531:1;4524:88;4631:4;4628:1;4621:15;4655:4;4652:1;4645:15;4672:281;4755:27;4777:4;4755:27;:::i;:::-;4747:6;4743:40;4885:6;4873:10;4870:22;4849:18;4837:10;4834:34;4831:62;4828:88;;;4896:18;;:::i;:::-;4828:88;4936:10;4932:2;4925:22;4715:238;4672:281;;:::o;4959:129::-;4993:6;5020:20;;:::i;:::-;5010:30;;5049:33;5077:4;5069:6;5049:33;:::i;:::-;4959:129;;;:::o;5094:340::-;5200:4;5290:18;5282:6;5279:30;5276:56;;;5312:18;;:::i;:::-;5276:56;5362:4;5354:6;5350:17;5342:25;;5422:4;5416;5412:15;5404:23;;5094:340;;;:::o;5440:117::-;5549:1;5546;5539:12;5563:117;5672:1;5669;5662:12;5849:578;5927:5;5971:4;5959:9;5954:3;5950:19;5946:30;5943:117;;;5979:79;;:::i;:::-;5943:117;6078:21;6094:4;6078:21;:::i;:::-;6069:30;;6158:1;6198:49;6243:3;6234:6;6223:9;6219:22;6198:49;:::i;:::-;6191:4;6184:5;6180:16;6173:75;6109:150;6318:2;6359:49;6404:3;6395:6;6384:9;6380:22;6359:49;:::i;:::-;6352:4;6345:5;6341:16;6334:75;6269:151;5849:578;;;;:::o;6475:797::-;6600:5;6625:110;6641:93;6727:6;6641:93;:::i;:::-;6625:110;:::i;:::-;6616:119;;6755:5;6784:6;6777:5;6770:21;6818:4;6811:5;6807:16;6800:23;;6871:4;6863:6;6859:17;6851:6;6847:30;6900:3;6892:6;6889:15;6886:122;;;6919:79;;:::i;:::-;6886:122;7034:6;7017:249;7051:6;7046:3;7043:15;7017:249;;;7126:3;7155:66;7217:3;7205:10;7155:66;:::i;:::-;7150:3;7143:79;7251:4;7246:3;7242:14;7235:21;;7093:173;7077:4;7072:3;7068:14;7061:21;;7017:249;;;7021:21;6606:666;;6475:797;;;;;:::o;7320:428::-;7420:5;7469:3;7462:4;7454:6;7450:17;7446:27;7436:122;;7477:79;;:::i;:::-;7436:122;7594:6;7581:20;7619:123;7738:3;7730:6;7723:4;7715:6;7711:17;7619:123;:::i;:::-;7610:132;;7426:322;7320:428;;;;:::o;7754:742::-;7876:6;7884;7933:2;7921:9;7912:7;7908:23;7904:32;7901:119;;;7939:79;;:::i;:::-;7901:119;8059:1;8084:53;8129:7;8120:6;8109:9;8105:22;8084:53;:::i;:::-;8074:63;;8030:117;8214:2;8203:9;8199:18;8186:32;8245:18;8237:6;8234:30;8231:117;;;8267:79;;:::i;:::-;8231:117;8372:107;8471:7;8462:6;8451:9;8447:22;8372:107;:::i;:::-;8362:117;;8157:332;7754:742;;;;;:::o;8502:128::-;8539:7;8579:44;8572:5;8568:56;8557:67;;8502:128;;;:::o;8636:122::-;8709:24;8727:5;8709:24;:::i;:::-;8702:5;8699:35;8689:63;;8748:1;8745;8738:12;8689:63;8636:122;:::o;8764:126::-;8801:7;8841:42;8834:5;8830:54;8819:65;;8764:126;;;:::o;8896:96::-;8933:7;8962:24;8980:5;8962:24;:::i;:::-;8951:35;;8896:96;;;:::o;8998:181::-;9044:5;9082:6;9069:20;9060:29;;9098:33;9125:5;9098:33;:::i;:::-;9149:24;9167:5;9149:24;:::i;:::-;9140:33;;8998:181;;;;:::o;9185:474::-;9253:6;9261;9310:2;9298:9;9289:7;9285:23;9281:32;9278:119;;;9316:79;;:::i;:::-;9278:119;9436:1;9461:53;9506:7;9497:6;9486:9;9482:22;9461:53;:::i;:::-;9451:63;;9407:117;9563:2;9589:53;9634:7;9625:6;9614:9;9610:22;9589:53;:::i;:::-;9579:63;;9534:118;9185:474;;;;;:::o;9665:101::-;9701:7;9741:18;9734:5;9730:30;9719:41;;9665:101;;;:::o;9772:120::-;9844:23;9861:5;9844:23;:::i;:::-;9837:5;9834:34;9824:62;;9882:1;9879;9872:12;9824:62;9772:120;:::o;9898:137::-;9943:5;9981:6;9968:20;9959:29;;9997:32;10023:5;9997:32;:::i;:::-;9898:137;;;;:::o;10041:327::-;10099:6;10148:2;10136:9;10127:7;10123:23;10119:32;10116:119;;;10154:79;;:::i;:::-;10116:119;10274:1;10299:52;10343:7;10334:6;10323:9;10319:22;10299:52;:::i;:::-;10289:62;;10245:116;10041:327;;;;:::o;10374:90::-;10408:7;10451:5;10444:13;10437:21;10426:32;;10374:90;;;:::o;10470:109::-;10551:21;10566:5;10551:21;:::i;:::-;10546:3;10539:34;10470:109;;:::o;10585:210::-;10672:4;10710:2;10699:9;10695:18;10687:26;;10723:65;10785:1;10774:9;10770:17;10761:6;10723:65;:::i;:::-;10585:210;;;;:::o;10801:77::-;10838:7;10867:5;10856:16;;10801:77;;;:::o;10884:122::-;10957:24;10975:5;10957:24;:::i;:::-;10950:5;10947:35;10937:63;;10996:1;10993;10986:12;10937:63;10884:122;:::o;11012:139::-;11058:5;11096:6;11083:20;11074:29;;11112:33;11139:5;11112:33;:::i;:::-;11012:139;;;;:::o;11157:474::-;11225:6;11233;11282:2;11270:9;11261:7;11257:23;11253:32;11250:119;;;11288:79;;:::i;:::-;11250:119;11408:1;11433:53;11478:7;11469:6;11458:9;11454:22;11433:53;:::i;:::-;11423:63;;11379:117;11535:2;11561:53;11606:7;11597:6;11586:9;11582:22;11561:53;:::i;:::-;11551:63;;11506:118;11157:474;;;;;:::o;11637:329::-;11696:6;11745:2;11733:9;11724:7;11720:23;11716:32;11713:119;;;11751:79;;:::i;:::-;11713:119;11871:1;11896:53;11941:7;11932:6;11921:9;11917:22;11896:53;:::i;:::-;11886:63;;11842:117;11637:329;;;;:::o;11972:108::-;12049:24;12067:5;12049:24;:::i;:::-;12044:3;12037:37;11972:108;;:::o;12086:::-;12163:24;12181:5;12163:24;:::i;:::-;12158:3;12151:37;12086:108;;:::o;12200:99::-;12271:21;12286:5;12271:21;:::i;:::-;12266:3;12259:34;12200:99;;:::o;12305:109::-;12341:7;12381:26;12374:5;12370:38;12359:49;;12305:109;;;:::o;12420:105::-;12495:23;12512:5;12495:23;:::i;:::-;12490:3;12483:36;12420:105;;:::o;12585:1950::-;12728:6;12723:3;12719:16;12819:4;12812:5;12808:16;12802:23;12838:63;12895:4;12890:3;12886:14;12872:12;12838:63;:::i;:::-;12745:166;12994:4;12987:5;12983:16;12977:23;13013:63;13070:4;13065:3;13061:14;13047:12;13013:63;:::i;:::-;12921:165;13182:4;13175:5;13171:16;13165:23;13201:63;13258:4;13253:3;13249:14;13235:12;13201:63;:::i;:::-;13096:178;13361:4;13354:5;13350:16;13344:23;13380:63;13437:4;13432:3;13428:14;13414:12;13380:63;:::i;:::-;13284:169;13542:4;13535:5;13531:16;13525:23;13561:63;13618:4;13613:3;13609:14;13595:12;13561:63;:::i;:::-;13463:171;13723:4;13716:5;13712:16;13706:23;13742:57;13793:4;13788:3;13784:14;13770:12;13742:57;:::i;:::-;13644:165;13897:4;13890:5;13886:16;13880:23;13916:57;13967:4;13962:3;13958:14;13944:12;13916:57;:::i;:::-;13819:164;14074:4;14067:5;14063:16;14057:23;14093:63;14150:4;14145:3;14141:14;14127:12;14093:63;:::i;:::-;13993:173;14254:6;14247:5;14243:18;14237:25;14275:63;14330:6;14325:3;14321:16;14307:12;14275:63;:::i;:::-;14176:172;14432:6;14425:5;14421:18;14415:25;14453:65;14510:6;14505:3;14501:16;14487:12;14453:65;:::i;:::-;14358:170;12697:1838;12585:1950;;:::o;14541:315::-;14680:4;14718:3;14707:9;14703:19;14695:27;;14732:117;14846:1;14835:9;14831:17;14822:6;14732:117;:::i;:::-;14541:315;;;;:::o;14862:118::-;14949:24;14967:5;14949:24;:::i;:::-;14944:3;14937:37;14862:118;;:::o;14986:222::-;15079:4;15117:2;15106:9;15102:18;15094:26;;15130:71;15198:1;15187:9;15183:17;15174:6;15130:71;:::i;:::-;14986:222;;;;:::o;15214:115::-;15299:23;15316:5;15299:23;:::i;:::-;15294:3;15287:36;15214:115;;:::o;15335:118::-;15422:24;15440:5;15422:24;:::i;:::-;15417:3;15410:37;15335:118;;:::o;15459:328::-;15578:4;15616:2;15605:9;15601:18;15593:26;;15629:69;15695:1;15684:9;15680:17;15671:6;15629:69;:::i;:::-;15708:72;15776:2;15765:9;15761:18;15752:6;15708:72;:::i;:::-;15459:328;;;;;:::o;15881:531::-;16048:4;16043:3;16039:14;16135:4;16128:5;16124:16;16118:23;16154:63;16211:4;16206:3;16202:14;16188:12;16154:63;:::i;:::-;16063:164;16313:4;16306:5;16302:16;16296:23;16332:63;16389:4;16384:3;16380:14;16366:12;16332:63;:::i;:::-;16237:168;16017:395;15881:531;;:::o;16418:362::-;16581:4;16619:2;16608:9;16604:18;16596:26;;16632:141;16770:1;16759:9;16755:17;16746:6;16632:141;:::i;:::-;16418:362;;;;:::o;16786:619::-;16863:6;16871;16879;16928:2;16916:9;16907:7;16903:23;16899:32;16896:119;;;16934:79;;:::i;:::-;16896:119;17054:1;17079:53;17124:7;17115:6;17104:9;17100:22;17079:53;:::i;:::-;17069:63;;17025:117;17181:2;17207:53;17252:7;17243:6;17232:9;17228:22;17207:53;:::i;:::-;17197:63;;17152:118;17309:2;17335:53;17380:7;17371:6;17360:9;17356:22;17335:53;:::i;:::-;17325:63;;17280:118;16786:619;;;;;:::o;17411:120::-;17483:23;17500:5;17483:23;:::i;:::-;17476:5;17473:34;17463:62;;17521:1;17518;17511:12;17463:62;17411:120;:::o;17537:137::-;17582:5;17620:6;17607:20;17598:29;;17636:32;17662:5;17636:32;:::i;:::-;17537:137;;;;:::o;17680:117::-;17789:1;17786;17779:12;17817:553;17875:8;17885:6;17935:3;17928:4;17920:6;17916:17;17912:27;17902:122;;17943:79;;:::i;:::-;17902:122;18056:6;18043:20;18033:30;;18086:18;18078:6;18075:30;18072:117;;;18108:79;;:::i;:::-;18072:117;18222:4;18214:6;18210:17;18198:29;;18276:3;18268:4;18260:6;18256:17;18246:8;18242:32;18239:41;18236:128;;;18283:79;;:::i;:::-;18236:128;17817:553;;;;;:::o;18376:1547::-;18509:6;18517;18525;18533;18541;18549;18557;18565;18573;18622:3;18610:9;18601:7;18597:23;18593:33;18590:120;;;18629:79;;:::i;:::-;18590:120;18749:1;18774:53;18819:7;18810:6;18799:9;18795:22;18774:53;:::i;:::-;18764:63;;18720:117;18876:2;18902:53;18947:7;18938:6;18927:9;18923:22;18902:53;:::i;:::-;18892:63;;18847:118;19004:2;19030:53;19075:7;19066:6;19055:9;19051:22;19030:53;:::i;:::-;19020:63;;18975:118;19132:2;19158:52;19202:7;19193:6;19182:9;19178:22;19158:52;:::i;:::-;19148:62;;19103:117;19259:3;19286:53;19331:7;19322:6;19311:9;19307:22;19286:53;:::i;:::-;19276:63;;19230:119;19388:3;19415:53;19460:7;19451:6;19440:9;19436:22;19415:53;:::i;:::-;19405:63;;19359:119;19517:3;19544:53;19589:7;19580:6;19569:9;19565:22;19544:53;:::i;:::-;19534:63;;19488:119;19674:3;19663:9;19659:19;19646:33;19706:18;19698:6;19695:30;19692:117;;;19728:79;;:::i;:::-;19692:117;19841:65;19898:7;19889:6;19878:9;19874:22;19841:65;:::i;:::-;19823:83;;;;19617:299;18376:1547;;;;;;;;;;;:::o;19929:118::-;20016:24;20034:5;20016:24;:::i;:::-;20011:3;20004:37;19929:118;;:::o;20053:222::-;20146:4;20184:2;20173:9;20169:18;20161:26;;20197:71;20265:1;20254:9;20250:17;20241:6;20197:71;:::i;:::-;20053:222;;;;:::o;20281:763::-;20366:6;20374;20382;20390;20439:3;20427:9;20418:7;20414:23;20410:33;20407:120;;;20446:79;;:::i;:::-;20407:120;20566:1;20591:53;20636:7;20627:6;20616:9;20612:22;20591:53;:::i;:::-;20581:63;;20537:117;20693:2;20719:53;20764:7;20755:6;20744:9;20740:22;20719:53;:::i;:::-;20709:63;;20664:118;20821:2;20847:53;20892:7;20883:6;20872:9;20868:22;20847:53;:::i;:::-;20837:63;;20792:118;20949:2;20975:52;21019:7;21010:6;20999:9;20995:22;20975:52;:::i;:::-;20965:62;;20920:117;20281:763;;;;;;;:::o;21050:180::-;21098:77;21095:1;21088:88;21195:4;21192:1;21185:15;21219:4;21216:1;21209:15;21236:137;21326:6;21360:5;21354:12;21344:22;;21236:137;;;:::o;21379:182::-;21469:4;21492:3;21484:11;;21515:3;21512:1;21505:14;21549:4;21546:1;21536:18;21528:26;;21379:182;;;:::o;21567:102::-;21609:8;21656:5;21653:1;21649:13;21628:34;;21567:102;;;:::o;21675:90::-;21725:7;21754:5;21743:16;;21675:90;;;:::o;21771:166::-;21840:5;21865:66;21896:34;21919:10;21896:34;:::i;:::-;21865:66;:::i;:::-;21856:75;;21771:166;;;:::o;22019:689::-;22161:4;22156:3;22152:14;22192:1;22267:4;22260:5;22256:16;22250:23;22237:36;;22306:55;22351:9;22306:55;:::i;:::-;22374:63;22431:4;22426:3;22422:14;22408:12;22374:63;:::i;:::-;22203:244;22521:4;22514:5;22510:16;22504:23;22491:36;;22560:55;22605:9;22560:55;:::i;:::-;22628:63;22685:4;22680:3;22676:14;22662:12;22628:63;:::i;:::-;22457:244;22130:578;;22019:689;;:::o;22714:289::-;22838:10;22859:101;22956:3;22948:6;22859:101;:::i;:::-;22992:4;22987:3;22983:14;22969:28;;22714:289;;;;:::o;23009:136::-;23102:4;23134;23129:3;23125:14;23117:22;;23009:136;;;:::o;23231:930::-;23402:3;23431:77;23502:5;23431:77;:::i;:::-;23524:115;23632:6;23627:3;23524:115;:::i;:::-;23517:122;;23663:79;23736:5;23663:79;:::i;:::-;23765:7;23796:1;23781:355;23806:6;23803:1;23800:13;23781:355;;;23876:6;23902:118;24016:3;24001:13;23902:118;:::i;:::-;23895:125;;24043:83;24119:6;24043:83;:::i;:::-;24033:93;;23841:295;23828:1;23825;23821:9;23816:14;;23781:355;;;23785:14;24152:3;24145:10;;23407:754;;;23231:930;;;;:::o;24167:477::-;24362:4;24400:2;24389:9;24385:18;24377:26;;24449:9;24443:4;24439:20;24435:1;24424:9;24420:17;24413:47;24477:160;24632:4;24623:6;24477:160;:::i;:::-;24469:168;;24167:477;;;;:::o;24650:169::-;24734:11;24768:6;24763:3;24756:19;24808:4;24803:3;24799:14;24784:29;;24650:169;;;;:::o;24825:171::-;24965:23;24961:1;24953:6;24949:14;24942:47;24825:171;:::o;25002:366::-;25144:3;25165:67;25229:2;25224:3;25165:67;:::i;:::-;25158:74;;25241:93;25330:3;25241:93;:::i;:::-;25359:2;25354:3;25350:12;25343:19;;25002:366;;;:::o;25374:419::-;25540:4;25578:2;25567:9;25563:18;25555:26;;25627:9;25621:4;25617:20;25613:1;25602:9;25598:17;25591:47;25655:131;25781:4;25655:131;:::i;:::-;25647:139;;25374:419;;;:::o;25799:224::-;25939:34;25935:1;25927:6;25923:14;25916:58;26008:7;26003:2;25995:6;25991:15;25984:32;25799:224;:::o;26029:366::-;26171:3;26192:67;26256:2;26251:3;26192:67;:::i;:::-;26185:74;;26268:93;26357:3;26268:93;:::i;:::-;26386:2;26381:3;26377:12;26370:19;;26029:366;;;:::o;26401:419::-;26567:4;26605:2;26594:9;26590:18;26582:26;;26654:9;26648:4;26644:20;26640:1;26629:9;26625:17;26618:47;26682:131;26808:4;26682:131;:::i;:::-;26674:139;;26401:419;;;:::o;26826:226::-;26966:34;26962:1;26954:6;26950:14;26943:58;27035:9;27030:2;27022:6;27018:15;27011:34;26826:226;:::o;27058:366::-;27200:3;27221:67;27285:2;27280:3;27221:67;:::i;:::-;27214:74;;27297:93;27386:3;27297:93;:::i;:::-;27415:2;27410:3;27406:12;27399:19;;27058:366;;;:::o;27430:419::-;27596:4;27634:2;27623:9;27619:18;27611:26;;27683:9;27677:4;27673:20;27669:1;27658:9;27654:17;27647:47;27711:131;27837:4;27711:131;:::i;:::-;27703:139;;27430:419;;;:::o;27855:218::-;27946:4;27984:2;27973:9;27969:18;27961:26;;27997:69;28063:1;28052:9;28048:17;28039:6;27997:69;:::i;:::-;27855:218;;;;:::o;28079:164::-;28219:16;28215:1;28207:6;28203:14;28196:40;28079:164;:::o;28249:366::-;28391:3;28412:67;28476:2;28471:3;28412:67;:::i;:::-;28405:74;;28488:93;28577:3;28488:93;:::i;:::-;28606:2;28601:3;28597:12;28590:19;;28249:366;;;:::o;28621:419::-;28787:4;28825:2;28814:9;28810:18;28802:26;;28874:9;28868:4;28864:20;28860:1;28849:9;28845:17;28838:47;28902:131;29028:4;28902:131;:::i;:::-;28894:139;;28621:419;;;:::o;29046:164::-;29186:16;29182:1;29174:6;29170:14;29163:40;29046:164;:::o;29216:366::-;29358:3;29379:67;29443:2;29438:3;29379:67;:::i;:::-;29372:74;;29455:93;29544:3;29455:93;:::i;:::-;29573:2;29568:3;29564:12;29557:19;;29216:366;;;:::o;29588:419::-;29754:4;29792:2;29781:9;29777:18;29769:26;;29841:9;29835:4;29831:20;29827:1;29816:9;29812:17;29805:47;29869:131;29995:4;29869:131;:::i;:::-;29861:139;;29588:419;;;:::o;30013:163::-;30153:15;30149:1;30141:6;30137:14;30130:39;30013:163;:::o;30182:366::-;30324:3;30345:67;30409:2;30404:3;30345:67;:::i;:::-;30338:74;;30421:93;30510:3;30421:93;:::i;:::-;30539:2;30534:3;30530:12;30523:19;;30182:366;;;:::o;30554:419::-;30720:4;30758:2;30747:9;30743:18;30735:26;;30807:9;30801:4;30797:20;30793:1;30782:9;30778:17;30771:47;30835:131;30961:4;30835:131;:::i;:::-;30827:139;;30554:419;;;:::o;30979:171::-;31119:23;31115:1;31107:6;31103:14;31096:47;30979:171;:::o;31156:366::-;31298:3;31319:67;31383:2;31378:3;31319:67;:::i;:::-;31312:74;;31395:93;31484:3;31395:93;:::i;:::-;31513:2;31508:3;31504:12;31497:19;;31156:366;;;:::o;31528:419::-;31694:4;31732:2;31721:9;31717:18;31709:26;;31781:9;31775:4;31771:20;31767:1;31756:9;31752:17;31745:47;31809:131;31935:4;31809:131;:::i;:::-;31801:139;;31528:419;;;:::o;31953:332::-;32074:4;32112:2;32101:9;32097:18;32089:26;;32125:71;32193:1;32182:9;32178:17;32169:6;32125:71;:::i;:::-;32206:72;32274:2;32263:9;32259:18;32250:6;32206:72;:::i;:::-;31953:332;;;;;:::o;32291:116::-;32361:21;32376:5;32361:21;:::i;:::-;32354:5;32351:32;32341:60;;32397:1;32394;32387:12;32341:60;32291:116;:::o;32413:137::-;32467:5;32498:6;32492:13;32483:22;;32514:30;32538:5;32514:30;:::i;:::-;32413:137;;;;:::o;32556:345::-;32623:6;32672:2;32660:9;32651:7;32647:23;32643:32;32640:119;;;32678:79;;:::i;:::-;32640:119;32798:1;32823:61;32876:7;32867:6;32856:9;32852:22;32823:61;:::i;:::-;32813:71;;32769:125;32556:345;;;;:::o;32907:180::-;32955:77;32952:1;32945:88;33052:4;33049:1;33042:15;33076:4;33073:1;33066:15;33093:191;33133:3;33152:20;33170:1;33152:20;:::i;:::-;33147:25;;33186:20;33204:1;33186:20;:::i;:::-;33181:25;;33229:1;33226;33222:9;33215:16;;33250:3;33247:1;33244:10;33241:36;;;33257:18;;:::i;:::-;33241:36;33093:191;;;;:::o;33290:194::-;33330:4;33350:20;33368:1;33350:20;:::i;:::-;33345:25;;33384:20;33402:1;33384:20;:::i;:::-;33379:25;;33428:1;33425;33421:9;33413:17;;33452:1;33446:4;33443:11;33440:37;;;33457:18;;:::i;:::-;33440:37;33290:194;;;;:::o;33490:222::-;33583:4;33621:2;33610:9;33606:18;33598:26;;33634:71;33702:1;33691:9;33687:17;33678:6;33634:71;:::i;:::-;33490:222;;;;:::o;33718:228::-;33858:34;33854:1;33846:6;33842:14;33835:58;33927:11;33922:2;33914:6;33910:15;33903:36;33718:228;:::o;33952:366::-;34094:3;34115:67;34179:2;34174:3;34115:67;:::i;:::-;34108:74;;34191:93;34280:3;34191:93;:::i;:::-;34309:2;34304:3;34300:12;34293:19;;33952:366;;;:::o;34324:419::-;34490:4;34528:2;34517:9;34513:18;34505:26;;34577:9;34571:4;34567:20;34563:1;34552:9;34548:17;34541:47;34605:131;34731:4;34605:131;:::i;:::-;34597:139;;34324:419;;;:::o;34749:233::-;34889:34;34885:1;34877:6;34873:14;34866:58;34958:16;34953:2;34945:6;34941:15;34934:41;34749:233;:::o;34988:366::-;35130:3;35151:67;35215:2;35210:3;35151:67;:::i;:::-;35144:74;;35227:93;35316:3;35227:93;:::i;:::-;35345:2;35340:3;35336:12;35329:19;;34988:366;;;:::o;35360:419::-;35526:4;35564:2;35553:9;35549:18;35541:26;;35613:9;35607:4;35603:20;35599:1;35588:9;35584:17;35577:47;35641:131;35767:4;35641:131;:::i;:::-;35633:139;;35360:419;;;:::o;35785:85::-;35830:7;35859:5;35848:16;;35785:85;;;:::o;35876:86::-;35911:7;35951:4;35944:5;35940:16;35929:27;;35876:86;;;:::o;35968:60::-;35996:3;36017:5;36010:12;;35968:60;;;:::o;36034:154::-;36090:9;36123:59;36139:42;36148:32;36174:5;36148:32;:::i;:::-;36139:42;:::i;:::-;36123:59;:::i;:::-;36110:72;;36034:154;;;:::o;36194:143::-;36287:43;36324:5;36287:43;:::i;:::-;36282:3;36275:56;36194:143;;:::o;36343:234::-;36442:4;36480:2;36469:9;36465:18;36457:26;;36493:77;36567:1;36556:9;36552:17;36543:6;36493:77;:::i;:::-;36343:234;;;;:::o;36583:173::-;36723:25;36719:1;36711:6;36707:14;36700:49;36583:173;:::o;36762:366::-;36904:3;36925:67;36989:2;36984:3;36925:67;:::i;:::-;36918:74;;37001:93;37090:3;37001:93;:::i;:::-;37119:2;37114:3;37110:12;37103:19;;36762:366;;;:::o;37134:419::-;37300:4;37338:2;37327:9;37323:18;37315:26;;37387:9;37381:4;37377:20;37373:1;37362:9;37358:17;37351:47;37415:131;37541:4;37415:131;:::i;:::-;37407:139;;37134:419;;;:::o;37559:168::-;37699:20;37695:1;37687:6;37683:14;37676:44;37559:168;:::o;37733:366::-;37875:3;37896:67;37960:2;37955:3;37896:67;:::i;:::-;37889:74;;37972:93;38061:3;37972:93;:::i;:::-;38090:2;38085:3;38081:12;38074:19;;37733:366;;;:::o;38105:419::-;38271:4;38309:2;38298:9;38294:18;38286:26;;38358:9;38352:4;38348:20;38344:1;38333:9;38329:17;38322:47;38386:131;38512:4;38386:131;:::i;:::-;38378:139;;38105:419;;;:::o;38530:442::-;38679:4;38717:2;38706:9;38702:18;38694:26;;38730:71;38798:1;38787:9;38783:17;38774:6;38730:71;:::i;:::-;38811:72;38879:2;38868:9;38864:18;38855:6;38811:72;:::i;:::-;38893;38961:2;38950:9;38946:18;38937:6;38893:72;:::i;:::-;38530:442;;;;;;:::o;38978:233::-;39017:3;39040:24;39058:5;39040:24;:::i;:::-;39031:33;;39086:66;39079:5;39076:77;39073:103;;39156:18;;:::i;:::-;39073:103;39203:1;39196:5;39192:13;39185:20;;38978:233;;;:::o;39217:410::-;39257:7;39280:20;39298:1;39280:20;:::i;:::-;39275:25;;39314:20;39332:1;39314:20;:::i;:::-;39309:25;;39369:1;39366;39362:9;39391:30;39409:11;39391:30;:::i;:::-;39380:41;;39570:1;39561:7;39557:15;39554:1;39551:22;39531:1;39524:9;39504:83;39481:139;;39600:18;;:::i;:::-;39481:139;39265:362;39217:410;;;;:::o;39633:180::-;39681:77;39678:1;39671:88;39778:4;39775:1;39768:15;39802:4;39799:1;39792:15;39819:185;39859:1;39876:20;39894:1;39876:20;:::i;:::-;39871:25;;39910:20;39928:1;39910:20;:::i;:::-;39905:25;;39949:1;39939:35;;39954:18;;:::i;:::-;39939:35;39996:1;39993;39989:9;39984:14;;39819:185;;;;:::o;40010:140::-;40059:9;40092:52;40110:33;40119:23;40136:5;40119:23;:::i;:::-;40110:33;:::i;:::-;40092:52;:::i;:::-;40079:65;;40010:140;;;:::o;40156:129::-;40242:36;40272:5;40242:36;:::i;:::-;40237:3;40230:49;40156:129;;:::o;40291:146::-;40388:6;40383:3;40378;40365:30;40429:1;40420:6;40415:3;40411:16;40404:27;40291:146;;;:::o;40467:317::-;40565:3;40586:71;40650:6;40645:3;40586:71;:::i;:::-;40579:78;;40667:56;40716:6;40711:3;40704:5;40667:56;:::i;:::-;40748:29;40770:6;40748:29;:::i;:::-;40743:3;40739:39;40732:46;;40467:317;;;;;:::o;40790:773::-;41024:4;41062:3;41051:9;41047:19;41039:27;;41076:71;41144:1;41133:9;41129:17;41120:6;41076:71;:::i;:::-;41157:72;41225:2;41214:9;41210:18;41201:6;41157:72;:::i;:::-;41239:71;41306:2;41295:9;41291:18;41282:6;41239:71;:::i;:::-;41320:72;41388:2;41377:9;41373:18;41364:6;41320:72;:::i;:::-;41440:9;41434:4;41430:20;41424:3;41413:9;41409:19;41402:49;41468:88;41551:4;41542:6;41534;41468:88;:::i;:::-;41460:96;;40790:773;;;;;;;;;:::o;41569:216::-;41608:4;41628:19;41645:1;41628:19;:::i;:::-;41623:24;;41661:19;41678:1;41661:19;:::i;:::-;41656:24;;41704:1;41701;41697:9;41689:17;;41728:26;41722:4;41719:36;41716:62;;;41758:18;;:::i;:::-;41716:62;41569:216;;;;:::o;41791:138::-;41839:9;41872:51;41889:33;41898:23;41915:5;41898:23;:::i;:::-;41889:33;:::i;:::-;41872:51;:::i;:::-;41859:64;;41791:138;;;:::o;41935:127::-;42020:35;42049:5;42020:35;:::i;:::-;42015:3;42008:48;41935:127;;:::o;42068:328::-;42187:4;42225:2;42214:9;42210:18;42202:26;;42238:71;42306:1;42295:9;42291:17;42282:6;42238:71;:::i;:::-;42319:70;42385:2;42374:9;42370:18;42361:6;42319:70;:::i;:::-;42068:328;;;;;:::o;42402:182::-;42542:34;42538:1;42530:6;42526:14;42519:58;42402:182;:::o;42590:366::-;42732:3;42753:67;42817:2;42812:3;42753:67;:::i;:::-;42746:74;;42829:93;42918:3;42829:93;:::i;:::-;42947:2;42942:3;42938:12;42931:19;;42590:366;;;:::o;42962:419::-;43128:4;43166:2;43155:9;43151:18;43143:26;;43215:9;43209:4;43205:20;43201:1;43190:9;43186:17;43179:47;43243:131;43369:4;43243:131;:::i;:::-;43235:139;;42962:419;;;:::o;43387:230::-;43527:34;43523:1;43515:6;43511:14;43504:58;43596:13;43591:2;43583:6;43579:15;43572:38;43387:230;:::o;43623:366::-;43765:3;43786:67;43850:2;43845:3;43786:67;:::i;:::-;43779:74;;43862:93;43951:3;43862:93;:::i;:::-;43980:2;43975:3;43971:12;43964:19;;43623:366;;;:::o;43995:419::-;44161:4;44199:2;44188:9;44184:18;44176:26;;44248:9;44242:4;44238:20;44234:1;44223:9;44219:17;44212:47;44276:131;44402:4;44276:131;:::i;:::-;44268:139;;43995:419;;;:::o;44420:166::-;44560:18;44556:1;44548:6;44544:14;44537:42;44420:166;:::o;44592:366::-;44734:3;44755:67;44819:2;44814:3;44755:67;:::i;:::-;44748:74;;44831:93;44920:3;44831:93;:::i;:::-;44949:2;44944:3;44940:12;44933:19;;44592:366;;;:::o;44964:419::-;45130:4;45168:2;45157:9;45153:18;45145:26;;45217:9;45211:4;45207:20;45203:1;45192:9;45188:17;45181:47;45245:131;45371:4;45245:131;:::i;:::-;45237:139;;44964:419;;;:::o;45389:167::-;45529:19;45525:1;45517:6;45513:14;45506:43;45389:167;:::o;45562:366::-;45704:3;45725:67;45789:2;45784:3;45725:67;:::i;:::-;45718:74;;45801:93;45890:3;45801:93;:::i;:::-;45919:2;45914:3;45910:12;45903:19;;45562:366;;;:::o;45934:419::-;46100:4;46138:2;46127:9;46123:18;46115:26;;46187:9;46181:4;46177:20;46173:1;46162:9;46158:17;46151:47;46215:131;46341:4;46215:131;:::i;:::-;46207:139;;45934:419;;;:::o;46359:162::-;46499:14;46495:1;46487:6;46483:14;46476:38;46359:162;:::o;46527:366::-;46669:3;46690:67;46754:2;46749:3;46690:67;:::i;:::-;46683:74;;46766:93;46855:3;46766:93;:::i;:::-;46884:2;46879:3;46875:12;46868:19;;46527:366;;;:::o;46899:419::-;47065:4;47103:2;47092:9;47088:18;47080:26;;47152:9;47146:4;47142:20;47138:1;47127:9;47123:17;47116:47;47180:131;47306:4;47180:131;:::i;:::-;47172:139;;46899:419;;;:::o;47324:166::-;47464:18;47460:1;47452:6;47448:14;47441:42;47324:166;:::o;47496:366::-;47638:3;47659:67;47723:2;47718:3;47659:67;:::i;:::-;47652:74;;47735:93;47824:3;47735:93;:::i;:::-;47853:2;47848:3;47844:12;47837:19;;47496:366;;;:::o;47868:419::-;48034:4;48072:2;48061:9;48057:18;48049:26;;48121:9;48115:4;48111:20;48107:1;48096:9;48092:17;48085:47;48149:131;48275:4;48149:131;:::i;:::-;48141:139;;47868:419;;;:::o;48293:175::-;48433:27;48429:1;48421:6;48417:14;48410:51;48293:175;:::o;48474:366::-;48616:3;48637:67;48701:2;48696:3;48637:67;:::i;:::-;48630:74;;48713:93;48802:3;48713:93;:::i;:::-;48831:2;48826:3;48822:12;48815:19;;48474:366;;;:::o;48846:419::-;49012:4;49050:2;49039:9;49035:18;49027:26;;49099:9;49093:4;49089:20;49085:1;49074:9;49070:17;49063:47;49127:131;49253:4;49127:131;:::i;:::-;49119:139;;48846:419;;;:::o;49271:170::-;49411:22;49407:1;49399:6;49395:14;49388:46;49271:170;:::o;49447:366::-;49589:3;49610:67;49674:2;49669:3;49610:67;:::i;:::-;49603:74;;49686:93;49775:3;49686:93;:::i;:::-;49804:2;49799:3;49795:12;49788:19;;49447:366;;;:::o;49819:419::-;49985:4;50023:2;50012:9;50008:18;50000:26;;50072:9;50066:4;50062:20;50058:1;50047:9;50043:17;50036:47;50100:131;50226:4;50100:131;:::i;:::-;50092:139;;49819:419;;;:::o", + "source": "// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';\n\nimport {GatewaySettingManager} from './GatewaySettingManager.sol';\nimport {IGateway, IERC20} from './interfaces/IGateway.sol';\nimport {SharedStructs} from './libraries/SharedStructs.sol';\n\n/**\n * @title Gateway\n * @notice This contract serves as a gateway for creating orders and managing settlements.\n */\ncontract GatewayV2 is IGateway, GatewaySettingManager, PausableUpgradeable {\n\tstruct fee {\n\t\tuint256 protocolFee;\n\t\tuint256 liquidityProviderAmount;\n\t}\n\n\tmapping(bytes32 => Order) private order;\n\tmapping(address => uint256) private _nonce;\n\tuint256[50] private __gap;\n\n\t/// @custom:oz-upgrades-unsafe-allow constructor\n\tconstructor() {\n\t\t_disableInitializers();\n\t}\n\n\t/**\n\t * @dev Initialize function.\n\t */\n\tfunction initialize() external initializer {\n\t\tMAX_BPS = 100_000;\n\t\t__Ownable2Step_init();\n\t\t__Pausable_init();\n\t}\n\n\t/**\n\t * @dev Modifier that allows only the aggregator to call a function.\n\t */\n\tmodifier onlyAggregator() {\n\t\trequire(msg.sender == _aggregatorAddress, 'OnlyAggregator');\n\t\t_;\n\t}\n\n\t/* ##################################################################\n OWNER FUNCTIONS\n ################################################################## */\n\t/**\n\t * @dev Pause the contract.\n\t */\n\tfunction pause() external onlyOwner {\n\t\t_pause();\n\t}\n\n\t/**\n\t * @dev Unpause the contract.\n\t */\n\tfunction unpause() external onlyOwner {\n\t\t_unpause();\n\t}\n\n\t/* ##################################################################\n USER CALLS\n ################################################################## */\n\t/** @dev See {createOrder-IGateway}. */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external whenNotPaused returns (bytes32 orderId) {\n\t\t// checks that are required\n\t\t_handler(_token, _amount, _refundAddress, _senderFeeRecipient, _senderFee);\n\n\t\t// validate messageHash\n\t\trequire(bytes(messageHash).length != 0, 'InvalidMessageHash');\n\n\t\t// transfer token from msg.sender to contract\n\t\tIERC20(_token).transferFrom(msg.sender, address(this), _amount + _senderFee);\n\n\t\t// increase users nonce to avoid replay attacks\n\t\t_nonce[msg.sender]++;\n\n\t\t// generate transaction id for the transaction\n\t\torderId = keccak256(abi.encode(msg.sender, _nonce[msg.sender]));\n\n\t\t// update transaction\n\t\tuint256 _protocolFee = (_amount * protocolFeePercent) / MAX_BPS;\n\t\torder[orderId] = Order({\n\t\t\tsender: msg.sender,\n\t\t\ttoken: _token,\n\t\t\tsenderFeeRecipient: _senderFeeRecipient,\n\t\t\tsenderFee: _senderFee,\n\t\t\tprotocolFee: _protocolFee,\n\t\t\tisFulfilled: false,\n\t\t\tisRefunded: false,\n\t\t\trefundAddress: _refundAddress,\n\t\t\tcurrentBPS: uint64(MAX_BPS),\n\t\t\tamount: _amount - _protocolFee\n\t\t});\n\n\t\t// emit order created event\n\t\temit OrderCreated(\n\t\t\torder[orderId].sender,\n\t\t\t_token,\n\t\t\torder[orderId].amount,\n\t\t\t_protocolFee,\n\t\t\torderId,\n\t\t\t_rate,\n\t\t\t_institutionCode,\n\t\t\tmessageHash\n\t\t);\n\t}\n\n\t/**\n\t * @dev Internal function to handle order creation.\n\t * @param _token The address of the token being traded.\n\t * @param _amount The amount of tokens being traded.\n\t * @param _refundAddress The address to refund the tokens in case of cancellation.\n\t * @param _senderFeeRecipient The address of the recipient for the sender fee.\n\t * @param _senderFee The amount of the sender fee.\n\t */\n\tfunction _handler(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\taddress _refundAddress,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee\n\t) internal view {\n\t\trequire(_isTokenSupported[_token] == 1, 'TokenNotSupported');\n\t\trequire(_amount != 0, 'AmountIsZero');\n\t\trequire(_refundAddress != address(0), 'ThrowZeroAddress');\n\n\t\tif (_senderFee != 0) {\n\t\t\trequire(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient');\n\t\t}\n\t}\n\n\t/* ##################################################################\n AGGREGATOR FUNCTIONS\n ################################################################## */\n\t/** @dev See {settle-IGateway}. */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\n\t\t// load the token into memory\n\t\taddress token = order[_orderId].token;\n\n\t\t// subtract sum of amount based on the input _settlePercent\n\t\torder[_orderId].currentBPS -= _settlePercent;\n\n\t\tif (order[_orderId].currentBPS == 0) {\n\t\t\t// update the transaction to be fulfilled\n\t\t\torder[_orderId].isFulfilled = true;\n\n\t\t\tif (order[_orderId].senderFee != 0) {\n\t\t\t\t// transfer sender fee\n\t\t\t\tIERC20(order[_orderId].token).transfer(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\n\t\t\t\t// emit event\n\t\t\t\temit SenderFeeTransferred(\n\t\t\t\t\torder[_orderId].senderFeeRecipient,\n\t\t\t\t\torder[_orderId].senderFee\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tif (order[_orderId].protocolFee != 0) {\n\t\t\t\t// transfer protocol fee\n\t\t\t\tIERC20(token).transfer(treasuryAddress, order[_orderId].protocolFee);\n\t\t\t}\n\t\t}\n\n\t\t// transfer to liquidity provider\n\t\tuint256 liquidityProviderAmount = (order[_orderId].amount * _settlePercent) / MAX_BPS;\n\t\torder[_orderId].amount -= liquidityProviderAmount;\n\t\tIERC20(token).transfer(_liquidityProvider, liquidityProviderAmount);\n\n\t\t// emit settled event\n\t\temit OrderSettled(_splitOrderId, _orderId, _liquidityProvider, _settlePercent);\n\n\t\treturn true;\n\t}\n\n\t/** @dev See {refund-IGateway}. */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external onlyAggregator returns (bool) {\n\t\t// ensure the transaction has not been fulfilled\n\t\trequire(!order[_orderId].isFulfilled, 'OrderFulfilled');\n\t\trequire(!order[_orderId].isRefunded, 'OrderRefunded');\n\t\trequire(order[_orderId].protocolFee >= _fee, 'FeeExceedsProtocolFee');\n\n\t\t// transfer refund fee to the treasury\n\t\tIERC20(order[_orderId].token).transfer(treasuryAddress, _fee);\n\n\t\t// reset state values\n\t\torder[_orderId].isRefunded = true;\n\t\torder[_orderId].currentBPS = 0;\n\n\t\t// deduct fee from order amount\n\t\tuint256 refundAmount = order[_orderId].amount + order[_orderId].protocolFee - _fee;\n\n\t\t// transfer refund amount and sender fee to the refund address\n\t\tIERC20(order[_orderId].token).transfer(\n\t\t\torder[_orderId].refundAddress,\n\t\t\trefundAmount + order[_orderId].senderFee\n\t\t);\n\n\t\t// emit refunded event\n\t\temit OrderRefunded(_fee, _orderId);\n\n\t\treturn true;\n\t}\n\n\t/* ##################################################################\n VIEW CALLS\n ################################################################## */\n\t/** @dev See {getOrderInfo-IGateway}. */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory) {\n\t\treturn order[_orderId];\n\t}\n\n\t/** @dev See {isTokenSupported-IGateway}. */\n\tfunction isTokenSupported(address _token) external view returns (bool) {\n\t\tif (_isTokenSupported[_token] == 1) return true;\n\t\treturn false;\n\t}\n\n\t/** @dev See {getSupportedInstitutionByCode-IGateway}. */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory) {\n\t\treturn supportedInstitutionsByCode[_code];\n\t}\n\n\t/** @dev See {getSupportedInstitutions-IGateway}. */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory) {\n\t\treturn supportedInstitutions[_currency];\n\t}\n\n\t/** @dev See {getFeeDetails-IGateway}. */\n\tfunction getFeeDetails() external view returns (uint64, uint256) {\n\t\treturn (protocolFeePercent, MAX_BPS);\n\t}\n}\n", + "sourcePath": "/Users/chibie/paycrest/contracts/contracts/GatewayV2.sol", + "ast": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/GatewayV2.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "GatewaySettingManager": [ + 897 + ], + "GatewayV2": [ + 1511 + ], + "IERC20": [ + 3351 + ], + "IGateway": [ + 1685 + ], + "Initializable": [ + 2177 + ], + "PausableUpgradeable": [ + 2305 + ], + "SharedStructs": [ + 1698 + ] + }, + "id": 1512, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 899, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "39:24:2" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "file": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "id": 900, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1512, + "sourceUnit": 2306, + "src": "65:78:2", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/GatewaySettingManager.sol", + "file": "./GatewaySettingManager.sol", + "id": 902, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1512, + "sourceUnit": 898, + "src": "145:66:2", + "symbolAliases": [ + { + "foreign": { + "id": 901, + "name": "GatewaySettingManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 897, + "src": "153:21:2", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/interfaces/IGateway.sol", + "file": "./interfaces/IGateway.sol", + "id": 905, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1512, + "sourceUnit": 1686, + "src": "212:59:2", + "symbolAliases": [ + { + "foreign": { + "id": 903, + "name": "IGateway", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1685, + "src": "220:8:2", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + }, + { + "foreign": { + "id": 904, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "230:6:2", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "file": "./libraries/SharedStructs.sol", + "id": 907, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1512, + "sourceUnit": 1699, + "src": "272:60:2", + "symbolAliases": [ + { + "foreign": { + "id": 906, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "280:13:2", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 909, + "name": "IGateway", + "nameLocations": [ + "473:8:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1685, + "src": "473:8:2" + }, + "id": 910, + "nodeType": "InheritanceSpecifier", + "src": "473:8:2" + }, + { + "baseName": { + "id": 911, + "name": "GatewaySettingManager", + "nameLocations": [ + "483:21:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 897, + "src": "483:21:2" + }, + "id": 912, + "nodeType": "InheritanceSpecifier", + "src": "483:21:2" + }, + { + "baseName": { + "id": 913, + "name": "PausableUpgradeable", + "nameLocations": [ + "506:19:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2305, + "src": "506:19:2" + }, + "id": 914, + "nodeType": "InheritanceSpecifier", + "src": "506:19:2" + } + ], + "canonicalName": "GatewayV2", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 908, + "nodeType": "StructuredDocumentation", + "src": "334:116:2", + "text": " @title Gateway\n @notice This contract serves as a gateway for creating orders and managing settlements." + }, + "fullyImplemented": true, + "id": 1511, + "linearizedBaseContracts": [ + 1511, + 2305, + 897, + 1875, + 2008, + 2686, + 2177, + 1685 + ], + "name": "GatewayV2", + "nameLocation": "460:9:2", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "GatewayV2.fee", + "id": 919, + "members": [ + { + "constant": false, + "id": 916, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "552:11:2", + "nodeType": "VariableDeclaration", + "scope": 919, + "src": "544:19:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 915, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "544:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 918, + "mutability": "mutable", + "name": "liquidityProviderAmount", + "nameLocation": "575:23:2", + "nodeType": "VariableDeclaration", + "scope": 919, + "src": "567:31:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 917, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "567:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "name": "fee", + "nameLocation": "536:3:2", + "nodeType": "StructDefinition", + "scope": 1511, + "src": "529:73:2", + "visibility": "public" + }, + { + "constant": false, + "id": 924, + "mutability": "mutable", + "name": "order", + "nameLocation": "639:5:2", + "nodeType": "VariableDeclaration", + "scope": 1511, + "src": "605:39:2", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order)" + }, + "typeName": { + "id": 923, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 920, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "613:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "605:25:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 922, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 921, + "name": "Order", + "nameLocations": [ + "624:5:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "624:5:2" + }, + "referencedDeclaration": 1594, + "src": "624:5:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 928, + "mutability": "mutable", + "name": "_nonce", + "nameLocation": "683:6:2", + "nodeType": "VariableDeclaration", + "scope": 1511, + "src": "647:42:2", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "typeName": { + "id": 927, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 925, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "655:7:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "647:27:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 926, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "666:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 932, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "712:5:2", + "nodeType": "VariableDeclaration", + "scope": 1511, + "src": "692:25:2", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage", + "typeString": "uint256[50]" + }, + "typeName": { + "baseType": { + "id": 929, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "692:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 931, + "length": { + "hexValue": "3530", + "id": 930, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "700:2:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_50_by_1", + "typeString": "int_const 50" + }, + "value": "50" + }, + "nodeType": "ArrayTypeName", + "src": "692:11:2", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr", + "typeString": "uint256[50]" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 939, + "nodeType": "Block", + "src": "785:30:2", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 936, + "name": "_disableInitializers", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2158, + "src": "789:20:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 937, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "789:22:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 938, + "nodeType": "ExpressionStatement", + "src": "789:22:2" + } + ] + }, + "documentation": { + "id": 933, + "nodeType": "StructuredDocumentation", + "src": "721:48:2", + "text": "@custom:oz-upgrades-unsafe-allow constructor" + }, + "id": 940, + "implemented": true, + "kind": "constructor", + "modifiers": [], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 934, + "nodeType": "ParameterList", + "parameters": [], + "src": "782:2:2" + }, + "returnParameters": { + "id": 935, + "nodeType": "ParameterList", + "parameters": [], + "src": "785:0:2" + }, + "scope": 1511, + "src": "771:44:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 956, + "nodeType": "Block", + "src": "901:71:2", + "statements": [ + { + "expression": { + "id": 948, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 946, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "905:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "3130305f303030", + "id": 947, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "915:7:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_100000_by_1", + "typeString": "int_const 100000" + }, + "value": "100_000" + }, + "src": "905:17:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 949, + "nodeType": "ExpressionStatement", + "src": "905:17:2" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 950, + "name": "__Ownable2Step_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1795, + "src": "926:19:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 951, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "926:21:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 952, + "nodeType": "ExpressionStatement", + "src": "926:21:2" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 953, + "name": "__Pausable_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2209, + "src": "951:15:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 954, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "951:17:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 955, + "nodeType": "ExpressionStatement", + "src": "951:17:2" + } + ] + }, + "documentation": { + "id": 941, + "nodeType": "StructuredDocumentation", + "src": "818:38:2", + "text": " @dev Initialize function." + }, + "functionSelector": "8129fc1c", + "id": 957, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 944, + "kind": "modifierInvocation", + "modifierName": { + "id": 943, + "name": "initializer", + "nameLocations": [ + "889:11:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2079, + "src": "889:11:2" + }, + "nodeType": "ModifierInvocation", + "src": "889:11:2" + } + ], + "name": "initialize", + "nameLocation": "867:10:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 942, + "nodeType": "ParameterList", + "parameters": [], + "src": "877:2:2" + }, + "returnParameters": { + "id": 945, + "nodeType": "ParameterList", + "parameters": [], + "src": "901:0:2" + }, + "scope": 1511, + "src": "858:114:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 969, + "nodeType": "Block", + "src": "1081:72:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 964, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 961, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "1093:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 962, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1097:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "1093:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 963, + "name": "_aggregatorAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 644, + "src": "1107:18:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1093:32:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f6e6c7941676772656761746f72", + "id": 965, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1127:16:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243", + "typeString": "literal_string \"OnlyAggregator\"" + }, + "value": "OnlyAggregator" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243", + "typeString": "literal_string \"OnlyAggregator\"" + } + ], + "id": 960, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1085:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 966, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1085:59:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 967, + "nodeType": "ExpressionStatement", + "src": "1085:59:2" + }, + { + "id": 968, + "nodeType": "PlaceholderStatement", + "src": "1148:1:2" + } + ] + }, + "documentation": { + "id": 958, + "nodeType": "StructuredDocumentation", + "src": "975:78:2", + "text": " @dev Modifier that allows only the aggregator to call a function." + }, + "id": 970, + "name": "onlyAggregator", + "nameLocation": "1064:14:2", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 959, + "nodeType": "ParameterList", + "parameters": [], + "src": "1078:2:2" + }, + "src": "1055:98:2", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 979, + "nodeType": "Block", + "src": "1424:16:2", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 976, + "name": "_pause", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2283, + "src": "1428:6:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 977, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1428:8:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 978, + "nodeType": "ExpressionStatement", + "src": "1428:8:2" + } + ] + }, + "documentation": { + "id": 971, + "nodeType": "StructuredDocumentation", + "src": "1349:37:2", + "text": " @dev Pause the contract." + }, + "functionSelector": "8456cb59", + "id": 980, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 974, + "kind": "modifierInvocation", + "modifierName": { + "id": 973, + "name": "onlyOwner", + "nameLocations": [ + "1414:9:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1414:9:2" + }, + "nodeType": "ModifierInvocation", + "src": "1414:9:2" + } + ], + "name": "pause", + "nameLocation": "1397:5:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 972, + "nodeType": "ParameterList", + "parameters": [], + "src": "1402:2:2" + }, + "returnParameters": { + "id": 975, + "nodeType": "ParameterList", + "parameters": [], + "src": "1424:0:2" + }, + "scope": 1511, + "src": "1388:52:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 989, + "nodeType": "Block", + "src": "1522:18:2", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 986, + "name": "_unpause", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2299, + "src": "1526:8:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 987, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1526:10:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 988, + "nodeType": "ExpressionStatement", + "src": "1526:10:2" + } + ] + }, + "documentation": { + "id": 981, + "nodeType": "StructuredDocumentation", + "src": "1443:39:2", + "text": " @dev Unpause the contract." + }, + "functionSelector": "3f4ba83a", + "id": 990, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 984, + "kind": "modifierInvocation", + "modifierName": { + "id": 983, + "name": "onlyOwner", + "nameLocations": [ + "1512:9:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1512:9:2" + }, + "nodeType": "ModifierInvocation", + "src": "1512:9:2" + } + ], + "name": "unpause", + "nameLocation": "1493:7:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 982, + "nodeType": "ParameterList", + "parameters": [], + "src": "1500:2:2" + }, + "returnParameters": { + "id": 985, + "nodeType": "ParameterList", + "parameters": [], + "src": "1522:0:2" + }, + "scope": 1511, + "src": "1484:56:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1616 + ], + "body": { + "id": 1117, + "nodeType": "Block", + "src": "2036:1131:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 1015, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 993, + "src": "2079:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1016, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 995, + "src": "2087:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1017, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1005, + "src": "2096:14:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1018, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1001, + "src": "2112:19:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1019, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1003, + "src": "2133:10:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1014, + "name": "_handler", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1174, + "src": "2070:8:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256,address,address,uint256) view" + } + }, + "id": 1020, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2070:74:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1021, + "nodeType": "ExpressionStatement", + "src": "2070:74:2" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1029, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 1025, + "name": "messageHash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1007, + "src": "2189:11:2", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + ], + "id": 1024, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2183:5:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 1023, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2183:5:2", + "typeDescriptions": {} + } + }, + "id": 1026, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2183:18:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "id": 1027, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2202:6:2", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2183:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1028, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2212:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "2183:30:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c69644d65737361676548617368", + "id": 1030, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2215:20:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4", + "typeString": "literal_string \"InvalidMessageHash\"" + }, + "value": "InvalidMessageHash" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4", + "typeString": "literal_string \"InvalidMessageHash\"" + } + ], + "id": 1022, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2175:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1031, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2175:61:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1032, + "nodeType": "ExpressionStatement", + "src": "2175:61:2" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1037, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2317:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1038, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2321:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2317:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 1041, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "2337:4:2", + "typeDescriptions": { + "typeIdentifier": "t_contract$_GatewayV2_$1511", + "typeString": "contract GatewayV2" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_GatewayV2_$1511", + "typeString": "contract GatewayV2" + } + ], + "id": 1040, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2329:7:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1039, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2329:7:2", + "typeDescriptions": {} + } + }, + "id": 1042, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2329:13:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1045, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1043, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 995, + "src": "2344:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 1044, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1003, + "src": "2354:10:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2344:20:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 1034, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 993, + "src": "2296:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1033, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "2289:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1035, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2289:14:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1036, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2304:12:2", + "memberName": "transferFrom", + "nodeType": "MemberAccess", + "referencedDeclaration": 3350, + "src": "2289:27:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,address,uint256) external returns (bool)" + } + }, + "id": 1046, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2289:76:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1047, + "nodeType": "ExpressionStatement", + "src": "2289:76:2" + }, + { + "expression": { + "id": 1052, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": false, + "src": "2420:20:2", + "subExpression": { + "baseExpression": { + "id": 1048, + "name": "_nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 928, + "src": "2420:6:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 1051, + "indexExpression": { + "expression": { + "id": 1049, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2427:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1050, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2431:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2427:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2420:18:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 1053, + "nodeType": "ExpressionStatement", + "src": "2420:20:2" + }, + { + "expression": { + "id": 1066, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 1054, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "2494:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "arguments": [ + { + "expression": { + "id": 1058, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2525:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1059, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2529:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2525:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "baseExpression": { + "id": 1060, + "name": "_nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 928, + "src": "2537:6:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 1063, + "indexExpression": { + "expression": { + "id": 1061, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2544:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1062, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2548:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2544:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2537:18:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 1056, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967295, + "src": "2514:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 1057, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2518:6:2", + "memberName": "encode", + "nodeType": "MemberAccess", + "src": "2514:10:2", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 1064, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2514:42:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 1055, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967288, + "src": "2504:9:2", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 1065, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2504:53:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "2494:63:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 1067, + "nodeType": "ExpressionStatement", + "src": "2494:63:2" + }, + { + "assignments": [ + 1069 + ], + "declarations": [ + { + "constant": false, + "id": 1069, + "mutability": "mutable", + "name": "_protocolFee", + "nameLocation": "2594:12:2", + "nodeType": "VariableDeclaration", + "scope": 1117, + "src": "2586:20:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1068, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2586:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 1076, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1075, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1072, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1070, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 995, + "src": "2610:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 1071, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "2620:18:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "2610:28:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 1073, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2609:30:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 1074, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "2642:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2609:40:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2586:63:2" + }, + { + "expression": { + "id": 1098, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 1077, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "2653:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1079, + "indexExpression": { + "id": 1078, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "2659:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2653:14:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "expression": { + "id": 1081, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2689:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1082, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2693:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2689:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1083, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 993, + "src": "2711:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1084, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1001, + "src": "2742:19:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1085, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1003, + "src": "2777:10:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1086, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1069, + "src": "2805:12:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "hexValue": "66616c7365", + "id": 1087, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2835:5:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "66616c7365", + "id": 1088, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2857:5:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "id": 1089, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1005, + "src": "2882:14:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 1092, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "2920:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1091, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2913:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + }, + "typeName": { + "id": 1090, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "2913:6:2", + "typeDescriptions": {} + } + }, + "id": 1093, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2913:15:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1096, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1094, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 995, + "src": "2941:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 1095, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1069, + "src": "2951:12:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2941:22:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1080, + "name": "Order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1594, + "src": "2670:5:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_Order_$1594_storage_ptr_$", + "typeString": "type(struct IGateway.Order storage pointer)" + } + }, + "id": 1097, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "2681:6:2", + "2704:5:2", + "2722:18:2", + "2766:9:2", + "2792:11:2", + "2822:11:2", + "2845:10:2", + "2867:13:2", + "2901:10:2", + "2933:6:2" + ], + "names": [ + "sender", + "token", + "senderFeeRecipient", + "senderFee", + "protocolFee", + "isFulfilled", + "isRefunded", + "refundAddress", + "currentBPS", + "amount" + ], + "nodeType": "FunctionCall", + "src": "2670:298:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order memory" + } + }, + "src": "2653:315:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1099, + "nodeType": "ExpressionStatement", + "src": "2653:315:2" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1101, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "3025:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1103, + "indexExpression": { + "id": 1102, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "3031:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3025:14:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1104, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3040:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "referencedDeclaration": 1575, + "src": "3025:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1105, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 993, + "src": "3051:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 1106, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "3062:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1108, + "indexExpression": { + "id": 1107, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "3068:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3062:14:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1109, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3077:6:2", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "3062:21:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1110, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1069, + "src": "3088:12:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1111, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "3105:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 1112, + "name": "_rate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 999, + "src": "3117:5:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + { + "id": 1113, + "name": "_institutionCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 997, + "src": "3127:16:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 1114, + "name": "messageHash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1007, + "src": "3148:11:2", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + ], + "id": 1100, + "name": "OrderCreated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1537, + "src": "3008:12:2", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (address,address,uint256,uint256,bytes32,uint256,bytes32,string memory)" + } + }, + "id": 1115, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3008:155:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1116, + "nodeType": "EmitStatement", + "src": "3003:160:2" + } + ] + }, + "documentation": { + "id": 991, + "nodeType": "StructuredDocumentation", + "src": "1731:39:2", + "text": "@dev See {createOrder-IGateway}. " + }, + "functionSelector": "d12ff20a", + "id": 1118, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1010, + "kind": "modifierInvocation", + "modifierName": { + "id": 1009, + "name": "whenNotPaused", + "nameLocations": [ + "1996:13:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2227, + "src": "1996:13:2" + }, + "nodeType": "ModifierInvocation", + "src": "1996:13:2" + } + ], + "name": "createOrder", + "nameLocation": "1781:11:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1008, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 993, + "mutability": "mutable", + "name": "_token", + "nameLocation": "1804:6:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1796:14:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 992, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1796:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 995, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "1822:7:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1814:15:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 994, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1814:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 997, + "mutability": "mutable", + "name": "_institutionCode", + "nameLocation": "1841:16:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1833:24:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 996, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1833:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 999, + "mutability": "mutable", + "name": "_rate", + "nameLocation": "1868:5:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1861:12:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 998, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "1861:6:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1001, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "1885:19:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1877:27:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1000, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1877:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1003, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "1916:10:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1908:18:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1002, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1908:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1005, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "1938:14:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1930:22:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1004, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1930:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1007, + "mutability": "mutable", + "name": "messageHash", + "nameLocation": "1972:11:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1956:27:2", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string" + }, + "typeName": { + "id": 1006, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1956:6:2", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1792:194:2" + }, + "returnParameters": { + "id": 1013, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1012, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "2027:7:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "2019:15:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1011, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2019:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2018:17:2" + }, + "scope": 1511, + "src": "1772:1395:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 1173, + "nodeType": "Block", + "src": "3711:276:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1137, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "baseExpression": { + "id": 1133, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "3723:17:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 1135, + "indexExpression": { + "id": 1134, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1121, + "src": "3741:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3723:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 1136, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3752:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3723:30:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "546f6b656e4e6f74537570706f72746564", + "id": 1138, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3755:19:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1", + "typeString": "literal_string \"TokenNotSupported\"" + }, + "value": "TokenNotSupported" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1", + "typeString": "literal_string \"TokenNotSupported\"" + } + ], + "id": 1132, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3715:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1139, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3715:60:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1140, + "nodeType": "ExpressionStatement", + "src": "3715:60:2" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1144, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1142, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1123, + "src": "3787:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1143, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3798:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "3787:12:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416d6f756e7449735a65726f", + "id": 1145, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3801:14:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2", + "typeString": "literal_string \"AmountIsZero\"" + }, + "value": "AmountIsZero" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2", + "typeString": "literal_string \"AmountIsZero\"" + } + ], + "id": 1141, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3779:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1146, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3779:37:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1147, + "nodeType": "ExpressionStatement", + "src": "3779:37:2" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1154, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1149, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1125, + "src": "3828:14:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 1152, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3854:1:2", + "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": 1151, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3846:7:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1150, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3846:7:2", + "typeDescriptions": {} + } + }, + "id": 1153, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3846:10:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3828:28:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "5468726f775a65726f41646472657373", + "id": 1155, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3858:18:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7", + "typeString": "literal_string \"ThrowZeroAddress\"" + }, + "value": "ThrowZeroAddress" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7", + "typeString": "literal_string \"ThrowZeroAddress\"" + } + ], + "id": 1148, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3820:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1156, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3820:57:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1157, + "nodeType": "ExpressionStatement", + "src": "3820:57:2" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1160, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1158, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1129, + "src": "3886:10:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1159, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3900:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "3886:15:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1172, + "nodeType": "IfStatement", + "src": "3882:102:2", + "trueBody": { + "id": 1171, + "nodeType": "Block", + "src": "3903:81:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1167, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1162, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1127, + "src": "3916:19:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 1165, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3947:1:2", + "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": 1164, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3939:7:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1163, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3939:7:2", + "typeDescriptions": {} + } + }, + "id": 1166, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3939:10:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3916:33:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c696453656e646572466565526563697069656e74", + "id": 1168, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3951:27:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8", + "typeString": "literal_string \"InvalidSenderFeeRecipient\"" + }, + "value": "InvalidSenderFeeRecipient" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8", + "typeString": "literal_string \"InvalidSenderFeeRecipient\"" + } + ], + "id": 1161, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3908:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1169, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3908:71:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1170, + "nodeType": "ExpressionStatement", + "src": "3908:71:2" + } + ] + } + } + ] + }, + "documentation": { + "id": 1119, + "nodeType": "StructuredDocumentation", + "src": "3170:388:2", + "text": " @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee." + }, + "id": 1174, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_handler", + "nameLocation": "3569:8:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1130, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1121, + "mutability": "mutable", + "name": "_token", + "nameLocation": "3589:6:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3581:14:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1120, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3581:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1123, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "3607:7:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3599:15:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1122, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3599:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1125, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "3626:14:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3618:22:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1124, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3618:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1127, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "3652:19:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3644:27:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1126, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3644:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1129, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "3683:10:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3675:18:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1128, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3675:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3577:119:2" + }, + "returnParameters": { + "id": 1131, + "nodeType": "ParameterList", + "parameters": [], + "src": "3711:0:2" + }, + "scope": 1511, + "src": "3560:427:2", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "baseFunctions": [ + 1630 + ], + "body": { + "id": 1328, + "nodeType": "Block", + "src": "4382:1337:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 1195, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4445:28:2", + "subExpression": { + "expression": { + "baseExpression": { + "id": 1191, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4446:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1193, + "indexExpression": { + "id": 1192, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4452:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4446:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1194, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4462:11:2", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "4446:27:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f7264657246756c66696c6c6564", + "id": 1196, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4475:16:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + }, + "value": "OrderFulfilled" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + } + ], + "id": 1190, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4437:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1197, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4437:55:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1198, + "nodeType": "ExpressionStatement", + "src": "4437:55:2" + }, + { + "expression": { + "arguments": [ + { + "id": 1204, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4504:27:2", + "subExpression": { + "expression": { + "baseExpression": { + "id": 1200, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4505:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1202, + "indexExpression": { + "id": 1201, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4511:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4505:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1203, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4521:10:2", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "4505:26:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f72646572526566756e646564", + "id": 1205, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4533:15:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + }, + "value": "OrderRefunded" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + } + ], + "id": 1199, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4496:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1206, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4496:53:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1207, + "nodeType": "ExpressionStatement", + "src": "4496:53:2" + }, + { + "assignments": [ + 1209 + ], + "declarations": [ + { + "constant": false, + "id": 1209, + "mutability": "mutable", + "name": "token", + "nameLocation": "4594:5:2", + "nodeType": "VariableDeclaration", + "scope": 1328, + "src": "4586:13:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1208, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4586:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 1214, + "initialValue": { + "expression": { + "baseExpression": { + "id": 1210, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4602:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1212, + "indexExpression": { + "id": 1211, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4608:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4602:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1213, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4618:5:2", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "4602:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4586:37:2" + }, + { + "expression": { + "id": 1220, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1215, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4690:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1217, + "indexExpression": { + "id": 1216, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4696:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4690:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1218, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "4706:10:2", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "4690:26:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 1219, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1183, + "src": "4720:14:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "4690:44:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "id": 1221, + "nodeType": "ExpressionStatement", + "src": "4690:44:2" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "id": 1227, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1222, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4743:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1224, + "indexExpression": { + "id": 1223, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4749:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4743:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1225, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4759:10:2", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "4743:26:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 1226, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4773:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4743:31:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1291, + "nodeType": "IfStatement", + "src": "4739:604:2", + "trueBody": { + "id": 1290, + "nodeType": "Block", + "src": "4776:567:2", + "statements": [ + { + "expression": { + "id": 1233, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1228, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4826:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1230, + "indexExpression": { + "id": 1229, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4832:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4826:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1231, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "4842:11:2", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "4826:27:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 1232, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4856:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "4826:34:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1234, + "nodeType": "ExpressionStatement", + "src": "4826:34:2" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1240, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1235, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4870:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1237, + "indexExpression": { + "id": 1236, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4876:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4870:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1238, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4886:9:2", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "4870:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1239, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4899:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4870:30:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1270, + "nodeType": "IfStatement", + "src": "4866:321:2", + "trueBody": { + "id": 1269, + "nodeType": "Block", + "src": "4902:285:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1248, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4980:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1250, + "indexExpression": { + "id": 1249, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4986:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4980:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1251, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4996:18:2", + "memberName": "senderFeeRecipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 1579, + "src": "4980:34:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 1252, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5021:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1254, + "indexExpression": { + "id": 1253, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5027:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5021:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1255, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5037:9:2", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5021:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1242, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4942:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1244, + "indexExpression": { + "id": 1243, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4948:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4942:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1245, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4958:5:2", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "4942:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1241, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "4935:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1246, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4935:29:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1247, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4965:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "4935:38:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1256, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4935:117:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1257, + "nodeType": "ExpressionStatement", + "src": "4935:117:2" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1259, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5109:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1261, + "indexExpression": { + "id": 1260, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5115:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5109:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1262, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5125:18:2", + "memberName": "senderFeeRecipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 1579, + "src": "5109:34:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 1263, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5150:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1265, + "indexExpression": { + "id": 1264, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5156:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5150:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1266, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5166:9:2", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5150:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1258, + "name": "SenderFeeTransferred", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1562, + "src": "5082:20:2", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1267, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5082:99:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1268, + "nodeType": "EmitStatement", + "src": "5077:104:2" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1276, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1271, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5196:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1273, + "indexExpression": { + "id": 1272, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5202:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5196:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1274, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5212:11:2", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "5196:27:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1275, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5227:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5196:32:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1289, + "nodeType": "IfStatement", + "src": "5192:147:2", + "trueBody": { + "id": 1288, + "nodeType": "Block", + "src": "5230:109:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 1281, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "5288:15:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 1282, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5305:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1284, + "indexExpression": { + "id": 1283, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5311:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5305:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1285, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5321:11:2", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "5305:27:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 1278, + "name": "token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1209, + "src": "5272:5:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1277, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5265:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1279, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5265:13:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1280, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5279:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5265:22:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1286, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5265:68:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1287, + "nodeType": "ExpressionStatement", + "src": "5265:68:2" + } + ] + } + } + ] + } + }, + { + "assignments": [ + 1293 + ], + "declarations": [ + { + "constant": false, + "id": 1293, + "mutability": "mutable", + "name": "liquidityProviderAmount", + "nameLocation": "5391:23:2", + "nodeType": "VariableDeclaration", + "scope": 1328, + "src": "5383:31:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1292, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5383:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 1303, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1302, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1299, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1294, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5418:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1296, + "indexExpression": { + "id": 1295, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5424:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5418:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1297, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5434:6:2", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "5418:22:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 1298, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1183, + "src": "5443:14:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "5418:39:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 1300, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "5417:41:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 1301, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "5461:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5417:51:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5383:85:2" + }, + { + "expression": { + "id": 1309, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1304, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5472:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1306, + "indexExpression": { + "id": 1305, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5478:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5472:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1307, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "5488:6:2", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "5472:22:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 1308, + "name": "liquidityProviderAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1293, + "src": "5498:23:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5472:49:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 1310, + "nodeType": "ExpressionStatement", + "src": "5472:49:2" + }, + { + "expression": { + "arguments": [ + { + "id": 1315, + "name": "_liquidityProvider", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1181, + "src": "5548:18:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1316, + "name": "liquidityProviderAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1293, + "src": "5568:23:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 1312, + "name": "token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1209, + "src": "5532:5:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1311, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5525:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1313, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5525:13:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1314, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5539:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5525:22:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1317, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5525:67:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1318, + "nodeType": "ExpressionStatement", + "src": "5525:67:2" + }, + { + "eventCall": { + "arguments": [ + { + "id": 1320, + "name": "_splitOrderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1177, + "src": "5639:13:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 1321, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5654:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 1322, + "name": "_liquidityProvider", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1181, + "src": "5664:18:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1323, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1183, + "src": "5684:14:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 1319, + "name": "OrderSettled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1548, + "src": "5626:12:2", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$", + "typeString": "function (bytes32,bytes32,address,uint96)" + } + }, + "id": 1324, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5626:73:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1325, + "nodeType": "EmitStatement", + "src": "5621:78:2" + }, + { + "expression": { + "hexValue": "74727565", + "id": 1326, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5711:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 1189, + "id": 1327, + "nodeType": "Return", + "src": "5704:11:2" + } + ] + }, + "documentation": { + "id": 1175, + "nodeType": "StructuredDocumentation", + "src": "4188:34:2", + "text": "@dev See {settle-IGateway}. " + }, + "functionSelector": "f22ee704", + "id": 1329, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1186, + "kind": "modifierInvocation", + "modifierName": { + "id": 1185, + "name": "onlyAggregator", + "nameLocations": [ + "4352:14:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 970, + "src": "4352:14:2" + }, + "nodeType": "ModifierInvocation", + "src": "4352:14:2" + } + ], + "name": "settle", + "nameLocation": "4233:6:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1184, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1177, + "mutability": "mutable", + "name": "_splitOrderId", + "nameLocation": "4251:13:2", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4243:21:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1176, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4243:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1179, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "4276:8:2", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4268:16:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1178, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4268:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1181, + "mutability": "mutable", + "name": "_liquidityProvider", + "nameLocation": "4296:18:2", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4288:26:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1180, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4288:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1183, + "mutability": "mutable", + "name": "_settlePercent", + "nameLocation": "4325:14:2", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4318:21:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 1182, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "4318:6:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "4239:103:2" + }, + "returnParameters": { + "id": 1189, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1188, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4376:4:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1187, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4376:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "4375:6:2" + }, + "scope": 1511, + "src": "4224:1495:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1640 + ], + "body": { + "id": 1434, + "nodeType": "Block", + "src": "5845:839:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 1346, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "5908:28:2", + "subExpression": { + "expression": { + "baseExpression": { + "id": 1342, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5909:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1344, + "indexExpression": { + "id": 1343, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "5915:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5909:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1345, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5925:11:2", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "5909:27:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f7264657246756c66696c6c6564", + "id": 1347, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5938:16:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + }, + "value": "OrderFulfilled" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + } + ], + "id": 1341, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5900:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1348, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5900:55:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1349, + "nodeType": "ExpressionStatement", + "src": "5900:55:2" + }, + { + "expression": { + "arguments": [ + { + "id": 1355, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "5967:27:2", + "subExpression": { + "expression": { + "baseExpression": { + "id": 1351, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5968:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1353, + "indexExpression": { + "id": 1352, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "5974:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5968:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1354, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5984:10:2", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "5968:26:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f72646572526566756e646564", + "id": 1356, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5996:15:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + }, + "value": "OrderRefunded" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + } + ], + "id": 1350, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5959:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1357, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5959:53:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1358, + "nodeType": "ExpressionStatement", + "src": "5959:53:2" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1365, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1360, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6024:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1362, + "indexExpression": { + "id": 1361, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6030:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6024:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1363, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6040:11:2", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "6024:27:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 1364, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1332, + "src": "6055:4:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6024:35:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4665654578636565647350726f746f636f6c466565", + "id": 1366, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6061:23:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de", + "typeString": "literal_string \"FeeExceedsProtocolFee\"" + }, + "value": "FeeExceedsProtocolFee" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de", + "typeString": "literal_string \"FeeExceedsProtocolFee\"" + } + ], + "id": 1359, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6016:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1367, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6016:69:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1368, + "nodeType": "ExpressionStatement", + "src": "6016:69:2" + }, + { + "expression": { + "arguments": [ + { + "id": 1376, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "6170:15:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1377, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1332, + "src": "6187:4:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1370, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6138:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1372, + "indexExpression": { + "id": 1371, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6144:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6138:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1373, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6154:5:2", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "6138:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1369, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "6131:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1374, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6131:29:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1375, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6161:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "6131:38:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1378, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6131:61:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1379, + "nodeType": "ExpressionStatement", + "src": "6131:61:2" + }, + { + "expression": { + "id": 1385, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1380, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6221:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1382, + "indexExpression": { + "id": 1381, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6227:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6221:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1383, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6237:10:2", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "6221:26:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 1384, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6250:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "6221:33:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1386, + "nodeType": "ExpressionStatement", + "src": "6221:33:2" + }, + { + "expression": { + "id": 1392, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1387, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6258:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1389, + "indexExpression": { + "id": 1388, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6264:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6258:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1390, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6274:10:2", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "6258:26:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "30", + "id": 1391, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6287:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "6258:30:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "id": 1393, + "nodeType": "ExpressionStatement", + "src": "6258:30:2" + }, + { + "assignments": [ + 1395 + ], + "declarations": [ + { + "constant": false, + "id": 1395, + "mutability": "mutable", + "name": "refundAmount", + "nameLocation": "6335:12:2", + "nodeType": "VariableDeclaration", + "scope": 1434, + "src": "6327:20:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1394, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6327:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 1407, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1406, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1404, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1396, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6350:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1398, + "indexExpression": { + "id": 1397, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6356:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6350:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1399, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6366:6:2", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "6350:22:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "expression": { + "baseExpression": { + "id": 1400, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6375:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1402, + "indexExpression": { + "id": 1401, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6381:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6375:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1403, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6391:11:2", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "6375:27:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6350:52:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 1405, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1332, + "src": "6405:4:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6350:59:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6327:82:2" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1415, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6522:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1417, + "indexExpression": { + "id": 1416, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6528:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6522:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1418, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6538:13:2", + "memberName": "refundAddress", + "nodeType": "MemberAccess", + "referencedDeclaration": 1589, + "src": "6522:29:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1424, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1419, + "name": "refundAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1395, + "src": "6556:12:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "expression": { + "baseExpression": { + "id": 1420, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6571:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1422, + "indexExpression": { + "id": 1421, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6577:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6571:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1423, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6587:9:2", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "6571:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6556:40:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1409, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6486:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1411, + "indexExpression": { + "id": 1410, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6492:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6486:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1412, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6502:5:2", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "6486:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1408, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "6479:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1413, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6479:29:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1414, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6509:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "6479:38:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1425, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6479:121:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1426, + "nodeType": "ExpressionStatement", + "src": "6479:121:2" + }, + { + "eventCall": { + "arguments": [ + { + "id": 1428, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1332, + "src": "6649:4:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1429, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6655:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 1427, + "name": "OrderRefunded", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1555, + "src": "6635:13:2", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_bytes32_$returns$__$", + "typeString": "function (uint256,bytes32)" + } + }, + "id": 1430, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6635:29:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1431, + "nodeType": "EmitStatement", + "src": "6630:34:2" + }, + { + "expression": { + "hexValue": "74727565", + "id": 1432, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6676:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 1340, + "id": 1433, + "nodeType": "Return", + "src": "6669:11:2" + } + ] + }, + "documentation": { + "id": 1330, + "nodeType": "StructuredDocumentation", + "src": "5722:34:2", + "text": "@dev See {refund-IGateway}. " + }, + "functionSelector": "71eedb88", + "id": 1435, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1337, + "kind": "modifierInvocation", + "modifierName": { + "id": 1336, + "name": "onlyAggregator", + "nameLocations": [ + "5815:14:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 970, + "src": "5815:14:2" + }, + "nodeType": "ModifierInvocation", + "src": "5815:14:2" + } + ], + "name": "refund", + "nameLocation": "5767:6:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1335, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1332, + "mutability": "mutable", + "name": "_fee", + "nameLocation": "5782:4:2", + "nodeType": "VariableDeclaration", + "scope": 1435, + "src": "5774:12:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1331, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5774:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1334, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "5796:8:2", + "nodeType": "VariableDeclaration", + "scope": 1435, + "src": "5788:16:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1333, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5788:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "5773:32:2" + }, + "returnParameters": { + "id": 1340, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1339, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1435, + "src": "5839:4:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1338, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5839:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5838:6:2" + }, + "scope": 1511, + "src": "5758:926:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1657 + ], + "body": { + "id": 1448, + "nodeType": "Block", + "src": "6994:30:2", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 1444, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "7005:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1446, + "indexExpression": { + "id": 1445, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1438, + "src": "7011:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7005:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "functionReturnParameters": 1443, + "id": 1447, + "nodeType": "Return", + "src": "6998:22:2" + } + ] + }, + "documentation": { + "id": 1436, + "nodeType": "StructuredDocumentation", + "src": "6875:40:2", + "text": "@dev See {getOrderInfo-IGateway}. " + }, + "functionSelector": "768c6ec0", + "id": 1449, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getOrderInfo", + "nameLocation": "6926:12:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1439, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1438, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "6947:8:2", + "nodeType": "VariableDeclaration", + "scope": 1449, + "src": "6939:16:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1437, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6939:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "6938:18:2" + }, + "returnParameters": { + "id": 1443, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1442, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1449, + "src": "6980:12:2", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order" + }, + "typeName": { + "id": 1441, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1440, + "name": "Order", + "nameLocations": [ + "6980:5:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "6980:5:2" + }, + "referencedDeclaration": 1594, + "src": "6980:5:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + }, + "visibility": "internal" + } + ], + "src": "6979:14:2" + }, + "scope": 1511, + "src": "6917:107:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1648 + ], + "body": { + "id": 1467, + "nodeType": "Block", + "src": "7144:71:2", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1461, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "baseExpression": { + "id": 1457, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "7152:17:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 1459, + "indexExpression": { + "id": 1458, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1452, + "src": "7170:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7152:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 1460, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7181:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "7152:30:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1464, + "nodeType": "IfStatement", + "src": "7148:47:2", + "trueBody": { + "expression": { + "hexValue": "74727565", + "id": 1462, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7191:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 1456, + "id": 1463, + "nodeType": "Return", + "src": "7184:11:2" + } + }, + { + "expression": { + "hexValue": "66616c7365", + "id": 1465, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7206:5:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 1456, + "id": 1466, + "nodeType": "Return", + "src": "7199:12:2" + } + ] + }, + "documentation": { + "id": 1450, + "nodeType": "StructuredDocumentation", + "src": "7027:44:2", + "text": "@dev See {isTokenSupported-IGateway}. " + }, + "functionSelector": "75151b63", + "id": 1468, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isTokenSupported", + "nameLocation": "7082:16:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1453, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1452, + "mutability": "mutable", + "name": "_token", + "nameLocation": "7107:6:2", + "nodeType": "VariableDeclaration", + "scope": 1468, + "src": "7099:14:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1451, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7099:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "7098:16:2" + }, + "returnParameters": { + "id": 1456, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1455, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1468, + "src": "7138:4:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1454, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "7138:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "7137:6:2" + }, + "scope": 1511, + "src": "7073:142:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1674 + ], + "body": { + "id": 1481, + "nodeType": "Block", + "src": "7399:49:2", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 1477, + "name": "supportedInstitutionsByCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 663, + "src": "7410:27:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)" + } + }, + "id": 1479, + "indexExpression": { + "id": 1478, + "name": "_code", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1471, + "src": "7438:5:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7410:34:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "functionReturnParameters": 1476, + "id": 1480, + "nodeType": "Return", + "src": "7403:41:2" + } + ] + }, + "documentation": { + "id": 1469, + "nodeType": "StructuredDocumentation", + "src": "7218:57:2", + "text": "@dev See {getSupportedInstitutionByCode-IGateway}. " + }, + "functionSelector": "c2280103", + "id": 1482, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutionByCode", + "nameLocation": "7286:29:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1472, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1471, + "mutability": "mutable", + "name": "_code", + "nameLocation": "7327:5:2", + "nodeType": "VariableDeclaration", + "scope": 1482, + "src": "7319:13:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1470, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7319:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7315:20:2" + }, + "returnParameters": { + "id": 1476, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1475, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1482, + "src": "7359:38:2", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_memory_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + }, + "typeName": { + "id": 1474, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1473, + "name": "SharedStructs.InstitutionByCode", + "nameLocations": [ + "7359:13:2", + "7373:17:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1697, + "src": "7359:31:2" + }, + "referencedDeclaration": 1697, + "src": "7359:31:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + } + }, + "visibility": "internal" + } + ], + "src": "7358:40:2" + }, + "scope": 1511, + "src": "7277:171:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1684 + ], + "body": { + "id": 1496, + "nodeType": "Block", + "src": "7622:47:2", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 1492, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "7633:21:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 1494, + "indexExpression": { + "id": 1493, + "name": "_currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1485, + "src": "7655:9:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7633:32:2", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + }, + "functionReturnParameters": 1491, + "id": 1495, + "nodeType": "Return", + "src": "7626:39:2" + } + ] + }, + "documentation": { + "id": 1483, + "nodeType": "StructuredDocumentation", + "src": "7451:52:2", + "text": "@dev See {getSupportedInstitutions-IGateway}. " + }, + "functionSelector": "02621338", + "id": 1497, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutions", + "nameLocation": "7514:24:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1486, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1485, + "mutability": "mutable", + "name": "_currency", + "nameLocation": "7550:9:2", + "nodeType": "VariableDeclaration", + "scope": 1497, + "src": "7542:17:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1484, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7542:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7538:24:2" + }, + "returnParameters": { + "id": 1491, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1490, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1497, + "src": "7586:34:2", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 1488, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1487, + "name": "SharedStructs.Institution", + "nameLocations": [ + "7586:13:2", + "7600:11:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "7586:25:2" + }, + "referencedDeclaration": 1692, + "src": "7586:25:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 1489, + "nodeType": "ArrayTypeName", + "src": "7586:27:2", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "7585:36:2" + }, + "scope": 1511, + "src": "7505:164:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1665 + ], + "body": { + "id": 1509, + "nodeType": "Block", + "src": "7780:44:2", + "statements": [ + { + "expression": { + "components": [ + { + "id": 1505, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "7792:18:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 1506, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "7812:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 1507, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "7791:29:2", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint64_$_t_uint256_$", + "typeString": "tuple(uint64,uint256)" + } + }, + "functionReturnParameters": 1504, + "id": 1508, + "nodeType": "Return", + "src": "7784:36:2" + } + ] + }, + "documentation": { + "id": 1498, + "nodeType": "StructuredDocumentation", + "src": "7672:41:2", + "text": "@dev See {getFeeDetails-IGateway}. " + }, + "functionSelector": "b810c636", + "id": 1510, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getFeeDetails", + "nameLocation": "7724:13:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1499, + "nodeType": "ParameterList", + "parameters": [], + "src": "7737:2:2" + }, + "returnParameters": { + "id": 1504, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1501, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1510, + "src": "7763:6:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 1500, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "7763:6:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1503, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1510, + "src": "7771:7:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1502, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7771:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "7762:17:2" + }, + "scope": 1511, + "src": "7715:109:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 1512, + "src": "451:7375:2", + "usedErrors": [] + } + ], + "src": "39:7788:2" + }, + "legacyAST": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/GatewayV2.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "GatewaySettingManager": [ + 897 + ], + "GatewayV2": [ + 1511 + ], + "IERC20": [ + 3351 + ], + "IGateway": [ + 1685 + ], + "Initializable": [ + 2177 + ], + "PausableUpgradeable": [ + 2305 + ], + "SharedStructs": [ + 1698 + ] + }, + "id": 1512, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 899, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "39:24:2" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "file": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "id": 900, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1512, + "sourceUnit": 2306, + "src": "65:78:2", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/GatewaySettingManager.sol", + "file": "./GatewaySettingManager.sol", + "id": 902, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1512, + "sourceUnit": 898, + "src": "145:66:2", + "symbolAliases": [ + { + "foreign": { + "id": 901, + "name": "GatewaySettingManager", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 897, + "src": "153:21:2", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/interfaces/IGateway.sol", + "file": "./interfaces/IGateway.sol", + "id": 905, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1512, + "sourceUnit": 1686, + "src": "212:59:2", + "symbolAliases": [ + { + "foreign": { + "id": 903, + "name": "IGateway", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1685, + "src": "220:8:2", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + }, + { + "foreign": { + "id": 904, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "230:6:2", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "file": "./libraries/SharedStructs.sol", + "id": 907, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1512, + "sourceUnit": 1699, + "src": "272:60:2", + "symbolAliases": [ + { + "foreign": { + "id": 906, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "280:13:2", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 909, + "name": "IGateway", + "nameLocations": [ + "473:8:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1685, + "src": "473:8:2" + }, + "id": 910, + "nodeType": "InheritanceSpecifier", + "src": "473:8:2" + }, + { + "baseName": { + "id": 911, + "name": "GatewaySettingManager", + "nameLocations": [ + "483:21:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 897, + "src": "483:21:2" + }, + "id": 912, + "nodeType": "InheritanceSpecifier", + "src": "483:21:2" + }, + { + "baseName": { + "id": 913, + "name": "PausableUpgradeable", + "nameLocations": [ + "506:19:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2305, + "src": "506:19:2" + }, + "id": 914, + "nodeType": "InheritanceSpecifier", + "src": "506:19:2" + } + ], + "canonicalName": "GatewayV2", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 908, + "nodeType": "StructuredDocumentation", + "src": "334:116:2", + "text": " @title Gateway\n @notice This contract serves as a gateway for creating orders and managing settlements." + }, + "fullyImplemented": true, + "id": 1511, + "linearizedBaseContracts": [ + 1511, + 2305, + 897, + 1875, + 2008, + 2686, + 2177, + 1685 + ], + "name": "GatewayV2", + "nameLocation": "460:9:2", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "GatewayV2.fee", + "id": 919, + "members": [ + { + "constant": false, + "id": 916, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "552:11:2", + "nodeType": "VariableDeclaration", + "scope": 919, + "src": "544:19:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 915, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "544:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 918, + "mutability": "mutable", + "name": "liquidityProviderAmount", + "nameLocation": "575:23:2", + "nodeType": "VariableDeclaration", + "scope": 919, + "src": "567:31:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 917, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "567:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "name": "fee", + "nameLocation": "536:3:2", + "nodeType": "StructDefinition", + "scope": 1511, + "src": "529:73:2", + "visibility": "public" + }, + { + "constant": false, + "id": 924, + "mutability": "mutable", + "name": "order", + "nameLocation": "639:5:2", + "nodeType": "VariableDeclaration", + "scope": 1511, + "src": "605:39:2", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order)" + }, + "typeName": { + "id": 923, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 920, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "613:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Mapping", + "src": "605:25:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 922, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 921, + "name": "Order", + "nameLocations": [ + "624:5:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "624:5:2" + }, + "referencedDeclaration": 1594, + "src": "624:5:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 928, + "mutability": "mutable", + "name": "_nonce", + "nameLocation": "683:6:2", + "nodeType": "VariableDeclaration", + "scope": 1511, + "src": "647:42:2", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "typeName": { + "id": 927, + "keyName": "", + "keyNameLocation": "-1:-1:-1", + "keyType": { + "id": 925, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "655:7:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Mapping", + "src": "647:27:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + }, + "valueName": "", + "valueNameLocation": "-1:-1:-1", + "valueType": { + "id": 926, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "666:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + }, + "visibility": "private" + }, + { + "constant": false, + "id": 932, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "712:5:2", + "nodeType": "VariableDeclaration", + "scope": 1511, + "src": "692:25:2", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage", + "typeString": "uint256[50]" + }, + "typeName": { + "baseType": { + "id": 929, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "692:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 931, + "length": { + "hexValue": "3530", + "id": 930, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "700:2:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_50_by_1", + "typeString": "int_const 50" + }, + "value": "50" + }, + "nodeType": "ArrayTypeName", + "src": "692:11:2", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr", + "typeString": "uint256[50]" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 939, + "nodeType": "Block", + "src": "785:30:2", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 936, + "name": "_disableInitializers", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2158, + "src": "789:20:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 937, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "789:22:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 938, + "nodeType": "ExpressionStatement", + "src": "789:22:2" + } + ] + }, + "documentation": { + "id": 933, + "nodeType": "StructuredDocumentation", + "src": "721:48:2", + "text": "@custom:oz-upgrades-unsafe-allow constructor" + }, + "id": 940, + "implemented": true, + "kind": "constructor", + "modifiers": [], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 934, + "nodeType": "ParameterList", + "parameters": [], + "src": "782:2:2" + }, + "returnParameters": { + "id": 935, + "nodeType": "ParameterList", + "parameters": [], + "src": "785:0:2" + }, + "scope": 1511, + "src": "771:44:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 956, + "nodeType": "Block", + "src": "901:71:2", + "statements": [ + { + "expression": { + "id": 948, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 946, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "905:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "3130305f303030", + "id": 947, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "915:7:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_100000_by_1", + "typeString": "int_const 100000" + }, + "value": "100_000" + }, + "src": "905:17:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 949, + "nodeType": "ExpressionStatement", + "src": "905:17:2" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 950, + "name": "__Ownable2Step_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1795, + "src": "926:19:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 951, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "926:21:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 952, + "nodeType": "ExpressionStatement", + "src": "926:21:2" + }, + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 953, + "name": "__Pausable_init", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2209, + "src": "951:15:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 954, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "951:17:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 955, + "nodeType": "ExpressionStatement", + "src": "951:17:2" + } + ] + }, + "documentation": { + "id": 941, + "nodeType": "StructuredDocumentation", + "src": "818:38:2", + "text": " @dev Initialize function." + }, + "functionSelector": "8129fc1c", + "id": 957, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 944, + "kind": "modifierInvocation", + "modifierName": { + "id": 943, + "name": "initializer", + "nameLocations": [ + "889:11:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2079, + "src": "889:11:2" + }, + "nodeType": "ModifierInvocation", + "src": "889:11:2" + } + ], + "name": "initialize", + "nameLocation": "867:10:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 942, + "nodeType": "ParameterList", + "parameters": [], + "src": "877:2:2" + }, + "returnParameters": { + "id": 945, + "nodeType": "ParameterList", + "parameters": [], + "src": "901:0:2" + }, + "scope": 1511, + "src": "858:114:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 969, + "nodeType": "Block", + "src": "1081:72:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 964, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "id": 961, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "1093:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 962, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1097:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "1093:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 963, + "name": "_aggregatorAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 644, + "src": "1107:18:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1093:32:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f6e6c7941676772656761746f72", + "id": 965, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1127:16:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243", + "typeString": "literal_string \"OnlyAggregator\"" + }, + "value": "OnlyAggregator" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_feafe41130685cc96aef13592e300ecc17e4f49a66bae4a40d65fbdcce6c7243", + "typeString": "literal_string \"OnlyAggregator\"" + } + ], + "id": 960, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1085:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 966, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1085:59:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 967, + "nodeType": "ExpressionStatement", + "src": "1085:59:2" + }, + { + "id": 968, + "nodeType": "PlaceholderStatement", + "src": "1148:1:2" + } + ] + }, + "documentation": { + "id": 958, + "nodeType": "StructuredDocumentation", + "src": "975:78:2", + "text": " @dev Modifier that allows only the aggregator to call a function." + }, + "id": 970, + "name": "onlyAggregator", + "nameLocation": "1064:14:2", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 959, + "nodeType": "ParameterList", + "parameters": [], + "src": "1078:2:2" + }, + "src": "1055:98:2", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 979, + "nodeType": "Block", + "src": "1424:16:2", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 976, + "name": "_pause", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2283, + "src": "1428:6:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 977, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1428:8:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 978, + "nodeType": "ExpressionStatement", + "src": "1428:8:2" + } + ] + }, + "documentation": { + "id": 971, + "nodeType": "StructuredDocumentation", + "src": "1349:37:2", + "text": " @dev Pause the contract." + }, + "functionSelector": "8456cb59", + "id": 980, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 974, + "kind": "modifierInvocation", + "modifierName": { + "id": 973, + "name": "onlyOwner", + "nameLocations": [ + "1414:9:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1414:9:2" + }, + "nodeType": "ModifierInvocation", + "src": "1414:9:2" + } + ], + "name": "pause", + "nameLocation": "1397:5:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 972, + "nodeType": "ParameterList", + "parameters": [], + "src": "1402:2:2" + }, + "returnParameters": { + "id": 975, + "nodeType": "ParameterList", + "parameters": [], + "src": "1424:0:2" + }, + "scope": 1511, + "src": "1388:52:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 989, + "nodeType": "Block", + "src": "1522:18:2", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 986, + "name": "_unpause", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2299, + "src": "1526:8:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 987, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1526:10:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 988, + "nodeType": "ExpressionStatement", + "src": "1526:10:2" + } + ] + }, + "documentation": { + "id": 981, + "nodeType": "StructuredDocumentation", + "src": "1443:39:2", + "text": " @dev Unpause the contract." + }, + "functionSelector": "3f4ba83a", + "id": 990, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 984, + "kind": "modifierInvocation", + "modifierName": { + "id": 983, + "name": "onlyOwner", + "nameLocations": [ + "1512:9:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1512:9:2" + }, + "nodeType": "ModifierInvocation", + "src": "1512:9:2" + } + ], + "name": "unpause", + "nameLocation": "1493:7:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 982, + "nodeType": "ParameterList", + "parameters": [], + "src": "1500:2:2" + }, + "returnParameters": { + "id": 985, + "nodeType": "ParameterList", + "parameters": [], + "src": "1522:0:2" + }, + "scope": 1511, + "src": "1484:56:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1616 + ], + "body": { + "id": 1117, + "nodeType": "Block", + "src": "2036:1131:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 1015, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 993, + "src": "2079:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1016, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 995, + "src": "2087:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1017, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1005, + "src": "2096:14:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1018, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1001, + "src": "2112:19:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1019, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1003, + "src": "2133:10:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1014, + "name": "_handler", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1174, + "src": "2070:8:2", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$_t_uint256_$_t_address_$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256,address,address,uint256) view" + } + }, + "id": 1020, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2070:74:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1021, + "nodeType": "ExpressionStatement", + "src": "2070:74:2" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1029, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "arguments": [ + { + "id": 1025, + "name": "messageHash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1007, + "src": "2189:11:2", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + ], + "id": 1024, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2183:5:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", + "typeString": "type(bytes storage pointer)" + }, + "typeName": { + "id": 1023, + "name": "bytes", + "nodeType": "ElementaryTypeName", + "src": "2183:5:2", + "typeDescriptions": {} + } + }, + "id": 1026, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2183:18:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_calldata_ptr", + "typeString": "bytes calldata" + } + }, + "id": 1027, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2202:6:2", + "memberName": "length", + "nodeType": "MemberAccess", + "src": "2183:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1028, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2212:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "2183:30:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c69644d65737361676548617368", + "id": 1030, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2215:20:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4", + "typeString": "literal_string \"InvalidMessageHash\"" + }, + "value": "InvalidMessageHash" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_cb943cef37628d805c376539a30fa265326b6f2ae5d9af4711b17e54dc8f15d4", + "typeString": "literal_string \"InvalidMessageHash\"" + } + ], + "id": 1022, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2175:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1031, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2175:61:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1032, + "nodeType": "ExpressionStatement", + "src": "2175:61:2" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1037, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2317:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1038, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2321:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2317:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 1041, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "2337:4:2", + "typeDescriptions": { + "typeIdentifier": "t_contract$_GatewayV2_$1511", + "typeString": "contract GatewayV2" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_GatewayV2_$1511", + "typeString": "contract GatewayV2" + } + ], + "id": 1040, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2329:7:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1039, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2329:7:2", + "typeDescriptions": {} + } + }, + "id": 1042, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2329:13:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1045, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1043, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 995, + "src": "2344:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "id": 1044, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1003, + "src": "2354:10:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2344:20:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 1034, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 993, + "src": "2296:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1033, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "2289:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1035, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2289:14:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1036, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2304:12:2", + "memberName": "transferFrom", + "nodeType": "MemberAccess", + "referencedDeclaration": 3350, + "src": "2289:27:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,address,uint256) external returns (bool)" + } + }, + "id": 1046, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2289:76:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1047, + "nodeType": "ExpressionStatement", + "src": "2289:76:2" + }, + { + "expression": { + "id": 1052, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "++", + "prefix": false, + "src": "2420:20:2", + "subExpression": { + "baseExpression": { + "id": 1048, + "name": "_nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 928, + "src": "2420:6:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 1051, + "indexExpression": { + "expression": { + "id": 1049, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2427:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1050, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2431:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2427:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2420:18:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 1053, + "nodeType": "ExpressionStatement", + "src": "2420:20:2" + }, + { + "expression": { + "id": 1066, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 1054, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "2494:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "arguments": [ + { + "expression": { + "id": 1058, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2525:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1059, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2529:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2525:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "baseExpression": { + "id": 1060, + "name": "_nonce", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 928, + "src": "2537:6:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 1063, + "indexExpression": { + "expression": { + "id": 1061, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2544:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1062, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2548:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2544:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "2537:18:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "id": 1056, + "name": "abi", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967295, + "src": "2514:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_abi", + "typeString": "abi" + } + }, + "id": 1057, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "2518:6:2", + "memberName": "encode", + "nodeType": "MemberAccess", + "src": "2514:10:2", + "typeDescriptions": { + "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", + "typeString": "function () pure returns (bytes memory)" + } + }, + "id": 1064, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2514:42:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes_memory_ptr", + "typeString": "bytes memory" + } + ], + "id": 1055, + "name": "keccak256", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967288, + "src": "2504:9:2", + "typeDescriptions": { + "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", + "typeString": "function (bytes memory) pure returns (bytes32)" + } + }, + "id": 1065, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2504:53:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "src": "2494:63:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "id": 1067, + "nodeType": "ExpressionStatement", + "src": "2494:63:2" + }, + { + "assignments": [ + 1069 + ], + "declarations": [ + { + "constant": false, + "id": 1069, + "mutability": "mutable", + "name": "_protocolFee", + "nameLocation": "2594:12:2", + "nodeType": "VariableDeclaration", + "scope": 1117, + "src": "2586:20:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1068, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2586:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 1076, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1075, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1072, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1070, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 995, + "src": "2610:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 1071, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "2620:18:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "2610:28:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 1073, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "2609:30:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 1074, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "2642:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2609:40:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2586:63:2" + }, + { + "expression": { + "id": 1098, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "baseExpression": { + "id": 1077, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "2653:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1079, + "indexExpression": { + "id": 1078, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "2659:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "nodeType": "IndexAccess", + "src": "2653:14:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "arguments": [ + { + "expression": { + "id": 1081, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "2689:3:2", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1082, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "2693:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "2689:10:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1083, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 993, + "src": "2711:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1084, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1001, + "src": "2742:19:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1085, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1003, + "src": "2777:10:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1086, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1069, + "src": "2805:12:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "hexValue": "66616c7365", + "id": 1087, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2835:5:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "hexValue": "66616c7365", + "id": 1088, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2857:5:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + { + "id": 1089, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1005, + "src": "2882:14:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "arguments": [ + { + "id": 1092, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "2920:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1091, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2913:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint64_$", + "typeString": "type(uint64)" + }, + "typeName": { + "id": 1090, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "2913:6:2", + "typeDescriptions": {} + } + }, + "id": 1093, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2913:15:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1096, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1094, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 995, + "src": "2941:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 1095, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1069, + "src": "2951:12:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "2941:22:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1080, + "name": "Order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1594, + "src": "2670:5:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_struct$_Order_$1594_storage_ptr_$", + "typeString": "type(struct IGateway.Order storage pointer)" + } + }, + "id": 1097, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "structConstructorCall", + "lValueRequested": false, + "nameLocations": [ + "2681:6:2", + "2704:5:2", + "2722:18:2", + "2766:9:2", + "2792:11:2", + "2822:11:2", + "2845:10:2", + "2867:13:2", + "2901:10:2", + "2933:6:2" + ], + "names": [ + "sender", + "token", + "senderFeeRecipient", + "senderFee", + "protocolFee", + "isFulfilled", + "isRefunded", + "refundAddress", + "currentBPS", + "amount" + ], + "nodeType": "FunctionCall", + "src": "2670:298:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order memory" + } + }, + "src": "2653:315:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1099, + "nodeType": "ExpressionStatement", + "src": "2653:315:2" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1101, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "3025:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1103, + "indexExpression": { + "id": 1102, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "3031:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3025:14:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1104, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3040:6:2", + "memberName": "sender", + "nodeType": "MemberAccess", + "referencedDeclaration": 1575, + "src": "3025:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1105, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 993, + "src": "3051:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 1106, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "3062:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1108, + "indexExpression": { + "id": 1107, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "3068:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3062:14:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1109, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3077:6:2", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "3062:21:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1110, + "name": "_protocolFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1069, + "src": "3088:12:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1111, + "name": "orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1012, + "src": "3105:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 1112, + "name": "_rate", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 999, + "src": "3117:5:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + { + "id": 1113, + "name": "_institutionCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 997, + "src": "3127:16:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 1114, + "name": "messageHash", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1007, + "src": "3148:11:2", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string calldata" + } + ], + "id": 1100, + "name": "OrderCreated", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1537, + "src": "3008:12:2", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_bytes32_$_t_uint256_$_t_bytes32_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (address,address,uint256,uint256,bytes32,uint256,bytes32,string memory)" + } + }, + "id": 1115, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3008:155:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1116, + "nodeType": "EmitStatement", + "src": "3003:160:2" + } + ] + }, + "documentation": { + "id": 991, + "nodeType": "StructuredDocumentation", + "src": "1731:39:2", + "text": "@dev See {createOrder-IGateway}. " + }, + "functionSelector": "d12ff20a", + "id": 1118, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1010, + "kind": "modifierInvocation", + "modifierName": { + "id": 1009, + "name": "whenNotPaused", + "nameLocations": [ + "1996:13:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2227, + "src": "1996:13:2" + }, + "nodeType": "ModifierInvocation", + "src": "1996:13:2" + } + ], + "name": "createOrder", + "nameLocation": "1781:11:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1008, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 993, + "mutability": "mutable", + "name": "_token", + "nameLocation": "1804:6:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1796:14:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 992, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1796:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 995, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "1822:7:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1814:15:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 994, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1814:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 997, + "mutability": "mutable", + "name": "_institutionCode", + "nameLocation": "1841:16:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1833:24:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 996, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1833:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 999, + "mutability": "mutable", + "name": "_rate", + "nameLocation": "1868:5:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1861:12:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 998, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "1861:6:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1001, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "1885:19:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1877:27:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1000, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1877:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1003, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "1916:10:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1908:18:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1002, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1908:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1005, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "1938:14:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1930:22:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1004, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1930:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1007, + "mutability": "mutable", + "name": "messageHash", + "nameLocation": "1972:11:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "1956:27:2", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string" + }, + "typeName": { + "id": 1006, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1956:6:2", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "1792:194:2" + }, + "returnParameters": { + "id": 1013, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1012, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "2027:7:2", + "nodeType": "VariableDeclaration", + "scope": 1118, + "src": "2019:15:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1011, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "2019:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "2018:17:2" + }, + "scope": 1511, + "src": "1772:1395:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 1173, + "nodeType": "Block", + "src": "3711:276:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1137, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "baseExpression": { + "id": 1133, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "3723:17:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 1135, + "indexExpression": { + "id": 1134, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1121, + "src": "3741:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "3723:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 1136, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3752:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3723:30:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "546f6b656e4e6f74537570706f72746564", + "id": 1138, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3755:19:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1", + "typeString": "literal_string \"TokenNotSupported\"" + }, + "value": "TokenNotSupported" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_d2f8e8f0a3132d85392dd42596f134395b200d03cc73cebaef0c903d898657e1", + "typeString": "literal_string \"TokenNotSupported\"" + } + ], + "id": 1132, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3715:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1139, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3715:60:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1140, + "nodeType": "ExpressionStatement", + "src": "3715:60:2" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1144, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1142, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1123, + "src": "3787:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1143, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3798:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "3787:12:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "416d6f756e7449735a65726f", + "id": 1145, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3801:14:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2", + "typeString": "literal_string \"AmountIsZero\"" + }, + "value": "AmountIsZero" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_41a3c7da6a405d0b582130b233ab9373122491f5044da88c4622af2417f2b5d2", + "typeString": "literal_string \"AmountIsZero\"" + } + ], + "id": 1141, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3779:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1146, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3779:37:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1147, + "nodeType": "ExpressionStatement", + "src": "3779:37:2" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1154, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1149, + "name": "_refundAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1125, + "src": "3828:14:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 1152, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3854:1:2", + "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": 1151, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3846:7:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1150, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3846:7:2", + "typeDescriptions": {} + } + }, + "id": 1153, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3846:10:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3828:28:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "5468726f775a65726f41646472657373", + "id": 1155, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3858:18:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7", + "typeString": "literal_string \"ThrowZeroAddress\"" + }, + "value": "ThrowZeroAddress" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c69ddfb7ac12bc88a1972db6046dbf646efc1690dd81423d8eb86a59fbc59dd7", + "typeString": "literal_string \"ThrowZeroAddress\"" + } + ], + "id": 1148, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3820:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1156, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3820:57:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1157, + "nodeType": "ExpressionStatement", + "src": "3820:57:2" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1160, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1158, + "name": "_senderFee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1129, + "src": "3886:10:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1159, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3900:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "3886:15:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1172, + "nodeType": "IfStatement", + "src": "3882:102:2", + "trueBody": { + "id": 1171, + "nodeType": "Block", + "src": "3903:81:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1167, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1162, + "name": "_senderFeeRecipient", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1127, + "src": "3916:19:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 1165, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3947:1:2", + "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": 1164, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3939:7:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1163, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3939:7:2", + "typeDescriptions": {} + } + }, + "id": 1166, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3939:10:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "3916:33:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e76616c696453656e646572466565526563697069656e74", + "id": 1168, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3951:27:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8", + "typeString": "literal_string \"InvalidSenderFeeRecipient\"" + }, + "value": "InvalidSenderFeeRecipient" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_ffb69afb32cdb1c7026bbd5bf2be167eb8b698d96a6fa0abd73b70c43ca464b8", + "typeString": "literal_string \"InvalidSenderFeeRecipient\"" + } + ], + "id": 1161, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3908:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1169, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3908:71:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1170, + "nodeType": "ExpressionStatement", + "src": "3908:71:2" + } + ] + } + } + ] + }, + "documentation": { + "id": 1119, + "nodeType": "StructuredDocumentation", + "src": "3170:388:2", + "text": " @dev Internal function to handle order creation.\n @param _token The address of the token being traded.\n @param _amount The amount of tokens being traded.\n @param _refundAddress The address to refund the tokens in case of cancellation.\n @param _senderFeeRecipient The address of the recipient for the sender fee.\n @param _senderFee The amount of the sender fee." + }, + "id": 1174, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_handler", + "nameLocation": "3569:8:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1130, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1121, + "mutability": "mutable", + "name": "_token", + "nameLocation": "3589:6:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3581:14:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1120, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3581:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1123, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "3607:7:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3599:15:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1122, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3599:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1125, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "3626:14:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3618:22:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1124, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3618:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1127, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "3652:19:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3644:27:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1126, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3644:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1129, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "3683:10:2", + "nodeType": "VariableDeclaration", + "scope": 1174, + "src": "3675:18:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1128, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3675:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "3577:119:2" + }, + "returnParameters": { + "id": 1131, + "nodeType": "ParameterList", + "parameters": [], + "src": "3711:0:2" + }, + "scope": 1511, + "src": "3560:427:2", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "baseFunctions": [ + 1630 + ], + "body": { + "id": 1328, + "nodeType": "Block", + "src": "4382:1337:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 1195, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4445:28:2", + "subExpression": { + "expression": { + "baseExpression": { + "id": 1191, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4446:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1193, + "indexExpression": { + "id": 1192, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4452:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4446:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1194, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4462:11:2", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "4446:27:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f7264657246756c66696c6c6564", + "id": 1196, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4475:16:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + }, + "value": "OrderFulfilled" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + } + ], + "id": 1190, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4437:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1197, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4437:55:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1198, + "nodeType": "ExpressionStatement", + "src": "4437:55:2" + }, + { + "expression": { + "arguments": [ + { + "id": 1204, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4504:27:2", + "subExpression": { + "expression": { + "baseExpression": { + "id": 1200, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4505:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1202, + "indexExpression": { + "id": 1201, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4511:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4505:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1203, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4521:10:2", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "4505:26:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f72646572526566756e646564", + "id": 1205, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4533:15:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + }, + "value": "OrderRefunded" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + } + ], + "id": 1199, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4496:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1206, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4496:53:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1207, + "nodeType": "ExpressionStatement", + "src": "4496:53:2" + }, + { + "assignments": [ + 1209 + ], + "declarations": [ + { + "constant": false, + "id": 1209, + "mutability": "mutable", + "name": "token", + "nameLocation": "4594:5:2", + "nodeType": "VariableDeclaration", + "scope": 1328, + "src": "4586:13:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1208, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4586:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 1214, + "initialValue": { + "expression": { + "baseExpression": { + "id": 1210, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4602:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1212, + "indexExpression": { + "id": 1211, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4608:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4602:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1213, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4618:5:2", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "4602:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "4586:37:2" + }, + { + "expression": { + "id": 1220, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1215, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4690:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1217, + "indexExpression": { + "id": 1216, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4696:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4690:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1218, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "4706:10:2", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "4690:26:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 1219, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1183, + "src": "4720:14:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "4690:44:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "id": 1221, + "nodeType": "ExpressionStatement", + "src": "4690:44:2" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "id": 1227, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1222, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4743:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1224, + "indexExpression": { + "id": 1223, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4749:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4743:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1225, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4759:10:2", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "4743:26:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "30", + "id": 1226, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4773:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4743:31:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1291, + "nodeType": "IfStatement", + "src": "4739:604:2", + "trueBody": { + "id": 1290, + "nodeType": "Block", + "src": "4776:567:2", + "statements": [ + { + "expression": { + "id": 1233, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1228, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4826:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1230, + "indexExpression": { + "id": 1229, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4832:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4826:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1231, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "4842:11:2", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "4826:27:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 1232, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4856:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "4826:34:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1234, + "nodeType": "ExpressionStatement", + "src": "4826:34:2" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1240, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1235, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4870:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1237, + "indexExpression": { + "id": 1236, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4876:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4870:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1238, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4886:9:2", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "4870:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1239, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4899:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "4870:30:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1270, + "nodeType": "IfStatement", + "src": "4866:321:2", + "trueBody": { + "id": 1269, + "nodeType": "Block", + "src": "4902:285:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1248, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4980:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1250, + "indexExpression": { + "id": 1249, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4986:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4980:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1251, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4996:18:2", + "memberName": "senderFeeRecipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 1579, + "src": "4980:34:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 1252, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5021:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1254, + "indexExpression": { + "id": 1253, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5027:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5021:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1255, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5037:9:2", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5021:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1242, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "4942:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1244, + "indexExpression": { + "id": 1243, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "4948:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "4942:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1245, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4958:5:2", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "4942:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1241, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "4935:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1246, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4935:29:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1247, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "4965:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "4935:38:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1256, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4935:117:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1257, + "nodeType": "ExpressionStatement", + "src": "4935:117:2" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1259, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5109:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1261, + "indexExpression": { + "id": 1260, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5115:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5109:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1262, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5125:18:2", + "memberName": "senderFeeRecipient", + "nodeType": "MemberAccess", + "referencedDeclaration": 1579, + "src": "5109:34:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 1263, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5150:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1265, + "indexExpression": { + "id": 1264, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5156:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5150:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1266, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5166:9:2", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "5150:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1258, + "name": "SenderFeeTransferred", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1562, + "src": "5082:20:2", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1267, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5082:99:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1268, + "nodeType": "EmitStatement", + "src": "5077:104:2" + } + ] + } + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1276, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1271, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5196:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1273, + "indexExpression": { + "id": 1272, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5202:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5196:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1274, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5212:11:2", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "5196:27:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "hexValue": "30", + "id": 1275, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5227:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "5196:32:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1289, + "nodeType": "IfStatement", + "src": "5192:147:2", + "trueBody": { + "id": 1288, + "nodeType": "Block", + "src": "5230:109:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 1281, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "5288:15:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "expression": { + "baseExpression": { + "id": 1282, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5305:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1284, + "indexExpression": { + "id": 1283, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5311:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5305:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1285, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5321:11:2", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "5305:27:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 1278, + "name": "token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1209, + "src": "5272:5:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1277, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5265:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1279, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5265:13:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1280, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5279:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5265:22:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1286, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5265:68:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1287, + "nodeType": "ExpressionStatement", + "src": "5265:68:2" + } + ] + } + } + ] + } + }, + { + "assignments": [ + 1293 + ], + "declarations": [ + { + "constant": false, + "id": 1293, + "mutability": "mutable", + "name": "liquidityProviderAmount", + "nameLocation": "5391:23:2", + "nodeType": "VariableDeclaration", + "scope": 1328, + "src": "5383:31:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1292, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5383:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 1303, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1302, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1299, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1294, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5418:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1296, + "indexExpression": { + "id": 1295, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5424:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5418:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1297, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5434:6:2", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "5418:22:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "*", + "rightExpression": { + "id": 1298, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1183, + "src": "5443:14:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "src": "5418:39:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 1300, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "5417:41:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "/", + "rightExpression": { + "id": 1301, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "5461:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5417:51:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "5383:85:2" + }, + { + "expression": { + "id": 1309, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1304, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5472:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1306, + "indexExpression": { + "id": 1305, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5478:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5472:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1307, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "5488:6:2", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "5472:22:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "Assignment", + "operator": "-=", + "rightHandSide": { + "id": 1308, + "name": "liquidityProviderAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1293, + "src": "5498:23:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "5472:49:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 1310, + "nodeType": "ExpressionStatement", + "src": "5472:49:2" + }, + { + "expression": { + "arguments": [ + { + "id": 1315, + "name": "_liquidityProvider", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1181, + "src": "5548:18:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1316, + "name": "liquidityProviderAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1293, + "src": "5568:23:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "id": 1312, + "name": "token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1209, + "src": "5532:5:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1311, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "5525:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1313, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5525:13:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1314, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5539:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "5525:22:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1317, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5525:67:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1318, + "nodeType": "ExpressionStatement", + "src": "5525:67:2" + }, + { + "eventCall": { + "arguments": [ + { + "id": 1320, + "name": "_splitOrderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1177, + "src": "5639:13:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 1321, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1179, + "src": "5654:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + { + "id": 1322, + "name": "_liquidityProvider", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1181, + "src": "5664:18:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1323, + "name": "_settlePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1183, + "src": "5684:14:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + ], + "id": 1319, + "name": "OrderSettled", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1548, + "src": "5626:12:2", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_bytes32_$_t_address_$_t_uint96_$returns$__$", + "typeString": "function (bytes32,bytes32,address,uint96)" + } + }, + "id": 1324, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5626:73:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1325, + "nodeType": "EmitStatement", + "src": "5621:78:2" + }, + { + "expression": { + "hexValue": "74727565", + "id": 1326, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5711:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 1189, + "id": 1327, + "nodeType": "Return", + "src": "5704:11:2" + } + ] + }, + "documentation": { + "id": 1175, + "nodeType": "StructuredDocumentation", + "src": "4188:34:2", + "text": "@dev See {settle-IGateway}. " + }, + "functionSelector": "f22ee704", + "id": 1329, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1186, + "kind": "modifierInvocation", + "modifierName": { + "id": 1185, + "name": "onlyAggregator", + "nameLocations": [ + "4352:14:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 970, + "src": "4352:14:2" + }, + "nodeType": "ModifierInvocation", + "src": "4352:14:2" + } + ], + "name": "settle", + "nameLocation": "4233:6:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1184, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1177, + "mutability": "mutable", + "name": "_splitOrderId", + "nameLocation": "4251:13:2", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4243:21:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1176, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4243:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1179, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "4276:8:2", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4268:16:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1178, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4268:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1181, + "mutability": "mutable", + "name": "_liquidityProvider", + "nameLocation": "4296:18:2", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4288:26:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1180, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4288:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1183, + "mutability": "mutable", + "name": "_settlePercent", + "nameLocation": "4325:14:2", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4318:21:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 1182, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "4318:6:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "4239:103:2" + }, + "returnParameters": { + "id": 1189, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1188, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1329, + "src": "4376:4:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1187, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "4376:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "4375:6:2" + }, + "scope": 1511, + "src": "4224:1495:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1640 + ], + "body": { + "id": 1434, + "nodeType": "Block", + "src": "5845:839:2", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 1346, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "5908:28:2", + "subExpression": { + "expression": { + "baseExpression": { + "id": 1342, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5909:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1344, + "indexExpression": { + "id": 1343, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "5915:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5909:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1345, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5925:11:2", + "memberName": "isFulfilled", + "nodeType": "MemberAccess", + "referencedDeclaration": 1585, + "src": "5909:27:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f7264657246756c66696c6c6564", + "id": 1347, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5938:16:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + }, + "value": "OrderFulfilled" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_84045048554d058b8a53b78300214112125a1eccddd735f23a805c1c4be2d6f5", + "typeString": "literal_string \"OrderFulfilled\"" + } + ], + "id": 1341, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5900:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1348, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5900:55:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1349, + "nodeType": "ExpressionStatement", + "src": "5900:55:2" + }, + { + "expression": { + "arguments": [ + { + "id": 1355, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "5967:27:2", + "subExpression": { + "expression": { + "baseExpression": { + "id": 1351, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "5968:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1353, + "indexExpression": { + "id": 1352, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "5974:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "5968:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1354, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "5984:10:2", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "5968:26:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f72646572526566756e646564", + "id": 1356, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5996:15:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + }, + "value": "OrderRefunded" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0ab1527a936433fc64df27b599aa49d8cbaac3a88b1b3888cf4384b9e8bea9cd", + "typeString": "literal_string \"OrderRefunded\"" + } + ], + "id": 1350, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5959:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1357, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5959:53:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1358, + "nodeType": "ExpressionStatement", + "src": "5959:53:2" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1365, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1360, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6024:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1362, + "indexExpression": { + "id": 1361, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6030:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6024:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1363, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6040:11:2", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "6024:27:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">=", + "rightExpression": { + "id": 1364, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1332, + "src": "6055:4:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6024:35:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4665654578636565647350726f746f636f6c466565", + "id": 1366, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6061:23:2", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de", + "typeString": "literal_string \"FeeExceedsProtocolFee\"" + }, + "value": "FeeExceedsProtocolFee" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_c06b87282d804789c7604f19c70a4ed32c29ae2e290ed8b49435ec1484c8a5de", + "typeString": "literal_string \"FeeExceedsProtocolFee\"" + } + ], + "id": 1359, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "6016:7:2", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1367, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6016:69:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1368, + "nodeType": "ExpressionStatement", + "src": "6016:69:2" + }, + { + "expression": { + "arguments": [ + { + "id": 1376, + "name": "treasuryAddress", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 642, + "src": "6170:15:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1377, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1332, + "src": "6187:4:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1370, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6138:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1372, + "indexExpression": { + "id": 1371, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6144:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6138:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1373, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6154:5:2", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "6138:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1369, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "6131:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1374, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6131:29:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1375, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6161:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "6131:38:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1378, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6131:61:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1379, + "nodeType": "ExpressionStatement", + "src": "6131:61:2" + }, + { + "expression": { + "id": 1385, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1380, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6221:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1382, + "indexExpression": { + "id": 1381, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6227:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6221:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1383, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6237:10:2", + "memberName": "isRefunded", + "nodeType": "MemberAccess", + "referencedDeclaration": 1587, + "src": "6221:26:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 1384, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6250:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "6221:33:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1386, + "nodeType": "ExpressionStatement", + "src": "6221:33:2" + }, + { + "expression": { + "id": 1392, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "expression": { + "baseExpression": { + "id": 1387, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6258:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1389, + "indexExpression": { + "id": 1388, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6264:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6258:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1390, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": true, + "memberLocation": "6274:10:2", + "memberName": "currentBPS", + "nodeType": "MemberAccess", + "referencedDeclaration": 1591, + "src": "6258:26:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "30", + "id": 1391, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6287:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "6258:30:2", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "id": 1393, + "nodeType": "ExpressionStatement", + "src": "6258:30:2" + }, + { + "assignments": [ + 1395 + ], + "declarations": [ + { + "constant": false, + "id": 1395, + "mutability": "mutable", + "name": "refundAmount", + "nameLocation": "6335:12:2", + "nodeType": "VariableDeclaration", + "scope": 1434, + "src": "6327:20:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1394, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6327:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 1407, + "initialValue": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1406, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1404, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "expression": { + "baseExpression": { + "id": 1396, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6350:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1398, + "indexExpression": { + "id": 1397, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6356:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6350:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1399, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6366:6:2", + "memberName": "amount", + "nodeType": "MemberAccess", + "referencedDeclaration": 1593, + "src": "6350:22:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "expression": { + "baseExpression": { + "id": 1400, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6375:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1402, + "indexExpression": { + "id": 1401, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6381:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6375:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1403, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6391:11:2", + "memberName": "protocolFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1583, + "src": "6375:27:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6350:52:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "-", + "rightExpression": { + "id": 1405, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1332, + "src": "6405:4:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6350:59:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "6327:82:2" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1415, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6522:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1417, + "indexExpression": { + "id": 1416, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6528:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6522:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1418, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6538:13:2", + "memberName": "refundAddress", + "nodeType": "MemberAccess", + "referencedDeclaration": 1589, + "src": "6522:29:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1424, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1419, + "name": "refundAmount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1395, + "src": "6556:12:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "+", + "rightExpression": { + "expression": { + "baseExpression": { + "id": 1420, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6571:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1422, + "indexExpression": { + "id": 1421, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6577:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6571:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1423, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6587:9:2", + "memberName": "senderFee", + "nodeType": "MemberAccess", + "referencedDeclaration": 1581, + "src": "6571:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "src": "6556:40:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "expression": { + "arguments": [ + { + "expression": { + "baseExpression": { + "id": 1409, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "6486:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1411, + "indexExpression": { + "id": 1410, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6492:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "6486:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "id": 1412, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6502:5:2", + "memberName": "token", + "nodeType": "MemberAccess", + "referencedDeclaration": 1577, + "src": "6486:21:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1408, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "6479:6:2", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_IERC20_$3351_$", + "typeString": "type(contract IERC20)" + } + }, + "id": 1413, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6479:29:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_contract$_IERC20_$3351", + "typeString": "contract IERC20" + } + }, + "id": 1414, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "6509:8:2", + "memberName": "transfer", + "nodeType": "MemberAccess", + "referencedDeclaration": 3318, + "src": "6479:38:2", + "typeDescriptions": { + "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$", + "typeString": "function (address,uint256) external returns (bool)" + } + }, + "id": 1425, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6479:121:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1426, + "nodeType": "ExpressionStatement", + "src": "6479:121:2" + }, + { + "eventCall": { + "arguments": [ + { + "id": 1428, + "name": "_fee", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1332, + "src": "6649:4:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + { + "id": 1429, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1334, + "src": "6655:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + ], + "id": 1427, + "name": "OrderRefunded", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1555, + "src": "6635:13:2", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_bytes32_$returns$__$", + "typeString": "function (uint256,bytes32)" + } + }, + "id": 1430, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6635:29:2", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1431, + "nodeType": "EmitStatement", + "src": "6630:34:2" + }, + { + "expression": { + "hexValue": "74727565", + "id": 1432, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6676:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 1340, + "id": 1433, + "nodeType": "Return", + "src": "6669:11:2" + } + ] + }, + "documentation": { + "id": 1330, + "nodeType": "StructuredDocumentation", + "src": "5722:34:2", + "text": "@dev See {refund-IGateway}. " + }, + "functionSelector": "71eedb88", + "id": 1435, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1337, + "kind": "modifierInvocation", + "modifierName": { + "id": 1336, + "name": "onlyAggregator", + "nameLocations": [ + "5815:14:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 970, + "src": "5815:14:2" + }, + "nodeType": "ModifierInvocation", + "src": "5815:14:2" + } + ], + "name": "refund", + "nameLocation": "5767:6:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1335, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1332, + "mutability": "mutable", + "name": "_fee", + "nameLocation": "5782:4:2", + "nodeType": "VariableDeclaration", + "scope": 1435, + "src": "5774:12:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1331, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5774:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1334, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "5796:8:2", + "nodeType": "VariableDeclaration", + "scope": 1435, + "src": "5788:16:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1333, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5788:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "5773:32:2" + }, + "returnParameters": { + "id": 1340, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1339, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1435, + "src": "5839:4:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1338, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5839:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5838:6:2" + }, + "scope": 1511, + "src": "5758:926:2", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1657 + ], + "body": { + "id": 1448, + "nodeType": "Block", + "src": "6994:30:2", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 1444, + "name": "order", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 924, + "src": "7005:5:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Order_$1594_storage_$", + "typeString": "mapping(bytes32 => struct IGateway.Order storage ref)" + } + }, + "id": 1446, + "indexExpression": { + "id": 1445, + "name": "_orderId", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1438, + "src": "7011:8:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7005:15:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage", + "typeString": "struct IGateway.Order storage ref" + } + }, + "functionReturnParameters": 1443, + "id": 1447, + "nodeType": "Return", + "src": "6998:22:2" + } + ] + }, + "documentation": { + "id": 1436, + "nodeType": "StructuredDocumentation", + "src": "6875:40:2", + "text": "@dev See {getOrderInfo-IGateway}. " + }, + "functionSelector": "768c6ec0", + "id": 1449, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getOrderInfo", + "nameLocation": "6926:12:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1439, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1438, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "6947:8:2", + "nodeType": "VariableDeclaration", + "scope": 1449, + "src": "6939:16:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1437, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6939:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "6938:18:2" + }, + "returnParameters": { + "id": 1443, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1442, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1449, + "src": "6980:12:2", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order" + }, + "typeName": { + "id": 1441, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1440, + "name": "Order", + "nameLocations": [ + "6980:5:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "6980:5:2" + }, + "referencedDeclaration": 1594, + "src": "6980:5:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + }, + "visibility": "internal" + } + ], + "src": "6979:14:2" + }, + "scope": 1511, + "src": "6917:107:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1648 + ], + "body": { + "id": 1467, + "nodeType": "Block", + "src": "7144:71:2", + "statements": [ + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1461, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "baseExpression": { + "id": 1457, + "name": "_isTokenSupported", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 652, + "src": "7152:17:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", + "typeString": "mapping(address => uint256)" + } + }, + "id": 1459, + "indexExpression": { + "id": 1458, + "name": "_token", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1452, + "src": "7170:6:2", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7152:25:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 1460, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7181:1:2", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "7152:30:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 1464, + "nodeType": "IfStatement", + "src": "7148:47:2", + "trueBody": { + "expression": { + "hexValue": "74727565", + "id": 1462, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7191:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "functionReturnParameters": 1456, + "id": 1463, + "nodeType": "Return", + "src": "7184:11:2" + } + }, + { + "expression": { + "hexValue": "66616c7365", + "id": 1465, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "7206:5:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "functionReturnParameters": 1456, + "id": 1466, + "nodeType": "Return", + "src": "7199:12:2" + } + ] + }, + "documentation": { + "id": 1450, + "nodeType": "StructuredDocumentation", + "src": "7027:44:2", + "text": "@dev See {isTokenSupported-IGateway}. " + }, + "functionSelector": "75151b63", + "id": 1468, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "isTokenSupported", + "nameLocation": "7082:16:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1453, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1452, + "mutability": "mutable", + "name": "_token", + "nameLocation": "7107:6:2", + "nodeType": "VariableDeclaration", + "scope": 1468, + "src": "7099:14:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1451, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "7099:7:2", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "7098:16:2" + }, + "returnParameters": { + "id": 1456, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1455, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1468, + "src": "7138:4:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1454, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "7138:4:2", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "7137:6:2" + }, + "scope": 1511, + "src": "7073:142:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1674 + ], + "body": { + "id": 1481, + "nodeType": "Block", + "src": "7399:49:2", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 1477, + "name": "supportedInstitutionsByCode", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 663, + "src": "7410:27:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_InstitutionByCode_$1697_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.InstitutionByCode storage ref)" + } + }, + "id": 1479, + "indexExpression": { + "id": 1478, + "name": "_code", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1471, + "src": "7438:5:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7410:34:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage", + "typeString": "struct SharedStructs.InstitutionByCode storage ref" + } + }, + "functionReturnParameters": 1476, + "id": 1480, + "nodeType": "Return", + "src": "7403:41:2" + } + ] + }, + "documentation": { + "id": 1469, + "nodeType": "StructuredDocumentation", + "src": "7218:57:2", + "text": "@dev See {getSupportedInstitutionByCode-IGateway}. " + }, + "functionSelector": "c2280103", + "id": 1482, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutionByCode", + "nameLocation": "7286:29:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1472, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1471, + "mutability": "mutable", + "name": "_code", + "nameLocation": "7327:5:2", + "nodeType": "VariableDeclaration", + "scope": 1482, + "src": "7319:13:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1470, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7319:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7315:20:2" + }, + "returnParameters": { + "id": 1476, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1475, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1482, + "src": "7359:38:2", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_memory_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + }, + "typeName": { + "id": 1474, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1473, + "name": "SharedStructs.InstitutionByCode", + "nameLocations": [ + "7359:13:2", + "7373:17:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1697, + "src": "7359:31:2" + }, + "referencedDeclaration": 1697, + "src": "7359:31:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + } + }, + "visibility": "internal" + } + ], + "src": "7358:40:2" + }, + "scope": 1511, + "src": "7277:171:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1684 + ], + "body": { + "id": 1496, + "nodeType": "Block", + "src": "7622:47:2", + "statements": [ + { + "expression": { + "baseExpression": { + "id": 1492, + "name": "supportedInstitutions", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 658, + "src": "7633:21:2", + "typeDescriptions": { + "typeIdentifier": "t_mapping$_t_bytes32_$_t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_$", + "typeString": "mapping(bytes32 => struct SharedStructs.Institution storage ref[] storage ref)" + } + }, + "id": 1494, + "indexExpression": { + "id": 1493, + "name": "_currency", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1485, + "src": "7655:9:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "isConstant": false, + "isLValue": true, + "isPure": false, + "lValueRequested": false, + "nodeType": "IndexAccess", + "src": "7633:32:2", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage", + "typeString": "struct SharedStructs.Institution storage ref[] storage ref" + } + }, + "functionReturnParameters": 1491, + "id": 1495, + "nodeType": "Return", + "src": "7626:39:2" + } + ] + }, + "documentation": { + "id": 1483, + "nodeType": "StructuredDocumentation", + "src": "7451:52:2", + "text": "@dev See {getSupportedInstitutions-IGateway}. " + }, + "functionSelector": "02621338", + "id": 1497, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutions", + "nameLocation": "7514:24:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1486, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1485, + "mutability": "mutable", + "name": "_currency", + "nameLocation": "7550:9:2", + "nodeType": "VariableDeclaration", + "scope": 1497, + "src": "7542:17:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1484, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7542:7:2", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7538:24:2" + }, + "returnParameters": { + "id": 1491, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1490, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1497, + "src": "7586:34:2", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 1488, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1487, + "name": "SharedStructs.Institution", + "nameLocations": [ + "7586:13:2", + "7600:11:2" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "7586:25:2" + }, + "referencedDeclaration": 1692, + "src": "7586:25:2", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 1489, + "nodeType": "ArrayTypeName", + "src": "7586:27:2", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "7585:36:2" + }, + "scope": 1511, + "src": "7505:164:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "baseFunctions": [ + 1665 + ], + "body": { + "id": 1509, + "nodeType": "Block", + "src": "7780:44:2", + "statements": [ + { + "expression": { + "components": [ + { + "id": 1505, + "name": "protocolFeePercent", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 640, + "src": "7792:18:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + { + "id": 1506, + "name": "MAX_BPS", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 638, + "src": "7812:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "id": 1507, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "7791:29:2", + "typeDescriptions": { + "typeIdentifier": "t_tuple$_t_uint64_$_t_uint256_$", + "typeString": "tuple(uint64,uint256)" + } + }, + "functionReturnParameters": 1504, + "id": 1508, + "nodeType": "Return", + "src": "7784:36:2" + } + ] + }, + "documentation": { + "id": 1498, + "nodeType": "StructuredDocumentation", + "src": "7672:41:2", + "text": "@dev See {getFeeDetails-IGateway}. " + }, + "functionSelector": "b810c636", + "id": 1510, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "getFeeDetails", + "nameLocation": "7724:13:2", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1499, + "nodeType": "ParameterList", + "parameters": [], + "src": "7737:2:2" + }, + "returnParameters": { + "id": 1504, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1501, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1510, + "src": "7763:6:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 1500, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "7763:6:2", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1503, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1510, + "src": "7771:7:2", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1502, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "7771:7:2", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "7762:17:2" + }, + "scope": 1511, + "src": "7715:109:2", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 1512, + "src": "451:7375:2", + "usedErrors": [] + } + ], + "src": "39:7788:2" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.296Z" +} \ No newline at end of file diff --git a/build/contracts/IERC20.json b/build/contracts/IERC20.json new file mode 100644 index 0000000..e54fb2b --- /dev/null +++ b/build/contracts/IERC20.json @@ -0,0 +1,2031 @@ +{ + "contractName": "IERC20", + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Approval", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Transfer", + "type": "event" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "internalType": "address", + "name": "spender", + "type": "address" + } + ], + "name": "allowance", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "approve", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "balanceOf", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "totalSupply", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "transfer", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "transferFrom", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x", + "deployedBytecode": "0x", + "sourceMap": "", + "deployedSourceMap": "", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev Interface of the ERC20 standard as defined in the EIP.\n */\ninterface IERC20 {\n /**\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\n * another (`to`).\n *\n * Note that `value` may be zero.\n */\n event Transfer(address indexed from, address indexed to, uint256 value);\n\n /**\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\n * a call to {approve}. `value` is the new allowance.\n */\n event Approval(address indexed owner, address indexed spender, uint256 value);\n\n /**\n * @dev Returns the amount of tokens in existence.\n */\n function totalSupply() external view returns (uint256);\n\n /**\n * @dev Returns the amount of tokens owned by `account`.\n */\n function balanceOf(address account) external view returns (uint256);\n\n /**\n * @dev Moves `amount` tokens from the caller's account to `to`.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transfer(address to, uint256 amount) external returns (bool);\n\n /**\n * @dev Returns the remaining number of tokens that `spender` will be\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\n * zero by default.\n *\n * This value changes when {approve} or {transferFrom} are called.\n */\n function allowance(address owner, address spender) external view returns (uint256);\n\n /**\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\n * that someone may use both the old and the new allowance by unfortunate\n * transaction ordering. One possible solution to mitigate this race\n * condition is to first reduce the spender's allowance to 0 and set the\n * desired value afterwards:\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n *\n * Emits an {Approval} event.\n */\n function approve(address spender, uint256 amount) external returns (bool);\n\n /**\n * @dev Moves `amount` tokens from `from` to `to` using the\n * allowance mechanism. `amount` is then deducted from the caller's\n * allowance.\n *\n * Returns a boolean value indicating whether the operation succeeded.\n *\n * Emits a {Transfer} event.\n */\n function transferFrom(address from, address to, uint256 amount) external returns (bool);\n}\n", + "sourcePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "exportedSymbols": { + "IERC20": [ + 3351 + ] + }, + "id": 3352, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 3275, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "106:23:13" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IERC20", + "contractDependencies": [], + "contractKind": "interface", + "documentation": { + "id": 3276, + "nodeType": "StructuredDocumentation", + "src": "131:70:13", + "text": " @dev Interface of the ERC20 standard as defined in the EIP." + }, + "fullyImplemented": false, + "id": 3351, + "linearizedBaseContracts": [ + 3351 + ], + "name": "IERC20", + "nameLocation": "212:6:13", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "documentation": { + "id": 3277, + "nodeType": "StructuredDocumentation", + "src": "225:158:13", + "text": " @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero." + }, + "eventSelector": "ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "id": 3285, + "name": "Transfer", + "nameLocation": "394:8:13", + "nodeType": "EventDefinition", + "parameters": { + "id": 3284, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3279, + "indexed": true, + "mutability": "mutable", + "name": "from", + "nameLocation": "419:4:13", + "nodeType": "VariableDeclaration", + "scope": 3285, + "src": "403:20:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3278, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "403:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3281, + "indexed": true, + "mutability": "mutable", + "name": "to", + "nameLocation": "441:2:13", + "nodeType": "VariableDeclaration", + "scope": 3285, + "src": "425:18:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3280, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "425:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3283, + "indexed": false, + "mutability": "mutable", + "name": "value", + "nameLocation": "453:5:13", + "nodeType": "VariableDeclaration", + "scope": 3285, + "src": "445:13:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3282, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "445:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "402:57:13" + }, + "src": "388:72:13" + }, + { + "anonymous": false, + "documentation": { + "id": 3286, + "nodeType": "StructuredDocumentation", + "src": "466:148:13", + "text": " @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance." + }, + "eventSelector": "8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "id": 3294, + "name": "Approval", + "nameLocation": "625:8:13", + "nodeType": "EventDefinition", + "parameters": { + "id": 3293, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3288, + "indexed": true, + "mutability": "mutable", + "name": "owner", + "nameLocation": "650:5:13", + "nodeType": "VariableDeclaration", + "scope": 3294, + "src": "634:21:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3287, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "634:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3290, + "indexed": true, + "mutability": "mutable", + "name": "spender", + "nameLocation": "673:7:13", + "nodeType": "VariableDeclaration", + "scope": 3294, + "src": "657:23:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3289, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "657:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3292, + "indexed": false, + "mutability": "mutable", + "name": "value", + "nameLocation": "690:5:13", + "nodeType": "VariableDeclaration", + "scope": 3294, + "src": "682:13:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3291, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "682:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "633:63:13" + }, + "src": "619:78:13" + }, + { + "documentation": { + "id": 3295, + "nodeType": "StructuredDocumentation", + "src": "703:66:13", + "text": " @dev Returns the amount of tokens in existence." + }, + "functionSelector": "18160ddd", + "id": 3300, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "totalSupply", + "nameLocation": "783:11:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3296, + "nodeType": "ParameterList", + "parameters": [], + "src": "794:2:13" + }, + "returnParameters": { + "id": 3299, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3298, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3300, + "src": "820:7:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3297, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "820:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "819:9:13" + }, + "scope": 3351, + "src": "774:55:13", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3301, + "nodeType": "StructuredDocumentation", + "src": "835:72:13", + "text": " @dev Returns the amount of tokens owned by `account`." + }, + "functionSelector": "70a08231", + "id": 3308, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "balanceOf", + "nameLocation": "921:9:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3304, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3303, + "mutability": "mutable", + "name": "account", + "nameLocation": "939:7:13", + "nodeType": "VariableDeclaration", + "scope": 3308, + "src": "931:15:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3302, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "931:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "930:17:13" + }, + "returnParameters": { + "id": 3307, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3306, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3308, + "src": "971:7:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3305, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "971:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "970:9:13" + }, + "scope": 3351, + "src": "912:68:13", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3309, + "nodeType": "StructuredDocumentation", + "src": "986:202:13", + "text": " @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event." + }, + "functionSelector": "a9059cbb", + "id": 3318, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "transfer", + "nameLocation": "1202:8:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3314, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3311, + "mutability": "mutable", + "name": "to", + "nameLocation": "1219:2:13", + "nodeType": "VariableDeclaration", + "scope": 3318, + "src": "1211:10:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3310, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1211:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3313, + "mutability": "mutable", + "name": "amount", + "nameLocation": "1231:6:13", + "nodeType": "VariableDeclaration", + "scope": 3318, + "src": "1223:14:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3312, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1223:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1210:28:13" + }, + "returnParameters": { + "id": 3317, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3316, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3318, + "src": "1257:4:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 3315, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1257:4:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1256:6:13" + }, + "scope": 3351, + "src": "1193:70:13", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3319, + "nodeType": "StructuredDocumentation", + "src": "1269:264:13", + "text": " @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called." + }, + "functionSelector": "dd62ed3e", + "id": 3328, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "allowance", + "nameLocation": "1547:9:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3324, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3321, + "mutability": "mutable", + "name": "owner", + "nameLocation": "1565:5:13", + "nodeType": "VariableDeclaration", + "scope": 3328, + "src": "1557:13:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3320, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1557:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3323, + "mutability": "mutable", + "name": "spender", + "nameLocation": "1580:7:13", + "nodeType": "VariableDeclaration", + "scope": 3328, + "src": "1572:15:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3322, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1572:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1556:32:13" + }, + "returnParameters": { + "id": 3327, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3326, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3328, + "src": "1612:7:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3325, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1612:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1611:9:13" + }, + "scope": 3351, + "src": "1538:83:13", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3329, + "nodeType": "StructuredDocumentation", + "src": "1627:642:13", + "text": " @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event." + }, + "functionSelector": "095ea7b3", + "id": 3338, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "approve", + "nameLocation": "2283:7:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3334, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3331, + "mutability": "mutable", + "name": "spender", + "nameLocation": "2299:7:13", + "nodeType": "VariableDeclaration", + "scope": 3338, + "src": "2291:15:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3330, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2291:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3333, + "mutability": "mutable", + "name": "amount", + "nameLocation": "2316:6:13", + "nodeType": "VariableDeclaration", + "scope": 3338, + "src": "2308:14:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3332, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2308:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2290:33:13" + }, + "returnParameters": { + "id": 3337, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3336, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3338, + "src": "2342:4:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 3335, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2342:4:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "2341:6:13" + }, + "scope": 3351, + "src": "2274:74:13", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3339, + "nodeType": "StructuredDocumentation", + "src": "2354:287:13", + "text": " @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event." + }, + "functionSelector": "23b872dd", + "id": 3350, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "transferFrom", + "nameLocation": "2655:12:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3346, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3341, + "mutability": "mutable", + "name": "from", + "nameLocation": "2676:4:13", + "nodeType": "VariableDeclaration", + "scope": 3350, + "src": "2668:12:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3340, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2668:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3343, + "mutability": "mutable", + "name": "to", + "nameLocation": "2690:2:13", + "nodeType": "VariableDeclaration", + "scope": 3350, + "src": "2682:10:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3342, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2682:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3345, + "mutability": "mutable", + "name": "amount", + "nameLocation": "2702:6:13", + "nodeType": "VariableDeclaration", + "scope": 3350, + "src": "2694:14:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3344, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2694:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2667:42:13" + }, + "returnParameters": { + "id": 3349, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3348, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3350, + "src": "2728:4:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 3347, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2728:4:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "2727:6:13" + }, + "scope": 3351, + "src": "2646:88:13", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + } + ], + "scope": 3352, + "src": "202:2534:13", + "usedErrors": [] + } + ], + "src": "106:2631:13" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "exportedSymbols": { + "IERC20": [ + 3351 + ] + }, + "id": 3352, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 3275, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "106:23:13" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IERC20", + "contractDependencies": [], + "contractKind": "interface", + "documentation": { + "id": 3276, + "nodeType": "StructuredDocumentation", + "src": "131:70:13", + "text": " @dev Interface of the ERC20 standard as defined in the EIP." + }, + "fullyImplemented": false, + "id": 3351, + "linearizedBaseContracts": [ + 3351 + ], + "name": "IERC20", + "nameLocation": "212:6:13", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "documentation": { + "id": 3277, + "nodeType": "StructuredDocumentation", + "src": "225:158:13", + "text": " @dev Emitted when `value` tokens are moved from one account (`from`) to\n another (`to`).\n Note that `value` may be zero." + }, + "eventSelector": "ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", + "id": 3285, + "name": "Transfer", + "nameLocation": "394:8:13", + "nodeType": "EventDefinition", + "parameters": { + "id": 3284, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3279, + "indexed": true, + "mutability": "mutable", + "name": "from", + "nameLocation": "419:4:13", + "nodeType": "VariableDeclaration", + "scope": 3285, + "src": "403:20:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3278, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "403:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3281, + "indexed": true, + "mutability": "mutable", + "name": "to", + "nameLocation": "441:2:13", + "nodeType": "VariableDeclaration", + "scope": 3285, + "src": "425:18:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3280, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "425:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3283, + "indexed": false, + "mutability": "mutable", + "name": "value", + "nameLocation": "453:5:13", + "nodeType": "VariableDeclaration", + "scope": 3285, + "src": "445:13:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3282, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "445:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "402:57:13" + }, + "src": "388:72:13" + }, + { + "anonymous": false, + "documentation": { + "id": 3286, + "nodeType": "StructuredDocumentation", + "src": "466:148:13", + "text": " @dev Emitted when the allowance of a `spender` for an `owner` is set by\n a call to {approve}. `value` is the new allowance." + }, + "eventSelector": "8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925", + "id": 3294, + "name": "Approval", + "nameLocation": "625:8:13", + "nodeType": "EventDefinition", + "parameters": { + "id": 3293, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3288, + "indexed": true, + "mutability": "mutable", + "name": "owner", + "nameLocation": "650:5:13", + "nodeType": "VariableDeclaration", + "scope": 3294, + "src": "634:21:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3287, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "634:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3290, + "indexed": true, + "mutability": "mutable", + "name": "spender", + "nameLocation": "673:7:13", + "nodeType": "VariableDeclaration", + "scope": 3294, + "src": "657:23:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3289, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "657:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3292, + "indexed": false, + "mutability": "mutable", + "name": "value", + "nameLocation": "690:5:13", + "nodeType": "VariableDeclaration", + "scope": 3294, + "src": "682:13:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3291, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "682:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "633:63:13" + }, + "src": "619:78:13" + }, + { + "documentation": { + "id": 3295, + "nodeType": "StructuredDocumentation", + "src": "703:66:13", + "text": " @dev Returns the amount of tokens in existence." + }, + "functionSelector": "18160ddd", + "id": 3300, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "totalSupply", + "nameLocation": "783:11:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3296, + "nodeType": "ParameterList", + "parameters": [], + "src": "794:2:13" + }, + "returnParameters": { + "id": 3299, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3298, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3300, + "src": "820:7:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3297, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "820:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "819:9:13" + }, + "scope": 3351, + "src": "774:55:13", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3301, + "nodeType": "StructuredDocumentation", + "src": "835:72:13", + "text": " @dev Returns the amount of tokens owned by `account`." + }, + "functionSelector": "70a08231", + "id": 3308, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "balanceOf", + "nameLocation": "921:9:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3304, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3303, + "mutability": "mutable", + "name": "account", + "nameLocation": "939:7:13", + "nodeType": "VariableDeclaration", + "scope": 3308, + "src": "931:15:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3302, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "931:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "930:17:13" + }, + "returnParameters": { + "id": 3307, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3306, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3308, + "src": "971:7:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3305, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "971:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "970:9:13" + }, + "scope": 3351, + "src": "912:68:13", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3309, + "nodeType": "StructuredDocumentation", + "src": "986:202:13", + "text": " @dev Moves `amount` tokens from the caller's account to `to`.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event." + }, + "functionSelector": "a9059cbb", + "id": 3318, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "transfer", + "nameLocation": "1202:8:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3314, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3311, + "mutability": "mutable", + "name": "to", + "nameLocation": "1219:2:13", + "nodeType": "VariableDeclaration", + "scope": 3318, + "src": "1211:10:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3310, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1211:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3313, + "mutability": "mutable", + "name": "amount", + "nameLocation": "1231:6:13", + "nodeType": "VariableDeclaration", + "scope": 3318, + "src": "1223:14:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3312, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1223:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1210:28:13" + }, + "returnParameters": { + "id": 3317, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3316, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3318, + "src": "1257:4:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 3315, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1257:4:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1256:6:13" + }, + "scope": 3351, + "src": "1193:70:13", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3319, + "nodeType": "StructuredDocumentation", + "src": "1269:264:13", + "text": " @dev Returns the remaining number of tokens that `spender` will be\n allowed to spend on behalf of `owner` through {transferFrom}. This is\n zero by default.\n This value changes when {approve} or {transferFrom} are called." + }, + "functionSelector": "dd62ed3e", + "id": 3328, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "allowance", + "nameLocation": "1547:9:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3324, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3321, + "mutability": "mutable", + "name": "owner", + "nameLocation": "1565:5:13", + "nodeType": "VariableDeclaration", + "scope": 3328, + "src": "1557:13:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3320, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1557:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3323, + "mutability": "mutable", + "name": "spender", + "nameLocation": "1580:7:13", + "nodeType": "VariableDeclaration", + "scope": 3328, + "src": "1572:15:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3322, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1572:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1556:32:13" + }, + "returnParameters": { + "id": 3327, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3326, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3328, + "src": "1612:7:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3325, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1612:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1611:9:13" + }, + "scope": 3351, + "src": "1538:83:13", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3329, + "nodeType": "StructuredDocumentation", + "src": "1627:642:13", + "text": " @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\n Returns a boolean value indicating whether the operation succeeded.\n IMPORTANT: Beware that changing an allowance with this method brings the risk\n that someone may use both the old and the new allowance by unfortunate\n transaction ordering. One possible solution to mitigate this race\n condition is to first reduce the spender's allowance to 0 and set the\n desired value afterwards:\n https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\n Emits an {Approval} event." + }, + "functionSelector": "095ea7b3", + "id": 3338, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "approve", + "nameLocation": "2283:7:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3334, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3331, + "mutability": "mutable", + "name": "spender", + "nameLocation": "2299:7:13", + "nodeType": "VariableDeclaration", + "scope": 3338, + "src": "2291:15:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3330, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2291:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3333, + "mutability": "mutable", + "name": "amount", + "nameLocation": "2316:6:13", + "nodeType": "VariableDeclaration", + "scope": 3338, + "src": "2308:14:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3332, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2308:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2290:33:13" + }, + "returnParameters": { + "id": 3337, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3336, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3338, + "src": "2342:4:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 3335, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2342:4:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "2341:6:13" + }, + "scope": 3351, + "src": "2274:74:13", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3339, + "nodeType": "StructuredDocumentation", + "src": "2354:287:13", + "text": " @dev Moves `amount` tokens from `from` to `to` using the\n allowance mechanism. `amount` is then deducted from the caller's\n allowance.\n Returns a boolean value indicating whether the operation succeeded.\n Emits a {Transfer} event." + }, + "functionSelector": "23b872dd", + "id": 3350, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "transferFrom", + "nameLocation": "2655:12:13", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3346, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3341, + "mutability": "mutable", + "name": "from", + "nameLocation": "2676:4:13", + "nodeType": "VariableDeclaration", + "scope": 3350, + "src": "2668:12:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3340, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2668:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3343, + "mutability": "mutable", + "name": "to", + "nameLocation": "2690:2:13", + "nodeType": "VariableDeclaration", + "scope": 3350, + "src": "2682:10:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 3342, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2682:7:13", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 3345, + "mutability": "mutable", + "name": "amount", + "nameLocation": "2702:6:13", + "nodeType": "VariableDeclaration", + "scope": 3350, + "src": "2694:14:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 3344, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2694:7:13", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "2667:42:13" + }, + "returnParameters": { + "id": 3349, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3348, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3350, + "src": "2728:4:13", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 3347, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2728:4:13", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "2727:6:13" + }, + "scope": 3351, + "src": "2646:88:13", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + } + ], + "scope": 3352, + "src": "202:2534:13", + "usedErrors": [] + } + ], + "src": "106:2631:13" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.284Z" +} \ No newline at end of file diff --git a/build/contracts/IERC20Metadata.json b/build/contracts/IERC20Metadata.json new file mode 100644 index 0000000..85766e1 --- /dev/null +++ b/build/contracts/IERC20Metadata.json @@ -0,0 +1,772 @@ +{ + "contractName": "IERC20Metadata", + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Approval", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Transfer", + "type": "event" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "internalType": "address", + "name": "spender", + "type": "address" + } + ], + "name": "allowance", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "approve", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "balanceOf", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "decimals", + "outputs": [ + { + "internalType": "uint8", + "name": "", + "type": "uint8" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "name", + "outputs": [ + { + "internalType": "string", + "name": "", + "type": "string" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "symbol", + "outputs": [ + { + "internalType": "string", + "name": "", + "type": "string" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "totalSupply", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "transfer", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "transferFrom", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x", + "deployedBytecode": "0x", + "sourceMap": "", + "deployedSourceMap": "", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../IERC20.sol\";\n\n/**\n * @dev Interface for the optional metadata functions from the ERC20 standard.\n *\n * _Available since v4.1._\n */\ninterface IERC20Metadata is IERC20 {\n /**\n * @dev Returns the name of the token.\n */\n function name() external view returns (string memory);\n\n /**\n * @dev Returns the symbol of the token.\n */\n function symbol() external view returns (string memory);\n\n /**\n * @dev Returns the decimals places of the token.\n */\n function decimals() external view returns (uint8);\n}\n", + "sourcePath": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol", + "exportedSymbols": { + "IERC20": [ + 3351 + ], + "IERC20Metadata": [ + 3376 + ] + }, + "id": 3377, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 3353, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "110:23:14" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "file": "../IERC20.sol", + "id": 3354, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 3377, + "sourceUnit": 3352, + "src": "135:23:14", + "symbolAliases": [], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 3356, + "name": "IERC20", + "nameLocations": [ + "305:6:14" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3351, + "src": "305:6:14" + }, + "id": 3357, + "nodeType": "InheritanceSpecifier", + "src": "305:6:14" + } + ], + "canonicalName": "IERC20Metadata", + "contractDependencies": [], + "contractKind": "interface", + "documentation": { + "id": 3355, + "nodeType": "StructuredDocumentation", + "src": "160:116:14", + "text": " @dev Interface for the optional metadata functions from the ERC20 standard.\n _Available since v4.1._" + }, + "fullyImplemented": false, + "id": 3376, + "linearizedBaseContracts": [ + 3376, + 3351 + ], + "name": "IERC20Metadata", + "nameLocation": "287:14:14", + "nodeType": "ContractDefinition", + "nodes": [ + { + "documentation": { + "id": 3358, + "nodeType": "StructuredDocumentation", + "src": "318:54:14", + "text": " @dev Returns the name of the token." + }, + "functionSelector": "06fdde03", + "id": 3363, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "name", + "nameLocation": "386:4:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3359, + "nodeType": "ParameterList", + "parameters": [], + "src": "390:2:14" + }, + "returnParameters": { + "id": 3362, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3361, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3363, + "src": "416:13:14", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 3360, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "416:6:14", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "415:15:14" + }, + "scope": 3376, + "src": "377:54:14", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3364, + "nodeType": "StructuredDocumentation", + "src": "437:56:14", + "text": " @dev Returns the symbol of the token." + }, + "functionSelector": "95d89b41", + "id": 3369, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "symbol", + "nameLocation": "507:6:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3365, + "nodeType": "ParameterList", + "parameters": [], + "src": "513:2:14" + }, + "returnParameters": { + "id": 3368, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3367, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3369, + "src": "539:13:14", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 3366, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "539:6:14", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "538:15:14" + }, + "scope": 3376, + "src": "498:56:14", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3370, + "nodeType": "StructuredDocumentation", + "src": "560:65:14", + "text": " @dev Returns the decimals places of the token." + }, + "functionSelector": "313ce567", + "id": 3375, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "decimals", + "nameLocation": "639:8:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3371, + "nodeType": "ParameterList", + "parameters": [], + "src": "647:2:14" + }, + "returnParameters": { + "id": 3374, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3373, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3375, + "src": "673:5:14", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 3372, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "673:5:14", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "672:7:14" + }, + "scope": 3376, + "src": "630:50:14", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 3377, + "src": "277:405:14", + "usedErrors": [] + } + ], + "src": "110:573:14" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol", + "exportedSymbols": { + "IERC20": [ + 3351 + ], + "IERC20Metadata": [ + 3376 + ] + }, + "id": 3377, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 3353, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "110:23:14" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "file": "../IERC20.sol", + "id": 3354, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 3377, + "sourceUnit": 3352, + "src": "135:23:14", + "symbolAliases": [], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 3356, + "name": "IERC20", + "nameLocations": [ + "305:6:14" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3351, + "src": "305:6:14" + }, + "id": 3357, + "nodeType": "InheritanceSpecifier", + "src": "305:6:14" + } + ], + "canonicalName": "IERC20Metadata", + "contractDependencies": [], + "contractKind": "interface", + "documentation": { + "id": 3355, + "nodeType": "StructuredDocumentation", + "src": "160:116:14", + "text": " @dev Interface for the optional metadata functions from the ERC20 standard.\n _Available since v4.1._" + }, + "fullyImplemented": false, + "id": 3376, + "linearizedBaseContracts": [ + 3376, + 3351 + ], + "name": "IERC20Metadata", + "nameLocation": "287:14:14", + "nodeType": "ContractDefinition", + "nodes": [ + { + "documentation": { + "id": 3358, + "nodeType": "StructuredDocumentation", + "src": "318:54:14", + "text": " @dev Returns the name of the token." + }, + "functionSelector": "06fdde03", + "id": 3363, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "name", + "nameLocation": "386:4:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3359, + "nodeType": "ParameterList", + "parameters": [], + "src": "390:2:14" + }, + "returnParameters": { + "id": 3362, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3361, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3363, + "src": "416:13:14", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 3360, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "416:6:14", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "415:15:14" + }, + "scope": 3376, + "src": "377:54:14", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3364, + "nodeType": "StructuredDocumentation", + "src": "437:56:14", + "text": " @dev Returns the symbol of the token." + }, + "functionSelector": "95d89b41", + "id": 3369, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "symbol", + "nameLocation": "507:6:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3365, + "nodeType": "ParameterList", + "parameters": [], + "src": "513:2:14" + }, + "returnParameters": { + "id": 3368, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3367, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3369, + "src": "539:13:14", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 3366, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "539:6:14", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "538:15:14" + }, + "scope": 3376, + "src": "498:56:14", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 3370, + "nodeType": "StructuredDocumentation", + "src": "560:65:14", + "text": " @dev Returns the decimals places of the token." + }, + "functionSelector": "313ce567", + "id": 3375, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "decimals", + "nameLocation": "639:8:14", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 3371, + "nodeType": "ParameterList", + "parameters": [], + "src": "647:2:14" + }, + "returnParameters": { + "id": 3374, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 3373, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 3375, + "src": "673:5:14", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 3372, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "673:5:14", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "672:7:14" + }, + "scope": 3376, + "src": "630:50:14", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 3377, + "src": "277:405:14", + "usedErrors": [] + } + ], + "src": "110:573:14" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.283Z" +} \ No newline at end of file diff --git a/build/contracts/IGateway.json b/build/contracts/IGateway.json new file mode 100644 index 0000000..15daeb0 --- /dev/null +++ b/build/contracts/IGateway.json @@ -0,0 +1,4692 @@ +{ + "contractName": "IGateway", + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "token", + "type": "address" + }, + { + "indexed": true, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "protocolFee", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "rate", + "type": "uint256" + }, + { + "indexed": false, + "internalType": "bytes32", + "name": "institutionCode", + "type": "bytes32" + }, + { + "indexed": false, + "internalType": "string", + "name": "messageHash", + "type": "string" + } + ], + "name": "OrderCreated", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint256", + "name": "fee", + "type": "uint256" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + } + ], + "name": "OrderRefunded", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "bytes32", + "name": "splitOrderId", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "bytes32", + "name": "orderId", + "type": "bytes32" + }, + { + "indexed": true, + "internalType": "address", + "name": "liquidityProvider", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint96", + "name": "settlePercent", + "type": "uint96" + } + ], + "name": "OrderSettled", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "indexed": true, + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "SenderFeeTransferred", + "type": "event" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "_token", + "type": "address" + }, + { + "internalType": "uint256", + "name": "_amount", + "type": "uint256" + }, + { + "internalType": "bytes32", + "name": "_institutionCode", + "type": "bytes32" + }, + { + "internalType": "uint96", + "name": "_rate", + "type": "uint96" + }, + { + "internalType": "address", + "name": "_senderFeeRecipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "_senderFee", + "type": "uint256" + }, + { + "internalType": "address", + "name": "_refundAddress", + "type": "address" + }, + { + "internalType": "string", + "name": "messageHash", + "type": "string" + } + ], + "name": "createOrder", + "outputs": [ + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "getFeeDetails", + "outputs": [ + { + "internalType": "uint64", + "name": "protocolReward", + "type": "uint64" + }, + { + "internalType": "uint256", + "name": "max_bps", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + } + ], + "name": "getOrderInfo", + "outputs": [ + { + "components": [ + { + "internalType": "address", + "name": "sender", + "type": "address" + }, + { + "internalType": "address", + "name": "token", + "type": "address" + }, + { + "internalType": "address", + "name": "senderFeeRecipient", + "type": "address" + }, + { + "internalType": "uint256", + "name": "senderFee", + "type": "uint256" + }, + { + "internalType": "uint256", + "name": "protocolFee", + "type": "uint256" + }, + { + "internalType": "bool", + "name": "isFulfilled", + "type": "bool" + }, + { + "internalType": "bool", + "name": "isRefunded", + "type": "bool" + }, + { + "internalType": "address", + "name": "refundAddress", + "type": "address" + }, + { + "internalType": "uint96", + "name": "currentBPS", + "type": "uint96" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "internalType": "struct IGateway.Order", + "name": "", + "type": "tuple" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_code", + "type": "bytes32" + } + ], + "name": "getSupportedInstitutionByCode", + "outputs": [ + { + "components": [ + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "currency", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.InstitutionByCode", + "name": "", + "type": "tuple" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_currency", + "type": "bytes32" + } + ], + "name": "getSupportedInstitutions", + "outputs": [ + { + "components": [ + { + "internalType": "bytes32", + "name": "code", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "name", + "type": "bytes32" + } + ], + "internalType": "struct SharedStructs.Institution[]", + "name": "", + "type": "tuple[]" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "_token", + "type": "address" + } + ], + "name": "isTokenSupported", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "_fee", + "type": "uint256" + }, + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + } + ], + "name": "refund", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "bytes32", + "name": "_splitOrderId", + "type": "bytes32" + }, + { + "internalType": "bytes32", + "name": "_orderId", + "type": "bytes32" + }, + { + "internalType": "address", + "name": "_liquidityProvider", + "type": "address" + }, + { + "internalType": "uint64", + "name": "_settlePercent", + "type": "uint64" + } + ], + "name": "settle", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x", + "deployedBytecode": "0x", + "sourceMap": "", + "deployedSourceMap": "", + "source": "// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {IERC20} from '@openzeppelin/contracts/token/ERC20/IERC20.sol';\n\nimport {SharedStructs} from '../libraries/SharedStructs.sol';\n\n/**\n * @title IGateway\n * @notice Interface for the Gateway contract.\n */\ninterface IGateway {\n\t/* ##################################################################\n EVENTS\n ################################################################## */\n\t/**\n\t * @dev Emitted when a deposit is made.\n\t * @param sender The address of the sender.\n\t * @param token The address of the deposited token.\n\t * @param amount The amount of the deposit.\n\t * @param orderId The ID of the order.\n\t * @param rate The rate at which the deposit is made.\n\t * @param institutionCode The code of the institution.\n\t * @param messageHash The hash of the message.\n\t */\n\tevent OrderCreated(\n\t\taddress indexed sender,\n\t\taddress indexed token,\n\t\tuint256 indexed amount,\n\t\tuint256 protocolFee,\n\t\tbytes32 orderId,\n\t\tuint256 rate,\n\t\tbytes32 institutionCode,\n\t\tstring messageHash\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator settles a transaction.\n\t * @param splitOrderId The ID of the split order.\n\t * @param orderId The ID of the order.\n\t * @param liquidityProvider The address of the liquidity provider.\n\t * @param settlePercent The percentage at which the transaction is settled.\n\t */\n\tevent OrderSettled(\n\t\tbytes32 splitOrderId,\n\t\tbytes32 indexed orderId,\n\t\taddress indexed liquidityProvider,\n\t\tuint96 settlePercent\n\t);\n\n\t/**\n\t * @dev Emitted when an aggregator refunds a transaction.\n\t * @param fee The fee deducted from the refund amount.\n\t * @param orderId The ID of the order.\n\t */\n\tevent OrderRefunded(uint256 fee, bytes32 indexed orderId);\n\n\t/**\n\t * @dev Emitted when the sender's fee is transferred.\n\t * @param sender The address of the sender.\n\t * @param amount The amount of the fee transferred.\n\t */\n\tevent SenderFeeTransferred(address indexed sender, uint256 indexed amount);\n\n\t/* ##################################################################\n STRUCTS\n ################################################################## */\n\t/**\n\t * @dev Struct representing transaction metadata.\n\t * @param identifier The identifier of the transaction.\n\t * @param institution The institution of the transaction.\n\t * @param name The name of the transaction.\n\t * @param currency The currency of the transaction.\n\t * @param liquidityProviderID The ID of the liquidity provider.\n\t */\n\tstruct TransactionMetadata {\n\t\tbytes8 identifier;\n\t\tbytes8 institution;\n\t\tbytes8 name;\n\t\tbytes8 currency;\n\t\tuint256 liquidityProviderID;\n\t}\n\n\t/**\n\t * @dev Struct representing an order.\n\t * @param sender The address of the sender.\n\t * @param token The address of the token.\n\t * @param senderFeeRecipient The address of the sender fee recipient.\n\t * @param senderFee The fee to be paid to the sender fee recipient.\n\t * @param protocolFee The protocol fee to be paid.\n\t * @param isFulfilled Whether the order is fulfilled.\n\t * @param isRefunded Whether the order is refunded.\n\t * @param refundAddress The address to which the refund is made.\n\t * @param currentBPS The current basis points.\n\t * @param amount The amount of the order.\n\t */\n\tstruct Order {\n\t\taddress sender;\n\t\taddress token;\n\t\taddress senderFeeRecipient;\n\t\tuint256 senderFee;\n\t\tuint256 protocolFee;\n\t\tbool isFulfilled;\n\t\tbool isRefunded;\n\t\taddress refundAddress;\n\t\tuint96 currentBPS;\n\t\tuint256 amount;\n\t}\n\n\t/* ##################################################################\n EXTERNAL CALLS\n ################################################################## */\n\t/**\n\t * @notice Locks the sender's amount of token into Gateway.\n\t * @dev Requirements:\n\t * - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n\t * - `_token` must be an acceptable token. See {isTokenSupported}.\n\t * - `amount` must be greater than minimum.\n\t * - `_refundAddress` refund address must not be zero address.\n\t * @param _token The address of the token.\n\t * @param _amount The amount in the decimal of `_token` to be locked.\n\t * @param _institutionCode The institution code of the sender.\n\t * @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n\t * @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n\t * @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n\t * @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n\t * @param messageHash The hash of the message.\n\t * @return _orderId The ID of the order.\n\t */\n\tfunction createOrder(\n\t\taddress _token,\n\t\tuint256 _amount,\n\t\tbytes32 _institutionCode,\n\t\tuint96 _rate,\n\t\taddress _senderFeeRecipient,\n\t\tuint256 _senderFee,\n\t\taddress _refundAddress,\n\t\tstring calldata messageHash\n\t) external returns (bytes32 _orderId);\n\n\t/**\n\t * @notice Settles a transaction and distributes rewards accordingly.\n\t * @param _splitOrderId The ID of the split order.\n\t * @param _orderId The ID of the transaction.\n\t * @param _liquidityProvider The address of the liquidity provider.\n\t * @param _settlePercent The rate at which the transaction is settled.\n\t * @return bool the settlement is successful.\n\t */\n\tfunction settle(\n\t\tbytes32 _splitOrderId,\n\t\tbytes32 _orderId,\n\t\taddress _liquidityProvider,\n\t\tuint64 _settlePercent\n\t) external returns (bool);\n\n\t/**\n\t * @notice Refunds to the specified refundable address.\n\t * @dev Requirements:\n\t * - Only aggregators can call this function.\n\t * @param _fee The amount to be deducted from the amount to be refunded.\n\t * @param _orderId The ID of the transaction.\n\t * @return bool the refund is successful.\n\t */\n\tfunction refund(uint256 _fee, bytes32 _orderId) external returns (bool);\n\n\t/**\n\t * @notice Checks if a token is supported by Gateway.\n\t * @param _token The address of the token to check.\n\t * @return bool the token is supported.\n\t */\n\tfunction isTokenSupported(address _token) external view returns (bool);\n\n\t/**\n\t * @notice Gets the details of an order.\n\t * @param _orderId The ID of the order.\n\t * @return Order The order details.\n\t */\n\tfunction getOrderInfo(bytes32 _orderId) external view returns (Order memory);\n\n\t/**\n\t * @notice Gets the fee details of Gateway.\n\t * @return protocolReward The protocol reward amount.\n\t * @return max_bps The maximum basis points.\n\t */\n\tfunction getFeeDetails() external view returns (uint64 protocolReward, uint256 max_bps);\n\n\t/**\n\t * @notice Gets the details of a supported institution by code.\n\t * @param _code The institution code.\n\t * @return InstitutionByCode The institution details.\n\t */\n\tfunction getSupportedInstitutionByCode(\n\t\tbytes32 _code\n\t) external view returns (SharedStructs.InstitutionByCode memory);\n\n\t/**\n\t * @notice Gets the details of supported institutions by currency.\n\t * @param _currency The currency code.\n\t * @return Institutions An array of institutions.\n\t */\n\tfunction getSupportedInstitutions(\n\t\tbytes32 _currency\n\t) external view returns (SharedStructs.Institution[] memory);\n}\n", + "sourcePath": "/Users/chibie/paycrest/contracts/contracts/interfaces/IGateway.sol", + "ast": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/interfaces/IGateway.sol", + "exportedSymbols": { + "IERC20": [ + 3351 + ], + "IGateway": [ + 1685 + ], + "SharedStructs": [ + 1698 + ] + }, + "id": 1686, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1513, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "39:24:3" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "file": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "id": 1515, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1686, + "sourceUnit": 3352, + "src": "65:70:3", + "symbolAliases": [ + { + "foreign": { + "id": 1514, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "73:6:3", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "file": "../libraries/SharedStructs.sol", + "id": 1517, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1686, + "sourceUnit": 1699, + "src": "137:61:3", + "symbolAliases": [ + { + "foreign": { + "id": 1516, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "145:13:3", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IGateway", + "contractDependencies": [], + "contractKind": "interface", + "documentation": { + "id": 1518, + "nodeType": "StructuredDocumentation", + "src": "200:73:3", + "text": " @title IGateway\n @notice Interface for the Gateway contract." + }, + "fullyImplemented": false, + "id": 1685, + "linearizedBaseContracts": [ + 1685 + ], + "name": "IGateway", + "nameLocation": "284:8:3", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "documentation": { + "id": 1519, + "nodeType": "StructuredDocumentation", + "src": "480:391:3", + "text": " @dev Emitted when a deposit is made.\n @param sender The address of the sender.\n @param token The address of the deposited token.\n @param amount The amount of the deposit.\n @param orderId The ID of the order.\n @param rate The rate at which the deposit is made.\n @param institutionCode The code of the institution.\n @param messageHash The hash of the message." + }, + "eventSelector": "3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf333", + "id": 1537, + "name": "OrderCreated", + "nameLocation": "879:12:3", + "nodeType": "EventDefinition", + "parameters": { + "id": 1536, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1521, + "indexed": true, + "mutability": "mutable", + "name": "sender", + "nameLocation": "911:6:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "895:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1520, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "895:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1523, + "indexed": true, + "mutability": "mutable", + "name": "token", + "nameLocation": "937:5:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "921:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1522, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "921:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1525, + "indexed": true, + "mutability": "mutable", + "name": "amount", + "nameLocation": "962:6:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "946:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1524, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "946:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1527, + "indexed": false, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "980:11:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "972:19:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1526, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "972:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1529, + "indexed": false, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "1003:7:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "995:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1528, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "995:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1531, + "indexed": false, + "mutability": "mutable", + "name": "rate", + "nameLocation": "1022:4:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "1014:12:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1530, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1014:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1533, + "indexed": false, + "mutability": "mutable", + "name": "institutionCode", + "nameLocation": "1038:15:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "1030:23:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1532, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1030:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1535, + "indexed": false, + "mutability": "mutable", + "name": "messageHash", + "nameLocation": "1064:11:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "1057:18:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 1534, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1057:6:3", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "891:187:3" + }, + "src": "873:206:3" + }, + { + "anonymous": false, + "documentation": { + "id": 1538, + "nodeType": "StructuredDocumentation", + "src": "1082:303:3", + "text": " @dev Emitted when an aggregator settles a transaction.\n @param splitOrderId The ID of the split order.\n @param orderId The ID of the order.\n @param liquidityProvider The address of the liquidity provider.\n @param settlePercent The percentage at which the transaction is settled." + }, + "eventSelector": "98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a", + "id": 1548, + "name": "OrderSettled", + "nameLocation": "1393:12:3", + "nodeType": "EventDefinition", + "parameters": { + "id": 1547, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1540, + "indexed": false, + "mutability": "mutable", + "name": "splitOrderId", + "nameLocation": "1417:12:3", + "nodeType": "VariableDeclaration", + "scope": 1548, + "src": "1409:20:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1539, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1409:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1542, + "indexed": true, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "1449:7:3", + "nodeType": "VariableDeclaration", + "scope": 1548, + "src": "1433:23:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1541, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1433:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1544, + "indexed": true, + "mutability": "mutable", + "name": "liquidityProvider", + "nameLocation": "1476:17:3", + "nodeType": "VariableDeclaration", + "scope": 1548, + "src": "1460:33:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1543, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1460:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1546, + "indexed": false, + "mutability": "mutable", + "name": "settlePercent", + "nameLocation": "1504:13:3", + "nodeType": "VariableDeclaration", + "scope": 1548, + "src": "1497:20:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 1545, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "1497:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + } + ], + "src": "1405:115:3" + }, + "src": "1387:134:3" + }, + { + "anonymous": false, + "documentation": { + "id": 1549, + "nodeType": "StructuredDocumentation", + "src": "1524:163:3", + "text": " @dev Emitted when an aggregator refunds a transaction.\n @param fee The fee deducted from the refund amount.\n @param orderId The ID of the order." + }, + "eventSelector": "0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e", + "id": 1555, + "name": "OrderRefunded", + "nameLocation": "1695:13:3", + "nodeType": "EventDefinition", + "parameters": { + "id": 1554, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1551, + "indexed": false, + "mutability": "mutable", + "name": "fee", + "nameLocation": "1717:3:3", + "nodeType": "VariableDeclaration", + "scope": 1555, + "src": "1709:11:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1550, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1709:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1553, + "indexed": true, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "1738:7:3", + "nodeType": "VariableDeclaration", + "scope": 1555, + "src": "1722:23:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1552, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1722:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "1708:38:3" + }, + "src": "1689:58:3" + }, + { + "anonymous": false, + "documentation": { + "id": 1556, + "nodeType": "StructuredDocumentation", + "src": "1750:161:3", + "text": " @dev Emitted when the sender's fee is transferred.\n @param sender The address of the sender.\n @param amount The amount of the fee transferred." + }, + "eventSelector": "44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c2501", + "id": 1562, + "name": "SenderFeeTransferred", + "nameLocation": "1919:20:3", + "nodeType": "EventDefinition", + "parameters": { + "id": 1561, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1558, + "indexed": true, + "mutability": "mutable", + "name": "sender", + "nameLocation": "1956:6:3", + "nodeType": "VariableDeclaration", + "scope": 1562, + "src": "1940:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1557, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1940:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1560, + "indexed": true, + "mutability": "mutable", + "name": "amount", + "nameLocation": "1980:6:3", + "nodeType": "VariableDeclaration", + "scope": 1562, + "src": "1964:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1559, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1964:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1939:48:3" + }, + "src": "1913:75:3" + }, + { + "canonicalName": "IGateway.TransactionMetadata", + "id": 1573, + "members": [ + { + "constant": false, + "id": 1564, + "mutability": "mutable", + "name": "identifier", + "nameLocation": "2554:10:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2547:17:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + }, + "typeName": { + "id": 1563, + "name": "bytes8", + "nodeType": "ElementaryTypeName", + "src": "2547:6:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1566, + "mutability": "mutable", + "name": "institution", + "nameLocation": "2575:11:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2568:18:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + }, + "typeName": { + "id": 1565, + "name": "bytes8", + "nodeType": "ElementaryTypeName", + "src": "2568:6:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1568, + "mutability": "mutable", + "name": "name", + "nameLocation": "2597:4:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2590:11:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + }, + "typeName": { + "id": 1567, + "name": "bytes8", + "nodeType": "ElementaryTypeName", + "src": "2590:6:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1570, + "mutability": "mutable", + "name": "currency", + "nameLocation": "2612:8:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2605:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + }, + "typeName": { + "id": 1569, + "name": "bytes8", + "nodeType": "ElementaryTypeName", + "src": "2605:6:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1572, + "mutability": "mutable", + "name": "liquidityProviderID", + "nameLocation": "2632:19:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2624:27:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1571, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2624:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "name": "TransactionMetadata", + "nameLocation": "2523:19:3", + "nodeType": "StructDefinition", + "scope": 1685, + "src": "2516:139:3", + "visibility": "public" + }, + { + "canonicalName": "IGateway.Order", + "id": 1594, + "members": [ + { + "constant": false, + "id": 1575, + "mutability": "mutable", + "name": "sender", + "nameLocation": "3277:6:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3269:14:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1574, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3269:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1577, + "mutability": "mutable", + "name": "token", + "nameLocation": "3295:5:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3287:13:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1576, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3287:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1579, + "mutability": "mutable", + "name": "senderFeeRecipient", + "nameLocation": "3312:18:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3304:26:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1578, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3304:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1581, + "mutability": "mutable", + "name": "senderFee", + "nameLocation": "3342:9:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3334:17:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1580, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3334:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1583, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "3363:11:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3355:19:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1582, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3355:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1585, + "mutability": "mutable", + "name": "isFulfilled", + "nameLocation": "3383:11:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3378:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1584, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3378:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1587, + "mutability": "mutable", + "name": "isRefunded", + "nameLocation": "3403:10:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3398:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1586, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3398:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1589, + "mutability": "mutable", + "name": "refundAddress", + "nameLocation": "3425:13:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3417:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1588, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3417:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1591, + "mutability": "mutable", + "name": "currentBPS", + "nameLocation": "3449:10:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3442:17:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 1590, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "3442:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1593, + "mutability": "mutable", + "name": "amount", + "nameLocation": "3471:6:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3463:14:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1592, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3463:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "name": "Order", + "nameLocation": "3259:5:3", + "nodeType": "StructDefinition", + "scope": 1685, + "src": "3252:229:3", + "visibility": "public" + }, + { + "documentation": { + "id": 1595, + "nodeType": "StructuredDocumentation", + "src": "3676:1028:3", + "text": " @notice Locks the sender's amount of token into Gateway.\n @dev Requirements:\n - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n - `_token` must be an acceptable token. See {isTokenSupported}.\n - `amount` must be greater than minimum.\n - `_refundAddress` refund address must not be zero address.\n @param _token The address of the token.\n @param _amount The amount in the decimal of `_token` to be locked.\n @param _institutionCode The institution code of the sender.\n @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n @param messageHash The hash of the message.\n @return _orderId The ID of the order." + }, + "functionSelector": "d12ff20a", + "id": 1616, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "createOrder", + "nameLocation": "4715:11:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1612, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1597, + "mutability": "mutable", + "name": "_token", + "nameLocation": "4738:6:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4730:14:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1596, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4730:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1599, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "4756:7:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4748:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1598, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4748:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1601, + "mutability": "mutable", + "name": "_institutionCode", + "nameLocation": "4775:16:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4767:24:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1600, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4767:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1603, + "mutability": "mutable", + "name": "_rate", + "nameLocation": "4802:5:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4795:12:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 1602, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "4795:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1605, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "4819:19:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4811:27:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1604, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4811:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1607, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "4850:10:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4842:18:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1606, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4842:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1609, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "4872:14:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4864:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1608, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4864:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1611, + "mutability": "mutable", + "name": "messageHash", + "nameLocation": "4906:11:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4890:27:3", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string" + }, + "typeName": { + "id": 1610, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "4890:6:3", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "4726:194:3" + }, + "returnParameters": { + "id": 1615, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1614, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "4947:8:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4939:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1613, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4939:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4938:18:3" + }, + "scope": 1685, + "src": "4706:251:3", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1617, + "nodeType": "StructuredDocumentation", + "src": "4960:366:3", + "text": " @notice Settles a transaction and distributes rewards accordingly.\n @param _splitOrderId The ID of the split order.\n @param _orderId The ID of the transaction.\n @param _liquidityProvider The address of the liquidity provider.\n @param _settlePercent The rate at which the transaction is settled.\n @return bool the settlement is successful." + }, + "functionSelector": "f22ee704", + "id": 1630, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "settle", + "nameLocation": "5337:6:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1626, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1619, + "mutability": "mutable", + "name": "_splitOrderId", + "nameLocation": "5355:13:3", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5347:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1618, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5347:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1621, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "5380:8:3", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5372:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1620, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5372:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1623, + "mutability": "mutable", + "name": "_liquidityProvider", + "nameLocation": "5400:18:3", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5392:26:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1622, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5392:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1625, + "mutability": "mutable", + "name": "_settlePercent", + "nameLocation": "5429:14:3", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5422:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 1624, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "5422:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "5343:103:3" + }, + "returnParameters": { + "id": 1629, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1628, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5465:4:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1627, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5465:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5464:6:3" + }, + "scope": 1685, + "src": "5328:143:3", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1631, + "nodeType": "StructuredDocumentation", + "src": "5474:299:3", + "text": " @notice Refunds to the specified refundable address.\n @dev Requirements:\n - Only aggregators can call this function.\n @param _fee The amount to be deducted from the amount to be refunded.\n @param _orderId The ID of the transaction.\n @return bool the refund is successful." + }, + "functionSelector": "71eedb88", + "id": 1640, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "refund", + "nameLocation": "5784:6:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1636, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1633, + "mutability": "mutable", + "name": "_fee", + "nameLocation": "5799:4:3", + "nodeType": "VariableDeclaration", + "scope": 1640, + "src": "5791:12:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1632, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5791:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1635, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "5813:8:3", + "nodeType": "VariableDeclaration", + "scope": 1640, + "src": "5805:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1634, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5805:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "5790:32:3" + }, + "returnParameters": { + "id": 1639, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1638, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1640, + "src": "5841:4:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1637, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5841:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5840:6:3" + }, + "scope": 1685, + "src": "5775:72:3", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1641, + "nodeType": "StructuredDocumentation", + "src": "5850:157:3", + "text": " @notice Checks if a token is supported by Gateway.\n @param _token The address of the token to check.\n @return bool the token is supported." + }, + "functionSelector": "75151b63", + "id": 1648, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "isTokenSupported", + "nameLocation": "6018:16:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1644, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1643, + "mutability": "mutable", + "name": "_token", + "nameLocation": "6043:6:3", + "nodeType": "VariableDeclaration", + "scope": 1648, + "src": "6035:14:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1642, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6035:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "6034:16:3" + }, + "returnParameters": { + "id": 1647, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1646, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1648, + "src": "6074:4:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1645, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6074:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "6073:6:3" + }, + "scope": 1685, + "src": "6009:71:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1649, + "nodeType": "StructuredDocumentation", + "src": "6083:128:3", + "text": " @notice Gets the details of an order.\n @param _orderId The ID of the order.\n @return Order The order details." + }, + "functionSelector": "768c6ec0", + "id": 1657, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getOrderInfo", + "nameLocation": "6222:12:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1652, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1651, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "6243:8:3", + "nodeType": "VariableDeclaration", + "scope": 1657, + "src": "6235:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1650, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6235:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "6234:18:3" + }, + "returnParameters": { + "id": 1656, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1655, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1657, + "src": "6276:12:3", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order" + }, + "typeName": { + "id": 1654, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1653, + "name": "Order", + "nameLocations": [ + "6276:5:3" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "6276:5:3" + }, + "referencedDeclaration": 1594, + "src": "6276:5:3", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + }, + "visibility": "internal" + } + ], + "src": "6275:14:3" + }, + "scope": 1685, + "src": "6213:77:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1658, + "nodeType": "StructuredDocumentation", + "src": "6293:154:3", + "text": " @notice Gets the fee details of Gateway.\n @return protocolReward The protocol reward amount.\n @return max_bps The maximum basis points." + }, + "functionSelector": "b810c636", + "id": 1665, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getFeeDetails", + "nameLocation": "6458:13:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1659, + "nodeType": "ParameterList", + "parameters": [], + "src": "6471:2:3" + }, + "returnParameters": { + "id": 1664, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1661, + "mutability": "mutable", + "name": "protocolReward", + "nameLocation": "6504:14:3", + "nodeType": "VariableDeclaration", + "scope": 1665, + "src": "6497:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 1660, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "6497:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1663, + "mutability": "mutable", + "name": "max_bps", + "nameLocation": "6528:7:3", + "nodeType": "VariableDeclaration", + "scope": 1665, + "src": "6520:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1662, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6520:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "6496:40:3" + }, + "scope": 1685, + "src": "6449:88:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1666, + "nodeType": "StructuredDocumentation", + "src": "6540:167:3", + "text": " @notice Gets the details of a supported institution by code.\n @param _code The institution code.\n @return InstitutionByCode The institution details." + }, + "functionSelector": "c2280103", + "id": 1674, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutionByCode", + "nameLocation": "6718:29:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1669, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1668, + "mutability": "mutable", + "name": "_code", + "nameLocation": "6759:5:3", + "nodeType": "VariableDeclaration", + "scope": 1674, + "src": "6751:13:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1667, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6751:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "6747:20:3" + }, + "returnParameters": { + "id": 1673, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1672, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1674, + "src": "6791:38:3", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_memory_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + }, + "typeName": { + "id": 1671, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1670, + "name": "SharedStructs.InstitutionByCode", + "nameLocations": [ + "6791:13:3", + "6805:17:3" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1697, + "src": "6791:31:3" + }, + "referencedDeclaration": 1697, + "src": "6791:31:3", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + } + }, + "visibility": "internal" + } + ], + "src": "6790:40:3" + }, + "scope": 1685, + "src": "6709:122:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1675, + "nodeType": "StructuredDocumentation", + "src": "6834:167:3", + "text": " @notice Gets the details of supported institutions by currency.\n @param _currency The currency code.\n @return Institutions An array of institutions." + }, + "functionSelector": "02621338", + "id": 1684, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutions", + "nameLocation": "7012:24:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1678, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1677, + "mutability": "mutable", + "name": "_currency", + "nameLocation": "7048:9:3", + "nodeType": "VariableDeclaration", + "scope": 1684, + "src": "7040:17:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1676, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7040:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7036:24:3" + }, + "returnParameters": { + "id": 1683, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1682, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1684, + "src": "7084:34:3", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 1680, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1679, + "name": "SharedStructs.Institution", + "nameLocations": [ + "7084:13:3", + "7098:11:3" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "7084:25:3" + }, + "referencedDeclaration": 1692, + "src": "7084:25:3", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 1681, + "nodeType": "ArrayTypeName", + "src": "7084:27:3", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "7083:36:3" + }, + "scope": 1685, + "src": "7003:117:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 1686, + "src": "274:6848:3", + "usedErrors": [] + } + ], + "src": "39:7084:3" + }, + "legacyAST": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/interfaces/IGateway.sol", + "exportedSymbols": { + "IERC20": [ + 3351 + ], + "IGateway": [ + 1685 + ], + "SharedStructs": [ + 1698 + ] + }, + "id": 1686, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1513, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "39:24:3" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "file": "@openzeppelin/contracts/token/ERC20/IERC20.sol", + "id": 1515, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1686, + "sourceUnit": 3352, + "src": "65:70:3", + "symbolAliases": [ + { + "foreign": { + "id": 1514, + "name": "IERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3351, + "src": "73:6:3", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "file": "../libraries/SharedStructs.sol", + "id": 1517, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1686, + "sourceUnit": 1699, + "src": "137:61:3", + "symbolAliases": [ + { + "foreign": { + "id": 1516, + "name": "SharedStructs", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1698, + "src": "145:13:3", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "IGateway", + "contractDependencies": [], + "contractKind": "interface", + "documentation": { + "id": 1518, + "nodeType": "StructuredDocumentation", + "src": "200:73:3", + "text": " @title IGateway\n @notice Interface for the Gateway contract." + }, + "fullyImplemented": false, + "id": 1685, + "linearizedBaseContracts": [ + 1685 + ], + "name": "IGateway", + "nameLocation": "284:8:3", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "documentation": { + "id": 1519, + "nodeType": "StructuredDocumentation", + "src": "480:391:3", + "text": " @dev Emitted when a deposit is made.\n @param sender The address of the sender.\n @param token The address of the deposited token.\n @param amount The amount of the deposit.\n @param orderId The ID of the order.\n @param rate The rate at which the deposit is made.\n @param institutionCode The code of the institution.\n @param messageHash The hash of the message." + }, + "eventSelector": "3bdd0d86e09a22d7ce596118bd3ca5ec73ea47533a465be37621e913ed2bf333", + "id": 1537, + "name": "OrderCreated", + "nameLocation": "879:12:3", + "nodeType": "EventDefinition", + "parameters": { + "id": 1536, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1521, + "indexed": true, + "mutability": "mutable", + "name": "sender", + "nameLocation": "911:6:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "895:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1520, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "895:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1523, + "indexed": true, + "mutability": "mutable", + "name": "token", + "nameLocation": "937:5:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "921:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1522, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "921:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1525, + "indexed": true, + "mutability": "mutable", + "name": "amount", + "nameLocation": "962:6:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "946:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1524, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "946:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1527, + "indexed": false, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "980:11:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "972:19:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1526, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "972:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1529, + "indexed": false, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "1003:7:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "995:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1528, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "995:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1531, + "indexed": false, + "mutability": "mutable", + "name": "rate", + "nameLocation": "1022:4:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "1014:12:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1530, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1014:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1533, + "indexed": false, + "mutability": "mutable", + "name": "institutionCode", + "nameLocation": "1038:15:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "1030:23:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1532, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1030:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1535, + "indexed": false, + "mutability": "mutable", + "name": "messageHash", + "nameLocation": "1064:11:3", + "nodeType": "VariableDeclaration", + "scope": 1537, + "src": "1057:18:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_string_memory_ptr", + "typeString": "string" + }, + "typeName": { + "id": 1534, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "1057:6:3", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "891:187:3" + }, + "src": "873:206:3" + }, + { + "anonymous": false, + "documentation": { + "id": 1538, + "nodeType": "StructuredDocumentation", + "src": "1082:303:3", + "text": " @dev Emitted when an aggregator settles a transaction.\n @param splitOrderId The ID of the split order.\n @param orderId The ID of the order.\n @param liquidityProvider The address of the liquidity provider.\n @param settlePercent The percentage at which the transaction is settled." + }, + "eventSelector": "98ece21e01a01cbe1d1c0dad3b053c8fbd368f99be78be958fcf1d1d13fd249a", + "id": 1548, + "name": "OrderSettled", + "nameLocation": "1393:12:3", + "nodeType": "EventDefinition", + "parameters": { + "id": 1547, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1540, + "indexed": false, + "mutability": "mutable", + "name": "splitOrderId", + "nameLocation": "1417:12:3", + "nodeType": "VariableDeclaration", + "scope": 1548, + "src": "1409:20:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1539, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1409:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1542, + "indexed": true, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "1449:7:3", + "nodeType": "VariableDeclaration", + "scope": 1548, + "src": "1433:23:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1541, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1433:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1544, + "indexed": true, + "mutability": "mutable", + "name": "liquidityProvider", + "nameLocation": "1476:17:3", + "nodeType": "VariableDeclaration", + "scope": 1548, + "src": "1460:33:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1543, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1460:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1546, + "indexed": false, + "mutability": "mutable", + "name": "settlePercent", + "nameLocation": "1504:13:3", + "nodeType": "VariableDeclaration", + "scope": 1548, + "src": "1497:20:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 1545, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "1497:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + } + ], + "src": "1405:115:3" + }, + "src": "1387:134:3" + }, + { + "anonymous": false, + "documentation": { + "id": 1549, + "nodeType": "StructuredDocumentation", + "src": "1524:163:3", + "text": " @dev Emitted when an aggregator refunds a transaction.\n @param fee The fee deducted from the refund amount.\n @param orderId The ID of the order." + }, + "eventSelector": "0736fe428e1747ca8d387c2e6fa1a31a0cde62d3a167c40a46ade59a3cdc828e", + "id": 1555, + "name": "OrderRefunded", + "nameLocation": "1695:13:3", + "nodeType": "EventDefinition", + "parameters": { + "id": 1554, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1551, + "indexed": false, + "mutability": "mutable", + "name": "fee", + "nameLocation": "1717:3:3", + "nodeType": "VariableDeclaration", + "scope": 1555, + "src": "1709:11:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1550, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1709:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1553, + "indexed": true, + "mutability": "mutable", + "name": "orderId", + "nameLocation": "1738:7:3", + "nodeType": "VariableDeclaration", + "scope": 1555, + "src": "1722:23:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1552, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "1722:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "1708:38:3" + }, + "src": "1689:58:3" + }, + { + "anonymous": false, + "documentation": { + "id": 1556, + "nodeType": "StructuredDocumentation", + "src": "1750:161:3", + "text": " @dev Emitted when the sender's fee is transferred.\n @param sender The address of the sender.\n @param amount The amount of the fee transferred." + }, + "eventSelector": "44f6938ca4a10313aabb76f874cced61e35710a734a126e4afb34461bf8c2501", + "id": 1562, + "name": "SenderFeeTransferred", + "nameLocation": "1919:20:3", + "nodeType": "EventDefinition", + "parameters": { + "id": 1561, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1558, + "indexed": true, + "mutability": "mutable", + "name": "sender", + "nameLocation": "1956:6:3", + "nodeType": "VariableDeclaration", + "scope": 1562, + "src": "1940:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1557, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1940:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1560, + "indexed": true, + "mutability": "mutable", + "name": "amount", + "nameLocation": "1980:6:3", + "nodeType": "VariableDeclaration", + "scope": 1562, + "src": "1964:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1559, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "1964:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "1939:48:3" + }, + "src": "1913:75:3" + }, + { + "canonicalName": "IGateway.TransactionMetadata", + "id": 1573, + "members": [ + { + "constant": false, + "id": 1564, + "mutability": "mutable", + "name": "identifier", + "nameLocation": "2554:10:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2547:17:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + }, + "typeName": { + "id": 1563, + "name": "bytes8", + "nodeType": "ElementaryTypeName", + "src": "2547:6:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1566, + "mutability": "mutable", + "name": "institution", + "nameLocation": "2575:11:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2568:18:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + }, + "typeName": { + "id": 1565, + "name": "bytes8", + "nodeType": "ElementaryTypeName", + "src": "2568:6:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1568, + "mutability": "mutable", + "name": "name", + "nameLocation": "2597:4:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2590:11:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + }, + "typeName": { + "id": 1567, + "name": "bytes8", + "nodeType": "ElementaryTypeName", + "src": "2590:6:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1570, + "mutability": "mutable", + "name": "currency", + "nameLocation": "2612:8:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2605:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + }, + "typeName": { + "id": 1569, + "name": "bytes8", + "nodeType": "ElementaryTypeName", + "src": "2605:6:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes8", + "typeString": "bytes8" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1572, + "mutability": "mutable", + "name": "liquidityProviderID", + "nameLocation": "2632:19:3", + "nodeType": "VariableDeclaration", + "scope": 1573, + "src": "2624:27:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1571, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2624:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "name": "TransactionMetadata", + "nameLocation": "2523:19:3", + "nodeType": "StructDefinition", + "scope": 1685, + "src": "2516:139:3", + "visibility": "public" + }, + { + "canonicalName": "IGateway.Order", + "id": 1594, + "members": [ + { + "constant": false, + "id": 1575, + "mutability": "mutable", + "name": "sender", + "nameLocation": "3277:6:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3269:14:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1574, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3269:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1577, + "mutability": "mutable", + "name": "token", + "nameLocation": "3295:5:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3287:13:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1576, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3287:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1579, + "mutability": "mutable", + "name": "senderFeeRecipient", + "nameLocation": "3312:18:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3304:26:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1578, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3304:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1581, + "mutability": "mutable", + "name": "senderFee", + "nameLocation": "3342:9:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3334:17:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1580, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3334:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1583, + "mutability": "mutable", + "name": "protocolFee", + "nameLocation": "3363:11:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3355:19:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1582, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3355:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1585, + "mutability": "mutable", + "name": "isFulfilled", + "nameLocation": "3383:11:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3378:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1584, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3378:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1587, + "mutability": "mutable", + "name": "isRefunded", + "nameLocation": "3403:10:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3398:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1586, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3398:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1589, + "mutability": "mutable", + "name": "refundAddress", + "nameLocation": "3425:13:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3417:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1588, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3417:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1591, + "mutability": "mutable", + "name": "currentBPS", + "nameLocation": "3449:10:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3442:17:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 1590, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "3442:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1593, + "mutability": "mutable", + "name": "amount", + "nameLocation": "3471:6:3", + "nodeType": "VariableDeclaration", + "scope": 1594, + "src": "3463:14:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1592, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3463:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "name": "Order", + "nameLocation": "3259:5:3", + "nodeType": "StructDefinition", + "scope": 1685, + "src": "3252:229:3", + "visibility": "public" + }, + { + "documentation": { + "id": 1595, + "nodeType": "StructuredDocumentation", + "src": "3676:1028:3", + "text": " @notice Locks the sender's amount of token into Gateway.\n @dev Requirements:\n - `msg.sender` must approve Gateway contract on `_token` of at least `amount` before function call.\n - `_token` must be an acceptable token. See {isTokenSupported}.\n - `amount` must be greater than minimum.\n - `_refundAddress` refund address must not be zero address.\n @param _token The address of the token.\n @param _amount The amount in the decimal of `_token` to be locked.\n @param _institutionCode The institution code of the sender.\n @param _rate The rate at which the sender intends to sell `_amount` of `_token`.\n @param _senderFeeRecipient The address that will receive `_senderFee` in `_token`.\n @param _senderFee The amount in the decimal of `_token` that will be paid to `_senderFeeRecipient`.\n @param _refundAddress The address that will receive `_amount` in `_token` when there is a need to refund.\n @param messageHash The hash of the message.\n @return _orderId The ID of the order." + }, + "functionSelector": "d12ff20a", + "id": 1616, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "createOrder", + "nameLocation": "4715:11:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1612, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1597, + "mutability": "mutable", + "name": "_token", + "nameLocation": "4738:6:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4730:14:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1596, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4730:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1599, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "4756:7:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4748:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1598, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4748:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1601, + "mutability": "mutable", + "name": "_institutionCode", + "nameLocation": "4775:16:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4767:24:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1600, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4767:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1603, + "mutability": "mutable", + "name": "_rate", + "nameLocation": "4802:5:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4795:12:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + }, + "typeName": { + "id": 1602, + "name": "uint96", + "nodeType": "ElementaryTypeName", + "src": "4795:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint96", + "typeString": "uint96" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1605, + "mutability": "mutable", + "name": "_senderFeeRecipient", + "nameLocation": "4819:19:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4811:27:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1604, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4811:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1607, + "mutability": "mutable", + "name": "_senderFee", + "nameLocation": "4850:10:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4842:18:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1606, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "4842:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1609, + "mutability": "mutable", + "name": "_refundAddress", + "nameLocation": "4872:14:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4864:22:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1608, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "4864:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1611, + "mutability": "mutable", + "name": "messageHash", + "nameLocation": "4906:11:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4890:27:3", + "stateVariable": false, + "storageLocation": "calldata", + "typeDescriptions": { + "typeIdentifier": "t_string_calldata_ptr", + "typeString": "string" + }, + "typeName": { + "id": 1610, + "name": "string", + "nodeType": "ElementaryTypeName", + "src": "4890:6:3", + "typeDescriptions": { + "typeIdentifier": "t_string_storage_ptr", + "typeString": "string" + } + }, + "visibility": "internal" + } + ], + "src": "4726:194:3" + }, + "returnParameters": { + "id": 1615, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1614, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "4947:8:3", + "nodeType": "VariableDeclaration", + "scope": 1616, + "src": "4939:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1613, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "4939:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "4938:18:3" + }, + "scope": 1685, + "src": "4706:251:3", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1617, + "nodeType": "StructuredDocumentation", + "src": "4960:366:3", + "text": " @notice Settles a transaction and distributes rewards accordingly.\n @param _splitOrderId The ID of the split order.\n @param _orderId The ID of the transaction.\n @param _liquidityProvider The address of the liquidity provider.\n @param _settlePercent The rate at which the transaction is settled.\n @return bool the settlement is successful." + }, + "functionSelector": "f22ee704", + "id": 1630, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "settle", + "nameLocation": "5337:6:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1626, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1619, + "mutability": "mutable", + "name": "_splitOrderId", + "nameLocation": "5355:13:3", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5347:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1618, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5347:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1621, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "5380:8:3", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5372:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1620, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5372:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1623, + "mutability": "mutable", + "name": "_liquidityProvider", + "nameLocation": "5400:18:3", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5392:26:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1622, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "5392:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1625, + "mutability": "mutable", + "name": "_settlePercent", + "nameLocation": "5429:14:3", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5422:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 1624, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "5422:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + } + ], + "src": "5343:103:3" + }, + "returnParameters": { + "id": 1629, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1628, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1630, + "src": "5465:4:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1627, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5465:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5464:6:3" + }, + "scope": 1685, + "src": "5328:143:3", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1631, + "nodeType": "StructuredDocumentation", + "src": "5474:299:3", + "text": " @notice Refunds to the specified refundable address.\n @dev Requirements:\n - Only aggregators can call this function.\n @param _fee The amount to be deducted from the amount to be refunded.\n @param _orderId The ID of the transaction.\n @return bool the refund is successful." + }, + "functionSelector": "71eedb88", + "id": 1640, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "refund", + "nameLocation": "5784:6:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1636, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1633, + "mutability": "mutable", + "name": "_fee", + "nameLocation": "5799:4:3", + "nodeType": "VariableDeclaration", + "scope": 1640, + "src": "5791:12:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1632, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "5791:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1635, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "5813:8:3", + "nodeType": "VariableDeclaration", + "scope": 1640, + "src": "5805:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1634, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "5805:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "5790:32:3" + }, + "returnParameters": { + "id": 1639, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1638, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1640, + "src": "5841:4:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1637, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "5841:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "5840:6:3" + }, + "scope": 1685, + "src": "5775:72:3", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1641, + "nodeType": "StructuredDocumentation", + "src": "5850:157:3", + "text": " @notice Checks if a token is supported by Gateway.\n @param _token The address of the token to check.\n @return bool the token is supported." + }, + "functionSelector": "75151b63", + "id": 1648, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "isTokenSupported", + "nameLocation": "6018:16:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1644, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1643, + "mutability": "mutable", + "name": "_token", + "nameLocation": "6043:6:3", + "nodeType": "VariableDeclaration", + "scope": 1648, + "src": "6035:14:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1642, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "6035:7:3", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "6034:16:3" + }, + "returnParameters": { + "id": 1647, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1646, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1648, + "src": "6074:4:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 1645, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6074:4:3", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "6073:6:3" + }, + "scope": 1685, + "src": "6009:71:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1649, + "nodeType": "StructuredDocumentation", + "src": "6083:128:3", + "text": " @notice Gets the details of an order.\n @param _orderId The ID of the order.\n @return Order The order details." + }, + "functionSelector": "768c6ec0", + "id": 1657, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getOrderInfo", + "nameLocation": "6222:12:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1652, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1651, + "mutability": "mutable", + "name": "_orderId", + "nameLocation": "6243:8:3", + "nodeType": "VariableDeclaration", + "scope": 1657, + "src": "6235:16:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1650, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6235:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "6234:18:3" + }, + "returnParameters": { + "id": 1656, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1655, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1657, + "src": "6276:12:3", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_memory_ptr", + "typeString": "struct IGateway.Order" + }, + "typeName": { + "id": 1654, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1653, + "name": "Order", + "nameLocations": [ + "6276:5:3" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1594, + "src": "6276:5:3" + }, + "referencedDeclaration": 1594, + "src": "6276:5:3", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Order_$1594_storage_ptr", + "typeString": "struct IGateway.Order" + } + }, + "visibility": "internal" + } + ], + "src": "6275:14:3" + }, + "scope": 1685, + "src": "6213:77:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1658, + "nodeType": "StructuredDocumentation", + "src": "6293:154:3", + "text": " @notice Gets the fee details of Gateway.\n @return protocolReward The protocol reward amount.\n @return max_bps The maximum basis points." + }, + "functionSelector": "b810c636", + "id": 1665, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getFeeDetails", + "nameLocation": "6458:13:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1659, + "nodeType": "ParameterList", + "parameters": [], + "src": "6471:2:3" + }, + "returnParameters": { + "id": 1664, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1661, + "mutability": "mutable", + "name": "protocolReward", + "nameLocation": "6504:14:3", + "nodeType": "VariableDeclaration", + "scope": 1665, + "src": "6497:21:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + }, + "typeName": { + "id": 1660, + "name": "uint64", + "nodeType": "ElementaryTypeName", + "src": "6497:6:3", + "typeDescriptions": { + "typeIdentifier": "t_uint64", + "typeString": "uint64" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1663, + "mutability": "mutable", + "name": "max_bps", + "nameLocation": "6528:7:3", + "nodeType": "VariableDeclaration", + "scope": 1665, + "src": "6520:15:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1662, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "6520:7:3", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "6496:40:3" + }, + "scope": 1685, + "src": "6449:88:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1666, + "nodeType": "StructuredDocumentation", + "src": "6540:167:3", + "text": " @notice Gets the details of a supported institution by code.\n @param _code The institution code.\n @return InstitutionByCode The institution details." + }, + "functionSelector": "c2280103", + "id": 1674, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutionByCode", + "nameLocation": "6718:29:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1669, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1668, + "mutability": "mutable", + "name": "_code", + "nameLocation": "6759:5:3", + "nodeType": "VariableDeclaration", + "scope": 1674, + "src": "6751:13:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1667, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "6751:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "6747:20:3" + }, + "returnParameters": { + "id": 1673, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1672, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1674, + "src": "6791:38:3", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_memory_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + }, + "typeName": { + "id": 1671, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1670, + "name": "SharedStructs.InstitutionByCode", + "nameLocations": [ + "6791:13:3", + "6805:17:3" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1697, + "src": "6791:31:3" + }, + "referencedDeclaration": 1697, + "src": "6791:31:3", + "typeDescriptions": { + "typeIdentifier": "t_struct$_InstitutionByCode_$1697_storage_ptr", + "typeString": "struct SharedStructs.InstitutionByCode" + } + }, + "visibility": "internal" + } + ], + "src": "6790:40:3" + }, + "scope": 1685, + "src": "6709:122:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + }, + { + "documentation": { + "id": 1675, + "nodeType": "StructuredDocumentation", + "src": "6834:167:3", + "text": " @notice Gets the details of supported institutions by currency.\n @param _currency The currency code.\n @return Institutions An array of institutions." + }, + "functionSelector": "02621338", + "id": 1684, + "implemented": false, + "kind": "function", + "modifiers": [], + "name": "getSupportedInstitutions", + "nameLocation": "7012:24:3", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1678, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1677, + "mutability": "mutable", + "name": "_currency", + "nameLocation": "7048:9:3", + "nodeType": "VariableDeclaration", + "scope": 1684, + "src": "7040:17:3", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1676, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "7040:7:3", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "src": "7036:24:3" + }, + "returnParameters": { + "id": 1683, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1682, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1684, + "src": "7084:34:3", + "stateVariable": false, + "storageLocation": "memory", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_memory_ptr_$dyn_memory_ptr", + "typeString": "struct SharedStructs.Institution[]" + }, + "typeName": { + "baseType": { + "id": 1680, + "nodeType": "UserDefinedTypeName", + "pathNode": { + "id": 1679, + "name": "SharedStructs.Institution", + "nameLocations": [ + "7084:13:3", + "7098:11:3" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1692, + "src": "7084:25:3" + }, + "referencedDeclaration": 1692, + "src": "7084:25:3", + "typeDescriptions": { + "typeIdentifier": "t_struct$_Institution_$1692_storage_ptr", + "typeString": "struct SharedStructs.Institution" + } + }, + "id": 1681, + "nodeType": "ArrayTypeName", + "src": "7084:27:3", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_struct$_Institution_$1692_storage_$dyn_storage_ptr", + "typeString": "struct SharedStructs.Institution[]" + } + }, + "visibility": "internal" + } + ], + "src": "7083:36:3" + }, + "scope": 1685, + "src": "7003:117:3", + "stateMutability": "view", + "virtual": false, + "visibility": "external" + } + ], + "scope": 1686, + "src": "274:6848:3", + "usedErrors": [] + } + ], + "src": "39:7084:3" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.278Z" +} \ No newline at end of file diff --git a/build/contracts/Initializable.json b/build/contracts/Initializable.json new file mode 100644 index 0000000..0e46145 --- /dev/null +++ b/build/contracts/Initializable.json @@ -0,0 +1,4135 @@ +{ + "contractName": "Initializable", + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + } + ], + "bytecode": "0x", + "deployedBytecode": "0x", + "sourceMap": "", + "deployedSourceMap": "", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (proxy/utils/Initializable.sol)\n\npragma solidity ^0.8.2;\n\nimport \"../../utils/AddressUpgradeable.sol\";\n\n/**\n * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed\n * behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an\n * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer\n * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.\n *\n * The initialization functions use a version number. Once a version number is used, it is consumed and cannot be\n * reused. This mechanism prevents re-execution of each \"step\" but allows the creation of new initialization steps in\n * case an upgrade adds a module that needs to be initialized.\n *\n * For example:\n *\n * [.hljs-theme-light.nopadding]\n * ```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 Indicates that the contract has been initialized.\n * @custom:oz-retyped-from bool\n */\n uint8 private _initialized;\n\n /**\n * @dev Indicates that the contract is in the process of being initialized.\n */\n bool private _initializing;\n\n /**\n * @dev Triggered when the contract has been initialized or reinitialized.\n */\n event Initialized(uint8 version);\n\n /**\n * @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,\n * `onlyInitializing` functions can be used to initialize parent contracts.\n *\n * Similar to `reinitializer(1)`, except that functions marked with `initializer` can be nested in the context of a\n * constructor.\n *\n * Emits an {Initialized} event.\n */\n modifier initializer() {\n bool isTopLevelCall = !_initializing;\n require(\n (isTopLevelCall && _initialized < 1) || (!AddressUpgradeable.isContract(address(this)) && _initialized == 1),\n \"Initializable: contract is already initialized\"\n );\n _initialized = 1;\n if (isTopLevelCall) {\n _initializing = true;\n }\n _;\n if (isTopLevelCall) {\n _initializing = false;\n emit Initialized(1);\n }\n }\n\n /**\n * @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the\n * contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be\n * used to initialize parent contracts.\n *\n * A reinitializer may be used after the original initialization step. This is essential to configure modules that\n * are added through upgrades and that require initialization.\n *\n * When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`\n * cannot be nested. If one is invoked in the context of another, execution will revert.\n *\n * Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in\n * a contract, executing them in the right order is up to the developer or operator.\n *\n * WARNING: setting the version to 255 will prevent any future reinitialization.\n *\n * Emits an {Initialized} event.\n */\n modifier reinitializer(uint8 version) {\n require(!_initializing && _initialized < version, \"Initializable: contract is already initialized\");\n _initialized = version;\n _initializing = true;\n _;\n _initializing = false;\n emit Initialized(version);\n }\n\n /**\n * @dev Modifier to protect an initialization function so that it can only be invoked by functions with the\n * {initializer} and {reinitializer} modifiers, directly or indirectly.\n */\n modifier onlyInitializing() {\n require(_initializing, \"Initializable: contract is not initializing\");\n _;\n }\n\n /**\n * @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.\n * Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized\n * to any version. It is recommended to use this to lock implementation contracts that are designed to be called\n * through proxies.\n *\n * Emits an {Initialized} event the first time it is successfully executed.\n */\n function _disableInitializers() internal virtual {\n require(!_initializing, \"Initializable: contract is initializing\");\n if (_initialized != type(uint8).max) {\n _initialized = type(uint8).max;\n emit Initialized(type(uint8).max);\n }\n }\n\n /**\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\n */\n function _getInitializedVersion() internal view returns (uint8) {\n return _initialized;\n }\n\n /**\n * @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.\n */\n function _isInitializing() internal view returns (bool) {\n return _initializing;\n }\n}\n", + "sourcePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "exportedSymbols": { + "AddressUpgradeable": [ + 2635 + ], + "Initializable": [ + 2177 + ] + }, + "id": 2178, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2010, + "literals": [ + "solidity", + "^", + "0.8", + ".2" + ], + "nodeType": "PragmaDirective", + "src": "113:23:8" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol", + "file": "../../utils/AddressUpgradeable.sol", + "id": 2011, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2178, + "sourceUnit": 2636, + "src": "138:44:8", + "symbolAliases": [], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [], + "canonicalName": "Initializable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 2012, + "nodeType": "StructuredDocumentation", + "src": "184:2209:8", + "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": 2177, + "linearizedBaseContracts": [ + 2177 + ], + "name": "Initializable", + "nameLocation": "2412:13:8", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "documentation": { + "id": 2013, + "nodeType": "StructuredDocumentation", + "src": "2432:109:8", + "text": " @dev Indicates that the contract has been initialized.\n @custom:oz-retyped-from bool" + }, + "id": 2015, + "mutability": "mutable", + "name": "_initialized", + "nameLocation": "2560:12:8", + "nodeType": "VariableDeclaration", + "scope": 2177, + "src": "2546:26:8", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2014, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "2546:5:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "private" + }, + { + "constant": false, + "documentation": { + "id": 2016, + "nodeType": "StructuredDocumentation", + "src": "2579:91:8", + "text": " @dev Indicates that the contract is in the process of being initialized." + }, + "id": 2018, + "mutability": "mutable", + "name": "_initializing", + "nameLocation": "2688:13:8", + "nodeType": "VariableDeclaration", + "scope": 2177, + "src": "2675:26:8", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2017, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2675:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "private" + }, + { + "anonymous": false, + "documentation": { + "id": 2019, + "nodeType": "StructuredDocumentation", + "src": "2708:90:8", + "text": " @dev Triggered when the contract has been initialized or reinitialized." + }, + "eventSelector": "7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498", + "id": 2023, + "name": "Initialized", + "nameLocation": "2809:11:8", + "nodeType": "EventDefinition", + "parameters": { + "id": 2022, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2021, + "indexed": false, + "mutability": "mutable", + "name": "version", + "nameLocation": "2827:7:8", + "nodeType": "VariableDeclaration", + "scope": 2023, + "src": "2821:13:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2020, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "2821:5:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "2820:15:8" + }, + "src": "2803:33:8" + }, + { + "body": { + "id": 2078, + "nodeType": "Block", + "src": "3269:483:8", + "statements": [ + { + "assignments": [ + 2027 + ], + "declarations": [ + { + "constant": false, + "id": 2027, + "mutability": "mutable", + "name": "isTopLevelCall", + "nameLocation": "3284:14:8", + "nodeType": "VariableDeclaration", + "scope": 2078, + "src": "3279:19:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2026, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3279:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "id": 2030, + "initialValue": { + "id": 2029, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "3301:14:8", + "subExpression": { + "id": 2028, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "3302:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3279:36:8" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 2051, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 2036, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2032, + "name": "isTopLevelCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2027, + "src": "3347:14:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 2035, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2033, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "3365:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "hexValue": "31", + "id": 2034, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3380:1:8", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3365:16:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "3347:34:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "id": 2037, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3346:36:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 2049, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2045, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "3387:45:8", + "subExpression": { + "arguments": [ + { + "arguments": [ + { + "id": 2042, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "3426:4:8", + "typeDescriptions": { + "typeIdentifier": "t_contract$_Initializable_$2177", + "typeString": "contract Initializable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_Initializable_$2177", + "typeString": "contract Initializable" + } + ], + "id": 2041, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3418:7:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2040, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3418:7:8", + "typeDescriptions": {} + } + }, + "id": 2043, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3418:13:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "expression": { + "id": 2038, + "name": "AddressUpgradeable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2635, + "src": "3388:18:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_AddressUpgradeable_$2635_$", + "typeString": "type(library AddressUpgradeable)" + } + }, + "id": 2039, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3407:10:8", + "memberName": "isContract", + "nodeType": "MemberAccess", + "referencedDeclaration": 2323, + "src": "3388:29:8", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$", + "typeString": "function (address) view returns (bool)" + } + }, + "id": 2044, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3388:44:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 2048, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2046, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "3436:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 2047, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3452:1:8", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3436:17:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "3387:66:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "id": 2050, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3386:68:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "3346:108:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564", + "id": 2052, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3468:48:8", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759", + "typeString": "literal_string \"Initializable: contract is already initialized\"" + }, + "value": "Initializable: contract is already initialized" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759", + "typeString": "literal_string \"Initializable: contract is already initialized\"" + } + ], + "id": 2031, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3325:7:8", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2053, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3325:201:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2054, + "nodeType": "ExpressionStatement", + "src": "3325:201:8" + }, + { + "expression": { + "id": 2057, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2055, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "3536:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "31", + "id": 2056, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3551:1:8", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3536:16:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "id": 2058, + "nodeType": "ExpressionStatement", + "src": "3536:16:8" + }, + { + "condition": { + "id": 2059, + "name": "isTopLevelCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2027, + "src": "3566:14:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2065, + "nodeType": "IfStatement", + "src": "3562:65:8", + "trueBody": { + "id": 2064, + "nodeType": "Block", + "src": "3582:45:8", + "statements": [ + { + "expression": { + "id": 2062, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2060, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "3596:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 2061, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3612:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "3596:20:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2063, + "nodeType": "ExpressionStatement", + "src": "3596:20:8" + } + ] + } + }, + { + "id": 2066, + "nodeType": "PlaceholderStatement", + "src": "3636:1:8" + }, + { + "condition": { + "id": 2067, + "name": "isTopLevelCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2027, + "src": "3651:14:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2077, + "nodeType": "IfStatement", + "src": "3647:99:8", + "trueBody": { + "id": 2076, + "nodeType": "Block", + "src": "3667:79:8", + "statements": [ + { + "expression": { + "id": 2070, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2068, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "3681:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 2069, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3697:5:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "3681:21:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2071, + "nodeType": "ExpressionStatement", + "src": "3681:21:8" + }, + { + "eventCall": { + "arguments": [ + { + "hexValue": "31", + "id": 2073, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3733:1:8", + "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": 2072, + "name": "Initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2023, + "src": "3721:11:8", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint8_$returns$__$", + "typeString": "function (uint8)" + } + }, + "id": 2074, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3721:14:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2075, + "nodeType": "EmitStatement", + "src": "3716:19:8" + } + ] + } + } + ] + }, + "documentation": { + "id": 2024, + "nodeType": "StructuredDocumentation", + "src": "2842:399:8", + "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 functions marked with `initializer` can be nested in the context of a\n constructor.\n Emits an {Initialized} event." + }, + "id": 2079, + "name": "initializer", + "nameLocation": "3255:11:8", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2025, + "nodeType": "ParameterList", + "parameters": [], + "src": "3266:2:8" + }, + "src": "3246:506:8", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2111, + "nodeType": "Block", + "src": "4863:255:8", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 2090, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2086, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4881:14:8", + "subExpression": { + "id": 2085, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "4882:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 2089, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2087, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "4899:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 2088, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2082, + "src": "4914:7:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "src": "4899:22:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "4881:40:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564", + "id": 2091, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4923:48:8", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759", + "typeString": "literal_string \"Initializable: contract is already initialized\"" + }, + "value": "Initializable: contract is already initialized" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759", + "typeString": "literal_string \"Initializable: contract is already initialized\"" + } + ], + "id": 2084, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4873:7:8", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2092, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4873:99:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2093, + "nodeType": "ExpressionStatement", + "src": "4873:99:8" + }, + { + "expression": { + "id": 2096, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2094, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "4982:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 2095, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2082, + "src": "4997:7:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "src": "4982:22:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "id": 2097, + "nodeType": "ExpressionStatement", + "src": "4982:22:8" + }, + { + "expression": { + "id": 2100, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2098, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "5014:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 2099, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5030:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "5014:20:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2101, + "nodeType": "ExpressionStatement", + "src": "5014:20:8" + }, + { + "id": 2102, + "nodeType": "PlaceholderStatement", + "src": "5044:1:8" + }, + { + "expression": { + "id": 2105, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2103, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "5055:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 2104, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5071:5:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "5055:21:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2106, + "nodeType": "ExpressionStatement", + "src": "5055:21:8" + }, + { + "eventCall": { + "arguments": [ + { + "id": 2108, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2082, + "src": "5103:7:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + ], + "id": 2107, + "name": "Initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2023, + "src": "5091:11:8", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint8_$returns$__$", + "typeString": "function (uint8)" + } + }, + "id": 2109, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5091:20:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2110, + "nodeType": "EmitStatement", + "src": "5086:25:8" + } + ] + }, + "documentation": { + "id": 2080, + "nodeType": "StructuredDocumentation", + "src": "3758:1062:8", + "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 255 will prevent any future reinitialization.\n Emits an {Initialized} event." + }, + "id": 2112, + "name": "reinitializer", + "nameLocation": "4834:13:8", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2083, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2082, + "mutability": "mutable", + "name": "version", + "nameLocation": "4854:7:8", + "nodeType": "VariableDeclaration", + "scope": 2112, + "src": "4848:13:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2081, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "4848:5:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "4847:15:8" + }, + "src": "4825:293:8", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2121, + "nodeType": "Block", + "src": "5356:97:8", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2116, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "5374:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420696e697469616c697a696e67", + "id": 2117, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5389:45:8", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b", + "typeString": "literal_string \"Initializable: contract is not initializing\"" + }, + "value": "Initializable: contract is not initializing" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b", + "typeString": "literal_string \"Initializable: contract is not initializing\"" + } + ], + "id": 2115, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5366:7:8", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2118, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5366:69:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2119, + "nodeType": "ExpressionStatement", + "src": "5366:69:8" + }, + { + "id": 2120, + "nodeType": "PlaceholderStatement", + "src": "5445:1:8" + } + ] + }, + "documentation": { + "id": 2113, + "nodeType": "StructuredDocumentation", + "src": "5124:199:8", + "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": 2122, + "name": "onlyInitializing", + "nameLocation": "5337:16:8", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2114, + "nodeType": "ParameterList", + "parameters": [], + "src": "5353:2:8" + }, + "src": "5328:125:8", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2157, + "nodeType": "Block", + "src": "5988:231:8", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2128, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "6006:14:8", + "subExpression": { + "id": 2127, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "6007:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e67", + "id": 2129, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6022:41:8", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a", + "typeString": "literal_string \"Initializable: contract is initializing\"" + }, + "value": "Initializable: contract is initializing" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a", + "typeString": "literal_string \"Initializable: contract is initializing\"" + } + ], + "id": 2126, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5998:7:8", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2130, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5998:66:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2131, + "nodeType": "ExpressionStatement", + "src": "5998:66:8" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 2138, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2132, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "6078:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 2135, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6099:5:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 2134, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "6099:5:8", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + } + ], + "id": 2133, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967269, + "src": "6094:4:8", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 2136, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6094:11:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint8", + "typeString": "type(uint8)" + } + }, + "id": 2137, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6106:3:8", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "6094:15:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "src": "6078:31:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2156, + "nodeType": "IfStatement", + "src": "6074:139:8", + "trueBody": { + "id": 2155, + "nodeType": "Block", + "src": "6111:102:8", + "statements": [ + { + "expression": { + "id": 2145, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2139, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "6125:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "expression": { + "arguments": [ + { + "id": 2142, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6145:5:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 2141, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "6145:5:8", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + } + ], + "id": 2140, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967269, + "src": "6140:4:8", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 2143, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6140:11:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint8", + "typeString": "type(uint8)" + } + }, + "id": 2144, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6152:3:8", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "6140:15:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "src": "6125:30:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "id": 2146, + "nodeType": "ExpressionStatement", + "src": "6125:30:8" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "arguments": [ + { + "id": 2150, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6191:5:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 2149, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "6191:5:8", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + } + ], + "id": 2148, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967269, + "src": "6186:4:8", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 2151, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6186:11:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint8", + "typeString": "type(uint8)" + } + }, + "id": 2152, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6198:3:8", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "6186:15:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + ], + "id": 2147, + "name": "Initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2023, + "src": "6174:11:8", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint8_$returns$__$", + "typeString": "function (uint8)" + } + }, + "id": 2153, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6174:28:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2154, + "nodeType": "EmitStatement", + "src": "6169:33:8" + } + ] + } + } + ] + }, + "documentation": { + "id": 2123, + "nodeType": "StructuredDocumentation", + "src": "5459:475:8", + "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": 2158, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_disableInitializers", + "nameLocation": "5948:20:8", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2124, + "nodeType": "ParameterList", + "parameters": [], + "src": "5968:2:8" + }, + "returnParameters": { + "id": 2125, + "nodeType": "ParameterList", + "parameters": [], + "src": "5988:0:8" + }, + "scope": 2177, + "src": "5939:280:8", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2166, + "nodeType": "Block", + "src": "6393:36:8", + "statements": [ + { + "expression": { + "id": 2164, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "6410:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "functionReturnParameters": 2163, + "id": 2165, + "nodeType": "Return", + "src": "6403:19:8" + } + ] + }, + "documentation": { + "id": 2159, + "nodeType": "StructuredDocumentation", + "src": "6225:99:8", + "text": " @dev Returns the highest version that has been initialized. See {reinitializer}." + }, + "id": 2167, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_getInitializedVersion", + "nameLocation": "6338:22:8", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2160, + "nodeType": "ParameterList", + "parameters": [], + "src": "6360:2:8" + }, + "returnParameters": { + "id": 2163, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2162, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2167, + "src": "6386:5:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2161, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "6386:5:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "6385:7:8" + }, + "scope": 2177, + "src": "6329:100:8", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2175, + "nodeType": "Block", + "src": "6601:37:8", + "statements": [ + { + "expression": { + "id": 2173, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "6618:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 2172, + "id": 2174, + "nodeType": "Return", + "src": "6611:20:8" + } + ] + }, + "documentation": { + "id": 2168, + "nodeType": "StructuredDocumentation", + "src": "6435:105:8", + "text": " @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}." + }, + "id": 2176, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_isInitializing", + "nameLocation": "6554:15:8", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2169, + "nodeType": "ParameterList", + "parameters": [], + "src": "6569:2:8" + }, + "returnParameters": { + "id": 2172, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2171, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2176, + "src": "6595:4:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2170, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6595:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "6594:6:8" + }, + "scope": 2177, + "src": "6545:93:8", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 2178, + "src": "2394:4246:8", + "usedErrors": [] + } + ], + "src": "113:6528:8" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "exportedSymbols": { + "AddressUpgradeable": [ + 2635 + ], + "Initializable": [ + 2177 + ] + }, + "id": 2178, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2010, + "literals": [ + "solidity", + "^", + "0.8", + ".2" + ], + "nodeType": "PragmaDirective", + "src": "113:23:8" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol", + "file": "../../utils/AddressUpgradeable.sol", + "id": 2011, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2178, + "sourceUnit": 2636, + "src": "138:44:8", + "symbolAliases": [], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [], + "canonicalName": "Initializable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 2012, + "nodeType": "StructuredDocumentation", + "src": "184:2209:8", + "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": 2177, + "linearizedBaseContracts": [ + 2177 + ], + "name": "Initializable", + "nameLocation": "2412:13:8", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "documentation": { + "id": 2013, + "nodeType": "StructuredDocumentation", + "src": "2432:109:8", + "text": " @dev Indicates that the contract has been initialized.\n @custom:oz-retyped-from bool" + }, + "id": 2015, + "mutability": "mutable", + "name": "_initialized", + "nameLocation": "2560:12:8", + "nodeType": "VariableDeclaration", + "scope": 2177, + "src": "2546:26:8", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2014, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "2546:5:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "private" + }, + { + "constant": false, + "documentation": { + "id": 2016, + "nodeType": "StructuredDocumentation", + "src": "2579:91:8", + "text": " @dev Indicates that the contract is in the process of being initialized." + }, + "id": 2018, + "mutability": "mutable", + "name": "_initializing", + "nameLocation": "2688:13:8", + "nodeType": "VariableDeclaration", + "scope": 2177, + "src": "2675:26:8", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2017, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "2675:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "private" + }, + { + "anonymous": false, + "documentation": { + "id": 2019, + "nodeType": "StructuredDocumentation", + "src": "2708:90:8", + "text": " @dev Triggered when the contract has been initialized or reinitialized." + }, + "eventSelector": "7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498", + "id": 2023, + "name": "Initialized", + "nameLocation": "2809:11:8", + "nodeType": "EventDefinition", + "parameters": { + "id": 2022, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2021, + "indexed": false, + "mutability": "mutable", + "name": "version", + "nameLocation": "2827:7:8", + "nodeType": "VariableDeclaration", + "scope": 2023, + "src": "2821:13:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2020, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "2821:5:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "2820:15:8" + }, + "src": "2803:33:8" + }, + { + "body": { + "id": 2078, + "nodeType": "Block", + "src": "3269:483:8", + "statements": [ + { + "assignments": [ + 2027 + ], + "declarations": [ + { + "constant": false, + "id": 2027, + "mutability": "mutable", + "name": "isTopLevelCall", + "nameLocation": "3284:14:8", + "nodeType": "VariableDeclaration", + "scope": 2078, + "src": "3279:19:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2026, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "3279:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "id": 2030, + "initialValue": { + "id": 2029, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "3301:14:8", + "subExpression": { + "id": 2028, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "3302:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "3279:36:8" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 2051, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 2036, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2032, + "name": "isTopLevelCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2027, + "src": "3347:14:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 2035, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2033, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "3365:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "hexValue": "31", + "id": 2034, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3380:1:8", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3365:16:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "3347:34:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "id": 2037, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3346:36:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "||", + "rightExpression": { + "components": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 2049, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2045, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "3387:45:8", + "subExpression": { + "arguments": [ + { + "arguments": [ + { + "id": 2042, + "name": "this", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967268, + "src": "3426:4:8", + "typeDescriptions": { + "typeIdentifier": "t_contract$_Initializable_$2177", + "typeString": "contract Initializable" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_contract$_Initializable_$2177", + "typeString": "contract Initializable" + } + ], + "id": 2041, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "3418:7:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 2040, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "3418:7:8", + "typeDescriptions": {} + } + }, + "id": 2043, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3418:13:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "expression": { + "id": 2038, + "name": "AddressUpgradeable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2635, + "src": "3388:18:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_contract$_AddressUpgradeable_$2635_$", + "typeString": "type(library AddressUpgradeable)" + } + }, + "id": 2039, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "3407:10:8", + "memberName": "isContract", + "nodeType": "MemberAccess", + "referencedDeclaration": 2323, + "src": "3388:29:8", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$", + "typeString": "function (address) view returns (bool)" + } + }, + "id": 2044, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3388:44:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 2048, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2046, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "3436:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "hexValue": "31", + "id": 2047, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3452:1:8", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3436:17:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "3387:66:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + } + ], + "id": 2050, + "isConstant": false, + "isInlineArray": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "TupleExpression", + "src": "3386:68:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "3346:108:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564", + "id": 2052, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3468:48:8", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759", + "typeString": "literal_string \"Initializable: contract is already initialized\"" + }, + "value": "Initializable: contract is already initialized" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759", + "typeString": "literal_string \"Initializable: contract is already initialized\"" + } + ], + "id": 2031, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "3325:7:8", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2053, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3325:201:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2054, + "nodeType": "ExpressionStatement", + "src": "3325:201:8" + }, + { + "expression": { + "id": 2057, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2055, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "3536:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "31", + "id": 2056, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3551:1:8", + "typeDescriptions": { + "typeIdentifier": "t_rational_1_by_1", + "typeString": "int_const 1" + }, + "value": "1" + }, + "src": "3536:16:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "id": 2058, + "nodeType": "ExpressionStatement", + "src": "3536:16:8" + }, + { + "condition": { + "id": 2059, + "name": "isTopLevelCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2027, + "src": "3566:14:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2065, + "nodeType": "IfStatement", + "src": "3562:65:8", + "trueBody": { + "id": 2064, + "nodeType": "Block", + "src": "3582:45:8", + "statements": [ + { + "expression": { + "id": 2062, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2060, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "3596:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 2061, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3612:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "3596:20:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2063, + "nodeType": "ExpressionStatement", + "src": "3596:20:8" + } + ] + } + }, + { + "id": 2066, + "nodeType": "PlaceholderStatement", + "src": "3636:1:8" + }, + { + "condition": { + "id": 2067, + "name": "isTopLevelCall", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2027, + "src": "3651:14:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2077, + "nodeType": "IfStatement", + "src": "3647:99:8", + "trueBody": { + "id": 2076, + "nodeType": "Block", + "src": "3667:79:8", + "statements": [ + { + "expression": { + "id": 2070, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2068, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "3681:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 2069, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3697:5:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "3681:21:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2071, + "nodeType": "ExpressionStatement", + "src": "3681:21:8" + }, + { + "eventCall": { + "arguments": [ + { + "hexValue": "31", + "id": 2073, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3733:1:8", + "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": 2072, + "name": "Initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2023, + "src": "3721:11:8", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint8_$returns$__$", + "typeString": "function (uint8)" + } + }, + "id": 2074, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "3721:14:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2075, + "nodeType": "EmitStatement", + "src": "3716:19:8" + } + ] + } + } + ] + }, + "documentation": { + "id": 2024, + "nodeType": "StructuredDocumentation", + "src": "2842:399:8", + "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 functions marked with `initializer` can be nested in the context of a\n constructor.\n Emits an {Initialized} event." + }, + "id": 2079, + "name": "initializer", + "nameLocation": "3255:11:8", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2025, + "nodeType": "ParameterList", + "parameters": [], + "src": "3266:2:8" + }, + "src": "3246:506:8", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2111, + "nodeType": "Block", + "src": "4863:255:8", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "id": 2090, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2086, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "4881:14:8", + "subExpression": { + "id": 2085, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "4882:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "BinaryOperation", + "operator": "&&", + "rightExpression": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 2089, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2087, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "4899:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "<", + "rightExpression": { + "id": 2088, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2082, + "src": "4914:7:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "src": "4899:22:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "src": "4881:40:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320616c726561647920696e697469616c697a6564", + "id": 2091, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "4923:48:8", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759", + "typeString": "literal_string \"Initializable: contract is already initialized\"" + }, + "value": "Initializable: contract is already initialized" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759", + "typeString": "literal_string \"Initializable: contract is already initialized\"" + } + ], + "id": 2084, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "4873:7:8", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2092, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "4873:99:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2093, + "nodeType": "ExpressionStatement", + "src": "4873:99:8" + }, + { + "expression": { + "id": 2096, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2094, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "4982:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 2095, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2082, + "src": "4997:7:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "src": "4982:22:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "id": 2097, + "nodeType": "ExpressionStatement", + "src": "4982:22:8" + }, + { + "expression": { + "id": 2100, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2098, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "5014:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 2099, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5030:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "5014:20:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2101, + "nodeType": "ExpressionStatement", + "src": "5014:20:8" + }, + { + "id": 2102, + "nodeType": "PlaceholderStatement", + "src": "5044:1:8" + }, + { + "expression": { + "id": 2105, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2103, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "5055:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 2104, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5071:5:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "5055:21:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2106, + "nodeType": "ExpressionStatement", + "src": "5055:21:8" + }, + { + "eventCall": { + "arguments": [ + { + "id": 2108, + "name": "version", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2082, + "src": "5103:7:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + ], + "id": 2107, + "name": "Initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2023, + "src": "5091:11:8", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint8_$returns$__$", + "typeString": "function (uint8)" + } + }, + "id": 2109, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5091:20:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2110, + "nodeType": "EmitStatement", + "src": "5086:25:8" + } + ] + }, + "documentation": { + "id": 2080, + "nodeType": "StructuredDocumentation", + "src": "3758:1062:8", + "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 255 will prevent any future reinitialization.\n Emits an {Initialized} event." + }, + "id": 2112, + "name": "reinitializer", + "nameLocation": "4834:13:8", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2083, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2082, + "mutability": "mutable", + "name": "version", + "nameLocation": "4854:7:8", + "nodeType": "VariableDeclaration", + "scope": 2112, + "src": "4848:13:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2081, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "4848:5:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "4847:15:8" + }, + "src": "4825:293:8", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2121, + "nodeType": "Block", + "src": "5356:97:8", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2116, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "5374:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420696e697469616c697a696e67", + "id": 2117, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "5389:45:8", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b", + "typeString": "literal_string \"Initializable: contract is not initializing\"" + }, + "value": "Initializable: contract is not initializing" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_d688db918bb9dd50354922faa108595679886fe9ff08046ad1ffe30aaea55f8b", + "typeString": "literal_string \"Initializable: contract is not initializing\"" + } + ], + "id": 2115, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5366:7:8", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2118, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5366:69:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2119, + "nodeType": "ExpressionStatement", + "src": "5366:69:8" + }, + { + "id": 2120, + "nodeType": "PlaceholderStatement", + "src": "5445:1:8" + } + ] + }, + "documentation": { + "id": 2113, + "nodeType": "StructuredDocumentation", + "src": "5124:199:8", + "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": 2122, + "name": "onlyInitializing", + "nameLocation": "5337:16:8", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2114, + "nodeType": "ParameterList", + "parameters": [], + "src": "5353:2:8" + }, + "src": "5328:125:8", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2157, + "nodeType": "Block", + "src": "5988:231:8", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2128, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "6006:14:8", + "subExpression": { + "id": 2127, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "6007:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e67", + "id": 2129, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "6022:41:8", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a", + "typeString": "literal_string \"Initializable: contract is initializing\"" + }, + "value": "Initializable: contract is initializing" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_a53f5879e7518078ff19b2e3d6b41e757a87364ec6872787feb45bfc41131d1a", + "typeString": "literal_string \"Initializable: contract is initializing\"" + } + ], + "id": 2126, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "5998:7:8", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2130, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "5998:66:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2131, + "nodeType": "ExpressionStatement", + "src": "5998:66:8" + }, + { + "condition": { + "commonType": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "id": 2138, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 2132, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "6078:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "expression": { + "arguments": [ + { + "id": 2135, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6099:5:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 2134, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "6099:5:8", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + } + ], + "id": 2133, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967269, + "src": "6094:4:8", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 2136, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6094:11:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint8", + "typeString": "type(uint8)" + } + }, + "id": 2137, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6106:3:8", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "6094:15:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "src": "6078:31:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2156, + "nodeType": "IfStatement", + "src": "6074:139:8", + "trueBody": { + "id": 2155, + "nodeType": "Block", + "src": "6111:102:8", + "statements": [ + { + "expression": { + "id": 2145, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2139, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "6125:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "expression": { + "arguments": [ + { + "id": 2142, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6145:5:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 2141, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "6145:5:8", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + } + ], + "id": 2140, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967269, + "src": "6140:4:8", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 2143, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6140:11:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint8", + "typeString": "type(uint8)" + } + }, + "id": 2144, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6152:3:8", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "6140:15:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "src": "6125:30:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "id": 2146, + "nodeType": "ExpressionStatement", + "src": "6125:30:8" + }, + { + "eventCall": { + "arguments": [ + { + "expression": { + "arguments": [ + { + "id": 2150, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "6191:5:8", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + }, + "typeName": { + "id": 2149, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "6191:5:8", + "typeDescriptions": {} + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_type$_t_uint8_$", + "typeString": "type(uint8)" + } + ], + "id": 2148, + "name": "type", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967269, + "src": "6186:4:8", + "typeDescriptions": { + "typeIdentifier": "t_function_metatype_pure$__$returns$__$", + "typeString": "function () pure" + } + }, + "id": 2151, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6186:11:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_magic_meta_type_t_uint8", + "typeString": "type(uint8)" + } + }, + "id": 2152, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "memberLocation": "6198:3:8", + "memberName": "max", + "nodeType": "MemberAccess", + "src": "6186:15:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + ], + "id": 2147, + "name": "Initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2023, + "src": "6174:11:8", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_uint8_$returns$__$", + "typeString": "function (uint8)" + } + }, + "id": 2153, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "6174:28:8", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2154, + "nodeType": "EmitStatement", + "src": "6169:33:8" + } + ] + } + } + ] + }, + "documentation": { + "id": 2123, + "nodeType": "StructuredDocumentation", + "src": "5459:475:8", + "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": 2158, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_disableInitializers", + "nameLocation": "5948:20:8", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2124, + "nodeType": "ParameterList", + "parameters": [], + "src": "5968:2:8" + }, + "returnParameters": { + "id": 2125, + "nodeType": "ParameterList", + "parameters": [], + "src": "5988:0:8" + }, + "scope": 2177, + "src": "5939:280:8", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2166, + "nodeType": "Block", + "src": "6393:36:8", + "statements": [ + { + "expression": { + "id": 2164, + "name": "_initialized", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2015, + "src": "6410:12:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "functionReturnParameters": 2163, + "id": 2165, + "nodeType": "Return", + "src": "6403:19:8" + } + ] + }, + "documentation": { + "id": 2159, + "nodeType": "StructuredDocumentation", + "src": "6225:99:8", + "text": " @dev Returns the highest version that has been initialized. See {reinitializer}." + }, + "id": 2167, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_getInitializedVersion", + "nameLocation": "6338:22:8", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2160, + "nodeType": "ParameterList", + "parameters": [], + "src": "6360:2:8" + }, + "returnParameters": { + "id": 2163, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2162, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2167, + "src": "6386:5:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + }, + "typeName": { + "id": 2161, + "name": "uint8", + "nodeType": "ElementaryTypeName", + "src": "6386:5:8", + "typeDescriptions": { + "typeIdentifier": "t_uint8", + "typeString": "uint8" + } + }, + "visibility": "internal" + } + ], + "src": "6385:7:8" + }, + "scope": 2177, + "src": "6329:100:8", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2175, + "nodeType": "Block", + "src": "6601:37:8", + "statements": [ + { + "expression": { + "id": 2173, + "name": "_initializing", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2018, + "src": "6618:13:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 2172, + "id": 2174, + "nodeType": "Return", + "src": "6611:20:8" + } + ] + }, + "documentation": { + "id": 2168, + "nodeType": "StructuredDocumentation", + "src": "6435:105:8", + "text": " @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}." + }, + "id": 2176, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_isInitializing", + "nameLocation": "6554:15:8", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2169, + "nodeType": "ParameterList", + "parameters": [], + "src": "6569:2:8" + }, + "returnParameters": { + "id": 2172, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2171, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2176, + "src": "6595:4:8", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2170, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "6595:4:8", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "6594:6:8" + }, + "scope": 2177, + "src": "6545:93:8", + "stateMutability": "view", + "virtual": false, + "visibility": "internal" + } + ], + "scope": 2178, + "src": "2394:4246:8", + "usedErrors": [] + } + ], + "src": "113:6528:8" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.280Z" +} \ No newline at end of file diff --git a/build/contracts/MockUSDT.json b/build/contracts/MockUSDT.json new file mode 100644 index 0000000..14a6b70 --- /dev/null +++ b/build/contracts/MockUSDT.json @@ -0,0 +1,2120 @@ +{ + "contractName": "MockUSDT", + "abi": [ + { + "inputs": [], + "stateMutability": "nonpayable", + "type": "constructor" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Approval", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Transfer", + "type": "event" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "internalType": "address", + "name": "spender", + "type": "address" + } + ], + "name": "allowance", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "approve", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "balanceOf", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "_amount", + "type": "uint256" + } + ], + "name": "burn", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "burnAll", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "decimals", + "outputs": [ + { + "internalType": "uint8", + "name": "", + "type": "uint8" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "internalType": "uint256", + "name": "subtractedValue", + "type": "uint256" + } + ], + "name": "decreaseAllowance", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "internalType": "uint256", + "name": "addedValue", + "type": "uint256" + } + ], + "name": "increaseAllowance", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "uint256", + "name": "_amount", + "type": "uint256" + } + ], + "name": "mint", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "name", + "outputs": [ + { + "internalType": "string", + "name": "", + "type": "string" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "symbol", + "outputs": [ + { + "internalType": "string", + "name": "", + "type": "string" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "totalSupply", + "outputs": [ + { + "internalType": "uint256", + "name": "", + "type": "uint256" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "transfer", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "internalType": "uint256", + "name": "amount", + "type": "uint256" + } + ], + "name": "transferFrom", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x60806040523480156200001157600080fd5b50d380156200001f57600080fd5b50d280156200002d57600080fd5b506040518060400160405280600881526020017f4d6f636b554453430000000000000000000000000000000000000000000000008152506040518060400160405280600581526020017f4d555344430000000000000000000000000000000000000000000000000000008152508160039081620000ab9190620004d3565b508060049081620000bd9190620004d3565b505050620000dc3369d3c21bcecceda1000000620000e260201b60201c565b620006d5565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160362000154576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200014b906200061b565b60405180910390fd5b62000168600083836200024f60201b60201c565b80600260008282546200017c91906200066c565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200022f9190620006b8565b60405180910390a36200024b600083836200025460201b60201c565b5050565b505050565b505050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002db57607f821691505b602082108103620002f157620002f062000293565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026200035b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826200031c565b6200036786836200031c565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620003b4620003ae620003a8846200037f565b62000389565b6200037f565b9050919050565b6000819050919050565b620003d08362000393565b620003e8620003df82620003bb565b84845462000329565b825550505050565b600090565b620003ff620003f0565b6200040c818484620003c5565b505050565b5b81811015620004345762000428600082620003f5565b60018101905062000412565b5050565b601f82111562000483576200044d81620002f7565b62000458846200030c565b8101602085101562000468578190505b6200048062000477856200030c565b83018262000411565b50505b505050565b600082821c905092915050565b6000620004a86000198460080262000488565b1980831691505092915050565b6000620004c3838362000495565b9150826002028217905092915050565b620004de8262000259565b67ffffffffffffffff811115620004fa57620004f962000264565b5b620005068254620002c2565b6200051382828562000438565b600060209050601f8311600181146200054b576000841562000536578287015190505b620005428582620004b5565b865550620005b2565b601f1984166200055b86620002f7565b60005b8281101562000585578489015182556001820191506020850194506020810190506200055e565b86831015620005a55784890151620005a1601f89168262000495565b8355505b6001600288020188555050505b505050505050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062000603601f83620005ba565b91506200061082620005cb565b602082019050919050565b600060208201905081810360008301526200063681620005f4565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600062000679826200037f565b915062000686836200037f565b9250828201905080821115620006a157620006a06200063d565b5b92915050565b620006b2816200037f565b82525050565b6000602082019050620006cf6000830184620006a7565b92915050565b6118bb80620006e56000396000f3fe608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106101045760003560e01c806370a08231116100a6578063a0712d6811610080578063a0712d6814610267578063a457c2d714610283578063a9059cbb146102b3578063dd62ed3e146102e357610104565b806370a082311461020f57806395d89b411461023f5780639975038c1461025d57610104565b806323b872dd116100e257806323b872dd14610175578063313ce567146101a557806339509351146101c357806342966c68146101f357610104565b806306fdde0314610109578063095ea7b31461012757806318160ddd14610157575b600080fd5b610111610313565b60405161011e9190610f43565b60405180910390f35b610141600480360381019061013c919061102a565b6103a5565b60405161014e9190611085565b60405180910390f35b61015f6103c8565b60405161016c91906110af565b60405180910390f35b61018f600480360381019061018a91906110ca565b6103d2565b60405161019c9190611085565b60405180910390f35b6101ad610401565b6040516101ba9190611139565b60405180910390f35b6101dd60048036038101906101d8919061102a565b61040a565b6040516101ea9190611085565b60405180910390f35b61020d60048036038101906102089190611154565b610441565b005b61022960048036038101906102249190611181565b61044e565b60405161023691906110af565b60405180910390f35b610247610496565b6040516102549190610f43565b60405180910390f35b610265610528565b005b610281600480360381019061027c9190611154565b610585565b005b61029d6004803603810190610298919061102a565b610592565b6040516102aa9190611085565b60405180910390f35b6102cd60048036038101906102c8919061102a565b610609565b6040516102da9190611085565b60405180910390f35b6102fd60048036038101906102f891906111ae565b61062c565b60405161030a91906110af565b60405180910390f35b6060600380546103229061121d565b80601f016020809104026020016040519081016040528092919081815260200182805461034e9061121d565b801561039b5780601f106103705761010080835404028352916020019161039b565b820191906000526020600020905b81548152906001019060200180831161037e57829003601f168201915b5050505050905090565b6000806103b06106b3565b90506103bd8185856106bb565b600191505092915050565b6000600254905090565b6000806103dd6106b3565b90506103ea858285610884565b6103f5858585610910565b60019150509392505050565b60006012905090565b6000806104156106b3565b9050610436818585610427858961062c565b610431919061127d565b6106bb565b600191505092915050565b61044b3382610b86565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546104a59061121d565b80601f01602080910402602001604051908101604052809291908181526020018280546104d19061121d565b801561051e5780601f106104f35761010080835404028352916020019161051e565b820191906000526020600020905b81548152906001019060200180831161050157829003601f168201915b5050505050905090565b60006105333361044e565b905060008111610578576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056f906112fd565b60405180910390fd5b6105823382610b86565b50565b61058f3382610d53565b50565b60008061059d6106b3565b905060006105ab828661062c565b9050838110156105f0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105e79061138f565b60405180910390fd5b6105fd82868684036106bb565b60019250505092915050565b6000806106146106b3565b9050610621818585610910565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361072a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161072190611421565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610799576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610790906114b3565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161087791906110af565b60405180910390a3505050565b6000610890848461062c565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461090a57818110156108fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f39061151f565b60405180910390fd5b61090984848484036106bb565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361097f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610976906115b1565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036109ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109e590611643565b60405180910390fd5b6109f9838383610ea9565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610a7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a76906116d5565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610b6d91906110af565b60405180910390a3610b80848484610eae565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610bf5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bec90611767565b60405180910390fd5b610c0182600083610ea9565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610c87576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c7e906117f9565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610d3a91906110af565b60405180910390a3610d4e83600084610eae565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610dc2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610db990611865565b60405180910390fd5b610dce60008383610ea9565b8060026000828254610de0919061127d565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610e9191906110af565b60405180910390a3610ea560008383610eae565b5050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610eed578082015181840152602081019050610ed2565b60008484015250505050565b6000601f19601f8301169050919050565b6000610f1582610eb3565b610f1f8185610ebe565b9350610f2f818560208601610ecf565b610f3881610ef9565b840191505092915050565b60006020820190508181036000830152610f5d8184610f0a565b905092915050565b600080fd5b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b610f9481610f6a565b8114610f9f57600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610fcd82610fa2565b9050919050565b600081359050610fe381610f8b565b610fec81610fc2565b905092915050565b6000819050919050565b61100781610ff4565b811461101257600080fd5b50565b60008135905061102481610ffe565b92915050565b6000806040838503121561104157611040610f65565b5b600061104f85828601610fd4565b925050602061106085828601611015565b9150509250929050565b60008115159050919050565b61107f8161106a565b82525050565b600060208201905061109a6000830184611076565b92915050565b6110a981610ff4565b82525050565b60006020820190506110c460008301846110a0565b92915050565b6000806000606084860312156110e3576110e2610f65565b5b60006110f186828701610fd4565b935050602061110286828701610fd4565b925050604061111386828701611015565b9150509250925092565b600060ff82169050919050565b6111338161111d565b82525050565b600060208201905061114e600083018461112a565b92915050565b60006020828403121561116a57611169610f65565b5b600061117884828501611015565b91505092915050565b60006020828403121561119757611196610f65565b5b60006111a584828501610fd4565b91505092915050565b600080604083850312156111c5576111c4610f65565b5b60006111d385828601610fd4565b92505060206111e485828601610fd4565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061123557607f821691505b602082108103611248576112476111ee565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061128882610ff4565b915061129383610ff4565b92508282019050808211156112ab576112aa61124e565b5b92915050565b7f4d6f636b555344543a204e6f7468696e6720746f206275726e00000000000000600082015250565b60006112e7601983610ebe565b91506112f2826112b1565b602082019050919050565b60006020820190508181036000830152611316816112da565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000611379602583610ebe565b91506113848261131d565b604082019050919050565b600060208201905081810360008301526113a88161136c565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600061140b602483610ebe565b9150611416826113af565b604082019050919050565b6000602082019050818103600083015261143a816113fe565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b600061149d602283610ebe565b91506114a882611441565b604082019050919050565b600060208201905081810360008301526114cc81611490565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000611509601d83610ebe565b9150611514826114d3565b602082019050919050565b60006020820190508181036000830152611538816114fc565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061159b602583610ebe565b91506115a68261153f565b604082019050919050565b600060208201905081810360008301526115ca8161158e565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b600061162d602383610ebe565b9150611638826115d1565b604082019050919050565b6000602082019050818103600083015261165c81611620565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006116bf602683610ebe565b91506116ca82611663565b604082019050919050565b600060208201905081810360008301526116ee816116b2565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b6000611751602183610ebe565b915061175c826116f5565b604082019050919050565b6000602082019050818103600083015261178081611744565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b60006117e3602283610ebe565b91506117ee82611787565b604082019050919050565b60006020820190508181036000830152611812816117d6565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600061184f601f83610ebe565b915061185a82611819565b602082019050919050565b6000602082019050818103600083015261187e81611842565b905091905056fea26474726f6e58221220d51abe46434b1aa994e9309960c30d10a198f9655da44a6998ddc7989842aba864736f6c63430008120033", + "deployedBytecode": "0x608060405234801561001057600080fd5b50d3801561001d57600080fd5b50d2801561002a57600080fd5b50600436106101045760003560e01c806370a08231116100a6578063a0712d6811610080578063a0712d6814610267578063a457c2d714610283578063a9059cbb146102b3578063dd62ed3e146102e357610104565b806370a082311461020f57806395d89b411461023f5780639975038c1461025d57610104565b806323b872dd116100e257806323b872dd14610175578063313ce567146101a557806339509351146101c357806342966c68146101f357610104565b806306fdde0314610109578063095ea7b31461012757806318160ddd14610157575b600080fd5b610111610313565b60405161011e9190610f43565b60405180910390f35b610141600480360381019061013c919061102a565b6103a5565b60405161014e9190611085565b60405180910390f35b61015f6103c8565b60405161016c91906110af565b60405180910390f35b61018f600480360381019061018a91906110ca565b6103d2565b60405161019c9190611085565b60405180910390f35b6101ad610401565b6040516101ba9190611139565b60405180910390f35b6101dd60048036038101906101d8919061102a565b61040a565b6040516101ea9190611085565b60405180910390f35b61020d60048036038101906102089190611154565b610441565b005b61022960048036038101906102249190611181565b61044e565b60405161023691906110af565b60405180910390f35b610247610496565b6040516102549190610f43565b60405180910390f35b610265610528565b005b610281600480360381019061027c9190611154565b610585565b005b61029d6004803603810190610298919061102a565b610592565b6040516102aa9190611085565b60405180910390f35b6102cd60048036038101906102c8919061102a565b610609565b6040516102da9190611085565b60405180910390f35b6102fd60048036038101906102f891906111ae565b61062c565b60405161030a91906110af565b60405180910390f35b6060600380546103229061121d565b80601f016020809104026020016040519081016040528092919081815260200182805461034e9061121d565b801561039b5780601f106103705761010080835404028352916020019161039b565b820191906000526020600020905b81548152906001019060200180831161037e57829003601f168201915b5050505050905090565b6000806103b06106b3565b90506103bd8185856106bb565b600191505092915050565b6000600254905090565b6000806103dd6106b3565b90506103ea858285610884565b6103f5858585610910565b60019150509392505050565b60006012905090565b6000806104156106b3565b9050610436818585610427858961062c565b610431919061127d565b6106bb565b600191505092915050565b61044b3382610b86565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546104a59061121d565b80601f01602080910402602001604051908101604052809291908181526020018280546104d19061121d565b801561051e5780601f106104f35761010080835404028352916020019161051e565b820191906000526020600020905b81548152906001019060200180831161050157829003601f168201915b5050505050905090565b60006105333361044e565b905060008111610578576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161056f906112fd565b60405180910390fd5b6105823382610b86565b50565b61058f3382610d53565b50565b60008061059d6106b3565b905060006105ab828661062c565b9050838110156105f0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105e79061138f565b60405180910390fd5b6105fd82868684036106bb565b60019250505092915050565b6000806106146106b3565b9050610621818585610910565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361072a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161072190611421565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610799576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610790906114b3565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161087791906110af565b60405180910390a3505050565b6000610890848461062c565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461090a57818110156108fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f39061151f565b60405180910390fd5b61090984848484036106bb565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361097f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610976906115b1565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036109ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109e590611643565b60405180910390fd5b6109f9838383610ea9565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610a7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a76906116d5565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610b6d91906110af565b60405180910390a3610b80848484610eae565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610bf5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bec90611767565b60405180910390fd5b610c0182600083610ea9565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610c87576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c7e906117f9565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610d3a91906110af565b60405180910390a3610d4e83600084610eae565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610dc2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610db990611865565b60405180910390fd5b610dce60008383610ea9565b8060026000828254610de0919061127d565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610e9191906110af565b60405180910390a3610ea560008383610eae565b5050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610eed578082015181840152602081019050610ed2565b60008484015250505050565b6000601f19601f8301169050919050565b6000610f1582610eb3565b610f1f8185610ebe565b9350610f2f818560208601610ecf565b610f3881610ef9565b840191505092915050565b60006020820190508181036000830152610f5d8184610f0a565b905092915050565b600080fd5b600074ffffffffffffffffffffffffffffffffffffffffff82169050919050565b610f9481610f6a565b8114610f9f57600080fd5b50565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610fcd82610fa2565b9050919050565b600081359050610fe381610f8b565b610fec81610fc2565b905092915050565b6000819050919050565b61100781610ff4565b811461101257600080fd5b50565b60008135905061102481610ffe565b92915050565b6000806040838503121561104157611040610f65565b5b600061104f85828601610fd4565b925050602061106085828601611015565b9150509250929050565b60008115159050919050565b61107f8161106a565b82525050565b600060208201905061109a6000830184611076565b92915050565b6110a981610ff4565b82525050565b60006020820190506110c460008301846110a0565b92915050565b6000806000606084860312156110e3576110e2610f65565b5b60006110f186828701610fd4565b935050602061110286828701610fd4565b925050604061111386828701611015565b9150509250925092565b600060ff82169050919050565b6111338161111d565b82525050565b600060208201905061114e600083018461112a565b92915050565b60006020828403121561116a57611169610f65565b5b600061117884828501611015565b91505092915050565b60006020828403121561119757611196610f65565b5b60006111a584828501610fd4565b91505092915050565b600080604083850312156111c5576111c4610f65565b5b60006111d385828601610fd4565b92505060206111e485828601610fd4565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061123557607f821691505b602082108103611248576112476111ee565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061128882610ff4565b915061129383610ff4565b92508282019050808211156112ab576112aa61124e565b5b92915050565b7f4d6f636b555344543a204e6f7468696e6720746f206275726e00000000000000600082015250565b60006112e7601983610ebe565b91506112f2826112b1565b602082019050919050565b60006020820190508181036000830152611316816112da565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000611379602583610ebe565b91506113848261131d565b604082019050919050565b600060208201905081810360008301526113a88161136c565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600061140b602483610ebe565b9150611416826113af565b604082019050919050565b6000602082019050818103600083015261143a816113fe565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b600061149d602283610ebe565b91506114a882611441565b604082019050919050565b600060208201905081810360008301526114cc81611490565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000611509601d83610ebe565b9150611514826114d3565b602082019050919050565b60006020820190508181036000830152611538816114fc565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061159b602583610ebe565b91506115a68261153f565b604082019050919050565b600060208201905081810360008301526115ca8161158e565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b600061162d602383610ebe565b9150611638826115d1565b604082019050919050565b6000602082019050818103600083015261165c81611620565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006116bf602683610ebe565b91506116ca82611663565b604082019050919050565b600060208201905081810360008301526116ee816116b2565b9050919050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b6000611751602183610ebe565b915061175c826116f5565b604082019050919050565b6000602082019050818103600083015261178081611744565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b60006117e3602283610ebe565b91506117ee82611787565b604082019050919050565b60006020820190508181036000830152611812816117d6565b9050919050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600061184f601f83610ebe565b915061185a82611819565b602082019050919050565b6000602082019050818103600083015261187e81611842565b905091905056fea26474726f6e58221220d51abe46434b1aa994e9309960c30d10a198f9655da44a6998ddc7989842aba864736f6c63430008120033", + "sourceMap": "162:496:5:-:0;;;195:89;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1980:113:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2054:5;2046;:13;;;;;;:::i;:::-;;2079:7;2069;:17;;;;;;:::i;:::-;;1980:113;;246:31:5::1;252:10;264:12;246:5;;;:31;;:::i;:::-;162:496:::0;;8520:535:12;8622:1;8603:21;;:7;:21;;;8595:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;8671:49;8700:1;8704:7;8713:6;8671:20;;;:49;;:::i;:::-;8747:6;8731:12;;:22;;;;;;;:::i;:::-;;;;;;;;8921:6;8899:9;:18;8909:7;8899:18;;;;;;;;;;;;;;;;:28;;;;;;;;;;;8973:7;8952:37;;8969:1;8952:37;;;8982:6;8952:37;;;;;;:::i;:::-;;;;;;;;9000:48;9028:1;9032:7;9041:6;9000:19;;;:48;;:::i;:::-;8520:535;;:::o;12073:91::-;;;;:::o;12752:90::-;;;;:::o;7:99:16:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:180::-;160:77;157:1;150:88;257:4;254:1;247:15;281:4;278:1;271:15;298:180;346:77;343:1;336:88;443:4;440:1;433:15;467:4;464:1;457:15;484:320;528:6;565:1;559:4;555:12;545:22;;612:1;606:4;602:12;633:18;623:81;;689:4;681:6;677:17;667:27;;623:81;751:2;743:6;740:14;720:18;717:38;714:84;;770:18;;:::i;:::-;714:84;535:269;484:320;;;:::o;810:141::-;859:4;882:3;874:11;;905:3;902:1;895:14;939:4;936:1;926:18;918:26;;810:141;;;:::o;957:93::-;994:6;1041:2;1036;1029:5;1025:14;1021:23;1011:33;;957:93;;;:::o;1056:107::-;1100:8;1150:5;1144:4;1140:16;1119:37;;1056:107;;;;:::o;1169:393::-;1238:6;1288:1;1276:10;1272:18;1311:97;1341:66;1330:9;1311:97;:::i;:::-;1429:39;1459:8;1448:9;1429:39;:::i;:::-;1417:51;;1501:4;1497:9;1490:5;1486:21;1477:30;;1550:4;1540:8;1536:19;1529:5;1526:30;1516:40;;1245:317;;1169:393;;;;;:::o;1568:77::-;1605:7;1634:5;1623:16;;1568:77;;;:::o;1651:60::-;1679:3;1700:5;1693:12;;1651:60;;;:::o;1717:142::-;1767:9;1800:53;1818:34;1827:24;1845:5;1827:24;:::i;:::-;1818:34;:::i;:::-;1800:53;:::i;:::-;1787:66;;1717:142;;;:::o;1865:75::-;1908:3;1929:5;1922:12;;1865:75;;;:::o;1946:269::-;2056:39;2087:7;2056:39;:::i;:::-;2117:91;2166:41;2190:16;2166:41;:::i;:::-;2158:6;2151:4;2145:11;2117:91;:::i;:::-;2111:4;2104:105;2022:193;1946:269;;;:::o;2221:73::-;2266:3;2221:73;:::o;2300:189::-;2377:32;;:::i;:::-;2418:65;2476:6;2468;2462:4;2418:65;:::i;:::-;2353:136;2300:189;;:::o;2495:186::-;2555:120;2572:3;2565:5;2562:14;2555:120;;;2626:39;2663:1;2656:5;2626:39;:::i;:::-;2599:1;2592:5;2588:13;2579:22;;2555:120;;;2495:186;;:::o;2687:543::-;2788:2;2783:3;2780:11;2777:446;;;2822:38;2854:5;2822:38;:::i;:::-;2906:29;2924:10;2906:29;:::i;:::-;2896:8;2892:44;3089:2;3077:10;3074:18;3071:49;;;3110:8;3095:23;;3071:49;3133:80;3189:22;3207:3;3189:22;:::i;:::-;3179:8;3175:37;3162:11;3133:80;:::i;:::-;2792:431;;2777:446;2687:543;;;:::o;3236:117::-;3290:8;3340:5;3334:4;3330:16;3309:37;;3236:117;;;;:::o;3359:169::-;3403:6;3436:51;3484:1;3480:6;3472:5;3469:1;3465:13;3436:51;:::i;:::-;3432:56;3517:4;3511;3507:15;3497:25;;3410:118;3359:169;;;;:::o;3533:295::-;3609:4;3755:29;3780:3;3774:4;3755:29;:::i;:::-;3747:37;;3817:3;3814:1;3810:11;3804:4;3801:21;3793:29;;3533:295;;;;:::o;3833:1395::-;3950:37;3983:3;3950:37;:::i;:::-;4052:18;4044:6;4041:30;4038:56;;;4074:18;;:::i;:::-;4038:56;4118:38;4150:4;4144:11;4118:38;:::i;:::-;4203:67;4263:6;4255;4249:4;4203:67;:::i;:::-;4297:1;4321:4;4308:17;;4353:2;4345:6;4342:14;4370:1;4365:618;;;;5027:1;5044:6;5041:77;;;5093:9;5088:3;5084:19;5078:26;5069:35;;5041:77;5144:67;5204:6;5197:5;5144:67;:::i;:::-;5138:4;5131:81;5000:222;4335:887;;4365:618;4417:4;4413:9;4405:6;4401:22;4451:37;4483:4;4451:37;:::i;:::-;4510:1;4524:208;4538:7;4535:1;4532:14;4524:208;;;4617:9;4612:3;4608:19;4602:26;4594:6;4587:42;4668:1;4660:6;4656:14;4646:24;;4715:2;4704:9;4700:18;4687:31;;4561:4;4558:1;4554:12;4549:17;;4524:208;;;4760:6;4751:7;4748:19;4745:179;;;4818:9;4813:3;4809:19;4803:26;4861:48;4903:4;4895:6;4891:17;4880:9;4861:48;:::i;:::-;4853:6;4846:64;4768:156;4745:179;4970:1;4966;4958:6;4954:14;4950:22;4944:4;4937:36;4372:611;;;4335:887;;3925:1303;;;3833:1395;;:::o;5234:169::-;5318:11;5352:6;5347:3;5340:19;5392:4;5387:3;5383:14;5368:29;;5234:169;;;;:::o;5409:181::-;5549:33;5545:1;5537:6;5533:14;5526:57;5409:181;:::o;5596:366::-;5738:3;5759:67;5823:2;5818:3;5759:67;:::i;:::-;5752:74;;5835:93;5924:3;5835:93;:::i;:::-;5953:2;5948:3;5944:12;5937:19;;5596:366;;;:::o;5968:419::-;6134:4;6172:2;6161:9;6157:18;6149:26;;6221:9;6215:4;6211:20;6207:1;6196:9;6192:17;6185:47;6249:131;6375:4;6249:131;:::i;:::-;6241:139;;5968:419;;;:::o;6393:180::-;6441:77;6438:1;6431:88;6538:4;6535:1;6528:15;6562:4;6559:1;6552:15;6579:191;6619:3;6638:20;6656:1;6638:20;:::i;:::-;6633:25;;6672:20;6690:1;6672:20;:::i;:::-;6667:25;;6715:1;6712;6708:9;6701:16;;6736:3;6733:1;6730:10;6727:36;;;6743:18;;:::i;:::-;6727:36;6579:191;;;;:::o;6776:118::-;6863:24;6881:5;6863:24;:::i;:::-;6858:3;6851:37;6776:118;;:::o;6900:222::-;6993:4;7031:2;7020:9;7016:18;7008:26;;7044:71;7112:1;7101:9;7097:17;7088:6;7044:71;:::i;:::-;6900:222;;;;:::o;162:496:5:-;;;;;;;", + "deployedSourceMap": "162:496:5:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98:12;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4444:197;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3255:106;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5203:256;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3104:91;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5854:234;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;379:83:5;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;3419:125:12;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2369:102;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;468:188:5;;;:::i;:::-;;290:83;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6575:427:12;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3740:189;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3987:149;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2158:98;2212:13;2244:5;2237:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2158:98;:::o;4444:197::-;4527:4;4543:13;4559:12;:10;:12::i;:::-;4543:28;;4581:32;4590:5;4597:7;4606:6;4581:8;:32::i;:::-;4630:4;4623:11;;;4444:197;;;;:::o;3255:106::-;3316:7;3342:12;;3335:19;;3255:106;:::o;5203:256::-;5300:4;5316:15;5334:12;:10;:12::i;:::-;5316:30;;5356:38;5372:4;5378:7;5387:6;5356:15;:38::i;:::-;5404:27;5414:4;5420:2;5424:6;5404:9;:27::i;:::-;5448:4;5441:11;;;5203:256;;;;;:::o;3104:91::-;3162:5;3186:2;3179:9;;3104:91;:::o;5854:234::-;5942:4;5958:13;5974:12;:10;:12::i;:::-;5958:28;;5996:64;6005:5;6012:7;6049:10;6021:25;6031:5;6038:7;6021:9;:25::i;:::-;:38;;;;:::i;:::-;5996:8;:64::i;:::-;6077:4;6070:11;;;5854:234;;;;:::o;379:83:5:-;429:26;435:10;447:7;429:5;:26::i;:::-;379:83;:::o;3419:125:12:-;3493:7;3519:9;:18;3529:7;3519:18;;;;;;;;;;;;;;;;3512:25;;3419:125;;;:::o;2369:102::-;2425:13;2457:7;2450:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2369:102;:::o;468:188:5:-;506:18;527:21;537:10;527:9;:21::i;:::-;506:42;;579:1;566:10;:14;558:52;;;;;;;;;;;;:::i;:::-;;;;;;;;;620:29;626:10;638;620:5;:29::i;:::-;496:160;468:188::o;290:83::-;340:26;346:10;358:7;340:5;:26::i;:::-;290:83;:::o;6575:427:12:-;6668:4;6684:13;6700:12;:10;:12::i;:::-;6684:28;;6722:24;6749:25;6759:5;6766:7;6749:9;:25::i;:::-;6722:52;;6812:15;6792:16;:35;;6784:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;6903:60;6912:5;6919:7;6947:15;6928:16;:34;6903:8;:60::i;:::-;6991:4;6984:11;;;;6575:427;;;;:::o;3740:189::-;3819:4;3835:13;3851:12;:10;:12::i;:::-;3835:28;;3873;3883:5;3890:2;3894:6;3873:9;:28::i;:::-;3918:4;3911:11;;;3740:189;;;;:::o;3987:149::-;4076:7;4102:11;:18;4114:5;4102:18;;;;;;;;;;;;;;;:27;4121:7;4102:27;;;;;;;;;;;;;;;;4095:34;;3987:149;;;;:::o;655:96:15:-;708:7;734:10;727:17;;655:96;:::o;10457:340:12:-;10575:1;10558:19;;:5;:19;;;10550:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10655:1;10636:21;;:7;:21;;;10628:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10737:6;10707:11;:18;10719:5;10707:18;;;;;;;;;;;;;;;:27;10726:7;10707:27;;;;;;;;;;;;;;;:36;;;;10774:7;10758:32;;10767:5;10758:32;;;10783:6;10758:32;;;;;;:::i;:::-;;;;;;;;10457:340;;;:::o;11078:411::-;11178:24;11205:25;11215:5;11222:7;11205:9;:25::i;:::-;11178:52;;11264:17;11244:16;:37;11240:243;;11325:6;11305:16;:26;;11297:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11407:51;11416:5;11423:7;11451:6;11432:16;:25;11407:8;:51::i;:::-;11240:243;11168:321;11078:411;;;:::o;7456:788::-;7568:1;7552:18;;:4;:18;;;7544:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7644:1;7630:16;;:2;:16;;;7622:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;7697:38;7718:4;7724:2;7728:6;7697:20;:38::i;:::-;7746:19;7768:9;:15;7778:4;7768:15;;;;;;;;;;;;;;;;7746:37;;7816:6;7801:11;:21;;7793:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;7931:6;7917:11;:20;7899:9;:15;7909:4;7899:15;;;;;;;;;;;;;;;:38;;;;8131:6;8114:9;:13;8124:2;8114:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;8178:2;8163:26;;8172:4;8163:26;;;8182:6;8163:26;;;;;;:::i;:::-;;;;;;;;8200:37;8220:4;8226:2;8230:6;8200:19;:37::i;:::-;7534:710;7456:788;;;:::o;9375:659::-;9477:1;9458:21;;:7;:21;;;9450:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;9528:49;9549:7;9566:1;9570:6;9528:20;:49::i;:::-;9588:22;9613:9;:18;9623:7;9613:18;;;;;;;;;;;;;;;;9588:43;;9667:6;9649:14;:24;;9641:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;9784:6;9767:14;:23;9746:9;:18;9756:7;9746:18;;;;;;;;;;;;;;;:44;;;;9899:6;9883:12;;:22;;;;;;;;;;;9957:1;9931:37;;9940:7;9931:37;;;9961:6;9931:37;;;;;;:::i;:::-;;;;;;;;9979:48;9999:7;10016:1;10020:6;9979:19;:48::i;:::-;9440:594;9375:659;;:::o;8520:535::-;8622:1;8603:21;;:7;:21;;;8595:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;8671:49;8700:1;8704:7;8713:6;8671:20;:49::i;:::-;8747:6;8731:12;;:22;;;;;;;:::i;:::-;;;;;;;;8921:6;8899:9;:18;8909:7;8899:18;;;;;;;;;;;;;;;;:28;;;;;;;;;;;8973:7;8952:37;;8969:1;8952:37;;;8982:6;8952:37;;;;;;:::i;:::-;;;;;;;;9000:48;9028:1;9032:7;9041:6;9000:19;:48::i;:::-;8520:535;;:::o;12073:91::-;;;;:::o;12752:90::-;;;;:::o;7:99:16:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1676:128;1713:7;1753:44;1746:5;1742:56;1731:67;;1676:128;;;:::o;1810:122::-;1883:24;1901:5;1883:24;:::i;:::-;1876:5;1873:35;1863:63;;1922:1;1919;1912:12;1863:63;1810:122;:::o;1938:126::-;1975:7;2015:42;2008:5;2004:54;1993:65;;1938:126;;;:::o;2070:96::-;2107:7;2136:24;2154:5;2136:24;:::i;:::-;2125:35;;2070:96;;;:::o;2172:181::-;2218:5;2256:6;2243:20;2234:29;;2272:33;2299:5;2272:33;:::i;:::-;2323:24;2341:5;2323:24;:::i;:::-;2314:33;;2172:181;;;;:::o;2359:77::-;2396:7;2425:5;2414:16;;2359:77;;;:::o;2442:122::-;2515:24;2533:5;2515:24;:::i;:::-;2508:5;2505:35;2495:63;;2554:1;2551;2544:12;2495:63;2442:122;:::o;2570:139::-;2616:5;2654:6;2641:20;2632:29;;2670:33;2697:5;2670:33;:::i;:::-;2570:139;;;;:::o;2715:474::-;2783:6;2791;2840:2;2828:9;2819:7;2815:23;2811:32;2808:119;;;2846:79;;:::i;:::-;2808:119;2966:1;2991:53;3036:7;3027:6;3016:9;3012:22;2991:53;:::i;:::-;2981:63;;2937:117;3093:2;3119:53;3164:7;3155:6;3144:9;3140:22;3119:53;:::i;:::-;3109:63;;3064:118;2715:474;;;;;:::o;3195:90::-;3229:7;3272:5;3265:13;3258:21;3247:32;;3195:90;;;:::o;3291:109::-;3372:21;3387:5;3372:21;:::i;:::-;3367:3;3360:34;3291:109;;:::o;3406:210::-;3493:4;3531:2;3520:9;3516:18;3508:26;;3544:65;3606:1;3595:9;3591:17;3582:6;3544:65;:::i;:::-;3406:210;;;;:::o;3622:118::-;3709:24;3727:5;3709:24;:::i;:::-;3704:3;3697:37;3622:118;;:::o;3746:222::-;3839:4;3877:2;3866:9;3862:18;3854:26;;3890:71;3958:1;3947:9;3943:17;3934:6;3890:71;:::i;:::-;3746:222;;;;:::o;3974:619::-;4051:6;4059;4067;4116:2;4104:9;4095:7;4091:23;4087:32;4084:119;;;4122:79;;:::i;:::-;4084:119;4242:1;4267:53;4312:7;4303:6;4292:9;4288:22;4267:53;:::i;:::-;4257:63;;4213:117;4369:2;4395:53;4440:7;4431:6;4420:9;4416:22;4395:53;:::i;:::-;4385:63;;4340:118;4497:2;4523:53;4568:7;4559:6;4548:9;4544:22;4523:53;:::i;:::-;4513:63;;4468:118;3974:619;;;;;:::o;4599:86::-;4634:7;4674:4;4667:5;4663:16;4652:27;;4599:86;;;:::o;4691:112::-;4774:22;4790:5;4774:22;:::i;:::-;4769:3;4762:35;4691:112;;:::o;4809:214::-;4898:4;4936:2;4925:9;4921:18;4913:26;;4949:67;5013:1;5002:9;4998:17;4989:6;4949:67;:::i;:::-;4809:214;;;;:::o;5029:329::-;5088:6;5137:2;5125:9;5116:7;5112:23;5108:32;5105:119;;;5143:79;;:::i;:::-;5105:119;5263:1;5288:53;5333:7;5324:6;5313:9;5309:22;5288:53;:::i;:::-;5278:63;;5234:117;5029:329;;;;:::o;5364:::-;5423:6;5472:2;5460:9;5451:7;5447:23;5443:32;5440:119;;;5478:79;;:::i;:::-;5440:119;5598:1;5623:53;5668:7;5659:6;5648:9;5644:22;5623:53;:::i;:::-;5613:63;;5569:117;5364:329;;;;:::o;5699:474::-;5767:6;5775;5824:2;5812:9;5803:7;5799:23;5795:32;5792:119;;;5830:79;;:::i;:::-;5792:119;5950:1;5975:53;6020:7;6011:6;6000:9;5996:22;5975:53;:::i;:::-;5965:63;;5921:117;6077:2;6103:53;6148:7;6139:6;6128:9;6124:22;6103:53;:::i;:::-;6093:63;;6048:118;5699:474;;;;;:::o;6179:180::-;6227:77;6224:1;6217:88;6324:4;6321:1;6314:15;6348:4;6345:1;6338:15;6365:320;6409:6;6446:1;6440:4;6436:12;6426:22;;6493:1;6487:4;6483:12;6514:18;6504:81;;6570:4;6562:6;6558:17;6548:27;;6504:81;6632:2;6624:6;6621:14;6601:18;6598:38;6595:84;;6651:18;;:::i;:::-;6595:84;6416:269;6365:320;;;:::o;6691:180::-;6739:77;6736:1;6729:88;6836:4;6833:1;6826:15;6860:4;6857:1;6850:15;6877:191;6917:3;6936:20;6954:1;6936:20;:::i;:::-;6931:25;;6970:20;6988:1;6970:20;:::i;:::-;6965:25;;7013:1;7010;7006:9;6999:16;;7034:3;7031:1;7028:10;7025:36;;;7041:18;;:::i;:::-;7025:36;6877:191;;;;:::o;7074:175::-;7214:27;7210:1;7202:6;7198:14;7191:51;7074:175;:::o;7255:366::-;7397:3;7418:67;7482:2;7477:3;7418:67;:::i;:::-;7411:74;;7494:93;7583:3;7494:93;:::i;:::-;7612:2;7607:3;7603:12;7596:19;;7255:366;;;:::o;7627:419::-;7793:4;7831:2;7820:9;7816:18;7808:26;;7880:9;7874:4;7870:20;7866:1;7855:9;7851:17;7844:47;7908:131;8034:4;7908:131;:::i;:::-;7900:139;;7627:419;;;:::o;8052:224::-;8192:34;8188:1;8180:6;8176:14;8169:58;8261:7;8256:2;8248:6;8244:15;8237:32;8052:224;:::o;8282:366::-;8424:3;8445:67;8509:2;8504:3;8445:67;:::i;:::-;8438:74;;8521:93;8610:3;8521:93;:::i;:::-;8639:2;8634:3;8630:12;8623:19;;8282:366;;;:::o;8654:419::-;8820:4;8858:2;8847:9;8843:18;8835:26;;8907:9;8901:4;8897:20;8893:1;8882:9;8878:17;8871:47;8935:131;9061:4;8935:131;:::i;:::-;8927:139;;8654:419;;;:::o;9079:223::-;9219:34;9215:1;9207:6;9203:14;9196:58;9288:6;9283:2;9275:6;9271:15;9264:31;9079:223;:::o;9308:366::-;9450:3;9471:67;9535:2;9530:3;9471:67;:::i;:::-;9464:74;;9547:93;9636:3;9547:93;:::i;:::-;9665:2;9660:3;9656:12;9649:19;;9308:366;;;:::o;9680:419::-;9846:4;9884:2;9873:9;9869:18;9861:26;;9933:9;9927:4;9923:20;9919:1;9908:9;9904:17;9897:47;9961:131;10087:4;9961:131;:::i;:::-;9953:139;;9680:419;;;:::o;10105:221::-;10245:34;10241:1;10233:6;10229:14;10222:58;10314:4;10309:2;10301:6;10297:15;10290:29;10105:221;:::o;10332:366::-;10474:3;10495:67;10559:2;10554:3;10495:67;:::i;:::-;10488:74;;10571:93;10660:3;10571:93;:::i;:::-;10689:2;10684:3;10680:12;10673:19;;10332:366;;;:::o;10704:419::-;10870:4;10908:2;10897:9;10893:18;10885:26;;10957:9;10951:4;10947:20;10943:1;10932:9;10928:17;10921:47;10985:131;11111:4;10985:131;:::i;:::-;10977:139;;10704:419;;;:::o;11129:179::-;11269:31;11265:1;11257:6;11253:14;11246:55;11129:179;:::o;11314:366::-;11456:3;11477:67;11541:2;11536:3;11477:67;:::i;:::-;11470:74;;11553:93;11642:3;11553:93;:::i;:::-;11671:2;11666:3;11662:12;11655:19;;11314:366;;;:::o;11686:419::-;11852:4;11890:2;11879:9;11875:18;11867:26;;11939:9;11933:4;11929:20;11925:1;11914:9;11910:17;11903:47;11967:131;12093:4;11967:131;:::i;:::-;11959:139;;11686:419;;;:::o;12111:224::-;12251:34;12247:1;12239:6;12235:14;12228:58;12320:7;12315:2;12307:6;12303:15;12296:32;12111:224;:::o;12341:366::-;12483:3;12504:67;12568:2;12563:3;12504:67;:::i;:::-;12497:74;;12580:93;12669:3;12580:93;:::i;:::-;12698:2;12693:3;12689:12;12682:19;;12341:366;;;:::o;12713:419::-;12879:4;12917:2;12906:9;12902:18;12894:26;;12966:9;12960:4;12956:20;12952:1;12941:9;12937:17;12930:47;12994:131;13120:4;12994:131;:::i;:::-;12986:139;;12713:419;;;:::o;13138:222::-;13278:34;13274:1;13266:6;13262:14;13255:58;13347:5;13342:2;13334:6;13330:15;13323:30;13138:222;:::o;13366:366::-;13508:3;13529:67;13593:2;13588:3;13529:67;:::i;:::-;13522:74;;13605:93;13694:3;13605:93;:::i;:::-;13723:2;13718:3;13714:12;13707:19;;13366:366;;;:::o;13738:419::-;13904:4;13942:2;13931:9;13927:18;13919:26;;13991:9;13985:4;13981:20;13977:1;13966:9;13962:17;13955:47;14019:131;14145:4;14019:131;:::i;:::-;14011:139;;13738:419;;;:::o;14163:225::-;14303:34;14299:1;14291:6;14287:14;14280:58;14372:8;14367:2;14359:6;14355:15;14348:33;14163:225;:::o;14394:366::-;14536:3;14557:67;14621:2;14616:3;14557:67;:::i;:::-;14550:74;;14633:93;14722:3;14633:93;:::i;:::-;14751:2;14746:3;14742:12;14735:19;;14394:366;;;:::o;14766:419::-;14932:4;14970:2;14959:9;14955:18;14947:26;;15019:9;15013:4;15009:20;15005:1;14994:9;14990:17;14983:47;15047:131;15173:4;15047:131;:::i;:::-;15039:139;;14766:419;;;:::o;15191:220::-;15331:34;15327:1;15319:6;15315:14;15308:58;15400:3;15395:2;15387:6;15383:15;15376:28;15191:220;:::o;15417:366::-;15559:3;15580:67;15644:2;15639:3;15580:67;:::i;:::-;15573:74;;15656:93;15745:3;15656:93;:::i;:::-;15774:2;15769:3;15765:12;15758:19;;15417:366;;;:::o;15789:419::-;15955:4;15993:2;15982:9;15978:18;15970:26;;16042:9;16036:4;16032:20;16028:1;16017:9;16013:17;16006:47;16070:131;16196:4;16070:131;:::i;:::-;16062:139;;15789:419;;;:::o;16214:221::-;16354:34;16350:1;16342:6;16338:14;16331:58;16423:4;16418:2;16410:6;16406:15;16399:29;16214:221;:::o;16441:366::-;16583:3;16604:67;16668:2;16663:3;16604:67;:::i;:::-;16597:74;;16680:93;16769:3;16680:93;:::i;:::-;16798:2;16793:3;16789:12;16782:19;;16441:366;;;:::o;16813:419::-;16979:4;17017:2;17006:9;17002:18;16994:26;;17066:9;17060:4;17056:20;17052:1;17041:9;17037:17;17030:47;17094:131;17220:4;17094:131;:::i;:::-;17086:139;;16813:419;;;:::o;17238:181::-;17378:33;17374:1;17366:6;17362:14;17355:57;17238:181;:::o;17425:366::-;17567:3;17588:67;17652:2;17647:3;17588:67;:::i;:::-;17581:74;;17664:93;17753:3;17664:93;:::i;:::-;17782:2;17777:3;17773:12;17766:19;;17425:366;;;:::o;17797:419::-;17963:4;18001:2;17990:9;17986:18;17978:26;;18050:9;18044:4;18040:20;18036:1;18025:9;18021:17;18014:47;18078:131;18204:4;18078:131;:::i;:::-;18070:139;;17797:419;;;:::o", + "source": "//SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nimport {ERC20} from \"@openzeppelin/contracts/token/ERC20/ERC20.sol\";\n\n/// @dev Mock mintable USDC\ncontract MockUSDT is ERC20 {\n constructor() ERC20(\"MockUDSC\", \"MUSDC\") {\n _mint(msg.sender, 1_000_000E18);\n }\n\n function mint(uint256 _amount) external {\n _mint(msg.sender, _amount);\n }\n\n function burn(uint256 _amount) external {\n _burn(msg.sender, _amount);\n }\n\n function burnAll() external {\n uint256 _balanceOf = balanceOf(msg.sender);\n require(_balanceOf > 0, \"MockUSDT: Nothing to burn\");\n _burn(msg.sender, _balanceOf);\n }\n}\n", + "sourcePath": "/Users/chibie/paycrest/contracts/contracts/mocks/MockUSDC.sol", + "ast": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/mocks/MockUSDC.sol", + "exportedSymbols": { + "ERC20": [ + 3273 + ], + "MockUSDT": [ + 1768 + ] + }, + "id": 1769, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1700, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "38:24:5" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol", + "file": "@openzeppelin/contracts/token/ERC20/ERC20.sol", + "id": 1702, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1769, + "sourceUnit": 3274, + "src": "64:68:5", + "symbolAliases": [ + { + "foreign": { + "id": 1701, + "name": "ERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3273, + "src": "72:5:5", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 1704, + "name": "ERC20", + "nameLocations": [ + "183:5:5" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3273, + "src": "183:5:5" + }, + "id": 1705, + "nodeType": "InheritanceSpecifier", + "src": "183:5:5" + } + ], + "canonicalName": "MockUSDT", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 1703, + "nodeType": "StructuredDocumentation", + "src": "134:28:5", + "text": "@dev Mock mintable USDC" + }, + "fullyImplemented": true, + "id": 1768, + "linearizedBaseContracts": [ + 1768, + 3273, + 3376, + 3351, + 3406 + ], + "name": "MockUSDT", + "nameLocation": "171:8:5", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 1718, + "nodeType": "Block", + "src": "236:48:5", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1713, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "252:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1714, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "256:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "252:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "hexValue": "315f3030305f303030453138", + "id": 1715, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "264:12:5", + "typeDescriptions": { + "typeIdentifier": "t_rational_1000000000000000000000000_by_1", + "typeString": "int_const 1000000000000000000000000" + }, + "value": "1_000_000E18" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_rational_1000000000000000000000000_by_1", + "typeString": "int_const 1000000000000000000000000" + } + ], + "id": 1712, + "name": "_mint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3090, + "src": "246:5:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1716, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "246:31:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1717, + "nodeType": "ExpressionStatement", + "src": "246:31:5" + } + ] + }, + "id": 1719, + "implemented": true, + "kind": "constructor", + "modifiers": [ + { + "arguments": [ + { + "hexValue": "4d6f636b55445343", + "id": 1708, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "215:10:5", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_94e1f9c6f37f68c7fbe9a402bd5dbcd03f36019e7e48bd72249c8c505bfa86d6", + "typeString": "literal_string \"MockUDSC\"" + }, + "value": "MockUDSC" + }, + { + "hexValue": "4d55534443", + "id": 1709, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "227:7:5", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0b881b1a06d818eb813952573bf9829bb21a81b032d939e3244337841a6fff45", + "typeString": "literal_string \"MUSDC\"" + }, + "value": "MUSDC" + } + ], + "id": 1710, + "kind": "baseConstructorSpecifier", + "modifierName": { + "id": 1707, + "name": "ERC20", + "nameLocations": [ + "209:5:5" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3273, + "src": "209:5:5" + }, + "nodeType": "ModifierInvocation", + "src": "209:26:5" + } + ], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1706, + "nodeType": "ParameterList", + "parameters": [], + "src": "206:2:5" + }, + "returnParameters": { + "id": 1711, + "nodeType": "ParameterList", + "parameters": [], + "src": "236:0:5" + }, + "scope": 1768, + "src": "195:89:5", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 1730, + "nodeType": "Block", + "src": "330:43:5", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1725, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "346:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1726, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "350:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "346:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1727, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1721, + "src": "358:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1724, + "name": "_mint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3090, + "src": "340:5:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1728, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "340:26:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1729, + "nodeType": "ExpressionStatement", + "src": "340:26:5" + } + ] + }, + "functionSelector": "a0712d68", + "id": 1731, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "mint", + "nameLocation": "299:4:5", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1722, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1721, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "312:7:5", + "nodeType": "VariableDeclaration", + "scope": 1731, + "src": "304:15:5", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1720, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "304:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "303:17:5" + }, + "returnParameters": { + "id": 1723, + "nodeType": "ParameterList", + "parameters": [], + "src": "330:0:5" + }, + "scope": 1768, + "src": "290:83:5", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 1742, + "nodeType": "Block", + "src": "419:43:5", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1737, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "435:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1738, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "439:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "435:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1739, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1733, + "src": "447:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1736, + "name": "_burn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3162, + "src": "429:5:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1740, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "429:26:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1741, + "nodeType": "ExpressionStatement", + "src": "429:26:5" + } + ] + }, + "functionSelector": "42966c68", + "id": 1743, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "burn", + "nameLocation": "388:4:5", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1734, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1733, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "401:7:5", + "nodeType": "VariableDeclaration", + "scope": 1743, + "src": "393:15:5", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1732, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "393:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "392:17:5" + }, + "returnParameters": { + "id": 1735, + "nodeType": "ParameterList", + "parameters": [], + "src": "419:0:5" + }, + "scope": 1768, + "src": "379:83:5", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 1766, + "nodeType": "Block", + "src": "496:160:5", + "statements": [ + { + "assignments": [ + 1747 + ], + "declarations": [ + { + "constant": false, + "id": 1747, + "mutability": "mutable", + "name": "_balanceOf", + "nameLocation": "514:10:5", + "nodeType": "VariableDeclaration", + "scope": 1766, + "src": "506:18:5", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1746, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "506:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 1752, + "initialValue": { + "arguments": [ + { + "expression": { + "id": 1749, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "537:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1750, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "541:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "537:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1748, + "name": "balanceOf", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2785, + "src": "527:9:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_uint256_$", + "typeString": "function (address) view returns (uint256)" + } + }, + "id": 1751, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "527:21:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "506:42:5" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1756, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1754, + "name": "_balanceOf", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1747, + "src": "566:10:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 1755, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "579:1:5", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "566:14:5", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4d6f636b555344543a204e6f7468696e6720746f206275726e", + "id": 1757, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "582:27:5", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09", + "typeString": "literal_string \"MockUSDT: Nothing to burn\"" + }, + "value": "MockUSDT: Nothing to burn" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09", + "typeString": "literal_string \"MockUSDT: Nothing to burn\"" + } + ], + "id": 1753, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "558:7:5", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1758, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "558:52:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1759, + "nodeType": "ExpressionStatement", + "src": "558:52:5" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1761, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "626:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1762, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "630:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "626:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1763, + "name": "_balanceOf", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1747, + "src": "638:10:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1760, + "name": "_burn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3162, + "src": "620:5:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1764, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "620:29:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1765, + "nodeType": "ExpressionStatement", + "src": "620:29:5" + } + ] + }, + "functionSelector": "9975038c", + "id": 1767, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "burnAll", + "nameLocation": "477:7:5", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1744, + "nodeType": "ParameterList", + "parameters": [], + "src": "484:2:5" + }, + "returnParameters": { + "id": 1745, + "nodeType": "ParameterList", + "parameters": [], + "src": "496:0:5" + }, + "scope": 1768, + "src": "468:188:5", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + } + ], + "scope": 1769, + "src": "162:496:5", + "usedErrors": [] + } + ], + "src": "38:621:5" + }, + "legacyAST": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/mocks/MockUSDC.sol", + "exportedSymbols": { + "ERC20": [ + 3273 + ], + "MockUSDT": [ + 1768 + ] + }, + "id": 1769, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1700, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "38:24:5" + }, + { + "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol", + "file": "@openzeppelin/contracts/token/ERC20/ERC20.sol", + "id": 1702, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1769, + "sourceUnit": 3274, + "src": "64:68:5", + "symbolAliases": [ + { + "foreign": { + "id": 1701, + "name": "ERC20", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3273, + "src": "72:5:5", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": false, + "baseContracts": [ + { + "baseName": { + "id": 1704, + "name": "ERC20", + "nameLocations": [ + "183:5:5" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3273, + "src": "183:5:5" + }, + "id": 1705, + "nodeType": "InheritanceSpecifier", + "src": "183:5:5" + } + ], + "canonicalName": "MockUSDT", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 1703, + "nodeType": "StructuredDocumentation", + "src": "134:28:5", + "text": "@dev Mock mintable USDC" + }, + "fullyImplemented": true, + "id": 1768, + "linearizedBaseContracts": [ + 1768, + 3273, + 3376, + 3351, + 3406 + ], + "name": "MockUSDT", + "nameLocation": "171:8:5", + "nodeType": "ContractDefinition", + "nodes": [ + { + "body": { + "id": 1718, + "nodeType": "Block", + "src": "236:48:5", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1713, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "252:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1714, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "256:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "252:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "hexValue": "315f3030305f303030453138", + "id": 1715, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "264:12:5", + "typeDescriptions": { + "typeIdentifier": "t_rational_1000000000000000000000000_by_1", + "typeString": "int_const 1000000000000000000000000" + }, + "value": "1_000_000E18" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_rational_1000000000000000000000000_by_1", + "typeString": "int_const 1000000000000000000000000" + } + ], + "id": 1712, + "name": "_mint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3090, + "src": "246:5:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1716, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "246:31:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1717, + "nodeType": "ExpressionStatement", + "src": "246:31:5" + } + ] + }, + "id": 1719, + "implemented": true, + "kind": "constructor", + "modifiers": [ + { + "arguments": [ + { + "hexValue": "4d6f636b55445343", + "id": 1708, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "215:10:5", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_94e1f9c6f37f68c7fbe9a402bd5dbcd03f36019e7e48bd72249c8c505bfa86d6", + "typeString": "literal_string \"MockUDSC\"" + }, + "value": "MockUDSC" + }, + { + "hexValue": "4d55534443", + "id": 1709, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "227:7:5", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0b881b1a06d818eb813952573bf9829bb21a81b032d939e3244337841a6fff45", + "typeString": "literal_string \"MUSDC\"" + }, + "value": "MUSDC" + } + ], + "id": 1710, + "kind": "baseConstructorSpecifier", + "modifierName": { + "id": 1707, + "name": "ERC20", + "nameLocations": [ + "209:5:5" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 3273, + "src": "209:5:5" + }, + "nodeType": "ModifierInvocation", + "src": "209:26:5" + } + ], + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1706, + "nodeType": "ParameterList", + "parameters": [], + "src": "206:2:5" + }, + "returnParameters": { + "id": 1711, + "nodeType": "ParameterList", + "parameters": [], + "src": "236:0:5" + }, + "scope": 1768, + "src": "195:89:5", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "public" + }, + { + "body": { + "id": 1730, + "nodeType": "Block", + "src": "330:43:5", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1725, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "346:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1726, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "350:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "346:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1727, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1721, + "src": "358:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1724, + "name": "_mint", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3090, + "src": "340:5:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1728, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "340:26:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1729, + "nodeType": "ExpressionStatement", + "src": "340:26:5" + } + ] + }, + "functionSelector": "a0712d68", + "id": 1731, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "mint", + "nameLocation": "299:4:5", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1722, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1721, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "312:7:5", + "nodeType": "VariableDeclaration", + "scope": 1731, + "src": "304:15:5", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1720, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "304:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "303:17:5" + }, + "returnParameters": { + "id": 1723, + "nodeType": "ParameterList", + "parameters": [], + "src": "330:0:5" + }, + "scope": 1768, + "src": "290:83:5", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 1742, + "nodeType": "Block", + "src": "419:43:5", + "statements": [ + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1737, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "435:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1738, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "439:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "435:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1739, + "name": "_amount", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1733, + "src": "447:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1736, + "name": "_burn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3162, + "src": "429:5:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1740, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "429:26:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1741, + "nodeType": "ExpressionStatement", + "src": "429:26:5" + } + ] + }, + "functionSelector": "42966c68", + "id": 1743, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "burn", + "nameLocation": "388:4:5", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1734, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1733, + "mutability": "mutable", + "name": "_amount", + "nameLocation": "401:7:5", + "nodeType": "VariableDeclaration", + "scope": 1743, + "src": "393:15:5", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1732, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "393:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "src": "392:17:5" + }, + "returnParameters": { + "id": 1735, + "nodeType": "ParameterList", + "parameters": [], + "src": "419:0:5" + }, + "scope": 1768, + "src": "379:83:5", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + }, + { + "body": { + "id": 1766, + "nodeType": "Block", + "src": "496:160:5", + "statements": [ + { + "assignments": [ + 1747 + ], + "declarations": [ + { + "constant": false, + "id": 1747, + "mutability": "mutable", + "name": "_balanceOf", + "nameLocation": "514:10:5", + "nodeType": "VariableDeclaration", + "scope": 1766, + "src": "506:18:5", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "typeName": { + "id": 1746, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "506:7:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "visibility": "internal" + } + ], + "id": 1752, + "initialValue": { + "arguments": [ + { + "expression": { + "id": 1749, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "537:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1750, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "541:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "537:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1748, + "name": "balanceOf", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2785, + "src": "527:9:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_uint256_$", + "typeString": "function (address) view returns (uint256)" + } + }, + "id": 1751, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "527:21:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "506:42:5" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + }, + "id": 1756, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1754, + "name": "_balanceOf", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1747, + "src": "566:10:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "nodeType": "BinaryOperation", + "operator": ">", + "rightExpression": { + "hexValue": "30", + "id": 1755, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "579:1:5", + "typeDescriptions": { + "typeIdentifier": "t_rational_0_by_1", + "typeString": "int_const 0" + }, + "value": "0" + }, + "src": "566:14:5", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4d6f636b555344543a204e6f7468696e6720746f206275726e", + "id": 1757, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "582:27:5", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09", + "typeString": "literal_string \"MockUSDT: Nothing to burn\"" + }, + "value": "MockUSDT: Nothing to burn" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_43547a7ae62213e7dce03299d8a9d87ef695a2312e1671bb080ae04ee02aca09", + "typeString": "literal_string \"MockUSDT: Nothing to burn\"" + } + ], + "id": 1753, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "558:7:5", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1758, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "558:52:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1759, + "nodeType": "ExpressionStatement", + "src": "558:52:5" + }, + { + "expression": { + "arguments": [ + { + "expression": { + "id": 1761, + "name": "msg", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967281, + "src": "626:3:5", + "typeDescriptions": { + "typeIdentifier": "t_magic_message", + "typeString": "msg" + } + }, + "id": 1762, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "630:6:5", + "memberName": "sender", + "nodeType": "MemberAccess", + "src": "626:10:5", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1763, + "name": "_balanceOf", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1747, + "src": "638:10:5", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + ], + "id": 1760, + "name": "_burn", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 3162, + "src": "620:5:5", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$", + "typeString": "function (address,uint256)" + } + }, + "id": 1764, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "620:29:5", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1765, + "nodeType": "ExpressionStatement", + "src": "620:29:5" + } + ] + }, + "functionSelector": "9975038c", + "id": 1767, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "burnAll", + "nameLocation": "477:7:5", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1744, + "nodeType": "ParameterList", + "parameters": [], + "src": "484:2:5" + }, + "returnParameters": { + "id": 1745, + "nodeType": "ParameterList", + "parameters": [], + "src": "496:0:5" + }, + "scope": 1768, + "src": "468:188:5", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "external" + } + ], + "scope": 1769, + "src": "162:496:5", + "usedErrors": [] + } + ], + "src": "38:621:5" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.282Z" +} \ No newline at end of file diff --git a/build/contracts/Ownable2StepUpgradeable.json b/build/contracts/Ownable2StepUpgradeable.json new file mode 100644 index 0000000..af882ed --- /dev/null +++ b/build/contracts/Ownable2StepUpgradeable.json @@ -0,0 +1,2542 @@ +{ + "contractName": "Ownable2StepUpgradeable", + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferStarted", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + { + "inputs": [], + "name": "acceptOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "owner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "pendingOwner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "renounceOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "transferOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x", + "deployedBytecode": "0x", + "sourceMap": "", + "deployedSourceMap": "", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable2Step.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./OwnableUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership} and {acceptOwnership}.\n *\n * This module is used through inheritance. It will make available all functions\n * from parent (Ownable).\n */\nabstract contract Ownable2StepUpgradeable is Initializable, OwnableUpgradeable {\n address private _pendingOwner;\n\n event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);\n\n function __Ownable2Step_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable2Step_init_unchained() internal onlyInitializing {\n }\n /**\n * @dev Returns the address of the pending owner.\n */\n function pendingOwner() public view virtual returns (address) {\n return _pendingOwner;\n }\n\n /**\n * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual override onlyOwner {\n _pendingOwner = newOwner;\n emit OwnershipTransferStarted(owner(), newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual override {\n delete _pendingOwner;\n super._transferOwnership(newOwner);\n }\n\n /**\n * @dev The new owner accepts the ownership transfer.\n */\n function acceptOwnership() public virtual {\n address sender = _msgSender();\n require(pendingOwner() == sender, \"Ownable2Step: caller is not the new owner\");\n _transferOwnership(sender);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n", + "sourcePath": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Initializable": [ + 2177 + ], + "Ownable2StepUpgradeable": [ + 1875 + ], + "OwnableUpgradeable": [ + 2008 + ] + }, + "id": 1876, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1770, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "107:23:6" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol", + "file": "./OwnableUpgradeable.sol", + "id": 1771, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1876, + "sourceUnit": 2009, + "src": "132:34:6", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "file": "../proxy/utils/Initializable.sol", + "id": 1773, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1876, + "sourceUnit": 2178, + "src": "167:63:6", + "symbolAliases": [ + { + "foreign": { + "id": 1772, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2177, + "src": "175:13:6", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 1775, + "name": "Initializable", + "nameLocations": [ + "719:13:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2177, + "src": "719:13:6" + }, + "id": 1776, + "nodeType": "InheritanceSpecifier", + "src": "719:13:6" + }, + { + "baseName": { + "id": 1777, + "name": "OwnableUpgradeable", + "nameLocations": [ + "734:18:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2008, + "src": "734:18:6" + }, + "id": 1778, + "nodeType": "InheritanceSpecifier", + "src": "734:18:6" + } + ], + "canonicalName": "Ownable2StepUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 1774, + "nodeType": "StructuredDocumentation", + "src": "232:441:6", + "text": " @dev Contract module which provides access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership} and {acceptOwnership}.\n This module is used through inheritance. It will make available all functions\n from parent (Ownable)." + }, + "fullyImplemented": true, + "id": 1875, + "linearizedBaseContracts": [ + 1875, + 2008, + 2686, + 2177 + ], + "name": "Ownable2StepUpgradeable", + "nameLocation": "692:23:6", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 1780, + "mutability": "mutable", + "name": "_pendingOwner", + "nameLocation": "775:13:6", + "nodeType": "VariableDeclaration", + "scope": 1875, + "src": "759:29:6", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1779, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "759:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "private" + }, + { + "anonymous": false, + "eventSelector": "38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700", + "id": 1786, + "name": "OwnershipTransferStarted", + "nameLocation": "801:24:6", + "nodeType": "EventDefinition", + "parameters": { + "id": 1785, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1782, + "indexed": true, + "mutability": "mutable", + "name": "previousOwner", + "nameLocation": "842:13:6", + "nodeType": "VariableDeclaration", + "scope": 1786, + "src": "826:29:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1781, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "826:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1784, + "indexed": true, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "873:8:6", + "nodeType": "VariableDeclaration", + "scope": 1786, + "src": "857:24:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1783, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "857:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "825:57:6" + }, + "src": "795:88:6" + }, + { + "body": { + "id": 1794, + "nodeType": "Block", + "src": "946:43:6", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1791, + "name": "__Ownable_init_unchained", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1914, + "src": "956:24:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 1792, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "956:26:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1793, + "nodeType": "ExpressionStatement", + "src": "956:26:6" + } + ] + }, + "id": 1795, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1789, + "kind": "modifierInvocation", + "modifierName": { + "id": 1788, + "name": "onlyInitializing", + "nameLocations": [ + "929:16:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "929:16:6" + }, + "nodeType": "ModifierInvocation", + "src": "929:16:6" + } + ], + "name": "__Ownable2Step_init", + "nameLocation": "898:19:6", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1787, + "nodeType": "ParameterList", + "parameters": [], + "src": "917:2:6" + }, + "returnParameters": { + "id": 1790, + "nodeType": "ParameterList", + "parameters": [], + "src": "946:0:6" + }, + "scope": 1875, + "src": "889:100:6", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1800, + "nodeType": "Block", + "src": "1062:7:6", + "statements": [] + }, + "id": 1801, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1798, + "kind": "modifierInvocation", + "modifierName": { + "id": 1797, + "name": "onlyInitializing", + "nameLocations": [ + "1045:16:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1045:16:6" + }, + "nodeType": "ModifierInvocation", + "src": "1045:16:6" + } + ], + "name": "__Ownable2Step_init_unchained", + "nameLocation": "1004:29:6", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1796, + "nodeType": "ParameterList", + "parameters": [], + "src": "1033:2:6" + }, + "returnParameters": { + "id": 1799, + "nodeType": "ParameterList", + "parameters": [], + "src": "1062:0:6" + }, + "scope": 1875, + "src": "995:74:6", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1809, + "nodeType": "Block", + "src": "1206:37:6", + "statements": [ + { + "expression": { + "id": 1807, + "name": "_pendingOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1780, + "src": "1223:13:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 1806, + "id": 1808, + "nodeType": "Return", + "src": "1216:20:6" + } + ] + }, + "documentation": { + "id": 1802, + "nodeType": "StructuredDocumentation", + "src": "1074:65:6", + "text": " @dev Returns the address of the pending owner." + }, + "functionSelector": "e30c3978", + "id": 1810, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "pendingOwner", + "nameLocation": "1153:12:6", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1803, + "nodeType": "ParameterList", + "parameters": [], + "src": "1165:2:6" + }, + "returnParameters": { + "id": 1806, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1805, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1810, + "src": "1197:7:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1804, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1197:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1196:9:6" + }, + "scope": 1875, + "src": "1144:99:6", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 1982 + ], + "body": { + "id": 1829, + "nodeType": "Block", + "src": "1515:99:6", + "statements": [ + { + "expression": { + "id": 1821, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 1819, + "name": "_pendingOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1780, + "src": "1525:13:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 1820, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1813, + "src": "1541:8:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1525:24:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 1822, + "nodeType": "ExpressionStatement", + "src": "1525:24:6" + }, + { + "eventCall": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1824, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1931, + "src": "1589:5:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1825, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1589:7:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1826, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1813, + "src": "1598:8:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1823, + "name": "OwnershipTransferStarted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1786, + "src": "1564:24:6", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$returns$__$", + "typeString": "function (address,address)" + } + }, + "id": 1827, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1564:43:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1828, + "nodeType": "EmitStatement", + "src": "1559:48:6" + } + ] + }, + "documentation": { + "id": 1811, + "nodeType": "StructuredDocumentation", + "src": "1249:182:6", + "text": " @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n Can only be called by the current owner." + }, + "functionSelector": "f2fde38b", + "id": 1830, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1817, + "kind": "modifierInvocation", + "modifierName": { + "id": 1816, + "name": "onlyOwner", + "nameLocations": [ + "1505:9:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1505:9:6" + }, + "nodeType": "ModifierInvocation", + "src": "1505:9:6" + } + ], + "name": "transferOwnership", + "nameLocation": "1445:17:6", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 1815, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1496:8:6" + }, + "parameters": { + "id": 1814, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1813, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "1471:8:6", + "nodeType": "VariableDeclaration", + "scope": 1830, + "src": "1463:16:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1812, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1463:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1462:18:6" + }, + "returnParameters": { + "id": 1818, + "nodeType": "ParameterList", + "parameters": [], + "src": "1515:0:6" + }, + "scope": 1875, + "src": "1436:178:6", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 2002 + ], + "body": { + "id": 1846, + "nodeType": "Block", + "src": "1870:81:6", + "statements": [ + { + "expression": { + "id": 1838, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "delete", + "prefix": true, + "src": "1880:20:6", + "subExpression": { + "id": 1837, + "name": "_pendingOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1780, + "src": "1887:13:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1839, + "nodeType": "ExpressionStatement", + "src": "1880:20:6" + }, + { + "expression": { + "arguments": [ + { + "id": 1843, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1833, + "src": "1935:8:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "expression": { + "id": 1840, + "name": "super", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967271, + "src": "1910:5:6", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_super$_Ownable2StepUpgradeable_$1875_$", + "typeString": "type(contract super Ownable2StepUpgradeable)" + } + }, + "id": 1842, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1916:18:6", + "memberName": "_transferOwnership", + "nodeType": "MemberAccess", + "referencedDeclaration": 2002, + "src": "1910:24:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1844, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1910:34:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1845, + "nodeType": "ExpressionStatement", + "src": "1910:34:6" + } + ] + }, + "documentation": { + "id": 1831, + "nodeType": "StructuredDocumentation", + "src": "1620:173:6", + "text": " @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n Internal function without access restriction." + }, + "id": 1847, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_transferOwnership", + "nameLocation": "1807:18:6", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 1835, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1861:8:6" + }, + "parameters": { + "id": 1834, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1833, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "1834:8:6", + "nodeType": "VariableDeclaration", + "scope": 1847, + "src": "1826:16:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1832, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1826:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1825:18:6" + }, + "returnParameters": { + "id": 1836, + "nodeType": "ParameterList", + "parameters": [], + "src": "1870:0:6" + }, + "scope": 1875, + "src": "1798:153:6", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 1868, + "nodeType": "Block", + "src": "2073:170:6", + "statements": [ + { + "assignments": [ + 1852 + ], + "declarations": [ + { + "constant": false, + "id": 1852, + "mutability": "mutable", + "name": "sender", + "nameLocation": "2091:6:6", + "nodeType": "VariableDeclaration", + "scope": 1868, + "src": "2083:14:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1851, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2083:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 1855, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1853, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "2100:10:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1854, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2100:12:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2083:29:6" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1860, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1857, + "name": "pendingOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1810, + "src": "2130:12:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1858, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2130:14:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 1859, + "name": "sender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1852, + "src": "2148:6:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "2130:24:6", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572", + "id": 1861, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2156:43:6", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc", + "typeString": "literal_string \"Ownable2Step: caller is not the new owner\"" + }, + "value": "Ownable2Step: caller is not the new owner" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc", + "typeString": "literal_string \"Ownable2Step: caller is not the new owner\"" + } + ], + "id": 1856, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2122:7:6", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1862, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2122:78:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1863, + "nodeType": "ExpressionStatement", + "src": "2122:78:6" + }, + { + "expression": { + "arguments": [ + { + "id": 1865, + "name": "sender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1852, + "src": "2229:6:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1864, + "name": "_transferOwnership", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 1847 + ], + "referencedDeclaration": 1847, + "src": "2210:18:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1866, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2210:26:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1867, + "nodeType": "ExpressionStatement", + "src": "2210:26:6" + } + ] + }, + "documentation": { + "id": 1848, + "nodeType": "StructuredDocumentation", + "src": "1957:69:6", + "text": " @dev The new owner accepts the ownership transfer." + }, + "functionSelector": "79ba5097", + "id": 1869, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "acceptOwnership", + "nameLocation": "2040:15:6", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1849, + "nodeType": "ParameterList", + "parameters": [], + "src": "2055:2:6" + }, + "returnParameters": { + "id": 1850, + "nodeType": "ParameterList", + "parameters": [], + "src": "2073:0:6" + }, + "scope": 1875, + "src": "2031:212:6", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "constant": false, + "documentation": { + "id": 1870, + "nodeType": "StructuredDocumentation", + "src": "2249:254:6", + "text": " @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps" + }, + "id": 1874, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "2528:5:6", + "nodeType": "VariableDeclaration", + "scope": 1875, + "src": "2508:25:6", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage", + "typeString": "uint256[49]" + }, + "typeName": { + "baseType": { + "id": 1871, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2508:7:6", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 1873, + "length": { + "hexValue": "3439", + "id": 1872, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2516:2:6", + "typeDescriptions": { + "typeIdentifier": "t_rational_49_by_1", + "typeString": "int_const 49" + }, + "value": "49" + }, + "nodeType": "ArrayTypeName", + "src": "2508:11:6", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage_ptr", + "typeString": "uint256[49]" + } + }, + "visibility": "private" + } + ], + "scope": 1876, + "src": "674:1862:6", + "usedErrors": [] + } + ], + "src": "107:2430:6" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Initializable": [ + 2177 + ], + "Ownable2StepUpgradeable": [ + 1875 + ], + "OwnableUpgradeable": [ + 2008 + ] + }, + "id": 1876, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1770, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "107:23:6" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol", + "file": "./OwnableUpgradeable.sol", + "id": 1771, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1876, + "sourceUnit": 2009, + "src": "132:34:6", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "file": "../proxy/utils/Initializable.sol", + "id": 1773, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 1876, + "sourceUnit": 2178, + "src": "167:63:6", + "symbolAliases": [ + { + "foreign": { + "id": 1772, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2177, + "src": "175:13:6", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 1775, + "name": "Initializable", + "nameLocations": [ + "719:13:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2177, + "src": "719:13:6" + }, + "id": 1776, + "nodeType": "InheritanceSpecifier", + "src": "719:13:6" + }, + { + "baseName": { + "id": 1777, + "name": "OwnableUpgradeable", + "nameLocations": [ + "734:18:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2008, + "src": "734:18:6" + }, + "id": 1778, + "nodeType": "InheritanceSpecifier", + "src": "734:18:6" + } + ], + "canonicalName": "Ownable2StepUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 1774, + "nodeType": "StructuredDocumentation", + "src": "232:441:6", + "text": " @dev Contract module which provides access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership} and {acceptOwnership}.\n This module is used through inheritance. It will make available all functions\n from parent (Ownable)." + }, + "fullyImplemented": true, + "id": 1875, + "linearizedBaseContracts": [ + 1875, + 2008, + 2686, + 2177 + ], + "name": "Ownable2StepUpgradeable", + "nameLocation": "692:23:6", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 1780, + "mutability": "mutable", + "name": "_pendingOwner", + "nameLocation": "775:13:6", + "nodeType": "VariableDeclaration", + "scope": 1875, + "src": "759:29:6", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1779, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "759:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "private" + }, + { + "anonymous": false, + "eventSelector": "38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700", + "id": 1786, + "name": "OwnershipTransferStarted", + "nameLocation": "801:24:6", + "nodeType": "EventDefinition", + "parameters": { + "id": 1785, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1782, + "indexed": true, + "mutability": "mutable", + "name": "previousOwner", + "nameLocation": "842:13:6", + "nodeType": "VariableDeclaration", + "scope": 1786, + "src": "826:29:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1781, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "826:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1784, + "indexed": true, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "873:8:6", + "nodeType": "VariableDeclaration", + "scope": 1786, + "src": "857:24:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1783, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "857:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "825:57:6" + }, + "src": "795:88:6" + }, + { + "body": { + "id": 1794, + "nodeType": "Block", + "src": "946:43:6", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1791, + "name": "__Ownable_init_unchained", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1914, + "src": "956:24:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 1792, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "956:26:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1793, + "nodeType": "ExpressionStatement", + "src": "956:26:6" + } + ] + }, + "id": 1795, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1789, + "kind": "modifierInvocation", + "modifierName": { + "id": 1788, + "name": "onlyInitializing", + "nameLocations": [ + "929:16:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "929:16:6" + }, + "nodeType": "ModifierInvocation", + "src": "929:16:6" + } + ], + "name": "__Ownable2Step_init", + "nameLocation": "898:19:6", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1787, + "nodeType": "ParameterList", + "parameters": [], + "src": "917:2:6" + }, + "returnParameters": { + "id": 1790, + "nodeType": "ParameterList", + "parameters": [], + "src": "946:0:6" + }, + "scope": 1875, + "src": "889:100:6", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1800, + "nodeType": "Block", + "src": "1062:7:6", + "statements": [] + }, + "id": 1801, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1798, + "kind": "modifierInvocation", + "modifierName": { + "id": 1797, + "name": "onlyInitializing", + "nameLocations": [ + "1045:16:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1045:16:6" + }, + "nodeType": "ModifierInvocation", + "src": "1045:16:6" + } + ], + "name": "__Ownable2Step_init_unchained", + "nameLocation": "1004:29:6", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1796, + "nodeType": "ParameterList", + "parameters": [], + "src": "1033:2:6" + }, + "returnParameters": { + "id": 1799, + "nodeType": "ParameterList", + "parameters": [], + "src": "1062:0:6" + }, + "scope": 1875, + "src": "995:74:6", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1809, + "nodeType": "Block", + "src": "1206:37:6", + "statements": [ + { + "expression": { + "id": 1807, + "name": "_pendingOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1780, + "src": "1223:13:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 1806, + "id": 1808, + "nodeType": "Return", + "src": "1216:20:6" + } + ] + }, + "documentation": { + "id": 1802, + "nodeType": "StructuredDocumentation", + "src": "1074:65:6", + "text": " @dev Returns the address of the pending owner." + }, + "functionSelector": "e30c3978", + "id": 1810, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "pendingOwner", + "nameLocation": "1153:12:6", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1803, + "nodeType": "ParameterList", + "parameters": [], + "src": "1165:2:6" + }, + "returnParameters": { + "id": 1806, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1805, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1810, + "src": "1197:7:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1804, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1197:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1196:9:6" + }, + "scope": 1875, + "src": "1144:99:6", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 1982 + ], + "body": { + "id": 1829, + "nodeType": "Block", + "src": "1515:99:6", + "statements": [ + { + "expression": { + "id": 1821, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 1819, + "name": "_pendingOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1780, + "src": "1525:13:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 1820, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1813, + "src": "1541:8:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1525:24:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 1822, + "nodeType": "ExpressionStatement", + "src": "1525:24:6" + }, + { + "eventCall": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1824, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1931, + "src": "1589:5:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1825, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1589:7:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1826, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1813, + "src": "1598:8:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1823, + "name": "OwnershipTransferStarted", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1786, + "src": "1564:24:6", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$returns$__$", + "typeString": "function (address,address)" + } + }, + "id": 1827, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1564:43:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1828, + "nodeType": "EmitStatement", + "src": "1559:48:6" + } + ] + }, + "documentation": { + "id": 1811, + "nodeType": "StructuredDocumentation", + "src": "1249:182:6", + "text": " @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.\n Can only be called by the current owner." + }, + "functionSelector": "f2fde38b", + "id": 1830, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1817, + "kind": "modifierInvocation", + "modifierName": { + "id": 1816, + "name": "onlyOwner", + "nameLocations": [ + "1505:9:6" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "1505:9:6" + }, + "nodeType": "ModifierInvocation", + "src": "1505:9:6" + } + ], + "name": "transferOwnership", + "nameLocation": "1445:17:6", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 1815, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1496:8:6" + }, + "parameters": { + "id": 1814, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1813, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "1471:8:6", + "nodeType": "VariableDeclaration", + "scope": 1830, + "src": "1463:16:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1812, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1463:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1462:18:6" + }, + "returnParameters": { + "id": 1818, + "nodeType": "ParameterList", + "parameters": [], + "src": "1515:0:6" + }, + "scope": 1875, + "src": "1436:178:6", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "baseFunctions": [ + 2002 + ], + "body": { + "id": 1846, + "nodeType": "Block", + "src": "1870:81:6", + "statements": [ + { + "expression": { + "id": 1838, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "delete", + "prefix": true, + "src": "1880:20:6", + "subExpression": { + "id": 1837, + "name": "_pendingOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1780, + "src": "1887:13:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1839, + "nodeType": "ExpressionStatement", + "src": "1880:20:6" + }, + { + "expression": { + "arguments": [ + { + "id": 1843, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1833, + "src": "1935:8:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "expression": { + "id": 1840, + "name": "super", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 4294967271, + "src": "1910:5:6", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_super$_Ownable2StepUpgradeable_$1875_$", + "typeString": "type(contract super Ownable2StepUpgradeable)" + } + }, + "id": 1842, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "memberLocation": "1916:18:6", + "memberName": "_transferOwnership", + "nodeType": "MemberAccess", + "referencedDeclaration": 2002, + "src": "1910:24:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1844, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1910:34:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1845, + "nodeType": "ExpressionStatement", + "src": "1910:34:6" + } + ] + }, + "documentation": { + "id": 1831, + "nodeType": "StructuredDocumentation", + "src": "1620:173:6", + "text": " @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.\n Internal function without access restriction." + }, + "id": 1847, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_transferOwnership", + "nameLocation": "1807:18:6", + "nodeType": "FunctionDefinition", + "overrides": { + "id": 1835, + "nodeType": "OverrideSpecifier", + "overrides": [], + "src": "1861:8:6" + }, + "parameters": { + "id": 1834, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1833, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "1834:8:6", + "nodeType": "VariableDeclaration", + "scope": 1847, + "src": "1826:16:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1832, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1826:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1825:18:6" + }, + "returnParameters": { + "id": 1836, + "nodeType": "ParameterList", + "parameters": [], + "src": "1870:0:6" + }, + "scope": 1875, + "src": "1798:153:6", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 1868, + "nodeType": "Block", + "src": "2073:170:6", + "statements": [ + { + "assignments": [ + 1852 + ], + "declarations": [ + { + "constant": false, + "id": 1852, + "mutability": "mutable", + "name": "sender", + "nameLocation": "2091:6:6", + "nodeType": "VariableDeclaration", + "scope": 1868, + "src": "2083:14:6", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1851, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2083:7:6", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 1855, + "initialValue": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1853, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "2100:10:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1854, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2100:12:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2083:29:6" + }, + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1860, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1857, + "name": "pendingOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1810, + "src": "2130:12:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1858, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2130:14:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "id": 1859, + "name": "sender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1852, + "src": "2148:6:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "2130:24:6", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572", + "id": 1861, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2156:43:6", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc", + "typeString": "literal_string \"Ownable2Step: caller is not the new owner\"" + }, + "value": "Ownable2Step: caller is not the new owner" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_225559eb8402045bea7ff07c35d0ad8c0547830223ac1c21d44fb948d6896ebc", + "typeString": "literal_string \"Ownable2Step: caller is not the new owner\"" + } + ], + "id": 1856, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2122:7:6", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1862, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2122:78:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1863, + "nodeType": "ExpressionStatement", + "src": "2122:78:6" + }, + { + "expression": { + "arguments": [ + { + "id": 1865, + "name": "sender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1852, + "src": "2229:6:6", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1864, + "name": "_transferOwnership", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 1847 + ], + "referencedDeclaration": 1847, + "src": "2210:18:6", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1866, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2210:26:6", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1867, + "nodeType": "ExpressionStatement", + "src": "2210:26:6" + } + ] + }, + "documentation": { + "id": 1848, + "nodeType": "StructuredDocumentation", + "src": "1957:69:6", + "text": " @dev The new owner accepts the ownership transfer." + }, + "functionSelector": "79ba5097", + "id": 1869, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "acceptOwnership", + "nameLocation": "2040:15:6", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1849, + "nodeType": "ParameterList", + "parameters": [], + "src": "2055:2:6" + }, + "returnParameters": { + "id": 1850, + "nodeType": "ParameterList", + "parameters": [], + "src": "2073:0:6" + }, + "scope": 1875, + "src": "2031:212:6", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "constant": false, + "documentation": { + "id": 1870, + "nodeType": "StructuredDocumentation", + "src": "2249:254:6", + "text": " @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps" + }, + "id": 1874, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "2528:5:6", + "nodeType": "VariableDeclaration", + "scope": 1875, + "src": "2508:25:6", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage", + "typeString": "uint256[49]" + }, + "typeName": { + "baseType": { + "id": 1871, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "2508:7:6", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 1873, + "length": { + "hexValue": "3439", + "id": 1872, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2516:2:6", + "typeDescriptions": { + "typeIdentifier": "t_rational_49_by_1", + "typeString": "int_const 49" + }, + "value": "49" + }, + "nodeType": "ArrayTypeName", + "src": "2508:11:6", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage_ptr", + "typeString": "uint256[49]" + } + }, + "visibility": "private" + } + ], + "scope": 1876, + "src": "674:1862:6", + "usedErrors": [] + } + ], + "src": "107:2430:6" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.277Z" +} \ No newline at end of file diff --git a/build/contracts/OwnableUpgradeable.json b/build/contracts/OwnableUpgradeable.json new file mode 100644 index 0000000..a6ce5fe --- /dev/null +++ b/build/contracts/OwnableUpgradeable.json @@ -0,0 +1,3141 @@ +{ + "contractName": "OwnableUpgradeable", + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + { + "inputs": [], + "name": "owner", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "renounceOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "transferOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ], + "bytecode": "0x", + "deployedBytecode": "0x", + "sourceMap": "", + "deployedSourceMap": "", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which provides a basic access control mechanism, where\n * there is an account (an owner) that can be granted exclusive access to\n * specific functions.\n *\n * By default, the owner account will be the one that deploys the contract. This\n * can later be changed with {transferOwnership}.\n *\n * This module is used through inheritance. It will make available the modifier\n * `onlyOwner`, which can be applied to your functions to restrict their use to\n * the owner.\n */\nabstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {\n address private _owner;\n\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\n\n /**\n * @dev Initializes the contract setting the deployer as the initial owner.\n */\n function __Ownable_init() internal onlyInitializing {\n __Ownable_init_unchained();\n }\n\n function __Ownable_init_unchained() internal onlyInitializing {\n _transferOwnership(_msgSender());\n }\n\n /**\n * @dev Throws if called by any account other than the owner.\n */\n modifier onlyOwner() {\n _checkOwner();\n _;\n }\n\n /**\n * @dev Returns the address of the current owner.\n */\n function owner() public view virtual returns (address) {\n return _owner;\n }\n\n /**\n * @dev Throws if the sender is not the owner.\n */\n function _checkOwner() internal view virtual {\n require(owner() == _msgSender(), \"Ownable: caller is not the owner\");\n }\n\n /**\n * @dev Leaves the contract without owner. It will not be possible to call\n * `onlyOwner` functions. Can only be called by the current owner.\n *\n * NOTE: Renouncing ownership will leave the contract without an owner,\n * thereby disabling any functionality that is only available to the owner.\n */\n function renounceOwnership() public virtual onlyOwner {\n _transferOwnership(address(0));\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Can only be called by the current owner.\n */\n function transferOwnership(address newOwner) public virtual onlyOwner {\n require(newOwner != address(0), \"Ownable: new owner is the zero address\");\n _transferOwnership(newOwner);\n }\n\n /**\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\n * Internal function without access restriction.\n */\n function _transferOwnership(address newOwner) internal virtual {\n address oldOwner = _owner;\n _owner = newOwner;\n emit OwnershipTransferred(oldOwner, newOwner);\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n", + "sourcePath": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Initializable": [ + 2177 + ], + "OwnableUpgradeable": [ + 2008 + ] + }, + "id": 2009, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1877, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "102:23:7" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", + "file": "../utils/ContextUpgradeable.sol", + "id": 1878, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2009, + "sourceUnit": 2687, + "src": "127:41:7", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "file": "../proxy/utils/Initializable.sol", + "id": 1880, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2009, + "sourceUnit": 2178, + "src": "169:63:7", + "symbolAliases": [ + { + "foreign": { + "id": 1879, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2177, + "src": "177:13:7", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 1882, + "name": "Initializable", + "nameLocations": [ + "769:13:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2177, + "src": "769:13:7" + }, + "id": 1883, + "nodeType": "InheritanceSpecifier", + "src": "769:13:7" + }, + { + "baseName": { + "id": 1884, + "name": "ContextUpgradeable", + "nameLocations": [ + "784:18:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2686, + "src": "784:18:7" + }, + "id": 1885, + "nodeType": "InheritanceSpecifier", + "src": "784:18:7" + } + ], + "canonicalName": "OwnableUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 1881, + "nodeType": "StructuredDocumentation", + "src": "234:494:7", + "text": " @dev Contract module which provides a basic access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership}.\n This module is used through inheritance. It will make available the modifier\n `onlyOwner`, which can be applied to your functions to restrict their use to\n the owner." + }, + "fullyImplemented": true, + "id": 2008, + "linearizedBaseContracts": [ + 2008, + 2686, + 2177 + ], + "name": "OwnableUpgradeable", + "nameLocation": "747:18:7", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 1887, + "mutability": "mutable", + "name": "_owner", + "nameLocation": "825:6:7", + "nodeType": "VariableDeclaration", + "scope": 2008, + "src": "809:22:7", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1886, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "809:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "private" + }, + { + "anonymous": false, + "eventSelector": "8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "id": 1893, + "name": "OwnershipTransferred", + "nameLocation": "844:20:7", + "nodeType": "EventDefinition", + "parameters": { + "id": 1892, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1889, + "indexed": true, + "mutability": "mutable", + "name": "previousOwner", + "nameLocation": "881:13:7", + "nodeType": "VariableDeclaration", + "scope": 1893, + "src": "865:29:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1888, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "865:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1891, + "indexed": true, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "912:8:7", + "nodeType": "VariableDeclaration", + "scope": 1893, + "src": "896:24:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1890, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "896:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "864:57:7" + }, + "src": "838:84:7" + }, + { + "body": { + "id": 1902, + "nodeType": "Block", + "src": "1076:43:7", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1899, + "name": "__Ownable_init_unchained", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1914, + "src": "1086:24:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 1900, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1086:26:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1901, + "nodeType": "ExpressionStatement", + "src": "1086:26:7" + } + ] + }, + "documentation": { + "id": 1894, + "nodeType": "StructuredDocumentation", + "src": "928:91:7", + "text": " @dev Initializes the contract setting the deployer as the initial owner." + }, + "id": 1903, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1897, + "kind": "modifierInvocation", + "modifierName": { + "id": 1896, + "name": "onlyInitializing", + "nameLocations": [ + "1059:16:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1059:16:7" + }, + "nodeType": "ModifierInvocation", + "src": "1059:16:7" + } + ], + "name": "__Ownable_init", + "nameLocation": "1033:14:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1895, + "nodeType": "ParameterList", + "parameters": [], + "src": "1047:2:7" + }, + "returnParameters": { + "id": 1898, + "nodeType": "ParameterList", + "parameters": [], + "src": "1076:0:7" + }, + "scope": 2008, + "src": "1024:95:7", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1913, + "nodeType": "Block", + "src": "1187:49:7", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1909, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "1216:10:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1910, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1216:12:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1908, + "name": "_transferOwnership", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2002, + "src": "1197:18:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1911, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1197:32:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1912, + "nodeType": "ExpressionStatement", + "src": "1197:32:7" + } + ] + }, + "id": 1914, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1906, + "kind": "modifierInvocation", + "modifierName": { + "id": 1905, + "name": "onlyInitializing", + "nameLocations": [ + "1170:16:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1170:16:7" + }, + "nodeType": "ModifierInvocation", + "src": "1170:16:7" + } + ], + "name": "__Ownable_init_unchained", + "nameLocation": "1134:24:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1904, + "nodeType": "ParameterList", + "parameters": [], + "src": "1158:2:7" + }, + "returnParameters": { + "id": 1907, + "nodeType": "ParameterList", + "parameters": [], + "src": "1187:0:7" + }, + "scope": 2008, + "src": "1125:111:7", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1921, + "nodeType": "Block", + "src": "1345:41:7", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1917, + "name": "_checkOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1945, + "src": "1355:11:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$__$", + "typeString": "function () view" + } + }, + "id": 1918, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1355:13:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1919, + "nodeType": "ExpressionStatement", + "src": "1355:13:7" + }, + { + "id": 1920, + "nodeType": "PlaceholderStatement", + "src": "1378:1:7" + } + ] + }, + "documentation": { + "id": 1915, + "nodeType": "StructuredDocumentation", + "src": "1242:77:7", + "text": " @dev Throws if called by any account other than the owner." + }, + "id": 1922, + "name": "onlyOwner", + "nameLocation": "1333:9:7", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 1916, + "nodeType": "ParameterList", + "parameters": [], + "src": "1342:2:7" + }, + "src": "1324:62:7", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1930, + "nodeType": "Block", + "src": "1517:30:7", + "statements": [ + { + "expression": { + "id": 1928, + "name": "_owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1887, + "src": "1534:6:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 1927, + "id": 1929, + "nodeType": "Return", + "src": "1527:13:7" + } + ] + }, + "documentation": { + "id": 1923, + "nodeType": "StructuredDocumentation", + "src": "1392:65:7", + "text": " @dev Returns the address of the current owner." + }, + "functionSelector": "8da5cb5b", + "id": 1931, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "owner", + "nameLocation": "1471:5:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1924, + "nodeType": "ParameterList", + "parameters": [], + "src": "1476:2:7" + }, + "returnParameters": { + "id": 1927, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1926, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1931, + "src": "1508:7:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1925, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1508:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1507:9:7" + }, + "scope": 2008, + "src": "1462:85:7", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 1944, + "nodeType": "Block", + "src": "1665:85:7", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1940, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1936, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1931, + "src": "1683:5:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1937, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1683:7:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1938, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "1694:10:7", + "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": "1694:12:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1683:23:7", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572", + "id": 1941, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1708:34:7", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe", + "typeString": "literal_string \"Ownable: caller is not the owner\"" + }, + "value": "Ownable: caller is not the owner" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe", + "typeString": "literal_string \"Ownable: caller is not the owner\"" + } + ], + "id": 1935, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1675:7:7", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1942, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1675:68:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1943, + "nodeType": "ExpressionStatement", + "src": "1675:68:7" + } + ] + }, + "documentation": { + "id": 1932, + "nodeType": "StructuredDocumentation", + "src": "1553:62:7", + "text": " @dev Throws if the sender is not the owner." + }, + "id": 1945, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkOwner", + "nameLocation": "1629:11:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1933, + "nodeType": "ParameterList", + "parameters": [], + "src": "1640:2:7" + }, + "returnParameters": { + "id": 1934, + "nodeType": "ParameterList", + "parameters": [], + "src": "1665:0:7" + }, + "scope": 2008, + "src": "1620:130:7", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 1958, + "nodeType": "Block", + "src": "2139:47:7", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 1954, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2176:1:7", + "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": 1953, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2168:7:7", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1952, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2168:7:7", + "typeDescriptions": {} + } + }, + "id": 1955, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2168:10:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1951, + "name": "_transferOwnership", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2002, + "src": "2149:18:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1956, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2149:30:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1957, + "nodeType": "ExpressionStatement", + "src": "2149:30:7" + } + ] + }, + "documentation": { + "id": 1946, + "nodeType": "StructuredDocumentation", + "src": "1756:324:7", + "text": " @dev Leaves the contract without owner. It will not be possible to call\n `onlyOwner` functions. Can only be called by the current owner.\n NOTE: Renouncing ownership will leave the contract without an owner,\n thereby disabling any functionality that is only available to the owner." + }, + "functionSelector": "715018a6", + "id": 1959, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1949, + "kind": "modifierInvocation", + "modifierName": { + "id": 1948, + "name": "onlyOwner", + "nameLocations": [ + "2129:9:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "2129:9:7" + }, + "nodeType": "ModifierInvocation", + "src": "2129:9:7" + } + ], + "name": "renounceOwnership", + "nameLocation": "2094:17:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1947, + "nodeType": "ParameterList", + "parameters": [], + "src": "2111:2:7" + }, + "returnParameters": { + "id": 1950, + "nodeType": "ParameterList", + "parameters": [], + "src": "2139:0:7" + }, + "scope": 2008, + "src": "2085:101:7", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 1981, + "nodeType": "Block", + "src": "2405:128:7", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1973, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1968, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1962, + "src": "2423:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 1971, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2443:1:7", + "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": 1970, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2435:7:7", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1969, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2435:7:7", + "typeDescriptions": {} + } + }, + "id": 1972, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2435:10:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "2423:22:7", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373", + "id": 1974, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2447:40:7", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe", + "typeString": "literal_string \"Ownable: new owner is the zero address\"" + }, + "value": "Ownable: new owner is the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe", + "typeString": "literal_string \"Ownable: new owner is the zero address\"" + } + ], + "id": 1967, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2415:7:7", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1975, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2415:73:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1976, + "nodeType": "ExpressionStatement", + "src": "2415:73:7" + }, + { + "expression": { + "arguments": [ + { + "id": 1978, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1962, + "src": "2517:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1977, + "name": "_transferOwnership", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2002, + "src": "2498:18:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1979, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2498:28:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1980, + "nodeType": "ExpressionStatement", + "src": "2498:28:7" + } + ] + }, + "documentation": { + "id": 1960, + "nodeType": "StructuredDocumentation", + "src": "2192:138:7", + "text": " @dev Transfers ownership of the contract to a new account (`newOwner`).\n Can only be called by the current owner." + }, + "functionSelector": "f2fde38b", + "id": 1982, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1965, + "kind": "modifierInvocation", + "modifierName": { + "id": 1964, + "name": "onlyOwner", + "nameLocations": [ + "2395:9:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "2395:9:7" + }, + "nodeType": "ModifierInvocation", + "src": "2395:9:7" + } + ], + "name": "transferOwnership", + "nameLocation": "2344:17:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1963, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1962, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "2370:8:7", + "nodeType": "VariableDeclaration", + "scope": 1982, + "src": "2362:16:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1961, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2362:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "2361:18:7" + }, + "returnParameters": { + "id": 1966, + "nodeType": "ParameterList", + "parameters": [], + "src": "2405:0:7" + }, + "scope": 2008, + "src": "2335:198:7", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 2001, + "nodeType": "Block", + "src": "2750:124:7", + "statements": [ + { + "assignments": [ + 1989 + ], + "declarations": [ + { + "constant": false, + "id": 1989, + "mutability": "mutable", + "name": "oldOwner", + "nameLocation": "2768:8:7", + "nodeType": "VariableDeclaration", + "scope": 2001, + "src": "2760:16:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1988, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2760:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 1991, + "initialValue": { + "id": 1990, + "name": "_owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1887, + "src": "2779:6:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2760:25:7" + }, + { + "expression": { + "id": 1994, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 1992, + "name": "_owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1887, + "src": "2795:6:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 1993, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1985, + "src": "2804:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "2795:17:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 1995, + "nodeType": "ExpressionStatement", + "src": "2795:17:7" + }, + { + "eventCall": { + "arguments": [ + { + "id": 1997, + "name": "oldOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1989, + "src": "2848:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1998, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1985, + "src": "2858:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1996, + "name": "OwnershipTransferred", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1893, + "src": "2827:20:7", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$returns$__$", + "typeString": "function (address,address)" + } + }, + "id": 1999, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2827:40:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2000, + "nodeType": "EmitStatement", + "src": "2822:45:7" + } + ] + }, + "documentation": { + "id": 1983, + "nodeType": "StructuredDocumentation", + "src": "2539:143:7", + "text": " @dev Transfers ownership of the contract to a new account (`newOwner`).\n Internal function without access restriction." + }, + "id": 2002, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_transferOwnership", + "nameLocation": "2696:18:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1986, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1985, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "2723:8:7", + "nodeType": "VariableDeclaration", + "scope": 2002, + "src": "2715:16:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1984, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2715:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "2714:18:7" + }, + "returnParameters": { + "id": 1987, + "nodeType": "ParameterList", + "parameters": [], + "src": "2750:0:7" + }, + "scope": 2008, + "src": "2687:187:7", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "constant": false, + "documentation": { + "id": 2003, + "nodeType": "StructuredDocumentation", + "src": "2880:254:7", + "text": " @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps" + }, + "id": 2007, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "3159:5:7", + "nodeType": "VariableDeclaration", + "scope": 2008, + "src": "3139:25:7", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage", + "typeString": "uint256[49]" + }, + "typeName": { + "baseType": { + "id": 2004, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3139:7:7", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 2006, + "length": { + "hexValue": "3439", + "id": 2005, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3147:2:7", + "typeDescriptions": { + "typeIdentifier": "t_rational_49_by_1", + "typeString": "int_const 49" + }, + "value": "49" + }, + "nodeType": "ArrayTypeName", + "src": "3139:11:7", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage_ptr", + "typeString": "uint256[49]" + } + }, + "visibility": "private" + } + ], + "scope": 2009, + "src": "729:2438:7", + "usedErrors": [] + } + ], + "src": "102:3066:7" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Initializable": [ + 2177 + ], + "OwnableUpgradeable": [ + 2008 + ] + }, + "id": 2009, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1877, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "102:23:7" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", + "file": "../utils/ContextUpgradeable.sol", + "id": 1878, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2009, + "sourceUnit": 2687, + "src": "127:41:7", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "file": "../proxy/utils/Initializable.sol", + "id": 1880, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2009, + "sourceUnit": 2178, + "src": "169:63:7", + "symbolAliases": [ + { + "foreign": { + "id": 1879, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2177, + "src": "177:13:7", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 1882, + "name": "Initializable", + "nameLocations": [ + "769:13:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2177, + "src": "769:13:7" + }, + "id": 1883, + "nodeType": "InheritanceSpecifier", + "src": "769:13:7" + }, + { + "baseName": { + "id": 1884, + "name": "ContextUpgradeable", + "nameLocations": [ + "784:18:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2686, + "src": "784:18:7" + }, + "id": 1885, + "nodeType": "InheritanceSpecifier", + "src": "784:18:7" + } + ], + "canonicalName": "OwnableUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 1881, + "nodeType": "StructuredDocumentation", + "src": "234:494:7", + "text": " @dev Contract module which provides a basic access control mechanism, where\n there is an account (an owner) that can be granted exclusive access to\n specific functions.\n By default, the owner account will be the one that deploys the contract. This\n can later be changed with {transferOwnership}.\n This module is used through inheritance. It will make available the modifier\n `onlyOwner`, which can be applied to your functions to restrict their use to\n the owner." + }, + "fullyImplemented": true, + "id": 2008, + "linearizedBaseContracts": [ + 2008, + 2686, + 2177 + ], + "name": "OwnableUpgradeable", + "nameLocation": "747:18:7", + "nodeType": "ContractDefinition", + "nodes": [ + { + "constant": false, + "id": 1887, + "mutability": "mutable", + "name": "_owner", + "nameLocation": "825:6:7", + "nodeType": "VariableDeclaration", + "scope": 2008, + "src": "809:22:7", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1886, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "809:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "private" + }, + { + "anonymous": false, + "eventSelector": "8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "id": 1893, + "name": "OwnershipTransferred", + "nameLocation": "844:20:7", + "nodeType": "EventDefinition", + "parameters": { + "id": 1892, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1889, + "indexed": true, + "mutability": "mutable", + "name": "previousOwner", + "nameLocation": "881:13:7", + "nodeType": "VariableDeclaration", + "scope": 1893, + "src": "865:29:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1888, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "865:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1891, + "indexed": true, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "912:8:7", + "nodeType": "VariableDeclaration", + "scope": 1893, + "src": "896:24:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1890, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "896:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "864:57:7" + }, + "src": "838:84:7" + }, + { + "body": { + "id": 1902, + "nodeType": "Block", + "src": "1076:43:7", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1899, + "name": "__Ownable_init_unchained", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1914, + "src": "1086:24:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 1900, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1086:26:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1901, + "nodeType": "ExpressionStatement", + "src": "1086:26:7" + } + ] + }, + "documentation": { + "id": 1894, + "nodeType": "StructuredDocumentation", + "src": "928:91:7", + "text": " @dev Initializes the contract setting the deployer as the initial owner." + }, + "id": 1903, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1897, + "kind": "modifierInvocation", + "modifierName": { + "id": 1896, + "name": "onlyInitializing", + "nameLocations": [ + "1059:16:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1059:16:7" + }, + "nodeType": "ModifierInvocation", + "src": "1059:16:7" + } + ], + "name": "__Ownable_init", + "nameLocation": "1033:14:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1895, + "nodeType": "ParameterList", + "parameters": [], + "src": "1047:2:7" + }, + "returnParameters": { + "id": 1898, + "nodeType": "ParameterList", + "parameters": [], + "src": "1076:0:7" + }, + "scope": 2008, + "src": "1024:95:7", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1913, + "nodeType": "Block", + "src": "1187:49:7", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1909, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "1216:10:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1910, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1216:12:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1908, + "name": "_transferOwnership", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2002, + "src": "1197:18:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1911, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1197:32:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1912, + "nodeType": "ExpressionStatement", + "src": "1197:32:7" + } + ] + }, + "id": 1914, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1906, + "kind": "modifierInvocation", + "modifierName": { + "id": 1905, + "name": "onlyInitializing", + "nameLocations": [ + "1170:16:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1170:16:7" + }, + "nodeType": "ModifierInvocation", + "src": "1170:16:7" + } + ], + "name": "__Ownable_init_unchained", + "nameLocation": "1134:24:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1904, + "nodeType": "ParameterList", + "parameters": [], + "src": "1158:2:7" + }, + "returnParameters": { + "id": 1907, + "nodeType": "ParameterList", + "parameters": [], + "src": "1187:0:7" + }, + "scope": 2008, + "src": "1125:111:7", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1921, + "nodeType": "Block", + "src": "1345:41:7", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1917, + "name": "_checkOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1945, + "src": "1355:11:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$__$", + "typeString": "function () view" + } + }, + "id": 1918, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1355:13:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1919, + "nodeType": "ExpressionStatement", + "src": "1355:13:7" + }, + { + "id": 1920, + "nodeType": "PlaceholderStatement", + "src": "1378:1:7" + } + ] + }, + "documentation": { + "id": 1915, + "nodeType": "StructuredDocumentation", + "src": "1242:77:7", + "text": " @dev Throws if called by any account other than the owner." + }, + "id": 1922, + "name": "onlyOwner", + "nameLocation": "1333:9:7", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 1916, + "nodeType": "ParameterList", + "parameters": [], + "src": "1342:2:7" + }, + "src": "1324:62:7", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 1930, + "nodeType": "Block", + "src": "1517:30:7", + "statements": [ + { + "expression": { + "id": 1928, + "name": "_owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1887, + "src": "1534:6:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "functionReturnParameters": 1927, + "id": 1929, + "nodeType": "Return", + "src": "1527:13:7" + } + ] + }, + "documentation": { + "id": 1923, + "nodeType": "StructuredDocumentation", + "src": "1392:65:7", + "text": " @dev Returns the address of the current owner." + }, + "functionSelector": "8da5cb5b", + "id": 1931, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "owner", + "nameLocation": "1471:5:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1924, + "nodeType": "ParameterList", + "parameters": [], + "src": "1476:2:7" + }, + "returnParameters": { + "id": 1927, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1926, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 1931, + "src": "1508:7:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1925, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "1508:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "1507:9:7" + }, + "scope": 2008, + "src": "1462:85:7", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 1944, + "nodeType": "Block", + "src": "1665:85:7", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1940, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1936, + "name": "owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1931, + "src": "1683:5:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 1937, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1683:7:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "==", + "rightExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 1938, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "1694:10:7", + "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": "1694:12:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "1683:23:7", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572", + "id": 1941, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1708:34:7", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe", + "typeString": "literal_string \"Ownable: caller is not the owner\"" + }, + "value": "Ownable: caller is not the owner" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe", + "typeString": "literal_string \"Ownable: caller is not the owner\"" + } + ], + "id": 1935, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "1675:7:7", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1942, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1675:68:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1943, + "nodeType": "ExpressionStatement", + "src": "1675:68:7" + } + ] + }, + "documentation": { + "id": 1932, + "nodeType": "StructuredDocumentation", + "src": "1553:62:7", + "text": " @dev Throws if the sender is not the owner." + }, + "id": 1945, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_checkOwner", + "nameLocation": "1629:11:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1933, + "nodeType": "ParameterList", + "parameters": [], + "src": "1640:2:7" + }, + "returnParameters": { + "id": 1934, + "nodeType": "ParameterList", + "parameters": [], + "src": "1665:0:7" + }, + "scope": 2008, + "src": "1620:130:7", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 1958, + "nodeType": "Block", + "src": "2139:47:7", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [ + { + "hexValue": "30", + "id": 1954, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2176:1:7", + "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": 1953, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2168:7:7", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1952, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2168:7:7", + "typeDescriptions": {} + } + }, + "id": 1955, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2168:10:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1951, + "name": "_transferOwnership", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2002, + "src": "2149:18:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1956, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2149:30:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1957, + "nodeType": "ExpressionStatement", + "src": "2149:30:7" + } + ] + }, + "documentation": { + "id": 1946, + "nodeType": "StructuredDocumentation", + "src": "1756:324:7", + "text": " @dev Leaves the contract without owner. It will not be possible to call\n `onlyOwner` functions. Can only be called by the current owner.\n NOTE: Renouncing ownership will leave the contract without an owner,\n thereby disabling any functionality that is only available to the owner." + }, + "functionSelector": "715018a6", + "id": 1959, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1949, + "kind": "modifierInvocation", + "modifierName": { + "id": 1948, + "name": "onlyOwner", + "nameLocations": [ + "2129:9:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "2129:9:7" + }, + "nodeType": "ModifierInvocation", + "src": "2129:9:7" + } + ], + "name": "renounceOwnership", + "nameLocation": "2094:17:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1947, + "nodeType": "ParameterList", + "parameters": [], + "src": "2111:2:7" + }, + "returnParameters": { + "id": 1950, + "nodeType": "ParameterList", + "parameters": [], + "src": "2139:0:7" + }, + "scope": 2008, + "src": "2085:101:7", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 1981, + "nodeType": "Block", + "src": "2405:128:7", + "statements": [ + { + "expression": { + "arguments": [ + { + "commonType": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "id": 1973, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftExpression": { + "id": 1968, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1962, + "src": "2423:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "BinaryOperation", + "operator": "!=", + "rightExpression": { + "arguments": [ + { + "hexValue": "30", + "id": 1971, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2443:1:7", + "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": 1970, + "isConstant": false, + "isLValue": false, + "isPure": true, + "lValueRequested": false, + "nodeType": "ElementaryTypeNameExpression", + "src": "2435:7:7", + "typeDescriptions": { + "typeIdentifier": "t_type$_t_address_$", + "typeString": "type(address)" + }, + "typeName": { + "id": 1969, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2435:7:7", + "typeDescriptions": {} + } + }, + "id": 1972, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "typeConversion", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2435:10:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "2423:22:7", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373", + "id": 1974, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2447:40:7", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe", + "typeString": "literal_string \"Ownable: new owner is the zero address\"" + }, + "value": "Ownable: new owner is the zero address" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe", + "typeString": "literal_string \"Ownable: new owner is the zero address\"" + } + ], + "id": 1967, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2415:7:7", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 1975, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2415:73:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1976, + "nodeType": "ExpressionStatement", + "src": "2415:73:7" + }, + { + "expression": { + "arguments": [ + { + "id": 1978, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1962, + "src": "2517:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1977, + "name": "_transferOwnership", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2002, + "src": "2498:18:7", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 1979, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2498:28:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 1980, + "nodeType": "ExpressionStatement", + "src": "2498:28:7" + } + ] + }, + "documentation": { + "id": 1960, + "nodeType": "StructuredDocumentation", + "src": "2192:138:7", + "text": " @dev Transfers ownership of the contract to a new account (`newOwner`).\n Can only be called by the current owner." + }, + "functionSelector": "f2fde38b", + "id": 1982, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 1965, + "kind": "modifierInvocation", + "modifierName": { + "id": 1964, + "name": "onlyOwner", + "nameLocations": [ + "2395:9:7" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 1922, + "src": "2395:9:7" + }, + "nodeType": "ModifierInvocation", + "src": "2395:9:7" + } + ], + "name": "transferOwnership", + "nameLocation": "2344:17:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1963, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1962, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "2370:8:7", + "nodeType": "VariableDeclaration", + "scope": 1982, + "src": "2362:16:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1961, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2362:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "2361:18:7" + }, + "returnParameters": { + "id": 1966, + "nodeType": "ParameterList", + "parameters": [], + "src": "2405:0:7" + }, + "scope": 2008, + "src": "2335:198:7", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 2001, + "nodeType": "Block", + "src": "2750:124:7", + "statements": [ + { + "assignments": [ + 1989 + ], + "declarations": [ + { + "constant": false, + "id": 1989, + "mutability": "mutable", + "name": "oldOwner", + "nameLocation": "2768:8:7", + "nodeType": "VariableDeclaration", + "scope": 2001, + "src": "2760:16:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1988, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2760:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "id": 1991, + "initialValue": { + "id": 1990, + "name": "_owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1887, + "src": "2779:6:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "VariableDeclarationStatement", + "src": "2760:25:7" + }, + { + "expression": { + "id": 1994, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 1992, + "name": "_owner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1887, + "src": "2795:6:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "id": 1993, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1985, + "src": "2804:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "src": "2795:17:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "id": 1995, + "nodeType": "ExpressionStatement", + "src": "2795:17:7" + }, + { + "eventCall": { + "arguments": [ + { + "id": 1997, + "name": "oldOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1989, + "src": "2848:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + { + "id": 1998, + "name": "newOwner", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1985, + "src": "2858:8:7", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + }, + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 1996, + "name": "OwnershipTransferred", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 1893, + "src": "2827:20:7", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$returns$__$", + "typeString": "function (address,address)" + } + }, + "id": 1999, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2827:40:7", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2000, + "nodeType": "EmitStatement", + "src": "2822:45:7" + } + ] + }, + "documentation": { + "id": 1983, + "nodeType": "StructuredDocumentation", + "src": "2539:143:7", + "text": " @dev Transfers ownership of the contract to a new account (`newOwner`).\n Internal function without access restriction." + }, + "id": 2002, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_transferOwnership", + "nameLocation": "2696:18:7", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 1986, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 1985, + "mutability": "mutable", + "name": "newOwner", + "nameLocation": "2723:8:7", + "nodeType": "VariableDeclaration", + "scope": 2002, + "src": "2715:16:7", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 1984, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "2715:7:7", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "2714:18:7" + }, + "returnParameters": { + "id": 1987, + "nodeType": "ParameterList", + "parameters": [], + "src": "2750:0:7" + }, + "scope": 2008, + "src": "2687:187:7", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "constant": false, + "documentation": { + "id": 2003, + "nodeType": "StructuredDocumentation", + "src": "2880:254:7", + "text": " @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps" + }, + "id": 2007, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "3159:5:7", + "nodeType": "VariableDeclaration", + "scope": 2008, + "src": "3139:25:7", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage", + "typeString": "uint256[49]" + }, + "typeName": { + "baseType": { + "id": 2004, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3139:7:7", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 2006, + "length": { + "hexValue": "3439", + "id": 2005, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3147:2:7", + "typeDescriptions": { + "typeIdentifier": "t_rational_49_by_1", + "typeString": "int_const 49" + }, + "value": "49" + }, + "nodeType": "ArrayTypeName", + "src": "3139:11:7", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage_ptr", + "typeString": "uint256[49]" + } + }, + "visibility": "private" + } + ], + "scope": 2009, + "src": "729:2438:7", + "usedErrors": [] + } + ], + "src": "102:3066:7" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.281Z" +} \ No newline at end of file diff --git a/build/contracts/PausableUpgradeable.json b/build/contracts/PausableUpgradeable.json new file mode 100644 index 0000000..43eed9b --- /dev/null +++ b/build/contracts/PausableUpgradeable.json @@ -0,0 +1,2798 @@ +{ + "contractName": "PausableUpgradeable", + "abi": [ + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "uint8", + "name": "version", + "type": "uint8" + } + ], + "name": "Initialized", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "Paused", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "account", + "type": "address" + } + ], + "name": "Unpaused", + "type": "event" + }, + { + "inputs": [], + "name": "paused", + "outputs": [ + { + "internalType": "bool", + "name": "", + "type": "bool" + } + ], + "stateMutability": "view", + "type": "function" + } + ], + "bytecode": "0x", + "deployedBytecode": "0x", + "sourceMap": "", + "deployedSourceMap": "", + "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)\n\npragma solidity ^0.8.0;\n\nimport \"../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Contract module which allows children to implement an emergency stop\n * mechanism that can be triggered by an authorized account.\n *\n * This module is used through inheritance. It will make available the\n * modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n * the functions of your contract. Note that they will not be pausable by\n * simply including this module, only once the modifiers are put in place.\n */\nabstract contract PausableUpgradeable is Initializable, ContextUpgradeable {\n /**\n * @dev Emitted when the pause is triggered by `account`.\n */\n event Paused(address account);\n\n /**\n * @dev Emitted when the pause is lifted by `account`.\n */\n event Unpaused(address account);\n\n bool private _paused;\n\n /**\n * @dev Initializes the contract in unpaused state.\n */\n function __Pausable_init() internal onlyInitializing {\n __Pausable_init_unchained();\n }\n\n function __Pausable_init_unchained() internal onlyInitializing {\n _paused = false;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is not paused.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n modifier whenNotPaused() {\n _requireNotPaused();\n _;\n }\n\n /**\n * @dev Modifier to make a function callable only when the contract is paused.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n modifier whenPaused() {\n _requirePaused();\n _;\n }\n\n /**\n * @dev Returns true if the contract is paused, and false otherwise.\n */\n function paused() public view virtual returns (bool) {\n return _paused;\n }\n\n /**\n * @dev Throws if the contract is paused.\n */\n function _requireNotPaused() internal view virtual {\n require(!paused(), \"Pausable: paused\");\n }\n\n /**\n * @dev Throws if the contract is not paused.\n */\n function _requirePaused() internal view virtual {\n require(paused(), \"Pausable: not paused\");\n }\n\n /**\n * @dev Triggers stopped state.\n *\n * Requirements:\n *\n * - The contract must not be paused.\n */\n function _pause() internal virtual whenNotPaused {\n _paused = true;\n emit Paused(_msgSender());\n }\n\n /**\n * @dev Returns to normal state.\n *\n * Requirements:\n *\n * - The contract must be paused.\n */\n function _unpause() internal virtual whenPaused {\n _paused = false;\n emit Unpaused(_msgSender());\n }\n\n /**\n * @dev This empty reserved space is put in place to allow future versions to add new\n * variables without shifting down storage in the inheritance chain.\n * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n */\n uint256[49] private __gap;\n}\n", + "sourcePath": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "ast": { + "absolutePath": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Initializable": [ + 2177 + ], + "PausableUpgradeable": [ + 2305 + ] + }, + "id": 2306, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2179, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "105:23:9" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", + "file": "../utils/ContextUpgradeable.sol", + "id": 2180, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2306, + "sourceUnit": 2687, + "src": "130:41:9", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "file": "../proxy/utils/Initializable.sol", + "id": 2182, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2306, + "sourceUnit": 2178, + "src": "172:63:9", + "symbolAliases": [ + { + "foreign": { + "id": 2181, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2177, + "src": "180:13:9", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 2184, + "name": "Initializable", + "nameLocations": [ + "718:13:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2177, + "src": "718:13:9" + }, + "id": 2185, + "nodeType": "InheritanceSpecifier", + "src": "718:13:9" + }, + { + "baseName": { + "id": 2186, + "name": "ContextUpgradeable", + "nameLocations": [ + "733:18:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2686, + "src": "733:18:9" + }, + "id": 2187, + "nodeType": "InheritanceSpecifier", + "src": "733:18:9" + } + ], + "canonicalName": "PausableUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 2183, + "nodeType": "StructuredDocumentation", + "src": "237:439:9", + "text": " @dev Contract module which allows children to implement an emergency stop\n mechanism that can be triggered by an authorized account.\n This module is used through inheritance. It will make available the\n modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n the functions of your contract. Note that they will not be pausable by\n simply including this module, only once the modifiers are put in place." + }, + "fullyImplemented": true, + "id": 2305, + "linearizedBaseContracts": [ + 2305, + 2686, + 2177 + ], + "name": "PausableUpgradeable", + "nameLocation": "695:19:9", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "documentation": { + "id": 2188, + "nodeType": "StructuredDocumentation", + "src": "758:73:9", + "text": " @dev Emitted when the pause is triggered by `account`." + }, + "eventSelector": "62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258", + "id": 2192, + "name": "Paused", + "nameLocation": "842:6:9", + "nodeType": "EventDefinition", + "parameters": { + "id": 2191, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2190, + "indexed": false, + "mutability": "mutable", + "name": "account", + "nameLocation": "857:7:9", + "nodeType": "VariableDeclaration", + "scope": 2192, + "src": "849:15:9", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2189, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "849:7:9", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "848:17:9" + }, + "src": "836:30:9" + }, + { + "anonymous": false, + "documentation": { + "id": 2193, + "nodeType": "StructuredDocumentation", + "src": "872:70:9", + "text": " @dev Emitted when the pause is lifted by `account`." + }, + "eventSelector": "5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa", + "id": 2197, + "name": "Unpaused", + "nameLocation": "953:8:9", + "nodeType": "EventDefinition", + "parameters": { + "id": 2196, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2195, + "indexed": false, + "mutability": "mutable", + "name": "account", + "nameLocation": "970:7:9", + "nodeType": "VariableDeclaration", + "scope": 2197, + "src": "962:15:9", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2194, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "962:7:9", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "961:17:9" + }, + "src": "947:32:9" + }, + { + "constant": false, + "id": 2199, + "mutability": "mutable", + "name": "_paused", + "nameLocation": "998:7:9", + "nodeType": "VariableDeclaration", + "scope": 2305, + "src": "985:20:9", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2198, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "985:4:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 2208, + "nodeType": "Block", + "src": "1137:44:9", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2205, + "name": "__Pausable_init_unchained", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2219, + "src": "1147:25:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 2206, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1147:27:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2207, + "nodeType": "ExpressionStatement", + "src": "1147:27:9" + } + ] + }, + "documentation": { + "id": 2200, + "nodeType": "StructuredDocumentation", + "src": "1012:67:9", + "text": " @dev Initializes the contract in unpaused state." + }, + "id": 2209, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2203, + "kind": "modifierInvocation", + "modifierName": { + "id": 2202, + "name": "onlyInitializing", + "nameLocations": [ + "1120:16:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1120:16:9" + }, + "nodeType": "ModifierInvocation", + "src": "1120:16:9" + } + ], + "name": "__Pausable_init", + "nameLocation": "1093:15:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2201, + "nodeType": "ParameterList", + "parameters": [], + "src": "1108:2:9" + }, + "returnParameters": { + "id": 2204, + "nodeType": "ParameterList", + "parameters": [], + "src": "1137:0:9" + }, + "scope": 2305, + "src": "1084:97:9", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2218, + "nodeType": "Block", + "src": "1250:32:9", + "statements": [ + { + "expression": { + "id": 2216, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2214, + "name": "_paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2199, + "src": "1260:7:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 2215, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1270:5:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "1260:15:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2217, + "nodeType": "ExpressionStatement", + "src": "1260:15:9" + } + ] + }, + "id": 2219, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2212, + "kind": "modifierInvocation", + "modifierName": { + "id": 2211, + "name": "onlyInitializing", + "nameLocations": [ + "1233:16:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1233:16:9" + }, + "nodeType": "ModifierInvocation", + "src": "1233:16:9" + } + ], + "name": "__Pausable_init_unchained", + "nameLocation": "1196:25:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2210, + "nodeType": "ParameterList", + "parameters": [], + "src": "1221:2:9" + }, + "returnParameters": { + "id": 2213, + "nodeType": "ParameterList", + "parameters": [], + "src": "1250:0:9" + }, + "scope": 2305, + "src": "1187:95:9", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2226, + "nodeType": "Block", + "src": "1493:47:9", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2222, + "name": "_requireNotPaused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2256, + "src": "1503:17:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$__$", + "typeString": "function () view" + } + }, + "id": 2223, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1503:19:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2224, + "nodeType": "ExpressionStatement", + "src": "1503:19:9" + }, + { + "id": 2225, + "nodeType": "PlaceholderStatement", + "src": "1532:1:9" + } + ] + }, + "documentation": { + "id": 2220, + "nodeType": "StructuredDocumentation", + "src": "1288:175:9", + "text": " @dev Modifier to make a function callable only when the contract is not paused.\n Requirements:\n - The contract must not be paused." + }, + "id": 2227, + "name": "whenNotPaused", + "nameLocation": "1477:13:9", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2221, + "nodeType": "ParameterList", + "parameters": [], + "src": "1490:2:9" + }, + "src": "1468:72:9", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2234, + "nodeType": "Block", + "src": "1740:44:9", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2230, + "name": "_requirePaused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2267, + "src": "1750:14:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$__$", + "typeString": "function () view" + } + }, + "id": 2231, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1750:16:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2232, + "nodeType": "ExpressionStatement", + "src": "1750:16:9" + }, + { + "id": 2233, + "nodeType": "PlaceholderStatement", + "src": "1776:1:9" + } + ] + }, + "documentation": { + "id": 2228, + "nodeType": "StructuredDocumentation", + "src": "1546:167:9", + "text": " @dev Modifier to make a function callable only when the contract is paused.\n Requirements:\n - The contract must be paused." + }, + "id": 2235, + "name": "whenPaused", + "nameLocation": "1727:10:9", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2229, + "nodeType": "ParameterList", + "parameters": [], + "src": "1737:2:9" + }, + "src": "1718:66:9", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2243, + "nodeType": "Block", + "src": "1932:31:9", + "statements": [ + { + "expression": { + "id": 2241, + "name": "_paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2199, + "src": "1949:7:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 2240, + "id": 2242, + "nodeType": "Return", + "src": "1942:14:9" + } + ] + }, + "documentation": { + "id": 2236, + "nodeType": "StructuredDocumentation", + "src": "1790:84:9", + "text": " @dev Returns true if the contract is paused, and false otherwise." + }, + "functionSelector": "5c975abb", + "id": 2244, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "paused", + "nameLocation": "1888:6:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2237, + "nodeType": "ParameterList", + "parameters": [], + "src": "1894:2:9" + }, + "returnParameters": { + "id": 2240, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2239, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2244, + "src": "1926:4:9", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2238, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1926:4:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1925:6:9" + }, + "scope": 2305, + "src": "1879:84:9", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 2255, + "nodeType": "Block", + "src": "2082:55:9", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2251, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "2100:9:9", + "subExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2249, + "name": "paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2244, + "src": "2101:6:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", + "typeString": "function () view returns (bool)" + } + }, + "id": 2250, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2101:8:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "5061757361626c653a20706175736564", + "id": 2252, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2111:18:9", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a", + "typeString": "literal_string \"Pausable: paused\"" + }, + "value": "Pausable: paused" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a", + "typeString": "literal_string \"Pausable: paused\"" + } + ], + "id": 2248, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2092:7:9", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2253, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2092:38:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2254, + "nodeType": "ExpressionStatement", + "src": "2092:38:9" + } + ] + }, + "documentation": { + "id": 2245, + "nodeType": "StructuredDocumentation", + "src": "1969:57:9", + "text": " @dev Throws if the contract is paused." + }, + "id": 2256, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_requireNotPaused", + "nameLocation": "2040:17:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2246, + "nodeType": "ParameterList", + "parameters": [], + "src": "2057:2:9" + }, + "returnParameters": { + "id": 2247, + "nodeType": "ParameterList", + "parameters": [], + "src": "2082:0:9" + }, + "scope": 2305, + "src": "2031:106:9", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2266, + "nodeType": "Block", + "src": "2257:58:9", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2261, + "name": "paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2244, + "src": "2275:6:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", + "typeString": "function () view returns (bool)" + } + }, + "id": 2262, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2275:8:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "5061757361626c653a206e6f7420706175736564", + "id": 2263, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2285:22:9", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a", + "typeString": "literal_string \"Pausable: not paused\"" + }, + "value": "Pausable: not paused" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a", + "typeString": "literal_string \"Pausable: not paused\"" + } + ], + "id": 2260, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2267:7:9", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2264, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2267:41:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2265, + "nodeType": "ExpressionStatement", + "src": "2267:41:9" + } + ] + }, + "documentation": { + "id": 2257, + "nodeType": "StructuredDocumentation", + "src": "2143:61:9", + "text": " @dev Throws if the contract is not paused." + }, + "id": 2267, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_requirePaused", + "nameLocation": "2218:14:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2258, + "nodeType": "ParameterList", + "parameters": [], + "src": "2232:2:9" + }, + "returnParameters": { + "id": 2259, + "nodeType": "ParameterList", + "parameters": [], + "src": "2257:0:9" + }, + "scope": 2305, + "src": "2209:106:9", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2282, + "nodeType": "Block", + "src": "2499:66:9", + "statements": [ + { + "expression": { + "id": 2275, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2273, + "name": "_paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2199, + "src": "2509:7:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 2274, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2519:4:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "2509:14:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2276, + "nodeType": "ExpressionStatement", + "src": "2509:14:9" + }, + { + "eventCall": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2278, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "2545:10:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2279, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2545:12:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2277, + "name": "Paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2192, + "src": "2538:6:9", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 2280, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2538:20:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2281, + "nodeType": "EmitStatement", + "src": "2533:25:9" + } + ] + }, + "documentation": { + "id": 2268, + "nodeType": "StructuredDocumentation", + "src": "2321:124:9", + "text": " @dev Triggers stopped state.\n Requirements:\n - The contract must not be paused." + }, + "id": 2283, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2271, + "kind": "modifierInvocation", + "modifierName": { + "id": 2270, + "name": "whenNotPaused", + "nameLocations": [ + "2485:13:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2227, + "src": "2485:13:9" + }, + "nodeType": "ModifierInvocation", + "src": "2485:13:9" + } + ], + "name": "_pause", + "nameLocation": "2459:6:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2269, + "nodeType": "ParameterList", + "parameters": [], + "src": "2465:2:9" + }, + "returnParameters": { + "id": 2272, + "nodeType": "ParameterList", + "parameters": [], + "src": "2499:0:9" + }, + "scope": 2305, + "src": "2450:115:9", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2298, + "nodeType": "Block", + "src": "2745:69:9", + "statements": [ + { + "expression": { + "id": 2291, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2289, + "name": "_paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2199, + "src": "2755:7:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 2290, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2765:5:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "2755:15:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2292, + "nodeType": "ExpressionStatement", + "src": "2755:15:9" + }, + { + "eventCall": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2294, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "2794:10:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2295, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2794:12:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2293, + "name": "Unpaused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2197, + "src": "2785:8:9", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 2296, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2785:22:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2297, + "nodeType": "EmitStatement", + "src": "2780:27:9" + } + ] + }, + "documentation": { + "id": 2284, + "nodeType": "StructuredDocumentation", + "src": "2571:121:9", + "text": " @dev Returns to normal state.\n Requirements:\n - The contract must be paused." + }, + "id": 2299, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2287, + "kind": "modifierInvocation", + "modifierName": { + "id": 2286, + "name": "whenPaused", + "nameLocations": [ + "2734:10:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2235, + "src": "2734:10:9" + }, + "nodeType": "ModifierInvocation", + "src": "2734:10:9" + } + ], + "name": "_unpause", + "nameLocation": "2706:8:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2285, + "nodeType": "ParameterList", + "parameters": [], + "src": "2714:2:9" + }, + "returnParameters": { + "id": 2288, + "nodeType": "ParameterList", + "parameters": [], + "src": "2745:0:9" + }, + "scope": 2305, + "src": "2697:117:9", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "constant": false, + "documentation": { + "id": 2300, + "nodeType": "StructuredDocumentation", + "src": "2820:254:9", + "text": " @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps" + }, + "id": 2304, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "3099:5:9", + "nodeType": "VariableDeclaration", + "scope": 2305, + "src": "3079:25:9", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage", + "typeString": "uint256[49]" + }, + "typeName": { + "baseType": { + "id": 2301, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3079:7:9", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 2303, + "length": { + "hexValue": "3439", + "id": 2302, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3087:2:9", + "typeDescriptions": { + "typeIdentifier": "t_rational_49_by_1", + "typeString": "int_const 49" + }, + "value": "49" + }, + "nodeType": "ArrayTypeName", + "src": "3079:11:9", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage_ptr", + "typeString": "uint256[49]" + } + }, + "visibility": "private" + } + ], + "scope": 2306, + "src": "677:2430:9", + "usedErrors": [] + } + ], + "src": "105:3003:9" + }, + "legacyAST": { + "absolutePath": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol", + "exportedSymbols": { + "ContextUpgradeable": [ + 2686 + ], + "Initializable": [ + 2177 + ], + "PausableUpgradeable": [ + 2305 + ] + }, + "id": 2306, + "license": "MIT", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 2179, + "literals": [ + "solidity", + "^", + "0.8", + ".0" + ], + "nodeType": "PragmaDirective", + "src": "105:23:9" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", + "file": "../utils/ContextUpgradeable.sol", + "id": 2180, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2306, + "sourceUnit": 2687, + "src": "130:41:9", + "symbolAliases": [], + "unitAlias": "" + }, + { + "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", + "file": "../proxy/utils/Initializable.sol", + "id": 2182, + "nameLocation": "-1:-1:-1", + "nodeType": "ImportDirective", + "scope": 2306, + "sourceUnit": 2178, + "src": "172:63:9", + "symbolAliases": [ + { + "foreign": { + "id": 2181, + "name": "Initializable", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2177, + "src": "180:13:9", + "typeDescriptions": {} + }, + "nameLocation": "-1:-1:-1" + } + ], + "unitAlias": "" + }, + { + "abstract": true, + "baseContracts": [ + { + "baseName": { + "id": 2184, + "name": "Initializable", + "nameLocations": [ + "718:13:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2177, + "src": "718:13:9" + }, + "id": 2185, + "nodeType": "InheritanceSpecifier", + "src": "718:13:9" + }, + { + "baseName": { + "id": 2186, + "name": "ContextUpgradeable", + "nameLocations": [ + "733:18:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2686, + "src": "733:18:9" + }, + "id": 2187, + "nodeType": "InheritanceSpecifier", + "src": "733:18:9" + } + ], + "canonicalName": "PausableUpgradeable", + "contractDependencies": [], + "contractKind": "contract", + "documentation": { + "id": 2183, + "nodeType": "StructuredDocumentation", + "src": "237:439:9", + "text": " @dev Contract module which allows children to implement an emergency stop\n mechanism that can be triggered by an authorized account.\n This module is used through inheritance. It will make available the\n modifiers `whenNotPaused` and `whenPaused`, which can be applied to\n the functions of your contract. Note that they will not be pausable by\n simply including this module, only once the modifiers are put in place." + }, + "fullyImplemented": true, + "id": 2305, + "linearizedBaseContracts": [ + 2305, + 2686, + 2177 + ], + "name": "PausableUpgradeable", + "nameLocation": "695:19:9", + "nodeType": "ContractDefinition", + "nodes": [ + { + "anonymous": false, + "documentation": { + "id": 2188, + "nodeType": "StructuredDocumentation", + "src": "758:73:9", + "text": " @dev Emitted when the pause is triggered by `account`." + }, + "eventSelector": "62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258", + "id": 2192, + "name": "Paused", + "nameLocation": "842:6:9", + "nodeType": "EventDefinition", + "parameters": { + "id": 2191, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2190, + "indexed": false, + "mutability": "mutable", + "name": "account", + "nameLocation": "857:7:9", + "nodeType": "VariableDeclaration", + "scope": 2192, + "src": "849:15:9", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2189, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "849:7:9", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "848:17:9" + }, + "src": "836:30:9" + }, + { + "anonymous": false, + "documentation": { + "id": 2193, + "nodeType": "StructuredDocumentation", + "src": "872:70:9", + "text": " @dev Emitted when the pause is lifted by `account`." + }, + "eventSelector": "5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa", + "id": 2197, + "name": "Unpaused", + "nameLocation": "953:8:9", + "nodeType": "EventDefinition", + "parameters": { + "id": 2196, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2195, + "indexed": false, + "mutability": "mutable", + "name": "account", + "nameLocation": "970:7:9", + "nodeType": "VariableDeclaration", + "scope": 2197, + "src": "962:15:9", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + }, + "typeName": { + "id": 2194, + "name": "address", + "nodeType": "ElementaryTypeName", + "src": "962:7:9", + "stateMutability": "nonpayable", + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + }, + "visibility": "internal" + } + ], + "src": "961:17:9" + }, + "src": "947:32:9" + }, + { + "constant": false, + "id": 2199, + "mutability": "mutable", + "name": "_paused", + "nameLocation": "998:7:9", + "nodeType": "VariableDeclaration", + "scope": 2305, + "src": "985:20:9", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2198, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "985:4:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "private" + }, + { + "body": { + "id": 2208, + "nodeType": "Block", + "src": "1137:44:9", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2205, + "name": "__Pausable_init_unchained", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2219, + "src": "1147:25:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", + "typeString": "function ()" + } + }, + "id": 2206, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1147:27:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2207, + "nodeType": "ExpressionStatement", + "src": "1147:27:9" + } + ] + }, + "documentation": { + "id": 2200, + "nodeType": "StructuredDocumentation", + "src": "1012:67:9", + "text": " @dev Initializes the contract in unpaused state." + }, + "id": 2209, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2203, + "kind": "modifierInvocation", + "modifierName": { + "id": 2202, + "name": "onlyInitializing", + "nameLocations": [ + "1120:16:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1120:16:9" + }, + "nodeType": "ModifierInvocation", + "src": "1120:16:9" + } + ], + "name": "__Pausable_init", + "nameLocation": "1093:15:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2201, + "nodeType": "ParameterList", + "parameters": [], + "src": "1108:2:9" + }, + "returnParameters": { + "id": 2204, + "nodeType": "ParameterList", + "parameters": [], + "src": "1137:0:9" + }, + "scope": 2305, + "src": "1084:97:9", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2218, + "nodeType": "Block", + "src": "1250:32:9", + "statements": [ + { + "expression": { + "id": 2216, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2214, + "name": "_paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2199, + "src": "1260:7:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 2215, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "1270:5:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "1260:15:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2217, + "nodeType": "ExpressionStatement", + "src": "1260:15:9" + } + ] + }, + "id": 2219, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2212, + "kind": "modifierInvocation", + "modifierName": { + "id": 2211, + "name": "onlyInitializing", + "nameLocations": [ + "1233:16:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2122, + "src": "1233:16:9" + }, + "nodeType": "ModifierInvocation", + "src": "1233:16:9" + } + ], + "name": "__Pausable_init_unchained", + "nameLocation": "1196:25:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2210, + "nodeType": "ParameterList", + "parameters": [], + "src": "1221:2:9" + }, + "returnParameters": { + "id": 2213, + "nodeType": "ParameterList", + "parameters": [], + "src": "1250:0:9" + }, + "scope": 2305, + "src": "1187:95:9", + "stateMutability": "nonpayable", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2226, + "nodeType": "Block", + "src": "1493:47:9", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2222, + "name": "_requireNotPaused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2256, + "src": "1503:17:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$__$", + "typeString": "function () view" + } + }, + "id": 2223, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1503:19:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2224, + "nodeType": "ExpressionStatement", + "src": "1503:19:9" + }, + { + "id": 2225, + "nodeType": "PlaceholderStatement", + "src": "1532:1:9" + } + ] + }, + "documentation": { + "id": 2220, + "nodeType": "StructuredDocumentation", + "src": "1288:175:9", + "text": " @dev Modifier to make a function callable only when the contract is not paused.\n Requirements:\n - The contract must not be paused." + }, + "id": 2227, + "name": "whenNotPaused", + "nameLocation": "1477:13:9", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2221, + "nodeType": "ParameterList", + "parameters": [], + "src": "1490:2:9" + }, + "src": "1468:72:9", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2234, + "nodeType": "Block", + "src": "1740:44:9", + "statements": [ + { + "expression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2230, + "name": "_requirePaused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2267, + "src": "1750:14:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$__$", + "typeString": "function () view" + } + }, + "id": 2231, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "1750:16:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2232, + "nodeType": "ExpressionStatement", + "src": "1750:16:9" + }, + { + "id": 2233, + "nodeType": "PlaceholderStatement", + "src": "1776:1:9" + } + ] + }, + "documentation": { + "id": 2228, + "nodeType": "StructuredDocumentation", + "src": "1546:167:9", + "text": " @dev Modifier to make a function callable only when the contract is paused.\n Requirements:\n - The contract must be paused." + }, + "id": 2235, + "name": "whenPaused", + "nameLocation": "1727:10:9", + "nodeType": "ModifierDefinition", + "parameters": { + "id": 2229, + "nodeType": "ParameterList", + "parameters": [], + "src": "1737:2:9" + }, + "src": "1718:66:9", + "virtual": false, + "visibility": "internal" + }, + { + "body": { + "id": 2243, + "nodeType": "Block", + "src": "1932:31:9", + "statements": [ + { + "expression": { + "id": 2241, + "name": "_paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2199, + "src": "1949:7:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "functionReturnParameters": 2240, + "id": 2242, + "nodeType": "Return", + "src": "1942:14:9" + } + ] + }, + "documentation": { + "id": 2236, + "nodeType": "StructuredDocumentation", + "src": "1790:84:9", + "text": " @dev Returns true if the contract is paused, and false otherwise." + }, + "functionSelector": "5c975abb", + "id": 2244, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "paused", + "nameLocation": "1888:6:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2237, + "nodeType": "ParameterList", + "parameters": [], + "src": "1894:2:9" + }, + "returnParameters": { + "id": 2240, + "nodeType": "ParameterList", + "parameters": [ + { + "constant": false, + "id": 2239, + "mutability": "mutable", + "name": "", + "nameLocation": "-1:-1:-1", + "nodeType": "VariableDeclaration", + "scope": 2244, + "src": "1926:4:9", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "typeName": { + "id": 2238, + "name": "bool", + "nodeType": "ElementaryTypeName", + "src": "1926:4:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "visibility": "internal" + } + ], + "src": "1925:6:9" + }, + "scope": 2305, + "src": "1879:84:9", + "stateMutability": "view", + "virtual": true, + "visibility": "public" + }, + { + "body": { + "id": 2255, + "nodeType": "Block", + "src": "2082:55:9", + "statements": [ + { + "expression": { + "arguments": [ + { + "id": 2251, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "nodeType": "UnaryOperation", + "operator": "!", + "prefix": true, + "src": "2100:9:9", + "subExpression": { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2249, + "name": "paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2244, + "src": "2101:6:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", + "typeString": "function () view returns (bool)" + } + }, + "id": 2250, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2101:8:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "5061757361626c653a20706175736564", + "id": 2252, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2111:18:9", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a", + "typeString": "literal_string \"Pausable: paused\"" + }, + "value": "Pausable: paused" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_68571e1369f7a6dcdcd736cb0343b35a58ed0f64d245c2ed839c98d412744f8a", + "typeString": "literal_string \"Pausable: paused\"" + } + ], + "id": 2248, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2092:7:9", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2253, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2092:38:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2254, + "nodeType": "ExpressionStatement", + "src": "2092:38:9" + } + ] + }, + "documentation": { + "id": 2245, + "nodeType": "StructuredDocumentation", + "src": "1969:57:9", + "text": " @dev Throws if the contract is paused." + }, + "id": 2256, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_requireNotPaused", + "nameLocation": "2040:17:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2246, + "nodeType": "ParameterList", + "parameters": [], + "src": "2057:2:9" + }, + "returnParameters": { + "id": 2247, + "nodeType": "ParameterList", + "parameters": [], + "src": "2082:0:9" + }, + "scope": 2305, + "src": "2031:106:9", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2266, + "nodeType": "Block", + "src": "2257:58:9", + "statements": [ + { + "expression": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2261, + "name": "paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2244, + "src": "2275:6:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", + "typeString": "function () view returns (bool)" + } + }, + "id": 2262, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2275:8:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + { + "hexValue": "5061757361626c653a206e6f7420706175736564", + "id": 2263, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "string", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2285:22:9", + "typeDescriptions": { + "typeIdentifier": "t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a", + "typeString": "literal_string \"Pausable: not paused\"" + }, + "value": "Pausable: not paused" + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + { + "typeIdentifier": "t_stringliteral_0d1d997348c4b502650619e51f7d09f80514d98b6993be5051d07f703984619a", + "typeString": "literal_string \"Pausable: not paused\"" + } + ], + "id": 2260, + "name": "require", + "nodeType": "Identifier", + "overloadedDeclarations": [ + 4294967278, + 4294967278 + ], + "referencedDeclaration": 4294967278, + "src": "2267:7:9", + "typeDescriptions": { + "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", + "typeString": "function (bool,string memory) pure" + } + }, + "id": 2264, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2267:41:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2265, + "nodeType": "ExpressionStatement", + "src": "2267:41:9" + } + ] + }, + "documentation": { + "id": 2257, + "nodeType": "StructuredDocumentation", + "src": "2143:61:9", + "text": " @dev Throws if the contract is not paused." + }, + "id": 2267, + "implemented": true, + "kind": "function", + "modifiers": [], + "name": "_requirePaused", + "nameLocation": "2218:14:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2258, + "nodeType": "ParameterList", + "parameters": [], + "src": "2232:2:9" + }, + "returnParameters": { + "id": 2259, + "nodeType": "ParameterList", + "parameters": [], + "src": "2257:0:9" + }, + "scope": 2305, + "src": "2209:106:9", + "stateMutability": "view", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2282, + "nodeType": "Block", + "src": "2499:66:9", + "statements": [ + { + "expression": { + "id": 2275, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2273, + "name": "_paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2199, + "src": "2509:7:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "74727565", + "id": 2274, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2519:4:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "true" + }, + "src": "2509:14:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2276, + "nodeType": "ExpressionStatement", + "src": "2509:14:9" + }, + { + "eventCall": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2278, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "2545:10:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2279, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2545:12:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2277, + "name": "Paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2192, + "src": "2538:6:9", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 2280, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2538:20:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2281, + "nodeType": "EmitStatement", + "src": "2533:25:9" + } + ] + }, + "documentation": { + "id": 2268, + "nodeType": "StructuredDocumentation", + "src": "2321:124:9", + "text": " @dev Triggers stopped state.\n Requirements:\n - The contract must not be paused." + }, + "id": 2283, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2271, + "kind": "modifierInvocation", + "modifierName": { + "id": 2270, + "name": "whenNotPaused", + "nameLocations": [ + "2485:13:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2227, + "src": "2485:13:9" + }, + "nodeType": "ModifierInvocation", + "src": "2485:13:9" + } + ], + "name": "_pause", + "nameLocation": "2459:6:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2269, + "nodeType": "ParameterList", + "parameters": [], + "src": "2465:2:9" + }, + "returnParameters": { + "id": 2272, + "nodeType": "ParameterList", + "parameters": [], + "src": "2499:0:9" + }, + "scope": 2305, + "src": "2450:115:9", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "body": { + "id": 2298, + "nodeType": "Block", + "src": "2745:69:9", + "statements": [ + { + "expression": { + "id": 2291, + "isConstant": false, + "isLValue": false, + "isPure": false, + "lValueRequested": false, + "leftHandSide": { + "id": 2289, + "name": "_paused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2199, + "src": "2755:7:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "nodeType": "Assignment", + "operator": "=", + "rightHandSide": { + "hexValue": "66616c7365", + "id": 2290, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "bool", + "lValueRequested": false, + "nodeType": "Literal", + "src": "2765:5:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + }, + "value": "false" + }, + "src": "2755:15:9", + "typeDescriptions": { + "typeIdentifier": "t_bool", + "typeString": "bool" + } + }, + "id": 2292, + "nodeType": "ExpressionStatement", + "src": "2755:15:9" + }, + { + "eventCall": { + "arguments": [ + { + "arguments": [], + "expression": { + "argumentTypes": [], + "id": 2294, + "name": "_msgSender", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2663, + "src": "2794:10:9", + "typeDescriptions": { + "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", + "typeString": "function () view returns (address)" + } + }, + "id": 2295, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2794:12:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_address", + "typeString": "address" + } + } + ], + "expression": { + "argumentTypes": [ + { + "typeIdentifier": "t_address", + "typeString": "address" + } + ], + "id": 2293, + "name": "Unpaused", + "nodeType": "Identifier", + "overloadedDeclarations": [], + "referencedDeclaration": 2197, + "src": "2785:8:9", + "typeDescriptions": { + "typeIdentifier": "t_function_event_nonpayable$_t_address_$returns$__$", + "typeString": "function (address)" + } + }, + "id": 2296, + "isConstant": false, + "isLValue": false, + "isPure": false, + "kind": "functionCall", + "lValueRequested": false, + "nameLocations": [], + "names": [], + "nodeType": "FunctionCall", + "src": "2785:22:9", + "tryCall": false, + "typeDescriptions": { + "typeIdentifier": "t_tuple$__$", + "typeString": "tuple()" + } + }, + "id": 2297, + "nodeType": "EmitStatement", + "src": "2780:27:9" + } + ] + }, + "documentation": { + "id": 2284, + "nodeType": "StructuredDocumentation", + "src": "2571:121:9", + "text": " @dev Returns to normal state.\n Requirements:\n - The contract must be paused." + }, + "id": 2299, + "implemented": true, + "kind": "function", + "modifiers": [ + { + "id": 2287, + "kind": "modifierInvocation", + "modifierName": { + "id": 2286, + "name": "whenPaused", + "nameLocations": [ + "2734:10:9" + ], + "nodeType": "IdentifierPath", + "referencedDeclaration": 2235, + "src": "2734:10:9" + }, + "nodeType": "ModifierInvocation", + "src": "2734:10:9" + } + ], + "name": "_unpause", + "nameLocation": "2706:8:9", + "nodeType": "FunctionDefinition", + "parameters": { + "id": 2285, + "nodeType": "ParameterList", + "parameters": [], + "src": "2714:2:9" + }, + "returnParameters": { + "id": 2288, + "nodeType": "ParameterList", + "parameters": [], + "src": "2745:0:9" + }, + "scope": 2305, + "src": "2697:117:9", + "stateMutability": "nonpayable", + "virtual": true, + "visibility": "internal" + }, + { + "constant": false, + "documentation": { + "id": 2300, + "nodeType": "StructuredDocumentation", + "src": "2820:254:9", + "text": " @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps" + }, + "id": 2304, + "mutability": "mutable", + "name": "__gap", + "nameLocation": "3099:5:9", + "nodeType": "VariableDeclaration", + "scope": 2305, + "src": "3079:25:9", + "stateVariable": true, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage", + "typeString": "uint256[49]" + }, + "typeName": { + "baseType": { + "id": 2301, + "name": "uint256", + "nodeType": "ElementaryTypeName", + "src": "3079:7:9", + "typeDescriptions": { + "typeIdentifier": "t_uint256", + "typeString": "uint256" + } + }, + "id": 2303, + "length": { + "hexValue": "3439", + "id": 2302, + "isConstant": false, + "isLValue": false, + "isPure": true, + "kind": "number", + "lValueRequested": false, + "nodeType": "Literal", + "src": "3087:2:9", + "typeDescriptions": { + "typeIdentifier": "t_rational_49_by_1", + "typeString": "int_const 49" + }, + "value": "49" + }, + "nodeType": "ArrayTypeName", + "src": "3079:11:9", + "typeDescriptions": { + "typeIdentifier": "t_array$_t_uint256_$49_storage_ptr", + "typeString": "uint256[49]" + } + }, + "visibility": "private" + } + ], + "scope": 2306, + "src": "677:2430:9", + "usedErrors": [] + } + ], + "src": "105:3003:9" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.282Z" +} \ No newline at end of file diff --git a/build/contracts/SharedStructs.json b/build/contracts/SharedStructs.json new file mode 100644 index 0000000..0520282 --- /dev/null +++ b/build/contracts/SharedStructs.json @@ -0,0 +1,371 @@ +{ + "contractName": "SharedStructs", + "abi": [], + "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26474726f6e58221220630fa76e92b0c04f72922b2cd1c9488cb07be2c7f7d4ee0c468940d081d9f17464736f6c63430008120033", + "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26474726f6e58221220630fa76e92b0c04f72922b2cd1c9488cb07be2c7f7d4ee0c468940d081d9f17464736f6c63430008120033", + "sourceMap": "65:522:4:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;", + "deployedSourceMap": "65:522:4:-:0;;;;;;;;", + "source": "// SPDX-License-Identifier: UNLICENSED\npragma solidity ^0.8.18;\n\nlibrary SharedStructs {\n /**\n * @dev Struct representing an institution.\n * @param code The code of the institution.\n * @param name The name of the institution.\n */\n struct Institution {\n bytes32 code;\n bytes32 name;\n }\n\n /**\n * @dev Struct representing an institution by code.\n * @param name The name of the institution.\n * @param currency The currency of the institution.\n */\n struct InstitutionByCode {\n bytes32 name;\n bytes32 currency;\n }\n}", + "sourcePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "ast": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "exportedSymbols": { + "SharedStructs": [ + 1698 + ] + }, + "id": 1699, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1687, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "39:24:4" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "SharedStructs", + "contractDependencies": [], + "contractKind": "library", + "fullyImplemented": true, + "id": 1698, + "linearizedBaseContracts": [ + 1698 + ], + "name": "SharedStructs", + "nameLocation": "73:13:4", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "SharedStructs.Institution", + "id": 1692, + "members": [ + { + "constant": false, + "id": 1689, + "mutability": "mutable", + "name": "code", + "nameLocation": "290:4:4", + "nodeType": "VariableDeclaration", + "scope": 1692, + "src": "282:12:4", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1688, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "282:7:4", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1691, + "mutability": "mutable", + "name": "name", + "nameLocation": "312:4:4", + "nodeType": "VariableDeclaration", + "scope": 1692, + "src": "304:12:4", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1690, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "304:7:4", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "name": "Institution", + "nameLocation": "260:11:4", + "nodeType": "StructDefinition", + "scope": 1698, + "src": "253:70:4", + "visibility": "public" + }, + { + "canonicalName": "SharedStructs.InstitutionByCode", + "id": 1697, + "members": [ + { + "constant": false, + "id": 1694, + "mutability": "mutable", + "name": "name", + "nameLocation": "548:4:4", + "nodeType": "VariableDeclaration", + "scope": 1697, + "src": "540:12:4", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1693, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "540:7:4", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1696, + "mutability": "mutable", + "name": "currency", + "nameLocation": "570:8:4", + "nodeType": "VariableDeclaration", + "scope": 1697, + "src": "562:16:4", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1695, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "562:7:4", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "name": "InstitutionByCode", + "nameLocation": "512:17:4", + "nodeType": "StructDefinition", + "scope": 1698, + "src": "505:80:4", + "visibility": "public" + } + ], + "scope": 1699, + "src": "65:522:4", + "usedErrors": [] + } + ], + "src": "39:548:4" + }, + "legacyAST": { + "absolutePath": "/Users/chibie/paycrest/contracts/contracts/libraries/SharedStructs.sol", + "exportedSymbols": { + "SharedStructs": [ + 1698 + ] + }, + "id": 1699, + "license": "UNLICENSED", + "nodeType": "SourceUnit", + "nodes": [ + { + "id": 1687, + "literals": [ + "solidity", + "^", + "0.8", + ".18" + ], + "nodeType": "PragmaDirective", + "src": "39:24:4" + }, + { + "abstract": false, + "baseContracts": [], + "canonicalName": "SharedStructs", + "contractDependencies": [], + "contractKind": "library", + "fullyImplemented": true, + "id": 1698, + "linearizedBaseContracts": [ + 1698 + ], + "name": "SharedStructs", + "nameLocation": "73:13:4", + "nodeType": "ContractDefinition", + "nodes": [ + { + "canonicalName": "SharedStructs.Institution", + "id": 1692, + "members": [ + { + "constant": false, + "id": 1689, + "mutability": "mutable", + "name": "code", + "nameLocation": "290:4:4", + "nodeType": "VariableDeclaration", + "scope": 1692, + "src": "282:12:4", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1688, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "282:7:4", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1691, + "mutability": "mutable", + "name": "name", + "nameLocation": "312:4:4", + "nodeType": "VariableDeclaration", + "scope": 1692, + "src": "304:12:4", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1690, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "304:7:4", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "name": "Institution", + "nameLocation": "260:11:4", + "nodeType": "StructDefinition", + "scope": 1698, + "src": "253:70:4", + "visibility": "public" + }, + { + "canonicalName": "SharedStructs.InstitutionByCode", + "id": 1697, + "members": [ + { + "constant": false, + "id": 1694, + "mutability": "mutable", + "name": "name", + "nameLocation": "548:4:4", + "nodeType": "VariableDeclaration", + "scope": 1697, + "src": "540:12:4", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1693, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "540:7:4", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + }, + { + "constant": false, + "id": 1696, + "mutability": "mutable", + "name": "currency", + "nameLocation": "570:8:4", + "nodeType": "VariableDeclaration", + "scope": 1697, + "src": "562:16:4", + "stateVariable": false, + "storageLocation": "default", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + }, + "typeName": { + "id": 1695, + "name": "bytes32", + "nodeType": "ElementaryTypeName", + "src": "562:7:4", + "typeDescriptions": { + "typeIdentifier": "t_bytes32", + "typeString": "bytes32" + } + }, + "visibility": "internal" + } + ], + "name": "InstitutionByCode", + "nameLocation": "512:17:4", + "nodeType": "StructDefinition", + "scope": 1698, + "src": "505:80:4", + "visibility": "public" + } + ], + "scope": 1699, + "src": "65:522:4", + "usedErrors": [] + } + ], + "src": "39:548:4" + }, + "compiler": { + "name": "solc", + "version": "0.8.18+commit.f18bedfe.Emscripten.clang" + }, + "networks": {}, + "schemaVersion": "2.0.1", + "updatedAt": "2024-05-18T22:32:07.273Z" +} \ No newline at end of file diff --git a/contracts/Gateway.sol b/contracts/Gateway.sol index 537999f..9a6fd30 100644 --- a/contracts/Gateway.sol +++ b/contracts/Gateway.sol @@ -75,14 +75,7 @@ contract Gateway is IGateway, GatewaySettingManager, PausableUpgradeable { string calldata messageHash ) external whenNotPaused returns (bytes32 orderId) { // checks that are required - _handler( - _token, - _amount, - _refundAddress, - _senderFeeRecipient, - _senderFee, - _institutionCode - ); + _handler(_token, _amount, _refundAddress, _senderFeeRecipient, _senderFee); // validate messageHash require(bytes(messageHash).length != 0, 'InvalidMessageHash'); @@ -131,23 +124,17 @@ contract Gateway is IGateway, GatewaySettingManager, PausableUpgradeable { * @param _refundAddress The address to refund the tokens in case of cancellation. * @param _senderFeeRecipient The address of the recipient for the sender fee. * @param _senderFee The amount of the sender fee. - * @param _institutionCode The code of the institution associated with the order. */ function _handler( address _token, uint256 _amount, address _refundAddress, address _senderFeeRecipient, - uint256 _senderFee, - bytes32 _institutionCode + uint256 _senderFee ) internal view { require(_isTokenSupported[_token] == 1, 'TokenNotSupported'); require(_amount != 0, 'AmountIsZero'); require(_refundAddress != address(0), 'ThrowZeroAddress'); - require( - supportedInstitutionsByCode[_institutionCode].name != bytes32(0), - 'InvalidInstitutionCode' - ); if (_senderFee != 0) { require(_senderFeeRecipient != address(0), 'InvalidSenderFeeRecipient'); diff --git a/migrations/1_initial_migration.js b/migrations/1_deploy.js similarity index 59% rename from migrations/1_initial_migration.js rename to migrations/1_deploy.js index e295d0a..0cdde37 100644 --- a/migrations/1_initial_migration.js +++ b/migrations/1_deploy.js @@ -1,7 +1,4 @@ const { deployProxy } = require("@openzeppelin/truffle-upgrades"); -const TransparentUpgradeableProxy = artifacts.require( - "@openzeppelin/upgrades-core/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json" -); // for upgrade purpose const Gateway = artifacts.require("Gateway"); module.exports = async function (deployer) { @@ -11,9 +8,8 @@ module.exports = async function (deployer) { deployer, }); await Gateway.deployed(); - console.info("✅ Deployed Gateway: ", gatewayContractInstance.address); } catch (error) { - console.error("Transparent: deploy box error", error); + console.error("Transparent: deploy contract error", error); } }; diff --git a/migrations/2_upgrade.js b/migrations/2_upgrade.js new file mode 100644 index 0000000..9842d82 --- /dev/null +++ b/migrations/2_upgrade.js @@ -0,0 +1,22 @@ +const { admin } = require('@openzeppelin/truffle-upgrades'); +const ProxyAdmin = artifacts.require( + '@openzeppelin/upgrades-core/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json' + ); +const Gateway = artifacts.require("Gateway"); + +const proxyContractAddress = "TAmw9Yq6axjkQV6vTH21qXJVEGwUnvVL6L" + +module.exports = async function (deployer) { + try { + // Deploy the new Gateway implementation contract + await deployer.deploy(Gateway); + + // Upgrade proxy contract + const adminIns = await admin.getInstance(); + const adminContract = await ProxyAdmin.at(adminIns.address); + await adminContract.upgrade(proxyContractAddress, Gateway.address); + console.info("✅ Upgraded Gateway: ", proxyContractAddress); + } catch (error) { + console.error("UUPS: upgrade contract error", error); + } +}; \ No newline at end of file diff --git a/scripts/config.ts b/scripts/config.ts index 9c6e5f1..17598b8 100644 --- a/scripts/config.ts +++ b/scripts/config.ts @@ -145,7 +145,7 @@ const NETWORKS = { USDT: "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", }, TREASURY_FEE_PERCENT: 100, // in BPS i.e 0.1% - GATEWAY_CONTRACT: "TDJwpCwrWq6q1fU5jWxTZVaCJA1HJ4owXZ", + GATEWAY_CONTRACT: "TAmw9Yq6axjkQV6vTH21qXJVEGwUnvVL6L", }, }; diff --git a/scripts/tron/setSupportedInstitutions.ts b/scripts/tron/setSupportedInstitutions.ts new file mode 100644 index 0000000..1e6f988 --- /dev/null +++ b/scripts/tron/setSupportedInstitutions.ts @@ -0,0 +1,27 @@ +import { ethers } from "ethers"; +import { CURRENCIES, INSTITUTIONS } from "../config"; +import { getTronContracts } from "../utils"; + +async function main() { + // Get contract instances + const { gatewayInstance } = await getTronContracts(); + + // Call contract methods + Object.entries(INSTITUTIONS).forEach(async ([key, value], index) => { + console.log(CURRENCIES.find(currency => currency.code === ethers.utils.formatBytes32String(key))!.code) + console.log(INSTITUTIONS[key as keyof typeof INSTITUTIONS]) + const hash = await gatewayInstance.setSupportedInstitutions( + CURRENCIES.find(currency => currency.code === ethers.utils.formatBytes32String(key))!.code, + INSTITUTIONS[key as keyof typeof INSTITUTIONS], + ).send({ + feeLimit: 100_000_000, + tokenValue: 0, + }); + console.log(`✅ Set institutions for ${key}: ${hash}`); + }); +} + +main().catch((error) => { + console.error(error); + process.exitCode = 1; +}); diff --git a/scripts/tron/setSupportedTokens.ts b/scripts/tron/setSupportedTokens.ts index 7f0eb01..53d5f43 100644 --- a/scripts/tron/setSupportedTokens.ts +++ b/scripts/tron/setSupportedTokens.ts @@ -1,6 +1,6 @@ import { BigNumber } from "@ethersproject/bignumber"; import { getTronContracts } from "../utils"; -import { CURRENCIES, INSTITUTIONS, NETWORKS } from "../config"; +import { NETWORKS } from "../config"; import { ethers } from "ethers"; async function main() { @@ -9,22 +9,15 @@ async function main() { const token = ethers.utils.formatBytes32String("token"); - Object.entries(networkConfig.SUPPORTED_TOKENS).forEach( - async ([key, value], index) => { - try { - const tx = await gatewayInstance - .settingManagerBool(token, value, BigNumber.from(1)) - .send({ - feeLimit: 100_000_000, - tokenValue: 0, - shouldPollResponse: true, - }); - console.log(`✅ Set token ${key}: ${tx}`); - } catch(e) { - console.log(`❌ Error setting token: ${e}}`) - } - } - ); + Object.entries(networkConfig.SUPPORTED_TOKENS).forEach(async ([key, value], index) => { + const hash = await gatewayInstance + .settingManagerBool(token, value, BigNumber.from(1)) + .send({ + feeLimit: 100_000_000, + tokenValue: 0, + }); + console.log(`✅ Set token ${key}: ${hash}`); + }); } main().catch((error) => { diff --git a/scripts/tron/updateProtocolAddresses.ts b/scripts/tron/updateProtocolAddresses.ts new file mode 100644 index 0000000..c7fc013 --- /dev/null +++ b/scripts/tron/updateProtocolAddresses.ts @@ -0,0 +1,36 @@ +import { ethers } from "ethers"; +import { assertTronEnvironment, getTronContracts } from "../utils"; +import dotenv from "dotenv"; + +dotenv.config(); + +assertTronEnvironment(); + +async function main() { + // Get contract instances + const { gatewayInstance } = await getTronContracts(); + const treasury = ethers.utils.formatBytes32String("treasury"); + const aggregator = ethers.utils.formatBytes32String("aggregator"); + + // Call contract methods + let hash = await gatewayInstance + .updateProtocolAddress(treasury, process.env.TREASURY_ADDRESS_TRON) + .send({ + feeLimit: 100_000_000, + tokenValue: 0, + }); + console.log(`✅ Update treasury address: ${hash}`); + + hash = await gatewayInstance + .updateProtocolAddress(aggregator, process.env.AGGREGATOR_ADDRESS_TRON) + .send({ + feeLimit: 100_000_000, + tokenValue: 0, + }); + console.log(`✅ Update aggregator address: ${hash}`); +} + +main().catch((error) => { + console.error(error); + process.exitCode = 1; +}); diff --git a/scripts/tron/updateProtocolFee.ts b/scripts/tron/updateProtocolFee.ts new file mode 100644 index 0000000..c9f399a --- /dev/null +++ b/scripts/tron/updateProtocolFee.ts @@ -0,0 +1,26 @@ +import { BigNumber } from "@ethersproject/bignumber"; + +import { NETWORKS } from "../config"; +import { getTronContracts } from "../utils"; + +async function main() { + // Get contract instances + const { gatewayInstance } = await getTronContracts(); + + const treasuryFeePercent = BigNumber.from(NETWORKS[12002].TREASURY_FEE_PERCENT); + + // call contract methods + const hash = await gatewayInstance + .updateProtocolFee(treasuryFeePercent) + .send({ + feeLimit: 100_000_000, + tokenValue: 0, + }); + + console.log(`✅ Update protocol fee: ${hash}`); +} + +main().catch((error) => { + console.error(error); + process.exitCode = 1; +}); diff --git a/scripts/updateProtocolAddress.ts b/scripts/updateProtocolAddresses.ts similarity index 100% rename from scripts/updateProtocolAddress.ts rename to scripts/updateProtocolAddresses.ts diff --git a/scripts/utils.ts b/scripts/utils.ts index 48c1c05..c711bbf 100644 --- a/scripts/utils.ts +++ b/scripts/utils.ts @@ -3,6 +3,7 @@ import dotenv from "dotenv"; import { artifacts, ethers, network } from "hardhat"; import { NETWORKS } from "./config"; const TronWeb = require("tronweb"); + dotenv.config(); /** @@ -10,10 +11,16 @@ dotenv.config(); */ export const assertEnvironment = () => { if (!process.env.DEPLOYER_PRIVATE_KEY) { - console.error("Please set your DEPLOYER_PRIVATE_KEY in a .env file"); + console.error("Please set DEPLOYER_PRIVATE_KEY in a .env file"); + process.exit(1); // Kill the process if DEPLOYER_PRIVATE_KEY is not set } if (!process.env.TREASURY_ADDRESS) { - console.error("Please set your TREASURY_ADDRESS in a .env file"); + console.error("Please set TREASURY_ADDRESS in a .env file"); + process.exit(1); // Kill the process if TREASURY_ADDRESS is not set + } + if (!process.env.AGGREGATOR_ADDRESS) { + console.error("Please set AGGREGATOR_ADDRESS in a .env file"); + process.exit(1); // Kill the process if AGGREGATOR_ADDRESS is not set } }; @@ -22,10 +29,20 @@ export const assertEnvironment = () => { */ export const assertTronEnvironment = () => { if (!process.env.TRON_PRO_API_KEY) { - console.error("Please set your TRON_PRO_API_KEY in a .env file"); + console.error("Please set TRON_PRO_API_KEY in a .env file"); + process.exit(1); // Kill the process if TRON_PRO_API_KEY is not set + } + if (!process.env.DEPLOYER_PRIVATE_KEY_TRON) { + console.error("Please set DEPLOYER_PRIVATE_KEY_TRON in a .env file"); + process.exit(1); // Kill the process if DEPLOYER_PRIVATE_KEY_TRON is not set } - if (!process.env.PRIVATE_KEY_SHASTA) { - console.error("Please set your PRIVATE_KEY_SHASTA in a .env file"); + if (!process.env.TREASURY_ADDRESS_TRON) { + console.error("Please set TREASURY_ADDRESS_TRON in a .env file"); + process.exit(1); // Kill the process if TREASURY_ADDRESS_TRON is not set + } + if (!process.env.AGGREGATOR_ADDRESS_TRON) { + console.error("Please set AGGREGATOR_ADDRESS_TRON in a .env file"); + process.exit(1); // Kill the process if AGGREGATOR_ADDRESS_TRON is not set } }; @@ -36,7 +53,7 @@ export const assertTronEnvironment = () => { export async function waitForInput(query: string) { const rl = readline.createInterface({ input: process.stdin, - output: process.stdout, + output: process.stdout }); return new Promise((resolve) => rl.question(query, (ans) => { @@ -61,18 +78,18 @@ export async function confirmContinue(params: any) { console.log("\n"); } + /** * Retrieves the wallet and contract instances. - * + * * @returns An object containing the wallet and contract instances. */ export async function getContracts(): Promise { assertEnvironment(); - const networkConfig = - NETWORKS[network.config.chainId as keyof typeof NETWORKS]; + const networkConfig = NETWORKS[network.config.chainId as keyof typeof NETWORKS]; const Gateway = await artifacts.readArtifact("Gateway"); - + // Get signer const provider = new ethers.providers.JsonRpcProvider(networkConfig.RPC_URL); const wallet = new ethers.Wallet(process.env.DEPLOYER_PRIVATE_KEY!, provider); @@ -92,20 +109,21 @@ export async function getContracts(): Promise { /** * Retrieves the contract instances for TRON Network. - * + * * @returns An object containing the contract instances. */ export async function getTronContracts(): Promise { assertTronEnvironment(); - const Gateway = await artifacts.readArtifact("Gateway"); const shastaConfig = NETWORKS[12002]; const tronWeb = new TronWeb({ fullHost: shastaConfig.RPC_URL, // I am not sure tron has an other way to get it chainID, at least to the best of my search headers: { "TRON-PRO-API-KEY": process.env.TRON_PRO_API_KEY }, - privateKey: process.env.PRIVATE_KEY_SHASTA, + privateKey: process.env.DEPLOYER_PRIVATE_KEY_TRON, }); + const Gateway = await artifacts.readArtifact("Gateway"); + let gatewayInstance = await tronWeb.contract( Gateway.abi, shastaConfig.GATEWAY_CONTRACT diff --git a/tronbox.js b/tronbox.js index f2ed870..37d1cdc 100644 --- a/tronbox.js +++ b/tronbox.js @@ -1,4 +1,4 @@ -import dotenv from "dotenv"; +const dotenv = require ("dotenv"); dotenv.config(); module.exports = { @@ -18,7 +18,7 @@ module.exports = { // network_id: "1", // }, shasta: { - privateKey: process.env.PRIVATE_KEY_SHASTA, + privateKey: process.env.DEPLOYER_PRIVATE_KEY_TRON, userFeePercentage: 100, feeLimit: 2000 * 1e6, fullHost: "https://api.shasta.trongrid.io",